Add an additional key ? for describe-prefix-bindings
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-18 Leo Liu <sdl.web@gmail.com>
2
3 * bindings.el (help-event-list): Add ?\?.
4
5 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * subr.el (with-wrapper-hook): Declare obsolete.
8 * simple.el (filter-buffer-substring-function): New hook.
9 (filter-buffer-substring): Use it.
10 (filter-buffer-substring-functions): Mark obsolete.
11 * minibuffer.el (completion-in-region-function): New hook.
12 (completion-in-region): Use it.
13 (completion-in-region-functions): Mark obsolete.
14 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15 * abbrev.el (abbrev-expand-function): New hook.
16 (expand-abbrev): Use it.
17 (abbrev-expand-functions): Mark obsolete.
18 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
19 and :filter-return.
20
21 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
22
23 * progmodes/python.el (python-nav--syntactically): Fix cornercases
24 and do not care about match data.
25
26 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
29 completion tables when completing error conditions and
30 `declare' arguments.
31 (lisp-complete-symbol, field-complete): Mark as obsolete.
32 (check-parens): Unmatched parens are user errors.
33 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
34
35 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
36
37 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
38 command changed buffer (ie. `flyspell-pre-buffer' is not current
39 buffer), which prevents making decisions based on invalid value of
40 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
41 cause an error when `flyspell-pre-point' was nil after switching
42 buffers.
43 (flyspell-post-command-hook): No longer needs to change buffers when
44 checking pre-word. While at it remove unnecessary progn.
45
46 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
47
48 * textmodes/ispell.el (ispell-add-per-file-word-list):
49 Fix `flyspell-correct-word-before-point' error when accepting
50 words and `coment-padding' is an integer by using
51 `comment-normalize-vars' (Bug #14214).
52
53 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
54
55 New defun movement commands.
56 * progmodes/python.el (python-nav--syntactically)
57 (python-nav--forward-defun, python-nav-backward-defun)
58 (python-nav-forward-defun): New functions.
59
60 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
61
62 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
63 (python-syntax-context): Use named compiler-macro for backwards
64 compatibility with Emacs 24.x.
65
66 2013-04-17 Leo Liu <sdl.web@gmail.com>
67
68 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
69 octave-hide-process-buffer.
70
71 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
74 (bug#14216).
75
76 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
77
78 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
79 Fix adjustment of offset when receiving incomplete responses from GDB
80 (bug#14129).
81
82 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
85 python-mode-abbrev-table.
86 (python-skeleton-define): Adjust accordingly.
87 (python-mode-abbrev-table): New table that inherits from it so that
88 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
89
90 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
91 (abbrev-symbol): Use it.
92 (abbrev--before-point): Use it since we already handle inheritance.
93
94 2013-04-16 Leo Liu <sdl.web@gmail.com>
95
96 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
97 binding to info-lookup-symbol.
98
99 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
100
101 * minibuffer.el (completion--twq-all):
102 * term/ns-win.el (ns-initialize-window-system):
103 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
104
105 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
108 global bindings.
109
110 * doc-view.el (doc-view-start-process): Handle url-handler directories.
111
112 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
113
114 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
115 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
116 to nil.
117 (ruby-end-of-defun): Remove the unused arg, change the docstring
118 to reflect that this function is only used as the value of
119 `end-of-defun-function'.
120 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
121 to reflect an earlier change that beginning/end-of-defun functions
122 jump between methods in a class definition, as well as top-level
123 functions.
124
125 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * minibuffer.el (minibuffer-complete): Don't just scroll
128 a *Completions* that's been iconified.
129 (minibuffer-force-complete): Make sure repetitions do cycle when going
130 through completion-in-region -> minibuffer-complete.
131
132 2013-04-15 Alan Mackenzie <acm@muc.de>
133
134 Correct the placement of c-cpp-delimiters when there're #s not at
135 col 0.
136
137 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
138 place a submatch around the #.
139 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
140 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
141 on the #, not BOL.
142
143 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * emacs-lisp/nadvice.el: Properly test names when adding advice.
146 (advice--member-p): New arg `name'.
147 (advice--add-function, advice-member-p): Use it (bug#14202).
148
149 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
150
151 Reformulate java imenu-generic-expression.
152 The old expression contained ill formed regexps.
153
154 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
155 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
156 (cc-imenu-java-method-arg-regexp): New defconsts.
157 (cc-imenu-java-build-type-args-regex): New defun.
158 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
159 handling of spaces in the regexp.
160
161 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
162
163 * textmodes/ispell.el (ispell-command-loop): Remove
164 flyspell highlight of a word when ispell accepts it (bug #14178).
165
166 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
167
168 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
169 uses code from the previous `ange-ftp-run-real-handler'.
170 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
171 only in case that function exist. This is needed for proper
172 unloading of Tramp.
173
174 2013-04-15 Tassilo Horn <tsdh@gnu.org>
175
176 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
177
178 * textmodes/reftex.el (reftex-compile-variables): Use it.
179
180 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * files.el (normal-mode): Only use default major-mode if no other mode
183 was specified.
184
185 * emacs-lisp/trace.el (trace-values): New function.
186
187 * files.el: Allow : in local variables (bug#14089).
188 (hack-local-variable-regexp): New var.
189 (hack-local-variables-prop-line, hack-local-variables): Use it.
190
191 2013-04-13 Roland Winkler <winkler@gnu.org>
192
193 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
194 data before it gets modified by bibtex-beginning-of-entry.
195
196 2013-04-13 Roland Winkler <winkler@gnu.org>
197
198 * textmodes/bibtex.el (bibtex-url): Doc fix.
199
200 2013-04-13 Roland Winkler <winkler@gnu.org>
201
202 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
203 does not visit a BibTeX file, exclude it from the list of buffers
204 returned by bibtex-initialize.
205
206 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
207
208 * window.el (split-window): Remove interactive form, since as a
209 command this function is a special case of split-window-below.
210 Correct doc string.
211
212 2013-04-12 Roland Winkler <winkler@gnu.org>
213
214 * faces.el (read-face-name): Do not override value of arg default.
215 Allow single faces and strings as default values. Remove those
216 elements from return value that are not faces.
217 (describe-face): Simplify.
218 (face-at-point): New optional args thing and multiple so that this
219 function can provide the same functionality previously provided by
220 read-face-name.
221 (make-face-bold, make-face-unbold, make-face-italic)
222 (make-face-unitalic, make-face-bold-italic, invert-face)
223 (modify-face, read-face-and-attribute): Use face-at-point.
224
225 * cus-edit.el (customize-face, customize-face-other-window)
226 * cus-theme.el (custom-theme-add-face)
227 * face-remap.el (buffer-face-set)
228 * facemenu.el (facemenu-set-face): Use face-at-point.
229
230 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
231
232 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
233
234 2013-04-10 Tassilo Horn <tsdh@gnu.org>
235
236 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
237 off leading { and trailing } from field values.
238
239 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * emacs-lisp/timer.el (timer--check): New function.
242 (timer--time, timer-set-function, timer-event-handler): Use it.
243 (timer-set-idle-time): Simplify.
244 (timer--activate): CSE.
245 (timer-event-handler): Give more info in error message.
246 (internal-timer-start-idle): New function, moved from C.
247
248 * mpc.el (mpc-proc): Add `restart' argument.
249 (mpc-proc-cmd): Use it.
250 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
251 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
252 less often.
253
254 2013-04-10 Masatake YAMATO <yamato@redhat.com>
255
256 * progmodes/sh-script.el: Implement `sh-mode' own
257 `add-log-current-defun-function' (bug#14112).
258 (sh-current-defun-name): New function.
259 (sh-mode): Use the function.
260
261 2013-04-09 Bastien Guerry <bzg@gnu.org>
262
263 * simple.el (choose-completion-string): Fix docstring (bug#14163).
264
265 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
268
269 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
270 timer (bug#14156).
271
272 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
273
274 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
275 declaration.
276
277 2013-04-07 Leo Liu <sdl.web@gmail.com>
278
279 * pcmpl-x.el: New file.
280
281 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
282
283 Do not set x-display-name until X connection is established.
284 This is needed to prevent from weird situation described at
285 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
286 * frame.el (make-frame): Set x-display-name after call to
287 window system initialization function, not before.
288 * term/x-win.el (x-initialize-window-system): Add optional
289 display argument and use it.
290 * term/w32-win.el (w32-initialize-window-system):
291 * term/ns-win.el (ns-initialize-window-system):
292 * term/pc-win.el (msdos-initialize-window-system):
293 Add compatible optional display argument.
294
295 2013-04-06 Eli Zaretskii <eliz@gnu.org>
296
297 * files.el (normal-backup-enable-predicate): On MS-Windows and
298 MS-DOS compare truenames of temporary-file-directory and of the
299 file, so that 8+3 aliases (usually found in $TEMP on Windows)
300 don't fail comparison by compare-strings. Also, compare file
301 names case-insensitively on MS-Windows and MS-DOS.
302
303 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
306 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
307
308 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
309
310 * whitespace.el (whitespace-color-on, whitespace-color-off):
311 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
312
313 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
314
315 * ispell.el (ispell-set-spellchecker-params):
316 Really set `ispell-args' for all equivs.
317
318 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * ido.el (ido-completions): Use extra elements of ido-decorations
321 (bug#14143).
322 (ido-decorations): Update docstring.
323
324 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
325
326 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
327 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
328 nil during initialization, in order not to miss changes since the
329 file was opened. (Bug#14140)
330
331 2013-04-05 Leo Liu <sdl.web@gmail.com>
332
333 * kmacro.el (kmacro-call-macro): Fix bug#14135.
334
335 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
336
337 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
338
339 2013-04-04 Glenn Morris <rgm@gnu.org>
340
341 * electric.el (electric-pair-inhibit-predicate): Add :version.
342
343 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
346 when a package is required several times (bug#14082).
347
348 2013-04-04 Roland Winkler <winkler@gnu.org>
349
350 * faces.el (read-face-name): Behave as promised by the docstring.
351 Assume that arg default is a list of faces.
352 (describe-face): Call read-face-name with list of default faces.
353
354 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
355
356 * bookmark.el: Fix deletion of bookmarks (bug#13972).
357 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
358 (bookmark-bmenu-execute-deletions): Only skip first line if it's
359 the header.
360 (bookmark-exit-hook-internal): Save even if list is empty.
361
362 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
363
364 * emacs-lisp/package.el (package-pinned-packages): New var.
365 (package--add-to-archive-contents): Obey it (bug#14118).
366
367 2013-04-03 Alan Mackenzie <acm@muc.de>
368
369 Handle `parse-partial-sexp' landing inside a comment opener
370 (Bug#13244). Also adapt to the new values of element 7 of a parse
371 state.
372
373 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
374 parameter `not-in-delimiter'. Handle being inside comment opener.
375 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
376 character in case we're typing a '*' after a '/'.
377 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
378 instead by passing the parameter to c-state-pp-to-literal.
379
380 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
381 for elt. 7 of a parse state.
382
383 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
384
385 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
386 * international/latin1-disp.el, international/mule-util.el:
387 * language/cyril-util.el, language/european.el, language/ind-util.el:
388 * language/lao-util.el, language/thai.el, language/tibet-util.el:
389 * language/tibetan.el, language/viet-util.el:
390 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
391
392 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
395 (electric-pair-post-self-insert-function): Use it.
396 (electric-pair-default-inhibit): New function, extracted from
397 electric-pair-post-self-insert-function.
398
399 2013-03-31 Roland Winkler <winkler@gnu.org>
400
401 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
402
403 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
406
407 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
408
409 Un-indent after "pass" and "return" statements (Bug#13888)
410 * progmodes/python.el (python-indent-block-enders): New var.
411 (python-indent-calculate-indentation): Use it.
412
413 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
414
415 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
416 defun. Defining it as defalias could introduce too eager
417 byte-compiler optimization. (Bug#14030)
418
419 2013-03-30 Chong Yidong <cyd@gnu.org>
420
421 * iswitchb.el (iswitchb-read-buffer): Fix typo.
422
423 2013-03-30 Leo Liu <sdl.web@gmail.com>
424
425 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
426 (kmacro-execute-from-register): Pass the keyboard macro to
427 kmacro-call-macro or repeating won't work correctly.
428
429 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
430
431 * progmodes/subword.el: Back to using `forward-symbol'.
432
433 * subr.el (forward-whitespace, forward-symbol)
434 (forward-same-syntax): Move from thingatpt.el.
435
436 2013-03-29 Leo Liu <sdl.web@gmail.com>
437
438 * kmacro.el (kmacro-to-register): New command.
439 (kmacro-execute-from-register): New function.
440 (kmacro-keymap): Bind to 'x'. (Bug#14071)
441
442 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * mpc.el: Use defvar-local and setq-local.
445 (mpc--proc-connect): Connection failures are not bugs.
446 (mpc-mode-map): `follow-link' only applies to the buffer's content.
447 (mpc-volume-map): Bind to the up-events.
448
449 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
450
451 * progmodes/subword.el (superword-mode): Use `forward-sexp'
452 instead of `forward-symbol'.
453
454 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
457 (edebug--recursive-edit): Use it.
458 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
459 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
460
461 2013-03-28 Leo Liu <sdl.web@gmail.com>
462
463 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
464
465 2013-03-27 Eli Zaretskii <eliz@gnu.org>
466
467 * facemenu.el (list-colors-callback): New defvar.
468 (list-colors-redisplay): New function.
469 (list-colors-display): Install list-colors-redisplay as the
470 revert-buffer-function. (Bug#14063)
471
472 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
475 and suffixes don't overlap (bug#14061).
476
477 * case-table.el: Use lexical-binding.
478 (case-table-get-table): New function.
479 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
480
481 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
482
483 * progmodes/subword.el: Add `superword-mode' to do word motion
484 over symbol_words (parallels and leverages `subword-mode' which
485 does word motion inside MixedCaseWords).
486
487 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
488
489 * eshell/em-unix.el: Move su and sudo to...
490 * eshell/em-tramp.el: ...Eshell tramp module.
491
492 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
495 Change return value to be a sexp. Delay `get-buffer' to after
496 restoring the desktop (bug#13951).
497
498 2013-03-26 Leo Liu <sdl.web@gmail.com>
499
500 * register.el: Move semantic tag handling back to
501 cedet/semantic/senator.el. (Bug#14052)
502
503 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
506 into the prompt either (bug#13963).
507
508 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
511 part of "(error-foo)".
512
513 2013-03-24 Juri Linkov <juri@jurta.org>
514
515 * replace.el (list-matching-lines-prefix-face): New defcustom.
516 (occur-1): Pass `list-matching-lines-prefix-face' to the function
517 `occur-engine' if `face-differs-from-default-p' returns t.
518 (occur-engine): Add `,' inside backquote construct to evaluate
519 `prefix-face'. Propertize the prefix with the `prefix-face' face.
520 Pass `prefix-face' to the functions `occur-context-lines' and
521 `occur-engine-add-prefix'.
522 (occur-engine-add-prefix, occur-context-lines): Add optional arg
523 `prefix-face' and propertize the prefix with `prefix-face'.
524 (Bug#14017)
525
526 2013-03-24 Leo Liu <sdl.web@gmail.com>
527
528 * nxml/rng-valid.el (rng-validate-while-idle)
529 (rng-validate-quick-while-idle): Guard against deleted buffer.
530 (Bug#13999)
531
532 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
533 is the last entry in kill-buffer-hook.
534
535 * files.el (kill-buffer-hook): Doc fix.
536
537 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
538
539 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
540 Make it safe-local.
541
542 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
543
544 2013-03-23 Leo Liu <sdl.web@gmail.com>
545
546 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
547 Remove.
548
549 * nxml/rng-valid.el (rng-validate-mode)
550 (rng-after-change-function, rng-do-some-validation):
551 * nxml/rng-maint.el (rng-validate-buffer):
552 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
553 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
554 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
555 (nxml-extend-after-change-region): Use with-silent-modifications.
556
557 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
558 timer-idle-list.
559
560 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
561 (rng-next-error-1, rng-previous-error-1): Do not let-bind
562 timer-idle-list. (Bug#13999)
563
564 2013-03-23 Juri Linkov <juri@jurta.org>
565
566 * info.el (info-index-match): New face.
567 (Info-index, Info-apropos-matches): Add a nested subgroup to the
568 main pattern and add text properties with the new face to matches
569 in index entries relative to the beginning of the index entry.
570 (Bug#14015)
571
572 2013-03-21 Eric Ludlam <zappo@gnu.org>
573
574 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
575 Inhibit read only while inserting objects.
576
577 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
578
579 * progmodes/cfengine.el: Update docs to mention
580 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
581 symbol motion. Remove "_" from the word syntax.
582
583 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
584
585 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
586 syntax for both `cfengine2-mode' and `cfengine3-mode'.
587
588 2013-03-20 Juri Linkov <juri@jurta.org>
589
590 * info.el (Info-next-reference-or-link)
591 (Info-prev-reference-or-link): New functions.
592 (Info-next-reference, Info-prev-reference): Use them.
593 (Info-try-follow-nearest-node): Handle footnote navigation.
594 (Info-fontify-node): Fontify footnotes. (Bug#13989)
595
596 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
599 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
600
601 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
602
603 Suppress unnecessary non-ASCII chatter during build process.
604 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
605 (batch-skkdic-convert): Suppress most of the chatter.
606 It's not needed so much now that machines are faster,
607 and its non-ASCII component was confusing; see Dmitry Gutov in
608 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
609
610 2013-03-20 Leo Liu <sdl.web@gmail.com>
611
612 * ido.el (ido-chop): Fix bug#10994.
613
614 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
615
616 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
617 Remove vars.
618 (whitespace-color-on, whitespace-color-off):
619 Use `font-lock-fontify-buffer' (Bug#13817).
620
621 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
624 remapping in mode-line.
625 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
626
627 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
628
629 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
630 value for `whitespace-line' face (Bug#13875).
631 (whitespace-font-lock-keywords): Change description.
632 (whitespace-color-on): Don't save `font-lock-keywords' value, save
633 the constructed keywords instead.
634 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
635
636 2013-03-19 Leo Liu <sdl.web@gmail.com>
637
638 * progmodes/compile.el (compilation-display-error): New command.
639 (compilation-mode-map, compilation-minor-mode-map): Bind it to
640 C-o. (Bug#13992)
641
642 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
643
644 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
645
646 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
647
648 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
649
650 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
651
652 * net/tramp-compat.el (tramp-compat-user-error): New defun.
653
654 * net/tramp-adb.el (tramp-adb-handle-shell-command):
655 * net/tramp-gvfs.el (top):
656 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
657 (tramp-handle-shell-command): Use it.
658 (tramp-dissect-file-name): Raise an error when hostname is a
659 method name, and neither method nor user is specified.
660
661 * net/trampver.el: Update release number.
662
663 2013-03-18 Leo Liu <sdl.web@gmail.com>
664
665 Make sure eldoc can be turned off properly.
666 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
667 eldoc-mode.
668 (eldoc-display-message-p): Revert last change.
669 (eldoc-display-message-no-interference-p)
670 (eldoc-print-current-symbol-info): Tweak.
671
672 2013-03-18 Tassilo Horn <tsdh@gnu.org>
673
674 * doc-view.el (doc-view-new-window-function): Check the new window
675 overlay's display property instead the char property of the
676 buffer's first char. Use `with-selected-window' instead of
677 `save-window-excursion' with `select-window'.
678 (doc-view-document->bitmap): Check the current doc-view overlay's
679 display property instead the char property of the buffer's first char.
680
681 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
682
683 Automate the build of ja-dic.el (Bug#13984).
684 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
685 from the input, rather than assume that it's been done for us by the
686 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
687 the current date into a ja-dic.el comment, as that complicates
688 regression testing.
689
690 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * whitespace.el: Fix double evaluation.
693 (whitespace-space, whitespace-hspace, whitespace-tab)
694 (whitespace-newline, whitespace-trailing, whitespace-line)
695 (whitespace-space-before-tab, whitespace-indentation)
696 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
697 obsolete defvars.
698 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
699 (whitespace-color-on): Use a single font-lock-add-keywords call.
700 Fix double-evaluation of face variables.
701
702 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
703
704 * net/tramp-adb.el (tramp-adb-parse-device-names):
705 Use `start-process' instead of `call-process'. Otherwise, the
706 function might be blocked under MS Windows. (Bug#13299)
707
708 2013-03-17 Leo Liu <sdl.web@gmail.com>
709
710 Extend eldoc to display info in the mode-line. (Bug#13978)
711 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
712 (eldoc-mode-line-string): New variable.
713 (eldoc-minibuffer-message): New function.
714 (eldoc-message-function): New variable.
715 (eldoc-message): Use it.
716 (eldoc-display-message-p)
717 (eldoc-display-message-no-interference-p):
718 Support eldoc-post-insert-mode.
719
720 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
721 (eval-expression): Run it.
722
723 2013-03-17 Roland Winkler <winkler@gnu.org>
724
725 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
726 strings in the list of return values.
727
728 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
729
730 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
731 radix before checking for HMS forms.
732
733 2013-03-16 Leo Liu <sdl.web@gmail.com>
734
735 * progmodes/scheme.el: Add indentation and font-locking for λ.
736 (Bug#13975)
737
738 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
741 token before point (bug#13942).
742
743 2013-03-16 Leo Liu <sdl.web@gmail.com>
744
745 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
746
747 2013-03-16 Eli Zaretskii <eliz@gnu.org>
748
749 * startup.el (command-line-normalize-file-name): Fix handling of
750 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
751 <xfq.free@gmail.com> in
752 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
753
754 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
755
756 Sync with Tramp 2.2.7.
757
758 * net/trampver.el: Update release number.
759
760 2013-03-14 Tassilo Horn <tsdh@gnu.org>
761
762 * doc-view.el Fix bug#13887.
763 (doc-view-insert-image): Don't modify overlay associated to
764 non-live windows, and implement horizontal centering of image in
765 case it's smaller than the window.
766 (doc-view-new-window-function): Force redisplay of new windows on
767 doc-view buffers.
768
769 2013-03-13 Karl Fogel <kfogel@red-bean.com>
770
771 * saveplace.el (save-place-alist-to-file): Don't sort
772 `save-place-alist', just pretty-print it (bug#13882).
773
774 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
775
776 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
777 whether `default-file-name-coding-system' is bound. It isn't in
778 XEmacs.
779
780 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
783 backquotes for `obsolete' (bug#13929).
784
785 * international/mule.el (find-auto-coding): Include file name in
786 obsolescence warning (bug#13922).
787
788 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
789
790 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
791 for CFEngine 3-specific indentation.
792 (cfengine3-indent-line): Use it. Fix up category regex.
793 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
794
795 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * type-break.el (type-break-file-name):
798 * textmodes/remember.el (remember-data-file):
799 * strokes.el (strokes-file):
800 * shadowfile.el (shadow-initialize):
801 * saveplace.el (save-place-file):
802 * ps-bdf.el (bdf-cache-file):
803 * progmodes/idlwave.el (idlwave-config-directory):
804 * net/quickurl.el (quickurl-url-file):
805 * international/kkc.el (kkc-init-file-name):
806 * ido.el (ido-save-directory-list-file):
807 * emulation/viper.el (viper-custom-file-name):
808 * emulation/vip.el (vip-startup-file):
809 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
810 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
811
812 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
813
814 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
815 * language/thai-word.el: Switch to UTF-8.
816
817 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
820
821 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
822
823 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
824 Use with-current-buffer and don't move point.
825 (net-utils-run-simple): Remove useless code.
826 (net-utils-remove-ctl-m): Remove unused custom.
827
828 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
829
830 * international/characters.el (glyphless-set-char-table-range): New fun.
831 (update-glyphless-char-display): Use it (bug#13744).
832
833 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
834
835 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
836 namespaces in the syntax, indent closer for hanging brace
837 correctly, allow single-quote delimited 'strings', and make
838 `cfengine3-mode' the default.
839
840 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
841
842 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
843 Use lexical-binding. Fix up docstring according to conventions.
844 (gdbmi-debug-mode): New var.
845 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
846 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
847 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
848 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
849 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
850 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
851 (gdbmi-bnf-incomplete-record-result): New functions.
852 (gdb-car<): Remove function.
853 (gdbmi-record-list): Remove variable.
854 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
855 (gdbmi-bnf-result-state-configs): New const.
856 (gud-gdbmi-marker-filter): Rewrite.
857 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
858 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
859 Add `token' argument.
860 (gdb-done, gdb-error): New functions.
861 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
862
863 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * term/xterm.el (xterm--report-background-handler): Don't burp
866 upon timeout.
867 (xterm--version-handler): Extract from terminal-init-xterm.
868 (xterm--query): Don't mishandle timeout. Remove debugging messages.
869 Allow multiple handlers.
870 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
871
872 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
873 (xterm--report-background-handler, xterm--query): New functions.
874 (terminal-init-xterm): Use them.
875
876 2013-03-11 Michael R. Mauger <michael@mauger.com>
877
878 * progmodes/sql.el Version 3.2
879 Please note that my address changed to <michael@mauger.com>;
880 the <mmaug@yahoo.com> address remains active.
881 (sql-connection-alist): Updates documentation to fix bug#13715.
882 (sql-connect): Handle missing `sql-connection-alist' correctly.
883 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
884 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
885 property.
886 (sql-default-value): New function.
887 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
888 values were not used.
889 (sql-rename-buffer): Make sure alternate buffer name has no text
890 properties.
891 (sql-input-sender, sql-execute-feature): Fetch variable with
892 `buffer-local-value' rather than `with-current-buffer'.
893 (sql-*): Use #' function syntax consistently.
894 (sql-*): Use message/error/user-error consistently.
895
896 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * xt-mouse.el (xterm-mouse-event-read): Remove.
899 (xterm-mouse--read-event-sequence-1000)
900 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
901
902 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * term/xterm.el (xterm-function-map): Support format used with
905 formatOtherKeys=1 (bug#13839).
906
907 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
908 (with-no-warnings): Use `declare'.
909
910 * whitespace.el (whitespace-enable-predicate): New variable.
911 (whitespace-enable-predicate): Use it.
912
913 * comint.el (comint-send-input, comint-snapshot-last-prompt)
914 (comint-output-filter, comint-update-fence):
915 Use with-silent-modifications.
916
917 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
918
919 * replace.el (occur-read-regexp-defaults-function): New var.
920 (occur-read-regexp-defaults): New defun.
921 (occur-read-primary-args): Propagate above change (bug#13892).
922
923 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * mouse.el (mouse-drag-track): Remove left-over debugging code.
926
927 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
928
929 Major rewrite due to changed D-Bus interface of GVFS 1.14.
930
931 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
932 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
933 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
934 New defconst.
935 (tramp-gvfs-file-name-handler-alist) [directory-files]
936 [directory-files-and-attributes, file-exists-p, file-modes]:
937 Use Tramp default handler.
938 [file-acl, file-selinux-context, process-file, set-file-acl]:
939 [set-file-modes, set-file-selinux-context, shell-command]:
940 [start-file-process]: Remove handler.
941 [verify-visited-file-modtime]: New handler.
942 (tramp-gvfs-dbus-string-to-byte-array)
943 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
944 calls of `dbus-string-to-byte-array' and
945 `tramp-gvfs-dbus-byte-array-to-string'.
946 (tramp-gvfs-handle-copy-file)
947 (tramp-gvfs-handle-delete-directory)
948 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
949 (tramp-gvfs-handle-file-directory-p)
950 (tramp-gvfs-handle-file-executable-p)
951 (tramp-gvfs-handle-file-name-all-completions)
952 (tramp-gvfs-handle-file-readable-p)
953 (tramp-gvfs-handle-file-writable-p)
954 (tramp-gvfs-handle-insert-directory)
955 (tramp-gvfs-handle-insert-file-contents)
956 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
957 (tramp-gvfs-handle-set-visited-file-modtime)
958 (tramp-gvfs-handle-write-region): Rewrite.
959 (tramp-gvfs-handle-file-acl)
960 (tramp-gvfs-handle-file-selinux-context)
961 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
962 (tramp-gvfs-handle-set-file-modes)
963 (tramp-gvfs-handle-set-file-selinux-context)
964 (tramp-gvfs-handle-shell-command)
965 (tramp-gvfs-handle-start-file-process)
966 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
967 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
968 over the symlinks. Fix user handling.
969 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
970 of the D-Bus signals.
971 (tramp-gvfs-connection-mounted-p): Handle different names of the
972 D-Bus methods.
973 (tramp-gvfs-mount-spec-entry): New defun.
974 (tramp-gvfs-mount-spec): Use it.
975 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
976 there is a share name. Handle different names of the D-Bus
977 signals and methods. Set connection properties needed for
978 `tramp-check-cached-permissions'.
979 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
980 Return t or nil.
981
982 * net/tramp.el (tramp-backtrace): Move up.
983 (tramp-error): Dump a backtrace into the debug buffer when
984 `tramp-verbose > 9.
985 (tramp-file-mode-type-map, tramp-file-mode-from-int)
986 (tramp-file-mode-permissions, tramp-get-local-uid)
987 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
988 tramp-sh.el.
989
990 * net/tramp-sh.el (tramp-file-mode-type-map)
991 (tramp-check-cached-permissions, tramp-file-mode-from-int)
992 (tramp-file-mode-permissions, tramp-get-local-uid)
993 (tramp-get-local-gid): Move to tramp.el.
994
995 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
996
997 Separate mouse-1-click-follows-link from mouse-drag-region.
998 * mouse.el (mouse--down-1-maybe-follows-link): New function.
999 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1000 (mouse-drag-line, mouse-drag-track):
1001 Remove mouse-1-click-follows-link code.
1002 (mouse--remap-link-click-p): Remove.
1003
1004 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1005
1006 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1007 (hi-lock-read-regexp-defaults): New defun.
1008 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1009 (hi-lock-face-phrase-buffer): Propagate above change.
1010 Update docstring (bug#13892).
1011
1012 * subr.el (find-tag-default-as-regexp): New defun.
1013 * replace.el (read-regexp): Propagate above change.
1014
1015 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1016
1017 * calc/calc-units.el (calc-convert-units): Fix the way that default
1018 new units are stored.
1019
1020 2013-03-07 Matthias Meulien <orontee@gmail.com>
1021
1022 * bookmark.el: Define a face to highlight bookmark names in
1023 bookmark menu buffers, where the default is a bold face similarly
1024 to buffer names in buffer menu buffers.
1025 (bookmark-menu-bookmark): New face to highlight bookmark names.
1026 (bookmark-insert-location): Remove duplicated text property to
1027 conform to buffer list (see `list-buffers').
1028 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1029 `bookmark-menu-bookmark' to bookmark names.
1030
1031 2013-03-07 Matthias Meulien <orontee@gmail.com>
1032 Karl Fogel <kfogel@red-bean.com>
1033
1034 * bookmark.el: Display the bookmark list header similarly to the
1035 buffer list header (see `list-buffers'), where the default is now
1036 an immovable/immutable header line.
1037 (bookmark-bmenu-use-header-line): New variable.
1038 (bookmark-bmenu-inline-header-height): New name for
1039 `bookmark-bmenu-header-height', to avoid confusion with the code
1040 for the new immovable header. All references changed.
1041 (bookmark-bmenu-set-header): New function.
1042 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1043 Conditionalize header construction accordingly.
1044 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1045 the inline header height.
1046 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1047 Conditionalize the skipping of the inline header height.
1048
1049 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1050
1051 * progmodes/js.el (js--multi-line-declaration-indentation):
1052 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1053
1054 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1055
1056 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1057 Only propertize regexp when not inside a string (Bug#13885).
1058
1059 2013-03-06 Alan Mackenzie <acm@muc.de>
1060
1061 Correct the position of point in some line-up functions.
1062 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1063 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1064 point at column 0 rather than at a random place in the line.
1065
1066 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1067
1068 * net/tramp-compat.el (tramp-compat-delete-directory):
1069 Implement TRASH argument.
1070
1071 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1072
1073 Keep pre-existing highlighting in completion candidates (Bug#13250).
1074 * minibuffer.el (completions-first-difference): State that the
1075 face is "added" in the docstring.
1076 (completions-common-part): Same. And don't inherit from default.
1077 (completion-hilit-commonality): Prepend 'completions-common-part
1078 and 'completion-first-difference faces to the 'face property,
1079 instead of replacing the value(s).
1080 (completion--insert-strings): Same with 'completions-annotations face.
1081 (completion-hilit-commonality): Use 'face instead of
1082 'font-lock-face, because it gets priority if the completion
1083 strings already have 'face set.
1084
1085 2013-03-04 Alan Mackenzie <acm@muc.de>
1086
1087 Replace `last-command-event' by `last-command-char' in XEmacs.
1088 * progmodes/cc-defs.el (c-last-command-char): New macro.
1089 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1090 (c-semi&comma-no-newlines-before-nonblanks)
1091 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1092 in place of `last-command-event'.
1093 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1094 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1095 (c-electric-paren, c-electric-continued-statement): Use the new
1096 macro in place of `last-command-event'.
1097
1098 2013-03-04 Glenn Morris <rgm@gnu.org>
1099
1100 * files.el (inhibit-local-variables-regexps):
1101 Add .diff and .patch. (Bug#13862)
1102
1103 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1104
1105 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1106 whether the "su" command is available on the device.
1107
1108 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1109
1110 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1111 (tramp-adb-handle-process-file): Remove superfluous setting.
1112 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1113 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1114 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1115
1116 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1119 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1120 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1121 Use dict-key rather than dict-name for the error message.
1122
1123 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1124
1125 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1126 when reverting (bug#13831).
1127
1128 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1129
1130 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1131 Always expand affix-file before storing to protect against changed
1132 `default-directory'.
1133 (ispell-print-if-debug): Make sure message is printed at the end
1134 of the debug buffer.
1135
1136 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1137
1138 * net/tramp.el (tramp-obsolete-methods): New defconst.
1139 (tramp-warned-obsolete-methods): New defvar.
1140 (tramp-find-method): Check for obsolete methods. Map them to a
1141 replacement method if appropriate.
1142
1143 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1144 Remove methods.
1145 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1146 "ssh2" and "plink1".
1147
1148 2013-02-28 Dale Sedivec <dale@codefu.org>
1149
1150 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1151 Return valid syntax-table property value when converting
1152 quotes within text from string syntax to punctuation syntax (bug#13844).
1153
1154 2013-02-28 Juri Linkov <juri@jurta.org>
1155
1156 * dired-aux.el (dired-diff): If file at point is a backup file,
1157 use its original as the default value, and reverse the order
1158 of arguments to the `diff' call. Doc fix. (Bug#13772)
1159
1160 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1161
1162 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1163 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1164
1165 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1166
1167 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1168
1169 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1170 Ask hunspell about available and default dictionaries.
1171 (ispell-parse-hunspell-affix-file): Extract relevant info from
1172 hunspell affix file.
1173 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1174 `ispell-dictionary-alist' entry for given dictionary after info
1175 provided by `ispell-parse-hunspell-affix-file'.
1176 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1177 of parsed hunspell dicts and associated affix files.
1178 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1179 of parsed hunspell dicts and associated parameters.
1180 (ispell-set-spellchecker-params):
1181 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1182 previously done.
1183 (ispell-start-process):
1184 Call `ispell-hunspell-fill-dictionary-entry' for current
1185 dictionary if it is not initialized.
1186
1187 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * imenu.el: Comment nitpicks.
1190
1191 2013-02-28 Sam Steingold <sds@gnu.org>
1192
1193 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1194 See <http://stackoverflow.com/questions/14720205>.
1195
1196 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1197
1198 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1199 (net-utils-mode): Use it.
1200 (net-utils--revert-cmd): New var.
1201 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1202 (traceroute): Use net-utils-run-simple.
1203
1204 2013-02-28 Glenn Morris <rgm@gnu.org>
1205
1206 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1207
1208 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1211 (doc-view-fallback-mode): Remove overlays here.
1212 (doc-view-toggle-display): Instead of here. Don't throw away
1213 image-mode-winprops-alist.
1214 (doc-view-goto-page): Don't mess with hscroll.
1215
1216 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1217
1218 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1219 &optional (bug#13819).
1220
1221 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1222
1223 * net/tramp-adb.el (tramp-adb-parse-device-names)
1224 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1225
1226 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1227
1228 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1229 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1230 defined. POSIX environments fall back to the "C" locale then and
1231 emit a warning, which shall be suppressed.
1232
1233 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1236 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1237
1238 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1241
1242 2013-02-25 Juri Linkov <juri@jurta.org>
1243
1244 * replace.el (read-regexp): Let-bind `default' to the first
1245 element of `defaults' if it's a list, otherwise it should be
1246 a string or nil. Let-bind `suggestions' to `defaults' if it's
1247 a list, otherwise make a list with the string value. Doc fix.
1248 (Bug#13805)
1249
1250 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1251
1252 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1253 that match "\`\.#", to avoid compiling lock files, even if they
1254 are readable (as they are on MS-Windows).
1255
1256 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 * files.el (basic-save-buffer): Remove redundant directory-creation.
1259
1260 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1261
1262 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1263 Add option to force `pi' to remain symbolic.
1264 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1265 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1266 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1267 derivatives, when necessary.
1268
1269 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1270
1271 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1272 (ps-mode-octal-region): Use string-make-unibyte.
1273
1274 2013-02-23 Glenn Morris <rgm@gnu.org>
1275
1276 * emulation/viper-cmd.el (viper-submit-report):
1277 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1278 * progmodes/vera-mode.el (vera-mode-help-address):
1279 * textmodes/artist.el (artist-maintainer-address):
1280 * textmodes/reftex.el (reftex-report-bug):
1281 * vc/ediff-util.el (ediff-submit-report):
1282 Add bug-gnu-emacs to bug report address.
1283
1284 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1285 Remove bug report entries.
1286 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1287
1288 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1289 (byte-compile-file, byte-compile-from-buffer):
1290 Use separate input/output buffers for each level of recursive
1291 byte-compile-file calls. (Bug#13787)
1292
1293 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1294
1295 * net/tramp.el (tramp-methods): Fix docstring.
1296 (tramp-ssh-controlmaster-options): Rename it from
1297 `tramp-ssh-controlmaster-template'. Return a string.
1298 (tramp-default-method): Adapt check for
1299 `tramp-ssh-controlmaster-options'.
1300
1301 * net/tramp-sh.el (tramp-methods):
1302 Replace `tramp-ssh-controlmaster-template' by "%c".
1303 (tramp-do-copy-or-rename-file-out-of-band)
1304 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1305 that it is applied for the first hop only.
1306
1307 2013-02-22 Juri Linkov <juri@jurta.org>
1308
1309 * isearch.el (isearch-lazy-highlight-new-loop):
1310 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1311 to `isearch-other-end' if it is not nil. (Bug#13402)
1312
1313 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1314 to `match-beg'.
1315
1316 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1317 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1318 and `isearch-error' to nil.
1319
1320 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1321
1322 * progmodes/python.el (python-info-current-defun):
1323 Enhance match-data cluttering prevention.
1324
1325 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1326
1327 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1328
1329 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1330 Handle multibyte file names.
1331
1332 2013-02-22 Glenn Morris <rgm@gnu.org>
1333
1334 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1335 (sgml-transformation-function): Give it a :set function.
1336 (sgml-tag): Doc fix.
1337
1338 * cmuscheme.el (scheme-buffer):
1339 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1340 * progmodes/tcl.el (inferior-tcl-buffer):
1341 * textmodes/tex-mode.el (tex-command): Doc fixes.
1342
1343 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1344
1345 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1346
1347 2013-02-21 Bastien Guerry <bzg@gnu.org>
1348
1349 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1350
1351 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1352
1353 * progmodes/python.el (python-info-current-defun):
1354 Enhance match-data cluttering prevention.
1355
1356 2013-02-21 Glenn Morris <rgm@gnu.org>
1357
1358 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1359 loaded while outline-regexp is let bound. (Bug#9584)
1360
1361 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1362
1363 * progmodes/python.el (python-info-current-defun): Fix failed
1364 defun name retrieval because of unwanted match-data cluttering.
1365
1366 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1369 defconst. Apply independent check for ControlPersist.
1370
1371 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1372 temporarily, via "env".
1373
1374 2013-02-21 Glenn Morris <rgm@gnu.org>
1375
1376 * info.el (Info-enable-edit): Remove.
1377 (Info-edit): Disable it rather than using Info-enable.
1378 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1379 (Info-cease-edit): Make editing of Info files obsolete.
1380
1381 * informat.el (Info-tagify):
1382 Handle buffers not visiting files. (Bug#13763)
1383
1384 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1385
1386 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1387
1388 2013-02-21 Glenn Morris <rgm@gnu.org>
1389
1390 * files.el (basic-save-buffer): Move check for existing parent
1391 directory after hooks. (Bug#13773)
1392
1393 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * simple.el (command-execute): Move from C. Add obsolete check.
1396 (extended-command-history): Move from C.
1397
1398 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1399
1400 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1401 (jka-compr-mode-alist-additions): Handle .txz suffix for
1402 XZ-compressed tar archives (bug#13770).
1403
1404 2013-02-20 Bastien Guerry <bzg@gnu.org>
1405
1406 * outline.el (outline-regexp, outline-heading-end-regexp):
1407 Make variables, not options (bug#13731).
1408
1409 2013-02-20 Glenn Morris <rgm@gnu.org>
1410
1411 * image.el (image-current-frame): Change from variable to function.
1412 (image-show-frame): Rename from image-nth-frame. Update callers.
1413 * image-mode.el (image-multi-frame): New variable.
1414 (image-mode-map, image-mode, image-goto-frame):
1415 Use image-multi-frame rather than image-current-frame.
1416 (image-mode, image-goto-frame): Use image-current-frame as
1417 function rather than as variable.
1418
1419 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1420 * emacs-lisp/cl-macs.el (cl--make-type-test)
1421 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1422
1423 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1424
1425 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1426 (tramp-get-file-property, tramp-set-file-property)
1427 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1428 (tramp-flush-file-property, tramp-flush-directory-property):
1429 Rename argument to KEY.
1430 (tramp-flush-connection-property): Simplify a little bit.
1431 (tramp-connection-property-p): New defun.
1432 (top): Reapply saved values only if there isn't a corresponding
1433 entry in `tramp-connection-properties'.
1434
1435 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1436
1437 * progmodes/python.el (python-indent-context):
1438 Fix python-info-line-ends-backslash-p call.
1439 (python-info-line-ends-backslash-p)
1440 (python-info-beginning-of-backslash): Respect line-number argument.
1441 (python-info-current-line-comment-p):
1442 Fix behavior when not at beginning-of-line.
1443 (python-util-position): Remove function.
1444 (python-util-goto-line): New function.
1445
1446 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1447
1448 * eshell/em-unix.el (eshell/su): Require tramp.
1449 (eshell/sudo): Require tramp. Remove now unnecessary check.
1450
1451 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1452 `tramp-current-connection' in order to avoid an error when several
1453 commands are invoked in a short time in eshell and friends.
1454
1455 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 Cleanup some of EIEIO's namespace.
1458 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1459 Use it to define all the class-* and object-* field accessors (renamed
1460 to eieio--class-* and eieio--object-*). Update all uses.
1461 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1462 class-num-slots and object-num-slots.
1463 (eieio--check-type): New macro.
1464 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1465 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1466 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1467 (object-assoc-list-safe): Use it.
1468 (eieio-defclass): Tighten regexp.
1469 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1470 Remove unreachable code.
1471 (object-class-fast): Declare obsolete.
1472 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1473 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1474 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1475 Rename from class-name, object-name, object-set-name-string,
1476 object-class, object-class-name, class-parents, class-children,
1477 class-precedence-list, class-parent; with obsolete alias.
1478 (class-of, class-direct-superclasses, class-direct-subclasses):
1479 Declare obsolete.
1480 (eieio-defmethod): Use `memq'; remove unreachable code.
1481 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1482 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1483 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1484
1485 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1486
1487 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1488 commentary.
1489
1490 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1491
1492 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1493 Use font-lock-keyword-face for macros and special forms (bug#8345).
1494
1495 2013-02-17 Didier Verna <didier@didierverna.net>
1496
1497 * net/network-stream.el (network-stream-open-starttls):
1498 Check that response to the starttls-command is non-nil. (Bug#13706)
1499
1500 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1503 Don't assume all identifier chars have syntax word.
1504 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1505 Remove bar-not-symbol. Adjust callers.
1506 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1507
1508 2013-02-17 Leo Liu <sdl.web@gmail.com>
1509
1510 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1511
1512 2013-02-17 Glenn Morris <rgm@gnu.org>
1513
1514 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1515
1516 * image-mode.el (image-mode-map): Add image-dired menu entry.
1517
1518 * image-dired.el (tumme): Make this alias obsolete.
1519
1520 2013-02-16 Glenn Morris <rgm@gnu.org>
1521
1522 * image.el (image-animated-types): Remove.
1523 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1524 (image-animated-p): Make obsolete alias.
1525 (image-animate, image-nth-frame, image-animate-timeout):
1526 Use image-multi-frame-p.
1527 (image-animate-timeout): If no delay, use image-default-frame-delay.
1528 * image-mode.el (image-mode, image-toggle-animation):
1529 Use image-multi-frame-p. (Bug#763, bug#10739)
1530 (image-mode): Adjust startup message for a multi-frame image.
1531
1532 * image-mode.el (image-mode-map): Give it a menu.
1533
1534 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1535
1536 * net/tramp-cache.el (tramp-connection-properties): New customer
1537 option.
1538 (tramp-get-connection-property): Use it.
1539
1540 * net/tramp-compat.el (top): Require 'trampver.
1541
1542 * net/tramp-sh.el (tramp-remote-process-environment):
1543 Set tramp-autoload cookie.
1544
1545 2013-02-16 Kevin Ryde <user42@zip.com.au>
1546
1547 * info-look.el (info-lookup-select-mode): If major-mode has no
1548 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1549
1550 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1551
1552 * replace.el (read-regexp): Tighten the regexp that matches tag.
1553 When tag is retrieved with `find-tag-default', use regexp that
1554 matches tag at point. Also update docstring (Bug#13687).
1555
1556 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1557
1558 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1559 add watch for the file, not its parent directory, since w32notify
1560 sets up the watch for the directory internally. (Bug#13725)
1561
1562 2013-02-16 Glenn Morris <rgm@gnu.org>
1563
1564 * image.el (image-default-frame-delay): New variable.
1565 (image-animated-p): Use image-default-frame-delay.
1566 (image-minimum-frame-delay): New constant.
1567 (image-animate-timeout): Use image-minimum-frame-delay.
1568
1569 * image.el (image-nth-frame): New, split from image-animate-timeout.
1570 (image-animate-timeout): Use image-nth-frame.
1571 * image-mode.el (image-goto-frame, image-next-frame)
1572 (image-previous-frame): New commands.
1573 (image-mode-map): Add new frame commands.
1574
1575 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1576
1577 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1578 If col-desc already has help-echo, use it. (Bug#13563)
1579
1580 2013-02-16 Glenn Morris <rgm@gnu.org>
1581
1582 * image.el (image-current-frame): New variable.
1583 (image-animate-timeout): Set image-current-frame.
1584 * image-mode.el (image-mode): For animated images,
1585 display a frame counter via mode-line-process.
1586
1587 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1588
1589 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1592
1593 2013-02-15 Alan Mackenzie <acm@muc.de>
1594
1595 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1596 global minor mode has been enabled, call the minor mode function
1597 for a new buffer once only, after the major mode hook, whilst
1598 allowing that hook explicitly to disable the minor mode.
1599 (MODE-disable-in-buffer): New (generated) function.
1600 (disable-MODE): New (generated) buffer local variable.
1601
1602 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1603
1604 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1605 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1606 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1607 `ido-next-match' and `ido-prev-match' resply.
1608 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1609 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1610 `icomplete-backward-completions' (Bug#13708).
1611
1612 2013-02-15 Glenn Morris <rgm@gnu.org>
1613
1614 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1615
1616 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1619 (goto-address-fontify-region): Use them instead of narrowing, so
1620 syntax-ppss has access to the whole buffer.
1621
1622 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1623
1624 * progmodes/python.el: Explain how to restore "cc-mode"-like
1625 forward-sexp movement in header documentation (Bug#13642).
1626 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1627 comments and strings (GH bug 114).
1628
1629 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1630
1631 * progmodes/python.el (python-info-current-defun): Fix current
1632 defun detection (Bug#13618).
1633
1634 2013-02-15 Chong Yidong <cyd@gnu.org>
1635
1636 * xml.el (xml-parse-string): Fix typo in handling of bad character
1637 references.
1638
1639 2013-02-15 Glenn Morris <rgm@gnu.org>
1640
1641 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1642
1643 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1644
1645 * net/tramp.el (tramp-debug-message):
1646 Add `tramp-condition-case-unless-debug'.
1647 (tramp-debug-on-error): New defvar.
1648 (tramp-condition-case-unless-debug): New defun.
1649 (tramp-file-name-handler): Use it.
1650
1651 2013-02-14 Juri Linkov <juri@jurta.org>
1652
1653 * info.el (Info-isearch-filter): Treat non-nil values of
1654 `search-invisible' including its default value `open'
1655 like the value `t' to match hidden text. (Bug#13402)
1656
1657 2013-02-14 Glenn Morris <rgm@gnu.org>
1658
1659 * help-fns.el (find-lisp-object-file-name): Give special treatment
1660 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1661
1662 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1663
1664 * net/quickurl.el (quickurl-save-urls):
1665 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1666
1667 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1668
1669 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1670 depth for unfinished percent literal. Not using it in the caller.
1671 (ruby-move-to-block): Jump over multiline literals of all types,
1672 ignoring code-looking contents inside them.
1673 (ruby-add-log-current-method): Improve performance at the expense
1674 of accuracy. `ruby-block-contains-point' is relatively slow, so
1675 only use it for method and singleton class blocks.
1676
1677 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1678
1679 Use ControlMaster where applicable. (Bug#13677)
1680
1681 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1682 replacing `tramp-detect-ssh-controlmaster'.
1683 (tramp-default-method): Use it.
1684
1685 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1686 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1687 arguments.
1688 [scpc, rsyncc]: Remove methods.
1689 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1690 and "ssh2_old".
1691 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1692 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1693
1694 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * emacs-lisp/package.el (package--initialized): Move before first use.
1697
1698 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1699
1700 * icomplete.el (icomplete-hide-common-prefix): New user option.
1701 (icomplete-first-match): New face.
1702 (icomplete-completions): Correct handling of "complete but not
1703 unique" (Bug#12638).
1704
1705 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1706
1707 * descr-text.el (describe-char): Display the script (bug#13698).
1708
1709 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * tmm.el: Use lexical-binding and current-active-maps.
1712 (tmm-menubar): Use map-keymap and pcase.
1713 (tmm--completion-table): New function.
1714 (tmm-prompt): Use it to fix the menu order.
1715 (tmm-get-keybind): Use current-active-maps.
1716
1717 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1718
1719 Add dired-hide-details-mode. (Bug#6799)
1720
1721 * locate.el (locate-mode): Set parent mode property to dired-mode.
1722
1723 * find-dired.el (find-dired): Call dired-insert-set-properties on
1724 initial information line. Set process mark on end of buffer.
1725 (find-dired-sentinel):
1726 Call dired-insert-set-properties on summary.
1727
1728 * dired.el (dired-hide-details-hide-symlink-targets)
1729 (dired-hide-details-hide-information-lines): New options.
1730 (dired-insert-directory):
1731 Set properties after final treatment of output.
1732 (dired-insert-set-properties):
1733 Set dired-hide-details-* properties.
1734 (dired-mode-map): Bind dired-hide-details-mode.
1735 (dired-mode): Set buffer-invisibility-spec to a list.
1736 (dired-next-line): Skip hidden lines.
1737 (dired-previous-line): Use dired-next-line.
1738 (dired-hide-details-mode): New minor mode.
1739 (dired-hide-details-update-invisibility-spec): New function.
1740
1741 2013-02-13 Glenn Morris <rgm@gnu.org>
1742
1743 * play/yow.el: Move to obsolete/. (Bug#9384)
1744
1745 2013-02-13 Juri Linkov <juri@jurta.org>
1746
1747 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1748 to select `ediff-control-frame' and set input focus correctly on Xfce.
1749 (Bug#12218)
1750
1751 2013-02-13 Juri Linkov <juri@jurta.org>
1752
1753 * image-mode.el (image-mode-map):
1754 * doc-view.el (doc-view-mode-map):
1755 * vc/ediff-util.el (ediff-setup-keymap):
1756 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1757
1758 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1759
1760 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1761 performance. Instead of recalculating indentation fully for each
1762 line, sum up indentation depth based only on visited lines.
1763 (ruby-parse-partial): Increase the depth after "do" even when END
1764 is right after it.
1765 (ruby-parse-partial): When END is in the middle of a percent
1766 literal, increase the depth if the delimiter chars belong to the
1767 paren syntax class.
1768
1769 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1770
1771 * play/fortune.el (fortune-compile): Also make the compiled file
1772 if it does not exist at all, not just if it is old. (Bug#5338)
1773
1774 2013-02-13 Glenn Morris <rgm@gnu.org>
1775
1776 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1777
1778 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1779
1780 * lisp/emacs-lisp/package.el (package-menu-execute):
1781 Add optional noquery argument. (Bug#13625)
1782
1783 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1784
1785 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1786 if DIR exists and PARENTS is non-nil.
1787
1788 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * progmodes/js.el (js--multi-line-declaration-indentation):
1791 Silence byte-compiler warning.
1792
1793 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1794
1795 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1796
1797 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1798 only if it doesn't exist.
1799
1800 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1801 Set process marker.
1802
1803 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1804
1805 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1806 UserInstallation when calling soffice to work around LibreOffice
1807 bug 37531.
1808
1809 2013-02-12 Glenn Morris <rgm@gnu.org>
1810
1811 * files.el (basic-save-buffer):
1812 Offer to create a non-existing directory. (Bug#3016)
1813
1814 * calc/calc-graph.el (calc-graph-show-dumb):
1815 * calendar/calendar.el (calendar-mode-map):
1816 * cus-edit.el (custom-mode-map):
1817 * ehelp.el (electric-help-map):
1818 * emulation/vip.el (vip-mode-map):
1819 * epa.el (epa-key-list-mode-map):
1820 * info.el (Info-mode-map):
1821 * mail/rmail.el (rmail-mode-map):
1822 * mail/rmailsum.el (rmail-summary-mode-map):
1823 * man.el (Man-mode-map):
1824 * net/newst-plainview.el (newsticker-mode-map):
1825 * progmodes/cpp.el (cpp-edit-mode-map):
1826 * progmodes/grep.el (grep-mode-map):
1827 * progmodes/idlw-help.el (idlwave-help-mode-map):
1828 * simple.el (special-mode-map):
1829 * startup.el (splash-screen-keymap):
1830 * view.el (view-mode-map):
1831 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1832
1833 2013-02-11 Elias Pipping <pipping@lavabit.com>
1834
1835 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1836 (bug#13679).
1837
1838 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1841
1842 2013-02-11 Glenn Morris <rgm@gnu.org>
1843
1844 * vc/diff.el (diff-use-labels): New variable.
1845 (diff-no-select): Use --label rather than -L, and first
1846 check that it is supported. (Bug#11067)
1847
1848 * files.el (enable-dir-local-variables): New variable.
1849 (hack-dir-local-variables): Respect enable-dir-local-variables.
1850 * tutorial.el (help-with-tutorial):
1851 Ignore directory-local variables. (Bug#11127)
1852
1853 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1854 (vc-svn-global-switches): ... to here. (Bug#13513)
1855
1856 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
1857
1858 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1859 Handle "foo (bar, default: xxx): " prompts.
1860
1861 2013-02-10 Chong Yidong <cyd@gnu.org>
1862
1863 * files.el (basic-save-buffer-1): Do not set
1864 buffer-file-coding-system-explicit (Bug#4533).
1865
1866 * mail/emacsbug.el (report-emacs-bug): Change binding of
1867 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1868
1869 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1870
1871 * calc/calc.el (calc-allow-units-as-numbers): New variable.
1872 * calc/calc-units.el (calc-convert-units): Use new variable.
1873
1874 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1875
1876 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1877
1878 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1879 buffer-file-type.
1880
1881 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1882 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1883 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1884 coding-system-for-write instead.
1885
1886 * jka-compr.el (jka-compr-write-region): Don't bind
1887 buffer-file-type.
1888
1889 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1890 buffer-file-type.
1891
1892 * files.el (file-name-buffer-file-type-alist): Remove defvar.
1893 (insert-file-contents-literally): Remove reference to
1894 file-name-buffer-file-type-alist.
1895
1896 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1897 make-obsolete.
1898 (find-buffer-file-type-match, find-buffer-file-type): Remove.
1899 (find-buffer-file-type-coding-system): Remove references to
1900 find-buffer-file-type-match, find-buffer-file-type, and
1901 buffer-file-type.
1902 Don't put find-buffer-file-type-coding-system into
1903 file-coding-system-alist.
1904 (find-file-binary, find-file-text): Bind coding-system-for-read
1905 instead of file-name-buffer-file-type-alist.
1906
1907 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
1908
1909 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1910 converter (Bug#13622).
1911 (doc-view-unoconv-program): Make obsolete alias.
1912 (doc-view-odf->pdf-converter-program): New variable.
1913 (doc-view-odf->pdf-converter-function): New variable.
1914 (doc-view-mode-p): Use it.
1915 (doc-view-odf->pdf-converter-unoconv):
1916 Rename from `doc-view-odf->pdf-converter-unoconv'.
1917 (doc-view-odf->pdf-converter-soffice): New function.
1918 (doc-view-convert-current-doc):
1919 Use `doc-view-odf->pdf-converter-function'.
1920
1921 2013-02-09 Chong Yidong <cyd@gnu.org>
1922
1923 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1924 view-echo-area-messages (Bug#13340).
1925
1926 * help.el (view-echo-area-messages): Use display-buffer.
1927
1928 * dired-x.el (dired-do-run-mail): Prompt for confirmation
1929 (Bug#13561).
1930
1931 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1934 Eval body right away, now that we do eager macroexpansion (bug#13605).
1935
1936 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1937 (fundamental-mode): Use run-mode-hooks.
1938
1939 * eshell/esh-proc.el (eshell/kill): Fix last change.
1940 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1941
1942 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1943
1944 * eshell/esh-proc.el (eshell/kill): Rewrite.
1945
1946 * eshell/em-ls.el (show-almost-all): Declare.
1947 (eshell-do-ls): Add support for -A argument.
1948
1949 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
1950
1951 * icomplete.el (icomplete-forward-completions)
1952 (icomplete-backward-completions): Handle corner case (bug#13602).
1953
1954 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
1955
1956 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1957 be nil. Handle this. (Bug#13636)
1958
1959 2013-02-07 Richard Stallman <rms@gnu.org>
1960
1961 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1962 `save-buffer-coding-system'.
1963
1964 2013-02-07 Alan Mackenzie <acm@muc.de>
1965
1966 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
1967 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1968 (c-parse-state-get-strategy): Don't return 'BOD any more.
1969 (c-append-lower-brace-pair-to-state-cache):
1970 Extra parameter HERE instead of narrowing.
1971 Widen to top of buffer before searching backwards for a brace pair.
1972 (c-state-push-any-brace-pair): Add HERE parameter to function call.
1973 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1974 Narrow to parameter HERE, in place of being called narrowed.
1975 (c-remove-stale-state-cache): Extra parameter HERE in place of
1976 narrowing. Check there's an open brace in the cache before
1977 searching for its match.
1978 (c-invalidate-state-cache-1): Add HERE parameter to function call.
1979 (c-parse-state-1): Don't narrow here for 'forward strategy,
1980 instead passing extra parameter HERE to several functions.
1981 Remove 'BOD strategy.
1982
1983 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1984
1985 * emacs-lisp/package.el (describe-package-1): Tell what archive is
1986 used to install the package.
1987
1988 2013-02-06 Glenn Morris <rgm@gnu.org>
1989
1990 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
1991 if we can't get user input. (Bug#6567)
1992
1993 * startup.el (command-line): If simple.el is missing,
1994 test and warn about for some possible causes.
1995
1996 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
1997
1998 * cus-start.el (all): Add ns-use-native-fullscreen.
1999
2000 2013-02-05 Glenn Morris <rgm@gnu.org>
2001
2002 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2003
2004 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2005 Fix directory creation in fallback case.
2006
2007 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2008
2009 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2010 (vc-update-change-log): Use dolist.
2011
2012 2013-02-04 Chong Yidong <cyd@gnu.org>
2013
2014 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2015 code from ffap.el.
2016 (thing-at-point-beginning-of-url-regexp): New var.
2017 (thing-at-point-uri-schemes): Update list of URI schemes.
2018 (thing-at-point-url-regexp): Variable deleted.
2019 (thing-at-point-markedup-url-regexp): Disallow newlines.
2020 (thing-at-point-newsgroup-regexp)
2021 (thing-at-point-newsgroup-heads)
2022 (thing-at-point-default-mail-uri-scheme): New variables.
2023 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2024 method to find the possible bounds of the URI at point.
2025 New optional argument to find ill-formed URIs.
2026 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2027 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2028 the scheme-adding heuristics from ffap-url-at-point.
2029 (thing-at-point--bounds-of-well-formed-url): New function.
2030 Do parens matching to decide whether to include parens in the URI
2031 (Bug#9153).
2032
2033 * ffap.el: Require thingatpt.
2034 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2035 All URI-valid characters are now recognized (Bug#5673).
2036 (ffap-string-at-point): Use use-region-p.
2037 (ffap-url-regexp): Extra character is handled by thing-at-point.
2038 (ffap-string-at-point-mode-alist): Allow parentheses.
2039 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2040 Convert to aliases; code moved to thingatpt.el.
2041 (ffap-gnus-hook): Use setq-local.
2042
2043 2013-02-04 Glenn Morris <rgm@gnu.org>
2044
2045 * emacs-lisp/ert.el (ert--explain-format-atom):
2046 Don't try to print non-characters as characters. (Bug#13543)
2047
2048 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2049
2050 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2051 (tramp-backtrace): New defun.
2052 (tramp-handle-insert-file-contents): Use `visit' when inserting
2053 the local copy.
2054
2055 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2056 Use `remote-file-name-inhibit-cache'.
2057
2058 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2059
2060 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2061 (bug#13614).
2062
2063 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2064 current-load-list (bug#13366).
2065
2066 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2067
2068 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2069 Identify g++ template instantiation trace. (Bug#12287)
2070 (compilation-mode-hook, compilation-start-hook)
2071 (compilation-window-height): Simplify docstrings. (Bug#13379)
2072
2073 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * mouse.el (mouse-drag-track): Always deactivate the mark before
2076 running the final event's command since that command is in charge of
2077 activating the mark if needed (bug#13523).
2078
2079 2013-02-02 Juri Linkov <juri@jurta.org>
2080
2081 * replace.el (perform-replace): Move let-bindings of isearch-*
2082 variables deeper to the loop that searches for the next match.
2083 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2084 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2085 (Bug#13579)
2086
2087 * isearch.el (isearch-search-fun-default): Check for null
2088 first element of isearch-cmds as a precaution when it's used
2089 with inactive isearch.
2090
2091 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2092
2093 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2094 error when buffer in question is narrowed so position 1 is out of
2095 visible part.
2096
2097 2013-02-02 Glenn Morris <rgm@gnu.org>
2098
2099 * textmodes/remember.el (remember-clipboard): Doc fix.
2100
2101 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2104 properties (bug#13179).
2105
2106 2013-02-02 Juri Linkov <juri@jurta.org>
2107
2108 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2109 instead of hard-coded default face `match'. (Bug#9438)
2110
2111 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2112
2113 * vc/vc-arch.el (vc-arch-registered):
2114 * vc/vc-bzr.el (vc-bzr-registered):
2115 * vc/vc-cvs.el (vc-cvs-registered):
2116 * vc/vc-git.el (vc-git-registered):
2117 * vc/vc-hg.el (vc-hg-registered):
2118 * vc/vc-mtn.el (vc-mtn-registered):
2119 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2120 (Bug#13139)
2121
2122 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2123 prefix argument. (Bug#11656)
2124
2125 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2128
2129 2013-02-01 Glenn Morris <rgm@gnu.org>
2130
2131 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2132 if the backend is known not to support it.
2133
2134 * imenu.el (imenu-default-create-index-function):
2135 Tweak infinite loop test to check for forward motion as well as none.
2136
2137 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2138
2139 * net/soap-client.el (soap-invoke): Encode the string for
2140 `url-request-data' as UTF-8.
2141 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2142
2143 2013-02-01 Glenn Morris <rgm@gnu.org>
2144
2145 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2146
2147 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2148
2149 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2150
2151 * net/tramp.el (tramp-tramp-file-p): Comment check for
2152 `string-as-unibyte'. The function does not exist on XEmacs, and
2153 likely we need another approach.
2154
2155 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2156 `tramp-gw-*' variables are bound.
2157
2158 2013-01-31 Glenn Morris <rgm@gnu.org>
2159
2160 * files.el (basic-save-buffer-2): Choose coding system for
2161 writing the file before backing it up, to reduce delay between
2162 backing up and writing the new version. (Bug#13522)
2163
2164 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2165
2166 * simple.el (cycle-spacing): New command.
2167 (just-one-space): Use it.
2168
2169 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2172 (opascal-newline-always-indents): Remove custom.
2173 (opascal-tab, opascal-newline): Remove commands.
2174 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2175 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2176 (opascal-save-match-data): Remove, use save-match-data instead.
2177 (opascal-save-state): Use with-silent-modifications.
2178
2179 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2180 (bug#13585).
2181
2182 2013-01-30 Juri Linkov <juri@jurta.org>
2183
2184 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2185 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2186 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2187
2188 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2191 column if we're just deleting the backslashes.
2192 (makefile-fill-paragraph): Use eolp.
2193
2194 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2195
2196 * autorevert.el (auto-revert-use-notify): Fix docstring.
2197
2198 2013-01-30 Leo Liu <sdl.web@gmail.com>
2199
2200 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2201
2202 2013-01-30 Glenn Morris <rgm@gnu.org>
2203
2204 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2205 unread-command-events twice in some cases. This tries to implement
2206 the 2012-07-26 changes in a different way. (Bug#13560)
2207
2208 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2209
2210 * progmodes/python.el
2211 (python-pdbtrack-comint-output-filter-function): Enhancements on
2212 stacktrace detection. (thanks @gnovak)
2213
2214 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2217 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2218 Use defvar-local.
2219 (jit-lock-register): Use setq-local.
2220
2221 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2222
2223 * calc-units.el (math-default-units-table): Remove initial value.
2224 (calc-convert-units): Treat expressions where all the units cancel as
2225 if they didn't have units.
2226
2227 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2228
2229 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2230 (tramp-completion-reread-directory-timeout): Fix type.
2231 (tramp-connection-min-time-diff): New defcustom.
2232
2233 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2234
2235 2013-01-30 Glenn Morris <rgm@gnu.org>
2236
2237 * imenu.el (imenu-default-create-index-function):
2238 Put back a version of the infinite loop test removed 2013-01-23.
2239
2240 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2241
2242 * progmodes/python.el (python-shell-parse-command):
2243 Find python-shell-interpreter with modified environment.
2244
2245 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2248
2249 2013-01-29 Alan Mackenzie <acm@muc.de>
2250
2251 Amend to fontify /regexp/s in actions correctly.
2252 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2253 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2254 are no longer included.
2255 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2256 What used to be these variables without "-line" in the name.
2257 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2258 (c-awk-non-arith-op-bra-re): Now also matches {.
2259 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2260 "return", and "case".
2261 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2262 by /.
2263 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2264 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2265
2266 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2267
2268 * autorevert.el (auto-revert-use-notify):
2269 Use `custom-initialize-default' for initialization. (Bug#13583)
2270
2271 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2272
2273 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2274 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2275 in `tramp-file-name-handler'.
2276 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2277 compatibility.
2278 (tramp-compute-multi-hops): Check, whether
2279 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2280
2281 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2284 (bug#13297).
2285
2286 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2287
2288 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2289 checks made superfluous by the \_< operator.
2290 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2291 temporarily) broken indentation.
2292 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2293 Highlight nested constants, too. \_< broke that.
2294
2295 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2296
2297 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2298 instead of "\\b".
2299
2300 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2301
2302 * autorevert.el (auto-revert-handler): Notifications which result
2303 from a saved file shall not be taken into account. (Bug#13557)
2304
2305 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2306
2307 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2308 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2309 (lisp-mode): Pass t for it. (Bug#13556)
2310
2311 2013-01-25 Alan Mackenzie <acm@muc.de>
2312
2313 AWK Mode: Fix indentation bug at top level. Bug #12274.
2314
2315 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2316 just before CASE 5D.
2317
2318 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2319
2320 * net/socks.el (socks-nslookup-host): Use string-to-number.
2321
2322 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2323
2324 * autorevert.el (auto-revert-remote-files)
2325 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2326 (auto-revert-notify-enabled, auto-revert-use-notify)
2327 (auto-revert-notify-watch-descriptor-hash-list)
2328 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2329 (auto-revert-notify-event-descriptor)
2330 (auto-revert-notify-event-action)
2331 (auto-revert-notify-event-file-name): Doc fix.
2332 (global-auto-revert-mode): Reorder checks.
2333 (auto-revert-notify-rm-watch): Respect changed values of
2334 `auto-revert-notify-watch-descriptor-hash-list'.
2335 (auto-revert-notify-add-watch): Check for
2336 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2337 `inotify-add-watch'. Watch `default-directory' instead of
2338 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2339 has a changed meaning now. (Bug#13540)
2340 (auto-revert-notify-handler): Change implementation wrt events
2341 returning from a directory.
2342 (auto-revert-handler): Reorder implementation for checks of remote
2343 files.
2344 (auto-revert-buffers): Fix parentheses error.
2345
2346 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2347
2348 * progmodes/python.el: Enhancements to header documentation about
2349 skeletons. (Bug#5716)
2350
2351 * imenu.el (imenu-default-create-index-function): Remove useless
2352 infinite loop check. (Bug#13438)
2353
2354 2013-01-25 Alan Mackenzie <acm@muc.de>
2355
2356 Fix a bug in the state cache mechanism. Refactor this a bit.
2357
2358 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2359 `cache-pos' element from the return value.
2360 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2361 buffer to enable proper searching from beyond HERE. Amend the
2362 test for detecting the sought brace pair. Amend the value written
2363 to the "brace desert cache" when the brace isn't found.
2364 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2365 and several other variables analogously.
2366 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2367 parameter to a locally calculated variable.
2368 (c-parse-state-1): Change the calling conventions to the two
2369 defuns involving `cache-pos'.
2370
2371 2013-01-25 Chong Yidong <cyd@gnu.org>
2372
2373 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2374
2375 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2376
2377 * paren.el (show-paren-function): Make sure to set 'priority and
2378 'face only if the overlay does exist.
2379
2380 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2381
2382 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2383
2384 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2385 basic attributes.
2386 (tramp-sh-handle-set-file-acl): Improve error checking.
2387
2388 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2389
2390 * doc-view.el (doc-view-display): Force mode line update until all
2391 document is converted. Suggested by Stefan Monnier (Bug#13164).
2392
2393 2013-01-23 Bastien Guerry <bzg@gnu.org>
2394
2395 * paren.el (show-paren-function): Make sure an overlay exists
2396 before trying to delete it. Also use `pos' as a position only
2397 when it is an integer.
2398
2399 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2400
2401 * play/gametree.el (gametree-break-line-here): Use point-marker.
2402
2403 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2404
2405 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2406 Mark descriptive parts with `display' property.
2407
2408 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2409
2410 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2411 New variable to map standard dict names to hunspell ones.
2412 (ispell-set-spellchecker-params): Make sure specific dict names
2413 are used for standard dicts with hunspell.
2414
2415 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2416
2417 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2418 chars for note (%N) and url (%U).
2419 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2420
2421 2013-01-21 Juri Linkov <juri@jurta.org>
2422
2423 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2424 in addition to existing separate binding `meta f10' in `global-map'.
2425 (Bug#13484)
2426
2427 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2428
2429 Improve XEmacs compatibility.
2430
2431 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2432
2433 * net/tramp-adb.el (top): Require `time-date'.
2434 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2435 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2436 Use `tramp-file-name-handler'.
2437 (tramp-adb-maybe-open-connection):
2438 Use `tramp-compat-set-process-query-on-exit-flag'.
2439
2440 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2441 Use `tramp-compat-funcall'.
2442
2443 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2444 `tramp-compat-funcall'.
2445
2446 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2447
2448 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2449 reimplementation using "adb shell command ..." instead of running
2450 remote shell interactively.
2451
2452 2013-01-20 Glenn Morris <rgm@gnu.org>
2453
2454 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2455 Add native profiler menu entries.
2456
2457 * profiler.el (profiler-running-p): New function.
2458 (profiler-cpu-profile): Use profiler-running-p.
2459 (profiler-report-mode-map): Add some more menu entries.
2460
2461 2013-01-19 Glenn Morris <rgm@gnu.org>
2462
2463 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2464 fixes 2012-12-07 change. (Bug#13499)
2465
2466 2013-01-19 Leo Liu <sdl.web@gmail.com>
2467
2468 * dired.el (dired-get-marked-files): Prune erroneous values due to
2469 last change. (Bug#13152)
2470
2471 2013-01-19 Glenn Morris <rgm@gnu.org>
2472
2473 * progmodes/etags.el (tags-table-check-computed-list):
2474 Preserve point in tags buffer. (Bug#13412)
2475
2476 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2477
2478 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2479 Chong Yidong <cyd@gnu.org>
2480
2481 * image-mode.el (image-next-file, image-previous-file):
2482 New commands (Bug#8453).
2483 (image-mode-map): Bind them to n and p.
2484 (image-mode--images-in-directory): New helper function.
2485
2486 2013-01-19 Chong Yidong <cyd@gnu.org>
2487
2488 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2489 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2490 save and restore the old window configuration.
2491
2492 2013-01-18 Leo Liu <sdl.web@gmail.com>
2493
2494 * progmodes/js.el: Tweak autoload cookie for alias.
2495
2496 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2497
2498 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2499 buffer local, again. This was lost with the fix on 2013-01-12.
2500
2501 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2502
2503 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2504 order to support several eshell buffers in parallel.
2505
2506 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2507
2508 * autorevert.el (auto-revert-use-notify): In the :set function, do
2509 not modify `kill-buffer-hook'.
2510 (auto-revert-notify-rm-watch):
2511 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2512 (auto-revert-notify-add-watch): Do not call
2513 `auto-revert-notify-rm-watch', but add it to a buffer local
2514 `kill-buffer-hook'.
2515
2516 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2519 call to `eval' rather than a backquoted lambda.
2520
2521 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2524 to return an explicit nil.
2525 (advice--remove-function): Change accordingly.
2526
2527 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2528 the use of nadvice.el.
2529
2530 * progmodes/which-func.el (which-function): Silence imenu errors
2531 (bug#13433).
2532
2533 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2534
2535 * progmodes/sql.el (sql-imenu-generic-expression):
2536 (sql-mode-font-lock-object-name): Match schema qualified names.
2537 (sql-connect): Use string keys.
2538 (sql-product-interactive): Wait for interpreter prompt.
2539 (sql-comint-oracle): Set process coding based on NLS_LANG.
2540
2541 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2542
2543 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2544 (sql-interactive-remove-continuation-prompt):
2545 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2546
2547 2013-01-14 Leo Liu <sdl.web@gmail.com>
2548
2549 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2550 (Bug#13420)
2551
2552 2013-01-14 Glenn Morris <rgm@gnu.org>
2553
2554 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2555 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2556
2557 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2558
2559 * progmodes/python.el (python-nav-end-of-statement):
2560 Fix cornercase when handling multiline strings.
2561
2562 2013-01-13 Richard Stallman <rms@gnu.org>
2563
2564 * mail/sendmail.el (mail-position-on-field): Add doc string.
2565
2566 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2567 Get current message boundaries and pass them to
2568 message-forward-make-body-mime. Minor style changes.
2569
2570 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2571
2572 * cus-start.el (all): Avoid warnings about
2573 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2574
2575 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2576
2577 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2578
2579 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2582 (jit-lock--debug-fontifying): New var.
2583 (jit-lock--debug-fontify): New function.
2584 * subr.el (condition-case-unless-debug): Don't prevent catching the
2585 error, just let the debbugger run.
2586 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2587 timer code and don't drop errors silently.
2588
2589 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2590
2591 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2592 `permanent-local' property.
2593 (auto-revert-notify-handler): Use `file-equal-p'.
2594
2595 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2596
2597 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2598 file notification by ACTION. For filtering by file name, compare
2599 only the non-directory part of the file name.
2600
2601 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * autorevert.el: Use cl-lib instead of cl.
2604
2605 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2606 (vc-bzr-checkin): Use it.
2607 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2608 will preserve match-data.
2609
2610 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2611
2612 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2613 (js--declaration-keyword-re): New var.
2614 (js--multi-line-declaration-indentation): New function.
2615 (js--proper-indentation): Use it.
2616
2617 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2618
2619 * calc/calc.el (calc-highlight-selections-with-faces)
2620 (calc-dispatch):
2621 * comint.el (comint-history-isearch-message):
2622 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2623 * ffap.el (ffap-string-at-point-region, ffap-next)
2624 (ffap-string-at-point, ffap-string-around)
2625 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2626 (ffap-literally):
2627 * font-lock.el (font-lock-keywords-alist)
2628 (font-lock-removed-keywords-alist):
2629 * help-mode.el (help-xref-symbol-regexp):
2630 * info.el (Info-find-emacs-command-nodes):
2631 * international/mule.el (add-to-coding-system-list):
2632 * isearch.el (isearch-message-function, isearch-fail-pos):
2633 * misearch.el (multi-isearch-next-buffer-function):
2634 * newcomment.el (comment-box):
2635 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2636 (pr-setting-database):
2637 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2638 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2639 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2640 (pike-font-lock-keywords-3):
2641 * progmodes/compile.el (compile):
2642 * progmodes/etags.el (tags-table-files)
2643 (tags-table-files-function, tags-included-tables-function):
2644 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2645 (gdb-restore-windows):
2646 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2647 (ps-n-up-filling-database):
2648 * server.el (server-buffer, server-log):
2649 * simple.el (newline, delete-backward-char, delete-forward-char)
2650 (minibuffer-history-isearch-message, kill-line, track-eol)
2651 (temporary-goal-column):
2652 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2653 (flyspell-default-deplacement-commands):
2654 * textmodes/ispell.el (ispell-accept-output):
2655 * textmodes/sgml-mode.el (html-tag-help):
2656 * vc/compare-w.el (compare-ignore-whitespace)
2657 (compare-ignore-case, compare-windows-dehighlight):
2658 * vc/diff.el (diff):
2659 * whitespace.el (whitespace-point)
2660 (whitespace-font-lock-refontify, whitespace-bob-marker)
2661 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2662
2663 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2664
2665 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2666 (auto-revert-notify-rm-watch): Ignore errors.
2667 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2668 inotify, and '(size last-write-time) for w32notify.
2669 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2670 watch fails - this is a fallback to the file modification check.
2671 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2672 (auto-revert-notify-event-action)
2673 (auto-revert-notify-event-file-name): New defuns.
2674 (auto-revert-notify-handler): Use them. Implement first
2675 plausibility checks.
2676 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2677
2678 2013-01-11 Julien Danjou <julien@danjou.info>
2679
2680 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2681 max are almost equal. Also return the correct value for V which is
2682 already between 0 and 1.
2683
2684 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2685
2686 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2687
2688 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2689
2690 * autorevert.el (auto-revert-notify-rm-watch)
2691 (auto-revert-notify-add-watch): Fix typos in w32notify function
2692 names.
2693
2694 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2695
2696 * autorevert.el (auto-revert-notify-enabled): Move up.
2697 (auto-revert-use-notify): New defcustom.
2698 (auto-revert-mode, global-auto-revert-mode)
2699 (auto-revert-notify-add-watch, auto-revert-handler)
2700 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2701 `auto-revert-notify-enabled'.
2702
2703 2013-01-10 Elias Pipping <pipping@exherbo.org>
2704
2705 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2706 * doc-view.el (doc-view-document->bitmap):
2707 Use doc-view-single-page-converter-function instead of
2708 single-page-converter arg; adjust callers.
2709
2710 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2711
2712 * progmodes/which-func.el (which-function): Understand Semantic's use
2713 of overlays in imenu--index-alist.
2714
2715 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2716
2717 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2718 (Man-man-k-use-anchor): New var.
2719 (Man-parse-man-k): New function.
2720 (Man-completion-table): Use it.
2721 (man): Flush the completion cache between uses.
2722
2723 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2724
2725 * autorevert.el: Add file watch support.
2726 (auto-revert-notify-enabled): New defconst.
2727 (auto-revert-notify-watch-descriptor-hash-list)
2728 (auto-revert-notify-watch-descriptor)
2729 (auto-revert-notify-modified-p): New defvars.
2730 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2731 (auto-revert-notify-handler): New defuns.
2732 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2733 when mode is disabled.
2734 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2735 (auto-revert-buffers): Add file watches for active buffers.
2736
2737 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2738
2739 * cus-start.el (toplevel): Only allow float values for
2740 scroll-up-aggressively and scroll-down-aggressively.
2741 Allow any number for line-spacing.
2742
2743 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2746 (doc-view-pdf->png-converter-function): Use mupdf if available.
2747 (doc-view-djvu->png-converter-function)
2748 (doc-view-ps->png-converter-function): Remove.
2749 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2750 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2751 (doc-view-already-converted-p): Adjust accordingly.
2752 (doc-view-mode-p): Simplify.
2753 (doc-view-enlarge): Use setq-local.
2754 (doc-view-pdf->png-converter-ghostscript)
2755 (doc-view-djvu->png-converter-ddjvu)
2756 (doc-view-pdf->png-converter-mupdf): Rework to call
2757 doc-view-start-process directly.
2758 (doc-view-pdf/ps->png): Simplify accordingly.
2759 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2760 (doc-view-document->bitmap): Rename from doc-view-document->png.
2761 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2762 (doc-view-set-slice-from-bounding-box): Fix completion table.
2763 (doc-view-mode): Use add-hook for after-revert-hook.
2764
2765 2013-01-10 Glenn Morris <rgm@gnu.org>
2766
2767 * emacs-lisp/authors.el (authors-ignored-files)
2768 (authors-valid-file-names, authors-renamed-files-alist):
2769 Add some more entries.
2770
2771 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2774 `t' pseudo-window entry.
2775
2776 2013-01-10 Alan Mackenzie <acm@muc.de>
2777
2778 Fix bugs in the c-parse-state mechanism. Reuse some markers
2779 instead of continually generating new ones.
2780
2781 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2782 (c-state-old-cpp-end-marker): New variables.
2783 (c-append-lower-brace-pair-to-state-cache): Start a backward
2784 search for "}" definitively outside CPP constructs.
2785 (c-remove-stale-state-cache): Inform the caller of a need to
2786 search back for a brace pair in certain circumstances.
2787 (c-state-maybe-marker): New macro.
2788 (c-parse-state): Reuse markers when appropriate.
2789
2790 2013-01-10 Glenn Morris <rgm@gnu.org>
2791
2792 * simple.el (execute-extended-command): Doc fix.
2793 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2794
2795 2013-01-10 Chong Yidong <cyd@gnu.org>
2796
2797 * faces.el (read-face-name): Doc fix.
2798
2799 2013-01-10 Roland Winkler <winkler@gnu.org>
2800
2801 * emacs-lisp/crm.el: Allow any regexp for separators.
2802 (crm-default-separator): All spaces around the default comma separator.
2803 (crm--completion-command): New macro.
2804 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2805 (crm-complete-and-exit): Handle non-single-char separators.
2806
2807 2013-01-09 Elias Pipping <pipping@lavabit.com>
2808
2809 * doc-view.el: Add support for DjVu (bug#13164).
2810 (doc-view-djvu->png-converter-function): New config var.
2811 (doc-view-single-page-converter-function, doc-view--image-type)
2812 (doc-view--image-file-extension): New vars.
2813 (doc-view-mode): Initialize them.
2814 (doc-view-goto-page): Use them.
2815 (doc-view-mode-p): Add support for ddjvu.
2816 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2817 (doc-view-set-up-single-converter): New funs.
2818 (doc-view-pdf/ps->png): Extend for djvu.
2819 (doc-view-document->png): Rename from doc-view-pdf->png.
2820 (doc-view-convert-current-doc): Handle djvu.
2821 (doc-view-insert-image, doc-view-display)
2822 (doc-view-already-converted-p): Don't hardcode png.
2823 (doc-view-set-doc-type): Recognize djvu docs.
2824
2825 2013-01-09 Elias Pipping <pipping@lavabit.com>
2826
2827 * doc-view.el: Add support for mupdf converter (bug#13164).
2828 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2829 (doc-view-ps->png-converter-function): New config vars.
2830 (doc-view-pdf->png-converter-ghostscript)
2831 (doc-view-ps->png-converter-ghostscript)
2832 (doc-view-pdf->png-converter-mupdf): New functions.
2833 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2834
2835 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2836
2837 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2838 first in session cache: When `tramp-own-remote-path' is in
2839 `tramp-remote-path', the remote path is only set in the session
2840 cache.
2841
2842 2013-01-09 Glenn Morris <rgm@gnu.org>
2843
2844 * emacs-lisp/trace.el (trace-function-foreground)
2845 (trace-function-background): Doc fix.
2846
2847 2013-01-09 Juri Linkov <juri@jurta.org>
2848
2849 * international/mule-cmds.el (read-char-by-name): Move let-binding
2850 of completion-ignore-case around completing-read to fix regression
2851 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2852 `string-match-p' using the nil value of `case-fold-search' and
2853 `completion-ignore-case' in `completion-pcm--all-completions'.
2854 (Bug#12615).
2855
2856 2013-01-09 Glenn Morris <rgm@gnu.org>
2857
2858 * progmodes/compile.el (compilation-parse-errors):
2859 Fix typo. (Bug#13369)
2860
2861 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2862
2863 * comint.el (comint-send-input): Check size of buffer before
2864 waiting for process output, in case already accepted. (Bug#13290)
2865
2866 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
2867
2868 Spelling fixes.
2869 * net/tramp-adb.el (tramp-adb-get-toolbox):
2870 Fix misspelling of 'unknown'.
2871
2872 2013-01-08 Juri Linkov <juri@jurta.org>
2873
2874 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2875 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2876 Use underline style wave on terminals that support it. (Bug#13000)
2877
2878 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2881 the predicate returns nil.
2882
2883 * simple.el: Use lexical-binding.
2884 (primitive-undo): Use pcase.
2885 (minibuffer-history-isearch-push-state): Use a closure.
2886
2887 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2888
2889 * simple.el (primitive-undo): Move from undo.c.
2890
2891 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2894 (cvs-mode-remove-handled): Use it (bug#13380).
2895
2896 * emacs-lisp/nadvice.el (advice--tweak): New function.
2897 (advice--remove-function, advice--subst-main): Use it.
2898
2899 * emacs-lisp/advice.el: Update commentary.
2900
2901 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2904 Remove spurious entry.
2905
2906 2013-01-08 Glenn Morris <rgm@gnu.org>
2907
2908 * net/tramp.el (tramp-default-host-alist): Add :version.
2909
2910 2013-01-08 Juri Linkov <juri@jurta.org>
2911
2912 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2913 single completion. (Bug#12456)
2914 (info--manual-names): Expand node completions into an explicit list
2915 before appending it to another list. Filter out internal buffers
2916 with the leading space in the buffer name. (Bug#10771)
2917
2918 2013-01-08 Juri Linkov <juri@jurta.org>
2919
2920 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2921 that defaults to the Top node.
2922 (Info-goto-node, Info-read-node-name): Doc fix to mention that
2923 the short format (FILENAME) goes to the Top node.
2924 (Info-build-node-completions): Rename arg `file' to `filename'.
2925 (Bug#13365)
2926
2927 2013-01-07 Bastien Guerry <bzg@gnu.org>
2928
2929 * menu-bar.el (menu-bar-search-documentation-menu):
2930 Use `apropos-user-option' and fix the help message.
2931
2932 2013-01-07 Bastien Guerry <bzg@gnu.org>
2933
2934 * apropos.el (apropos-do-all): Update docstring.
2935 (apropos-user-option-button): New face.
2936 (apropos-user-option): Rename from `apropos-variable' and update
2937 docstring.
2938 (apropos-variable): Rewrite, now show all variables by default.
2939 (apropos-print): Mention "User option" instead of "Variable" when
2940 printing doc for user options. (Bug#13276)
2941
2942 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
2943
2944 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2945 Handle filename correctly, when parsing "source -> target" symlink
2946 output.
2947 (tramp-adb-handle-set-file-times): New defun.
2948
2949 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2950
2951 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2952 advice list when the interactive-spec of ad-Advice-* changes.
2953
2954 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
2955
2956 * wid-edit.el (widget-default-get): Work for inlined elements.
2957 (Bug#12670)
2958
2959 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
2960
2961 * net/tramp.el (tramp-default-host-alist): New defcustom.
2962 (tramp-find-host): Use it.
2963 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
2964 `eshell-directory-change-hook'.
2965
2966 * net/tramp-adb.el (top): Add adb specific entry in
2967 `tramp-default-host-alist'.
2968 (tramp-adb-file-name-host): Remove function.
2969 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2970 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2971
2972 * net/tramp-sh.el: Move eshell integration code to tramp.el.
2973
2974 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
2975
2976 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2977
2978 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
2979
2980 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2981 consist of more than one digit.
2982 (tramp-adb-file-name-handler-alist):
2983 Use `tramp-handle-file-exists-p' consistently.
2984 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2985 (tramp-adb-handle-file-exists-p): Remove function.
2986 (tramp-adb-file-name-host): New defun.
2987 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2988 Use it.
2989 (tramp-adb-maybe-open-connection): Set "remote-path" property.
2990
2991 2013-01-06 Chong Yidong <cyd@gnu.org>
2992
2993 * vc/vc.el (vc-next-action): Detect buffer modifications
2994 conflicting with locking VCS operation (Bug#11490).
2995
2996 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
2997
2998 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
2999
3000 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3001 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3002
3003 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
3004
3005 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3006 parsing of ls output using regular expression (handle filenames
3007 with spaces). Use virtual device number.
3008 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3009 cleanup).
3010
3011 2013-01-04 Daiki Ueno <ueno@gnu.org>
3012
3013 * epg.el: Silence byte-compiler warnings.
3014 (epg--start): Use delete-char instead of delete-backward-char.
3015 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3016
3017 2013-01-04 Daiki Ueno <ueno@gnu.org>
3018
3019 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3020 Suggested by Eli Zaretskii <eliz@gnu.org>.
3021
3022 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3023
3024 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3025 non-negative integers. Otherwise, the default values are used.
3026 (tramp-convert-file-attributes): Convert uid and gid to integers.
3027
3028 2013-01-04 Glenn Morris <rgm@gnu.org>
3029
3030 * term.el (term-handle-colors-array): Ensure face attributes
3031 are fully specified, not nil. (Bug#13337)
3032
3033 * term.el (term-default-fg-color, term-default-bg-color):
3034 Fix custom type.
3035
3036 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3037 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3038 rather than 'jka-compr being loaded. (Bug#13338)
3039
3040 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3041
3042 * icomplete.el (icomplete-completions):
3043 Honor icomplete-prospects-height once more following
3044 2012-11-29 changes. (Bug#13224)
3045
3046 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3047
3048 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3049 of called-interactively-p as well (bug#13237).
3050
3051 * view.el (view--enable, view--disable): Rename from view-mode-enable
3052 and view-mode-disable and assume it's called from view-mode.
3053 (view-mode-enable, view-mode-disable): Redefine as obsolete
3054 compatibility layer above view-mode.
3055 (view-mode-enter): Call `view-mode'.
3056
3057 * files.el (after-find-file): Call `view-mode'.
3058
3059 * doc-view.el (doc-view-scale-internally): New var.
3060 (doc-view-enlarge, doc-view-insert-image): Obey it.
3061
3062 2013-01-03 Daiki Ueno <ueno@gnu.org>
3063
3064 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3065 exist. (Bug#13344)
3066
3067 2013-01-03 Glenn Morris <rgm@gnu.org>
3068
3069 * mail/rmail.el (rmail-set-header-1): Ignore case.
3070 Handle multi-line headers. (Bug#13330)
3071
3072 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3073 Handle paragraph starting at beginning of buffer.
3074
3075 * subr.el (eval-after-load): Don't purecopy the form, so that it
3076 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3077
3078 * emacs-lisp/byte-run.el (defun): Place cl declarations
3079 after any interactive spec. (Bug#13265)
3080
3081 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3082
3083 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3084 defun. Don't check for DECL if DOCSTRING isn't a string.
3085 (defun): Likewise.
3086
3087 2013-01-02 Glenn Morris <rgm@gnu.org>
3088
3089 * eshell/em-cmpl.el (eshell-pcomplete):
3090 More thoroughly imitate pcomplete. (Bug#13293)
3091
3092 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3093 Return nil for empty path elements. (Bug#13296)
3094
3095 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
3096
3097 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3098 order to improve efficiency (Based on Daniel Colascione's
3099 <dancol@dancol.org> patch). (Bug#13182)
3100
3101 2013-01-02 Glenn Morris <rgm@gnu.org>
3102
3103 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3104
3105 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3106
3107 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3108 neither DOCSTRING nor DECL was given. (Bug#13316)
3109
3110 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3111
3112 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3113 `error' call.
3114 (tramp-do-copy-or-rename-file): Ignore errors when calling
3115 `set-file-extended-attributes'.
3116
3117 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3118 Add handler for `file-acl'.
3119 (tramp-smb-handle-file-acl): New defun.
3120
3121 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3122
3123 * calc/README: Mention ISO 8601 week-numbering dates.
3124
3125 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3126
3127 * view.el (view-mode-enable): New argument run-view-mode-hook.
3128 Run view-mode-hook only when it's non-nil (Bug#13315).
3129 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3130 argument t.
3131
3132 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
3133
3134 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3135 (No device connected, invalid device name). (Bug #13299)
3136
3137 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3138
3139 * window.el (window-resizable--p): Rename to window-resizable-p.
3140 (window-resize-no-error): New function.
3141
3142 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3143 broken in fix from 2012-12-28.
3144
3145 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * subr.el (special-form-p): Don't signal errors on undef aliases.
3148
3149 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3150
3151 * calc/calc-forms.el (math-parse-date): Try using
3152 `math-parse-iso-date' when it looks like it might be needed.
3153 Allow times of 24:00.
3154 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3155 of 24:00.
3156
3157 2012-12-30 Glenn Morris <rgm@gnu.org>
3158
3159 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3160 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3161 (rmail-summary-displayed, rmail-summary): Declare.
3162 (mairix-rmail-display): Just require rmail.
3163
3164 2012-12-30 Chong Yidong <cyd@gnu.org>
3165
3166 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3167 check for the tarball contents.
3168
3169 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3170
3171 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3172 tarfile content listings (Bug#13136).
3173
3174 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3175
3176 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3177 Insert the undecoded text of the message being forwarded. (Bug#9521)
3178
3179 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3180
3181 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3182 integers, if they are real numbers. (Bug#13282)
3183
3184 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3185 Return `t' on success.
3186
3187 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3188 Add handler for `set-file-selinux-context'.
3189
3190 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3191
3192 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3193 (tramp-sh-handle-set-file-acl): Return `t' on success.
3194
3195 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3196
3197 * files.el (backup-buffer-copy, basic-save-buffer-2):
3198 If set-file-extended-attributes fails, fall back on set-file-modes
3199 instead of signaling an error. (Bug#13298)
3200 (basic-save-buffer): Likewise.
3201
3202 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3203
3204 * progmodes/python.el: Support other commands triggering
3205 python-indent-line so indentation cycling continues to work.
3206 (python-indent-trigger-commands): New defcustom.
3207 (python-indent-line): Use it.
3208
3209 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3210
3211 * progmodes/python.el (python-shell-send-region): Add blank lines
3212 for non sent code so backtraces remain correct.
3213
3214 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3215
3216 * progmodes/python.el: Remove cl dependency.
3217 (python-syntax-count-quotes): Replace incf call.
3218 (python-fill-string): Replace setf call.
3219
3220 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3221
3222 * info.el (info-other-window): New arg, for consistency with info.
3223
3224 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3225
3226 * mail/rmail.el (rmail-maybe-display-summary):
3227 Rewrite (Bug#13066).
3228
3229 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3230
3231 * epg.el (epg--start): Modify process-environment locally.
3232
3233 2012-12-28 Daiki Ueno <ueno@gnu.org>
3234
3235 * epg.el: Support pinentry-curses.
3236 Suggested by Werner Koch in
3237 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3238 (epg-agent-file, epg-agent-mtime): New variable.
3239 (epg--start): Record the modified time of gpg-agent socket file,
3240 to restore Emacs frame after pinentry-curses termination.
3241 (epg-wait-for-completion): Restore Emacs frame here.
3242
3243 2012-12-27 Juri Linkov <juri@jurta.org>
3244
3245 * info.el (Info-file-completions): New variable.
3246 (Info-read-node-name-1): Complete node names in the Info file
3247 when a file name is given. Call `Info-build-node-completions'
3248 with a file name.
3249 (Info-build-node-completions): Add new arg `file'. When it is
3250 non-nil, visit it in a temporary buffer and cache its completions in
3251 `Info-current-file-completions'. Move most of the function body to
3252 `Info-build-node-completions-1'.
3253 (Info-build-node-completions-1): New function with the body from
3254 `Info-build-node-completions'. (Bug#12456)
3255
3256 2012-12-27 Juri Linkov <juri@jurta.org>
3257
3258 * frame.el (frame-maximization-style): Remove user option.
3259 (cycle-frame-maximized): Remove function.
3260 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3261 (toggle-frame-fullscreen): New command bound to <f11> instead of
3262 `toggle-frame-maximized'.
3263 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3264
3265 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3266
3267 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3268
3269 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3270 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3271 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3272 for `file-accessible-directory-p'. (Bug#13275)
3273
3274 2012-12-27 Sam Steingold <sds@gnu.org>
3275
3276 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3277 continuations, see <http://stackoverflow.com/questions/3582436>.
3278
3279 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3280
3281 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3282 "module" and "def" to have indentation before them.
3283 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3284
3285 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3286
3287 2012-12-27 Alan Mackenzie <acm@muc.de>
3288
3289 Speed up fontification where there's large brace blocks.
3290 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3291 to a call of c-beginning-of-decl-1.
3292
3293 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3294
3295 * comint.el (comint-adjust-window-point): New function.
3296 (comint-postoutput-scroll-to-bottom):
3297 Call comint-adjust-window-point (Bug#13248).
3298
3299 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3300
3301 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3302 Rakefile regexp.
3303 (auto-mode-alist): Associate .gemspec files with ruby-mode
3304 (https://bugs.ruby-lang.org/issues/5453).
3305
3306 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3307
3308 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3309 Suppress coloring, if possible (required for BusyBox based systems like
3310 CyanogenMod).
3311 (tramp-adb-handle-file-attributes)
3312 (tramp-adb-handle-insert-directory)
3313 (tramp-adb-handle-file-name-all-completions): Use it.
3314 (tramp-adb-get-toolbox): New defun. Check for remote shell
3315 implementation (BusyBox or Toolbox).
3316
3317 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3318
3319 * startup.el (initial-buffer-choice): Allow function as value
3320 (Bug#13251).
3321 (command-line-1): Handle case where initial-buffer-choice
3322 specifies a function.
3323 * server.el (server-execute): Handle case where
3324 initial-buffer-choice specifies a function.
3325
3326 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3327
3328 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3329 its own function.
3330 (smtpmail-try-auth-methods): Forget the user name/password if the
3331 login is unsuccessful (bug#12424).
3332
3333 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3334
3335 * notifications.el (notifications-notify): Protect body with
3336 `with-demoted-errors'.
3337
3338 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3339 Check properties of remote device. Restart connection, if there is a
3340 change.
3341
3342 2012-12-21 Chong Yidong <cyd@gnu.org>
3343
3344 * sort.el (sort-subr): Doc fix (Bug#13056).
3345
3346 2012-12-21 Bastien Guerry <bzg@gnu.org>
3347
3348 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3349
3350 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3351
3352 * simple.el (process-file): Overwrite stderr file, if exists.
3353
3354 2012-12-21 Daiki Ueno <ueno@gnu.org>
3355
3356 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3357 (epg-error): Set `error-message' property.
3358
3359 2012-12-21 Chong Yidong <cyd@gnu.org>
3360
3361 * international/mule-cmds.el (read-char-by-name): Signal an error
3362 if the user does not supply a valid character (Bug#13177).
3363
3364 * simple.el (transpose-subr-1): Preserve marker positions by
3365 changing the insertion sequence (Bug#13122).
3366
3367 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3368
3369 * simple.el (kill-region): Deactivate mark even for empty regions
3370 (Bug#13169).
3371
3372 2012-12-21 Chong Yidong <cyd@gnu.org>
3373
3374 * help-fns.el (describe-variable): Make sure we get the right
3375 buffer name (Bug#13105). Suggested by Kelly Dean.
3376
3377 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3378
3379 * comint.el (comint-redirect-previous-input-string): New variable.
3380 (comint-redirect-setup, comint-redirect-cleanup)
3381 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3382 (comint-redirect-preoutput-filter): Fix verbose message.
3383
3384 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3385
3386 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3387 is too long for Tramp. See discussion in
3388 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3389
3390 * progmodes/compile.el (compilation-start): Remove line escape
3391 template.
3392
3393 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3394
3395 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3396 Adjust comment.
3397
3398 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3399
3400 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3401 following non-comment text (bug#13207).
3402 (lm-header-multiline): Continuation lines need to be indented more than
3403 the first line.
3404 (lm-homepage): New function.
3405 (lm-with-file): Don't be confused if narrowing is in effect.
3406
3407 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3410 very beginning of a hunk (e.g. killing the first line).
3411
3412 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3413
3414 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3415 and text properties from returned ACL string.
3416 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3417 for "setfacl" command.
3418
3419 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3420
3421 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3422 `tramp-cleanup-this-connection', when the process has died.
3423 (Bug#13151)
3424
3425 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3428
3429 2012-12-17 Kevin Ryde <user42@zip.com.au>
3430
3431 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3432
3433 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3434
3435 Add support for preserving ACL entries of files.
3436
3437 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3438 `set-file-acl' handlers.
3439
3440 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3441 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3442
3443 * net/tramp-compat.el (tramp-compat-copy-file):
3444 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3445
3446 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3447 Add `file-acl' and `set-file-acl' handlers.
3448 (tramp-gvfs-handle-copy-file):
3449 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3450 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3451 New defuns.
3452
3453 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3454 Add `file-acl' and `set-file-acl' handlers.
3455 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3456 (tramp-sh-handle-set-file-acl): New defuns.
3457 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3458 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3459
3460 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3461 Add `file-acl' and `set-file-acl' handlers.
3462 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3463
3464 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3465
3466 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3467 use pop-to-buffer with NORECORD argument t. As buffer name, use
3468 *Metahelp* with a leading space (Bug#13190).
3469
3470 2012-12-16 Romain Francoise <romain@orebokech.com>
3471
3472 * files.el (file-extended-attributes)
3473 (set-file-extended-attributes): New functions.
3474 (backup-buffer): Use them to handle both SELinux context and ACL
3475 entries.
3476 (backup-buffer-copy): Work with an alist of extended attributes,
3477 rather than an SELinux context.
3478 (basic-save-buffer-2): Ditto.
3479
3480 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3481
3482 * battery.el (battery-bsd-apm): New function.
3483
3484 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3485
3486 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3487 standard date formats.
3488
3489 2012-12-15 Juri Linkov <juri@jurta.org>
3490
3491 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3492 `isearch-insert-char-by-name'.
3493 (with-isearch-suspended): New defmacro with body mostly from
3494 `isearch-edit-string' except the part that sets
3495 `isearch-new-string' and `isearch-new-message'.
3496 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3497 body that sets `isearch-new-string' and `isearch-new-message'.
3498 (isearch-insert-char-by-name): New command.
3499 * international/mule-cmds.el (read-char-by-name): Let-bind
3500 `enable-recursive-minibuffers' to t.
3501 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3502
3503 2012-12-15 Juri Linkov <juri@jurta.org>
3504
3505 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3506 (Bug#13175)
3507
3508 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3509
3510 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3511 the prompt. (Bug#13045)
3512
3513 2012-12-14 Glenn Morris <rgm@gnu.org>
3514
3515 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3516 Try to include filename in non-bytecomp warning. (Bug#13132)
3517
3518 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3519
3520 Fix permissions bugs with setgid directories etc. (Bug#13125)
3521 * files.el (backup-buffer): Don't rely on 9th output of
3522 file-attributes, as it's now a placeholder. Instead, use the new
3523 optional arg of file-ownership-preserved-p.
3524 (file-ownership-preserved-p): New optional arg GROUP.
3525 Fix mishandling of setuid directories that would cause this
3526 function to return t when it should have returned nil.
3527 Document what happens if the file does not exist, and when
3528 it's not known whether the ownership will be preserved.
3529 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3530 Likewise.
3531 (tramp-get-local-gid): Use group-gid for integer, as that's
3532 faster and more reliable.
3533
3534 2012-12-14 Julien Danjou <julien@danjou.info>
3535
3536 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3537 Update keywords list, data type and PL/pgSQL.
3538
3539 2012-12-14 Dave Abrahams <dave@boostpro.com>
3540
3541 * vc/ediff-util.el (ediff-buffer-type): New function.
3542 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3543 rather than taking it as as argument.
3544 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3545
3546 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3547
3548 * json.el: Add pretty-print option (bug#12634).
3549 (json-encoding-separator, json-encoding-default-indentation)
3550 (json--encoding-current-indentation, json-encoding-pretty-print)
3551 (json-encoding-lisp-style-closings): New vars.
3552 (json--with-indentation): New macro.
3553 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3554 (json-encode-array): Use it to obey json-encoding-pretty-print.
3555 (json-pretty-print-buffer, json-pretty-print): New commands.
3556
3557 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3558
3559 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3560 Extract `ruby-syntax-propertize-expansions'.
3561 (ruby-syntax-propertize-expansions): Only change syntax on
3562 certain string delimiters, to punctuation. This way the common
3563 functions like forward-word and thing-at-point still work.
3564 (ruby-match-expression-expansion): Improve readability.
3565 (ruby-block-contains-point): New function.
3566 (ruby-add-log-current-method): Handle several edge cases.
3567
3568 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3571 unload-feature finishes even when aborting an ongoing edebug session.
3572 Also, do not worry about edebug-mode, unload-feature takes care of it.
3573
3574 2012-12-13 Andreas Schwab <schwab@suse.de>
3575
3576 * net/tls.el (tls-program): Update customize type.
3577
3578 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3579
3580 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3581 (edebug-setup-hook, cl-read-load-hooks): Use it.
3582 (edebug-unload-function): New function. (Bug#13163)
3583
3584 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3585
3586 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3587 Otherwise, there could be errors in autoloading. (Bug#13151)
3588
3589 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3590
3591 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3592 sequences.
3593
3594 2012-12-13 Alan Mackenzie <acm@muc.de>
3595
3596 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3597 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3598 around `forward-comment' not recognizing ^M as whitespace.
3599
3600 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3601
3602 * progmodes/python.el (python-skeleton-class)
3603 (python-skeleton-def): Do not add space after defun name.
3604
3605 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3608 (cl--symbol-function): Remove (now that funbound is like nil).
3609
3610 2012-12-12 Glenn Morris <rgm@gnu.org>
3611
3612 * button.el (button--area-button-p): Fix typo.
3613
3614 2012-12-12 Sam Steingold <sds@gnu.org>
3615
3616 * frame.el (frame-maximization-style): New user option.
3617 (toggle-frame-maximized): Toggle frame maximization according to
3618 `frame-maximization-style', bound to <f11>.
3619 (cycle-frame-maximized): Cycle between all maximization styles and
3620 non-maximized frame, bound to shift-<f11>.
3621
3622 2012-12-12 David Cadé <codename68@gmail.com>
3623
3624 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3625
3626 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3627
3628 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3629 (eieio-override-prin1): Don't quote kewords and booleans.
3630 (object-write) <eieio-default-superclass>: Don't put closing parens
3631 on new line, avoid needless empty lines, align values that are objects
3632 with the slot keyword (instead of beginning on the same line).
3633 (eieio-list-prin1): Align value with slot keyword; increase
3634 eieio-print-depth before printing members of the list.
3635
3636 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3639 a display text-property.
3640 (report-emacs-bug-hook): Don't bother deleting it any more.
3641
3642 * hilit-chg.el (highlight-save-buffer-state): Delete.
3643 Use with-silent-modifications instead.
3644 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3645
3646 * button.el: Handle buttons in display text-properties.
3647 (button--area-button-p, button--area-button-string):
3648 Use (STRING . STRING-POS) representation instead of just STRING.
3649
3650 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3651
3652 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3653 subdirectory be skipped.
3654
3655 2012-12-11 Glenn Morris <rgm@gnu.org>
3656
3657 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3658
3659 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3660 Treat preprocessor lines embedded in continuations like comments.
3661 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3662
3663 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3664
3665 * calc/calc.el (calc-standard-date-formats): Add more date
3666 formats.
3667 * calc/calc-forms.el (math-parse-iso-date): New function.
3668 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3669 (math-parse-iso-date-validate): Add extra error checking.
3670 (calc-date-notation): Add ability to access new date formats.
3671
3672 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3675 font-lock as well as when there's no text-property.
3676
3677 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3678
3679 * hi-lock.el: Refine the choice of default face.
3680 (hi-lock-keyword->face): New function. Use it wherever we used
3681 cadadadr instead.
3682 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3683 (hi-lock--last-face): Remove var.
3684 (hi-lock--unused-faces): New var to replace it.
3685 (hi-lock-read-face-name): Use/maintain it.
3686 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3687 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3688 if it has another face.
3689
3690 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3691
3692 * subr.el (w32notify-handle-event): New function.
3693 (inotify-handle-event): Doc fix.
3694
3695 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3696
3697 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3698
3699 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3700
3701 * simple.el (just-one-space): Doc fix.
3702
3703 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3704
3705 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3706
3707 2012-12-10 Le Wang <l26wang@gmail.com>
3708
3709 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3710 narrowed buffer (bug#12361).
3711
3712 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3713
3714 * vc/vc-hooks.el (vc-state): Doc fix.
3715
3716 2012-12-10 Glenn Morris <rgm@gnu.org>
3717
3718 * mail/rmail.el (rmail-maybe-display-summary):
3719 Preserve buffer, in case select-window changes it. (Bug#13066)
3720
3721 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3724 cl-load-hook where they belong.
3725
3726 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3729
3730 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3731
3732 Parallelize byte compilation on MS-Windows.
3733 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3734 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3735 (WINS_BASIC): Define as concatenation of the above.
3736 (compile): Subdivide into 4 separate and independent jobs that can
3737 be run in parallel.
3738 (compile0-CMD, compile0-SH): New targets for compiling
3739 COMPILE_FIRST files, which are prerequisites for the rest of the
3740 byte-compilation.
3741 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3742 New targets for parallel compilation with cmd.exe.
3743 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3744 compiling under a Unixy shell.
3745
3746 2012-12-09 Chong Yidong <cyd@gnu.org>
3747
3748 * simple.el (set-mark-default-inactive): Delete this
3749 accidentally-introduced option.
3750 (set-mark-command, exchange-point-and-mark): Remove calls.
3751
3752 2012-12-09 Glenn Morris <rgm@gnu.org>
3753
3754 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3755 Respect a defcustom's :set function, if appropriate. (Bug#109)
3756 (eval-defun): Doc fix.
3757
3758 2012-12-08 Juri Linkov <juri@jurta.org>
3759
3760 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3761 (Info-fontify-node, Info-bookmark-make-record): Remove the
3762 file extension from Info-current-file (Bug#13016).
3763
3764 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3767 point, still provide some default.
3768 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3769 names, since we don't use it right now. Actually return the list.
3770 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3771
3772 2012-12-07 Chong Yidong <cyd@gnu.org>
3773
3774 * novice.el (disabled-command-function): Remove a spurious help
3775 xref (Bug#13043). Suggested by Kelly Dean.
3776
3777 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3778 syntax is specified (Bug#13025).
3779
3780 * info.el (Info-set-mode-line): Remove the file extension from
3781 Info-current-file if there is one (Bug#13016).
3782
3783 2012-12-07 Glenn Morris <rgm@gnu.org>
3784
3785 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3786 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3787 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3788 and rmail-mime-decoded. (Bug#9841)
3789
3790 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3791 (batch-unrmail, unrmail): Doc fixes.
3792 (unrmail): Respect unrmail-mbox-format.
3793 * mail/rmail.el (rmail-mbox-format): New option.
3794 (rmail-show-message-1): Respect rmail-mbox-format.
3795
3796 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3799
3800 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3803 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3804 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3805 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3806 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3807 (cl-progv): Don't rely on dynamic scoping to find the body.
3808 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3809 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3810 (cl-declaim): Use backquotes.
3811 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3812 Use "cl--" prefix for the object's tag.
3813
3814 * ses.el: Use advice-add/remove.
3815 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3816 (copy-region-as-kill, yank): Use advice-add.
3817 (ses-unload-function): Use advice-remove.
3818
3819 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3820
3821 * button.el: Make them work in header-lines (bug#12817).
3822 (button-map): Add bindings for header-line and mode-line use.
3823 (button-get, button-put, button-label): `button' may now be a string.
3824 (button-activate): Don't make it a defsubst.
3825 (button--area-button-p, button--area-button-string): New functions.
3826 (make-text-button): Fix the return value when `beg' was a string.
3827 (push-button): Handle the mode-line case.
3828
3829 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3832 (sql-signum): Remove. Use `cl-signum' instead.
3833 (sql-read-passwd): Remove; use read-passwd instread.
3834 (sql-get-login-ext): Use read-string.
3835 (sql-get-login): Use dolist and pcase.
3836 (sql--completion-table): Rename from sql-try-completion.
3837 Use complete-with-action.
3838 (sql-mode): Don't change abbrev-all-caps globally.
3839 (sql-connect): Don't rely on dynamic scoping for `new-name'.
3840 (sql-postgres-completion-object): Initialize vars in their `let'.
3841 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3842 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3843 (sql-comint-interbase): Use a single append, without setq.
3844 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3845
3846 * hi-lock.el: Rework the default face and the serialize regexp code.
3847 (hi-lock--auto-select-face-defaults): Remove.
3848 (hi-lock-string-serialize-serial): Remove.
3849 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3850 make weak.
3851 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3852 equal string.
3853 (hi-lock-set-pattern): Adjust accordingly.
3854 (hi-lock--regexps-at-point): Simplify accordingly.
3855 (hi-lock--auto-select-face-defaults): Remove.
3856 (hi-lock--last-face): New var to replace it.
3857 (hi-lock-read-face-name): Rewrite (bug#11095).
3858 (hi-lock-unface-buffer): Arrange for the face to be the next default.
3859
3860 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
3861
3862 * net/tramp.el (tramp-replace-environment-variables):
3863 Hide compiler warning.
3864 (tramp-file-name-for-operation): Remove `executable-find',
3865 `start-process', `call-process' and `call-process-region'.
3866
3867 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3868
3869 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3870 compatibility.
3871
3872 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3873
3874 2012-12-06 Chong Yidong <cyd@gnu.org>
3875
3876 * ffap.el (ffap-replace-file-component): Fix typo.
3877
3878 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3881 fix open-paren-like token test (bug#12785).
3882
3883 2012-12-06 Glenn Morris <rgm@gnu.org>
3884
3885 * mail/rmailsum.el (rmail-new-summary): Tweak for
3886 rmail-maybe-display-summary changing buffer. (Bug#13066)
3887
3888 2012-12-06 Juri Linkov <juri@jurta.org>
3889
3890 * info.el (Info-fontify-node): Don't hide the last newline.
3891 (Bug#12272)
3892
3893 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3894
3895 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3896 so as to enable message-read-from-minibuffer to expand mail aliases.
3897
3898 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3901 the `intangible' property.
3902 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3903
3904 2012-12-05 Deniz Dogan <deniz@dogan.se>
3905
3906 * net/rcirc.el (rcirc-urls): Update documentation.
3907 (rcirc-condition-filter): New function.
3908 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3909 and exclude consecutive duplicate URLs (Bug#6082).
3910
3911 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
3912
3913 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3914 Check return code of copy command.
3915
3916 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3917 Use group `tramp'. Add version.
3918
3919 2012-12-05 Chong Yidong <cyd@gnu.org>
3920
3921 * ffap.el (ffap-url-regexp): Don't require matching at front of
3922 string (Bug#4952).
3923 (ffap-url-p): If only a substring matches, return that.
3924 (ffap-url-at-point): Use the return value of ffap-url-p.
3925 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3926 (find-file-at-point, dired-at-point, dired-at-point-prompter)
3927 (ffap-guess-file-name-at-point): Likewise.
3928 (ffap-replace-file-component): Fix typo.
3929
3930 * info.el (info-display-manual): Add existing Info buffers, whose
3931 files may not be in Info-directory-list, to the completion.
3932 (info--manual-names): New helper function.
3933
3934 2012-12-05 Glenn Morris <rgm@gnu.org>
3935
3936 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3937 New functions, for detecting and resolving conflicts. (Bug#10709)
3938
3939 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
3940
3941 * hi-lock.el (hi-lock-auto-select-face): New user variable.
3942 (hi-lock-auto-select-face-defaults): New buffer local variable.
3943 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3944 (hi-lock-unface-buffer): Prompt user with useful defaults.
3945 With prefix arg, unhighlight all hi-lock patterns in buffer.
3946
3947 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3950
3951 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
3952
3953 * Makefile.in (TRAMP_SRC):
3954 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3955
3956 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
3957
3958 * net/tramp-adb.el: New package.
3959
3960 2012-12-04 Chong Yidong <cyd@gnu.org>
3961
3962 * terminal.el: Move to obsolete/.
3963
3964 * longlines.el: Move to obsolete/.
3965
3966 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3967 Remove code referring to longlines mode.
3968
3969 2012-12-03 Juri Linkov <juri@jurta.org>
3970
3971 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
3972
3973 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3974
3975 * textmodes/ispell.el (ispell-init-process)
3976 (ispell-start-process, ispell-internal-change-dictionary):
3977 Make sure personal dictionary name is expanded after initial
3978 `default-directory' value. Use expanded strings for
3979 keep/restart checks and for value (Bug#13019).
3980
3981 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3982
3983 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3984
3985 2012-12-03 Leo Liu <sdl.web@gmail.com>
3986
3987 * files.el (dir-locals-read-from-file): Check file non-empty
3988 before reading. (Bug#13038)
3989
3990 2012-12-03 Glenn Morris <rgm@gnu.org>
3991
3992 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3993 Remove any version extension before checking filename. (Bug#13006)
3994 (jka-compr-compression-info-list): Belated :version bump.
3995
3996 2012-12-03 Chong Yidong <cyd@gnu.org>
3997
3998 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
3999
4000 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4001 (buffer-menu): Doc fix (Bug#12294).
4002
4003 2012-12-03 Roland Winkler <winkler@gnu.org>
4004
4005 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4006 of diary-show-all-entries in the diary buffer (Bug#12994).
4007
4008 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4009
4010 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4011 "<STDIN>". This is binary safe.
4012
4013 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4014
4015 * calc/calc-forms.el (math-absolute-from-iso-dt)
4016 (math-date-to-iso-dt, math-parse-iso-date-validate)
4017 (math-iso-dt-to-date): New functions.
4018 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4019 (math-fd-isoweekday): New variables.
4020 (calc-date-notation, math-parse-standard-date, math-format-date)
4021 (math-format-date-part): Add support for more formatting codes.
4022
4023 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4024
4025 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4026 current buffer's file name when called interactively (Bug#12488).
4027
4028 2012-12-02 Juri Linkov <juri@jurta.org>
4029
4030 * info.el (info-display-manual): Don't clobber an existing Info
4031 buffer (Bug#10770). Add completion (Bug#10771).
4032
4033 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4034
4035 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4036 before using it for comparison (Bug#5297).
4037
4038 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4039
4040 * textmodes/css-mode.el (css-current-defun-name): New function.
4041 (css-mode): Use it.
4042
4043 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4044 (html-mode): Use it.
4045
4046 2012-12-01 Chong Yidong <cyd@gnu.org>
4047
4048 Modularize add-log-current-defun (Bug#2224).
4049 Suggested by Jari Aalto.
4050
4051 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4052 (add-log-current-defun): Move mode-specific code to other files.
4053 (add-log-lisp-like-modes, add-log-c-like-modes)
4054 (add-log-tex-like-modes): Variables deleted.
4055
4056 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4057 (lisp-mode-variables): Use it.
4058
4059 * progmodes/cc-mode.el (c-common-init):
4060 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4061 add-log-current-defun-function.
4062
4063 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4064 (m4-mode): Use it.
4065
4066 * progmodes/perl-mode.el (perl-current-defun-name): New.
4067 (perl-mode): Use it.
4068
4069 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4070 Use lisp-current-defun-name.
4071
4072 * textmodes/tex-mode.el (tex-current-defun-name): New.
4073 (tex-common-initialization): Use it.
4074
4075 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4076 (texinfo-mode): Use it.
4077
4078 2012-12-01 Chong Yidong <cyd@gnu.org>
4079
4080 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4081 * progmodes/autoconf.el (autoconf-mode):
4082 * progmodes/js.el (js-mode):
4083 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4084 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4085 * progmodes/perl-mode.el (perl-mode):
4086 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4087 * textmodes/css-mode.el (css-mode):
4088 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4089 (sgml-tags-invisible, sgml-guess-indent):
4090 * textmodes/tex-mode.el (tex-common-initialization)
4091 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4092 (doctex-mode, plain-tex-mode, latex-mode):
4093 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4094
4095 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4096
4097 * vc/vc-hg.el (vc-hg-next-revision):
4098 Ensure use of default "tip" output format. (Bug#6968)
4099
4100 2012-12-01 Kim F. Storm <storm@cua.dk>
4101
4102 * startup.el (fancy-startup-tail): Add a clickable link
4103 (Bug#2176).
4104
4105 2012-12-01 Chong Yidong <cyd@gnu.org>
4106
4107 * startup.el (fancy-startup-tail): Improve the message about
4108 auto-save files (Bug#2176).
4109
4110 * files.el (recover-session): Improve the descriptive message, and
4111 use substitute-command-keys.
4112
4113 2012-12-01 Glenn Morris <rgm@gnu.org>
4114
4115 * ido.el (ido-file-internal):
4116 Handle other-window, other-frame for dired. (Bug#13036)
4117
4118 2012-11-30 Glenn Morris <rgm@gnu.org>
4119
4120 * icomplete.el (icomplete-separator): Fix :version.
4121
4122 2012-11-30 Chong Yidong <cyd@gnu.org>
4123
4124 * shell.el (shell): For C-u M-x shell, use an inactive shell
4125 buffer as the default (Bug#1975).
4126 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4127 (shell-mode): Use them to reapply ansi colorization if Shell mode
4128 is re-enabled.
4129
4130 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4131
4132 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4133
4134 2012-11-30 Samuel Bronson <naesten@gmail.com>
4135
4136 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4137 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4138
4139 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4140
4141 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4142 by move-to-column (Bug#3234).
4143
4144 2012-11-30 Chong Yidong <cyd@gnu.org>
4145
4146 * longlines.el (longlines-wrap-line, longlines-encode-region):
4147 Preserve text properties (Bug#1425).
4148
4149 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4150
4151 * vc/vc.el (vc-register): Allow registering a file which is
4152 already registered with a different backend (Bug#10589).
4153
4154 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4155 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * icomplete.el: Change separator; add ido-style commands.
4158 (icomplete-show-key-bindings): Remove custom var.
4159 (icomplete-get-keys): Remove function.
4160 (icomplete-forward-completions, icomplete-backward-completions):
4161 New commands.
4162 (icomplete-minibuffer-map): New var.
4163 (icomplete-minibuffer-setup): Use it.
4164 (icomplete-exhibit): Don't delay if the list of completions is known.
4165 (icomplete-separator): New custom.
4166 (icomplete-completions): Use it.
4167 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4168 (minibuffer-force-complete-and-exit): New command.
4169 (minibuffer--complete-and-exit): New function extracted from
4170 minibuffer-complete-and-exit.
4171 (minibuffer-complete-and-exit): Use it.
4172
4173 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4174 error message when the file doesn't exist (bug#12974).
4175
4176 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4177
4178 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4179
4180 2012-11-29 Glenn Morris <rgm@gnu.org>
4181
4182 * files.el (hack-dir-local-variables): Warn if try to set
4183 coding via dir-locals, since it doesn't work. (Bug#7169)
4184
4185 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4186 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4187 Set buffer-local value of desktop-save-buffer.
4188 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4189 New functions.
4190 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4191 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4192
4193 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4194 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4195 Doc fix.
4196 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4197 Doc fixes.
4198
4199 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4200
4201 * calc/calc-forms.el (calc-date-notation): Fix regexp
4202 used to find time codes. Fix symbol for seconds.
4203
4204 2012-11-27 Glenn Morris <rgm@gnu.org>
4205
4206 * emacs-lisp/derived.el (derived-mode-make-docstring):
4207 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4208
4209 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4210
4211 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4212 lexically scoped variables (bug#13005).
4213
4214 2012-11-27 Glenn Morris <rgm@gnu.org>
4215
4216 * vc/vc-hooks.el (vc-mistrust-permissions):
4217 Default to t, to avoid data-loss. (Bug#11490)
4218
4219 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4220
4221 * progmodes/python.el (python-indent-guess-indent-offset):
4222 If indentation is guessed make python-indent-offset buffer-local.
4223
4224 Fix Imenu regression.
4225 * progmodes/python.el (python-nav-beginning-of-defun):
4226 Fix forward movement when statement(s) separates point from defun.
4227 (python-imenu-prev-index-position): New function.
4228
4229 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4230
4231 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4232
4233 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4234 Don't set buffer-file-type. Return nil. (Bug#12989)
4235
4236 2012-11-27 Glenn Morris <rgm@gnu.org>
4237
4238 * hippie-exp.el (hippie-expand-try-functions-list):
4239 Re-autoload it. (Bug#12982)
4240
4241 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4242
4243 * descr-text.el (describe-char-padded-string):
4244 Call internal-char-font only on GUI frames. (Bug#11964)
4245
4246 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4247
4248 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4249 and obsoletion message.
4250
4251 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4254 the constructs to keep outside of the `cl-block' (bug#12977).
4255
4256 2012-11-27 Chong Yidong <cyd@gnu.org>
4257
4258 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4259 keep reading until we get the up-event anyway, in order to process
4260 the up-event for mouse-1-click-follows-link (Bug#12971).
4261
4262 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4265 base function is not yet defined (bug#12965).
4266 (ad-activate-advised-definition): Use ad-compile-function.
4267 (ad-activate): Use cond.
4268
4269 2012-11-25 Leo Liu <sdl.web@gmail.com>
4270
4271 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4272 (Bug#12979)
4273
4274 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4275
4276 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4277 reftex-section-info-function in order to be compatible with
4278 Texinfo integration.
4279
4280 * textmodes/reftex.el (reftex-section-pre-regexp)
4281 (reftex-section-post-regexp, reftex-section-info-function):
4282 New variable.
4283 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4284 reftex-section-post-regexp, and reftex-section-info-function in order
4285 to be compatible with Texinfo integration.
4286
4287 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4288 use reftex-section-pre-regexp variable in order to be compatible with
4289 Texinfo integration.
4290
4291 2012-11-25 Chong Yidong <cyd@gnu.org>
4292
4293 * faces.el: Make face-spec-set more analogous to setq.
4294 (face-spec-set): Change the third arg to specify whether this
4295 function is being called via defface, customize, or a third party.
4296 Set the appropriate symbol properties. Clear the override spec if
4297 setting via Custom. Initialize face if necessary. (Bug#4988)
4298 (face-spec-recalc): Allow theme faces to completely replace the
4299 defface spec, in the same way as custom faces (Bug#8454).
4300
4301 * cus-face.el (custom-declare-face): Move face initialization to
4302 face-spec-set.
4303 (custom-theme-set-faces): Don't initialize the face name here, as
4304 that is now done in face-spec-set.
4305
4306 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4307 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4308 Simplify by using the new arg to face-spec-set.
4309
4310 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4311 reset face-override-spec too, and use custom-declare-face.
4312
4313 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4314
4315 * term/ns-win.el (ns-initialize-window-system): Move creation of
4316 fontsets here (Bug#11964).
4317
4318 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4319
4320 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4321 cell renaming.
4322
4323 2012-11-24 Chong Yidong <cyd@gnu.org>
4324
4325 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4326 obsolete.
4327
4328 * custom.el (custom-theme-set-variables): Use a topological sort
4329 for ordering by custom dependencies (Bug#12952).
4330 (custom--sort-vars, custom--sort-vars-1): New functions.
4331
4332 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4335 lexical-binding (bug#12938).
4336
4337 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4338
4339 * image-mode.el (image-transform-check-size): Use assertions only
4340 for images of type imagemagick.
4341
4342 Otherwise no error, image-transform-fit-to-{width,height} is
4343 silently ignored, as before. Doc fix.
4344
4345 2012-11-24 Chong Yidong <cyd@gnu.org>
4346
4347 * faces.el (color-defined-p): Doc fix (Bug#12853).
4348
4349 2012-11-24 Juri Linkov <juri@jurta.org>
4350
4351 * dired.el (dired-mark): Add optional arg `interactive'.
4352 Check for `use-region-p' if `interactive' is non-nil.
4353 (dired-unmark, dired-flag-file-deletion): Add optional arg
4354 `interactive'. Call `dired-mark' with the arg `interactive'.
4355 (Bug#10624)
4356
4357 * wdired.el: Revert 2012-10-17 change partly and replace it with
4358 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4359 (wdired-finish-edit): Add marks for new file names to
4360 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4361 after `revert-buffer'.
4362 (wdired-do-renames): Remove calls to `dired-remove-file',
4363 `dired-add-file', `dired-add-entry'. (Bug#11795)
4364
4365 2012-11-24 Alan Mackenzie <acm@muc.de>
4366
4367 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4368
4369 Fix bugs in the state cache. Enhance a debugging mechanism.
4370 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4371 "brace at column zero" strategy for C++.
4372 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4373 (c-parse-state-point): New variable.
4374 (c-record-parse-state-state): Record old parse state with
4375 `copy-tree'. Record previous value of point.
4376 (c-debug-parse-state-double-cons): New debugging function.
4377 (c-debug-parse-state): Call the above new function.
4378 (c-toggle-parse-state-debug): Output a confirmatory message.
4379
4380 * progmodes/cc-mode.el (c-before-change, c-after-change):
4381 Call c-invalidate-state-cache from `c-before-change' instead of
4382 `c-after-change'.
4383
4384 2012-11-23 Chong Yidong <cyd@gnu.org>
4385
4386 * find-cmd.el (find-constituents): Add executable, ipath,
4387 readable, samefile, writable, daystart, regextype (Bug#12856).
4388
4389 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4392
4393 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4394
4395 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4396 definition. This fixes a bootstrap failure.
4397 (calc-gregorian-switch): In menu, put dates before regions.
4398 This is easier to follow, lines up better in the menu, and lets us
4399 coalesce regions that switch at the same time. Give country
4400 names, not "Vatican", as that's better for non-expert users.
4401 Use names that are stable between the date of switch and now, e.g.,
4402 Bohemia and Moravia (which existed then and now) and not
4403 Czechoslovakia (which didn't exist then and doesn't exist now).
4404 What is now the U.S. mostly did not switch at the same time as
4405 Britain, so omit the U.S. Correct spelling of "Britain".
4406 Catholic Switzerland was too much of a mess, so omit it.
4407
4408 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4409
4410 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4411 after the variable is changed.
4412
4413 2012-11-21 Daniel Colascione <dancol@dancol.org>
4414
4415 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4416 in SQL declarations for font-lock.
4417 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4418
4419 2012-11-21 Glenn Morris <rgm@gnu.org>
4420
4421 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4422 (face-italic-p): Add optional argument "inherit".
4423
4424 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4425 Remove -p suffix from names, for consistency with other set-face-*.
4426 (set-face-inverse-video): Fix interactive spec.
4427 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4428 * textmodes/table.el (table--update-cell-face):
4429 Use set-face-inverse-video rather than now obsolete alias.
4430
4431 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4432
4433 * simple.el (line-move): Don't call line-move-partial if
4434 scroll-conservatively is in effect. (Bug#12927)
4435
4436 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4437
4438 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4439 Fallback on completion-at-point rather than
4440 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4441 (eshell-cmpl-initialize): Setup completion-at-point.
4442
4443 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4444
4445 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4446
4447 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4448
4449 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4450 are remote, check out-of-band property for both.
4451
4452 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4455 code rewrite.
4456
4457 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4458
4459 More minor time fixes.
4460 * calendar/time-date.el: Commentary fix.
4461 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4462 too much other code depends on (0 0) time stamps.
4463 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4464 Add a couple of FIXME comments.
4465
4466 Minor cleanup for times as lists of four integers.
4467 * files.el (dir-locals-directory-cache):
4468 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4469 Doc fixes.
4470 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4471 * ps-bdf.el (bdf-file-newer-than-time):
4472 Process four-integers time stamps, not two. Doc fixes.
4473
4474 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * uniquify.el (uniquify-managed): Use defvar-local.
4477 (rename-buffer, create-file-buffer): Advise with advice-add.
4478 (uniquify-unload-function): Unadvise accordingly.
4479
4480 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4481 (trace-buffer): Don't purecopy.
4482 (trace-entry-message, trace-exit-message): Add `context' arg.
4483 (trace--timer): New var.
4484 (trace-make-advice): Adjust for use in nadvice.
4485 Add `context' argument. Delay `display-buffer' via a timer.
4486 (trace-function-internal): Use advice-add.
4487 (trace--read-args): New function.
4488 (trace-function-foreground, trace-function-background): Use it.
4489 (trace-function): Rename to trace-function-foreground and redefine as
4490 an alias to that new name.
4491 (untrace-function, untrace-all): Adjust to the use of nadvice.
4492
4493 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4494
4495 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4496
4497 * subr.el (called-interactively-p-functions): New var.
4498 (internal--called-interactively-p--get-frame): New macro.
4499 (called-interactively-p, interactive-p): Rewrite in Lisp.
4500 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4501 (called-interactively-p-functions): Use it.
4502 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4503 (called-interactively-p-functions): Use it.
4504 * allout.el (allout-called-interactively-p): Don't assume
4505 called-interactively-p is a subr.
4506
4507 2012-11-20 Glenn Morris <rgm@gnu.org>
4508
4509 * profiler.el (profiler-report-mode-map): Add a menu.
4510 No need to bind `q' because we derive from special-mode.
4511 (profiler-report-find-entry): Handle calls from the menu-bar.
4512
4513 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * emacs-lisp/byte-run.el (defun-declarations-alist):
4516 Allow a compiler-macro to be a lambda expression.
4517
4518 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4519 eval-when-compile.
4520 (python-syntax-context): Add compiler-macro.
4521 (python-font-lock-keywords): Simplify with De Morgan.
4522
4523 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4524
4525 * files.el (load-file): Require match in minibuffer selection, as was
4526 the case in Emacs-20 before we changed the spec to allow .elc files
4527 (bug#12935).
4528
4529 * json.el: Don't require cl since we don't use it.
4530 * color.el: Don't require cl.
4531 (color-complement): `caddr' -> `nth 2'.
4532
4533 * calendar/time-date.el (time-to-seconds): De-obsolete.
4534
4535 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4536
4537 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4538 year numbers.
4539 (math-date-to-julian-dt): Adjust the initial approximation for the
4540 year to deal with the new definition of the DATE.
4541
4542 2012-11-19 Daniel Colascione <dancol@dancol.org>
4543
4544 * term/w32-win.el (cygwin-convert-path-from-windows):
4545 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4546
4547 2012-11-18 Chong Yidong <cyd@gnu.org>
4548
4549 * filecache.el (file-cache--read-list): New function.
4550 (file-cache-add-directory-list, file-cache-add-file-list)
4551 (file-cache-delete-file-list, file-cache-delete-directory-list):
4552 Use it to read a list of files or directories (Bug#12846).
4553 (file-cache-add-file, file-cache-add-directory)
4554 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4555 (file-cache-delete-directory): Print an message.
4556
4557 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4558
4559 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4560 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4561
4562 2012-11-18 Glenn Morris <rgm@gnu.org>
4563
4564 * image.el (insert-image, insert-sliced-image): Doc fix.
4565
4566 2012-11-18 Chong Yidong <cyd@gnu.org>
4567
4568 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4569 (Bug#12810).
4570
4571 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4572
4573 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4574 response when the target file is in a subdirectory (Bug#12757).
4575
4576 2012-11-18 Chong Yidong <cyd@gnu.org>
4577
4578 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4579
4580 2012-11-18 Glenn Morris <rgm@gnu.org>
4581
4582 * emacs-lisp/cl-lib.el (face-underline-p):
4583 Use set-face-underline rather than the alias set-face-underline-p.
4584
4585 * window.el (with-temp-buffer-window): Doc fix.
4586 * subr.el (with-output-to-temp-buffer):
4587 Add doc xref to with-temp-buffer-window.
4588
4589 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4590
4591 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4592 * calc/calc.el (math-format-date-cache): Declare.
4593
4594 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4595
4596 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4597 It also uses January 1, 1 AD as its day number 1.
4598 * calc/calc-forms.el (math-julian-date-beginning)
4599 (math-julian-date-beginning-int): Implement this.
4600
4601 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4602
4603 * descr-text.el (quail-find-key):
4604 * dired.el (desktop-file-name):
4605 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4606 * generic-x.el (comint-mode, comint-exec):
4607 * image-dired.el (widget-forward):
4608 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4609 (speedbar-change-expand-button-char)
4610 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4611 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4612 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4613 (widget-field-action, widget-value-set):
4614 * speedbar.el (imenu--make-index-alist):
4615 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4616 (ring-length, ring-insert):
4617 * vcursor.el (compare-windows-skip-whitespace):
4618 * woman.el (dired-get-filename):
4619 Declare functions.
4620
4621 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4622
4623 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4624
4625 * calc/calc.el (calc-gregorian-switch): New variable.
4626
4627 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4628 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4629 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4630 (math-leap-year-p): Add option to distinguish between Julian
4631 and Gregorian calendars.
4632 (math-day-number): Use `math-day-in-year' to do the computations.
4633 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4634 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4635 to do the computations.
4636 (math-date-to-dt): Use `math-date-to-julian-dt' and
4637 `math-date-to-gregorian-dt' to do the computations.
4638 (calcFunc-weekday, math-format-date-part): Use the new version of
4639 the DATE to determine the weekday.
4640 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4641 when necessary.
4642
4643 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4644
4645 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4646 Cygwin; otherwise use 'file:'. (Bug#12914)
4647 (cygwin-convert-path-from-windows): Declare, to avoid
4648 byte-compiler warnings.
4649
4650 2012-11-17 Andreas Politz <politza@fh-trier.de>
4651
4652 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4653 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4654 prefix and negative numeric prefix args (Bug#12795).
4655
4656 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4657
4658 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4659 Don't signal an error with a score that is too low to add to the
4660 list of top scores. (Bug#12779)
4661
4662 2012-11-17 Chong Yidong <cyd@gnu.org>
4663
4664 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4665
4666 * filecache.el (file-cache-add-file): Handle relative file name in
4667 the argument (Bug#12694).
4668
4669 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4670
4671 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4672
4673 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4674
4675 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4676
4677 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4678
4679 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4680
4681 * window.el (enlarge-window, shrink-window): Don't mention return
4682 value in doc-string (Bug#12896).
4683 (window--display-buffer): Don't resize frames - it won't work
4684 with all window managers and defeat pop-up-frame-alist.
4685 (display-buffer-alist): In doc-string explain that CONDITION can
4686 be a function and which arguments are passed to it (Bug#12854).
4687 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4688 expressions (Bug#12854).
4689 (display-buffer): Pass ACTION argument to
4690 display-buffer-assq-regexp.
4691
4692 2012-11-16 Glenn Morris <rgm@gnu.org>
4693
4694 * window.el (fit-frame-to-buffer-bottom-margin)
4695 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4696
4697 * faces.el (face-underline-p): Use face-attribute-specified-or.
4698
4699 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4700
4701 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4702
4703 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4706
4707 2012-11-16 Glenn Morris <rgm@gnu.org>
4708
4709 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4710 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4711
4712 * faces.el (face-underline-p): Doc fix. Handle :underline being
4713 things other than `t' (a string, a list).
4714 (face-inverse-video-p): Doc fix.
4715 (set-face-underline): Rename it back from set-face-underline-p.
4716 Doc fix. Allow interactive input of values other than t.
4717 (read-face-attribute): Apply formatting to :underline,
4718 since like :box and :stipple it can take list values.
4719
4720 * term.el (ansi-term): Don't let C-x escape-char binding
4721 clobber the more standard C-c binding. (Bug#12842)
4722
4723 * subr.el (set-temporary-overlay-map): Doc fix.
4724
4725 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4726
4727 * window.el (record-window-buffer)
4728 (display-buffer-record-window): When copying the markers to
4729 window-point preserve window-point-insertion-type. (Bug#12588)
4730
4731 2012-11-16 Glenn Morris <rgm@gnu.org>
4732
4733 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4734 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4735 Use new names for hooks rather than obsolete aliases.
4736
4737 2012-11-15 Daniel Colascione <dancol@dancol.org>
4738
4739 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4740 prefix instead of "file:" so that when FILE-NAME begins with "//",
4741 as it does when the target file is on a network share, url-handler
4742 isn't confused.
4743
4744 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4747 a preactivated advice from an old advice.el; they're not compatible!
4748
4749 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4750
4751 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4752 Fix string-spec case.
4753
4754 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4755
4756 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4759 (advice--buffer-local-function-sample): New var.
4760 (advice--set-buffer-local, advice--buffer-local): New functions.
4761 (add-function, remove-function): Use them.
4762
4763 2012-11-15 Drew Adams <drew.adams@oracle.com>
4764
4765 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4766
4767 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4770 potential binding of print-gensym to t, and prettify (back)quotes in
4771 case they appear in args's default values (bug#12884).
4772
4773 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4776 (advice-eval-interactive-spec): New function.
4777 (advice--make-interactive-form): Support around advice (bug#12844).
4778
4779 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4780
4781 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4782 more strict. Add docstring.
4783 (ruby-expression-expansion-re): Extract from
4784 `ruby-match-expression-expansion'.
4785 (ruby-syntax-propertize-function): After everything else, search
4786 for expansions in string literals, mark their insides as
4787 whitespace syntax and save match data for font-lock.
4788 (ruby-font-lock-keywords): Use the 2nd group from expression
4789 expansion matches.
4790 (ruby-match-expression-expansion): Use the match data saved to the
4791 text property in ruby-syntax-propertize-function.
4792
4793 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4796 (bug#12879).
4797
4798 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4799
4800 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4801 start/end keyword a bit harder. Works with different values of N.
4802 Add more comments.
4803 (ruby-end-of-block): Update accordingly.
4804
4805 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4806
4807 * woman.el (woman-file-name): Don't mess with unread-command-events
4808 (bug#12861).
4809
4810 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4811 Remove out of date self-require hack.
4812 (ad-do-advised-functions): Use simple `dolist'.
4813 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4814 (ad-advice-definition): Redefine as functions.
4815 (ad-advice-classes): Move before first use.
4816 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4817 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4818 (ad--defalias-fset): Remove functions.
4819 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4820 (ad-get-orig-definition): Rewrite.
4821 (ad-make-advised-definition-docstring): Change base docstring.
4822 (ad-real-orig-definition): Rewrite.
4823 (ad-map-arglists): Change name of called function.
4824 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4825 (ad-make-advised-definition): Simplify.
4826 (ad-assemble-advised-definition): Tweak for new calling context.
4827 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4828 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4829 function and call ad-activate if needed.
4830 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4831 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4832 (ad-compile-function): Compile ad-Advice-*.
4833 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4834 (ad-start-advice, ad-stop-advice): Remove.
4835
4836 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4837
4838 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4839 period before class method names, not after. Remove handling of
4840 one impossible case. Add comments.
4841
4842 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * emacs-lisp/advice.el: Remove support for freezing.
4845 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4846 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4847 Remove support for `freeze'.
4848
4849 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4850 override the default.
4851 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4852 cl--dotimes/dolist.
4853 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4854 `cl' is loaded.
4855
4856 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4857 from add-advice.
4858 (advice--strip-macro): New function.
4859 (advice--defalias-fset): Use them to handle macros.
4860 (advice-add): Use them.
4861 (advice-member-p): Correctly handle macros.
4862
4863 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4864
4865 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4866 Never font-lock the beginning of singleton class as heredoc.
4867
4868 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4871
4872 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
4873
4874 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4875 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
4876 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4877
4878 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
4879
4880 Fix end-of-defun misbehavior.
4881 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4882 python-beginning-of-defun-function. Handle nested defuns
4883 correctly.
4884 (python-nav-end-of-defun): Rename from
4885 python-end-of-defun-function. Ensure forward movement.
4886 (python-info-current-defun): Reimplement to work as intended
4887 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
4888 parent defuns as soon as possible.
4889
4890 2012-11-13 Glenn Morris <rgm@gnu.org>
4891
4892 * progmodes/flymake.el (flymake-error-bitmap)
4893 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4894 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4895
4896 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4897
4898 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4899 backward, always stop at indentation. Reverts the change from
4900 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4901
4902 2012-11-13 Glenn Morris <rgm@gnu.org>
4903
4904 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4905 Add ibuffer-filter-by-derived-mode.
4906
4907 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4908 the same name shadowing each other.
4909
4910 * window.el (with-temp-buffer-window): Doc tweak.
4911
4912 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4913
4914 * help.el (temp-buffer-max-height):
4915 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4916 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4917
4918 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * emacs-lisp/nadvice.el: New package.
4921 * subr.el (special-form-p): New function.
4922 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4923 (elp-all-instrumented-list): Remove var.
4924 (elp-not-profilable): Remove elp-wrapper.
4925 (elp-profilable-p): Use autoloadp and special-form-p.
4926 (elp--advice-name): New const.
4927 (elp-instrument-function): Use advice-add.
4928 (elp--instrumented-p): New predicate.
4929 (elp-restore-function): Use advice-remove.
4930 (elp-restore-all, elp-reset-all): Use mapatoms.
4931 (elp-set-master): Use elp--instrumented-p.
4932 (elp--make-wrapper): Rename from elp-wrapper, return a function
4933 suitable for advice-add. Use cl-inf.
4934 (elp-results): Use mapatoms+elp--instrumented-p.
4935 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4936 (debug-function-list): Remove var.
4937 (debug): Rename arg, and then let-bind it explicitly inside.
4938 (debugger-setup-buffer): Rename arg.
4939 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4940 (debugger-frame-number): Adjust to new debug-on-entry setup.
4941 (debug--implement-debug-on-entry): Rename from
4942 implement-debug-on-entry, add argument.
4943 (debugger-special-form-p): Remove, use special-form-p instead.
4944 (debug-on-entry): Use advice-add.
4945 (debug--function-list): New function.
4946 (cancel-debug-on-entry): Use it, along with advice-remove.
4947 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4948 (debugger-list-functions): Use debug--function-list instead of
4949 debug-function-list.
4950 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4951 (ad-special-form-p): Remove, use special-form-p instead.
4952 (ad-set-advice-info): Use add-function and remove-function.
4953 (ad--defalias-fset): Adjust accordingly.
4954
4955 2012-11-10 Glenn Morris <rgm@gnu.org>
4956
4957 * mail/emacsbug.el (report-emacs-bug-tracker-url)
4958 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4959 (report-emacs-bug-create-existing-bugs-buffer)
4960 (report-emacs-bug-parse-query-results)
4961 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
4962
4963 * term.el (term-default-fg-color, term-default-bg-color):
4964 Make obsolete, rather than just saying "deprecated" in the doc.
4965
4966 * term.el (term): Rename from `term-face'.
4967 (term-current-face, ansi-term-color-vector)
4968 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4969 Update all users.
4970
4971 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
4972
4973 * server.el (server-create-window-system-frame): Handle Nextstep
4974 specially (Bug#12780).
4975
4976 2012-11-10 Glenn Morris <rgm@gnu.org>
4977
4978 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4979 Unautoload, and make obsolete. (Bug#7449)
4980
4981 2012-11-10 Chong Yidong <cyd@gnu.org>
4982
4983 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4984 rename from diff-remove-trailing-whitespace (Bug#12831).
4985
4986 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4989 miscompilation of trace.el.
4990
4991 2012-11-10 Glenn Morris <rgm@gnu.org>
4992
4993 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
4994
4995 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
4998 (bug#12812).
4999
5000 2012-11-10 Chong Yidong <cyd@gnu.org>
5001
5002 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5003 a defcustom with an appropriate :set function.
5004 (minibuffer-default--in-prompt-regexps): New function.
5005
5006 2012-11-10 Glenn Morris <rgm@gnu.org>
5007
5008 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5009 (define-modify-macro): Doc fixes.
5010
5011 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5012 (gv-define-simple-setter): Update doc of `fix-return'.
5013
5014 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5017 twice when `fix-return' is set (bug#12813).
5018
5019 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5020 gv-define-simple-setter (bug#12812).
5021
5022 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5023 (bug#12756).
5024
5025 2012-11-10 Glenn Morris <rgm@gnu.org>
5026
5027 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5028
5029 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5030 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5031 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5032 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5033
5034 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5035
5036 2012-11-10 Leo Liu <sdl.web@gmail.com>
5037
5038 * ido.el (ido-set-matches-1): Improve flex matching performance by
5039 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5040
5041 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5044 (ad--defalias-fset): New function.
5045 (ad-safe-fset): Remove.
5046 (ad-make-freeze-definition): Use cl-letf*.
5047
5048 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5049
5050 * subr.el (dolist): Don't bind VAR in RESULT.
5051
5052 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5053 (fset, documentation): Don't save real def since we don't advise.
5054 (ad-do-advised-functions): Remove problematic `result-form'.
5055 (ad-safe-fset): `ad-real-fset' => `fset'.
5056 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5057 uses CL's dolist internally.
5058 (ad-arglist): Remove unused arg `name'.
5059 (ad-docstring, ad-make-advised-docstring):
5060 `ad-real-documentation' => `documentation'.
5061 (warning-suppress-types): Declare.
5062 (ad-set-arguments): Simple CSE.
5063 (ad-recover-normality): Sanity check.
5064
5065 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5066 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5067
5068 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
5069
5070 * ses.el: symbol to coordinate mapping is made by symbol property
5071 `ses-cell'. This means that the same mapping is done for all SES
5072 sheets. That is good enough for cells with standard A1 names, but
5073 not for named cell. So a hash map is added for the latter.
5074 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5075 (ses-sym-rowcol): Use hashmap for named cell.
5076 (ses-is-cell-sym-p): New defun.
5077 (ses-decode-cell-symbol): New defun.
5078 (ses-create-cell-variable): Add cell to hashmap when name is not
5079 A1-like.
5080 (ses-rename-cell): Check that cell new name is not already in
5081 spreadsheet with the use of ses-is-cell-sym-p
5082 (ses-rename-cell): Use hash map for named cells, but accept also
5083 renaming back to A1-like.
5084
5085 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5086
5087 * emacs-lisp/advice.el: Use new dynamic docstrings.
5088 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5089 Use dynamic-docstring-function instead of ad-advice-info.
5090 (ad--make-advised-docstring): New function extracted from
5091 ad-make-advised-docstring.
5092 (ad-make-advised-docstring): Use it.
5093 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5094 from sql-help.
5095 (sql-help): Use it with dynamic-docstring-function.
5096
5097 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5098
5099 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * files.el (hack-one-local-variable--obsolete): New function.
5102 (hack-one-local-variable): Use it for obsolete settings.
5103
5104 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5105 the new name.
5106
5107 * progmodes/js.el (js--filling-paragraph): New var.
5108 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5109 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5110 less sneaky.
5111
5112 2012-11-08 Julien Danjou <julien@danjou.info>
5113
5114 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5115 `auto-mode-alist' (Bug#12835).
5116
5117 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5120 (perl--prettify-symbols-alist): New const.
5121 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5122 New functions.
5123 (perl-font-lock-keywords-2): Use them.
5124 (perl-electric-noindent-p): New function.
5125 (perl-mode): Use it to set up electric-indent-mode.
5126 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5127 (perl-mode-map): Remove bindings for them.
5128 (perl-imenu-generic-expression, perl-outline-level):
5129 Match functions&packages in column>0.
5130
5131 * env.el (env--substitute-vars-regexp): New const.
5132 (substitute-env-vars): Use it. Add `only-defined' arg.
5133 * net/tramp.el (tramp-replace-environment-variables): Use it.
5134
5135 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5136 Byte-compile *before* eval in eval-and-compile.
5137 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5138 (byte-compile-file-form-autoload): Don't hide actual definition.
5139 (byte-compile-maybe-guarded): Accept `functionp' as well.
5140
5141 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5142
5143 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5144
5145 * notifications.el (notifications-get-server-information-method):
5146 New defconst.
5147 (notifications-get-capabilities): Fix docstring.
5148 (notifications-get-server-information): New defun.
5149
5150 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5151
5152 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5153 readability.
5154
5155 * textmodes/ispell.el: Experimental support for support debugging.
5156 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5157 buffer for ispell.
5158 (ispell-print-if-debug): New function to print stuff to
5159 `ispell-debug-buffer' if debugging is enabled.
5160 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5161 show some debugging info.
5162 (ispell-buffer-with-debug): New function that creates a debugging
5163 buffer and calls `ispell-buffer' with debugging enabled.
5164
5165 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5166 comment in autoconf mode. (Bug#12768)
5167
5168 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5169
5170 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5171 frame-first-window, frame-root-window, frame-selected-window,
5172 minibuffer-selected-window, minibuffer-window,
5173 window-absolute-pixel-edges, window-at, window-body-height,
5174 window-body-width, window-display-table, window-combination-limit,
5175 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5176 window-inside-edges, window-inside-pixel-edges, window-left-child,
5177 window-left-column, window-margins, window-next-buffers,
5178 window-next-sibling, window-new-normal, window-new-total,
5179 window-normal-size, window-parameter, window-parameters, window-parent,
5180 window-pixel-edges, window-point, window-prev-buffers,
5181 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5182 window-start, window-text-height, window-top-child, window-top-line,
5183 window-total-height, window-total-width and window-use-time to the list
5184 of functions without side-effects.
5185 (toplevel): Add window-valid-p to the list of error-free functions
5186 without side-effects.
5187
5188 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5189
5190 * textmodes/ispell.el (ispell-program-name):
5191 Update spellchecker parameters when customized.
5192
5193 2012-11-04 Glenn Morris <rgm@gnu.org>
5194
5195 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5196
5197 2012-11-04 Chong Yidong <cyd@gnu.org>
5198
5199 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5200 same-window-* variables.
5201
5202 2012-11-04 Juri Linkov <juri@jurta.org>
5203
5204 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5205 (isearch-describe-key, isearch-describe-mode): Use a display
5206 action instead of binding same-window-* variables (Bug#10040).
5207
5208 2012-11-03 Glenn Morris <rgm@gnu.org>
5209
5210 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5211 Rename handler properties back from cl-- to cl-. (Bug#12788)
5212
5213 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5214
5215 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5216
5217 * term/pc-win.el: Don't load term/internal from here.
5218
5219 * loadup.el: Load term/internal from here.
5220
5221 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5222
5223 * progmodes/python.el (inferior-python-mode): Fix hang in
5224 jit-lock (Bug#12645).
5225
5226 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5227
5228 * window.el (switch-to-visible-buffer)
5229 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5230
5231 2012-11-03 Glenn Morris <rgm@gnu.org>
5232
5233 * emacs-lisp/cl-lib.el (cl--random-time):
5234 Rename from cl-random-time. (Bug#12773)
5235 (cl--gensym-counter, cl--random-state): Update callers.
5236 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5237
5238 2012-11-03 Chong Yidong <cyd@gnu.org>
5239
5240 * cus-start.el: Make cursor-type customizable (Bug#11633).
5241
5242 2012-11-02 Glenn Morris <rgm@gnu.org>
5243
5244 * filecache.el: No need to load find-lisp when compiling.
5245 (find-lisp-find-files): Autoload it.
5246 (file-cache-add-directory-recursively): Don't require find-lisp.
5247
5248 * image.el (image-type-from-file-name): Trivial simplification.
5249
5250 * emacs-lisp/bytecomp.el (byte-compile-eval):
5251 Decouple "noruntime" and "cl-functions" warnings.
5252
5253 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5254
5255 * play/gomoku.el (gomoku-display-statistics): Update mode line
5256 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5257
5258 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5259
5260 * window.el (quit-restore-window): If the window has been
5261 created on an existing frame and ended up as the sole window on
5262 that frame, do not delete it (Bug#12764).
5263
5264 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5267 Rename from sh--inside-arithmetic-expression, handle more cases
5268 (bug#11263).
5269
5270 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5271 (sh-font-lock-open-heredoc): Use it (bug#12770).
5272
5273 2012-10-30 Glenn Morris <rgm@gnu.org>
5274
5275 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5276
5277 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5278
5279 2012-10-29 Chong Yidong <cyd@gnu.org>
5280
5281 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5282 function key is stored in a keyboard macro (Bug#4894).
5283
5284 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5285
5286 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5289 header comments".
5290 (diff-unified->context, diff-context->unified)
5291 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5292
5293 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5294
5295 * files.el (find-alternate-file): Only ask one question (bug#12487).
5296
5297 2012-10-29 Chong Yidong <cyd@gnu.org>
5298
5299 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5300 Suggested by Dan Nicolaescu (Bug#6326).
5301
5302 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5303
5304 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5305
5306 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5307
5308 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5309
5310 * face-remap.el (face-remap-add-relative): Handle the case where a
5311 face-remapping-alist entry is a cons cell (Bug#12762).
5312
5313 2012-10-29 Kevin Ryde <user42@zip.com.au>
5314
5315 * woman.el (woman-parse-numeric-value): Handle picas correctly
5316 (Bug#12639).
5317
5318 2012-10-29 Glenn Morris <rgm@gnu.org>
5319
5320 * emacs-lisp/cl.el (defsetf): Doc fix.
5321
5322 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5325 syntax to the matching opener, if any (bug#12547).
5326 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5327 matching open as a "case-(".
5328 (sh-smie-rc-grammar): Add a corresponding rule for it.
5329
5330 2012-10-28 Daniel Hackney <dan@haxney.org>
5331
5332 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5333 "PKGNAME-autoloads.el" in case we created it.
5334
5335 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5338 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5339 (completion--twq-all): Disable too-strict assertions.
5340
5341 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5342
5343 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5344
5345 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5346 text to match the real keybindings.
5347
5348 2012-10-27 Juri Linkov <juri@jurta.org>
5349
5350 * wdired.el (wdired-keep-marker-rename): New defcustom.
5351 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5352 (Bug#11795)
5353
5354 * dired.el (dired-keep-marker-rename): Add reference to
5355 `wdired-keep-marker-rename' in the docstring.
5356 Add default character value ?R to display initially in
5357 Customization UI instead of ?@.
5358
5359 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5360
5361 * window.el (display-buffer): In doc-string describe
5362 window-height and window-width alist entries.
5363
5364 * time.el (display-time-world): Restore fit-window-to-buffer
5365 behavior.
5366
5367 2012-10-27 Chong Yidong <cyd@gnu.org>
5368
5369 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5370
5371 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5372
5373 * minibuffer.el (completion-category-overrides): New completion
5374 category `bookmark' (bug#11131).
5375
5376 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5379 Silence bogus compiler warnings for ad-do-it.
5380
5381 * bookmark.el (bookmark-completing-read): Set the completion category
5382 to `bookmark' (bug#11131).
5383
5384 2012-10-26 Bastien <bzg@altern.org>
5385 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * face-remap.el: Use lexical-binding.
5388 (text-scale-adjust): Improve docstring. Use itself for the temporary
5389 overlay-map bindings, so as to repeat the "Use..." message each time.
5390
5391 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * emacs-lisp/macroexp.el (macroexp--expand-all):
5394 Obey byte-compile-warning-enabled-p (bug#12486).
5395
5396 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5397 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5398
5399 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5400
5401 * mouse.el (mouse-drag-line): Move last form into preceding when
5402 clause (Bug#12731).
5403
5404 * help.el (resize-temp-buffer-window): Fix doc-string.
5405
5406 2012-10-25 David Engster <deng@randomsample.de>
5407
5408 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5409 Remove. This feature is already integrated in imenu.
5410
5411 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5412 always loaded. Require `speedbar' unconditionally.
5413
5414 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5415
5416 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5417
5418 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5419
5420 * net/ldap.el (ldap-search-internal): The official ldif format starts
5421 with a "version: 1" header (bug#12724).
5422
5423 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5424 (bug#12721).
5425
5426 2012-10-25 Glenn Morris <rgm@gnu.org>
5427
5428 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5429
5430 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * minibuffer.el (minibuffer-force-complete): Use one more marker
5433 for the temporary-overlay-map command (bug#12619).
5434
5435 2012-10-24 Chong Yidong <cyd@gnu.org>
5436
5437 * time.el (display-time-world-mode): Derive from special-mode.
5438 (display-time-world): Use display-buffer (Bug#12708).
5439 (display-time-world-mode-map): Variable deleted.
5440 (display-time-world-display): Wrap the final delete-char inside
5441 inhibit-read-only.
5442
5443 2012-10-24 Chong Yidong <cyd@gnu.org>
5444
5445 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5446 Doc fix.
5447
5448 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5449
5450 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * minibuffer.el (completion--all-sorted-completions-location): New var.
5453 (completion--cache-all-sorted-completions)
5454 (completion--flush-all-sorted-completions): Use it.
5455 (completion-in-region, completion-in-region--postch)
5456 (completion-at-point, completion-help-at-point): Use markers in
5457 completion-in-region--data (bug#12619).
5458
5459 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * progmodes/compile.el (compilation-start): Try to handle common
5462 quoting of `cd' argument (bug#12640).
5463
5464 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5465 (bug#12671).
5466
5467 2012-10-23 Glenn Morris <rgm@gnu.org>
5468
5469 * progmodes/gud.el (gud-menu-map):
5470 Check gdb-active-process is bound. (Bug#12358)
5471
5472 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * repeat.el (repeat): Set real-this-command (bug#12232).
5475
5476 * htmlfontify.el (hfy-post-html-hook):
5477 * filesets.el (filesets-cache-fill-content-hook):
5478 * arc-mode.el (archive-extract-hook):
5479 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5480 * net/rcirc.el (rcirc-sentinel-functions)
5481 (rcirc-receive-message-functions, rcirc-activity-functions)
5482 (rcirc-print-functions):
5483 * net/dbus.el (dbus-event-error-functions):
5484 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5485 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5486 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5487 * term/sun.el (sun-raw-prefix-hooks):
5488 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5489
5490 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5493 Set `tramp-chunksize' to 1. This improves the performance.
5494 (tramp-smb-wait-for-output): Add timeout to
5495 `tramp-accept-process-output' calls.
5496
5497 2012-10-23 Chong Yidong <cyd@gnu.org>
5498
5499 * faces.el (font-list-limit): Define as an obsolete variable.
5500
5501 * startup.el (command-line):
5502 * cus-start.el: Don't refer to font-list-limit.
5503
5504 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5505
5506 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5507
5508 * subr.el (internal-temp-output-buffer-show): Rename from
5509 temp-output-buffer-show, since previously compiled files expect this name.
5510
5511 2012-10-23 Glenn Morris <rgm@gnu.org>
5512
5513 * image.el (image-type-from-file-name): If multiple types match,
5514 return the first one that is supported. (Bug#9045)
5515
5516 2012-10-22 Glenn Morris <rgm@gnu.org>
5517
5518 * image.el (imagemagick-enabled-types): Doc fix.
5519
5520 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5521
5522 * progmodes/which-func.el (which-func-current): The hash-table may have
5523 an explicit nil (bug#12338).
5524
5525 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 * electric.el (electric-pair-delete-selection-self-insert-function):
5528 Rename to electric-pair-will-use-region, return a boolean.
5529 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5530
5531 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5532 (delete-selection-pre-hook): Use use-region-p.
5533 (delete-selection-self-insert-function): Remove.
5534 (self-insert-command): Obey self-insert-uses-region-functions.
5535 (self-insert-iso): Revert to previous setting, since we don't actually
5536 know what that command does.
5537 (delete-selection-self-insert-hooks): Remove.
5538
5539 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5540
5541 * delsel.el (delete-selection-helper): New function, extracted from
5542 delete-selection-pre-hook.
5543 (delete-selection-pre-hook): Use it.
5544 (delete-selection-self-insert-function): New function.
5545 (delete-selection-self-insert-hooks): New hook.
5546 (self-insert-command, self-insert-iso): Use it.
5547 * electric.el (electric-pair-syntax): New function, extracted from
5548 electric-pair-post-self-insert-function.
5549 (electric-pair-post-self-insert-function): Use it.
5550 (electric-pair-delete-selection-self-insert-function): New function.
5551 (electric-pair-mode): Require delsel and setup
5552 delete-selection-self-insert-hooks (bug#11520).
5553
5554 2012-10-20 Chong Yidong <cyd@gnu.org>
5555
5556 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5557 no changes to show (Bug#12586).
5558
5559 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5560 list explicitly (Bug#12571).
5561
5562 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5563
5564 * progmodes/flymake.el (flymake-create-temp-inplace):
5565 Use file-truename.
5566
5567 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5568
5569 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5570
5571 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5572
5573 * calc/calc-units.el (math-extract-units): Properly extract powers
5574 of units.
5575
5576 2012-10-20 Daniel Colascione <dancol@dancol.org>
5577
5578 * frame.el (make-frame): Set x-display-name as we used to in order
5579 to unbreak creating an X11 frame from an Emacs daemon started
5580 without a display.
5581
5582 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5585 the same completion-field (bug#12221).
5586
5587 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5588
5589 * emacs-lisp/debug.el (debug): Record height of debugger window
5590 also when debugger will be back (Bug#8789).
5591
5592 2012-10-18 Chong Yidong <cyd@gnu.org>
5593
5594 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5595 Convert to defcustom.
5596 (gdb-get-source-file): Don't bind pop-up-windows.
5597
5598 * progmodes/gud.el (gud-display-line): Don't specially re-use
5599 other frames for the gdb-mi case (Bug#12648).
5600
5601 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * emacs-lisp/advice.el: Clean up commentary a bit.
5604 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5605 (byte-code-function-p): Never redefine.
5606
5607 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5608
5609 2012-10-18 Glenn Morris <rgm@gnu.org>
5610
5611 * dired.el (dired-sort-toggle): Some ls implementations only allow
5612 a single option string. (Bug#12666)
5613
5614 * minibuffer.el (completion-cycle-threshold): Doc fix.
5615
5616 2012-10-17 Kenichi Handa <handa@gnu.org>
5617
5618 * international/mule.el (set-keyboard-coding-system):
5619 Recover input meta mode when the new coding system doesn not use 8-bit.
5620 Supply TERMINAL arg to set-input-meta-mode.
5621
5622 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5623
5624 * wdired.el (wdired-old-marks): New variable.
5625 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5626 (wdired-do-renames): Move point with renamed file and don't lose
5627 mark status (Bug#11795).
5628
5629 2012-10-16 Juri Linkov <juri@jurta.org>
5630
5631 * replace.el (query-replace-help): Mention multi-buffer replacement
5632 keys in the Help message. (Bug#12655)
5633
5634 2012-10-15 Chong Yidong <cyd@gnu.org>
5635
5636 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5637
5638 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5639
5640 * window.el (display-buffer): Doc fix.
5641
5642 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5643 Adjust the msft regexp to the output of Studio 2010, and move msft
5644 before edg-1. See the discussion on emacs-devel,
5645 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5646 for the details.
5647
5648 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5649
5650 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5651 (oset): Move uses of object-class-fast macro after its definition.
5652
5653 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5654
5655 2012-10-13 Chong Yidong <cyd@gnu.org>
5656
5657 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5658 enabled, re-enable it (Bug#11963).
5659
5660 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5661
5662 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5663 non-nil, restore window configuration (Bug#12623).
5664
5665 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * help-fns.el (describe-variable, describe-function-1):
5668 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5669
5670 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5671
5672 2012-10-12 Glenn Morris <rgm@gnu.org>
5673
5674 * mail/rmailsum.el (rmail-header-summary):
5675 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5676
5677 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5678
5679 * progmodes/python.el (python-mode-map):
5680 Replace subtitute-key-definition with proper command remapping.
5681 (python-nav--up-list): Fix behavior for blocks on the same level.
5682
5683 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5686
5687 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5688 changes to the format of load-history.
5689
5690 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5691 completion-ignore-case in case that var is buffer-local (bug#12615).
5692
5693 2012-10-11 Kenichi Handa <handa@gnu.org>
5694
5695 * international/eucjp-ms.el: Re-generated.
5696
5697 2012-10-10 Kenichi Handa <handa@gnu.org>
5698
5699 * select.el (xselect--encode-string): If a coding is specified for
5700 selection, and that is compatible with COMPOUND_TEXT, use it.
5701
5702 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5703
5704 * window.el (switch-to-buffer-preserve-window-point): New option.
5705 (switch-to-buffer):
5706 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5707
5708 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5711 Don't document nil as a useful value (bug#12583).
5712
5713 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5714
5715 * net/tramp.el (tramp-debug-message):
5716 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5717 (with-tramp-progress-reporter): Rename from
5718 `tramp-with-progress-reporter'.
5719 (with-tramp-file-property, with-tramp-connection-property):
5720 Move from tramp-cache.el, rename from `with-file-property' and
5721 `with-connection-property', respectively.
5722
5723 * net/tramp-cache.el: Remove `with-file-property' and
5724 `with-connection-property'.
5725
5726 * net/tramp.el:
5727 * net/tramp-gvfs.el:
5728 * net/tramp-sh.el:
5729 * net/tramp-smb.el: Adapt callees.
5730
5731 * net/trampver.el: Update release number.
5732
5733 2012-10-09 Glenn Morris <rgm@gnu.org>
5734
5735 * w32-fns.el (set-message-beep):
5736 * term/w32-win.el (set-message-beep): Update declarations.
5737
5738 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5739
5740 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5741 (mode-line-widen, mode-line-input-method-map)
5742 (mode-line-coding-system-map, mode-line-remote)
5743 (mode-line-unbury-buffer, mode-line-bury-buffer)
5744 (mode-line-next-buffer, mode-line-previous-buffer):
5745 Replace save-selected-window+select-window => with-selected-window.
5746
5747 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5748 * progmodes/cc-vars.el (bq-process): Remove, unused.
5749
5750 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5751
5752 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5753
5754 Implemented `backward-up-list'-like navigation.
5755 * progmodes/python.el (python-nav-up-list)
5756 (python-nav-backward-up-list): New functions.
5757 (python-mode-map): Define substitute key for backward-up-list to
5758 python-nav-backward-up-list.
5759
5760 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5761
5762 * progmodes/python.el (python-fill-paragraph): Rename from
5763 python-fill-paragraph-function. Fixed fill-paragraph for
5764 decorators (Bug#12605).
5765
5766 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5767
5768 * progmodes/python.el (python-shell-output-filter): Handle extra
5769 carriage return in OSX (Bug#12409).
5770
5771 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5772
5773 Fix shell handling of unbalanced quotes and parens in output.
5774 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5775 (python-syntax-propertize-function): Use it.
5776 (python-shell-output-syntax-table): New var.
5777 (inferior-python-mode): Prevent unbalanced parens/quotes from
5778 previous output mess with current input context.
5779
5780 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5783 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5784
5785 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5786
5787 * ffap.el (ffap-replace-file-component): Support Tramp file name
5788 syntax, not only ange-ftp's one.
5789
5790 2012-10-08 Glenn Morris <rgm@gnu.org>
5791
5792 * cus-start.el (message-log-max): Set :version.
5793
5794 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5795
5796 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5797
5798 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5799 the minibuffer window (Bug#10851).
5800
5801 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5802
5803 Enhancements on forward-sexp movement.
5804 * progmodes/python.el (python-nav-beginning-of-statement)
5805 (python-nav-end-of-statement): Return point-marker.
5806 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5807 (python-info-current-symbol)
5808 (python-info-statement-starts-block-p): Rename from
5809 python-info-beginning-of-block-p.
5810 (python-info-statement-ends-block-p): Rename from
5811 python-info-end-of-block-p.
5812 (python-info-beginning-of-statement-p)
5813 (python-info-end-of-statement-p)
5814 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5815 New functions.
5816
5817 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5820 frame-selected-windows.
5821
5822 2012-10-08 Daniel Colascione <dancol@dancol.org>
5823
5824 * battery.el (battery-status-function): Check for
5825 w32-battery-status itself, not system-time windows-nt.
5826
5827 * frame.el: Require cl-lib.
5828 (display-format-alist): New variable mapping frame types to
5829 functions that initialize them.
5830 (window-system-for-display): New function: interprets
5831 display-format-alist.
5832 (make-frame-on-display): Remove existing display-selection logic
5833 and just forward to make-frame, which will now DTRT.
5834 (make-frame): Restructure to use window-system-for-display to
5835 figure out how to create a frame on a given display.
5836 (display-mouse-p): Look for frame-type w32, not a particular
5837 system-type.
5838
5839 * loadup.el: Load w32 lisp code when we have the w32 feature.
5840
5841 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5842 system-type windows-nt.
5843
5844 * server.el (server-create-window-system-frame): Look for window
5845 type.
5846 (server-proces-filter): Only force a window system when windows-nt
5847 _and_ w32. Explain why.
5848
5849 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5850 of window systems we configure for the mode.
5851
5852 * startup.el (command-line): Mark window system is initialized
5853 after we've done it.
5854
5855 * common-win.el (x-select-text): Look for w32, not windows-nt.
5856
5857 * ns-win.el: Require cl-lib. Add ourselves to
5858 display-format-alist.
5859 (ns-initialize-window-system): Assert we're not initialized twice.
5860
5861 * w32-win.el: Enable lexical binding; require cl-lib; add
5862 ourselves to display-format-alist.
5863 (w32-handle-dropped-file): Convert incoming dropped files from
5864 Windows paths to Cygwin ones before passing them on to the rest of
5865 Emacs.
5866 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
5867 (w32-initialize-window-system): Assert we're not initialized twice.
5868
5869 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5870 (x-initialize-window-system): Assert we're not initialized twice.
5871
5872 * w32-common-fns.el: New File.
5873 (w32-version, w32-using-nt, w32-get-clipboard-data)
5874 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5875 (w32-charset-info-alist, x-last-selected, text)
5876 (x-get-selection-value, x-selection-value): Move here.
5877
5878 * w32-fns.el: Require w32-common-fns.
5879 (w32-version, w32-using-nt, w32-get-clipboard-data)
5880 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5881 (w32-charset-info-alist, x-last-selected, text)
5882 (x-get-selection-value, x-selection-value): Move to
5883 w32-common-fns.
5884
5885 * w32-vars.el:
5886 (w32-allow-system-shell, w32-system-shells): Define only in
5887 non-cygwin case.
5888
5889 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5892 (read-passwd): Remove a few more potential sources of leaks.
5893
5894 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5895
5896 * progmodes/python.el (inferior-python-mode)
5897 (python-shell-make-comint): Fix initialization of local
5898 variables copied from parent buffer.
5899
5900 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
5901
5902 * term/ns-win.el (ns-read-file-name): Update declaration to match
5903 nsfns.m.
5904 (ns-respond-to-change-font): Change fontsize separately so we are sure
5905 it is set when font is acted upon.
5906
5907 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5908
5909 Enhancements to indentation.
5910 * progmodes/python.el (python-indent-context): Give priority to
5911 inside-string context. Make comments indentation markers.
5912 (python-indent-region): Do not mess with strings, unless it's the
5913 enclosing set of quotes.
5914
5915 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * window.el (internal--before-save-selected-window)
5918 (internal--after-save-selected-window): New functions extracted from
5919 save-selected-window. Make sure we return the `alist' we construct.
5920 (save-selected-window): Use them.
5921
5922 * textmodes/tex-mode.el (tex-recenter-output-buffer):
5923 Use with-selected-window.
5924
5925 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5926 forms that define macros (bug#12593).
5927
5928 2012-10-07 Kenichi Handa <handa@gnu.org>
5929
5930 * international/mule-conf.el (compound-text-with-extensions):
5931 Add :mime-charset property as x-ctext.
5932
5933 2012-10-07 Stefan Merten <smerten@oekonux.de>
5934
5935 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5936 (rst-indent-literal-normal, rst-indent-literal-minimized)
5937 (rst-indent-comment): Correct :version tag.
5938 (rst-official-cvs-rev): Correct version string.
5939
5940 2012-10-07 Glenn Morris <rgm@gnu.org>
5941
5942 * mail/rmailmm.el (rmail-mime-process-multipart):
5943 Do not confuse a multipart message with an epilogue
5944 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
5945
5946 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5947
5948 Fix shell output retrieval and comint-prompt-regexp init.
5949 * progmodes/python.el (inferior-python-mode):
5950 (python-shell-make-comint): Fix initialization of
5951 comint-prompt-regexp from copied file local variables.
5952 (python-shell-fetched-lines): Remove var.
5953 (python-shell-output-filter-in-progress): Rename from
5954 python-shell-fetch-lines-in-progress.
5955 (python-shell-output-filter-buffer): Rename from
5956 python-shell-fetch-lines-string.
5957 (python-shell-fetch-lines-filter): Delete function.
5958 (python-shell-output-filter): New function.
5959 (python-shell-send-string-no-output): Use them.
5960
5961 2012-10-07 Glenn Morris <rgm@gnu.org>
5962
5963 * hi-lock.el (hi-lock-process-phrase):
5964 Try to make it less fragile. (Bug#7161)
5965
5966 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5967
5968 2012-10-06 Glenn Morris <rgm@gnu.org>
5969
5970 * ehelp.el (electric-help-mode): Use help-mode rather than
5971 non-existent mode `help'.
5972 (electric-help-map): Use button-buffer-map. (Bug#10917)
5973
5974 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5975 (reftex-create-bibtex-footer): Fix custom types.
5976
5977 * progmodes/sh-script.el (sh-indent-after-continuation):
5978 Add explicit :group.
5979
5980 * textmodes/rst.el (rst-preferred-decorations)
5981 (rst-shift-basic-offset): Clarify obsolescence versions.
5982
5983 * profiler.el (profiler): Add missing group :version tag.
5984 * avoid.el (mouse-avoidance-banish-position):
5985 * proced.el (proced-renice-command):
5986 * calc/calc.el (calc-ensure-consistent-units):
5987 * calendar/icalendar.el (icalendar-import-format-uid):
5988 * net/tramp.el (tramp-save-ad-hoc-proxies):
5989 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5990 * progmodes/flymake.el (flymake-error-bitmap)
5991 (flymake-warning-bitmap, flymake-fringe-indicator-position):
5992 * progmodes/sh-script.el (sh-indent-after-continuation):
5993 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
5994 (verilog-before-save-font-hook, verilog-after-save-font-hook):
5995 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
5996 (vhdl-array-index-record-field-in-sensitivity-list)
5997 (vhdl-indent-comment-like-next-code-line):
5998 * textmodes/reftex-vars.el (reftex-ref-style-alist)
5999 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6000 (reftex-cite-key-separator, reftex-create-bibtex-header)
6001 (reftex-create-bibtex-footer):
6002 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6003 (rst-indent-literal-normal, rst-indent-literal-minimized)
6004 (rst-indent-comment): Add missing custom :version tags.
6005
6006 * calendar/timeclock.el (timeclock-modeline-display):
6007 Add missing obsolete alias for renamed user option.
6008
6009 * strokes.el (strokes-modeline-string):
6010 * emulation/crisp.el (crisp-mode-modeline-string):
6011 * eshell/esh-mode.el (eshell-status-in-modeline):
6012 Aliases to defcustoms must come before the defcustom.
6013
6014 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6015 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6016 (cal-tex-cursor-week-monday): Doc fixes.
6017 (cal-tex-cursor-week2-summary): Doc fix.
6018 Rename from cal-tex-cursor-week-at-a-glance.
6019
6020 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6021 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6022
6023 * calendar/calendar.el (calendar-mode-map):
6024 Add cal-tex-cursor-week2-summary.
6025
6026 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6029
6030 * subr.el (read-passwd-map): New var.
6031 (read-passwd): Use `read-string' again.
6032 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6033
6034 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6035
6036 * register.el (append-to-register, prepend-to-register):
6037 Deactivate mark, as does `copy-to-register' (bug#12389).
6038
6039 2012-10-06 Chong Yidong <cyd@gnu.org>
6040
6041 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6042
6043 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6044
6045 * international/characters.el: Fix simple mistake ((car chars) ->
6046 elt), delete duplicated code.
6047
6048 2012-10-06 Glenn Morris <rgm@gnu.org>
6049
6050 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6051
6052 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6053
6054 * color.el (color-hsl-to-rgb): Fix incorrect results for
6055 small and large hue values. (Bug#12559)
6056
6057 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
6058
6059 Enhancements to docstring formatting when filling paragraphs.
6060 * progmodes/python.el (python-fill-docstring-style): Rename from
6061 python-fill-string-style. Added new style.
6062 (python-fill-string): Use new style. Better checks for
6063 docstrings.
6064
6065 2012-10-05 Glenn Morris <rgm@gnu.org>
6066
6067 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6068
6069 * color.el (color-name-to-rgb, color-rgb-to-hex)
6070 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6071 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6072 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6073 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6074
6075 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6076
6077 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6078
6079 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6080 to get the correct size across symlinks.
6081
6082 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6083
6084 2012-10-04 Juri Linkov <juri@jurta.org>
6085
6086 * replace.el (query-replace-interactive): Declare obsolete.
6087 (query-replace-read-from): Add the last incremental search string
6088 to the list of default values accessible via M-n.
6089 (map-query-replace-regexp): Use `read-regexp'.
6090 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6091 (map-query-replace-regexp, replace-string, replace-regexp):
6092 Fix docstrings to replace mentions of `query-replace-interactive'
6093 with alternatives. (Bug#12526)
6094
6095 2012-10-04 Juri Linkov <juri@jurta.org>
6096
6097 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6098 (dired-pop-to-buffer): Declare obsolete.
6099 (dired-mark-pop-up): Doc fix.
6100
6101 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
6102
6103 Allow user to set docstring style for fill-paragraph.
6104 * progmodes/python.el
6105 (python-fill-comment-function, python-fill-string-function)
6106 (python-fill-decorator-function, python-fill-paren-function):
6107 Remove :safe for defcustoms.
6108 (python-fill-string-style): New defcustom
6109 (python-fill-paragraph-function): Enhance context detection.
6110 (python-fill-string): Honor python-fill-string-style settings.
6111
6112 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6113
6114 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6115 after setting its buffer (Bug#10805).
6116
6117 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
6118
6119 Fix cornercase for string syntax.
6120 * progmodes/python.el (python-syntax-propertize-function):
6121 Simplify and enhance the regexp for unescaped quotes. Now it also
6122 matches quotes in weird situations like the single quote in
6123 "something\"'".
6124 (python-syntax-stringify): Simplify num-quotes detecting code.
6125
6126 2012-10-03 Glenn Morris <rgm@gnu.org>
6127
6128 * help-macro.el (three-step-help):
6129 Revert 2012-09-29 change. (Bug#12567)
6130
6131 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6132
6133 * menu-bar.el (kill-this-buffer): Don't do anything when
6134 `menu-frame' is not alive or visible (Bug#8184).
6135
6136 * emacs-lisp/debug.el (debug): When quitting the debugger window
6137 restore current buffer (Bug#12502).
6138
6139 2012-10-02 Chong Yidong <cyd@gnu.org>
6140
6141 * progmodes/hideif.el (hif-lookup, hif-defined):
6142 Handle semantic-c-takeover-hideif.
6143
6144 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6145
6146 Change sampling interval units from ms to ns.
6147 * profiler.el (profiler-sampling-interval): Change units
6148 from ms to ns, multiplying the default by 1000000 so that
6149 it remains 1 ms.
6150 (profiler-report-cpu-line-format): Give enough room for
6151 the maximum counters on 64-bit hosts.
6152 (profiler-report-render-calltree-1): Call them "CPU samples",
6153 not "Time (ms)", since they are not milliseconds now (and
6154 never really were).
6155
6156 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6157
6158 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6159 Fix querying BBDB for entries without a last name (Bug#11580).
6160
6161 2012-10-02 Chong Yidong <cyd@gnu.org>
6162
6163 * emacs-lisp/eieio.el: Restore Version header.
6164
6165 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * vc/diff-mode.el (diff--auto-refine-data): New var.
6168 (diff-hunk): Use it to delay refinement.
6169 (diff-mode): Remove overlays when we turn off font-lock.
6170
6171 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6172 (table-initialize-table-fixed-width-mode)
6173 (table-set-table-fixed-width-mode): Remove functions.
6174 (table-command-list): Move initialization into declaration.
6175 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6176 (table-with-cache-buffer): Use `declare'.
6177 (table-span-cell): Simplify via CSE.
6178 (table-fixed-width-mode): Use define-minor-mode.
6179 (table-call-interactively, table-funcall, table-apply): Remove.
6180 (table-function): New function, to replace them.
6181
6182 * bookmark.el (bookmark-search-pattern): Remove var.
6183 (bookmark-read-search-input): Remove function.
6184 (bookmark-bmenu-search): Reimplement using a minibuffer.
6185
6186 * faces.el (modeline): Remove obsolete face name.
6187
6188 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6189 and give a non-nil default value.
6190 (add-change-log-entry): Simplify accordingly.
6191
6192 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6193
6194 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6195 (vc-git-log-edit-toggle-amend): New function.
6196 (vc-git-log-edit-toggle-signoff): New function.
6197 (vc-git-log-edit-mode): New major mode.
6198 (vc-git-log-edit-mode-map): Keymap for it.
6199 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6200
6201 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6202 header names.
6203 (log-edit-toggle-header): New function.
6204 (log-edit-extract-headers): Accept function values in HEADERS alist.
6205
6206 2012-10-01 David Engster <deng@randomsample.de>
6207
6208 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6209 from symbol property and change message to be more consistent with
6210 Emacs proper.
6211 (eieio-describe-generic): Add filename for each implementation.
6212 Fix indices for generic and normal methods.
6213 (eieio-method-def, eieio-class-def): New buttons.
6214 (eieio-help-find-method-definition)
6215 (eieio-help-find-class-definition): New functions.
6216 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6217 class, constructor and method definitions.
6218
6219 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6220 information in symbol property.
6221 (scoped-class): Remove.
6222 (eieio-slot-name-index, call-next-method): Check if it is bound.
6223
6224 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6225
6226 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6227 (eieio-custom-mode): New major mode.
6228 (eieio-customize-object): Use it.
6229
6230 2012-10-01 Eric Ludlam <zappo@gnu.org>
6231
6232 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6233 specifying the expected class, and whether subclassing is allowed.
6234 (eieio-persistent-convert-list-to-object):
6235 (eieio-persistent-validate/fix-slot-value)
6236 (eieio-persistent-slot-type-is-class-p): New functions.
6237 (eieio-named::slot-missing): Doc fix.
6238
6239 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6240 Stop using unused publd variable.
6241
6242 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6243 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6244 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6245 (eieio-speedbar-handle-click): Do not specify a class for the
6246 method. Fixes method invocation order problems with EDE.
6247
6248 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6251 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6252
6253 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6254
6255 * bookmark.el (bookmark-version-control): Give tags in the
6256 :type choices (Bug#12309), and improve doc string.
6257 (bookmark-write-file): Bind `print-circle' to `t' to allow
6258 circular custom bookmark types. (Bug#12503)
6259
6260 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6261
6262 Revert the FOLLOW-SYMLINKS change for file-attributes.
6263 * files.el (remote-file-name-inhibit-cache, after-find-file):
6264 * time.el (display-time-file-nonempty-p): Undo last change.
6265
6266 * profiler.el (profiler-sampling-interval): Change default back to 1.
6267 See Stefan Monnier in
6268 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6269
6270 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6271
6272 Shell output catching a la gud-gdb.
6273 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6274 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6275 New Vars.
6276 (python-shell-fetch-lines-filter): New function.
6277 (python-shell-send-string-no-output): Use them.
6278
6279 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6280
6281 * profiler.el (profiler-sampling-interval): Rename from
6282 profiler-sample-interval.
6283 (profiler-sampling-interval): Default to 10.
6284 (profiler-find-profile): New command (was profiler-find-log).
6285 (profiler-find-profile-other-window): New command.
6286 (profiler-find-profile-other-frame): New command.
6287 (profiler-profile): Introduce API-level data structure.
6288
6289 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6290
6291 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6292 * files.el (remote-file-name-inhibit-cache):
6293 * time.el (display-time-file-nonempty-p): Use it.
6294 * files.el (after-find-file): Don't chase links before calling
6295 file-exists-p, as file-exists-p already does the right thing.
6296
6297 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6298
6299 Merge from standalone RefTeX repository.
6300
6301 The following ChangeLog entries are shortened versions of the
6302 original ones with file paths adapted. A not so strongly edited
6303 version of the original ChangeLog can be found in the commit log.
6304
6305 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6306 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6307 Correctly handle new value type returned by `reftex-citation'.
6308
6309 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6310 that entries with whitespace at various places are found.
6311 Doc fix. Include entries that are cross-referenced from cited entries.
6312 Include @String definitions in the resulting bib file. Add header
6313 and footer defined in `reftex-create-bibtex-header' and
6314 `reftex-create-bibtex-footer'.
6315 (reftex-do-citation): Make it possible again to insert
6316 non-existent entries. Save match data when asking for optional
6317 arguments. Return all keys, not just the first one.
6318 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6319 all citations in the same line.
6320 (reftex-parse-bibtex-entry): Accept additional optional argument
6321 `raw' and keep quotes or braces if it is non-nil. Match fields
6322 containing hyphens besides word constituents.
6323 (reftex-get-string-refs): New function.
6324 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6325 and ask if it should be reread in case it did.
6326 (reftex-pop-to-bibtex-entry)
6327 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6328 entries with spaces or tabs in front of arguments.
6329 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6330 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6331 Match entries containing numbers and symbol constituents.
6332 (reftex-do-citation, reftex-figure-out-cite-format):
6333 Use `reftex-cite-key-separator'.
6334
6335 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6336 (reftex-mouse-view-crossref): Explain why point is set.
6337
6338 * textmodes/reftex-global.el: Whitespace changes.
6339
6340 * textmodes/reftex-index.el: Move provide statement to end of
6341 file.
6342 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6343 (reftex-index-visit-phrases-buffer): Set marker when visiting
6344 buffer. This allows for returning from the phrases file to the
6345 file one was just editing instead of the file where the last
6346 phrases was added from.
6347 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6348 punctuation syntax as it usually is not used as string quote in
6349 TeX-related modes and may occur unmatched. The change also
6350 prevents fontification of quoted content.
6351 (reftex-index-phrases-mode): Use it.
6352
6353 * textmodes/reftex-parse.el (reftex-parse-from-file):
6354 Move backward one char if a `\' was matched after a section macro.
6355 (reftex-parse-from-file): Use beginning of match instead of end as
6356 bound.
6357
6358 * textmodes/reftex-ref.el: Adapt creation of
6359 `reftex-<package>-<macro>' functions to new structure of
6360 `reftex-ref-style-alist'.
6361 (reftex-reference): Use `reftex-ref-style-list' function.
6362 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6363 reference macro if `reftex-ref-macro-prompt' is non-nil.
6364 (reftex-reference): Pass refstyle to `reftex-format-special'.
6365 Determine reference macro by looking at
6366 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6367 Use only one special format function.
6368 (reftex-varioref-vref, reftex-fancyref-fref)
6369 (reftex-fancyref-Fref): Remove definitions. The functions are now
6370 generated from `reftex-ref-style-alist'.
6371 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6372 Remove.
6373 (reftex-format-special): New function.
6374
6375 * textmodes/reftex-sel.el
6376 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6377 of `reftex-ref-style-alist'. Remove code for testing macro type.
6378 (reftex-select-toggle-varioref)
6379 (reftex-select-toggle-fancyref): Remove.
6380 (reftex-select-cycle-ref-style-internal)
6381 (reftex-select-cycle-ref-style-forward)
6382 (reftex-select-cycle-ref-style-backward): New functions.
6383 (reftex-select-label-map): Use `v' and `V' for general cycling
6384 through reference styles. Add `p' for switching between number
6385 and page reference types.
6386
6387 * textmodes/reftex-toc.el (reftex-re-enlarge):
6388 Call `enlarge-window' only if there is something to do because in Emacs
6389 the horizontal version throws an error even if the parameter is 0.
6390
6391 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6392 (reftex-plug-into-AUCTeX): Doc fix.
6393 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6394 string. Adapt to new name.
6395 (reftex-ref-style-alist): Change structure so that it is not
6396 possible to use multiple different package names within a style.
6397 Remove the symbols for symbols for macro type distinction.
6398 Add characters for macro selection.
6399 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6400 (reftex-create-bibtex-footer): New variables.
6401 (reftex-format-ref-function): Mention third argument of special
6402 format function.
6403 (reftex-ref-style-alist, reftex-ref-style-default-list):
6404 New variables.
6405 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6406 to new implementation. Mark as obsolete. Add compatibility code
6407 for honoring the variable values in case they are set.
6408 (reftex-cite-format-builtin, reftex-bibliography-commands):
6409 Add support for ConTeXt.
6410 (reftex-format-ref-function, reftex-format-cite-function):
6411 Fix custom type.
6412 (reftex-cite-key-separator): New variable.
6413
6414 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6415 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6416 `reftex-syntax-table' because parens have to retain their paren
6417 syntax in order for parsing of BibTeX entries like @book(...) to
6418 work.
6419 (reftex-in-comment): Do not error out if `comment-start-skip' is
6420 not set. Deal correctly with escaped comment characters.
6421 (reftex-tie-multifile-symbols): Add doc string.
6422 Initialize `reftex-ref-style-list'.
6423 (reftex-untie-multifile-symbols): Add doc string.
6424 (reftex-add-index-macros): Doc fix.
6425 (reftex-ref-style-activate, reftex-ref-style-toggle)
6426 (reftex-ref-style-list): New functions.
6427 (reftex-mode-menu): Use them. Adapt to new structure of
6428 `reftex-ref-style-alist'.
6429 (reftex-select-with-char): Kill the RefTeX Select buffer when
6430 done.
6431 (reftex-remove-if): New function.
6432 (reftex-erase-all-selection-and-index-buffers)
6433 (reftex-mode-menu): Reference styles are now computed from
6434 `reftex-ref-style-alist'. Fix typo.
6435 (reftex-report-bug): New function.
6436 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6437 algorithms with O(n log n). Introduce optional argument SORT (not
6438 yet used).
6439
6440 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6441
6442 Enhancements for triple-quote string syntax.
6443 * progmodes/python.el (python-syntax-propertize-function):
6444 Match both quote cases in one regexp.
6445 (python-syntax-stringify): Handle matches properly.
6446
6447 2012-09-30 Juri Linkov <juri@jurta.org>
6448
6449 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6450 to nil around the call to `insert' to prevent
6451 directory time modification by lock_file. (Bug#2295)
6452 * tar-mode.el (tar-summarize-buffer): Idem.
6453
6454 2012-09-30 Juri Linkov <juri@jurta.org>
6455
6456 * facemenu.el (list-colors-sort): Add option "Luminance".
6457 (list-colors-sort-key): Implement it.
6458
6459 * vc/diff-mode.el (diff-refine-removed):
6460 * vc/ediff-init.el (ediff-fine-diff-A):
6461 * vc/smerge-mode.el (smerge-refined-removed):
6462 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6463
6464 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6465
6466 * term/ns-win.el (x-file-dialog): New function.
6467
6468 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6469
6470 * ido.el (ido-max-directory-size): Default to nil; the current
6471 default is small for POSIX systems, and impractical on Windows 7
6472 now that lstat returns directory sizes for NTFS.
6473
6474 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6475
6476 In buffer display functions handle window-height/window-width
6477 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6478 * window.el (window--display-buffer): New argument ALIST.
6479 Obey window-height and window-width alist entries.
6480 (window--try-to-split-window): New argument ALIST.
6481 Bind window-combination-limit to t when the window's size shall be
6482 changed and window-combination-limit equals `window-size'.
6483 (display-buffer-in-atom-window)
6484 (display-buffer-in-major-side-window)
6485 (display-buffer-in-side-window, display-buffer-same-window)
6486 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6487 (display-buffer-pop-up-window, display-buffer-below-selected)
6488 (display-buffer-at-bottom, display-buffer-in-previous-window)
6489 (display-buffer-use-some-window): Adjust all callers of
6490 window--display-buffer and window--try-to-split-window.
6491 (fit-frame-to-buffer): New option.
6492 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6493 is non-nil.
6494 (display-buffer-in-major-side-window): Evaluate window-height /
6495 window-width alist entries.
6496
6497 * help.el (temp-buffer-resize-frames)
6498 (temp-buffer-resize-regexps): Remove options.
6499 (temp-buffer-resize-mode): Adjust doc-string.
6500 (resize-temp-buffer-window): Don't consult
6501 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6502 temp-buffer-resize-frames.
6503
6504 * dired.el (dired-mark-pop-up):
6505 Call display-buffer-below-selected with a fit-window-to-buffer alist
6506 entry.
6507
6508 2012-09-30 Chong Yidong <cyd@gnu.org>
6509
6510 * server.el (server-host): Document the security implications.
6511 (server-auth-key): Doc fix.
6512
6513 * startup.el (initial-buffer-choice): Doc fix.
6514
6515 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6516
6517 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6518 restriction change.
6519
6520 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6521
6522 * help-fns.el (help-fns--obsolete): Fix last change.
6523
6524 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6527 (minor-mode-map-alist): Remove redundant code.
6528
6529 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6530 visited in a buffer.
6531 (cvs-insert-visited-file): New function.
6532 (find-file-hook): Use it.
6533
6534 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6535
6536 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6537 chose face.
6538 (log-edit-empty-buffer-p): Don't require a space after a header.
6539
6540 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6541
6542 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6543
6544 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6545 a proper minor-mode.
6546
6547 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6548
6549 2012-09-29 Glenn Morris <rgm@gnu.org>
6550
6551 * winner.el (winner-mode): Remove variable (let define-minor-mode
6552 handle it).
6553 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6554 Doc fixes.
6555 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6556 (winner-mode): Use define-minor-mode.
6557
6558 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6559 the full definition in loaddefs, rather than duplicating it.
6560
6561 * help-macro.el (three-step-help): No need to autoload defcustom.
6562
6563 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6564 (inferior-lisp-program, inferior-lisp-load-command)
6565 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6566 No need to autoload defcustoms.
6567
6568 * hippie-exp.el (hippie-expand-try-functions-list)
6569 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6570 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6571 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6572 (hippie-expand-only-buffers): No need to autoload defcustoms.
6573 * progmodes/vhdl-mode.el (vhdl-line-expand):
6574 Explicitly load hippie-exp, so it does not get autoloaded
6575 while hippie-expand-try-functions-list is let-bound.
6576
6577 2012-09-28 Glenn Morris <rgm@gnu.org>
6578
6579 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6580
6581 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6582 Only "cl.el" counts as cl these days.
6583
6584 2012-09-28 Juri Linkov <juri@jurta.org>
6585
6586 Display archive errors in the echo area instead of inserting
6587 to the file buffer.
6588
6589 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6590 to STDERR-TEST that can be a regexp matching a successful output.
6591 Create a temporary file and redirect stderr to it. Search for
6592 STDERR-TEST in the stderr output and display it in the echo area
6593 if no match is found.
6594 (archive-extract-by-file): New function like
6595 `archive-extract-by-stdout' but extracting archives to files
6596 and looking for successful matches in stdout. Function body is
6597 mostly copied from `archive-rar-extract'.
6598 (archive-rar-extract): Use `archive-extract-by-file'.
6599 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6600
6601 2012-09-28 Leo Liu <sdl.web@gmail.com>
6602
6603 * pcomplete.el (pcomplete-show-completions):
6604 Use minibuffer-message to make pcomplete usable in minibuffer.
6605
6606 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6607
6608 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * type-break.el: Use lexical-binding.
6611 (type-break-mode): Use define-minor-mode.
6612
6613 * emacs-lisp/pcase.el (pcase--mark-used): New.
6614 (pcase--u1): Use it (bug#12512).
6615
6616 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6617 in load-history with the right file name.
6618
6619 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6620
6621 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6622 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6623 (doc-view-get-bounding-box): Make bounding box slicing work for
6624 ODF and DVI documents.
6625
6626 2012-09-28 Glenn Morris <rgm@gnu.org>
6627
6628 * type-break.el (type-break-mode, type-break-interval)
6629 (type-break-good-rest-interval, type-break-keystroke-threshold):
6630 No need to autoload.
6631 (type-break-good-rest-interval, type-break-keystroke-threshold):
6632 Add :set-after.
6633
6634 2012-09-28 Chong Yidong <cyd@gnu.org>
6635
6636 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6637 Add :version tag.
6638
6639 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6642
6643 2012-09-27 Glenn Morris <rgm@gnu.org>
6644
6645 * faces.el (x-display-name): Declare (for without-x builds).
6646
6647 * linum.el (linum-format): Don't autoload it. Improve :type.
6648
6649 * progmodes/tcl.el: Don't require outline when compiling.
6650 (outline-regexp, outline-level): Declare.
6651 * textmodes/sgml-mode.el: Don't require outline when compiling.
6652 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6653
6654 * term.el (term-ansi-reset):
6655 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6656
6657 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6658 files for RCS and SCCS. (Bug#9781)
6659
6660 2012-09-27 Chong Yidong <cyd@gnu.org>
6661
6662 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6663 change; value should be t.
6664
6665 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * image-mode.el: Use lexical-binding.
6668 (image-mode-winprops): Use t to stand for the window of
6669 a buffer that's not displayed.
6670 * doc-view.el (doc-view-new-window-function): Handle the new
6671 t in winprops.
6672 (doc-view-enlarge): Make it a real nop if the size is not changed.
6673 (doc-view-display): Handle the case where the buffer is not (yet?)
6674 displayed in any window.
6675 (doc-view-saved-settings): New var.
6676 (doc-view-mode): Use it.
6677 (doc-view-fallback-mode): Set it.
6678
6679 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6680 Set lexical-binding.
6681 (minibuffer-eldef-shorten-default): New var.
6682 (minibuffer-default-in-prompt-regexps): Use it for new default.
6683 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6684
6685 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6686
6687 * international/uni-bidi.el:
6688 * international/uni-category.el:
6689 * international/uni-name.el:
6690 * international/uni-numeric.el: Regenerate.
6691
6692 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6693 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * profiler.el: New file.
6696
6697 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6700 (testcover-reinstrument): Simplify with CSE.
6701
6702 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6703
6704 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6705
6706 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6707
6708 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6709 (verilog-auto-input, verilog-auto-insert-lisp)
6710 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6711 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6712 (verilog-auto-unused, verilog-auto-wire)
6713 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6714 newline. Reported by Andrew Jones.
6715 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6716 Reported by Brad Dobbie.
6717 (verilog-batch-delete-trailing-whitespace):
6718 Create verilog-batch-delete-trailing-whitespace.
6719 Reported by Brad Dobbie.
6720 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6721 parameters from another module. Reported by Dan Katz.
6722 (verilog-auto, verilog-auto-assign-modport)
6723 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6724 AUTOINOUTMODPORT for UVM interface module shell generation.
6725 Reported by Brad Dobbie.
6726 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6727 standard behavior.
6728 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6729 Reported by Matt Martin.
6730
6731 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6732
6733 * window.el (window--resize-child-windows): When resizing child
6734 windows proportionally, process them in reverse order to
6735 preserve the "when splitting a window the new one gets the odd
6736 line" behavior.
6737 (window--resize-root-window-vertically): When resizing the
6738 minibuffer window try to affect only windows at the bottom of the
6739 frame. (Bug#12419)
6740
6741 2012-09-25 Chong Yidong <cyd@gnu.org>
6742
6743 * subr.el (declare): Doc fix.
6744
6745 * help-fns.el (help-fns--obsolete): Handle macros properly.
6746
6747 2012-09-25 Chong Yidong <cyd@gnu.org>
6748
6749 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6750 this function obsolete.
6751
6752 * calendar/cal-x.el (calendar-two-frame-setup)
6753 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6754 * calendar/calendar.el (american-calendar, european-calendar)
6755 (calendar-for-loop):
6756 * comint.el (comint-dynamic-simple-complete)
6757 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6758 * desktop.el (desktop-load-default):
6759 * dired-x.el (dired-omit-here-always)
6760 (dired-hack-local-variables, dired-default-directory):
6761 * emacs-lisp/derived.el (derived-mode-class):
6762 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6763 * emacs-lock.el (toggle-emacs-lock):
6764 * epa.el (epa-display-verify-result):
6765 * epg.el (epg-sign-keys, epg-start-sign-keys)
6766 (epg-passphrase-callback-function):
6767 * eshell/esh-util.el (eshell-for):
6768 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6769 (eshell-add-to-window-buffer-names):
6770 * files.el (locate-file-completion):
6771 * imenu.el (imenu-example--create-c-index)
6772 (imenu-example--create-lisp-index)
6773 (imenu-example--lisp-extract-index-name)
6774 (imenu-example--name-and-position):
6775 * international/mule-cmds.el (princ-list):
6776 * international/mule-diag.el (decode-codepage-char):
6777 * international/mule-util.el (detect-coding-with-priority):
6778 * iswitchb.el (iswitchb-read-buffer):
6779 * mail/mailalias.el (mail-complete):
6780 * mail/sendmail.el (mail-sent-via):
6781 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6782 (mouse-major-mode-menu):
6783 * password-cache.el (password-read-and-add):
6784 * pcomplete.el (pcomplete-parse-comint-arguments):
6785 * progmodes/sh-script.el (sh-maybe-here-document):
6786 * replace.el (query-replace-regexp-eval):
6787 * savehist.el (savehist-load):
6788 * simple.el (choose-completion-delete-max-match):
6789 * term.el (term-dynamic-simple-complete):
6790 * vc/ediff-init.el (ediff-check-version):
6791 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6792 * vc/vc.el (vc-diff-switches-list):
6793 * view.el (view-return-to-alist-update): Likewise.
6794
6795 * subr.el (eval-next-after-load, makehash, insert-string)
6796 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6797 mark obsolete.
6798 (mode-line-inverse-video): Variable deleted.
6799
6800 * international/mule-util.el (string-to-sequence): Remove.
6801
6802 * calendar/calendar.el (calendar-version):
6803 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6804 (icalendar-convert-diary-to-ical):
6805 * cus-edit.el (custom-mode):
6806 * ansi-color.el (ansi-color-unfontify-region):
6807 * international/latin1-disp.el (latin1-char-displayable-p):
6808 * progmodes/cwarn.el (turn-on-cwarn-mode):
6809 * progmodes/which-func.el (which-func-update-1):
6810 Use define-obsolete-function-alias.
6811
6812 * net/newst-backend.el (newsticker-cache-filename):
6813 * net/newst-treeview.el (newsticker-groups-filename):
6814 Fix incorrect obsolescence declaration.
6815
6816 * allout.el (allout-passphrase-hint-string): Likewise.
6817 (allout-init): Use a declare form to mark obsolete.
6818
6819 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6820 this applies to functions.
6821
6822 * iswitchb.el (iswitchb-read-buffer): Move code of
6823 iswitchb-define-mode-map here, and delete that obsolete function.
6824
6825 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6826 font-lock-reference-face.
6827
6828 2012-09-25 Glenn Morris <rgm@gnu.org>
6829
6830 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6831 Doc fixes.
6832
6833 * eshell/em-term.el (eshell-term-name):
6834 Default to term-term-name. (Bug#12485)
6835
6836 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6837
6838 * progmodes/python.el (python-shell-send-buffer): Better handling
6839 of "if __name__ == '__main__':" conditionals when sending the buffer.
6840
6841 2012-09-24 Glenn Morris <rgm@gnu.org>
6842
6843 * eshell/esh-cmd.el (eshell-find-alias-function):
6844 Tighten up file-name regexp. (Bug#12499)
6845
6846 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6847
6848 Enhancements for triple-quote string syntax.
6849 * progmodes/python.el (python-quote-syntax): Remove.
6850 (python-syntax-propertize-function): New value.
6851 (python-syntax-count-quotes, python-syntax-stringify):
6852 New functions.
6853
6854 2012-09-24 Chong Yidong <cyd@gnu.org>
6855
6856 * mail/supercite.el (sc-version): Remove obsolete function.
6857 (sc-describe): Don't mark as obsolete, since it is bound.
6858 (sc-submit-bug-report): Remove.
6859
6860 * vc/log-edit.el (cvs-changelog-full-paragraphs)
6861 (cvs-commit-buffer-require-final-newline): Remove.
6862 (log-edit-require-final-newline)
6863 (log-edit-changelog-full-paragraphs): Default to t.
6864
6865 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6866 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6867 * vc/vc.el (vc-checkout-carefully): Likewise.
6868
6869 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6870 (emerge-version): Remove.
6871
6872 * progmodes/compile.el (compile-internal): Remove.
6873 (compilation-parse-errors-function): Fix typo.
6874
6875 * international/mule.el (set-char-table-default): Remove.
6876 (set-coding-priority, make-coding-system, generic-char-p)
6877 (charset-list, charset-bytes, charset-id): Use declare to mark
6878 functions as obsolete.
6879
6880 * vc/pcvs-defs.el (cvs-buffer-name-alist)
6881 (cvs-invert-ignore-marks): Remove references to obsolete vars.
6882 * vc/vc-hooks.el (vc-default-registered): Don't use
6883 vc-master-templates.
6884
6885 * font-lock.el (font-lock-reference-face):
6886 Use define-obsolete-variable-alias.
6887
6888 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6889 * calendar/calendar.el (calendar-font-lock-keywords):
6890 * calendar/diary-lib.el (diary-font-lock-keywords)
6891 (diary-fancy-font-lock-keywords):
6892 * textmodes/reftex-sel.el (reftex-insert-docstruct):
6893 * textmodes/reftex-index.el (reftex-insert-index):
6894 * textmodes/reftex-cite.el (reftex-format-bib-entry):
6895 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6896 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6897 * progmodes/prolog.el (prolog-font-lock-keywords):
6898 * progmodes/idlwave.el (idlwave-idl-keywords):
6899 * progmodes/ada-mode.el (ada-font-lock-keywords):
6900 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6901
6902 2012-09-24 Glenn Morris <rgm@gnu.org>
6903
6904 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6905
6906 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
6907
6908 * progmodes/python.el (python-indent-line): More consistent cursor
6909 movement behavior.
6910
6911 2012-09-23 Stefan Merten <smerten@oekonux.de>
6912
6913 * textmodes/rst.el: Fix compiler warning.
6914
6915 2012-09-23 Roland Winkler <winkler@gnu.org>
6916
6917 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6918 Transcribe also LaTeX hyphenation.
6919 (bibtex-reformat): Bug fix. Do not quote twice the elements of
6920 bibtex-reformat-previous-options.
6921
6922 2012-09-23 Roland Winkler <winkler@gnu.org>
6923
6924 * proced.el (proced-renice-command): New variable.
6925 (proced-marked-processes): New function.
6926 (proced-with-processes-buffer): New macro.
6927 (proced-send-signal): Use them.
6928 (proced-renice): New command bound to r.
6929
6930 2012-09-23 Roland Winkler <winkler@gnu.org>
6931
6932 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6933 ibuffer-saved-filter-groups has one element, shortcut the call of
6934 completing-read. (Bug#12331)
6935
6936 2012-09-23 Chong Yidong <cyd@gnu.org>
6937
6938 * bindings.el (mode-line-toggle-read-only):
6939 * bs.el (bs-toggle-readonly):
6940 * buff-menu.el (Buffer-menu-toggle-read-only):
6941 * dired.el (dired-toggle-read-only):
6942 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6943
6944 2012-09-23 Chong Yidong <cyd@gnu.org>
6945
6946 * image.el (image-type-available-p): Adapt to init-image-library
6947 argument changes.
6948
6949 2012-09-22 Juri Linkov <juri@jurta.org>
6950
6951 * dired.el (dired-mode-map): Add [remap read-only-mode] for
6952 `dired-toggle-read-only'. (Bug#12462)
6953
6954 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6955
6956 * subr.el (temp-output-buffer-show): New function.
6957 (with-output-to-temp-buffer): Call temp-output-buffer-show
6958 instead of internal-temp-output-buffer-show.
6959
6960 2012-09-22 Chong Yidong <cyd@gnu.org>
6961
6962 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6963 (Bug#12462).
6964
6965 * repeat.el (repeat): Doc fix (Bug#12348).
6966
6967 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6968 (Bug#10909).
6969
6970 * simple.el (shell-command-on-region): Doc fix.
6971 (read-only-mode): Doc fix.
6972
6973 2012-09-22 Eli Zaretskii <eliz@gnu.org>
6974
6975 * emacs-lisp/timer.el (run-with-idle-timer)
6976 (timer-activate-when-idle): Warn against reinvoking an idle timer
6977 from within its own timer action. (Bug#12447)
6978
6979 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6980
6981 * cus-start.el (window-combination-limit): Add new optional
6982 values.
6983 * window.el (temp-buffer-window-show)
6984 (window--try-to-split-window): Handle new values of
6985 window-combination-limit (Bug#1806).
6986 (split-window): Test window-combination-limit for t instead of
6987 non-nil.
6988 (display-buffer-at-bottom): New buffer display action function.
6989 * help.el (temp-buffer-resize-regexps): New option.
6990 (temp-buffer-resize-mode): Rewrite doc-string.
6991 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
6992 Don't resize reused window. Suggested by Glenn Morris.
6993
6994 2012-09-22 Stefan Merten <smerten@oekonux.de>
6995
6996 * textmodes/rst.el: Revamp section title faces.
6997 (rst-official-version)
6998 (rst-package-emacs-version-alist): Sync with official version
6999 V1.4.0.
7000 (rst-faces-defaults, rst-set-level-default)
7001 (rst-level-face-max, rst-level-face-base-color)
7002 (rst-level-face-base-light, rst-level-face-format-light)
7003 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7004 (rst-adornment-faces-alist): Match new setup.
7005 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7006 (rst-level-5, rst-level-6): New faces.
7007
7008 2012-09-22 Chong Yidong <cyd@gnu.org>
7009
7010 * simple.el (undo): Handle indirect buffers (Bug#8207).
7011
7012 2012-09-21 Leo Liu <sdl.web@gmail.com>
7013
7014 IDO: Disable match re-ordering for buffer switching.
7015 * ido.el (ido-buffer-disable-smart-matches): New variable.
7016 (ido-set-matches-1): Use it. (Bug#2042)
7017
7018 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7019
7020 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7021 Fix 2011-05-17 change. (Bug#12418)
7022
7023 2012-09-21 Leo Liu <sdl.web@gmail.com>
7024
7025 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7026
7027 2012-09-21 Glenn Morris <rgm@gnu.org>
7028
7029 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7030 Be more robust about locating simple.el.
7031
7032 2012-09-21 Glenn Morris <rgm@gnu.org>
7033
7034 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7035
7036 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7037
7038 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7039
7040 2012-09-20 Juri Linkov <juri@jurta.org>
7041
7042 * replace.el (query-replace-read-from): Use `read-regexp' instead
7043 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7044 (occur-read-primary-args): Use `read-regexp' instead of
7045 `read-string'.
7046 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7047 `read-from-minibuffer'.
7048 * isearch.el (isearch-occur): Use `read-regexp' instead of
7049 `read-string'.
7050 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7051 `read-from-minibuffer'.
7052 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7053 of `read-string'. (Bug#7567)
7054
7055 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7056 and allow accepting a list of strings prepended to a list of
7057 standard default values. Doc fix. (Bug#12321)
7058
7059 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7060
7061 * replace.el (read-regexp): Don't add ": " when PROMPT already
7062 ends with a colon and space. (Bug#12321)
7063
7064 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7065
7066 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7067 error.
7068
7069 2012-09-20 Stefan Merten <smerten@oekonux.de>
7070
7071 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7072 Fixes feature request bug#11711.
7073 (rst-mode): Create `imenu-create-index-function'.
7074 (rst-get-stripped-line): Delete after refactoring.
7075 (rst-section-tree, rst-section-tree-rec)
7076 (rst-section-tree-point): Refactor and document properly.
7077 (rst-imenu-find-adornments-for-position)
7078 (rst-imenu-convert-cell, rst-imenu-create-index):
7079 New function.
7080
7081 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7084 (macroexp--expand-all): Use it.
7085 (macroexp--funcall-and-return): Remove by folding it into its sole
7086 caller (macroexp--warn-and-return).
7087 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7088 Use macroexp--obsolete-warning.
7089
7090 * calc/calc.el: Fix last change by removing the whole chunk, since it
7091 was only needed back when Calc was not bundled.
7092
7093 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7094
7095 * emacs-lisp/debug.el (debug): Restore assignment to
7096 debugger-old-buffer removed on 2012-09-08.
7097
7098 2012-09-20 Juri Linkov <juri@jurta.org>
7099
7100 * dired-aux.el (dired-diff): Remove (require 'diff) since
7101 `diff-latest-backup-file' is now autoloaded.
7102
7103 2012-09-20 Chong Yidong <cyd@gnu.org>
7104
7105 * vc/diff.el (diff-latest-backup-file): Autoload.
7106
7107 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * calc/calc.el: Remove redundant autoload shape check.
7110 (sel-mode): Don't defvar.
7111 (calc-get-stack-element): Add `sel-mode' arg instead.
7112 (calc-top, calc-top-list): Pass it this additional argument.
7113 * calc/calc-store.el (calc-store-map):
7114 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7115 (calc-map-equation, calc-outer-product, calc-inner-product):
7116 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7117
7118 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7119
7120 2012-09-19 Juri Linkov <juri@jurta.org>
7121
7122 * dired-aux.el (dired-diff): Add (require 'diff) because
7123 `diff-latest-backup-file' is not autoloaded.
7124 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7125 of `dired-get-filename' to t to not report error when there is
7126 no default file on the current line.
7127
7128 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7131 macroexp--eval-if-compile.
7132 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7133 (macroexp--expand-all): Use them (bug#12371).
7134
7135 * doc-view.el (doc-view-guess-paper-size)
7136 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7137
7138 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7139
7140 New feature: set optimal slice from BoundingBox information.
7141 * doc-view.el (doc-view-mode-map): Add keybinding.
7142 (doc-view-menu): Add menu entry.
7143 (doc-view-set-slice): Adapt docstring.
7144 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7145 (doc-view-scale-bounding-box)
7146 (doc-view-set-slice-from-bounding-box): New functions.
7147 (doc-view-paper-sizes): New defvar.
7148
7149 2012-09-19 Glenn Morris <rgm@gnu.org>
7150
7151 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7152 (byte-compile-log-warning): Autoload. (Bug#12371)
7153
7154 * calendar/calendar.el (calendar-american-month-header)
7155 (calendar-european-month-header, calendar-iso-month-header)
7156 (calendar-month-header): New options.
7157 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7158 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7159
7160 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7161
7162 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7163
7164 2012-09-18 Juri Linkov <juri@jurta.org>
7165
7166 * dired-aux.el (dired-diff): Restore original functionality of
7167 getting the default value, but keep new feature of using the
7168 latest existing backup file (`diff-latest-backup-file').
7169
7170 2012-09-18 Juri Linkov <juri@jurta.org>
7171
7172 * dired.el (dired-mark): If the region is active in Transient Mark
7173 mode, mark all files in the active region. Doc fix.
7174 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7175 Doc fix. (Bug#10624)
7176
7177 2012-09-18 Juri Linkov <juri@jurta.org>
7178
7179 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7180 attributes for M-n are pulled from the file at point.
7181 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7182 Suggested by Drew Adams. (Bug#10624)
7183
7184 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7185
7186 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7187 whitespace after "end".
7188 (ruby-do-end-to-brace): Collapse block to one line if it fits
7189 within fill-column.
7190
7191 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7192
7193 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7194 value.
7195 (debug): Don't remove debugger window when debugger is expected
7196 to be back.
7197
7198 2012-09-18 Chong Yidong <cyd@gnu.org>
7199
7200 * custom.el (defface): Doc fix.
7201
7202 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7203
7204 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7205
7206 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7207 to initialize query-on-exit; then test that instead (bug#12288).
7208
7209 2012-09-17 Stefan Merten <smerten@oekonux.de>
7210
7211 * textmodes/rst.el: Add support for `testcover'.
7212 (rst-defcustom-testcover, rst-testcover-add-compose)
7213 (rst-testcover-add-1value): New functions.
7214 (rst-portable-mark-active-p): Replace by `use-region-p'.
7215 (rst-update-section, rst-classify-adornment)
7216 (rst-find-title-line): Mark `1value' forms.
7217 (rst-classify-adornment): Remove superfluous form.
7218 (rst-update-section, rst-get-adornments-around)
7219 (rst-adornment-complete-p, rst-get-next-adornment)
7220 (rst-adjust, rst-promote-region)
7221 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7222 (rst-find-pfx-in-region, rst-section-tree-rec)
7223 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7224 (rst-toc-node, rst-toc, rst-forward-section)
7225 (rst-iterate-leftmost-paragraphs)
7226 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7227 (rst-bullet-list-region)
7228 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7229 (rst-compile-find-conf, rst-compile)
7230 (rst-repeat-last-character): Fix style.
7231
7232 2012-09-17 Chong Yidong <cyd@gnu.org>
7233
7234 * comint.el (comint--complete-file-name-data): Don't add a space
7235 if the status is `sole'; that adds a gratuitous space in the
7236 completion-cycling case (Bug#12092).
7237
7238 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7239
7240 2012-09-17 Richard Stallman <rms@gnu.org>
7241
7242 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7243 only in the mime-shown mode, not in raw mode.
7244 (rmail-mime): Toggle off mime by displaying the message without
7245 mime processing. (Bug#12305)
7246
7247 * mail/rmail.el (rmail-retry-failure):
7248 Turn off mime processing first. (Bug#12037)
7249
7250 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7251
7252 2012-09-17 Chong Yidong <cyd@gnu.org>
7253
7254 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7255 (shell-dynamic-complete-functions): Convert to defcustom.
7256 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7257
7258 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7259 * comint.el (comint-prompt-read-only):
7260 * custom.el (defcustom):
7261 * hi-lock.el (hi-lock-mode):
7262 * ibuffer.el (ibuffer-formats):
7263 * ielm.el (ielm-prompt-read-only):
7264 * novice.el (disable-command):
7265 * saveplace.el (toggle-save-place):
7266 * speedbar.el (speedbar-supported-extension-expressions):
7267 * startup.el (auto-save-list-file-prefix, init-file-user)
7268 (after-init-hook, inhibit-startup-echo-area-message):
7269 * strokes.el (strokes-help):
7270 * time-stamp.el (time-stamp):
7271 * calendar/calendar.el (calendar, diary-file):
7272 * calendar/diary-lib.el (diary-mail-entries, diary)
7273 (diary-list-entries-hook):
7274 * calendar/holidays.el (holidays, calendar-holidays):
7275 * calendar/lunar.el (lunar-phases):
7276 * calendar/solar.el (sunrise-sunset):
7277 * emulation/edt.el (edt-load-keys):
7278 * emulation/viper.el (viper-mode):
7279 * eshell/em-alias.el (eshell-command-aliases-list):
7280 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7281 * international/ogonek.el (ogonek-information):
7282 * net/tramp-cmds.el (tramp-bug):
7283 * net/quickurl.el (quickurl-reread-hook-postfix):
7284 * play/decipher.el (decipher-font-lock-keywords):
7285 * progmodes/cc-styles.el (c-set-style):
7286 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7287 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7288 * progmodes/octave-mod.el (octave-mode):
7289 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7290 * progmodes/verilog-mode.el (verilog-read-defines):
7291 * textmodes/two-column.el (2C-mode): Likewise.
7292
7293 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7294
7295 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7296 that holds many addresses.
7297
7298 2012-09-16 Chong Yidong <cyd@gnu.org>
7299
7300 * align.el (align-areas): Call the indication function with
7301 positions instead of markers for arguments (Bug#12343).
7302
7303 * files.el (parse-colon-path): Use split-string (Bug#12351).
7304
7305 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7306 (display-buffer-function): Mark as obsolete.
7307
7308 * progmodes/compile.el (compilation-parse-errors): Accept list
7309 values similar to font-lock-keywords (Bug#12136).
7310 Suggested by Oleksandr Manzyuk.
7311 (compilation-error-regexp-alist): Doc fix.
7312
7313 2012-09-15 Glenn Morris <rgm@gnu.org>
7314
7315 * version.el (emacs-bzr-version-bzr): New function.
7316 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7317
7318 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7319 checkouts, check the parent dirstate matches the branch.
7320 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7321 empty string.
7322
7323 * version.el (emacs-bzr-version): Doc fix.
7324 (emacs-bzr-version-dirstate): New function.
7325 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7326 is local try and check that it matches the branch. If not, just
7327 use dirstate information. (Bug#12441)
7328
7329 2012-09-14 Juri Linkov <juri@jurta.org>
7330
7331 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7332 (Bug#12399)
7333
7334 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7337
7338 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7339 Remove obsolete byte-compiler hack that tried to silence some warnings.
7340 (edebug-submit-bug-report): Remove.
7341 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7342 Remove aliases, use the un-prefixed name instead.
7343 (edebug-pop-to-buffer): Consider other frames.
7344 (edebug-original-read):: Make it more obvious that it's always defined.
7345 (edebug--make-form-data-entry, edebug--form-data-name)
7346 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7347 single-dashed name, and implement with cl-defstruct.
7348 (edebug-set-form-data-entry): Use the standard accessors.
7349 (edebug-make-top-form-data-entry): Use push.
7350 (edebug-no-match): Drop useless `funcall'.
7351 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7352 to functions.
7353 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7354 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7355 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7356 (easy-menu-define, with-custom-print): Remove redundant specs.
7357 (edebug-outside-overriding-local-map)
7358 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7359 (edebug--display): Bind unread-command-events directly to nil rather
7360 than binding it to unread-command-events and later setting it to nil.
7361 (edebug--display): Kill edebug-eval-buffer here...
7362 (edebug--recursive-edit): ...rather than here.
7363 Bind standard-output and standard-input.
7364 (edebug-eval): Check cl-macroexpand-all is fboundp.
7365 (edebug-temp-display-freq-count): Fix last change.
7366
7367 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7368 * subr.el (noreturn, 1value): Add `debug' spec.
7369 * emacs-lisp/advice.el: Require cl-lib.
7370 (ad-copy-tree): Remove, use copy-tree instead.
7371 (ad-dolist): Remove use dolist or cl-dolist instead.
7372 (ad-do-return): Remove, use cl-return instead.
7373 (defadvice): Add `debug' spec.
7374
7375 2012-09-13 Juri Linkov <juri@jurta.org>
7376
7377 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7378 (Bug#12399)
7379
7380 2012-09-13 Glenn Morris <rgm@gnu.org>
7381
7382 * calc/calc.el (math-compose-expr):
7383 * calc/calc-ext.el (math-compose-expr):
7384 * progmodes/cc-defs.el (cl-macroexpand-all):
7385 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7386 (cl-macroexpand-all): Update declarations.
7387
7388 * vc/vc.el: No need to require ediff.
7389 (ediff-load-version-control): Declare.
7390 (ediff-vc-internal): Fix declaration.
7391 (vc-version-ediff): Require ediff.
7392
7393 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7394
7395 Use a more backwards-compatible timer format (Bug#12430).
7396 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7397 being right after USECS, as that better supports old code that
7398 inadvisedly looked directly at the timer vector.
7399
7400 2012-09-13 Kenichi Handa <handa@gnu.org>
7401
7402 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7403 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7404 `coding-priority' property of these language environment.
7405
7406 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7407
7408 Fix glitches caused by addition of psec to timers (Bug#12430).
7409 * image.el (image-animate-timer):
7410 * time.el (display-time-world-timer):
7411 Use timer--function and timer--args rather than raw access to
7412 timer vector.
7413
7414 2012-09-13 Glenn Morris <rgm@gnu.org>
7415
7416 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7417 If not compiling a file, try using load-file-name.
7418
7419 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7422 Fix last change.
7423 (edebug-update-eval-list): Use `push'.
7424
7425 * emacs-lisp/edebug.el: Use lexical-binding.
7426 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7427 Mark unused args with underscore.
7428 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7429 (edebug-form-data): Use defvar-local.
7430 (edebug-make-before-and-after-form, edebug-make-after-form):
7431 Use backquote.
7432 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7433 Not dynamically scoped any more.
7434 (edebug--enter-trace): Add arguments `function' and `args'.
7435 Rename from edebug-enter-trace.
7436 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7437 (edebug--update-coverage): Add `after-index' and `value' args.
7438 Rename from edebug-update-coverage.
7439 (edebug-slow-after): Call it accordingly.
7440 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7441 edebug-recursive-edit.
7442 (edebug--display): Call it accordingly. Add args `value',
7443 `offset-index', and `arg-mode'. Rename from edebug-display.
7444 (edebug-debugger, edebug): Call it accordingly.
7445 (edebug-eval-display-list): Use dolist.
7446
7447 2012-09-12 Juri Linkov <juri@jurta.org>
7448
7449 * info.el (Info-search): Don't check for isearch-mode and
7450 isearch-regexp before let-binding search-spaces-regexp to
7451 Info-search-whitespace-regexp.
7452 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7453 search-whitespace-regexp if isearch-lax-whitespace or
7454 isearch-regexp-lax-whitespace is non-nil.
7455 (Info-mode): Don't set local variable search-whitespace-regexp.
7456 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7457
7458 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7461 (debugger-env-macro): Remove support for unread-command-char.
7462
7463 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7464 the temporary map re-appearing on emulation-mode-map-alists.
7465
7466 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7467 since 22.1.
7468
7469 * ehelp.el (with-electric-help): Accept functions in
7470 electric-help-form-to-execute.
7471 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7472 And replace unread-command-char -> unread-command-events.
7473
7474 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7475
7476 Sync with Tramp 2.2.6.
7477
7478 * net/tramp.el (tramp-accept-process-output): Don't use
7479 JUST-THIS-ONE in the XEmacs case.
7480
7481 * net/trampver.el: Update release number.
7482
7483 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7484
7485 * emacs-lisp/debug.el (debugger-previous-window-height):
7486 New variable.
7487 (debug): When debugger-jumping-flag is non-nil try to restore
7488 height of debugger window. (Bug#8789)
7489
7490 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7493 overriding-local-map and pre/post-command-hook here.
7494 (edebug-recursive-edit): Do it here instead (bug#12345).
7495 (edebug-outside-unread-command-char): Remove all uses of
7496 unread-command-char.
7497
7498 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7499 inhibit-debugger is bound instead.
7500
7501 2012-09-11 Bastien Guerry <bzg@gnu.org>
7502
7503 * subr.el (set-temporary-overlay-map): Add a docstring.
7504 (Bug#12346)
7505
7506 2012-09-11 Bastien Guerry <bzg@gnu.org>
7507
7508 * minibuffer.el (completion-table-subvert): Fix docstring.
7509 (Bug#12347)
7510
7511 2012-09-11 Bastien Guerry <bzg@gnu.org>
7512
7513 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7514
7515 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7516
7517 * progmodes/sql.el: Version 3.1
7518 (sql-db2-escape-newlines): New variable.
7519 (sql-escape-newlines-filter): Use it.
7520
7521 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7522
7523 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7524
7525 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7526
7527 * vc/diff-mode.el (diff-mode-menu):
7528 Bind diff-remove-trailing-whitespace.
7529
7530 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7531
7532 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7533 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7534 (emacs-lisp-byte-code-mode): New functions.
7535 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7536 (eval-defun-2): Remove bogus interactive spec.
7537 (lisp-indent-line): Remove redundant whole-exp code, now done in
7538 indent-according-to-mode.
7539 (save-match-data): Remove redundant indent data.
7540
7541 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7542 Use `declare'.
7543
7544 2012-09-09 Juri Linkov <juri@jurta.org>
7545
7546 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7547 (replace-lax-whitespace, query-replace-regexp)
7548 (query-replace-regexp-eval, replace-regexp): Doc fix.
7549 (perform-replace, replace-highlight): Let-bind
7550 isearch-lax-whitespace to replace-lax-whitespace and
7551 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7552
7553 * isearch.el (isearch-query-replace): Let-bind
7554 replace-lax-whitespace to isearch-lax-whitespace and
7555 replace-regexp-lax-whitespace to
7556 isearch-regexp-lax-whitespace. (Bug#10885)
7557
7558 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7559
7560 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7561
7562 2012-09-09 Alan Mackenzie <acm@muc.de>
7563
7564 * progmodes/cc-engine.el (c-state-cache-init):
7565 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7566 (c-record-parse-state-state):
7567 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7568
7569 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7570
7571 * register.el (register-separator): Rename from
7572 separator-register. All uses changed. Doc fix.
7573 (register): Fix version.
7574
7575 2012-09-09 Chong Yidong <cyd@gnu.org>
7576
7577 * replace.el (query-replace-map): Bind four new symbols for
7578 requesting window scrolling.
7579
7580 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7581 query-replace-map (Bug#8948).
7582
7583 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7584
7585 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7586 since they are now in query-replace-map.
7587
7588 * window.el (scroll-other-window-down): Make the arg optional.
7589
7590 2012-09-09 Chong Yidong <cyd@gnu.org>
7591
7592 * files.el (hack-local-variables-confirm): Use quit-window to kill
7593 the *Local Variables* buffer.
7594
7595 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7596
7597 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7598 not just expect to be at its beginning. Adjust callees.
7599 Succeed when do-end block has no space before the pipe character.
7600 (ruby-brace-to-do-end): When the original block is one-liner,
7601 convert to multiline. Reindent the result.
7602
7603 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7604
7605 * register.el (register): New group.
7606 (separator-register): New user option.
7607 (increment-register): Route it to `append-to-register', if
7608 register contains text. Implication is that `C-x r +' can now be
7609 used for appending to a text register (bug#12217).
7610 (append-to-register, prepend-to-register): Add separator based on
7611 `separator-register'.
7612
7613 2012-09-08 Alan Mackenzie <acm@muc.de>
7614
7615 AWK Mode: make auto-newline work when there's "==" in the pattern.
7616 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7617 correctly.
7618 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7619 Test more rigorously for "=" token.
7620
7621 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7622
7623 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7624 Only fail when reached LIMIT.
7625
7626 2012-09-08 Chong Yidong <cyd@gnu.org>
7627
7628 * dired.el (dired-mode-map): Don't bind M-=.
7629
7630 * dired-aux.el (dired-diff): Use backup file as default.
7631
7632 2012-09-08 Drew Adams <drew.adams@oracle.com>
7633
7634 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7635
7636 2012-09-08 Chong Yidong <cyd@gnu.org>
7637
7638 * subr.el (syntax-after, syntax-class): Doc fix.
7639
7640 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7641
7642 * window.el (display-buffer-in-previous-window): New buffer
7643 display action function.
7644
7645 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7646 (debugger-previous-window): New variable.
7647 (debug): Rewrite using display-buffer-in-previous-window,
7648 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7649
7650 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7653
7654 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7655
7656 * progmodes/python.el (python-shell-send-string):
7657 When default-directory is remote, create temp file on remote
7658 filesystem.
7659 (python-shell-send-file): When file is remote, pass local view of
7660 file paths to remote Python interpreter. (Bug#12340)
7661
7662 2012-09-07 Chong Yidong <cyd@gnu.org>
7663
7664 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7665
7666 * files.el (after-find-file): Don't fail on a read-only buffer if
7667 require-final-newline is `visit' or `visit-save' (Bug#11156).
7668
7669 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7670
7671 * userlock.el (ask-user-about-supersession-threat):
7672 Use read-char-choice (Bug#12093).
7673
7674 2012-09-07 Chong Yidong <cyd@gnu.org>
7675
7676 * subr.el (buffer-narrowed-p): New function.
7677
7678 * ses.el (ses-widen):
7679 * simple.el (count-words--buffer-message):
7680 * net/browse-url.el (browse-url-of-buffer): Use it.
7681
7682 * simple.el (count-words-region): Don't signal an error if there
7683 is a non-nil prefix arg and the mark is not set.
7684
7685 * help.el (describe-key-briefly): Allow the message to be seen
7686 when invoked from the minibuffer (Bug#7014).
7687
7688 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7689
7690 * progmodes/ruby-mode.el (ruby-end-of-defun)
7691 (ruby-beginning-of-defun): Simplify, allow indentation before
7692 block beginning and end keywords.
7693 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7694 (ruby-end-of-defun): Expect that the point is at the beginning of
7695 the defun.
7696
7697 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7700 (bug#12367).
7701 (cl--make-usage-args): Strip _ from argument names.
7702
7703 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7704
7705 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7706 obsolete alias speedbar-key-map.
7707 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7708 (vhdl-index-menu-init): Don't use obsolete variable
7709 font-lock-maximum-size.
7710
7711 2012-09-06 Chong Yidong <cyd@gnu.org>
7712
7713 * frame.el (window-system-version): Mark as obsolete.
7714
7715 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7716 of obsolete variable speedbar-key-map.
7717
7718 2012-09-06 Juri Linkov <juri@jurta.org>
7719
7720 * replace.el (replace-lax-whitespace): New defcustom.
7721 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7722 (replace-string, replace-regexp): Mention it in docstrings.
7723 (perform-replace, replace-highlight): Let-bind
7724 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7725 to the values of replace-lax-whitespace and regexp-flag.
7726 Don't let-bind search-whitespace-regexp. (Bug#10885)
7727
7728 * isearch.el (isearch-query-replace): Let-bind
7729 replace-lax-whitespace instead of let-binding
7730 replace-search-function and replace-re-search-function.
7731 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7732 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7733 (isearch-toggle-symbol): Set isearch-regexp to nil
7734 in isearch-word mode (like in isearch-toggle-word).
7735
7736 2012-09-06 Juri Linkov <juri@jurta.org>
7737
7738 * replace.el (replace-search-function)
7739 (replace-re-search-function): Set default values to nil.
7740 (perform-replace): Let-bind isearch-related variables based on
7741 replace-related values, call `isearch-search-fun' and let-bind
7742 the result to `search-function'. Remove code that sets
7743 `search-function' and `search-string' separately for
7744 `delimited-flag'.
7745 (replace-highlight): Add new argument `delimited-flag' and
7746 rename other arguments to the names used in `perform-replace'.
7747 Let-bind `isearch-word' to the argument `delimited-flag'.
7748 (Bug#10885, bug#10887)
7749
7750 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7751
7752 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7753 ruby-beginning-of-indent, simplify, allow all keywords to have
7754 indentation before them.
7755 (ruby-beginning-of-indent): Adjust for above. Search until the
7756 found point is not inside a string or comment.
7757 (ruby-font-lock-keywords): Allow symbols to start with "@"
7758 character, give them higher priority than variables.
7759 (ruby-syntax-propertize-function)
7760 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7761 matchers. Expression expansions are not comments when inside a
7762 string, and there comment syntax status is irrelevant.
7763 (ruby-match-expression-expansion): New function. Check that
7764 expression expansion is inside a string, and it's not escaped.
7765 (ruby-font-lock-keywords): Use it.
7766
7767 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7768
7769 * help.el (temp-buffer-max-height): New default value.
7770 (temp-buffer-resize-frames): New option.
7771 (resize-temp-buffer-window): Optionally resize frame.
7772
7773 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7774 (fit-frame-to-buffer): New function.
7775
7776 2012-09-05 Glenn Morris <rgm@gnu.org>
7777
7778 * emulation/cua-rect.el (cua--init-rectangles):
7779 * textmodes/picture.el (picture-mode-map):
7780 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7781 like forward-char and backward-char. (Bug#12317)
7782
7783 2012-09-05 Leo Liu <sdl.web@gmail.com>
7784
7785 * progmodes/flymake.el (flymake-warning-re): New variable.
7786 (flymake-parse-line): Use it.
7787
7788 2012-09-05 Glenn Morris <rgm@gnu.org>
7789
7790 * calendar/holidays.el (holiday-christian-holidays):
7791 Rename an entry. (Bug#12289)
7792
7793 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7796 (bug#12222).
7797
7798 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * loadup.el: Load macroexp. Remove hack.
7801 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7802 (macroexp--expand-all): Use it to get better warnings.
7803 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7804 (internal-macroexpand-for-load): New functions.
7805 (macroexp--pending-eager-loads): New var.
7806 (emacs-startup-hook): New hack to replace one in loadup.el.
7807 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7808 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7809 (cl-psetf): Simplify.
7810 (cl-defstruct): Add indent rule.
7811
7812 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7813
7814 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7815 over `user-mail-address' for the SMTP MAIL FROM envelope.
7816 (smtpmail-via-smtp): Ditto.
7817
7818 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7819
7820 * progmodes/ruby-mode.el: Clean up keybindings.
7821 (ruby-mode-map): Don't bind ruby-electric-brace,
7822 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7823 backward-kill-word, reindent-then-newline-and-indent.
7824 (ruby-mark-defun): Remove.
7825 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7826 (ruby-mode): Set local beginning-of-defun-function and
7827 end-of-defun-function values.
7828
7829 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7830
7831 * window.el (temp-buffer-window-setup-hook)
7832 (temp-buffer-window-show-hook): New hooks.
7833 (temp-buffer-window-setup, temp-buffer-window-show)
7834 (with-temp-buffer-window): New functions.
7835 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7836 (special-display-popup-frame): Make sure the window used shows BUFFER.
7837
7838 * help.el (temp-buffer-resize-mode): Fix doc-string.
7839 (resize-temp-buffer-window): New optional argument WINDOW.
7840
7841 * files.el (recover-file, save-buffers-kill-emacs):
7842 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7843
7844 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
7845
7846 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7847 remote definition of `default-directory', ensure we can connect.
7848
7849 2012-09-02 Juri Linkov <juri@jurta.org>
7850
7851 Toggle whitespace matching mode with M-s SPC.
7852 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7853
7854 * isearch.el (search-whitespace-regexp): Doc fix.
7855 Remove cons cell customization.
7856 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7857 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7858 New variables.
7859 (isearch-forward, isearch-forward-regexp): Doc fix.
7860 (isearch-toggle-lax-whitespace): New command.
7861 (search-forward-lax-whitespace, search-backward-lax-whitespace)
7862 (re-search-forward-lax-whitespace)
7863 (re-search-backward-lax-whitespace): New functions.
7864 (isearch-whitespace-regexp): Remove function.
7865 (isearch-query-replace): Let-bind replace-search-function and
7866 replace-re-search-function.
7867 (isearch-occur): Let-bind search-spaces-regexp according to the
7868 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7869 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7870 condition for C-q SPC.
7871 (isearch-search-fun-default): Use new functions mentioned above.
7872 (isearch-search-forward, isearch-search-backward): Remove functions.
7873 (isearch-search): Don't let-bind search-spaces-regexp.
7874 (isearch-lazy-highlight-space-regexp): Remove variable.
7875 (isearch-lazy-highlight-lax-whitespace)
7876 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7877 (isearch-lazy-highlight-new-loop): Use them.
7878 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7879
7880 2012-09-02 Chong Yidong <cyd@gnu.org>
7881
7882 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7883
7884 2012-09-02 Glenn Morris <rgm@gnu.org>
7885
7886 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
7887
7888 2012-09-01 Glenn Morris <rgm@gnu.org>
7889
7890 * term.el: Tidy up menu definitions.
7891 (term-mode-map): Use easymenu for In/Out, Complete menus.
7892 (term-pager-break-map): Initialize in the defvar.
7893 (term-terminal-menu, term-signals-menu): Define with easymenu.
7894 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
7895 (term-pager-menu): New, extracted from term-process-pager.
7896 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7897 (term-update-mode-line): Propertize line/char and page items.
7898 (term-process-pager): Move keymap initialization elsewhere.
7899
7900 2012-09-01 Martin Rudalics <rudalics@gmx.at>
7901
7902 * window.el (switch-to-prev-buffer): Handle additional values of
7903 BURY-OR-KILL argument. Don't switch in minibuffer window.
7904 (switch-to-next-buffer): Don't switch in minibuffer window.
7905 (quit-restore-window): New function based on quit-window.
7906 Handle additional values of former KILL argument.
7907 (quit-window): Call quit-restore-window with appropriate
7908 interpretation of KILL argument.
7909 (display-buffer-below-selected): New buffer display action
7910 function.
7911
7912 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7913
7914 * minibuffer.el (completion-at-point-functions): Complete docstring
7915 (bug#12254).
7916
7917 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
7918
7919 Better seed support for (random).
7920 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7921 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7922 * play/mpuz.el, play/tetris.el, play/zone.el:
7923 * calc/calc-comb.el (math-init-random-base):
7924 * play/blackbox.el (bb-init-board):
7925 * play/life.el (life):
7926 * server.el (server-use-tcp):
7927 * type-break.el (type-break):
7928 Remove unnecessary call to (random t).
7929 * net/sasl.el (sasl-unique-id-function):
7930 Change (random t) to (random), now that the latter is more random.
7931 * play/life.el (life-initialized): Remove no-longer-needed var.
7932
7933 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
7934
7935 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7936 Consider frame's buffer predicate when choosing the buffer.
7937 (Bug#12081)
7938
7939 2012-08-30 Richard Stallman <rms@gnu.org>
7940
7941 * simple.el (special-mode-map): Delete binding for `z'.
7942
7943 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
7944
7945 * progmodes/compile.el (compilation-always-kill): Doc fix.
7946
7947 2012-08-30 Chong Yidong <cyd@gnu.org>
7948
7949 * window.el (display-buffer-reuse-frames): Make the obsolescence
7950 message more informative.
7951
7952 2012-08-30 Glenn Morris <rgm@gnu.org>
7953
7954 * paren.el (show-paren-delay):
7955 Add a :set function. Doc fix. (Bug#12297)
7956
7957 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
7958
7959 * progmodes/compile.el (compilation-always-kill): New var.
7960 (compilation-start): Use it.
7961
7962 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * simple.el (read-only-mode): Move from files.el for bootstrapping.
7965 * files.el (read-only-mode): Move to simple.el.
7966
7967 * files.el (read-only-mode): New minor mode.
7968 (toggle-read-only): Use it and mark obsolete.
7969 (find-file--read-only):
7970 * vc/vc.el (vc-next-action, vc-checkout):
7971 * vc/vc-cvs.el (vc-cvs-checkout):
7972 * obsolete/vc-mcvs.el (vc-mcvs-update):
7973 * ffap.el (ffap--toggle-read-only): Update callers.
7974
7975 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
7976
7977 * eshell/esh-ext.el (eshell-external-command): Do not examine
7978 remote shell scripts.
7979 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7980
7981 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7982 "/usr/local/sbin".
7983
7984 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7987
7988 2012-08-28 Leo Liu <sdl.web@gmail.com>
7989
7990 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
7991 completion-at-point. (Bug#12220)
7992
7993 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
7994
7995 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
7996
7997 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8000 be buffer-local; add delete-trailing-whitespace (bug#12259).
8001
8002 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8003
8004 * progmodes/hideif.el (hif-compress-define-list):
8005 Fix typo. (Bug#11951)
8006
8007 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8008
8009 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8010 buffer local setting.
8011
8012 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8013 rcirc-encode-coding-system.
8014
8015 2012-08-28 Leo Liu <sdl.web@gmail.com>
8016
8017 * net/rcirc.el (rcirc-split-message): New function.
8018 (rcirc-send-message): Use it. (Bug#12051)
8019
8020 2012-08-28 Juri Linkov <juri@jurta.org>
8021
8022 * info.el (Info-fontify-node): Hide empty lines at the end of
8023 the node. (Bug#12272)
8024
8025 2012-08-27 Drew Adams <drew.adams@oracle.com>
8026
8027 * dired.el (dired-pop-to-buffer): Make window start at beginning
8028 of buffer (Bug#12281).
8029
8030 2012-08-26 Chong Yidong <cyd@gnu.org>
8031
8032 * window.el (special-display-regexps, special-display-frame-alist)
8033 (special-display-buffer-names, special-display-function)
8034 (display-buffer-reuse-frames): Mark as obsolete.
8035
8036 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8037
8038 * help.el (help-print-return-message): Don't treat
8039 display-buffer-reuse-frames specially.
8040
8041 2012-08-26 Chong Yidong <cyd@gnu.org>
8042
8043 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8044 New variable, replacing gdb-frame-parameters.
8045 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8046 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8047 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8048 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8049 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8050 the functions directly with gdb-display-buffer-other-frame-action.
8051 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8052 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8053 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8054 (gdb-display-registers-buffer): Define directly.
8055 (def-gdb-display-buffer): Macro deleted.
8056 (gdb-display-buffer): Remove second and third args, callers don't
8057 use them. Defer to the default display-buffer behavior, apart
8058 from making windows dedicated.
8059 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8060
8061 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8062
8063 * window.el (display-buffer-pop-up-frame): Handle a
8064 pop-up-frame-parameters alist entry.
8065 (display-buffer): Document it.
8066
8067 2012-08-26 Chong Yidong <cyd@gnu.org>
8068
8069 * isearch.el (search-whitespace-regexp): Make string and nil
8070 values apply to both ordinary and regexp search. Allow a cons
8071 cell value to distinguish between the two.
8072 (isearch-whitespace-regexp, isearch-search-forward)
8073 (isearch-search-backward): New functions.
8074 (isearch-occur, isearch-search-fun-default, isearch-search)
8075 (isearch-lazy-highlight-new-loop): Use them.
8076 (isearch-forward, isearch-forward-regexp): Doc fix.
8077
8078 2012-08-26 Chong Yidong <cyd@gnu.org>
8079
8080 * faces.el (help-argument-name): Always inherit from italic
8081 (Bug#12213).
8082
8083 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8084
8085 * window.el (window--even-window-heights): Even heights when
8086 WINDOW and the selected window form a vertical combination.
8087 (display-buffer-use-some-window): Provide that window used gets
8088 sized back by quit-window. (Bug#11880) and (Bug#12091)
8089
8090 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8091
8092 Fix file time stamp problem with bzr and CVS (Bug#12001).
8093 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8094 in the file's time stamp, since the version control system loses
8095 that information.
8096
8097 2012-08-22 Juri Linkov <juri@jurta.org>
8098
8099 * info.el (Info-fontify-node): Hide the suffix of the
8100 Info file name in the header line. (Bug#12187)
8101
8102 2012-08-22 Glenn Morris <rgm@gnu.org>
8103
8104 * calendar/cal-tex.el (cal-tex-weekly-common):
8105 Restore leading blank page.
8106
8107 2012-08-22 Le Wang <l26wang@gmail.com>
8108
8109 * misc.el (forward-to-word, backward-to-word): Activate or extend
8110 the region under `shift-select-mode'. (Bug#12231)
8111
8112 2012-08-22 Bastien Guerry <bzg@gnu.org>
8113
8114 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8115 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8116 gives details on why the space is never needed.
8117
8118 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8119
8120 * window.el (walk-window-tree, window-with-parameter):
8121 New optional argument MINIBUF to control whether these functions
8122 should run on the minibuffer window.
8123 (window-at-side-list): Don't operate on minibuffer window.
8124 (window-in-direction): Simplify and rewrite doc-string.
8125 (window--size-ignore): Rename to window--size-ignore-p.
8126 Update callers.
8127 (display-buffer-in-atom-window, window--major-non-side-window)
8128 (window--major-side-window, display-buffer-in-major-side-window)
8129 (delete-side-window, display-buffer-in-side-window):
8130 New functions.
8131 (window--side-check, window-deletable-p, delete-window)
8132 (delete-other-windows, split-window): Handle side windows and
8133 atomic windows appropriately.
8134 (window--display-buffer): Call display-buffer-record-window also
8135 when the window buffer did not change.
8136
8137 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8138
8139 * help-fns.el (help-fns--key-bindings):
8140 Abbreviate non-symbol remap targets. (Bug#12174)
8141
8142 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8143
8144 * dired.el (dired-mark-remembered): Don't clobber point.
8145 (Bug#11795)
8146
8147 2012-08-22 Glenn Morris <rgm@gnu.org>
8148
8149 * progmodes/bug-reference.el (bug-reference): New custom group.
8150 (bug-reference-bug-regexp): Make it a defcustom.
8151
8152 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8153
8154 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8155 (js-paren-indent-offset, js-square-indent-offset)
8156 (js-curly-indent-offset): Add :safe (Bug#12257).
8157
8158 2012-08-22 Edward O'Connor <hober0@gmail.com>
8159
8160 * json.el (json-key-format): Add error properties.
8161 (json-encode-key): New function.
8162 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8163 Use json-encode-key.
8164
8165 2012-08-22 Glenn Morris <rgm@gnu.org>
8166
8167 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8168 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8169 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8170 Update for above change.
8171
8172 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8173
8174 * cus-face.el (custom-face-attributes): Fix customize type for the
8175 :underline attribute. (Bug#11805)
8176
8177 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8178
8179 * window.el (window-point-1, set-window-point-1): Remove.
8180 (window-in-direction, record-window-buffer)
8181 (set-window-buffer-start-and-point, split-window-below)
8182 (window--state-get-1, display-buffer-record-window):
8183 Replace calls to window-point-1 and set-window-point-1 by calls to
8184 window-point and set-window-point respectively.
8185
8186 2012-08-21 Glenn Morris <rgm@gnu.org>
8187
8188 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8189 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8190 Use it.
8191
8192 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8193 (cal-tex-shortday): New function.
8194 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8195 (cal-tex-cursor-filofax-daily): Use the above.
8196
8197 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8198 New functions.
8199 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8200 (cal-tex-cursor-filofax-week): Use them.
8201
8202 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8203 New constants.
8204 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8205 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8206
8207 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8208 (cal-tex-end-document): Don't rely on buffer name.
8209
8210 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8211 Use cal-tex-vspace.
8212 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8213 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8214 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8215 Use cal-tex-arg.
8216
8217 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8218 (cal-tex-cursor-week, cal-tex-cursor-week2)
8219 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8220 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8221 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8222 (cal-tex-insert-preamble, cal-tex-b-document)
8223 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8224 Improve cal-tex-cmd usage.
8225
8226 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8227 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8228 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8229 (cal-tex-weekly-paper): New function.
8230 (cal-tex-cursor-week, cal-tex-cursor-week2)
8231 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8232 (cal-tex-cursor-day): Use it.
8233
8234 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8235 (cal-tex-cursor-filofax-week): Remove leading blank page.
8236
8237 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8238 Add autoload cookie. For now at least, don't use color, since
8239 no other cal-tex function does.
8240
8241 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8242 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8243 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8244
8245 2012-08-21 Juri Linkov <juri@jurta.org>
8246
8247 * info.el (Info-file-attributes): New variable.
8248 (info-insert-file-contents): Add file attributes to
8249 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8250 `Info-toc-nodes' when previous modtime of the Info file is less
8251 than new modtime.
8252 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8253 of info.el. (Bug#12230)
8254
8255 2012-08-20 Glenn Morris <rgm@gnu.org>
8256
8257 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8258 * calendar/holidays.el (calendar-holiday-list):
8259 Report errors with display-warning rather than beep'n'sleep.
8260
8261 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8262
8263 * net/tramp.el (tramp-accept-process-output): Accept only output
8264 from PROC. Otherwise, process filters and sentinels might be
8265 confused. (Bug#12145)
8266
8267 2012-08-20 Chong Yidong <cyd@gnu.org>
8268
8269 * descr-text.el (describe-text-properties-1): Use overlays-in to
8270 report on empty overlays (Bug#3322).
8271
8272 2012-08-20 Glenn Morris <rgm@gnu.org>
8273
8274 * mail/rmailout.el (rmail-output-read-file-name):
8275 Trap and report errors in rmail-output-file-alist elements.
8276
8277 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8278 since most non-font-lock faces are not also variables).
8279
8280 2012-08-20 Edward Reingold <reingold@iit.edu>
8281
8282 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8283 New function. (Bug12160)
8284
8285 2012-08-19 Glenn Morris <rgm@gnu.org>
8286
8287 * mail/rmailout.el (rmail-output-read-file-name):
8288 Fix previous change (when the alist is nil or does not match).
8289
8290 2012-08-19 Chong Yidong <cyd@gnu.org>
8291
8292 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8293 (Bug#12228).
8294
8295 2012-08-18 Chong Yidong <cyd@gnu.org>
8296
8297 * simple.el (yank-handled-properties): New defcustom.
8298 (yank-excluded-properties): Add font-lock-face and category.
8299 (yank): Doc fix.
8300
8301 * subr.el (remove-yank-excluded-properties):
8302 Obey yank-handled-properties. The special handling of font-lock-face
8303 and category is now done this way, instead of being hard-coded.
8304 (insert-for-yank-1): Remove font-lock-face handling.
8305 (yank-handle-font-lock-face-property)
8306 (yank-handle-category-property): New function.
8307
8308 2012-08-17 Glenn Morris <rgm@gnu.org>
8309
8310 * mail/rmailout.el (rmail-output-read-file-name):
8311 Check rmail-output-file-alist against the full message body
8312 in the correct rmail buffer. (Bug#12214)
8313
8314 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8315
8316 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8317 Eliminate superfluous prompt. (Bug#12203)
8318
8319 2012-08-17 Chong Yidong <cyd@gnu.org>
8320
8321 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8322 font spec, set the font directly (Bug#3228).
8323
8324 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8325
8326 * window.el (delete-window): Fix last fix.
8327
8328 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8329
8330 * window.el (window-valid-p): Move to window.c.
8331 (window-child, window-child-count, window-last-child)
8332 (window-normalize-window, window-combined-p)
8333 (window-combinations, window-atom-root, window-min-size)
8334 (window-sizable, window-sizable-p, window-size-fixed-p)
8335 (window-min-delta, window-max-delta, window--resizable)
8336 (window--resizable-p, window-resizable, window-total-size)
8337 (window-full-height-p, window-full-width-p, window-body-size)
8338 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8339 (minimize-window, window-deletable-p, delete-window)
8340 (delete-other-windows, set-window-buffer-start-and-point)
8341 (next-buffer, previous-buffer, split-window, balance-windows-2)
8342 (set-window-text-height, window-buffer-height)
8343 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8344 (truncated-partial-width-window-p): Minor code adjustments.
8345 In doc-strings state whether the argument window has to denote a
8346 live, valid or any window.
8347
8348 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8349
8350 * progmodes/subword.el (subword-forward-function)
8351 (subword-backward-function, subword-forward-regexp)
8352 (subword-backward-regexp): New variables.
8353 (subword-forward, subword-forward-internal, subword-backward-internal):
8354 Use new variables, eg so that different "word" definitions
8355 can be easily used. (Bug#11411)
8356
8357 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8360 for composite selectors.
8361 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8362 operation just because we can't find a previous revision.
8363
8364 2012-08-15 Chong Yidong <cyd@gnu.org>
8365
8366 * frame.el (set-frame-font): Accept font objects.
8367
8368 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8371
8372 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8373
8374 * man.el (Man-overstrike-face, Man-underline-face)
8375 (Man-reverse-face): Remove variables.
8376 (Man-overstrike, Man-underline, Man-reverse): New faces.
8377 (Man-fontify-manpage): Use them instead of the variables.
8378 (Man-cleanup-manpage): Comment change.
8379 (Man-ansi-color-map): New variable.
8380 (Man-fontify-manpage): Use it.
8381 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8382
8383 Implement ANSI SGR parameters 22-27 (bug#12146).
8384 * ansi-color.el (ansi-colors): Doc fix.
8385 (ansi-color-context, ansi-color-context-region): Doc fix.
8386 (ansi-color--find-face): New function.
8387 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8388 Rename the local variable `face' to `codes' since it is now a list of
8389 ansi codes. Doc fix.
8390 (ansi-color-get-face): Remove.
8391 (ansi-color-parse-sequence): New function, derived from
8392 ansi-color-get-face.
8393 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8394 codes 22-27.
8395
8396 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * subr.el (read-passwd): Allow use from a minibuffer.
8399
8400 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8401
8402 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8403 inside comments and strings as identifiers.
8404
8405 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8406 expression to evaluate. This allows to evaluate expressions with
8407 embedded whitespace.
8408 (gud-tooltip-tips): Add a blank before the newline in the
8409 message-box text, for the benefit of message-box emulation on
8410 MS-Windows.
8411
8412 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8413 messages from GDB, pop them up in a tooltip to give feedback to
8414 user.
8415 (gdb-tooltip-print-1): Quote the expression to evaluate.
8416 This allows to evaluate expressions with embedded whitespace.
8417 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8418 if the TTY name is nil or empty (which happens when communicating
8419 with the inferior via pipes, e.g. on MS-Windows).
8420 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8421 don't send that to the GUD buffer.
8422
8423 2012-08-14 Glenn Morris <rgm@gnu.org>
8424
8425 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8426 Optimize away setq-default with no args, as for setq. (Bug#12195)
8427
8428 2012-08-14 Chong Yidong <cyd@gnu.org>
8429
8430 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8431
8432 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8433 (Bug#12085).
8434
8435 2012-08-14 Glenn Morris <rgm@gnu.org>
8436
8437 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8438
8439 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8440
8441 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8442 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8443 Use cached shell name.
8444
8445 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8446
8447 * progmodes/python.el (python-shell-send-string):
8448 (python-shell-send-setup-code): Do not use `format' with `message'.
8449
8450 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8451
8452 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8453 (ruby-percent-literal-beg-re): New constant.
8454 (ruby-syntax-general-delimiters-goto-beg): Rename to
8455 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8456 (ruby-syntax-propertize-general-delimiters): Rename to
8457 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8458 popular term. Adjust comments everywhere.
8459 (ruby-syntax-propertize-percent-literal): Only propertize when not
8460 inside a simple string or comment. When the literal is unclosed,
8461 leave the text after it unpropertized.
8462 (ruby-syntax-methods-before-regexp): New constant.
8463 (ruby-syntax-propertize-function): Use it to recognize regexps.
8464 Don't look at the text after regexp, just use the whitelist.
8465
8466 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8467
8468 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8469 non-nil always load the compiled file if it exists. (Bug#12197)
8470
8471 2012-08-14 Chong Yidong <cyd@gnu.org>
8472
8473 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8474 (hi-lock-set-pattern): When deciding whether to use font lock or
8475 overlays, look at font-lock-mode instead of font-lock-fontified
8476 (Bug#12168).
8477 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8478 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8479
8480 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8481
8482 * subr.el (internal--after-with-selected-window): Fix typo
8483 (Bug#12193).
8484
8485 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8486
8487 Use `completion-table-dynamic' for completion functions.
8488 * progmodes/python.el
8489 (python-shell-completion--do-completion-at-point)
8490 (python-shell-completion--get-completions):
8491 Remove functions.
8492 (python-shell-completion-complete-at-point): New function.
8493 (python-completion-complete-at-point): Use it.
8494
8495 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8496
8497 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8498 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8499
8500 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * subr.el (function-get): Refine `autoload' arg so it can also
8503 autoload functions for gv.el (bug#12191).
8504 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8505 autoloads macros.
8506
8507 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8508 Prefer pcase-let over destructuring-bind.
8509 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8510 Also, remove whitespace as we go, rather than after accumulating the
8511 various places.
8512
8513 * subr.el (internal--before-with-selected-window)
8514 (internal--after-with-selected-window): Fix typo seleted->selected.
8515 (with-selected-window): Adjust callers.
8516 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8517
8518 2012-08-13 Bastien Guerry <bzg@gnu.org>
8519
8520 * window.el (special-display-popup-frame): Minor docstring
8521 enhancement. (Bug#12172)
8522
8523 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8524
8525 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8526 type 1-6.
8527 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8528 extended headers.
8529
8530 * files.el (hack-local-variables-filter): Remove useless eval.
8531
8532 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8533
8534 * subr.el (with-selected-window): Fix last change.
8535
8536 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8537
8538 * subr.el (internal--before-with-seleted-window)
8539 (internal--after-with-seleted-window): New functions.
8540 (with-selected-window): Use them, to replace dependency on
8541 tty-top-frame.
8542
8543 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8544
8545 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8546 binding for `newline'.
8547 (ruby-move-to-block): When moving backward, stop at block opening,
8548 not indentation.
8549 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8550 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8551 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8552 `ruby-toggle-block'.
8553
8554 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * ibuffer.el (ibuffer-do-toggle-read-only):
8557 * dired.el (dired-toggle-read-only):
8558 * buff-menu.el (Buffer-menu-toggle-read-only):
8559 * bindings.el (mode-line-toggle-read-only):
8560 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8561
8562 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8563
8564 * descr-text.el (describe-char): Put the overlays over the
8565 "displayed as" character.
8566
8567 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8568
8569 * calc/calc-units.el (math-default-units-table): Give an
8570 initial value.
8571 (math-put-default-units): Add options to put composite units and
8572 unit systems in the default units table.
8573 (calc-convert-units): Send composite units to
8574 `math-put-default-units' when appropriate.
8575
8576 2012-08-11 Glenn Morris <rgm@gnu.org>
8577
8578 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8579
8580 * tutorial.el (help-with-tutorial):
8581 * emacs-lisp/copyright.el (copyright-update-directory):
8582 * emacs-lisp/autoload.el (autoload-find-generated-file)
8583 (autoload-find-file): Disable local eval: (for insurance).
8584
8585 * files.el (hack-local-variables-filter): If an eval: form is not
8586 known to be safe, and enable-local-variables is :safe, then ignore
8587 the form totally, as is done for non-eval forms. (Bug#12155)
8588 This is CVE-2012-3479.
8589
8590 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8593 (rx-form): Simplify.
8594
8595 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8596
8597 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8598 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8599 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8600 (ruby-syntax-propertize-function): Adjust for changes in
8601 `ruby-syntax-propertize-heredoc'.
8602
8603 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8604
8605 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8606 binding (use `M-;' instead).
8607 (ruby-singleton-class-p): New function.
8608 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8609
8610 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8613
8614 2012-08-10 Chong Yidong <cyd@gnu.org>
8615
8616 * progmodes/python.el (python-shell-get-process-name): Don't mess
8617 with same-window-buffer-names.
8618
8619 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8620 (eshell-remove-from-window-buffer-names): Make obsolete.
8621 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8622 (eshell): Just use pop-to-buffer-same-window instead.
8623
8624 2012-08-10 Chong Yidong <cyd@gnu.org>
8625
8626 * bindings.el: Bind M-= back to count-words-region.
8627
8628 * simple.el (count-words-region): Accept a prefix arg for acting
8629 on the entire buffer.
8630 (count-words--buffer-message): New helper function.
8631
8632 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8635 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8636 (event-start, event-end): Use posn-at-point to return a more
8637 informative posn.
8638 (posnp): New function.
8639 * mouse.el (popup-menu-normalize-position): Use it.
8640
8641 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8642
8643 * mouse.el (popup-menu-normalize-position): New function.
8644 (popup-menu): Use `popup-menu-normalize-position' to normalize
8645 the form for POSITION argument.
8646
8647 * term/x-win.el (x-menu-bar-open):
8648 Use the value returend from (posn-at-point) as position
8649 passed to `popup-menu'.
8650
8651 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8652
8653 * calc/calccomp.el (math-compose-expr): Add extra argument
8654 indicating that parentheses should be put around products in
8655 denominators. Give multiplication precedence over division during
8656 composition.
8657
8658 2012-08-09 Chong Yidong <cyd@gnu.org>
8659
8660 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8661 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8662 (Man-untabify-command, manual-program): Convert to defcustom
8663 (Bug#10429).
8664
8665 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8666
8667 * descr-text.el (describe-char): Don't insert extra newlines
8668 (Bug#10127).
8669
8670 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8671 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8672
8673 * align.el (align-region): Delete temporary markers (Bug#10047).
8674 Plus some code cleanups.
8675
8676 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8677
8678 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8679 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8680 (python-shell-internal-last-output): Use make-local-variable
8681 instead of make-variable-buffer-local.
8682
8683 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8684
8685 * progmodes/python.el: Enhancements to forward-sexp.
8686 (python-nav-forward-sexp): Rename from
8687 python-nav-forward-sexp-function.
8688 (python-nav--forward-sexp, python-nav--backward-sexp):
8689 New functions.
8690
8691 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8692
8693 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8694 modes and simplification modes.
8695
8696 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * delsel.el (delete-selection-pre-hook): Don't propagate the
8699 file-supersession signals (bug#12161).
8700
8701 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8704 (cl-map-extents): Add compatibility aliases (bug#12135).
8705
8706 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8707
8708 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8709 tests by `ignore-error'.
8710 (tramp-find-shell): Open also a new shell, when cache is already
8711 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8712
8713 2012-08-08 Juri Linkov <juri@jurta.org>
8714
8715 * bookmark.el: Add `defaults' property to the bookmark record.
8716 (bookmark-current-buffer): Doc fix.
8717 (bookmark-make-record): Add `defaults' property with default values
8718 to the bookmark record.
8719 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8720 with `bookmark-insert-current-bookmark'.
8721 (bookmark-set): Get `defaults' property from the bookmark record
8722 and use it in `read-from-minibuffer'.
8723 (bookmark-insert-current-bookmark): Remove function.
8724
8725 * info.el (Info-bookmark-make-record): Add `defaults' property
8726 with values of canonical Info node name, the current Info file
8727 name and the current Info node name. (Bug#12107)
8728
8729 2012-08-08 Juri Linkov <juri@jurta.org>
8730
8731 * files.el (basic-save-buffer): Use `buffer-name' as the default
8732 of `read-file-name' when buffer is not visiting a file (bug#12128).
8733
8734 2012-08-08 Juri Linkov <juri@jurta.org>
8735
8736 * info.el (Info-isearch-search): Doc fix.
8737 (Info-search): Change search-failed message from "initial node" to
8738 "end of node" (bug#12078).
8739 (Info-isearch-search): Change `isearch-string-state' to
8740 `isearch--state-string'.
8741
8742 2012-08-08 Glenn Morris <rgm@gnu.org>
8743
8744 * language/persian.el: Remove file.
8745 * language/misc-lang.el: Move unique part of persian.el here.
8746 * loadup.el: Remove language/persian.
8747
8748 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8749
8750 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8751
8752 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8753
8754 * progmodes/python.el: Fix defsubst warning.
8755 (python-syntax-context) Rename from python-info-ppss-context.
8756 (python-syntax-context-type): Rename from
8757 python-info-ppss-context-type.
8758 (python-syntax-comment-or-string-p): Rename from
8759 python-info-ppss-comment-or-string-p.
8760
8761 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8762
8763 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8764
8765 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8766
8767 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8768 a defcustom that is quoted with backquote.
8769
8770 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8771 Fix handling of interactive spec when the body uses return.
8772 (math-do-arg-check, math-define-function-body): Use backquote forms.
8773 * calc/calc-ext.el (math-defcache): Likewise.
8774 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8775 * allout.el (allout-new-exposure): Likewise.
8776 * calc/calcalg2.el (math-tracing-integral): Likewise.
8777 * info.el (Info-last-menu-item): Likewise.
8778 * emulation/vip.el (vip-loop): Likewise.
8779 * textmodes/artist.el (artist-funcall): Likewise.
8780 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8781 Construct menu-item directly.
8782
8783 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8784 Don't declare.
8785
8786 2012-08-07 Chong Yidong <cyd@gnu.org>
8787
8788 * simple.el (deactivate-mark): Preserve text properties when
8789 saving the primary selection (Bug#8384).
8790
8791 2012-08-07 Kevin Ryde <user42@zip.com.au>
8792
8793 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8794 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8795 and continue processing (Bug#12110).
8796
8797 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8800 syntax-propertize-function (bug#10095).
8801
8802 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8805 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8806 describe-function-1.
8807 (describe-function-1): Use them. Move compiler macro after sig.
8808 (help-fns--compiler-macro): Use function-get. Assume we're already in
8809 standard-output. Adjust layout to new call order.
8810
8811 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8812 re-binding a symbol that has a symbol-macro (bug#12119).
8813
8814 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8815
8816 * language/persian.el: New file. (Bug#11812)
8817 * loadup.el: Add language/persian.el.
8818
8819 2012-08-06 Chong Yidong <cyd@gnu.org>
8820
8821 * window.el (window--maybe-raise-frame): New function.
8822 (window--display-buffer): Split off from here.
8823 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8824 (display-buffer-pop-up-window, display-buffer-use-some-window):
8825 Obey an inhibit-switch-frame action alist entry.
8826 (display-buffer): Update doc.
8827
8828 * replace.el (occur-after-change-function): Avoid losing focus by
8829 using the inhibit-switch-frame display parameter (Bug#12139).
8830
8831 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8832
8833 Make internal shell process buffer names start with space.
8834 * progmodes/python.el (python-shell-make-comint): Add optional
8835 argument INTERNAL.
8836 (run-python-internal): Use it.
8837 (python-shell-internal-get-or-create-process): Check for new
8838 internal buffer names.
8839
8840 2012-08-06 Glenn Morris <rgm@gnu.org>
8841
8842 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8843 Do less getting and setting of environment variables.
8844
8845 2012-08-05 Chong Yidong <cyd@gnu.org>
8846
8847 * proced.el (proced): Add substitution string to docstring to
8848 trigger autoloading of the proced library on C-h f (Bug#1768).
8849
8850 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8851 Don't show defvars which have no second argument (Bug#8638).
8852
8853 * imenu.el (imenu-generic-expression): Move documentation here
8854 from imenu--generic-function.
8855 (imenu--generic-function): Refer to imenu-generic-expression.
8856
8857 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
8858
8859 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8860 indentation declaration.
8861 (viper-loop): Add indentation declaration (Bug#7025).
8862
8863 2012-08-05 Chong Yidong <cyd@gnu.org>
8864
8865 * help-fns.el (describe-variable): Add hyperlink for
8866 directory-local variables files. Improve buffer-local and
8867 permanent-local reporting; suggested by MON KEY (Bug#6644).
8868
8869 * help-mode.el (help-dir-local-var-def): New button type.
8870
8871 * files.el (kill-buffer-hook): Provide a defvar.
8872
8873 2012-08-05 Glenn Morris <rgm@gnu.org>
8874
8875 * eshell/esh-ext.el (eshell/addpath):
8876 Also update eshell-path-env. (Bug#12013)
8877
8878 2012-08-05 Chong Yidong <cyd@gnu.org>
8879
8880 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8881
8882 * fringe.el (fringe-styles): Add docstring.
8883 (fringe--check-mode): New function.
8884 (set-fringe-mode, set-fringe-style): Use it.
8885 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8886
8887 * files.el (set-auto-mode): Fix invalid setq call.
8888
8889 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * isearch.el: Misc simplification; use defstruct.
8892 (isearch-mode-map): Dense maps now work like sparse ones.
8893 (isearch--state): New defstruct.
8894 (isearch-string-state, isearch-message-state, isearch-point-state)
8895 (isearch-success-state, isearch-forward-state)
8896 (isearch-other-end-state, isearch-word-state, isearch-error-state)
8897 (isearch-wrapped-state, isearch-barrier-state)
8898 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8899 replaced by defstruct's accessors.
8900 (isearch--set-state): Rename from isearch-top-state and change
8901 calling convention.
8902 (isearch-push-state): Use new isearch--get-state.
8903 (isearch-toggle-word): Disable regexp when enabling word.
8904 (isearch-message-prefix): Remove unused arg _c-q-hack.
8905 (isearch-message-suffix): Remove unused arg _ellipsis.
8906
8907 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
8908
8909 * simple.el (list-processes--refresh): For a server use :host or
8910 :local as the address.
8911 (list-processes): Doc fix.
8912
8913 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
8914
8915 * lisp/mpc.el: Support password in host argument.
8916 (mpc--proc-connect): Parse and use new password element.
8917 Set mpc-proc variable instead of returning process.
8918 (mpc-proc): Adjust accordingly.
8919
8920 2012-08-03 Eli Zaretskii <eliz@gnu.org>
8921
8922 * whitespace.el (whitespace-display-mappings): Use Unicode
8923 codepoints, instead of emacs-mule codepoints. See
8924 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8925 for the details.
8926
8927 * files.el (file-truename): Don't skip symlink-chasing part on
8928 windows-nt. Incorporate the resolution of 8+3 short aliases on
8929 Windows into the loop that recursively chases symlinks.
8930 Compare directory and its parent case-insensitively on MS-Windows and
8931 MS-DOS.
8932
8933 2012-08-03 Chong Yidong <cyd@gnu.org>
8934
8935 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8936
8937 * sort.el (sort-regexp-fields): Doc fix.
8938
8939 2012-08-03 Tassilo Horn <tsdh@gnu.org>
8940
8941 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8942 labels regex position point at the expected place.
8943
8944 2012-08-03 MON KEY <monkey@sandpframing.com>
8945
8946 * net/imap.el (imap-interactive-login, imap-authenticate)
8947 (imap-mailbox-lsub, imap-mailbox-list)
8948 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8949 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8950 (imap-parse-response): Doc fix.
8951
8952 2012-08-03 João Távora <joaotavora@gmail.com>
8953
8954 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8955 if sexp scanning does not move point (Bug#5734).
8956
8957 2012-08-02 Tassilo Horn <tsdh@gnu.org>
8958
8959 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8960 Add listings, minted, and ctable packages.
8961 (reftex-label-alist-builtin): Move listings, minted, and ctable
8962 entries before LaTeX.
8963 (reftex-label-alist): Docfix.
8964
8965 2012-08-02 Bastien Guerry <bzg@gnu.org>
8966
8967 * replace.el (occur): Fix docstring (bug#12122).
8968
8969 2012-08-02 Glenn Morris <rgm@gnu.org>
8970
8971 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8972
8973 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
8974
8975 Obsolete alias inactivate-current-input-method-function (Bug#10150).
8976 * international/mule-cmds.el: Create
8977 inactivate-current-input-method-function as an obsolete alias for
8978 deactivate-current-input-method-function. See Katsumi Yamaoka in
8979 <http://bugs.gnu.org/10150#46>.
8980
8981 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8982
8983 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8984 of nested `if's.
8985
8986 2012-08-01 Glenn Morris <rgm@gnu.org>
8987
8988 * progmodes/autoconf.el (autoconf-definition-regexp):
8989 Add AH_TEMPLATE, adjust submatch numbering.
8990 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
8991 (autoconf-current-defun-function): Update for above change.
8992 (autoconf-current-defun-function): First skip to end of current word.
8993
8994 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
8995
8996 * calendar/cal-html.el (cal-html-insert-agenda-days):
8997 Fix typo. (Bug#12018)
8998
8999 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9000
9001 Shell processes: enhancements to startup and CEDET compatibility.
9002 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9003 (python-shell-make-comint): accept-process-output at startup.
9004 (run-python-internal): Set inferior-python-mode-hook to nil.
9005 (python-shell-internal-get-or-create-process): call sit-for.
9006 (python-preoutput-result): Add obsolete alias.
9007 (python-shell-internal-send-string): Use it.
9008 (python-shell-send-setup-code): Remove call to
9009 accept-process-output.
9010
9011 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9012
9013 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9014 (Bug#12108)
9015
9016 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9017
9018 * calc-mode.el (calc-basic-simplification-mode): Rename from
9019 `calc-limited-simplification-mode'.
9020 (calc-alg-simplification-mode): New function.
9021 (calc-set-simplify-mode): Adjust message.
9022
9023 * calc.el (calc-set-mode-line): Adjust mode line display for
9024 basic simplification mode.
9025
9026 * calc-help.el (calc-m-prefix-help): Update help message.
9027
9028 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9029 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9030
9031 2012-07-31 Bastien Guerry <bzg@gnu.org>
9032
9033 * man.el (man): Fix comment. (bug#12101)
9034
9035 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9036
9037 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9038 Don't return a non-nil value when no suitable buffer was found.
9039
9040 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9041
9042 * progmodes/python.el (run-python-internal): Disable font lock for
9043 internal shells.
9044
9045 2012-07-30 Stefan Merten <smerten@oekonux.de>
9046
9047 * textmodes/rst.el: Silence `checkdoc-ispell'.
9048 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9049 (rst-official-version, rst-official-cvs-rev)
9050 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9051 (rst-mode-map): New key binding.
9052
9053 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9054
9055 Update .PHONY listings in makefiles.
9056 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9057 autoloads, update-subdirs, updates, bzr-update, update-authors,
9058 compile-onefile, compile-calc, backup-compiled-files,
9059 compile-after-backup, compile-one-process, mh-autoloads,
9060 bootstrap-clean, distclean, maintainer-clean.
9061
9062 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9063
9064 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9065 (calc-set-mode-line): Don't display "AlgSimp ".
9066
9067 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9068 (calc-lim-simplify-mode): New function.
9069 (calc-set-simplify-mode): Default to 'alg.
9070 (calc-default-simplify-mode): Make algebraic simplifications
9071 the default.
9072
9073 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9074 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9075
9076 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9077 indicate new simplification modes.
9078
9079 * calc/README: Mention new default simplification mode.
9080
9081 * calc/calc.el (math-normalize-error): New variable.
9082 (math-normalize): Set `math-normalize-error' to t
9083 when there's an error.
9084
9085 * calc/calc-alg.el (math-simplify): Don't simplify when
9086 `math-normalize' returns an error.
9087
9088 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9089
9090 * international/mule-cmds.el (set-locale-environment): Revert last
9091 change, since display-graphic-p returns nil when this function is
9092 called during startup. Instead...
9093
9094 * term/w32console.el (terminal-init-w32console): ...setup the
9095 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9096
9097 2012-07-29 Juri Linkov <juri@jurta.org>
9098
9099 * simple.el (goto-line): Don't display default line number in the
9100 prompt because it should be displayed by `read-number' (bug#9952).
9101 Add the current line number to the defaults of `goto-line' to
9102 allow its easier modification by users with `M-n' (bug#9201).
9103
9104 * subr.el (read-number): Support multiple default values like in
9105 other minibuffer reading functions. Replace `read' with
9106 `string-to-number' for consistency with `number-to-string'.
9107
9108 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9109
9110 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9111 * emulation/viper-init.el (viper-deactivate-input-method-action):
9112 Rename from viper-inactivate-input-method-action.
9113 (viper-deactivate-input-method):
9114 Rename from viper-inactivate-input-method.
9115 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9116 * international/mule-cmds.el (deactivate-input-method):
9117 Rename from inactivate-input-method.
9118 Also run input-method-deactivate-hook.
9119 (deactivate-current-input-method-function):
9120 Rename from inactivate-current-input-method-function.
9121 (input-method-deactivate-hook): New hook.
9122 (input-method-inactivate-hook): Mark obsolete.
9123 (inactivate-input-method): Mark obsolete.
9124
9125 * international/quail.el (quail-activate):
9126 Also run quail-deactivate-hook.
9127 (quail-deactivate): Rename from quail-inactivate.
9128 * international/robin.el (robin-activate):
9129 Also run robin-deactivate-hook.
9130 (robin-deactivate): Rename from robin-inactivate.
9131
9132 2012-07-29 Chong Yidong <cyd@gnu.org>
9133
9134 * simple.el (indicate-copied-region): New function.
9135 (kill-ring-save): Split off from here.
9136
9137 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9138 (kill-rectangle): Set deactivate-mark to t on read-only error.
9139
9140 * register.el (copy-to-register, copy-rectangle-to-register):
9141 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9142 (append-to-register, prepend-to-register): Call indicate-copied-region.
9143
9144 2012-07-29 Juri Linkov <juri@jurta.org>
9145
9146 * simple.el (async-shell-command-buffer): New defcustom.
9147 (shell-command): Use it. (Bug#4719)
9148
9149 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9150
9151 * international/mule-cmds.el (set-locale-environment): In a
9152 console session on MS-Windows, set up keyboard and terminal
9153 encoding from the OEM codepage, not the ANSI codepage.
9154 (Bug#12055)
9155
9156 2012-07-28 Chong Yidong <cyd@gnu.org>
9157
9158 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9159 gdb-get-location.
9160
9161 2012-07-28 Leo Liu <sdl.web@gmail.com>
9162
9163 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9164 the alist (bug#12029).
9165
9166 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9167
9168 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9169 (compile-always, compile-first)
9170 ($(lisp)/calendar/cal-loaddefs.el)
9171 ($(lisp)/calendar/diary-loaddefs.el)
9172 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9173 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9174 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9175 instead of on update-subdirs.
9176 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9177
9178 2012-07-28 Chong Yidong <cyd@gnu.org>
9179
9180 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9181 directory if vc-deduce-backend returns nil (Bug#7350).
9182
9183 * simple.el (delete-trailing-lines): New option.
9184 (delete-trailing-whitespace): Obey it (Bug#11879).
9185
9186 2012-07-28 David Engster <deng@randomsample.de>
9187
9188 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9189 Explanation of new 'symbol-qnames feature in doc-strings.
9190 (xml-maybe-do-ns): Return expanded names as plain symbols if
9191 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9192 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9193
9194 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9195
9196 Consistent completion in inferior python with emacs -nw.
9197 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9198 binding in inferior-python-mode-map with "\t".
9199 (python-shell-completion-complete-at-point)
9200 (python-completion-complete-at-point): Remove interactive spec.
9201
9202 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9203
9204 * calc/calccomp.el (math-compose-expr): Undo previous change.
9205
9206 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9207
9208 * progmodes/python.el (python-mode-map): Add keybinding for
9209 run-python.
9210 (python-shell-make-comint): Fix pop-to-buffer call.
9211 (run-python): Autoload. New arg SHOW.
9212 (python-shell-get-or-create-process): Do not pop python process
9213 buffer.
9214
9215 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9216
9217 * notifications.el (notifications-on-action-signal)
9218 (notifications-on-closed-signal): Use also the bus address for the map.
9219 (notifications-notify, notifications-close-notification)
9220 (notifications-get-capabilities): Add optional argument BUS.
9221
9222 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9223
9224 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9225 Add support for the lstlisting and minted environments, and for the
9226 ctable macro.
9227 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9228 labels written in keyvals syntax.
9229
9230 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9231
9232 * calc/calccomp.el (math-compose-expr): Use parentheses when
9233 there is a product in the denominator of a fraction.
9234
9235 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9236
9237 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9238 ($(lisp)/calendar/diary-loaddefs.el)
9239 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9240 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9241 Fixes failures in parallel bootstrap because subdirs.el is being
9242 rewritten while the autoload files are built at the same time,
9243 which needs to load subdirs.el.
9244
9245 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9246
9247 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9248 (mouse-drag-line): Don't exit tracking when a switch-frame or
9249 switch-window event occurs (Bug#12006).
9250
9251 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * mouse.el (popup-menu): Fix last change.
9254
9255 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 Autoload from Lisp with more care. Follow aliases when looking for
9258 function properties.
9259 * subr.el (autoloadp): New function.
9260 (symbol-file): Use it.
9261 (function-get): New function.
9262 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9263 autoload-do-load.
9264 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9265 (lisp-indent-function):
9266 * emacs-lisp/gv.el (gv-get):
9267 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9268 * emacs-lisp/byte-opt.el (byte-optimize-form):
9269 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9270 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9271 Use function-get.
9272 * emacs-lisp/cl.el: Don't propagate function properties any more.
9273
9274 * speedbar.el (speedbar-add-localized-speedbar-support):
9275 * emacs-lisp/disass.el (disassemble-internal):
9276 * desktop.el (desktop-load-file):
9277 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9278 (describe-function-1):
9279 * emacs-lisp/find-func.el (find-function-noselect):
9280 * emacs-lisp/elp.el (elp-instrument-function):
9281 * emacs-lisp/advice.el (ad-has-proper-definition):
9282 * apropos.el (apropos-safe-documentation, apropos-macrop):
9283 * emacs-lisp/debug.el (debug-on-entry):
9284 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9285 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9286 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9287
9288 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9289
9290 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9291 function, not an obsolete variable (Bug#12046).
9292
9293 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9294
9295 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9296
9297 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9298
9299 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9300 window only if it is still live (Bug#12034).
9301
9302 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9303
9304 * subr.el (redirect-frame-focus): Add advertised calling
9305 convention (Bug#12030).
9306
9307 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9308
9309 Prefer typical American spelling for "acknowledgment".
9310 * vc/add-log.el (change-log-acknowledgment): Rename from
9311 change-log-acknowledgement, with an alias for the old name.
9312
9313 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9314
9315 * calc-alg.el (math-simplify-divide): Don't cross multiply
9316 in an equation when the lhs is a variable.
9317
9318 2012-07-24 Julien Danjou <julien@danjou.info>
9319
9320 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9321 Remove, unused.
9322
9323 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9324
9325 * startup.el (command-line): Don't display an empty user name in
9326 the error message about non-existent home directory, when
9327 init-file-user was set to an empty string. See
9328 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9329 for the details and context.
9330
9331 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9332
9333 * ses.el (ses-cell-formula-aset): New macro.
9334 (ses-cell-references-aset): New macro.
9335 (ses-cell-p): New function.
9336 (ses-rename-cell): Do no longer rely on complex operations like
9337 ses-cell-set-formula or ses-set-cell to change the cell and handle
9338 the undo at the same time, but rather use lower level new macros
9339 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9340 the undo directly. Refresh the mode line.
9341
9342 2012-07-21 Leo Liu <sdl.web@gmail.com>
9343
9344 * progmodes/cc-cmds.el (c-defun-name):
9345 Use match-string-no-properties instead for consistency.
9346
9347 2012-07-20 Leo Liu <sdl.web@gmail.com>
9348
9349 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9350 (Bug#7879)
9351
9352 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9353
9354 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9357 * progmodes/bug-reference.el, misearch.el: Provide themselves
9358 (bug#11915).
9359
9360 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9361 of narrowed buffer (bug#11966).
9362
9363 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9364
9365 * ses.el (ses-rename-cell): Set new name also in reference list of
9366 cells of which the renamed cell depends.
9367
9368 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9369
9370 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9371 to check whether menu-bar is shown or not. If not shown,
9372 show the menu-bar as a popup menu instead of using tmm.
9373 * mouse.el (popup-menu): Accept `point' as `position' argument.
9374
9375 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9376
9377 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9378 up inside string symbol literal (bug#11923).
9379
9380 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9381
9382 * startup.el (fancy-startup-text): Read the whole tutorial, not
9383 just its first 256 bytes. Prevents gibberish in display of the
9384 tutorial title.
9385
9386 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9387
9388 Drop idle buffer compaction due to an absence of the
9389 proved efficiency.
9390 * compact.el: Remove.
9391
9392 2012-07-19 Sam Steingold <sds@gnu.org>
9393
9394 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9395 vc-bzr-pull & vc-bzr-merge-branch.
9396 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9397 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9398 for consistency with compilation-error-regexp-alist.
9399 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9400 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9401 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9402 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9403
9404 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * emacs-lisp/chart.el: Use lexical-binding.
9407 (chart-emacs-storage): Don't hardcode the list of entries.
9408
9409 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9410
9411 Next round of tweaks caused by Fgarbage_collect changes.
9412 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9413
9414 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9415
9416 Compact buffers when idle.
9417 * compact.el: New file.
9418
9419 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9420
9421 * subr.el (eventp): Presume that if it looks vaguely like an event,
9422 it's an event (bug#10190).
9423
9424 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9425
9426 Enhancements to ppss related code (thanks Stefan).
9427 * progmodes/python.el (python-indent-context)
9428 (python-indent-calculate-indentation, python-indent-dedent-line)
9429 (python-indent-electric-colon, python-nav-forward-block)
9430 (python-mode-abbrev-table)
9431 (python-info-assignment-continuation-line-p): Simplify checks
9432 for ppss context.
9433 (python-info-continuation-line-p): Cleanup.
9434 (python-info-ppss-context): Do not catch 'quote.
9435 (python-info-ppss-context-type)
9436 (python-info-ppss-comment-or-string-p): Simplify.
9437
9438 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9439
9440 * progmodes/python.el: Enhancements to eldoc support.
9441 (python-info-current-symbol): New function.
9442 (python-eldoc-at-point): Use python-info-current-symbol.
9443 (python-info-current-defun): Fix cornercase on first defun scan.
9444 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9445 and signal error when no inferior python process is available.
9446
9447 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9448
9449 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9450 assume it's always t.
9451 (vc-git-registered): Remove caching, the function is only called
9452 once.
9453 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9454
9455 2012-07-18 Chong Yidong <cyd@gnu.org>
9456
9457 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9458
9459 * simple.el (count-words): Report on narrowing (Bug#9959).
9460
9461 * bindings.el: Bind M-= to count-words.
9462
9463 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9464
9465 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9466
9467 * progmodes/sh-script.el (sh-imenu-generic-expression):
9468 Capture a function with `function' keyword and without parentheses
9469 like "function FOO" (bug#11856).
9470
9471 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9472
9473 * window.el (split-window-sensibly): Make WINDOW argument
9474 optional.
9475
9476 2012-07-18 Chong Yidong <cyd@gnu.org>
9477
9478 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9479
9480 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9481 and make C-x 8 RET exit isearch (Bug#11439).
9482
9483 * international/iso-transl.el: Move isearch-mode-map key
9484 definitions to isearch.el.
9485
9486 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9489 (eieio-defclass): Use gv-define-setter when possible.
9490
9491 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9492
9493 Reflect recent changes in Fgarbage_collect.
9494 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9495 reflect new format of data returned by Fgarbage_collect.
9496
9497 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9498
9499 New utility functions + python-info-ppss-context fix (Bug#11910).
9500 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9501 (python-info-ppss-comment-or-string-p): New functions.
9502 (python-info-ppss-context): Small fix for string check.
9503
9504 2012-07-17 Juri Linkov <juri@jurta.org>
9505
9506 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9507 (dired-do-async-shell-command): Don't add `*' at the end of the
9508 command (Bug#11815).
9509 (dired-do-shell-command): Doc fix.
9510 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9511 Join the individual commands using either "&" or ";" as the
9512 separator depending on the values of these trailing characters.
9513 At the end re-add the trailing "&". (Bug#10598)
9514
9515 * simple.el (async-shell-command): Sync the interactive spec with
9516 `shell-command'. Doc fix.
9517 (shell-command): Doc fix.
9518
9519 2012-07-17 Juri Linkov <juri@jurta.org>
9520
9521 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9522
9523 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9524
9525 Final renames and doc fixes for movement commands (bug#11899).
9526 * progmodes/python.el (python-nav-beginning-of-statement):
9527 Rename from python-nav-statement-start.
9528 (python-nav-end-of-statement): Rename from
9529 python-nav-statement-end.
9530 (python-nav-beginning-of-block): Rename from
9531 python-nav-block-start.
9532 (python-nav-end-of-block): Rename from python-nav-block-end.
9533
9534 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9535
9536 * progmodes/python.el (python-shell-send-string-no-output):
9537 Allow accept-process-output to quit, keeping shell process ready for
9538 future interactions (Bug#11868).
9539
9540 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9543
9544 * emacs-lisp/elint.el (elint-find-args-in-code):
9545 Use help-function-arglist, so as to handle lexical byte-code.
9546
9547 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9548 change (bug#11826).
9549
9550 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9553 Avoid spuriously marking the buffer as modified because of c-is-sws.
9554
9555 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9556 as not-a-comment (bug#11946).
9557
9558 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9559 for uninterned vars.
9560
9561 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9562 Use read-event since we don't really want to read chars but bytes.
9563
9564 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9565 $$..$$ but also $..$ using regexps (bug#11953).
9566 Use tex-verbatim for \url and \path.
9567 (tex-font-lock-keywords): Define as defconst like the others.
9568 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9569
9570 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9571
9572 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9573 alias for insert-char.
9574
9575 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9576
9577 * progmodes/python.el: Simplified imenu implementation.
9578 (python-nav-jump-to-defun): Remove command.
9579 (python-mode-map): Use `imenu' instead.
9580 (python-nav-list-defun-positions-cache)
9581 (python-imenu-include-defun-type, python-imenu-make-tree)
9582 (python-imenu-subtree-root-label, python-imenu-index-alist):
9583 Remove vars.
9584 (python-nav-list-defun-positions, python-nav-read-defun)
9585 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9586 (python-imenu-make-tree, python-imenu-create-index):
9587 Remove functions.
9588 (python-mode): Update to interact with imenu by setting
9589 `imenu-extract-index-name-function' only.
9590
9591 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9592
9593 * progmodes/python.el: Enhancements to navigation commands.
9594 (python-nav-backward-sentence)
9595 (python-nav-forward-sentence): Remove.
9596 (python-nav-backward-statement, python-nav-forward-statement)
9597 (python-nav-statement-start, python-nav-statement-end)
9598 (python-nav-backward-block, python-nav-forward-block)
9599 (python-nav-block-start, python-nav-block-end)
9600 (python-nav-forward-sexp-function)
9601 (python-info-current-line-comment-p)
9602 (python-info-current-line-empty-p): New functions.
9603 (python-indent-context): Use `python-nav-statement-start'.
9604
9605 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9606
9607 * eshell/em-ls.el (eshell/ls): Use `apply'.
9608
9609 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9610 multi-hops, instead of Tramp internals.
9611
9612 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9613
9614 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9615 when F1 and F2 are located on different hosts.
9616
9617 2012-07-14 Chong Yidong <cyd@gnu.org>
9618
9619 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9620 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9621 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9622 (xterm-mouse--read-event-sequence-1000)
9623 (xterm-mouse--read-event-sequence-1006): New functions. For old
9624 mouse protocol, handle M-mouse-X events correctly.
9625 (xterm-mouse-event): New arg specifying mouse protocol.
9626 (turn-on-xterm-mouse-tracking-on-terminal)
9627 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9628 sequence to toggle extended coordinates on newer XTerms.
9629 This appears to be harmless on terminals which do not support this.
9630
9631 2012-07-14 Leo Liu <sdl.web@gmail.com>
9632
9633 Add fringe bitmap indicators for flymake. (Bug#11253)
9634 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9635 (flymake-make-overlay): New arg BITMAP.
9636 (flymake-error-bitmap, flymake-warning-bitmap)
9637 (flymake-fringe-indicator-position): New user variables.
9638
9639 * fringe.el: New bitmap exclamation-mark.
9640
9641 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9642
9643 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9644 also (Bug#7879).
9645
9646 2012-07-14 Chong Yidong <cyd@gnu.org>
9647
9648 * electric.el (electric-pair-post-self-insert-function): Fix pair
9649 insertion in empty-region case (Bug#11520).
9650
9651 2012-07-14 Chong Yidong <cyd@gnu.org>
9652
9653 * bindings.el: Consolidate ctl-x-r-map bindings.
9654 Bind copy-rectangle-as-kill to C-x r w.
9655
9656 * rect.el, register.el: Move bindings to bindings.el.
9657
9658 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9659
9660 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9661
9662 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9663
9664 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9665
9666 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9667
9668 * bindings.el (top): Use `mapc' instead of `mapcar'.
9669
9670 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9671
9672 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9673
9674 * progmodes/sql.el (sql-comint): Suppress the check for program on
9675 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9676 (Bug#11908)
9677
9678 2012-07-13 Chong Yidong <cyd@gnu.org>
9679
9680 * bindings.el: Assign a non-nil permanent-local property to
9681 per-buffer variables which lack a default value (Bug#11930).
9682
9683 * help-fns.el (describe-variable): In the "automatically becomes
9684 local" notice, take note of permanent-local variables.
9685
9686 2012-07-13 Chong Yidong <cyd@gnu.org>
9687
9688 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9689 to allow printing the message when called from Lisp.
9690
9691 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9692 Remove toggle-read-only.
9693
9694 * bs.el (bs-toggle-readonly):
9695 * buff-menu.el (Buffer-menu-toggle-read-only):
9696 Remove with-no-warnings around toggle-read-only.
9697
9698 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9699 Remove with-no-warnings around toggle-read-only.
9700 (ffap-read-only, ffap-read-only-other-window)
9701 (ffap-read-only-other-frame): Callers changed.
9702
9703 * help-mode.el: Don't require view package.
9704 (help-mode-finish): Set buffer-read-only instead of calling
9705 toggle-read-only.
9706
9707 * bindings.el (mode-line-toggle-read-only):
9708 * dired.el (dired-toggle-read-only):
9709 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9710 with non-nil second arg.
9711
9712 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9713 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9714 directly.
9715
9716 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9717
9718 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9719 not incf.
9720
9721 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9722
9723 More CL cleanups and reduction of use of cl.el.
9724 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9725 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9726 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9727 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9728 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9729 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9730 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9731 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9732 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9733 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9734 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9735 * eshell/em-cmpl.el, eshell/em-banner.el:
9736 * calendar/parse-time.el: Use cl-lib.
9737 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9738 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9739 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9740 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9741 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9742 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9743 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9744 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9745 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9746 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9747 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9748 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9749 `lambda' rather than with `quote'.
9750 (eshell-do-opt): Adjust accordingly.
9751 (eshell-process-option): Simplify.
9752 * eshell/esh-var.el:
9753 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9754 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9755 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9756 to `pcase--dontcare'.
9757 * emacs-lisp/cl.el (labels): Mark obsolete.
9758 (cl--letf, letf): Move to cl-lib.
9759 (cl--letf*, letf*): Remove.
9760 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9761 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9762 (cl-progv): Rewrite.
9763 (cl--letf, cl-letf): Move from cl.el.
9764 (cl-letf*): New macro.
9765 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9766
9767 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9768
9769 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9770
9771 2012-07-11 Chong Yidong <cyd@gnu.org>
9772
9773 * vc/log-edit.el (log-edit-vc-backend): New variable.
9774 (log-edit): Doc fix.
9775
9776 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9777 argument of log-edit to set up all local variables.
9778 (vc-start-logentry): New optional arg specifying VC backend.
9779
9780 * vc/vc.el (vc-checkin): Use it.
9781 (vc-deduce-fileset): Handle Log Edit buffers.
9782 (vc-diff): Make first argument optional too.
9783
9784 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9785
9786 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9787
9788 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9789 command, just in case. The function is not needed anymore.
9790 (eshell-external-command): Do not call `eshell-remote-command'.
9791
9792 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9793
9794 Reduce use of (require 'cl).
9795 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9796 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9797 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9798 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9799 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9800 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9801 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9802 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9803 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9804 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9805 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9806 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9807 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9808 (byte-compile-unfold-bcf, byte-compile-check-variable):
9809 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9810 (byte-compile-nilconstp):
9811 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9812 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9813
9814 * emacs-lisp/gv.el (cond): Make it a valid place.
9815 (if): Simplify slightly.
9816
9817 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9818 (pcase--self-quoting-p): New function.
9819 (pcase--u1): Use it.
9820
9821 2012-07-10 Glenn Morris <rgm@gnu.org>
9822
9823 * emacs-lisp/authors.el (authors-fixed-entries):
9824 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9825
9826 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9827
9828 Rename configure.in to configure.ac (Bug#11603).
9829 * emacs-lisp/authors.el (authors-canonical-file-name):
9830 * progmodes/autoconf.el (autoconf-mode):
9831 Prefer configure.ac to configure.in.
9832
9833 2012-07-08 Chong Yidong <cyd@gnu.org>
9834
9835 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9836 Implement the mouse-1-click-follows-link handling properly.
9837
9838 * info.el (Info-link-keymap): Use follow-link mechanism for
9839 header-line links (Bug#374).
9840
9841 * simple.el (deactivate-mark): Do not set the primary selection
9842 if another program has acquired it (Bug#11772).
9843
9844 2012-07-07 Kevin Ryde <user42@zip.com.au>
9845
9846 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9847 (woman-decode-region): Replace escaped-escapes without destroying
9848 bold or underline (Bug#11552).
9849 (woman2-process-escapes): Handle nofill regions (Bug#11591).
9850
9851 2012-07-07 Chong Yidong <cyd@gnu.org>
9852
9853 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9854 (interprogram-cut-function, interprogram-paste-function):
9855 Mention that we typically mean the clipboard.
9856
9857 2012-07-06 Glenn Morris <rgm@gnu.org>
9858
9859 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
9860
9861 * files.el (toggle-read-only): Restrict message to interactive use.
9862
9863 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
9864
9865 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9866
9867 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9868
9869 2012-07-06 Glenn Morris <rgm@gnu.org>
9870
9871 * Makefile.in (compile-one-process): Rename from "recompile".
9872
9873 * Makefile.in (bzr-update): "compile" is the same as "recompile
9874 autoloads", but parallelizable, so use that instead.
9875
9876 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
9877
9878 * window.el (quit-window): Always restore window height when
9879 it's saved in quit-restore parameter (Bug#11810).
9880
9881 2012-07-06 Glenn Morris <rgm@gnu.org>
9882
9883 * simple.el (kill-whole-line): Doc tweak.
9884
9885 2012-07-06 Eli Zaretskii <eliz@gnu.org>
9886
9887 * files.el (file-relative-name): Compare file names
9888 case-insensitively if on MS-Windows or MS-DOS, or if
9889 read-file-name-completion-ignore-case is non-nil. Don't use
9890 case-fold-search for this purpose. (Bug#11827)
9891
9892 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9893
9894 * calendar/cal-dst.el (calendar-current-time-zone):
9895 Return calendar-current-time-zone-cache if non-nil.
9896
9897 2012-07-17 Masatake YAMATO <yamato@redhat.com>
9898 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
9899
9900 * calendar/cal-dst.el (calendar-current-time-zone):
9901 Return calendar-current-time-zone-cache if non-nil.
9902
9903 2012-07-06 Glenn Morris <rgm@gnu.org>
9904
9905 * Makefile.in (cvs-update): Remove old alias.
9906
9907 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
9908
9909 Sync with Tramp 2.2.6-pre.
9910
9911 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9912 compatible declaration.
9913
9914 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9915 Protect `list-load-path-shadows' call.
9916
9917 * net/tramp-compat.el (top): Require packages, which aren't
9918 autoloaded anymore for XEmacs. Protect call of
9919 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9920 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
9921 it hurts at least for SXEmacs.
9922 (tramp-compat-temporary-file-directory): In XEmacs, there is no
9923 standard-value for `temporary-file-directory'.
9924
9925 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9926 Redirect stderr to /dev/null.
9927 (tramp-sh-handle-write-region): uid and gid can be floats.
9928 Reported by Russell Sim <russell.sim@gmail.com>.
9929 (tramp-sh-handle-vc-registered): Hide errors.
9930 (tramp-vc-file-name-handler): Use dummy results for `process-file'
9931 and `start-file-process'.
9932 (tramp-maybe-open-connection): Check also whether `non-essential'
9933 is bound.
9934
9935 2012-07-04 Chong Yidong <cyd@gnu.org>
9936
9937 * xml.el (xml--parse-buffer): Use xml-syntax-table.
9938 (xml-parse-tag): Likewise, and avoid changing entity tables.
9939 (xml-syntax-table): Define from scratch, making sure not to give
9940 x2000 and other Unicode spaces whitespace syntax, since those are
9941 not spaces in XML.
9942 (xml-parse-fragment): Delete unused function.
9943 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9944 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9945 (xml-entity-ref, xml-pe-reference-re)
9946 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9947 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9948 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9949 (xml-entity-value-re): Use syntax references in regexps where
9950 possible; no need to define inside a let-binding.
9951 (xml-parse-dtd): Use xml-pe-reference-re.
9952 (xml-entity-or-char-ref-re): New defconst.
9953 (xml-parse-string, xml-substitute-special): Use it.
9954
9955 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * files.el (locate-dominating-file): Allow `name' to be a predicate.
9958 (find-file--read-only): New function.
9959 (find-file-read-only, find-file-read-only-other-window)
9960 (find-file-read-only-other-frame): Use it.
9961 (insert-file-contents-literally): Don't `fset'.
9962 (get-free-disk-space): Use locate-dominating-file.
9963
9964 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9965 function is already compiled.
9966
9967 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
9968
9969 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
9970
9971 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9972 files on the same host.
9973
9974 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
9975
9976 * help-fns.el (describe-function-1): Only call
9977 help-fns--autoloaded-p when we have a file name. (Bug#11848)
9978
9979 2012-07-03 Chong Yidong <cyd@gnu.org>
9980
9981 * xml.el: Protect parser against XML bombs.
9982 (xml-entity-expansion-limit): New variable.
9983 (xml-parse-string, xml-substitute-special): Use it.
9984 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9985
9986 2012-07-03 Glenn Morris <rgm@gnu.org>
9987
9988 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9989 Allow linking to specific messages in debbugs reports (eg 123#5).
9990
9991 2012-07-02 Chong Yidong <cyd@gnu.org>
9992
9993 * xml.el: Fix entity and character reference expansion, allowing
9994 them to expand into markup as per XML spec.
9995 (xml-default-ns): New variable.
9996 (xml-entity-alist): Use XML spec definitions for lt and amp.
9997 (xml-parse-region): Make first two arguments optional.
9998 Discard text properties.
9999 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10000 All callers changed.
10001 (xml-parse-tag): Call xml-parse-tag-1. For backward
10002 compatibility, this function should not modify buffer contents.
10003 (xml-parse-tag-1): Fix opening-tag regexp.
10004 (xml-parse-string): Rewrite, handling entity and character
10005 references properly.
10006 (xml--entity-replacement-text): Signal an error if a parameter
10007 entity is undefined.
10008
10009 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * comint.el (comint-output-filter): Filter out repeated prompts.
10012
10013 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10014 and file-name-absolute-p.
10015 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10016 internal calls.
10017
10018 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10019
10020 Spelling fixes.
10021 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10022 Rename from byte-compile--refiy-function. All uses changed.
10023
10024 2012-07-01 Chong Yidong <cyd@gnu.org>
10025
10026 * xml.el (xml--parse-buffer): New function. Move most of
10027 xml-parse-region here.
10028 (xml-parse-region): Copy region into a temporary buffer, since
10029 parameter entity substitution requires changing buffer contents.
10030 Use xml--parse-buffer.
10031 (xml-parse-file): Use xml--parse-buffer.
10032 (xml-parse-dtd): Make parameter entity substitution work right.
10033 Use proper regexps for ELEMENT declarations (Bug#7172).
10034
10035 2012-06-30 Glenn Morris <rgm@gnu.org>
10036
10037 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10038
10039 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10040 Remove outdated and unnecessary dbus declarations.
10041
10042 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10043
10044 * emacs-lisp/timer.el (timer-until): Subtract results of
10045 float-time, instead of taking float-time of the result of
10046 time-subtract, since float-time signals an error for negative time
10047 arguments.
10048
10049 2012-06-30 Chong Yidong <cyd@gnu.org>
10050
10051 * xml.el (xml-*-re): Convert defvars into defconsts, and
10052 eval-and-compile them so eval-and-compile works on derivatives.
10053 (xml--entity-replacement-text): Use eval-and-comple.
10054
10055 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10056
10057 * vc/vc-git.el (vc-git-registered): Use cache property
10058 `git-registered'.
10059 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10060 `vc-git-working-revision' in order to benefit from the cache.
10061 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10062
10063 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10064
10065 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10066 removed (likely outside Emacs). (Bug#11757)
10067
10068 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * emacs-lisp/cl-lib.el: Require macroexp.
10071
10072 2012-06-30 Chong Yidong <cyd@gnu.org>
10073
10074 * xml.el: Implement XML parameter entities.
10075 (xml-parameter-entity-alist): New variable.
10076 (xml-parse-region, xml-parse-fragment): Preserve previous values
10077 of xml-entity-alist and xml-parameter-entity-alist, so that
10078 repeated calls on different documents do not change them.
10079 (xml-parse-tag): Fix doctype regexp.
10080 (xml--entity-replacement-text): New function.
10081 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10082 properly requires url retrieval which is unimplemented.
10083 (xml-escape-string): Doc fix.
10084
10085 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10088
10089 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10090
10091 * fringe.el (fringe-mode): Doc fix.
10092
10093 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10094
10095 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10096 is non-nil.
10097 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10098 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10099
10100 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10101
10102 * calendar/cal-dst.el (calendar-current-time-zone):
10103 Return calendar-current-time-zone-cache if non-nil.
10104
10105 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10106
10107 * progmodes/which-func.el (which-func-format):
10108 Add mouse-face. (Bug#11698)
10109
10110 2012-06-29 Leo Liu <sdl.web@gmail.com>
10111
10112 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10113
10114 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * minibuffer.el (minibuffer-confirm-exit-commands):
10117 Add completion-at-point (bug#11725).
10118
10119 2012-06-29 Glenn Morris <rgm@gnu.org>
10120
10121 * progmodes/f90.el (f90-font-lock-keywords-2):
10122 Add some preprocessor elements. (Bug#10499)
10123
10124 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10127 Use syntax-propertize (bug#11739).
10128
10129 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10130
10131 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10132
10133 2012-06-28 Julien Danjou <julien@danjou.info>
10134
10135 * term.el (term-handle-colors-array): Use a set of new faces to
10136 color the terminal. Also uses :inverse-video property.
10137 (term-default-fg-color): Set to nil by default, deprecate in favor
10138 of `term-face'.
10139 (term-default-bg-color): Set to nil by default, deprecate in favor
10140 of `term-face'.
10141 (term-current-face): Use `term-face' by default.
10142 (term-bold-attribute): Variable deleted.
10143
10144 2012-06-28 Glenn Morris <rgm@gnu.org>
10145
10146 * simple.el (completion-list-mode-finish):
10147 Don't use toggle-read-only. (Since completion-list-mode has
10148 a special mode-class, it wasn't doing anything extra anyway.)
10149
10150 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 Make inlining of other-mode interpreted functions work (bug#11799).
10153 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10154 (byte-compile): Use it to fix compilation of lexical-binding closures.
10155 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10156 function, if needed.
10157
10158 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * help-mode.el (help-make-xrefs): Don't just withstand
10161 cyclic-variable-indirection but any error in documentation-property.
10162
10163 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10164 memory use.
10165 * bindings.el (bindings--define-key): New function.
10166 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10167 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10168 * bindings.el: Use it to purecopy define-key bindings.
10169
10170 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10171
10172 * emacs-lisp/cl.el (flet): Mark obsolete.
10173 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10174 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10175 * progmodes/js.el (js-c-fill-paragraph):
10176 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10177 (ebrowse-switch-member-buffer-to-derived-class):
10178 * play/5x5.el (5x5-solver): Use cl-flet.
10179
10180 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10181 (cl--symbol-function): New macro.
10182 (cl--letf, cl--letf*): Use it.
10183
10184 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10185 Strip "toggle-" if any.
10186
10187 2012-06-27 Glenn Morris <rgm@gnu.org>
10188
10189 * info.el (Info-default-directory-list): Move here from paths.el.
10190 * paths.el: Remove file, which is now empty.
10191 * loadup.el: No longer load "paths".
10192
10193 * custom.el (custom-initialize-delay): Doc fix.
10194
10195 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10196 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10197 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10198 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10199 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10200 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10201 * eshell/eshell.el (eshell-defgroup): Remove alias.
10202
10203 2012-06-27 Chong Yidong <cyd@gnu.org>
10204
10205 * help.el (help-enable-auto-load): New variable.
10206
10207 * help-fns.el (help-fns--autoloaded-p): New function.
10208 (describe-function-1): Refer to a function as "autoloaded" if it
10209 was autoloaded at any time in the past. Perform autoloading if
10210 help-enable-auto-load is non-nil.
10211
10212 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10213
10214 * makefile.w32-in (compile, compile-always): Depend on
10215 update-subdirs, not on subdirs.el. Otherwise, several different
10216 sub-targets of 'bootstrap' running in parallel could
10217 simultaneously write to subdirs.el, producing a garbled file.
10218
10219 2012-06-26 Sam Steingold <sds@gnu.org>
10220
10221 * files.el (file-name-base): New convenience function.
10222 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10223 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10224 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10225 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10226 * textmodes/ispell.el, textmodes/reftex-ref.el:
10227 * textmodes/tex-mode.el: Use it.
10228 Did not touch cedet and org because they are maintained elsewhere.
10229
10230 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10231
10232 * calendar/calendar.el (calendar-exit): Don't try to delete or
10233 iconify last frame. See:
10234 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10235
10236 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10237
10238 * server.el (server-process-filter): Remember dir in the
10239 process's `server-client-directory' properties.
10240
10241 2012-06-24 Chong Yidong <cyd@gnu.org>
10242
10243 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10244 non-tag text.
10245
10246 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10247
10248 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10249
10250 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 * help-fns.el (describe-variable): Don't croak when doc is not found.
10253 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10254 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10255 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10256 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10257 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10258 ((lambda ..) ..).
10259 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10260
10261 2012-06-23 Chong Yidong <cyd@gnu.org>
10262
10263 * info.el (Info-mouse-follow-link): Accept symbol values of
10264 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10265 (Info-fontify-node): Use Info-link-keymap for all navigation
10266 buttons, with link-args property to perform the desired action.
10267 (Info-link-keymap): Doc fix.
10268 (Info-next-link-keymap, Info-prev-link-keymap)
10269 (Info-up-link-keymap): Delete now-unused keymaps.
10270
10271 2012-06-23 Chong Yidong <cyd@gnu.org>
10272
10273 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10274
10275 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10276 system abbrevs.
10277
10278 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10279
10280 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10283 (bug#11719).
10284
10285 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10286 the requote function doesn't work properly (bug#11714).
10287
10288 2012-06-23 Glenn Morris <rgm@gnu.org>
10289
10290 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10291
10292 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 Further GV/CL cleanups.
10295 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10296 gv-expander.
10297 (gv--defun-declaration): New function.
10298 (defun-declarations-alist): Use it.
10299 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10300 (gv-place): Autoload.
10301 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10302 original definition of dotimes and dolist.
10303 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10304 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10305 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10306 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10307 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10308 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10309 to the function's definition.
10310 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10311 * window.el:
10312 * files.el:
10313 * faces.el:
10314 * env.el: Don't use CL.
10315
10316 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10317
10318 Support higher-resolution time stamps (Bug#9000).
10319
10320 * calendar/time-date.el (with-decoded-time-value): New arg
10321 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10322 (encode-time-value): New optional arg PICO. New type 3.
10323 (time-to-seconds) [!float-time]: Support the new picoseconds
10324 component if it's used.
10325 (seconds-to-time, time-subtract, time-add):
10326 Support ps-resolution time stamps as well.
10327
10328 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10329 (timerp): Timer vectors now have length 9, not 8.
10330 (timer--time): Support new-style (4-part) time stamps.
10331 (timer-next-integral-multiple-of-time): Time stamps now have
10332 picosecond resolution, so take a bit more care about rounding.
10333 (timer-relative-time, timer-inc-time): New optional arg psecs.
10334 (timer-set-time-with-usecs): Set psecs to 0.
10335 (timer--activate): Check psecs component, too.
10336
10337 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10338
10339 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10342 Move the non-essential binding to the post/pre-command-hook where it is
10343 more obviously correct.
10344
10345 * subr.el (read-passwd): Don't use a history at all.
10346 * savehist.el (savehist-save): Remove password saved accidentally
10347 because of the above bug.
10348
10349 2012-06-22 Bastien Guerry <bzg@gnu.org>
10350
10351 * files.el (toggle-read-only): Display a message telling whether
10352 the buffer is read-only or not (bug#11726).
10353
10354 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10355
10356 * emacs-lisp/gv.el: New file.
10357 * subr.el (push, pop): Extend to generalized variables.
10358 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10359 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10360 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10361 gv-define-simple-setter, and gv-define-expander.
10362 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10363 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10364 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10365 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10366 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10367 gv-letplace.
10368 (cl-defstruct): Don't define setf-method any more.
10369 * emacs-lisp/cl.el (flet): Don't autoload.
10370 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10371 (define-setf-expander, defsetf, define-modify-macro)
10372 (cl-struct-setf-expander): Move from cl-lib.el.
10373 * emacs-lisp/syntax.el:
10374 * emacs-lisp/ewoc.el:
10375 * emacs-lisp/smie.el:
10376 * emacs-lisp/cconv.el:
10377 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10378 (timer--time): Use gv-define-simple-setter.
10379 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10380 to avoid coding-system problems in subr.el. Adjust all users.
10381 (macroexp--maxsize, macroexp-small-p): New functions.
10382 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10383 * scroll-bar.el (scroll-bar-mode):
10384 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10385 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10386 * winner.el (winner-configuration, winner-make-point-alist)
10387 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10388 * files.el (locate-file-completion-table): Avoid list*.
10389
10390 2012-06-22 Chong Yidong <cyd@gnu.org>
10391
10392 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10393 (dired-create-files): Doc fix (Bug#11329).
10394 (dired-do-copy): Doc fix (Bug#11334).
10395 (dired-mark-read-string): Doc fix (Bug#11553).
10396
10397 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10398 Doc fix (Bug#11326).
10399 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10400 (dired-dwim-target): Doc fix.
10401
10402 * wdired.el (wdired-mode): Doc fix.
10403
10404 2012-06-22 Glenn Morris <rgm@gnu.org>
10405
10406 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10407 (pcmpl-rpm-cache-stamp-file): New constant.
10408 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10409 (pcmpl-rpm-packages): Optionally cache list of packages.
10410
10411 * pcmpl-rpm.el (pcmpl-rpm): New group.
10412 (pcmpl-rpm-query-options): New option.
10413 (pcmpl-rpm-packages): No need to inline it.
10414 Use pcmpl-rpm-query-options.
10415
10416 * calendar/calendar.el (calendar-in-read-only-buffer):
10417 Avoid some needless mode changes.
10418
10419 2012-06-21 Chong Yidong <cyd@gnu.org>
10420
10421 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10422 (desktop-path): Remove . from the default value (Bug#10977).
10423 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10424
10425 2012-06-20 Chong Yidong <cyd@gnu.org>
10426
10427 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10428
10429 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10430
10431 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10432 (bug#11201).
10433
10434 2012-06-20 Chong Yidong <cyd@gnu.org>
10435
10436 * term.el (term-window-width): Handle the case of a missing right
10437 fringe (Bug#8837).
10438 (term-check-size): Use window-text-height (Bug#5445).
10439 (term-mode): Use define-derived-mode. Minor cleanups.
10440 Set font-lock-defaults (Bug#7692).
10441 (term-move-columns, term-insert-char, term-emulate-terminal)
10442 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10443
10444 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10445
10446 * net/ange-ftp.el (ange-ftp-get-passwd):
10447 Bind `enable-recursive-minibuffers'.
10448 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10449
10450 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10451
10452 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10453
10454 2012-06-19 Glenn Morris <rgm@gnu.org>
10455
10456 * progmodes/python.el (python-mode): Derive from prog-mode.
10457
10458 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10459
10460 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10461 (edt-user-menu-bar-update-buffers): New functions.
10462 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10463
10464 2012-06-19 Chong Yidong <cyd@gnu.org>
10465
10466 * subr.el (with-selected-window): Preserve the selected window's
10467 terminal's top-frame (Bug#4702).
10468
10469 * window.el (save-selected-window): Likewise.
10470
10471 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * progmodes/python.el (python-rx-constituents): Move backquote.
10474 (python-skeleton-define, python-define-auxiliary-skeleton):
10475 Use `declare'.
10476
10477 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10478
10479 * minibuffer.el (read-file-name-default): Revert the patch from
10480 2012-06-17.
10481
10482 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10485 (pcase--u1, pcase--q1): Don't use apply-partially.
10486
10487 2012-06-18 Glenn Morris <rgm@gnu.org>
10488
10489 * progmodes/python.el (python-proc, python-buffer)
10490 (python-send-receive, python-send-string): Fix obsolete versions.
10491
10492 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10493
10494 * window.el (special-display-p): Completely remove stringp
10495 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10496
10497 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10498
10499 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10500
10501 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10502
10503 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10504 * net/tramp-sh.el (tramp-maybe-open-connection):
10505 Throw if `non-essential' is non-nil.
10506
10507 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10508
10509 * window.el (special-display-p): Signal an error if BUFFER-NAME
10510 is not a string (Bug#11713).
10511
10512 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10513
10514 * progmodes/python.el (python-info-beginning-of-backslash):
10515 Rename from python-info-beginning-of-backlash, as a spelling fix.
10516
10517 2012-06-17 Chong Yidong <cyd@gnu.org>
10518
10519 * term.el (term-emulate-terminal): If term-check-size is called,
10520 move point to the process mark without resetting point (Bug#4635).
10521
10522 2012-06-17 Glenn Morris <rgm@gnu.org>
10523
10524 * international/mule-cmds.el (mule-menu-keymap)
10525 (set-language-environment, set-locale-environment): Doc tweaks.
10526
10527 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10528
10529 * cus-face.el (custom-face-attributes): Add wave-style underline
10530 attribute.
10531 * faces.el (set-face-attribute): Update docstring to describe
10532 wave-style underline attribute.
10533
10534 2012-06-16 Chong Yidong <cyd@gnu.org>
10535
10536 * term/xterm.el (terminal-init-xterm): Discard input before
10537 querying background mode (Bug#10959).
10538
10539 2012-06-16 Stefan Merten <smerten@oekonux.de>
10540
10541 * textmodes/rst.el: Added and corrected some comments.
10542 (rst-re-alist-def): Improve symbol syntax.
10543 (rst-mode-syntax-table): Correct syntax entries.
10544 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10545 (rst-official-version, rst-official-cvs-rev): Update version
10546 information.
10547
10548 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10549
10550 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10551 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10552
10553 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10554
10555 * progmodes/python.el: New python.el merge.
10556 (python-guess-indent): Obsolete var.
10557 (python-indent-guess-indent-offset): New defcustom.
10558 (python-indent): Obsolete var.
10559 (python-indent-offset): New defcustom.
10560 (python-python-command, python-jython-command): Delete var.
10561 (python-shell-interpreter): New defcustom.
10562 (python-pdbtrack-do-tracking-p): Delete var.
10563 (python-pdbtrack-activate): New defcustom.
10564 (python-use-skeletons): Obsolete var.
10565 (python-skeleton-autoinsert): New defcustom.
10566 (inferior-python-filter-regexp, python-continuation-offset)
10567 (python-honour-comment-indentation, python-indent-string-contents)
10568 (python-jython-packages, python-mode-hook)
10569 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10570 (python-shell-prompt-alist)
10571 (python-source-modes): Delete defcustoms.
10572 (python-check-buffer-name, python-eldoc-setup-code)
10573 (python-eldoc-string-code, python-ffap-setup-code)
10574 (python-ffap-string-code, python-fill-comment-function)
10575 (python-fill-decorator-function, python-fill-paren-function)
10576 (python-fill-string-function, python-imenu-include-defun-type)
10577 (python-imenu-make-tree, python-imenu-subtree-root-label)
10578 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10579 (python-shell-compilation-regexp-alist)
10580 (python-shell-completion-module-string-code)
10581 (python-shell-completion-pdb-string-code)
10582 (python-shell-completion-setup-code)
10583 (python-shell-completion-string-code)
10584 (python-shell-enable-font-lock, python-shell-exec-path)
10585 (python-shell-extra-pythonpaths)
10586 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10587 (python-shell-process-environment)
10588 (python-shell-prompt-block-regexp)
10589 (python-shell-prompt-output-regexp)
10590 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10591 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10592 (python-shell-virtualenv-path): New defcustoms.
10593 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10594 (inferior-python-mode-syntax-table, python--prompt-regexp)
10595 (python-buffer, python-command python-python-command)
10596 (python-default-template, python-imports, python-indent-index)
10597 (python-indent-list, python-indent-list-length)
10598 (python-mode-running, python-pdbtrack-is-tracking-p)
10599 (python-preoutput-continuation, python-preoutput-leftover)
10600 (python-preoutput-result, python-preoutput-skip-next-prompt)
10601 (python-prev-dir/file, python-recursing)
10602 (python-saved-check-command, python-version-checked)
10603 (python-which-func-length-limit)
10604 (view-return-to-alist): Delete vars.
10605 (python-check-custom-command, python-dotty-syntax-table)
10606 (python-imenu-index-alist, python-indent-current-level)
10607 (python-indent-dedenters, python-indent-levels)
10608 (python-nav-beginning-of-defun-regexp)
10609 (python-nav-list-defun-positions-cache)
10610 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10611 (python-shell-internal-buffer)
10612 (python-skeleton-available): New vars.
10613 (def-python-skeleton): Delete macro.
10614 (python-skeleton-define): New macro.
10615 (python-define-auxiliary-skeleton, python-rx): New macros.
10616 (python-insert-class): Delete command.
10617 (python-skeleton-class): New command.
10618 (python-insert-def): Delete command.
10619 (python-skeleton-def): New command.
10620 (python-insert-for): Delete command.
10621 (python-skeleton-for): New command.
10622 (python-insert-if): Delete command.
10623 (python-skeleton-if): New command.
10624 (python-insert-try/except, python-insert-try/finally): Delete commands.
10625 (python-skeleton-try): New command.
10626 (python-insert-while): Delete command.
10627 (python-skeleton-while): New command.
10628 (python-backspace): Delete command.
10629 (python-indent-dedent-line-backspace): New command.
10630 (python-electric-colon): Delete command.
10631 (python-indent-electric-colon): New command.
10632 (python-guess-indent): Delete command.
10633 (python-indent-guess-indent-offset): New command.
10634 (python-shift-left): Delete command.
10635 (python-indent-shift-left): New command.
10636 (python-shift-right): Delete command.
10637 (python-indent-shift-right): New command.
10638 (python-find-function): Delete command.
10639 (python-nav-jump-to-defun): New command.
10640 (python-next-statement): Delete command.
10641 (python-nav-forward-sentence): New command.
10642 (python-previous-statement): Delete command.
10643 (python-nav-backward-sentence): New command.
10644 (python-fill-paragraph): Delete command.
10645 (python-fill-paragraph-function): New command.
10646 (python-send-buffer): Delete command.
10647 (python-shell-send-buffer): New command.
10648 (python-send-defun): Delete command.
10649 (python-shell-send-defun): New command.
10650 (python-send-region, python-send-region-and-go): Delete commands.
10651 (python-shell-send-region)
10652 (python-shell-switch-to-shell): New commands.
10653 (python-send-string): Delete command.
10654 (python-shell-send-string): New command.
10655 (python-switch-to-python): Delete command.
10656 (python-shell-switch-to-shell): New command.
10657 (python-describe-symbol): Delete command.
10658 (python-eldoc-at-point): New command.
10659 (python--set-prompt-regexp, python-args-to-list)
10660 (python-after-info-look, python-check-version)
10661 (python-check-comint-prompt, python-find-imports)
10662 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10663 (python-unload-function, python-expand-template)
10664 (python-maybe-jython, python-preoutput-filter)
10665 (python-pdbtrack-get-source-buffer)
10666 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10667 (python-pdbtrack-toggle-stack-tracking)
10668 (python-pdbtrack-track-stack-file, python-initial-text)
10669 (python-first-word, python-comment-line-p, python-send-command)
10670 (python-setup-brm, python-sentinel, python-set-proc)
10671 (python-skip-out, python-input-filter, python-outdent-p)
10672 (python-outline-level, python-backslash-continuation-line-p)
10673 (python-end-of-block, python-end-of-statement, python-mark-block)
10674 (python-beginning-of-block, python-beginning-of-statement)
10675 (python-blank-line-p, python-beginning-of-string)
10676 (python-open-block-statement-p): Delete functions.
10677 (python-indent-line, python-indent-line-1): Delete functions.
10678 (python-indent-line): New function.
10679 (python-indentation-levels): Delete function.
10680 (python-indent-calculate-levels): New function.
10681 (python-proc): Delete function.
10682 (python-shell-get-process): New function.
10683 (python-send-receive): Delete function.
10684 (python-shell-send-string-no-output): New function.
10685 (python-module-path): Delete function.
10686 (python-ffap-module-path): New function.
10687 (python-completion-at-point)
10688 (python-symbol-completions): Delete functions.
10689 (python-completion-complete-at-point): New function.
10690 (python-load-file): Delete function.
10691 (python-shell-send-file): New function.
10692 (python-calculate-indentation): Delete function.
10693 (python-indent-calculate-indentation): New function.
10694 (python-skip-comments/blanks): Delete function.
10695 (python-util-forward-comment): New function.
10696 (python-continuation-line-p): Delete function.
10697 (python-info-continuation-line-p): New function.
10698 (python-which-func, python-current-defun): Delete function.
10699 (python-info-current-defun): New function.
10700 (python-beginning-of-defun): Delete function.
10701 (python-nav-beginning-of-defun): New function.
10702 (python-close-block-statement-p)
10703 (python-block-end-p): Delete function.
10704 (python-info-closing-block): New function.
10705 (python-comint-output-filter-function)
10706 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10707 (python-fill-comment, python-fill-decorator, python-fill-paren)
10708 (python-fill-string, python-imenu-make-element-tree)
10709 (python-imenu-make-tree, python-imenu-tree-assoc)
10710 (python-indent-context, python-indent-dedent-line)
10711 (python-indent-line-function)
10712 (python-indent-post-self-insert-function)
10713 (python-indent-toggle-levels)
10714 (python-info-assignment-continuation-line-p)
10715 (python-info-beginning-of-backlash)
10716 (python-info-block-continuation-line-p)
10717 (python-info-closing-block-message)
10718 (python-info-line-ends-backslash-p)
10719 (python-info-looking-at-beginning-of-defun)
10720 (python-info-ppss-context, python-info-ppss-context-type)
10721 (python-nav-list-defun-positions, python-nav-read-defun)
10722 (python-nav-sentence-end, python-nav-sentence-start)
10723 (python-pdbtrack-comint-output-filter-function)
10724 (python-pdbtrack-set-tracked-buffer)
10725 (python-shell-calculate-exec-path)
10726 (python-shell-calculate-process-environment)
10727 (python-shell-completion--do-completion-at-point)
10728 (python-shell-completion--get-completions)
10729 (python-shell-completion-complete-at-point)
10730 (python-shell-completion-complete-or-indent)
10731 (python-shell-get-or-create-process)
10732 (python-shell-get-process-name)
10733 (python-shell-internal-get-or-create-process)
10734 (python-shell-internal-get-process-name)
10735 (python-shell-internal-send-string, python-shell-make-comint)
10736 (python-shell-parse-command, python-shell-send-setup-code)
10737 (python-skeleton-add-menu-items)
10738 (python-util-clone-local-variables, python-util-position)
10739 (run-python-internal, python-indentation-levels)
10740 (python-nav-beginning-of-defun)
10741 (python-completion-complete-at-point): New functions.
10742 (run-python): Change arguments. New API requirements.
10743
10744 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10747 (bug#11649).
10748
10749 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10750 (macroexp--expand-all): Use it.
10751
10752 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10753 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10754 Use `cl-function' instead.
10755
10756 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10757
10758 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10759 Suggested by Stefan Monnier while discussing bug#11657.
10760
10761 2012-06-14 Sam Steingold <sds@gnu.org>
10762
10763 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10764
10765 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10766
10767 * play/doctor.el (doctor-doc): Remove parameter and use
10768 doctor-sent instead of sent.
10769 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10770
10771 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10772
10773 * files.el: Require cl-lib.
10774 (file-name-non-special): Replace case -> cl-case.
10775
10776 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10777
10778 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10779 mapping from #' to function*.
10780
10781 2012-06-13 Chong Yidong <cyd@gnu.org>
10782
10783 * mouse.el (mouse-drag-track): Do not set the mark if the user
10784 releases the mouse without selecting anything (Bug#11588).
10785
10786 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10789 as well (bug#11646).
10790
10791 * loadup.el: Count byte-code functions as well.
10792
10793 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10794 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10795
10796 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10797 (bug#11649). Add cl-defun and cl-defmacro.
10798
10799 2012-06-13 Drew Adams <drew.adams@oracle.com>
10800
10801 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10802 Fix last change.
10803
10804 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10805
10806 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10807 Otherwise, it blocks in batch mode.
10808
10809 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10810
10811 * help-mode.el (bookmark-make-record-default): Declare.
10812
10813 2012-06-13 Chong Yidong <cyd@gnu.org>
10814
10815 * emacs-lisp/package.el (list-packages): Compute a list of
10816 packages that are newly-available since the last list-packages
10817 invocation.
10818 (package-menu--new-package-list): New var.
10819 (package-menu--generate, package-menu--print-info)
10820 (package-menu--status-predicate, package-menu-mark-install):
10821 Handle new status label "new".
10822
10823 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10826 conversion to backquotes.
10827
10828 2012-06-12 Chong Yidong <cyd@gnu.org>
10829
10830 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10831 Rename from gud-inhibit-global-bindings.
10832
10833 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10834
10835 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10836 hook from nxml-glyph-set-hook.
10837
10838 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10839 declaration.
10840
10841 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10842
10843 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10844 Convert to defcustom.
10845
10846 2012-06-12 Drew Adams <drew.adams@oracle.com>
10847
10848 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10849 New functions.
10850 (help-mode): Use them.
10851
10852 2012-06-11 Glenn Morris <rgm@gnu.org>
10853
10854 * progmodes/fortran.el (fortran-font-lock-keywords-3):
10855 Use preprocessor face for directives.
10856 (fortran-directive-re): Doc fix.
10857
10858 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10861 conversion to backquotes (bug#11652).
10862
10863 Fix compiler-expansion of CL's cXXr functions (bug#11673).
10864 * emacs-lisp/cl-lib.el (cl--defalias): New function.
10865 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10866 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10867 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10868 (cl-ninth, cl-tenth): Mark them as inlinable.
10869 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10870 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10871 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10872 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10873 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10874 (cl-list*, cl-adjoin): Don't put an autoload manually.
10875 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10876 (cl--compiler-macro-list*): Add autoload cookie.
10877 (cl--compiler-macro-cXXr): New function.
10878
10879 * help-fns.el (help-fns--compiler-macro): New function extracted from
10880 describe-function-1; follow aliases and use `compiler-macro' property.
10881 (describe-function-1): Use it.
10882
10883 2012-06-11 Chong Yidong <cyd@gnu.org>
10884
10885 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10886 is uninstalled, if imagemagick is installed.
10887
10888 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * emacs-lisp/cl-lib.el: Use lexical-binding.
10891 (cl-map-extents, cl-maclisp-member): Remove.
10892 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10893 (cl--set-substring, cl--block-wrapper, cl--block-throw)
10894 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10895 * emacs-lisp/cl-extra.el: Use lexical-binding.
10896 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10897 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10898 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10899 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10900 * emacs-lisp/cl-seq.el: Use lexical-binding.
10901 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10902 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10903 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10904 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10905 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10906 CL's internals.
10907
10908 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
10909
10910 Sync with Tramp 2.2.6-pre.
10911
10912 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10913 `print-length' and `print-level' to nil, in order to avoid
10914 truncation. Reported by Christopher Schmidt
10915 <christopher@ristopher.com>.
10916
10917 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10918
10919 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10920 New defmacro.
10921 (tramp-compat-copy-directory): Add optional argument
10922 COPY-CONTENTS. It is not handled yet.
10923
10924 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10925 (tramp-ftp-file-name-p): Simplify.
10926
10927 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10928 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10929 connection vector.
10930
10931 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10932 (tramp-methods): Do not use `tramp-password-end-of-line'.
10933 (tramp-completion-function-alist-putty): Handle UNIX case.
10934 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10935 (tramp-do-file-attributes-with-stat)
10936 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10937 gid as real numbers. They could run out of integer range on cygwin.
10938 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10939 (tramp-sh-handle-expand-file-name): Handle hops.
10940 (tramp-open-connection-setup-interactive-shell):
10941 Use `tramp-cleanup'. Move check for busyboxes ...
10942 (tramp-find-shell): ... here. Simplify implementation.
10943 Set "remote-shell" property also for alternative shells.
10944 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10945 If failing, a regular file would be written otherwise.
10946 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10947 (tramp-find-inline-encoding): Cache the coding commands in the
10948 process cache. Apply test command on the remote side, if defined.
10949 (tramp-find-inline-compress): Cache the compress commands in the
10950 process cache.
10951 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10952 when requested. Handle hops.
10953 (tramp-current-connection): New defvar.
10954 (tramp-maybe-open-connection): Use `tramp-cleanup'.
10955 Throw `suppress', if there was a failed connection shortly before.
10956 Handle user interrupt. (Bug#10187)
10957 (tramp-get-inline-compress, tramp-get-inline-coding):
10958 Read connection properties from the process cache.
10959
10960 * net/tramp-smb.el (tramp-smb-server-version)
10961 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10962 New defconsts.
10963 (tramp-smb-prompt): Extend for powershell prompt.
10964 (tramp-smb-file-name-handler-alist): Add handlers for
10965 `process-file', `shell-command' and `start-file-process'.
10966 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10967 (tramp-smb-winexe-shell-command-switch): New defcustoms.
10968 (tramp-smb-file-name-p): Simplify.
10969 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10970 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10971 (tramp-smb-shell-quote-argument): New defuns.
10972 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10973 Implement using "tar". By this, time-stamps are preserved.
10974 (tramp-smb-handle-copy-file): Handle also the case of directories.
10975 (tramp-smb-do-file-attributes-with-stat)
10976 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10977 Use `tramp-get-connection-buffer').
10978 (tramp-smb-handle-rename-file): Use "rename", when source and
10979 target are on the same share.
10980 (tramp-smb-maybe-open-connection): Handle wrong passwords.
10981 Use `tramp-smb-server-version'.
10982 (tramp-smb-wait-for-output): Remove prompt.
10983
10984 * net/tramp.el (top): Require 'cl.
10985 (tramp-methods, tramp-rsh-end-of-line):
10986 Remove `tramp-password-end-of-line' from docstring.
10987 (tramp-save-ad-hoc-proxies): New defcustom.
10988 (tramp-completion-function-alist): Adapt docstring.
10989 (tramp-default-password-end-of-line): Remove defcustom.
10990 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
10991 (tramp-user-regexp, tramp-file-name-regexp-unified)
10992 (tramp-file-name-regexp-url): Extend regexp by hop separator.
10993 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
10994 (tramp-remote-file-name-spec-regexp): New defconst.
10995 (tramp-file-name-structure): Extend structure for hops.
10996 (tramp-get-method-parameter): Move up.
10997 (tramp-file-name-p, tramp-dissect-file-name)
10998 (with-parsed-tramp-file-name): Handle hops.
10999 (tramp-file-name-hop): New defun.
11000 (tramp-make-tramp-file-name): New optional arg HOP.
11001 (tramp-message-show-progress-reporter-message): New defvar.
11002 (tramp-with-progress-reporter): Use it. We cannot use
11003 `tramp-message-show-message' here, because this suppresses also
11004 error buffers.
11005 (tramp-error-with-buffer): Suppress buffer view, if
11006 `tramp-message-show-message' is nil.
11007 Use `tramp-get-connection-buffer'.
11008 (tramp-cleanup): New defun.
11009 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11010 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11011 an error unchanged.
11012 (tramp-completion-handle-file-name-all-completions): Handle hops.
11013 Fix an error when called from ido.
11014 (tramp-completion-dissect-file-name): Use better local variable
11015 name. Add hop to the vector.
11016 (tramp-handle-insert-file-contents): Use progress-reporter for the
11017 whole scenario.
11018 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11019 to `t'.
11020 (tramp-check-for-regexp): Simplify search.
11021 (tramp-enter-password): Remove it. Move implementation ...
11022 (tramp-action-password): ... here.
11023 (tramp-mode-string-to-int, tramp-local-host-p)
11024 (tramp-make-tramp-temp-file, tramp-read-passwd)
11025 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11026 Set tramp-autoload cookie.
11027
11028 * net/trampver.el: Update release number.
11029
11030 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11031 Michael Albinus <michael.albinus@gmx.de>
11032
11033 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11034 (tramp-parse-group, tramp-parse-file)
11035 (tramp-parse-shostkeys-sknownhosts): New defuns.
11036 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11037 (tramp-parse-shosts-group, tramp-parse-sconfig)
11038 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11039 (tramp-parse-sknownhosts, tramp-parse-hosts)
11040 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11041 Use them.
11042 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11043 (tramp-parse-putty-group): Don't narrow.
11044 (tramp-parse-putty): Make a loop.
11045 (tramp-file-name-handler): Catch the `suppress' signal.
11046
11047 2012-06-11 Chong Yidong <cyd@gnu.org>
11048
11049 * image.el (imagemagick-register-types): Put the ImageMagick entry
11050 at the end of image-type-file-name-regexps.
11051
11052 2012-06-11 Johan Bockgård <bojohan@gnu.org>
11053
11054 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11055 (pcase, pcase-let*, pcase-dolist): Use them.
11056
11057 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * emacs-lisp/pcase.el (pcase--let*): New function.
11060 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11061 (pcase--expand): Use macroexp-let².
11062
11063 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11064
11065 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11066 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11067 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11068 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11069 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11070 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11071
11072 2012-06-10 Glenn Morris <rgm@gnu.org>
11073
11074 * mail/rmail.el (rmail-yank-current-message): Leave point at
11075 correct position. (Bug#11660)
11076
11077 2012-06-10 Chong Yidong <cyd@gnu.org>
11078
11079 * allout-widgets.el: Fix code header.
11080
11081 2012-06-10 Chong Yidong <cyd@gnu.org>
11082
11083 * cus-edit.el (customize-changed-options-previous-release):
11084 Bump to 24.1.
11085
11086 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11087
11088 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11089
11090 2012-06-09 Chong Yidong <cyd@gnu.org>
11091
11092 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11093
11094 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11095
11096 * window.el (special-display-popup-frame): Don't use
11097 window--display-buffer (Bug#11651).
11098
11099 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11100
11101 Fix parallel builds: make sure loaddefs.el is not being written
11102 while Lisp files are compiled.
11103 (compile): Don't depend on 'mh-autoloads'.
11104 (compile-CMD, compile-SH): Depend on 'autoloads'.
11105 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11106
11107 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11108
11109 2012-06-09 Chong Yidong <cyd@gnu.org>
11110
11111 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11112 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11113 Doc fixes (Bug#11225).
11114
11115 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11116
11117 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11118 a function if there's a clear indication that it has a compiler-macro.
11119 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11120 (macro-declarations-alist): Add arglist to declaration functions.
11121 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11122 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11123 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11124 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11125 Also add autoload to find the compiler macro.
11126 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11127 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11128 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11129 (cl--compiler-macro-get): New functions, replacing calls to
11130 cl-define-compiler-macro.
11131 (cl-typep) [compiler-macro]: Use macroexp-let².
11132
11133 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11134
11135 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11136 string properly, fixes Bug#11473.
11137
11138 2012-06-08 Chong Yidong <cyd@gnu.org>
11139
11140 * faces.el (set-face-attribute): Doc fix.
11141 (modify-face): Don't use :bold and :italic.
11142 (error, warning, success): Tweak definitions.
11143
11144 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11145 (custom-modified, custom-set, custom-changed, custom-themed)
11146 (custom-saved, custom-button, custom-button-mouse)
11147 (custom-button-pressed, custom-state, custom-comment-tag)
11148 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11149 (custom-group-subtitle): Use new-style face specs.
11150 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11151 (custom-set-face, custom-changed-face, custom-saved-face)
11152 (custom-button-face, custom-button-pressed-face)
11153 (custom-documentation-face, custom-state-face)
11154 (custom-comment-face, custom-comment-tag-face)
11155 (custom-variable-tag-face, custom-variable-button-face)
11156 (custom-face-tag-face, custom-group-tag-face-1)
11157 (custom-group-tag-face): Remove obsolete face alias.
11158
11159 * epa.el (epa-validity-high, epa-validity-medium)
11160 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11161 (epa-field-name, epa-field-body):
11162 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11163 (font-lock-keyword-face, font-lock-builtin-face)
11164 (font-lock-function-name-face, font-lock-variable-name-face)
11165 (font-lock-type-face, font-lock-constant-face):
11166 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11167 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11168 * speedbar.el (speedbar-button-face, speedbar-file-face)
11169 (speedbar-directory-face, speedbar-tag-face)
11170 (speedbar-selected-face, speedbar-highlight-face)
11171 (speedbar-separator-face):
11172 * whitespace.el (whitespace-newline, whitespace-space)
11173 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11174 (whitespace-line, whitespace-space-before-tab)
11175 (whitespace-space-after-tab, whitespace-indentation)
11176 (whitespace-empty):
11177 * emulation/cua-base.el (cua-global-mark):
11178 * eshell/em-prompt.el (eshell-prompt):
11179 * net/newst-plainview.el (newsticker-new-item-face)
11180 (newsticker-old-item-face, newsticker-immortal-item-face)
11181 (newsticker-obsolete-item-face, newsticker-date-face)
11182 (newsticker-statistics-face, newsticker-default-face):
11183 * net/newst-reader.el (newsticker-feed-face)
11184 (newsticker-extra-face, newsticker-enclosure-face):
11185 * net/newst-treeview.el (newsticker-treeview-face)
11186 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11187 (newsticker-treeview-immortal-face)
11188 (newsticker-treeview-obsolete-face)
11189 (newsticker-treeview-selection-face):
11190 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11191 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11192 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11193 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11194 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11195 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11196 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11197 (mpuz-text):
11198 * progmodes/vera-mode.el (vera-font-lock-number)
11199 (vera-font-lock-function, vera-font-lock-interface):
11200 * textmodes/table.el (table-cell): Use new-style face specs, and
11201 don't use the old :bold and :italic attributes.
11202
11203 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11204 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11205 (ebrowse-member-class, ebrowse-progress): Likewise.
11206 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11207 (ebrowse-file-name-face, ebrowse-default-face)
11208 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11209 (ebrowse-progress-face): Remove obsolete faces.
11210
11211 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11212 Inherit from error and warning faces respectively.
11213
11214 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11215 Likewise.
11216 (flyspell-incorrect-face, flyspell-duplicate-face):
11217 Remove obsolete aliases.
11218
11219 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11220
11221 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11222 Avoid infloop.
11223
11224 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * startup.el (argv, argi): Make lexically scoped.
11227 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11228 * emacs-lisp/cl-macs.el: Use lexical-binding.
11229 Rename cl-bind-* to cl--bind-*.
11230 * files.el: Don't require `cl' since it doesn't use it.
11231 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11232
11233 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11234
11235 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11236 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11237 instead of calling external sort utility.
11238 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11239
11240 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11241
11242 * descr-text.el (describe-char): Mention how to insert the
11243 character, if the current input method doesn't support it.
11244 See the discussion in this thread for the details:
11245 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11246
11247 2012-06-08 Sam Steingold <sds@gnu.org>
11248
11249 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11250 XF86Back to previous-buffer.
11251 (minibuffer-local-map): Bind them to next-history-element and
11252 previous-history-element respectively.
11253 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11254 help-go-back respectively.
11255 * info.el (Info-mode-map): Bind them to Info-history-forward and
11256 Info-history-back respectively.
11257 These are the keys next to Up on the ThinkPad keyboard.
11258
11259 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11262 * emacs-lisp/cl-macs.el: Provide itself.
11263 (cl--labels-convert-cache): New var.
11264 (cl--labels-convert): New function.
11265 (cl-flet, cl-labels): New implementation with new semantics, relying on
11266 lexical-binding.
11267 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11268 (cl-closure-vars, cl--function-convert-cache)
11269 (cl--function-convert): Move from cl-macs.el.
11270 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11271 rename by removing the "cl-" prefix.
11272 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11273
11274 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11277 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11278 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11279 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11280 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11281 (cl-hash-table-count): Add old compatibility aliases.
11282
11283 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11284 Use macroexpand-all-environment instead.
11285 (cl--old-macroexpand): New var.
11286 (cl--sm-macroexpand): New function.
11287 (cl-symbol-macrolet): Use it during macro expansion.
11288 (cl--function-convert-cache): New var.
11289 (cl--function-convert): New function, extracted from
11290 cl-macroexpand-all.
11291 (cl-lexical-let): Use it.
11292
11293 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11294 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11295 (cl-member): Remove old alias.
11296
11297 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11298 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11299 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11300 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11301 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11302 (cl-macroexpand-cmacs): Remove var.
11303 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11304 Use macroexpand-all instead.
11305
11306 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11309 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11310 (macroexp-copyable-p): New functions and macros.
11311 * emacs-lisp/edebug.el (edebug-unwrap):
11312 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11313 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11314 (pcase--let*): Remove.
11315 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11316 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11317 macroexp-const-p instead.
11318 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11319
11320 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11321 instead of "cl-" for internal definitions. Use macroexp-const-p.
11322 (cl-old-bc-file-form): Remove var.
11323 (cl-const-exprs-p): Remove fun.
11324 (cl-labels, cl-macrolet): Use backquote.
11325 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11326 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11327 (cl-define-setf-expander): Rename from cl-define-setf-method.
11328 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11329
11330 * international/mule-cmds.el: Don't require CL.
11331 (view-hello-file): Don't use `letf'.
11332
11333 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * tmm.el (tmm-prompt): Use string-prefix-p.
11336 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11337 (tmm-add-prompt): Use minibuffer-completion-help.
11338 (tmm-delete-map): Remove.
11339
11340 * subr.el (kbd): Make it its own function.
11341
11342 2012-06-07 Stefan Merten <smerten@oekonux.de>
11343
11344 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11345 Silence compiler warnings. Fix versions.
11346 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11347 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11348 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11349 (rst-package-emacs-version-alist): Correct Emacs version to
11350 represent major merge with upstream.
11351 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11352
11353 2012-06-06 Glenn Morris <rgm@gnu.org>
11354
11355 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11356 Only print environment variables if set.
11357
11358 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11361 (macroexp--cons): Rename from maybe-cons.
11362 (macroexp--accumulate): Rename from macroexp-accumulate.
11363 (macroexp--all-forms): Rename from macroexpand-all-forms.
11364 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11365 (macroexp--expand-all): Rename from macroexpand-all-1.
11366
11367 2012-06-06 Sam Steingold <sds@gnu.org>
11368
11369 * calendar/calendar.el (calendar-in-read-only-buffer):
11370 Call `special-mode' to enable the standard read-only keybindings.
11371
11372 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11373
11374 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11375 with "loading" messages (bug#11635).
11376
11377 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11378
11379 * files.el (enable-remote-dir-locals): New option.
11380 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11381
11382 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11383 Ensure, that the temp directory is local.
11384
11385 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11386 `temporary-file-directory'.
11387
11388 * progmodes/python.el (python-send-region): Ensure, that the
11389 temporary file is created also in the remote case.
11390
11391 2012-06-06 Glenn Morris <rgm@gnu.org>
11392
11393 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11394 (vc-rcs-update-changelog): Use it.
11395
11396 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11397
11398 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11399 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11400 (vc-sccs-diff): Replace use of the external vcdiff script.
11401
11402 2012-06-05 Glenn Morris <rgm@gnu.org>
11403
11404 * ledit.el: Move to obsolete/.
11405
11406 2012-06-05 Sam Steingold <sds@gnu.org>
11407
11408 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11409 patch (Bug#11140).
11410
11411 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * emacs-lisp/cust-print.el: Move to obsolete.
11414
11415 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11416 compiler-macro expansion.
11417
11418 Add native compiler-macro support.
11419 * emacs-lisp/macroexp.el (macroexpand-all-1):
11420 Support compiler-macros directly. Properly follow aliases and apply
11421 the compiler macros more thoroughly.
11422 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11423 macroexpand now properly follows aliases.
11424 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11425 (cl-compiler-macroexpand): Use new prop.
11426 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11427
11428 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11429
11430 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11431
11432 * window.el (get-lru-window, get-mru-window, get-largest-window):
11433 New argument NOT-SELECTED to avoid picking the selected window.
11434 (window--display-buffer-1, window--display-buffer-2): Replace by
11435 new function window--display-buffer
11436 (display-buffer-same-window, display-buffer-reuse-window)
11437 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11438 Use window--display-buffer.
11439 (display-buffer-use-some-window): Remove temporary dedication
11440 hack by calling get-lru-window and get-largest-window with
11441 NOT-SELECTED argument non-nil. Call window--display-buffer.
11442
11443 2012-06-05 Glenn Morris <rgm@gnu.org>
11444
11445 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11446 Replace external vcdiff script.
11447
11448 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11451
11452 2012-06-04 Chong Yidong <cyd@gnu.org>
11453
11454 * image.el (imagemagick-types-inhibit): Revert last change.
11455 Add INFO and M.
11456 (imagemagick-enabled-types): Remove CIN and EPS*.
11457
11458 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * emacs-lisp/cl-lib.el: Rename from cl.el.
11461 * emacs-lisp/cl.el: New compatibility file.
11462 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11463 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11464 to obey the "cl-" prefix.
11465 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11466
11467 2012-06-03 Glenn Morris <rgm@gnu.org>
11468
11469 * emacs-lisp/authors.el (authors-aliases): Addition.
11470
11471 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11472 Fix :version.
11473
11474 2012-06-03 Stefan Merten <smerten@oekonux.de>
11475
11476 * textmodes/rst.el: Add comments.
11477 (rst-transition, rst-adornment): New faces.
11478 (rst-adornment-faces-alist): Make default safe to reevaluate.
11479 Fixes
11480 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11481 Improve customization tags.
11482 (rst-define-level-faces): Clarify meaning.
11483
11484 2012-06-03 Chong Yidong <cyd@gnu.org>
11485
11486 * progmodes/compile.el (compilation-mode-line-fail)
11487 (compilation-mode-line-run, compilation-mode-line-exit):
11488 New faces.
11489 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11490
11491 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11492
11493 * progmodes/which-func.el (which-func-update-ediff-windows):
11494 New function. Use it in ediff-select-hook (Bug#11478).
11495
11496 2012-06-03 Chong Yidong <cyd@gnu.org>
11497
11498 * bindings.el: Remove explicit help text from format-mode-line.
11499 It is now supplied by mode-line-default-help-echo.
11500 (mode-line-front-space, mode-line-end-spaces)
11501 (mode-line-misc-info): New variables.
11502 (mode-line-modes, mode-line-position): Move the default value to
11503 the variable definition.
11504 (mode-line-default-help-echo): New defcustom.
11505 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11506 (mode-line-modified-help-echo): New functions.
11507 (mode-line-mule-info, mode-line-modified): Use them.
11508 (mode-line-eol-desc, propertized-buffer-identification):
11509 Consistency fixes for help text.
11510 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11511 set-buffer-file-coding-system (Bug#289).
11512 (mode-line-mule-info-help-echo): Update help text.
11513
11514 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * simple.el (execute-extended-command): Set real-this-command
11517 (bug#11506).
11518
11519 2012-06-02 Chong Yidong <cyd@gnu.org>
11520
11521 Remove incorrect uses of "modeline" in comments, docstrings, and
11522 function/variable names (Bug#10329).
11523
11524 * cus-edit.el (mode-line):
11525 * dframe.el (dframe-mouse-hscroll):
11526 * emacs-lisp/re-builder.el:
11527 * emacs-lisp/easy-mmode.el (define-minor-mode):
11528 * frame.el (set-frame-name):
11529 * help.el (lookup-minor-mode-from-indicator):
11530 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11531 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11532 (c-toggle-hungry-state):
11533 * progmodes/antlr-mode.el (antlr-language-alist):
11534 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11535 * progmodes/vhdl-mode.el (vhdl-mode):
11536 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11537 * term/ns-win.el (ns-face-at-pos):
11538 * term/sup-mouse.el (sup-mouse-report):
11539 * textmodes/flyspell.el (flyspell-mode-line-string):
11540 * textmodes/ispell.el (ispell-highlight-face):
11541 * textmodes/reftex-global.el:
11542 * vc/vc-arch.el (vc-arch-mode-line-string):
11543 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11544 * vc/vc-git.el (vc-git-mode-line-string):
11545 * vc/vc-hooks.el (vc-display-status)
11546 (vc-default-mode-line-string):
11547 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11548
11549 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11550
11551 * dired.el (dired-sort-set-mode-line): Rename from
11552 dired-sort-set-modeline. All callers changed.
11553
11554 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11555 eshell-status-in-modeline.
11556
11557 * foldout.el (foldout-mode-line-string): Rename from
11558 foldout-modeline-string. All callers changed.
11559 (foldout-update-mode-line): Rename from foldout-update-modeline.
11560
11561 * subr.el (redraw-modeline): Make into obsolete alias.
11562
11563 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11564 timeclock-modeline-display. Make old name an alias.
11565 (timeclock-update-mode-line): Likewise. All callers changed.
11566 (timeclock-mode-line-display): No need to check before using
11567 add-hook.
11568 (timeclock-relative, timeclock-day-over-hook)
11569 (timeclock-use-elapsed, timeclock-mode-string)
11570 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11571
11572 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11573 crisp-mode-modeline-string.
11574
11575 * play/solitaire.el (solitaire-build-mode-line): Rename from
11576 solitaire-build-modeline. All callers changed.
11577
11578 * play/zone.el (zone-hiding-mode-line): Rename from
11579 zone-hiding-modeline. All callers changed.
11580 (zone): Remove unusued `modeline-hidden-level' property.
11581
11582 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11583 xscheme-modeline-initialize. All callers changed.
11584
11585 * strokes.el (strokes-lighter): Rename from
11586 strokes-modeline-string.
11587
11588 * textmodes/sgml-mode.el (html-face-tag-alist)
11589 (html-tag-face-alist): Use mode-line face instead of obsolete
11590 alias modeline.
11591
11592 2012-06-02 Stefan Merten <smerten@oekonux.de>
11593
11594 * textmodes/rst.el: Always require `cl'.
11595 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11596
11597 2012-06-02 Chong Yidong <cyd@gnu.org>
11598
11599 * image.el (imagemagick-enabled-types): Rename from
11600 imagemagick-types-enable. Add many more types.
11601 (imagemagick-types-inhibit): Change default to nil.
11602 (imagemagick-filter-types): Caller changed.
11603
11604 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * emacs-lisp/cl-macs.el: Use backquotes.
11607 (cl-transform-function-property): Use eval-and-compile rather than
11608 abusing `require'.
11609 (defstruct): Use declare-function instead of with-no-warnings.
11610
11611 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11612 (byte-compile-output-docform): Re-add the print-circle bindings.
11613 (byte-compile-fix-header): Use #$ just because it's shorter.
11614 (byte-compile-output-file-form): Remove defun/defmacro.
11615
11616 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11617
11618 * simple.el (choose-completion): Remove now obsolete binding for
11619 owindow.
11620
11621 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11622
11623 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11624 in order to avoid "Stack overflow in regexp matcher".
11625
11626 2012-05-31 Glenn Morris <rgm@gnu.org>
11627
11628 * image.el: For clarity, call imagemagick-register-types at
11629 top-level, rather than relying on a custom :initialize.
11630 (imagemagick-types-enable): New option. (Bug#11557)
11631 (imagemagick-filter-types): New function. (Bug#7406)
11632 (imagemagick-register-types): Use imagemagick-filter-types.
11633 If disabling support, remove elements altogether rather
11634 than using an impossible regexp.
11635 (imagemagick-types-inhibit): Give it the default init function.
11636
11637 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11640 Handle arbitrary file name lengths (Bug#11585).
11641
11642 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11643
11644 * desktop.el (desktop-read): Clear previous and next buffers for
11645 all windows and bury *Messages* buffer (bug#11556).
11646
11647 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 Add `declare' for `defun'. Align `defmacro's with it.
11650 * emacs-lisp/easy-mmode.el (define-minor-mode)
11651 (define-globalized-minor-mode): Don't autoload the var definitions.
11652 * emacs-lisp/byte-run.el: Use lexical-binding.
11653 (defun-declarations-alist, macro-declarations-alist): New vars.
11654 (defmacro, defun): Use them.
11655 (make-obsolete, define-obsolete-function-alias)
11656 (make-obsolete-variable, define-obsolete-variable-alias):
11657 Use `declare'.
11658 (macro-declaration-function): Mark obsolete.
11659 * emacs-lisp/autoload.el: Use lexical-binding.
11660 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11661
11662 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11663
11664 * textmodes/ispell.el (ispell-with-no-warnings):
11665 Define as a macro.
11666 (ispell-kill-ispell, ispell-change-dictionary):
11667 Use `called-interactively-p' for Emacs instead of obsolete
11668 `interactive-p'.
11669
11670 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11671
11672 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11673 (macro-declaration-function): Move var from C code.
11674 (macro-declaration-function): Define function with defalias.
11675 * emacs-lisp/macroexp.el (macroexpand-all-1):
11676 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11677 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11678 defun/defmacro any more.
11679 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11680 Provide fallback for unknown arglist.
11681 (byte-compile-arglist-warn): Change calling convention.
11682 (byte-compile-output-file-form): Move print-vars binding.
11683 (byte-compile-output-docform): Simplify accordingly.
11684 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11685 (byte-compile-defmacro-declaration): Remove.
11686 (byte-compile-file-form-defmumble): Generalize to defalias.
11687 (byte-compile-output-as-comment): Return byte-positions.
11688 Simplify callers accordingly.
11689 (byte-compile-lambda): Use `assert'.
11690 (byte-compile-defun, byte-compile-defmacro): Remove.
11691 (byte-compile-file-form-defalias):
11692 Use byte-compile-file-form-defmumble.
11693 (byte-compile-defalias-warn): Remove.
11694
11695 2012-05-29 Stefan Merten <smerten@oekonux.de>
11696
11697 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11698 possible. Fix authors. Improve comments. Improve loading of `cl'.
11699
11700 (rst-mode-abbrev-table): Merge definition.
11701 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11702 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11703
11704 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11705
11706 * calendar/icalendar.el
11707 (icalendar-export-region): Export UID properly.
11708
11709 2012-05-29 Leo Liu <sdl.web@gmail.com>
11710 * calendar/icalendar.el (icalendar-import-format):
11711 Add `icalendar-import-format-uid' (Bug#11525).
11712 (icalendar-import-format-uid): New.
11713 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11714 Export UID.
11715
11716 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11719 different alternative patterns.
11720 (pcase-codegen): Be more careful to preserve identity.
11721 (pcase--u1): Don't forget to mark vars as used.
11722
11723 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11724 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11725 (byte-compile-from-buffer): ...rather than here.
11726
11727 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11728 functions from byte-compile-function-environment.
11729
11730 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11731
11732 * window.el (window-deletable-p): Avoid deleting the root window
11733 of a frame with an active minibuffer.
11734
11735 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11736
11737 * simple.el (choose-completion): Use quit-window (Bug#11567).
11738
11739 2012-05-29 Chong Yidong <cyd@gnu.org>
11740
11741 * whitespace.el (whitespace-cleanup): Fix usage of
11742 whitespace-empty-at-bob-regexp (Bug#11492).
11743
11744 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11745
11746 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11747 revert (Bug#11488).
11748
11749 2012-05-29 Juri Linkov <juri@jurta.org>
11750
11751 * isearch.el (isearch-mode-map): Bind `M-s _' to
11752 `isearch-toggle-symbol'. Bind `M-s c' to
11753 `isearch-toggle-case-fold'.
11754 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11755 (isearch-forward): Add `M-s _' to the docstring.
11756 (isearch-forward-symbol, isearch-toggle-case-fold)
11757 (isearch-symbol-regexp): New functions. (Bug#11381)
11758
11759 2012-05-29 Juri Linkov <juri@jurta.org>
11760
11761 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11762 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11763 a function, call it to get the regexp.
11764 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11765 property `isearch-message-prefix' instead of the string "word ".
11766 (isearch-search-fun-default): For the case of `isearch-word',
11767 return a lambda that calls re-search-forward/re-search-backward
11768 with a regexp returned by `word-search-regexp' or by the function
11769 in `isearch-word'.
11770
11771 2012-05-29 Juri Linkov <juri@jurta.org>
11772
11773 * isearch.el (isearch-search-fun-default): New function.
11774 (isearch-search-fun): Move default part to the new function
11775 `isearch-search-fun-default'.
11776 (isearch-search-fun-function): Set the default value to
11777 `isearch-search-fun-default'. (Bug#11381)
11778
11779 * comint.el (comint-history-isearch-end):
11780 Use `isearch-search-fun-default'.
11781 (comint-history-isearch-search): Use `isearch-search-fun-default'
11782 and remove spacial case for `isearch-word'.
11783 (comint-history-isearch-wrap): Remove spacial case for
11784 `isearch-word'.
11785
11786 * hexl.el (hexl-isearch-search-function):
11787 Use `isearch-search-fun-default'.
11788
11789 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11790 Use `word-search-regexp' for `isearch-word'.
11791
11792 * misearch.el (multi-isearch-search-fun):
11793 Use `isearch-search-fun-default'.
11794
11795 * simple.el (minibuffer-history-isearch-search):
11796 Use `isearch-search-fun-default' and remove spacial case for
11797 `isearch-word'.
11798 (minibuffer-history-isearch-wrap): Remove spacial case for
11799 `isearch-word'.
11800
11801 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11802 Remove spacial case for `isearch-word'.
11803 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11804
11805 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11806
11807 Decrease XEmacs incompatibilities.
11808 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11809 Use `string-match'.
11810 (flyspell-delete-region-overlays): Use alternative definition for
11811 XEmacs.
11812 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11813 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11814 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11815 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11816 `define-obsolete-face-alias' under XEmacs, but old method.
11817
11818 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11819 `with-no-warnings' definition or Emacs alias.
11820 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11821 (ispell-word): Do not use `region-p' if XEmacs.
11822
11823 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11824
11825 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11826 Check for `ispell-dictionary-base-alist' instead of full
11827 `ispell-dictionary-alist'.
11828 (ispell-init-process): Show spellchecker when starting new Ispell
11829 process.
11830
11831 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11834 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11835
11836 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11837
11838 * version.el (motif-version-string, gtk-version-string)
11839 (ns-version-string): Declare.
11840
11841 2012-05-27 Juri Linkov <juri@jurta.org>
11842
11843 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11844 after the `eval-defun-1' specialcaseing
11845 like in `edebug-eval-defun' (bug#10181).
11846
11847 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11848 like in `eval-defun-1'.
11849
11850 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11851
11852 * mail/sendmail.el (mail-yank-region):
11853 Recognize rmail-yank-current-message in addition to insert-buffer.
11854 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11855 a *mail* buffer created through rmail-start-mail with sendmail as
11856 mail-user-agent.
11857
11858 2012-05-27 Chong Yidong <cyd@gnu.org>
11859
11860 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11861 Default to 256 (Bug#11267).
11862
11863 * help.el (describe-mode): Doc fix.
11864
11865 2012-05-26 Glenn Morris <rgm@gnu.org>
11866
11867 * w32-fns.el (w32-init-info): Remove.
11868 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11869
11870 * info.el (info-initialize): For self-contained NS builds, put the
11871 included info/ directory at the front. (Bug#2791)
11872
11873 * paths.el (Info-default-directory-list): Make it a defcustom,
11874 mainly so that we can use custom-initialize-delay.
11875
11876 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 * subr.el (buffer-has-markers-at): Mark obsolete.
11879
11880 * subr.el (lambda): Use declare.
11881
11882 * emacs-lisp/lisp-mode.el (lambda):
11883 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11884
11885 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11886
11887 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
11888
11889 2012-05-26 Glenn Morris <rgm@gnu.org>
11890
11891 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11892
11893 2012-05-25 Glenn Morris <rgm@gnu.org>
11894
11895 * paths.el: Remove no-byte-compile.
11896 * loadup.el: No need to load paths.el uncompiled.
11897
11898 * image.el (imagemagick-types-inhibit): Doc fix.
11899
11900 * version.el: Remove no-byte-compile and associated formatting.
11901 * loadup.el: No need to load version.el uncompiled. AFAICS, this
11902 is ancient code from when there was an "inc-vers.el".
11903
11904 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * progmodes/gdb-mi.el: Minor style changes.
11907 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11908 Turn into minor modes.
11909 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11910 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11911 (gdb-shell): Remove unneeded let-binding.
11912 (gdb-get-many-fields): Eliminate O(n²) behavior.
11913
11914 2012-05-25 Eli Zaretskii <eliz@gnu.org>
11915
11916 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11917 platforms that don't link in fontset.c.
11918
11919 2012-05-25 Juri Linkov <juri@jurta.org>
11920
11921 Use the same diff color scheme as in modern VCSes (bug#10181).
11922
11923 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11924 to avoid confusion with `diff-added' that now uses green colors.
11925 (diff-removed): Use shades of red.
11926 (diff-added): Use shades of green.
11927 (diff-changed): Leave just the yellow color.
11928 (diff-use-changed-face): New variable.
11929 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11930 how to highlight context diff changes.
11931 (diff-refine-change): Use shades of yellow.
11932 (diff-refine-removed): New face that uses shades of red.
11933 (diff-refine-added): New face that uses shades of green.
11934 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11935 `diff-refine-removed' in the call to `smerge-refine-subst'
11936 depending on the value of `diff-use-changed-face'.
11937
11938 * vc/smerge-mode.el (smerge-mine): Use shades of red.
11939 (smerge-other): Use shades of green.
11940 (smerge-base): Use shades of yellow.
11941 (smerge-refined-change): Empty face.
11942 (smerge-refined-removed): New face that uses shades of red.
11943 (smerge-refined-added): New face that uses shades of green.
11944 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
11945 args `props-r' and `props-a', and use them. Doc fix.
11946 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11947 on its value use different faces `smerge-refined-change',
11948 `smerge-refined-removed', `smerge-refined-added' in the call to
11949 `smerge-refine-subst'.
11950
11951 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11952 Add face condition `min-colors 88' with shades of red.
11953 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11954 `min-colors 88' with shades of green.
11955 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11956 `min-colors 88' with shades of yellow.
11957
11958 2012-05-24 Glenn Morris <rgm@gnu.org>
11959
11960 * paths.el (prune-directory-list, remote-shell-program): Move to...
11961 * files.el (prune-directory-list, remote-shell-program): ...here.
11962 For the latter, delay initialization, prefer ssh, just search PATH.
11963
11964 * paths.el (term-file-prefix): Move to faces.el (the only user).
11965 * faces.el (term-file-prefix): Move here, make it a defcustom.
11966
11967 * paths.el (news-directory, news-path, news-inews-program):
11968 Move to gnus/nnspool.el.
11969
11970 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11971
11972 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11973 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11974 Make the latter a defcustom, with a delayed initialization.
11975
11976 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11977 These were deleted from Gnus itself late 2010.
11978
11979 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
11980
11981 * progmodes/which-func.el (which-func-ff-hook):
11982 Check against user-error, not error.
11983
11984 * emacs-lisp/edebug.el (top): Do not load or set up loading of
11985 cl-specs.el, which no longer exists.
11986
11987 2012-05-22 Glenn Morris <rgm@gnu.org>
11988
11989 * info.el (info-emacs-bug): New command.
11990 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
11991 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
11992
11993 2012-05-21 Glenn Morris <rgm@gnu.org>
11994
11995 * makefile.w32-in (update-subdirs-SH):
11996 * Makefile.in (update-subdirs): Update for moved update-subdirs.
11997
11998 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11999
12000 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12001
12002 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12003 Simplify Maven regexp, and make sure the file can't start with a space
12004 (bug#11517).
12005
12006 2012-05-21 Glenn Morris <rgm@gnu.org>
12007
12008 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12009 Scrap superfluous subshells.
12010
12011 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12012
12013 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12014 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12015
12016 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12017
12018 * calc/calc.el (calc-ensure-consistent-units): New variable.
12019
12020 * calc/calc-units.el (math-consistent-units-p)
12021 (math-check-unit-consistency): New functions.
12022 (calc-quick-units, calc-convert-units):
12023 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12024 is non-nil.
12025 (calc-extract-units): Fix typo.
12026
12027 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12028
12029 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12030
12031 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12032 (flyspell-default-deplacement-commands): Don't spell check after
12033 repeated window/frame switches (e.g. triggered by mouse-movement).
12034 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12035 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12036 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12037 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12038 Remove unused vars.
12039 (flyspell-get-casechars, flyspell-get-not-casechars):
12040 Simplify; Don't bother removing a ] just to add it back.
12041 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12042
12043 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12044
12045 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12046 New functions.
12047 (math-function-table): Add support for more C functions.
12048
12049 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12050
12051 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12052 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12053 Protect delay handling for otherchars against empty otherchars.
12054
12055 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12056
12057 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12058 their respective macro declarations.
12059 * skeleton.el (define-skeleton):
12060 * progmodes/compile.el (define-compilation-mode):
12061 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12062 (define-ibuffer-filter):
12063 * emacs-lisp/generic.el (define-generic-mode):
12064 * emacs-lisp/easy-mmode.el (define-minor-mode)
12065 (define-globalized-minor-mode):
12066 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12067 * emacs-lisp/byte-run.el (defsubst):
12068 * custom.el (deftheme): Add doc-string metadata.
12069
12070 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12071
12072 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12073
12074 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12077
12078 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12079 * emacs-lisp/cl-macs.el: Idem.
12080 * emacs-lisp/cl-specs.el: Remove.
12081
12082 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 Minor renaming of internal CL functions and variables.
12085 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12086 (cl--position): Rename from cl-position.
12087 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12088 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12089 (cl--random-state): Rename from *random-state*.
12090
12091 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12094 parens around the arg list (bug#11499).
12095
12096 2012-05-17 Juri Linkov <juri@jurta.org>
12097
12098 * isearch.el (word-search-regexp, word-search-backward)
12099 (word-search-forward, word-search-backward-lax)
12100 (word-search-forward-lax): Move functions from search.c
12101 (bug#10145, bug#11381).
12102
12103 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12104
12105 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12106 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12107 Delay for otherchars as for normal word components.
12108
12109 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12110
12111 * minibuffer.el (completion--sifn-requote): Fix last change.
12112 (minibuffer-local-must-match-filename-map):
12113 Move define-obsolete-variable-alias before its var.
12114
12115 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12116
12117 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12118
12119 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12120 behavior.
12121 (completion--string-equal-p): New function.
12122 (completion--twq-all): Use it to get better assertion failure data.
12123
12124 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12125 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12126 (shell--requote-argument): New functions.
12127 (shell-completion-vars): Use them.
12128 (shell--parse-pcomplete-arguments): Rename from
12129 shell-parse-pcomplete-arguments.
12130 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12131 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12132 Obey comint-file-name-quote-list.
12133
12134 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12135 (smie-indent-keyword): Use it.
12136
12137 2012-05-14 Stefan Merten <smerten@oekonux.de>
12138
12139 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12140
12141 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12142
12143 * net/rlogin.el (rlogin-mode-map): Fix last change.
12144
12145 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12146
12147 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12148 the following \r\n using a single `process-send-string', since the
12149 Lotus SMTP server refuses to accept any commands if they are sent
12150 with two `process-send-string's (Bug#11444).
12151
12152 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12153
12154 * shell.el (shell-parse-pcomplete-arguments):
12155 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12156
12157 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12158
12159 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12160 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12161 (image-transform-width, image-transform-fit-width): New functions.
12162 (image-transform-properties): Use them.
12163 (image-transform-check-size): New function.
12164 (image-toggle-display-image): Use it (for testing).
12165 (image-transform-set-rotation): Reduce angle mod 360.
12166 Delete obsolete comment.
12167
12168 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12169
12170 * image-mode.el: Fix scaling (bug#11399).
12171 (image-transform-resize): Doc fix.
12172 (image-transform-properties): Default scale is 1 and height should
12173 be an integer.
12174
12175 2012-05-13 Johan Bockgård <bojohan@gnu.org>
12176
12177 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12178 than hard-coding `car', to fix misbehavior when moving forward.
12179
12180 2012-05-13 Chong Yidong <cyd@gnu.org>
12181
12182 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12183 (tabulated-list-entries, tabulated-list-padding)
12184 (tabulated-list-sort-key): Make permanent-local.
12185
12186 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12187 (electric-buffer-list): Put electric buffer menu
12188 command descriptions in this docstring, instead of the docstring
12189 of electric-buffer-menu-mode. Code cleanups.
12190 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12191 Electric-buffer-menu-mode.
12192 (electric-buffer-update-highlight): Minor code cleanup.
12193
12194 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12195
12196 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12197 (Bug#11447)
12198
12199 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12200
12201 Move define-obsolete-variable-alias before the var's definition.
12202 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12203 * tooltip.el (tooltip-hook):
12204 * textmodes/reftex-toc.el (reftex-toc-map):
12205 * textmodes/reftex-sel.el (reftex-select-label-map)
12206 (reftex-select-bib-map):
12207 * textmodes/reftex-index.el (reftex-index-map)
12208 (reftex-index-phrases-map):
12209 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12210 * progmodes/meta-mode.el (meta-mode-map):
12211 * novice.el (disabled-command-hook):
12212 * loadhist.el (unload-hook-features-list):
12213 * frame.el (blink-cursor):
12214 * files.el (find-file-not-found-hooks, write-file-hooks)
12215 (write-contents-hooks):
12216 * emulation/tpu-edt.el (GOLD-map):
12217 * emacs-lock.el (emacs-lock-from-exiting):
12218 * emacs-lisp/generic.el (generic-font-lock-defaults):
12219 * emacs-lisp/chart.el (chart-map):
12220 * dos-fns.el (register-name-alist):
12221 * dired-x.el (dired-omit-files-p):
12222 * desktop.el (desktop-enable):
12223 * cus-edit.el (custom-mode-hook):
12224 * buff-menu.el (buffer-menu-mode-hook):
12225 * bookmark.el (bookmark-read-annotation-text-func)
12226 (bookmark-exit-hooks):
12227 * allout.el (allout-mode-deactivate-hook)
12228 (allout-exposure-change-hook, allout-structure-added-hook)
12229 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12230 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12231 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12232 comes before the corresponding variable's definition.
12233
12234 2012-05-12 Chong Yidong <cyd@gnu.org>
12235
12236 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12237 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12238 (Buffer-menu-mode-map): Bind it.
12239 (Buffer-menu--pretty-name): Add a mouse-face property.
12240
12241 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12244 (prolog-upper-case-string, prolog-lower-case-string)
12245 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12246 (prolog-use-smie, prolog-smie-grammar): New vars.
12247 (prolog-smie-forward-token, prolog-smie-backward-token)
12248 (prolog-smie-rules): New funs.
12249 (prolog-comment-indent): Remove.
12250 (prolog-mode-variables): Use default comment indentation instead.
12251 Setup SMIE.
12252 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12253 (prolog-mode): Don't call them any more.
12254 (prolog-electric-colon, prolog-electric-dash)
12255 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12256
12257 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12258
12259 * minibuffer.el (completion--twq-all): Again, allow case differences.
12260
12261 * term.el: Move keymap initialization code to be more idiomatic.
12262 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12263 (term-terminal-menu): Move initialization into declaration.
12264 (term-escape-char): Let the user set it in her .emacs.
12265
12266 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12267 Provide SMIE-based indentation (not enabled by default yet).
12268 (sh-mode-map): Don't bind electric keys.
12269 Use electric-pair-mode instead of skeleton-pair.
12270 (sh-assignment-regexp): Fit within 80 columns.
12271 (sh-indent-supported): Specify actual shell name instead of boolean.
12272 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12273 (sh-maybe-here-document): Use it. Make obsolete.
12274 (sh-electric-here-document-mode) New minor mode.
12275 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12276 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12277 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12278 (sh-smie-rc-grammar, sh-use-smie): New vars.
12279 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12280 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12281 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12282 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12283 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12284 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12285 (sh-set-shell): Use smie-setup if requested.
12286
12287 * term.el (term-set-escape-char): Properly set term-escape-char.
12288 See http://stackoverflow.com/questions/10524656.
12289
12290 2012-05-10 Chong Yidong <cyd@gnu.org>
12291
12292 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12293 Use url-generic-parse-url, and handle host names and Windows
12294 filenames properly.
12295 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12296 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12297 URL schemes to work on.
12298 (ffap--toggle-read-only): New function.
12299 (ffap-read-only, ffap-read-only-other-window)
12300 (ffap-read-only-other-frame): Use it.
12301 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12302 necessary for ffap-url-unwrap-remote.
12303
12304 2012-05-10 Dave Abrahams <dave@boostpro.com>
12305
12306 * cus-start.el (create-lockfiles): Add it.
12307
12308 2012-05-09 Chong Yidong <cyd@gnu.org>
12309
12310 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12311 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12312
12313 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12316
12317 2012-05-09 Chong Yidong <cyd@gnu.org>
12318
12319 * ansi-color.el (ansi-color-process-output): Check for validity of
12320 comint-last-output-start before using it. This avoids a bad
12321 interaction with gdb-mi's input/output buffer.
12322
12323 2012-05-09 Glenn Morris <rgm@gnu.org>
12324
12325 * files.el (dir-locals-read-from-file):
12326 Mention dir-locals in any error message.
12327
12328 2012-05-09 Chong Yidong <cyd@gnu.org>
12329
12330 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12331 package (Bug#11410).
12332
12333 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12334 variables into description.
12335
12336 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12339 shell-delimiter-argument-list (bug#11348).
12340 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12341
12342 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12343
12344 * textmodes/rst.el: Silence byte-compiler warnings.
12345 (rst-re-alist, rst-reset-section-caches): Move around.
12346 (rst-re): Use `characterp', not `char-valid-p'.
12347 (font-lock-beg, font-lock-end): Declare.
12348
12349 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12350 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12351
12352 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12353
12354 2012-05-08 Glenn Morris <rgm@gnu.org>
12355
12356 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12357
12358 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * vc/log-edit.el: Add GNU coding standards highlighting.
12361 (log-edit-font-lock-gnu-style)
12362 (log-edit-font-lock-gnu-keywords): New vars.
12363 (log-edit-font-lock-keywords): New fun.
12364 (log-edit-mode): Don't fold case in font-lock.
12365 (log-edit-font-lock-keywords): Do not assume case-folding.
12366
12367 * imenu.el: Misc cleanup. Make docstrings out of comments.
12368 Use lexical-binding.
12369 (imenu--index-alist, imenu--last-menubar-index-alist)
12370 (imenu-menubar-modified-tick): Use defvar-local.
12371 (imenu--split-menu): Remove unused var.
12372 (imenu--cleanup-seen): Declare as global.
12373 (imenu--cleanup): Use dolist.
12374
12375 * subr.el (defvar-local): Add debug spec and doc-string position.
12376
12377 2012-05-08 Glenn Morris <rgm@gnu.org>
12378
12379 * language/burmese.el, language/cham.el, language/czech.el:
12380 * language/english.el, language/georgian.el, language/greek.el:
12381 * language/japanese.el, language/khmer.el, language/korean.el:
12382 * language/lao.el, language/misc-lang.el, language/romanian.el:
12383 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12384 * language/thai.el, language/utf-8-lang.el:
12385 Remove no-byte-compile setting.
12386
12387 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12388
12389 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12390
12391 * progmodes/make-mode.el (makefile-browse):
12392 Remove unnecessary interactive. (Bug#11324)
12393
12394 2012-05-07 Glenn Morris <rgm@gnu.org>
12395
12396 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12397
12398 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12399
12400 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12401
12402 * loadup.el: Preload newcomment.el.
12403 * newcomment.el: Move autoload-only code to toplevel.
12404
12405 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12406 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12407 Handle new :right-align column property.
12408 (tabulated-list-print-col): Idem, plus use `display' text-property to
12409 try and preserve alignment for variable pitch fonts.
12410
12411 2012-05-07 Chong Yidong <cyd@gnu.org>
12412
12413 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12414 (tabulated-list-use-header-line): New var.
12415 (tabulated-list-init-header): Use it.
12416 (tabulated-list-print-fake-header): New function.
12417 (tabulated-list-print): Use it.
12418 (tabulated-list-sort-button-map): Add non-header-line commands.
12419 (tabulated-list-init-header): Add column name property to basic
12420 labels as well.
12421 (tabulated-list-col-sort): Handle non-header-line button case.
12422 (tabulated-list--sort-by-column-name): Fix a corner case.
12423
12424 * buff-menu.el (list-buffers--refresh):
12425 Handle Buffer-menu-use-header-line.
12426
12427 2012-05-06 Chong Yidong <cyd@gnu.org>
12428
12429 * buff-menu.el: Convert to Tabulated List mode.
12430 (Buffer-menu-buffer+size-width): Make obsolete.
12431 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12432 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12433 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12434 documentation into docstring of buffer-menu.
12435 (Buffer-menu-toggle-files-only): Add an informative message.
12436 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12437 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12438 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12439 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12440 (Buffer-menu-execute, Buffer-menu-select)
12441 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12442 (Buffer-menu-bury): Use Tabulated List machinery.
12443 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12444 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12445 Delete.
12446 (list-buffers--refresh): New function.
12447 (list-buffers-noselect): Use it.
12448 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12449 (Buffer-menu--pretty-file-name): New helper functions.
12450
12451 * loadup.el: Preload tabulated-list.
12452
12453 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12454 tabulated-list-sort-column.
12455 (tabulated-list-init-header): Add the initial aligning space even
12456 if tabulated-list-padding is zero.
12457
12458 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12459
12460 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12461 whose cdr is not a cons cell correctly (bug#11038).
12462
12463 2012-05-06 Chong Yidong <cyd@gnu.org>
12464
12465 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12466 Accept additional plist in column descriptors.
12467 (tabulated-list-init-header): Obey it.
12468 (tabulated-list-get-entry): New function.
12469 (tabulated-list-put-tag): Use it. Use string-width instead of
12470 length.
12471 (tabulated-list--column-number): New function.
12472 (tabulated-list-print): Use it.
12473 (tabulated-list-print-col): New function.
12474 Set `tabulated-list-column-name' property on each column's text.
12475 (tabulated-list-print-entry): Use it.
12476 (tabulated-list-delete-entry, tabulated-list-set-col):
12477 New functions.
12478 (tabulated-list-sort-column): New command (Bug#11337).
12479
12480 * buff-menu.el (list-buffers): Move C-x C-b binding from
12481 buff-menu.el to bindings.el.
12482
12483 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12484 :advertised-binding feature.
12485
12486 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12487
12488 * progmodes/compile.el (compilation-internal-error-properties):
12489 Calculate start position correctly when end-col is set but
12490 end-line is not (Bug#11382).
12491
12492 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12493
12494 * man.el (Man-unindent): Use text-property-default-nonsticky to
12495 prevent untabify from inheriting face properties (Bug#11408).
12496
12497 2012-05-05 Stefan Merten <smerten@oekonux.de>
12498
12499 * textmodes/rst.el: Major merge with upstream development up to
12500 Docutils SVN r7399 / rst.el V1.2.1.
12501
12502 Clarify maintainership and authors.
12503
12504 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12505 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12506 (rst-official-version, rst-official-cvs-rev, rst-version)
12507 (rst-package-emacs-version-alist): New functions and variables
12508 for version information.
12509
12510 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12511 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12512 (rst-mode-syntax-table, rst-mode): New and corrected functions
12513 and variables representing reStructuredText features.
12514
12515 (rst-re): New function for reStructuredText regexes. Use in
12516 many places.
12517
12518 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12519 (rst-mode-map): Rebind keys.
12520
12521 (rst-mode-lazy, rst-font-lock-keywords)
12522 (rst-font-lock-extend-region)
12523 (rst-font-lock-extend-region-internal)
12524 (rst-font-lock-extend-region-extend)
12525 (rst-font-lock-find-unindented-line-limit)
12526 (rst-font-lock-find-unindented-line-match)
12527 (rst-adornment-level, rst-font-lock-adornment-level)
12528 (rst-font-lock-adornment-match)
12529 (rst-font-lock-handle-adornment-pre-match-form)
12530 (rst-font-lock-handle-adornment-matcher): Major revision of
12531 font-locking. Integrate with other code. Use `jit-lock-mode'.
12532
12533 (rst-preferred-adornments, rst-adjust-hook)
12534 (rst-new-adornment-down, rst-preferred-bullets)
12535 (rst-preferred-bullets, rst-indent, rst-indent-width)
12536 (rst-indent-field, rst-indent-literal-normal)
12537 (rst-indent-literal-minimized, rst-indent-comment): Change,
12538 extend and improve customization.
12539
12540 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12541 (rst-normalize-cursor-position, rst-get-decoration)
12542 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12543 (rst-rstrip, rst-toc-insert-find-delete-contents)
12544 (rst-shift-fill-region, rst-compute-bullet-tabs)
12545 (rst-debug-print-tabs, rst-debug-mark-found)
12546 (rst-shift-region-guts, rst-shift-region-right)
12547 (rst-shift-region-left, rst-use-char-classes)
12548 (rst-font-lock-keywords-function)
12549 (rst-font-lock-indentation-point)
12550 (rst-font-lock-find-unindented-line-begin)
12551 (rst-font-lock-find-unindented-line-end)
12552 (rst-font-lock-find-unindented-line)
12553 (rst-font-lock-adornment-point, rst-font-lock-level)
12554 (rst-adornment-level-alist): Remove functions and variables.
12555
12556 (rst-compare-adornments, rst-get-adornment-match)
12557 (rst-suggest-new-adornment, rst-get-adornments-around)
12558 (rst-adornment-complete-p, rst-get-next-adornment)
12559 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12560 (rst-straighten-adornments): Standardize function names to
12561 use "adornment" instead of "decoration". Correct callers.
12562 Similar standardizing in many places.
12563
12564 (rst-update-section, rst-adjust, rst-promote-region)
12565 (rst-enumerate-region, rst-bullet-list-region)
12566 (rst-repeat-last-character): Correct use of `interactive'.
12567
12568 (rst-classify-adornment, rst-find-all-adornments)
12569 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12570 (rst-find-leftmost-column, rst-repeat-last-character):
12571 Refactor functions.
12572
12573 (rst-find-title-line, rst-reset-section-caches)
12574 (rst-get-adornments-around, rst-adjust-adornment-work)
12575 (rst-arabic-to-roman, rst-roman-to-arabic)
12576 (rst-insert-list-pos, rst-insert-list-new-item)
12577 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12578 New functions.
12579
12580 (rst-all-sections, rst-section-hierarchy)
12581 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12582 New variables.
12583
12584 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12585 configuration instead of only buffer. Change where necessary.
12586
12587 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12588 (rst-shift-region, rst-adaptive-fill): New functions for
12589 indentation and filling.
12590
12591 (rst-comment-line-break, rst-comment-indent)
12592 (rst-comment-insert-comment, rst-comment-region)
12593 (rst-uncomment-region): New functions for handling comments.
12594
12595 (rst-compile): Quote shell arguments.
12596
12597 (rst-compile-pdf-preview, rst-compile-slides-preview):
12598 Delete temporary files after use.
12599
12600 2012-05-05 Glenn Morris <rgm@gnu.org>
12601
12602 * calendar/cal-html.el: Optionally include holidays in the output.
12603 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12604 (cal-html-holidays): New option.
12605 (cal-html-css-default): Add holiday entry.
12606 (holiday-in-range): Autoload it.
12607 (cal-html-htmlify-entry): Add optional class argument.
12608 (cal-html-htmlify-list): Add optional holidays argument.
12609 (cal-html-insert-agenda-days): Include holidays in the output.
12610 (cal-html-one-month): Maybe include holidays.
12611
12612 * calendar/holidays.el (holiday-in-range):
12613 Move here from cal-tex-list-holidays.
12614 * calendar/cal-tex.el (cal-tex-list-holidays):
12615 Make it an obsolete alias for holiday-in-range. Update all callers.
12616
12617 2012-05-05 Chong Yidong <cyd@gnu.org>
12618
12619 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12620 Nextstep.
12621
12622 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12623
12624 * files.el (file-auto-mode-skip): New var.
12625 (set-auto-mode-1): Use it.
12626
12627 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12628
12629 * repeat.el: Use lexical-binding.
12630 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12631 (repeat-undo-count): Remove.
12632 (repeat):
12633 * progmodes/octave-mod.el (octave-abbrev-start):
12634 * progmodes/f90.el (f90-abbrev-start):
12635 * face-remap.el (text-scale-adjust):
12636 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12637
12638 * emacs-lisp/pcase.el (pcase--let*): New function.
12639 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12640 a bit more.
12641 (pcase--split-pred): Be more clever about ruling out overlap between
12642 a predicate and some constant pattern.
12643 (pcase--q1): Use `null' instead of (eq foo nil).
12644
12645 * subr.el (setq-local, defvar-local): New macros.
12646 (kbd): Redefine as an alias.
12647 (with-selected-window): Leave unrelated frames alone.
12648 (set-temporary-overlay-map): New function.
12649
12650 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12651
12652 * subr.el (user-error): New function.
12653 * window.el (switch-to-buffer):
12654 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12655 (smerge-match-conflict):
12656 * simple.el (previous-matching-history-element)
12657 (next-matching-history-element, goto-history-element, undo-more)
12658 (undo-start):
12659 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12660 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12661 (next-file, tags-loop-scan, list-tags, complete-tag):
12662 * progmodes/compile.el (compilation-loop):
12663 * mouse.el (mouse-minibuffer-check):
12664 * man.el (Man-bgproc-sentinel, Man-goto-page):
12665 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12666 (Info-history-forward, Info-follow-reference, Info-menu)
12667 (Info-extract-menu-item, Info-extract-menu-counting)
12668 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12669 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12670 (Info-next-reference, Info-prev-reference, Info-index)
12671 (Info-index-next, Info-follow-nearest-node)
12672 (Info-copy-current-node-name):
12673 * imenu.el (imenu--make-index-alist)
12674 (imenu-default-create-index-function, imenu-add-to-menubar):
12675 * files.el (basic-save-buffer, recover-file):
12676 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12677 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12678 (checkdoc-message-text, checkdoc-defun):
12679 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12680 * cus-edit.el (customize-changed-options, customize-rogue)
12681 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12682 (custom-variable-mark-to-reset-standard)
12683 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12684 (custom-file):
12685 * completion.el (check-completion-length):
12686 * comint.el (comint-search-arg)
12687 (comint-previous-matching-input-string-position)
12688 (comint-previous-matching-input)
12689 (comint-replace-by-expanded-history-before-point, comint-send-input)
12690 (comint-copy-old-input, comint-backward-matching-input)
12691 (comint-goto-process-mark, comint-set-process-mark):
12692 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12693 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12694
12695 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12696
12697 * dabbrev.el (dabbrev--ignore-case-p): New function.
12698 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12699 Use it.
12700
12701 * files.el (automount-dir-prefix): Mark as obsolete.
12702
12703 2012-05-04 Glenn Morris <rgm@gnu.org>
12704
12705 * patcomp.el, play/bruce.el: Move to obsolete/.
12706
12707 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12708
12709 Fix minor Y10k bugs.
12710 * arc-mode.el (archive-unixdate):
12711 * autoinsert.el (auto-insert-alist):
12712 * calc/calc-forms.el (math-this-year):
12713 * emacs-lisp/copyright.el (copyright-current-year)
12714 (copyright-update-year, copyright):
12715 * tar-mode.el (tar-clip-time-string):
12716 * time.el (display-time-update):
12717 Don't assume years have 4 digits.
12718
12719 2012-05-04 Chong Yidong <cyd@gnu.org>
12720
12721 * dos-w32.el (file-name-buffer-file-type-alist)
12722 (direct-print-region-use-command-dot-com):
12723 * ffap.el (ffap-menu-regexp):
12724 * find-file.el (ff-special-constructs):
12725 * follow.el (follow-debug):
12726 * forms.el (forms--debug):
12727 * iswitchb.el (iswitchb-all-frames):
12728 * ido.el (ido-all-frames):
12729 * emacs-lisp/timer.el (timer-max-repeats):
12730 * mail/feedmail.el (feedmail-mail-send-hook)
12731 (feedmail-mail-send-hook-queued):
12732 * mail/footnote.el (footnote-signature-separator):
12733 * mail/mailabbrev.el (mail-alias-separator-string)
12734 (mail-abbrev-mode-regexp):
12735 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12736 * progmodes/idlwave.el (idlwave-libinfo-file)
12737 (idlwave-default-completion-case-is-down)
12738 (idlwave-library-routines): Convert defvars to defcustoms.
12739
12740 * mail/rmail.el (rmail-decode-mime-charset):
12741 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12742 (idlwave-shell-fix-inserted-breaks)
12743 (idlwave-shell-activate-alt-keybindings)
12744 (idlwave-shell-use-breakpoint-glyph):
12745 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12746
12747 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12748
12749 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12750
12751 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12752
12753 * progmodes/verilog-mode.el (font-lock-keywords):
12754 Fix mis-highligting auto. Reported by Craig Barner.
12755 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12756 defines from global name space. Reported by Dan Dever.
12757 (verilog-auto-reset, verilog-auto-reset-widths)
12758 (verilog-auto-tieoff): Support using unbased numbers for
12759 AUTORESET and AUTOTIEOFF.
12760 (verilog-submit-bug-report): Update variable list.
12761 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12762 parenthesis from not matching. Reported by Michael Rytting.
12763 (verilog-auto-template-lint): Fix hash error when linting modules
12764 with no used templates.
12765 (verilog-warn, verilog-warn-error)
12766 (verilog-warn-fatal): When non-interactive report multiple
12767 warnings before exiting. Suggested by Brad Dobbie.
12768 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12769 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12770 to report unused template errors. Reported by Brad Dobbie.
12771 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12772 nets, bug438. Reported by Vns Blore.
12773 (verilog-auto-inout-module, verilog-auto-reg)
12774 (verilog-read-decls, verilog-read-sub-decls-sig)
12775 (verilog-signals-edit-wire-reg, verilog-signals-with):
12776 Fix passing of Verilog data types in ANSI input/output ports
12777 such as "output logic" into the AUTOs. Special case "wire" and
12778 "reg" for backwards compatibility presuming Verilog 2001.
12779 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12780 (verilog-preprocess): Fix replication of preprocess output.
12781 Reported by Brad Dobbie.
12782 (verilog-auto-inst-interfaced-ports):
12783 Create verilog-auto-inst-interfaced-ports, bug429.
12784 Reported by Julian Gorfajn.
12785 (verilog-after-save-font-hook)
12786 (verilog-before-save-font-hook): New variable.
12787 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12788 (verilog-save-font-mods): Wrap disabling fontification, reported
12789 by David Rogoff.
12790 (verilog-do-indent, verilog-pretty-declarations-auto)
12791 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12792 Reported by Pierre-David Pfister.
12793 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12794 of class declarations, bug292. Reported by Kevin Heilman.
12795 (verilog-read-decls): Fix 'parameter type' not appearing in
12796 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12797 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12798 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12799 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12800 Reported by David Kravitz.
12801
12802 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12803
12804 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12805 assignment with tests in ifs and for loops.
12806 (verilog-extended-complete-re, verilog-complete-reg): Change so
12807 that DPI inport functions don't look like fuction declarations.
12808 (verilog-pretty-expr): Don't line up assignment
12809 operations to the test and increment in if and for loops
12810 (verilog-extended-complete-re, verilog-complete-reg): Change so
12811 that DPI inport functions don't look like fuction declarations.
12812
12813 2012-05-03 Kenichi Handa <handa@m17n.org>
12814
12815 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12816 decoding, and show a warning message without signaling an error
12817 (Bug#11282).
12818
12819 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12820
12821 * emacs-lisp/bytecomp.el
12822 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12823 since cconv.el might have introduced :fun-body, internal-make-closure,
12824 and friends for bytecomp to handle (bug#11391).
12825 * custom.el (defcustom): Avoid ((λ ..) ..).
12826
12827 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12830
12831 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12832
12833 * notifications.el (dbus-debug):
12834 * term/linux.el (gpm-mouse-enable):
12835 * term/screen.el (xterm-register-default-colors): Declare.
12836
12837 2012-05-02 Chong Yidong <cyd@gnu.org>
12838
12839 * cus-start.el (gc-cons-percentage, exec-suffixes)
12840 (dos-display-scancodes, dos-hyper-key, dos-super-key)
12841 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12842 (make-cursor-line-fully-visible, void-text-area-pointer)
12843 (font-list-limit): Add customization data.
12844
12845 * allout.el (allout-exposure-change-functions)
12846 (allout-structure-added-functions)
12847 (allout-structure-deleted-functions)
12848 (allout-structure-shifted-functions): Rename abnormal hooks from
12849 *-hook, and convert to defcustoms.
12850 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12851 Convert to defcustoms.
12852 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12853
12854 * allout-widgets.el: Hook callers changed.
12855
12856 2012-05-02 Eli Zaretskii <eliz@gnu.org>
12857
12858 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12859 the yanked message in preference to the default value of
12860 buffer-file-coding-system.
12861
12862 2012-05-02 Martin Rudalics <rudalics@gmx.at>
12863
12864 * window.el (display-buffer--action-function-custom-type):
12865 Fix entry.
12866
12867 2012-05-02 Alan Mackenzie <acm@muc.de>
12868
12869 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12870
12871 2012-05-01 Glenn Morris <rgm@gnu.org>
12872
12873 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12874
12875 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
12876
12877 * cus-edit.el (custom-variable-documentation): Simplify with format.
12878
12879 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12880 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * simple.el (suggest-key-bindings, execute-extended-command):
12883 Move from keyboard.c.
12884
12885 2012-05-01 Chong Yidong <cyd@gnu.org>
12886
12887 * follow.el: Eliminate advice.
12888 (set-process-filter, process-filter, sit-for): Advice deleted.
12889 (follow-mode-off-hook): Obsolete hook removed.
12890 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12891 Vars deleted.
12892 (follow-auto): Use a :set function.
12893 (follow-mode): Rewritten. Don't advise process filters.
12894 (follow-switch-to-current-buffer-all, follow-scroll-up)
12895 (follow-scroll-down): Assume follow-mode is bound.
12896 (follow-comint-scroll-to-bottom)
12897 (follow-align-compilation-windows): New functions.
12898 (follow--window-sorter): New function.
12899 (follow-all-followers): Use it to explicitly sort windows by their
12900 positions; don't make assumptions about next-window order.
12901 (follow-windows-start-end, follow-delete-other-windows-and-split)
12902 (follow-calc-win-start): Doc fix.
12903 (follow-windows-aligned-p, follow-select-if-visible): Don't call
12904 vertical-motion unnecessarily.
12905 (follow-adjust-window): New function.
12906 (follow-post-command-hook): Use it.
12907 (follow-call-set-process-filter, follow-call-process-filter)
12908 (follow-intercept-process-output, follow-tidy-process-filter-alist)
12909 (follow-stop-intercept-process-output, follow-generic-filter):
12910 Functions deleted.
12911 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12912 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12913 New functions, replacing advice on scroll-bar-* commands.
12914 (follow-mwheel-scroll): New function (Bug#4112).
12915
12916 * comint.el (comint-adjust-point): New function.
12917 (comint-postoutput-scroll-to-bottom): Use it.
12918 Call follow-comint-scroll-to-bottom for Follow mode buffers.
12919
12920 2012-05-01 Glenn Morris <rgm@gnu.org>
12921
12922 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12923 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12924 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12925 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12926 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12927 Remove no-byte-compile setting.
12928
12929 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12930
12931 * minibuffer.el (completion-table-with-quoting): Fix compatibility
12932 all-completions code to not return a number in the last cdr.
12933
12934 2012-04-30 Leo Liu <sdl.web@gmail.com>
12935
12936 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12937 read-only error.
12938
12939 2012-04-29 Chong Yidong <cyd@gnu.org>
12940
12941 * follow.el (follow-calc-win-end): Rewrite to handle partial
12942 screen lines correctly (Bug#8390).
12943 (follow-avoid-tail-recenter): Minor cleanup.
12944
12945 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12946
12947 Avoid the obsolete `assoc' package.
12948 * speedbar.el (speedbar-refresh): Avoid adelete.
12949 (speedbar-file-lists): Simplify and avoid aput.
12950 * man.el (Man--sections, Man--refpages): New vars, replacing
12951 Man-sections-alist and Man-refpages-alist.
12952 (Man-build-section-alist, Man-build-references-alist):
12953 Use them; avoid aput.
12954 (Man--last-section, Man--last-refpage): New vars.
12955 (Man-follow-manual-reference): Use them.
12956 Use the `default' arg of completing-read.
12957 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
12958
12959 2012-04-27 Chong Yidong <cyd@gnu.org>
12960
12961 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12962
12963 * startup.el (x-apply-session-resources): New function.
12964
12965 * term/ns-win.el (ns-initialize-window-system):
12966 * term/w32-win.el (w32-initialize-window-system):
12967 * term/x-win.el (x-initialize-window-system): Use it to properly
12968 set menu-bar-mode and other vars from X resources, even if the
12969 initial frame is not a window-system frame (Bug#2299).
12970
12971 * subr.el (read-key): Avoid running filter function when setting
12972 up temporary tool bar entries (Bug#9922).
12973
12974 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12975
12976 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12977 (Bug#11344)
12978
12979 2012-04-27 Chong Yidong <cyd@gnu.org>
12980
12981 * select.el (xselect--encode-string): New function, split from
12982 xselect-convert-to-string.
12983 (xselect-convert-to-string): Use it.
12984 (xselect-convert-to-filename, xselect-convert-to-os)
12985 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12986 returned strings are properly encoded (Bug#11315).
12987
12988 2012-04-27 Chong Yidong <cyd@gnu.org>
12989
12990 * simple.el (delete-active-region): Move to killing custom group.
12991
12992 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12993
12994 * progmodes/which-func.el (which-func-current): Quote %
12995 characters for mode-line processing.
12996
12997 2012-04-27 Chong Yidong <cyd@gnu.org>
12998
12999 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13000 reaching eob (Bug#11286).
13001
13002 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13003
13004 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13005 (gdb): Make it buffer-local and init to zero.
13006 (gdb-control-commands-regexp): New variable.
13007 (gdb-send): Don't wrap in "-interpreter-exec console" if
13008 gdb-control-level is positive. Increment gdb-control-level
13009 whenever the command matches gdb-control-commands-regexp, and
13010 decrement it each time the command is "end". (Bug#11279)
13011
13012 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13013
13014 * window.el (adjust-window-trailing-edge, enlarge-window)
13015 (shrink-window, window-resize):
13016 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13017 windows (Bug#11276).
13018
13019 2012-04-27 Chong Yidong <cyd@gnu.org>
13020
13021 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13022 fix "missing prefix" warning. All callers changed.
13023
13024 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * emacs-lisp/assoc.el: Move to obsolete/.
13027
13028 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13031
13032 * term/ns-win.el (ns-define-service):
13033 * progmodes/pascal.el (pascal-goto-defun):
13034 * progmodes/js.el (js--read-tab):
13035 * progmodes/etags.el (tags-lazy-completion-table):
13036 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13037 * emacs-lisp/ewoc.el (ewoc--wrap):
13038 * emacs-lisp/assoc.el (aput, adelete, amake):
13039 * doc-view.el (doc-view-convert-current-doc):
13040 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13041
13042 2012-04-26 Chong Yidong <cyd@gnu.org>
13043
13044 * image.el (image-type-from-buffer): Only return supported image
13045 type (Bug#9045).
13046
13047 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13048 value, for symmetry with diff-end-of-hunk.
13049 (diff-split-hunk, diff-find-source-location)
13050 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13051 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13052 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13053 compute the relevant hunk or file properly (Bug#6005).
13054 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13055
13056 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13057
13058 * vc/vc-mtn.el:
13059 * vc/vc-hg.el:
13060 * vc/vc-git.el:
13061 * vc/vc-dir.el:
13062 * vc/vc-cvs.el:
13063 * vc/vc-bzr.el:
13064 * vc/vc-arch.el:
13065 * vc/vc.el: Replace lexical-let by lexical-binding.
13066 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13067 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13068 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13069
13070 2012-04-26 Chong Yidong <cyd@gnu.org>
13071
13072 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13073 (diff-mode-shared-map): Bind it to / and [remap undo].
13074
13075 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13076 (ediff-window-setup-function): Use it as the default, to set up
13077 windows based on whether the current frame is graphical (Bug#2138).
13078 (ediff-choose-window-setup-function-automatically): Make obsolete.
13079
13080 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13081
13082 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * ffap.el: Remove old code for obsolete package.
13085 (ffap-complete-as-file-p): Remove.
13086
13087 Use completion-table-with-quoting for comint and pcomplete.
13088 * comint.el (comint--unquote&requote-argument)
13089 (comint--unquote-argument, comint--requote-argument): New functions.
13090 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13091 (comint-quote-filename): Use regexp-opt-charset.
13092 (comint--common-suffix, comint--common-quoted-suffix)
13093 (comint--table-subvert): Remove.
13094 (comint-unquote-function, comint-requote-function): New vars.
13095 (comint--complete-file-name-data): Use them with
13096 completion-table-with-quoting.
13097 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13098 * pcomplete.el (pcomplete-arg-quote-list)
13099 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13100 (pcomplete-unquote-argument-function): Default to non-nil.
13101 (pcomplete-unquote-argument): Simplify.
13102 (pcomplete--common-quoted-suffix): Remove.
13103 (pcomplete-requote-argument-function): New var.
13104 (pcomplete--common-suffix): New function.
13105 (pcomplete-completions-at-point): Use completion-table-with-quoting
13106 and completion-table-subvert.
13107
13108 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13109 (minibuffer--double-dollars): Preserve properties.
13110 (completion--sifn-requote): New function.
13111 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13112
13113 * minibuffer.el: Add support for completion of quoted/escaped data.
13114 (completion-table-with-quoting, completion-table-subvert): New funs.
13115 (completion--twq-try, completion--twq-all): New functions.
13116 (completion--nth-completion): New function.
13117 (completion-try-completion, completion-all-completions): Use it.
13118
13119 2012-04-25 Leo Liu <sdl.web@gmail.com>
13120
13121 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13122 Use compilation-message if available to find real filename.
13123
13124 2012-04-25 Chong Yidong <cyd@gnu.org>
13125
13126 * vc/diff-mode.el (diff-setup-whitespace): New function.
13127 (diff-mode): Use it.
13128
13129 * vc/diff.el (diff-sentinel):
13130 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13131 Whitespace mode variables based on diff style (Bug#8612).
13132
13133 2012-04-25 Leo Liu <sdl.web@gmail.com>
13134
13135 * progmodes/python.el (python-send-region): Add suffix .py to the
13136 temp file.
13137
13138 * files.el (auto-mode-alist): Use javascript-mode instead.
13139
13140 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13141
13142 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13143
13144 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13145 (soap-resolve-references-for-array-type): Hack to prevent self
13146 references, see Bug#9.
13147 (soap-parse-envelope): Report the contents of the 'detail' node
13148 when receiving a fault reply.
13149 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13150
13151 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13152 (soap-inspect-simple-type): New function.
13153
13154 * net/soap-client.el (soap-simple-type): New struct.
13155 (soap-default-xsd-types, soap-default-soapenc-types)
13156 (soap-decode-basic-type, soap-encode-basic-type):
13157 support unsignedInt and double basic types.
13158 (soap-resolve-references-for-simple-type)
13159 (soap-parse-simple-type, soap-encode-simple-type): New function.
13160 (soap-parse-schema): Parse xsd:simpleType declarations.
13161
13162 * net/soap-client.el (soap-default-xsd-types)
13163 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13164 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13165 the local name of "soapenc:Array".
13166 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13167 decoding integer, byte and anyURI xsd types.
13168
13169 2012-04-25 Chong Yidong <cyd@gnu.org>
13170
13171 * cus-edit.el (custom-buffer-create-internal): Update header text.
13172
13173 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13174
13175 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13176 settings on 'system-type', not on 'window-system'. On MS-Windows,
13177 set interactive-mode on in GDB.
13178
13179 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13182 (ruby-syntax-propertize-regexp): Remove.
13183 (ruby-syntax-propertize-function): Split regexp into chunks.
13184 Match following code directly.
13185
13186 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13187
13188 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13189 (ruby-syntax-propertize-regexp): New function.
13190 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13191 by a special keyword.
13192
13193 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13194 (ruby-syntax-general-delimiters-goto-beg)
13195 (ruby-syntax-propertize-general-delimiters): New functions.
13196 (ruby-syntax-propertize-function): Use them to handle GDL.
13197 (ruby-font-lock-keywords): Move old handling of GDL...
13198 (ruby-font-lock-syntactic-keywords): .. to here.
13199 (ruby-calculate-indent): Adjust indentation for GDL.
13200
13201 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13202
13203 * notifications.el (top): Remove unneeded declarations.
13204 (notifications-specification-version): Change to "1.2".
13205 (notifications-interface, notifications-notify-method)
13206 (notifications-close-notification-method): Fix docstring.
13207 (notifications-get-capabilities-method): New defconst.
13208 (notifications-notify): Add :action-items, :resident and
13209 :transient hints. Change "image_data" to "image-data" and
13210 "image_path" to "image-path".
13211 (notifications-get-capabilities): New defun.
13212
13213 2012-04-24 Leo Liu <sdl.web@gmail.com>
13214
13215 * progmodes/python.el: Move hideshow setup to the end.
13216
13217 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13218
13219 * window.el (handle-select-window): Clear echo area since this is
13220 no more done by read_char (Bug#11304).
13221
13222 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13223
13224 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13225 and `/ M' to filter-derived-mode.
13226 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13227 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13228 (ibuffer-mark-by-mode): Use default rather than initial-input.
13229 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13230
13231 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13232
13233 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13234 (ibuffer-filter-by-derived-mode): New filter.
13235 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13236
13237 2012-04-23 Andreas Politz <politza@fh-trier.de>
13238
13239 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13240
13241 2012-04-23 Chong Yidong <cyd@gnu.org>
13242
13243 * cus-edit.el (customize-apropos, customize-apropos-options):
13244 Disable matching of non-option variables (Bug#11176).
13245 (customize-option, customize-option-other-window)
13246 (customize-changed-options): Doc fix.
13247 (customize-apropos-options, customize-apropos-faces)
13248 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13249
13250 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13251 Fix word list splitting (Bug#11132).
13252 (apropos-symbol, apropos-keybinding, apropos-label)
13253 (apropos-property, apropos-function-button)
13254 (apropos-variable-button, apropos-misc-button): New faces.
13255 (apropos-symbol-face, apropos-keybinding-face)
13256 (apropos-label-face, apropos-property-face, apropos-match-face):
13257 Variables removed (Bug#8396).
13258 (apropos-library-button, apropos-format-plist, apropos-print)
13259 (apropos-print-doc, apropos-describe-plist): Callers changed.
13260
13261 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13262
13263 * net/xesam.el (xesam-mode-map): Use let-bound map in
13264 initialization. (Bug#11292)
13265
13266 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13267
13268 Preserve ispell session localwords when switching back to
13269 original buffer.
13270
13271 * textmodes/ispell.el (ispell-buffer-session-localwords):
13272 New buffer-local variable to hold buffer session localwords.
13273 (ispell-kill-ispell): Add option 'clear to delete session
13274 localwords.
13275 (ispell-command-loop, ispell-change-dictionary)
13276 (ispell-buffer-local-words): Preserve session localwords when
13277 needed.
13278
13279 * textmodes/flyspell.el (flyspell-process-localwords)
13280 (flyspell-do-correct): Preserve session localwords when needed.
13281
13282 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13283
13284 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13285 using obsolete `translation-table-for-input'.
13286 (ispell-word, ispell-process-line, ispell-complete-word):
13287 Use plain `insert' instead of removed `ispell-insert-word'.
13288
13289 2012-04-22 Chong Yidong <cyd@gnu.org>
13290
13291 * cus-edit.el (custom-variable-menu)
13292 (custom-variable-reset-saved, custom-face-menu)
13293 (custom-face-reset-saved): If there is no saved value, make the
13294 "reset-saved" operation bring back the default (Bug#9509).
13295 (custom-face-state): Properly detect themed faces.
13296
13297 * faces.el (face-spec-set): Stop supporting deprecated form of
13298 third arg.
13299
13300 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13301
13302 Move functions from C to Lisp. Make non-blocking method calls
13303 the default. Implement further D-Bus standard interfaces.
13304
13305 * net/dbus.el (dbus-message-internal): Declare function.
13306 Remove unneeded function declarations.
13307 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13308 (dbus-message-type-method-return, dbus-message-type-error)
13309 (dbus-message-type-signal): Declare variables. Remove local
13310 definitions.
13311 (dbus-interface-dbus, dbus-interface-peer)
13312 (dbus-interface-introspectable, dbus-interface-properties)
13313 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13314 Adapt docstring.
13315 (dbus-interface-objectmanager): New defconst.
13316 (dbus-call-method, dbus-call-method-asynchronously)
13317 (dbus-send-signal, dbus-method-return-internal)
13318 (dbus-method-error-internal, dbus-register-service)
13319 (dbus-register-signal, dbus-register-method): New defuns, moved
13320 from dbusbind.c
13321 (dbus-call-method-handler, dbus-setenv)
13322 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13323 New defuns.
13324 (dbus-call-method-non-blocking): Make it an obsolete function.
13325 (dbus-unregister-object, dbus-unregister-service)
13326 (dbus-handle-event, dbus-register-property)
13327 (dbus-property-handler): Obey the new structure of
13328 `bus-registered-objects'.
13329 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13330 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13331 Use `dbus-call-method'.
13332
13333 2012-04-22 Chong Yidong <cyd@gnu.org>
13334
13335 * cus-edit.el (custom-commands, custom-reset-menu)
13336 (Custom-reset-standard): Tweak labels.
13337 (custom-reset-button-menu): Change default to t.
13338 (custom-buffer-create-internal): For the custom-reset-button-menu
13339 case, put the revert button first.
13340 (custom-group-subtitle): New face.
13341 (custom-group-value-create): Align docstring to a specific column.
13342
13343 * wid-edit.el (widget-documentation-link-add): Don't handle
13344 indentation in this function.
13345 (widget-documentation-string-indent-to): New function.
13346 (widget-documentation-string-value-create): Use it.
13347
13348 * autorevert.el (auto-revert):
13349 * epg-config.el (epg):
13350 * ibuffer.el (ibuffer):
13351 * mpc.el (mpc):
13352 * ses.el (ses):
13353 * eshell/eshell.el (eshell):
13354 * net/ange-ftp.el (ange-ftp):
13355 * progmodes/ebnf2ps.el (postscript):
13356 * progmodes/flymake.el (flymake):
13357 * progmodes/prolog.el (prolog):
13358 * progmodes/verilog-mode.el (verilog-mode):
13359 * progmodes/which-func.el (which-func):
13360 * term/xterm.el (xterm):
13361 * textmodes/picture.el (picture):
13362 * textmodes/tildify.el (tildify):
13363 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13364 customization buffers.
13365
13366 2012-04-22 Alan Mackenzie <acm@muc.de>
13367
13368 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13369 Adding a ) can hide the resulting (..) from searches. Fix it.
13370 Bound the backward search to the position of the existing (.
13371
13372 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13373
13374 * progmodes/verilog-mode.el (verilog-mode): Check whether
13375 which-func-modes is t before adding verilog-mode.
13376 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13377
13378 2012-04-21 Leo Liu <sdl.web@gmail.com>
13379
13380 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13381
13382 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13383
13384 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13385 filling of the last column of a table (Bug#5635).
13386 (woman-find-next-control-line): New arg, specifying an additional
13387 regexp component for the control line.
13388 (woman2-roff-buffer): Use it.
13389 (woman-break-table): New function.
13390 (woman2-TS): Use it.
13391
13392 2012-04-21 Chong Yidong <cyd@gnu.org>
13393
13394 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13395 (woman-horizontal-escapes, woman-negative-vertical-space)
13396 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13397 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13398
13399 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * minibuffer.el (completion-file-name-table): Complete user names.
13402
13403 2012-04-20 Leo Liu <sdl.web@gmail.com>
13404
13405 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13406 and pcase-let*.
13407
13408 2012-04-20 Chong Yidong <cyd@gnu.org>
13409
13410 * server.el (server-execute): Respect initial-buffer-choice if it
13411 is a string and there are no files to open (Bug#2825).
13412 (server-create-window-system-frame, server-create-tty-frame):
13413 Don't switch buffers here.
13414 (server-process-filter): Only try to open a window system frame if
13415 compiled with graphical support (Bug#8314).
13416
13417 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13418
13419 * battery.el (battery-echo-area-format): Display remaining time
13420 for sysfs backend too (Bug#11269).
13421 (battery-linux-sysfs): Fix conditional for the charge.
13422
13423 2012-04-20 Chong Yidong <cyd@gnu.org>
13424
13425 * progmodes/gdb-mi.el (gdb): Revert previous change.
13426 (gdb-inferior-io--init-proc): New function.
13427 (gdb-init-1): Use it.
13428 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13429 responsible for allocating a new pty and hooking it to gdb when
13430 the old pty gets an EIO due to process exit.
13431 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13432 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13433 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13434
13435 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13436
13437 * window.el (window-min-size, window-sizable, window-min-delta)
13438 (window-max-delta, window--resizable, window-resizable)
13439 (window-total-size, window-full-height-p, window-full-width-p)
13440 (window-in-direction, window--resize-mini-window, window-resize)
13441 (window--resize-child-windows-normal)
13442 (window--resize-child-windows, window--resize-siblings)
13443 (window--resize-this-window, adjust-window-trailing-edge)
13444 (enlarge-window, shrink-window): Doc fixes.
13445
13446 2012-04-20 Chong Yidong <cyd@gnu.org>
13447
13448 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13449 New function to call delete-process on the gdb-inferior buffer's pty.
13450 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13451 pty process (Bug#11273).
13452 (gdb-update): New arg to suppress talking to the gdb process.
13453 (gdb-done-or-error): Use it.
13454 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13455 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13456 sentinel not being called.
13457
13458 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13459
13460 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13461
13462 2012-04-20 Glenn Morris <rgm@gnu.org>
13463
13464 * net/network-stream.el (open-network-stream): Doc fix.
13465
13466 2012-04-20 Chong Yidong <cyd@gnu.org>
13467
13468 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13469
13470 2012-04-20 Alan Mackenzie <acm@muc.de>
13471
13472 Ensure searching for keywords is case sensitive.
13473
13474 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13475 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13476 (c-defun-name, c-mark-function, c-cpp-define-name)
13477 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13478 (c-context-line-break): Bind case-fold-search to nil.
13479
13480 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13481 Bind case-fold-search to nil.
13482
13483 2012-04-20 Chong Yidong <cyd@gnu.org>
13484
13485 * mail/sendmail.el (mail-bury): Call return action with the right
13486 Rmail buffer (Bug#11242).
13487
13488 * server.el (server-process-filter): Handle corner case where both
13489 tty and nowait options are present (Bug#11102).
13490
13491 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13492
13493 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13494 (top level): Put into the executable the ident-style '$Id:' tag on
13495 windows-nt as well.
13496
13497 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * electric.el (electric-indent-post-self-insert-function): Check that
13500 electric-indent-mode is enabled in current buffer.
13501
13502 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13503
13504 * imenu.el (imenu-progress-message): Restore; it is "used" in
13505 erc/erc-imenu.el and net/snmp-mode.el.
13506
13507 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13508
13509 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13510 (mouse-avoidance-nudge-mouse): Remove unused binding.
13511
13512 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13513
13514 * descr-text.el (describe-char):
13515 * progmodes/python.el (python-describe-symbol):
13516 Don't call `toggle-read-only', set `buffer-read-only'.
13517
13518 * imenu.el (imenu-default-goto-function): Mark unused args.
13519 (imenu-progress-message): Remove obsolete macro; all callers changed.
13520
13521 * subr.el (keymap-canonicalize): Remove unused binding.
13522 (read-passwd): Mark unused arg.
13523
13524 * tutorial.el (tutorial--display-changes): Remove unused binding.
13525 (tutorial--save-tutorial-to): Remove unused variable.
13526
13527 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13528 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13529 (package-generate-autoloads, package-menu--generate)
13530 (package-menu--find-upgrades): Remove unused bindings.
13531
13532 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13533 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13534 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13535 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13536 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13537 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13538 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13539 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13540 (cua-delete-char-rectangle): Mark unused args.
13541 (cua-align-rectangle): Remove unused binding.
13542
13543 * mail/rmail.el (compilation--message->loc)
13544 (epa--find-coding-system-for-mime-charset): Declare.
13545
13546 * net/dbus.el (dbus-register-service): Declare.
13547 (dbus-name-owner-changed-handler): Remove unused binding.
13548
13549 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13550 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13551 (nxml-scan-backward-within): Mark unused arg.
13552 (nxml-dynamic-markup-word): Remove unused binding.
13553
13554 * mouse.el (mouse-menu-major-mode-map):
13555 * emacs-lisp/authors.el (authors-scan-change-log)
13556 (authors-add-to-author-list):
13557 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13558 * emacs-lisp/smie.el (smie-auto-fill):
13559 * mail/sendmail.el (mail-bury):
13560 * mail/unrmail.el (unrmail):
13561 * net/tls.el (open-tls-stream):
13562 * textmodes/picture.el (picture-mouse-set-point):
13563 Remove unused bindings.
13564
13565 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13566
13567 * net/tramp.el (tramp-action-password): Let-bind
13568 `enable-recursive-minibuffers' to t.
13569
13570 2012-04-18 Sam Steingold <sds@gnu.org>
13571
13572 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13573 instead of 'string to accommodate values like [f11].
13574 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13575 * progmodes/gdb-mi.el: Likewise.
13576
13577 2012-04-18 Leo Liu <sdl.web@gmail.com>
13578
13579 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13580 current buffer.
13581 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13582 LOCAL is nil.
13583
13584 2012-04-18 Chong Yidong <cyd@gnu.org>
13585
13586 * simple.el (line-move): Use forward-line if in batch mode
13587 (Bug#11053).
13588
13589 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13590
13591 * files.el (after-find-file): Do not try to add a final newline if
13592 the buffer is read-only (Bug#11156).
13593
13594 2012-04-17 Richard Stallman <rms@gnu.org>
13595
13596 * mail/rmail.el (rmail-start-mail):
13597 Pass (rmail-mail-return...) for the return-action.
13598 Pass (rmail-yank-current-message...) for the yank-action.
13599 (rmail-yank-current-message): New function.
13600 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13601 (rmail-reply): Likewise.
13602 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13603
13604 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13605 buffer, not the last. Reject temp buffers. Use the rmail-mode
13606 buffer, not newbuf.
13607
13608 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13609
13610 * server.el (server-ensure-safe-dir): Simplify.
13611
13612 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13613
13614 * emacs-lisp/smie.el: Provide smarter auto-filling.
13615 (smie-auto-fill): New function.
13616 (smie-setup): Use it.
13617
13618 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13619
13620 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13621
13622 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13623 (comment-indent): Use it.
13624
13625 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13626
13627 * ses.el: The overall change is to add cell renaming, that is
13628 setting fancy names for cell symbols other than name matching
13629 "\\`[A-Z]+[0-9]+\\'" regexp .
13630 (ses-localvars): Add ses--renamed-cell-symb-list.
13631 (ses-create-cell-variable): New defun.
13632 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13633 (ses-relocate-formula): Relocate formulas only for cells the
13634 symbols of which are not renamed, i.e. symbols whose names do not
13635 match regexp "\\`[A-Z]+[0-9]+\\'".
13636 (ses-relocate-all): Relocate values only for cells the symbols of
13637 which are not renamed.
13638 (ses-load): Create cells variables as the (ses-cell ...) are read,
13639 in order to check row col consistency with cell symbol name only
13640 for cells that are not renamed.
13641 (ses-replace-name-in-formula): New defun.
13642 (ses-rename-cell): New defun.
13643
13644 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13645
13646 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13647 New option (bug#11118).
13648 (perl-calculate-indent): Respect it.
13649
13650 2012-04-17 Glenn Morris <rgm@gnu.org>
13651
13652 * dired-aux.el (dired-mark-read-string): Doc fix.
13653
13654 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13655
13656 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13657 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13658
13659 2012-04-17 Glenn Morris <rgm@gnu.org>
13660
13661 * mouse.el (mouse-drag-track):
13662 * speedbar.el (speedbar-frame-mode):
13663 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13664
13665 2012-04-16 Leo Liu <sdl.web@gmail.com>
13666
13667 * progmodes/python.el: Trivial cleanup.
13668
13669 2012-04-16 Glenn Morris <rgm@gnu.org>
13670
13671 * vc/vc.el (vc-string-prefix-p):
13672 * vc/pcvs-util.el (cvs-string-prefix-p):
13673 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13674 * mpc.el (mpc-string-prefix-p):
13675 Make all of these into obsolete aliases for string-prefix-p.
13676 Update callers.
13677 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13678
13679 * textmodes/two-column.el: Move custom options to the start.
13680 (frame-width): Remove compat definition.
13681 (2C-associate-buffer, 2C-dissociate):
13682 Use with-current-buffer rather than save-excursion.
13683 (2C-dissociate): Force a mode-line update.
13684 (2C-autoscroll): Use ignore-errors.
13685
13686 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13687 Autoload trivia.
13688
13689 * emacs-lisp/cl-extra.el (*random-state*):
13690 Remove unnecessary declaration.
13691
13692 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13693
13694 * play/cookie1.el (cookie-snarf):
13695 Give an explicit error if input file cannot be read.
13696
13697 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13698
13699 * progmodes/perl-mode.el (c-macro-expand):
13700 Remove unnecessary autoload (it is in loaddefs.el).
13701
13702 * textmodes/picture.el (picture-desired-column)
13703 (picture-update-desired-column): Convert comments to doc-strings.
13704 (picture-substitute): Remove function.
13705 (picture-mode-map): Initialize in the defvar.
13706
13707 * woman.el: Remove eval-after-load for tar-mode.
13708 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13709 (woman-tar-extract-file): Autoload it.
13710
13711 * frame.el (automatic-hscrolling): Make this alias obsolete.
13712
13713 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13714
13715 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13716 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13717 (ispell-dictionary-base-alist): Revert to original XEmacs
13718 friendly version for default. [:alpha:] will be added in
13719 `ispell-set-spellchecker-params' if needed.
13720
13721 2012-04-16 Chong Yidong <cyd@gnu.org>
13722
13723 * image.el (imagemagick--file-regexp): New variable.
13724 (imagemagick-register-types): Use it.
13725 (imagemagick-types-inhibit): Add :set function. Allow new value
13726 of t to inhibit all types.
13727
13728 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13729 so we can preload it.
13730
13731 * loadup.el (fboundp): Preload regexp-opt, needed by
13732 imagemagick-register-types.
13733
13734 2012-04-15 Chong Yidong <cyd@gnu.org>
13735
13736 * frame.el (scrolling): Remove nearly unused customization group.
13737
13738 * scroll-all.el (scroll-all-mode): Move to windows group.
13739
13740 2012-04-15 Chong Yidong <cyd@gnu.org>
13741
13742 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13743
13744 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13745
13746 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13747 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13748
13749 2012-04-15 Glenn Morris <rgm@gnu.org>
13750
13751 * simple.el (process-file-side-effects): Doc fix.
13752
13753 2012-04-15 Glenn Morris <rgm@gnu.org>
13754
13755 * international/mule-cmds.el (set-language-environment): Doc fix.
13756
13757 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13758
13759 * server.el (server-auth-key, server-generate-key): Doc fixes.
13760 (server-get-auth-key): Doc fix. Use `string-match-p'.
13761 (server-start): Reflow docstring.
13762
13763 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13764
13765 * server.el (server-generate-key): `called-interactively-p'
13766 requires a parameter.
13767
13768 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13769
13770 * server.el (server-auth-key): New variable.
13771 (server-generate-key, server-get-auth-key): New function.
13772 (server-start): Use the new variable and functions to allow
13773 setting a permanent server key (bug#9423).
13774
13775 2012-04-14 Leo Liu <sdl.web@gmail.com>
13776
13777 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13778
13779 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13780
13781 Spelling fixes.
13782 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13783 Emacs uses American spelling.
13784
13785 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13786
13787 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13788 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13789 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13790 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13791
13792 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * progmodes/which-func.el (which-func-modes): Change default.
13795
13796 2012-04-14 Kim F. Storm <storm@cua.dk>
13797
13798 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13799 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13800
13801 2012-04-14 Chong Yidong <cyd@gnu.org>
13802
13803 * custom.el (custom-theme-set-variables): Doc fix.
13804
13805 2012-04-14 Glenn Morris <rgm@gnu.org>
13806
13807 * international/mule.el (set-auto-coding-for-load): Doc fix.
13808
13809 2012-04-14 Alan Mackenzie <acm@muc.de>
13810
13811 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13812 imenu work again for Objective C Mode. Correct the *-index values,
13813 these having been disturbed by a previous change in 2011-08.
13814
13815 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13816 Correct two search limits.
13817
13818 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13819
13820 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13821
13822 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13823
13824 * international/characters.el: Fix sorting.
13825
13826 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13827
13828 * international/characters.el: Add more missing Latin case pairs.
13829
13830 2012-04-14 Glenn Morris <rgm@gnu.org>
13831
13832 * files.el (dir-locals-set-class-variables): Doc fix.
13833
13834 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13835
13836 * international/characters.el: Add set-case-syntax-pair call for
13837 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13838 counterpart. (Bug#11209)
13839
13840 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
13841
13842 2012-04-14 Glenn Morris <rgm@gnu.org>
13843
13844 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13845
13846 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13847
13848 * textmodes/ispell.el (ispell-dictionary-base-alist):
13849 Add data for Hebrew.
13850
13851 2012-04-14 Chong Yidong <cyd@gnu.org>
13852
13853 * net/rcirc.el (rcirc-cmd-quit):
13854 Revert 2012-03-18 change (Bug#11192).
13855
13856 2012-04-14 Glenn Morris <rgm@gnu.org>
13857
13858 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13859
13860 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13861
13862 * minibuffer.el (completion-in-region-mode-map):
13863 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
13864
13865 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
13866
13867 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13868
13869 2012-04-13 Masatake YAMATO <yamato@redhat.com>
13870
13871 * minibuffer.el (minibuffer-local-filename-syntax): New variable
13872 to allow `C-M-f' and `C-M-b' to move to the nearest path
13873 separator (bug#9511).
13874
13875 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
13876
13877 * avoid.el: Require cl when compiling. And also move the
13878 `provide' to the end.
13879
13880 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13881
13882 * avoid.el (mouse-avoidance-banish-position): New variable.
13883 (mouse-avoidance-banish-destination): Use it (bug#10165).
13884
13885 2012-04-13 Leo Liu <sdl.web@gmail.com>
13886
13887 * progmodes/which-func.el (which-func-modes): Add objc-mode.
13888
13889 2012-04-13 Ken Brown <kbrown@cornell.edu>
13890
13891 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13892 this is no longer needed now that cygstart understands file:// URLs.
13893 (browse-url-filename-alist): For the same reason, don't modify
13894 file:// URLs on Cygwin.
13895
13896 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13897
13898 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13899 the region on shift if the binding is already shifted (bug#11221).
13900
13901 2012-04-12 Glenn Morris <rgm@gnu.org>
13902
13903 * mail/mailpost.el: Move to obsolete/.
13904
13905 2012-04-12 Drew Adams <drew.adams@oracle.com>
13906
13907 * imenu.el (imenu--generic-function): Ignore invisible definitions
13908 (bug#10123).
13909
13910 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
13911
13912 * hexl.el (hexl-bits): New variable.
13913 (hexl-options): Mention the variable in the doc string.
13914 (hexl-rulerise, hexl-line-displen): New functions.
13915 (hexl-mode): Mention the new variable.
13916 (hexl-mode, hexl-current-address, hexl-current-address):
13917 Use the displen.
13918 (hexl-ascii-start-column): New function.
13919 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13920 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13921
13922 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13923
13924 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13925 '("-i" ENCODING), in 2 separate command-line arguments, to specify
13926 the encoding, as expected by hunspell.
13927
13928 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 * battery.el (battery--linux-sysfs-regexp): New const.
13931 (battery-status-function): Use it. Remove yeeloong special case.
13932 (battery-yeeloong-sysfs): Remove.
13933 (battery-echo-area-format): Remove yeeloong special case.
13934
13935 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13936
13937 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13938 Reported by Noah Friedman.
13939
13940 * subr.el (read-passwd): Use read-string.
13941
13942 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13943
13944 * vcursor.el (vcursor-move): Increase the priority of the overlay
13945 (bug#9663).
13946
13947 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13948
13949 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13950 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13951
13952 2012-04-11 William Stevenson <yhvh2000@gmail.com>
13953
13954 * textmodes/artist.el (artist-mode): Convert artist-mode to use
13955 define-minor-mode (bug#10760).
13956
13957 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13958
13959 * progmodes/grep.el (rgrep): Tweak the find command line so
13960 that directories matching `grep-find-ignored-files' won't be
13961 pruned (bug#10351).
13962
13963 2012-04-11 Chong Yidong <cyd@gnu.org>
13964
13965 * startup.el (command-line): Remove support for long-obsolete
13966 variable font-lock-face-attributes.
13967
13968 2012-04-11 Glenn Morris <rgm@gnu.org>
13969
13970 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13971
13972 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13973
13974 * window.el (window--state-get-1): Obey window-point-insertion-type.
13975
13976 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
13977
13978 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13979 to previous function when point is on the first character of a
13980 function. Take care of that in `narrow-to-defun' (bug#6157).
13981
13982 2012-04-11 Glenn Morris <rgm@gnu.org>
13983
13984 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13985 not just file-errors.
13986
13987 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13988 (vc-bzr-sha1): Use internal sha1.
13989
13990 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
13993
13994 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
13995
13996 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
13997 that start in the middle of the line (bug#10496).
13998
13999 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14000
14001 * battery.el (battery-linux-proc-acpi): Only one battery is
14002 discharged at a time, but that seems to confuse battery.el when
14003 computing `rate-type' for the battery not being discharged
14004 (bug#10332).
14005
14006 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14007
14008 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14009
14010 * international/quail.el: Use dolist and simplify.
14011 (quail-define-package, quail-update-keyboard-layout)
14012 (quail-define-rules): Use dolist.
14013 (quail-insert-kbd-layout, quail-get-translation): CSE.
14014
14015 * tmm.el: Use dolist, remove left over hook.
14016 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14017 Use dolist.
14018 (calendar-load-hook): Don't mess with it.
14019
14020 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14021 Use derived-mode-p. Run the diff asynchronously.
14022
14023 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14024
14025 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14026
14027 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14028
14029 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14030 (list-dynamic-libraries--loaded): New function.
14031 (list-dynamic-libraries--refresh): Use it.
14032
14033 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14034
14035 * progmodes/python.el (python-fill-paragraph):
14036 Make python-fill-region in a multiline string work when font-lock is
14037 disabled (bug#7018).
14038
14039 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
14040
14041 * language/european.el (cp775): Add oem/legacy (en)coding on
14042 DOS/MS Windows for the Baltic languages. There are still plenty
14043 of texts written in this encoding/codepage (bug#6519).
14044
14045 2012-04-10 Glenn Morris <rgm@gnu.org>
14046
14047 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14048 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14049
14050 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14051
14052 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14053 next-line "n" and previous-line "p" in order to make recentf more
14054 consistent with ibuffer, dired or org-mode (bug#9387).
14055
14056 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14057
14058 * image.el (put-image): Return the overlay created instead of the
14059 optional input string (bug#7834). Note that this may break code
14060 that is (for some reason or other) depending on `put-image'
14061 returning the string.
14062
14063 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14064
14065 * simple.el (zap-to-char): Allow zapping using input methods
14066 (bug#1580).
14067
14068 * textmodes/fill.el (fill-region): Leave point and mark where they
14069 were before filling (bug#5399).
14070
14071 2012-04-09 Glenn Morris <rgm@gnu.org>
14072
14073 * version.el (emacs-bzr-get-version):
14074 Handle lightweight checkouts of local branches.
14075
14076 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14077
14078 * international/characters.el: Recover lost case pairs. (Bug#11209)
14079
14080 2012-04-09 Chong Yidong <cyd@gnu.org>
14081
14082 * custom.el (custom-variable-p): Return nil for non-symbol
14083 arguments instead of signaling an error.
14084 (user-variable-p): Obsolete alias for custom-variable-p.
14085
14086 * apropos.el (apropos-variable):
14087 * files-x.el (read-file-local-variable):
14088 * simple.el (set-variable):
14089 * woman.el (woman-mini-help):
14090 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14091
14092 2012-04-09 Glenn Morris <rgm@gnu.org>
14093
14094 * startup.el (normal-top-level): Don't look for leim-list.el
14095 in places where it will not be found. (Bug#910)
14096
14097 * international/mule-cmds.el (set-default-coding-systems):
14098 * files.el (normal-mode):
14099 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14100 This function was removed with ucs-tables.el in 2008.
14101
14102 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14103
14104 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14105 ispell-encoding8-command to "-i", without a trailing space.
14106 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14107 separate command-line arguments, to specify the encoding, since
14108 that's how hunspell expects it.
14109
14110 2012-04-08 Glenn Morris <rgm@gnu.org>
14111
14112 * loadup.el: Load bindings before cus-start.
14113 This reduces somewhat the number of "rogue" settings in emacs -Q.
14114
14115 2012-04-07 Glenn Morris <rgm@gnu.org>
14116
14117 * version.el (emacs-bzr-get-version): New function.
14118 (emacs-bzr-version): New variable.
14119 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14120 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14121
14122 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14123
14124 * international/uni-bidi.el, international/uni-category.el:
14125 * international/uni-combining.el, international/uni-decimal.el:
14126 * international/uni-decomposition.el, international/uni-digit.el:
14127 * international/uni-lowercase.el, international/uni-mirrored.el:
14128 * international/uni-name.el, international/uni-numeric.el:
14129 * international/uni-titlecase.el, international/uni-uppercase.el:
14130 Update for Unicode 6.1.
14131
14132 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14133
14134 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14135
14136 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14137
14138 * window.el (shrink-window): Mention the `window-min-height'
14139 variable in the doc string.
14140
14141 2012-04-05 Bastien Guerry <bzg@altern.org>
14142
14143 * color.el (color-lighten-name): Fix typo.
14144
14145 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14146
14147 * server.el (server--on-display-p): New function.
14148 (server--on-display-p): Use it.
14149
14150 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
14151
14152 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14153 (bug#11145).
14154
14155 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14156
14157 * comint.el (comint--common-quoted-suffix): Check string boundary
14158 before comparing (bug#11158).
14159 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14160
14161 2012-04-04 Chong Yidong <cyd@gnu.org>
14162
14163 * minibuffer.el (completion-extra-properties): Doc fix.
14164
14165 * subr.el (delayed-warnings-hook): Doc fix.
14166
14167 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14168
14169 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14170 selection (Bug#11159).
14171 (epa-insert-keys): Inform that the default public key will be
14172 exported if no key is selected.
14173
14174 2012-04-04 Richard Stallman <rms@gnu.org>
14175
14176 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14177
14178 2012-04-03 Chong Yidong <cyd@gnu.org>
14179
14180 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14181 mail-insert-file, not its obsolete alias mail-attach-file.
14182
14183 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14184
14185 * notifications.el (notifications-notify): Fix docstring.
14186
14187 2012-04-02 Glenn Morris <rgm@gnu.org>
14188
14189 * emacs-lisp/authors.el (authors-aliases): Another addition.
14190
14191 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14192
14193 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14194 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14195 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14196
14197 2012-04-01 Chong Yidong <cyd@gnu.org>
14198
14199 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14200 Handle root directory properly.
14201 (copy-directory): Caller changed.
14202
14203 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14204 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14205
14206 2012-03-31 Glenn Morris <rgm@gnu.org>
14207
14208 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14209
14210 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14211
14212 * calendar/calendar.el (calendar-window-list)
14213 (calendar-hide-window): Restore. (Bug#11140)
14214 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14215
14216 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14217
14218 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14219
14220 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14221 Check if file is a symlink (Bug#10489).
14222
14223 * files.el (copy-directory): Likewise.
14224
14225 2012-03-30 Chong Yidong <cyd@gnu.org>
14226
14227 * image.el (imagemagick-types-inhibit)
14228 (imagemagick-register-types): Doc fix.
14229
14230 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14231
14232 * textmodes/ispell.el (ispell-get-extended-character-mode):
14233 Disable extended-char-mode for hunspell. hunspell does not support it
14234 and treats ~word as ordinary words in pipe mode.
14235
14236 2012-03-30 Glenn Morris <rgm@gnu.org>
14237
14238 * tutorial.el (help-with-tutorial): Ensure local variables don't
14239 happen to make the buffer read-only. (Bug#11127)
14240
14241 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14244 (perl-calculate-indent): Return `noindent' in strings.
14245
14246 2012-03-28 Sam Steingold <sds@gnu.org>
14247
14248 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14249 instead of the broken adhockery which does not prevent calendar
14250 buffers from being displayed at random after exit.
14251 (calendar-window-list, calendar-hide-window): Remove the broken
14252 adhockery.
14253
14254 2012-03-28 Glenn Morris <rgm@gnu.org>
14255
14256 * replace.el (query-replace-map): Doc fix.
14257
14258 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14259
14260 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14261 contents. (Bug#11109)
14262
14263 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14264
14265 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14266 (bug#11077).
14267 (avl-tree--check, avl-tree--check-node): New funs.
14268
14269 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14270
14271 * window.el (switch-to-visible-buffer): New option.
14272 (switch-to-prev-buffer, switch-to-next-buffer):
14273 Observe switch-to-visible-buffer. Make sure that checking for a window
14274 showing a buffer already is done on the same frame.
14275
14276 2012-03-27 Glenn Morris <rgm@gnu.org>
14277
14278 * startup.el (mail-host-address): Doc fix.
14279
14280 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14281
14282 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14283 than 197 variables.
14284
14285 2012-03-26 Ami Fischman <ami@fischman.org>
14286
14287 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14288
14289 2012-03-26 Glenn Morris <rgm@gnu.org>
14290
14291 * files.el (save-buffers-kill-emacs): Doc fix.
14292
14293 * startup.el (normal-top-level, command-line, command-line-1):
14294 Give them doc strings.
14295
14296 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14297
14298 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14299 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14300
14301 2012-03-25 Chong Yidong <cyd@gnu.org>
14302
14303 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14304 theme if it was previously enabled before (Bug#11031).
14305
14306 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14307 spec with custom-face-get-current-spec if its :shown-value is not
14308 determined yet (Bug#9337).
14309 (customize-create-theme, custom-theme-revert): Doc fixes.
14310
14311 * button.el (button-at): Minor addition to docstring.
14312
14313 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14314
14315 * vc/vc.el (vc-merge): Fix a prompt.
14316
14317 2012-03-24 Chong Yidong <cyd@gnu.org>
14318
14319 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14320 point (Bug#9623).
14321
14322 * button.el (button-at): Minor addition to docstring.
14323
14324 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14325
14326 * newcomment.el (comment-choose-indent): No space after BOL.
14327
14328 2012-03-22 Sam Steingold <sds@gnu.org>
14329
14330 * window.el (switch-to-prev-buffer): Revert last patch because the
14331 bug turned out to be an advertised feature (Elisp manual 28.14).
14332
14333 2012-03-22 Glenn Morris <rgm@gnu.org>
14334
14335 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14336 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14337
14338 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14339
14340 * net/network-stream.el (network-stream-open-starttls): Make error
14341 message under Windows be less misleading.
14342
14343 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14344
14345 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14346 understands (bug#9942).
14347
14348 2012-03-22 Chong Yidong <cyd@gnu.org>
14349
14350 * simple.el (end-of-visible-line): Handle return value of
14351 next-single-property-change properly (Bug#9371).
14352
14353 2012-03-22 Kenichi Handa <handa@m17n.org>
14354
14355 * international/quail.el (quail-insert-kbd-layout): Fix previous
14356 change. To avoid unwanted bidi reordering, use
14357 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14358
14359 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14360
14361 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14362 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14363 (ruby-beginning-of-indent): Be more careful with the difference
14364 between word-boundary and symbol boundary.
14365 (ruby-mode-syntax-table): Make : a symbol constituent.
14366
14367 2012-03-21 Andreas Politz <politza@fh-trier.de>
14368
14369 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14370
14371 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * progmodes/etags.el (tags-completion-at-point-function):
14374 Improve last fix.
14375
14376 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14377
14378 2012-03-21 Sam Steingold <sds@gnu.org>
14379
14380 * progmodes/etags.el (tags-completion-at-point-function):
14381 Avoid the error when point is inside the pattern.
14382
14383 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14384
14385 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14386 line (Bug#10855).
14387
14388 2012-03-21 Drew Adams <drew.adams@oracle.com>
14389
14390 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14391
14392 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14393
14394 * ido.el (ido-set-current-directory, ido-read-internal)
14395 (ido-choose-completion-string, ido-completion-help): Handle nil
14396 value of ido-completion-buffer (Bug#11008).
14397
14398 2012-03-21 Sam Steingold <sds@gnu.org>
14399
14400 * window.el (switch-to-prev-buffer): Do not switch to a visible
14401 window previous buffer, just like with the frame previous buffers.
14402
14403 2012-03-21 Chong Yidong <cyd@gnu.org>
14404
14405 * faces.el (make-face, make-empty-face, copy-face):
14406 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14407 Doc fixes.
14408
14409 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14410
14411 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14412 (widget-complete): Remove broken use of it.
14413
14414 2012-03-20 Chong Yidong <cyd@gnu.org>
14415
14416 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14417 Use string-width and truncate-string-width to handle arbitrary
14418 characters.
14419
14420 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14421
14422 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14423 to draw rectangles, not squares. (Regression introduced by revno
14424 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14425
14426 2012-03-18 Chong Yidong <cyd@gnu.org>
14427
14428 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14429 it is not yet defined (for temacs).
14430
14431 2012-03-18 Leo Liu <sdl.web@gmail.com>
14432
14433 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14434 prefix.
14435
14436 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14437
14438 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14439 (ispell-choices-win-default-height, ispell-silently-savep)
14440 (ispell-dictionary-alist, ispell-encoding8-command)
14441 (ispell-check-version, ispell-aspell-find-dictionary)
14442 (ispell-valid-dictionary-list, ispell-words-keyword)
14443 (ispell-get-word, ispell-internal-change-dictionary)
14444 (ispell-region, ispell-skip-region-list)
14445 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14446 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14447 (ispell-message-text-end, ispell-message)
14448 (ispell-buffer-local-parsing): Doc fix.
14449
14450 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14451
14452 * htmlfontify.el: Add support for code block fontification for ODT
14453 export (Bug #9914).
14454 (hfy-optimisations): Define new option
14455 `body-text-only'
14456 (hfy-fontify-buffer): Honor above setting.
14457 (hfy-begin-span, hfy-end-span): New routines factored out form
14458 `hfy-fontify-buffer'.
14459 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14460 that permit insertion of custom tags.
14461 (hfy-fontify-buffer): Use above handlers.
14462 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14463 (hfy-face-to-css): Re-defined to be a variable.
14464 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14465 over multiple runs. This is made possible by having the caller let
14466 bind a special variable `hfy-user-sheet-assoc'.
14467 (htmlfontify-string): New defun.
14468 (hfy-compile-face-map): Make sure that the last char in the
14469 buffer is correctly fontified.
14470 (hfy-face-resolve-face): Whitespace only change.
14471
14472 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14473
14474 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14475 message more clear.
14476
14477 2012-03-16 Leo Liu <sdl.web@gmail.com>
14478
14479 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14480
14481 2012-03-16 Alan Mackenzie <acm@muc.de>
14482
14483 Further optimize the handling of large macros.
14484
14485 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14486 limit to a call of `c-literal-limits'.
14487 (c-determine-+ve-limit): New function.
14488 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14489 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14490 In CASE 5B, restrict a search limit to 500.
14491 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14492
14493 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14494 Restrict macro bounds to +-500 from after-change's BEG END.
14495
14496 2012-03-16 Leo Liu <sdl.web@gmail.com>
14497
14498 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14499
14500 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14501
14502 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14503 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14504
14505 2012-03-16 Glenn Morris <rgm@gnu.org>
14506
14507 * view.el (view-buffer, view-buffer-other-window)
14508 (view-buffer-other-frame): Doc fixes re special mode-class.
14509
14510 * subr.el (eval-after-load): If named feature is provided not from
14511 a file, run after-load forms. (Bug#10946)
14512
14513 * calendar/calendar.el (calendar-insert-at-column):
14514 Handle non-unit-width characters a bit better. (Bug#10978)
14515
14516 2012-03-15 Chong Yidong <cyd@gnu.org>
14517
14518 * emacs-lisp/ring.el (ring-extend): New function.
14519 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14520
14521 * comint.el (comint-read-input-ring)
14522 (comint-add-to-input-history): Grow comint-input-ring lazily.
14523
14524 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14525
14526 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14527 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14528
14529 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14530 (imenu-add-to-menubar): Don't add a redundant index.
14531 (imenu-update-menubar): Handle a dynamically composed keymap.
14532
14533 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14534
14535 * mail/sendmail.el (mail-encode-header):
14536 Bind rfc2047-encode-encoded-words to nil.
14537
14538 2012-03-13 Glenn Morris <rgm@gnu.org>
14539
14540 * calendar/calendar.el (calendar-string-spread):
14541 Handle non-unit-width characters a bit better. (Bug#10978)
14542
14543 2012-03-13 Leo Liu <sdl.web@gmail.com>
14544
14545 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14546 directory and file as argument (Bug#10822).
14547
14548 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14549
14550 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14551 For dynamically generated code, follow $PC.
14552 (gdb-disassembly-handler-custom): Handle no function name case.
14553
14554 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14555
14556 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14557 * emulation/ws-mode.el (ws-query-replace):
14558 * sort.el (sort-regexp-fields):
14559 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14560
14561 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14562
14563 * dabbrev.el: Fix cycle completion order (bug#10963).
14564 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14565 (dabbrev-completion): Don't use an obarray; provide
14566 a cycle-sort-function.
14567
14568 2012-03-12 Leo Liu <sdl.web@gmail.com>
14569
14570 * simple.el (kill-new): Use equal-including-properties for comparison.
14571 (kill-do-not-save-duplicates): Doc fix.
14572
14573 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14574
14575 * dabbrev.el: Fix cycle completion (bug#10963).
14576 Use lexical binding and wrap to 80 columns.
14577 (dabbrev-completion): Delay computing the list of completions.
14578
14579 2012-03-12 Kenichi Handa <handa@m17n.org>
14580
14581 * international/quail.el (quail-insert-kbd-layout): Surround each
14582 row by LRO and PDF instead of inserting many LRMs. Pad the left
14583 and right of each non-spacing marks. Insert invisible space
14584 between lower and upper characters to prevent composition.
14585
14586 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14587
14588 * minibuffer.el (minibuffer-complete): Don't get confused when the
14589 function is run twice via different commands (bug#10958).
14590 (complete-with-action): Fix docstring.
14591
14592 2012-03-12 Chong Yidong <cyd@gnu.org>
14593
14594 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14595 (nxml-completion-at-point-function): New function.
14596 (nxml-mode): Use it.
14597 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14598
14599 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14600 Load generated autoloads file before byte compiling (Bug#10970).
14601 (package--make-autoloads-and-compile): New helper fun.
14602
14603 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14604
14605 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14606
14607 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14608
14609 * autorevert.el (auto-revert-handler): Ensure, that
14610 file-readable-p is applied only for local files or in
14611 auto-revert-tail-mode.
14612
14613 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14614
14615 * server.el (server-eval-at): Handle non-tcp connections.
14616 Decode result string.
14617
14618 * server.el (server-msg-size): New constant.
14619 (server-reply-print): New function.
14620 (server-eval-and-print): Use it.
14621 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14622 Handle -print-nonl.
14623
14624 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14625
14626 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14627 (Bug#10987).
14628
14629 2012-03-11 Chong Yidong <cyd@gnu.org>
14630
14631 * simple.el (goto-line): Doc fix (Bug#9938).
14632
14633 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14634
14635 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14636 when finished (Bug#10963).
14637
14638 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14639
14640 * window.el (split-window-below): Fix bug in case where
14641 split-window-keep-point is nil (Bug#10971).
14642
14643 2012-03-11 Juri Linkov <juri@jurta.org>
14644
14645 * replace.el (replace-highlight): Set isearch-word to nil
14646 unconditionally. (Bug#10887)
14647
14648 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14649
14650 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14651 mairix-replace-illegal-chars; all callers changed. Don't remove
14652 ^, ~, and = characters: they are meaningful in mairix search specs.
14653 (mairix-widget-create-query): Add usage information about mairix
14654 search forms: negating words, searching for substrings, etc.
14655
14656 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14657
14658 * international/fontset.el (font-encoding-alist): Add an entry for
14659 ksx1001 (Bug#5667).
14660
14661 2012-03-10 Richard Stallman <rms@gnu.org>
14662
14663 * mail/sendmail.el (mail-encode-header):
14664 Set rfc2047-encode-encoded-words.
14665
14666 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14667
14668 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14669 view buffer means not swapped.
14670 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14671 (rmail-write-region-annotate): Error if real text has disappeared.
14672
14673 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14674
14675 2012-03-10 Chong Yidong <cyd@gnu.org>
14676
14677 * emulation/cua-rect.el (cua--init-rectangles):
14678 * emulation/cua-base.el (cua--init-keymaps):
14679 Add delete-forward-char to remappings (Bug#9666).
14680
14681 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14682
14683 * speedbar.el (speedbar-unhighlight-one-tag-line):
14684 Avoid unhighlighting due to frame switching (Bug#10275).
14685
14686 2012-03-10 Chong Yidong <cyd@gnu.org>
14687
14688 * minibuffer.el (completion-in-region, completion-help-at-point):
14689 Give the completion field overlay a high priority (Bug#6830).
14690
14691 * dired.el (dired-goto-file): Recognize absolute file name
14692 listings (Bug#7126).
14693 (dired-goto-file-1): New helper function.
14694 (dired-toggle-read-only): Inhibit warnings.
14695
14696 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14697
14698 * net/dbus.el (dbus-property-handler): Return empty array if
14699 there are no properties.
14700
14701 2012-03-09 Leo Liu <sdl.web@gmail.com>
14702
14703 * savehist.el (savehist-printable): Stricter check for string
14704 value (Bug#10937).
14705
14706 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14707
14708 * mail/smtpmail.el (smtpmail-send-it):
14709 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14710 valid mbox format.
14711
14712 2012-03-09 Glenn Morris <rgm@gnu.org>
14713
14714 * files.el (dir-locals-find-file):
14715 Don't check result is regular, readable.
14716 (dir-locals-read-from-file): Demote errors.
14717
14718 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14719
14720 * international/quail.el (quail-insert-kbd-layout):
14721 Insert invisible LRM characters before each character in a keyboard
14722 layout cell, to prevent their reordering by bidi display engine.
14723 For details, see the discussion in
14724 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14725
14726 2012-03-08 Alan Mackenzie <acm@muc.de>
14727
14728 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14729 the starting position; make it extend the marked region when
14730 invoked repeatedly - all under appropriate circumstances.
14731 Fixes bugs #5525, #10906.
14732
14733 2012-03-08 Glenn Morris <rgm@gnu.org>
14734
14735 * files.el (locate-dominating-file, dir-locals-find-file):
14736 Undo 2012-03-06 change.
14737
14738 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14739
14740 * international/quail.el (quail-help):
14741 Force bidi-paragraph-direction be left-to-right. See discussion in
14742 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14743 for the reason.
14744
14745 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14746
14747 Avoid superfluous registering of signals. (Bug#10807)
14748
14749 * notifications.el (notifications-on-action-object)
14750 (notifications-on-close-object): New defvars.
14751 (notifications-on-action-signal, notifications-on-closed-signal):
14752 Unregister the signal if not needed any longer.
14753 (notifications-notify): Register `notifications-action-signal' or
14754 `notifications-closed-signal', if :on-action or :on-close has been
14755 passed as argument.
14756
14757 2012-03-07 Chong Yidong <cyd@gnu.org>
14758
14759 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14760 non-X platforms.
14761
14762 2012-03-06 Glenn Morris <rgm@gnu.org>
14763
14764 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14765 (x-disown-selection-internal, x-get-selection-internal):
14766 Doc fix (add arglist signatures). (Bug#10783)
14767
14768 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14769
14770 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14771 Handle breakpoints with no "type".
14772
14773 2012-03-06 Glenn Morris <rgm@gnu.org>
14774
14775 * files.el (locate-dominating-file): Add optional predicate argument.
14776 (dir-locals-find-file): Make use of above change.
14777
14778 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14779
14780 * info.el (Info-insert-dir): Also try "dir.gz".
14781
14782 2012-03-06 Glenn Morris <rgm@gnu.org>
14783
14784 * files.el (dir-locals-find-file):
14785 Ignore non-readable or non-regular files. (Bug#10928)
14786
14787 * files.el (locate-dominating-file): Doc fix.
14788
14789 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14790
14791 * calendar/calendar.el (calendar-set-mode-line):
14792 `getenv' returns a string. (Bug#10951)
14793
14794 2012-03-05 Leo Liu <sdl.web@gmail.com>
14795
14796 * simple.el (backward-delete-char-untabify): Constrain point to
14797 field (Bug#10939).
14798
14799 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14800
14801 2012-03-05 Chong Yidong <cyd@gnu.org>
14802
14803 * simple.el (count-words): If called from Lisp, return the word
14804 count, for symmetry with `count-lines'. Arglist changed.
14805 (count-words--message): Args changed. Consolidate counting code
14806 from count-words and count-words-region.
14807 (count-words-region): Caller changed.
14808 (count-lines-region): Make it an obsolete alias.
14809
14810 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14811
14812 * saveplace.el (save-place-to-alist)
14813 (save-place-ignore-files-regexp): Allow value nil to disable this
14814 feature.
14815
14816 2012-03-04 Chong Yidong <cyd@gnu.org>
14817
14818 * faces.el (face-spec-reset-face): For the default face, reset the
14819 attributes to default values (Bug#10748).
14820
14821 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14822
14823 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14824 previous patch: Check `message-send-mail-function', and not the
14825 default function (bug#10897).
14826
14827 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14828
14829 * notifications.el (notifications-on-action-signal)
14830 (notifications-on-closed-signal): Check for unique service name of
14831 incoming event. Fix error in removing entry.
14832 (top): Register for signals with wildcard service name.
14833 (notifications-notify): Use daemon unique service name for map entries.
14834
14835 2012-03-04 Chong Yidong <cyd@gnu.org>
14836
14837 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14838
14839 2012-03-04 Glenn Morris <rgm@gnu.org>
14840
14841 * abbrev.el (copy-abbrev-table, abbrev-table-p)
14842 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14843 (expand-abbrev, define-abbrev-table): Doc fixes.
14844
14845 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14846
14847 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14848 `message-default-send-mail-function' and not `send-mail-function'
14849 when doing the prompting for `sendmail-query-once' before sending
14850 in Message buffers (bug#10897).
14851
14852 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14853 This is inconsistent with all the other stream functions, which leave
14854 the setting up to the higher levels (if so wanted) (bug#10931).
14855
14856 2012-03-02 Alan Mackenzie <acm@muc.de>
14857
14858 Depessimize the handling of very large macros.
14859
14860 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14861 (c-macro-cache-syntactic): New variables to implement a one
14862 element macro cache.
14863 (c-invalidate-macro-cache): New function.
14864 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14865 Adapt to use the new cache.
14866 (c-state-safe-place): Use better the cache of safe positions.
14867 (c-state-semi-nonlit-pos-cache)
14868 (c-state-semi-nonlit-pos-cache-limit):
14869 New variables for...
14870 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
14871 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14872 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14873 Use c-state-semi-safe-place.
14874
14875 * progmodes/cc-langs.el (c-get-state-before-change-functions):
14876 Add c-invalidate-macro-cache to the C, C++, Obj entries.
14877
14878 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
14879
14880 * jka-compr.el (jka-compr-call-process):
14881 Apply `file-accessible-directory-p' only when the default directory is
14882 not remote.
14883
14884 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
14885
14886 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
14887 access of FILE2, if FILE1 does not exist.
14888
14889 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14890 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14891
14892 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14893 Add "PAGER=" to `process-environment'.
14894
14895 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
14896
14897 * progmodes/sql.el: Bug fix
14898 (sql-get-login-ext): Save login values in globals.
14899 (sql-get-login): Use new version of `sql-get-login-ext'.
14900 (sql-interactive-mode): Set global `sql-connection' to nil.
14901 (sql-connect): Set global values for connection.
14902 (sql-product-interactive): Save global values as buffer local.
14903
14904 2012-02-29 Leo Liu <sdl.web@gmail.com>
14905
14906 * abbrev.el (define-abbrevs): Reset sys to nil.
14907
14908 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14909
14910 * files.el (file-equal-p): Rename from `files-equal-p'.
14911 Return nil when one or both files don't exist.
14912 (file-subdir-of-p): Now only top directory must exists,
14913 return nil if it doesn't.
14914 (copy-directory): No need to test with `file-subdir-of-p' after
14915 creating dir.
14916 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14917 to `file-equal-p'.
14918
14919 2012-02-28 Glenn Morris <rgm@gnu.org>
14920
14921 * shell.el (shell-mode):
14922 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14923 * play/landmark.el (landmark-font-lock-face-O):
14924 * play/handwrite.el (handwrite):
14925 * play/gomoku.el (gomoku-O):
14926 * net/browse-url.el (browse-url-browser-display):
14927 * international/mule.el (define-charset):
14928 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14929 * filesets.el (filesets-find-file-delay):
14930 * eshell/em-xtra.el (eshell-xtra):
14931 * eshell/em-unix.el (eshell-grep):
14932 * emulation/viper.el (viper-mode):
14933 * emacs-lisp/regexp-opt.el (regexp-opt-group):
14934 * emacs-lisp/easymenu.el (easy-menu-define):
14935 * calendar/timeclock.el (timeclock-use-display-time):
14936 * bs.el (bs-mode):
14937 * bookmark.el (bookmark-save-flag):
14938 Doc fix (standardize possessive apostrophe usage).
14939
14940 2012-02-27 Chong Yidong <cyd@gnu.org>
14941
14942 * emulation/viper-cmd.el (viper-intercept-ESC-key):
14943 Fix key-binding lookup for ESC key (Bug#9146).
14944
14945 * font-lock.el (font-lock-specified-p): Rename from
14946 font-lock-spec-present. Callers changed.
14947
14948 2012-02-27 Daniel Hackney <dan@haxney.org>
14949
14950 * emacs-lisp/package.el (package-compute-transaction):
14951 Handle holding a package version to t in package-load-list.
14952
14953 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
14954
14955 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14956 (tramp-get-inode, tramp-get-device): Use cached values.
14957
14958 2012-02-26 Alan Mackenzie <acm@muc.de>
14959
14960 Check there is a font-lock specification before doing initial
14961 fontification.
14962
14963 * font-core.el (font-lock-mode): Move the conditional from
14964 :after-hook to font-lock-initial-fontify.
14965 (font-lock-default-function): Move the check for a specification
14966 to font-lock-spec-present.
14967
14968 * font-lock.el (font-lock-initial-fontify): Call ...
14969 (font-lock-spec-present): New function.
14970
14971 2012-02-26 Jim Blandy <jimb@red-bean.com>
14972
14973 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14974 (gdb-send): Apply it to the operand of the '-interpreter-exec
14975 console' command, so that we can pass arguments with (say) quotes
14976 in them. Store exact string sent in gdb-debug-log (Bug#10765).
14977
14978 2012-02-26 Chong Yidong <cyd@gnu.org>
14979
14980 * help-fns.el (describe-function-1): Clarify description of
14981 remapping (Bug#10844).
14982
14983 * files.el (files-equal-p): Doc fix.
14984 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
14985 and quit the loop once a mismatch is found.
14986
14987 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
14988
14989 * bs.el (bs--show-with-configuration): Don't throw an error
14990 if the window cannot be split; otherwise, subsequent calls to
14991 bs-show fail, restoring a stale window config. (Bug#10882)
14992
14993 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
14994
14995 * term/ns-win.el (global-map): Bind ns-drag-file to
14996 ns-find-file (Bug#5855, Bug#10050).
14997
14998 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
14999
15000 * calendar/parse-time.el (parse-time-string): Allow extractor to
15001 return nil.
15002
15003 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15004
15005 * net/tramp.el (tramp-file-name-for-operation):
15006 Add `files-equal-p' and `file-subdir-of-p'.
15007
15008 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15009 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15010 Add COPY-CONTENTS argument.
15011
15012 2012-02-25 Chong Yidong <cyd@gnu.org>
15013
15014 Add custom groups for VC backends, for consistency with vc-bzr.
15015
15016 * vc/vc-arch.el (vc-arch):
15017 * vc/vc-cvs.el (vc-cvs):
15018 * vc/vc-git.el (vc-git):
15019 * vc/vc-hg.el (vc-hg):
15020 * vc/vc-mtn.el (vc-mtn):
15021 * vc/vc-rcs.el (vc-rcs):
15022 * vc/vc-sccs.el (vc-sccs):
15023 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15024 All relevant defcustoms reassigned.
15025
15026 2012-02-25 Chong Yidong <cyd@gnu.org>
15027
15028 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15029
15030 * term/x-win.el (x-initialize-window-system): Reduce default for
15031 x-selection-timeout to 5 seconds (Bug#8869).
15032
15033 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15034
15035 * files.el (files-equal-p, file-subdir-of-p): New functions.
15036 (copy-directory): Error when trying to copy a directory on itself.
15037 Add missing copy-contents arg to tramp handler.
15038 * dired-aux.el (dired-copy-file-recursive): Same.
15039 (dired-create-files): Modify destination when source is equal to
15040 dest when copying files.
15041 Return also when dest is a subdir of source. (Bug#10489)
15042
15043 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15044
15045 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15046 (Bug#10874)
15047
15048 2012-02-23 Alan Mackenzie <acm@muc.de>
15049
15050 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15051 parameter "after-hook:" to allow the expansion to run code after
15052 the execution of the mode hooks.
15053
15054 * font-lock.el (font-lock-initial-fontify): New function extracted
15055 from font-lock-mode-internal.
15056
15057 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15058 :after-hook.
15059
15060 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15061
15062 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15063 (completion--cache-all-sorted-completions): New function.
15064 (completion-all-sorted-completions): Use it.
15065 (completion--do-completion, minibuffer-force-complete):
15066 Use it to re-instate the flush hook.
15067
15068 * icomplete.el (icomplete-completions): Replace last fix with a better
15069 one (bug#10850).
15070
15071 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15072
15073 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15074 when it might call us back infinitely (bug#10797).
15075
15076 2012-02-23 Glenn Morris <rgm@gnu.org>
15077
15078 * minibuffer.el (completion-category-overrides): Doc fix.
15079
15080 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15081
15082 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15083 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15084
15085 2012-02-23 Glenn Morris <rgm@gnu.org>
15086
15087 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15088 (authors-obsolete-files-regexps, authors-ignored-files)
15089 (authors-ambiguous-files, authors-renamed-files-alist):
15090 Add more entries.
15091
15092 2012-02-23 Juri Linkov <juri@jurta.org>
15093
15094 * isearch.el (isearch-occur): Sync interactive spec with occur's
15095 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15096
15097 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15098
15099 2012-02-22 Juri Linkov <juri@jurta.org>
15100
15101 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15102 (ucs-insert): Doc fix. Check for hex digits in the string.
15103 Don't display `nil' in the error message. (Bug#10857)
15104
15105 2012-02-22 Alan Mackenzie <acm@muc.de>
15106
15107 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15108
15109 2012-02-22 Glenn Morris <rgm@gnu.org>
15110
15111 * ffap.el (ffap-c-path):
15112 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15113
15114 2012-02-22 Chong Yidong <cyd@gnu.org>
15115
15116 * custom.el (load-theme): Doc fix.
15117
15118 2012-02-22 Glenn Morris <rgm@gnu.org>
15119
15120 * dired-x.el (dired-guess-shell-alist-default):
15121 Remove escape sequences from nroff output. (Bug#172)
15122
15123 2012-02-21 Glenn Morris <rgm@gnu.org>
15124
15125 * vc/emerge.el (emerge-defvar-local):
15126 Set `permanent-local' property rather than unused `preserved'.
15127
15128 * textmodes/picture.el (picture-delete-char): New alias.
15129 (picture-mode-map): Use it. (Bug#10860)
15130 (picture-mode): Doc fix.
15131
15132 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15133
15134 * newcomment.el (uncomment-region-default): Remove unused binding.
15135
15136 2012-02-21 Glenn Morris <rgm@gnu.org>
15137
15138 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15139 (picture-self-insert, picture-tab-chars): Doc fix.
15140 (picture-mode-map): Fix C-a, C-e.
15141
15142 2012-02-20 Glenn Morris <rgm@gnu.org>
15143
15144 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15145
15146 2012-02-20 Leo Liu <sdl.web@gmail.com>
15147
15148 * icomplete.el (icomplete-completions): Check FROM arg before
15149 passing to substring (Bug#10850).
15150
15151 2012-02-19 Chong Yidong <cyd@gnu.org>
15152
15153 * comint.el: Require ansi-color.
15154 (comint-output-filter-functions): Add ansi-color-process-output.
15155
15156 * ansi-color.el: Don't set comint-output-filter-functions; it is
15157 now in the initial value defined in comint.el.
15158 (ansi-color-apply-face-function): New variable.
15159 (ansi-color-apply-on-region): Use it.
15160 (ansi-color-apply-overlay-face): New function.
15161
15162 * shell.el (shell): No need to require ansi-color.
15163 (shell-mode): Use ansi-color-apply-face-function to highlight
15164 color escapes using font-lock-face property (Bug#10835).
15165
15166 2012-02-19 Chong Yidong <cyd@gnu.org>
15167
15168 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15169 mode-line formats (Bug#10839).
15170
15171 2012-02-18 Glenn Morris <rgm@gnu.org>
15172
15173 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15174
15175 * mail/undigest.el (unforward-rmail-message): Doc fix.
15176
15177 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15178
15179 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15180
15181 * international/characters.el (script-list): Sync with the latest
15182 Unicode Character Database.
15183
15184 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15185
15186 * international/titdic-cnv.el: Remove duplicate coding tag.
15187 * language/cham.el: Likewise.
15188 * language/tai-viet.el: Likewise.
15189
15190 2012-02-18 Glenn Morris <rgm@gnu.org>
15191
15192 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15193 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15194 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15195 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15196 * calendar/holidays.el (holiday-bahai-holidays)
15197 (calendar-holidays, list-holidays):
15198 Use utf-8 Bahá'í in doc-strings, menus, etc.
15199
15200 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15201
15202 * saveplace.el (save-place-ignore-files-regexp): New variable
15203 allowing for excluding files from saving their location of point.
15204 The default value matches the temporary commit message editing
15205 files from Git, SVN, Bazaar, and Mercurial.
15206 (save-place-to-alist): Use it.
15207
15208 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15209 Stefan Monnier <monnier@iro.umontreal.ca>
15210
15211 * newcomment.el (uncomment-region-default): Don't leave extra space
15212 when an arg is provided (bug#8150).
15213
15214 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15215
15216 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15217
15218 2012-02-17 Glenn Morris <rgm@gnu.org>
15219
15220 * net/socks.el: Require network-stream. (Bug#10599)
15221
15222 2012-02-17 Kenichi Handa <handa@m17n.org>
15223
15224 * international/charprop.el:
15225 * international/uni-name.el:
15226 * international/uni-old-name.el:
15227 * international/uni-comment.el: Regenerate.
15228
15229 2012-02-16 Glenn Morris <rgm@gnu.org>
15230
15231 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15232 Interactively in calendar buffer, give an error if not on a date.
15233
15234 2012-02-15 Glenn Morris <rgm@gnu.org>
15235
15236 * shell.el (shell-delimiter-argument-list):
15237 Revert 2011-02-17 change. (Bug#8027)
15238
15239 2012-02-15 Chong Yidong <cyd@gnu.org>
15240
15241 * minibuffer.el (completion-at-point-functions): Doc fix.
15242
15243 * custom.el (defcustom): Doc fix; note use of defvar.
15244
15245 2012-02-15 Glenn Morris <rgm@gnu.org>
15246
15247 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15248 Doc fixes.
15249
15250 2012-02-14 Glenn Morris <rgm@gnu.org>
15251
15252 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15253
15254 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15255
15256 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15257 way the ports list is computed.
15258 (smtpmail-query-smtp-server): Prompt the user for a port number if
15259 we can't connect to any of the standard ports (bug#10810).
15260
15261 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15262
15263 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15264
15265 2012-02-13 Glenn Morris <rgm@gnu.org>
15266
15267 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15268
15269 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15270
15271 * net/gnutls.el (gnutls-trustfiles): New variable.
15272 (gnutls-negotiate): Use it.
15273
15274 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15275
15276 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15277 does its stuff if Gnus is running.
15278
15279 2012-02-13 Alan Mackenzie <acm@muc.de>
15280
15281 Fix a loop in c-set-fl-decl-start.
15282
15283 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15284 c-backward-syntactic-ws actually moves backwards.
15285
15286 2012-02-13 Leo Liu <sdl.web@gmail.com>
15287
15288 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15289 beginning so that all \C-o chars are removed.
15290
15291 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15292
15293 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15294
15295 2012-02-12 Alan Mackenzie <acm@muc.de>
15296
15297 Fix infinite loop with long macros.
15298 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15299
15300 2012-02-12 Chong Yidong <cyd@gnu.org>
15301
15302 * window.el (display-buffer): Doc fix (Bug#10785).
15303
15304 2012-02-12 Glenn Morris <rgm@gnu.org>
15305
15306 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15307 (x-disown-selection-internal, x-get-selection-internal):
15308 Sync docs with the xselect.c versions.
15309
15310 * allout-widgets.el: Add missing license notice.
15311
15312 2012-02-11 Glenn Morris <rgm@gnu.org>
15313
15314 * select.el (x-get-selection-internal, x-own-selection-internal)
15315 (x-disown-selection-internal):
15316 * x-dnd.el (x-get-selection-internal): Update declarations.
15317
15318 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15319
15320 * window.el (window-sides-slots):
15321 * tool-bar.el (tool-bar-position):
15322 * term/xterm.el (xterm-extra-capabilities):
15323 * ses.el (ses-self-reference-early-detection):
15324 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15325 (verilog-auto-wire-type)
15326 (verilog-auto-delete-trailing-whitespace)
15327 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15328 (verilog-auto-tieoff-declaration):
15329 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15330 (sql-oracle-statement-starters, sql-oracle-scan-on):
15331 * progmodes/prolog.el (prolog-align-comments-flag)
15332 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15333 (prolog-left-indent-regexp, prolog-paren-indent-p)
15334 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15335 (prolog-types, prolog-mode-specificators)
15336 (prolog-determinism-specificators, prolog-directives)
15337 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15338 (prolog-electric-dot-flag)
15339 (prolog-electric-dot-full-predicate-template)
15340 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15341 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15342 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15343 (prolog-program-switches, prolog-prompt-regexp)
15344 (prolog-debug-on-string, prolog-debug-off-string)
15345 (prolog-trace-on-string, prolog-trace-off-string)
15346 (prolog-zip-on-string, prolog-zip-off-string)
15347 (prolog-use-standard-consult-compile-method-flag)
15348 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15349 (prolog-imenu-max-lines, prolog-info-predicate-index)
15350 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15351 (prolog-char-quote-workaround):
15352 * progmodes/cc-vars.el (c-defun-tactic):
15353 * net/tramp.el (tramp-encoding-command-interactive)
15354 (tramp-local-end-of-line):
15355 * net/soap-client.el (soap-client):
15356 * net/netrc.el (netrc-file):
15357 * net/gnutls.el (gnutls):
15358 * minibuffer.el (completion-category-overrides)
15359 (completion-cycle-threshold)
15360 (completion-pcm-complete-word-inserts-delimiters):
15361 * man.el (Man-name-local-regexp):
15362 * mail/feedmail.el (feedmail-display-full-frame):
15363 * international/characters.el (glyphless-char-display-control):
15364 * eshell/em-ls.el (eshell-ls-date-format):
15365 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15366 (lisp-lambda-list-keyword-parameter-indentation)
15367 (lisp-lambda-list-keyword-parameter-alignment):
15368 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15369 * dired-x.el (dired-omit-verbose):
15370 * cus-theme.el (custom-theme-allow-multiple-selections):
15371 * calc/calc.el (calc-highlight-selections-with-faces)
15372 (calc-lu-field-reference, calc-lu-power-reference)
15373 (calc-note-threshold):
15374 * battery.el (battery-mode-line-limit):
15375 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15376 (archive-7z-update):
15377 * allout.el (allout-prefixed-keybindings)
15378 (allout-unprefixed-keybindings)
15379 (allout-inhibit-auto-fill-on-headline)
15380 (allout-flattened-numbering-abbreviation):
15381 * allout-widgets.el (allout-widgets-auto-activation)
15382 (allout-widgets-icons-dark-subdir)
15383 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15384 (allout-widgets-theme-dark-background)
15385 (allout-widgets-theme-light-background)
15386 (allout-widgets-item-image-properties-emacs)
15387 (allout-widgets-item-image-properties-xemacs)
15388 (allout-widgets-run-unit-tests-on-load)
15389 (allout-widgets-time-decoration-activity)
15390 (allout-widgets-hook-error-post-time)
15391 (allout-widgets-track-decoration):
15392 Add missing :version tags to new defcustoms and defgroups.
15393
15394 * progmodes/sql.el (sql-ansi-statement-starters)
15395 (sql-oracle-statement-starters): Add custom type.
15396
15397 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15398 (prolog-system-version): Give it a type.
15399
15400 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15401
15402 * term/pc-win.el (x-select-text, x-selection-owner-p)
15403 (x-own-selection-internal, x-disown-selection-internal)
15404 (x-get-selection-internal): Sync doc strings and argument lists
15405 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15406
15407 2012-02-11 Leo Liu <sdl.web@gmail.com>
15408
15409 * progmodes/python.el (python-end-of-statement): Fix infinite
15410 loop. (Bug#10788)
15411
15412 2012-02-10 Glenn Morris <rgm@gnu.org>
15413
15414 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15415 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15416
15417 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15418
15419 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15420 about SMTP before checking the From header.
15421
15422 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15423 into own function for reuse by emacsbug.el.
15424
15425 2012-02-10 Leo Liu <sdl.web@gmail.com>
15426
15427 * subr.el (condition-case-unless-debug): Rename from
15428 condition-case-no-debug. All callers changed.
15429 (with-demoted-errors): Fix caller.
15430
15431 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15432 * nxml/rng-valid.el (rng-do-some-validation):
15433 * emacs-lisp/package.el (package-refresh-contents)
15434 (package-menu-execute):
15435 * desktop.el (desktop-create-buffer):
15436 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15437
15438 2012-02-10 Glenn Morris <rgm@gnu.org>
15439
15440 * textmodes/bibtex.el:
15441 Add missing :version tags for new/changed defcustoms.
15442
15443 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15444
15445 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15446
15447 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15448 (smtpmail-via-smtp): Use it, or fall back on the From address.
15449 (smtpmail-send-it): Ditto.
15450
15451 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15454 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15455 (byte-compile-tmp-var): New const.
15456 (byte-compile-defvar): Use it to minimize .elc size.
15457 Just use `defvar' rather than simulate it (bug#10761).
15458
15459 2012-02-09 Glenn Morris <rgm@gnu.org>
15460
15461 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15462
15463 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15464 Add :version tags.
15465
15466 * progmodes/compile.el (compilation-error-screen-columns)
15467 (compilation-first-column, compilation-filter-start): Doc fixes.
15468
15469 * vc/log-view.el (log-view-toggle-entry-display):
15470 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15471
15472 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15473 (report-emacs-bug-can-use-xdg-email):
15474 (report-emacs-bug-insert-to-mailer): Doc fixes.
15475 (report-emacs-bug): Message fix.
15476
15477 * net/browse-url.el (browse-url-can-use-xdg-open)
15478 (browse-url-xdg-open): Doc fixes.
15479
15480 * electric.el (electric-indent-mode, electric-pair-mode)
15481 (electric-layout-rules, electric-layout-mode): Doc fixes.
15482 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15483
15484 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15485
15486 * server.el (server-unselect-display): Don't inadvertently kill
15487 the current buffer. (Bug#10729)
15488
15489 2012-02-08 Glenn Morris <rgm@gnu.org>
15490
15491 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15492 (sql-list-table): Doc fixes.
15493
15494 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15495 Comment out (does nothing).
15496
15497 * completion.el (dynamic-completion-mode):
15498 * dirtrack.el (dirtrack-debug-mode):
15499 * electric.el (electric-layout-mode):
15500 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15501 * face-remap.el (text-scale-mode, buffer-face-mode):
15502 * iimage.el (iimage-mode):
15503 * image-mode.el (image-transform-mode):
15504 * minibuffer.el (completion-in-region-mode):
15505 * scroll-lock.el (scroll-lock-mode):
15506 * simple.el (next-error-follow-minor-mode):
15507 * tar-mode.el (tar-subfile-mode):
15508 * tooltip.el (tooltip-mode):
15509 * vcursor.el (vcursor-use-vcursor-map):
15510 * wid-browse.el (widget-minor-mode):
15511 * emulation/tpu-edt.el (tpu-edt-mode):
15512 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15513 * international/iso-ascii.el (iso-ascii-mode):
15514 * language/thai-util.el (thai-word-mode):
15515 * mail/supercite.el (sc-minor-mode):
15516 * net/goto-addr.el (goto-address-mode):
15517 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15518 * progmodes/cwarn.el (cwarn-mode):
15519 * progmodes/flymake.el (flymake-mode):
15520 * progmodes/glasses.el (glasses-mode):
15521 * progmodes/hideshow.el (hs-minor-mode):
15522 * progmodes/pascal.el (pascal-outline-mode):
15523 * textmodes/enriched.el (enriched-mode):
15524 * vc/smerge-mode.el (smerge-mode):
15525 Doc fixes (minor mode argument).
15526
15527 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15528
15529 * ls-lisp.el (ls-lisp-sanitize): New function.
15530 (ls-lisp-insert-directory): Use it to fix or remove any elements
15531 in file-alist with missing attributes. (Bug#4673)
15532
15533 2012-02-07 Alan Mackenzie <acm@muc.de>
15534
15535 Fix spurious recognition of c-in-knr-argdecl.
15536
15537 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15538 putative K&R region.
15539
15540 2012-02-07 Alan Mackenzie <acm@muc.de>
15541
15542 * progmodes/cc-engine.el (c-forward-objc-directive):
15543 Prevent looping in "#pragma mark @implementation".
15544
15545 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15546
15547 * notifications.el (notifications-on-closed-signal): Make `reason'
15548 optional. (Bug#10744)
15549
15550 2012-02-07 Glenn Morris <rgm@gnu.org>
15551
15552 * emacs-lisp/easy-mmode.el (define-minor-mode):
15553 Doc fixes for the macro and the mode it defines.
15554
15555 * image.el (imagemagick-types-inhibit): Doc fix.
15556
15557 * cus-start.el (imagemagick-render-type): Add it.
15558
15559 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15560
15561 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15562 Set the default at load time, too, so that `font-lock-fontify-buffer'
15563 can be called without setting up the entire mode first. This fixes
15564 a bug in `mm-inline-text' with C MIME parts.
15565
15566 2012-02-06 Chong Yidong <cyd@gnu.org>
15567
15568 * simple.el (list-processes--refresh): Delete exited processes
15569 (Bug#8094).
15570
15571 * comint.el (comint-next-prompt): next-single-char-property-change
15572 and prev-single-char-property-change never return nil (Bug#8657).
15573
15574 * custom.el (defcustom): Doc fix (Bug#9711).
15575
15576 2012-02-05 Chong Yidong <cyd@gnu.org>
15577
15578 * cus-edit.el (custom-variable-reset-backup): Quote the value
15579 before storing it in the customized-value property (Bug#6712).
15580 (custom-display): Add a customization type tag.
15581 (custom-buffer-create-internal): Improve tooltip message.
15582
15583 * wid-edit.el (widget-field-value-get): New optional arg to
15584 suppress trailing whitespace truncation.
15585 (character): Use it (Bug#2689).
15586
15587 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15588
15589 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15590 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15591
15592 2012-02-05 Chong Yidong <cyd@gnu.org>
15593
15594 * cus-edit.el (custom-variable-value-create): For mismatched
15595 types, show the current value (Bug#7600).
15596
15597 * custom.el (defcustom): Doc fix.
15598
15599 2012-02-05 Glenn Morris <rgm@gnu.org>
15600
15601 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15602
15603 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15604
15605 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15606 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15607 (pp-last-sexp): Use `looking-at-p'.
15608
15609 2012-02-04 Glenn Morris <rgm@gnu.org>
15610
15611 * files.el (revert-buffer):
15612 Doc fix (mention revert-buffer-in-progress-p).
15613
15614 * emacs-lisp/ert-x.el (ert-simulate-command):
15615 Check deferred-action-list (which is obsolete) is bound.
15616
15617 * subr.el (with-wrapper-hook): Doc fixes.
15618
15619 * simple.el (filter-buffer-substring-functions)
15620 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15621
15622 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15623
15624 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15625 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15626
15627 2012-02-04 Leo Liu <sdl.web@gmail.com>
15628
15629 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15630
15631 2012-02-04 Glenn Morris <rgm@gnu.org>
15632
15633 * image.el (image-extension-data): Add obsolete alias.
15634
15635 * isearch.el (isearch-update): Doc fix.
15636
15637 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15638
15639 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15640
15641 2012-02-03 Glenn Morris <rgm@gnu.org>
15642
15643 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15644 (image-animate-timeout): Doc fix.
15645
15646 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15647
15648 2012-02-02 Glenn Morris <rgm@gnu.org>
15649
15650 * server.el (server-auth-dir): Doc fix.
15651 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15652
15653 * subr.el (run-mode-hooks): Doc fix.
15654
15655 2012-02-02 Juri Linkov <juri@jurta.org>
15656
15657 * image-mode.el (image-toggle-display-image): Remove tautological
15658 `major-mode' from the `derived-mode-p' test.
15659
15660 2012-02-02 Kenichi Handa <handa@m17n.org>
15661
15662 * composite.el (compose-region): Cancel previous change.
15663
15664 2012-02-02 Kenichi Handa <handa@m17n.org>
15665
15666 * composite.el (compose-region, compose-string): Signal error for
15667 a null string component (Bug#6988).
15668
15669 2012-02-01 Chong Yidong <cyd@gnu.org>
15670
15671 * view.el (view-buffer-other-window, view-buffer-other-frame):
15672 Handle special modes like view-buffer (Bug#10650).
15673 (view-buffer): Simplify.
15674
15675 * frame.el (set-frame-font): Tweak meaning of third argument.
15676
15677 * dynamic-setting.el (font-setting-change-default-font):
15678 Use set-frame-font (Bug#9982).
15679
15680 2012-02-01 Glenn Morris <rgm@gnu.org>
15681
15682 * progmodes/compile.el (compilation-internal-error-properties):
15683 Respect compilation-first-column in the "*compilation*" buffer.
15684
15685 * emacs-lisp/easy-mmode.el (define-minor-mode):
15686 Relax :variable's test for a named function.
15687
15688 2012-01-31 Alan Mackenzie <acm@muc.de>
15689
15690 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15691 off by one error.
15692
15693 2012-01-31 Chong Yidong <cyd@gnu.org>
15694
15695 * frame.el (set-frame-font): New arg ALL-FRAMES.
15696
15697 * menu-bar.el (menu-set-font): Use set-frame-font.
15698
15699 * faces.el (face-spec-reset-face): Don't apply unspecified
15700 attribute values to the default face.
15701
15702 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15703
15704 * progmodes/cwarn.el (cwarn): Remove dead link.
15705 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15706 Remove * from defcustom docstrings.
15707 (turn-on-cwarn-mode): Make obsolete.
15708 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15709 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15710
15711 2012-01-31 Glenn Morris <rgm@gnu.org>
15712
15713 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15714 Fix :variable handling of mode a symbol not equal to modefun.
15715 Allow named functions to be used as the cdr of :variable.
15716
15717 2012-01-30 Glenn Morris <rgm@gnu.org>
15718
15719 * emacs-lisp/authors.el (authors-fixed-entries):
15720 Remove reference to deleted file rnewspost.el.
15721
15722 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15723
15724 * window.el (window-with-parameter): Remove unused variable `windows'.
15725 (window--side-check): Remove unused variable `code'.
15726 (window--resize-siblings): Remove unused variable `first'.
15727 (adjust-window-trailing-edge): Remove unused variable `failed'.
15728 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15729 Use `let', not `let*'.
15730 (balance-windows-2): Remove unused variable `found'.
15731 (window--state-put-2): Remove unused variable `splits'.
15732 (window-state-put): Remove unused variable `selected'.
15733 (same-window-p): Use `string-match-p'.
15734 (display-buffer-assq-regexp): Remove unused variable `value'.
15735 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15736 Mark argument ALIST as ignored.
15737 (pop-to-buffer): Remove unused variable `old-window'.
15738
15739 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15740
15741 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15742 and .lzma compressed files.
15743
15744 2012-01-29 Chong Yidong <cyd@gnu.org>
15745
15746 * frame.el (window-system-default-frame-alist): Doc fix.
15747
15748 * dynamic-setting.el (font-setting-change-default-font): Don't
15749 change the default face if SET-FONT argument is non-nil (Bug#9982).
15750
15751 2012-01-29 Samuel Bronson <naesten@gmail.com>
15752
15753 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15754
15755 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15756
15757 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15758 breakpoints in files outside current directory (Bug#6098).
15759
15760 2012-01-29 Chong Yidong <cyd@gnu.org>
15761
15762 * progmodes/python.el: Require ansi-color at top-level.
15763
15764 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15765 Define and use in Emacs Lisp mode (Bug#9360).
15766 (lisp-mode-abbrev-table): Add doc.
15767 (lisp-mode-variables): Don't set local-abbrev-table.
15768 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15769
15770 2012-01-28 Roland Winkler <winkler@gnu.org>
15771
15772 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15773
15774 2012-01-28 Roland Winkler <winkler@gnu.org>
15775
15776 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15777 (bibtex-set-dialect): Use it. Either set global values of
15778 dialect-dependent variables or bind these variables buffer-locally
15779 (Bug#10254).
15780 (bibtex-mode): Call bibtex-set-dialect via
15781 hack-local-variables-hook.
15782 (bibtex-dialect): Update docstring.
15783 Add safe-local-variable predicate.
15784 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15785 bibtex-set-dialect.
15786 (bibtex-mode-map): Define menu for each dialect.
15787 (bibtex-entry): Fix docstring.
15788
15789 2012-01-28 Chong Yidong <cyd@gnu.org>
15790
15791 * eshell/esh-arg.el (eshell-quote-argument): New function.
15792
15793 * eshell/esh-ext.el (eshell-invoke-batch-file):
15794 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15795 first arg to eshell-parse-command (Bug#10523).
15796
15797 2012-01-28 Drew Adams <drew.adams@oracle.com>
15798
15799 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15800 `default-directory' is non-nil.
15801
15802 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15803
15804 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15805 line that displays system-configuration-options. (Bug#9924)
15806
15807 2012-01-28 Drew Adams <drew.adams@oracle.com>
15808
15809 * descr-text.el (describe-char): Show information about POS, in
15810 addition to information about the character at POS. Improve and
15811 update the doc string. Change "code point" to "code point in
15812 charset", to avoid confusion with the character's Unicode code
15813 point shown above that. (Bug#10129)
15814
15815 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15816
15817 * descr-text.el (describe-char): Show the raw character, not only
15818 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15819 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15820 for the reasons.
15821
15822 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15823
15824 * emacs-lisp/package.el (package-install):
15825 Run package-refresh-contents if there is no archive yet (Bug#9798).
15826
15827 2012-01-28 Chong Yidong <cyd@gnu.org>
15828
15829 * emacs-lisp/package.el (package-maybe-load-descriptor):
15830 New function, split from package-maybe-load-descriptor.
15831 (package-maybe-load-descriptor): Use it.
15832 (package-download-transaction): Fully load required packages
15833 inside the loop, so that `require' calls work (Bug#10593).
15834 (package-install): No need to call package-initialize now.
15835
15836 2012-01-28 Chong Yidong <cyd@gnu.org>
15837
15838 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15839
15840 * tooltip.el (tooltip-mode): Doc fix.
15841 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15842
15843 * frame.el (set-cursor-color): Doc fix (Bug#352).
15844
15845 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15846 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15847
15848 * cus-edit.el (custom-buffer-create-internal): Fix search button
15849 action (Bug#10542).
15850 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15851
15852 2012-01-27 Eduard Wiebe <usenet@pusto.de>
15853
15854 * dired.el (dired-mark-files-regexp):
15855 Include any subdirectory components. (Bug#10445)
15856
15857 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
15858
15859 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15860 Handle [host]:port syntax. (Bug#10533)
15861
15862 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
15863
15864 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15865
15866 2012-01-26 Glenn Morris <rgm@gnu.org>
15867
15868 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15869 * term.el (term-raw-escape-map): Use Control-X-prefix.
15870 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
15871
15872 2012-01-25 Martin Rudalics <rudalics@gmx.at>
15873
15874 * window.el (window-state-get, window--state-get-1): Don't deal
15875 with fixed-sizeness of windows. Simplify code.
15876
15877 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
15878
15879 * window.el (window--state-get-1, window--state-put-2):
15880 Don't save and restore the mark.
15881
15882 2012-01-25 Chong Yidong <cyd@gnu.org>
15883
15884 * custom.el (custom-variable-p): Doc fix.
15885
15886 2012-01-25 Glenn Morris <rgm@gnu.org>
15887
15888 * dired.el (dired-goto-file): Handle some of the more common
15889 characters that `ls -b' escapes. (Bug#10596)
15890
15891 * progmodes/compile.el (compilation-next-error-function):
15892 Respect compilation-first-column in the "*compilation*" buffer.
15893 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
15894
15895 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
15896
15897 2012-01-24 Glenn Morris <rgm@gnu.org>
15898
15899 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
15900
15901 2012-01-24 Julien Danjou <julien@danjou.info>
15902
15903 * color.el (color-rgb-to-hsl): Fix value computing.
15904 (color-hue-to-rgb): New function.
15905 (color-hsl-to-rgb): New function.
15906 (color-clamp, color-saturate-hsl, color-saturate-name)
15907 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15908 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15909
15910 2012-01-24 Glenn Morris <rgm@gnu.org>
15911
15912 * vc/vc-rcs.el (vc-rcs-create-tag):
15913 * vc/vc-sccs.el (vc-sccs-create-tag):
15914 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
15915
15916 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
15917
15918 * eshell/esh-util.el (eshell-read-hosts-file):
15919 Skip comment lines. (Bug#10549)
15920
15921 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
15922
15923 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
15924
15925 * subr.el (display-delayed-warnings): Doc fix.
15926 (collapse-delayed-warnings): New function to collapse identical
15927 adjacent warnings.
15928 (delayed-warnings-hook): Add it.
15929
15930 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
15931
15932 * net/tramp.el (tramp-action-login): Set connection property "login-as".
15933
15934 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15935 (tramp-default-user-alist): Don't add "pscp".
15936 (tramp-do-copy-or-rename-file-out-of-band): Use connection
15937 property "login-as", if set. (Bug#10530)
15938
15939 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
15940
15941 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15942 "plink1" and "psftp". (Bug#10530)
15943
15944 2012-01-21 Kenichi Handa <handa@m17n.org>
15945
15946 * international/mule-cmds.el (prefer-coding-system): Show a
15947 warning message if the default value of file-name-coding-system
15948 was not changed.
15949
15950 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15951
15952 * windmove.el (windmove-reference-loc):
15953 Fix windmove-reference-loc miscalculation.
15954
15955 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
15956
15957 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15958 default unit.
15959
15960 2012-01-21 Glenn Morris <rgm@gnu.org>
15961
15962 * international/mule.el (auto-coding-alist): Add .tbz.
15963
15964 * files.el (local-enable-local-variables): Doc fix.
15965 (inhibit-local-variables-regexps): Rename from
15966 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
15967 Doc fix. Add some extensions from auto-coding-alist.
15968 (inhibit-local-variables-suffixes):
15969 Rename from inhibit-first-line-modes-suffixes. Doc fix.
15970 (inhibit-local-variables-p):
15971 New function, extracted from set-auto-mode-1.
15972 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
15973 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
15974 (hack-local-variables): Doc fix. Make the mode-only case
15975 respect enable-local-variables and friends.
15976 Respect inhibit-local-variables-regexps for file-locals, but
15977 not for directory-locals.
15978 (set-visited-file-name):
15979 Take account of inhibit-local-variables-regexps.
15980 Whether it applies may change as the file name is changed.
15981 * jka-cmpr-hook.el (jka-compr-install):
15982 * jka-compr.el (jka-compr-uninstall):
15983 Update for inhibit-first-line-modes-suffixes name change.
15984
15985 2012-01-20 Martin Rudalics <rudalics@gmx.at>
15986
15987 * help-macro.el (make-help-screen): Temporarily restore original
15988 binding for minor-mode-map-alist (Bug#10454).
15989
15990 2012-01-19 Julien Danjou <julien@danjou.info>
15991
15992 * color.el (color-name-to-rgb): Use the white color to find the max
15993 color component value and return correctly computed values.
15994 (color-name-to-rgb): Add missing float conversion for max value.
15995
15996 2012-01-19 Martin Rudalics <rudalics@gmx.at>
15997
15998 * window.el (window--state-get-1, window-state-get): Do not use
15999 special state value for window-persistent-parameters.
16000 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16001 (window--state-put-2): Reset all window parameters to nil before
16002 assigning values of persistent parameters.
16003
16004 2012-01-18 Alan Mackenzie <acm@muc.de>
16005
16006 Eliminate sluggishness and hangs in fontification of "semicolon
16007 deserts".
16008
16009 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16010 Change value 10000 -> 3000.
16011 (c-state-safe-place): Reformulate so it doesn't stack up an
16012 infinite number of wrong entries in c-state-nonlit-pos-cache.
16013 (c-determine-limit-get-base, c-determine-limit): New functions to
16014 determine backward search limits disregarding literals.
16015 (c-find-decl-spots): Amend commenting.
16016 (c-cheap-inside-bracelist-p): New function which detects "={".
16017
16018 * progmodes/cc-fonts.el
16019 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16020 backward search.
16021 (c-font-lock-declarations): Fix an occurrence of point being
16022 undefined. Check additionally for point being in a bracelist or
16023 near a macro invocation without a semicolon so as to avoid a
16024 fruitless time consuming search for a declarator. Give a more
16025 precise search limit for declarators using the new
16026 c-determine-limit.
16027
16028 2012-01-18 Glenn Morris <rgm@gnu.org>
16029
16030 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16031 (set-auto-mode): Doc fixes.
16032
16033 2012-01-17 Glenn Morris <rgm@gnu.org>
16034
16035 * isearch.el (search-nonincremental-instead): Fix doc typo.
16036
16037 * dired.el (dired-insert-directory): Handle newlines in directory name.
16038 (dired-build-subdir-alist): Unescape newlines in directory name.
16039
16040 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16041
16042 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16043 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16044 (tramp-action-terminal): Use it. (Bug#10530)
16045
16046 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16047
16048 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16049
16050 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16051
16052 * window.el (window-state-ignored-parameters): Remove variable.
16053 (window--state-get-1): Rename argument MARKERS to IGNORE.
16054 Handle persistent window parameters. Make copy of clone-of
16055 parameter only if requested. (Bug#10348)
16056 (window--state-put-2): Install a window parameter only if it has
16057 a non-nil value or an existing parameter shall be overwritten.
16058
16059 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16060
16061 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16062
16063 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16064
16065 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16066 don't pass the (nil) value of `upnode' to string-match.
16067
16068 2012-01-14 Chong Yidong <cyd@gnu.org>
16069
16070 * startup.el (command-line): Fix X resource class for cursorColor.
16071 Fix values recognized by the cursorBlink resource.
16072
16073 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16074
16075 * epg.el (epg--make-temp-file): Avoid permission race condition
16076 when running on old Emacs versions (bug#10403).
16077
16078 2012-01-14 Glenn Morris <rgm@gnu.org>
16079
16080 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16081
16082 2012-01-13 Alan Mackenzie <acm@muc.de>
16083
16084 Fix filling for when filladapt mode is enabled.
16085
16086 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16087 c-mask-paragraph, pass in `fill-paragraph' rather than
16088 `fill-region-as-paragraph'. (This is a reversion of a previous
16089 change.)
16090 * progmodes/cc-mode.el (c-basic-common-init):
16091 Make fill-paragraph-handle-comment buffer local and set it to nil.
16092
16093 2012-01-13 Glenn Morris <rgm@gnu.org>
16094
16095 * dired.el (dired-switches-escape-p): New function.
16096 (dired-insert-directory): Use dired-switches-escape-p.
16097 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16098
16099 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16100
16101 2012-01-12 Glenn Morris <rgm@gnu.org>
16102
16103 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16104 changes in adaptive-fill-regexp. (Bug#10276)
16105
16106 2012-01-11 Alan Mackenzie <acm@muc.de>
16107
16108 Fix Emacs bug #10463 - put `widen's around the critical spots.
16109
16110 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16111 widen around each invocation of c-state-pp-to-literal. Remove an
16112 unused let variable.
16113
16114 2012-01-11 Glenn Morris <rgm@gnu.org>
16115
16116 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16117 Doc fix.
16118
16119 2012-01-10 Chong Yidong <cyd@gnu.org>
16120
16121 * net/network-stream.el (network-stream-open-starttls):
16122 Avoid emitting a confusing error message when the server gives a bad
16123 response to the capability command.
16124
16125 2012-01-10 Glenn Morris <rgm@gnu.org>
16126
16127 * mail/unrmail.el (unrmail): Tweak previous change.
16128
16129 2012-01-09 Chong Yidong <cyd@gnu.org>
16130
16131 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16132
16133 2012-01-08 Alan Mackenzie <acm@muc.de>
16134
16135 Optimize font locking in long enum definitions.
16136
16137 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16138 arm to a cond form to handle enums.
16139 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16140 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16141
16142 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16143
16144 * files.el (move-file-to-trash): Preserve default file modes on error.
16145 (Bug#10401)
16146
16147 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16148
16149 * faces.el (set-face-attribute): Clarify the meaning of the nil
16150 frame (bug#10294).
16151
16152 * subr.el (with-selected-frame): Mention that the selected frame
16153 is restored (bug#9980).
16154
16155 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16156 (bug#9759).
16157
16158 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16159 (password-read): Don't autoload unused function.
16160
16161 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16162
16163 * progmodes/which-func.el (which-func-mode): Turn into a
16164 non-interactive function and mark as obsolete (bug#10428).
16165
16166 2012-01-06 Chong Yidong <cyd@gnu.org>
16167
16168 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16169 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16170 functions, along with 1 and -1.
16171
16172 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16173
16174 * time.el (display-time-load-average)
16175 (display-time-default-load-average): Doc fixes. See the thread
16176 starting at
16177 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16178 for the details.
16179
16180 2012-01-06 Glenn Morris <rgm@gnu.org>
16181
16182 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16183 has no messages. (Bug#10377)
16184
16185 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16186 than Info-edit. (Bug#10385)
16187
16188 * time.el (display-time-load-average, display-time-next-load-average):
16189 Doc fixes.
16190
16191 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16192 local setting of buffer-read-only to the input buffer. (Bug#10419)
16193
16194 * calendar/calendar.el (calendar-mode):
16195 Locally set scroll-margin to 0. (Bug#10379)
16196
16197 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16198
16199 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16200
16201 2012-01-05 Glenn Morris <rgm@gnu.org>
16202
16203 * eshell/em-unix.el (diff-no-select): Autoload it.
16204 (eshell/diff): Use diff-no-select. (Bug#10420)
16205
16206 2012-01-05 Chong Yidong <cyd@gnu.org>
16207
16208 * shell.el (shell-dynamic-complete-functions): Revert last change.
16209 (shell-command-completion-function): New function.
16210 (shell-completion-vars): Use it to implement
16211 shell-completion-execonly (Bug#10417).
16212
16213 * custom.el (enable-theme): Don't set custom-safe-themes.
16214
16215 * cus-theme.el (custom-theme-merge-theme):
16216 Ignore custom-enabled-themes and custom-safe-themes.
16217
16218 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16219
16220 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16221 first prompt in `sql-interacive-mode'.
16222 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16223 keywords.
16224 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16225 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16226 context of original buffer. Invoke `sql-login-hook'.
16227
16228 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16229
16230 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16231 letters in cite-prefix.
16232
16233 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16234
16235 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16236
16237 2012-01-03 Chong Yidong <cyd@gnu.org>
16238
16239 * shell.el (shell-dynamic-complete-functions):
16240 Put pcomplete-completions-at-point, so as to try
16241 comint-filename-completion first (Bug#10417).
16242
16243 2012-01-02 Richard Stallman <rms@gnu.org>
16244
16245 * battery.el (battery-status-function):
16246 Detect when to use battery-yeeloong-sysfs.
16247 (battery-echo-area-format): Add string for Yeeloong.
16248 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16249 (battery-yeeloong-sysfs): New function.
16250
16251 2012-01-02 Chong Yidong <cyd@gnu.org>
16252
16253 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16254 (dirtrack): Merge code for handling relative filenames in prompt
16255 from shell-dir-cookie-watcher.
16256 (dirtrack-debug-message): New arg to avoid excess format calls.
16257
16258 * shell.el (shell-dir-cookie-re): Variable deleted.
16259 (shell-dir-cookie-watcher): Function deleted.
16260 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16261 with dirtrack-mode.
16262
16263 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16264
16265 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16266 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16267 libgnutls-26.dll.
16268
16269 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16270
16271 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16272
16273 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16274
16275 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16276 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16277
16278 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16279
16280 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16281 also for alternative shells.
16282 (tramp-open-connection-setup-interactive-shell): Check, whether
16283 the shell is a busybox.
16284 (tramp-send-command): Don't suppress multiple prompts for
16285 busyboxes, it hurts.
16286
16287 2011-12-28 Chong Yidong <cyd@gnu.org>
16288
16289 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16290 (gdb-get-source-file): Move mode line update to
16291 gdb-get-source-file (Bug#10087).
16292
16293 2011-12-25 Chong Yidong <cyd@gnu.org>
16294
16295 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16296 gud-gdb-marker-filter without taking it as an argument.
16297 (gud-gdb-run-command-fetch-lines): Caller changed.
16298 (gud-gdb-completion-function): New variable.
16299 (gud-gdb-completion-at-point): Use it.
16300 (gud-gdb-completions-1): Split from gud-gdb-completions.
16301
16302 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16303 function as separate arguments.
16304 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16305 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16306 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16307 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16308 (gdb-stopped, def-gdb-auto-update-trigger)
16309 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16310 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16311 Callers changed.
16312 (gud-gdbmi-completions): New function.
16313 (gdb): Use it for generating the completion table.
16314
16315 2011-12-24 Alan Mackenzie <acm@muc.de>
16316
16317 Introduce a mechanism to widen the region used in context font
16318 locking. Use this to protect declarations from losing their contexts.
16319
16320 * progmodes/cc-langs.el (c-before-font-lock-functions):
16321 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16322 (c-before-context-fontification-functions): New defvar, a list of
16323 functions to be run just before context (etc.) font locking.
16324
16325 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16326 New, functionality extracted from
16327 c-neutralize-syntax-in-and-mark-CPP.
16328 (c-in-after-change-fontification): New variable.
16329 (c-after-change): Set c-in-after-change-fontification.
16330 (c-set-fl-decl-start): Rejig its interface, so it can be called
16331 from both after-change and context fontifying.
16332 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16333 New functions.
16334 (c-standard-font-lock-fontify-region-function): New variable.
16335 (c-font-lock-fontify-region): New function.
16336
16337 2011-12-24 Juri Linkov <juri@jurta.org>
16338
16339 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16340 (Bug#10348)
16341
16342 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16343
16344 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16345 existence of source file. (Bug#10325)
16346
16347 2011-12-23 Alan Mackenzie <acm@muc.de>
16348
16349 Fix unstable fontification inside templates.
16350
16351 * progmodes/cc-langs.el (c-before-font-lock-functions):
16352 Newly created from the singular version. The (c c++ objc) entry now
16353 additionally has c-set-fl-decl-start. The other languages (apart
16354 from AWK) have that as a single entry.
16355
16356 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16357 The functionality for "local" declarations has been extracted to
16358 c-set-fl-decl-start.
16359
16360 * progmodes/cc-mode.el (c-common-init, c-after-change):
16361 Changes due to pluralisation of c-before-font-lock-functions.
16362 (c-set-fl-decl-start): New function, extracted from
16363 c-font-lock-enclosing-decls and enhanced.
16364
16365 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16366
16367 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16368
16369 2011-12-22 Juri Linkov <juri@jurta.org>
16370
16371 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16372
16373 2011-12-22 Chong Yidong <cyd@gnu.org>
16374
16375 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16376
16377 2011-12-21 Drew Adams <drew.adams@oracle.com>
16378
16379 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16380
16381 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16382
16383 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16384
16385 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16386
16387 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16388 highlighting and support. Fix up comments for capitalization.
16389 (cfengine-mode-debug): New var.
16390 (cfengine3-mode): Change the modeline indicator to "CFE3".
16391 (cfengine3-font-lock-keywords): Improve defun highlighting.
16392 (cfengine2-actions): Rename from `cfengine-actions'.
16393 (cfengine2-font-lock-keywords): Rename from
16394 `cfengine-font-lock-keywords'.
16395 (cfengine2-imenu-expression): Rename from
16396 `cfengine-imenu-expression'.
16397 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16398 (cfengine2-beginning-of-defun): Rename from
16399 `cfengine-beginning-of-defun'.
16400 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16401 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16402 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16403 modeline indicator to "CFE2".
16404 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16405 (cfengine-mode-abbrevs): Mark obsolete.
16406
16407 2011-12-21 Chong Yidong <cyd@gnu.org>
16408
16409 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16410 filename argument.
16411
16412 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16413
16414 * window.el (window-normalize-buffer-to-display): Remove.
16415 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16416
16417 2011-12-19 Chong Yidong <cyd@gnu.org>
16418
16419 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16420 Don't signal an error in a predicate function; return non-nil.
16421 (vc-dir-mark-file): Move the error here.
16422 (vc-dir-mark-unmark): If acting on the region, keep going if one
16423 of the entries cannot be marked/unmarked.
16424 (vc-dir-mark-all-files): If current entry is a directory, mark
16425 only child files, as documented.
16426
16427 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16428
16429 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16430 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16431 addition.
16432
16433 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16434
16435 * term/ns-win.el (ns-get-selection-internal)
16436 (ns-store-selection-internal): Declare.
16437 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16438 Declare as obsolete.
16439 (ns-get-pasteboard, ns-paste-secondary):
16440 Use ns-get-selection-internal.
16441 (ns-set-pasteboard, ns-copy-including-secondary):
16442 Use ns-store-selection-internal.
16443
16444 2011-12-17 Chong Yidong <cyd@gnu.org>
16445
16446 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16447 (vc-deduce-fileset): Doc fix.
16448
16449 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16450
16451 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16452
16453 2011-12-13 Sam Steingold <sds@gnu.org>
16454
16455 * man.el (Man-getpage-in-background): When running under a
16456 window-system, ignore $MANWIDTH and $COLUMNS.
16457
16458 2011-12-15 Kenichi Handa <handa@m17n.org>
16459
16460 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16461 (setup-ethiopic-environment-internal): Comment out key-binding for
16462 ethio-toggle-punctuation.
16463
16464 2011-12-13 Alan Mackenzie <acm@muc.de>
16465
16466 Add the switch statement to AWK Mode.
16467
16468 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16469 "default" to the keywords regexp.
16470
16471 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16472 expression as the rest.
16473 (c-nonlabel-token-key): Allow string literals for AWK.
16474 Refactor for the other modes.
16475
16476 Large brace-block initialisation makes CC Mode slow: Fix.
16477 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16478 routines. Limit backward searching in c-font-lock-enclosing.decl.
16479
16480 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16481 pp-state and literal type in addition to the limits.
16482 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16483 (c-state-literal-at): Use the above new defun.
16484 (c-slow-in-literal, c-fast-in-literal): Remove.
16485 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16486
16487 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16488 being in a literal. Add a limit for backward searching.
16489
16490 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16491 c-slow-in-literal.
16492
16493 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16494
16495 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16496
16497 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16498
16499 * window.el (delete-other-windows): Use correct frame in call to
16500 window-with-parameter.
16501
16502 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16503
16504 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16505 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16506 (makefile-gmake-statements, makefile-makepp-statements):
16507 Use it and add new makepp keywords.
16508 (makefile-makepp-font-lock-keywords): Add new patterns.
16509 (makefile-match-function-end): Match new [...] and [[...]].
16510
16511 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16512
16513 * ses.el (ses-call-printer-return, ses-cell-property-get)
16514 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16515 (ses-create-cell-variable, ses-reset-header-string)
16516 (ses-cell-set-formula, ses-repair-cell-reference-all)
16517 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16518 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16519 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16520 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16521 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16522 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16523 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16524 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16525 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16526 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16527 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16528 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16529
16530 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16531
16532 * ses.el: The overall change is to add cell renaming, that is
16533 setting fancy names for cell symbols other than name matching
16534 "\\`[A-Z]+[0-9]+\\'" regexp .
16535 (ses-create-cell-variable): New defun.
16536 (ses-relocate-formula): Relocate formulas only for cells the
16537 symbols of which are not renamed, i.e. symbols whose names do not
16538 match regexp "\\`[A-Z]+[0-9]+\\'".
16539 (ses-relocate-all): Relocate values only for cells the symbols of
16540 which are not renamed.
16541 (ses-load): Create cells variables as the (ses-cell ...) are read,
16542 in order to check row col consistency with cell symbol name only
16543 for cells that are not renamed.
16544 (ses-replace-name-in-formula): New defun.
16545 (ses-rename-cell): New defun.
16546
16547 2011-12-11 Chong Yidong <cyd@gnu.org>
16548
16549 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16550 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16551
16552 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16553
16554 * window.el (other-window): Fix docstring.
16555
16556 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16557
16558 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16559 `from' or `to' address before taking its substring.
16560 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16561 encoded name is chopped in the middle of the encoded string, and
16562 thus displayed encoded.
16563
16564 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16565
16566 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16567
16568 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16569
16570 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16571 to use texinfo-update-node and commands that call it if the
16572 Texinfo file uses @node lines without next/prev/up pointers.
16573 Correct outdated description about texinfo-master-menu.
16574 (texinfo-all-menus-update, texinfo-master-menu)
16575 (texinfo-update-node, texinfo-every-node-update)
16576 (texinfo-multiple-files-update): Doc fix. Warn against updating
16577 all the @node lines.
16578 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16579 argument is numeric. Explain better in the doc string what the
16580 function really does.
16581 (texinfo-insert-master-menu-list): Improve the error message
16582 displayed if there's no menu in the Top node.
16583 (Bug#2975) See also this thread:
16584 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16585
16586 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16587
16588 * speedbar.el (speedbar-supported-extension-expressions):
16589 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16590
16591 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16592
16593 * printing.el (pr-mode-alist):
16594 * simple.el (filter-buffer-substring-functions)
16595 (completion-list-insert-choice-function):
16596 * window.el (window-with-parameter, window-atom-root)
16597 (window-sides-slots, window-size-fixed, window-min-delta)
16598 (window-max-delta, window--resize-mini-window)
16599 (window--resize-child-windows-normal, window-tree)
16600 (delete-other-windows, quit-window, split-window)
16601 (display-buffer-record-window, special-display-buffer-names)
16602 (special-display-regexps, special-display-popup-frame)
16603 (same-window-p, split-window-sensibly)
16604 (display-buffer-overriding-action, display-buffer-alist)
16605 (display-buffer-base-action, display-buffer, switch-to-buffer)
16606 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16607 (fit-window-to-buffer, recenter-positions)
16608 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16609 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16610 and remove unneeded backslashes in docstrings.
16611
16612 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16613
16614 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16615
16616 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16617 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16618 end in ".mk".
16619 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16620 when reading the makefile (bug#10116).
16621
16622 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16625 (bug#10116).
16626
16627 2011-12-06 Glenn Morris <rgm@gnu.org>
16628
16629 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16630
16631 2011-12-06 Chong Yidong <cyd@gnu.org>
16632
16633 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16634
16635 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16636
16637 * textmodes/table.el (table-shorten-cell): Fix typo.
16638
16639 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16640
16641 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16642
16643 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16644
16645 * descr-text.el (describe-char): Fix display of strong
16646 right-to-left characters and directional embeddings and overrides.
16647
16648 * simple.el (what-cursor-position): Fix display of codepoints of
16649 strong right-to-left characters.
16650
16651 2011-12-05 Chong Yidong <cyd@gnu.org>
16652
16653 * faces.el (read-color): Doc fix.
16654
16655 2011-12-05 Glenn Morris <rgm@gnu.org>
16656
16657 * align.el (align--set-marker): Add doc-string.
16658 Don't try to move something that is not a marker. (Bug#10216)
16659
16660 2011-12-04 Glenn Morris <rgm@gnu.org>
16661
16662 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16663 overly zealous deletion of trailing whitespace.
16664
16665 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16666
16667 * server.el (server-delete-client): On Windows, do not try to delete
16668 the only terminal.
16669 (server-process-filter): On Windows, treat requests for a tty frame as
16670 if they were for a GUI frame if the running server is in GUI mode.
16671
16672 2011-12-03 Glenn Morris <rgm@gnu.org>
16673
16674 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16675
16676 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16677
16678 * electric.el: Streamline electric-indent's hook.
16679 (electric-indent-chars): Revert to simple list.
16680 (electric-indent-functions): New var.
16681 (electric-indent-post-self-insert-function): Use it.
16682
16683 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16684 there's no inferior buffer (bug#10196).
16685 (prolog-consult-compile): Don't use toggle-read-only.
16686
16687 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16688
16689 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16690 interrupt. (Bug#10187)
16691
16692 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16693
16694 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16695 (bug#9160).
16696
16697 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16698 (bug#10191).
16699
16700 2011-12-02 Juri Linkov <juri@jurta.org>
16701
16702 * info.el (Info-search): Display "end of manual" when Isearch
16703 reaches the end of single-file Info manual. (Bug#9918)
16704
16705 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16706
16707 * isearch.el (isearch-message-prefix): Run the input method part
16708 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16709
16710 2011-12-02 Juri Linkov <juri@jurta.org>
16711
16712 * isearch.el (isearch-occur): Use `word-search-regexp' for
16713 `isearch-word'.
16714 (isearch-search-and-update): Add condition for `isearch-word' and
16715 call `word-search-regexp'. (Bug#10145)
16716
16717 2011-12-01 Glenn Morris <rgm@gnu.org>
16718
16719 * eshell/em-hist.el (eshell-hist-initialize):
16720 Handle eshell-history-size nil and HISTSIZE set or unset.
16721 (eshell-history-file-name, eshell-history-size): Fix custom type.
16722
16723 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16724
16725 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16726
16727 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16728
16729 * progmodes/verilog-mode.el (verilog-pretty-expr):
16730 Rework verilog-pretty-expr to handle new assignment operators in system
16731 verilog, such as += *= and the like.
16732 (verilog-assignment-operator-re): Regular expression to find the
16733 assigment operator in a verilog assignment.
16734 (verilog-assignment-operation-re): Regular expression to find an
16735 assignment statement for pretty-expr.
16736 (verilog-in-attribute-p): Query returns true if point is in an
16737 attribute context; used to skip these for expression line up from
16738 pretty-expr.
16739 (verilog-in-parameter-p): Query returns true if point is in an
16740 parameter definition context; used to skip these for expression
16741 line up from pretty-expr.
16742 (verilog-in-parenthesis-p): Query returns true if point is in a
16743 parenthetical expression, specifically ( ) but not [ ] or { };
16744 used by pretty-expr.
16745 (verilog-just-one-space): If there is no space, don't add one.
16746 (verilog-get-lineup-indent-2): Specifically skip just attribute
16747 contexts for expression lineup, rather than skipping all
16748 parenthetical expressions.
16749 (verilog-calculate-indent): Fix comment, and fix indent.
16750 (verilog-do-indent): Indent declarations in lists (suggested by
16751 Joachim Lechner).
16752 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16753 skeleton items.
16754 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16755 by Alain Mellan).
16756
16757 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16758
16759 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16760 parameters with embedded comments. Reported by Ray Stevens.
16761 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16762 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16763 Reported by Tim Holt.
16764 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16765 instantiated by upper module causing wrong expansion until AUTOed a
16766 second time. Reported by K C Buckenmaier.
16767 (verilog-diff-auto): Fix showing .* as a difference when
16768 `verilog-auto-star-save' off. Reported by Dan Dever.
16769 (verilog-auto-reset, verilog-read-always-signals)
16770 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16771 temporary signals in reset list if
16772 verilog-auto-reset-blocking-in-non is nil, and match assignment
16773 style to each signal's assignment type, bug381.
16774 Reported by Thomas Esposito.
16775 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16776 (verilog-uvm-statement-re): Support UVM indentation and
16777 highlighting, with old OVM keywords only.
16778 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16779 Support AUTOTIEOFF creating non-wire data types.
16780 Suggested by Jonathan Greenlaw.
16781 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16782 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16783 (verilog-inject-sense, verilog-read-inst-pins)
16784 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16785 Fix mismatching parenthesis inside commented out code when deleting
16786 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16787 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16788 non-numeric vector width. Reported by Alex Reed.
16789 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16790 detecting signals with parameter widths. Reported by Alex Reed.
16791 (verilog-auto-delete-trailing-whitespace):
16792 With `verilog-auto-delete-trailing-whitespace' remove trailing
16793 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16794 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16795 Fix verilog-scan-cache corruption when running user AUTO expansion
16796 hooks that call indentation routines.
16797 (verilog-simplify-range-expression): Fix typo ignoring lower case
16798 identifiers.
16799 (verilog-delete-auto): Fix delete-autos to also remove user created
16800 automatics, as long as they start with AUTO.
16801 (verilog-batch-diff-auto, verilog-diff-auto)
16802 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16803 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16804 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16805 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16806 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16807 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16808 is disabled and its cache will get corrupt, causing AUTOS not to
16809 expand. Instead use only -quick functions.
16810 (verilog-scan-region): Fix scanning over escaped quotes.
16811 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16812 (verilog-re-search-backward-quick)
16813 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16814 related functions now ignore strings, to fix misparsing of strings
16815 with magic comments embedded in them.
16816 (verilog-read-auto-template):
16817 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16818 Reported by Brad Dobbie.
16819 (verilog-read-auto-template):
16820 Fix 'verilog-auto-inst-template-numbers' with comments.
16821 Reported by Brad Dobbie.
16822 (verilog-auto-inst, verilog-auto-inst-param)
16823 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16824 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16825 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16826 debugging templates without merge conflicts, bug357.
16827 Reported by Brad Dobbie.
16828 (verilog-read-auto-template):
16829 Fix verilog-auto-inst-template-numbers with multiple templates.
16830 Reported by Brad Dobbie.
16831 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16832 abbrevs so user won't be asked to save.
16833 (verilog-read-auto-lisp-present): Fix to start at beginning of
16834 buffer in case called outside of verilog-auto.
16835 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16836 to "X-2". Reported by Matthew Myers.
16837 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16838 all inputs from module templates. Reported by Leith Johnson.
16839 (verilog-module-inside-filename-p): Fix locating programs as with
16840 modules.
16841 (verilog-auto-inst-port): Fix vl-width expressions when using
16842 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
16843 (verilog-decls-get-regs, verilog-decls-get-signals,
16844 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16845 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16846 verilog-read-decls): Combine reg and wire structures into one var
16847 structure to represent SystemVerilog concepts.
16848 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16849 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16850 (verilog-auto-wire-type, verilog-insert-definition):
16851 Add verilog-auto-wire-type and AUTOLOGIC to support using
16852 SystemVerilog "logic" keyword instead of "wire"/"reg".
16853 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16854 to declares outputs that also have assignments (presumably in an
16855 ifdef or generate if so there's not a driver conflict).
16856 Reported by Matthew Myers.
16857 (verilog-auto-declare-nettype, verilog-insert-definition):
16858 Add verilog-auto-declare-nettype to fix declarations using
16859 `default_nettype none. Reported by Julian Gorfajn.
16860 (verilog-read-always-signals-recurse, verilog-read-decls)
16861 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16862 malformed end statement, bug325. Reported by Joshua Wise and
16863 Andrew Drake.
16864 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16865 (verilog-inst-comment-re): Fix not deleting Interfaced comment
16866 when expanding .* in interfaces, bug320.
16867 Reported by Pierre-David Pfister.
16868 (verilog-read-module-name): Fix import statements between module
16869 name and open parenthesis, bug317.
16870 Reported by Pierre-David Pfister.
16871 (verilog-simplify-range-expression): Fix simplification of
16872 multiplications inside AUTOWIRE connections, bug303.
16873 (verilog-auto-inst-port): Support parameter expansion in
16874 multidimensional arrays.
16875 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16876 after "assert property". Reported by Julian Gorfajn.
16877 (verilog-simplify-range-expression): Fix "couldn't merge" errors
16878 with multiplication, bug303.
16879 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16880 Reported by Jan Frode Lonnum.
16881
16882 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
16883
16884 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16885 (hfy-shell-file-name, hfy-shell):
16886 * international/fontset.el (x-decompose-font-name): Fix typos.
16887
16888 2011-11-29 Ken Brown <kbrown@cornell.edu>
16889
16890 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16891 (gdb-version): Remove defvar.
16892 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16893 (gdb-gud-context-command, gdb-non-stop-handler)
16894 (gdb-current-context-command, gdb-stopped): Use it.
16895 (gdb-init-1): Enable pretty printing here.
16896 (gdb-non-stop-handler): Don't enable pretty-printing here.
16897 Check to see if the target supports non-stop mode; if not, turn off
16898 non-stop mode. Use the following.
16899 (gdb-check-target-async): New defun.
16900 (gud-watch, gdb-stopped): Fix whitespace.
16901 (gdb-get-source-file): Don't try to display the source file if
16902 `gdb-main-file' is nil.
16903
16904 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16905
16906 * align.el: Try to generate fewer markers (bug#10047).
16907 (align--set-marker): New macro.
16908 (align-region): Use it.
16909
16910 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16911
16912 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16913
16914 2011-11-29 Chong Yidong <cyd@gnu.org>
16915
16916 * indent.el (indent-for-tab-command, indent-according-to-mode):
16917 Doc fix.
16918 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
16919
16920 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
16921
16922 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16923 aware of remote file names. (Bug#10124)
16924
16925 2011-11-29 Chong Yidong <cyd@gnu.org>
16926
16927 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16928
16929 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16930
16931 * files.el (find-file): Don't use force-same-window (bug#10144).
16932 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16933 use pop-to-buffer if the selected window can't be used.
16934 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16935
16936 2011-11-28 Eli Zaretskii <eliz@gnu.org>
16937
16938 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16939 special-mode-map.
16940
16941 2011-11-28 Chong Yidong <cyd@gnu.org>
16942
16943 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16944
16945 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
16946
16947 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16948 gdb-get-source-file-list on gdb-create-source-file-list.
16949
16950 2011-11-26 Eli Zaretskii <eliz@gnu.org>
16951
16952 * whitespace.el (whitespace-newline): Use a different foreground
16953 color for 16-color light-background displays.
16954
16955 2011-11-24 Chong Yidong <cyd@gnu.org>
16956
16957 * window.el (display-buffer--special-action): Doc fix.
16958
16959 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
16960
16961 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16962 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16963 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16964 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16965 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16966 (avl-tree-stack-first):
16967 * emacs-lisp/cconv.el (cconv--analyse-use):
16968 * net/gnutls.el (gnutls-negotiate): Fix typos.
16969
16970 2011-11-24 Glenn Morris <rgm@gnu.org>
16971
16972 * lpr.el (lpr-windows-system, lpr-lp-system):
16973 * mail/binhex.el (binhex-begin-line):
16974 * progmodes/grep.el (grep-history, grep-find-history):
16975 * textmodes/flyspell.el:
16976 * vc/pcvs-defs.el (cvs-global-menu):
16977 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16978 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16979 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16980
16981 * net/tls.el: Fix case of "GnuTLS".
16982
16983 * paths.el (rmail-file-name): Format doc-string for make-docfile.
16984
16985 * version.el (emacs-build-system): Give it a doc-string.
16986
16987 2011-11-24 Juri Linkov <juri@jurta.org>
16988
16989 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
16990
16991 2011-11-24 Glenn Morris <rgm@gnu.org>
16992
16993 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
16994 if called on a non-mime message just toggle the headers. (Bug#8006)
16995
16996 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
16997
16998 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
16999 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17000 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17001 (allout-rebullet-heading, allout-open-sibtopic)
17002 (allout-toggle-current-subtree-encryption)
17003 (allout-toggle-subtree-encryption, allout-encrypt-string)
17004 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17005 (allout-distinctive-bullets-string, allout-auto-activation):
17006 * window.el (window-normalize-buffer-to-display):
17007 * progmodes/verilog-mode.el (verilog-batch-indent):
17008 * textmodes/bibtex.el (bibtex-field-braces-opt)
17009 (bibtex-field-strings-opt):
17010 * vc/cvs-status.el (cvs-tree-merge):
17011 Fix typos.
17012
17013 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17014
17015 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17016 `non-essential' to t, in order to avoid remote connections.
17017
17018 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17019
17020 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17021 On MS-DOS and MS-Windows, compare with loaddefs.el
17022 case-insensitively.
17023
17024 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17025
17026 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17027
17028 2011-11-23 Glenn Morris <rgm@gnu.org>
17029
17030 * paths.el (rmail-file-name): Reformat the doc-string so that it
17031 is picked up.
17032
17033 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17034 (rmail-auto-file): Ignore case in the "special" field names,
17035 as mail-fetch-field does for all others.
17036
17037 * mail/rmail.el (rmail-forward):
17038 * mail/rmailkwd.el (rmail-set-label):
17039 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17040 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17041
17042 * mail/rmail.el (rmail-current-message): Doc fix.
17043
17044 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17045
17046 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17047
17048 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17049
17050 2011-11-22 Glenn Morris <rgm@gnu.org>
17051
17052 * mail/rmailmm.el (test-rmail-mime-handler)
17053 (test-rmail-mime-bulk-handler)
17054 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17055
17056 2011-11-21 Juri Linkov <juri@jurta.org>
17057
17058 * calc/calc.el (calc-read-key-sequence):
17059 Let-bind `input-method-function' to nil. (Bug#10018)
17060
17061 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17062
17063 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17064 Tell the caller that the next line needs recomputation, even
17065 though it doesn't start a sexp (bug#10094).
17066
17067 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17068
17069 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17070
17071 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17072
17073 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17074 Use force-same-window.
17075
17076 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17077
17078 * descr-text.el (describe-char-unicode-data):
17079 * json.el (json-string-escape):
17080 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17081 (Footnote-unicode, Footnote-style-p):
17082 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17083
17084 2011-11-20 Chong Yidong <cyd@gnu.org>
17085
17086 * window.el (replace-buffer-in-windows): Restore interactive spec.
17087
17088 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17089
17090 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17091
17092 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17093 (byte-compile-global-not-obsolete-vars): New var.
17094 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17095 Use it.
17096 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17097
17098 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17099
17100 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17101 * progmodes/pascal.el (electric-pascal-equal):
17102 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17103 * xml.el (xml-substitute-special): Fix typos.
17104
17105 2011-11-20 Glenn Morris <rgm@gnu.org>
17106
17107 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17108 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17109 Doc fixes.
17110 (rmail-decode-mime-charset): Mark as obsolete.
17111
17112 * mail/rmailsum.el (rmail-message-regexp-p-1):
17113 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17114 Before using mime functions, check they are set. (Bug#10077)
17115
17116 2011-11-19 Juri Linkov <juri@jurta.org>
17117
17118 * info.el (Info-finder-find-node): Use `package--builtins' instead
17119 of `package-alist'. Use node names formed by the pattern "Keyword "
17120 and the keyword name.
17121
17122 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17123
17124 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17125
17126 2011-11-19 Juri Linkov <juri@jurta.org>
17127
17128 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17129 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17130 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17131 `old-history', `old-history-forward'. Add let-binding
17132 `window-selected'. Remove calls to `kill-buffer',
17133 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17134 before calling `Info-find-node', so `Info-find-node-2' will reread
17135 the Info file. Restore window positions only when `window-selected'
17136 is non-nil.
17137
17138 2011-11-19 Juri Linkov <juri@jurta.org>
17139
17140 * isearch.el (isearch-lazy-highlight-new-loop):
17141 Remove condition `(not isearch-error)'. (Bug#9918)
17142
17143 * misearch.el (multi-isearch-search-fun): Add condition
17144 `(not bound)' to ignore lazy-highlighting search.
17145 Add the search-failed message "end of multi" when the end of
17146 multi-sequence is reached. Uncapitalize the search-failed
17147 message "Repeat for next buffer".
17148
17149 * info.el (Info-search): Add the search-failed message
17150 "end of the manual" when the end of the manual is reached
17151 in Isearch mode.
17152
17153 2011-11-19 Juri Linkov <juri@jurta.org>
17154
17155 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17156 Use non-destructive `remove' instead of `delete' because
17157 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17158 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17159
17160 2011-11-19 Juri Linkov <juri@jurta.org>
17161
17162 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17163 to nil instead of binding `search-ring' and `regexp-search-ring'.
17164 (Bug#9185)
17165
17166 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17167
17168 * simple.el (line-move): Force movement by logical lines for any
17169 hscrolled window, not only when auto-hscroll-mode is on.
17170 (line-move-visual): Update doc string to that effect. (Bug#10076)
17171
17172 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17173
17174 * language/european.el (macintosh): Define as alias for mac-roman.
17175
17176 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17177
17178 * mail/rmailmm.el (rmail-mime-display-header)
17179 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17180 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17181 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17182 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17183 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17184 of a raw aref.
17185 (rmail-mime-entity-segment): To get past the tagline, move forward
17186 2 more lines, to account for the 2 empty lines that precede and
17187 follow the line with the buttons.
17188 (rmail-mime-update-tagline): Move one more line, to get past the
17189 empty line that follows the buttons in the tagline. (Bug#9520)
17190
17191 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17192
17193 * window.el (window-max-delta-1, window-min-delta-1)
17194 (window-min-size-1, window-state-get-1, window-state-put-1)
17195 (window-state-put-2): Use "window--" prefix.
17196
17197 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17198
17199 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17200 (smie-warning-count): New var.
17201 (smie-set-prec2tab): Use it.
17202 (smie-bnf->prec2): Improve warnings. Add docstring.
17203 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17204 (smie-bnf--set-class): New function.
17205 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17206 corner case.
17207
17208 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17209 (compilation-error-properties, compilation-move-to-column):
17210 Handle compilation-first-column while in the target buffer.
17211
17212 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17213 Don't hardcode point-min==1.
17214
17215 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17216 (eshell-rewrite-for-command): Remove workaround.
17217 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17218 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17219 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17220
17221 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17222
17223 2011-11-17 Glenn Morris <rgm@gnu.org>
17224
17225 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17226 Ignore buffer-local generated-autoload-file if it is the same
17227 as the global value. (Bug#10049)
17228
17229 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17230
17231 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17232 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17233 (reftex-toc-previous-heading, reftex-toc-max-level)
17234 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17235 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17236 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17237 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17238 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17239 (reftex-toc-rename-label, reftex-toc-visit-location)
17240 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17241 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17242 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17243 leaving "*toc*" only for references to the buffer.
17244
17245 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17246
17247 * window.el (window-resize, delete-window, split-window):
17248 Replace window-splits by window-combination-resize.
17249 * cus-start.el (window-splits): Replace by window-combination-resize.
17250
17251 2011-11-17 Glenn Morris <rgm@gnu.org>
17252
17253 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17254 Make bash entry derive from sh entry, not shell entry.
17255
17256 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17257
17258 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17259 local file name.
17260
17261 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17262
17263 * menu-bar.el (menu-bar-file-menu):
17264 * printing.el (pr-ps-utility):
17265 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17266 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17267 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17268 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17269 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17270 (icalendar--convert-cyclic-to-ical)
17271 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17272 (icalendar--convert-ical-to-diary)
17273 (icalendar--convert-recurring-to-diary)
17274 (icalendar--convert-non-recurring-all-day-to-diary)
17275 (icalendar-import-format-sample):
17276 * progmodes/idlw-shell.el (idlwave-shell-mode):
17277 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17278 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17279 (vhdl-ps-print-init): Fix typos.
17280
17281 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17282
17283 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17284 FSF and collapse date sequence, obscure author/maintainer email address
17285 better, remove extra version line, track relocation of author's webpage.
17286
17287 * progmodes/python.el (python-pdbtrack-input-prompt)
17288 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17289 regular python pdb prompts. Adjustments shamelessly taken exactly as
17290 suggested in EmacsWiki page (tiny change):
17291 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17292
17293 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17294
17295 * expand.el (expand-pos, expand-index, expand-point):
17296 Remove redundant info from docstring.
17297 (expand-add-abbrevs): Doc fix.
17298 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17299 (expand-sample-perl-mode-expand-list): Fix typos.
17300
17301 * net/dbus.el (dbus-event-member-name):
17302 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17303 * term/pc-win.el (msdos-create-frame-with-faces):
17304 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17305
17306 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17307
17308 * window.el (split-window, window-state-get-1)
17309 (window-state-put-1, window-state-put-2): Rename occurrences of
17310 window-nest to window-combination-limit.
17311 * cus-start.el (window-nest): Rename to window-combination-limit.
17312
17313 2011-11-16 Chong Yidong <cyd@gnu.org>
17314
17315 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17316 regexp (Bug#10033).
17317
17318 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17319
17320 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17321 `completing-read' will remove *Completions* and will preserve
17322 current-buffer for us.
17323 (tmm-add-prompt): Users of *Completions* will always (re)set its
17324 major mode.
17325 (tmm-old-comp-map): Remove.
17326
17327 2011-11-16 Glenn Morris <rgm@gnu.org>
17328
17329 * mail/rmailedit.el: Require rmailmm when compiling.
17330 (rmail-old-mime-state): New declaration.
17331 (rmail-edit-current-message): If editing a mime message,
17332 edit the "raw" message from the mbox buffer.
17333 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17334
17335 2011-11-15 Glenn Morris <rgm@gnu.org>
17336
17337 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17338 which wasn't being used. Add optional arg to force given state.
17339 (rmail-mime): Add optional arg to force given state.
17340
17341 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17342
17343 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17344 * frame.el (display-mm-dimensions-alist):
17345 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17346 (outline-move-subtree-down):
17347 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17348 (newsticker--treeview-do-get-node):
17349 * net/quickurl.el (quickurl-list-buffer-name):
17350 * progmodes/dcl-mode.el (dcl-mode):
17351 * progmodes/gdb-mi.el (gdb-mapcar*):
17352 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17353
17354 2011-11-15 Glenn Morris <rgm@gnu.org>
17355
17356 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17357 in a boolean sense, so just make it a boolean, and fix the doc.
17358 (rmail-show-mime-function, rmail-mime-feature)
17359 (rmail-require-mime-maybe): Doc fixes.
17360 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17361
17362 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17363
17364 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17365
17366 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17367 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17368 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17369 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17370
17371 2011-11-15 Glenn Morris <rgm@gnu.org>
17372
17373 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17374 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17375 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17376 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17377 (rmail-mime, rmail-show-mime): Doc fixes.
17378
17379 * term/ns-win.el (mode-line-frame-identification):
17380 Leave it alone. (Bug#10051)
17381
17382 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17383
17384 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17385 Handle empty buffers. (Bug#9978)
17386
17387 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17388
17389 * international/mule.el (define-charset):
17390 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17391 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17392 * progmodes/verilog-mode.el (verilog-backward-token):
17393 * textmodes/ispell.el (lookup-words):
17394 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17395
17396 2011-11-14 Glenn Morris <rgm@gnu.org>
17397
17398 * progmodes/executable.el
17399 (executable-make-buffer-file-executable-if-script-p):
17400 Handle file-modes returning nil.
17401
17402 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17403 message - not necessary, and causes problems. (Bug#9831)
17404
17405 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17406
17407 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17408
17409 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17410 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17411 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17412
17413 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17414
17415 * window.el (window-resize, delete-window): Use window-splits
17416 variable instead of function.
17417 (window-state-get-1, window-state-put-2, window-state-put):
17418 Don't deal with windows' splits status.
17419
17420 2011-11-12 Glenn Morris <rgm@gnu.org>
17421
17422 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17423 (apropos-documentation): Doc fixes.
17424
17425 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17426
17427 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17428 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17429
17430 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17431
17432 * electric.el (electric-indent-post-self-insert-function): Make it
17433 possible for a char to only indent in some circumstances.
17434 (electric-indent-mode): Simplify.
17435
17436 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17437
17438 * window.el (windows-with-parameter): Remove unused function.
17439 (windows-at-side): Rename to window-at-side-list.
17440 (window-check, window-atom-check, window-atom-check-1)
17441 (window-side-check, window-size-ignore, window-size-fixed-1)
17442 (window-in-direction-2): Prefix with "window--".
17443 (window-tree-1): Rename to window--subtree, fix doc-string.
17444
17445 2011-11-11 Glenn Morris <rgm@gnu.org>
17446
17447 * subr.el (eval-after-load): If FILE is already loaded,
17448 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17449
17450 2011-11-10 Glenn Morris <rgm@gnu.org>
17451
17452 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17453 Call svn via vc-svn-command rather than vc-do-command.
17454 (vc-svn-command): Add --non-interactive. (Bug#9993)
17455 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17456
17457 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17458 Add toggle-read-only. (Bug#7292)
17459 * files.el (toggle-read-only): Mention that it should only
17460 be used interactively. (Bug#10006)
17461
17462 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17463
17464 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17465 Adjust regexp for OCaml warnings.
17466
17467 * electric.el (electric-pair-post-self-insert-function): Let user
17468 turn it off buffer-locally (bug#9932).
17469
17470 * progmodes/python.el (python-beginning-of-statement):
17471 Rewrite (bug#2703).
17472
17473 * progmodes/compile.el: Better handle TABs (bug#9749).
17474 (compilation-internal-error-properties)
17475 (compilation-next-error-function): Obey the target buffer's
17476 compilation-error-screen-columns.
17477
17478 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17479
17480 * progmodes/meta-mode.el: Remove obsolete comments.
17481 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17482 Fix typos in docstrings.
17483
17484 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17485
17486 * window.el (window-size-fixed-p): Rewrite doc-string.
17487 (window-resizable-p): Rename to window--resizable-p. Update callers.
17488 (window--resizable): New function. Make all callers of
17489 window-resizable call window--resizable instead.
17490 (window-resizable): Rewrite in terms of window--resizable.
17491
17492 2011-11-08 Glenn Morris <rgm@gnu.org>
17493
17494 * progmodes/delphi.el (delphi-mode-syntax-table):
17495 Let define-derived-mode define a proper syntax table. (Bug#9994)
17496
17497 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17498
17499 * window.el: Stay away from defsubst.
17500 (window-list-no-nils): Remove.
17501 (window-state-get-1, window-state-get): Use backquote instead.
17502
17503 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17504
17505 * emacs-lisp/find-func.el (find-function-read):
17506 Fix incorrect use of default argument in `completing-read'.
17507
17508 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17509
17510 * window.el (display-buffer-function, special-display-function):
17511 Mention display-buffer-record-window but do not mention
17512 help-setup parameter in doc-strings.
17513 (window-min-delta): Fix doc-string typo.
17514
17515 2011-11-08 Chong Yidong <cyd@gnu.org>
17516
17517 * window.el (window-total-height, window-total-width): Doc fix.
17518 (window-body-size): Move from C.
17519 (window-body-height, window-body-width): Move to C.
17520
17521 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17522
17523 * window.el: Make special-display like display-buffer-alist (bug#9532).
17524 (display-buffer--special-action): New function, morphed
17525 from display-buffer--special.
17526 (display-buffer): Use it to handle special-display-buffers at higher
17527 priority (just after display-buffer-alist).
17528 (display-buffer-fallback-action, display-buffer--other-frame-action)
17529 (pop-to-buffer-same-window): Remove display-buffer--special.
17530
17531 2011-11-07 Glenn Morris <rgm@gnu.org>
17532
17533 * calendar/cal-menu.el (cal-menu-set-date-title):
17534 Do nothing if not in a calendar. (Bug#9976)
17535
17536 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17537
17538 * files.el (find-file): Always use selected-window.
17539
17540 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17541
17542 * window.el (window-combinations): Make WINDOW argument
17543 mandatory. Rewrite doc-string.
17544 (walk-window-subtree, window-atom-check, window-min-delta)
17545 (window-max-delta, window--resize-this-window)
17546 (window--resize-root-window-vertically, window-tree)
17547 (balance-windows, window-state-put): Rewrite doc-strings as to
17548 not mention the term "subwindow".
17549 (window--resize-subwindows-skip-p): Rename to
17550 window--resize-child-windows-skip-p.
17551 (window--resize-subwindows-normal): Rename to
17552 window--resize-child-windows-normal.
17553 (window--resize-subwindows): Rename to
17554 window--resize-child-windows.
17555 (window-or-subwindow-p): Rename to window--in-subtree-p.
17556
17557 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17558
17559 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17560 Ensure that mbox format messages end in two newlines (Bug#9974).
17561
17562 2011-11-06 Chong Yidong <cyd@gnu.org>
17563
17564 * window.el (window-combination-p): Function deleted; its
17565 side-effect is not used in any existing code.
17566 (window-combinations, window-combined-p): Call window-*-child
17567 directly.
17568
17569 2011-11-05 Chong Yidong <cyd@gnu.org>
17570
17571 * window.el (window-valid-p): Rename from window-any-p.
17572 (window-size-ignore, window-state-get): Callers changed.
17573 (window-normalize-window): Rename from window-normalize-any-window.
17574 New arg LIVE-ONLY, replacing window-normalize-live-window.
17575 (window-normalize-live-window): Delete.
17576 (window-combination-p, window-combined-p, window-combinations)
17577 (walk-window-subtree, window-atom-root, window-min-size)
17578 (window-sizable, window-sizable-p, window-size-fixed-p)
17579 (window-min-delta, window-max-delta, window-resizable)
17580 (window-resizable-p, window-full-height-p, window-full-width-p)
17581 (window-current-scroll-bars, window-point-1, set-window-point-1)
17582 (window-at-side-p, window-in-direction, window-resize)
17583 (adjust-window-trailing-edge, maximize-window, minimize-window)
17584 (window-deletable-p, delete-window, delete-other-windows)
17585 (record-window-buffer, unrecord-window-buffer)
17586 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17587 (quit-window, split-window, window-state-put)
17588 (set-window-text-height, fit-window-to-buffer)
17589 (shrink-window-if-larger-than-buffer): Callers changed.
17590
17591 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17592
17593 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17594 rfc2047-decode-string.
17595 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17596 warnings.
17597
17598 * window.el (window-body-height, window-body-width): Mention in
17599 the doc string that the return values are in frame's canonical
17600 units. (Bug#9949)
17601
17602 2011-11-03 Alan Mackenzie <acm@muc.de>
17603
17604 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17605 change in cc-engine.el.
17606
17607 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17608
17609 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17610
17611 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17612
17613 * window.el (quit-window): Call unrecord-window-buffer after
17614 showing another buffer in the window. (Bug#9937)
17615 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17616
17617 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17618
17619 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17620 Accept status with more than 9 shelves. (Bug#9935)
17621 Reported by Colin D Bennett <colin@gibibit.com>.
17622
17623 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17624
17625 * help.el (with-help-window): Don't reference
17626 temp-buffer-show-specifiers in doc-string.
17627
17628 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17629
17630 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17631 menu-item.
17632
17633 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17634
17635 * whitespace.el: New version 13.2.2.
17636 (whitespace-newline-mode): Disable properly. Reported by Sarah
17637 <EmacsWiki>.
17638
17639 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17640
17641 * net/newst-treeview.el: Remove "Time-stamp".
17642 (newsticker--group-manage-orphan-feeds): Do not call
17643 newsticker--treeview-tree-update.
17644 (newsticker-treeview-update, newsticker-treeview):
17645 Call newsticker--treeview-tree-update if necessary.
17646
17647 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17648
17649 * window.el (window-iso-combination-p, window-iso-combined-p)
17650 (window-iso-combinations): Remove "iso-" infix.
17651 Suggested by Chong Yidong.
17652 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17653 (window-max-delta-1, window-resize, window--resize-siblings)
17654 (window--resize-this-window, adjust-window-trailing-edge)
17655 (split-window, balance-windows-1)
17656 (shrink-window-if-larger-than-buffer):
17657 * calendar/calendar.el (calendar-generate-window):
17658 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17659
17660 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17661
17662 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17663 in place (bug#9907).
17664 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17665 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17666 (eshell-structure-basic-command, eshell-rewrite-while-command)
17667 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17668 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17669 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17670 (eshell-do-pipelines-synchronously, eshell-eval-command):
17671 Use backquotes and prefer setq to set.
17672 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17673 (eshell-macrop): Use functionp.
17674 (eshell-do-eval): Handle multiple expressions in `while' body.
17675
17676 2011-10-30 Chong Yidong <cyd@gnu.org>
17677
17678 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17679 instead of set-mark (Bug#9810).
17680
17681 2011-10-30 Chong Yidong <cyd@gnu.org>
17682
17683 * window.el (split-window-below, split-window-right): Rename from
17684 split-window-above-each-other and split-window-side-by-side
17685 respectively. All callers changed.
17686 (split-window-sensibly, split-window-sensibly): Use them.
17687 (split-window-keep-point): Doc fix.
17688
17689 * isearch.el: Add isearch-scroll property to split-window-below
17690 and split-window-right.
17691
17692 * follow.el (follow-mode):
17693 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17694 * progmodes/ada-xref.el (ada-gdb-application):
17695 * emulation/vip.el (vip-buffer-in-two-windows):
17696 * image-dired.el (image-dired-dired-with-window-configuration):
17697 * dired-x.el (dired-do-find-marked-files):
17698 * dired.el (dired-pop-to-buffer):
17699 * bs.el (bs--show-with-configuration):
17700 * vc/emerge.el (emerge-setup-windows):
17701 * textmodes/two-column.el (2C-two-columns):
17702 * textmodes/reftex-toc.el (reftex-toc):
17703 * progmodes/gdb-mi.el (gdb-setup-windows):
17704 * progmodes/fortran.el (fortran-window-create):
17705 * net/newst-treeview.el (newsticker--treeview-window-init):
17706 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17707 * emulation/tpu-edt.el (tpu-gold-map):
17708 * emulation/crisp.el (crisp-mode-map):
17709 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17710
17711 2011-10-29 Chong Yidong <cyd@gnu.org>
17712
17713 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17714
17715 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17716
17717 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17718 forged Ispell output (Bug#7904).
17719
17720 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17721
17722 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17723
17724 * doc-view.el: Avoid ugly errors about not finding nil.
17725 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17726 (doc-view-dvipdf-program, doc-view-unoconv-program)
17727 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17728 Avoid nil or absolute file name as default value.
17729 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17730
17731 2011-10-28 Alan Mackenzie <acm@muc.de>
17732
17733 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17734
17735 2011-10-28 Alan Mackenzie <acm@muc.de>
17736
17737 Amend the handling of c-beginning/end-of-defun in nested declaration
17738 scopes.
17739
17740 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17741 cc-langs.el. Change it to a defcustom.
17742
17743 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17744 cc-vars.el.
17745
17746 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17747 Prevent "class foo : bar" being spuriously recognized as a label.
17748
17749 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17750 Add parameter `inclusive' (to include enclosing braces in the region).
17751 (c-widen-to-enclosing-decl-scope): New function.
17752 (c-while-widening-to-decl-block): New macro.
17753 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17754 outward for defun boundaries, and correspondingly change symbol
17755 `respect-enclosure' to `go-outward'.
17756 (c-declaration-limits): Change algorithm to report only the "innermost"
17757 defun's boundaries.
17758
17759 2011-10-28 Deniz Dogan <deniz@dogan.se>
17760
17761 * net/rcirc.el (rcirc-mode): Use hard newlines.
17762
17763 2011-10-28 Alan Mackenzie <acm@muc.de>
17764
17765 Amend to indent and fontify macros "which include their own semicolon"
17766 correctly, using the "virtual semicolon" mechanism.
17767
17768 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17769
17770 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17771 Recode to scan one line at a time rather than having \n and \r
17772 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17773 (c-forward-label): Amend for virtual semicolons.
17774 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17775
17776 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17777 of the new C macros.
17778
17779 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17780 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17781 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17782 (c-opt-cpp-macro-define): Make into a full language variable.
17783 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17784 AWK Mode (including \n, \r) removed, no longer needed.
17785
17786 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17787 Invoke c-make-macro-with-semi-re.
17788
17789 * progmodes/cc-vars.el (c-macro-with-semi-re):
17790 (c-macro-names-with-semicolon): New variables.
17791 (c-make-macro-with-semi-re): New function.
17792
17793 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17794
17795 * vc/log-edit.el: Fill empty field rather than adding new one.
17796 (log-edit-add-field): New function.
17797 (log-edit-insert-changelog): Use it.
17798
17799 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17800
17801 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17802
17803 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17804
17805 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17806 (gdb--check-interpreter): New function.
17807 (gdb): Use it.
17808
17809 2011-10-27 Glenn Morris <rgm@gnu.org>
17810
17811 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17812 (least-positive-float, least-negative-float)
17813 (least-positive-normalized-float, least-negative-normalized-float)
17814 (float-epsilon, float-negative-epsilon):
17815 Remove unnecessary declarations.
17816
17817 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17818 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17819 (least-positive-float, least-negative-float)
17820 (least-positive-normalized-float, least-negative-normalized-float)
17821 (float-epsilon, float-negative-epsilon): Add doc-strings,
17822 based on those in cl.texi.
17823
17824 * files.el (set-visited-file-name): If the major-mode changed,
17825 reload the local variables. (Bug#9796)
17826
17827 2011-10-27 Chong Yidong <cyd@gnu.org>
17828
17829 * subr.el (change-major-mode-after-body-hook): New hook.
17830 (run-mode-hooks): Run it.
17831
17832 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17833 Use change-major-mode-before-body-hook.
17834
17835 * simple.el (fundamental-mode):
17836 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17837 change introducing fundamental-mode-hook.
17838
17839 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
17840
17841 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17842
17843 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
17844
17845 * ido.el (ido-file-name-all-completions-1): Do not require
17846 tramp.el explicitly. (Bug#7583)
17847
17848 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17849
17850 * progmodes/octave-mod.el:
17851 * progmodes/octave-inf.el: Update maintainer.
17852
17853 2011-10-26 Chong Yidong <cyd@gnu.org>
17854
17855 * subr.el (with-wrapper-hook): Rewrite doc.
17856
17857 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
17858
17859 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17860 filenames "/method:foo:". (Bug#9793)
17861
17862 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17863
17864 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17865 (bug#9865).
17866
17867 2011-10-24 Glenn Morris <rgm@gnu.org>
17868
17869 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
17870
17871 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
17872
17873 * notifications.el: Add the requirement of a running D-Bus session
17874 bus to the Commentary.
17875
17876 2011-10-24 Juri Linkov <juri@jurta.org>
17877
17878 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17879 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17880 (Bug#9364)
17881
17882 2011-10-24 Juri Linkov <juri@jurta.org>
17883
17884 * info.el (Info-following-node-name-re): Add newline to the list
17885 of allowed characters for leading space. (Bug#9824)
17886
17887 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17888
17889 * progmodes/octave-inf.el (inferior-octave-mode-map):
17890 Fix C-c C-h binding.
17891 * progmodes/octave-mod.el (octave-help): Remove.
17892
17893 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
17894
17895 Sync with Tramp 2.2.3.
17896
17897 * net/tramp-cache.el (top): Pacify byte-compiler using
17898 `init-file-user' and `site-run-file'.
17899
17900 * net/trampver.el: Update release number.
17901
17902 2011-10-23 Chong Yidong <cyd@gnu.org>
17903
17904 * files.el (toggle-read-only): Remove obsolete comment about
17905 version control.
17906
17907 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17908 for toggle-read-only. Note that this hasn't called vc-next-action
17909 since 2008-05-02, though it wasn't documented at the time.
17910
17911 * vc/ediff-init.el (ediff-toggle-read-only-function):
17912 Use toggle-read-only.
17913
17914 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
17915
17916 Fix bug #9560, sporadic wrong indentation; improve instrumentation
17917 of c-parse-state.
17918
17919 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17920 correct faulty logical expression.
17921 (c-parse-state-state, c-record-parse-state-state):
17922 (c-replay-parse-state-state): New defvar/defuns.
17923 (c-debug-parse-state): Use new functions.
17924
17925 2011-10-22 Martin Rudalics <rudalics@gmx.at>
17926
17927 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17928 last fix. Use window-in-direction correctly.
17929
17930 2011-10-21 Chong Yidong <cyd@gnu.org>
17931
17932 * progmodes/idlwave.el (idlwave-mode):
17933 * progmodes/vera-mode.el (vera-mode): No need to set
17934 require-final-newline; that's done in prog-mode.
17935 Suggested by Stefan Monnier.
17936
17937 2011-10-21 Martin Rudalics <rudalics@gmx.at>
17938
17939 * mouse.el (mouse-drag-window-above)
17940 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17941 (mouse-drag-mode-line-1, mouse-drag-header-line)
17942 (mouse-drag-vertical-line-rightward-window): Remove.
17943 (mouse-drag-line): New function.
17944 (mouse-drag-mode-line, mouse-drag-header-line)
17945 (mouse-drag-vertical-line): Call mouse-drag-line.
17946 * window.el (window-at-side-p, windows-at-side): New functions.
17947
17948 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
17949
17950 * tar-mode.el (tar-grind-file-mode):
17951 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
17952
17953 2011-10-21 Chong Yidong <cyd@gnu.org>
17954
17955 * progmodes/idlwave.el (idlwave-mode):
17956 * progmodes/vera-mode.el (vera-mode):
17957 Use mode-require-final-newline.
17958
17959 2011-10-20 Glenn Morris <rgm@gnu.org>
17960
17961 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
17962
17963 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
17964
17965 * emulation/cua-base.el (cua-set-mark): Fix case of string.
17966
17967 2011-10-20 Chong Yidong <cyd@gnu.org>
17968
17969 * emulation/cua-base.el (cua-mode):
17970 * mail/footnote.el (footnote-mode):
17971 * mail/mailabbrev.el (mail-abbrevs-mode):
17972 * net/xesam.el (xesam-minor-mode):
17973 * progmodes/bug-reference.el (bug-reference-mode):
17974 * progmodes/cap-words.el (capitalized-words-mode):
17975 * progmodes/compile.el (compilation-minor-mode)
17976 (compilation-shell-minor-mode):
17977 * progmodes/gud.el (gud-tooltip-mode):
17978 * progmodes/hideif.el (hide-ifdef-mode):
17979 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17980 * progmodes/subword.el (subword-mode):
17981 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17982 * progmodes/which-func.el (which-function-mode):
17983 * term/tvi970.el (tvi970-set-keypad-mode):
17984 * term/vt100.el (vt100-wide-mode):
17985 * textmodes/flyspell.el (flyspell-mode):
17986 * textmodes/ispell.el (ispell-minor-mode):
17987 * textmodes/nroff-mode.el (nroff-electric-mode):
17988 * textmodes/paragraphs.el (use-hard-newlines):
17989 * textmodes/refill.el (refill-mode):
17990 * textmodes/reftex.el (reftex-mode):
17991 * textmodes/rst.el (rst-minor-mode):
17992 * textmodes/sgml-mode.el (html-autoview-mode)
17993 (sgml-electric-tag-pair-mode):
17994 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
17995 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
17996 * emulation/crisp.el (crisp-mode):
17997 * emacs-lisp/eldoc.el (eldoc-mode):
17998 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
17999 minor mode behavior.
18000
18001 2011-10-19 Juri Linkov <juri@jurta.org>
18002
18003 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18004 the list of hard-coded chars with escape-glyph face.
18005
18006 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18007
18008 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18009
18010 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18011
18012 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18013 running process.
18014
18015 2011-10-19 Glenn Morris <rgm@gnu.org>
18016
18017 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18018 Ignore ignored files. (Bug#9726)
18019
18020 2011-10-19 Chong Yidong <cyd@gnu.org>
18021
18022 Doc fix for minor modes, stating that an omitted argument enables
18023 the mode unconditionally when called from Lisp.
18024
18025 * abbrev.el (abbrev-mode):
18026 * allout.el (allout-mode):
18027 * autoinsert.el (auto-insert-mode):
18028 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18029 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18030 (global-auto-revert-mode):
18031 * battery.el (display-battery-mode):
18032 * composite.el (global-auto-composition-mode)
18033 (auto-composition-mode):
18034 * delsel.el (delete-selection-mode):
18035 * desktop.el (desktop-save-mode):
18036 * dired-x.el (dired-omit-mode):
18037 * dirtrack.el (dirtrack-mode):
18038 * doc-view.el (doc-view-minor-mode):
18039 * double.el (double-mode):
18040 * electric.el (electric-indent-mode, electric-pair-mode):
18041 * emacs-lock.el (emacs-lock-mode):
18042 * epa-hook.el (auto-encryption-mode):
18043 * follow.el (follow-mode):
18044 * font-core.el (font-lock-mode):
18045 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18046 * help.el (temp-buffer-resize-mode):
18047 * hilit-chg.el (highlight-changes-mode)
18048 (highlight-changes-visible-mode):
18049 * hi-lock.el (hi-lock-mode):
18050 * hl-line.el (hl-line-mode, global-hl-line-mode):
18051 * icomplete.el (icomplete-mode):
18052 * ido.el (ido-everywhere):
18053 * image-file.el (auto-image-file-mode):
18054 * image-mode.el (image-minor-mode):
18055 * iswitchb.el (iswitchb-mode):
18056 * jka-cmpr-hook.el (auto-compression-mode):
18057 * linum.el (linum-mode):
18058 * longlines.el (longlines-mode):
18059 * master.el (master-mode):
18060 * mb-depth.el (minibuffer-depth-indicate-mode):
18061 * menu-bar.el (menu-bar-mode):
18062 * minibuf-eldef.el (minibuffer-electric-default-mode):
18063 * mouse-sel.el (mouse-sel-mode):
18064 * msb.el (msb-mode):
18065 * mwheel.el (mouse-wheel-mode):
18066 * outline.el (outline-minor-mode):
18067 * paren.el (show-paren-mode):
18068 * recentf.el (recentf-mode):
18069 * reveal.el (reveal-mode, global-reveal-mode):
18070 * rfn-eshadow.el (file-name-shadow-mode):
18071 * ruler-mode.el (ruler-mode):
18072 * savehist.el (savehist-mode):
18073 * scroll-all.el (scroll-all-mode):
18074 * scroll-bar.el (scroll-bar-mode):
18075 * server.el (server-mode):
18076 * shell.el (shell-dirtrack-mode):
18077 * simple.el (auto-fill-mode, transient-mark-mode)
18078 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18079 (line-number-mode, column-number-mode, size-indication-mode)
18080 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18081 * strokes.el (strokes-mode):
18082 * time.el (display-time-mode):
18083 * t-mouse.el (gpm-mouse-mode):
18084 * tool-bar.el (tool-bar-mode):
18085 * tooltip.el (tooltip-mode):
18086 * type-break.el (type-break-mode-line-message-mode)
18087 (type-break-query-mode):
18088 * view.el (view-mode):
18089 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18090 (global-whitespace-mode, global-whitespace-newline-mode):
18091 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18092
18093 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18094 Fix autogenerated docstring.
18095
18096 2011-10-19 Juri Linkov <juri@jurta.org>
18097
18098 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18099 by checking environment variables "DESKTOP_SESSION" and
18100 "XDG_CURRENT_DESKTOP". (Bug#9779)
18101
18102 2011-10-19 Juri Linkov <juri@jurta.org>
18103
18104 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18105 (browse-url-chromium-program, browse-url-chromium-arguments):
18106 New defcustoms.
18107 (browse-url-default-browser): Check for `browse-url-chromium' and
18108 call `browse-url-chromium-program'.
18109 (browse-url-chromium): New command. (Bug#9779)
18110
18111 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18112
18113 * facemenu.el (list-colors-duplicates): On Windows, detect more
18114 duplicates by assuming that only colors matching "^System" are
18115 special "system colors". (Bug#9722)
18116
18117 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18118
18119 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18120 to distinguish the author from the committer.
18121
18122 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18123
18124 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18125
18126 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18127
18128 * international/mule.el (sgml-html-meta-auto-coding-function):
18129 Add support for detecting encoding in HTML5 specified only as
18130 <meta charset="UTF-8">. Implementation just makes http-equiv and
18131 content-type parts from HTML4 encoding string optional. (Bug#9716)
18132
18133 2011-10-18 Glenn Morris <rgm@gnu.org>
18134
18135 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18136
18137 2011-10-18 Chong Yidong <cyd@gnu.org>
18138
18139 * faces.el (cursor): Doc fix.
18140
18141 2011-10-17 Chong Yidong <cyd@gnu.org>
18142
18143 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18144
18145 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18146
18147 * dirtrack.el (dirtrack): Support shell buffers with path
18148 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18149
18150 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18151
18152 * json.el: Bump version to 1.3 and note change in History.
18153 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18154
18155 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18156
18157 * comint.el (comint-insert-input, comint-send-input)
18158 (comint-get-old-input-default, comint-backward-matching-input)
18159 (comint-next-prompt): Use nil instead of `input' for field property of
18160 past user input (bug#114).
18161
18162 * minibuffer.el (completion--replace): Inherit surrounding properties
18163 (bug#114).
18164 (minibuffer-complete-and-exit): Use it.
18165
18166 * comint.el (comint--table-subvert): Quote the all-completions output
18167 (bug#9160).
18168
18169 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18170
18171 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18172
18173 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18174 window on right of selected. (Bug#9350) Reword other window
18175 entries and separate them from frame entries.
18176
18177 2011-10-15 Glenn Morris <rgm@gnu.org>
18178
18179 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18180 Doc fixes.
18181
18182 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18183
18184 * net/network-stream.el (network-stream-open-starttls):
18185 Improve detection of failure due to lack of TLS support.
18186
18187 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18188 putting the input text in front and in bold.
18189
18190 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18191
18192 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18193
18194 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18195 empty buffer.
18196
18197 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18198 unread-command-events rather than pushing yet-another event.
18199
18200 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18201
18202 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18203 the explanation of the possible choices. Make the options passed
18204 to completing-read shorter.
18205
18206 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18207
18208 * textmodes/flyspell.el (flyspell-large-region): Make sure
18209 extended character mode is used if defined (Bug#1339).
18210
18211 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18212
18213 * simple.el (what-cursor-position): Fix the display of the
18214 character info for LRE, LRO, RLE, and RLO characters by appending
18215 an invisible PDF.
18216
18217 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18218
18219 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18220 even in case of error; add debug spec; simplify data flow.
18221 (with-timeout-handler): Remove.
18222
18223 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18224
18225 Fix Bug#6019, Bug#9315.
18226
18227 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18228 complete `buffer-file-name', the local file name part could look
18229 remotely (for example on VMS).
18230
18231 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18232 `tramp-run-real-handler'.
18233 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18234 already quoted by '"'.
18235
18236 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18237 Let `file-name-handler-alist' be nil, the local file name part
18238 could look remotely (for example on VMS).
18239
18240 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18241
18242 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18243 from here...
18244 (flyspell-post-command-hook): ...to here.
18245
18246 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18247
18248 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18249 if not needed.
18250 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18251 using completion. Protect against "slow" callers.
18252 Remove the "message hack".
18253
18254 2011-10-11 Juri Linkov <juri@jurta.org>
18255
18256 * isearch.el (isearch-lazy-highlight-word): New variable.
18257 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18258 Use it. (Bug#9727)
18259
18260 2011-10-11 Glenn Morris <rgm@gnu.org>
18261
18262 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18263 like f90-previous-statement does.
18264
18265 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18266
18267 * eshell/eshell.el (eshell-command): History should be saved
18268 only in interactive use, to avoid error.
18269
18270 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18271
18272 * minibuffer.el (completion-file-name-table): Fix last change,
18273 i.e. ignore normal errors but not the other ones.
18274
18275 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18276
18277 * window.el (special-display-buffer-names)
18278 (special-display-regexps): Remove some remnants of earlier
18279 changes from doc-strings.
18280 (quit-windows-on): New function.
18281
18282 * vc/vc.el (vc-revert, vc-rollback):
18283 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18284 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18285 (Bug#6183) (Bug#7074) (Bug#7447)
18286
18287 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18288
18289 * window.el (frame-auto-hide-function): Add version tag.
18290 (Bug#9699)
18291
18292 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18293
18294 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18295 condition.
18296
18297 2011-10-09 Leo Liu <sdl.web@gmail.com>
18298
18299 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18300 (Bug#9701)
18301
18302 2011-10-08 Glenn Morris <rgm@gnu.org>
18303
18304 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18305 before the first code statement zero indent. (Bug#9690)
18306
18307 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18308
18309 * simple.el (count-words-region): Always count in the region.
18310 Report the number of lines and characters too.
18311 (count-words): New command, which counts in the buffer if the
18312 region is inactive, as count-words-region used to.
18313 (count-words--message): New function. Handle plurals.
18314 (count-lines-region): Make it an alias for count-words-region.
18315
18316 * bindings.el (esc-map): Replace count-lines-region with
18317 count-words-region.
18318
18319 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18320
18321 * window.el (window--delete): Delete dedicated frame
18322 unconditionally when argument KILL is non-nil. (Bug#9699)
18323 (switch-to-buffer): Fix doc-string typo.
18324
18325 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18326
18327 * eshell/eshell.el (eshell-command): Avoid using hooks.
18328
18329 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18330
18331 * bindings.el ([M-left],[M-right]): Bind to left-word and
18332 right-word respectively.
18333
18334 2011-10-07 Glenn Morris <rgm@gnu.org>
18335
18336 * cus-start.el (debug-on-quit): Fix custom type.
18337
18338 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18339
18340 * subr.el (define-key-after): Clarify that the function is not
18341 useful for non-menu keymaps.
18342
18343 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18344
18345 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18346
18347 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18348 in current minibuffer (Fix bug with recursive minibuffers).
18349
18350 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18351
18352 * progmodes/gdb-mi.el (gdb): Doc fix.
18353
18354 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18355
18356 * window.el (frame-auto-hide-function): New option replacing
18357 frame-auto-delete. Suggested by Stefan Monnier.
18358 (window--delete): Call frame-auto-hide-function instead of
18359 investigating frame-auto-delete.
18360 (window-point-1, set-window-point-1): New functions.
18361 (window-in-direction, record-window-buffer, window-state-get-1)
18362 (display-buffer-record-window): Use window-point-1 instead of
18363 window-point.
18364 (set-window-buffer-start-and-point): Use set-window-point-1.
18365
18366 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18367
18368 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18369
18370 2011-10-05 Glenn Morris <rgm@gnu.org>
18371
18372 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18373 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18374
18375 2011-10-05 Leo Liu <sdl.web@gmail.com>
18376
18377 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18378 works with buffer object.
18379
18380 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18381
18382 * mpc.el (mpc-tool-bar-map): Add labels.
18383
18384 2011-10-04 Glenn Morris <rgm@gnu.org>
18385
18386 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18387
18388 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18389
18390 * window.el (window--delete): New function.
18391 (frame-auto-delete): Resuscitate option.
18392 (bury-buffer, replace-buffer-in-windows)
18393 (quit-window): Rewrite using window--delete.
18394 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18395 Pass display-buffer-mark-dedicated to window--display-buffer-2
18396 (Bug#9639).
18397
18398 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18399
18400 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18401 returns a list (bug#9554). Add remote file name completion.
18402 * comint.el (comint--table-subvert): Curry and get quote&unquote
18403 functions as arguments.
18404 (comint--complete-file-name-data): Adjust call accordingly.
18405 * pcomplete.el (pcomplete--table-subvert): Remove.
18406 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18407
18408 * minibuffer.el (completion-table-case-fold): Use currying.
18409 (completion--styles-type, completion--cycling-threshold-type):
18410 New constants.
18411 (completion-styles, completion-category-overrides)
18412 (completion-cycle-threshold): Use them.
18413 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18414 completion-table-case-fold.
18415
18416 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18417
18418 * minibuffer.el (completion-category-overrides): Fix type of styles
18419 and add more user friendly tags (bug#9660).
18420
18421 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18422
18423 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18424 (mule-input-method-string): New widget.
18425 (default-input-method, language-info-custom-alist): Use it.
18426
18427 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18428
18429 * pcomplete.el: Require comint.
18430 (pcomplete--common-suffix): Remove.
18431 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18432 (pcomplete--table-subvert): Sync with comint--table-subvert.
18433 (pcomplete--entries): Use comint-completion-file-name-table.
18434 * comint.el (comint-unquote-filename): Simplify.
18435 (comint-completion-file-name-table): New function (bug#9616).
18436 (comint--complete-file-name-data): Use it.
18437
18438 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18439 (pcmpl-gnu-tar-buffer): Remove.
18440 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18441 around. Make sure pcomplete-suffix-list is only changed temporarily.
18442 Don't look inside the tar's file if it's too large.
18443
18444 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18445
18446 * cus-edit.el (custom-mode-map):
18447 * epa.el (epa-key-list-mode-map):
18448 * man.el (Man-mode-map):
18449 * startup.el (splash-screen-keymap):
18450 * simple.el (special-mode-map): Use scroll-up-command and
18451 scroll-down-command.
18452
18453 * progmodes/idlw-help.el (idlwave-help-mode-map):
18454 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18455 * net/newst-plainview.el (newsticker-mode-map):
18456 * emulation/ws-mode.el (wordstar-mode-map):
18457 * emulation/vi.el (vi-com-map):
18458 * calc/calc-graph.el (calc-graph-show-dumb):
18459 * term/sun.el (terminal-init-sun):
18460 * term/ns-win.el (global-map):
18461 * progmodes/grep.el (grep-mode-map):
18462 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18463 * mail/rmail.el (rmail-mode-map):
18464 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18465
18466 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18467 custom-safe-themes as special.
18468
18469 2011-10-01 Julien Danjou <julien@danjou.info>
18470
18471 * notifications.el (notifications-notify): Fix docstring.
18472
18473 2011-10-01 Per Starbäck <per@starback.se>
18474
18475 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18476
18477 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18478
18479 * startup.el (command-line-1): Fix last fix by inserting
18480 initial-scratch-message into *scratch* before displaying it.
18481 (Bug#9605) and (Bug#9636)
18482
18483 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18484
18485 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18486 window is hscrolled, move by logical lines. (Bug#9607)
18487 (line-move-visual): Update the doc string to the above effect.
18488
18489 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18490
18491 * window.el (display-buffer-record-window): When WINDOW is the
18492 selected window use `point' instead of `window-point'. (Bug#9626)
18493
18494 * startup.el (command-line-1): Use insert-before-markers when
18495 inserting initial-scratch-message. (Bug#9605)
18496
18497 * help.el (help-window): Remove variable.
18498
18499 2011-09-29 Glenn Morris <rgm@gnu.org>
18500
18501 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18502
18503 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18504
18505 * descr-text.el (describe-char-categories): Accept category
18506 descriptions more than one line long.
18507
18508 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18509
18510 * simple.el (delete-trailing-whitespace): Fix last change.
18511
18512 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18513 Don't confuse "y => 3" as the beginning of a `y' operation.
18514
18515 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18516 object has more than 4 slots (bug#9613).
18517
18518 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18519
18520 * subr.el (with-output-to-temp-buffer):
18521 * net/quickurl.el (quickurl, quickurl-browse-url):
18522 Fix typos in docstrings.
18523
18524 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18525
18526 * minibuffer.el (completion-styles)
18527 (completion-category-overrides): Cross reference each other in doc
18528 strings.
18529
18530 2011-09-27 Glenn Morris <rgm@gnu.org>
18531
18532 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18533 to split-string. (Bug#9606)
18534
18535 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18536
18537 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18538 (bug#9615).
18539
18540 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18541
18542 * emacs-lisp/package.el (list-packages): Fix echo area message.
18543
18544 2011-09-27 Leo Liu <sdl.web@gmail.com>
18545
18546 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18547
18548 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18549
18550 * net/dbus.el (dbus-unregister-object): Don't release services for
18551 registered signals. (Bug#9581)
18552
18553 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18554
18555 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18556 function that picks between cfengine 2 and 3 support
18557 automatically. Update docs accordingly.
18558
18559 2011-09-22 Kenichi Handa <handa@m17n.org>
18560
18561 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18562 ZERO.
18563 (indian-itrans-v5-table-for-tamil): New variable.
18564 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18565
18566 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18567
18568 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18569 that's true if the current command involved collapsing of text.
18570 It's reset to false at the beginning of the next command.
18571 (allout-post-command-business): Move the cursor to the beginning
18572 of entry if the cursor is hidden and collapsing activity just
18573 happened.
18574
18575 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18576
18577 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18578 tracking (Bug#9541).
18579
18580 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18581
18582 * net/newst-reader.el (newsticker-html-renderer)
18583 (newsticker-show-news): Automatically load html rendering package
18584 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18585 because w3m-fill-column is let-bound" and the error "Symbol's value
18586 as variable is void: w3m-fill-column".
18587
18588 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18589
18590 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18591 Release services only if they are defined. (Bug#9581)
18592
18593 2011-09-23 Richard Stallman <rms@gnu.org>
18594
18595 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18596 distinguish start of paragraph from start of its text.
18597
18598 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18599
18600 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18601 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18602 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18603
18604 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18605
18606 * international/mule-diag.el (mule-diag): Insert a newline after
18607 each fontset description.
18608
18609 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18610
18611 * simple.el (delete-trailing-whitespace):
18612 Document last change; simplify.
18613
18614 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18615
18616 * simple.el (delete-trailing-whitespace): Also delete
18617 extra newlines at the end of the buffer.
18618
18619 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18620 (picture-newline): Use forward-line so as to ignore fields.
18621
18622 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18623
18624 * subr.el (with-wrapper-hook): Fix edebug spec.
18625
18626 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18627
18628 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18629 (bug#4538).
18630
18631 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18632
18633 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18634 Fix nasty bug using wrong cached values.
18635
18636 2011-09-23 Alan Mackenzie <acm@muc.de>
18637
18638 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18639
18640 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18641
18642 * window.el (pop-to-buffer): Ensure right window is selected if we
18643 chose another frame.
18644
18645 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18646
18647 * simple.el (what-cursor-position): Use get-char-property-change
18648 and next-single-char-property-change, to be able to show display
18649 properties that come from overlays as well as text properties.
18650
18651 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18652
18653 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18654
18655 * cmuscheme.el (run-scheme, switch-to-scheme):
18656 * cus-edit.el (customize-group, custom-buffer-create)
18657 (customize-browse):
18658 * info.el (info):
18659 * shell.el (shell):
18660 * mail/sendmail.el (mail):
18661 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18662
18663 2011-09-22 Richard Stallman <rms@gnu.org>
18664
18665 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18666 move back only to line beg, don't move back over blank lines.
18667
18668 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18669
18670 * files.el (copy-directory): Set directory attributes only in case
18671 they could be retrieved from the source directory. (Bug#9565)
18672
18673 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18674
18675 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18676 (hs-find-block-beginning, hs-hide-level-recursive):
18677 Ignore strings as well as comments. (Bug#9502)
18678
18679 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18680
18681 * progmodes/sql.el (sql-comint-postgres):
18682 Convert port number to a string. (Bug#9566)
18683
18684 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18685
18686 * window.el (quit-window): Undedicate window when switching to
18687 previous buffer. Reported by Thierry Volpiatto
18688 <thierry.volpiatto@gmail.com>.
18689 (special-display-popup-frame): When popping up a new frame reset
18690 its previous buffers to nil. Simplify code.
18691
18692 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18693
18694 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18695 and process filter, as done also in `shell-command'.
18696
18697 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18698
18699 * window.el (set-window-buffer-start-and-point):
18700 Call set-window-start with NOFORCE argument t.
18701 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18702 (quit-window): Reword doc-string. Handle new format of
18703 quit-restore parameter. Don't delete window if it has a
18704 previous buffer we can show instead of the present one.
18705 (display-buffer-record-window): Rewrite using a new format for
18706 the quit-restore window parameter
18707 (special-display-popup-frame, display-buffer-same-window)
18708 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18709 (display-buffer-pop-up-window, display-buffer-use-some-window):
18710 Adapt symbol passed to display-buffer-record-window.
18711 * help.el (help-window-setup): Handle new format of quit-restore
18712 parameter.
18713
18714 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * faces.el (face-list): Fix docstring (bug#9564).
18717
18718 * window.el (display-buffer--action-function-custom-type):
18719 Don't include internal functions in the Custom interface.
18720
18721 2011-09-20 Juri Linkov <juri@jurta.org>
18722
18723 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18724 (Info-forward-node, Info-backward-node, Info-next-preorder)
18725 (Info-last-preorder): Use it. (Bug#9528)
18726
18727 2011-09-20 Juri Linkov <juri@jurta.org>
18728
18729 * info.el (Info-last-preorder): Visit last menu item only when
18730 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18731
18732 2011-09-20 Julien Danjou <julien@danjou.info>
18733
18734 * password-cache.el (password-cache-remove): Remove entries even if the
18735 value is nil, so that password with a nil value (negative caching) is
18736 possible to invalidate.
18737
18738 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18739
18740 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18741 all whitespace around breakpoint. (Bug#9553)
18742 (f90-find-breakpoint): Only break at whitespace inside a comment.
18743
18744 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18745
18746 * minibuffer.el (completion-file-name-table): Keep track of errors.
18747 (completion-table-with-predicate): Handle the case where pred1 is nil.
18748 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18749
18750 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18751
18752 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18753 (debugger-return-value): Signal an error if the debugging context does
18754 not await any return value.
18755
18756 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18757 * image-mode.el (image-toggle-display-text)
18758 (image-toggle-display-image): Stay away from evil `intangible'.
18759
18760 2011-09-19 Leo Liu <sdl.web@gmail.com>
18761
18762 * replace.el (occur-revert-arguments): Make it permanent-local.
18763 (occur-mode): Don't call font-lock-defontify.
18764
18765 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18766
18767 * net/ldap.el (ldap-search-internal): Don't push empty search
18768 result (Bug#9508).
18769
18770 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18771
18772 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18773
18774 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18775
18776 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18777 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18778
18779 2011-09-18 Juri Linkov <juri@jurta.org>
18780
18781 * buff-menu.el (Buffer-menu-mode-map):
18782 * dired.el (dired-mode-map):
18783 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18784 (lisp-interaction-mode-map):
18785 * emacs-lisp/package.el (package-menu-mode-map):
18786 * epa.el (epa-key-list-mode-map):
18787 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18788 (menu-bar-options-menu):
18789 * outline.el (outline-mode-menu-bar-map):
18790 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18791 * vc/vc-dir.el (vc-dir-menu-map):
18792 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18793 Capitalize non-function content words in menu item strings.
18794
18795 * dired.el (dired-mode-map): Add menu item for
18796 `image-dired-dired-toggle-marked-thumbs'.
18797
18798 2011-09-18 Juri Linkov <juri@jurta.org>
18799
18800 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18801 to `isearch-case-fold-search' and restore its original value
18802 after the `isearch-mode' call.
18803
18804 2011-09-18 Juri Linkov <juri@jurta.org>
18805
18806 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18807 because `zgrep' returns 1 for successful matches (bug#9226).
18808
18809 2011-09-18 Juri Linkov <juri@jurta.org>
18810
18811 * info.el (Info-extract-menu-node-name): Check the second match
18812 for empty string (second test-case of bug#9528).
18813 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18814 intermediate nodes to the history (first test-case of bug#9528).
18815
18816 2011-09-18 Juri Linkov <juri@jurta.org>
18817
18818 * info.el (Info-mode-syntax-table): New variable.
18819 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18820
18821 2011-09-18 Juri Linkov <juri@jurta.org>
18822
18823 * info.el (Info-file-supports-index-cookies):
18824 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18825 outputs one more line for long file names (bug#4142).
18826
18827 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18828
18829 * newcomment.el (comment-normalize-vars): If prompting for
18830 comment-start, set comment-start-skip too (Bug#8424).
18831
18832 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18833
18834 * icomplete.el: Fix previous fix of Bug#5849.
18835 (icomplete-mode): Don't set completion-show-inline-help.
18836 (icomplete-minibuffer-setup): Set completion-show-inline-help
18837 locally during icompletion.
18838
18839 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18840
18841 * woman.el (woman2-process-escapes): Don't delete unrecognized
18842 escapes (Bug#7843).
18843
18844 * files.el (inhibit-first-line-modes-regexps): Add image files.
18845 (hack-local-variables-prop-line): Return nil for malformed
18846 prop-lines (Bug#9044).
18847
18848 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
18849
18850 * net/tramp.el (top): Don't require 'shell.
18851 (tramp-methods): Fix docstring.
18852 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18853 Return complete remote file name. Handle "smb" case.
18854 Use `tramp-tmpdir', if defined for the respective method.
18855 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18856
18857 * net/tramp-compat.el (top): Require 'shell.
18858
18859 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18860 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18861 `tramp-current-host'.
18862 (tramp-get-remote-tmpdir): Remove.
18863
18864 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18865 `tramp-tmpdir' entries.
18866 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18867 (tramp-smb-handle-file-attributes): Ignore errors.
18868 (tramp-smb-wait-for-output): Check also for process end.
18869
18870 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18871
18872 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18873 when sending QUIT (bug#9312).
18874
18875 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
18876
18877 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18878 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18879 occur-mode-display-occurrence.
18880 (occur-edit-mode): Add usage message.
18881 (occur-cease-edit): New command.
18882 (occur-after-change-function): Use text properties to find the
18883 position of the prefix text.
18884 (occur-engine): Set stickiness of prefix text properties.
18885
18886 2011-09-17 Glenn Morris <rgm@gnu.org>
18887
18888 * progmodes/etags.el (complete-tag):
18889 Fix call to completion-in-region. (Bug#9526)
18890
18891 2011-09-17 Juri Linkov <juri@jurta.org>
18892
18893 * textmodes/ispell.el (ispell-word): Add to the error message
18894 the word, ispell program name and current dictionary (bug#9121).
18895 (ispell-tex-arg-end): Capitalize "error" in the error message.
18896
18897 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
18898
18899 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18900 check. (Bug#4251)
18901
18902 2011-09-17 Juri Linkov <juri@jurta.org>
18903
18904 * window.el (window-safe-min-height, window-safe-min-width):
18905 Fix typos (followup to bug#9522).
18906
18907 2011-09-17 Sven Joachim <svenjoac@gmx.de>
18908
18909 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18910
18911 2011-09-16 Eli Zaretskii <eliz@gnu.org>
18912
18913 * simple.el (line-move): If goal-column is set, move by logical
18914 lines, not by display lines. (Bug#971)
18915 (next-line, previous-line, goal-column, line-move-visual): Doc fix
18916 to reflect the above change.
18917
18918 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18919
18920 * image.el (imagemagick-register-types): Use regexp-opt.
18921
18922 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18923
18924 * window.el (display-buffer-base-action): Rename from
18925 display-buffer-default-action. Make default value empty.
18926 (display-buffer-overriding-action): Convert to defvar.
18927 (display-buffer-fallback-action): New var.
18928
18929 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18930
18931 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18932 declaration.
18933 (package--add-to-archive-contents): If there is a duplicate entry
18934 with an older version, remove it.
18935 (package-menu-mark-delete, package-menu-mark-install)
18936 (package-menu-mark-unmark): Make unused args optional.
18937 (package-menu-mark-obsolete-for-deletion):
18938 Use package-menu-get-status instead of a regexp search.
18939 (package-menu-get-status): Use tabulated-list-entry.
18940 (package-menu-mark-upgrades): New command.
18941 (package-menu-mode-map): Bind it to U. Add it to menu bar.
18942 (package-menu-execute): Do installation before deletion.
18943 (package-menu-refresh, package-menu-execute): Use derived-mode-p
18944 instead of checking major-mode.
18945 (package-menu--find-upgrades): New function.
18946
18947 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18948
18949 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18950 passwords in the log buffer.
18951 (smtpmail-process-filter): Update the process marker so that the
18952 "broken by peer" status message is inserted in the right place.
18953
18954 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18955
18956 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18957 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18958 bibtex-completion-at-point-function.
18959 (bibtex-completion-at-point-function): Use them.
18960
18961 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18962
18963 * mpc.el (mpc-constraints-tag-lookup): New function.
18964 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18965 also to browser "album|playlist".
18966
18967 2011-09-14 Juri Linkov <juri@jurta.org>
18968
18969 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
18970 (isearch-edit-string): Use length of `isearch-string' when
18971 `isearch-fail-pos' returns nil.
18972 (isearch-message): Remove duplicate code and call
18973 `isearch-fail-pos' with arg `t'.
18974
18975 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
18976
18977 * replace.el (occur-mode-goto-occurrence): Don't force using other
18978 window (Bug#9499).
18979
18980 * dired-aux.el (dired-do-chmod): Don't provide initial input.
18981
18982 2011-09-14 Martin Rudalics <rudalics@gmx.at>
18983
18984 * window.el (display-buffer-window): Remove.
18985 (display-buffer-record-window): Use help-setup window parameter
18986 instead of variable display-buffer-window.
18987 (display-buffer-function, special-display-buffer-names)
18988 (special-display-function): Mention help-setup parameter instead
18989 of display-buffer-window in doc-string.
18990 * help.el (help-window-setup): New argument help-window.
18991 Use help-window-setup parameter instead of display-buffer-window.
18992 Reword some messages.
18993 (with-help-window): Pass window used for displaying the buffer
18994 to help-window-setup. Don't set display-buffer-window.
18995
18996 2011-09-13 Glenn Morris <rgm@gnu.org>
18997
18998 * emacs-lisp/debug.el (debugger-make-xrefs):
18999 Preserve point. (Bug#9462)
19000
19001 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19002
19003 * window.el (window-deletable-p): Use next-frame.
19004
19005 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19006
19007 * window.el (window-auto-delete): Remove.
19008 (window-deletable-p): Remove argument FORCE. Don't deal with
19009 dedication and previous buffers.
19010 (switch-to-prev-buffer): Don't delete window.
19011 (delete-windows-on): Delete a window's frame if and only if the
19012 window is dedicated.
19013 (replace-buffer-in-windows): Delete buffer's window or frame if
19014 and only if window is dedicated.
19015 (quit-window): Handle quit-restore as before last change.
19016 (bury-buffer): Delete window only if window-deletable-p returns t.
19017
19018 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19019
19020 * window.el (window-deletable-p): Never delete the last frame on a
19021 given terminal.
19022
19023 2011-09-13 Glenn Morris <rgm@gnu.org>
19024
19025 * help.el (describe-key-briefly): Copy previous standard-output change.
19026
19027 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19028
19029 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19030
19031 2011-09-13 Glenn Morris <rgm@gnu.org>
19032
19033 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19034 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19035
19036 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19037
19038 * dired-aux.el (dired-mark-read-string): Don't return default
19039 value on empty input (Bug#9361).
19040 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19041 Omit initial minibuffer contents.
19042 (dired-do-chmod): Signal an error on empty input.
19043 (dired-mark-read-string): Don't return default on empty input.
19044
19045 * files.el (file-modes-symbolic-to-number): Doc fix.
19046
19047 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19048
19049 * international/mule-cmds.el (ucs-completions): Remove.
19050 (read-char-by-name): Use complete-with-action instead; add metadata.
19051
19052 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19053
19054 * window.el (display-buffer--action-function-custom-type)
19055 (display-buffer--action-custom-type): New vars.
19056 (display-buffer-alist, display-buffer-default-action)
19057 (display-buffer-overriding-action): Add defcustom types.
19058
19059 * frame.el (delete-other-frames): Doc fix (Bug#276).
19060
19061 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19062
19063 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19064
19065 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19066
19067 Change modes that used same-window-* vars to use switch-to-buffer.
19068
19069 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19070 Use switch-to-buffer.
19071
19072 * cus-edit.el (customize-group, custom-buffer-create)
19073 (customize-browse, custom-buffer-create-other-window):
19074 Use switch-to-buffer or switch-to-buffer-other-window.
19075
19076 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19077 (Info-prev, Info-up, Info-speedbar-goto-node)
19078 (info-display-manual): Use switch-to-buffer.
19079 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19080
19081 * mail/sendmail.el (mail): Use switch-to-buffer.
19082 (mail-recover): Use switch-to-buffer-other-window.
19083
19084 * cmuscheme.el (run-scheme, switch-to-scheme):
19085 * ielm.el (ielm):
19086 * shell.el (shell):
19087 * net/rlogin.el (rlogin):
19088 * net/telnet.el (telnet, rsh):
19089 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19090
19091 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19092
19093 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19094
19095 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19096
19097 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19098 so don't mention it (bug#9301).
19099 (dired-sort-toggle-or-edit): Clarify string further.
19100
19101 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19102 match `x', `w32' and `ns', like the manual says (bug#9029).
19103
19104 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19105 (process-kill-buffer-query-function): Mention the buffer name in
19106 the query.
19107
19108 * image-mode.el (image-next-line): The line parameter is mandatory
19109 (bug#9258).
19110
19111 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19112 which can be useful (bug#9301).
19113
19114 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19115
19116 * subr.el (match-string): Mention that the current buffer should
19117 be the same as the search was done in (bug#9282).
19118
19119 * facemenu.el: Disable the remove-* commands if the mark isn't
19120 active (bug#9162).
19121
19122 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19123
19124 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19125 of display-buffer.
19126 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19127
19128 * replace.el (occur-mode-goto-occurrence)
19129 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19130 and display-buffer.
19131
19132 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19133 display-buffer.
19134
19135 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19136 special-display and same-window variables.
19137 (mail-other-window): Use switch-to-buffer-other-window.
19138 (mail-other-frame): USe switch-to-buffer-other-frame.
19139
19140 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19141 Use display-buffer-other-frame.
19142 (gdb-display-gdb-buffer): Use pop-to-buffer.
19143
19144 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19145
19146 * progmodes/python.el: Don't set same-window-buffer-names.
19147
19148 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19149
19150 * window.el (display-buffer-alist): Add *Python*.
19151
19152 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19153
19154 * window.el (display-buffer-alist): Add entry for buffers
19155 previously handled same-window-*.
19156 (display-buffer-alist, display-buffer-default-action)
19157 (display-buffer-overriding-action): Mark as risky.
19158 (display-buffer-alist): Document action function changes.
19159 (display-buffer--same-window-action)
19160 (display-buffer--other-frame-action): New variables.
19161 (switch-to-buffer, display-buffer-other-frame): Use them.
19162 (display-buffer): Rename reuse-frame entry to reusable-frames.
19163 (display-buffer-reuse-selected-window): Function deleted.
19164 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19165 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19166 (display-buffer-special): New function.
19167 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19168 display-buffer-reuse-or-pop-window. Split off special-display
19169 part into display-buffer-special.
19170 (display-buffer-use-some-window): Don't perform any special
19171 pop-up-frames handling.
19172 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19173 (display-buffer--maybe-same-window): Rename from
19174 display-buffer-maybe-same-window.
19175
19176 * info.el: Don't set same-window-regexps.
19177 (info-setup): New function.
19178 (info-other-window, info): Call it.
19179
19180 * cus-edit.el: Don't set same-window-regexps.
19181 (customize-group): New argument.
19182 (customize-group-other-window): Use it.
19183 (customize-face, customize-face-other-window): Likewise.
19184 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19185
19186 * net/rlogin.el:
19187 * net/telnet.el:
19188 * progmodes/gud.el: Don't set same-window-regexps.
19189
19190 * cmuscheme.el:
19191 * ielm.el:
19192 * shell.el:
19193 * mail/sendmail.el:
19194 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19195
19196 2011-09-10 Juri Linkov <juri@jurta.org>
19197
19198 * isearch.el (isearch-edit-string): Remove obsolete mention of
19199 `C-w' (`isearch-yank-word-or-char') from docstring.
19200 (isearch-query-replace): Fix typo in docstring (bug#9466).
19201
19202 2011-09-10 Juri Linkov <juri@jurta.org>
19203
19204 * paren.el (show-paren-function): Don't show escaped parens.
19205 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19206
19207 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19208
19209 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19210 (mm-default-file-encoding): Remove autoload forms, they are
19211 replaced with autoload cookies in mml.el and mm-encode.el.
19212 (mail-add-attachment): New command.
19213 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19214 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19215 the doc string.
19216 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19217
19218 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19219
19220 * simple.el (count-words-region): Use buffer if there's no region
19221 (bug#9429).
19222
19223 2011-09-09 Juri Linkov <juri@jurta.org>
19224
19225 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19226 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19227 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19228
19229 2011-09-09 Alan Mackenzie <acm@muc.de>
19230
19231 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19232 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19233
19234 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19235
19236 Fix for Savannah bug#9392.
19237 * simple.el (mail-encode-mml): New defvar.
19238
19239 * mail/rmail.el (mail-encode-mml): Add a defvar.
19240 (rmail-enable-mime-composing): Default to t.
19241 (rmail-forward): Use MIME method of forwarding only if both
19242 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19243 Set mail-encode-mml non-nil if the MIME method was used.
19244
19245 * mail/sendmail.el (mml-to-mime): Add autoload form.
19246 (mail-encode-mml): Add a defvar.
19247 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19248 to nil.
19249 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19250 message through mml-to-mime, and reset mail-encode-mml to nil.
19251
19252 2011-09-09 Glenn Morris <rgm@gnu.org>
19253
19254 * woman.el (woman-if-body): When processing an .el block,
19255 do not delete the next .el block as well. (Bug#9447)
19256 (woman-special-characters): Add oq, cq, and hy characters.
19257
19258 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19259
19260 * window.el (window-deletable-p): Make sure window is live before
19261 invoking window-prev-buffers.
19262
19263 2011-09-08 Leo Liu <sdl.web@gmail.com>
19264
19265 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19266
19267 2011-09-08 Juri Linkov <juri@jurta.org>
19268
19269 * progmodes/compile.el (compilation-environment): Make it
19270 a defcustom (bug#8340).
19271
19272 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19273
19274 * window.el (frame-auto-delete): Rename to window-auto-delete.
19275 Make it control auto-deletion of windows and/or frames.
19276 (window-deletable-p): New argument FORCE. Rewrite conditions
19277 for deleting window/frame. (Bug#9419)
19278 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19279 Rewrite handling of case when window/frame can be deleted.
19280 (delete-windows-on): Call window-deletable-p with new FORCE
19281 argument t. (Bug#9456)
19282
19283 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19284
19285 * help-mode.el (help-mode): Restore autoload.
19286
19287 2011-09-07 Juri Linkov <juri@jurta.org>
19288
19289 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19290 `compilation-environment'. Set buffer-local
19291 `compilation-environment' to `thisenv' later after (funcall mode).
19292 (Bug#8340)
19293
19294 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19295 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19296 instead of replacing its value. (Bug#8340)
19297
19298 2011-09-07 Juri Linkov <juri@jurta.org>
19299
19300 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19301 based on text properties put by `grep-filter' instead of matching
19302 escape sequences.
19303 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19304 to the value of `grep-error-screen-columns' (bug#9438).
19305
19306 2011-09-07 Juri Linkov <juri@jurta.org>
19307
19308 * simple.el (next-error-highlight, next-error-highlight-no-select):
19309 Doc fix (bug#9432).
19310
19311 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19312
19313 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19314 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19315
19316 2011-09-07 Leo Liu <sdl.web@gmail.com>
19317
19318 * net/rcirc.el (rcirc-mode): Conditionally initialize
19319 rcirc-input-ring.
19320
19321 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19322
19323 * emacs-lisp/find-func.el (find-function-C-source): Only set
19324 find-function-C-source-directory after checking that we found a source
19325 file there (bug#9440).
19326
19327 2011-09-06 Alan Mackenzie <acm@muc.de>
19328
19329 * isearch.el (isearch-other-meta-char): Wherever a key list is
19330 unread, "unread" the prefix arg, too. This fixes bug #8901.
19331
19332 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19333
19334 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19335
19336 2011-09-05 Juri Linkov <juri@jurta.org>
19337
19338 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19339
19340 2011-09-05 Juri Linkov <juri@jurta.org>
19341
19342 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19343 keeping point where processing of grep matches begins, and
19344 continue to delete remaining escape sequences from the same point.
19345 (grep-filter): Make leading zero optional in "0?1;31m" because
19346 git-grep emits "\033[1;31m" escape sequences unlike expected
19347 "\033[01;31m" as GNU Grep does (bug#9408).
19348 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19349
19350 2011-09-05 Juri Linkov <juri@jurta.org>
19351
19352 * subr.el (y-or-n-p): Capitalize "yes".
19353
19354 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19355
19356 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19357 `tramp-cache-unload-hook' where appropriate.
19358 (tramp-methods): Rename `tramp-remote-sh' to
19359 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19360 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19361
19362 * net/tramp-sh.el (top): Don't require 'shell.
19363 (tramp-methods): Add `tramp-remote-shell' and
19364 `tramp-remote-shell-args' entries.
19365 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19366 (tramp-sh-handle-shell-command): Remove.
19367 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19368 Use `tramp-remote-shell'.
19369
19370 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19371
19372 * mail/sendmail.el (sendmail-query-once-function): Delete.
19373 (sendmail-query-once): Save directly to send-mail-function.
19374 Update message-send-mail-function too.
19375
19376 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19377
19378 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19379
19380 * progmodes/python.el (python-mode-map): Use correct function to
19381 start python interpreter from menu-bar (as reported by Geert
19382 Kloosterman).
19383 (inferior-python-mode-map): Fix typo.
19384 (python-shell-map): Remove.
19385
19386 2011-09-03 Deniz Dogan <deniz@dogan.se>
19387
19388 * net/rcirc.el (rcirc-print): Simplify code for
19389 rcirc-scroll-show-maximum-output. There is no need to walk
19390 through all windows to find the right one.
19391
19392 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19393
19394 * help.el (help-return-method): Doc fix.
19395
19396 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19397
19398 * window.el (window-deletable-p): Don't return a non-nil value
19399 when there's a buffer that was shown in the window before.
19400 (Bug#9419)
19401 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19402 Set window's previous buffers to nil.
19403
19404 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19405
19406 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19407 newline before and after the tag line, so it doesn't interfere
19408 with determining the paragraph direction of bidirectional text.
19409
19410 2011-09-03 Leo Liu <sdl.web@gmail.com>
19411
19412 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19413
19414 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19415
19416 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19417 (pop-to-buffer): Change interactive spec. Pass second argument
19418 directly to display-buffer.
19419 (display-buffer): Fix interactive spec. Use functionp to
19420 distinguish between a function and a list of functions.
19421
19422 * abbrev.el (edit-abbrevs):
19423 * arc-mode.el (archive-extract):
19424 * autoinsert.el (auto-insert):
19425 * bookmark.el (bookmark-bmenu-list):
19426 * files.el (find-file):
19427 * view.el (view-buffer):
19428 * progmodes/compile.el (compilation-goto-locus):
19429 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19430
19431 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19432
19433 * window.el (display-buffer-alist): Doc fix.
19434 (display-buffer): Add docstring. Don't treat
19435 display-buffer-default specially.
19436 (display-buffer-reuse-selected-window)
19437 (display-buffer-same-window, display-buffer-maybe-same-window)
19438 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19439 (display-buffer-pop-up-window)
19440 (display-buffer-reuse-or-pop-window)
19441 (display-buffer-use-some-window): New functions.
19442 (display-buffer-default-action): Use them.
19443 (display-buffer-default): Delete.
19444 (pop-to-buffer-1): Fix choice of actions.
19445
19446 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19447
19448 * minibuffer.el (completion--insert-strings): Don't get confused by
19449 completion entries that end with an LF char.
19450
19451 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19452
19453 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19454
19455 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19456
19457 * window.el (display-buffer): Restore interactive spec.
19458 (display-buffer-same-window, display-buffer-other-window):
19459 New functions.
19460 (pop-to-buffer-1): New function. Use the above.
19461 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19462 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19463
19464 * view.el (view-buffer-other-window, view-buffer-other-frame):
19465 Just use pop-to-buffer.
19466
19467 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19468
19469 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19470
19471 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19472
19473 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19474
19475 2011-08-31 Richard Stallman <rms@gnu.org>
19476
19477 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19478 of the separation of rmail-view-buffer from rmail-buffer.
19479 If you say no to "replace original", the decrypt is in the
19480 view buffer. If you say yes, the decrypt goes into the
19481 rmail buffer also.
19482
19483 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19484
19485 * window.el (display-buffer-window): Rewrite doc-string.
19486 (display-buffer-record-window): New function.
19487 (display-buffer-macro-specifiers)
19488 (display-buffer-even-window-sizes, display-buffer-set-height)
19489 (display-buffer-set-width, display-buffer-in-window)
19490 (display-buffer-reuse-window, display-buffer-split-specifiers)
19491 (display-buffer-side-specifiers, display-buffer-split-window-1)
19492 (display-buffer-split-window, display-buffer-split-atom-window)
19493 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19494 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19495 (display-buffer-other-window-means-other-frame)
19496 (display-buffer-normalize-special)
19497 (display-buffer-normalize-default)
19498 (display-buffer-normalize-argument)
19499 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19500 (display-buffer-normalize-specifiers, display-buffer-frame)
19501 (display-buffer-same-window, display-buffer-same-frame)
19502 (display-buffer-other-window)
19503 (display-buffer-same-frame-other-window)
19504 (display-buffer-other-frame, pop-to-buffer-same-window)
19505 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19506 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19507 (switch-to-buffer-same-frame)
19508 (switch-to-buffer-other-window-same-frame)
19509 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19510 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19511 (display-buffer-alist-set): Remove.
19512 (display-buffer-function, special-display-buffer-names)
19513 (special-display-regexps, special-display-function):
19514 In doc-string refer to display-buffer-window and quit-restore
19515 parameter.
19516 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19517 (special-display-frame-alist, special-display-popup-frame)
19518 (same-window-buffer-names, same-window-regexps, same-window-p)
19519 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19520 (split-window-preferred-function, split-height-threshold)
19521 (split-width-threshold, window-splittable-p)
19522 (split-window-sensibly, window--try-to-split-window)
19523 (window--frame-usable-p, even-window-heights)
19524 (window--even-window-heights, window--display-buffer-1)
19525 (window--display-buffer-2, display-buffer-other-frame):
19526 Restore old Emacs 23 code, order and doc-strings where applicable.
19527 (display-buffer-default, display-buffer-assq-regexp): New functions.
19528 (display-buffer-alist): Rewrite doc-string.
19529 (display-buffer-default-action)
19530 (display-buffer-overriding-action): New variables.
19531 (display-buffer, switch-to-buffer): Rewrite.
19532 (pop-to-buffer): Restore Emacs 23 behavior but use
19533 window-normalize-buffer-to-display.
19534 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19535 Restore Emacs 23 behavior but use
19536 window-normalize-buffer-to-switch-to.
19537 (pop-to-buffer-same-window): Rewrite.
19538 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19539 Rewrite using Emacs 23 options.
19540
19541 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19542
19543 * net/tramp.el (tramp-root-regexp): Remove.
19544 (tramp-completion-file-name-regexp-unified)
19545 (tramp-completion-file-name-regexp-separate)
19546 (tramp-completion-file-name-regexp-url): Don't use leading volume
19547 letter on w32 systems. (Bug#5303, Bug#9311)
19548 (tramp-drop-volume-letter): Simplify definition.
19549 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19550
19551 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19552
19553 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19554 (bug#9356).
19555
19556 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19557
19558 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19559
19560 2011-08-29 Juri Linkov <juri@jurta.org>
19561
19562 * isearch.el (isearch-done): Don't display message "Mark saved"
19563 when arg `edit' is non-nil to prevent its flicker in the echo area.
19564
19565 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19566
19567 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19568 obsolete packages for deletion.
19569
19570 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19571
19572 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19573 (help-mode): Derive help-mode from special-mode. Don't invoke
19574 view-mode from help-mode.
19575 (help-xref-override-view-map): Remove.
19576 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19577 view-mode is not used anymore.
19578
19579 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19580
19581 * server.el (server-port): Doc fix.
19582
19583 * cus-theme.el (custom-theme-choose-mode): Inherit from
19584 special-mode (Bug#9124).
19585 (custom-theme-choose-mode-map): Add special-mode to parent.
19586
19587 2011-08-28 Alan Mackenzie <acm@muc.de>
19588
19589 * progmodes/cc-fonts.el
19590 (c-make-font-lock-BO-decl-search-function): New function.
19591 (c-basic-matchers-after - "Fontify the clauses after various
19592 keywords"): Extract the three keyword lists for the 3 erroneous
19593 constructs from the list of four, and use the new function above
19594 in place of an old one.
19595
19596 2011-08-28 Deniz Dogan <deniz@dogan.se>
19597
19598 * net/rcirc.el (rcirc-insert-prev-input)
19599 (rcirc-insert-next-input): Remove unused argument.
19600
19601 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19602
19603 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19604
19605 2011-08-27 Alan Mackenzie <acm@muc.de>
19606
19607 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19608 handle function pointer parameters properly.
19609
19610 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19611
19612 * window.el (display-buffer-reuse-window): Fix case where
19613 selected window was reused with non-nil OTHER-WINDOW argument.
19614 (Bug#9381)
19615
19616 2011-08-27 Deniz Dogan <deniz@dogan.se>
19617
19618 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19619 oftc's NickServ messages.
19620
19621 2011-08-27 Glenn Morris <rgm@gnu.org>
19622
19623 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19624
19625 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19626
19627 * emacs-lisp/package.el (package-install): Call package-initialize
19628 if called interactively.
19629
19630 2011-08-26 Leo Liu <sdl.web@gmail.com>
19631
19632 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19633
19634 2011-08-25 Juri Linkov <juri@jurta.org>
19635
19636 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19637 `search-whitespace-regexp' (bug#9364).
19638
19639 2011-08-25 Juri Linkov <juri@jurta.org>
19640
19641 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19642 `regexp-search-ring' to their global values to protect from
19643 updating by `read-from-minibuffer' (bug#9185).
19644
19645 2011-08-25 Juri Linkov <juri@jurta.org>
19646
19647 * textmodes/ispell.el (ispell-command-loop): Add newline
19648 at the end of the "Use option `i'..." line.
19649
19650 2011-08-25 Juri Linkov <juri@jurta.org>
19651
19652 * battery.el (display-battery-mode): If `battery-status-function'
19653 or `battery-mode-line-format' is nil, display the message and set
19654 `display-battery-mode' to nil (bug#9363).
19655
19656 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19657
19658 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19659 bidi-string-mark-left-to-right; they are unnecessary now.
19660
19661 2011-08-25 Deniz Dogan <deniz@dogan.se>
19662
19663 * net/quickurl.el: Documentation typo fixes.
19664
19665 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19666
19667 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19668
19669 2011-08-25 Glenn Morris <rgm@gnu.org>
19670
19671 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19672
19673 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19674 (smtpmail-via-smtp): Handle nil response from smtp.
19675
19676 2011-08-24 Juri Linkov <juri@jurta.org>
19677
19678 * proced.el (proced-marked): Inherit from `error' instead of
19679 `font-lock-warning-face'.
19680
19681 * ibuffer.el (ibuffer-marked-face): Change default face from
19682 `font-lock-warning-face' to `warning'.
19683 (ibuffer-deletion-face): Change default face from
19684 `font-lock-type-face' to `error'.
19685
19686 * battery.el (battery-update): Use the face `error' instead of
19687 `font-lock-warning-face' (bug#6117).
19688
19689 2011-08-24 Juri Linkov <juri@jurta.org>
19690
19691 * faces.el (success): Change face color from "Green3" to
19692 "ForestGreen" on light background (bug#9353).
19693
19694 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19695
19696 * window.el (quit-window): Rename from quit-restore-window.
19697 Use same arglist as old quit-window.
19698 (frame-auto-delete): Doc fix.
19699
19700 * view.el (view-mode-exit): Use quit-window.
19701
19702 2011-08-24 Juri Linkov <juri@jurta.org>
19703
19704 * isearch.el (isearch-ring-adjust1): Start visiting previous
19705 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19706 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19707 for empty search string (when the last search string is reused
19708 automatically) to adjust the isearch ring to the last element and
19709 prepare the correct index for further M-p commands (bug#9185).
19710
19711 2011-08-24 Kenichi Handa <handa@m17n.org>
19712
19713 * international/ucs-normalize.el: If decomposition property of
19714 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19715 nil.
19716 (nfd, nfkd): Likewise.
19717
19718 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19719
19720 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19721 from process filters aren't reliably transmitted to the surrounding
19722 accept-process-output.
19723 (mpc-proc-check): New function.
19724 (mpc-proc-sync): Use it (bug#8293)
19725
19726 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19727
19728 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19729 Add compatibility functions (bug#9313).
19730
19731 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19732
19733 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19734
19735 * international/uni-bidi.el: Regenerate.
19736
19737 2011-08-23 Kenichi Handa <handa@m17n.org>
19738
19739 * international/charprop.el:
19740 * international/uni-bidi.el:
19741 * international/uni-category.el:
19742 * international/uni-combining.el:
19743 * international/uni-comment.el:
19744 * international/uni-decimal.el:
19745 * international/uni-decomposition.el:
19746 * international/uni-digit.el:
19747 * international/uni-lowercase.el:
19748 * international/uni-mirrored.el:
19749 * international/uni-name.el:
19750 * international/uni-numeric.el:
19751 * international/uni-old-name.el:
19752 * international/uni-titlecase.el:
19753 * international/uni-uppercase.el: Regenerate.
19754
19755 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19756
19757 * help.el (help-window-setup): Fix message displayed when other
19758 window is reused. (Bug#9341)
19759
19760 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19761
19762 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19763 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19764
19765 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19766 Mark obsolete.
19767 * shell.el (shell-parse-pcomplete-arguments): New function.
19768 (shell-completion-vars): Use it instead (bug#9160).
19769
19770 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19771
19772 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19773 strings and comments (bug#9333).
19774
19775 * emacs-lisp/debug.el (debug-arglist): New function.
19776 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19777 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19778
19779 2011-08-22 Juri Linkov <juri@jurta.org>
19780
19781 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19782 Revert regexp that highlights output switches to its old
19783 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19784
19785 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19786 to check for empty output (bug#9226).
19787
19788 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19789
19790 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19791 symbol-constituent as the default, as that stops font-lock from
19792 working properly (Bug#8843).
19793
19794 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19795
19796 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19797 `coding-system-for-*' around the process open call to avoid
19798 auth-source side effects.
19799 (smtpmail-try-auth-methods): Expand the secret password.
19800 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19801 probe hangs.
19802
19803 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19804
19805 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19806
19807 * emacs-lisp/find-func.el (find-function-noselect): New arg
19808 lisp-only.
19809
19810 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19811 signal an error for built-in functions (Bug#6664).
19812
19813 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19814
19815 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19816 (smtpmail-try-auth-methods): Use it.
19817
19818 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19819
19820 * font-lock.el (font-lock-fontify-region)
19821 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19822 (font-lock-default-unfontify-buffer)
19823 (font-lock-default-fontify-region)
19824 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19825
19826 * progmodes/compile.el (compilation-error-properties):
19827 Fix confusion between file struct and message struct (Bug#9319).
19828 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19829 `ant' regexp.
19830
19831 * net/browse-url.el (browse-url-firefox): Don't call
19832 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19833
19834 2011-08-20 Glenn Morris <rgm@gnu.org>
19835
19836 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19837
19838 * tutorial.el (tutorial--default-keys): Update some default bindings.
19839
19840 * files.el (hack-local-variables): Fully ignore case for "mode:".
19841
19842 2011-08-20 Alan Mackenzie <acm@muc.de>
19843
19844 Resolve invalid use of a regexp in regexp-opt.
19845
19846 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19847 detection for a java annotation.
19848
19849 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19850 detection for a java annotation.
19851
19852 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19853 handling for java.
19854 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19855
19856 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
19857
19858 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19859 (Bug#9274).
19860
19861 2011-08-20 Alan Mackenzie <acm@muc.de>
19862
19863 Fontify CPP expressions correctly when starting in the middle of
19864 such a construct. Mainly for when jit-lock etc. starts a chunk
19865 here.
19866
19867 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19868 variable.
19869 (c-make-font-lock-search-form): New function, extracted from
19870 c-make-font-lock-search-function.
19871 (c-make-font-lock-search-function): Use the above function.
19872 (c-make-font-lock-context-search-function): New function.
19873 (c-cpp-matchers): Enhance the preprocessor expression case with
19874 the above function
19875 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19876 which takes an expression.
19877
19878 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19879
19880 2011-08-20 Martin Rudalics <rudalics@gmx.at>
19881
19882 * window.el (display-buffer-reuse-window)
19883 (display-buffer-pop-up-window): Don't reuse or split a side
19884 window.
19885
19886 2011-08-19 Glenn Morris <rgm@gnu.org>
19887
19888 * files.el (hack-local-variables-prop-line, hack-local-variables):
19889 Downcase "Mode:". (Bug#9331)
19890
19891 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
19892
19893 * international/characters.el: Add L and R categories.
19894
19895 * subr.el (bidi-string-mark-left-to-right): Rename from
19896 string-mark-left-to-right. Use category search.
19897
19898 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19899
19900 2011-08-18 Juri Linkov <juri@jurta.org>
19901
19902 * faces.el (error, warning, success): New faces with definitions
19903 copied from old default values of `font-lock-warning-face',
19904 `compilation-warning', `compilation-info' (bug#6117).
19905
19906 * font-lock.el (font-lock-warning-face): Inherit from `error'.
19907
19908 * progmodes/compile.el (compilation-error): Inherit from `error'.
19909 (compilation-warning): Inherit from `warning'.
19910 (compilation-info): Inherit from `success'.
19911
19912 * dired.el (dired-marked): Inherit from `warning'.
19913 (dired-flagged): Inherit from `error'.
19914
19915 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19916
19917 * mail/smtpmail.el (auth-source): Require to avoid problems with
19918 binding variables (bug#9298). Also clean up some unused
19919 autoloads.
19920
19921 * net/network-stream.el (network-stream-open-starttls):
19922 Support using starttls.el without using gnutls-cli.
19923
19924 2011-08-17 Juri Linkov <juri@jurta.org>
19925
19926 * progmodes/grep.el (rgrep): Handle the case when
19927 `grep-find-command' is a cons cell (bug#9278).
19928
19929 2011-08-17 Martin Rudalics <rudalics@gmx.at>
19930
19931 * window.el (display-buffer-pop-up-frame): Run frame creation
19932 function with BUFFER current (as special-display-popup-frame
19933 does). Reported by Drew Adams.
19934
19935 2011-08-17 Daiki Ueno <ueno@unixuser.org>
19936
19937 * epa-mail.el: Simplify GnuPG group expansion using
19938 epg-expand-group.
19939 (epa-mail-group-alist, epa-mail-group-modtime)
19940 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19941 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19942 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19943 Remove.
19944
19945 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
19946
19947 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19948
19949 2011-08-16 Alan Mackenzie <acm@muc.de>
19950
19951 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19952 Correct, to avoid the inside of macros.
19953
19954 2011-08-16 Richard Stallman <rms@gnu.org>
19955
19956 * epa-mail.el: Handle GnuPG group definitions.
19957 (epa-mail-group-alist, epa-mail-group-modtime)
19958 (epa-mail-gnupg-conf-file): New variables.
19959 (epa-mail-parse-groups, epa-mail-sync-groups)
19960 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19961 (epa-mail-expand-recipients): New functions.
19962 (epa-mail-encrypt): Call epa-mail-expand-recipients.
19963
19964 * mail/rmail.el (rmail-epa-decrypt): New command.
19965
19966 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19967 Don't bind buffer-read-only, just inhibit-read-only.
19968 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19969 (epa-decrypt-armor-in-region): Make error message clearer.
19970
19971 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
19972
19973 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19974 and "a2b" to "ab" for `prefix'.
19975
19976 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
19977
19978 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19979 filter groups.
19980 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
19981 Fourquet (Bug#8804).
19982
19983 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
19984
19985 * startup.el (argi): Declare as global variable (bug#9275).
19986
19987 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
19988
19989 * subr.el (string-mark-left-to-right): Search the entire string
19990 for RTL script, not just the terminating character. Doc fix.
19991
19992 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
19993
19994 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
19995 New function.
19996 (js--regexp-literal, js-syntax-propertize-function): Remove.
19997 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
19998 (js-mode-map): Don't rebind electric keys.
19999 (js-insert-and-indent): Remove.
20000 (js-mode): Setup electric-layout and electric-indent instead.
20001
20002 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20003
20004 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20005
20006 * epa.el (epa-progress-callback-function): Fix the logic of
20007 displaying progress.
20008 * epa-file.el (epa-file-insert-file-contents): Make progress
20009 display more user-friendly.
20010 (epa-file-write-region): Ditto.
20011
20012 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20013
20014 * subr.el (string-mark-left-to-right): New function.
20015
20016 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20017 Use string-mark-left-to-right.
20018 (list-buffers-noselect): Caller changed.
20019
20020 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20021 Use string-mark-left-to-right.
20022 (tabulated-list-print): Recenter after moving point.
20023
20024 2011-08-10 Juri Linkov <juri@jurta.org>
20025
20026 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20027 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20028 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20029
20030 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20031
20032 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20033 (Bug#7554).
20034
20035 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20036
20037 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20038 character. (Bug#6594)
20039
20040 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20041
20042 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20043 (image-dired--with-db-file): New macro.
20044 (image-dired-write-tags, image-dired-remove-tag)
20045 (image-dired-create-gallery-lists, image-dired-write-comments)
20046 (image-dired-get-comment, image-dired-mark-tagged-files)
20047 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20048 (image-dired-gallery-generate): Use insert-file-contents.
20049
20050 * time.el (display-time-world-list, display-time-world-display):
20051 * time-stamp.el (time-stamp-string):
20052 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20053 set-time-zone-rule (Bug#7337).
20054
20055 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20056
20057 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20058 (epg-error-to-string, epg-errors-to-string): New function.
20059 (epg-wait-for-completion): Reverse errors list.
20060 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20061 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20062 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20063 (epg-sign-keys, epg-generate-key-from-file)
20064 (epg-generate-key-from-string): Format errors by using
20065 epg-errors-to-string (bug#9255).
20066 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20067
20068 2011-08-07 Juri Linkov <juri@jurta.org>
20069
20070 * faces.el (list-faces-display): Remove extra angle bracket
20071 from `help-mode-map'.
20072
20073 * info.el (Info-history-toc-nodes): Doc fix.
20074
20075 * longlines.el (longlines-mode): Doc fix.
20076
20077 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20078
20079 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20080 of statements and in a few more cases (bug#9183).
20081
20082 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20083 New functions.
20084 (cl-transform-lambda): Use them (bug#9239).
20085
20086 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20087
20088 * window.el (display-buffer-same-window)
20089 (display-buffer-same-frame, display-buffer-other-window)
20090 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20091 (pop-to-buffer-other-window)
20092 (pop-to-buffer-same-frame-other-window)
20093 (pop-to-buffer-other-frame): Make them defuns.
20094 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20095
20096 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20097
20098 * subr.el (make-composed-keymap): Move from C. Change calling
20099 convention, and improve docstring to bring attention to a subtle point.
20100 * minibuffer.el (completing-read-default): Adjust accordingly.
20101
20102 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20103
20104 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20105 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20106
20107 * net/trampver.el: Update release number.
20108
20109 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20110
20111 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20112 "in" (bug#9190).
20113
20114 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20115
20116 * mail/sendmail.el (sendmail-query-once): Restore the current
20117 buffer after querying (bug#9074).
20118
20119 * dired.el (dired-flagged): Use different faces for marked and
20120 flagged files (bug#6117).
20121
20122 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20123 (bug#4433).
20124
20125 * ido.el (ido-mode): Switch off the message if called
20126 non-interactively.
20127
20128 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20129 before 587, since it appears that that's more likely to work for
20130 more people.
20131
20132 * cus-edit.el (custom-file): When running under emacs -q, always
20133 refuse to save the customizations, even if the .emacs file doesn't
20134 exist.
20135
20136 * info.el: Remove the `Info-beginning-of-buffer' function
20137 (bug#8325).
20138
20139 * net/network-stream.el (network-stream-open-starttls):
20140 Use `starttls-available-p' to see whether starttls.el can be used.
20141
20142 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20143
20144 * window.el (display-buffer-in-window): Don't set dedicated status
20145 of window here (Bug#9215).
20146 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20147 (display-buffer-pop-up-side-window)
20148 (display-buffer-in-side-window): Set dedicated status of window here.
20149
20150 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20151
20152 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20153 before binding generated-autoload-file.
20154
20155 2011-08-01 Deniz Dogan <deniz@dogan.se>
20156
20157 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20158
20159 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20160
20161 Sync with Tramp 2.2.2.
20162
20163 * net/trampver.el: Update release number.
20164
20165 2011-07-30 Juri Linkov <juri@jurta.org>
20166
20167 * dired-aux.el (dired-touch-initial): Remove function.
20168 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20169 current time, and `default' to the last modification time of the
20170 current marked file (bug#6887).
20171
20172 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20173
20174 * simple.el (goto-line): Use string-to-number to provide a
20175 numeric argument to read-number (bug#9163).
20176
20177 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20178
20179 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20180 connection process, it could be nil.
20181
20182 2011-07-27 Leo Liu <sdl.web@gmail.com>
20183
20184 Simplify url handling in rcirc-mode.
20185
20186 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20187 (rcirc-browse-url-at-mouse): Remove.
20188 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20189
20190 2011-07-26 Alan Mackenzie <acm@muc.de>
20191
20192 Fontify bitfield declarations properly.
20193
20194 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20195 (c-symbol-chars): Now exported as a lang variable.
20196 (c-not-primitive-type-keywords): New lang variable.
20197
20198 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20199 QT keyword "more" to prevent "more slots: ...." being spuriously
20200 parsed as a bitfield declaration.
20201
20202 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20203 Refactor and enhance to handle bitfield declarations.
20204 (c-punctuation-in): New function.
20205 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20206 declarations properly.
20207
20208 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20209
20210 * calendar/icalendar.el (icalendar--all-events): Take care of
20211 multiple vcalendars in a single file.
20212 (icalendar--convert-float-to-ical): Checkdoc fixes.
20213
20214 2011-07-25 Deniz Dogan <deniz@dogan.se>
20215
20216 * image.el (insert-image): Clarifying docstring.
20217
20218 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20219
20220 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20221 `tramp-send-command-and-check' if there is no error.
20222 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20223
20224 2011-07-22 Alan Mackenzie <acm@muc.de>
20225
20226 Prevent cc-langs.elc being loaded at run time.
20227
20228 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20229 cc-langs.
20230
20231 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20232 "(require 'cc-langs)". Quote a form so it will evaluate at
20233 (cc-mode's) compilation time.
20234
20235 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20236
20237 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20238 loading. (Bug#9114)
20239
20240 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20241
20242 * window.el (display-buffer-pop-up-window)
20243 (display-buffer-pop-up-side-window)
20244 (display-buffer-in-side-window): Call display-buffer-set-height
20245 and display-buffer-set-width after setting the new window's
20246 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20247
20248 2011-07-20 Sam Steingold <sds@gnu.org>
20249
20250 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20251 (etags-tags-included-tables): Call `convert-standard-filename' on
20252 the file names contained in TAGS so that windows Emacs can handle
20253 TAGS files created by cygwin ctags.
20254
20255 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20256
20257 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20258 which apparently didn't work.
20259
20260 2011-07-19 Roland Winkler <winkler@gnu.org>
20261
20262 * proced.el (proced-send-signal): For *Marked Processes* buffer
20263 put point at beginning of buffer.
20264
20265 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20266
20267 * proced.el (proced-format): Make header lines align with the text
20268 (bug#1779).
20269
20270 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20271
20272 * view.el (view-buffer): Allow running in `special' modes if we're
20273 visiting a file (bug#8615).
20274
20275 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20276
20277 * window.el (display-buffer-alist-of-strings-p)
20278 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20279 New functions.
20280 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20281 more accurately.
20282
20283 2011-07-18 Alan Mackenzie <acm@muc.de>
20284
20285 Fontify declarators properly when, e.g., a jit-lock chunk begins
20286 inside a declaration.
20287
20288 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20289
20290 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20291 New function.
20292 (c-complex-decl-matchers): Insert reference to
20293 c-font-lock-enclosing-decls.
20294
20295 * progmodes/cc-engine.el (c-backward-single-comment):
20296 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20297 to nil around calls to (forward-comment -1).
20298
20299 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20300
20301 * image.el (put-image): Doc typo fix.
20302
20303 * progmodes/etags.el (tags-search): Doc typo fix.
20304
20305 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20306 password if we get errors 550 to 554.
20307
20308 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20309
20310 * net/gnutls.el (gnutls-log-level): Remove.
20311
20312 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20313 indentation character (bug#6380).
20314
20315 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20316
20317 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20318 to clarify what the problem is (bug#4291).
20319
20320 * simple.el (current-kill): Clarify what
20321 `interprogram-paste-function' does (bug#7500).
20322 (auto-fill-mode): Document `auto-fill-function' in relation to
20323 `auto-fill-mode' (bug#2470).
20324
20325 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20326
20327 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20328 method if slot is read-only (bug#9035).
20329
20330 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20331
20332 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20333 * window.el (pop-to-buffer): Select window used even if it was
20334 selected before, see discussion of (Bug#8615), (Bug#6954).
20335 Pass argument NORECORD on to select-frame-set-input-focus.
20336
20337 2011-07-15 Glenn Morris <rgm@gnu.org>
20338
20339 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20340 Respect help-form.
20341
20342 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20343
20344 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20345 (gnutls-negotiate): Use it.
20346
20347 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20348
20349 * net/gnutls.el (gnutls-negotiate):
20350 Upcase `gnutls-algorithm-priority'.
20351
20352 2011-07-15 Glenn Morris <rgm@gnu.org>
20353
20354 * jka-compr.el (jka-compr-verbose): Move from here...
20355 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20356 Add missing :version tag.
20357 * info.el: No need to require jka-compr when compiling.
20358
20359 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20360
20361 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20362 (gnutls-negotiate): Use it.
20363
20364 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20365
20366 * info.el (Info-beginning-of-buffer): New command.
20367 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20368 announcing `b' as the key (bug#8325).
20369 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20370
20371 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20372
20373 * international/mule-cmds.el
20374 (describe-specified-language-support): Make the error message
20375 clearer (bug#8905).
20376
20377 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20378
20379 * isearch.el (isearch-barrier): Add a doc string, since it's
20380 mentioned in a function doc string (bug#8678).
20381
20382 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20383
20384 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20385 buffer argument (Bug#9083) and self-identifying label argument.
20386
20387 2011-07-15 Glenn Morris <rgm@gnu.org>
20388
20389 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20390
20391 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20392
20393 * man.el (Man-fontify-manpage): Fix message when formatting the
20394 man page (bug#7929).
20395
20396 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20397
20398 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20399 argument LRM; if non-nil, append an invisible LRM character to the
20400 buffer name.
20401 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20402 last argument non-nil, when formatting buffer names.
20403 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20404 paragraph direction.
20405
20406 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20407
20408 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20409 the man page name (bug#7929).
20410
20411 * image.el (put-image): Mention the `put-image' overlay property
20412 (bug#7834).
20413
20414 * scroll-bar.el (set-scroll-bar-mode): Mention that
20415 `scroll-bar-mode' lists the values (bug#7772).
20416
20417 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20418 command (bug#7729).
20419
20420 * rect.el (apply-on-rectangle): Return the point after the last
20421 operation.
20422 (string-rectangle): Go to the point after the last operation
20423 (bug#7522).
20424
20425 * printing.el (pr-toggle-region): Clarify the documentation
20426 slightly (bug#7493).
20427
20428 * time.el (display-time-update):
20429 Allow `display-time-mail-function' to return nil (bug#7158).
20430 Fix suggested by Detlev Zundel.
20431
20432 * vc/diff.el (diff): Clarify the order the file names are read
20433 (bug#7111).
20434
20435 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20436 the doc string (bug#7015).
20437
20438 * font-lock.el (font-lock-maximum-decoration): Mention what
20439 numeric levels mean (bug#6935).
20440
20441 * startup.el (initial-buffer-choice): Don't mention the `none'
20442 selection, which is against policy.
20443
20444 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20445
20446 * window.el (display-buffer-normalize-special):
20447 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20448
20449 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20450
20451 * subr.el (version<, version<=, version=): Mention "-CVS" and
20452 "-12345" alpha version numbers.
20453
20454 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20455
20456 * bindings.el: Add advertised binding for set-mark-command
20457 (Bug#5772).
20458
20459 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20460
20461 * bindings.el (mode-line-other-buffer):
20462 * bookmark.el (bookmark-bmenu-2-window):
20463 * bs.el (bs-cycle-next, bs-cycle-previous):
20464 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20465 switch-to-buffer.
20466
20467 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20468 Delete.
20469
20470 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20471
20472 * follow.el (follow-debug-message, follow-redisplay):
20473 * jka-cmpr-hook.el (with-auto-compression-mode):
20474 Fix typos in docstrings.
20475
20476 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20477
20478 * subr.el (with-silent-modifications): Clarify somewhat what the
20479 macro inhibits (bug#6525).
20480
20481 * simple.el (eval-expression): Note what it does if called
20482 interactively (bug#6495).
20483
20484 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20485
20486 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20487 Use pop-to-buffer buffer-or-name if it is nil.
20488
20489 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20490 Remove switch-to-buffer.
20491
20492 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20493
20494 * files.el (make-directory): Clarify that an error will be raised
20495 if there's an error (bug#6397).
20496
20497 * startup.el (initial-buffer-choice): Add `none' as a choice
20498 (bug#6234).
20499
20500 * subr.el (add-hook): Clarify section about buffer-local hooks
20501 (bug#6218).
20502
20503 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20504
20505 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20506
20507 * tabify.el (untabify): Preserve the current column so that point
20508 doesn't move (bug#6032).
20509
20510 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20511
20512 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20513 Rewrite to avoid awkward possessive "s" (bug#5986).
20514
20515 2011-07-13 Glenn Morris <rgm@gnu.org>
20516
20517 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20518 (dired-insert-directory): Give a message the first time
20519 if ls is found not to support --dired.
20520
20521 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20522
20523 * simple.el (toggle-truncate-lines): Clarify what is toggled
20524 (bug#5580). Text by Drew Adams.
20525
20526 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20527
20528 * simple.el (blink-matching-open): Make the error message from the
20529 last change less verbose.
20530
20531 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20532
20533 * font-lock.el (font-lock-comment-face): Use the high contrast
20534 "yellow" color for font-lock-comment-face on low color terminals
20535 using a dark background color (bug#4221).
20536
20537 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20538
20539 * dired.el (dired-insert-set-properties): Make the doc string
20540 reflect what it does now (bug#5325).
20541
20542 * simple.el (blink-matching-open): Say that we were unable to find
20543 the match within the limit, if we're limited (bug#5122).
20544
20545 * international/mule-cmds.el (prefer-coding-system): Add an
20546 example (bug#4869).
20547
20548 * progmodes/etags.el (tags-search): Document `file-list-form'
20549 (bug#4731).
20550
20551 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20552
20553 * net/browse-url.el (browse-url-default-browser)
20554 (browse-url-browser-function): Make the default browser choice a
20555 bit more logical (bug#4300). Also clean up the doc string.
20556
20557 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20558
20559 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20560 binary endings (bug#4440).
20561
20562 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20563
20564 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20565 which can be pretty annoying (bug#8971).
20566
20567 * jka-compr.el (jka-compr-verbose): New variable, and use
20568 throughout (bug#8971).
20569
20570 * info.el (Info-find-file): Fall back on the installation
20571 directory if we can't find the info node anywhere else.
20572
20573 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20574
20575 * vc/vc.el (vc-revert-file):
20576 Don't set file time-stamp in the past. (Bug#5181)
20577
20578 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20579
20580 * files.el (after-find-file): Give a better error message when
20581 trying to find a symlink that points to a file that doesn't exist
20582 (bug#4398).
20583
20584 * progmodes/cc-vars.el: Remove (probably) misleading comment
20585 (bug#4396).
20586
20587 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20588
20589 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20590
20591 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20592
20593 * mouse-sel.el: Hack restoring functionality, while keeping
20594 compatibility with 2010-07-03 changes to mouse selection.
20595 (mouse-sel-primary-overlay): New var.
20596 (mouse-sel-selection-alist): Use it.
20597 (mouse-sel-mode): Doc fix; remove points that are default features
20598 of mouse.el.
20599
20600 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20601
20602 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20603 Fix previous fix (bug#2490).
20604
20605 2011-07-12 Roland Winkler <winkler@gnu.org>
20606
20607 * textmodes/bibtex.el (bibtex-initialize):
20608 Use pop-to-buffer-same-window.
20609 (bibtex-search-entries): Fix interactive call.
20610
20611 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20612
20613 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20614 Fontise bytecomp Error lines more correctly (bug#2490).
20615 Fix suggested by Johan Bockgård.
20616
20617 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20618
20619 * dired-x.el (dired-guess-default): Use `delete-dups'.
20620
20621 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20622
20623 * dired.el (dired-mark-prompt):
20624 * dired-aux.el (dired-read-shell-command): Doc fix.
20625
20626 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20627
20628 * mail/sendmail.el (sendmail-query-once):
20629 Use `customize-save-variable' unconditionally, now that it works under
20630 emacs -Q.
20631
20632 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20633
20634 * cus-edit.el (custom-file): Take an optional no-error variable.
20635 (customize-save-variable): Set the variable, and give a warning if
20636 running under "emacs -q".
20637
20638 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20639
20640 * loadhist.el (unload-feature-special-hooks):
20641 Add `auto-coding-functions', `fill-nobreak-predicate' and
20642 `find-directory-functions' (bug#5327).
20643
20644 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20645
20646 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20647
20648 * cus-edit.el (custom-guess-name-alist): -alist variables should
20649 use the `alist' type (bug#3120). Suggested by Drew Adams.
20650
20651 * printing.el: Add documentation to all the `pr-toggle-' commands.
20652
20653 2011-07-11 Leo Liu <sdl.web@gmail.com>
20654
20655 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20656 backends where it makes sense (bug#2623).
20657
20658 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20659
20660 * dired-x.el (dired-guess-default): Remove duplicate shell command
20661 entries (bug#2028).
20662 (dired-guess-default): Fix grammar in doc string (bug#2028).
20663 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20664
20665 * subr.el (remove-duplicates): New conveniency function.
20666
20667 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20668
20669 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20670 (bug#1526).
20671
20672 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20673
20674 * window.el (display-buffer-normalize-default): Don't invert
20675 meaning of even-window-heights. Reported by Eli Zaretskii
20676 <eliz@gnu.org>.
20677
20678 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20679
20680 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20681
20682 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20683
20684 * window.el (display-buffer): Fix arguments to
20685 display-buffer-reuse-window in last change.
20686
20687 * faces.el (link): Use a less saturated blue on light backgrounds.
20688
20689 * startup.el (fancy-startup-text, fancy-about-text)
20690 (fancy-startup-tail): Use font-lock faces, for background safety.
20691
20692 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20693
20694 * emulation/viper-cmd.el (viper-change-state-to-vi):
20695 Limit triggering of abbrev expansion (Bug#9038).
20696
20697 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20698
20699 * window.el (display-buffer-default-specifiers): Remove.
20700 (display-buffer-macro-specifiers): Remove default specifiers.
20701 (display-buffer-alist): Default to nil.
20702 (display-buffer-reuse-window): New optional argument other-window.
20703 (display-buffer-pop-up-window): Allow splitting internal
20704 windows. Check whether a live window was created.
20705 (display-buffer-other-window-means-other-frame)
20706 (display-buffer-normalize-arguments): Rename to
20707 display-buffer-normalize-argument and rewrite. Set the
20708 other-window specifier.
20709 (display-buffer-normalize-special): New function.
20710 (display-buffer-normalize-options): Rename to
20711 display-buffer-normalize-default and rewrite.
20712 (display-buffer-normalize-options-inhibit): Remove.
20713 (display-buffer-normalize-specifiers): Rewrite.
20714 (display-buffer): Process other-window specifier and call
20715 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20716 more faithfully.
20717 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20718 (display-buffer-alist-set): Don't handle 'unset default values.
20719 (display-buffer-in-window, display-buffer-alist-set):
20720 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20721 <tassilo@member.fsf.org>.
20722
20723 2011-07-09 Leo Liu <sdl.web@gmail.com>
20724
20725 * register.el (insert-register): Restore accidental change on
20726 2011-06-26. (Bug#9028)
20727
20728 2011-07-09 Glenn Morris <rgm@gnu.org>
20729
20730 * subr.el (remq): Handle the empty list. (Bug#9024)
20731
20732 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20733
20734 * mail/sendmail.el (send-mail-function): No longer delay custom
20735 initialization.
20736 * custom.el (custom-initialize-delay): Doc fix.
20737
20738 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20739
20740 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20741
20742 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20743
20744 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20745 human-friendly prompt.
20746
20747 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20748
20749 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20750 provided by a particular plugin.
20751
20752 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20753
20754 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20755 save customizations (with "emacs -Q"), just set the variable
20756 instead of erroring out.
20757
20758 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20759
20760 2011-07-08 Juri Linkov <juri@jurta.org>
20761
20762 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20763 (archive-zip-update-case): Use 7z if found by `executable-find'.
20764 The order of searching the available programs is the same as in
20765 `archive-zip-extract' (bug#8968).
20766
20767 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20768
20769 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20770 (menu-bar-options-menu): Tweak descriptions.
20771
20772 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20773
20774 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20775 menu items into verb phrases (bug#1421). Also refill to fit under
20776 80 columns.
20777
20778 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20779
20780 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20781 (Info-read-node-name): Doc fix (Bug#1084).
20782
20783 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20784 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20785 (end-of-sexp, beginning-of-sexp)
20786 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20787 (forward-symbol, forward-same-syntax, word-at-point)
20788 (sentence-at-point): Doc fix (Bug#1144).
20789
20790 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20791
20792 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20793 should cover it (bug#1281).
20794
20795 * cus-edit.el (custom-show): Mark as obsolete.
20796
20797 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20798 negotiation fails, then possibly try again with a non-encrypted
20799 connection (bug#9017).
20800
20801 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20802 be used.
20803
20804 2011-07-07 Richard Stallman <rms@gnu.org>
20805
20806 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20807 property, and handle its changed format.
20808 Look for the correct line number.
20809 Use file's line contents (but not past first =) to find
20810 correct line in message.
20811
20812 2011-07-07 Kenichi Handa <handa@m17n.org>
20813
20814 * international/characters.el (build-unicode-category-table):
20815 Delete it.
20816 (unicode-category-table): Set it by unicode-property-table-internal.
20817
20818 * international/mule-cmds.el (char-code-property-alist): Move to
20819 to src/chartab.c.
20820 (get-char-code-property): Call unicode-property-table-internal to
20821 load a file. Call get-unicode-property-internal where necessary.
20822 (put-char-code-property): Call unicode-property-table-internal to
20823 load a file. Call put-unicode-property-internal where necessary.
20824 put-unicode-property-internal where necessary.
20825 (char-code-property-description):
20826 Call unicode-property-table-internal to load a file.
20827
20828 * international/charprop.el:
20829 * international/uni-bidi.el:
20830 * international/uni-category.el:
20831 * international/uni-combining.el:
20832 * international/uni-comment.el:
20833 * international/uni-decimal.el:
20834 * international/uni-decomposition.el:
20835 * international/uni-digit.el:
20836 * international/uni-lowercase.el:
20837 * international/uni-mirrored.el:
20838 * international/uni-name.el:
20839 * international/uni-numeric.el:
20840 * international/uni-old-name.el:
20841 * international/uni-titlecase.el:
20842 * international/uni-uppercase.el: Regenerate.
20843
20844 * loadup.el: Load international/charprop.el before
20845 international/characters.
20846
20847 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20848
20849 * window.el (next-buffer, previous-buffer): Signal an error if
20850 called from a minibuffer window.
20851
20852 * bindings.el: Revert 2011-07-04 change.
20853
20854 2011-07-06 Richard Stallman <rms@gnu.org>
20855
20856 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20857 (rmail-mime-insert-bulk, rmail-mime-insert-text):
20858 Treat markers like ints.
20859 (rmail-mime-entity): Doc fix.
20860
20861 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20862
20863 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20864 defcustom again for backwards compatibility.
20865
20866 * simple.el (shell-command-on-region): Fill.
20867
20868 * dired-aux.el (dired-kill-line): Add a doc string.
20869
20870 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20871 to "\\sw\\|\\s_" (bug#358).
20872
20873 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20874 (dired-unmark-backward): Ditto.
20875 (dired-flag-backup-files): Ditto.
20876
20877 * dired-x.el (dired-mark-sexp): Ditto.
20878
20879 2011-07-06 Richard Stallman <rms@gnu.org>
20880
20881 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20882 (rmail-mime-entity): New arg TRUNCATED.
20883 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20884 New functions.
20885 (rmail-mime-save): Warn if entity is truncated.
20886 (rmail-mime-toggle-hidden): Likewise, for showing.
20887 (rmail-mime-process-multipart): Record when an entity is truncated.
20888
20889 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20890 if ENTITY is a string.
20891
20892 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20893
20894 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20895 of faces when `M-C-x'-ing their definitions (bug#8378).
20896 Also clean up the code slightly.
20897
20898 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20899 because that makes the colors go away.
20900
20901 * mail/sendmail.el (send-mail-function): Change the default to
20902 `sendmail-query-once'.
20903 (sendmail-query-once): Add an autoload cookie.
20904
20905 * net/network-stream.el (network-stream-open-starttls): Try using
20906 a plain connection even if the server offered STARTTLS, and we
20907 kinda wanted to use it, if Emacs doesn't have any STARTTLS
20908 capability. This should make smtpmail.el work in slightly more
20909 configurations.
20910
20911 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
20912
20913 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20914 New defun.
20915 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20916
20917 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
20918
20919 * progmodes/sql.el: Version 3.0
20920 (sql-product-alist): Add product :completion-object,
20921 :completion-column, and :statement attributes.
20922 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20923 (sql-mode-syntax-table): Mark all punctuation.
20924 (sql-font-lock-keywords-builder): Temporarily remove fallback on
20925 ansi keywords.
20926 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20927 (sql-mode-oracle-font-lock-keywords): Improve.
20928 (sql-oracle-show-reserved-words): New function for development.
20929 (sql-product-font-lock): Simplify for source code buffers.
20930 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20931 New functions.
20932 (sql-highlight-product): Set product specific syntax table.
20933 (sql-mode-map): Add statement movement functions.
20934 (sql-ansi-statement-starters, sql-oracle-statement-starters):
20935 New variable.
20936 (sql-statement-regexp, sql-beginning-of-statement)
20937 (sql-end-of-statement, sql-signum): New functions.
20938 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20939 (sql-show-sqli-buffer): Bug fix.
20940 (sql-interactive-mode): Store connection data as buffer local.
20941 (sql-connect): Add NEW-NAME parameter. Redesign interaction
20942 with sql-interactive-mode.
20943 (sql-save-connection): Save buffer local settings.
20944 (sql-connection-menu-filter): Change menu entry name.
20945 (sql-product-interactive): Bug fix.
20946 (sql-preoutput-hold): New variable.
20947 (sql-interactive-remove-continuation-prompt): Bug fixes.
20948 (sql-debug-redirect): New variable.
20949 (sql-str-literal): New function.
20950 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20951 Redesign.
20952 (sql-oracle-save-settings, sql-oracle-restore-settings)
20953 (sql-oracle-list-all, sql-oracle-list-table): New functions.
20954 (sql-completion-object, sql-completion-column)
20955 (sql-completion-sqlbuf): New variables.
20956 (sql-build-completions-1, sql-build-completions)
20957 (sql-try-completion): New functions.
20958 (sql-read-table-name): Use them.
20959 (sql-contains-names): New buffer local variable.
20960 (sql-list-all, sql-list-table): Use it.
20961 (sql-oracle-completion-types): New variable.
20962 (sql-oracle-completion-object, sql-sqlite-completion-object)
20963 (sql-postgres-completion-object): New functions.
20964
20965 2011-07-06 Glenn Morris <rgm@gnu.org>
20966
20967 * window.el (pop-to-buffer): Doc fix.
20968
20969 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
20970
20971 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20972
20973 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
20974
20975 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20976
20977 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20978
20979 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
20980
20981 * button.el (button): Inherit from link face. Suggested by Dan
20982 Nicolaescu.
20983
20984 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20985
20986 * progmodes/gdb-mi.el: Fit in 80 columns.
20987 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20988 switch-to-buffer.
20989
20990 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
20991 if imenu is simply not configured (bug#8941).
20992
20993 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
20994
20995 * allout.el (allout-post-undo-hook): New allout outline-change
20996 event hook to signal undo activity.
20997 (allout-post-command-business): Run allout-post-undo-hook if an
20998 undo just occurred.
20999 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21000 * allout-widgets.el (allout-widgets-after-undo-function):
21001 Ensure the integrity of the current item's decoration after it has been
21002 in the vicinity of an undo.
21003 (allout-widgets-mode): Include allout-widgets-after-undo-function
21004 on the new allout-post-undo-hook.
21005
21006 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21007
21008 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21009 Let define-derived-mode define it.
21010 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21011 cycles of abbrev-table inheritance (bug#8998).
21012
21013 2011-07-05 Roland Winkler <winkler@gnu.org>
21014
21015 * textmodes/bibtex.el: Add support for biblatex.
21016 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21017 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21018 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21019 (bibtex-entry-alist, bibtex-field-alist): New variables.
21020 (bibtex-entry-field-alist): Obsolete alias for
21021 bibtex-BibTeX-entry-alist.
21022 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21023 (bibtex-set-dialect): New command.
21024 (bibtex-entry-type, bibtex-entry-head)
21025 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21026 Bind via bibtex-set-dialect.
21027 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21028 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21029 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21030 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21031 Define via bibtex-set-dialect.
21032 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21033 Obey bibtex-no-opt-remove-re.
21034 (bibtex-vec-push, bibtex-vec-incr): New functions.
21035 (bibtex-format-entry, bibtex-field-list)
21036 (bibtex-print-help-message, bibtex-validate)
21037 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21038
21039 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21040
21041 * progmodes/compile.el (compilation-goto-locus):
21042 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21043 * bs.el (bs-cycle-next, bs-cycle-previous):
21044 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21045 * bindings.el (mode-line-other-buffer):
21046 * autoinsert.el (auto-insert):
21047 * arc-mode.el (archive-extract):
21048 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21049
21050 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21051
21052 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21053 Fix check of `emacs-lock-unlockable-modes'.
21054 Coerce true values of `emacs-lock--try-unlocking' to t.
21055
21056 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21057
21058 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21059 * emacs-lock.el: New file.
21060
21061 2011-07-05 Julien Danjou <julien@danjou.info>
21062
21063 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21064 than `boundp' to check if face is set.
21065
21066 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21067
21068 * register.el (registerv-make):
21069 * window.el (window-min-height): Fix typos in docstrings.
21070
21071 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21072
21073 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21074 Update doc string.
21075
21076 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21077
21078 * server.el (server-execute): Catch quit and call
21079 `server-return-error' to pass the error back to emacsclient and
21080 close the connection (bug#8942).
21081
21082 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21083
21084 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21085 insecure exception for current topic. Also note that auto-saves
21086 are handled differently.
21087
21088 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21089 State variables for tracking auto-save inhibition situation.
21090
21091 (allout-write-contents-hook-handler): Rename from
21092 'allout-write-file-hook-handler', and describe how it depends on
21093 write-contents-functions sensitivity to non-nil value to prevent
21094 file write.
21095
21096 (allout-auto-save-hook-handler): Remove. auto-save does not check
21097 this in individual buffers, only in the starting buffer, so this
21098 is not the right way for us to inhibit auto-save in a buffer
21099 according to its condition.
21100
21101 (allout-mode): Use new allout-write-contents-hook-handler, and
21102 only with write-contents-functions. Remove auto-save provisions -
21103 they're implemented elsewhere.
21104
21105 (allout-before-change-handler): If undo is in progress, note that
21106 for attention of allout-post-command-business.
21107
21108 (allout-post-command-business): If the command we're following was
21109 an undo, check for change in the status of encrypted items and
21110 adjust auto-save inhibitions accordingly.
21111
21112 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21113 according to whether there are or aren't any plain-text topics
21114 pending encryption.
21115
21116 (allout-inhibit-auto-save-info-for-decryption):
21117 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21118 if there are plain-text topics pending encryption.
21119
21120 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21121 buffer-saved-size and some allout state to not inhibit auto-saves
21122 if there are no longer any plain-text topics pending encryption.
21123
21124 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21125 No longer provide for exemption of the current topic.
21126
21127 2011-07-04 Juri Linkov <juri@jurta.org>
21128
21129 Add 7z operations to delete and save changed members (bug#8968).
21130 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21131 New defcustoms.
21132 (archive-7z-write-file-member): New function.
21133 (archive-7z-summarize): Fix the number of dashes in the
21134 listing output.
21135
21136 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21137
21138 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21139 (bug#8958).
21140
21141 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21142
21143 * bindings.el: Ignore next-buffer and previous-buffer in
21144 minibuffer-local-map.
21145
21146 * font-lock.el (font-lock-builtin-face): Change light background
21147 color to dark slate blue (Bug#6693).
21148
21149 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21150
21151 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21152
21153 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21154
21155 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21156 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21157 Add switch-to-buffer.
21158
21159 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21160
21161 * isearch.el (isearch-search-fun-function): Clarify further the
21162 meaning of the function returned.
21163
21164 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21165
21166 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21167
21168 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21169 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21170 Use it.
21171 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21172 `tramp-default-remote-path' does not exist.
21173 (tramp-send-command-and-read): New optional argument NOERROR.
21174 (tramp-open-connection-setup-interactive-shell)
21175 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21176 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21177 (tramp-process-sentinel): Flush also process' connection property.
21178 (tramp-sh-handle-start-file-process): Do not set process
21179 sentinel. It is done now ...
21180 (tramp-maybe-open-connection): ... here. (Bug#8929)
21181
21182 2011-07-04 MON KEY <monkey@sandpframing.com>
21183
21184 * play/animate.el (animate-string): Doc fixes and allow changing
21185 the buffer name (bug#5417).
21186
21187 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21188
21189 * play/animate.el (animation-buffer-name): Rename from *animate*.
21190
21191 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21192
21193 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21194 This is simpler and helps future-proof the code.
21195 (timer-until): Use time-subtract and float-time.
21196 (timer--time-less-p): Use time-less-p.
21197
21198 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21199
21200 * type-break.el (timep): Use the value of `float-time' to avoid a
21201 byte-compiler warning.
21202
21203 * server.el (server-eval-and-print): Return any result, even nil.
21204
21205 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21206
21207 * type-break.el: Accept time formats that the builtins accept.
21208 (timep, type-break-time-difference): Accept any format that
21209 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21210 This is simpler and helps future-proof the code.
21211 (type-break-time-difference): Round rather than ignoring
21212 subseconds components.
21213
21214 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21215
21216 * info.el (Info-apropos-matches): Make non-interactive, since it
21217 doesn't seem to do anything useful as a command (bug#8829).
21218
21219 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21220
21221 * frame.el (frame-background-mode, frame-set-background-mode):
21222 Move from faces.el.
21223 (frame-default-terminal-background): New function.
21224
21225 * custom.el (custom-push-theme): Don't record faces in `changed'
21226 theme; this doesn't work correctly for per-frame face settings.
21227 (disable-theme): Use face-set-after-frame-default to reset faces.
21228 (custom--frame-color-default): New function.
21229
21230 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21231
21232 * dired.el (dired-flagging-regexp): Remove unused variable
21233 (bug#8769).
21234
21235 2011-03-29 Kevin Ryde <user42@zip.com.au>
21236
21237 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21238 `perl-Test2' extend to match possible "fail #N" rep count
21239 (bug#8377).
21240
21241 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21242
21243 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21244 `smtpmail-via-smtp' now returns the error instead of nil.
21245
21246 * isearch.el (isearch-search-fun-function): Clarify the doc string
21247 (bug#8101).
21248
21249 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21250
21251 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21252 unnecessary spaces (bug#8987).
21253
21254 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21255
21256 * net/network-stream.el (open-network-stream): Use the
21257 :end-of-capability command thoughout.
21258
21259 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21260
21261 * net/network-stream.el (open-network-stream): Add the
21262 :end-of-capability command parameter, used by pop3.el.
21263
21264 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21265
21266 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21267
21268 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21269 for list)" (bug#6475).
21270
21271 * files.el (file-expand-wildcards): Ignore non-readable
21272 sub-directories while trying to find matches instead of signaling
21273 an error (bug#6297).
21274
21275 * man.el (Man-reference-regexp): Allow matching possible
21276 word-wrapped references (bug#6289).
21277
21278 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21279 for consistency with the other vc buffers (bug#6197).
21280 (vc-checkin): Ditto.
21281
21282 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21283
21284 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21285
21286 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21287
21288 * custom.el (defcustom): Clarify that :set is only used in the
21289 Customize user interface (bug#6089).
21290
21291 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21292 associated with a file, refuse to run instead of erroring out
21293 (bug#6084).
21294
21295 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21296 the doc string, since it appears that using `fill-column' always
21297 controls the width (bug#7845).
21298
21299 * simple.el (shell-command-on-region): Say where the error output
21300 went if `shell-command-default-error-buffer' is set (bug#6857).
21301
21302 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21303
21304 * allout.el (allout-yank-processing): Adjust cursor position for
21305 backwards-deleted space.
21306
21307 (allout-rebullet-heading): Register changes with
21308 allout-exposure-changed-hook, so the modified topic is properly
21309 decorated.
21310
21311 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21312
21313 * minibuffer.el (completion-in-region): Document PREDICATE
21314 (bug#7136).
21315
21316 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21317 of keyword/argument pairs (bug#6904).
21318
21319 * replace.el (multi-occur):
21320 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21321
21322 2011-07-02 Drew Adams <drew.adams@oracle.com>
21323
21324 * dired.el (dired-mark-if): Make the message about whether it's
21325 marking or unmarking clearer (bug#8523).
21326
21327 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21328
21329 * disp-table.el (display-table-print-array): New function.
21330 (describe-display-table): Use it to print the vectors more pretty
21331 (Bug#8859).
21332
21333 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21334
21335 * window.el (window-state-get-1): Don't assign clone numbers.
21336 Add clone-of item to list of window parameters.
21337 (window-state-put-2): Don't process clone numbers.
21338 (display-buffer-alist): Fix doc-string.
21339
21340 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21341
21342 * subr.el (remq): Don't allocate if it's not needed.
21343 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21344 (keymap--merge-bindings): New functions.
21345 (keymap-canonicalize): Use them to refine the canonicalization.
21346 * minibuffer.el (minibuffer-local-completion-map)
21347 (minibuffer-local-must-match-map): Move initialization from C.
21348 (minibuffer-local-filename-completion-map): Move initialization from C;
21349 don't inherit from anything here.
21350 (minibuffer-local-filename-must-match-map): Make obsolete.
21351 (completing-read-default): Use make-composed-keymap to combine
21352 minibuffer-local-filename-completion-map with either
21353 minibuffer-local-must-match-map or
21354 minibuffer-local-filename-completion-map.
21355
21356 2011-07-01 Glenn Morris <rgm@gnu.org>
21357
21358 * type-break.el (type-break-time-sum): Use dolist.
21359
21360 * textmodes/flyspell.el (flyspell-word-search-backward):
21361 Replace CL function.
21362
21363 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21364
21365 * mouse.el (mouse--strip-first-event): New function.
21366 (function-key-map): Use it to map fringe clicks to normal clicks
21367 by default.
21368
21369 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21370 (vc-bzr-revision-completion-table): Add support for annotate and date.
21371
21372 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21373 inherit from parent.
21374
21375 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21376
21377 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21378 (dired-show-file-type): Doc fixup (bug#8818).
21379
21380 * dired.el (dired-mode): Fix up the doc string as suggested by
21381 Drew Adams (bug#8817).
21382
21383 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21384 cookie, since the manual says that it should be possible to add
21385 this function to `find-file-hook' (bug#8709).
21386
21387 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21388
21389 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21390 here. Noted Ted Zlatanov as the maintainer.
21391 (cfengine-common-settings, cfengine-common-syntax): New functions
21392 to set up common things between `cfengine-mode' and
21393 `cfengine3-mode'.
21394 (cfengine3-mode): New mode.
21395 (cfengine3-defuns cfengine3-defuns-regex
21396 (cfengine3-class-selector-regex cfengine3-category-regex)
21397 (cfengine3-vartypes cfengine3-font-lock-keywords)
21398 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21399 (cfengine3-indent-line): Add from cfengine3.el.
21400
21401 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21402
21403 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21404
21405 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21406
21407 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21408
21409 * window.el (same-window-buffer-names, same-window-regexps)
21410 (same-window-p, special-display-frame-alist)
21411 (special-display-popup-frame, special-display-function)
21412 (special-display-buffer-names, special-display-regexps)
21413 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21414 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21415 (split-window-preferred-function, split-height-threshold)
21416 (split-width-threshold, even-window-heights)
21417 (display-buffer-mark-dedicated, window-splittable-p)
21418 (split-window-sensibly, window-safely-shrinkable-p):
21419 Un-obsolete.
21420 (display-buffer): Don't spread args with function specifier
21421 because special-display-popup-frame won't like it.
21422
21423 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21424
21425 Time-stamp simplifications and fixes.
21426 These improve accuracy slightly, and future-proof the code
21427 against some potential changes to current-time format.
21428
21429 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21430 by using time-since and float-time.
21431
21432 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21433 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21434 + NNN microseconds".
21435
21436 * type-break.el (type-break-time-sum): Rewrite using time-add.
21437
21438 * play/hanoi.el (hanoi-current-time-float): Remove.
21439 All uses replaced by float-time.
21440
21441 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21442 This yields a more-accurate answer.
21443 (rng-time-to-float): Remove; no longer needed.
21444
21445 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21446
21447 * calendar/timeclock.el (timeclock-seconds-to-time):
21448 Defalias to seconds-to-time, since they're the same thing.
21449
21450 * emacs-lisp/elp.el (elp-elapsed-time):
21451 * emacs-lisp/benchmark.el (benchmark-elapse):
21452 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21453
21454 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21455
21456 * window.el (bury-buffer): Don't iconify the only frame.
21457 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21458 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21459
21460 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21461
21462 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21463 Add mouse-yank-primary.
21464
21465 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21466
21467 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21468
21469 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21470
21471 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21472 (find-library-name): Use it to find relative load names when provided
21473 absolute file name (bug#8803).
21474
21475 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21476
21477 * textmodes/flyspell.el (flyspell-word): Consider words that
21478 differ only in case as potential doublons (bug#5687).
21479
21480 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21481 Remove two rather uninteresting debugging-like messages to make
21482 debbugs.el more silent.
21483
21484 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21485 a password-like phrase.
21486
21487 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21488
21489 * progmodes/cc-guess.el: New file.
21490
21491 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21492
21493 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21494 derived from `c-basic-common-init'.
21495
21496 * progmodes/cc-mode.el (top-level): Require cc-guess.
21497 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21498
21499 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21500
21501 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21502
21503 2011-06-30 Alan Mackenzie <acm@muc.de>
21504
21505 * progmodes/cc-engine.el (c-guess-continued-construct):
21506 Correct the handling of template-args-cont, particularly for when font
21507 lock is disabled. Name this case as "CASE G".
21508
21509 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21510
21511 * allout.el (allout-yank-processing): Fix injection of extra space
21512 between bullet and non-whitespace character in first topic when
21513 pasting, ensuring that the actual spacing in the pasted topic
21514 following the bullet char is preserved. This extra space was
21515 causing pasted encrypted topics to get a decrypted status even
21516 when the content was actually still encrypted. Now the decryption
21517 status from before the paste is preserved.
21518
21519 (allout-flag-region): Set all allout overlays so they evaporate
21520 when reduced to zero length (evanescent), to prevent overlay
21521 leakage.
21522
21523 2011-06-30 Glenn Morris <rgm@gnu.org>
21524
21525 * w32-fns.el (w32-charset-info-alist): Declare.
21526
21527 * find-dired.el (find-grep-options): Simplify.
21528
21529 * term/ns-win.el (ns-set-resource): Declare.
21530
21531 * ses.el (row, col): Declare dynamic variables honestly.
21532
21533 * textmodes/reftex-parse.el (index-tags): Declare.
21534
21535 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21536
21537 * cus-edit.el (customize-push-and-save): New function.
21538
21539 * files.el (hack-local-variables-confirm): Use it.
21540
21541 * custom.el (load-theme): New arg NO-CONFIRM.
21542 Use customize-push-and-save (Bug#8720).
21543 (custom-enabled-themes): Doc fix.
21544
21545 * cus-theme.el (customize-create-theme)
21546 (custom-theme-merge-theme): Callers to load-theme changed.
21547
21548 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21549
21550 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21551 short URLs have at least one dot in them (bug #7614).
21552
21553 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21554 nil, because using a pty is apparently too slow (bug #895).
21555
21556 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21557
21558 * mail/sendmail.el (sendmail-query-once): New function.
21559 (sendmail-query-once-function): New variable.
21560
21561 2011-06-29 Glenn Morris <rgm@gnu.org>
21562
21563 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21564
21565 * ses.el (top-level): Require cl when compiling.
21566 (ses-set-localvars): Fix error statement.
21567 Call it at compile time to silence a storm of warnings.
21568
21569 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21570
21571 * window.el (normalize-live-buffer): Rename to
21572 window-normalize-buffer.
21573 (normalize-live-frame): Rename to window-normalize-frame.
21574 (normalize-any-window): Rename to window-normalize-any-window.
21575 (normalize-live-window): Rename to window-normalize-live-window.
21576 (make-window-atom): Rename to window-make-atom.
21577 (window-resize-reset): Rename to window--resize-reset.
21578 (window-resize-reset-1): Rename to window--resize-reset-1.
21579 (resize-mini-window): Rename to window--resize-mini-window.
21580 (resize-subwindows-skip-p): Rename to
21581 window--resize-subwindows-skip-p.
21582 (resize-subwindows-normal): Rename to
21583 window--resize-subwindows-normal.
21584 (resize-subwindows): Rename to window--resize-subwindows.
21585 (resize-other-windows): Rename to window--resize-siblings.
21586 (resize-this-window): Rename to window--resize-this-window.
21587 (resize-root-window): Rename to window--resize-root-window.
21588 (resize-root-window-vertically): Rename to
21589 window--resize-root-window-vertically.
21590 (normalize-buffer-to-display): Rename to
21591 window-normalize-buffer-to-display.
21592 (normalize-buffer-to-switch-to): Rename to
21593 window-normalize-buffer-to-switch-to.
21594 Correspondingly update all callers of the functions listed
21595 above.
21596 (display-buffer-alist, display-buffer-normalize-arguments)
21597 (display-buffer-normalize-options, display-buffer)
21598 (display-buffer-alist-set): Use "function" instead of
21599 "fun-with-args".
21600
21601 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21602
21603 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21604 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21605 debbugs.gnu.org. Mention acknowledgment email.
21606
21607 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21608
21609 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21610 buffer multibyteness, since it shouldn't matter.
21611
21612 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21613
21614 * window.el (display-buffer-in-side-window): Handle dedicated
21615 windows as in display-buffer-reuse-window.
21616 (display-buffer-normalize-alist): Use value of override
21617 specifier.
21618 (display-buffer-normalize-specifiers): Use value of
21619 other-window-means-other-frame specifier.
21620 (display-buffer-alist): Rewrite some texts in widgets.
21621 (display-buffer): Spread arguments when calling function
21622 specified by fun-with-args.
21623
21624 2011-06-28 Deniz Dogan <deniz@dogan.se>
21625
21626 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21627 Unnest `let'.
21628
21629 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21630 selectors (Bug#5732).
21631 (css-proprietary-nmstart-re): Use `regexp-opt'.
21632
21633 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21634
21635 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21636 (eshell-ls-date-format): New defcustom.
21637 (eshell-ls-file): Use it.
21638
21639 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21640
21641 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21642
21643 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21644
21645 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21646 (ange-ftp-make-tmp-name): New arg.
21647 (ange-ftp-file-local-copy): Use it.
21648
21649 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21650
21651 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21652 no-conversion (Bug#8870).
21653
21654 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21655
21656 * window.el (window-right, window-left, window-child)
21657 (window-child-count, window-last-child)
21658 (window-iso-combination-p, walk-window-tree-1)
21659 (window-atom-check-1, window-tree-1, delete-window)
21660 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21661 new naming conventions - window-vchild, window-hchild,
21662 window-next and window-prev are now called window-top-child,
21663 window-left-child, window-next-sibling and window-prev-sibling
21664 respectively.
21665 (resize-window-reset): Rename to window-resize-reset.
21666 (resize-window-reset-1): Rename to window-resize-reset-1.
21667 (resize-window): Rename to window-resize.
21668 (window-min-height, window-min-width)
21669 (resize-mini-window, resize-this-window, resize-root-window)
21670 (resize-root-window-vertically, adjust-window-trailing-edge)
21671 (enlarge-window, shrink-window, maximize-window)
21672 (minimize-window, delete-window, quit-restore-window)
21673 (split-window, balance-windows, balance-windows-area-adjust)
21674 (balance-windows-area, window-state-put-2)
21675 (display-buffer-even-window-sizes, display-buffer-set-height)
21676 (display-buffer-set-width, set-window-text-height)
21677 (fit-window-to-buffer): Rename all "resize-window" prefixed
21678 calls to use the "window-resize" prefix convention.
21679 (display-buffer-alist): Fix symbol for label specifier.
21680 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21681 corresponding specifier.
21682 Reported by Juanma Barranquero <lekktu@gmail.com>.
21683
21684 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21685
21686 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21687 convention.
21688 (ses-call-printer): Does not pass an empty string to formatter when the
21689 cell is empty to keep from barking printer Calc math-format-value.
21690
21691 2011-06-27 Richard Stallman <rms@gnu.org>
21692
21693 * battery.el (battery-mode-line-limit): New variable.
21694 (battery-update): Handle it.
21695
21696 * mail/rmailmm.el (rmail-mime-process-multipart):
21697 Handle truncated messages.
21698
21699 2011-06-27 Glenn Morris <rgm@gnu.org>
21700
21701 * progmodes/flymake.el (flymake-err-line-patterns):
21702 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21703
21704 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21705
21706 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21707 (ses--clean-!, ses--clean-_): New functions.
21708 (ses-range): Add configurability of readout order, and conversion
21709 to Calc vector.
21710
21711 * ses.el (ses-repair-cell-reference-all): New function.
21712 (ses-cell-symbol): Set macro as safe, so that it can be used in
21713 formulas.
21714
21715 * ses.el: Update cycle detection algorithm.
21716 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21717 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21718 (ses-set-localvars): New function.
21719 (ses-make-cell): Add property-list as a cell element.
21720 (ses-cell-property-get-fun, ses-cell-property-get)
21721 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21722 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21723 New functions.
21724 (ses-cell-property-set, ses-cell-property-pop)
21725 (ses-cell-property-get-handle): New macro.
21726 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21727 New aliases, used for code readability.
21728 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21729 cycle detection.
21730 (ses-self-reference-early-detection): New defcustom.
21731 (ses-formula-references): Robustify against self-referring cells.
21732 (ses-mode): Use ses-set-localvars.
21733 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21734 before lauching the update processing.
21735 (ses-initialize-Dijkstra-attempt): New function.
21736 (ses-recalculate-cell): Update for cycle detection based on
21737 Dijkstra algorithm.
21738
21739 * ses.el: Fix commenting and indenting convention.
21740
21741 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21742
21743 * bs.el (bs-cycle-next): Complete last change.
21744
21745 2011-06-27 Drew Adams <drew.adams@oracle.com>
21746
21747 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21748
21749 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21750
21751 * net/network-stream.el (network-stream-open-starttls):
21752 Don't re-get capabilities unless we've reestablished connection.
21753 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21754
21755 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21756 to binary to possibly avoid line encoding issues on Windows (among
21757 other things).
21758
21759 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21760
21761 * net/network-stream.el (open-network-stream): Return an :error
21762 saying what the problem was, if possible.
21763
21764 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21765 server.
21766
21767 * net/network-stream.el (network-stream-open-starttls): If we
21768 wanted to use STARTTLS, and the server offered it, but we weren't
21769 able to because we had no STARTTLS support, then close the connection.
21770 (open-network-stream): Return an :error element, if present.
21771
21772 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21773
21774 * hl-line.el (hl-line-sticky-flag): Doc fix.
21775 (global-hl-line-sticky-flag): New option (Bug#8323).
21776 (global-hl-line-highlight): Obey it.
21777
21778 * vc/vc.el (vc-revert-show-diff): Default to t.
21779
21780 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21781
21782 * allout-widgets.el (allout-widgets-post-command-business):
21783 Stop decorating intermediate isearch matches. They're not being
21784 undecorated when an isearch is continued past, and isearch
21785 automatically collapses them. This leads to "widget leaks", where
21786 decorated items accumulate in collapsed areas. Lines with lots of
21787 hidden widgets can slow down cursor travel, substantially.
21788 Too much complicated machinery would be needed to ensure undecoration,
21789 so we're doing without this nicety.
21790
21791 (allout-widgets-tally-string): Don't try to do a hash-table-count
21792 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21793 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21794 *Messages* when allout-widgets-maintain-tally is t.
21795
21796 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21797
21798 * window.el (display-buffer-normalize-argument): Rename to
21799 display-buffer-normalize-arguments. Handle special meaning of
21800 LABEL argument. Respect special-display-function when popping up
21801 a new frame. Fix code searching for a window showing the buffer
21802 on another frame.
21803 (display-buffer-normalize-specifiers):
21804 Call display-buffer-normalize-arguments.
21805 (display-buffer-in-window): Don't undedicate the window if its
21806 buffer remains the same.
21807 Reported by Drew Adams <drew.adams@oracle.com>.
21808 (display-buffer-alist): Add choice for same-window macro
21809 specfier.
21810 (display-buffer): Mention special meaning of LABEL argument in
21811 doc-string. Fix quoting. Don't pop up a new frame even as
21812 fallback.
21813
21814 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21815
21816 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21817 avoid deleting the current window in some cases (bug#8911).
21818
21819 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21820
21821 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21822 (Bug#8934)
21823
21824 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21825
21826 * net/network-stream.el (network-stream-open-starttls):
21827 Use built-in TLS support if `gnutls-available-p' is true.
21828 (network-stream-open-tls): Ditto.
21829
21830 2011-06-26 Leo Liu <sdl.web@gmail.com>
21831
21832 * register.el (registerv): New struct.
21833 (registerv-make): New function.
21834 (jump-to-register, describe-register-1, insert-register):
21835 Support the jump-func, print-func and insert-func slot of a registerv
21836 struct. (Bug#8415)
21837
21838 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21839
21840 * vc/vc.el (vc-revert-show-diff): New defcustom.
21841 (vc-diff-internal): New arg specifying diff buffer.
21842 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
21843 reuse an existing *vc-diff* buffer (Bug#8927).
21844
21845 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21846
21847 2011-06-26 Glenn Morris <rgm@gnu.org>
21848
21849 * progmodes/f90.el (f90-critical-indent): New option.
21850 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21851 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21852 (f90-mode): Doc fix.
21853 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21854 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21855 (f90-beginning-of-block, f90-next-block, f90-indent-region)
21856 (f90-match-end): Handle block, critical.
21857
21858 2011-06-25 Glenn Morris <rgm@gnu.org>
21859
21860 * calendar/diary-lib.el (diary-included-files): Doc fix.
21861 (diary-include-files): New function, extracted from
21862 diary-include-other-diary-files and diary-mark-included-diary-files.
21863 (diary-include-other-diary-files, diary-mark-included-diary-files):
21864 Just call diary-include-files.
21865 (diary-mark-entries): Reset diary-included-files on first call.
21866
21867 * calendar/diary-lib.el (diary-mark-entries)
21868 (diary-mark-included-diary-files):
21869 Visit included diary-files in temp buffers.
21870
21871 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21872 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21873 (f90-start-block-re, f90-imenu-generic-expression)
21874 (f90-looking-at-program-block-start, f90-no-block-limit):
21875 Add support for submodules.
21876
21877 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21878 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21879
21880 2011-06-25 Eli Zaretskii <eliz@gnu.org>
21881
21882 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21883 buffer-file-type before setting its value, to avoid disastrous
21884 global effects on decoding files for DOS/Windows systems. (Bug#8780)
21885
21886 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21887
21888 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21889
21890 * ses.el (ses-unload-function):
21891 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21892
21893 * proced.el (proced-unload-function):
21894 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21895
21896 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
21897
21898 * server.el (server-create-window-system-frame): Add parameters arg.
21899 (server-process-filter): Doc fix. Handle frame-parameters.
21900
21901 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21902
21903 Fix bug#8730, bug#8781.
21904
21905 * loadhist.el (unload--set-major-mode): New function.
21906 (unload-feature): Use it.
21907
21908 * progmodes/python.el (python-after-info-look): Add autoload cookie.
21909 (python-unload-function): New function.
21910
21911 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21912
21913 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21914
21915 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
21916
21917 * net/browse-url.el (browse-url-firefox-program): Add icecat to
21918 the candidates list.
21919
21920 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
21921
21922 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21923
21924 2011-06-23 Richard Stallman <rms@gnu.org>
21925
21926 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21927 (rmail-variables): Set next-error-move-function.
21928 (rmail-what-message): Take argument POS.
21929 (rmail-next-error-move): New function.
21930
21931 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21932
21933 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21934 messages for adjacent non-terminals.
21935
21936 2011-06-23 Richard Stallman <rms@gnu.org>
21937
21938 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21939 (rmail-show-message-1): Preserve buffer modified flag.
21940 (rmail-start-mail): Don't specify use of rmail-mail-return;
21941 that's done by mail-bury now.
21942 (rmail-mail-return): Handle arg NEWBUF.
21943
21944 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
21945
21946 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21947 SIZE is a number.
21948
21949 2011-06-23 Martin Rudalics <rudalics@gmx.at>
21950
21951 * window.el (get-lru-window, get-mru-window)
21952 (get-largest-window): Never return a minibuffer window.
21953 (display-buffer-pop-up-window): Fix a bug that could lead to
21954 reusing the minibuffer window.
21955 (display-buffer): Pass original specifier argument to
21956 display-buffer-function instead of the normalized one.
21957 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21958
21959 2011-06-22 Leo Liu <sdl.web@gmail.com>
21960
21961 * minibuffer.el (completing-read-function)
21962 (completing-read-default): Move from minibuf.c.
21963
21964 2011-06-22 Richard Stallman <rms@gnu.org>
21965
21966 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21967 to Rmail even if not started by a special Rmail command.
21968
21969 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21970 Copy the buffer currently showing just one message.
21971
21972 2011-06-22 Roland Winkler <winkler@gnu.org>
21973
21974 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21975 (bibtex-clean-entry): First delete the old key so that a
21976 customized algorithm for generating the new key does not get
21977 confused by the old key.
21978 (bibtex-url): Obey regexp of first step.
21979 (bibtex-search-entries): Do not use add-to-list with local
21980 list-var.
21981
21982 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21983
21984 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21985 stored a user name, then query for the password first, instead of
21986 waiting for SMTP to give an error message and the trying again.
21987
21988 2011-06-22 Lawrence Mitchell <wence@gmx.li>
21989
21990 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
21991 BUFFER in call-process.
21992
21993 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21994
21995 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
21996 QUIT twice.
21997 (smtpmail-try-auth-methods): Require user name and password from
21998 auth-source.
21999
22000 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22001
22002 * window.el (display-buffer-default-specifiers)
22003 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22004 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22005 (split-window): Normalize SIDE argument (Bug#8916).
22006
22007 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22008 (special-display-frame-alist, special-display-popup-frame):
22009 Remove duplicate declarations. These are now in window.el.
22010
22011 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22012
22013 * mail/smtpmail.el (smtpmail-via-smtp):
22014 Set :use-starttls-if-possible so that we always use STARTTLS if the
22015 server supports it. SMTP servers that support STARTTLS commonly
22016 require it.
22017
22018 * net/network-stream.el (network-stream-open-starttls): Support
22019 upgrading to STARTTLS always, even if we don't have built-in support.
22020 (open-network-stream): Add the :always-query-capabilities keyword.
22021
22022 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22023 upgrades with `open-network-stream', and rely solely on
22024 auth-source for all credentials. Big changes throughout the file,
22025 but in particular:
22026 (smtpmail-auth-credentials): Remove.
22027 (smtpmail-starttls-credentials): Remove.
22028 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22029 MAIL FROM, too.
22030
22031 * net/network-stream.el (network-stream-open-starttls):
22032 Provide support for client certificates both for external and built-in
22033 STARTTLS.
22034 (auth-source): Require.
22035 (open-network-stream): Document the :client-certificate keyword.
22036 (network-stream-certificate): Change cert-cert to cert and
22037 cert-key to key.
22038
22039 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22040
22041 * net/tramp-cache.el (top): Don't load the persistency file when
22042 "emacs -Q" has been called.
22043
22044 2011-06-21 Tim Harper <timcharper@gmail.com>
22045
22046 * term/ns-win.el (ns-initialize-window-system):
22047 Set application-specific `ApplePressAndHoldEnabled' system
22048 resource to NO as it is not yet supported by the NS port.
22049
22050 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22051
22052 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22053 (list-dynamic-libraries): ...not here.
22054
22055 2011-06-21 Leo Liu <sdl.web@gmail.com>
22056
22057 * subr.el (sha1): Implement sha1 using secure-hash.
22058
22059 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22060
22061 * window.el (display-buffer-alist): In default value do not
22062 enforce searching a window on any but the selected frame.
22063 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22064 (display-buffer-select-window): Remove function.
22065 (display-buffer-in-window): When a window on another frame gets
22066 reused, do not select it any more but just raise its frame if
22067 necessary (Bug#8851) and (Bug#8856).
22068 (display-buffer-normalize-options): Handle pop-up-frames related
22069 options more faithfully.
22070 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22071 window if it is on another frame.
22072 (display-buffer-alist, display-buffer-default-specifiers):
22073 Don't make new frame unsplittable by default.
22074 (display-buffer-normalize-argument): Fix doc-string typo and use
22075 'same-frame-other-window instead of 'other-window when associating
22076 with display-buffer-macro-specifiers.
22077
22078 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
22079
22080 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22081 New functions.
22082 (5x5-mode-map, 5x5-mode-menu): Bind them.
22083 (5x5-draw-grid): Tweak the solver's rendering.
22084
22085 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22086
22087 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22088 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22089
22090 2011-06-21 Drew Adams <drew.adams@oracle.com>
22091
22092 * menu-bar.el: Use function variable instead of switch-to-buffer.
22093 (menu-bar-select-buffer-function): New variable.
22094 (menu-bar-update-buffers): Use it (bug#8876).
22095
22096 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22097
22098 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22099 variable's status.
22100
22101 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22102
22103 * x-dnd.el (x-dnd-version-from-flags)
22104 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22105 and long as number (Bug#8899).
22106 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22107
22108 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22109
22110 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22111 (completion-try-completion, completion-all-completions): Compute the
22112 metadata argument if it's missing; make it optional (bug#8795).
22113
22114 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22115 (widget-complete): Use new :completion-function property.
22116 (widget-completions-at-point): New function.
22117 (default): Use :completion-function instead of :complete.
22118 (widget-default-completions): Rename from widget-default-complete;
22119 Rewrite.
22120 (widget-string-complete, widget-file-complete, widget-color-complete):
22121 Remove functions.
22122 (file, symbol, function, variable, coding-system, color):
22123 * international/mule-cmds.el (default-input-method, charset)
22124 (language-info-custom-alist):
22125 * cus-edit.el (face): Use new property :completions.
22126
22127 * progmodes/pascal.el (pascal-completions-at-point): New function.
22128 (pascal-mode): Use it.
22129 (pascal-mode-map): Use completion-at-point.
22130 (pascal-toggle-completions): Make obsolete.
22131 (pascal-complete-word, pascal-show-completions):
22132 * progmodes/octave-mod.el (octave-complete-symbol):
22133 Redefine as obsolete alias.
22134 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22135 Signal absence of completion info for old Octave,
22136 (inferior-octave-complete): Redefine as obsolete alias.
22137 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22138 (meta-completions-at-point): Rename from meta-complete-symbol and
22139 adapt it for use on completion-at-point-functions.
22140 (meta-common-mode): Use it.
22141 (meta-looking-at-backward, meta-match-buffer): Remove.
22142 (meta-complete-symbol): Redefine as obsolete alias.
22143 (meta-common-mode-map): Use completion-at-point.
22144 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22145 (makefile-mode-map): Use completion-at-point.
22146 (makefile-completions-at-point): Rename from makefile-complete and
22147 adapt it for use on completion-at-point-functions.
22148 (makefile-mode): Use it.
22149 (makefile-complete): Redefine as obsolete alias.
22150
22151 2011-06-20 Deniz Dogan <deniz@dogan.se>
22152
22153 * net/rcirc.el: Delete trailing whitespaces once and for all.
22154
22155 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22156
22157 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22158
22159 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22160
22161 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22162
22163 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22164
22165 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22166
22167 * window.el (display-buffer-other-window-means-other-frame):
22168 Call display-buffer-normalize-alist.
22169 (display-buffer-normalize-specifiers-1): Rename to
22170 display-buffer-normalize-argument. New argument other-frame.
22171 Rewrite.
22172 (display-buffer-normalize-specifiers-2): Rename to
22173 display-buffer-normalize-options.
22174 (display-buffer-normalize-alist-1): New function.
22175 (display-buffer-normalize-specifiers-3): Rename to
22176 display-buffer-normalize-alist.
22177 Call display-buffer-normalize-alist-1.
22178 (display-buffer-normalize-options-inhibit): New variable.
22179 (display-buffer-normalize-specifiers): Rewrite calling
22180 display-buffer-normalize-alist,
22181 display-buffer-normalize-argument, and
22182 display-buffer-normalize-options. Don't call the latter if
22183 display-buffer-normalize-options-inhibit is non-nil.
22184 (frame-auto-delete): New option.
22185 (window-deletable-p): Use frame-auto-delete.
22186 (window-list-no-nils, window-state-ignored-parameters)
22187 (window-state-get-1, window-state-get, window-state-put-list)
22188 (window-state-put-1, window-state-put-2, window-state-put):
22189 New functions.
22190 (display-buffer-normalize-options): Move special-display-p group
22191 after pop-up-frame group (Bug#8851) and (Bug#8856).
22192
22193 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22194
22195 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22196 groups (Bug#8776).
22197 (rx-submatch-n): New function.
22198 (rx): Document it.
22199
22200 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22201 (Bug#8768).
22202
22203 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22204
22205 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22206
22207 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22208 anytime existing face settings are present (Bug#8889).
22209
22210 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22211 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22212 Remove unused argument.
22213
22214 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22215
22216 * window.el (display-buffer-default-specifiers):
22217 Remove pop-up-frame. Add pop-up-window-min-height,
22218 pop-up-window-min-width, and another reuse-window specifier
22219 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22220 (display-buffer-normalize-specifiers-2):
22221 Handle split-height-threshold and split-width-threshold also when
22222 pop-up-windows is unset. Add a reuse-window specifier for the
22223 case popping up a new window fails.
22224 (special-display-popup-frame): Remove double quoting.
22225 (display-buffer-normalize-specifiers-1): Fix thinko.
22226
22227 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22228
22229 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22230 according to comint-completion-addsuffix.
22231
22232 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22233 (pcomplete-suffix-list): Mark as obsolete.
22234 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22235 pcomplete-seen in the closure.
22236 (pcomplete-comint-setup): Setup completion-at-point as well.
22237 (pcomplete--entries): New function.
22238 (pcomplete--env-regexp): New var.
22239 (pcomplete-entries): Rewrite to work with partial-completion and
22240 without relying on pcomplete-suffix-list.
22241 (pcomplete-pare-list): Remove, unused.
22242
22243 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22244
22245 * window.el (display-buffer-alist): Set pop-up-window-min-height
22246 and pop-up-window-min-width in default value. Reported by
22247 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22248 other-window-means-other-frame.
22249 (display-buffer-macro-specifiers): Comment out entry for
22250 other-window specifier.
22251 (display-buffer-other-window-means-other-frame): New function.
22252 (display-buffer-normalize-specifiers-1): New arguments
22253 buffer-name and label. Treat other-window case specially.
22254 (display-buffer-normalize-specifiers-2): Treat other-window case
22255 specially.
22256 (display-buffer-normalize-specifiers-3): New function.
22257 (display-buffer-normalize-specifiers):
22258 Call display-buffer-normalize-specifiers-3.
22259
22260 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22261
22262 * window.el (same-window-p): Fix two typos introduced when
22263 adding with-no-warnings.
22264 (display-buffer-normalize-specifiers-1): Don't check
22265 pop-up-frames for 'unset initialization.
22266 (display-buffer-normalize-specifiers-2): Major rewrite using
22267 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22268 (pop-up-frames, display-buffer-reuse-frames)
22269 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22270 Suggested by David Engster <deng@randomsample.de>.
22271 (even-window-heights): Initialize to 'unset.
22272 (display-buffer-alist-set): Handle new 'unset initializations.
22273 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22274 other window case.
22275
22276 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22277
22278 * window.el (display-buffer-normalize-specifiers-1):
22279 Respect current value of pop-up-frames for most reasonable values of
22280 second argument of display-buffer (Bug#8865).
22281 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22282 (switch-to-buffer-other-window-same-frame)
22283 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22284 Adams (Bug#8875).
22285 (display-buffer): Don't check noninteractive when calling
22286 display-buffer-pop-up-frame.
22287 (display-buffer-pop-up-frame): Never pop up a frame in
22288 noninteractive mode (Bug#8857).
22289 (enlarge-window, shrink-window): Don't report an error when the
22290 window can't be resized as requested (Bug#8862).
22291
22292 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22293
22294 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22295
22296 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22297
22298 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22299
22300 2011-06-15 Alan Mackenzie <acm@muc.de>
22301
22302 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22303 for declarators, disable knr checking to speed up for normal files.
22304 2: Refactor, replacing a sequence of nested if forms by a cond form.
22305
22306 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22307
22308 * net/network-stream.el (open-network-stream): Add the keyword
22309 :always-query-capabilities for the case where you want to force a
22310 `plain' network connection, but the protocol still requires the
22311 capabilitiy command (i.e., SMTP and EHLO).
22312
22313 * subr.el (process-live-p): Rename from `process-alive-p' for
22314 consistency with other `-live-p' functions.
22315
22316 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22317
22318 * window.el (same-window-buffer-names, same-window-regexps)
22319 (special-display-frame-alist, special-display-popup-frame)
22320 (special-display-function, special-display-buffer-names)
22321 (special-display-regexps, pop-up-frame-alist)
22322 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22323 (pop-up-windows, split-window-preferred-function)
22324 (split-height-threshold, split-width-threshold, even-window-heights)
22325 (display-buffer-mark-dedicated): Don't encourage the use of
22326 display-buffer-alist from Elisp code.
22327
22328 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22329
22330 * progmodes/python.el (python-mode): Derive from prog-mode.
22331 * progmodes/ps-mode.el (ps-mode):
22332 * progmodes/mixal-mode.el (mixal-mode):
22333 * progmodes/cfengine.el (cfengine-mode):
22334 * progmodes/ld-script.el (ld-script-mode): Likewise.
22335
22336 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22337
22338 * window.el (display-buffer-alist): Trim default value to avoid
22339 popping up a new frame (Bug#8857) or reusing an arbitrary window
22340 on another frame.
22341 (display-buffer): Do not fall back on popping up a new frame in
22342 batch mode (Bug#8857).
22343
22344 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22345
22346 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22347 (custom-theme-summary): New function.
22348 (customize-themes): Use it.
22349
22350 2011-06-13 Glenn Morris <rgm@gnu.org>
22351
22352 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22353
22354 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22355
22356 * help.el (help-window): Remove variable.
22357 (help-window-point-marker, temp-buffer-max-height)
22358 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22359 (help-print-return-message): Don't set help-window.
22360 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22361 (help-window-setup-finish): Remove.
22362 (help-window-display-message, help-window-setup)
22363 (with-help-window): Major rewrite based on new
22364 display-buffer-window variable.
22365
22366 * help-mode.el (help-mode-finish): Remove help-window related
22367 code.
22368
22369 * view.el (view-exits-all-viewing-windows): Remove reference to
22370 view-return-to-alist in doc-string.
22371 (view-return-to-alist): Make obsolete.
22372 (view-buffer): Call pop-to-buffer-same-window and remove
22373 undo-window code.
22374 (view-buffer-other-window): Call pop-to-buffer-other-window and
22375 simplify code. Ignore second argument.
22376 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22377 simplify code. Ignore second argument.
22378 (view-return-to-alist-update): Make obsolete.
22379 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22380 Rewrite using quit-restore window parameters.
22381 (view-mode-exit): Rename second argument to EXIT-ONLY.
22382 Rewrite using quit-restore-window.
22383 (View-exit, View-exit-and-edit, View-leave, View-quit)
22384 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22385 appropriate arguments.
22386 (view-end-message): Use quit-restore window parameter.
22387
22388 * window.el (display-buffer-function): Rewrite doc-string.
22389 (display-buffer-window, display-buffer-alist): New variables.
22390 (display-buffer-split-specifiers)
22391 (display-buffer-side-specifiers)
22392 (display-buffer-macro-specifiers): New constants.
22393 (display-buffer-even-window-sizes, display-buffer-set-height)
22394 (display-buffer-set-width, display-buffer-select-window)
22395 (display-buffer-in-window, display-buffer-reuse-window)
22396 (display-buffer-split-window-1, display-buffer-split-window)
22397 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22398 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22399 (display-buffer-in-side-window, normalize-buffer-to-display)
22400 (display-buffer-normalize-specifiers-1)
22401 (display-buffer-normalize-specifiers-2)
22402 (display-buffer-normalize-specifiers, display-buffer-frame):
22403 New functions.
22404 (display-buffer): Major rewrite.
22405 (display-buffer-other-window, display-buffer-other-frame)
22406 (pop-to-buffer, switch-to-buffer-other-window)
22407 (switch-to-buffer-other-frame): Rewrite.
22408 (display-buffer-same-window, display-buffer-same-frame)
22409 (display-buffer-same-frame-other-window)
22410 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22411 (pop-to-buffer-other-window)
22412 (pop-to-buffer-same-frame-other-window)
22413 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22414 (switch-to-buffer-other-window-same-frame): New functions.
22415 (same-window-p, special-display-p): Rewrite disabling warnings.
22416 Make obsolete.
22417 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22418 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22419 Make obsolete
22420 (same-window-buffer-names, same-window-regexps)
22421 (special-display-frame-alist, special-display-popup-frame)
22422 (special-display-function, special-display-buffer-names)
22423 (special-display-regexps, pop-up-frame-alist)
22424 (pop-up-frame-function, split-window-preferred-function)
22425 (split-height-threshold, split-width-threshold)
22426 (even-window-heights): Make obsolete.
22427
22428 2011-06-12 Glenn Morris <rgm@gnu.org>
22429
22430 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22431 Misc simplifications.
22432
22433 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22434
22435 * window.el (window-safely-shrinkable-p): Restore function which
22436 was inadvertently removed in change from 2011-06-11. Declare as
22437 obsolete.
22438
22439 * calendar/calendar.el (calendar-generate-window):
22440 Use window-iso-combined-p instead of combination of one-window-p and
22441 window-safely-shrinkable-p.
22442
22443 2011-06-12 Glenn Morris <rgm@gnu.org>
22444
22445 * progmodes/fortran.el (fortran-mode-syntax-table):
22446 * progmodes/f90.el (f90-mode-syntax-table):
22447 Set % to punctuation. (Bug#8820)
22448 (f90-find-tag-default): Remove, no longer needed.
22449
22450 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22451
22452 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22453
22454 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22455
22456 * image.el (image-animated-p): Return animation delay in seconds.
22457 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22458 (image-animate-timeout): Remove DELAY argument. Don't assume
22459 every subimage has the same delay; get it from image-animated-p.
22460 (image-animate): Caller changed.
22461
22462 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22463
22464 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22465 to ignored backtrace functions.
22466
22467 2011-06-11 Glenn Morris <rgm@gnu.org>
22468
22469 * calendar/appt.el (appt-disp-window-function): Doc fix.
22470 (appt-check): Handle overlapping appointments. (Bug#8337)
22471
22472 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22473
22474 * window.el (window-tree-1, window-tree): New functions, moving
22475 the latter to window.el.
22476 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22477 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22478 (bw-refresh-edges): Remove.
22479 (balance-windows-1, balance-windows-2): New functions.
22480 (balance-windows): Rewrite in terms of window tree functions,
22481 balance-windows-1 and balance-windows-2.
22482 (bw-adjust-window): Remove.
22483 (balance-windows-area-adjust): New function with functionality of
22484 bw-adjust-window but using resize-window.
22485 (set-window-text-height): Rewrite doc-string.
22486 Use normalize-live-window and resize-window.
22487 (enlarge-window-horizontally, shrink-window-horizontally):
22488 Rename argument to DELTA.
22489 (window-buffer-height): New function.
22490 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22491 Rewrite using new window resize routines.
22492 (kill-buffer-and-window, mouse-autoselect-window-select):
22493 Use ignore-errors instead of condition-case.
22494 (quit-window): Call delete-frame instead of delete-windows-on
22495 for the only buffer on frame.
22496
22497 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22498
22499 * loadup.el (top-level): Load window before files for the sake
22500 of replace-buffer-in-windows.
22501
22502 * files.el (read-buffer-to-switch)
22503 (switch-to-buffer-other-window)
22504 (switch-to-buffer-other-frame, display-buffer-other-frame):
22505 Move to window.el.
22506
22507 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22508 (previous-buffer): Move to window.el.
22509
22510 * bindings.el (unbury-buffer): Move to window.el.
22511
22512 * window.el (delete-other-windows-vertically): Move after
22513 definition of delete-other-windows.
22514 (other-window, delete-windows-on, replace-buffer-in-windows):
22515 Move here from window.c.
22516 (record-window-buffer, unrecord-window-buffer)
22517 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22518 (switch-to-next-buffer): New functions.
22519 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22520 from simple.el. Call switch-to-next-buffer.
22521 (previous-buffer): Move here from simple.el.
22522 Call switch-to-prev-buffer.
22523 (bury-buffer): Move here from buffer.c. Switch to previous
22524 buffer when window cannot be deleted.
22525 (unbury-buffer): Move here from bindings.el.
22526 (ctl-x-map): Move binding for other-window from window.c to
22527 here.
22528 (read-buffer-to-switch, switch-to-buffer-other-window)
22529 (switch-to-buffer-other-frame): Move here from files.el.
22530 (normalize-buffer-to-switch-to): New functions.
22531 (switch-to-buffer): Move here from buffer.c.
22532 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22533
22534 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22535
22536 * window.el (window-min-height, window-min-width): Move here
22537 from window.c. Add defcustoms and rewrite doc-strings.
22538 (resize-mini-window, resize-window): New functions.
22539 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22540 Move here from window.c.
22541 (maximize-window, minimize-window): New functions.
22542 (delete-window, delete-other-windows, split-window): Move here
22543 from window.c.
22544 (window-split-min-size): New function.
22545 (split-window-keep-point): Mention split-window-above-each-other
22546 instead of split-window-vertically.
22547 (split-window-above-each-other, split-window-vertically):
22548 Rename split-window-vertically to split-window-above-each-other
22549 and provide defalias for old definition.
22550 (split-window-side-by-side, split-window-horizontally):
22551 Rename split-window-horizontally to split-window-side-by-side
22552 and provide defalias for the old definition.
22553 (ctl-x-map): Move bindings for delete-window,
22554 delete-other-windows and enlarge-window here from window.c.
22555 Replace bindings for split-window-vertically and
22556 split-window-horizontally by bindings for
22557 split-window-above-each-other and split-window-side-by-side.
22558
22559 * cus-start.el (all): Remove entries for window-min-height and
22560 window-min-width. Add entries for window-splits and
22561 window-nest.
22562
22563 2011-06-09 Glenn Morris <rgm@gnu.org>
22564
22565 * calendar/appt.el (appt-mode-line): New function.
22566 (appt-check, appt-disp-window): Use it.
22567
22568 * files.el (hack-one-local-variable-eval-safep):
22569 Allow minor-modes with explicit +/-1 arguments.
22570
22571 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22572
22573 * term/xterm.el (xterm): Add defgroup.
22574 (xterm-extra-capabilities): Add defcustom to supply known xterm
22575 capabilities, skip querying them, or query them (default).
22576 (terminal-init-xterm): Use it.
22577 (terminal-init-xterm-modify-other-keys): New function to set up
22578 modifyOtherKeys support to simplify `terminal-init-xterm'.
22579
22580 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22581
22582 * window.el (resize-window-reset, resize-window-reset-1)
22583 (resize-subwindows-skip-p, resize-subwindows-normal)
22584 (resize-subwindows, resize-other-windows, resize-this-window)
22585 (resize-root-window, resize-root-window-vertically)
22586 (window-deletable-p, window-or-subwindow-p)
22587 (frame-root-window-p): New functions.
22588
22589 2011-06-09 Glenn Morris <rgm@gnu.org>
22590
22591 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22592 (ange-ftp-get-files): Use it.
22593
22594 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22595
22596 * mail/sendmail.el (mail-recover-1, mail-recover):
22597 * files.el (recover-file, recover-session):
22598 Handle dired-listing-switches not being just a single short option.
22599
22600 2011-06-09 Glenn Morris <rgm@gnu.org>
22601
22602 * calendar/appt.el (appt-display-message, appt-disp-window):
22603 Handle lists of appointments.
22604
22605 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22606
22607 * window.el (one-window-p): Move down in code.
22608 Rewrite doc-string.
22609 (window-current-scroll-bars): Rewrite doc-string.
22610 Normalize live window argument.
22611 (walk-windows, get-window-with-predicate, count-windows):
22612 Rewrite doc-string. Use window-list-1.
22613 (window-in-direction-2, window-in-direction, get-mru-window):
22614 New functions.
22615
22616 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22617
22618 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22619 Doc fix (Bug#8713).
22620
22621 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22622
22623 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22624
22625 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22626
22627 * loadhist.el (unload-feature-special-hooks):
22628 Add `comint-output-filter-functions'.
22629
22630 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22631
22632 * calendar/appt.el (appt-check): Move some initializations into the let.
22633
22634 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22635
22636 * window.el (window-height): Defalias to window-total-height.
22637 (window-width): Defalias to window-body-width.
22638
22639 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22640
22641 * image-mode.el (image-toggle-animation): New command.
22642 (image-mode-map): Bind it to RET.
22643 (image-mode): Update message.
22644 (image-toggle-display-image): Avoid a spurious cache flush.
22645 (image-transform-rotation): Doc fix.
22646 (image-transform-properties): Return quickly in the normal case.
22647 (image-animate-loop): Rename from image-animate-max-time.
22648
22649 * image.el (image-animate-max-time): Move to image-mode.el.
22650 (create-animated-image): Remove unnecessary function.
22651 (image-animate): Rename from image-animate-start. New arg.
22652 (image-animate-stop): Remove; just use image-animate-timer.
22653 (image-animate-timer): Use car-safe.
22654 (image-animate-timeout): Rename argument.
22655
22656 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22657
22658 * window.el (get-lru-window, get-largest-window): Move here from
22659 window.c. Rename first argument to ALL-FRAMES.
22660 Rephrase doc-strings.
22661 (get-buffer-window-list): Rewrite using window-list-1.
22662 Rephrase doc-string.
22663 (window-safe-min-height, window-safe-min-width): New constants.
22664 (window-size-ignore, window-min-size, window-min-size-1)
22665 (window-sizable, window-sizable-p, window-size-fixed-1)
22666 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22667 (window-max-delta-1, window-max-delta, window-resizable)
22668 (window-resizable-p, window-total-height, window-total-width)
22669 (window-body-width): New functions.
22670 (window-full-height-p, window-full-width-p): Rewrite using
22671 window-total-size.
22672 (window-body-height): Rewrite using window-body-size.
22673
22674 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22675
22676 * window.el (window-right, window-left, window-child)
22677 (window-child-count, window-last-child, window-any-p)
22678 (normalize-live-buffer, normalize-live-frame)
22679 (normalize-any-window, normalize-live-window)
22680 (window-iso-combination-p, window-iso-combined-p)
22681 (window-iso-combinations)
22682 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22683 (windows-with-parameter, window-with-parameter)
22684 (window-atom-root, make-window-atom, window-atom-check-1)
22685 (window-atom-check, window-side-check, window-check):
22686 New functions.
22687 (ignore-window-parameters, window-sides, window-sides-vertical)
22688 (window-sides-slots): New variables.
22689 (window-size-fixed): Move down in code. Minor doc-string fix.
22690
22691 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22692
22693 * comint.el (comint-dynamic-complete-as-filename)
22694 (comint-dynamic-complete-filename): Correctly call
22695 completion-in-region.
22696
22697 2011-06-05 Deniz Dogan <deniz@dogan.se>
22698
22699 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22700 in last change.
22701
22702 2011-06-05 Deniz Dogan <deniz@dogan.se>
22703
22704 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22705 (rcirc): Use it to prompt for encryption.
22706
22707 2011-06-05 Roland Winkler <winkler@gnu.org>
22708
22709 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22710 (bibtex-search-entries): New command bound to C-c C-a.
22711 (bibtex-display-entries): New function.
22712
22713 2011-06-05 Roland Winkler <winkler@gnu.org>
22714
22715 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22716 (bibtex-insert-kill): After yanking insert newline if necessary.
22717 (bibtex-initialize): Call bibtex-string-files-init only once.
22718 (bibtex-mode): Do not call easy-menu-add.
22719 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22720 (bibtex-yank): Set arg properly if nil.
22721
22722 2011-06-05 Roland Winkler <winkler@gnu.org>
22723
22724 * textmodes/bibtex.el (bibtex-search-entry-globally):
22725 New variable.
22726 (bibtex-search-entry): Use it.
22727
22728 2011-06-05 Roland Winkler <winkler@gnu.org>
22729
22730 * textmodes/bibtex.el (bibtex-entry-format): New option
22731 sort-fields.
22732 (bibtex-format-entry, bibtex-reformat): Honor this option.
22733 (bibtex-parse-entry): Return fields in proper order.
22734
22735 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22736
22737 * doc-view.el (doc-view-remove-if): Move computation of result out
22738 of `dolist' to silence misleading lexical-binding warning.
22739
22740 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22741
22742 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22743 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22744
22745 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22746
22747 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22748 "SunOS 5.10".
22749
22750 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22751
22752 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22753 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22754 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22755 (tramp-parse-putty):
22756 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22757 (tramp-completion-function-alist-ssh)
22758 (tramp-completion-function-alist-telnet)
22759 (tramp-completion-function-alist-su)
22760 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22761 cookie.
22762
22763 * net/tramp-ftp.el:
22764 * net/tramp-sh.el:
22765 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22766 load "tramp.el" `tramp-set-completion-function'.
22767
22768 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22769
22770 * shell.el: Require and use pcomplete.
22771 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22772 (shell-completion-vars): Set pcomplete-default-completion-function.
22773
22774 2011-06-04 Deniz Dogan <deniz@dogan.se>
22775
22776 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22777 `memq' (Bug#8799).
22778
22779 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22780
22781 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22782
22783 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22784
22785 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22786 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22787 * vc/log-view.el (log-view-beginning-of-defun):
22788 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22789 (smerge-refine-forward, smerge-refine-chopup-region):
22790 Silence warning for unused `dotimes' counter variables.
22791
22792 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22793
22794 * net/tramp.el (tramp-with-progress-reporter): Rename from
22795 with-progress-reporter. Use `declare'.
22796 * net/tramp-smb.el:
22797 * net/tramp-sh.el:
22798 * net/tramp-gvfs.el: Update all uses.
22799
22800 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22801
22802 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22803 buffer isn't killed before making it current.
22804
22805 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22806
22807 Silence various byte-compiler warnings.
22808 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22809 `access-type' and new obsolescence format.
22810 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22811 new format.
22812 (byte-compile-check-variable): New `access-type' argument.
22813 Only warn if the access-type is obsolete.
22814 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22815 (byte-compile-variable-set): Adjust callers.
22816 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22817 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22818 setting it as obsolete.
22819 * simple.el (minibuffer-completing-symbol):
22820 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22821 access as obsolete.
22822 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22823 obsolete yet.
22824 * international/quail.el (quail-mouse-choose-completion): Remove unused
22825 code referring to obsolete var.
22826 (quail-choose-completion-string): Remove.
22827 * server.el (server-clients-with, server-kill-buffer-query-function)
22828 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22829 * proced.el (proced-send-signal):
22830 * emacs-lisp/lisp.el (lisp-complete-symbol):
22831 Replace completion-annotate-function with completion-extra-properties.
22832
22833 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22834
22835 * simple.el (goto-line): Use read-number.
22836 (overriding-map-is-bound): Remove.
22837 (saved-overriding-map): Change default.
22838 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22839 Take the map as argument.
22840 (universal-argument, negative-argument, digit-argument): Use it.
22841 (restore-overriding-map): Adjust.
22842 (do-auto-fill): Use fill-forward-paragraph.
22843 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22844
22845 * minibuffer.el (minibuffer-inactive-mode-map): New var.
22846 (minibuffer-inactive-mode): New major mode.
22847 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22848 the *Messages* buffer" hack.
22849 (mouse-popup-menubar): Don't burp if the event is a normal key.
22850
22851 Miscellaneous tweaks.
22852 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22853 lexical scoping as in subr.el's dolist and dotimes.
22854 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22855 Silence compiler warning.
22856 * thingatpt.el (forward-whitespace): Trivial coding style fix.
22857 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22858 * international/ccl.el (ccl-compile): Trivial simplification.
22859 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22860 * emacs-lisp/testcover.el (testcover-end): Remove spurious
22861 `printflag' argument.
22862 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22863 Purecopy the whole obsolescence data.
22864
22865 2011-06-01 Leo Liu <sdl.web@gmail.com>
22866
22867 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22868 improve doc-string as suggested by Marco Pessotto
22869 <melmothx@gmail.com>.
22870 (rcirc-print): Fix last change.
22871
22872 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22873
22874 * minibuffer.el (complete-with-action): Return nil for the metadata and
22875 boundaries of non-functional tables.
22876 (completion-table-dynamic): Return nil for the metadata.
22877 (completion-table-with-terminator): Add default case, using
22878 complete-with-action.
22879 (completion--metadata): New function.
22880 (completion-all-sorted-completions, minibuffer-completion-help): Use it
22881 to try and avoid pathological performance problems.
22882 (completion--embedded-envvar-table): Return `category' metadata.
22883
22884 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
22885
22886 * subr.el (process-alive-p): New tiny convenience function.
22887
22888 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22889
22890 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22891 content but also its previous major mode.
22892
22893 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
22894
22895 * emacs-lisp/debug.el (debug): Restore the previous content of the
22896 *Backtrace* buffer when we exit with C-M-c.
22897
22898 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22899
22900 * minibuffer.el: Add metadata method to completion tables.
22901 (completion-category-overrides): New defcustom.
22902 (completion-metadata, completion--field-metadata)
22903 (completion-metadata-get, completion--styles)
22904 (completion--cycle-threshold): New functions.
22905 (completion-try-completion, completion-all-completions):
22906 Add `metadata' argument to choose completion-styles.
22907 (completion--do-completion): Use metadata to choose cycling.
22908 (completion-all-sorted-completions): Use metadata for sorting.
22909 Remove :completion-cycle-penalty which is not needed any more.
22910 (completion--try-word-completion): Add `metadata' argument.
22911 (minibuffer-completion-help): Check metadata for annotation function
22912 and sorting.
22913 (completion-file-name-table): Return `category' metadata.
22914 (minibuffer-completing-file-name): Make obsolete.
22915 * simple.el (minibuffer-completing-symbol): Make obsolete.
22916 * icomplete.el (icomplete-completions): Pass new `metadata' param to
22917 completion-try-completion.
22918
22919 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22920
22921 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22922
22923 2011-05-30 Leo Liu <sdl.web@gmail.com>
22924
22925 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22926 (rcirc-print): Decode all incoming messages (bug#8744).
22927 (rcirc-decode-coding-system): Allow value nil for automatic coding
22928 system detection.
22929
22930 2011-06-01 Glenn Morris <rgm@gnu.org>
22931
22932 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22933
22934 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22935
22936 * image.el (image-animate-max-time): Allow nil and t values.
22937 Default to nil.
22938 (create-animated-image): Doc fix.
22939 (image-animate-start): Remove second arg; just use
22940 image-animate-max-time.
22941 (image-animate-timeout): Doc fix. Args changed.
22942
22943 * image-mode.el (image-toggle-display-image): Ensure that the
22944 image spec passed to the animate timer is the same object as in
22945 the buffer's display property (Bug#6981).
22946 (image-transform-properties): Doc fix.
22947
22948 * image.el (image-animate-max-time): Default to nil.
22949
22950 2011-05-29 Martin Rudalics <rudalics@gmx.at>
22951
22952 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22953 entire buffer list (Bug#8184).
22954
22955 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22956
22957 * image.el (imagemagick-types-inhibit)
22958 (imagemagick-register-types): Doc fix.
22959
22960 2011-05-29 Deniz Dogan <deniz@dogan.se>
22961
22962 * net/rcirc.el (rcirc): Use the user's stored encryption method by
22963 default.
22964
22965 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22966
22967 * select.el: Don't perform clipboard-manager saving in hooks;
22968 leave the hooks empty.
22969
22970 2011-05-28 Leo Liu <sdl.web@gmail.com>
22971
22972 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22973 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
22974 (occur-edit-mode): New major mode (Bug#8463).
22975 (occur-after-change-function): New function.
22976 (occur-engine): Give Occur tags a read-only property.
22977
22978 2011-05-28 Kevin Ryde <user42@zip.com.au>
22979
22980 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22981
22982 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22983
22984 * bindings.el (help-echo): Make the initial non-indicator dash
22985 empty on graphical terminals (Bug#7295).
22986
22987 * files.el (auto-mode-alist): Move config rule after the
22988 in-stripping one (Bug#8547).
22989
22990 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
22991
22992 * startup.el (normal-splash-screen): Remove gratuitous mode-line
22993 setting (Bug#8740).
22994
22995 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
22996
22997 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
22998 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
22999 (Bug#8539).
23000
23001 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23002
23003 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23004
23005 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23006
23007 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23008 (hs-hide-block-at-point, hs-find-block-beginning)
23009 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23010 (Bug#8279).
23011
23012 2011-05-28 Glenn Morris <rgm@gnu.org>
23013
23014 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23015
23016 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23017
23018 * help-fns.el (describe-function-1): If the function is a derived
23019 major mode, print the parent mode.
23020
23021 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23022 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23023
23024 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23025
23026 * minibuffer.el (completion--capf-wrapper): Check applicability before
23027 returning non-nil for non-exclusive completion data.
23028 * progmodes/etags.el (tags-completion-at-point-function):
23029 * info-look.el (info-lookup-completions-at-point): Mark as
23030 non-exclusive.
23031 (info-complete): Adjust accordingly.
23032
23033 * info-look.el: Convert to lexical-binding and completion-at-point.
23034 (info-lookup-completions-at-point): New function.
23035 (info-complete): Use it and completion-in-region.
23036
23037 2011-05-28 Drew Adams <drew.adams@oracle.com>
23038
23039 * isearch.el: Let M-e start with point at the first mismatched char.
23040 (isearch-fail-pos): New function.
23041 (isearch-edit-string): Use it.
23042
23043 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23044
23045 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23046
23047 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23048
23049 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23050 traversal functions for avl-trees.
23051 (avl-tree--stack): New struct.
23052 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23053 (avl-tree-enter): Add optional `updatefun' arg.
23054 (avl-tree--do-enter): Add optional `updatefun' arg.
23055 Change return value.
23056 (avl-tree-delete): Add optional `test' and `nilflag' args.
23057 (avl-tree--do-delete): Add `test' and `nilflag' args.
23058 Change return value.
23059 (avl-tree-member): Add optional `nilflag'
23060 (avl-tree-member-p): New function.
23061 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23062 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23063 (avl-tree-stack-empty-p): New functions.
23064
23065 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23066 avl-tree--del-balance1 and make it work both ways.
23067 (avl-tree--del-balance2): Remove.
23068 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23069 make it work both ways.
23070 (avl-tree--enter-balance2): Remove.
23071 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23072 New macros.
23073 (avl-tree--mapc, avl-tree-map): Add direction argument.
23074
23075 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23076
23077 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23078
23079 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23080
23081 * select.el: Support clipboard managers with built-in function
23082 x-clipboard-manager-save, via delete-frame-functions and
23083 kill-emacs-hook.
23084 (xselect-convert-to-targets): Add MULTIPLE target to list.
23085 (xselect-convert-to-save-targets): New function.
23086
23087 2011-05-27 Kenichi Handa <handa@m17n.org>
23088
23089 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23090 let-binding rfc2047-encode-encoded-words to nil.
23091
23092 2011-05-27 Glenn Morris <rgm@gnu.org>
23093
23094 * mail/emacsbug.el: Don't require url-util.
23095
23096 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23097
23098 * files.el (set-auto-mode):
23099 Also respect mode: entries at the end of the file. (Bug#8586)
23100
23101 2011-05-26 Glenn Morris <rgm@gnu.org>
23102
23103 * files.el (hack-local-variables-prop-line, hack-local-variables):
23104 Downcase mode names, as seems to be traditional.
23105 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23106
23107 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23108 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23109
23110 2011-05-25 Julien Danjou <julien@danjou.info>
23111
23112 * textmodes/rst.el (rst-define-level-faces): Do not define face
23113 symbol if it is already defined.
23114
23115 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
23116
23117 * play/5x5.el (5x5-new-game, 5x5-randomize):
23118 Reset 5x5-solver-output to nil when a new grid is cast.
23119 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23120 these debugging traces, as defmacro breaks the compiled code.
23121
23122 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23123
23124 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23125
23126 2011-05-24 Leo Liu <sdl.web@gmail.com>
23127
23128 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23129 (vc-bzr-sha1): Adapt.
23130
23131 * sha1.el: Remove. Function `sha1' is now builtin.
23132
23133 * bindings.el: Provide sha1 feature.
23134
23135 2011-05-24 Kenichi Handa <handa@m17n.org>
23136
23137 * mail/sendmail.el: Require `rfc2047'.
23138 (mail-insert-from-field): Do not perform RFC2047 encoding.
23139 (mail-encode-header): New function.
23140 (sendmail-send-it): Set buffer-file-coding-system of the work
23141 buffer to the return value of select-message-coding-system.
23142 Call mail-encode-header.
23143
23144 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23145
23146 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23147
23148 * mail/supercite.el (sc-default-cite-frame):
23149 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23150
23151 2011-05-24 Glenn Morris <rgm@gnu.org>
23152
23153 * progmodes/python.el (brm-menu): Declare.
23154
23155 * emulation/viper.el (viper-set-hooks): Declare.
23156
23157 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23158 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23159 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23160 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23161 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23162 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23163
23164 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23165
23166 Add an :exit-function for completion-at-point.
23167
23168 * minibuffer.el (completion--done): New fun.
23169 (completion--do-completion): Use it. New arg `expect-exact'.
23170 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23171 since completion--do-completion does it for us now.
23172 (minibuffer-force-complete): Use completion--done and
23173 completion--replace. Handle sole-completion case with more care.
23174 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23175 (completion-extra-properties): New var.
23176 (completion-annotate-function): Make obsolete.
23177 (minibuffer-completion-help): Adjust accordingly.
23178 Use completion-list-insert-choice-function.
23179 (completion-at-point, completion-help-at-point):
23180 Bind completion-extra-properties.
23181 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23182 * simple.el (completion-list-insert-choice-function): New var.
23183 (completion-setup-function): Preserve it.
23184 (choose-completion): Pay attention to it, shuffle the code a bit.
23185 (choose-completion-string): New arg `insert-function'.
23186
23187 * textmodes/bibtex.el: Convert to lexical binding.
23188 (bibtex-mode-map): Use completion-at-point.
23189 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23190 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23191 (bibtex-complete): Define as obsolete alias.
23192 (bibtex-complete-internal): Remove.
23193 (bibtex-format-entry): Remove unused sub-group in regexp.
23194 * shell.el (shell--command-completion-data)
23195 (shell-environment-variable-completion):
23196 * pcomplete.el (pcomplete-completions-at-point):
23197 * comint.el (comint--complete-file-name-data): Use :exit-function
23198 instead of completion-table-with-terminator so it also works for
23199 choose-completion.
23200
23201 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23202
23203 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23204
23205 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23206 (bug#8710).
23207
23208 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23209
23210 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23211
23212 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23213 customization variable and implement: If non-nil, auto-fill will
23214 be inhibited while on topic's header line.
23215
23216 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23217
23218 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23219 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23220 always have a solution in grid size = 5 cases.
23221 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23222 (5x5-solver-output, 5x5-log-buffer): New vars.
23223 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23224 Make these variables buffer local to achieve 5x5 multi-session-ness.
23225 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23226 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23227 (5x5-solve-suggest): New funs.
23228 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23229 randomize a grid so that we ensure that there is always a solution.
23230 (5x5-make-random-grid): Allow other movement than flipping.
23231
23232 2011-05-23 Kevin Ryde <user42@zip.com.au>
23233
23234 * emacs-lisp/advice.el (ad-read-advised-function):
23235 Use `function-called-at-point' as the default, if it has
23236 advice and passes PREDICATE.
23237
23238 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23239
23240 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23241 byte-compile-lambda if it's actually a lambda.
23242
23243 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23244 Fix function quoting. Use backquote better.
23245
23246 2011-05-22 Yuanle Song <sylecn@gmail.com>
23247
23248 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23249 matching (Bug#8516).
23250
23251 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23252
23253 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23254 different face (Bug#8178).
23255
23256 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23257
23258 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23259 defface (Bug#8144).
23260
23261 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23262
23263 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23264 funcall as well (bug#8712). Warn when performing those conversions.
23265 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23266
23267 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23268
23269 2011-05-22 Glenn Morris <rgm@gnu.org>
23270
23271 * files.el (hack-local-variables-prop-line): Small simplifications.
23272 (hack-local-variables, hack-local-variables-prop-line):
23273 If MODE-ONLY, return the mode, rather than just `t'.
23274
23275 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23276
23277 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23278
23279 2011-05-21 Glenn Morris <rgm@gnu.org>
23280
23281 * files.el (hack-local-variables-prop-line, hack-local-variables):
23282 If only interested in the mode, don't bother doing the other stuff.
23283
23284 * image-mode.el (image-after-revert-hook):
23285 Redraw all frames on which the image is visible. (Bug#8567)
23286
23287 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23288
23289 * wid-edit.el (widget-checklist-match-inline):
23290 Fix 2011-04-19 change. (Bug#8649)
23291
23292 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23293
23294 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23295 Also allow singlespace after single-letter capitals followed by a dot.
23296
23297 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23298 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23299
23300 2011-05-20 Nix <nix@esperi.org.uk>
23301
23302 * files.el (basic-save-buffer-2):
23303 Fix handling of break-hardlink-on-save with non-existent files.
23304
23305 2011-05-19 Deniz Dogan <deniz@dogan.se>
23306
23307 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23308 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23309
23310 2011-05-19 Glenn Morris <rgm@gnu.org>
23311
23312 * progmodes/f90.el (f90-type-def-re):
23313 Handle "type, bind(c)". (Bug#8691)
23314
23315 * emacs-lisp/autoload.el (batch-update-autoloads):
23316 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23317
23318 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23319
23320 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23321 property for the correct connection in case of multihops.
23322
23323 2011-05-18 Glenn Morris <rgm@gnu.org>
23324
23325 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23326 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23327
23328 Rationalize calendar handling of day and month abbrev-arrays.
23329 * calendar/calendar.el (calendar-customized-p): New function.
23330 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23331 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23332 Add :set function.
23333 (calendar-abbrev-length, calendar-day-abbrev-array)
23334 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23335 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23336 Elements may no longer be nil.
23337 (calendar-day-name, calendar-month-name):
23338 Update for changed nature of abbrev arrays.
23339 * calendar/diary-lib.el (diary-name-pattern):
23340 Update for changed nature of abbrev arrays.
23341 (diary-mark-entries-1): Update calendar-make-alist calls.
23342 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23343 * calendar/cal-html.el (cal-html-day-abbrev-array):
23344 Simply inherit from calendar-day-abbrev-array.
23345
23346 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23347
23348 * progmodes/grep.el (grep-mode): Disable default
23349 compilation-directory-matcher setting (bug#8684).
23350
23351 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23352
23353 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23354 instead of "head" and "tail". There were problems with SunOS 5.9,
23355 and it performs better.
23356
23357 2011-05-17 Glenn Morris <rgm@gnu.org>
23358
23359 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23360
23361 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23362 Replace obsolete function.
23363
23364 * shell.el (pcomplete-parse-arguments-function): Declare.
23365
23366 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23367 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23368 (appt-check): Doc fixes.
23369 (appt-disp-window-function, appt-delete-window-function):
23370 Remove needless special case in custom :type.
23371 (appt-display-count): Default to 0, not nil.
23372 (appt-check): Reset appt-display-count to 0, not nil.
23373
23374 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23375
23376 * progmodes/python.el (python-font-lock-keywords):
23377 Add the Python 3.X keyword "nonlocal" (bug#8639).
23378
23379 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23380
23381 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23382
23383 2011-05-16 Kevin Ryde <user42@zip.com.au>
23384
23385 * info-look.el (makefile-automake-mode): New setups, looking in
23386 automake manual, then makefile-mode.
23387 (makefile-mode): Remove automake manual, have it just in
23388 makefile-automake-mode since there's various things different or
23389 not relevant to plain make.
23390 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23391 believe a hypothetical automake-mode would go to makefile-mode,
23392 not the other way around.
23393
23394 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23395
23396 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23397 hunk-end tags (Bug#8672).
23398
23399 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23400 vc-annotate-show-diff-revision-at-line (Bug#8671).
23401
23402 2011-05-14 Glenn Morris <rgm@gnu.org>
23403
23404 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23405 in the middle of an existing one with multiple authors. (Bug#8645)
23406 (change-log-font-lock-keywords): Also handle multiple author lines
23407 with leading tabs. (Bug#8644)
23408
23409 * calendar/appt.el (appt-check): Rename some local variables.
23410 Some simplification/reordering.
23411
23412 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23413 (feedmail-sendmail-f-doesnt-sell-me-out)
23414 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23415 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23416 (feedmail-queue-runner-message-sender): Set :version.
23417 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23418 (bbdb-dwim-net-address, vm-mail): Declare.
23419 (feedmail-binmail-gnulinuxish-template):
23420 Rename from feedmail-binmail-linuxish-template.
23421 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23422 Use insert-buffer-substring.
23423
23424 2011-05-14 Bill Carpenter <bill@carpenter.org>
23425
23426 * mail/feedmail.el (feedmail-patch-level): Increase.
23427 (feedmail-debug): New custom group.
23428 (feedmail-confirm-outgoing-timeout)
23429 (feedmail-sendmail-f-doesnt-sell-me-out)
23430 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23431 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23432 (feedmail-sender-line, feedmail-from-line)
23433 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23434 (feedmail-spray-this-address)
23435 (feedmail-spray-address-fiddle-plex-list)
23436 (feedmail-queue-use-send-time-for-date)
23437 (feedmail-queue-use-send-time-for-message-id)
23438 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23439 (feedmail-buffer-eating-function):
23440 Doc fixes.
23441 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23442 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23443 (feedmail-message-action-scroll-down): New functions.
23444 (feedmail-queue-directory, feedmail-queue-draft-directory):
23445 Use expand-file-name.
23446 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23447 Remove C-v help entry.
23448 (feedmail-queue-buffer-file-name): New variable.
23449 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23450 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23451 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23452 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23453 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23454 (feedmail-message-action-toggle-spray)
23455 (feedmail-run-the-queue-no-prompts)
23456 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23457 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23458 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23459 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23460 (feedmail-envelope-deducer, feedmail-fiddle-from)
23461 (feedmail-fiddle-sender, feedmail-default-date-generator)
23462 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23463 (feedmail-fiddle-spray-address)
23464 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23465 (feedmail-fiddle-list-of-fiddle-plexes)
23466 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23467 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23468 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23469 Change default. Doc fix.
23470 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23471 (feedmail-binmail-linuxish-template): New constant.
23472 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23473 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23474 (feedmail-send-it): Add debug call.
23475 Use feedmail-queue-buffer-file-name, and
23476 feedmail-send-it-immediately-wrapper.
23477 (feedmail-message-action-send): Add debug call.
23478 Use feedmail-send-it-immediately-wrapper.
23479 (feedmail-queue-express-to-queue): Add debug call.
23480 Run feedmail-queue-express-hook.
23481 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23482 (feedmail-message-action-help-blat):
23483 Rename from feedmail-queue-send-edit-prompt-help-first.
23484 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23485 Check line-endings. Handle errors better.
23486 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23487 Doc fix. Add debug call.
23488 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23489 Use feedmail-queue-send-edit-prompt-inner.
23490 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23491 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23492 from feedmail-queue-send-edit-prompt.
23493 (feedmail-queue-send-edit-prompt-help)
23494 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23495 (feedmail-tidy-up-slug): Add debug call.
23496 Respect feedmail-queue-slug-suspect-regexp.
23497 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23498 (feedmail-dump-message-to-queue): Add debug call.
23499 Expand queue-directory.
23500 (feedmail-dump-message-to-queue): Change message slightly.
23501 Use feedmail-say-chatter.
23502 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23503 (feedmail-send-it-immediately-wrapper): New function.
23504 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23505 Insert empty string rather than newline. Handle full-frame case.
23506 Use catch/throw. Use feedmail-say-chatter.
23507 (feedmail-fiddle-from): Try mail-host-address.
23508 (feedmail-default-message-id-generator): Doc fix.
23509 Bind system-time-locale. Handle missing end.
23510 (feedmail-fiddle-x-mailer): Add debug call.
23511 Handle feedmail-x-mailer-line being nil.
23512 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23513 Add debug call. Use buffer-substring-no-properties.
23514 (feedmail-say-debug, feedmail-say-chatter): New functions.
23515 (feedmail-find-eoh): Give an explicit error.
23516
23517 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23518
23519 * net/newst-treeview.el (newsticker-treeview-face): Change default
23520 family from helvetica to sans.
23521 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23522 etc/images/newsticker.
23523
23524 * net/newst-reader.el (newsticker-feed-face): Change default
23525 family from helvetica to sans.
23526
23527 * net/newst-plainview.el (newsticker-new-item-face)
23528 (newsticker-old-item-face, newsticker-immortal-item-face)
23529 (newsticker-obsolete-item-face, newsticker-date-face)
23530 (newsticker-statistics-face): Change default family from
23531 helvetica to sans.
23532 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23533 etc/images/newsticker.
23534
23535 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23536 (newsticker--process-auto-mark-filter-match): Tell user about
23537 auto-marking.
23538
23539 2011-05-13 Didier Verna <didier@xemacs.org>
23540
23541 Common Lisp indentation improvements on defmethod and lambda-lists.
23542 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23543 TODO entries.
23544 (lisp-lambda-list-keyword-parameter-indentation)
23545 (lisp-lambda-list-keyword-parameter-alignment)
23546 (lisp-lambda-list-keyword-alignment): New customizable user options.
23547 (lisp-indent-defun-method): Improve docstring.
23548 (extended-loop-p): Fix comment.
23549 (lisp-indent-lambda-list-keywords-regexp): New variable.
23550 (lisp-indent-lambda-list): New function.
23551 (lisp-indent-259): Use it.
23552 (lisp-indent-defmethod): Support for more than one
23553 method qualifier and properly indent methods lambda-lists.
23554 (defgeneric): Provide a missing common-lisp-indent-function property.
23555
23556 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23557
23558 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23559 bounds for the empty string (bug#8667).
23560
23561 2011-05-13 Glenn Morris <rgm@gnu.org>
23562
23563 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23564
23565 * mail/sendmail.el (sendmail-program): Try executable-find first.
23566 (sendmail-send-it): `sendmail-program' cannot be unbound.
23567
23568 * calendar/appt.el (appt-make-list): Simplify.
23569 (appt-time-msg-list): Doc fix.
23570 (appt-check): Change mode-line message at the time of the appointment.
23571
23572 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23573
23574 * progmodes/ld-script.el (ld-script-keywords)
23575 (ld-script-builtins): Update keywords list.
23576
23577 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23578
23579 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23580
23581 * shell.el (shell-completion-vars): New function.
23582 (shell-mode):
23583 * simple.el (read-shell-command): Use it.
23584 (blink-matching-open): No need for " [...]" in minibuffer-message.
23585
23586 2011-05-12 Glenn Morris <rgm@gnu.org>
23587
23588 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23589 (appt-check): Simplify.
23590
23591 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23592
23593 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23594 literal "/dev/null".
23595
23596 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23597
23598 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23599 Fix typo.
23600
23601 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23602
23603 * progmodes/which-func.el (which-function):
23604 Use add-log-current-defun instead of add-log-current-defun-function,
23605 which might not be defined (Bug#8260).
23606
23607 2011-05-12 Glenn Morris <rgm@gnu.org>
23608
23609 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23610 Let byte-compile-initial-macro-environment always take precedence.
23611
23612 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23613
23614 * net/rcirc.el: Add support for SSL/TLS connections.
23615 (rcirc-server-alist): New field `encryption'.
23616 (rcirc): Check `encryption' settings.
23617 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23618 Merge make-local-variable into `set'.
23619 (rcirc--connection-open-p): New function.
23620 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23621 the process is not a network process (e.g. running gnutls-cli).
23622 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23623 Make rcirc-(en|de)code-coding-system local here.
23624 (rcirc-mode): Merge make-local-variable into `set'.
23625 (rcirc-parent-buffer): Make permanent buffer-local.
23626 (rcirc-multiline-minor-mode): Don't do it here.
23627 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23628 there's no server buffer.
23629
23630 2011-05-11 Glenn Morris <rgm@gnu.org>
23631
23632 * newcomment.el (comment-kill): Prefix "unused" local.
23633
23634 * term/w32console.el (get-screen-color): Declare.
23635
23636 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23637 Handle symbol elements of byte-compile-initial-macro-environment.
23638
23639 2011-05-10 Leo Liu <sdl.web@gmail.com>
23640
23641 * bookmark.el (bookmark-bmenu-mode-map):
23642 Bind bookmark-bmenu-search to `/'.
23643
23644 * mail/footnote.el: Convert to utf-8 encoding.
23645 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23646 (Footnote-unicode): New function.
23647 (footnote-style-alist): Add unicode style to the list.
23648 (footnote-style): Doc fix.
23649
23650 2011-05-10 Jim Meyering <meyering@redhat.com>
23651
23652 Fix doubled-word typos.
23653 * international/quail.el (quail-insert-kbd-layout): and and -> and
23654 * kermit.el: and and -> and
23655 * net/ldap.el (ldap-search-internal): to to -> to
23656 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23657 * progmodes/js.el (js-mode): and and -> and
23658 * textmodes/artist.el (artist-move-to-xy): at at -> at
23659 (artist-draw-region-trim-line-endings): if if -> if
23660 And Safetyc -> Safety.
23661 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23662
23663 2011-05-10 Glenn Morris <rgm@gnu.org>
23664 Stefan Monnier <monnier@iro.umontreal.ca>
23665
23666 * files.el (hack-one-local-variable-eval-safep):
23667 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23668
23669 2011-05-10 Glenn Morris <rgm@gnu.org>
23670
23671 * calendar/diary-lib.el (diary-list-entries-hook)
23672 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23673 (diary-nongregorian-marking-hook, diary-list-entries)
23674 (diary-include-other-diary-files, diary-mark-entries)
23675 (diary-mark-included-diary-files): Doc fixes.
23676
23677 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23678
23679 * misc.el: Require tabulated-list.el during compilation.
23680
23681 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23682
23683 * progmodes/compile.el (compilation-start):
23684 Run compilation-filter-hook for the async case too.
23685 (compilation-filter-hook): Doc fix.
23686
23687 2011-05-09 Deniz Dogan <deniz@dogan.se>
23688
23689 * wdired.el: Remove outdated installation comment. Fix usage
23690 comment.
23691
23692 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23693
23694 * misc.el: Implement new command `list-dynamic-libraries'.
23695 (list-dynamic-libraries--loaded-only-p): New variable.
23696 (list-dynamic-libraries--refresh): New function.
23697 (list-dynamic-libraries): New command.
23698
23699 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23700
23701 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23702 Fix the ant regexp to handle end-line and end-column info from jikes.
23703 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23704 higher priority to avoid clobbering by gnu.
23705
23706 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23707
23708 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23709 if the face has existing theme settings (Bug#8454).
23710
23711 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23712
23713 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23714 Only match variables declared via `my' or `our' (Bug#8261).
23715
23716 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23717 special file names `.' and `..' (Bug#8259).
23718
23719 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23720
23721 * progmodes/grep.el (grep-mode-font-lock-keywords):
23722 Remove buffer-changing entries.
23723 (grep-filter): New function.
23724 (grep-mode): Add it to compilation-filter-hook.
23725
23726 * progmodes/compile.el (compilation-filter-hook)
23727 (compilation-filter-start): New defvars.
23728 (compilation-filter): Call compilation-filter-hook prior to
23729 updating the process mark.
23730
23731 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23732
23733 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23734
23735 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23736
23737 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23738 mailclient-send-it even if window-system is nil. (Bug#8595)
23739
23740 * term/w32console.el (terminal-init-w32console):
23741 Call get-screen-color and use its output to set the frame
23742 background-mode. (Bug#8597)
23743
23744 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23745
23746 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23747 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23748 New functions.
23749 (defgeneric, eieio--defmethod): Use them.
23750 (eieio-defgeneric): Remove.
23751 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23752
23753 2011-05-07 Glenn Morris <rgm@gnu.org>
23754
23755 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23756 Use let rather than let*.
23757 (timeclock-find-discrep): Remove unused local.
23758
23759 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23760
23761 * calendar/appt.el (appt-time-msg-list): Doc fix.
23762
23763 2011-05-06 Noah Friedman <friedman@splode.com>
23764
23765 * apropos.el (apropos-print-doc): Only use
23766 emacs-lisp-docstring-fill-column when it is bound to an integer,
23767 per that variable's documentation.
23768
23769 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23770
23771 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23772 and warnings are not silently discarded (e.g. use -d instead of -P).
23773
23774 2011-05-06 Glenn Morris <rgm@gnu.org>
23775
23776 * calendar/appt.el (appt-message-warning-time): Doc fix.
23777 (appt-warning-time-regexp): New option.
23778 (appt-make-list): Respect appt-message-warning-time.
23779
23780 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23781 New options.
23782 (diary-add-to-list): Strip comments from the displayed string.
23783 (diary-mode): Set comment-start and comment-end.
23784
23785 * vc/diff-mode.el (smerge-refine-subst): Declare.
23786 (diff-refine-hunk): Don't require smerge-mode when compiling.
23787
23788 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23789
23790 * simple.el (list-processes): Return nil as the docstring says.
23791
23792 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23793
23794 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23795 to "".
23796 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23797 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23798 determining of binary transfer. (Bug#7383)
23799
23800 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23801
23802 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23803 Fix port computation bug. (Bug#8618)
23804
23805 2011-05-05 Glenn Morris <rgm@gnu.org>
23806
23807 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23808
23809 * simple.el (shell-dynamic-complete-functions)
23810 (comint-dynamic-complete-functions): Declare.
23811
23812 * net/network-stream.el (gnutls-negotiate):
23813 * simple.el (tabulated-list-print): Fix declarations.
23814
23815 * progmodes/gud.el (syntax-symbol, syntax-point):
23816 Remove unnecessary and incorrect declarations.
23817
23818 * emacs-lisp/check-declare.el (check-declare-scan):
23819 Handle byte-compile-initial-macro-environment in bytecomp.el.
23820
23821 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23822
23823 Fix earlier half-done eieio-defmethod change (bug#8338).
23824 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23825 Streamline and change calling convention.
23826 (defmethod): Adjust accordingly and simplify.
23827 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23828 new eieio--defmethod.
23829 (slot-boundp): Minor CSE simplification.
23830
23831 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23832
23833 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23834 (glasses-make-readable): Use glasses-separate-capital-groups.
23835
23836 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23837
23838 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23839 (warning-series): Doc fix.
23840 (display-warning): Don't try to create the buffer if we just found it.
23841
23842 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
23843
23844 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23845 (autoload-find-generated-file): New function.
23846 (generate-file-autoloads): Bind generated-autoload-file to
23847 buffer-file-name.
23848 (update-file-autoloads, update-directory-autoloads):
23849 Use autoload-find-generated-file. If called interactively, prompt for
23850 output file (Bug#7989).
23851 (batch-update-autoloads): Doc fix.
23852
23853 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
23854
23855 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23856
23857 2011-05-04 Glenn Morris <rgm@gnu.org>
23858
23859 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23860 function, so it follows changes in calendar-date-style.
23861 (diary-fancy-date-matcher): New function.
23862 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23863 (diary-fancy-font-lock-fontify-region-function):
23864 Use diary-fancy-date-pattern as a function.
23865
23866 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23867 non-numbers for `year' etc pseudo-variables. (Bug#8583)
23868
23869 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
23870
23871 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23872 instead of positional arguments. Allow :keylist and :crlfiles
23873 arguments.
23874 (open-gnutls-stream): Call it.
23875
23876 * net/network-stream.el (network-stream-open-starttls): Adjust to
23877 call `gnutls-negotiate' with :process and :hostname arguments.
23878
23879 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
23880
23881 * minibuffer.el (completion--message): New function.
23882 (completion--do-completion, minibuffer-complete)
23883 (minibuffer-force-complete, minibuffer-complete-word): Use it.
23884 (completion--do-completion): Don't ignore completion-auto-help when in
23885 icomplete-mode.
23886
23887 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23888 internal encoding (e.g. tibetan zero is not whitespace).
23889 (global-whitespace-mode): Prefer save-current-buffer.
23890 (whitespace-trailing-regexp): Remove useless save-match-data.
23891 (whitespace-empty-at-bob-regexp): Minor simplification.
23892
23893 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
23894
23895 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23896
23897 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
23898
23899 * textmodes/ispell.el (ispell-add-per-file-word-list):
23900 Use `concat' to create string for insertion.
23901
23902 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23903
23904 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23905 Avoid open-line which runs post-self-insert-hook.
23906 (bibtex-fill-entry): Remove unused `end' var.
23907
23908 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
23909
23910 * textmodes/ispell.el (ispell-add-per-file-word-list):
23911 Protect against `nil' value of `comment-start' (Bug#8579).
23912
23913 2011-05-03 Leo Liu <sdl.web@gmail.com>
23914
23915 * isearch.el (isearch-yank-pop): New command.
23916 (isearch-mode-map): Bind it to `M-y'.
23917 (isearch-forward): Mention it.
23918
23919 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23920
23921 * simple.el (minibuffer-complete-shell-command): Remove.
23922 (minibuffer-local-shell-command-map): Use completion-at-point.
23923 (read-shell-command): Setup completion vars here instead.
23924 (read-expression-map): Bind TAB to symbol completion.
23925
23926 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23927 error directly rather via storing it into `results'.
23928
23929 2011-05-02 Leo Liu <sdl.web@gmail.com>
23930
23931 * vc/diff.el: Fix description.
23932
23933 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23934
23935 * server.el (server-eval-at): New function.
23936
23937 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23938
23939 * net/network-stream.el (open-network-stream): Take a :nowait
23940 parameter and pass it on to `make-network-process'.
23941 (network-stream-open-plain): Ditto.
23942
23943 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
23944
23945 * faces.el (face-spec-set-match-display): Don't match toolkit
23946 options on terminal frames.
23947
23948 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23949
23950 * progmodes/pascal.el: Use lexical binding.
23951 (pascal-mode-map): Remove author preferences.
23952
23953 * pcomplete.el (pcomplete-std-complete): Don't abuse
23954 completion-at-point.
23955
23956 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23957
23958 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23959 removing code that has been dead since 1991 or so.
23960
23961 * startup.el (command-line): When warning about "_emacs", use a
23962 delayed warning to allow the user to filter it out.
23963
23964 2011-04-28 Deniz Dogan <deniz@dogan.se>
23965
23966 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23967 user has not joined.
23968
23969 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23970
23971 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23972 aren't any completions at point.
23973
23974 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23975
23976 * subr.el (display-delayed-warnings): New function.
23977 (delayed-warnings-hook): New variable.
23978
23979 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23980
23981 * minibuffer.el (completion-at-point, completion-help-at-point):
23982 Don't presume that a given completion-at-point-function will always
23983 use the same calling convention.
23984
23985 * pcomplete.el (pcomplete-completions-at-point):
23986 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
23987 pcomplete-seen is non-nil.
23988 (pcomplete-comint-setup): Also recognize the new comint/shell
23989 completion functions.
23990 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
23991 pcomplete-seen is non-nil.
23992
23993 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
23994
23995 * calendar/icalendar.el (diary-lib): Add require statement.
23996 (icalendar--create-uid): Read out a uid from a text-property on
23997 the first character in the entry. This allows for code to add its
23998 own uid to the entry.
23999 (icalendar--convert-float-to-ical): Add export of
24000 `diary-float'-entries save for those with the optional DAY
24001 argument.
24002
24003 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24004
24005 * subr.el (shell-quote-argument): Use alternate escaping strategy
24006 when we spot a variable reference in a string.
24007
24008 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24009
24010 * cus-start.el (all): Define customization for debug-on-event.
24011
24012 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24013
24014 * subr.el (shell-quote-argument): Escape correctly under Windows.
24015
24016 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24017
24018 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24019
24020 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24021
24022 * net/tramp.el (tramp-process-actions): Add POS argument.
24023 Delete region between POS and (pos).
24024
24025 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24026 Use `nil' position in `tramp-process-actions' call.
24027 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24028
24029 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24030 position in `tramp-process-actions' call.
24031
24032 * net/trampver.el: Update release number.
24033
24034 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24035
24036 * custom.el (defcustom): Obey lexical-binding.
24037
24038 Fix octave-inf completion problems reported by Alexander Klimov.
24039 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24040 Inherit from octave-mode-syntax-table.
24041 (inferior-octave-mode): Set info-lookup-mode.
24042 (inferior-octave-completion-at-point): New function.
24043 (inferior-octave-complete): Use it and completion-in-region.
24044 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24045 comint-filename-completion.
24046 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24047 symbol elements which shouldn't be word elements.
24048 (octave-font-lock-keywords, octave-beginning-of-defun)
24049 (octave-function-header-regexp): Adjust regexps accordingly.
24050 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24051
24052 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24053
24054 * net/gnutls.el (gnutls-errorp): Declare before first use.
24055
24056 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24057
24058 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24059 verify-error, and verify-hostname-error parameters. Check whether
24060 default trustfile exists before going to use it. Add missing
24061 argument to gnutls-message-maybe call. Return value.
24062 Reported by Claudio Bley <claudio.bley@gmail.com>.
24063 (open-gnutls-stream): Add usage example.
24064
24065 * net/network-stream.el (network-stream-open-starttls): Give host
24066 parameter to `gnutls-negotiate'.
24067 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24068 * subr.el (shell-quote-argument): Escape correctly under Windows.
24069
24070 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24071
24072 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24073 Use correct match group (bug#8438).
24074
24075 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24076
24077 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24078 (package-menu--generate): New arg specifying packages to show.
24079 (package-menu-refresh, package-menu-execute, list-packages):
24080 Callers changed.
24081 (package-show-package-list): New function, replacing deleted
24082 package--list-packages (renamed because it is non-internal).
24083
24084 * finder.el (finder-list-matches): Use package-show-package-list
24085 instead of deleted package--list-packages.
24086
24087 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24088 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24089 (vc-annotate-mode-map): Bind it to RET.
24090
24091 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24092
24093 * progmodes/etags.el (next-file): Don't use set-buffer to change
24094 buffers (Bug#8478).
24095
24096 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24097
24098 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24099
24100 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24101 (apropos-accumulator): Doc fix.
24102 (apropos-function, apropos-macro, apropos-command)
24103 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24104 (apropos-plist): Add face property.
24105 (apropos-symbols-internal): Fix indentation.
24106 (apropos-print): Simplify help, and recognize apropos-multi-type.
24107 (apropos-print-doc): Use button-type-get to extract the button's
24108 face property. Fill docstring (Bug#8352).
24109
24110 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24111
24112 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24113
24114 * play/mpuz.el (mpuz-silent): Doc fix.
24115 (mpuz-mode-map): Use mapc.
24116 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24117 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24118 Fix typos in docstrings.
24119
24120 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24121 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24122
24123 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24124
24125 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24126
24127 * minibuffer.el (completion--do-completion): Avoid the "Next char
24128 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24129
24130 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24131 mouse-2 into unread-command-events, it is interpreted correctly.
24132
24133 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24134 (image-toggle-display): Doc fix.
24135
24136 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24137
24138 * textmodes/page.el (what-page): Use line-number-at-pos to
24139 calculate line number (Bug#6825).
24140
24141 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24142
24143 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24144 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24145 Pass argument NO-DEFAULT to `find-tag-interactive'.
24146
24147 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24148
24149 Lexical-binding cleanup.
24150
24151 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24152 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24153 * progmodes/ada-prj.el (ada-prj-initialize-values)
24154 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24155 (ada-prj-show-value):
24156 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24157 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24158 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24159 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24160 * progmodes/bug-reference.el (bug-reference-push-button):
24161 * progmodes/fortran.el (fortran-line-length):
24162 * progmodes/glasses.el (glasses-change):
24163 * progmodes/octave-mod.el (octave-fill-paragraph):
24164 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24165 (python-pdbtrack-grub-for-buffer, python-sentinel):
24166 * progmodes/sql.el (sql-save-connection):
24167 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24168 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24169 Mark unused parameters.
24170
24171 * progmodes/compile.el (compilation--flush-directory-cache)
24172 (compilation--flush-parse, compile-internal): Mark unused parameters.
24173 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24174 (compilation-next-error-function): Remove unused variable `timestamp'.
24175
24176 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24177 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24178
24179 * progmodes/dcl-mode.el (dcl-end-of-command):
24180 Remove unused variable `start'.
24181 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24182 (dcl-option-value-basic, dcl-option-value-offset)
24183 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24184 Mark unused parameters.
24185 (dcl-save-local-variable): Remove unused variable `val'.
24186 (mode): Declare.
24187
24188 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24189 Mark unused parameters.
24190 (delphi-ignore-changes): Move before first use.
24191 (delphi-charset-token-at): Remove unused variable `start'.
24192 (delphi-else-start): Remove unused variable `if-count'.
24193 (delphi-comment-block-start, delphi-comment-block-end):
24194 Remove unused variable `kind'.
24195 (delphi-indent-line): Remove unused variable `new-point'.
24196
24197 * progmodes/ebrowse.el (ebrowse-files-list)
24198 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24199 Mark unused parameters. Don't quote `lambda'.
24200 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24201 Don't quote `lambda'.
24202 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24203 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24204 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24205 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24206 Use `ignore-errors'.
24207 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24208 (ebrowse-view/find-file-and-search-pattern)
24209 (ebrowse-view/find-member-declaration/definition):
24210 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24211 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24212 Rename parameter PREFIX-ARG to PREFIX.
24213 (ebrowse-tags-read-name): Remove unused variables `start' and
24214 `member-info'.
24215 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24216 to `tags-file'.
24217
24218 * progmodes/etags.el (local-find-tag-hook): Declare.
24219 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24220 Mark unused parameters.
24221
24222 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24223 (executable-interpret): Mark unused parameter.
24224
24225 * progmodes/flymake.el (flymake-process-sentinel)
24226 (flymake-after-change-function)
24227 (flymake-create-temp-with-folder-structure)
24228 (flymake-get-include-dirs-dot): Mark unused parameters.
24229 (flymake-safe-delete-directory): Remove unused variable `err'.
24230
24231 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24232 (speedbar-timer-fn, speedbar-line-text)
24233 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24234 (speedbar-center-buffer-smartly): Declare functions.
24235 (gdb-find-watch-expression): Remove unused variable `array'.
24236 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24237 (gdb-starting): Mark unused parameters.
24238 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24239 (gdb-table-string): Remove unused variable `res'.
24240 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24241 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24242 (gdb-display-buffer): Remove unused variable `cur-size'.
24243
24244 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24245 allow lexical-binding compilation.
24246 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24247 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24248 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24249 Mark unused parameters.
24250 (gud-gdb-marker-filter): Remove unused variable `match'.
24251 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24252 lambda expressions and funcall them, instead of using `fset'.
24253
24254 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24255 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24256
24257 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24258 variable `header-beg'; use `let'.
24259
24260 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24261 `restart', `last-sexp' and `at-do'.
24262
24263 * progmodes/js.el (js--debug): Mark unused parameter.
24264 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24265 (js--splice-into-items): Remove unused variable `item'.
24266 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24267
24268 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24269 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24270 (makefile-complete): Remove unused variable `try'.
24271 (makefile-fill-paragraph, makefile-match-function-end):
24272 Mark unused parameters.
24273
24274 * progmodes/octave-inf.el (inferior-octave-complete):
24275 Remove unused variable `proc'.
24276 (inferior-octave-output-digest): Mark unused parameter.
24277
24278 * progmodes/perl-mode.el (perl-calculate-indent):
24279 Remove unused variable `err'.
24280
24281 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24282 (prolog-indent-line): Mark unused parameters.
24283 (prolog-indent-line): Remove unused variable `beg'.
24284
24285 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24286 (reporter-dont-compact-list): Declare.
24287
24288 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24289 Remove unused variable `char'.
24290 (sh-debug): Mark unused parameter.
24291 (sh-get-indent-info): Remove unused variable `start'.
24292 (sh-calculate-indent): Remove unused variable `var'.
24293
24294 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24295 (simula-electric-keyword): Remove unused variable `null'.
24296 (simula-search-backward, simula-search-forward): Remove unused
24297 variables `begin' and `end'.
24298
24299 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24300 Remove unused variable `pos'.
24301 (vera-electric-tab, vera-comment-uncomment-region):
24302 Mark unused parameters.
24303 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24304
24305 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24306
24307 * emacs-lisp/package.el (package--builtins, package-alist)
24308 (package-load-descriptor, package-built-in-p, package-activate)
24309 (define-package, package-installed-p)
24310 (package-compute-transaction, package-buffer-info)
24311 (package--push): Doc fix. Distinguish more clearly between
24312 version strings and version lists.
24313
24314 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24315
24316 Lexical-binding cleanup.
24317
24318 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24319 (5x5-make-mutate-best):
24320 * play/fortune.el (fortune-in-buffer):
24321 * play/gomoku.el (gomoku-init-display):
24322 * play/solitaire.el (solitaire, solitaire-do-check):
24323 * play/tetris.el (tetris-default-update-speed-function):
24324 Mark unused parameters.
24325
24326 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24327 (bubbles--shift): Remove unused variable `char-org'.
24328 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24329 (bubbles--show-images): Remove unused variable `char'.
24330
24331 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24332 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24333 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24334 (decipher-analyze-buffer): Use ?\s.
24335 (decipher-make-checkpoint): Remove unused variable `mapping'.
24336
24337 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24338
24339 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24340 Remove unused variable `result'; use `let'.
24341
24342 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24343 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24344 (gametree-children-shown-p, gametree-compute-reduced-score):
24345 Use `ignore-errors'.
24346
24347 * play/handwrite.el (ps-lpr-switches): Declare.
24348 (handwrite): Remove unused variables `pmin' and `lastp'.
24349
24350 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24351
24352 * play/landmark.el (landmark-init-display)
24353 (landmark-update-naught-weights): Mark unused parameters.
24354 (landmark-y): Remove unused variable `noise'. Simplify.
24355 (landmark-human-plays): Remove unused variable `score'.
24356
24357 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24358 (mpuz-try-proposal): Remove unused variable `game'.
24359
24360 * play/zone.el (life-patterns): Declare.
24361
24362 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24363
24364 * vc/vc.el (ediff-vc-internal): Declare function.
24365
24366 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24367
24368 * shell.el: Use lexical-binding and std completion UI.
24369 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24370 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24371 comint-preoutput-filter-functions rather than on
24372 comint-output-filter-functions.
24373 (shell-command-completion, shell--command-completion-data)
24374 (shell-filename-completion, shell-environment-variable-completion)
24375 (shell-c-a-p-replace-by-expanded-directory): New functions.
24376 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24377 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24378 (shell-dynamic-complete-environment-variable): Use them.
24379 (shell-dynamic-complete-as-environment-variable)
24380 (shell-dynamic-complete-as-command): Remove.
24381 (shell-match-partial-variable): Match past point.
24382 * comint.el: Clean up use of completion-at-point-functions.
24383 (comint-completion-at-point): New function.
24384 (comint-mode): Use it completion-at-point-functions.
24385 (comint-dynamic-complete): Make it obsolete.
24386 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24387 (comint-c-a-p-replace-by-expanded-history): New function.
24388 (comint-dynamic-complete-functions)
24389 (comint-replace-by-expanded-history): Use it.
24390 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24391 termination strings. Try harder to avoid second try-completion.
24392 (completion-in-region-mode-map): Disable bindings that don't work yet.
24393
24394 * comint.el: Use lexical-binding. Require CL.
24395 (comint-dynamic-complete-functions): Use comint-filename-completion.
24396 (comint-completion-addsuffix): Tweak custom type.
24397 (comint-filename-completion, comint--common-suffix)
24398 (comint--common-quoted-suffix, comint--table-subvert)
24399 (comint--complete-file-name-data): New functions.
24400 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24401 (comint-dynamic-list-filename-completions): Use them.
24402 (comint-dynamic-simple-complete): Make obsolete.
24403
24404 * minibuffer.el (completion-in-region-mode):
24405 Keep completion-in-region-mode--predicate global.
24406 (completion-in-region--postch):
24407 Assume completion-in-region-mode--predicate is not null.
24408
24409 * progmodes/flymake.el (flymake-start-syntax-check-process):
24410 Obey `dir'. Simplify.
24411
24412 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24413 we're in VC after all.
24414
24415 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24416
24417 * vc/vc.el (vc-diff-build-argument-list-internal)
24418 (vc-version-ediff, vc-ediff): New commands.
24419 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24420
24421 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24422
24423 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24424 add sanity check.
24425
24426 * obsolete/erc-hecomplete.el: Make obsolete.
24427 * obsolete/: Standardize obsolescence info in the header.
24428
24429 2011-04-20 Glenn Morris <rgm@gnu.org>
24430
24431 * calendar/solar.el (solar-horizontal-coordinates):
24432 Use the longitude argument rather than `calendar-longitude'.
24433 (solar-date-next-longitude): Remove unused locals.
24434
24435 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24436
24437 * whitespace.el: New version 13.2.1.
24438
24439 2011-04-20 felix <EmacsWiki> (tiny change)
24440
24441 * whitespace.el (global-whitespace-mode): Keep highlight when
24442 switching between major modes on a file.
24443
24444 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24445
24446 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24447 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24448 multi-line comments as well.
24449
24450 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24451
24452 Lexical-binding cleanup.
24453
24454 * arc-mode.el (archive-mode-revert):
24455 * cmuscheme.el (scheme-interactively-start-process):
24456 * custom.el (custom-initialize-delay):
24457 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24458 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24459 * emacs-lock.el (emacs-lock-clear-sentinel):
24460 * ezimage.el (defezimage):
24461 * follow.el (follow-avoid-tail-recenter):
24462 * fringe.el (set-fringe-mode-1):
24463 * generic-x.el (bat-generic-mode-compile):
24464 * help-mode.el (help-info-variable, help-do-xref)
24465 (help-mode-revert-buffer):
24466 * help.el (view-emacs-todo):
24467 * iswitchb.el (iswitchb-completion-help):
24468 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24469 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24470 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24471 * locate.el (locate-update):
24472 * longlines.el (longlines-encode-region)
24473 (longlines-after-change-function):
24474 * outline.el (outline-isearch-open-invisible):
24475 * ps-def.el (declare-function, charset-dimension, char-width)
24476 (encode-char):
24477 * ps-mule.el (ps-mule-plot-string):
24478 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24479 (recentf-edit-list-select, recentf-edit-list-validate)
24480 (recentf-open-files-action):
24481 * rect.el (delete-whitespace-rectangle-line)
24482 (rectangle-number-line-callback):
24483 * register.el (window-configuration-to-register)
24484 (frame-configuration-to-register):
24485 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24486 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24487 (xselect-convert-to-targets, xselect-convert-to-delete)
24488 (xselect-convert-to-filename, xselect-convert-to-charpos)
24489 (xselect-convert-to-lineno, xselect-convert-to-colno)
24490 (xselect-convert-to-os, xselect-convert-to-host)
24491 (xselect-convert-to-user, xselect-convert-to-class)
24492 (xselect-convert-to-name, xselect-convert-to-integer)
24493 (xselect-convert-to-atom, xselect-convert-to-identity):
24494 * subr.el (declare, ignore, process-kill-without-query)
24495 (text-clone-maintain):
24496 * terminal.el (te-get-char, te-tic-sentinel):
24497 * tool-bar.el (tool-bar-make-keymap):
24498 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24499 * type-break.el (type-break-mode, type-break-noninteractive-query):
24500 * view.el (View-back-to-mark):
24501 * wid-browse.el (widget-browse-action, widget-browse-widget)
24502 (widget-browse-widgets, widget-browse-sexp):
24503 * widget.el (define-widget-keywords):
24504 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24505 Mark unused parameters.
24506
24507 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24508 (align-areas): Remove unused variable `look'.
24509 (align-region): Remove unused variables `real-end' and `pos-list'.
24510
24511 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24512
24513 * bindings.el (mode-line-modified, mode-line-remote):
24514 Mark unused parameters.
24515 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24516
24517 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24518 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24519
24520 * comint.el (comint-history-isearch-pop-state)
24521 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24522 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24523 (comint-substitute-in-file-name): Doc fix.
24524
24525 * completion.el (cmpl-statistics-block): Mark unused parameter.
24526 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24527 (save-completions-to-file, load-completions-from-file):
24528 Remove unused local variable `e'.
24529
24530 * composite.el (compose-chars): Remove unused variable `len'.
24531 (lgstring-insert-glyph): Remove unused variable `g'.
24532 (compose-glyph-string): Remove unused variables `ascent',
24533 `descent', `lbearing' and `rbearing'.
24534 (compose-glyph-string-relative): Remove unused variables
24535 `lbearing', `rbearing' and `wadjust'.
24536 (compose-gstring-for-graphic): Remove unused variables `header',
24537 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24538 (compose-gstring-for-terminal): Remove unused variables `header'
24539 and `nchars'. Use `let', not `let*'.
24540
24541 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24542 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24543 (Custom-buffer-done, custom-buffer-create-internal)
24544 (custom-browse-visibility-action, custom-browse-group-tag-action)
24545 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24546 (widget-magic-mouse-down-action, custom-toggle-parent)
24547 (custom-add-parent-links, custom-toggle-hide-variable)
24548 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24549 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24550 (custom-face-menu-create, custom-variable-menu-create, get)
24551 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24552 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24553 (customize-apropos): Remove unused variable `tests'.
24554 (custom-group-value-create): Remove unused variable `hidden-p'.
24555 (sort-fold-case): Declare.
24556
24557 * cus-theme.el (custom-reset-standard-faces-list)
24558 (custom-reset-standard-variables-list): Declare.
24559 (customize-create-theme, custom-theme-revert, custom-theme-write)
24560 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24561 Mark unused parameters.
24562
24563 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24564
24565 * delim-col.el (delimit-columns-max): Move defvar before first use.
24566
24567 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24568 (describe-char): Don't quote `lambda'. Mark unused parameter.
24569
24570 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24571 (auto-insert): Declare.
24572 (desktop-restore-file-buffer): Rename desktop-* parameters;
24573 mark unused ones.
24574 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24575 (desktop-buffer): Rename desktop-* parameters.
24576
24577 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24578 (dframe-reposition-frame-xemacs, dframe-help-echo)
24579 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24580 Mark unused parameters.
24581
24582 * dired-aux.el (backup-extract-version-start, overwrite-query)
24583 (overwrite-backup-query, rename-regexp-query)
24584 (rename-non-directory-query): Declare.
24585 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24586 (dired-add-entry): Remove unused variable `orig-file-name'.
24587 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24588 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24589 `dired-copy-preserve-time' directly.
24590 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24591 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24592
24593 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24594 (dired-virtual-revert, dired-make-relative-symlink):
24595 Mark unused parameters.
24596 (manual-program): Declare.
24597 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24598 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24599 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24600
24601 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24602
24603 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24604
24605 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24606 Declare.
24607
24608 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24609
24610 * electric.el (Electric-command-loop): Rename parameter
24611 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24612
24613 * expand.el (expand-in-literal): Remove unused variable `here'.
24614
24615 * facemenu.el (facemenu-add-new-color):
24616 Remove unused variable `docstring'.
24617
24618 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24619 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24620 (face-attr-construct): Mark unused parameter. Doc fix.
24621 (read-color): Remove unused variable `hex-string'.
24622
24623 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24624 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24625 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24626 (display-buffer-other-frame): Remove unused variable `old-window'.
24627 (kill-buffer-hook): Declare.
24628 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24629 Mark unused parameters.
24630 (after-find-file): Pass 1 to `auto-save-mode', not t.
24631
24632 * files-x.el (auto-insert): Declare.
24633 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24634
24635 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24636 variable `buf'. Mark unused parameter.
24637 (find-lisp-insert-directory): Mark unused parameter.
24638
24639 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24640 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24641 (format-common-tail): Remove, unused.
24642 (format-deannotate-region): Remove unused variable `loc'.
24643 (format-annotate-region): Remove unused variable `p'.
24644 (format-annotate-single-property-change): Remove unused variables
24645 `default' and `tail'.
24646
24647 * forms.el (read-file-filter): Declare.
24648 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24649
24650 * frame.el (frame-creation-function-alist): Mark unused parameter.
24651 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24652
24653 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24654 Remove unused parameters.
24655 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24656 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24657
24658 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24659 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24660 (hfy-prepare-tag-map): Mark unused parameters.
24661 (htmlfontify-buffer): Use `called-interactively-p'.
24662
24663 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24664 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24665 (ibuffer-do-occur): Mark unused parameters.
24666 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24667 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24668
24669 * ibuffer.el: Don't quote `lambda'.
24670 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24671 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24672 Mark unused parameters.
24673
24674 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24675 (ido-completing-read): Mark unused parameters.
24676 (ido-copy-current-word): Mark unused parameters;
24677 remove unused variable `name'.
24678 (ido-sort-merged-list): Remove unused parameter `dirs'.
24679
24680 * ielm.el (ielm-input-sender): Mark unused parameter.
24681 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24682 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24683 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24684 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24685 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24686
24687 * image-dired.el (image-dired-display-thumbs): Remove unused
24688 variables `curr-file' and `count'.
24689 (image-dired-remove-tag): Remove unused variable `start'.
24690 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24691 variable `curr-file'
24692 (image-dired-rotate-original): Remove unused variable `temp-file'.
24693 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24694 Remove unused variable `file'.
24695 (image-dired-gallery-generate): Remove unused variable `curr'.
24696 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24697
24698 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24699
24700 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24701
24702 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24703
24704 * isearch.el (minibuffer-history-symbol): Declare.
24705 (isearch-edit-string): Remove unused variable `err'.
24706 (isearch-message-prefix, isearch-message-suffix):
24707 Mark unused parameters.
24708
24709 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24710
24711 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24712
24713 * makesum.el (double-column): Remove unused variable `cnt'.
24714
24715 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24716 (ido-ignore-item-temp-list): Declare.
24717
24718 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24719 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24720 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24721 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24722 `mouse-col-delta'.
24723
24724 * mouse-sel.el (mouse-extend-internal):
24725 Remove unused variable `orig-window-frame'.
24726
24727 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24728 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24729 Move declarations before first use.
24730 (pcomplete-opt): Mark unused parameters; doc fix.
24731
24732 * proced.el (proced-revert): Mark unused parameter.
24733 (proced-send-signal): Remove unused variable `err'.
24734
24735 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24736 Rename parameter PREFIX-ARG to ARG.
24737 (ps-basic-plot-string, ps-basic-plot-whitespace):
24738 Mark unused parameters.
24739
24740 * replace.el (replace-count): Define.
24741 (occur-revert-function): Mark unused parameters.
24742 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24743 (isearch-case-fold-search, isearch-string): Declare.
24744 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24745 bind `case-fold-search'. Remove unused variables `beg' and `end',
24746 and simplify.
24747 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24748 COUNT and bind `replace-count'.
24749 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24750 to COUNT.
24751
24752 * savehist.el (print-readably, print-string-length): Declare.
24753
24754 * shadowfile.el (shadow-expand-cluster-in-file-name):
24755 Remove unused variable `cluster'.
24756 (shadow-copy-file): Remove unused variable `i'.
24757 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24758 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24759 (shadow-define-literal-group, shadow-define-regexp-group)
24760 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24761
24762 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24763 (shell): Use `called-interactively-p'.
24764 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24765
24766 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24767 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24768 (delete-backward-char): Remove unused variable `ocol'.
24769 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24770 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24771 (event-apply-hyper-modifier, event-apply-shift-modifier)
24772 (event-apply-control-modifier, event-apply-meta-modifier):
24773 Mark unused parameters.
24774 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24775 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24776
24777 * speedbar.el (speedbar-ignored-directory-expressions)
24778 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24779 (speedbar-find-file, speedbar-dir-follow)
24780 (speedbar-directory-buttons-follow, speedbar-tag-find)
24781 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24782 (speedbar-buffers-line-directory, speedbar-buffer-click):
24783 Mark unused parameters.
24784 (speedbar-tag-file): Remove unused variable `mode'.
24785 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24786
24787 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24788
24789 * talk.el (talk): Remove unused variable `display'.
24790
24791 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24792 (tar-write-region-annotate): Mark unused parameter.
24793
24794 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24795 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24796 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24797 warning by another.
24798
24799 * time-stamp.el (time-stamp-string-preprocess):
24800 Remove unused variable `require-padding'.
24801
24802 * tree-widget.el (widget-glyph-enable): Declare.
24803 (tree-widget-action): Mark unused parameter.
24804
24805 * w32-fns.el (x-get-selection): Mark unused parameter.
24806 (autoload-make-program, generated-autoload-file): Declare.
24807
24808 * wdired.el (wdired-revert): Mark unused parameters.
24809 (wdired-xcase-word): Remove unused variable `err'.
24810
24811 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24812 (whitespace-help-scroll): Remove unused variable `data-help'.
24813
24814 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24815 (widget-image-insert, widget-after-change, default)
24816 (widget-default-format-handler, widget-default-notify)
24817 (widget-default-prompt-value, widget-info-link-action)
24818 (widget-url-link-action, widget-function-link-action)
24819 (widget-variable-link-action, widget-file-link-action)
24820 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24821 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24822 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24823 (widget-insert-button-action, widget-delete-button-action, visibility)
24824 (widget-documentation-link-action, widget-documentation-string-action)
24825 (widget-const-prompt-value, widget-regexp-match, symbol)
24826 (widget-coding-system-prompt-value)
24827 (widget-key-sequence-value-to-external, sexp)
24828 (widget-sexp-value-to-internal, character, vector, cons)
24829 (widget-choice-prompt-value, widget-boolean-prompt-value)
24830 (widget-color--choose-action): Mark unused parameters.
24831 (widget-item-match-inline, widget-choice-match-inline)
24832 (widget-checklist-match, widget-checklist-match-inline)
24833 (widget-group-match): Rename parameter VALUES to VALS.
24834 (widget-field-value-set): Remove unused variable `size'.
24835 (widget-color-action): Remove unused variables `value' and `start'.
24836
24837 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24838 variable `dir'. Doc fix.
24839 (windmove-find-other-window): Don't pass it.
24840
24841 * window.el (count-windows): Mark unused parameter.
24842 (bw-adjust-window): Remove unused variable `err'.
24843
24844 * woman.el (woman-file-name): Remove unused variable `default'.
24845 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24846 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24847 (global-font-lock-mode): Declare.
24848 (woman-decode-region): Mark unused parameter.
24849 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24850
24851 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24852 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24853 (x-dnd-handle-moz-url): Remove unused variable `title'.
24854 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24855
24856 * xml.el (xml-parse-tag, xml-parse-attlist):
24857 Remove unused variable `pos'.
24858
24859 2011-04-19 Glenn Morris <rgm@gnu.org>
24860
24861 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24862 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24863 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24864 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24865 * calendar/cal-html.el (cal-html-insert-minical):
24866 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24867 (calendar-mark-date-pattern):
24868 Prefix "unused" locals.
24869
24870 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24871 optional argument `style'.
24872
24873 * calendar/appt.el (appt-make-list):
24874 * calendar/cal-china.el (calendar-chinese-date-string):
24875 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24876 (diary-hebrew-yahrzeit):
24877 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24878 * calendar/calendar.el (calendar-generate-window):
24879 * calendar/time-date.el (time-to-days):
24880 Remove unused local variables.
24881
24882 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
24883
24884 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24885 glyphless-char-display table.
24886 (tabulated-list-glyphless-char-display): New var.
24887
24888 2011-04-18 Sam Steingold <sds@gnu.org>
24889
24890 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24891 to acknowledgments.
24892
24893 2011-04-17 Glenn Morris <rgm@gnu.org>
24894
24895 * calendar/diary-lib.el (diary-sexp-entry):
24896 * calendar/holidays.el (holiday-sexp):
24897 Set debug-on-error rather than the removed stack-trace-on-error.
24898
24899 2011-04-16 Glenn Morris <rgm@gnu.org>
24900
24901 * progmodes/f90.el: Use lexical-binding.
24902 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24903
24904 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24905
24906 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24907 (mail-mode): Setup mailalias completion here instead.
24908 * mail/mailalias.el: Use lexical-binding.
24909 (pattern, mailalias-done): Declare dynamic.
24910 (mail-completion-at-point-function): New function, from mail-complete.
24911 (mail-complete): Use it.
24912 (mail-completion-expand): New function.
24913 (mail-get-names): Use it.
24914 (mail-directory, mail-directory-process, mail-directory-stream):
24915 Don't use `pattern' for lexically bound arg.
24916
24917 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24918
24919 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24920 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24921 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24922
24923 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24924 (byte-save-window-excursion, byte-temp-output-buffer-setup)
24925 (byte-interactive-p): Define them again, for use when inlining
24926 old code.
24927
24928 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
24929
24930 * loadup.el: Use `string-to-number', not `string-to-int'.
24931
24932 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24933
24934 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24935 gud-gdb-complete-command.
24936 (gud-gdb-completions): New function, from gud-gdb-complete-command.
24937 (gud-gdb-completion-at-point): New function.
24938 (gud-gdb-completions): Remove.
24939
24940 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
24941
24942 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24943 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
24944 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24945 whether `executable-find' is bound.
24946
24947 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24948
24949 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
24950
24951 * minibuffer.el (completion-in-region-mode-predicate)
24952 (completion-in-region-mode--predicate): New vars.
24953 (completion-in-region, completion-in-region--postch)
24954 (completion-in-region-mode): Use them.
24955 (completion--capf-wrapper): Also return the hook function.
24956 (completion-at-point, completion-help-at-point):
24957 Adjust and provide a predicate.
24958
24959 Preserve arg names for advice of subr and lexical functions (bug#8457).
24960 * help-fns.el (help-function-arglist): Consolidate the subr and
24961 new-byte-code cases. Add argument `preserve-names' to extract names
24962 from the docstring when needed.
24963 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24964 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24965 (ad-arglist): Use help-function-arglist's new arg.
24966 (ad-definition-type): Use cond.
24967
24968 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
24969
24970 * autorevert.el (auto-revert-handler):
24971 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24972 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24973 Don't quote lambda.
24974
24975 * image-mode.el (image-transform-set-scale):
24976 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24977
24978 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
24979
24980 * net/network-stream.el (network-stream-open-starttls): Only do
24981 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24982 Upgrades via gnutls-cli are too slow to be done opportunistically.
24983
24984 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
24985
24986 * dframe.el (dframe-current-frame): Remove spurious quote.
24987
24988 2011-04-12 Glenn Morris <rgm@gnu.org>
24989
24990 * calendar/cal-tex.el (cal-tex-end-document):
24991 Try to automatically use latin1 input if needed.
24992
24993 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
24994 Don't try to cons a mark onto an empty element.
24995
24996 2011-04-11 Leo Liu <sdl.web@gmail.com>
24997
24998 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
24999 buffers.
25000 (ido-kill-buffer-at-head): Support killing virtual buffers.
25001
25002 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25003
25004 * minibuffer.el (completion-show-inline-help): New var.
25005 (completion--do-completion, minibuffer-complete)
25006 (minibuffer-force-complete, minibuffer-complete-word):
25007 Inhibit minibuffer messages if completion-show-inline-help is nil.
25008
25009 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25010 to avoid interference from inline help (Bug#5849).
25011
25012 2011-04-10 Leo Liu <sdl.web@gmail.com>
25013
25014 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25015 Fix typo.
25016
25017 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25018
25019 * image-mode.el (image-toggle-display-image): Signal an error if
25020 not in Image mode.
25021 (image-transform-mode, image-transform-resize)
25022 (image-transform-set-rotation): Doc fix.
25023 (image-transform-set-resize): Delete.
25024 (image-transform-set-scale, image-transform-fit-to-height)
25025 (image-transform-fit-to-width): Handle image-toggle-display-image
25026 and image-transform-resize directly.
25027
25028 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25029
25030 * doc-view.el (doc-view-fit-width-to-window)
25031 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25032 New functions for fitting the shown image to the Emacs window size.
25033 (doc-view-mode-map): Add bindings for the new functions.
25034
25035 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25036
25037 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25038 Fix typo in docstring.
25039
25040 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25041
25042 * files.el (file-size-human-readable): Produce one digit after
25043 decimal, like "ls -lh" does.
25044
25045 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25046 the file size representation.
25047
25048 * simple.el (list-processes): If async subprocesses are not
25049 available, error out with a clear error message.
25050
25051 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25052
25053 * help.el (help-form-show): New function, to be called from C.
25054 Put help-form output in a buffer named differently than *Help*.
25055
25056 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25057
25058 * files.el (file-size-human-readable): New function.
25059
25060 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25061 computing the representation inline. Don't require `cl'.
25062
25063 2011-04-08 Glenn Morris <rgm@gnu.org>
25064
25065 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25066
25067 * net/browse-url.el (browse-url-firefox):
25068 Test system-type, not system-configuration.
25069
25070 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25071 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25072 Use log-edit-empty-buffer-p. (Bug#7598)
25073
25074 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25075 (rlogin-mode-map): Initialize in the defvar.
25076 (rlogin): Use ignore-errors.
25077
25078 * replace.el (occur-mode-map): Some fixes for menu items.
25079
25080 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25081
25082 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25083
25084 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25085
25086 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25087 issuing unused warnings.
25088
25089 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25090 macro directly.
25091
25092 * simple.el: Lisp reimplement of list-processes. Based on an
25093 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25094 (process-menu-mode): New major mode.
25095 (list-processes--refresh, list-processes):
25096 (process-menu-visit-buffer): New functions.
25097
25098 * files.el (save-buffers-kill-emacs): Don't assume any return
25099 value of list-processes, which is undocumented anyway.
25100
25101 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25102
25103 * emacs-lisp/tabulated-list.el: New file.
25104
25105 * emacs-lisp/package.el: Use Tabulated List mode.
25106 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25107 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25108 table format using Tabulated List mode variables.
25109 (package--push): New macro, replacing package-list-maybe-add.
25110 (package-menu--generate): Use package--push. Renamed from
25111 package--generate-package-list.
25112 (package-menu-refresh, list-packages): Use it.
25113 (package-menu--print-info): Rename from package-print-package.
25114 Return insertion data instead of inserting it directly.
25115 (package-menu-describe-package, package-menu-execute):
25116 Use tabulated-list-get-id.
25117 (package-menu-mark-delete, package-menu-mark-install)
25118 (package-menu-mark-unmark, package-menu-backup-unmark)
25119 (package-menu-mark-obsolete-for-deletion):
25120 Use tabulated-list-put-tag.
25121 (package--list-packages, package-menu-revert)
25122 (package-menu-get-package, package-menu-get-version)
25123 (package-menu-sort-by-column): Functions deleted.
25124 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25125 (package-menu--status-predicate, package-menu--version-predicate)
25126 (package-menu--name-predicate)
25127 (package-menu--description-predicate): Handle arguments in the
25128 Tabulated List format.
25129 (package-list-packages-no-fetch): Call list-packages.
25130
25131 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25132
25133 * files.el (after-find-file-from-revert-buffer): Remove variable.
25134 (after-find-file): Don't bind it.
25135 (revert-buffer-in-progress-p): New variable.
25136 (revert-buffer): Bind it.
25137 Pass nil for `after-find-file-from-revert-buffer'.
25138
25139 * saveplace.el (save-place-find-file-hook): Use new variable
25140 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25141
25142 2011-04-06 Glenn Morris <rgm@gnu.org>
25143
25144 * Makefile.in (AUTOGEN_VCS): New variable.
25145 (autoloads): Use $AUTOGEN_VCS.
25146
25147 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25148 * calendar/calendar.el (calendar-mode-map):
25149 Check for toolkit scroll bars. (Bug#8305)
25150
25151 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25152
25153 * minibuffer.el (completion-in-region--postch)
25154 (completion-in-region-mode): Remove unnecessary messages.
25155
25156 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25157
25158 * font-lock.el (font-lock-refresh-defaults):
25159 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25160 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25161
25162 * info.el (Info-directory-list, Info-read-node-name-2)
25163 (Info-split-parameter-string): Doc fixes.
25164 (Info-virtual-nodes): Reflow docstring.
25165 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25166 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25167 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25168 Fix typos in docstrings.
25169 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25170 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25171 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25172 (Info-restore-desktop-buffer): Mark unused parameters.
25173 (Info-directory-find-file, Info-directory-find-node)
25174 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25175 (Info-virtual-index-find-node, Info-apropos-find-file)
25176 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25177 Mark unused parameters; fix typos in docstrings.
25178 (Info-virtual-index): Remove unused local variable `nodename'.
25179
25180 2011-04-05 Deniz Dogan <deniz@dogan.se>
25181
25182 * net/rcirc.el: Update my e-mail address.
25183 (rcirc-mode-map): Remove M-o binding.
25184
25185 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25186
25187 * startup.el (command-line): Save the cursor's theme-face
25188 directly, instead of using face-override-spec.
25189
25190 * custom.el (load-theme): Minor optimization in assigning faces.
25191
25192 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25193
25194 * help-fns.el (describe-variable): Complete all variables having
25195 documentation, including keywords.
25196 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25197
25198 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25199
25200 Convert to lexical-binding.
25201
25202 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25203 (bs--get-marked-string, bs--get-modified-string)
25204 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25205 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25206 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25207
25208 * ehelp.el (electric-help-execute-extended)
25209 (electric-help-ctrl-x-prefix):
25210 * hexl.el (hexl-revert-buffer-function):
25211 * linum.el (linum-after-change, linum-after-scroll):
25212 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25213
25214 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25215
25216 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25217
25218 * epa-dired.el:
25219 * epa-mail.el:
25220 * epa-hook.el:
25221 * epa-file.el:
25222 * epa.el:
25223 * epg.el: Use lexical binding.
25224
25225 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25226
25227 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25228
25229 * textmodes/flyspell.el (flyspell-word): Recognize default
25230 dictionary case for flyspell-mark-duplications-exceptions.
25231 Use regexp matching for languages.
25232 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25233 default dictionary (Bug#7926).
25234
25235 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25236
25237 * emacs-lisp/package.el (package--with-work-buffer):
25238 Recognize https URLs.
25239
25240 * net/network-stream.el: Move from gnus/proto-stream.el.
25241 Change prefix to network-stream throughout.
25242 (open-protocol-stream): Merge into open-network-stream, leaving
25243 open-protocol-stream as an alias. Handle nil BUFFER args.
25244
25245 * subr.el (open-network-stream): Move to net/network-stream.el.
25246
25247 2011-04-02 Glenn Morris <rgm@gnu.org>
25248
25249 * find-dired.el (find-exec-terminator): New option.
25250 (find-ls-option): Test for -ls support.
25251 (find-ls-subdir-switches): Test for -b in find-ls-option.
25252 (find-dired, find-grep-dired): Doc fixes.
25253 (find-dired): Use find-exec-terminator.
25254
25255 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25256 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25257 (find-name-arg): Remove purecopy.
25258
25259 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25260 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25261 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25262 accordingly. Don't add the null-device if not needed.
25263
25264 * files.el (save-some-buffers): Doc fix.
25265
25266 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25267
25268 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25269
25270 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25271
25272 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25273 Use `dolist' rather than `mapcar'.
25274
25275 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25276
25277 Add lexical binding.
25278
25279 * subr.el (apply-partially): Use new closures rather than CL.
25280 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25281 (dolist, dotimes): Use slightly different expansion for lexical code.
25282 (functionp): Move to C.
25283 (letrec): New macro.
25284 (with-wrapper-hook): Use it and apply-partially instead of CL.
25285 (eval-after-load): Preserve lexical-binding.
25286 (save-window-excursion, with-output-to-temp-buffer): Turn them
25287 into macros.
25288
25289 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25290
25291 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25292 than the arglist.
25293 (help-add-fundoc-usage): Don't add `Not documented'.
25294 (help-function-arglist): Handle closures, subroutines, and new
25295 byte-code-functions.
25296 (help-make-usage): Remove leading underscores.
25297 (describe-function-1): Handle closures.
25298 (describe-variable): Use special-variable-p for completion.
25299
25300 * files.el (lexical-binding): Declare safe.
25301
25302 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25303 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25304 (pcase): Add `let' pattern.
25305 Change memoization so it actually works.
25306 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25307 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25308 <let>: New case.
25309
25310 * emacs-lisp/macroexp.el: Use lexical binding.
25311 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25312 Don't convert ' to #' without checking that it's indeed quoting
25313 a lambda.
25314
25315 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25316 Use eval-sexp-add-defvars.
25317 (eval-sexp-add-defvars): New fun.
25318
25319 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25320
25321 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25322 Don't autoload.
25323 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25324 than the internal `byte-compile-lambda'.
25325 (defmethod): Don't hide code under quotes.
25326 (eieio-defmethod): New `code' argument.
25327
25328 * emacs-lisp/eieio-comp.el: Remove.
25329
25330 * emacs-lisp/edebug.el (edebug-eval-defun)
25331 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25332 (edebug-toggle): Avoid `eval'.
25333
25334 * emacs-lisp/disass.el (disassemble-internal): Handle new
25335 `closure' objects.
25336 (disassemble-1): Handle new byte codes.
25337
25338 * emacs-lisp/cl.el (pushnew): Silence warning.
25339
25340 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25341 (cl-byte-compile-throw): Remove.
25342 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25343
25344 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25345 closures.
25346
25347 * emacs-lisp/cconv.el: New file.
25348
25349 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25350 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25351 (byte-compile-initial-macro-environment):
25352 Handle declare-function here.
25353 (byte-compile--lexical-environment): New var.
25354 (byte-stack-ref, byte-stack-set, byte-discardN)
25355 (byte-discardN-preserve-tos): New lap codes.
25356 (byte-interactive-p): Don't use any more.
25357 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25358 New macros.
25359 (byte-compile-lapcode): Use them and handle new lap codes.
25360 (byte-compile-obsolete): Remove.
25361 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25362 (byte-compile-arglist-warn): Check late def of inlinable funs.
25363 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25364 since they should have been expanded by now.
25365 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25366 (byte-compile-from-buffer): Remove unused second arg.
25367 (byte-compile-preprocess): New function.
25368 (byte-compile-toplevel-file-form): New function to distinguish
25369 file-form calls from outside from file-form calls from hunk-handlers.
25370 (byte-compile-file-form): Simplify.
25371 (byte-compile-file-form-defsubst): Remove.
25372 (byte-compile-file-form-defmumble): Simplify now that
25373 byte-compile-lambda always returns a byte-code-function.
25374 (byte-compile): Preprocess.
25375 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25376 Remove, not used any more.
25377 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25378 (byte-compile-make-args-desc): New funs.
25379 (byte-compile-lambda): Handle lexical functions. Always return
25380 a byte-code-function.
25381 (byte-compile-reserved-constants): New var, to make up room for
25382 closed-over variables.
25383 (byte-compile-constants-vector): Obey it.
25384 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25385 (byte-compile-macroexpand-declare-function): New function.
25386 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25387 byte-code-functions.
25388 (byte-compile-form): Check obsolescence here.
25389 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25390 (byte-compile-variable-ref): Remove.
25391 (byte-compile-dynamic-variable-op): New fun.
25392 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25393 (byte-compile-variable-set): New funs.
25394 (byte-compile-discard): Add 2 args.
25395 (byte-compile-stack-ref, byte-compile-stack-set)
25396 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25397 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25398 macroexpand-all instead.
25399 (byte-compile-quote-form): Remove.
25400 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25401 (byte-compile-bind, byte-compile-unbind): New funs.
25402 (byte-compile-let): Handle let* and lexical binding.
25403 (byte-compile-let*): Remove.
25404 (byte-compile-catch, byte-compile-unwind-protect)
25405 (byte-compile-track-mouse, byte-compile-condition-case):
25406 Handle a new :fun-body form, used for lexical scoping.
25407 (byte-compile-save-window-excursion)
25408 (byte-compile-with-output-to-temp-buffer): Remove.
25409 (byte-compile-defun): Simplify.
25410 (byte-compile-stack-adjustment): New fun.
25411 (byte-compile-out): Use it.
25412 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25413
25414 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25415 handler any more.
25416
25417 * emacs-lisp/byte-opt.el: Use lexical binding.
25418 (byte-inline-lapcode): Remove (to bytecomp).
25419 (byte-compile-inline-expand): Pay attention to inlining to/from
25420 lexically bound code.
25421 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25422 any more.
25423 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25424 any more and don't call compiler-macros.
25425 (byte-compile-splice-in-already-compiled-code): Remove.
25426 (byte-code): Don't inline any more.
25427 (disassemble-offset): Receive `bytes' as argument rather than via
25428 dynamic scoping.
25429 (byte-compile-tag-number): Declare before first use.
25430 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25431 `return' even if make-spliceable.
25432 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25433 obsolete interactive-p.
25434 (byte-optimize-lapcode): Optimize new lap-codes.
25435 Don't trip up on new form of `byte-constant' lap code.
25436
25437 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25438
25439 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25440
25441 * custom.el (custom-initialize-default, custom-declare-variable):
25442 Use `defvar'.
25443
25444 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25445 New variables.
25446 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25447 (COMPILE_FIRST): Add macroexp and cconv.
25448 * makefile.w32-in: Mirror changes in Makefile.in.
25449
25450 * vc/cvs-status.el:
25451 * vc/diff-mode.el:
25452 * vc/log-edit.el:
25453 * vc/log-view.el:
25454 * vc/smerge-mode.el:
25455 * textmodes/bibtex-style.el:
25456 * textmodes/css-mode.el:
25457 * startup.el:
25458 * uniquify.el:
25459 * minibuffer.el:
25460 * newcomment.el:
25461 * reveal.el:
25462 * server.el:
25463 * mpc.el:
25464 * emacs-lisp/smie.el:
25465 * doc-view.el:
25466 * dired.el:
25467 * abbrev.el: Use lexical binding.
25468
25469 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25470
25471 * info.el (info-display-manual): New function.
25472
25473 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25474
25475 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25476
25477 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25478
25479 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25480 an entry for that server in rcirc-authinfo. (Bug#8385)
25481
25482 2011-03-31 Glenn Morris <rgm@gnu.org>
25483
25484 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25485
25486 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25487
25488 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25489
25490 * progmodes/python.el (python-default-interpreter)
25491 (python-python-command-args, python-jython-command-args)
25492 (python-which-shell, python-which-args, python-which-bufname)
25493 (python-file-queue, python-comint-output-filter-function)
25494 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25495 variables and functions.
25496
25497 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25498
25499 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25500 (completion-in-region-mode): New minor mode.
25501 (completion-in-region): Use it.
25502 (completion-in-region--data, completion-in-region-mode-map): New vars.
25503 (completion-in-region--postch): New function.
25504 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25505 New vars.
25506 (completion--capf-wrapper): New function.
25507 (completion-at-point): Use it to track well-behavedness of
25508 hook functions.
25509 (completion-help-at-point): New command.
25510
25511 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25512
25513 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25514 syntax class to search for whitespace on a single line
25515 (Message-ID: <4D938140.4030905@redhat.com>).
25516
25517 2011-03-30 Leo Liu <sdl.web@gmail.com>
25518
25519 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25520 New commands.
25521 (edit-abbrevs-map): Bind them here.
25522 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25523
25524 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25525
25526 * allout.el (allout-hide-by-annotation, allout-flag-region):
25527 Reduce possibility of overlay leakage by making them volatile.
25528
25529 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25530 hash is not shared between buffers. Mode initialization is
25531 responsible for giving it a useful starting value.
25532 (allout-item-span): Reduce possibility of overlay leakage by
25533 making them volatile.
25534 (allout-widgets-count-buttons-in-region): Add diagnostic function
25535 for tracking down button overlay leaks.
25536
25537 2011-03-29 Leo Liu <sdl.web@gmail.com>
25538
25539 * ido.el (ido-read-internal): Use the default history var
25540 minibuffer-history if no HISTORY is specified.
25541
25542 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25543
25544 * net/imap.el (imap-shell-open, imap-process-connection-type):
25545 Use imap-process-connection-type for 'shell' streams as well as
25546 Kerberos, SSL, other subprocesses.
25547
25548 2011-03-28 Leo Liu <sdl.web@gmail.com>
25549
25550 * abbrev.el (abbrev-table-empty-p): New function.
25551 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25552 nonempty ones. (Bug#5937)
25553
25554 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25555
25556 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25557
25558 2011-03-27 Leo Liu <sdl.web@gmail.com>
25559
25560 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25561 for foreground and background colors.
25562 (ansi-color-make-color-map): Adapt.
25563
25564 2011-03-25 Leo Liu <sdl.web@gmail.com>
25565
25566 * midnight.el (midnight-time-float): Remove. Note it calculates
25567 the microsecond component incorrectly and seconds-to-time does the
25568 same job.
25569 Remove redundant (require 'timer).
25570
25571 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25572 (ido-completions): Remove unused arguments. (Bug#8329)
25573
25574 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25575
25576 * minibuffer.el (completion--flush-all-sorted-completions):
25577 Remove itself from hook.
25578 (completion-at-point): Let the functions perform the completion
25579 immediately and return nil or t.
25580 * comint.el (comint-dynamic-complete-functions): Now identical to
25581 completion-at-point-functions.
25582 (comint-dynamic-list-input-ring): Remove unused var `index'.
25583 (comint--match-partial-filename, comint--unquote&expand-filename):
25584 New funs, split from comint-match-partial-filename.
25585 (comint-dynamic-complete): Use completion-at-point.
25586 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25587
25588 2011-03-24 Drew Adams <drew.adams@oracle.com>
25589
25590 * thingatpt.el: Support `defun'.
25591
25592 2011-03-23 Leo Liu <sdl.web@gmail.com>
25593
25594 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25595
25596 * help-mode.el (help-mode-finish): Tweak regexp.
25597
25598 2011-03-23 Glenn Morris <rgm@gnu.org>
25599
25600 * eshell/esh-opt.el (eshell-eval-using-options):
25601 Do not bind unused local variable `eshell-option-stub'.
25602
25603 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25604
25605 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25606
25607 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25608 keymap variable in `with-no-warnings' to avoid a warning when the
25609 keymap has been already `defconst'ed.
25610
25611 2011-03-22 Leo Liu <sdl.web@gmail.com>
25612
25613 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25614 encode all chars in abbrevs; otherwise use emacs-mule or
25615 utf-8-emacs. (Bug#8308)
25616
25617 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25618
25619 * simple.el (backward-delete-char-untabify):
25620 Avoid warning about using `delete-backward-char'.
25621
25622 * image.el (image-type-file-name-regexps): Make it variable.
25623 `imagemagick-register-types' modifies it, and the user may want
25624 to add new extensions for known image types.
25625 (imagemagick-register-types): Throw error if not using ImageMagick.
25626
25627 2011-03-22 Leo Liu <sdl.web@gmail.com>
25628
25629 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25630 located before rcirc-prompt-end-marker.
25631 (rcirc-complete): Error if point is not after rcirc prompt.
25632 Handle the case when table is nil.
25633 (rcirc-user-authenticated): Define to fix compiler warning.
25634
25635 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25636
25637 * custom.el (custom--inhibit-theme-enable): Make it affect only
25638 custom-theme-set-variables and custom-theme-set-faces.
25639 (provide-theme): Ignore custom--inhibit-theme-enable.
25640 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25641 (custom-enabling-themes): Delete variable.
25642 (enable-theme): Accept only loaded themes as arguments.
25643 Ignore the special custom-enabled-themes variable.
25644 (custom-enabled-themes): Forbid themes from setting this.
25645 Eliminate use of custom-enabling-themes.
25646 (custom-push-theme): Quote "changed" custom var entry.
25647
25648 2011-03-21 Leo Liu <sdl.web@gmail.com>
25649
25650 * ido.el (ido-read-internal): Add ido-selected to history instead
25651 of user input.
25652
25653 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25654
25655 * subr.el (deferred-action-list, deferred-action-function):
25656 Mark obsolete.
25657
25658 2011-03-21 Leo Liu <sdl.web@gmail.com>
25659
25660 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25661 change on 2011-02-13 (bug#8309).
25662
25663 * minibuffer.el (read-file-name-function): Change default value.
25664 (read-file-name--defaults): Rename from read-file-name-defaults.
25665 (read-file-name-default): Rename from read-file-name.
25666 (read-file-name): Call read-file-name-function.
25667
25668 2011-03-21 Glenn Morris <rgm@gnu.org>
25669
25670 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25671 Doc fixes.
25672
25673 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25674
25675 * cus-theme.el: Add missing provide statement.
25676 (customize-create-theme): Extract theme value correctly.
25677 (custom-theme-visit-theme): Autoload.
25678 (customize-create-theme): Prompt before inserting default faces.
25679
25680 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25681
25682 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25683 units and musical notes.
25684
25685 2011-03-20 Leo Liu <sdl.web@gmail.com>
25686
25687 * ido.el (ido-read-internal): Use completing-read-default.
25688 (ido-completing-read): Fix compatibility with completing-read.
25689
25690 2011-03-20 Christian Ohler <ohler@gnu.org>
25691
25692 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25693 (ert-delete-all-tests): Use `called-interactively-p' rather than
25694 `interactive-p'.
25695 (ert--make-xrefs-region): Respect END.
25696
25697 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25698
25699 * dired-aux.el (dired-create-directory): Signal an error if the
25700 directory already exists (Bug#8246).
25701
25702 * facemenu.el (list-colors-display): Call list-faces-display
25703 inside with-help-window.
25704 (list-colors-print): Use display property to align the final
25705 column, instead of checking window-width.
25706
25707 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25708
25709 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25710 windows-nt systems.
25711 (emerge-protect-metachars): Quote correctly for ms-dos and
25712 windows-nt systems.
25713
25714 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25715
25716 * info.el (info-initialize): Replace all uses of `:' with
25717 path-separator for compatibility with non-Unix systems.
25718 Cache quoting of path-separator. (Bug#8258)
25719
25720 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25721
25722 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25723 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25724 (mouse-avoidance-mode): Fix typos in docstrings.
25725
25726 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25727
25728 * startup.el (package-subdirectory-regexp): Move from package.el.
25729 Omit \\` and \\', and let callers add them.
25730
25731 * emacs-lisp/package.el (package-strip-version)
25732 (package-load-all-descriptors): Add \\` and \\' to
25733 package-subdirectory-regexp before using it.
25734 (package-untar-buffer): New arg DIR; ensure that file untars only
25735 into this expected directory. Remove superfluous delete-region.
25736 (package-unpack): Caller changed.
25737 (package-tar-file-info): Use package-subdirectory-regexp.
25738
25739 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25740
25741 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25742 diff-mode-shared-map (bug#8284).
25743 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25744
25745 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25746
25747 * calendar/time-date.el (format-seconds): Use assoc instead of
25748 assoc-string, since assoc-string doesn't exist in XEmacs.
25749
25750 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25751
25752 * custom.el (custom-known-themes): Reflow docstring.
25753 (custom-theme-load-path): Fix typo in docstring.
25754 (load-theme): Fix typo in error message.
25755 (custom-available-themes, custom-variable-theme-value):
25756 Use `let', not `let*'.
25757
25758 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25759
25760 * calc/README: Mention inclusion of musical notes.
25761
25762 * calc/calc-units.el (calc-lu-quant): Rename from
25763 `calc-logunits-quantity'.
25764 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25765 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25766 (calc-db): Rename from `calc-dblevel'.
25767 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25768 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25769 (calc-np): Rename from `calc-nplevel'.
25770 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25771 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25772 (calc-lu-plus): Rename from `calc-logunits-add'.
25773 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25774 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25775 (calc-lu-minus): Rename from `calc-logunits-sub'.
25776 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25777 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25778 (calc-lu-times): Rename from `calc-logunits-mul'.
25779 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25780 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25781 (calc-lu-divide): Rename from `calc-logunits-div'.
25782 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25783 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25784
25785 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25786 functions being autoloaded.
25787
25788 * calc/calc.el (calc-lu-power-reference): Rename from
25789 `calc-logunits-power-reference'.
25790 (calc-lu-field-reference): Rename from
25791 `calc-logunits-field-reference'.
25792
25793 * calc/calc-help.el (calc-l-prefix-help):
25794 Mention musical note functions.
25795
25796 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25797
25798 * minibuffer.el (completion-all-sorted-completions):
25799 Use :completion-cycle-penalty text property if present.
25800
25801 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25802
25803 * allout.el (allout-yank-processing): Adjust for new rebulleting
25804 regime so bullet being yanked is used without prompting the user
25805 for a choice.
25806
25807 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25808
25809 * startup.el (command-line): Warn the user that _emacs is deprecated.
25810
25811 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25812
25813 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25814 (delphi-verbose, delphi-comment-face, delphi-string-face)
25815 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25816 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25817 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25818 (delphi-new-comment-line, delphi-font-lock-defaults)
25819 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25820 Fix typos in docstrings.
25821
25822 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25823
25824 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25825 Invert the roles of character and string values for INSTEAD, so a
25826 string is used for the more common case of a defaulting prompt.
25827
25828 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25829
25830 * progmodes/ruby-mode.el (ruby-backward-sexp):
25831 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25832 * play/gamegrid.el (gamegrid-make-face):
25833 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25834 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25835 * notifications.el (notifications-notify):
25836 * net/xesam.el (xesam-search-engines):
25837 * net/quickurl.el (quickurl-list-insert):
25838 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25839
25840 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
25841
25842 * startup.el (command-line): Update package subdirectory regexp.
25843
25844 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25845
25846 * allout.el (allout-abbreviate-flattened-numbering)
25847 (allout-mode-deactivate-hook): Fix up obsolescence "date".
25848
25849 * subr.el (read-char-choice): Only show the cursor after the prompt,
25850 not after the answer.
25851
25852 2011-03-15 Kevin Ryde <user42@zip.com.au>
25853
25854 * help-fns.el (variable-at-point): Skip leading quotes, if any
25855 (bug#8253).
25856
25857 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25858
25859 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25860 warning message.
25861
25862 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
25863
25864 * shell.el (shell): When called interactively, offer to change the
25865 shell file name on remote hosts.
25866
25867 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
25868
25869 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25870 integration for LDAP parameters. The host, base, user or binddn,
25871 and secret tokens can be specified in a netrc file, for instance.
25872 This is optional because an `auth-source' parameter must be
25873 specified in the search attributes.
25874
25875 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
25876
25877 * help.el (describe-mode): Link to the mode's definition (bug#8185).
25878
25879 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25880
25881 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25882 into declaration. Remove redundant and harmful binding.
25883
25884 2011-03-12 Eli Zaretskii <eliz@gnu.org>
25885
25886 * files.el (file-ownership-preserved-p): Pass `integer' as an
25887 explicit 2nd argument to `file-attributes'. If the file's owner
25888 is the Administrators group on Windows, and the current user is
25889 Administrator, consider that a match.
25890
25891 * server.el (server-ensure-safe-dir): Consider server directory
25892 safe on MS-Windows if its owner is the Administrators group while
25893 the current Emacs user is Administrator. Use `=' to compare
25894 numerical UIDs, since they could be integers or floats.
25895
25896 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
25897
25898 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25899
25900 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
25901
25902 Sync with Tramp 2.2.1.
25903
25904 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25905
25906 * net/trampver.el: Update release number.
25907
25908 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25909
25910 * progmodes/compile.el (compilation--previous-directory): Fix up
25911 various nil/dead-marker mismatches (bug#8014).
25912 (compilation-directory-properties, compilation-error-properties):
25913 Don't call it at a position past the one we're about to change.
25914
25915 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25916 Disable obsolescence warnings in the file that declares it.
25917
25918 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
25919
25920 * allout-widgets.el (allout-widgets-tally):
25921 Initialize allout-widgets-tally as a hash table rather than nil to
25922 prevent mode-line redisplay warnings. Also, clarify the module
25923 description and fix a comment typo.
25924
25925 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
25926
25927 * help-fns.el (describe-variable): Don't complete keywords.
25928 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25929
25930 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
25931
25932 * emacs-lisp/package.el (package-version-join): Impose a standard
25933 string representation for pre/alpha/beta version lists.
25934 (package-unpack-single): Standardize the directory name by passing
25935 it through package-version-join.
25936 (package-strip-rcs-id): Accept any version string that does not
25937 signal an error in version-to-list.
25938
25939 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
25940
25941 * simple.el (delete-trailing-whitespace): Return nil for the
25942 benefit of `write-file-functions'.
25943
25944 2011-03-10 Glenn Morris <rgm@gnu.org>
25945
25946 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25947
25948 * vc/vc-git.el (vc-git-program): New option.
25949 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25950 (vc-git--call): Use it.
25951
25952 * eshell/esh-util.el (eshell-condition-case): Doc fix.
25953
25954 * cus-edit.el (Custom-newline): If no button at point, look
25955 for a subgroup button at start-of-line. (Bug#2298)
25956
25957 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25958
25959 2011-03-10 Julien Danjou <julien@danjou.info>
25960
25961 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25962 `cursor-type' is nil.
25963
25964 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
25965
25966 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25967
25968 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
25969
25970 * allout.el: Change so yank of distinctive-bullet items
25971 preserves the existing header prefix, rebulleting it if necessary,
25972 rather than replacing it. This is necessary for proper operation
25973 of cooperative addons like allout-widgets.
25974 (allout-make-topic-prefix, allout-rebullet-heading):
25975 Change SOLICIT arg to INSTEAD, and interpret additionally a string
25976 value as alternate bullet to be used, instead of prompting the user
25977 for a bullet character.
25978
25979 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
25980
25981 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25982 Do not use `tramp-file-name-port', because this returns also
25983 `tramp-default-port'.
25984
25985 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
25986
25987 * net/rcirc.el (rcirc-handler-001): Remove useless
25988 with-rcirc-process-buffer.
25989 (rcirc-check-auth-status): Swap arguments to string-match.
25990
25991 2011-03-09 Glenn Morris <rgm@gnu.org>
25992
25993 * shell.el (shell-mode):
25994 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
25995
25996 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
25997 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
25998
25999 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26000
26001 * emacs-lisp/package.el (package-refresh-contents)
26002 (package-menu-execute): Use condition-case-no-debug.
26003
26004 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26005
26006 * simple.el (shell-command-to-string): Use `process-file'.
26007
26008 * emacs-lisp/package.el (package-tar-file-info): Handle also
26009 remote files.
26010
26011 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26012 Use `equal' for upload base check.
26013
26014 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26015
26016 * textmodes/texinfo.el (texinfo-environments):
26017 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26018
26019 2011-03-08 Glenn Morris <rgm@gnu.org>
26020
26021 * cus-start.el (cursor-in-non-selected-windows):
26022 Fix :set quoting oddness. (Bug#8192)
26023
26024 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26025 in some setf expressions. (Bug#2159)
26026
26027 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26028
26029 * custom.el (custom-available-themes): Return themes in
26030 alphabetical order.
26031
26032 See ChangeLog.15 for earlier changes.
26033
26034 ;; Local Variables:
26035 ;; coding: utf-8
26036 ;; End:
26037
26038 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26039
26040 This file is part of GNU Emacs.
26041
26042 GNU Emacs is free software: you can redistribute it and/or modify
26043 it under the terms of the GNU General Public License as published by
26044 the Free Software Foundation, either version 3 of the License, or
26045 (at your option) any later version.
26046
26047 GNU Emacs is distributed in the hope that it will be useful,
26048 but WITHOUT ANY WARRANTY; without even the implied warranty of
26049 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26050 GNU General Public License for more details.
26051
26052 You should have received a copy of the GNU General Public License
26053 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.