Use add/remove-function to manipulate process-filters.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
4 (remove-function): Autoload.
5
6 * comint.el (comint-redirect-original-filter-function): Remove.
7 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
8 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
9 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
10 * progmodes/prolog.el (prolog-consult-compile):
11 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12 Use add/remove-function instead.
13 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14 (gud-tooltip-process-output, gud-tooltip-tips):
15 Use add/remove-function instead.
16 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
17 (scheme-interaction-mode, exit-scheme-interaction-mode):
18 Use add/remove-function instead.
19
20 * vc/vc-dispatcher.el: Use lexical-binding.
21 (vc--process-sentinel): Rename from vc-process-sentinel.
22 Change last arg to be the code to run. Don't use vc-previous-sentinel
23 and vc-sentinel-commands any more.
24 (vc-exec-after): Allow code to be a function. Use add/remove-function.
25 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
26
27 2013-04-19 Masatake YAMATO <yamato@redhat.com>
28
29 * progmodes/sh-script.el (sh-imenu-generic-expression):
30 Handle function names with a single character. (Bug#11182)
31
32 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
33
34 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
35 for subroutines defined in an eval (bug#14182).
36
37 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
38
39 * bookmark.el (bookmark-completing-read): Improve handling of empty
40 string (bug#14176).
41
42 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
45
46 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
47
48 New faster Imenu implementation (bug#14058).
49 * progmodes/python.el:
50 (python-imenu-prev-index-position):
51 (python-imenu-format-item-label-function)
52 (python-imenu-format-parent-item-label-function)
53 (python-imenu-format-parent-item-jump-label-function):
54 New vars.
55 (python-imenu-format-item-label)
56 (python-imenu-format-parent-item-label)
57 (python-imenu-format-parent-item-jump-label)
58 (python-imenu--put-parent, python-imenu--build-tree)
59 (python-imenu-create-index, python-imenu-create-flat-index)
60 (python-util-popn): New functions.
61 (python-mode): Set imenu-create-index-function to
62 python-imenu-create-index.
63
64 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * winner.el (winner-active-region): Use region-active-p, activate-mark
67 and deactivate-mark (bug#14225).
68
69 * simple.el (deactivate-mark): Don't inline it.
70
71 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
72
73 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
74
75 2013-04-18 Tassilo Horn <tsdh@gnu.org>
76
77 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
78 file extensions from the archive-mode entry in order to prefer
79 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
80
81 2013-04-18 Leo Liu <sdl.web@gmail.com>
82
83 * bindings.el (help-event-list): Add ?\?.
84
85 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * subr.el (with-wrapper-hook): Declare obsolete.
88 * simple.el (filter-buffer-substring-function): New hook.
89 (filter-buffer-substring): Use it.
90 (filter-buffer-substring-functions): Mark obsolete.
91 * minibuffer.el (completion-in-region-function): New hook.
92 (completion-in-region): Use it.
93 (completion-in-region-functions): Mark obsolete.
94 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
95 * abbrev.el (abbrev-expand-function): New hook.
96 (expand-abbrev): Use it.
97 (abbrev-expand-functions): Mark obsolete.
98 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
99 and :filter-return.
100
101 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
102
103 * progmodes/python.el (python-nav--syntactically): Fix cornercases
104 and do not care about match data.
105
106 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
109 completion tables when completing error conditions and
110 `declare' arguments.
111 (lisp-complete-symbol, field-complete): Mark as obsolete.
112 (check-parens): Unmatched parens are user errors.
113 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
114
115 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
116
117 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
118 command changed buffer (ie. `flyspell-pre-buffer' is not current
119 buffer), which prevents making decisions based on invalid value of
120 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
121 cause an error when `flyspell-pre-point' was nil after switching
122 buffers.
123 (flyspell-post-command-hook): No longer needs to change buffers when
124 checking pre-word. While at it remove unnecessary progn.
125
126 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
127
128 * textmodes/ispell.el (ispell-add-per-file-word-list):
129 Fix `flyspell-correct-word-before-point' error when accepting
130 words and `coment-padding' is an integer by using
131 `comment-normalize-vars' (Bug #14214).
132
133 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
134
135 New defun movement commands.
136 * progmodes/python.el (python-nav--syntactically)
137 (python-nav--forward-defun, python-nav-backward-defun)
138 (python-nav-forward-defun): New functions.
139
140 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
141
142 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
143 (python-syntax-context): Use named compiler-macro for backwards
144 compatibility with Emacs 24.x.
145
146 2013-04-17 Leo Liu <sdl.web@gmail.com>
147
148 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
149 octave-hide-process-buffer.
150
151 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
154 (bug#14216).
155
156 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
157
158 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
159 Fix adjustment of offset when receiving incomplete responses from GDB
160 (bug#14129).
161
162 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
165 python-mode-abbrev-table.
166 (python-skeleton-define): Adjust accordingly.
167 (python-mode-abbrev-table): New table that inherits from it so that
168 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
169
170 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
171 (abbrev-symbol): Use it.
172 (abbrev--before-point): Use it since we already handle inheritance.
173
174 2013-04-16 Leo Liu <sdl.web@gmail.com>
175
176 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
177 binding to info-lookup-symbol.
178
179 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
180
181 * minibuffer.el (completion--twq-all):
182 * term/ns-win.el (ns-initialize-window-system):
183 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
184
185 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
188 global bindings.
189
190 * doc-view.el (doc-view-start-process): Handle url-handler directories.
191
192 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
193
194 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
195 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
196 to nil.
197 (ruby-end-of-defun): Remove the unused arg, change the docstring
198 to reflect that this function is only used as the value of
199 `end-of-defun-function'.
200 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
201 to reflect an earlier change that beginning/end-of-defun functions
202 jump between methods in a class definition, as well as top-level
203 functions.
204
205 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * minibuffer.el (minibuffer-complete): Don't just scroll
208 a *Completions* that's been iconified.
209 (minibuffer-force-complete): Make sure repetitions do cycle when going
210 through completion-in-region -> minibuffer-complete.
211
212 2013-04-15 Alan Mackenzie <acm@muc.de>
213
214 Correct the placement of c-cpp-delimiters when there're #s not at
215 col 0.
216
217 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
218 place a submatch around the #.
219 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
220 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
221 on the #, not BOL.
222
223 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * emacs-lisp/nadvice.el: Properly test names when adding advice.
226 (advice--member-p): New arg `name'.
227 (advice--add-function, advice-member-p): Use it (bug#14202).
228
229 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
230
231 Reformulate java imenu-generic-expression.
232 The old expression contained ill formed regexps.
233
234 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
235 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
236 (cc-imenu-java-method-arg-regexp): New defconsts.
237 (cc-imenu-java-build-type-args-regex): New defun.
238 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
239 handling of spaces in the regexp.
240
241 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
242
243 * textmodes/ispell.el (ispell-command-loop): Remove
244 flyspell highlight of a word when ispell accepts it (bug #14178).
245
246 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
247
248 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
249 uses code from the previous `ange-ftp-run-real-handler'.
250 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
251 only in case that function exist. This is needed for proper
252 unloading of Tramp.
253
254 2013-04-15 Tassilo Horn <tsdh@gnu.org>
255
256 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
257
258 * textmodes/reftex.el (reftex-compile-variables): Use it.
259
260 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * files.el (normal-mode): Only use default major-mode if no other mode
263 was specified.
264
265 * emacs-lisp/trace.el (trace-values): New function.
266
267 * files.el: Allow : in local variables (bug#14089).
268 (hack-local-variable-regexp): New var.
269 (hack-local-variables-prop-line, hack-local-variables): Use it.
270
271 2013-04-13 Roland Winkler <winkler@gnu.org>
272
273 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
274 data before it gets modified by bibtex-beginning-of-entry.
275
276 2013-04-13 Roland Winkler <winkler@gnu.org>
277
278 * textmodes/bibtex.el (bibtex-url): Doc fix.
279
280 2013-04-13 Roland Winkler <winkler@gnu.org>
281
282 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
283 does not visit a BibTeX file, exclude it from the list of buffers
284 returned by bibtex-initialize.
285
286 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
287
288 * window.el (split-window): Remove interactive form, since as a
289 command this function is a special case of split-window-below.
290 Correct doc string.
291
292 2013-04-12 Roland Winkler <winkler@gnu.org>
293
294 * faces.el (read-face-name): Do not override value of arg default.
295 Allow single faces and strings as default values. Remove those
296 elements from return value that are not faces.
297 (describe-face): Simplify.
298 (face-at-point): New optional args thing and multiple so that this
299 function can provide the same functionality previously provided by
300 read-face-name.
301 (make-face-bold, make-face-unbold, make-face-italic)
302 (make-face-unitalic, make-face-bold-italic, invert-face)
303 (modify-face, read-face-and-attribute): Use face-at-point.
304
305 * cus-edit.el (customize-face, customize-face-other-window)
306 * cus-theme.el (custom-theme-add-face)
307 * face-remap.el (buffer-face-set)
308 * facemenu.el (facemenu-set-face): Use face-at-point.
309
310 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
311
312 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
313
314 2013-04-10 Tassilo Horn <tsdh@gnu.org>
315
316 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
317 off leading { and trailing } from field values.
318
319 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * emacs-lisp/timer.el (timer--check): New function.
322 (timer--time, timer-set-function, timer-event-handler): Use it.
323 (timer-set-idle-time): Simplify.
324 (timer--activate): CSE.
325 (timer-event-handler): Give more info in error message.
326 (internal-timer-start-idle): New function, moved from C.
327
328 * mpc.el (mpc-proc): Add `restart' argument.
329 (mpc-proc-cmd): Use it.
330 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
331 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
332 less often.
333
334 2013-04-10 Masatake YAMATO <yamato@redhat.com>
335
336 * progmodes/sh-script.el: Implement `sh-mode' own
337 `add-log-current-defun-function' (bug#14112).
338 (sh-current-defun-name): New function.
339 (sh-mode): Use the function.
340
341 2013-04-09 Bastien Guerry <bzg@gnu.org>
342
343 * simple.el (choose-completion-string): Fix docstring (bug#14163).
344
345 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
348
349 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
350 timer (bug#14156).
351
352 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
353
354 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
355 declaration.
356
357 2013-04-07 Leo Liu <sdl.web@gmail.com>
358
359 * pcmpl-x.el: New file.
360
361 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
362
363 Do not set x-display-name until X connection is established.
364 This is needed to prevent from weird situation described at
365 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
366 * frame.el (make-frame): Set x-display-name after call to
367 window system initialization function, not before.
368 * term/x-win.el (x-initialize-window-system): Add optional
369 display argument and use it.
370 * term/w32-win.el (w32-initialize-window-system):
371 * term/ns-win.el (ns-initialize-window-system):
372 * term/pc-win.el (msdos-initialize-window-system):
373 Add compatible optional display argument.
374
375 2013-04-06 Eli Zaretskii <eliz@gnu.org>
376
377 * files.el (normal-backup-enable-predicate): On MS-Windows and
378 MS-DOS compare truenames of temporary-file-directory and of the
379 file, so that 8+3 aliases (usually found in $TEMP on Windows)
380 don't fail comparison by compare-strings. Also, compare file
381 names case-insensitively on MS-Windows and MS-DOS.
382
383 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
386 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
387
388 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
389
390 * whitespace.el (whitespace-color-on, whitespace-color-off):
391 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
392
393 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
394
395 * ispell.el (ispell-set-spellchecker-params):
396 Really set `ispell-args' for all equivs.
397
398 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * ido.el (ido-completions): Use extra elements of ido-decorations
401 (bug#14143).
402 (ido-decorations): Update docstring.
403
404 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
405
406 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
407 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
408 nil during initialization, in order not to miss changes since the
409 file was opened. (Bug#14140)
410
411 2013-04-05 Leo Liu <sdl.web@gmail.com>
412
413 * kmacro.el (kmacro-call-macro): Fix bug#14135.
414
415 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
416
417 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
418
419 2013-04-04 Glenn Morris <rgm@gnu.org>
420
421 * electric.el (electric-pair-inhibit-predicate): Add :version.
422
423 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
426 when a package is required several times (bug#14082).
427
428 2013-04-04 Roland Winkler <winkler@gnu.org>
429
430 * faces.el (read-face-name): Behave as promised by the docstring.
431 Assume that arg default is a list of faces.
432 (describe-face): Call read-face-name with list of default faces.
433
434 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
435
436 * bookmark.el: Fix deletion of bookmarks (bug#13972).
437 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
438 (bookmark-bmenu-execute-deletions): Only skip first line if it's
439 the header.
440 (bookmark-exit-hook-internal): Save even if list is empty.
441
442 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
443
444 * emacs-lisp/package.el (package-pinned-packages): New var.
445 (package--add-to-archive-contents): Obey it (bug#14118).
446
447 2013-04-03 Alan Mackenzie <acm@muc.de>
448
449 Handle `parse-partial-sexp' landing inside a comment opener
450 (Bug#13244). Also adapt to the new values of element 7 of a parse
451 state.
452
453 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
454 parameter `not-in-delimiter'. Handle being inside comment opener.
455 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
456 character in case we're typing a '*' after a '/'.
457 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
458 instead by passing the parameter to c-state-pp-to-literal.
459
460 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
461 for elt. 7 of a parse state.
462
463 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
464
465 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
466 * international/latin1-disp.el, international/mule-util.el:
467 * language/cyril-util.el, language/european.el, language/ind-util.el:
468 * language/lao-util.el, language/thai.el, language/tibet-util.el:
469 * language/tibetan.el, language/viet-util.el:
470 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
471
472 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
475 (electric-pair-post-self-insert-function): Use it.
476 (electric-pair-default-inhibit): New function, extracted from
477 electric-pair-post-self-insert-function.
478
479 2013-03-31 Roland Winkler <winkler@gnu.org>
480
481 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
482
483 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
486
487 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
488
489 Un-indent after "pass" and "return" statements (Bug#13888)
490 * progmodes/python.el (python-indent-block-enders): New var.
491 (python-indent-calculate-indentation): Use it.
492
493 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
494
495 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
496 defun. Defining it as defalias could introduce too eager
497 byte-compiler optimization. (Bug#14030)
498
499 2013-03-30 Chong Yidong <cyd@gnu.org>
500
501 * iswitchb.el (iswitchb-read-buffer): Fix typo.
502
503 2013-03-30 Leo Liu <sdl.web@gmail.com>
504
505 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
506 (kmacro-execute-from-register): Pass the keyboard macro to
507 kmacro-call-macro or repeating won't work correctly.
508
509 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
510
511 * progmodes/subword.el: Back to using `forward-symbol'.
512
513 * subr.el (forward-whitespace, forward-symbol)
514 (forward-same-syntax): Move from thingatpt.el.
515
516 2013-03-29 Leo Liu <sdl.web@gmail.com>
517
518 * kmacro.el (kmacro-to-register): New command.
519 (kmacro-execute-from-register): New function.
520 (kmacro-keymap): Bind to 'x'. (Bug#14071)
521
522 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * mpc.el: Use defvar-local and setq-local.
525 (mpc--proc-connect): Connection failures are not bugs.
526 (mpc-mode-map): `follow-link' only applies to the buffer's content.
527 (mpc-volume-map): Bind to the up-events.
528
529 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
530
531 * progmodes/subword.el (superword-mode): Use `forward-sexp'
532 instead of `forward-symbol'.
533
534 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
537 (edebug--recursive-edit): Use it.
538 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
539 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
540
541 2013-03-28 Leo Liu <sdl.web@gmail.com>
542
543 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
544
545 2013-03-27 Eli Zaretskii <eliz@gnu.org>
546
547 * facemenu.el (list-colors-callback): New defvar.
548 (list-colors-redisplay): New function.
549 (list-colors-display): Install list-colors-redisplay as the
550 revert-buffer-function. (Bug#14063)
551
552 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
555 and suffixes don't overlap (bug#14061).
556
557 * case-table.el: Use lexical-binding.
558 (case-table-get-table): New function.
559 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
560
561 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
562
563 * progmodes/subword.el: Add `superword-mode' to do word motion
564 over symbol_words (parallels and leverages `subword-mode' which
565 does word motion inside MixedCaseWords).
566
567 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
568
569 * eshell/em-unix.el: Move su and sudo to...
570 * eshell/em-tramp.el: ...Eshell tramp module.
571
572 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
575 Change return value to be a sexp. Delay `get-buffer' to after
576 restoring the desktop (bug#13951).
577
578 2013-03-26 Leo Liu <sdl.web@gmail.com>
579
580 * register.el: Move semantic tag handling back to
581 cedet/semantic/senator.el. (Bug#14052)
582
583 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
586 into the prompt either (bug#13963).
587
588 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
591 part of "(error-foo)".
592
593 2013-03-24 Juri Linkov <juri@jurta.org>
594
595 * replace.el (list-matching-lines-prefix-face): New defcustom.
596 (occur-1): Pass `list-matching-lines-prefix-face' to the function
597 `occur-engine' if `face-differs-from-default-p' returns t.
598 (occur-engine): Add `,' inside backquote construct to evaluate
599 `prefix-face'. Propertize the prefix with the `prefix-face' face.
600 Pass `prefix-face' to the functions `occur-context-lines' and
601 `occur-engine-add-prefix'.
602 (occur-engine-add-prefix, occur-context-lines): Add optional arg
603 `prefix-face' and propertize the prefix with `prefix-face'.
604 (Bug#14017)
605
606 2013-03-24 Leo Liu <sdl.web@gmail.com>
607
608 * nxml/rng-valid.el (rng-validate-while-idle)
609 (rng-validate-quick-while-idle): Guard against deleted buffer.
610 (Bug#13999)
611
612 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
613 is the last entry in kill-buffer-hook.
614
615 * files.el (kill-buffer-hook): Doc fix.
616
617 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
618
619 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
620 Make it safe-local.
621
622 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
623
624 2013-03-23 Leo Liu <sdl.web@gmail.com>
625
626 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
627 Remove.
628
629 * nxml/rng-valid.el (rng-validate-mode)
630 (rng-after-change-function, rng-do-some-validation):
631 * nxml/rng-maint.el (rng-validate-buffer):
632 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
633 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
634 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
635 (nxml-extend-after-change-region): Use with-silent-modifications.
636
637 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
638 timer-idle-list.
639
640 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
641 (rng-next-error-1, rng-previous-error-1): Do not let-bind
642 timer-idle-list. (Bug#13999)
643
644 2013-03-23 Juri Linkov <juri@jurta.org>
645
646 * info.el (info-index-match): New face.
647 (Info-index, Info-apropos-matches): Add a nested subgroup to the
648 main pattern and add text properties with the new face to matches
649 in index entries relative to the beginning of the index entry.
650 (Bug#14015)
651
652 2013-03-21 Eric Ludlam <zappo@gnu.org>
653
654 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
655 Inhibit read only while inserting objects.
656
657 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
658
659 * progmodes/cfengine.el: Update docs to mention
660 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
661 symbol motion. Remove "_" from the word syntax.
662
663 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
664
665 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
666 syntax for both `cfengine2-mode' and `cfengine3-mode'.
667
668 2013-03-20 Juri Linkov <juri@jurta.org>
669
670 * info.el (Info-next-reference-or-link)
671 (Info-prev-reference-or-link): New functions.
672 (Info-next-reference, Info-prev-reference): Use them.
673 (Info-try-follow-nearest-node): Handle footnote navigation.
674 (Info-fontify-node): Fontify footnotes. (Bug#13989)
675
676 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
679 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
680
681 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
682
683 Suppress unnecessary non-ASCII chatter during build process.
684 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
685 (batch-skkdic-convert): Suppress most of the chatter.
686 It's not needed so much now that machines are faster,
687 and its non-ASCII component was confusing; see Dmitry Gutov in
688 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
689
690 2013-03-20 Leo Liu <sdl.web@gmail.com>
691
692 * ido.el (ido-chop): Fix bug#10994.
693
694 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
695
696 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
697 Remove vars.
698 (whitespace-color-on, whitespace-color-off):
699 Use `font-lock-fontify-buffer' (Bug#13817).
700
701 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
704 remapping in mode-line.
705 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
706
707 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
708
709 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
710 value for `whitespace-line' face (Bug#13875).
711 (whitespace-font-lock-keywords): Change description.
712 (whitespace-color-on): Don't save `font-lock-keywords' value, save
713 the constructed keywords instead.
714 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
715
716 2013-03-19 Leo Liu <sdl.web@gmail.com>
717
718 * progmodes/compile.el (compilation-display-error): New command.
719 (compilation-mode-map, compilation-minor-mode-map): Bind it to
720 C-o. (Bug#13992)
721
722 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
723
724 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
725
726 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
727
728 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
729
730 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
731
732 * net/tramp-compat.el (tramp-compat-user-error): New defun.
733
734 * net/tramp-adb.el (tramp-adb-handle-shell-command):
735 * net/tramp-gvfs.el (top):
736 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
737 (tramp-handle-shell-command): Use it.
738 (tramp-dissect-file-name): Raise an error when hostname is a
739 method name, and neither method nor user is specified.
740
741 * net/trampver.el: Update release number.
742
743 2013-03-18 Leo Liu <sdl.web@gmail.com>
744
745 Make sure eldoc can be turned off properly.
746 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
747 eldoc-mode.
748 (eldoc-display-message-p): Revert last change.
749 (eldoc-display-message-no-interference-p)
750 (eldoc-print-current-symbol-info): Tweak.
751
752 2013-03-18 Tassilo Horn <tsdh@gnu.org>
753
754 * doc-view.el (doc-view-new-window-function): Check the new window
755 overlay's display property instead the char property of the
756 buffer's first char. Use `with-selected-window' instead of
757 `save-window-excursion' with `select-window'.
758 (doc-view-document->bitmap): Check the current doc-view overlay's
759 display property instead the char property of the buffer's first char.
760
761 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
762
763 Automate the build of ja-dic.el (Bug#13984).
764 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
765 from the input, rather than assume that it's been done for us by the
766 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
767 the current date into a ja-dic.el comment, as that complicates
768 regression testing.
769
770 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * whitespace.el: Fix double evaluation.
773 (whitespace-space, whitespace-hspace, whitespace-tab)
774 (whitespace-newline, whitespace-trailing, whitespace-line)
775 (whitespace-space-before-tab, whitespace-indentation)
776 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
777 obsolete defvars.
778 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
779 (whitespace-color-on): Use a single font-lock-add-keywords call.
780 Fix double-evaluation of face variables.
781
782 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
783
784 * net/tramp-adb.el (tramp-adb-parse-device-names):
785 Use `start-process' instead of `call-process'. Otherwise, the
786 function might be blocked under MS Windows. (Bug#13299)
787
788 2013-03-17 Leo Liu <sdl.web@gmail.com>
789
790 Extend eldoc to display info in the mode-line. (Bug#13978)
791 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
792 (eldoc-mode-line-string): New variable.
793 (eldoc-minibuffer-message): New function.
794 (eldoc-message-function): New variable.
795 (eldoc-message): Use it.
796 (eldoc-display-message-p)
797 (eldoc-display-message-no-interference-p):
798 Support eldoc-post-insert-mode.
799
800 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
801 (eval-expression): Run it.
802
803 2013-03-17 Roland Winkler <winkler@gnu.org>
804
805 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
806 strings in the list of return values.
807
808 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
809
810 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
811 radix before checking for HMS forms.
812
813 2013-03-16 Leo Liu <sdl.web@gmail.com>
814
815 * progmodes/scheme.el: Add indentation and font-locking for λ.
816 (Bug#13975)
817
818 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
821 token before point (bug#13942).
822
823 2013-03-16 Leo Liu <sdl.web@gmail.com>
824
825 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
826
827 2013-03-16 Eli Zaretskii <eliz@gnu.org>
828
829 * startup.el (command-line-normalize-file-name): Fix handling of
830 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
831 <xfq.free@gmail.com> in
832 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
833
834 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
835
836 Sync with Tramp 2.2.7.
837
838 * net/trampver.el: Update release number.
839
840 2013-03-14 Tassilo Horn <tsdh@gnu.org>
841
842 * doc-view.el Fix bug#13887.
843 (doc-view-insert-image): Don't modify overlay associated to
844 non-live windows, and implement horizontal centering of image in
845 case it's smaller than the window.
846 (doc-view-new-window-function): Force redisplay of new windows on
847 doc-view buffers.
848
849 2013-03-13 Karl Fogel <kfogel@red-bean.com>
850
851 * saveplace.el (save-place-alist-to-file): Don't sort
852 `save-place-alist', just pretty-print it (bug#13882).
853
854 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
855
856 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
857 whether `default-file-name-coding-system' is bound. It isn't in
858 XEmacs.
859
860 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
863 backquotes for `obsolete' (bug#13929).
864
865 * international/mule.el (find-auto-coding): Include file name in
866 obsolescence warning (bug#13922).
867
868 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
869
870 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
871 for CFEngine 3-specific indentation.
872 (cfengine3-indent-line): Use it. Fix up category regex.
873 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
874
875 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * type-break.el (type-break-file-name):
878 * textmodes/remember.el (remember-data-file):
879 * strokes.el (strokes-file):
880 * shadowfile.el (shadow-initialize):
881 * saveplace.el (save-place-file):
882 * ps-bdf.el (bdf-cache-file):
883 * progmodes/idlwave.el (idlwave-config-directory):
884 * net/quickurl.el (quickurl-url-file):
885 * international/kkc.el (kkc-init-file-name):
886 * ido.el (ido-save-directory-list-file):
887 * emulation/viper.el (viper-custom-file-name):
888 * emulation/vip.el (vip-startup-file):
889 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
890 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
891
892 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
893
894 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
895 * language/thai-word.el: Switch to UTF-8.
896
897 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
900
901 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
902
903 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
904 Use with-current-buffer and don't move point.
905 (net-utils-run-simple): Remove useless code.
906 (net-utils-remove-ctl-m): Remove unused custom.
907
908 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
909
910 * international/characters.el (glyphless-set-char-table-range): New fun.
911 (update-glyphless-char-display): Use it (bug#13744).
912
913 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
914
915 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
916 namespaces in the syntax, indent closer for hanging brace
917 correctly, allow single-quote delimited 'strings', and make
918 `cfengine3-mode' the default.
919
920 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
921
922 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
923 Use lexical-binding. Fix up docstring according to conventions.
924 (gdbmi-debug-mode): New var.
925 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
926 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
927 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
928 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
929 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
930 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
931 (gdbmi-bnf-incomplete-record-result): New functions.
932 (gdb-car<): Remove function.
933 (gdbmi-record-list): Remove variable.
934 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
935 (gdbmi-bnf-result-state-configs): New const.
936 (gud-gdbmi-marker-filter): Rewrite.
937 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
938 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
939 Add `token' argument.
940 (gdb-done, gdb-error): New functions.
941 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
942
943 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * term/xterm.el (xterm--report-background-handler): Don't burp
946 upon timeout.
947 (xterm--version-handler): Extract from terminal-init-xterm.
948 (xterm--query): Don't mishandle timeout. Remove debugging messages.
949 Allow multiple handlers.
950 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
951
952 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
953 (xterm--report-background-handler, xterm--query): New functions.
954 (terminal-init-xterm): Use them.
955
956 2013-03-11 Michael R. Mauger <michael@mauger.com>
957
958 * progmodes/sql.el Version 3.2
959 Please note that my address changed to <michael@mauger.com>;
960 the <mmaug@yahoo.com> address remains active.
961 (sql-connection-alist): Updates documentation to fix bug#13715.
962 (sql-connect): Handle missing `sql-connection-alist' correctly.
963 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
964 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
965 property.
966 (sql-default-value): New function.
967 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
968 values were not used.
969 (sql-rename-buffer): Make sure alternate buffer name has no text
970 properties.
971 (sql-input-sender, sql-execute-feature): Fetch variable with
972 `buffer-local-value' rather than `with-current-buffer'.
973 (sql-*): Use #' function syntax consistently.
974 (sql-*): Use message/error/user-error consistently.
975
976 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * xt-mouse.el (xterm-mouse-event-read): Remove.
979 (xterm-mouse--read-event-sequence-1000)
980 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
981
982 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * term/xterm.el (xterm-function-map): Support format used with
985 formatOtherKeys=1 (bug#13839).
986
987 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
988 (with-no-warnings): Use `declare'.
989
990 * whitespace.el (whitespace-enable-predicate): New variable.
991 (whitespace-enable-predicate): Use it.
992
993 * comint.el (comint-send-input, comint-snapshot-last-prompt)
994 (comint-output-filter, comint-update-fence):
995 Use with-silent-modifications.
996
997 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
998
999 * replace.el (occur-read-regexp-defaults-function): New var.
1000 (occur-read-regexp-defaults): New defun.
1001 (occur-read-primary-args): Propagate above change (bug#13892).
1002
1003 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1006
1007 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1008
1009 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1010
1011 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1012 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1013 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1014 New defconst.
1015 (tramp-gvfs-file-name-handler-alist) [directory-files]
1016 [directory-files-and-attributes, file-exists-p, file-modes]:
1017 Use Tramp default handler.
1018 [file-acl, file-selinux-context, process-file, set-file-acl]:
1019 [set-file-modes, set-file-selinux-context, shell-command]:
1020 [start-file-process]: Remove handler.
1021 [verify-visited-file-modtime]: New handler.
1022 (tramp-gvfs-dbus-string-to-byte-array)
1023 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1024 calls of `dbus-string-to-byte-array' and
1025 `tramp-gvfs-dbus-byte-array-to-string'.
1026 (tramp-gvfs-handle-copy-file)
1027 (tramp-gvfs-handle-delete-directory)
1028 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1029 (tramp-gvfs-handle-file-directory-p)
1030 (tramp-gvfs-handle-file-executable-p)
1031 (tramp-gvfs-handle-file-name-all-completions)
1032 (tramp-gvfs-handle-file-readable-p)
1033 (tramp-gvfs-handle-file-writable-p)
1034 (tramp-gvfs-handle-insert-directory)
1035 (tramp-gvfs-handle-insert-file-contents)
1036 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1037 (tramp-gvfs-handle-set-visited-file-modtime)
1038 (tramp-gvfs-handle-write-region): Rewrite.
1039 (tramp-gvfs-handle-file-acl)
1040 (tramp-gvfs-handle-file-selinux-context)
1041 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1042 (tramp-gvfs-handle-set-file-modes)
1043 (tramp-gvfs-handle-set-file-selinux-context)
1044 (tramp-gvfs-handle-shell-command)
1045 (tramp-gvfs-handle-start-file-process)
1046 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1047 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1048 over the symlinks. Fix user handling.
1049 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1050 of the D-Bus signals.
1051 (tramp-gvfs-connection-mounted-p): Handle different names of the
1052 D-Bus methods.
1053 (tramp-gvfs-mount-spec-entry): New defun.
1054 (tramp-gvfs-mount-spec): Use it.
1055 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1056 there is a share name. Handle different names of the D-Bus
1057 signals and methods. Set connection properties needed for
1058 `tramp-check-cached-permissions'.
1059 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1060 Return t or nil.
1061
1062 * net/tramp.el (tramp-backtrace): Move up.
1063 (tramp-error): Dump a backtrace into the debug buffer when
1064 `tramp-verbose > 9.
1065 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1066 (tramp-file-mode-permissions, tramp-get-local-uid)
1067 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1068 tramp-sh.el.
1069
1070 * net/tramp-sh.el (tramp-file-mode-type-map)
1071 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1072 (tramp-file-mode-permissions, tramp-get-local-uid)
1073 (tramp-get-local-gid): Move to tramp.el.
1074
1075 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 Separate mouse-1-click-follows-link from mouse-drag-region.
1078 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1079 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1080 (mouse-drag-line, mouse-drag-track):
1081 Remove mouse-1-click-follows-link code.
1082 (mouse--remap-link-click-p): Remove.
1083
1084 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1085
1086 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1087 (hi-lock-read-regexp-defaults): New defun.
1088 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1089 (hi-lock-face-phrase-buffer): Propagate above change.
1090 Update docstring (bug#13892).
1091
1092 * subr.el (find-tag-default-as-regexp): New defun.
1093 * replace.el (read-regexp): Propagate above change.
1094
1095 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1096
1097 * calc/calc-units.el (calc-convert-units): Fix the way that default
1098 new units are stored.
1099
1100 2013-03-07 Matthias Meulien <orontee@gmail.com>
1101
1102 * bookmark.el: Define a face to highlight bookmark names in
1103 bookmark menu buffers, where the default is a bold face similarly
1104 to buffer names in buffer menu buffers.
1105 (bookmark-menu-bookmark): New face to highlight bookmark names.
1106 (bookmark-insert-location): Remove duplicated text property to
1107 conform to buffer list (see `list-buffers').
1108 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1109 `bookmark-menu-bookmark' to bookmark names.
1110
1111 2013-03-07 Matthias Meulien <orontee@gmail.com>
1112 Karl Fogel <kfogel@red-bean.com>
1113
1114 * bookmark.el: Display the bookmark list header similarly to the
1115 buffer list header (see `list-buffers'), where the default is now
1116 an immovable/immutable header line.
1117 (bookmark-bmenu-use-header-line): New variable.
1118 (bookmark-bmenu-inline-header-height): New name for
1119 `bookmark-bmenu-header-height', to avoid confusion with the code
1120 for the new immovable header. All references changed.
1121 (bookmark-bmenu-set-header): New function.
1122 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1123 Conditionalize header construction accordingly.
1124 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1125 the inline header height.
1126 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1127 Conditionalize the skipping of the inline header height.
1128
1129 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1130
1131 * progmodes/js.el (js--multi-line-declaration-indentation):
1132 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1133
1134 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1135
1136 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1137 Only propertize regexp when not inside a string (Bug#13885).
1138
1139 2013-03-06 Alan Mackenzie <acm@muc.de>
1140
1141 Correct the position of point in some line-up functions.
1142 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1143 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1144 point at column 0 rather than at a random place in the line.
1145
1146 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1147
1148 * net/tramp-compat.el (tramp-compat-delete-directory):
1149 Implement TRASH argument.
1150
1151 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1152
1153 Keep pre-existing highlighting in completion candidates (Bug#13250).
1154 * minibuffer.el (completions-first-difference): State that the
1155 face is "added" in the docstring.
1156 (completions-common-part): Same. And don't inherit from default.
1157 (completion-hilit-commonality): Prepend 'completions-common-part
1158 and 'completion-first-difference faces to the 'face property,
1159 instead of replacing the value(s).
1160 (completion--insert-strings): Same with 'completions-annotations face.
1161 (completion-hilit-commonality): Use 'face instead of
1162 'font-lock-face, because it gets priority if the completion
1163 strings already have 'face set.
1164
1165 2013-03-04 Alan Mackenzie <acm@muc.de>
1166
1167 Replace `last-command-event' by `last-command-char' in XEmacs.
1168 * progmodes/cc-defs.el (c-last-command-char): New macro.
1169 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1170 (c-semi&comma-no-newlines-before-nonblanks)
1171 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1172 in place of `last-command-event'.
1173 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1174 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1175 (c-electric-paren, c-electric-continued-statement): Use the new
1176 macro in place of `last-command-event'.
1177
1178 2013-03-04 Glenn Morris <rgm@gnu.org>
1179
1180 * files.el (inhibit-local-variables-regexps):
1181 Add .diff and .patch. (Bug#13862)
1182
1183 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1184
1185 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1186 whether the "su" command is available on the device.
1187
1188 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1189
1190 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1191 (tramp-adb-handle-process-file): Remove superfluous setting.
1192 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1193 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1194 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1195
1196 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1199 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1200 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1201 Use dict-key rather than dict-name for the error message.
1202
1203 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1204
1205 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1206 when reverting (bug#13831).
1207
1208 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1209
1210 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1211 Always expand affix-file before storing to protect against changed
1212 `default-directory'.
1213 (ispell-print-if-debug): Make sure message is printed at the end
1214 of the debug buffer.
1215
1216 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1217
1218 * net/tramp.el (tramp-obsolete-methods): New defconst.
1219 (tramp-warned-obsolete-methods): New defvar.
1220 (tramp-find-method): Check for obsolete methods. Map them to a
1221 replacement method if appropriate.
1222
1223 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1224 Remove methods.
1225 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1226 "ssh2" and "plink1".
1227
1228 2013-02-28 Dale Sedivec <dale@codefu.org>
1229
1230 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1231 Return valid syntax-table property value when converting
1232 quotes within text from string syntax to punctuation syntax (bug#13844).
1233
1234 2013-02-28 Juri Linkov <juri@jurta.org>
1235
1236 * dired-aux.el (dired-diff): If file at point is a backup file,
1237 use its original as the default value, and reverse the order
1238 of arguments to the `diff' call. Doc fix. (Bug#13772)
1239
1240 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1241
1242 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1243 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1244
1245 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1246
1247 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1248
1249 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1250 Ask hunspell about available and default dictionaries.
1251 (ispell-parse-hunspell-affix-file): Extract relevant info from
1252 hunspell affix file.
1253 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1254 `ispell-dictionary-alist' entry for given dictionary after info
1255 provided by `ispell-parse-hunspell-affix-file'.
1256 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1257 of parsed hunspell dicts and associated affix files.
1258 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1259 of parsed hunspell dicts and associated parameters.
1260 (ispell-set-spellchecker-params):
1261 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1262 previously done.
1263 (ispell-start-process):
1264 Call `ispell-hunspell-fill-dictionary-entry' for current
1265 dictionary if it is not initialized.
1266
1267 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * imenu.el: Comment nitpicks.
1270
1271 2013-02-28 Sam Steingold <sds@gnu.org>
1272
1273 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1274 See <http://stackoverflow.com/questions/14720205>.
1275
1276 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1277
1278 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1279 (net-utils-mode): Use it.
1280 (net-utils--revert-cmd): New var.
1281 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1282 (traceroute): Use net-utils-run-simple.
1283
1284 2013-02-28 Glenn Morris <rgm@gnu.org>
1285
1286 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1287
1288 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1291 (doc-view-fallback-mode): Remove overlays here.
1292 (doc-view-toggle-display): Instead of here. Don't throw away
1293 image-mode-winprops-alist.
1294 (doc-view-goto-page): Don't mess with hscroll.
1295
1296 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1297
1298 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1299 &optional (bug#13819).
1300
1301 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1302
1303 * net/tramp-adb.el (tramp-adb-parse-device-names)
1304 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1305
1306 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1307
1308 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1309 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1310 defined. POSIX environments fall back to the "C" locale then and
1311 emit a warning, which shall be suppressed.
1312
1313 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1316 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1317
1318 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1321
1322 2013-02-25 Juri Linkov <juri@jurta.org>
1323
1324 * replace.el (read-regexp): Let-bind `default' to the first
1325 element of `defaults' if it's a list, otherwise it should be
1326 a string or nil. Let-bind `suggestions' to `defaults' if it's
1327 a list, otherwise make a list with the string value. Doc fix.
1328 (Bug#13805)
1329
1330 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1331
1332 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1333 that match "\`\.#", to avoid compiling lock files, even if they
1334 are readable (as they are on MS-Windows).
1335
1336 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 * files.el (basic-save-buffer): Remove redundant directory-creation.
1339
1340 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1341
1342 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1343 Add option to force `pi' to remain symbolic.
1344 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1345 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1346 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1347 derivatives, when necessary.
1348
1349 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1350
1351 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1352 (ps-mode-octal-region): Use string-make-unibyte.
1353
1354 2013-02-23 Glenn Morris <rgm@gnu.org>
1355
1356 * emulation/viper-cmd.el (viper-submit-report):
1357 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1358 * progmodes/vera-mode.el (vera-mode-help-address):
1359 * textmodes/artist.el (artist-maintainer-address):
1360 * textmodes/reftex.el (reftex-report-bug):
1361 * vc/ediff-util.el (ediff-submit-report):
1362 Add bug-gnu-emacs to bug report address.
1363
1364 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1365 Remove bug report entries.
1366 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1367
1368 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1369 (byte-compile-file, byte-compile-from-buffer):
1370 Use separate input/output buffers for each level of recursive
1371 byte-compile-file calls. (Bug#13787)
1372
1373 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1374
1375 * net/tramp.el (tramp-methods): Fix docstring.
1376 (tramp-ssh-controlmaster-options): Rename it from
1377 `tramp-ssh-controlmaster-template'. Return a string.
1378 (tramp-default-method): Adapt check for
1379 `tramp-ssh-controlmaster-options'.
1380
1381 * net/tramp-sh.el (tramp-methods):
1382 Replace `tramp-ssh-controlmaster-template' by "%c".
1383 (tramp-do-copy-or-rename-file-out-of-band)
1384 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1385 that it is applied for the first hop only.
1386
1387 2013-02-22 Juri Linkov <juri@jurta.org>
1388
1389 * isearch.el (isearch-lazy-highlight-new-loop):
1390 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1391 to `isearch-other-end' if it is not nil. (Bug#13402)
1392
1393 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1394 to `match-beg'.
1395
1396 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1397 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1398 and `isearch-error' to nil.
1399
1400 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1401
1402 * progmodes/python.el (python-info-current-defun):
1403 Enhance match-data cluttering prevention.
1404
1405 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1406
1407 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1408
1409 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1410 Handle multibyte file names.
1411
1412 2013-02-22 Glenn Morris <rgm@gnu.org>
1413
1414 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1415 (sgml-transformation-function): Give it a :set function.
1416 (sgml-tag): Doc fix.
1417
1418 * cmuscheme.el (scheme-buffer):
1419 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1420 * progmodes/tcl.el (inferior-tcl-buffer):
1421 * textmodes/tex-mode.el (tex-command): Doc fixes.
1422
1423 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1424
1425 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1426
1427 2013-02-21 Bastien Guerry <bzg@gnu.org>
1428
1429 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1430
1431 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1432
1433 * progmodes/python.el (python-info-current-defun):
1434 Enhance match-data cluttering prevention.
1435
1436 2013-02-21 Glenn Morris <rgm@gnu.org>
1437
1438 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1439 loaded while outline-regexp is let bound. (Bug#9584)
1440
1441 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1442
1443 * progmodes/python.el (python-info-current-defun): Fix failed
1444 defun name retrieval because of unwanted match-data cluttering.
1445
1446 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1447
1448 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1449 defconst. Apply independent check for ControlPersist.
1450
1451 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1452 temporarily, via "env".
1453
1454 2013-02-21 Glenn Morris <rgm@gnu.org>
1455
1456 * info.el (Info-enable-edit): Remove.
1457 (Info-edit): Disable it rather than using Info-enable.
1458 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1459 (Info-cease-edit): Make editing of Info files obsolete.
1460
1461 * informat.el (Info-tagify):
1462 Handle buffers not visiting files. (Bug#13763)
1463
1464 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1465
1466 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1467
1468 2013-02-21 Glenn Morris <rgm@gnu.org>
1469
1470 * files.el (basic-save-buffer): Move check for existing parent
1471 directory after hooks. (Bug#13773)
1472
1473 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * simple.el (command-execute): Move from C. Add obsolete check.
1476 (extended-command-history): Move from C.
1477
1478 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1479
1480 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1481 (jka-compr-mode-alist-additions): Handle .txz suffix for
1482 XZ-compressed tar archives (bug#13770).
1483
1484 2013-02-20 Bastien Guerry <bzg@gnu.org>
1485
1486 * outline.el (outline-regexp, outline-heading-end-regexp):
1487 Make variables, not options (bug#13731).
1488
1489 2013-02-20 Glenn Morris <rgm@gnu.org>
1490
1491 * image.el (image-current-frame): Change from variable to function.
1492 (image-show-frame): Rename from image-nth-frame. Update callers.
1493 * image-mode.el (image-multi-frame): New variable.
1494 (image-mode-map, image-mode, image-goto-frame):
1495 Use image-multi-frame rather than image-current-frame.
1496 (image-mode, image-goto-frame): Use image-current-frame as
1497 function rather than as variable.
1498
1499 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1500 * emacs-lisp/cl-macs.el (cl--make-type-test)
1501 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1502
1503 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1504
1505 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1506 (tramp-get-file-property, tramp-set-file-property)
1507 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1508 (tramp-flush-file-property, tramp-flush-directory-property):
1509 Rename argument to KEY.
1510 (tramp-flush-connection-property): Simplify a little bit.
1511 (tramp-connection-property-p): New defun.
1512 (top): Reapply saved values only if there isn't a corresponding
1513 entry in `tramp-connection-properties'.
1514
1515 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1516
1517 * progmodes/python.el (python-indent-context):
1518 Fix python-info-line-ends-backslash-p call.
1519 (python-info-line-ends-backslash-p)
1520 (python-info-beginning-of-backslash): Respect line-number argument.
1521 (python-info-current-line-comment-p):
1522 Fix behavior when not at beginning-of-line.
1523 (python-util-position): Remove function.
1524 (python-util-goto-line): New function.
1525
1526 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1527
1528 * eshell/em-unix.el (eshell/su): Require tramp.
1529 (eshell/sudo): Require tramp. Remove now unnecessary check.
1530
1531 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1532 `tramp-current-connection' in order to avoid an error when several
1533 commands are invoked in a short time in eshell and friends.
1534
1535 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 Cleanup some of EIEIO's namespace.
1538 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1539 Use it to define all the class-* and object-* field accessors (renamed
1540 to eieio--class-* and eieio--object-*). Update all uses.
1541 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1542 class-num-slots and object-num-slots.
1543 (eieio--check-type): New macro.
1544 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1545 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1546 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1547 (object-assoc-list-safe): Use it.
1548 (eieio-defclass): Tighten regexp.
1549 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1550 Remove unreachable code.
1551 (object-class-fast): Declare obsolete.
1552 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1553 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1554 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1555 Rename from class-name, object-name, object-set-name-string,
1556 object-class, object-class-name, class-parents, class-children,
1557 class-precedence-list, class-parent; with obsolete alias.
1558 (class-of, class-direct-superclasses, class-direct-subclasses):
1559 Declare obsolete.
1560 (eieio-defmethod): Use `memq'; remove unreachable code.
1561 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1562 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1563 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1564
1565 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1566
1567 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1568 commentary.
1569
1570 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1571
1572 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1573 Use font-lock-keyword-face for macros and special forms (bug#8345).
1574
1575 2013-02-17 Didier Verna <didier@didierverna.net>
1576
1577 * net/network-stream.el (network-stream-open-starttls):
1578 Check that response to the starttls-command is non-nil. (Bug#13706)
1579
1580 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1583 Don't assume all identifier chars have syntax word.
1584 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1585 Remove bar-not-symbol. Adjust callers.
1586 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1587
1588 2013-02-17 Leo Liu <sdl.web@gmail.com>
1589
1590 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1591
1592 2013-02-17 Glenn Morris <rgm@gnu.org>
1593
1594 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1595
1596 * image-mode.el (image-mode-map): Add image-dired menu entry.
1597
1598 * image-dired.el (tumme): Make this alias obsolete.
1599
1600 2013-02-16 Glenn Morris <rgm@gnu.org>
1601
1602 * image.el (image-animated-types): Remove.
1603 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1604 (image-animated-p): Make obsolete alias.
1605 (image-animate, image-nth-frame, image-animate-timeout):
1606 Use image-multi-frame-p.
1607 (image-animate-timeout): If no delay, use image-default-frame-delay.
1608 * image-mode.el (image-mode, image-toggle-animation):
1609 Use image-multi-frame-p. (Bug#763, bug#10739)
1610 (image-mode): Adjust startup message for a multi-frame image.
1611
1612 * image-mode.el (image-mode-map): Give it a menu.
1613
1614 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1615
1616 * net/tramp-cache.el (tramp-connection-properties): New customer
1617 option.
1618 (tramp-get-connection-property): Use it.
1619
1620 * net/tramp-compat.el (top): Require 'trampver.
1621
1622 * net/tramp-sh.el (tramp-remote-process-environment):
1623 Set tramp-autoload cookie.
1624
1625 2013-02-16 Kevin Ryde <user42@zip.com.au>
1626
1627 * info-look.el (info-lookup-select-mode): If major-mode has no
1628 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1629
1630 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1631
1632 * replace.el (read-regexp): Tighten the regexp that matches tag.
1633 When tag is retrieved with `find-tag-default', use regexp that
1634 matches tag at point. Also update docstring (Bug#13687).
1635
1636 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1637
1638 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1639 add watch for the file, not its parent directory, since w32notify
1640 sets up the watch for the directory internally. (Bug#13725)
1641
1642 2013-02-16 Glenn Morris <rgm@gnu.org>
1643
1644 * image.el (image-default-frame-delay): New variable.
1645 (image-animated-p): Use image-default-frame-delay.
1646 (image-minimum-frame-delay): New constant.
1647 (image-animate-timeout): Use image-minimum-frame-delay.
1648
1649 * image.el (image-nth-frame): New, split from image-animate-timeout.
1650 (image-animate-timeout): Use image-nth-frame.
1651 * image-mode.el (image-goto-frame, image-next-frame)
1652 (image-previous-frame): New commands.
1653 (image-mode-map): Add new frame commands.
1654
1655 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1656
1657 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1658 If col-desc already has help-echo, use it. (Bug#13563)
1659
1660 2013-02-16 Glenn Morris <rgm@gnu.org>
1661
1662 * image.el (image-current-frame): New variable.
1663 (image-animate-timeout): Set image-current-frame.
1664 * image-mode.el (image-mode): For animated images,
1665 display a frame counter via mode-line-process.
1666
1667 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1668
1669 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1672
1673 2013-02-15 Alan Mackenzie <acm@muc.de>
1674
1675 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1676 global minor mode has been enabled, call the minor mode function
1677 for a new buffer once only, after the major mode hook, whilst
1678 allowing that hook explicitly to disable the minor mode.
1679 (MODE-disable-in-buffer): New (generated) function.
1680 (disable-MODE): New (generated) buffer local variable.
1681
1682 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1683
1684 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1685 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1686 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1687 `ido-next-match' and `ido-prev-match' resply.
1688 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1689 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1690 `icomplete-backward-completions' (Bug#13708).
1691
1692 2013-02-15 Glenn Morris <rgm@gnu.org>
1693
1694 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1695
1696 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1699 (goto-address-fontify-region): Use them instead of narrowing, so
1700 syntax-ppss has access to the whole buffer.
1701
1702 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1703
1704 * progmodes/python.el: Explain how to restore "cc-mode"-like
1705 forward-sexp movement in header documentation (Bug#13642).
1706 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1707 comments and strings (GH bug 114).
1708
1709 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1710
1711 * progmodes/python.el (python-info-current-defun): Fix current
1712 defun detection (Bug#13618).
1713
1714 2013-02-15 Chong Yidong <cyd@gnu.org>
1715
1716 * xml.el (xml-parse-string): Fix typo in handling of bad character
1717 references.
1718
1719 2013-02-15 Glenn Morris <rgm@gnu.org>
1720
1721 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1722
1723 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1724
1725 * net/tramp.el (tramp-debug-message):
1726 Add `tramp-condition-case-unless-debug'.
1727 (tramp-debug-on-error): New defvar.
1728 (tramp-condition-case-unless-debug): New defun.
1729 (tramp-file-name-handler): Use it.
1730
1731 2013-02-14 Juri Linkov <juri@jurta.org>
1732
1733 * info.el (Info-isearch-filter): Treat non-nil values of
1734 `search-invisible' including its default value `open'
1735 like the value `t' to match hidden text. (Bug#13402)
1736
1737 2013-02-14 Glenn Morris <rgm@gnu.org>
1738
1739 * help-fns.el (find-lisp-object-file-name): Give special treatment
1740 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1741
1742 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1743
1744 * net/quickurl.el (quickurl-save-urls):
1745 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1746
1747 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1748
1749 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1750 depth for unfinished percent literal. Not using it in the caller.
1751 (ruby-move-to-block): Jump over multiline literals of all types,
1752 ignoring code-looking contents inside them.
1753 (ruby-add-log-current-method): Improve performance at the expense
1754 of accuracy. `ruby-block-contains-point' is relatively slow, so
1755 only use it for method and singleton class blocks.
1756
1757 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1758
1759 Use ControlMaster where applicable. (Bug#13677)
1760
1761 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1762 replacing `tramp-detect-ssh-controlmaster'.
1763 (tramp-default-method): Use it.
1764
1765 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1766 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1767 arguments.
1768 [scpc, rsyncc]: Remove methods.
1769 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1770 and "ssh2_old".
1771 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1772 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1773
1774 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * emacs-lisp/package.el (package--initialized): Move before first use.
1777
1778 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1779
1780 * icomplete.el (icomplete-hide-common-prefix): New user option.
1781 (icomplete-first-match): New face.
1782 (icomplete-completions): Correct handling of "complete but not
1783 unique" (Bug#12638).
1784
1785 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1786
1787 * descr-text.el (describe-char): Display the script (bug#13698).
1788
1789 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * tmm.el: Use lexical-binding and current-active-maps.
1792 (tmm-menubar): Use map-keymap and pcase.
1793 (tmm--completion-table): New function.
1794 (tmm-prompt): Use it to fix the menu order.
1795 (tmm-get-keybind): Use current-active-maps.
1796
1797 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1798
1799 Add dired-hide-details-mode. (Bug#6799)
1800
1801 * locate.el (locate-mode): Set parent mode property to dired-mode.
1802
1803 * find-dired.el (find-dired): Call dired-insert-set-properties on
1804 initial information line. Set process mark on end of buffer.
1805 (find-dired-sentinel):
1806 Call dired-insert-set-properties on summary.
1807
1808 * dired.el (dired-hide-details-hide-symlink-targets)
1809 (dired-hide-details-hide-information-lines): New options.
1810 (dired-insert-directory):
1811 Set properties after final treatment of output.
1812 (dired-insert-set-properties):
1813 Set dired-hide-details-* properties.
1814 (dired-mode-map): Bind dired-hide-details-mode.
1815 (dired-mode): Set buffer-invisibility-spec to a list.
1816 (dired-next-line): Skip hidden lines.
1817 (dired-previous-line): Use dired-next-line.
1818 (dired-hide-details-mode): New minor mode.
1819 (dired-hide-details-update-invisibility-spec): New function.
1820
1821 2013-02-13 Glenn Morris <rgm@gnu.org>
1822
1823 * play/yow.el: Move to obsolete/. (Bug#9384)
1824
1825 2013-02-13 Juri Linkov <juri@jurta.org>
1826
1827 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1828 to select `ediff-control-frame' and set input focus correctly on Xfce.
1829 (Bug#12218)
1830
1831 2013-02-13 Juri Linkov <juri@jurta.org>
1832
1833 * image-mode.el (image-mode-map):
1834 * doc-view.el (doc-view-mode-map):
1835 * vc/ediff-util.el (ediff-setup-keymap):
1836 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1837
1838 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1839
1840 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1841 performance. Instead of recalculating indentation fully for each
1842 line, sum up indentation depth based only on visited lines.
1843 (ruby-parse-partial): Increase the depth after "do" even when END
1844 is right after it.
1845 (ruby-parse-partial): When END is in the middle of a percent
1846 literal, increase the depth if the delimiter chars belong to the
1847 paren syntax class.
1848
1849 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1850
1851 * play/fortune.el (fortune-compile): Also make the compiled file
1852 if it does not exist at all, not just if it is old. (Bug#5338)
1853
1854 2013-02-13 Glenn Morris <rgm@gnu.org>
1855
1856 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1857
1858 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1859
1860 * lisp/emacs-lisp/package.el (package-menu-execute):
1861 Add optional noquery argument. (Bug#13625)
1862
1863 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1864
1865 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1866 if DIR exists and PARENTS is non-nil.
1867
1868 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1869
1870 * progmodes/js.el (js--multi-line-declaration-indentation):
1871 Silence byte-compiler warning.
1872
1873 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1874
1875 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1876
1877 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1878 only if it doesn't exist.
1879
1880 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1881 Set process marker.
1882
1883 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1884
1885 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1886 UserInstallation when calling soffice to work around LibreOffice
1887 bug 37531.
1888
1889 2013-02-12 Glenn Morris <rgm@gnu.org>
1890
1891 * files.el (basic-save-buffer):
1892 Offer to create a non-existing directory. (Bug#3016)
1893
1894 * calc/calc-graph.el (calc-graph-show-dumb):
1895 * calendar/calendar.el (calendar-mode-map):
1896 * cus-edit.el (custom-mode-map):
1897 * ehelp.el (electric-help-map):
1898 * emulation/vip.el (vip-mode-map):
1899 * epa.el (epa-key-list-mode-map):
1900 * info.el (Info-mode-map):
1901 * mail/rmail.el (rmail-mode-map):
1902 * mail/rmailsum.el (rmail-summary-mode-map):
1903 * man.el (Man-mode-map):
1904 * net/newst-plainview.el (newsticker-mode-map):
1905 * progmodes/cpp.el (cpp-edit-mode-map):
1906 * progmodes/grep.el (grep-mode-map):
1907 * progmodes/idlw-help.el (idlwave-help-mode-map):
1908 * simple.el (special-mode-map):
1909 * startup.el (splash-screen-keymap):
1910 * view.el (view-mode-map):
1911 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1912
1913 2013-02-11 Elias Pipping <pipping@lavabit.com>
1914
1915 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1916 (bug#13679).
1917
1918 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1921
1922 2013-02-11 Glenn Morris <rgm@gnu.org>
1923
1924 * vc/diff.el (diff-use-labels): New variable.
1925 (diff-no-select): Use --label rather than -L, and first
1926 check that it is supported. (Bug#11067)
1927
1928 * files.el (enable-dir-local-variables): New variable.
1929 (hack-dir-local-variables): Respect enable-dir-local-variables.
1930 * tutorial.el (help-with-tutorial):
1931 Ignore directory-local variables. (Bug#11127)
1932
1933 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1934 (vc-svn-global-switches): ... to here. (Bug#13513)
1935
1936 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
1937
1938 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1939 Handle "foo (bar, default: xxx): " prompts.
1940
1941 2013-02-10 Chong Yidong <cyd@gnu.org>
1942
1943 * files.el (basic-save-buffer-1): Do not set
1944 buffer-file-coding-system-explicit (Bug#4533).
1945
1946 * mail/emacsbug.el (report-emacs-bug): Change binding of
1947 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1948
1949 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1950
1951 * calc/calc.el (calc-allow-units-as-numbers): New variable.
1952 * calc/calc-units.el (calc-convert-units): Use new variable.
1953
1954 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1955
1956 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1957
1958 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1959 buffer-file-type.
1960
1961 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1962 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1963 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1964 coding-system-for-write instead.
1965
1966 * jka-compr.el (jka-compr-write-region): Don't bind
1967 buffer-file-type.
1968
1969 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1970 buffer-file-type.
1971
1972 * files.el (file-name-buffer-file-type-alist): Remove defvar.
1973 (insert-file-contents-literally): Remove reference to
1974 file-name-buffer-file-type-alist.
1975
1976 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1977 make-obsolete.
1978 (find-buffer-file-type-match, find-buffer-file-type): Remove.
1979 (find-buffer-file-type-coding-system): Remove references to
1980 find-buffer-file-type-match, find-buffer-file-type, and
1981 buffer-file-type.
1982 Don't put find-buffer-file-type-coding-system into
1983 file-coding-system-alist.
1984 (find-file-binary, find-file-text): Bind coding-system-for-read
1985 instead of file-name-buffer-file-type-alist.
1986
1987 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
1988
1989 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1990 converter (Bug#13622).
1991 (doc-view-unoconv-program): Make obsolete alias.
1992 (doc-view-odf->pdf-converter-program): New variable.
1993 (doc-view-odf->pdf-converter-function): New variable.
1994 (doc-view-mode-p): Use it.
1995 (doc-view-odf->pdf-converter-unoconv):
1996 Rename from `doc-view-odf->pdf-converter-unoconv'.
1997 (doc-view-odf->pdf-converter-soffice): New function.
1998 (doc-view-convert-current-doc):
1999 Use `doc-view-odf->pdf-converter-function'.
2000
2001 2013-02-09 Chong Yidong <cyd@gnu.org>
2002
2003 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2004 view-echo-area-messages (Bug#13340).
2005
2006 * help.el (view-echo-area-messages): Use display-buffer.
2007
2008 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2009 (Bug#13561).
2010
2011 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2014 Eval body right away, now that we do eager macroexpansion (bug#13605).
2015
2016 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2017 (fundamental-mode): Use run-mode-hooks.
2018
2019 * eshell/esh-proc.el (eshell/kill): Fix last change.
2020 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2021
2022 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2023
2024 * eshell/esh-proc.el (eshell/kill): Rewrite.
2025
2026 * eshell/em-ls.el (show-almost-all): Declare.
2027 (eshell-do-ls): Add support for -A argument.
2028
2029 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2030
2031 * icomplete.el (icomplete-forward-completions)
2032 (icomplete-backward-completions): Handle corner case (bug#13602).
2033
2034 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2035
2036 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2037 be nil. Handle this. (Bug#13636)
2038
2039 2013-02-07 Richard Stallman <rms@gnu.org>
2040
2041 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2042 `save-buffer-coding-system'.
2043
2044 2013-02-07 Alan Mackenzie <acm@muc.de>
2045
2046 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2047 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2048 (c-parse-state-get-strategy): Don't return 'BOD any more.
2049 (c-append-lower-brace-pair-to-state-cache):
2050 Extra parameter HERE instead of narrowing.
2051 Widen to top of buffer before searching backwards for a brace pair.
2052 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2053 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2054 Narrow to parameter HERE, in place of being called narrowed.
2055 (c-remove-stale-state-cache): Extra parameter HERE in place of
2056 narrowing. Check there's an open brace in the cache before
2057 searching for its match.
2058 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2059 (c-parse-state-1): Don't narrow here for 'forward strategy,
2060 instead passing extra parameter HERE to several functions.
2061 Remove 'BOD strategy.
2062
2063 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2064
2065 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2066 used to install the package.
2067
2068 2013-02-06 Glenn Morris <rgm@gnu.org>
2069
2070 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2071 if we can't get user input. (Bug#6567)
2072
2073 * startup.el (command-line): If simple.el is missing,
2074 test and warn about for some possible causes.
2075
2076 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2077
2078 * cus-start.el (all): Add ns-use-native-fullscreen.
2079
2080 2013-02-05 Glenn Morris <rgm@gnu.org>
2081
2082 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2083
2084 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2085 Fix directory creation in fallback case.
2086
2087 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2088
2089 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2090 (vc-update-change-log): Use dolist.
2091
2092 2013-02-04 Chong Yidong <cyd@gnu.org>
2093
2094 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2095 code from ffap.el.
2096 (thing-at-point-beginning-of-url-regexp): New var.
2097 (thing-at-point-uri-schemes): Update list of URI schemes.
2098 (thing-at-point-url-regexp): Variable deleted.
2099 (thing-at-point-markedup-url-regexp): Disallow newlines.
2100 (thing-at-point-newsgroup-regexp)
2101 (thing-at-point-newsgroup-heads)
2102 (thing-at-point-default-mail-uri-scheme): New variables.
2103 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2104 method to find the possible bounds of the URI at point.
2105 New optional argument to find ill-formed URIs.
2106 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2107 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2108 the scheme-adding heuristics from ffap-url-at-point.
2109 (thing-at-point--bounds-of-well-formed-url): New function.
2110 Do parens matching to decide whether to include parens in the URI
2111 (Bug#9153).
2112
2113 * ffap.el: Require thingatpt.
2114 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2115 All URI-valid characters are now recognized (Bug#5673).
2116 (ffap-string-at-point): Use use-region-p.
2117 (ffap-url-regexp): Extra character is handled by thing-at-point.
2118 (ffap-string-at-point-mode-alist): Allow parentheses.
2119 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2120 Convert to aliases; code moved to thingatpt.el.
2121 (ffap-gnus-hook): Use setq-local.
2122
2123 2013-02-04 Glenn Morris <rgm@gnu.org>
2124
2125 * emacs-lisp/ert.el (ert--explain-format-atom):
2126 Don't try to print non-characters as characters. (Bug#13543)
2127
2128 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2129
2130 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2131 (tramp-backtrace): New defun.
2132 (tramp-handle-insert-file-contents): Use `visit' when inserting
2133 the local copy.
2134
2135 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2136 Use `remote-file-name-inhibit-cache'.
2137
2138 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2141 (bug#13614).
2142
2143 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2144 current-load-list (bug#13366).
2145
2146 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2147
2148 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2149 Identify g++ template instantiation trace. (Bug#12287)
2150 (compilation-mode-hook, compilation-start-hook)
2151 (compilation-window-height): Simplify docstrings. (Bug#13379)
2152
2153 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2154
2155 * mouse.el (mouse-drag-track): Always deactivate the mark before
2156 running the final event's command since that command is in charge of
2157 activating the mark if needed (bug#13523).
2158
2159 2013-02-02 Juri Linkov <juri@jurta.org>
2160
2161 * replace.el (perform-replace): Move let-bindings of isearch-*
2162 variables deeper to the loop that searches for the next match.
2163 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2164 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2165 (Bug#13579)
2166
2167 * isearch.el (isearch-search-fun-default): Check for null
2168 first element of isearch-cmds as a precaution when it's used
2169 with inactive isearch.
2170
2171 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2172
2173 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2174 error when buffer in question is narrowed so position 1 is out of
2175 visible part.
2176
2177 2013-02-02 Glenn Morris <rgm@gnu.org>
2178
2179 * textmodes/remember.el (remember-clipboard): Doc fix.
2180
2181 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2184 properties (bug#13179).
2185
2186 2013-02-02 Juri Linkov <juri@jurta.org>
2187
2188 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2189 instead of hard-coded default face `match'. (Bug#9438)
2190
2191 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2192
2193 * vc/vc-arch.el (vc-arch-registered):
2194 * vc/vc-bzr.el (vc-bzr-registered):
2195 * vc/vc-cvs.el (vc-cvs-registered):
2196 * vc/vc-git.el (vc-git-registered):
2197 * vc/vc-hg.el (vc-hg-registered):
2198 * vc/vc-mtn.el (vc-mtn-registered):
2199 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2200 (Bug#13139)
2201
2202 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2203 prefix argument. (Bug#11656)
2204
2205 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2206
2207 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2208
2209 2013-02-01 Glenn Morris <rgm@gnu.org>
2210
2211 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2212 if the backend is known not to support it.
2213
2214 * imenu.el (imenu-default-create-index-function):
2215 Tweak infinite loop test to check for forward motion as well as none.
2216
2217 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2218
2219 * net/soap-client.el (soap-invoke): Encode the string for
2220 `url-request-data' as UTF-8.
2221 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2222
2223 2013-02-01 Glenn Morris <rgm@gnu.org>
2224
2225 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2226
2227 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2228
2229 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2230
2231 * net/tramp.el (tramp-tramp-file-p): Comment check for
2232 `string-as-unibyte'. The function does not exist on XEmacs, and
2233 likely we need another approach.
2234
2235 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2236 `tramp-gw-*' variables are bound.
2237
2238 2013-01-31 Glenn Morris <rgm@gnu.org>
2239
2240 * files.el (basic-save-buffer-2): Choose coding system for
2241 writing the file before backing it up, to reduce delay between
2242 backing up and writing the new version. (Bug#13522)
2243
2244 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2245
2246 * simple.el (cycle-spacing): New command.
2247 (just-one-space): Use it.
2248
2249 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2252 (opascal-newline-always-indents): Remove custom.
2253 (opascal-tab, opascal-newline): Remove commands.
2254 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2255 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2256 (opascal-save-match-data): Remove, use save-match-data instead.
2257 (opascal-save-state): Use with-silent-modifications.
2258
2259 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2260 (bug#13585).
2261
2262 2013-01-30 Juri Linkov <juri@jurta.org>
2263
2264 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2265 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2266 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2267
2268 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2271 column if we're just deleting the backslashes.
2272 (makefile-fill-paragraph): Use eolp.
2273
2274 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2275
2276 * autorevert.el (auto-revert-use-notify): Fix docstring.
2277
2278 2013-01-30 Leo Liu <sdl.web@gmail.com>
2279
2280 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2281
2282 2013-01-30 Glenn Morris <rgm@gnu.org>
2283
2284 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2285 unread-command-events twice in some cases. This tries to implement
2286 the 2012-07-26 changes in a different way. (Bug#13560)
2287
2288 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2289
2290 * progmodes/python.el
2291 (python-pdbtrack-comint-output-filter-function): Enhancements on
2292 stacktrace detection. (thanks @gnovak)
2293
2294 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2297 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2298 Use defvar-local.
2299 (jit-lock-register): Use setq-local.
2300
2301 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2302
2303 * calc-units.el (math-default-units-table): Remove initial value.
2304 (calc-convert-units): Treat expressions where all the units cancel as
2305 if they didn't have units.
2306
2307 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2308
2309 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2310 (tramp-completion-reread-directory-timeout): Fix type.
2311 (tramp-connection-min-time-diff): New defcustom.
2312
2313 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2314
2315 2013-01-30 Glenn Morris <rgm@gnu.org>
2316
2317 * imenu.el (imenu-default-create-index-function):
2318 Put back a version of the infinite loop test removed 2013-01-23.
2319
2320 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2321
2322 * progmodes/python.el (python-shell-parse-command):
2323 Find python-shell-interpreter with modified environment.
2324
2325 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2328
2329 2013-01-29 Alan Mackenzie <acm@muc.de>
2330
2331 Amend to fontify /regexp/s in actions correctly.
2332 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2333 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2334 are no longer included.
2335 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2336 What used to be these variables without "-line" in the name.
2337 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2338 (c-awk-non-arith-op-bra-re): Now also matches {.
2339 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2340 "return", and "case".
2341 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2342 by /.
2343 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2344 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2345
2346 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2347
2348 * autorevert.el (auto-revert-use-notify):
2349 Use `custom-initialize-default' for initialization. (Bug#13583)
2350
2351 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2352
2353 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2354 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2355 in `tramp-file-name-handler'.
2356 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2357 compatibility.
2358 (tramp-compute-multi-hops): Check, whether
2359 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2360
2361 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2364 (bug#13297).
2365
2366 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2367
2368 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2369 checks made superfluous by the \_< operator.
2370 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2371 temporarily) broken indentation.
2372 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2373 Highlight nested constants, too. \_< broke that.
2374
2375 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2376
2377 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2378 instead of "\\b".
2379
2380 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2381
2382 * autorevert.el (auto-revert-handler): Notifications which result
2383 from a saved file shall not be taken into account. (Bug#13557)
2384
2385 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2386
2387 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2388 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2389 (lisp-mode): Pass t for it. (Bug#13556)
2390
2391 2013-01-25 Alan Mackenzie <acm@muc.de>
2392
2393 AWK Mode: Fix indentation bug at top level. Bug #12274.
2394
2395 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2396 just before CASE 5D.
2397
2398 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2399
2400 * net/socks.el (socks-nslookup-host): Use string-to-number.
2401
2402 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2403
2404 * autorevert.el (auto-revert-remote-files)
2405 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2406 (auto-revert-notify-enabled, auto-revert-use-notify)
2407 (auto-revert-notify-watch-descriptor-hash-list)
2408 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2409 (auto-revert-notify-event-descriptor)
2410 (auto-revert-notify-event-action)
2411 (auto-revert-notify-event-file-name): Doc fix.
2412 (global-auto-revert-mode): Reorder checks.
2413 (auto-revert-notify-rm-watch): Respect changed values of
2414 `auto-revert-notify-watch-descriptor-hash-list'.
2415 (auto-revert-notify-add-watch): Check for
2416 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2417 `inotify-add-watch'. Watch `default-directory' instead of
2418 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2419 has a changed meaning now. (Bug#13540)
2420 (auto-revert-notify-handler): Change implementation wrt events
2421 returning from a directory.
2422 (auto-revert-handler): Reorder implementation for checks of remote
2423 files.
2424 (auto-revert-buffers): Fix parentheses error.
2425
2426 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2427
2428 * progmodes/python.el: Enhancements to header documentation about
2429 skeletons. (Bug#5716)
2430
2431 * imenu.el (imenu-default-create-index-function): Remove useless
2432 infinite loop check. (Bug#13438)
2433
2434 2013-01-25 Alan Mackenzie <acm@muc.de>
2435
2436 Fix a bug in the state cache mechanism. Refactor this a bit.
2437
2438 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2439 `cache-pos' element from the return value.
2440 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2441 buffer to enable proper searching from beyond HERE. Amend the
2442 test for detecting the sought brace pair. Amend the value written
2443 to the "brace desert cache" when the brace isn't found.
2444 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2445 and several other variables analogously.
2446 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2447 parameter to a locally calculated variable.
2448 (c-parse-state-1): Change the calling conventions to the two
2449 defuns involving `cache-pos'.
2450
2451 2013-01-25 Chong Yidong <cyd@gnu.org>
2452
2453 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2454
2455 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2456
2457 * paren.el (show-paren-function): Make sure to set 'priority and
2458 'face only if the overlay does exist.
2459
2460 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2463
2464 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2465 basic attributes.
2466 (tramp-sh-handle-set-file-acl): Improve error checking.
2467
2468 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2469
2470 * doc-view.el (doc-view-display): Force mode line update until all
2471 document is converted. Suggested by Stefan Monnier (Bug#13164).
2472
2473 2013-01-23 Bastien Guerry <bzg@gnu.org>
2474
2475 * paren.el (show-paren-function): Make sure an overlay exists
2476 before trying to delete it. Also use `pos' as a position only
2477 when it is an integer.
2478
2479 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2480
2481 * play/gametree.el (gametree-break-line-here): Use point-marker.
2482
2483 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2484
2485 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2486 Mark descriptive parts with `display' property.
2487
2488 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2489
2490 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2491 New variable to map standard dict names to hunspell ones.
2492 (ispell-set-spellchecker-params): Make sure specific dict names
2493 are used for standard dicts with hunspell.
2494
2495 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2496
2497 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2498 chars for note (%N) and url (%U).
2499 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2500
2501 2013-01-21 Juri Linkov <juri@jurta.org>
2502
2503 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2504 in addition to existing separate binding `meta f10' in `global-map'.
2505 (Bug#13484)
2506
2507 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2508
2509 Improve XEmacs compatibility.
2510
2511 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2512
2513 * net/tramp-adb.el (top): Require `time-date'.
2514 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2515 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2516 Use `tramp-file-name-handler'.
2517 (tramp-adb-maybe-open-connection):
2518 Use `tramp-compat-set-process-query-on-exit-flag'.
2519
2520 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2521 Use `tramp-compat-funcall'.
2522
2523 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2524 `tramp-compat-funcall'.
2525
2526 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2527
2528 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2529 reimplementation using "adb shell command ..." instead of running
2530 remote shell interactively.
2531
2532 2013-01-20 Glenn Morris <rgm@gnu.org>
2533
2534 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2535 Add native profiler menu entries.
2536
2537 * profiler.el (profiler-running-p): New function.
2538 (profiler-cpu-profile): Use profiler-running-p.
2539 (profiler-report-mode-map): Add some more menu entries.
2540
2541 2013-01-19 Glenn Morris <rgm@gnu.org>
2542
2543 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2544 fixes 2012-12-07 change. (Bug#13499)
2545
2546 2013-01-19 Leo Liu <sdl.web@gmail.com>
2547
2548 * dired.el (dired-get-marked-files): Prune erroneous values due to
2549 last change. (Bug#13152)
2550
2551 2013-01-19 Glenn Morris <rgm@gnu.org>
2552
2553 * progmodes/etags.el (tags-table-check-computed-list):
2554 Preserve point in tags buffer. (Bug#13412)
2555
2556 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2557
2558 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2559 Chong Yidong <cyd@gnu.org>
2560
2561 * image-mode.el (image-next-file, image-previous-file):
2562 New commands (Bug#8453).
2563 (image-mode-map): Bind them to n and p.
2564 (image-mode--images-in-directory): New helper function.
2565
2566 2013-01-19 Chong Yidong <cyd@gnu.org>
2567
2568 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2569 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2570 save and restore the old window configuration.
2571
2572 2013-01-18 Leo Liu <sdl.web@gmail.com>
2573
2574 * progmodes/js.el: Tweak autoload cookie for alias.
2575
2576 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2577
2578 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2579 buffer local, again. This was lost with the fix on 2013-01-12.
2580
2581 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2582
2583 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2584 order to support several eshell buffers in parallel.
2585
2586 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2587
2588 * autorevert.el (auto-revert-use-notify): In the :set function, do
2589 not modify `kill-buffer-hook'.
2590 (auto-revert-notify-rm-watch):
2591 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2592 (auto-revert-notify-add-watch): Do not call
2593 `auto-revert-notify-rm-watch', but add it to a buffer local
2594 `kill-buffer-hook'.
2595
2596 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2599 call to `eval' rather than a backquoted lambda.
2600
2601 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2604 to return an explicit nil.
2605 (advice--remove-function): Change accordingly.
2606
2607 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2608 the use of nadvice.el.
2609
2610 * progmodes/which-func.el (which-function): Silence imenu errors
2611 (bug#13433).
2612
2613 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2614
2615 * progmodes/sql.el (sql-imenu-generic-expression):
2616 (sql-mode-font-lock-object-name): Match schema qualified names.
2617 (sql-connect): Use string keys.
2618 (sql-product-interactive): Wait for interpreter prompt.
2619 (sql-comint-oracle): Set process coding based on NLS_LANG.
2620
2621 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2622
2623 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2624 (sql-interactive-remove-continuation-prompt):
2625 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2626
2627 2013-01-14 Leo Liu <sdl.web@gmail.com>
2628
2629 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2630 (Bug#13420)
2631
2632 2013-01-14 Glenn Morris <rgm@gnu.org>
2633
2634 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2635 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2636
2637 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2638
2639 * progmodes/python.el (python-nav-end-of-statement):
2640 Fix cornercase when handling multiline strings.
2641
2642 2013-01-13 Richard Stallman <rms@gnu.org>
2643
2644 * mail/sendmail.el (mail-position-on-field): Add doc string.
2645
2646 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2647 Get current message boundaries and pass them to
2648 message-forward-make-body-mime. Minor style changes.
2649
2650 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2651
2652 * cus-start.el (all): Avoid warnings about
2653 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2654
2655 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2656
2657 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2658
2659 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2660
2661 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2662 (jit-lock--debug-fontifying): New var.
2663 (jit-lock--debug-fontify): New function.
2664 * subr.el (condition-case-unless-debug): Don't prevent catching the
2665 error, just let the debbugger run.
2666 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2667 timer code and don't drop errors silently.
2668
2669 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2670
2671 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2672 `permanent-local' property.
2673 (auto-revert-notify-handler): Use `file-equal-p'.
2674
2675 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2676
2677 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2678 file notification by ACTION. For filtering by file name, compare
2679 only the non-directory part of the file name.
2680
2681 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * autorevert.el: Use cl-lib instead of cl.
2684
2685 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2686 (vc-bzr-checkin): Use it.
2687 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2688 will preserve match-data.
2689
2690 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2691
2692 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2693 (js--declaration-keyword-re): New var.
2694 (js--multi-line-declaration-indentation): New function.
2695 (js--proper-indentation): Use it.
2696
2697 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2698
2699 * calc/calc.el (calc-highlight-selections-with-faces)
2700 (calc-dispatch):
2701 * comint.el (comint-history-isearch-message):
2702 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2703 * ffap.el (ffap-string-at-point-region, ffap-next)
2704 (ffap-string-at-point, ffap-string-around)
2705 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2706 (ffap-literally):
2707 * font-lock.el (font-lock-keywords-alist)
2708 (font-lock-removed-keywords-alist):
2709 * help-mode.el (help-xref-symbol-regexp):
2710 * info.el (Info-find-emacs-command-nodes):
2711 * international/mule.el (add-to-coding-system-list):
2712 * isearch.el (isearch-message-function, isearch-fail-pos):
2713 * misearch.el (multi-isearch-next-buffer-function):
2714 * newcomment.el (comment-box):
2715 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2716 (pr-setting-database):
2717 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2718 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2719 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2720 (pike-font-lock-keywords-3):
2721 * progmodes/compile.el (compile):
2722 * progmodes/etags.el (tags-table-files)
2723 (tags-table-files-function, tags-included-tables-function):
2724 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2725 (gdb-restore-windows):
2726 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2727 (ps-n-up-filling-database):
2728 * server.el (server-buffer, server-log):
2729 * simple.el (newline, delete-backward-char, delete-forward-char)
2730 (minibuffer-history-isearch-message, kill-line, track-eol)
2731 (temporary-goal-column):
2732 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2733 (flyspell-default-deplacement-commands):
2734 * textmodes/ispell.el (ispell-accept-output):
2735 * textmodes/sgml-mode.el (html-tag-help):
2736 * vc/compare-w.el (compare-ignore-whitespace)
2737 (compare-ignore-case, compare-windows-dehighlight):
2738 * vc/diff.el (diff):
2739 * whitespace.el (whitespace-point)
2740 (whitespace-font-lock-refontify, whitespace-bob-marker)
2741 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2742
2743 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2744
2745 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2746 (auto-revert-notify-rm-watch): Ignore errors.
2747 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2748 inotify, and '(size last-write-time) for w32notify.
2749 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2750 watch fails - this is a fallback to the file modification check.
2751 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2752 (auto-revert-notify-event-action)
2753 (auto-revert-notify-event-file-name): New defuns.
2754 (auto-revert-notify-handler): Use them. Implement first
2755 plausibility checks.
2756 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2757
2758 2013-01-11 Julien Danjou <julien@danjou.info>
2759
2760 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2761 max are almost equal. Also return the correct value for V which is
2762 already between 0 and 1.
2763
2764 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2765
2766 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2767
2768 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2769
2770 * autorevert.el (auto-revert-notify-rm-watch)
2771 (auto-revert-notify-add-watch): Fix typos in w32notify function
2772 names.
2773
2774 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2775
2776 * autorevert.el (auto-revert-notify-enabled): Move up.
2777 (auto-revert-use-notify): New defcustom.
2778 (auto-revert-mode, global-auto-revert-mode)
2779 (auto-revert-notify-add-watch, auto-revert-handler)
2780 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2781 `auto-revert-notify-enabled'.
2782
2783 2013-01-10 Elias Pipping <pipping@exherbo.org>
2784
2785 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2786 * doc-view.el (doc-view-document->bitmap):
2787 Use doc-view-single-page-converter-function instead of
2788 single-page-converter arg; adjust callers.
2789
2790 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2791
2792 * progmodes/which-func.el (which-function): Understand Semantic's use
2793 of overlays in imenu--index-alist.
2794
2795 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2796
2797 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2798 (Man-man-k-use-anchor): New var.
2799 (Man-parse-man-k): New function.
2800 (Man-completion-table): Use it.
2801 (man): Flush the completion cache between uses.
2802
2803 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2804
2805 * autorevert.el: Add file watch support.
2806 (auto-revert-notify-enabled): New defconst.
2807 (auto-revert-notify-watch-descriptor-hash-list)
2808 (auto-revert-notify-watch-descriptor)
2809 (auto-revert-notify-modified-p): New defvars.
2810 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2811 (auto-revert-notify-handler): New defuns.
2812 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2813 when mode is disabled.
2814 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2815 (auto-revert-buffers): Add file watches for active buffers.
2816
2817 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2818
2819 * cus-start.el (toplevel): Only allow float values for
2820 scroll-up-aggressively and scroll-down-aggressively.
2821 Allow any number for line-spacing.
2822
2823 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2826 (doc-view-pdf->png-converter-function): Use mupdf if available.
2827 (doc-view-djvu->png-converter-function)
2828 (doc-view-ps->png-converter-function): Remove.
2829 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2830 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2831 (doc-view-already-converted-p): Adjust accordingly.
2832 (doc-view-mode-p): Simplify.
2833 (doc-view-enlarge): Use setq-local.
2834 (doc-view-pdf->png-converter-ghostscript)
2835 (doc-view-djvu->png-converter-ddjvu)
2836 (doc-view-pdf->png-converter-mupdf): Rework to call
2837 doc-view-start-process directly.
2838 (doc-view-pdf/ps->png): Simplify accordingly.
2839 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2840 (doc-view-document->bitmap): Rename from doc-view-document->png.
2841 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2842 (doc-view-set-slice-from-bounding-box): Fix completion table.
2843 (doc-view-mode): Use add-hook for after-revert-hook.
2844
2845 2013-01-10 Glenn Morris <rgm@gnu.org>
2846
2847 * emacs-lisp/authors.el (authors-ignored-files)
2848 (authors-valid-file-names, authors-renamed-files-alist):
2849 Add some more entries.
2850
2851 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2854 `t' pseudo-window entry.
2855
2856 2013-01-10 Alan Mackenzie <acm@muc.de>
2857
2858 Fix bugs in the c-parse-state mechanism. Reuse some markers
2859 instead of continually generating new ones.
2860
2861 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2862 (c-state-old-cpp-end-marker): New variables.
2863 (c-append-lower-brace-pair-to-state-cache): Start a backward
2864 search for "}" definitively outside CPP constructs.
2865 (c-remove-stale-state-cache): Inform the caller of a need to
2866 search back for a brace pair in certain circumstances.
2867 (c-state-maybe-marker): New macro.
2868 (c-parse-state): Reuse markers when appropriate.
2869
2870 2013-01-10 Glenn Morris <rgm@gnu.org>
2871
2872 * simple.el (execute-extended-command): Doc fix.
2873 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2874
2875 2013-01-10 Chong Yidong <cyd@gnu.org>
2876
2877 * faces.el (read-face-name): Doc fix.
2878
2879 2013-01-10 Roland Winkler <winkler@gnu.org>
2880
2881 * emacs-lisp/crm.el: Allow any regexp for separators.
2882 (crm-default-separator): All spaces around the default comma separator.
2883 (crm--completion-command): New macro.
2884 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2885 (crm-complete-and-exit): Handle non-single-char separators.
2886
2887 2013-01-09 Elias Pipping <pipping@lavabit.com>
2888
2889 * doc-view.el: Add support for DjVu (bug#13164).
2890 (doc-view-djvu->png-converter-function): New config var.
2891 (doc-view-single-page-converter-function, doc-view--image-type)
2892 (doc-view--image-file-extension): New vars.
2893 (doc-view-mode): Initialize them.
2894 (doc-view-goto-page): Use them.
2895 (doc-view-mode-p): Add support for ddjvu.
2896 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2897 (doc-view-set-up-single-converter): New funs.
2898 (doc-view-pdf/ps->png): Extend for djvu.
2899 (doc-view-document->png): Rename from doc-view-pdf->png.
2900 (doc-view-convert-current-doc): Handle djvu.
2901 (doc-view-insert-image, doc-view-display)
2902 (doc-view-already-converted-p): Don't hardcode png.
2903 (doc-view-set-doc-type): Recognize djvu docs.
2904
2905 2013-01-09 Elias Pipping <pipping@lavabit.com>
2906
2907 * doc-view.el: Add support for mupdf converter (bug#13164).
2908 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2909 (doc-view-ps->png-converter-function): New config vars.
2910 (doc-view-pdf->png-converter-ghostscript)
2911 (doc-view-ps->png-converter-ghostscript)
2912 (doc-view-pdf->png-converter-mupdf): New functions.
2913 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2914
2915 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2916
2917 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2918 first in session cache: When `tramp-own-remote-path' is in
2919 `tramp-remote-path', the remote path is only set in the session
2920 cache.
2921
2922 2013-01-09 Glenn Morris <rgm@gnu.org>
2923
2924 * emacs-lisp/trace.el (trace-function-foreground)
2925 (trace-function-background): Doc fix.
2926
2927 2013-01-09 Juri Linkov <juri@jurta.org>
2928
2929 * international/mule-cmds.el (read-char-by-name): Move let-binding
2930 of completion-ignore-case around completing-read to fix regression
2931 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2932 `string-match-p' using the nil value of `case-fold-search' and
2933 `completion-ignore-case' in `completion-pcm--all-completions'.
2934 (Bug#12615).
2935
2936 2013-01-09 Glenn Morris <rgm@gnu.org>
2937
2938 * progmodes/compile.el (compilation-parse-errors):
2939 Fix typo. (Bug#13369)
2940
2941 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2942
2943 * comint.el (comint-send-input): Check size of buffer before
2944 waiting for process output, in case already accepted. (Bug#13290)
2945
2946 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
2947
2948 Spelling fixes.
2949 * net/tramp-adb.el (tramp-adb-get-toolbox):
2950 Fix misspelling of 'unknown'.
2951
2952 2013-01-08 Juri Linkov <juri@jurta.org>
2953
2954 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2955 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2956 Use underline style wave on terminals that support it. (Bug#13000)
2957
2958 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2961 the predicate returns nil.
2962
2963 * simple.el: Use lexical-binding.
2964 (primitive-undo): Use pcase.
2965 (minibuffer-history-isearch-push-state): Use a closure.
2966
2967 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2968
2969 * simple.el (primitive-undo): Move from undo.c.
2970
2971 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2974 (cvs-mode-remove-handled): Use it (bug#13380).
2975
2976 * emacs-lisp/nadvice.el (advice--tweak): New function.
2977 (advice--remove-function, advice--subst-main): Use it.
2978
2979 * emacs-lisp/advice.el: Update commentary.
2980
2981 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
2982
2983 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2984 Remove spurious entry.
2985
2986 2013-01-08 Glenn Morris <rgm@gnu.org>
2987
2988 * net/tramp.el (tramp-default-host-alist): Add :version.
2989
2990 2013-01-08 Juri Linkov <juri@jurta.org>
2991
2992 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2993 single completion. (Bug#12456)
2994 (info--manual-names): Expand node completions into an explicit list
2995 before appending it to another list. Filter out internal buffers
2996 with the leading space in the buffer name. (Bug#10771)
2997
2998 2013-01-08 Juri Linkov <juri@jurta.org>
2999
3000 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3001 that defaults to the Top node.
3002 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3003 the short format (FILENAME) goes to the Top node.
3004 (Info-build-node-completions): Rename arg `file' to `filename'.
3005 (Bug#13365)
3006
3007 2013-01-07 Bastien Guerry <bzg@gnu.org>
3008
3009 * menu-bar.el (menu-bar-search-documentation-menu):
3010 Use `apropos-user-option' and fix the help message.
3011
3012 2013-01-07 Bastien Guerry <bzg@gnu.org>
3013
3014 * apropos.el (apropos-do-all): Update docstring.
3015 (apropos-user-option-button): New face.
3016 (apropos-user-option): Rename from `apropos-variable' and update
3017 docstring.
3018 (apropos-variable): Rewrite, now show all variables by default.
3019 (apropos-print): Mention "User option" instead of "Variable" when
3020 printing doc for user options. (Bug#13276)
3021
3022 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
3023
3024 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3025 Handle filename correctly, when parsing "source -> target" symlink
3026 output.
3027 (tramp-adb-handle-set-file-times): New defun.
3028
3029 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3030
3031 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3032 advice list when the interactive-spec of ad-Advice-* changes.
3033
3034 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3035
3036 * wid-edit.el (widget-default-get): Work for inlined elements.
3037 (Bug#12670)
3038
3039 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3040
3041 * net/tramp.el (tramp-default-host-alist): New defcustom.
3042 (tramp-find-host): Use it.
3043 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3044 `eshell-directory-change-hook'.
3045
3046 * net/tramp-adb.el (top): Add adb specific entry in
3047 `tramp-default-host-alist'.
3048 (tramp-adb-file-name-host): Remove function.
3049 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3050 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3051
3052 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3053
3054 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
3055
3056 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3057
3058 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3059
3060 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3061 consist of more than one digit.
3062 (tramp-adb-file-name-handler-alist):
3063 Use `tramp-handle-file-exists-p' consistently.
3064 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3065 (tramp-adb-handle-file-exists-p): Remove function.
3066 (tramp-adb-file-name-host): New defun.
3067 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3068 Use it.
3069 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3070
3071 2013-01-06 Chong Yidong <cyd@gnu.org>
3072
3073 * vc/vc.el (vc-next-action): Detect buffer modifications
3074 conflicting with locking VCS operation (Bug#11490).
3075
3076 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3077
3078 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3079
3080 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3081 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3082
3083 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
3084
3085 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3086 parsing of ls output using regular expression (handle filenames
3087 with spaces). Use virtual device number.
3088 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3089 cleanup).
3090
3091 2013-01-04 Daiki Ueno <ueno@gnu.org>
3092
3093 * epg.el: Silence byte-compiler warnings.
3094 (epg--start): Use delete-char instead of delete-backward-char.
3095 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3096
3097 2013-01-04 Daiki Ueno <ueno@gnu.org>
3098
3099 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3100 Suggested by Eli Zaretskii <eliz@gnu.org>.
3101
3102 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3103
3104 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3105 non-negative integers. Otherwise, the default values are used.
3106 (tramp-convert-file-attributes): Convert uid and gid to integers.
3107
3108 2013-01-04 Glenn Morris <rgm@gnu.org>
3109
3110 * term.el (term-handle-colors-array): Ensure face attributes
3111 are fully specified, not nil. (Bug#13337)
3112
3113 * term.el (term-default-fg-color, term-default-bg-color):
3114 Fix custom type.
3115
3116 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3117 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3118 rather than 'jka-compr being loaded. (Bug#13338)
3119
3120 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3121
3122 * icomplete.el (icomplete-completions):
3123 Honor icomplete-prospects-height once more following
3124 2012-11-29 changes. (Bug#13224)
3125
3126 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3129 of called-interactively-p as well (bug#13237).
3130
3131 * view.el (view--enable, view--disable): Rename from view-mode-enable
3132 and view-mode-disable and assume it's called from view-mode.
3133 (view-mode-enable, view-mode-disable): Redefine as obsolete
3134 compatibility layer above view-mode.
3135 (view-mode-enter): Call `view-mode'.
3136
3137 * files.el (after-find-file): Call `view-mode'.
3138
3139 * doc-view.el (doc-view-scale-internally): New var.
3140 (doc-view-enlarge, doc-view-insert-image): Obey it.
3141
3142 2013-01-03 Daiki Ueno <ueno@gnu.org>
3143
3144 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3145 exist. (Bug#13344)
3146
3147 2013-01-03 Glenn Morris <rgm@gnu.org>
3148
3149 * mail/rmail.el (rmail-set-header-1): Ignore case.
3150 Handle multi-line headers. (Bug#13330)
3151
3152 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3153 Handle paragraph starting at beginning of buffer.
3154
3155 * subr.el (eval-after-load): Don't purecopy the form, so that it
3156 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3157
3158 * emacs-lisp/byte-run.el (defun): Place cl declarations
3159 after any interactive spec. (Bug#13265)
3160
3161 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3162
3163 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3164 defun. Don't check for DECL if DOCSTRING isn't a string.
3165 (defun): Likewise.
3166
3167 2013-01-02 Glenn Morris <rgm@gnu.org>
3168
3169 * eshell/em-cmpl.el (eshell-pcomplete):
3170 More thoroughly imitate pcomplete. (Bug#13293)
3171
3172 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3173 Return nil for empty path elements. (Bug#13296)
3174
3175 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
3176
3177 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3178 order to improve efficiency (Based on Daniel Colascione's
3179 <dancol@dancol.org> patch). (Bug#13182)
3180
3181 2013-01-02 Glenn Morris <rgm@gnu.org>
3182
3183 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3184
3185 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3186
3187 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3188 neither DOCSTRING nor DECL was given. (Bug#13316)
3189
3190 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3191
3192 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3193 `error' call.
3194 (tramp-do-copy-or-rename-file): Ignore errors when calling
3195 `set-file-extended-attributes'.
3196
3197 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3198 Add handler for `file-acl'.
3199 (tramp-smb-handle-file-acl): New defun.
3200
3201 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3202
3203 * calc/README: Mention ISO 8601 week-numbering dates.
3204
3205 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3206
3207 * view.el (view-mode-enable): New argument run-view-mode-hook.
3208 Run view-mode-hook only when it's non-nil (Bug#13315).
3209 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3210 argument t.
3211
3212 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
3213
3214 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3215 (No device connected, invalid device name). (Bug #13299)
3216
3217 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3218
3219 * window.el (window-resizable--p): Rename to window-resizable-p.
3220 (window-resize-no-error): New function.
3221
3222 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3223 broken in fix from 2012-12-28.
3224
3225 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * subr.el (special-form-p): Don't signal errors on undef aliases.
3228
3229 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3230
3231 * calc/calc-forms.el (math-parse-date): Try using
3232 `math-parse-iso-date' when it looks like it might be needed.
3233 Allow times of 24:00.
3234 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3235 of 24:00.
3236
3237 2012-12-30 Glenn Morris <rgm@gnu.org>
3238
3239 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3240 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3241 (rmail-summary-displayed, rmail-summary): Declare.
3242 (mairix-rmail-display): Just require rmail.
3243
3244 2012-12-30 Chong Yidong <cyd@gnu.org>
3245
3246 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3247 check for the tarball contents.
3248
3249 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3250
3251 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3252 tarfile content listings (Bug#13136).
3253
3254 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3255
3256 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3257 Insert the undecoded text of the message being forwarded. (Bug#9521)
3258
3259 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3260
3261 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3262 integers, if they are real numbers. (Bug#13282)
3263
3264 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3265 Return `t' on success.
3266
3267 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3268 Add handler for `set-file-selinux-context'.
3269
3270 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3271
3272 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3273 (tramp-sh-handle-set-file-acl): Return `t' on success.
3274
3275 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3276
3277 * files.el (backup-buffer-copy, basic-save-buffer-2):
3278 If set-file-extended-attributes fails, fall back on set-file-modes
3279 instead of signaling an error. (Bug#13298)
3280 (basic-save-buffer): Likewise.
3281
3282 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3283
3284 * progmodes/python.el: Support other commands triggering
3285 python-indent-line so indentation cycling continues to work.
3286 (python-indent-trigger-commands): New defcustom.
3287 (python-indent-line): Use it.
3288
3289 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3290
3291 * progmodes/python.el (python-shell-send-region): Add blank lines
3292 for non sent code so backtraces remain correct.
3293
3294 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3295
3296 * progmodes/python.el: Remove cl dependency.
3297 (python-syntax-count-quotes): Replace incf call.
3298 (python-fill-string): Replace setf call.
3299
3300 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3301
3302 * info.el (info-other-window): New arg, for consistency with info.
3303
3304 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3305
3306 * mail/rmail.el (rmail-maybe-display-summary):
3307 Rewrite (Bug#13066).
3308
3309 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3310
3311 * epg.el (epg--start): Modify process-environment locally.
3312
3313 2012-12-28 Daiki Ueno <ueno@gnu.org>
3314
3315 * epg.el: Support pinentry-curses.
3316 Suggested by Werner Koch in
3317 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3318 (epg-agent-file, epg-agent-mtime): New variable.
3319 (epg--start): Record the modified time of gpg-agent socket file,
3320 to restore Emacs frame after pinentry-curses termination.
3321 (epg-wait-for-completion): Restore Emacs frame here.
3322
3323 2012-12-27 Juri Linkov <juri@jurta.org>
3324
3325 * info.el (Info-file-completions): New variable.
3326 (Info-read-node-name-1): Complete node names in the Info file
3327 when a file name is given. Call `Info-build-node-completions'
3328 with a file name.
3329 (Info-build-node-completions): Add new arg `file'. When it is
3330 non-nil, visit it in a temporary buffer and cache its completions in
3331 `Info-current-file-completions'. Move most of the function body to
3332 `Info-build-node-completions-1'.
3333 (Info-build-node-completions-1): New function with the body from
3334 `Info-build-node-completions'. (Bug#12456)
3335
3336 2012-12-27 Juri Linkov <juri@jurta.org>
3337
3338 * frame.el (frame-maximization-style): Remove user option.
3339 (cycle-frame-maximized): Remove function.
3340 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3341 (toggle-frame-fullscreen): New command bound to <f11> instead of
3342 `toggle-frame-maximized'.
3343 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3344
3345 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3348
3349 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3350 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3351 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3352 for `file-accessible-directory-p'. (Bug#13275)
3353
3354 2012-12-27 Sam Steingold <sds@gnu.org>
3355
3356 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3357 continuations, see <http://stackoverflow.com/questions/3582436>.
3358
3359 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3360
3361 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3362 "module" and "def" to have indentation before them.
3363 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3364
3365 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3366
3367 2012-12-27 Alan Mackenzie <acm@muc.de>
3368
3369 Speed up fontification where there's large brace blocks.
3370 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3371 to a call of c-beginning-of-decl-1.
3372
3373 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3374
3375 * comint.el (comint-adjust-window-point): New function.
3376 (comint-postoutput-scroll-to-bottom):
3377 Call comint-adjust-window-point (Bug#13248).
3378
3379 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3380
3381 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3382 Rakefile regexp.
3383 (auto-mode-alist): Associate .gemspec files with ruby-mode
3384 (https://bugs.ruby-lang.org/issues/5453).
3385
3386 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3387
3388 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3389 Suppress coloring, if possible (required for BusyBox based systems like
3390 CyanogenMod).
3391 (tramp-adb-handle-file-attributes)
3392 (tramp-adb-handle-insert-directory)
3393 (tramp-adb-handle-file-name-all-completions): Use it.
3394 (tramp-adb-get-toolbox): New defun. Check for remote shell
3395 implementation (BusyBox or Toolbox).
3396
3397 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3398
3399 * startup.el (initial-buffer-choice): Allow function as value
3400 (Bug#13251).
3401 (command-line-1): Handle case where initial-buffer-choice
3402 specifies a function.
3403 * server.el (server-execute): Handle case where
3404 initial-buffer-choice specifies a function.
3405
3406 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3407
3408 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3409 its own function.
3410 (smtpmail-try-auth-methods): Forget the user name/password if the
3411 login is unsuccessful (bug#12424).
3412
3413 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3414
3415 * notifications.el (notifications-notify): Protect body with
3416 `with-demoted-errors'.
3417
3418 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3419 Check properties of remote device. Restart connection, if there is a
3420 change.
3421
3422 2012-12-21 Chong Yidong <cyd@gnu.org>
3423
3424 * sort.el (sort-subr): Doc fix (Bug#13056).
3425
3426 2012-12-21 Bastien Guerry <bzg@gnu.org>
3427
3428 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3429
3430 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3431
3432 * simple.el (process-file): Overwrite stderr file, if exists.
3433
3434 2012-12-21 Daiki Ueno <ueno@gnu.org>
3435
3436 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3437 (epg-error): Set `error-message' property.
3438
3439 2012-12-21 Chong Yidong <cyd@gnu.org>
3440
3441 * international/mule-cmds.el (read-char-by-name): Signal an error
3442 if the user does not supply a valid character (Bug#13177).
3443
3444 * simple.el (transpose-subr-1): Preserve marker positions by
3445 changing the insertion sequence (Bug#13122).
3446
3447 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3448
3449 * simple.el (kill-region): Deactivate mark even for empty regions
3450 (Bug#13169).
3451
3452 2012-12-21 Chong Yidong <cyd@gnu.org>
3453
3454 * help-fns.el (describe-variable): Make sure we get the right
3455 buffer name (Bug#13105). Suggested by Kelly Dean.
3456
3457 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3458
3459 * comint.el (comint-redirect-previous-input-string): New variable.
3460 (comint-redirect-setup, comint-redirect-cleanup)
3461 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3462 (comint-redirect-preoutput-filter): Fix verbose message.
3463
3464 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3465
3466 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3467 is too long for Tramp. See discussion in
3468 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3469
3470 * progmodes/compile.el (compilation-start): Remove line escape
3471 template.
3472
3473 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3474
3475 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3476 Adjust comment.
3477
3478 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3479
3480 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3481 following non-comment text (bug#13207).
3482 (lm-header-multiline): Continuation lines need to be indented more than
3483 the first line.
3484 (lm-homepage): New function.
3485 (lm-with-file): Don't be confused if narrowing is in effect.
3486
3487 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3490 very beginning of a hunk (e.g. killing the first line).
3491
3492 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3495 and text properties from returned ACL string.
3496 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3497 for "setfacl" command.
3498
3499 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3500
3501 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3502 `tramp-cleanup-this-connection', when the process has died.
3503 (Bug#13151)
3504
3505 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3508
3509 2012-12-17 Kevin Ryde <user42@zip.com.au>
3510
3511 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3512
3513 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3514
3515 Add support for preserving ACL entries of files.
3516
3517 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3518 `set-file-acl' handlers.
3519
3520 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3521 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3522
3523 * net/tramp-compat.el (tramp-compat-copy-file):
3524 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3525
3526 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3527 Add `file-acl' and `set-file-acl' handlers.
3528 (tramp-gvfs-handle-copy-file):
3529 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3530 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3531 New defuns.
3532
3533 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3534 Add `file-acl' and `set-file-acl' handlers.
3535 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3536 (tramp-sh-handle-set-file-acl): New defuns.
3537 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3538 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3539
3540 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3541 Add `file-acl' and `set-file-acl' handlers.
3542 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3543
3544 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3545
3546 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3547 use pop-to-buffer with NORECORD argument t. As buffer name, use
3548 *Metahelp* with a leading space (Bug#13190).
3549
3550 2012-12-16 Romain Francoise <romain@orebokech.com>
3551
3552 * files.el (file-extended-attributes)
3553 (set-file-extended-attributes): New functions.
3554 (backup-buffer): Use them to handle both SELinux context and ACL
3555 entries.
3556 (backup-buffer-copy): Work with an alist of extended attributes,
3557 rather than an SELinux context.
3558 (basic-save-buffer-2): Ditto.
3559
3560 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3561
3562 * battery.el (battery-bsd-apm): New function.
3563
3564 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3565
3566 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3567 standard date formats.
3568
3569 2012-12-15 Juri Linkov <juri@jurta.org>
3570
3571 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3572 `isearch-insert-char-by-name'.
3573 (with-isearch-suspended): New defmacro with body mostly from
3574 `isearch-edit-string' except the part that sets
3575 `isearch-new-string' and `isearch-new-message'.
3576 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3577 body that sets `isearch-new-string' and `isearch-new-message'.
3578 (isearch-insert-char-by-name): New command.
3579 * international/mule-cmds.el (read-char-by-name): Let-bind
3580 `enable-recursive-minibuffers' to t.
3581 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3582
3583 2012-12-15 Juri Linkov <juri@jurta.org>
3584
3585 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3586 (Bug#13175)
3587
3588 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3589
3590 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3591 the prompt. (Bug#13045)
3592
3593 2012-12-14 Glenn Morris <rgm@gnu.org>
3594
3595 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3596 Try to include filename in non-bytecomp warning. (Bug#13132)
3597
3598 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3599
3600 Fix permissions bugs with setgid directories etc. (Bug#13125)
3601 * files.el (backup-buffer): Don't rely on 9th output of
3602 file-attributes, as it's now a placeholder. Instead, use the new
3603 optional arg of file-ownership-preserved-p.
3604 (file-ownership-preserved-p): New optional arg GROUP.
3605 Fix mishandling of setuid directories that would cause this
3606 function to return t when it should have returned nil.
3607 Document what happens if the file does not exist, and when
3608 it's not known whether the ownership will be preserved.
3609 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3610 Likewise.
3611 (tramp-get-local-gid): Use group-gid for integer, as that's
3612 faster and more reliable.
3613
3614 2012-12-14 Julien Danjou <julien@danjou.info>
3615
3616 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3617 Update keywords list, data type and PL/pgSQL.
3618
3619 2012-12-14 Dave Abrahams <dave@boostpro.com>
3620
3621 * vc/ediff-util.el (ediff-buffer-type): New function.
3622 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3623 rather than taking it as as argument.
3624 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3625
3626 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3627
3628 * json.el: Add pretty-print option (bug#12634).
3629 (json-encoding-separator, json-encoding-default-indentation)
3630 (json--encoding-current-indentation, json-encoding-pretty-print)
3631 (json-encoding-lisp-style-closings): New vars.
3632 (json--with-indentation): New macro.
3633 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3634 (json-encode-array): Use it to obey json-encoding-pretty-print.
3635 (json-pretty-print-buffer, json-pretty-print): New commands.
3636
3637 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3638
3639 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3640 Extract `ruby-syntax-propertize-expansions'.
3641 (ruby-syntax-propertize-expansions): Only change syntax on
3642 certain string delimiters, to punctuation. This way the common
3643 functions like forward-word and thing-at-point still work.
3644 (ruby-match-expression-expansion): Improve readability.
3645 (ruby-block-contains-point): New function.
3646 (ruby-add-log-current-method): Handle several edge cases.
3647
3648 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3649
3650 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3651 unload-feature finishes even when aborting an ongoing edebug session.
3652 Also, do not worry about edebug-mode, unload-feature takes care of it.
3653
3654 2012-12-13 Andreas Schwab <schwab@suse.de>
3655
3656 * net/tls.el (tls-program): Update customize type.
3657
3658 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3661 (edebug-setup-hook, cl-read-load-hooks): Use it.
3662 (edebug-unload-function): New function. (Bug#13163)
3663
3664 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3665
3666 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3667 Otherwise, there could be errors in autoloading. (Bug#13151)
3668
3669 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3670
3671 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3672 sequences.
3673
3674 2012-12-13 Alan Mackenzie <acm@muc.de>
3675
3676 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3677 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3678 around `forward-comment' not recognizing ^M as whitespace.
3679
3680 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3681
3682 * progmodes/python.el (python-skeleton-class)
3683 (python-skeleton-def): Do not add space after defun name.
3684
3685 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3688 (cl--symbol-function): Remove (now that funbound is like nil).
3689
3690 2012-12-12 Glenn Morris <rgm@gnu.org>
3691
3692 * button.el (button--area-button-p): Fix typo.
3693
3694 2012-12-12 Sam Steingold <sds@gnu.org>
3695
3696 * frame.el (frame-maximization-style): New user option.
3697 (toggle-frame-maximized): Toggle frame maximization according to
3698 `frame-maximization-style', bound to <f11>.
3699 (cycle-frame-maximized): Cycle between all maximization styles and
3700 non-maximized frame, bound to shift-<f11>.
3701
3702 2012-12-12 David Cadé <codename68@gmail.com>
3703
3704 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3705
3706 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3707
3708 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3709 (eieio-override-prin1): Don't quote kewords and booleans.
3710 (object-write) <eieio-default-superclass>: Don't put closing parens
3711 on new line, avoid needless empty lines, align values that are objects
3712 with the slot keyword (instead of beginning on the same line).
3713 (eieio-list-prin1): Align value with slot keyword; increase
3714 eieio-print-depth before printing members of the list.
3715
3716 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3717
3718 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3719 a display text-property.
3720 (report-emacs-bug-hook): Don't bother deleting it any more.
3721
3722 * hilit-chg.el (highlight-save-buffer-state): Delete.
3723 Use with-silent-modifications instead.
3724 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3725
3726 * button.el: Handle buttons in display text-properties.
3727 (button--area-button-p, button--area-button-string):
3728 Use (STRING . STRING-POS) representation instead of just STRING.
3729
3730 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3731
3732 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3733 subdirectory be skipped.
3734
3735 2012-12-11 Glenn Morris <rgm@gnu.org>
3736
3737 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3738
3739 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3740 Treat preprocessor lines embedded in continuations like comments.
3741 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3742
3743 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3744
3745 * calc/calc.el (calc-standard-date-formats): Add more date
3746 formats.
3747 * calc/calc-forms.el (math-parse-iso-date): New function.
3748 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3749 (math-parse-iso-date-validate): Add extra error checking.
3750 (calc-date-notation): Add ability to access new date formats.
3751
3752 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3755 font-lock as well as when there's no text-property.
3756
3757 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3758
3759 * hi-lock.el: Refine the choice of default face.
3760 (hi-lock-keyword->face): New function. Use it wherever we used
3761 cadadadr instead.
3762 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3763 (hi-lock--last-face): Remove var.
3764 (hi-lock--unused-faces): New var to replace it.
3765 (hi-lock-read-face-name): Use/maintain it.
3766 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3767 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3768 if it has another face.
3769
3770 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3771
3772 * subr.el (w32notify-handle-event): New function.
3773 (inotify-handle-event): Doc fix.
3774
3775 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3776
3777 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3778
3779 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3780
3781 * simple.el (just-one-space): Doc fix.
3782
3783 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3784
3785 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3786
3787 2012-12-10 Le Wang <l26wang@gmail.com>
3788
3789 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3790 narrowed buffer (bug#12361).
3791
3792 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * vc/vc-hooks.el (vc-state): Doc fix.
3795
3796 2012-12-10 Glenn Morris <rgm@gnu.org>
3797
3798 * mail/rmail.el (rmail-maybe-display-summary):
3799 Preserve buffer, in case select-window changes it. (Bug#13066)
3800
3801 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3804 cl-load-hook where they belong.
3805
3806 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3809
3810 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3811
3812 Parallelize byte compilation on MS-Windows.
3813 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3814 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3815 (WINS_BASIC): Define as concatenation of the above.
3816 (compile): Subdivide into 4 separate and independent jobs that can
3817 be run in parallel.
3818 (compile0-CMD, compile0-SH): New targets for compiling
3819 COMPILE_FIRST files, which are prerequisites for the rest of the
3820 byte-compilation.
3821 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3822 New targets for parallel compilation with cmd.exe.
3823 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3824 compiling under a Unixy shell.
3825
3826 2012-12-09 Chong Yidong <cyd@gnu.org>
3827
3828 * simple.el (set-mark-default-inactive): Delete this
3829 accidentally-introduced option.
3830 (set-mark-command, exchange-point-and-mark): Remove calls.
3831
3832 2012-12-09 Glenn Morris <rgm@gnu.org>
3833
3834 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3835 Respect a defcustom's :set function, if appropriate. (Bug#109)
3836 (eval-defun): Doc fix.
3837
3838 2012-12-08 Juri Linkov <juri@jurta.org>
3839
3840 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3841 (Info-fontify-node, Info-bookmark-make-record): Remove the
3842 file extension from Info-current-file (Bug#13016).
3843
3844 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3845
3846 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3847 point, still provide some default.
3848 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3849 names, since we don't use it right now. Actually return the list.
3850 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3851
3852 2012-12-07 Chong Yidong <cyd@gnu.org>
3853
3854 * novice.el (disabled-command-function): Remove a spurious help
3855 xref (Bug#13043). Suggested by Kelly Dean.
3856
3857 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3858 syntax is specified (Bug#13025).
3859
3860 * info.el (Info-set-mode-line): Remove the file extension from
3861 Info-current-file if there is one (Bug#13016).
3862
3863 2012-12-07 Glenn Morris <rgm@gnu.org>
3864
3865 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3866 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3867 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3868 and rmail-mime-decoded. (Bug#9841)
3869
3870 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3871 (batch-unrmail, unrmail): Doc fixes.
3872 (unrmail): Respect unrmail-mbox-format.
3873 * mail/rmail.el (rmail-mbox-format): New option.
3874 (rmail-show-message-1): Respect rmail-mbox-format.
3875
3876 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3877
3878 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3879
3880 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3883 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3884 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3885 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3886 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3887 (cl-progv): Don't rely on dynamic scoping to find the body.
3888 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3889 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3890 (cl-declaim): Use backquotes.
3891 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3892 Use "cl--" prefix for the object's tag.
3893
3894 * ses.el: Use advice-add/remove.
3895 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3896 (copy-region-as-kill, yank): Use advice-add.
3897 (ses-unload-function): Use advice-remove.
3898
3899 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3900
3901 * button.el: Make them work in header-lines (bug#12817).
3902 (button-map): Add bindings for header-line and mode-line use.
3903 (button-get, button-put, button-label): `button' may now be a string.
3904 (button-activate): Don't make it a defsubst.
3905 (button--area-button-p, button--area-button-string): New functions.
3906 (make-text-button): Fix the return value when `beg' was a string.
3907 (push-button): Handle the mode-line case.
3908
3909 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3912 (sql-signum): Remove. Use `cl-signum' instead.
3913 (sql-read-passwd): Remove; use read-passwd instread.
3914 (sql-get-login-ext): Use read-string.
3915 (sql-get-login): Use dolist and pcase.
3916 (sql--completion-table): Rename from sql-try-completion.
3917 Use complete-with-action.
3918 (sql-mode): Don't change abbrev-all-caps globally.
3919 (sql-connect): Don't rely on dynamic scoping for `new-name'.
3920 (sql-postgres-completion-object): Initialize vars in their `let'.
3921 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3922 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3923 (sql-comint-interbase): Use a single append, without setq.
3924 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3925
3926 * hi-lock.el: Rework the default face and the serialize regexp code.
3927 (hi-lock--auto-select-face-defaults): Remove.
3928 (hi-lock-string-serialize-serial): Remove.
3929 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3930 make weak.
3931 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3932 equal string.
3933 (hi-lock-set-pattern): Adjust accordingly.
3934 (hi-lock--regexps-at-point): Simplify accordingly.
3935 (hi-lock--auto-select-face-defaults): Remove.
3936 (hi-lock--last-face): New var to replace it.
3937 (hi-lock-read-face-name): Rewrite (bug#11095).
3938 (hi-lock-unface-buffer): Arrange for the face to be the next default.
3939
3940 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
3941
3942 * net/tramp.el (tramp-replace-environment-variables):
3943 Hide compiler warning.
3944 (tramp-file-name-for-operation): Remove `executable-find',
3945 `start-process', `call-process' and `call-process-region'.
3946
3947 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3948
3949 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3950 compatibility.
3951
3952 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3953
3954 2012-12-06 Chong Yidong <cyd@gnu.org>
3955
3956 * ffap.el (ffap-replace-file-component): Fix typo.
3957
3958 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3961 fix open-paren-like token test (bug#12785).
3962
3963 2012-12-06 Glenn Morris <rgm@gnu.org>
3964
3965 * mail/rmailsum.el (rmail-new-summary): Tweak for
3966 rmail-maybe-display-summary changing buffer. (Bug#13066)
3967
3968 2012-12-06 Juri Linkov <juri@jurta.org>
3969
3970 * info.el (Info-fontify-node): Don't hide the last newline.
3971 (Bug#12272)
3972
3973 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3974
3975 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3976 so as to enable message-read-from-minibuffer to expand mail aliases.
3977
3978 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3981 the `intangible' property.
3982 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3983
3984 2012-12-05 Deniz Dogan <deniz@dogan.se>
3985
3986 * net/rcirc.el (rcirc-urls): Update documentation.
3987 (rcirc-condition-filter): New function.
3988 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3989 and exclude consecutive duplicate URLs (Bug#6082).
3990
3991 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
3992
3993 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3994 Check return code of copy command.
3995
3996 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3997 Use group `tramp'. Add version.
3998
3999 2012-12-05 Chong Yidong <cyd@gnu.org>
4000
4001 * ffap.el (ffap-url-regexp): Don't require matching at front of
4002 string (Bug#4952).
4003 (ffap-url-p): If only a substring matches, return that.
4004 (ffap-url-at-point): Use the return value of ffap-url-p.
4005 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4006 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4007 (ffap-guess-file-name-at-point): Likewise.
4008 (ffap-replace-file-component): Fix typo.
4009
4010 * info.el (info-display-manual): Add existing Info buffers, whose
4011 files may not be in Info-directory-list, to the completion.
4012 (info--manual-names): New helper function.
4013
4014 2012-12-05 Glenn Morris <rgm@gnu.org>
4015
4016 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4017 New functions, for detecting and resolving conflicts. (Bug#10709)
4018
4019 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4020
4021 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4022 (hi-lock-auto-select-face-defaults): New buffer local variable.
4023 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4024 (hi-lock-unface-buffer): Prompt user with useful defaults.
4025 With prefix arg, unhighlight all hi-lock patterns in buffer.
4026
4027 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4030
4031 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4032
4033 * Makefile.in (TRAMP_SRC):
4034 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4035
4036 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4037
4038 * net/tramp-adb.el: New package.
4039
4040 2012-12-04 Chong Yidong <cyd@gnu.org>
4041
4042 * terminal.el: Move to obsolete/.
4043
4044 * longlines.el: Move to obsolete/.
4045
4046 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4047 Remove code referring to longlines mode.
4048
4049 2012-12-03 Juri Linkov <juri@jurta.org>
4050
4051 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4052
4053 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4054
4055 * textmodes/ispell.el (ispell-init-process)
4056 (ispell-start-process, ispell-internal-change-dictionary):
4057 Make sure personal dictionary name is expanded after initial
4058 `default-directory' value. Use expanded strings for
4059 keep/restart checks and for value (Bug#13019).
4060
4061 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4062
4063 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4064
4065 2012-12-03 Leo Liu <sdl.web@gmail.com>
4066
4067 * files.el (dir-locals-read-from-file): Check file non-empty
4068 before reading. (Bug#13038)
4069
4070 2012-12-03 Glenn Morris <rgm@gnu.org>
4071
4072 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4073 Remove any version extension before checking filename. (Bug#13006)
4074 (jka-compr-compression-info-list): Belated :version bump.
4075
4076 2012-12-03 Chong Yidong <cyd@gnu.org>
4077
4078 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4079
4080 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4081 (buffer-menu): Doc fix (Bug#12294).
4082
4083 2012-12-03 Roland Winkler <winkler@gnu.org>
4084
4085 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4086 of diary-show-all-entries in the diary buffer (Bug#12994).
4087
4088 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4091 "<STDIN>". This is binary safe.
4092
4093 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4094
4095 * calc/calc-forms.el (math-absolute-from-iso-dt)
4096 (math-date-to-iso-dt, math-parse-iso-date-validate)
4097 (math-iso-dt-to-date): New functions.
4098 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4099 (math-fd-isoweekday): New variables.
4100 (calc-date-notation, math-parse-standard-date, math-format-date)
4101 (math-format-date-part): Add support for more formatting codes.
4102
4103 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4104
4105 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4106 current buffer's file name when called interactively (Bug#12488).
4107
4108 2012-12-02 Juri Linkov <juri@jurta.org>
4109
4110 * info.el (info-display-manual): Don't clobber an existing Info
4111 buffer (Bug#10770). Add completion (Bug#10771).
4112
4113 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4114
4115 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4116 before using it for comparison (Bug#5297).
4117
4118 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4119
4120 * textmodes/css-mode.el (css-current-defun-name): New function.
4121 (css-mode): Use it.
4122
4123 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4124 (html-mode): Use it.
4125
4126 2012-12-01 Chong Yidong <cyd@gnu.org>
4127
4128 Modularize add-log-current-defun (Bug#2224).
4129 Suggested by Jari Aalto.
4130
4131 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4132 (add-log-current-defun): Move mode-specific code to other files.
4133 (add-log-lisp-like-modes, add-log-c-like-modes)
4134 (add-log-tex-like-modes): Variables deleted.
4135
4136 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4137 (lisp-mode-variables): Use it.
4138
4139 * progmodes/cc-mode.el (c-common-init):
4140 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4141 add-log-current-defun-function.
4142
4143 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4144 (m4-mode): Use it.
4145
4146 * progmodes/perl-mode.el (perl-current-defun-name): New.
4147 (perl-mode): Use it.
4148
4149 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4150 Use lisp-current-defun-name.
4151
4152 * textmodes/tex-mode.el (tex-current-defun-name): New.
4153 (tex-common-initialization): Use it.
4154
4155 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4156 (texinfo-mode): Use it.
4157
4158 2012-12-01 Chong Yidong <cyd@gnu.org>
4159
4160 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4161 * progmodes/autoconf.el (autoconf-mode):
4162 * progmodes/js.el (js-mode):
4163 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4164 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4165 * progmodes/perl-mode.el (perl-mode):
4166 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4167 * textmodes/css-mode.el (css-mode):
4168 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4169 (sgml-tags-invisible, sgml-guess-indent):
4170 * textmodes/tex-mode.el (tex-common-initialization)
4171 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4172 (doctex-mode, plain-tex-mode, latex-mode):
4173 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4174
4175 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4176
4177 * vc/vc-hg.el (vc-hg-next-revision):
4178 Ensure use of default "tip" output format. (Bug#6968)
4179
4180 2012-12-01 Kim F. Storm <storm@cua.dk>
4181
4182 * startup.el (fancy-startup-tail): Add a clickable link
4183 (Bug#2176).
4184
4185 2012-12-01 Chong Yidong <cyd@gnu.org>
4186
4187 * startup.el (fancy-startup-tail): Improve the message about
4188 auto-save files (Bug#2176).
4189
4190 * files.el (recover-session): Improve the descriptive message, and
4191 use substitute-command-keys.
4192
4193 2012-12-01 Glenn Morris <rgm@gnu.org>
4194
4195 * ido.el (ido-file-internal):
4196 Handle other-window, other-frame for dired. (Bug#13036)
4197
4198 2012-11-30 Glenn Morris <rgm@gnu.org>
4199
4200 * icomplete.el (icomplete-separator): Fix :version.
4201
4202 2012-11-30 Chong Yidong <cyd@gnu.org>
4203
4204 * shell.el (shell): For C-u M-x shell, use an inactive shell
4205 buffer as the default (Bug#1975).
4206 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4207 (shell-mode): Use them to reapply ansi colorization if Shell mode
4208 is re-enabled.
4209
4210 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4211
4212 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4213
4214 2012-11-30 Samuel Bronson <naesten@gmail.com>
4215
4216 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4217 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4218
4219 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4220
4221 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4222 by move-to-column (Bug#3234).
4223
4224 2012-11-30 Chong Yidong <cyd@gnu.org>
4225
4226 * longlines.el (longlines-wrap-line, longlines-encode-region):
4227 Preserve text properties (Bug#1425).
4228
4229 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4230
4231 * vc/vc.el (vc-register): Allow registering a file which is
4232 already registered with a different backend (Bug#10589).
4233
4234 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4235 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * icomplete.el: Change separator; add ido-style commands.
4238 (icomplete-show-key-bindings): Remove custom var.
4239 (icomplete-get-keys): Remove function.
4240 (icomplete-forward-completions, icomplete-backward-completions):
4241 New commands.
4242 (icomplete-minibuffer-map): New var.
4243 (icomplete-minibuffer-setup): Use it.
4244 (icomplete-exhibit): Don't delay if the list of completions is known.
4245 (icomplete-separator): New custom.
4246 (icomplete-completions): Use it.
4247 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4248 (minibuffer-force-complete-and-exit): New command.
4249 (minibuffer--complete-and-exit): New function extracted from
4250 minibuffer-complete-and-exit.
4251 (minibuffer-complete-and-exit): Use it.
4252
4253 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4254 error message when the file doesn't exist (bug#12974).
4255
4256 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4257
4258 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4259
4260 2012-11-29 Glenn Morris <rgm@gnu.org>
4261
4262 * files.el (hack-dir-local-variables): Warn if try to set
4263 coding via dir-locals, since it doesn't work. (Bug#7169)
4264
4265 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4266 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4267 Set buffer-local value of desktop-save-buffer.
4268 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4269 New functions.
4270 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4271 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4272
4273 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4274 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4275 Doc fix.
4276 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4277 Doc fixes.
4278
4279 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4280
4281 * calc/calc-forms.el (calc-date-notation): Fix regexp
4282 used to find time codes. Fix symbol for seconds.
4283
4284 2012-11-27 Glenn Morris <rgm@gnu.org>
4285
4286 * emacs-lisp/derived.el (derived-mode-make-docstring):
4287 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4288
4289 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4292 lexically scoped variables (bug#13005).
4293
4294 2012-11-27 Glenn Morris <rgm@gnu.org>
4295
4296 * vc/vc-hooks.el (vc-mistrust-permissions):
4297 Default to t, to avoid data-loss. (Bug#11490)
4298
4299 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4300
4301 * progmodes/python.el (python-indent-guess-indent-offset):
4302 If indentation is guessed make python-indent-offset buffer-local.
4303
4304 Fix Imenu regression.
4305 * progmodes/python.el (python-nav-beginning-of-defun):
4306 Fix forward movement when statement(s) separates point from defun.
4307 (python-imenu-prev-index-position): New function.
4308
4309 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4310
4311 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4312
4313 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4314 Don't set buffer-file-type. Return nil. (Bug#12989)
4315
4316 2012-11-27 Glenn Morris <rgm@gnu.org>
4317
4318 * hippie-exp.el (hippie-expand-try-functions-list):
4319 Re-autoload it. (Bug#12982)
4320
4321 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4322
4323 * descr-text.el (describe-char-padded-string):
4324 Call internal-char-font only on GUI frames. (Bug#11964)
4325
4326 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4327
4328 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4329 and obsoletion message.
4330
4331 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4334 the constructs to keep outside of the `cl-block' (bug#12977).
4335
4336 2012-11-27 Chong Yidong <cyd@gnu.org>
4337
4338 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4339 keep reading until we get the up-event anyway, in order to process
4340 the up-event for mouse-1-click-follows-link (Bug#12971).
4341
4342 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4345 base function is not yet defined (bug#12965).
4346 (ad-activate-advised-definition): Use ad-compile-function.
4347 (ad-activate): Use cond.
4348
4349 2012-11-25 Leo Liu <sdl.web@gmail.com>
4350
4351 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4352 (Bug#12979)
4353
4354 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4355
4356 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4357 reftex-section-info-function in order to be compatible with
4358 Texinfo integration.
4359
4360 * textmodes/reftex.el (reftex-section-pre-regexp)
4361 (reftex-section-post-regexp, reftex-section-info-function):
4362 New variable.
4363 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4364 reftex-section-post-regexp, and reftex-section-info-function in order
4365 to be compatible with Texinfo integration.
4366
4367 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4368 use reftex-section-pre-regexp variable in order to be compatible with
4369 Texinfo integration.
4370
4371 2012-11-25 Chong Yidong <cyd@gnu.org>
4372
4373 * faces.el: Make face-spec-set more analogous to setq.
4374 (face-spec-set): Change the third arg to specify whether this
4375 function is being called via defface, customize, or a third party.
4376 Set the appropriate symbol properties. Clear the override spec if
4377 setting via Custom. Initialize face if necessary. (Bug#4988)
4378 (face-spec-recalc): Allow theme faces to completely replace the
4379 defface spec, in the same way as custom faces (Bug#8454).
4380
4381 * cus-face.el (custom-declare-face): Move face initialization to
4382 face-spec-set.
4383 (custom-theme-set-faces): Don't initialize the face name here, as
4384 that is now done in face-spec-set.
4385
4386 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4387 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4388 Simplify by using the new arg to face-spec-set.
4389
4390 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4391 reset face-override-spec too, and use custom-declare-face.
4392
4393 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4394
4395 * term/ns-win.el (ns-initialize-window-system): Move creation of
4396 fontsets here (Bug#11964).
4397
4398 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4399
4400 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4401 cell renaming.
4402
4403 2012-11-24 Chong Yidong <cyd@gnu.org>
4404
4405 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4406 obsolete.
4407
4408 * custom.el (custom-theme-set-variables): Use a topological sort
4409 for ordering by custom dependencies (Bug#12952).
4410 (custom--sort-vars, custom--sort-vars-1): New functions.
4411
4412 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4415 lexical-binding (bug#12938).
4416
4417 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4418
4419 * image-mode.el (image-transform-check-size): Use assertions only
4420 for images of type imagemagick.
4421
4422 Otherwise no error, image-transform-fit-to-{width,height} is
4423 silently ignored, as before. Doc fix.
4424
4425 2012-11-24 Chong Yidong <cyd@gnu.org>
4426
4427 * faces.el (color-defined-p): Doc fix (Bug#12853).
4428
4429 2012-11-24 Juri Linkov <juri@jurta.org>
4430
4431 * dired.el (dired-mark): Add optional arg `interactive'.
4432 Check for `use-region-p' if `interactive' is non-nil.
4433 (dired-unmark, dired-flag-file-deletion): Add optional arg
4434 `interactive'. Call `dired-mark' with the arg `interactive'.
4435 (Bug#10624)
4436
4437 * wdired.el: Revert 2012-10-17 change partly and replace it with
4438 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4439 (wdired-finish-edit): Add marks for new file names to
4440 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4441 after `revert-buffer'.
4442 (wdired-do-renames): Remove calls to `dired-remove-file',
4443 `dired-add-file', `dired-add-entry'. (Bug#11795)
4444
4445 2012-11-24 Alan Mackenzie <acm@muc.de>
4446
4447 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4448
4449 Fix bugs in the state cache. Enhance a debugging mechanism.
4450 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4451 "brace at column zero" strategy for C++.
4452 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4453 (c-parse-state-point): New variable.
4454 (c-record-parse-state-state): Record old parse state with
4455 `copy-tree'. Record previous value of point.
4456 (c-debug-parse-state-double-cons): New debugging function.
4457 (c-debug-parse-state): Call the above new function.
4458 (c-toggle-parse-state-debug): Output a confirmatory message.
4459
4460 * progmodes/cc-mode.el (c-before-change, c-after-change):
4461 Call c-invalidate-state-cache from `c-before-change' instead of
4462 `c-after-change'.
4463
4464 2012-11-23 Chong Yidong <cyd@gnu.org>
4465
4466 * find-cmd.el (find-constituents): Add executable, ipath,
4467 readable, samefile, writable, daystart, regextype (Bug#12856).
4468
4469 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4472
4473 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4474
4475 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4476 definition. This fixes a bootstrap failure.
4477 (calc-gregorian-switch): In menu, put dates before regions.
4478 This is easier to follow, lines up better in the menu, and lets us
4479 coalesce regions that switch at the same time. Give country
4480 names, not "Vatican", as that's better for non-expert users.
4481 Use names that are stable between the date of switch and now, e.g.,
4482 Bohemia and Moravia (which existed then and now) and not
4483 Czechoslovakia (which didn't exist then and doesn't exist now).
4484 What is now the U.S. mostly did not switch at the same time as
4485 Britain, so omit the U.S. Correct spelling of "Britain".
4486 Catholic Switzerland was too much of a mess, so omit it.
4487
4488 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4489
4490 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4491 after the variable is changed.
4492
4493 2012-11-21 Daniel Colascione <dancol@dancol.org>
4494
4495 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4496 in SQL declarations for font-lock.
4497 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4498
4499 2012-11-21 Glenn Morris <rgm@gnu.org>
4500
4501 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4502 (face-italic-p): Add optional argument "inherit".
4503
4504 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4505 Remove -p suffix from names, for consistency with other set-face-*.
4506 (set-face-inverse-video): Fix interactive spec.
4507 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4508 * textmodes/table.el (table--update-cell-face):
4509 Use set-face-inverse-video rather than now obsolete alias.
4510
4511 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4512
4513 * simple.el (line-move): Don't call line-move-partial if
4514 scroll-conservatively is in effect. (Bug#12927)
4515
4516 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4519 Fallback on completion-at-point rather than
4520 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4521 (eshell-cmpl-initialize): Setup completion-at-point.
4522
4523 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4524
4525 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4526
4527 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4528
4529 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4530 are remote, check out-of-band property for both.
4531
4532 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4535 code rewrite.
4536
4537 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4538
4539 More minor time fixes.
4540 * calendar/time-date.el: Commentary fix.
4541 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4542 too much other code depends on (0 0) time stamps.
4543 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4544 Add a couple of FIXME comments.
4545
4546 Minor cleanup for times as lists of four integers.
4547 * files.el (dir-locals-directory-cache):
4548 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4549 Doc fixes.
4550 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4551 * ps-bdf.el (bdf-file-newer-than-time):
4552 Process four-integers time stamps, not two. Doc fixes.
4553
4554 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4555
4556 * uniquify.el (uniquify-managed): Use defvar-local.
4557 (rename-buffer, create-file-buffer): Advise with advice-add.
4558 (uniquify-unload-function): Unadvise accordingly.
4559
4560 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4561 (trace-buffer): Don't purecopy.
4562 (trace-entry-message, trace-exit-message): Add `context' arg.
4563 (trace--timer): New var.
4564 (trace-make-advice): Adjust for use in nadvice.
4565 Add `context' argument. Delay `display-buffer' via a timer.
4566 (trace-function-internal): Use advice-add.
4567 (trace--read-args): New function.
4568 (trace-function-foreground, trace-function-background): Use it.
4569 (trace-function): Rename to trace-function-foreground and redefine as
4570 an alias to that new name.
4571 (untrace-function, untrace-all): Adjust to the use of nadvice.
4572
4573 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4574
4575 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4576
4577 * subr.el (called-interactively-p-functions): New var.
4578 (internal--called-interactively-p--get-frame): New macro.
4579 (called-interactively-p, interactive-p): Rewrite in Lisp.
4580 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4581 (called-interactively-p-functions): Use it.
4582 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4583 (called-interactively-p-functions): Use it.
4584 * allout.el (allout-called-interactively-p): Don't assume
4585 called-interactively-p is a subr.
4586
4587 2012-11-20 Glenn Morris <rgm@gnu.org>
4588
4589 * profiler.el (profiler-report-mode-map): Add a menu.
4590 No need to bind `q' because we derive from special-mode.
4591 (profiler-report-find-entry): Handle calls from the menu-bar.
4592
4593 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4594
4595 * emacs-lisp/byte-run.el (defun-declarations-alist):
4596 Allow a compiler-macro to be a lambda expression.
4597
4598 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4599 eval-when-compile.
4600 (python-syntax-context): Add compiler-macro.
4601 (python-font-lock-keywords): Simplify with De Morgan.
4602
4603 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4604
4605 * files.el (load-file): Require match in minibuffer selection, as was
4606 the case in Emacs-20 before we changed the spec to allow .elc files
4607 (bug#12935).
4608
4609 * json.el: Don't require cl since we don't use it.
4610 * color.el: Don't require cl.
4611 (color-complement): `caddr' -> `nth 2'.
4612
4613 * calendar/time-date.el (time-to-seconds): De-obsolete.
4614
4615 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4616
4617 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4618 year numbers.
4619 (math-date-to-julian-dt): Adjust the initial approximation for the
4620 year to deal with the new definition of the DATE.
4621
4622 2012-11-19 Daniel Colascione <dancol@dancol.org>
4623
4624 * term/w32-win.el (cygwin-convert-path-from-windows):
4625 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4626
4627 2012-11-18 Chong Yidong <cyd@gnu.org>
4628
4629 * filecache.el (file-cache--read-list): New function.
4630 (file-cache-add-directory-list, file-cache-add-file-list)
4631 (file-cache-delete-file-list, file-cache-delete-directory-list):
4632 Use it to read a list of files or directories (Bug#12846).
4633 (file-cache-add-file, file-cache-add-directory)
4634 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4635 (file-cache-delete-directory): Print an message.
4636
4637 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4638
4639 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4640 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4641
4642 2012-11-18 Glenn Morris <rgm@gnu.org>
4643
4644 * image.el (insert-image, insert-sliced-image): Doc fix.
4645
4646 2012-11-18 Chong Yidong <cyd@gnu.org>
4647
4648 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4649 (Bug#12810).
4650
4651 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4652
4653 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4654 response when the target file is in a subdirectory (Bug#12757).
4655
4656 2012-11-18 Chong Yidong <cyd@gnu.org>
4657
4658 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4659
4660 2012-11-18 Glenn Morris <rgm@gnu.org>
4661
4662 * emacs-lisp/cl-lib.el (face-underline-p):
4663 Use set-face-underline rather than the alias set-face-underline-p.
4664
4665 * window.el (with-temp-buffer-window): Doc fix.
4666 * subr.el (with-output-to-temp-buffer):
4667 Add doc xref to with-temp-buffer-window.
4668
4669 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4670
4671 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4672 * calc/calc.el (math-format-date-cache): Declare.
4673
4674 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4675
4676 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4677 It also uses January 1, 1 AD as its day number 1.
4678 * calc/calc-forms.el (math-julian-date-beginning)
4679 (math-julian-date-beginning-int): Implement this.
4680
4681 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * descr-text.el (quail-find-key):
4684 * dired.el (desktop-file-name):
4685 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4686 * generic-x.el (comint-mode, comint-exec):
4687 * image-dired.el (widget-forward):
4688 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4689 (speedbar-change-expand-button-char)
4690 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4691 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4692 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4693 (widget-field-action, widget-value-set):
4694 * speedbar.el (imenu--make-index-alist):
4695 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4696 (ring-length, ring-insert):
4697 * vcursor.el (compare-windows-skip-whitespace):
4698 * woman.el (dired-get-filename):
4699 Declare functions.
4700
4701 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4702
4703 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4704
4705 * calc/calc.el (calc-gregorian-switch): New variable.
4706
4707 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4708 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4709 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4710 (math-leap-year-p): Add option to distinguish between Julian
4711 and Gregorian calendars.
4712 (math-day-number): Use `math-day-in-year' to do the computations.
4713 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4714 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4715 to do the computations.
4716 (math-date-to-dt): Use `math-date-to-julian-dt' and
4717 `math-date-to-gregorian-dt' to do the computations.
4718 (calcFunc-weekday, math-format-date-part): Use the new version of
4719 the DATE to determine the weekday.
4720 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4721 when necessary.
4722
4723 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4724
4725 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4726 Cygwin; otherwise use 'file:'. (Bug#12914)
4727 (cygwin-convert-path-from-windows): Declare, to avoid
4728 byte-compiler warnings.
4729
4730 2012-11-17 Andreas Politz <politza@fh-trier.de>
4731
4732 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4733 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4734 prefix and negative numeric prefix args (Bug#12795).
4735
4736 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4737
4738 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4739 Don't signal an error with a score that is too low to add to the
4740 list of top scores. (Bug#12779)
4741
4742 2012-11-17 Chong Yidong <cyd@gnu.org>
4743
4744 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4745
4746 * filecache.el (file-cache-add-file): Handle relative file name in
4747 the argument (Bug#12694).
4748
4749 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4750
4751 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4752
4753 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4756
4757 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4758
4759 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4760
4761 * window.el (enlarge-window, shrink-window): Don't mention return
4762 value in doc-string (Bug#12896).
4763 (window--display-buffer): Don't resize frames - it won't work
4764 with all window managers and defeat pop-up-frame-alist.
4765 (display-buffer-alist): In doc-string explain that CONDITION can
4766 be a function and which arguments are passed to it (Bug#12854).
4767 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4768 expressions (Bug#12854).
4769 (display-buffer): Pass ACTION argument to
4770 display-buffer-assq-regexp.
4771
4772 2012-11-16 Glenn Morris <rgm@gnu.org>
4773
4774 * window.el (fit-frame-to-buffer-bottom-margin)
4775 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4776
4777 * faces.el (face-underline-p): Use face-attribute-specified-or.
4778
4779 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4782
4783 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4786
4787 2012-11-16 Glenn Morris <rgm@gnu.org>
4788
4789 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4790 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4791
4792 * faces.el (face-underline-p): Doc fix. Handle :underline being
4793 things other than `t' (a string, a list).
4794 (face-inverse-video-p): Doc fix.
4795 (set-face-underline): Rename it back from set-face-underline-p.
4796 Doc fix. Allow interactive input of values other than t.
4797 (read-face-attribute): Apply formatting to :underline,
4798 since like :box and :stipple it can take list values.
4799
4800 * term.el (ansi-term): Don't let C-x escape-char binding
4801 clobber the more standard C-c binding. (Bug#12842)
4802
4803 * subr.el (set-temporary-overlay-map): Doc fix.
4804
4805 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4806
4807 * window.el (record-window-buffer)
4808 (display-buffer-record-window): When copying the markers to
4809 window-point preserve window-point-insertion-type. (Bug#12588)
4810
4811 2012-11-16 Glenn Morris <rgm@gnu.org>
4812
4813 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4814 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4815 Use new names for hooks rather than obsolete aliases.
4816
4817 2012-11-15 Daniel Colascione <dancol@dancol.org>
4818
4819 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4820 prefix instead of "file:" so that when FILE-NAME begins with "//",
4821 as it does when the target file is on a network share, url-handler
4822 isn't confused.
4823
4824 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4827 a preactivated advice from an old advice.el; they're not compatible!
4828
4829 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4830
4831 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4832 Fix string-spec case.
4833
4834 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4835
4836 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4839 (advice--buffer-local-function-sample): New var.
4840 (advice--set-buffer-local, advice--buffer-local): New functions.
4841 (add-function, remove-function): Use them.
4842
4843 2012-11-15 Drew Adams <drew.adams@oracle.com>
4844
4845 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4846
4847 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4850 potential binding of print-gensym to t, and prettify (back)quotes in
4851 case they appear in args's default values (bug#12884).
4852
4853 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4854
4855 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4856 (advice-eval-interactive-spec): New function.
4857 (advice--make-interactive-form): Support around advice (bug#12844).
4858
4859 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4860
4861 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4862 more strict. Add docstring.
4863 (ruby-expression-expansion-re): Extract from
4864 `ruby-match-expression-expansion'.
4865 (ruby-syntax-propertize-function): After everything else, search
4866 for expansions in string literals, mark their insides as
4867 whitespace syntax and save match data for font-lock.
4868 (ruby-font-lock-keywords): Use the 2nd group from expression
4869 expansion matches.
4870 (ruby-match-expression-expansion): Use the match data saved to the
4871 text property in ruby-syntax-propertize-function.
4872
4873 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4874
4875 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4876 (bug#12879).
4877
4878 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4879
4880 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4881 start/end keyword a bit harder. Works with different values of N.
4882 Add more comments.
4883 (ruby-end-of-block): Update accordingly.
4884
4885 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * woman.el (woman-file-name): Don't mess with unread-command-events
4888 (bug#12861).
4889
4890 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4891 Remove out of date self-require hack.
4892 (ad-do-advised-functions): Use simple `dolist'.
4893 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4894 (ad-advice-definition): Redefine as functions.
4895 (ad-advice-classes): Move before first use.
4896 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4897 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4898 (ad--defalias-fset): Remove functions.
4899 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4900 (ad-get-orig-definition): Rewrite.
4901 (ad-make-advised-definition-docstring): Change base docstring.
4902 (ad-real-orig-definition): Rewrite.
4903 (ad-map-arglists): Change name of called function.
4904 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4905 (ad-make-advised-definition): Simplify.
4906 (ad-assemble-advised-definition): Tweak for new calling context.
4907 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4908 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4909 function and call ad-activate if needed.
4910 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4911 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4912 (ad-compile-function): Compile ad-Advice-*.
4913 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4914 (ad-start-advice, ad-stop-advice): Remove.
4915
4916 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4917
4918 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4919 period before class method names, not after. Remove handling of
4920 one impossible case. Add comments.
4921
4922 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * emacs-lisp/advice.el: Remove support for freezing.
4925 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4926 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4927 Remove support for `freeze'.
4928
4929 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4930 override the default.
4931 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4932 cl--dotimes/dolist.
4933 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4934 `cl' is loaded.
4935
4936 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4937 from add-advice.
4938 (advice--strip-macro): New function.
4939 (advice--defalias-fset): Use them to handle macros.
4940 (advice-add): Use them.
4941 (advice-member-p): Correctly handle macros.
4942
4943 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4944
4945 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4946 Never font-lock the beginning of singleton class as heredoc.
4947
4948 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4949
4950 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4951
4952 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
4953
4954 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4955 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
4956 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4957
4958 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
4959
4960 Fix end-of-defun misbehavior.
4961 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4962 python-beginning-of-defun-function. Handle nested defuns
4963 correctly.
4964 (python-nav-end-of-defun): Rename from
4965 python-end-of-defun-function. Ensure forward movement.
4966 (python-info-current-defun): Reimplement to work as intended
4967 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
4968 parent defuns as soon as possible.
4969
4970 2012-11-13 Glenn Morris <rgm@gnu.org>
4971
4972 * progmodes/flymake.el (flymake-error-bitmap)
4973 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4974 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4975
4976 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4977
4978 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4979 backward, always stop at indentation. Reverts the change from
4980 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4981
4982 2012-11-13 Glenn Morris <rgm@gnu.org>
4983
4984 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4985 Add ibuffer-filter-by-derived-mode.
4986
4987 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4988 the same name shadowing each other.
4989
4990 * window.el (with-temp-buffer-window): Doc tweak.
4991
4992 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4993
4994 * help.el (temp-buffer-max-height):
4995 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4996 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4997
4998 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4999
5000 * emacs-lisp/nadvice.el: New package.
5001 * subr.el (special-form-p): New function.
5002 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5003 (elp-all-instrumented-list): Remove var.
5004 (elp-not-profilable): Remove elp-wrapper.
5005 (elp-profilable-p): Use autoloadp and special-form-p.
5006 (elp--advice-name): New const.
5007 (elp-instrument-function): Use advice-add.
5008 (elp--instrumented-p): New predicate.
5009 (elp-restore-function): Use advice-remove.
5010 (elp-restore-all, elp-reset-all): Use mapatoms.
5011 (elp-set-master): Use elp--instrumented-p.
5012 (elp--make-wrapper): Rename from elp-wrapper, return a function
5013 suitable for advice-add. Use cl-inf.
5014 (elp-results): Use mapatoms+elp--instrumented-p.
5015 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5016 (debug-function-list): Remove var.
5017 (debug): Rename arg, and then let-bind it explicitly inside.
5018 (debugger-setup-buffer): Rename arg.
5019 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5020 (debugger-frame-number): Adjust to new debug-on-entry setup.
5021 (debug--implement-debug-on-entry): Rename from
5022 implement-debug-on-entry, add argument.
5023 (debugger-special-form-p): Remove, use special-form-p instead.
5024 (debug-on-entry): Use advice-add.
5025 (debug--function-list): New function.
5026 (cancel-debug-on-entry): Use it, along with advice-remove.
5027 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5028 (debugger-list-functions): Use debug--function-list instead of
5029 debug-function-list.
5030 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5031 (ad-special-form-p): Remove, use special-form-p instead.
5032 (ad-set-advice-info): Use add-function and remove-function.
5033 (ad--defalias-fset): Adjust accordingly.
5034
5035 2012-11-10 Glenn Morris <rgm@gnu.org>
5036
5037 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5038 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5039 (report-emacs-bug-create-existing-bugs-buffer)
5040 (report-emacs-bug-parse-query-results)
5041 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5042
5043 * term.el (term-default-fg-color, term-default-bg-color):
5044 Make obsolete, rather than just saying "deprecated" in the doc.
5045
5046 * term.el (term): Rename from `term-face'.
5047 (term-current-face, ansi-term-color-vector)
5048 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5049 Update all users.
5050
5051 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5052
5053 * server.el (server-create-window-system-frame): Handle Nextstep
5054 specially (Bug#12780).
5055
5056 2012-11-10 Glenn Morris <rgm@gnu.org>
5057
5058 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5059 Unautoload, and make obsolete. (Bug#7449)
5060
5061 2012-11-10 Chong Yidong <cyd@gnu.org>
5062
5063 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5064 rename from diff-remove-trailing-whitespace (Bug#12831).
5065
5066 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5069 miscompilation of trace.el.
5070
5071 2012-11-10 Glenn Morris <rgm@gnu.org>
5072
5073 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5074
5075 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5076
5077 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5078 (bug#12812).
5079
5080 2012-11-10 Chong Yidong <cyd@gnu.org>
5081
5082 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5083 a defcustom with an appropriate :set function.
5084 (minibuffer-default--in-prompt-regexps): New function.
5085
5086 2012-11-10 Glenn Morris <rgm@gnu.org>
5087
5088 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5089 (define-modify-macro): Doc fixes.
5090
5091 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5092 (gv-define-simple-setter): Update doc of `fix-return'.
5093
5094 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5097 twice when `fix-return' is set (bug#12813).
5098
5099 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5100 gv-define-simple-setter (bug#12812).
5101
5102 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5103 (bug#12756).
5104
5105 2012-11-10 Glenn Morris <rgm@gnu.org>
5106
5107 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5108
5109 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5110 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5111 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5112 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5113
5114 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5115
5116 2012-11-10 Leo Liu <sdl.web@gmail.com>
5117
5118 * ido.el (ido-set-matches-1): Improve flex matching performance by
5119 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5120
5121 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5124 (ad--defalias-fset): New function.
5125 (ad-safe-fset): Remove.
5126 (ad-make-freeze-definition): Use cl-letf*.
5127
5128 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * subr.el (dolist): Don't bind VAR in RESULT.
5131
5132 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5133 (fset, documentation): Don't save real def since we don't advise.
5134 (ad-do-advised-functions): Remove problematic `result-form'.
5135 (ad-safe-fset): `ad-real-fset' => `fset'.
5136 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5137 uses CL's dolist internally.
5138 (ad-arglist): Remove unused arg `name'.
5139 (ad-docstring, ad-make-advised-docstring):
5140 `ad-real-documentation' => `documentation'.
5141 (warning-suppress-types): Declare.
5142 (ad-set-arguments): Simple CSE.
5143 (ad-recover-normality): Sanity check.
5144
5145 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5146 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5147
5148 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
5149
5150 * ses.el: symbol to coordinate mapping is made by symbol property
5151 `ses-cell'. This means that the same mapping is done for all SES
5152 sheets. That is good enough for cells with standard A1 names, but
5153 not for named cell. So a hash map is added for the latter.
5154 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5155 (ses-sym-rowcol): Use hashmap for named cell.
5156 (ses-is-cell-sym-p): New defun.
5157 (ses-decode-cell-symbol): New defun.
5158 (ses-create-cell-variable): Add cell to hashmap when name is not
5159 A1-like.
5160 (ses-rename-cell): Check that cell new name is not already in
5161 spreadsheet with the use of ses-is-cell-sym-p
5162 (ses-rename-cell): Use hash map for named cells, but accept also
5163 renaming back to A1-like.
5164
5165 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * emacs-lisp/advice.el: Use new dynamic docstrings.
5168 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5169 Use dynamic-docstring-function instead of ad-advice-info.
5170 (ad--make-advised-docstring): New function extracted from
5171 ad-make-advised-docstring.
5172 (ad-make-advised-docstring): Use it.
5173 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5174 from sql-help.
5175 (sql-help): Use it with dynamic-docstring-function.
5176
5177 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5178
5179 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5180
5181 * files.el (hack-one-local-variable--obsolete): New function.
5182 (hack-one-local-variable): Use it for obsolete settings.
5183
5184 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5185 the new name.
5186
5187 * progmodes/js.el (js--filling-paragraph): New var.
5188 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5189 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5190 less sneaky.
5191
5192 2012-11-08 Julien Danjou <julien@danjou.info>
5193
5194 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5195 `auto-mode-alist' (Bug#12835).
5196
5197 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5200 (perl--prettify-symbols-alist): New const.
5201 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5202 New functions.
5203 (perl-font-lock-keywords-2): Use them.
5204 (perl-electric-noindent-p): New function.
5205 (perl-mode): Use it to set up electric-indent-mode.
5206 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5207 (perl-mode-map): Remove bindings for them.
5208 (perl-imenu-generic-expression, perl-outline-level):
5209 Match functions&packages in column>0.
5210
5211 * env.el (env--substitute-vars-regexp): New const.
5212 (substitute-env-vars): Use it. Add `only-defined' arg.
5213 * net/tramp.el (tramp-replace-environment-variables): Use it.
5214
5215 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5216 Byte-compile *before* eval in eval-and-compile.
5217 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5218 (byte-compile-file-form-autoload): Don't hide actual definition.
5219 (byte-compile-maybe-guarded): Accept `functionp' as well.
5220
5221 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5222
5223 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5224
5225 * notifications.el (notifications-get-server-information-method):
5226 New defconst.
5227 (notifications-get-capabilities): Fix docstring.
5228 (notifications-get-server-information): New defun.
5229
5230 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5231
5232 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5233 readability.
5234
5235 * textmodes/ispell.el: Experimental support for support debugging.
5236 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5237 buffer for ispell.
5238 (ispell-print-if-debug): New function to print stuff to
5239 `ispell-debug-buffer' if debugging is enabled.
5240 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5241 show some debugging info.
5242 (ispell-buffer-with-debug): New function that creates a debugging
5243 buffer and calls `ispell-buffer' with debugging enabled.
5244
5245 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5246 comment in autoconf mode. (Bug#12768)
5247
5248 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5249
5250 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5251 frame-first-window, frame-root-window, frame-selected-window,
5252 minibuffer-selected-window, minibuffer-window,
5253 window-absolute-pixel-edges, window-at, window-body-height,
5254 window-body-width, window-display-table, window-combination-limit,
5255 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5256 window-inside-edges, window-inside-pixel-edges, window-left-child,
5257 window-left-column, window-margins, window-next-buffers,
5258 window-next-sibling, window-new-normal, window-new-total,
5259 window-normal-size, window-parameter, window-parameters, window-parent,
5260 window-pixel-edges, window-point, window-prev-buffers,
5261 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5262 window-start, window-text-height, window-top-child, window-top-line,
5263 window-total-height, window-total-width and window-use-time to the list
5264 of functions without side-effects.
5265 (toplevel): Add window-valid-p to the list of error-free functions
5266 without side-effects.
5267
5268 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5269
5270 * textmodes/ispell.el (ispell-program-name):
5271 Update spellchecker parameters when customized.
5272
5273 2012-11-04 Glenn Morris <rgm@gnu.org>
5274
5275 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5276
5277 2012-11-04 Chong Yidong <cyd@gnu.org>
5278
5279 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5280 same-window-* variables.
5281
5282 2012-11-04 Juri Linkov <juri@jurta.org>
5283
5284 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5285 (isearch-describe-key, isearch-describe-mode): Use a display
5286 action instead of binding same-window-* variables (Bug#10040).
5287
5288 2012-11-03 Glenn Morris <rgm@gnu.org>
5289
5290 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5291 Rename handler properties back from cl-- to cl-. (Bug#12788)
5292
5293 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5294
5295 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5296
5297 * term/pc-win.el: Don't load term/internal from here.
5298
5299 * loadup.el: Load term/internal from here.
5300
5301 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5302
5303 * progmodes/python.el (inferior-python-mode): Fix hang in
5304 jit-lock (Bug#12645).
5305
5306 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5307
5308 * window.el (switch-to-visible-buffer)
5309 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5310
5311 2012-11-03 Glenn Morris <rgm@gnu.org>
5312
5313 * emacs-lisp/cl-lib.el (cl--random-time):
5314 Rename from cl-random-time. (Bug#12773)
5315 (cl--gensym-counter, cl--random-state): Update callers.
5316 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5317
5318 2012-11-03 Chong Yidong <cyd@gnu.org>
5319
5320 * cus-start.el: Make cursor-type customizable (Bug#11633).
5321
5322 2012-11-02 Glenn Morris <rgm@gnu.org>
5323
5324 * filecache.el: No need to load find-lisp when compiling.
5325 (find-lisp-find-files): Autoload it.
5326 (file-cache-add-directory-recursively): Don't require find-lisp.
5327
5328 * image.el (image-type-from-file-name): Trivial simplification.
5329
5330 * emacs-lisp/bytecomp.el (byte-compile-eval):
5331 Decouple "noruntime" and "cl-functions" warnings.
5332
5333 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5334
5335 * play/gomoku.el (gomoku-display-statistics): Update mode line
5336 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5337
5338 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5339
5340 * window.el (quit-restore-window): If the window has been
5341 created on an existing frame and ended up as the sole window on
5342 that frame, do not delete it (Bug#12764).
5343
5344 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5347 Rename from sh--inside-arithmetic-expression, handle more cases
5348 (bug#11263).
5349
5350 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5351 (sh-font-lock-open-heredoc): Use it (bug#12770).
5352
5353 2012-10-30 Glenn Morris <rgm@gnu.org>
5354
5355 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5356
5357 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5358
5359 2012-10-29 Chong Yidong <cyd@gnu.org>
5360
5361 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5362 function key is stored in a keyboard macro (Bug#4894).
5363
5364 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5365
5366 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5367
5368 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5369 header comments".
5370 (diff-unified->context, diff-context->unified)
5371 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5372
5373 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5374
5375 * files.el (find-alternate-file): Only ask one question (bug#12487).
5376
5377 2012-10-29 Chong Yidong <cyd@gnu.org>
5378
5379 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5380 Suggested by Dan Nicolaescu (Bug#6326).
5381
5382 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5383
5384 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5385
5386 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5387
5388 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5389
5390 * face-remap.el (face-remap-add-relative): Handle the case where a
5391 face-remapping-alist entry is a cons cell (Bug#12762).
5392
5393 2012-10-29 Kevin Ryde <user42@zip.com.au>
5394
5395 * woman.el (woman-parse-numeric-value): Handle picas correctly
5396 (Bug#12639).
5397
5398 2012-10-29 Glenn Morris <rgm@gnu.org>
5399
5400 * emacs-lisp/cl.el (defsetf): Doc fix.
5401
5402 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5405 syntax to the matching opener, if any (bug#12547).
5406 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5407 matching open as a "case-(".
5408 (sh-smie-rc-grammar): Add a corresponding rule for it.
5409
5410 2012-10-28 Daniel Hackney <dan@haxney.org>
5411
5412 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5413 "PKGNAME-autoloads.el" in case we created it.
5414
5415 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5418 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5419 (completion--twq-all): Disable too-strict assertions.
5420
5421 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5422
5423 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5424
5425 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5426 text to match the real keybindings.
5427
5428 2012-10-27 Juri Linkov <juri@jurta.org>
5429
5430 * wdired.el (wdired-keep-marker-rename): New defcustom.
5431 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5432 (Bug#11795)
5433
5434 * dired.el (dired-keep-marker-rename): Add reference to
5435 `wdired-keep-marker-rename' in the docstring.
5436 Add default character value ?R to display initially in
5437 Customization UI instead of ?@.
5438
5439 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5440
5441 * window.el (display-buffer): In doc-string describe
5442 window-height and window-width alist entries.
5443
5444 * time.el (display-time-world): Restore fit-window-to-buffer
5445 behavior.
5446
5447 2012-10-27 Chong Yidong <cyd@gnu.org>
5448
5449 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5450
5451 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5452
5453 * minibuffer.el (completion-category-overrides): New completion
5454 category `bookmark' (bug#11131).
5455
5456 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5459 Silence bogus compiler warnings for ad-do-it.
5460
5461 * bookmark.el (bookmark-completing-read): Set the completion category
5462 to `bookmark' (bug#11131).
5463
5464 2012-10-26 Bastien <bzg@altern.org>
5465 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * face-remap.el: Use lexical-binding.
5468 (text-scale-adjust): Improve docstring. Use itself for the temporary
5469 overlay-map bindings, so as to repeat the "Use..." message each time.
5470
5471 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * emacs-lisp/macroexp.el (macroexp--expand-all):
5474 Obey byte-compile-warning-enabled-p (bug#12486).
5475
5476 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5477 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5478
5479 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5480
5481 * mouse.el (mouse-drag-line): Move last form into preceding when
5482 clause (Bug#12731).
5483
5484 * help.el (resize-temp-buffer-window): Fix doc-string.
5485
5486 2012-10-25 David Engster <deng@randomsample.de>
5487
5488 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5489 Remove. This feature is already integrated in imenu.
5490
5491 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5492 always loaded. Require `speedbar' unconditionally.
5493
5494 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5497
5498 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5499
5500 * net/ldap.el (ldap-search-internal): The official ldif format starts
5501 with a "version: 1" header (bug#12724).
5502
5503 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5504 (bug#12721).
5505
5506 2012-10-25 Glenn Morris <rgm@gnu.org>
5507
5508 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5509
5510 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * minibuffer.el (minibuffer-force-complete): Use one more marker
5513 for the temporary-overlay-map command (bug#12619).
5514
5515 2012-10-24 Chong Yidong <cyd@gnu.org>
5516
5517 * time.el (display-time-world-mode): Derive from special-mode.
5518 (display-time-world): Use display-buffer (Bug#12708).
5519 (display-time-world-mode-map): Variable deleted.
5520 (display-time-world-display): Wrap the final delete-char inside
5521 inhibit-read-only.
5522
5523 2012-10-24 Chong Yidong <cyd@gnu.org>
5524
5525 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5526 Doc fix.
5527
5528 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5529
5530 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5531
5532 * minibuffer.el (completion--all-sorted-completions-location): New var.
5533 (completion--cache-all-sorted-completions)
5534 (completion--flush-all-sorted-completions): Use it.
5535 (completion-in-region, completion-in-region--postch)
5536 (completion-at-point, completion-help-at-point): Use markers in
5537 completion-in-region--data (bug#12619).
5538
5539 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * progmodes/compile.el (compilation-start): Try to handle common
5542 quoting of `cd' argument (bug#12640).
5543
5544 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5545 (bug#12671).
5546
5547 2012-10-23 Glenn Morris <rgm@gnu.org>
5548
5549 * progmodes/gud.el (gud-menu-map):
5550 Check gdb-active-process is bound. (Bug#12358)
5551
5552 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 * repeat.el (repeat): Set real-this-command (bug#12232).
5555
5556 * htmlfontify.el (hfy-post-html-hook):
5557 * filesets.el (filesets-cache-fill-content-hook):
5558 * arc-mode.el (archive-extract-hook):
5559 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5560 * net/rcirc.el (rcirc-sentinel-functions)
5561 (rcirc-receive-message-functions, rcirc-activity-functions)
5562 (rcirc-print-functions):
5563 * net/dbus.el (dbus-event-error-functions):
5564 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5565 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5566 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5567 * term/sun.el (sun-raw-prefix-hooks):
5568 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5569
5570 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5571
5572 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5573 Set `tramp-chunksize' to 1. This improves the performance.
5574 (tramp-smb-wait-for-output): Add timeout to
5575 `tramp-accept-process-output' calls.
5576
5577 2012-10-23 Chong Yidong <cyd@gnu.org>
5578
5579 * faces.el (font-list-limit): Define as an obsolete variable.
5580
5581 * startup.el (command-line):
5582 * cus-start.el: Don't refer to font-list-limit.
5583
5584 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5585
5586 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * subr.el (internal-temp-output-buffer-show): Rename from
5589 temp-output-buffer-show, since previously compiled files expect this name.
5590
5591 2012-10-23 Glenn Morris <rgm@gnu.org>
5592
5593 * image.el (image-type-from-file-name): If multiple types match,
5594 return the first one that is supported. (Bug#9045)
5595
5596 2012-10-22 Glenn Morris <rgm@gnu.org>
5597
5598 * image.el (imagemagick-enabled-types): Doc fix.
5599
5600 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5601
5602 * progmodes/which-func.el (which-func-current): The hash-table may have
5603 an explicit nil (bug#12338).
5604
5605 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * electric.el (electric-pair-delete-selection-self-insert-function):
5608 Rename to electric-pair-will-use-region, return a boolean.
5609 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5610
5611 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5612 (delete-selection-pre-hook): Use use-region-p.
5613 (delete-selection-self-insert-function): Remove.
5614 (self-insert-command): Obey self-insert-uses-region-functions.
5615 (self-insert-iso): Revert to previous setting, since we don't actually
5616 know what that command does.
5617 (delete-selection-self-insert-hooks): Remove.
5618
5619 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5620
5621 * delsel.el (delete-selection-helper): New function, extracted from
5622 delete-selection-pre-hook.
5623 (delete-selection-pre-hook): Use it.
5624 (delete-selection-self-insert-function): New function.
5625 (delete-selection-self-insert-hooks): New hook.
5626 (self-insert-command, self-insert-iso): Use it.
5627 * electric.el (electric-pair-syntax): New function, extracted from
5628 electric-pair-post-self-insert-function.
5629 (electric-pair-post-self-insert-function): Use it.
5630 (electric-pair-delete-selection-self-insert-function): New function.
5631 (electric-pair-mode): Require delsel and setup
5632 delete-selection-self-insert-hooks (bug#11520).
5633
5634 2012-10-20 Chong Yidong <cyd@gnu.org>
5635
5636 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5637 no changes to show (Bug#12586).
5638
5639 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5640 list explicitly (Bug#12571).
5641
5642 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5643
5644 * progmodes/flymake.el (flymake-create-temp-inplace):
5645 Use file-truename.
5646
5647 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5648
5649 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5650
5651 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5652
5653 * calc/calc-units.el (math-extract-units): Properly extract powers
5654 of units.
5655
5656 2012-10-20 Daniel Colascione <dancol@dancol.org>
5657
5658 * frame.el (make-frame): Set x-display-name as we used to in order
5659 to unbreak creating an X11 frame from an Emacs daemon started
5660 without a display.
5661
5662 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5665 the same completion-field (bug#12221).
5666
5667 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5668
5669 * emacs-lisp/debug.el (debug): Record height of debugger window
5670 also when debugger will be back (Bug#8789).
5671
5672 2012-10-18 Chong Yidong <cyd@gnu.org>
5673
5674 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5675 Convert to defcustom.
5676 (gdb-get-source-file): Don't bind pop-up-windows.
5677
5678 * progmodes/gud.el (gud-display-line): Don't specially re-use
5679 other frames for the gdb-mi case (Bug#12648).
5680
5681 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5682
5683 * emacs-lisp/advice.el: Clean up commentary a bit.
5684 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5685 (byte-code-function-p): Never redefine.
5686
5687 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5688
5689 2012-10-18 Glenn Morris <rgm@gnu.org>
5690
5691 * dired.el (dired-sort-toggle): Some ls implementations only allow
5692 a single option string. (Bug#12666)
5693
5694 * minibuffer.el (completion-cycle-threshold): Doc fix.
5695
5696 2012-10-17 Kenichi Handa <handa@gnu.org>
5697
5698 * international/mule.el (set-keyboard-coding-system):
5699 Recover input meta mode when the new coding system doesn not use 8-bit.
5700 Supply TERMINAL arg to set-input-meta-mode.
5701
5702 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5703
5704 * wdired.el (wdired-old-marks): New variable.
5705 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5706 (wdired-do-renames): Move point with renamed file and don't lose
5707 mark status (Bug#11795).
5708
5709 2012-10-16 Juri Linkov <juri@jurta.org>
5710
5711 * replace.el (query-replace-help): Mention multi-buffer replacement
5712 keys in the Help message. (Bug#12655)
5713
5714 2012-10-15 Chong Yidong <cyd@gnu.org>
5715
5716 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5717
5718 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5719
5720 * window.el (display-buffer): Doc fix.
5721
5722 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5723 Adjust the msft regexp to the output of Studio 2010, and move msft
5724 before edg-1. See the discussion on emacs-devel,
5725 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5726 for the details.
5727
5728 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5731 (oset): Move uses of object-class-fast macro after its definition.
5732
5733 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5734
5735 2012-10-13 Chong Yidong <cyd@gnu.org>
5736
5737 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5738 enabled, re-enable it (Bug#11963).
5739
5740 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5741
5742 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5743 non-nil, restore window configuration (Bug#12623).
5744
5745 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5746
5747 * help-fns.el (describe-variable, describe-function-1):
5748 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5749
5750 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5751
5752 2012-10-12 Glenn Morris <rgm@gnu.org>
5753
5754 * mail/rmailsum.el (rmail-header-summary):
5755 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5756
5757 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5758
5759 * progmodes/python.el (python-mode-map):
5760 Replace subtitute-key-definition with proper command remapping.
5761 (python-nav--up-list): Fix behavior for blocks on the same level.
5762
5763 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5766
5767 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5768 changes to the format of load-history.
5769
5770 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5771 completion-ignore-case in case that var is buffer-local (bug#12615).
5772
5773 2012-10-11 Kenichi Handa <handa@gnu.org>
5774
5775 * international/eucjp-ms.el: Re-generated.
5776
5777 2012-10-10 Kenichi Handa <handa@gnu.org>
5778
5779 * select.el (xselect--encode-string): If a coding is specified for
5780 selection, and that is compatible with COMPOUND_TEXT, use it.
5781
5782 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5783
5784 * window.el (switch-to-buffer-preserve-window-point): New option.
5785 (switch-to-buffer):
5786 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5787
5788 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5789
5790 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5791 Don't document nil as a useful value (bug#12583).
5792
5793 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5794
5795 * net/tramp.el (tramp-debug-message):
5796 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5797 (with-tramp-progress-reporter): Rename from
5798 `tramp-with-progress-reporter'.
5799 (with-tramp-file-property, with-tramp-connection-property):
5800 Move from tramp-cache.el, rename from `with-file-property' and
5801 `with-connection-property', respectively.
5802
5803 * net/tramp-cache.el: Remove `with-file-property' and
5804 `with-connection-property'.
5805
5806 * net/tramp.el:
5807 * net/tramp-gvfs.el:
5808 * net/tramp-sh.el:
5809 * net/tramp-smb.el: Adapt callees.
5810
5811 * net/trampver.el: Update release number.
5812
5813 2012-10-09 Glenn Morris <rgm@gnu.org>
5814
5815 * w32-fns.el (set-message-beep):
5816 * term/w32-win.el (set-message-beep): Update declarations.
5817
5818 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5821 (mode-line-widen, mode-line-input-method-map)
5822 (mode-line-coding-system-map, mode-line-remote)
5823 (mode-line-unbury-buffer, mode-line-bury-buffer)
5824 (mode-line-next-buffer, mode-line-previous-buffer):
5825 Replace save-selected-window+select-window => with-selected-window.
5826
5827 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5828 * progmodes/cc-vars.el (bq-process): Remove, unused.
5829
5830 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5831
5832 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5833
5834 Implemented `backward-up-list'-like navigation.
5835 * progmodes/python.el (python-nav-up-list)
5836 (python-nav-backward-up-list): New functions.
5837 (python-mode-map): Define substitute key for backward-up-list to
5838 python-nav-backward-up-list.
5839
5840 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5841
5842 * progmodes/python.el (python-fill-paragraph): Rename from
5843 python-fill-paragraph-function. Fixed fill-paragraph for
5844 decorators (Bug#12605).
5845
5846 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5847
5848 * progmodes/python.el (python-shell-output-filter): Handle extra
5849 carriage return in OSX (Bug#12409).
5850
5851 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5852
5853 Fix shell handling of unbalanced quotes and parens in output.
5854 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5855 (python-syntax-propertize-function): Use it.
5856 (python-shell-output-syntax-table): New var.
5857 (inferior-python-mode): Prevent unbalanced parens/quotes from
5858 previous output mess with current input context.
5859
5860 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5861
5862 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5863 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5864
5865 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5866
5867 * ffap.el (ffap-replace-file-component): Support Tramp file name
5868 syntax, not only ange-ftp's one.
5869
5870 2012-10-08 Glenn Morris <rgm@gnu.org>
5871
5872 * cus-start.el (message-log-max): Set :version.
5873
5874 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5875
5876 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5877
5878 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5879 the minibuffer window (Bug#10851).
5880
5881 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5882
5883 Enhancements on forward-sexp movement.
5884 * progmodes/python.el (python-nav-beginning-of-statement)
5885 (python-nav-end-of-statement): Return point-marker.
5886 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5887 (python-info-current-symbol)
5888 (python-info-statement-starts-block-p): Rename from
5889 python-info-beginning-of-block-p.
5890 (python-info-statement-ends-block-p): Rename from
5891 python-info-end-of-block-p.
5892 (python-info-beginning-of-statement-p)
5893 (python-info-end-of-statement-p)
5894 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5895 New functions.
5896
5897 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5900 frame-selected-windows.
5901
5902 2012-10-08 Daniel Colascione <dancol@dancol.org>
5903
5904 * battery.el (battery-status-function): Check for
5905 w32-battery-status itself, not system-time windows-nt.
5906
5907 * frame.el: Require cl-lib.
5908 (display-format-alist): New variable mapping frame types to
5909 functions that initialize them.
5910 (window-system-for-display): New function: interprets
5911 display-format-alist.
5912 (make-frame-on-display): Remove existing display-selection logic
5913 and just forward to make-frame, which will now DTRT.
5914 (make-frame): Restructure to use window-system-for-display to
5915 figure out how to create a frame on a given display.
5916 (display-mouse-p): Look for frame-type w32, not a particular
5917 system-type.
5918
5919 * loadup.el: Load w32 lisp code when we have the w32 feature.
5920
5921 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5922 system-type windows-nt.
5923
5924 * server.el (server-create-window-system-frame): Look for window
5925 type.
5926 (server-proces-filter): Only force a window system when windows-nt
5927 _and_ w32. Explain why.
5928
5929 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5930 of window systems we configure for the mode.
5931
5932 * startup.el (command-line): Mark window system is initialized
5933 after we've done it.
5934
5935 * common-win.el (x-select-text): Look for w32, not windows-nt.
5936
5937 * ns-win.el: Require cl-lib. Add ourselves to
5938 display-format-alist.
5939 (ns-initialize-window-system): Assert we're not initialized twice.
5940
5941 * w32-win.el: Enable lexical binding; require cl-lib; add
5942 ourselves to display-format-alist.
5943 (w32-handle-dropped-file): Convert incoming dropped files from
5944 Windows paths to Cygwin ones before passing them on to the rest of
5945 Emacs.
5946 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
5947 (w32-initialize-window-system): Assert we're not initialized twice.
5948
5949 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5950 (x-initialize-window-system): Assert we're not initialized twice.
5951
5952 * w32-common-fns.el: New File.
5953 (w32-version, w32-using-nt, w32-get-clipboard-data)
5954 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5955 (w32-charset-info-alist, x-last-selected, text)
5956 (x-get-selection-value, x-selection-value): Move here.
5957
5958 * w32-fns.el: Require w32-common-fns.
5959 (w32-version, w32-using-nt, w32-get-clipboard-data)
5960 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5961 (w32-charset-info-alist, x-last-selected, text)
5962 (x-get-selection-value, x-selection-value): Move to
5963 w32-common-fns.
5964
5965 * w32-vars.el:
5966 (w32-allow-system-shell, w32-system-shells): Define only in
5967 non-cygwin case.
5968
5969 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5970
5971 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5972 (read-passwd): Remove a few more potential sources of leaks.
5973
5974 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5975
5976 * progmodes/python.el (inferior-python-mode)
5977 (python-shell-make-comint): Fix initialization of local
5978 variables copied from parent buffer.
5979
5980 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
5981
5982 * term/ns-win.el (ns-read-file-name): Update declaration to match
5983 nsfns.m.
5984 (ns-respond-to-change-font): Change fontsize separately so we are sure
5985 it is set when font is acted upon.
5986
5987 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5988
5989 Enhancements to indentation.
5990 * progmodes/python.el (python-indent-context): Give priority to
5991 inside-string context. Make comments indentation markers.
5992 (python-indent-region): Do not mess with strings, unless it's the
5993 enclosing set of quotes.
5994
5995 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * window.el (internal--before-save-selected-window)
5998 (internal--after-save-selected-window): New functions extracted from
5999 save-selected-window. Make sure we return the `alist' we construct.
6000 (save-selected-window): Use them.
6001
6002 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6003 Use with-selected-window.
6004
6005 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6006 forms that define macros (bug#12593).
6007
6008 2012-10-07 Kenichi Handa <handa@gnu.org>
6009
6010 * international/mule-conf.el (compound-text-with-extensions):
6011 Add :mime-charset property as x-ctext.
6012
6013 2012-10-07 Stefan Merten <smerten@oekonux.de>
6014
6015 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6016 (rst-indent-literal-normal, rst-indent-literal-minimized)
6017 (rst-indent-comment): Correct :version tag.
6018 (rst-official-cvs-rev): Correct version string.
6019
6020 2012-10-07 Glenn Morris <rgm@gnu.org>
6021
6022 * mail/rmailmm.el (rmail-mime-process-multipart):
6023 Do not confuse a multipart message with an epilogue
6024 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6025
6026 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6027
6028 Fix shell output retrieval and comint-prompt-regexp init.
6029 * progmodes/python.el (inferior-python-mode):
6030 (python-shell-make-comint): Fix initialization of
6031 comint-prompt-regexp from copied file local variables.
6032 (python-shell-fetched-lines): Remove var.
6033 (python-shell-output-filter-in-progress): Rename from
6034 python-shell-fetch-lines-in-progress.
6035 (python-shell-output-filter-buffer): Rename from
6036 python-shell-fetch-lines-string.
6037 (python-shell-fetch-lines-filter): Delete function.
6038 (python-shell-output-filter): New function.
6039 (python-shell-send-string-no-output): Use them.
6040
6041 2012-10-07 Glenn Morris <rgm@gnu.org>
6042
6043 * hi-lock.el (hi-lock-process-phrase):
6044 Try to make it less fragile. (Bug#7161)
6045
6046 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6047
6048 2012-10-06 Glenn Morris <rgm@gnu.org>
6049
6050 * ehelp.el (electric-help-mode): Use help-mode rather than
6051 non-existent mode `help'.
6052 (electric-help-map): Use button-buffer-map. (Bug#10917)
6053
6054 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6055 (reftex-create-bibtex-footer): Fix custom types.
6056
6057 * progmodes/sh-script.el (sh-indent-after-continuation):
6058 Add explicit :group.
6059
6060 * textmodes/rst.el (rst-preferred-decorations)
6061 (rst-shift-basic-offset): Clarify obsolescence versions.
6062
6063 * profiler.el (profiler): Add missing group :version tag.
6064 * avoid.el (mouse-avoidance-banish-position):
6065 * proced.el (proced-renice-command):
6066 * calc/calc.el (calc-ensure-consistent-units):
6067 * calendar/icalendar.el (icalendar-import-format-uid):
6068 * net/tramp.el (tramp-save-ad-hoc-proxies):
6069 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6070 * progmodes/flymake.el (flymake-error-bitmap)
6071 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6072 * progmodes/sh-script.el (sh-indent-after-continuation):
6073 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6074 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6075 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6076 (vhdl-array-index-record-field-in-sensitivity-list)
6077 (vhdl-indent-comment-like-next-code-line):
6078 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6079 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6080 (reftex-cite-key-separator, reftex-create-bibtex-header)
6081 (reftex-create-bibtex-footer):
6082 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6083 (rst-indent-literal-normal, rst-indent-literal-minimized)
6084 (rst-indent-comment): Add missing custom :version tags.
6085
6086 * calendar/timeclock.el (timeclock-modeline-display):
6087 Add missing obsolete alias for renamed user option.
6088
6089 * strokes.el (strokes-modeline-string):
6090 * emulation/crisp.el (crisp-mode-modeline-string):
6091 * eshell/esh-mode.el (eshell-status-in-modeline):
6092 Aliases to defcustoms must come before the defcustom.
6093
6094 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6095 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6096 (cal-tex-cursor-week-monday): Doc fixes.
6097 (cal-tex-cursor-week2-summary): Doc fix.
6098 Rename from cal-tex-cursor-week-at-a-glance.
6099
6100 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6101 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6102
6103 * calendar/calendar.el (calendar-mode-map):
6104 Add cal-tex-cursor-week2-summary.
6105
6106 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6109
6110 * subr.el (read-passwd-map): New var.
6111 (read-passwd): Use `read-string' again.
6112 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6113
6114 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6115
6116 * register.el (append-to-register, prepend-to-register):
6117 Deactivate mark, as does `copy-to-register' (bug#12389).
6118
6119 2012-10-06 Chong Yidong <cyd@gnu.org>
6120
6121 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6122
6123 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6124
6125 * international/characters.el: Fix simple mistake ((car chars) ->
6126 elt), delete duplicated code.
6127
6128 2012-10-06 Glenn Morris <rgm@gnu.org>
6129
6130 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6131
6132 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6133
6134 * color.el (color-hsl-to-rgb): Fix incorrect results for
6135 small and large hue values. (Bug#12559)
6136
6137 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
6138
6139 Enhancements to docstring formatting when filling paragraphs.
6140 * progmodes/python.el (python-fill-docstring-style): Rename from
6141 python-fill-string-style. Added new style.
6142 (python-fill-string): Use new style. Better checks for
6143 docstrings.
6144
6145 2012-10-05 Glenn Morris <rgm@gnu.org>
6146
6147 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6148
6149 * color.el (color-name-to-rgb, color-rgb-to-hex)
6150 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6151 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6152 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6153 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6154
6155 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6156
6157 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6158
6159 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6160 to get the correct size across symlinks.
6161
6162 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6163
6164 2012-10-04 Juri Linkov <juri@jurta.org>
6165
6166 * replace.el (query-replace-interactive): Declare obsolete.
6167 (query-replace-read-from): Add the last incremental search string
6168 to the list of default values accessible via M-n.
6169 (map-query-replace-regexp): Use `read-regexp'.
6170 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6171 (map-query-replace-regexp, replace-string, replace-regexp):
6172 Fix docstrings to replace mentions of `query-replace-interactive'
6173 with alternatives. (Bug#12526)
6174
6175 2012-10-04 Juri Linkov <juri@jurta.org>
6176
6177 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6178 (dired-pop-to-buffer): Declare obsolete.
6179 (dired-mark-pop-up): Doc fix.
6180
6181 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
6182
6183 Allow user to set docstring style for fill-paragraph.
6184 * progmodes/python.el
6185 (python-fill-comment-function, python-fill-string-function)
6186 (python-fill-decorator-function, python-fill-paren-function):
6187 Remove :safe for defcustoms.
6188 (python-fill-string-style): New defcustom
6189 (python-fill-paragraph-function): Enhance context detection.
6190 (python-fill-string): Honor python-fill-string-style settings.
6191
6192 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6193
6194 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6195 after setting its buffer (Bug#10805).
6196
6197 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
6198
6199 Fix cornercase for string syntax.
6200 * progmodes/python.el (python-syntax-propertize-function):
6201 Simplify and enhance the regexp for unescaped quotes. Now it also
6202 matches quotes in weird situations like the single quote in
6203 "something\"'".
6204 (python-syntax-stringify): Simplify num-quotes detecting code.
6205
6206 2012-10-03 Glenn Morris <rgm@gnu.org>
6207
6208 * help-macro.el (three-step-help):
6209 Revert 2012-09-29 change. (Bug#12567)
6210
6211 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6212
6213 * menu-bar.el (kill-this-buffer): Don't do anything when
6214 `menu-frame' is not alive or visible (Bug#8184).
6215
6216 * emacs-lisp/debug.el (debug): When quitting the debugger window
6217 restore current buffer (Bug#12502).
6218
6219 2012-10-02 Chong Yidong <cyd@gnu.org>
6220
6221 * progmodes/hideif.el (hif-lookup, hif-defined):
6222 Handle semantic-c-takeover-hideif.
6223
6224 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6225
6226 Change sampling interval units from ms to ns.
6227 * profiler.el (profiler-sampling-interval): Change units
6228 from ms to ns, multiplying the default by 1000000 so that
6229 it remains 1 ms.
6230 (profiler-report-cpu-line-format): Give enough room for
6231 the maximum counters on 64-bit hosts.
6232 (profiler-report-render-calltree-1): Call them "CPU samples",
6233 not "Time (ms)", since they are not milliseconds now (and
6234 never really were).
6235
6236 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6237
6238 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6239 Fix querying BBDB for entries without a last name (Bug#11580).
6240
6241 2012-10-02 Chong Yidong <cyd@gnu.org>
6242
6243 * emacs-lisp/eieio.el: Restore Version header.
6244
6245 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * vc/diff-mode.el (diff--auto-refine-data): New var.
6248 (diff-hunk): Use it to delay refinement.
6249 (diff-mode): Remove overlays when we turn off font-lock.
6250
6251 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6252 (table-initialize-table-fixed-width-mode)
6253 (table-set-table-fixed-width-mode): Remove functions.
6254 (table-command-list): Move initialization into declaration.
6255 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6256 (table-with-cache-buffer): Use `declare'.
6257 (table-span-cell): Simplify via CSE.
6258 (table-fixed-width-mode): Use define-minor-mode.
6259 (table-call-interactively, table-funcall, table-apply): Remove.
6260 (table-function): New function, to replace them.
6261
6262 * bookmark.el (bookmark-search-pattern): Remove var.
6263 (bookmark-read-search-input): Remove function.
6264 (bookmark-bmenu-search): Reimplement using a minibuffer.
6265
6266 * faces.el (modeline): Remove obsolete face name.
6267
6268 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6269 and give a non-nil default value.
6270 (add-change-log-entry): Simplify accordingly.
6271
6272 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6273
6274 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6275 (vc-git-log-edit-toggle-amend): New function.
6276 (vc-git-log-edit-toggle-signoff): New function.
6277 (vc-git-log-edit-mode): New major mode.
6278 (vc-git-log-edit-mode-map): Keymap for it.
6279 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6280
6281 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6282 header names.
6283 (log-edit-toggle-header): New function.
6284 (log-edit-extract-headers): Accept function values in HEADERS alist.
6285
6286 2012-10-01 David Engster <deng@randomsample.de>
6287
6288 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6289 from symbol property and change message to be more consistent with
6290 Emacs proper.
6291 (eieio-describe-generic): Add filename for each implementation.
6292 Fix indices for generic and normal methods.
6293 (eieio-method-def, eieio-class-def): New buttons.
6294 (eieio-help-find-method-definition)
6295 (eieio-help-find-class-definition): New functions.
6296 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6297 class, constructor and method definitions.
6298
6299 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6300 information in symbol property.
6301 (scoped-class): Remove.
6302 (eieio-slot-name-index, call-next-method): Check if it is bound.
6303
6304 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6305
6306 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6307 (eieio-custom-mode): New major mode.
6308 (eieio-customize-object): Use it.
6309
6310 2012-10-01 Eric Ludlam <zappo@gnu.org>
6311
6312 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6313 specifying the expected class, and whether subclassing is allowed.
6314 (eieio-persistent-convert-list-to-object):
6315 (eieio-persistent-validate/fix-slot-value)
6316 (eieio-persistent-slot-type-is-class-p): New functions.
6317 (eieio-named::slot-missing): Doc fix.
6318
6319 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6320 Stop using unused publd variable.
6321
6322 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6323 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6324 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6325 (eieio-speedbar-handle-click): Do not specify a class for the
6326 method. Fixes method invocation order problems with EDE.
6327
6328 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6329
6330 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6331 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6332
6333 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6334
6335 * bookmark.el (bookmark-version-control): Give tags in the
6336 :type choices (Bug#12309), and improve doc string.
6337 (bookmark-write-file): Bind `print-circle' to `t' to allow
6338 circular custom bookmark types. (Bug#12503)
6339
6340 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6341
6342 Revert the FOLLOW-SYMLINKS change for file-attributes.
6343 * files.el (remote-file-name-inhibit-cache, after-find-file):
6344 * time.el (display-time-file-nonempty-p): Undo last change.
6345
6346 * profiler.el (profiler-sampling-interval): Change default back to 1.
6347 See Stefan Monnier in
6348 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6349
6350 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6351
6352 Shell output catching a la gud-gdb.
6353 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6354 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6355 New Vars.
6356 (python-shell-fetch-lines-filter): New function.
6357 (python-shell-send-string-no-output): Use them.
6358
6359 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6360
6361 * profiler.el (profiler-sampling-interval): Rename from
6362 profiler-sample-interval.
6363 (profiler-sampling-interval): Default to 10.
6364 (profiler-find-profile): New command (was profiler-find-log).
6365 (profiler-find-profile-other-window): New command.
6366 (profiler-find-profile-other-frame): New command.
6367 (profiler-profile): Introduce API-level data structure.
6368
6369 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6370
6371 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6372 * files.el (remote-file-name-inhibit-cache):
6373 * time.el (display-time-file-nonempty-p): Use it.
6374 * files.el (after-find-file): Don't chase links before calling
6375 file-exists-p, as file-exists-p already does the right thing.
6376
6377 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6378
6379 Merge from standalone RefTeX repository.
6380
6381 The following ChangeLog entries are shortened versions of the
6382 original ones with file paths adapted. A not so strongly edited
6383 version of the original ChangeLog can be found in the commit log.
6384
6385 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6386 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6387 Correctly handle new value type returned by `reftex-citation'.
6388
6389 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6390 that entries with whitespace at various places are found.
6391 Doc fix. Include entries that are cross-referenced from cited entries.
6392 Include @String definitions in the resulting bib file. Add header
6393 and footer defined in `reftex-create-bibtex-header' and
6394 `reftex-create-bibtex-footer'.
6395 (reftex-do-citation): Make it possible again to insert
6396 non-existent entries. Save match data when asking for optional
6397 arguments. Return all keys, not just the first one.
6398 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6399 all citations in the same line.
6400 (reftex-parse-bibtex-entry): Accept additional optional argument
6401 `raw' and keep quotes or braces if it is non-nil. Match fields
6402 containing hyphens besides word constituents.
6403 (reftex-get-string-refs): New function.
6404 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6405 and ask if it should be reread in case it did.
6406 (reftex-pop-to-bibtex-entry)
6407 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6408 entries with spaces or tabs in front of arguments.
6409 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6410 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6411 Match entries containing numbers and symbol constituents.
6412 (reftex-do-citation, reftex-figure-out-cite-format):
6413 Use `reftex-cite-key-separator'.
6414
6415 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6416 (reftex-mouse-view-crossref): Explain why point is set.
6417
6418 * textmodes/reftex-global.el: Whitespace changes.
6419
6420 * textmodes/reftex-index.el: Move provide statement to end of
6421 file.
6422 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6423 (reftex-index-visit-phrases-buffer): Set marker when visiting
6424 buffer. This allows for returning from the phrases file to the
6425 file one was just editing instead of the file where the last
6426 phrases was added from.
6427 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6428 punctuation syntax as it usually is not used as string quote in
6429 TeX-related modes and may occur unmatched. The change also
6430 prevents fontification of quoted content.
6431 (reftex-index-phrases-mode): Use it.
6432
6433 * textmodes/reftex-parse.el (reftex-parse-from-file):
6434 Move backward one char if a `\' was matched after a section macro.
6435 (reftex-parse-from-file): Use beginning of match instead of end as
6436 bound.
6437
6438 * textmodes/reftex-ref.el: Adapt creation of
6439 `reftex-<package>-<macro>' functions to new structure of
6440 `reftex-ref-style-alist'.
6441 (reftex-reference): Use `reftex-ref-style-list' function.
6442 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6443 reference macro if `reftex-ref-macro-prompt' is non-nil.
6444 (reftex-reference): Pass refstyle to `reftex-format-special'.
6445 Determine reference macro by looking at
6446 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6447 Use only one special format function.
6448 (reftex-varioref-vref, reftex-fancyref-fref)
6449 (reftex-fancyref-Fref): Remove definitions. The functions are now
6450 generated from `reftex-ref-style-alist'.
6451 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6452 Remove.
6453 (reftex-format-special): New function.
6454
6455 * textmodes/reftex-sel.el
6456 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6457 of `reftex-ref-style-alist'. Remove code for testing macro type.
6458 (reftex-select-toggle-varioref)
6459 (reftex-select-toggle-fancyref): Remove.
6460 (reftex-select-cycle-ref-style-internal)
6461 (reftex-select-cycle-ref-style-forward)
6462 (reftex-select-cycle-ref-style-backward): New functions.
6463 (reftex-select-label-map): Use `v' and `V' for general cycling
6464 through reference styles. Add `p' for switching between number
6465 and page reference types.
6466
6467 * textmodes/reftex-toc.el (reftex-re-enlarge):
6468 Call `enlarge-window' only if there is something to do because in Emacs
6469 the horizontal version throws an error even if the parameter is 0.
6470
6471 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6472 (reftex-plug-into-AUCTeX): Doc fix.
6473 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6474 string. Adapt to new name.
6475 (reftex-ref-style-alist): Change structure so that it is not
6476 possible to use multiple different package names within a style.
6477 Remove the symbols for symbols for macro type distinction.
6478 Add characters for macro selection.
6479 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6480 (reftex-create-bibtex-footer): New variables.
6481 (reftex-format-ref-function): Mention third argument of special
6482 format function.
6483 (reftex-ref-style-alist, reftex-ref-style-default-list):
6484 New variables.
6485 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6486 to new implementation. Mark as obsolete. Add compatibility code
6487 for honoring the variable values in case they are set.
6488 (reftex-cite-format-builtin, reftex-bibliography-commands):
6489 Add support for ConTeXt.
6490 (reftex-format-ref-function, reftex-format-cite-function):
6491 Fix custom type.
6492 (reftex-cite-key-separator): New variable.
6493
6494 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6495 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6496 `reftex-syntax-table' because parens have to retain their paren
6497 syntax in order for parsing of BibTeX entries like @book(...) to
6498 work.
6499 (reftex-in-comment): Do not error out if `comment-start-skip' is
6500 not set. Deal correctly with escaped comment characters.
6501 (reftex-tie-multifile-symbols): Add doc string.
6502 Initialize `reftex-ref-style-list'.
6503 (reftex-untie-multifile-symbols): Add doc string.
6504 (reftex-add-index-macros): Doc fix.
6505 (reftex-ref-style-activate, reftex-ref-style-toggle)
6506 (reftex-ref-style-list): New functions.
6507 (reftex-mode-menu): Use them. Adapt to new structure of
6508 `reftex-ref-style-alist'.
6509 (reftex-select-with-char): Kill the RefTeX Select buffer when
6510 done.
6511 (reftex-remove-if): New function.
6512 (reftex-erase-all-selection-and-index-buffers)
6513 (reftex-mode-menu): Reference styles are now computed from
6514 `reftex-ref-style-alist'. Fix typo.
6515 (reftex-report-bug): New function.
6516 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6517 algorithms with O(n log n). Introduce optional argument SORT (not
6518 yet used).
6519
6520 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6521
6522 Enhancements for triple-quote string syntax.
6523 * progmodes/python.el (python-syntax-propertize-function):
6524 Match both quote cases in one regexp.
6525 (python-syntax-stringify): Handle matches properly.
6526
6527 2012-09-30 Juri Linkov <juri@jurta.org>
6528
6529 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6530 to nil around the call to `insert' to prevent
6531 directory time modification by lock_file. (Bug#2295)
6532 * tar-mode.el (tar-summarize-buffer): Idem.
6533
6534 2012-09-30 Juri Linkov <juri@jurta.org>
6535
6536 * facemenu.el (list-colors-sort): Add option "Luminance".
6537 (list-colors-sort-key): Implement it.
6538
6539 * vc/diff-mode.el (diff-refine-removed):
6540 * vc/ediff-init.el (ediff-fine-diff-A):
6541 * vc/smerge-mode.el (smerge-refined-removed):
6542 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6543
6544 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6545
6546 * term/ns-win.el (x-file-dialog): New function.
6547
6548 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * ido.el (ido-max-directory-size): Default to nil; the current
6551 default is small for POSIX systems, and impractical on Windows 7
6552 now that lstat returns directory sizes for NTFS.
6553
6554 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6555
6556 In buffer display functions handle window-height/window-width
6557 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6558 * window.el (window--display-buffer): New argument ALIST.
6559 Obey window-height and window-width alist entries.
6560 (window--try-to-split-window): New argument ALIST.
6561 Bind window-combination-limit to t when the window's size shall be
6562 changed and window-combination-limit equals `window-size'.
6563 (display-buffer-in-atom-window)
6564 (display-buffer-in-major-side-window)
6565 (display-buffer-in-side-window, display-buffer-same-window)
6566 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6567 (display-buffer-pop-up-window, display-buffer-below-selected)
6568 (display-buffer-at-bottom, display-buffer-in-previous-window)
6569 (display-buffer-use-some-window): Adjust all callers of
6570 window--display-buffer and window--try-to-split-window.
6571 (fit-frame-to-buffer): New option.
6572 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6573 is non-nil.
6574 (display-buffer-in-major-side-window): Evaluate window-height /
6575 window-width alist entries.
6576
6577 * help.el (temp-buffer-resize-frames)
6578 (temp-buffer-resize-regexps): Remove options.
6579 (temp-buffer-resize-mode): Adjust doc-string.
6580 (resize-temp-buffer-window): Don't consult
6581 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6582 temp-buffer-resize-frames.
6583
6584 * dired.el (dired-mark-pop-up):
6585 Call display-buffer-below-selected with a fit-window-to-buffer alist
6586 entry.
6587
6588 2012-09-30 Chong Yidong <cyd@gnu.org>
6589
6590 * server.el (server-host): Document the security implications.
6591 (server-auth-key): Doc fix.
6592
6593 * startup.el (initial-buffer-choice): Doc fix.
6594
6595 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6596
6597 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6598 restriction change.
6599
6600 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6601
6602 * help-fns.el (help-fns--obsolete): Fix last change.
6603
6604 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6607 (minor-mode-map-alist): Remove redundant code.
6608
6609 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6610 visited in a buffer.
6611 (cvs-insert-visited-file): New function.
6612 (find-file-hook): Use it.
6613
6614 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6615
6616 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6617 chose face.
6618 (log-edit-empty-buffer-p): Don't require a space after a header.
6619
6620 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6621
6622 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6623
6624 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6625 a proper minor-mode.
6626
6627 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6628
6629 2012-09-29 Glenn Morris <rgm@gnu.org>
6630
6631 * winner.el (winner-mode): Remove variable (let define-minor-mode
6632 handle it).
6633 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6634 Doc fixes.
6635 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6636 (winner-mode): Use define-minor-mode.
6637
6638 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6639 the full definition in loaddefs, rather than duplicating it.
6640
6641 * help-macro.el (three-step-help): No need to autoload defcustom.
6642
6643 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6644 (inferior-lisp-program, inferior-lisp-load-command)
6645 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6646 No need to autoload defcustoms.
6647
6648 * hippie-exp.el (hippie-expand-try-functions-list)
6649 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6650 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6651 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6652 (hippie-expand-only-buffers): No need to autoload defcustoms.
6653 * progmodes/vhdl-mode.el (vhdl-line-expand):
6654 Explicitly load hippie-exp, so it does not get autoloaded
6655 while hippie-expand-try-functions-list is let-bound.
6656
6657 2012-09-28 Glenn Morris <rgm@gnu.org>
6658
6659 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6660
6661 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6662 Only "cl.el" counts as cl these days.
6663
6664 2012-09-28 Juri Linkov <juri@jurta.org>
6665
6666 Display archive errors in the echo area instead of inserting
6667 to the file buffer.
6668
6669 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6670 to STDERR-TEST that can be a regexp matching a successful output.
6671 Create a temporary file and redirect stderr to it. Search for
6672 STDERR-TEST in the stderr output and display it in the echo area
6673 if no match is found.
6674 (archive-extract-by-file): New function like
6675 `archive-extract-by-stdout' but extracting archives to files
6676 and looking for successful matches in stdout. Function body is
6677 mostly copied from `archive-rar-extract'.
6678 (archive-rar-extract): Use `archive-extract-by-file'.
6679 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6680
6681 2012-09-28 Leo Liu <sdl.web@gmail.com>
6682
6683 * pcomplete.el (pcomplete-show-completions):
6684 Use minibuffer-message to make pcomplete usable in minibuffer.
6685
6686 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6687
6688 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * type-break.el: Use lexical-binding.
6691 (type-break-mode): Use define-minor-mode.
6692
6693 * emacs-lisp/pcase.el (pcase--mark-used): New.
6694 (pcase--u1): Use it (bug#12512).
6695
6696 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6697 in load-history with the right file name.
6698
6699 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6700
6701 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6702 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6703 (doc-view-get-bounding-box): Make bounding box slicing work for
6704 ODF and DVI documents.
6705
6706 2012-09-28 Glenn Morris <rgm@gnu.org>
6707
6708 * type-break.el (type-break-mode, type-break-interval)
6709 (type-break-good-rest-interval, type-break-keystroke-threshold):
6710 No need to autoload.
6711 (type-break-good-rest-interval, type-break-keystroke-threshold):
6712 Add :set-after.
6713
6714 2012-09-28 Chong Yidong <cyd@gnu.org>
6715
6716 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6717 Add :version tag.
6718
6719 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6722
6723 2012-09-27 Glenn Morris <rgm@gnu.org>
6724
6725 * faces.el (x-display-name): Declare (for without-x builds).
6726
6727 * linum.el (linum-format): Don't autoload it. Improve :type.
6728
6729 * progmodes/tcl.el: Don't require outline when compiling.
6730 (outline-regexp, outline-level): Declare.
6731 * textmodes/sgml-mode.el: Don't require outline when compiling.
6732 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6733
6734 * term.el (term-ansi-reset):
6735 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6736
6737 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6738 files for RCS and SCCS. (Bug#9781)
6739
6740 2012-09-27 Chong Yidong <cyd@gnu.org>
6741
6742 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6743 change; value should be t.
6744
6745 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * image-mode.el: Use lexical-binding.
6748 (image-mode-winprops): Use t to stand for the window of
6749 a buffer that's not displayed.
6750 * doc-view.el (doc-view-new-window-function): Handle the new
6751 t in winprops.
6752 (doc-view-enlarge): Make it a real nop if the size is not changed.
6753 (doc-view-display): Handle the case where the buffer is not (yet?)
6754 displayed in any window.
6755 (doc-view-saved-settings): New var.
6756 (doc-view-mode): Use it.
6757 (doc-view-fallback-mode): Set it.
6758
6759 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6760 Set lexical-binding.
6761 (minibuffer-eldef-shorten-default): New var.
6762 (minibuffer-default-in-prompt-regexps): Use it for new default.
6763 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6764
6765 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6766
6767 * international/uni-bidi.el:
6768 * international/uni-category.el:
6769 * international/uni-name.el:
6770 * international/uni-numeric.el: Regenerate.
6771
6772 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6773 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * profiler.el: New file.
6776
6777 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6780 (testcover-reinstrument): Simplify with CSE.
6781
6782 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6785
6786 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6787
6788 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6789 (verilog-auto-input, verilog-auto-insert-lisp)
6790 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6791 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6792 (verilog-auto-unused, verilog-auto-wire)
6793 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6794 newline. Reported by Andrew Jones.
6795 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6796 Reported by Brad Dobbie.
6797 (verilog-batch-delete-trailing-whitespace):
6798 Create verilog-batch-delete-trailing-whitespace.
6799 Reported by Brad Dobbie.
6800 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6801 parameters from another module. Reported by Dan Katz.
6802 (verilog-auto, verilog-auto-assign-modport)
6803 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6804 AUTOINOUTMODPORT for UVM interface module shell generation.
6805 Reported by Brad Dobbie.
6806 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6807 standard behavior.
6808 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6809 Reported by Matt Martin.
6810
6811 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6812
6813 * window.el (window--resize-child-windows): When resizing child
6814 windows proportionally, process them in reverse order to
6815 preserve the "when splitting a window the new one gets the odd
6816 line" behavior.
6817 (window--resize-root-window-vertically): When resizing the
6818 minibuffer window try to affect only windows at the bottom of the
6819 frame. (Bug#12419)
6820
6821 2012-09-25 Chong Yidong <cyd@gnu.org>
6822
6823 * subr.el (declare): Doc fix.
6824
6825 * help-fns.el (help-fns--obsolete): Handle macros properly.
6826
6827 2012-09-25 Chong Yidong <cyd@gnu.org>
6828
6829 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6830 this function obsolete.
6831
6832 * calendar/cal-x.el (calendar-two-frame-setup)
6833 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6834 * calendar/calendar.el (american-calendar, european-calendar)
6835 (calendar-for-loop):
6836 * comint.el (comint-dynamic-simple-complete)
6837 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6838 * desktop.el (desktop-load-default):
6839 * dired-x.el (dired-omit-here-always)
6840 (dired-hack-local-variables, dired-default-directory):
6841 * emacs-lisp/derived.el (derived-mode-class):
6842 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6843 * emacs-lock.el (toggle-emacs-lock):
6844 * epa.el (epa-display-verify-result):
6845 * epg.el (epg-sign-keys, epg-start-sign-keys)
6846 (epg-passphrase-callback-function):
6847 * eshell/esh-util.el (eshell-for):
6848 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6849 (eshell-add-to-window-buffer-names):
6850 * files.el (locate-file-completion):
6851 * imenu.el (imenu-example--create-c-index)
6852 (imenu-example--create-lisp-index)
6853 (imenu-example--lisp-extract-index-name)
6854 (imenu-example--name-and-position):
6855 * international/mule-cmds.el (princ-list):
6856 * international/mule-diag.el (decode-codepage-char):
6857 * international/mule-util.el (detect-coding-with-priority):
6858 * iswitchb.el (iswitchb-read-buffer):
6859 * mail/mailalias.el (mail-complete):
6860 * mail/sendmail.el (mail-sent-via):
6861 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6862 (mouse-major-mode-menu):
6863 * password-cache.el (password-read-and-add):
6864 * pcomplete.el (pcomplete-parse-comint-arguments):
6865 * progmodes/sh-script.el (sh-maybe-here-document):
6866 * replace.el (query-replace-regexp-eval):
6867 * savehist.el (savehist-load):
6868 * simple.el (choose-completion-delete-max-match):
6869 * term.el (term-dynamic-simple-complete):
6870 * vc/ediff-init.el (ediff-check-version):
6871 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6872 * vc/vc.el (vc-diff-switches-list):
6873 * view.el (view-return-to-alist-update): Likewise.
6874
6875 * subr.el (eval-next-after-load, makehash, insert-string)
6876 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6877 mark obsolete.
6878 (mode-line-inverse-video): Variable deleted.
6879
6880 * international/mule-util.el (string-to-sequence): Remove.
6881
6882 * calendar/calendar.el (calendar-version):
6883 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6884 (icalendar-convert-diary-to-ical):
6885 * cus-edit.el (custom-mode):
6886 * ansi-color.el (ansi-color-unfontify-region):
6887 * international/latin1-disp.el (latin1-char-displayable-p):
6888 * progmodes/cwarn.el (turn-on-cwarn-mode):
6889 * progmodes/which-func.el (which-func-update-1):
6890 Use define-obsolete-function-alias.
6891
6892 * net/newst-backend.el (newsticker-cache-filename):
6893 * net/newst-treeview.el (newsticker-groups-filename):
6894 Fix incorrect obsolescence declaration.
6895
6896 * allout.el (allout-passphrase-hint-string): Likewise.
6897 (allout-init): Use a declare form to mark obsolete.
6898
6899 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6900 this applies to functions.
6901
6902 * iswitchb.el (iswitchb-read-buffer): Move code of
6903 iswitchb-define-mode-map here, and delete that obsolete function.
6904
6905 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6906 font-lock-reference-face.
6907
6908 2012-09-25 Glenn Morris <rgm@gnu.org>
6909
6910 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6911 Doc fixes.
6912
6913 * eshell/em-term.el (eshell-term-name):
6914 Default to term-term-name. (Bug#12485)
6915
6916 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6917
6918 * progmodes/python.el (python-shell-send-buffer): Better handling
6919 of "if __name__ == '__main__':" conditionals when sending the buffer.
6920
6921 2012-09-24 Glenn Morris <rgm@gnu.org>
6922
6923 * eshell/esh-cmd.el (eshell-find-alias-function):
6924 Tighten up file-name regexp. (Bug#12499)
6925
6926 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6927
6928 Enhancements for triple-quote string syntax.
6929 * progmodes/python.el (python-quote-syntax): Remove.
6930 (python-syntax-propertize-function): New value.
6931 (python-syntax-count-quotes, python-syntax-stringify):
6932 New functions.
6933
6934 2012-09-24 Chong Yidong <cyd@gnu.org>
6935
6936 * mail/supercite.el (sc-version): Remove obsolete function.
6937 (sc-describe): Don't mark as obsolete, since it is bound.
6938 (sc-submit-bug-report): Remove.
6939
6940 * vc/log-edit.el (cvs-changelog-full-paragraphs)
6941 (cvs-commit-buffer-require-final-newline): Remove.
6942 (log-edit-require-final-newline)
6943 (log-edit-changelog-full-paragraphs): Default to t.
6944
6945 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6946 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6947 * vc/vc.el (vc-checkout-carefully): Likewise.
6948
6949 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6950 (emerge-version): Remove.
6951
6952 * progmodes/compile.el (compile-internal): Remove.
6953 (compilation-parse-errors-function): Fix typo.
6954
6955 * international/mule.el (set-char-table-default): Remove.
6956 (set-coding-priority, make-coding-system, generic-char-p)
6957 (charset-list, charset-bytes, charset-id): Use declare to mark
6958 functions as obsolete.
6959
6960 * vc/pcvs-defs.el (cvs-buffer-name-alist)
6961 (cvs-invert-ignore-marks): Remove references to obsolete vars.
6962 * vc/vc-hooks.el (vc-default-registered): Don't use
6963 vc-master-templates.
6964
6965 * font-lock.el (font-lock-reference-face):
6966 Use define-obsolete-variable-alias.
6967
6968 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6969 * calendar/calendar.el (calendar-font-lock-keywords):
6970 * calendar/diary-lib.el (diary-font-lock-keywords)
6971 (diary-fancy-font-lock-keywords):
6972 * textmodes/reftex-sel.el (reftex-insert-docstruct):
6973 * textmodes/reftex-index.el (reftex-insert-index):
6974 * textmodes/reftex-cite.el (reftex-format-bib-entry):
6975 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6976 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6977 * progmodes/prolog.el (prolog-font-lock-keywords):
6978 * progmodes/idlwave.el (idlwave-idl-keywords):
6979 * progmodes/ada-mode.el (ada-font-lock-keywords):
6980 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6981
6982 2012-09-24 Glenn Morris <rgm@gnu.org>
6983
6984 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6985
6986 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
6987
6988 * progmodes/python.el (python-indent-line): More consistent cursor
6989 movement behavior.
6990
6991 2012-09-23 Stefan Merten <smerten@oekonux.de>
6992
6993 * textmodes/rst.el: Fix compiler warning.
6994
6995 2012-09-23 Roland Winkler <winkler@gnu.org>
6996
6997 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6998 Transcribe also LaTeX hyphenation.
6999 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7000 bibtex-reformat-previous-options.
7001
7002 2012-09-23 Roland Winkler <winkler@gnu.org>
7003
7004 * proced.el (proced-renice-command): New variable.
7005 (proced-marked-processes): New function.
7006 (proced-with-processes-buffer): New macro.
7007 (proced-send-signal): Use them.
7008 (proced-renice): New command bound to r.
7009
7010 2012-09-23 Roland Winkler <winkler@gnu.org>
7011
7012 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7013 ibuffer-saved-filter-groups has one element, shortcut the call of
7014 completing-read. (Bug#12331)
7015
7016 2012-09-23 Chong Yidong <cyd@gnu.org>
7017
7018 * bindings.el (mode-line-toggle-read-only):
7019 * bs.el (bs-toggle-readonly):
7020 * buff-menu.el (Buffer-menu-toggle-read-only):
7021 * dired.el (dired-toggle-read-only):
7022 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7023
7024 2012-09-23 Chong Yidong <cyd@gnu.org>
7025
7026 * image.el (image-type-available-p): Adapt to init-image-library
7027 argument changes.
7028
7029 2012-09-22 Juri Linkov <juri@jurta.org>
7030
7031 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7032 `dired-toggle-read-only'. (Bug#12462)
7033
7034 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7035
7036 * subr.el (temp-output-buffer-show): New function.
7037 (with-output-to-temp-buffer): Call temp-output-buffer-show
7038 instead of internal-temp-output-buffer-show.
7039
7040 2012-09-22 Chong Yidong <cyd@gnu.org>
7041
7042 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7043 (Bug#12462).
7044
7045 * repeat.el (repeat): Doc fix (Bug#12348).
7046
7047 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7048 (Bug#10909).
7049
7050 * simple.el (shell-command-on-region): Doc fix.
7051 (read-only-mode): Doc fix.
7052
7053 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7054
7055 * emacs-lisp/timer.el (run-with-idle-timer)
7056 (timer-activate-when-idle): Warn against reinvoking an idle timer
7057 from within its own timer action. (Bug#12447)
7058
7059 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7060
7061 * cus-start.el (window-combination-limit): Add new optional
7062 values.
7063 * window.el (temp-buffer-window-show)
7064 (window--try-to-split-window): Handle new values of
7065 window-combination-limit (Bug#1806).
7066 (split-window): Test window-combination-limit for t instead of
7067 non-nil.
7068 (display-buffer-at-bottom): New buffer display action function.
7069 * help.el (temp-buffer-resize-regexps): New option.
7070 (temp-buffer-resize-mode): Rewrite doc-string.
7071 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7072 Don't resize reused window. Suggested by Glenn Morris.
7073
7074 2012-09-22 Stefan Merten <smerten@oekonux.de>
7075
7076 * textmodes/rst.el: Revamp section title faces.
7077 (rst-official-version)
7078 (rst-package-emacs-version-alist): Sync with official version
7079 V1.4.0.
7080 (rst-faces-defaults, rst-set-level-default)
7081 (rst-level-face-max, rst-level-face-base-color)
7082 (rst-level-face-base-light, rst-level-face-format-light)
7083 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7084 (rst-adornment-faces-alist): Match new setup.
7085 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7086 (rst-level-5, rst-level-6): New faces.
7087
7088 2012-09-22 Chong Yidong <cyd@gnu.org>
7089
7090 * simple.el (undo): Handle indirect buffers (Bug#8207).
7091
7092 2012-09-21 Leo Liu <sdl.web@gmail.com>
7093
7094 IDO: Disable match re-ordering for buffer switching.
7095 * ido.el (ido-buffer-disable-smart-matches): New variable.
7096 (ido-set-matches-1): Use it. (Bug#2042)
7097
7098 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7099
7100 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7101 Fix 2011-05-17 change. (Bug#12418)
7102
7103 2012-09-21 Leo Liu <sdl.web@gmail.com>
7104
7105 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7106
7107 2012-09-21 Glenn Morris <rgm@gnu.org>
7108
7109 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7110 Be more robust about locating simple.el.
7111
7112 2012-09-21 Glenn Morris <rgm@gnu.org>
7113
7114 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7115
7116 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7117
7118 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7119
7120 2012-09-20 Juri Linkov <juri@jurta.org>
7121
7122 * replace.el (query-replace-read-from): Use `read-regexp' instead
7123 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7124 (occur-read-primary-args): Use `read-regexp' instead of
7125 `read-string'.
7126 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7127 `read-from-minibuffer'.
7128 * isearch.el (isearch-occur): Use `read-regexp' instead of
7129 `read-string'.
7130 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7131 `read-from-minibuffer'.
7132 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7133 of `read-string'. (Bug#7567)
7134
7135 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7136 and allow accepting a list of strings prepended to a list of
7137 standard default values. Doc fix. (Bug#12321)
7138
7139 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7140
7141 * replace.el (read-regexp): Don't add ": " when PROMPT already
7142 ends with a colon and space. (Bug#12321)
7143
7144 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7145
7146 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7147 error.
7148
7149 2012-09-20 Stefan Merten <smerten@oekonux.de>
7150
7151 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7152 Fixes feature request bug#11711.
7153 (rst-mode): Create `imenu-create-index-function'.
7154 (rst-get-stripped-line): Delete after refactoring.
7155 (rst-section-tree, rst-section-tree-rec)
7156 (rst-section-tree-point): Refactor and document properly.
7157 (rst-imenu-find-adornments-for-position)
7158 (rst-imenu-convert-cell, rst-imenu-create-index):
7159 New function.
7160
7161 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7164 (macroexp--expand-all): Use it.
7165 (macroexp--funcall-and-return): Remove by folding it into its sole
7166 caller (macroexp--warn-and-return).
7167 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7168 Use macroexp--obsolete-warning.
7169
7170 * calc/calc.el: Fix last change by removing the whole chunk, since it
7171 was only needed back when Calc was not bundled.
7172
7173 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7174
7175 * emacs-lisp/debug.el (debug): Restore assignment to
7176 debugger-old-buffer removed on 2012-09-08.
7177
7178 2012-09-20 Juri Linkov <juri@jurta.org>
7179
7180 * dired-aux.el (dired-diff): Remove (require 'diff) since
7181 `diff-latest-backup-file' is now autoloaded.
7182
7183 2012-09-20 Chong Yidong <cyd@gnu.org>
7184
7185 * vc/diff.el (diff-latest-backup-file): Autoload.
7186
7187 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * calc/calc.el: Remove redundant autoload shape check.
7190 (sel-mode): Don't defvar.
7191 (calc-get-stack-element): Add `sel-mode' arg instead.
7192 (calc-top, calc-top-list): Pass it this additional argument.
7193 * calc/calc-store.el (calc-store-map):
7194 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7195 (calc-map-equation, calc-outer-product, calc-inner-product):
7196 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7197
7198 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7199
7200 2012-09-19 Juri Linkov <juri@jurta.org>
7201
7202 * dired-aux.el (dired-diff): Add (require 'diff) because
7203 `diff-latest-backup-file' is not autoloaded.
7204 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7205 of `dired-get-filename' to t to not report error when there is
7206 no default file on the current line.
7207
7208 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7211 macroexp--eval-if-compile.
7212 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7213 (macroexp--expand-all): Use them (bug#12371).
7214
7215 * doc-view.el (doc-view-guess-paper-size)
7216 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7217
7218 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7219
7220 New feature: set optimal slice from BoundingBox information.
7221 * doc-view.el (doc-view-mode-map): Add keybinding.
7222 (doc-view-menu): Add menu entry.
7223 (doc-view-set-slice): Adapt docstring.
7224 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7225 (doc-view-scale-bounding-box)
7226 (doc-view-set-slice-from-bounding-box): New functions.
7227 (doc-view-paper-sizes): New defvar.
7228
7229 2012-09-19 Glenn Morris <rgm@gnu.org>
7230
7231 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7232 (byte-compile-log-warning): Autoload. (Bug#12371)
7233
7234 * calendar/calendar.el (calendar-american-month-header)
7235 (calendar-european-month-header, calendar-iso-month-header)
7236 (calendar-month-header): New options.
7237 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7238 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7239
7240 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7241
7242 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7243
7244 2012-09-18 Juri Linkov <juri@jurta.org>
7245
7246 * dired-aux.el (dired-diff): Restore original functionality of
7247 getting the default value, but keep new feature of using the
7248 latest existing backup file (`diff-latest-backup-file').
7249
7250 2012-09-18 Juri Linkov <juri@jurta.org>
7251
7252 * dired.el (dired-mark): If the region is active in Transient Mark
7253 mode, mark all files in the active region. Doc fix.
7254 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7255 Doc fix. (Bug#10624)
7256
7257 2012-09-18 Juri Linkov <juri@jurta.org>
7258
7259 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7260 attributes for M-n are pulled from the file at point.
7261 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7262 Suggested by Drew Adams. (Bug#10624)
7263
7264 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7265
7266 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7267 whitespace after "end".
7268 (ruby-do-end-to-brace): Collapse block to one line if it fits
7269 within fill-column.
7270
7271 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7272
7273 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7274 value.
7275 (debug): Don't remove debugger window when debugger is expected
7276 to be back.
7277
7278 2012-09-18 Chong Yidong <cyd@gnu.org>
7279
7280 * custom.el (defface): Doc fix.
7281
7282 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7283
7284 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7285
7286 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7287 to initialize query-on-exit; then test that instead (bug#12288).
7288
7289 2012-09-17 Stefan Merten <smerten@oekonux.de>
7290
7291 * textmodes/rst.el: Add support for `testcover'.
7292 (rst-defcustom-testcover, rst-testcover-add-compose)
7293 (rst-testcover-add-1value): New functions.
7294 (rst-portable-mark-active-p): Replace by `use-region-p'.
7295 (rst-update-section, rst-classify-adornment)
7296 (rst-find-title-line): Mark `1value' forms.
7297 (rst-classify-adornment): Remove superfluous form.
7298 (rst-update-section, rst-get-adornments-around)
7299 (rst-adornment-complete-p, rst-get-next-adornment)
7300 (rst-adjust, rst-promote-region)
7301 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7302 (rst-find-pfx-in-region, rst-section-tree-rec)
7303 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7304 (rst-toc-node, rst-toc, rst-forward-section)
7305 (rst-iterate-leftmost-paragraphs)
7306 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7307 (rst-bullet-list-region)
7308 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7309 (rst-compile-find-conf, rst-compile)
7310 (rst-repeat-last-character): Fix style.
7311
7312 2012-09-17 Chong Yidong <cyd@gnu.org>
7313
7314 * comint.el (comint--complete-file-name-data): Don't add a space
7315 if the status is `sole'; that adds a gratuitous space in the
7316 completion-cycling case (Bug#12092).
7317
7318 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7319
7320 2012-09-17 Richard Stallman <rms@gnu.org>
7321
7322 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7323 only in the mime-shown mode, not in raw mode.
7324 (rmail-mime): Toggle off mime by displaying the message without
7325 mime processing. (Bug#12305)
7326
7327 * mail/rmail.el (rmail-retry-failure):
7328 Turn off mime processing first. (Bug#12037)
7329
7330 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7331
7332 2012-09-17 Chong Yidong <cyd@gnu.org>
7333
7334 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7335 (shell-dynamic-complete-functions): Convert to defcustom.
7336 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7337
7338 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7339 * comint.el (comint-prompt-read-only):
7340 * custom.el (defcustom):
7341 * hi-lock.el (hi-lock-mode):
7342 * ibuffer.el (ibuffer-formats):
7343 * ielm.el (ielm-prompt-read-only):
7344 * novice.el (disable-command):
7345 * saveplace.el (toggle-save-place):
7346 * speedbar.el (speedbar-supported-extension-expressions):
7347 * startup.el (auto-save-list-file-prefix, init-file-user)
7348 (after-init-hook, inhibit-startup-echo-area-message):
7349 * strokes.el (strokes-help):
7350 * time-stamp.el (time-stamp):
7351 * calendar/calendar.el (calendar, diary-file):
7352 * calendar/diary-lib.el (diary-mail-entries, diary)
7353 (diary-list-entries-hook):
7354 * calendar/holidays.el (holidays, calendar-holidays):
7355 * calendar/lunar.el (lunar-phases):
7356 * calendar/solar.el (sunrise-sunset):
7357 * emulation/edt.el (edt-load-keys):
7358 * emulation/viper.el (viper-mode):
7359 * eshell/em-alias.el (eshell-command-aliases-list):
7360 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7361 * international/ogonek.el (ogonek-information):
7362 * net/tramp-cmds.el (tramp-bug):
7363 * net/quickurl.el (quickurl-reread-hook-postfix):
7364 * play/decipher.el (decipher-font-lock-keywords):
7365 * progmodes/cc-styles.el (c-set-style):
7366 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7367 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7368 * progmodes/octave-mod.el (octave-mode):
7369 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7370 * progmodes/verilog-mode.el (verilog-read-defines):
7371 * textmodes/two-column.el (2C-mode): Likewise.
7372
7373 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7374
7375 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7376 that holds many addresses.
7377
7378 2012-09-16 Chong Yidong <cyd@gnu.org>
7379
7380 * align.el (align-areas): Call the indication function with
7381 positions instead of markers for arguments (Bug#12343).
7382
7383 * files.el (parse-colon-path): Use split-string (Bug#12351).
7384
7385 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7386 (display-buffer-function): Mark as obsolete.
7387
7388 * progmodes/compile.el (compilation-parse-errors): Accept list
7389 values similar to font-lock-keywords (Bug#12136).
7390 Suggested by Oleksandr Manzyuk.
7391 (compilation-error-regexp-alist): Doc fix.
7392
7393 2012-09-15 Glenn Morris <rgm@gnu.org>
7394
7395 * version.el (emacs-bzr-version-bzr): New function.
7396 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7397
7398 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7399 checkouts, check the parent dirstate matches the branch.
7400 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7401 empty string.
7402
7403 * version.el (emacs-bzr-version): Doc fix.
7404 (emacs-bzr-version-dirstate): New function.
7405 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7406 is local try and check that it matches the branch. If not, just
7407 use dirstate information. (Bug#12441)
7408
7409 2012-09-14 Juri Linkov <juri@jurta.org>
7410
7411 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7412 (Bug#12399)
7413
7414 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7415
7416 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7417
7418 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7419 Remove obsolete byte-compiler hack that tried to silence some warnings.
7420 (edebug-submit-bug-report): Remove.
7421 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7422 Remove aliases, use the un-prefixed name instead.
7423 (edebug-pop-to-buffer): Consider other frames.
7424 (edebug-original-read):: Make it more obvious that it's always defined.
7425 (edebug--make-form-data-entry, edebug--form-data-name)
7426 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7427 single-dashed name, and implement with cl-defstruct.
7428 (edebug-set-form-data-entry): Use the standard accessors.
7429 (edebug-make-top-form-data-entry): Use push.
7430 (edebug-no-match): Drop useless `funcall'.
7431 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7432 to functions.
7433 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7434 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7435 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7436 (easy-menu-define, with-custom-print): Remove redundant specs.
7437 (edebug-outside-overriding-local-map)
7438 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7439 (edebug--display): Bind unread-command-events directly to nil rather
7440 than binding it to unread-command-events and later setting it to nil.
7441 (edebug--display): Kill edebug-eval-buffer here...
7442 (edebug--recursive-edit): ...rather than here.
7443 Bind standard-output and standard-input.
7444 (edebug-eval): Check cl-macroexpand-all is fboundp.
7445 (edebug-temp-display-freq-count): Fix last change.
7446
7447 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7448 * subr.el (noreturn, 1value): Add `debug' spec.
7449 * emacs-lisp/advice.el: Require cl-lib.
7450 (ad-copy-tree): Remove, use copy-tree instead.
7451 (ad-dolist): Remove use dolist or cl-dolist instead.
7452 (ad-do-return): Remove, use cl-return instead.
7453 (defadvice): Add `debug' spec.
7454
7455 2012-09-13 Juri Linkov <juri@jurta.org>
7456
7457 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7458 (Bug#12399)
7459
7460 2012-09-13 Glenn Morris <rgm@gnu.org>
7461
7462 * calc/calc.el (math-compose-expr):
7463 * calc/calc-ext.el (math-compose-expr):
7464 * progmodes/cc-defs.el (cl-macroexpand-all):
7465 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7466 (cl-macroexpand-all): Update declarations.
7467
7468 * vc/vc.el: No need to require ediff.
7469 (ediff-load-version-control): Declare.
7470 (ediff-vc-internal): Fix declaration.
7471 (vc-version-ediff): Require ediff.
7472
7473 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7474
7475 Use a more backwards-compatible timer format (Bug#12430).
7476 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7477 being right after USECS, as that better supports old code that
7478 inadvisedly looked directly at the timer vector.
7479
7480 2012-09-13 Kenichi Handa <handa@gnu.org>
7481
7482 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7483 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7484 `coding-priority' property of these language environment.
7485
7486 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7487
7488 Fix glitches caused by addition of psec to timers (Bug#12430).
7489 * image.el (image-animate-timer):
7490 * time.el (display-time-world-timer):
7491 Use timer--function and timer--args rather than raw access to
7492 timer vector.
7493
7494 2012-09-13 Glenn Morris <rgm@gnu.org>
7495
7496 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7497 If not compiling a file, try using load-file-name.
7498
7499 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7502 Fix last change.
7503 (edebug-update-eval-list): Use `push'.
7504
7505 * emacs-lisp/edebug.el: Use lexical-binding.
7506 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7507 Mark unused args with underscore.
7508 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7509 (edebug-form-data): Use defvar-local.
7510 (edebug-make-before-and-after-form, edebug-make-after-form):
7511 Use backquote.
7512 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7513 Not dynamically scoped any more.
7514 (edebug--enter-trace): Add arguments `function' and `args'.
7515 Rename from edebug-enter-trace.
7516 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7517 (edebug--update-coverage): Add `after-index' and `value' args.
7518 Rename from edebug-update-coverage.
7519 (edebug-slow-after): Call it accordingly.
7520 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7521 edebug-recursive-edit.
7522 (edebug--display): Call it accordingly. Add args `value',
7523 `offset-index', and `arg-mode'. Rename from edebug-display.
7524 (edebug-debugger, edebug): Call it accordingly.
7525 (edebug-eval-display-list): Use dolist.
7526
7527 2012-09-12 Juri Linkov <juri@jurta.org>
7528
7529 * info.el (Info-search): Don't check for isearch-mode and
7530 isearch-regexp before let-binding search-spaces-regexp to
7531 Info-search-whitespace-regexp.
7532 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7533 search-whitespace-regexp if isearch-lax-whitespace or
7534 isearch-regexp-lax-whitespace is non-nil.
7535 (Info-mode): Don't set local variable search-whitespace-regexp.
7536 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7537
7538 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7541 (debugger-env-macro): Remove support for unread-command-char.
7542
7543 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7544 the temporary map re-appearing on emulation-mode-map-alists.
7545
7546 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7547 since 22.1.
7548
7549 * ehelp.el (with-electric-help): Accept functions in
7550 electric-help-form-to-execute.
7551 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7552 And replace unread-command-char -> unread-command-events.
7553
7554 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7555
7556 Sync with Tramp 2.2.6.
7557
7558 * net/tramp.el (tramp-accept-process-output): Don't use
7559 JUST-THIS-ONE in the XEmacs case.
7560
7561 * net/trampver.el: Update release number.
7562
7563 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7564
7565 * emacs-lisp/debug.el (debugger-previous-window-height):
7566 New variable.
7567 (debug): When debugger-jumping-flag is non-nil try to restore
7568 height of debugger window. (Bug#8789)
7569
7570 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7573 overriding-local-map and pre/post-command-hook here.
7574 (edebug-recursive-edit): Do it here instead (bug#12345).
7575 (edebug-outside-unread-command-char): Remove all uses of
7576 unread-command-char.
7577
7578 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7579 inhibit-debugger is bound instead.
7580
7581 2012-09-11 Bastien Guerry <bzg@gnu.org>
7582
7583 * subr.el (set-temporary-overlay-map): Add a docstring.
7584 (Bug#12346)
7585
7586 2012-09-11 Bastien Guerry <bzg@gnu.org>
7587
7588 * minibuffer.el (completion-table-subvert): Fix docstring.
7589 (Bug#12347)
7590
7591 2012-09-11 Bastien Guerry <bzg@gnu.org>
7592
7593 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7594
7595 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7596
7597 * progmodes/sql.el: Version 3.1
7598 (sql-db2-escape-newlines): New variable.
7599 (sql-escape-newlines-filter): Use it.
7600
7601 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7602
7603 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7604
7605 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7606
7607 * vc/diff-mode.el (diff-mode-menu):
7608 Bind diff-remove-trailing-whitespace.
7609
7610 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7613 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7614 (emacs-lisp-byte-code-mode): New functions.
7615 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7616 (eval-defun-2): Remove bogus interactive spec.
7617 (lisp-indent-line): Remove redundant whole-exp code, now done in
7618 indent-according-to-mode.
7619 (save-match-data): Remove redundant indent data.
7620
7621 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7622 Use `declare'.
7623
7624 2012-09-09 Juri Linkov <juri@jurta.org>
7625
7626 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7627 (replace-lax-whitespace, query-replace-regexp)
7628 (query-replace-regexp-eval, replace-regexp): Doc fix.
7629 (perform-replace, replace-highlight): Let-bind
7630 isearch-lax-whitespace to replace-lax-whitespace and
7631 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7632
7633 * isearch.el (isearch-query-replace): Let-bind
7634 replace-lax-whitespace to isearch-lax-whitespace and
7635 replace-regexp-lax-whitespace to
7636 isearch-regexp-lax-whitespace. (Bug#10885)
7637
7638 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7639
7640 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7641
7642 2012-09-09 Alan Mackenzie <acm@muc.de>
7643
7644 * progmodes/cc-engine.el (c-state-cache-init):
7645 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7646 (c-record-parse-state-state):
7647 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7648
7649 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7650
7651 * register.el (register-separator): Rename from
7652 separator-register. All uses changed. Doc fix.
7653 (register): Fix version.
7654
7655 2012-09-09 Chong Yidong <cyd@gnu.org>
7656
7657 * replace.el (query-replace-map): Bind four new symbols for
7658 requesting window scrolling.
7659
7660 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7661 query-replace-map (Bug#8948).
7662
7663 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7664
7665 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7666 since they are now in query-replace-map.
7667
7668 * window.el (scroll-other-window-down): Make the arg optional.
7669
7670 2012-09-09 Chong Yidong <cyd@gnu.org>
7671
7672 * files.el (hack-local-variables-confirm): Use quit-window to kill
7673 the *Local Variables* buffer.
7674
7675 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7676
7677 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7678 not just expect to be at its beginning. Adjust callees.
7679 Succeed when do-end block has no space before the pipe character.
7680 (ruby-brace-to-do-end): When the original block is one-liner,
7681 convert to multiline. Reindent the result.
7682
7683 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7684
7685 * register.el (register): New group.
7686 (separator-register): New user option.
7687 (increment-register): Route it to `append-to-register', if
7688 register contains text. Implication is that `C-x r +' can now be
7689 used for appending to a text register (bug#12217).
7690 (append-to-register, prepend-to-register): Add separator based on
7691 `separator-register'.
7692
7693 2012-09-08 Alan Mackenzie <acm@muc.de>
7694
7695 AWK Mode: make auto-newline work when there's "==" in the pattern.
7696 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7697 correctly.
7698 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7699 Test more rigorously for "=" token.
7700
7701 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7702
7703 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7704 Only fail when reached LIMIT.
7705
7706 2012-09-08 Chong Yidong <cyd@gnu.org>
7707
7708 * dired.el (dired-mode-map): Don't bind M-=.
7709
7710 * dired-aux.el (dired-diff): Use backup file as default.
7711
7712 2012-09-08 Drew Adams <drew.adams@oracle.com>
7713
7714 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7715
7716 2012-09-08 Chong Yidong <cyd@gnu.org>
7717
7718 * subr.el (syntax-after, syntax-class): Doc fix.
7719
7720 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7721
7722 * window.el (display-buffer-in-previous-window): New buffer
7723 display action function.
7724
7725 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7726 (debugger-previous-window): New variable.
7727 (debug): Rewrite using display-buffer-in-previous-window,
7728 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7729
7730 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7731
7732 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7733
7734 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7735
7736 * progmodes/python.el (python-shell-send-string):
7737 When default-directory is remote, create temp file on remote
7738 filesystem.
7739 (python-shell-send-file): When file is remote, pass local view of
7740 file paths to remote Python interpreter. (Bug#12340)
7741
7742 2012-09-07 Chong Yidong <cyd@gnu.org>
7743
7744 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7745
7746 * files.el (after-find-file): Don't fail on a read-only buffer if
7747 require-final-newline is `visit' or `visit-save' (Bug#11156).
7748
7749 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7750
7751 * userlock.el (ask-user-about-supersession-threat):
7752 Use read-char-choice (Bug#12093).
7753
7754 2012-09-07 Chong Yidong <cyd@gnu.org>
7755
7756 * subr.el (buffer-narrowed-p): New function.
7757
7758 * ses.el (ses-widen):
7759 * simple.el (count-words--buffer-message):
7760 * net/browse-url.el (browse-url-of-buffer): Use it.
7761
7762 * simple.el (count-words-region): Don't signal an error if there
7763 is a non-nil prefix arg and the mark is not set.
7764
7765 * help.el (describe-key-briefly): Allow the message to be seen
7766 when invoked from the minibuffer (Bug#7014).
7767
7768 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7769
7770 * progmodes/ruby-mode.el (ruby-end-of-defun)
7771 (ruby-beginning-of-defun): Simplify, allow indentation before
7772 block beginning and end keywords.
7773 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7774 (ruby-end-of-defun): Expect that the point is at the beginning of
7775 the defun.
7776
7777 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7780 (bug#12367).
7781 (cl--make-usage-args): Strip _ from argument names.
7782
7783 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7784
7785 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7786 obsolete alias speedbar-key-map.
7787 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7788 (vhdl-index-menu-init): Don't use obsolete variable
7789 font-lock-maximum-size.
7790
7791 2012-09-06 Chong Yidong <cyd@gnu.org>
7792
7793 * frame.el (window-system-version): Mark as obsolete.
7794
7795 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7796 of obsolete variable speedbar-key-map.
7797
7798 2012-09-06 Juri Linkov <juri@jurta.org>
7799
7800 * replace.el (replace-lax-whitespace): New defcustom.
7801 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7802 (replace-string, replace-regexp): Mention it in docstrings.
7803 (perform-replace, replace-highlight): Let-bind
7804 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7805 to the values of replace-lax-whitespace and regexp-flag.
7806 Don't let-bind search-whitespace-regexp. (Bug#10885)
7807
7808 * isearch.el (isearch-query-replace): Let-bind
7809 replace-lax-whitespace instead of let-binding
7810 replace-search-function and replace-re-search-function.
7811 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7812 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7813 (isearch-toggle-symbol): Set isearch-regexp to nil
7814 in isearch-word mode (like in isearch-toggle-word).
7815
7816 2012-09-06 Juri Linkov <juri@jurta.org>
7817
7818 * replace.el (replace-search-function)
7819 (replace-re-search-function): Set default values to nil.
7820 (perform-replace): Let-bind isearch-related variables based on
7821 replace-related values, call `isearch-search-fun' and let-bind
7822 the result to `search-function'. Remove code that sets
7823 `search-function' and `search-string' separately for
7824 `delimited-flag'.
7825 (replace-highlight): Add new argument `delimited-flag' and
7826 rename other arguments to the names used in `perform-replace'.
7827 Let-bind `isearch-word' to the argument `delimited-flag'.
7828 (Bug#10885, bug#10887)
7829
7830 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7831
7832 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7833 ruby-beginning-of-indent, simplify, allow all keywords to have
7834 indentation before them.
7835 (ruby-beginning-of-indent): Adjust for above. Search until the
7836 found point is not inside a string or comment.
7837 (ruby-font-lock-keywords): Allow symbols to start with "@"
7838 character, give them higher priority than variables.
7839 (ruby-syntax-propertize-function)
7840 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7841 matchers. Expression expansions are not comments when inside a
7842 string, and there comment syntax status is irrelevant.
7843 (ruby-match-expression-expansion): New function. Check that
7844 expression expansion is inside a string, and it's not escaped.
7845 (ruby-font-lock-keywords): Use it.
7846
7847 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7848
7849 * help.el (temp-buffer-max-height): New default value.
7850 (temp-buffer-resize-frames): New option.
7851 (resize-temp-buffer-window): Optionally resize frame.
7852
7853 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7854 (fit-frame-to-buffer): New function.
7855
7856 2012-09-05 Glenn Morris <rgm@gnu.org>
7857
7858 * emulation/cua-rect.el (cua--init-rectangles):
7859 * textmodes/picture.el (picture-mode-map):
7860 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7861 like forward-char and backward-char. (Bug#12317)
7862
7863 2012-09-05 Leo Liu <sdl.web@gmail.com>
7864
7865 * progmodes/flymake.el (flymake-warning-re): New variable.
7866 (flymake-parse-line): Use it.
7867
7868 2012-09-05 Glenn Morris <rgm@gnu.org>
7869
7870 * calendar/holidays.el (holiday-christian-holidays):
7871 Rename an entry. (Bug#12289)
7872
7873 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7876 (bug#12222).
7877
7878 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * loadup.el: Load macroexp. Remove hack.
7881 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7882 (macroexp--expand-all): Use it to get better warnings.
7883 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7884 (internal-macroexpand-for-load): New functions.
7885 (macroexp--pending-eager-loads): New var.
7886 (emacs-startup-hook): New hack to replace one in loadup.el.
7887 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7888 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7889 (cl-psetf): Simplify.
7890 (cl-defstruct): Add indent rule.
7891
7892 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7893
7894 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7895 over `user-mail-address' for the SMTP MAIL FROM envelope.
7896 (smtpmail-via-smtp): Ditto.
7897
7898 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7899
7900 * progmodes/ruby-mode.el: Clean up keybindings.
7901 (ruby-mode-map): Don't bind ruby-electric-brace,
7902 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7903 backward-kill-word, reindent-then-newline-and-indent.
7904 (ruby-mark-defun): Remove.
7905 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7906 (ruby-mode): Set local beginning-of-defun-function and
7907 end-of-defun-function values.
7908
7909 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7910
7911 * window.el (temp-buffer-window-setup-hook)
7912 (temp-buffer-window-show-hook): New hooks.
7913 (temp-buffer-window-setup, temp-buffer-window-show)
7914 (with-temp-buffer-window): New functions.
7915 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7916 (special-display-popup-frame): Make sure the window used shows BUFFER.
7917
7918 * help.el (temp-buffer-resize-mode): Fix doc-string.
7919 (resize-temp-buffer-window): New optional argument WINDOW.
7920
7921 * files.el (recover-file, save-buffers-kill-emacs):
7922 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7923
7924 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
7925
7926 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7927 remote definition of `default-directory', ensure we can connect.
7928
7929 2012-09-02 Juri Linkov <juri@jurta.org>
7930
7931 Toggle whitespace matching mode with M-s SPC.
7932 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7933
7934 * isearch.el (search-whitespace-regexp): Doc fix.
7935 Remove cons cell customization.
7936 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7937 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7938 New variables.
7939 (isearch-forward, isearch-forward-regexp): Doc fix.
7940 (isearch-toggle-lax-whitespace): New command.
7941 (search-forward-lax-whitespace, search-backward-lax-whitespace)
7942 (re-search-forward-lax-whitespace)
7943 (re-search-backward-lax-whitespace): New functions.
7944 (isearch-whitespace-regexp): Remove function.
7945 (isearch-query-replace): Let-bind replace-search-function and
7946 replace-re-search-function.
7947 (isearch-occur): Let-bind search-spaces-regexp according to the
7948 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7949 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7950 condition for C-q SPC.
7951 (isearch-search-fun-default): Use new functions mentioned above.
7952 (isearch-search-forward, isearch-search-backward): Remove functions.
7953 (isearch-search): Don't let-bind search-spaces-regexp.
7954 (isearch-lazy-highlight-space-regexp): Remove variable.
7955 (isearch-lazy-highlight-lax-whitespace)
7956 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7957 (isearch-lazy-highlight-new-loop): Use them.
7958 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7959
7960 2012-09-02 Chong Yidong <cyd@gnu.org>
7961
7962 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7963
7964 2012-09-02 Glenn Morris <rgm@gnu.org>
7965
7966 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
7967
7968 2012-09-01 Glenn Morris <rgm@gnu.org>
7969
7970 * term.el: Tidy up menu definitions.
7971 (term-mode-map): Use easymenu for In/Out, Complete menus.
7972 (term-pager-break-map): Initialize in the defvar.
7973 (term-terminal-menu, term-signals-menu): Define with easymenu.
7974 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
7975 (term-pager-menu): New, extracted from term-process-pager.
7976 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7977 (term-update-mode-line): Propertize line/char and page items.
7978 (term-process-pager): Move keymap initialization elsewhere.
7979
7980 2012-09-01 Martin Rudalics <rudalics@gmx.at>
7981
7982 * window.el (switch-to-prev-buffer): Handle additional values of
7983 BURY-OR-KILL argument. Don't switch in minibuffer window.
7984 (switch-to-next-buffer): Don't switch in minibuffer window.
7985 (quit-restore-window): New function based on quit-window.
7986 Handle additional values of former KILL argument.
7987 (quit-window): Call quit-restore-window with appropriate
7988 interpretation of KILL argument.
7989 (display-buffer-below-selected): New buffer display action
7990 function.
7991
7992 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * minibuffer.el (completion-at-point-functions): Complete docstring
7995 (bug#12254).
7996
7997 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
7998
7999 Better seed support for (random).
8000 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8001 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8002 * play/mpuz.el, play/tetris.el, play/zone.el:
8003 * calc/calc-comb.el (math-init-random-base):
8004 * play/blackbox.el (bb-init-board):
8005 * play/life.el (life):
8006 * server.el (server-use-tcp):
8007 * type-break.el (type-break):
8008 Remove unnecessary call to (random t).
8009 * net/sasl.el (sasl-unique-id-function):
8010 Change (random t) to (random), now that the latter is more random.
8011 * play/life.el (life-initialized): Remove no-longer-needed var.
8012
8013 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8014
8015 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8016 Consider frame's buffer predicate when choosing the buffer.
8017 (Bug#12081)
8018
8019 2012-08-30 Richard Stallman <rms@gnu.org>
8020
8021 * simple.el (special-mode-map): Delete binding for `z'.
8022
8023 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8024
8025 * progmodes/compile.el (compilation-always-kill): Doc fix.
8026
8027 2012-08-30 Chong Yidong <cyd@gnu.org>
8028
8029 * window.el (display-buffer-reuse-frames): Make the obsolescence
8030 message more informative.
8031
8032 2012-08-30 Glenn Morris <rgm@gnu.org>
8033
8034 * paren.el (show-paren-delay):
8035 Add a :set function. Doc fix. (Bug#12297)
8036
8037 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8038
8039 * progmodes/compile.el (compilation-always-kill): New var.
8040 (compilation-start): Use it.
8041
8042 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8043
8044 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8045 * files.el (read-only-mode): Move to simple.el.
8046
8047 * files.el (read-only-mode): New minor mode.
8048 (toggle-read-only): Use it and mark obsolete.
8049 (find-file--read-only):
8050 * vc/vc.el (vc-next-action, vc-checkout):
8051 * vc/vc-cvs.el (vc-cvs-checkout):
8052 * obsolete/vc-mcvs.el (vc-mcvs-update):
8053 * ffap.el (ffap--toggle-read-only): Update callers.
8054
8055 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8056
8057 * eshell/esh-ext.el (eshell-external-command): Do not examine
8058 remote shell scripts.
8059 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8060
8061 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8062 "/usr/local/sbin".
8063
8064 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8067
8068 2012-08-28 Leo Liu <sdl.web@gmail.com>
8069
8070 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8071 completion-at-point. (Bug#12220)
8072
8073 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8074
8075 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8076
8077 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8078
8079 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8080 be buffer-local; add delete-trailing-whitespace (bug#12259).
8081
8082 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8083
8084 * progmodes/hideif.el (hif-compress-define-list):
8085 Fix typo. (Bug#11951)
8086
8087 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8088
8089 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8090 buffer local setting.
8091
8092 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8093 rcirc-encode-coding-system.
8094
8095 2012-08-28 Leo Liu <sdl.web@gmail.com>
8096
8097 * net/rcirc.el (rcirc-split-message): New function.
8098 (rcirc-send-message): Use it. (Bug#12051)
8099
8100 2012-08-28 Juri Linkov <juri@jurta.org>
8101
8102 * info.el (Info-fontify-node): Hide empty lines at the end of
8103 the node. (Bug#12272)
8104
8105 2012-08-27 Drew Adams <drew.adams@oracle.com>
8106
8107 * dired.el (dired-pop-to-buffer): Make window start at beginning
8108 of buffer (Bug#12281).
8109
8110 2012-08-26 Chong Yidong <cyd@gnu.org>
8111
8112 * window.el (special-display-regexps, special-display-frame-alist)
8113 (special-display-buffer-names, special-display-function)
8114 (display-buffer-reuse-frames): Mark as obsolete.
8115
8116 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8117
8118 * help.el (help-print-return-message): Don't treat
8119 display-buffer-reuse-frames specially.
8120
8121 2012-08-26 Chong Yidong <cyd@gnu.org>
8122
8123 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8124 New variable, replacing gdb-frame-parameters.
8125 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8126 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8127 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8128 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8129 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8130 the functions directly with gdb-display-buffer-other-frame-action.
8131 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8132 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8133 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8134 (gdb-display-registers-buffer): Define directly.
8135 (def-gdb-display-buffer): Macro deleted.
8136 (gdb-display-buffer): Remove second and third args, callers don't
8137 use them. Defer to the default display-buffer behavior, apart
8138 from making windows dedicated.
8139 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8140
8141 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8142
8143 * window.el (display-buffer-pop-up-frame): Handle a
8144 pop-up-frame-parameters alist entry.
8145 (display-buffer): Document it.
8146
8147 2012-08-26 Chong Yidong <cyd@gnu.org>
8148
8149 * isearch.el (search-whitespace-regexp): Make string and nil
8150 values apply to both ordinary and regexp search. Allow a cons
8151 cell value to distinguish between the two.
8152 (isearch-whitespace-regexp, isearch-search-forward)
8153 (isearch-search-backward): New functions.
8154 (isearch-occur, isearch-search-fun-default, isearch-search)
8155 (isearch-lazy-highlight-new-loop): Use them.
8156 (isearch-forward, isearch-forward-regexp): Doc fix.
8157
8158 2012-08-26 Chong Yidong <cyd@gnu.org>
8159
8160 * faces.el (help-argument-name): Always inherit from italic
8161 (Bug#12213).
8162
8163 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8164
8165 * window.el (window--even-window-heights): Even heights when
8166 WINDOW and the selected window form a vertical combination.
8167 (display-buffer-use-some-window): Provide that window used gets
8168 sized back by quit-window. (Bug#11880) and (Bug#12091)
8169
8170 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8171
8172 Fix file time stamp problem with bzr and CVS (Bug#12001).
8173 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8174 in the file's time stamp, since the version control system loses
8175 that information.
8176
8177 2012-08-22 Juri Linkov <juri@jurta.org>
8178
8179 * info.el (Info-fontify-node): Hide the suffix of the
8180 Info file name in the header line. (Bug#12187)
8181
8182 2012-08-22 Glenn Morris <rgm@gnu.org>
8183
8184 * calendar/cal-tex.el (cal-tex-weekly-common):
8185 Restore leading blank page.
8186
8187 2012-08-22 Le Wang <l26wang@gmail.com>
8188
8189 * misc.el (forward-to-word, backward-to-word): Activate or extend
8190 the region under `shift-select-mode'. (Bug#12231)
8191
8192 2012-08-22 Bastien Guerry <bzg@gnu.org>
8193
8194 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8195 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8196 gives details on why the space is never needed.
8197
8198 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8199
8200 * window.el (walk-window-tree, window-with-parameter):
8201 New optional argument MINIBUF to control whether these functions
8202 should run on the minibuffer window.
8203 (window-at-side-list): Don't operate on minibuffer window.
8204 (window-in-direction): Simplify and rewrite doc-string.
8205 (window--size-ignore): Rename to window--size-ignore-p.
8206 Update callers.
8207 (display-buffer-in-atom-window, window--major-non-side-window)
8208 (window--major-side-window, display-buffer-in-major-side-window)
8209 (delete-side-window, display-buffer-in-side-window):
8210 New functions.
8211 (window--side-check, window-deletable-p, delete-window)
8212 (delete-other-windows, split-window): Handle side windows and
8213 atomic windows appropriately.
8214 (window--display-buffer): Call display-buffer-record-window also
8215 when the window buffer did not change.
8216
8217 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8218
8219 * help-fns.el (help-fns--key-bindings):
8220 Abbreviate non-symbol remap targets. (Bug#12174)
8221
8222 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8223
8224 * dired.el (dired-mark-remembered): Don't clobber point.
8225 (Bug#11795)
8226
8227 2012-08-22 Glenn Morris <rgm@gnu.org>
8228
8229 * progmodes/bug-reference.el (bug-reference): New custom group.
8230 (bug-reference-bug-regexp): Make it a defcustom.
8231
8232 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8233
8234 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8235 (js-paren-indent-offset, js-square-indent-offset)
8236 (js-curly-indent-offset): Add :safe (Bug#12257).
8237
8238 2012-08-22 Edward O'Connor <hober0@gmail.com>
8239
8240 * json.el (json-key-format): Add error properties.
8241 (json-encode-key): New function.
8242 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8243 Use json-encode-key.
8244
8245 2012-08-22 Glenn Morris <rgm@gnu.org>
8246
8247 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8248 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8249 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8250 Update for above change.
8251
8252 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8253
8254 * cus-face.el (custom-face-attributes): Fix customize type for the
8255 :underline attribute. (Bug#11805)
8256
8257 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8258
8259 * window.el (window-point-1, set-window-point-1): Remove.
8260 (window-in-direction, record-window-buffer)
8261 (set-window-buffer-start-and-point, split-window-below)
8262 (window--state-get-1, display-buffer-record-window):
8263 Replace calls to window-point-1 and set-window-point-1 by calls to
8264 window-point and set-window-point respectively.
8265
8266 2012-08-21 Glenn Morris <rgm@gnu.org>
8267
8268 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8269 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8270 Use it.
8271
8272 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8273 (cal-tex-shortday): New function.
8274 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8275 (cal-tex-cursor-filofax-daily): Use the above.
8276
8277 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8278 New functions.
8279 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8280 (cal-tex-cursor-filofax-week): Use them.
8281
8282 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8283 New constants.
8284 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8285 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8286
8287 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8288 (cal-tex-end-document): Don't rely on buffer name.
8289
8290 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8291 Use cal-tex-vspace.
8292 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8293 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8294 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8295 Use cal-tex-arg.
8296
8297 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8298 (cal-tex-cursor-week, cal-tex-cursor-week2)
8299 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8300 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8301 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8302 (cal-tex-insert-preamble, cal-tex-b-document)
8303 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8304 Improve cal-tex-cmd usage.
8305
8306 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8307 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8308 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8309 (cal-tex-weekly-paper): New function.
8310 (cal-tex-cursor-week, cal-tex-cursor-week2)
8311 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8312 (cal-tex-cursor-day): Use it.
8313
8314 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8315 (cal-tex-cursor-filofax-week): Remove leading blank page.
8316
8317 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8318 Add autoload cookie. For now at least, don't use color, since
8319 no other cal-tex function does.
8320
8321 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8322 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8323 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8324
8325 2012-08-21 Juri Linkov <juri@jurta.org>
8326
8327 * info.el (Info-file-attributes): New variable.
8328 (info-insert-file-contents): Add file attributes to
8329 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8330 `Info-toc-nodes' when previous modtime of the Info file is less
8331 than new modtime.
8332 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8333 of info.el. (Bug#12230)
8334
8335 2012-08-20 Glenn Morris <rgm@gnu.org>
8336
8337 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8338 * calendar/holidays.el (calendar-holiday-list):
8339 Report errors with display-warning rather than beep'n'sleep.
8340
8341 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8342
8343 * net/tramp.el (tramp-accept-process-output): Accept only output
8344 from PROC. Otherwise, process filters and sentinels might be
8345 confused. (Bug#12145)
8346
8347 2012-08-20 Chong Yidong <cyd@gnu.org>
8348
8349 * descr-text.el (describe-text-properties-1): Use overlays-in to
8350 report on empty overlays (Bug#3322).
8351
8352 2012-08-20 Glenn Morris <rgm@gnu.org>
8353
8354 * mail/rmailout.el (rmail-output-read-file-name):
8355 Trap and report errors in rmail-output-file-alist elements.
8356
8357 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8358 since most non-font-lock faces are not also variables).
8359
8360 2012-08-20 Edward Reingold <reingold@iit.edu>
8361
8362 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8363 New function. (Bug12160)
8364
8365 2012-08-19 Glenn Morris <rgm@gnu.org>
8366
8367 * mail/rmailout.el (rmail-output-read-file-name):
8368 Fix previous change (when the alist is nil or does not match).
8369
8370 2012-08-19 Chong Yidong <cyd@gnu.org>
8371
8372 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8373 (Bug#12228).
8374
8375 2012-08-18 Chong Yidong <cyd@gnu.org>
8376
8377 * simple.el (yank-handled-properties): New defcustom.
8378 (yank-excluded-properties): Add font-lock-face and category.
8379 (yank): Doc fix.
8380
8381 * subr.el (remove-yank-excluded-properties):
8382 Obey yank-handled-properties. The special handling of font-lock-face
8383 and category is now done this way, instead of being hard-coded.
8384 (insert-for-yank-1): Remove font-lock-face handling.
8385 (yank-handle-font-lock-face-property)
8386 (yank-handle-category-property): New function.
8387
8388 2012-08-17 Glenn Morris <rgm@gnu.org>
8389
8390 * mail/rmailout.el (rmail-output-read-file-name):
8391 Check rmail-output-file-alist against the full message body
8392 in the correct rmail buffer. (Bug#12214)
8393
8394 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8395
8396 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8397 Eliminate superfluous prompt. (Bug#12203)
8398
8399 2012-08-17 Chong Yidong <cyd@gnu.org>
8400
8401 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8402 font spec, set the font directly (Bug#3228).
8403
8404 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8405
8406 * window.el (delete-window): Fix last fix.
8407
8408 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8409
8410 * window.el (window-valid-p): Move to window.c.
8411 (window-child, window-child-count, window-last-child)
8412 (window-normalize-window, window-combined-p)
8413 (window-combinations, window-atom-root, window-min-size)
8414 (window-sizable, window-sizable-p, window-size-fixed-p)
8415 (window-min-delta, window-max-delta, window--resizable)
8416 (window--resizable-p, window-resizable, window-total-size)
8417 (window-full-height-p, window-full-width-p, window-body-size)
8418 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8419 (minimize-window, window-deletable-p, delete-window)
8420 (delete-other-windows, set-window-buffer-start-and-point)
8421 (next-buffer, previous-buffer, split-window, balance-windows-2)
8422 (set-window-text-height, window-buffer-height)
8423 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8424 (truncated-partial-width-window-p): Minor code adjustments.
8425 In doc-strings state whether the argument window has to denote a
8426 live, valid or any window.
8427
8428 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8429
8430 * progmodes/subword.el (subword-forward-function)
8431 (subword-backward-function, subword-forward-regexp)
8432 (subword-backward-regexp): New variables.
8433 (subword-forward, subword-forward-internal, subword-backward-internal):
8434 Use new variables, eg so that different "word" definitions
8435 can be easily used. (Bug#11411)
8436
8437 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8440 for composite selectors.
8441 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8442 operation just because we can't find a previous revision.
8443
8444 2012-08-15 Chong Yidong <cyd@gnu.org>
8445
8446 * frame.el (set-frame-font): Accept font objects.
8447
8448 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8451
8452 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8453
8454 * man.el (Man-overstrike-face, Man-underline-face)
8455 (Man-reverse-face): Remove variables.
8456 (Man-overstrike, Man-underline, Man-reverse): New faces.
8457 (Man-fontify-manpage): Use them instead of the variables.
8458 (Man-cleanup-manpage): Comment change.
8459 (Man-ansi-color-map): New variable.
8460 (Man-fontify-manpage): Use it.
8461 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8462
8463 Implement ANSI SGR parameters 22-27 (bug#12146).
8464 * ansi-color.el (ansi-colors): Doc fix.
8465 (ansi-color-context, ansi-color-context-region): Doc fix.
8466 (ansi-color--find-face): New function.
8467 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8468 Rename the local variable `face' to `codes' since it is now a list of
8469 ansi codes. Doc fix.
8470 (ansi-color-get-face): Remove.
8471 (ansi-color-parse-sequence): New function, derived from
8472 ansi-color-get-face.
8473 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8474 codes 22-27.
8475
8476 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * subr.el (read-passwd): Allow use from a minibuffer.
8479
8480 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8481
8482 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8483 inside comments and strings as identifiers.
8484
8485 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8486 expression to evaluate. This allows to evaluate expressions with
8487 embedded whitespace.
8488 (gud-tooltip-tips): Add a blank before the newline in the
8489 message-box text, for the benefit of message-box emulation on
8490 MS-Windows.
8491
8492 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8493 messages from GDB, pop them up in a tooltip to give feedback to
8494 user.
8495 (gdb-tooltip-print-1): Quote the expression to evaluate.
8496 This allows to evaluate expressions with embedded whitespace.
8497 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8498 if the TTY name is nil or empty (which happens when communicating
8499 with the inferior via pipes, e.g. on MS-Windows).
8500 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8501 don't send that to the GUD buffer.
8502
8503 2012-08-14 Glenn Morris <rgm@gnu.org>
8504
8505 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8506 Optimize away setq-default with no args, as for setq. (Bug#12195)
8507
8508 2012-08-14 Chong Yidong <cyd@gnu.org>
8509
8510 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8511
8512 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8513 (Bug#12085).
8514
8515 2012-08-14 Glenn Morris <rgm@gnu.org>
8516
8517 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8518
8519 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8520
8521 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8522 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8523 Use cached shell name.
8524
8525 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8526
8527 * progmodes/python.el (python-shell-send-string):
8528 (python-shell-send-setup-code): Do not use `format' with `message'.
8529
8530 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8531
8532 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8533 (ruby-percent-literal-beg-re): New constant.
8534 (ruby-syntax-general-delimiters-goto-beg): Rename to
8535 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8536 (ruby-syntax-propertize-general-delimiters): Rename to
8537 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8538 popular term. Adjust comments everywhere.
8539 (ruby-syntax-propertize-percent-literal): Only propertize when not
8540 inside a simple string or comment. When the literal is unclosed,
8541 leave the text after it unpropertized.
8542 (ruby-syntax-methods-before-regexp): New constant.
8543 (ruby-syntax-propertize-function): Use it to recognize regexps.
8544 Don't look at the text after regexp, just use the whitelist.
8545
8546 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8547
8548 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8549 non-nil always load the compiled file if it exists. (Bug#12197)
8550
8551 2012-08-14 Chong Yidong <cyd@gnu.org>
8552
8553 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8554 (hi-lock-set-pattern): When deciding whether to use font lock or
8555 overlays, look at font-lock-mode instead of font-lock-fontified
8556 (Bug#12168).
8557 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8558 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8559
8560 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8561
8562 * subr.el (internal--after-with-selected-window): Fix typo
8563 (Bug#12193).
8564
8565 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8566
8567 Use `completion-table-dynamic' for completion functions.
8568 * progmodes/python.el
8569 (python-shell-completion--do-completion-at-point)
8570 (python-shell-completion--get-completions):
8571 Remove functions.
8572 (python-shell-completion-complete-at-point): New function.
8573 (python-completion-complete-at-point): Use it.
8574
8575 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8576
8577 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8578 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8579
8580 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * subr.el (function-get): Refine `autoload' arg so it can also
8583 autoload functions for gv.el (bug#12191).
8584 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8585 autoloads macros.
8586
8587 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8588 Prefer pcase-let over destructuring-bind.
8589 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8590 Also, remove whitespace as we go, rather than after accumulating the
8591 various places.
8592
8593 * subr.el (internal--before-with-selected-window)
8594 (internal--after-with-selected-window): Fix typo seleted->selected.
8595 (with-selected-window): Adjust callers.
8596 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8597
8598 2012-08-13 Bastien Guerry <bzg@gnu.org>
8599
8600 * window.el (special-display-popup-frame): Minor docstring
8601 enhancement. (Bug#12172)
8602
8603 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8604
8605 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8606 type 1-6.
8607 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8608 extended headers.
8609
8610 * files.el (hack-local-variables-filter): Remove useless eval.
8611
8612 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8613
8614 * subr.el (with-selected-window): Fix last change.
8615
8616 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * subr.el (internal--before-with-seleted-window)
8619 (internal--after-with-seleted-window): New functions.
8620 (with-selected-window): Use them, to replace dependency on
8621 tty-top-frame.
8622
8623 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8624
8625 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8626 binding for `newline'.
8627 (ruby-move-to-block): When moving backward, stop at block opening,
8628 not indentation.
8629 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8630 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8631 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8632 `ruby-toggle-block'.
8633
8634 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * ibuffer.el (ibuffer-do-toggle-read-only):
8637 * dired.el (dired-toggle-read-only):
8638 * buff-menu.el (Buffer-menu-toggle-read-only):
8639 * bindings.el (mode-line-toggle-read-only):
8640 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8641
8642 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8643
8644 * descr-text.el (describe-char): Put the overlays over the
8645 "displayed as" character.
8646
8647 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8648
8649 * calc/calc-units.el (math-default-units-table): Give an
8650 initial value.
8651 (math-put-default-units): Add options to put composite units and
8652 unit systems in the default units table.
8653 (calc-convert-units): Send composite units to
8654 `math-put-default-units' when appropriate.
8655
8656 2012-08-11 Glenn Morris <rgm@gnu.org>
8657
8658 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8659
8660 * tutorial.el (help-with-tutorial):
8661 * emacs-lisp/copyright.el (copyright-update-directory):
8662 * emacs-lisp/autoload.el (autoload-find-generated-file)
8663 (autoload-find-file): Disable local eval: (for insurance).
8664
8665 * files.el (hack-local-variables-filter): If an eval: form is not
8666 known to be safe, and enable-local-variables is :safe, then ignore
8667 the form totally, as is done for non-eval forms. (Bug#12155)
8668 This is CVE-2012-3479.
8669
8670 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8671
8672 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8673 (rx-form): Simplify.
8674
8675 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8676
8677 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8678 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8679 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8680 (ruby-syntax-propertize-function): Adjust for changes in
8681 `ruby-syntax-propertize-heredoc'.
8682
8683 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8684
8685 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8686 binding (use `M-;' instead).
8687 (ruby-singleton-class-p): New function.
8688 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8689
8690 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8693
8694 2012-08-10 Chong Yidong <cyd@gnu.org>
8695
8696 * progmodes/python.el (python-shell-get-process-name): Don't mess
8697 with same-window-buffer-names.
8698
8699 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8700 (eshell-remove-from-window-buffer-names): Make obsolete.
8701 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8702 (eshell): Just use pop-to-buffer-same-window instead.
8703
8704 2012-08-10 Chong Yidong <cyd@gnu.org>
8705
8706 * bindings.el: Bind M-= back to count-words-region.
8707
8708 * simple.el (count-words-region): Accept a prefix arg for acting
8709 on the entire buffer.
8710 (count-words--buffer-message): New helper function.
8711
8712 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8715 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8716 (event-start, event-end): Use posn-at-point to return a more
8717 informative posn.
8718 (posnp): New function.
8719 * mouse.el (popup-menu-normalize-position): Use it.
8720
8721 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8722
8723 * mouse.el (popup-menu-normalize-position): New function.
8724 (popup-menu): Use `popup-menu-normalize-position' to normalize
8725 the form for POSITION argument.
8726
8727 * term/x-win.el (x-menu-bar-open):
8728 Use the value returend from (posn-at-point) as position
8729 passed to `popup-menu'.
8730
8731 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8732
8733 * calc/calccomp.el (math-compose-expr): Add extra argument
8734 indicating that parentheses should be put around products in
8735 denominators. Give multiplication precedence over division during
8736 composition.
8737
8738 2012-08-09 Chong Yidong <cyd@gnu.org>
8739
8740 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8741 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8742 (Man-untabify-command, manual-program): Convert to defcustom
8743 (Bug#10429).
8744
8745 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8746
8747 * descr-text.el (describe-char): Don't insert extra newlines
8748 (Bug#10127).
8749
8750 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8751 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8752
8753 * align.el (align-region): Delete temporary markers (Bug#10047).
8754 Plus some code cleanups.
8755
8756 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8757
8758 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8759 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8760 (python-shell-internal-last-output): Use make-local-variable
8761 instead of make-variable-buffer-local.
8762
8763 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8764
8765 * progmodes/python.el: Enhancements to forward-sexp.
8766 (python-nav-forward-sexp): Rename from
8767 python-nav-forward-sexp-function.
8768 (python-nav--forward-sexp, python-nav--backward-sexp):
8769 New functions.
8770
8771 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8772
8773 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8774 modes and simplification modes.
8775
8776 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8777
8778 * delsel.el (delete-selection-pre-hook): Don't propagate the
8779 file-supersession signals (bug#12161).
8780
8781 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8782
8783 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8784 (cl-map-extents): Add compatibility aliases (bug#12135).
8785
8786 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8787
8788 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8789 tests by `ignore-error'.
8790 (tramp-find-shell): Open also a new shell, when cache is already
8791 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8792
8793 2012-08-08 Juri Linkov <juri@jurta.org>
8794
8795 * bookmark.el: Add `defaults' property to the bookmark record.
8796 (bookmark-current-buffer): Doc fix.
8797 (bookmark-make-record): Add `defaults' property with default values
8798 to the bookmark record.
8799 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8800 with `bookmark-insert-current-bookmark'.
8801 (bookmark-set): Get `defaults' property from the bookmark record
8802 and use it in `read-from-minibuffer'.
8803 (bookmark-insert-current-bookmark): Remove function.
8804
8805 * info.el (Info-bookmark-make-record): Add `defaults' property
8806 with values of canonical Info node name, the current Info file
8807 name and the current Info node name. (Bug#12107)
8808
8809 2012-08-08 Juri Linkov <juri@jurta.org>
8810
8811 * files.el (basic-save-buffer): Use `buffer-name' as the default
8812 of `read-file-name' when buffer is not visiting a file (bug#12128).
8813
8814 2012-08-08 Juri Linkov <juri@jurta.org>
8815
8816 * info.el (Info-isearch-search): Doc fix.
8817 (Info-search): Change search-failed message from "initial node" to
8818 "end of node" (bug#12078).
8819 (Info-isearch-search): Change `isearch-string-state' to
8820 `isearch--state-string'.
8821
8822 2012-08-08 Glenn Morris <rgm@gnu.org>
8823
8824 * language/persian.el: Remove file.
8825 * language/misc-lang.el: Move unique part of persian.el here.
8826 * loadup.el: Remove language/persian.
8827
8828 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8829
8830 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8831
8832 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8833
8834 * progmodes/python.el: Fix defsubst warning.
8835 (python-syntax-context) Rename from python-info-ppss-context.
8836 (python-syntax-context-type): Rename from
8837 python-info-ppss-context-type.
8838 (python-syntax-comment-or-string-p): Rename from
8839 python-info-ppss-comment-or-string-p.
8840
8841 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8842
8843 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8844
8845 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8846
8847 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8848 a defcustom that is quoted with backquote.
8849
8850 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8851 Fix handling of interactive spec when the body uses return.
8852 (math-do-arg-check, math-define-function-body): Use backquote forms.
8853 * calc/calc-ext.el (math-defcache): Likewise.
8854 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8855 * allout.el (allout-new-exposure): Likewise.
8856 * calc/calcalg2.el (math-tracing-integral): Likewise.
8857 * info.el (Info-last-menu-item): Likewise.
8858 * emulation/vip.el (vip-loop): Likewise.
8859 * textmodes/artist.el (artist-funcall): Likewise.
8860 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8861 Construct menu-item directly.
8862
8863 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8864 Don't declare.
8865
8866 2012-08-07 Chong Yidong <cyd@gnu.org>
8867
8868 * simple.el (deactivate-mark): Preserve text properties when
8869 saving the primary selection (Bug#8384).
8870
8871 2012-08-07 Kevin Ryde <user42@zip.com.au>
8872
8873 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8874 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8875 and continue processing (Bug#12110).
8876
8877 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8880 syntax-propertize-function (bug#10095).
8881
8882 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8885 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8886 describe-function-1.
8887 (describe-function-1): Use them. Move compiler macro after sig.
8888 (help-fns--compiler-macro): Use function-get. Assume we're already in
8889 standard-output. Adjust layout to new call order.
8890
8891 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8892 re-binding a symbol that has a symbol-macro (bug#12119).
8893
8894 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8895
8896 * language/persian.el: New file. (Bug#11812)
8897 * loadup.el: Add language/persian.el.
8898
8899 2012-08-06 Chong Yidong <cyd@gnu.org>
8900
8901 * window.el (window--maybe-raise-frame): New function.
8902 (window--display-buffer): Split off from here.
8903 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8904 (display-buffer-pop-up-window, display-buffer-use-some-window):
8905 Obey an inhibit-switch-frame action alist entry.
8906 (display-buffer): Update doc.
8907
8908 * replace.el (occur-after-change-function): Avoid losing focus by
8909 using the inhibit-switch-frame display parameter (Bug#12139).
8910
8911 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8912
8913 Make internal shell process buffer names start with space.
8914 * progmodes/python.el (python-shell-make-comint): Add optional
8915 argument INTERNAL.
8916 (run-python-internal): Use it.
8917 (python-shell-internal-get-or-create-process): Check for new
8918 internal buffer names.
8919
8920 2012-08-06 Glenn Morris <rgm@gnu.org>
8921
8922 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8923 Do less getting and setting of environment variables.
8924
8925 2012-08-05 Chong Yidong <cyd@gnu.org>
8926
8927 * proced.el (proced): Add substitution string to docstring to
8928 trigger autoloading of the proced library on C-h f (Bug#1768).
8929
8930 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8931 Don't show defvars which have no second argument (Bug#8638).
8932
8933 * imenu.el (imenu-generic-expression): Move documentation here
8934 from imenu--generic-function.
8935 (imenu--generic-function): Refer to imenu-generic-expression.
8936
8937 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
8938
8939 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8940 indentation declaration.
8941 (viper-loop): Add indentation declaration (Bug#7025).
8942
8943 2012-08-05 Chong Yidong <cyd@gnu.org>
8944
8945 * help-fns.el (describe-variable): Add hyperlink for
8946 directory-local variables files. Improve buffer-local and
8947 permanent-local reporting; suggested by MON KEY (Bug#6644).
8948
8949 * help-mode.el (help-dir-local-var-def): New button type.
8950
8951 * files.el (kill-buffer-hook): Provide a defvar.
8952
8953 2012-08-05 Glenn Morris <rgm@gnu.org>
8954
8955 * eshell/esh-ext.el (eshell/addpath):
8956 Also update eshell-path-env. (Bug#12013)
8957
8958 2012-08-05 Chong Yidong <cyd@gnu.org>
8959
8960 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8961
8962 * fringe.el (fringe-styles): Add docstring.
8963 (fringe--check-mode): New function.
8964 (set-fringe-mode, set-fringe-style): Use it.
8965 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8966
8967 * files.el (set-auto-mode): Fix invalid setq call.
8968
8969 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * isearch.el: Misc simplification; use defstruct.
8972 (isearch-mode-map): Dense maps now work like sparse ones.
8973 (isearch--state): New defstruct.
8974 (isearch-string-state, isearch-message-state, isearch-point-state)
8975 (isearch-success-state, isearch-forward-state)
8976 (isearch-other-end-state, isearch-word-state, isearch-error-state)
8977 (isearch-wrapped-state, isearch-barrier-state)
8978 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8979 replaced by defstruct's accessors.
8980 (isearch--set-state): Rename from isearch-top-state and change
8981 calling convention.
8982 (isearch-push-state): Use new isearch--get-state.
8983 (isearch-toggle-word): Disable regexp when enabling word.
8984 (isearch-message-prefix): Remove unused arg _c-q-hack.
8985 (isearch-message-suffix): Remove unused arg _ellipsis.
8986
8987 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
8988
8989 * simple.el (list-processes--refresh): For a server use :host or
8990 :local as the address.
8991 (list-processes): Doc fix.
8992
8993 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
8994
8995 * lisp/mpc.el: Support password in host argument.
8996 (mpc--proc-connect): Parse and use new password element.
8997 Set mpc-proc variable instead of returning process.
8998 (mpc-proc): Adjust accordingly.
8999
9000 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9001
9002 * whitespace.el (whitespace-display-mappings): Use Unicode
9003 codepoints, instead of emacs-mule codepoints. See
9004 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9005 for the details.
9006
9007 * files.el (file-truename): Don't skip symlink-chasing part on
9008 windows-nt. Incorporate the resolution of 8+3 short aliases on
9009 Windows into the loop that recursively chases symlinks.
9010 Compare directory and its parent case-insensitively on MS-Windows and
9011 MS-DOS.
9012
9013 2012-08-03 Chong Yidong <cyd@gnu.org>
9014
9015 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9016
9017 * sort.el (sort-regexp-fields): Doc fix.
9018
9019 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9020
9021 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9022 labels regex position point at the expected place.
9023
9024 2012-08-03 MON KEY <monkey@sandpframing.com>
9025
9026 * net/imap.el (imap-interactive-login, imap-authenticate)
9027 (imap-mailbox-lsub, imap-mailbox-list)
9028 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9029 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9030 (imap-parse-response): Doc fix.
9031
9032 2012-08-03 João Távora <joaotavora@gmail.com>
9033
9034 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9035 if sexp scanning does not move point (Bug#5734).
9036
9037 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9038
9039 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9040 Add listings, minted, and ctable packages.
9041 (reftex-label-alist-builtin): Move listings, minted, and ctable
9042 entries before LaTeX.
9043 (reftex-label-alist): Docfix.
9044
9045 2012-08-02 Bastien Guerry <bzg@gnu.org>
9046
9047 * replace.el (occur): Fix docstring (bug#12122).
9048
9049 2012-08-02 Glenn Morris <rgm@gnu.org>
9050
9051 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9052
9053 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9054
9055 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9056 * international/mule-cmds.el: Create
9057 inactivate-current-input-method-function as an obsolete alias for
9058 deactivate-current-input-method-function. See Katsumi Yamaoka in
9059 <http://bugs.gnu.org/10150#46>.
9060
9061 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9062
9063 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9064 of nested `if's.
9065
9066 2012-08-01 Glenn Morris <rgm@gnu.org>
9067
9068 * progmodes/autoconf.el (autoconf-definition-regexp):
9069 Add AH_TEMPLATE, adjust submatch numbering.
9070 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9071 (autoconf-current-defun-function): Update for above change.
9072 (autoconf-current-defun-function): First skip to end of current word.
9073
9074 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9075
9076 * calendar/cal-html.el (cal-html-insert-agenda-days):
9077 Fix typo. (Bug#12018)
9078
9079 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9080
9081 Shell processes: enhancements to startup and CEDET compatibility.
9082 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9083 (python-shell-make-comint): accept-process-output at startup.
9084 (run-python-internal): Set inferior-python-mode-hook to nil.
9085 (python-shell-internal-get-or-create-process): call sit-for.
9086 (python-preoutput-result): Add obsolete alias.
9087 (python-shell-internal-send-string): Use it.
9088 (python-shell-send-setup-code): Remove call to
9089 accept-process-output.
9090
9091 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9092
9093 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9094 (Bug#12108)
9095
9096 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9097
9098 * calc-mode.el (calc-basic-simplification-mode): Rename from
9099 `calc-limited-simplification-mode'.
9100 (calc-alg-simplification-mode): New function.
9101 (calc-set-simplify-mode): Adjust message.
9102
9103 * calc.el (calc-set-mode-line): Adjust mode line display for
9104 basic simplification mode.
9105
9106 * calc-help.el (calc-m-prefix-help): Update help message.
9107
9108 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9109 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9110
9111 2012-07-31 Bastien Guerry <bzg@gnu.org>
9112
9113 * man.el (man): Fix comment. (bug#12101)
9114
9115 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9116
9117 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9118 Don't return a non-nil value when no suitable buffer was found.
9119
9120 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9121
9122 * progmodes/python.el (run-python-internal): Disable font lock for
9123 internal shells.
9124
9125 2012-07-30 Stefan Merten <smerten@oekonux.de>
9126
9127 * textmodes/rst.el: Silence `checkdoc-ispell'.
9128 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9129 (rst-official-version, rst-official-cvs-rev)
9130 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9131 (rst-mode-map): New key binding.
9132
9133 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9134
9135 Update .PHONY listings in makefiles.
9136 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9137 autoloads, update-subdirs, updates, bzr-update, update-authors,
9138 compile-onefile, compile-calc, backup-compiled-files,
9139 compile-after-backup, compile-one-process, mh-autoloads,
9140 bootstrap-clean, distclean, maintainer-clean.
9141
9142 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9143
9144 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9145 (calc-set-mode-line): Don't display "AlgSimp ".
9146
9147 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9148 (calc-lim-simplify-mode): New function.
9149 (calc-set-simplify-mode): Default to 'alg.
9150 (calc-default-simplify-mode): Make algebraic simplifications
9151 the default.
9152
9153 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9154 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9155
9156 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9157 indicate new simplification modes.
9158
9159 * calc/README: Mention new default simplification mode.
9160
9161 * calc/calc.el (math-normalize-error): New variable.
9162 (math-normalize): Set `math-normalize-error' to t
9163 when there's an error.
9164
9165 * calc/calc-alg.el (math-simplify): Don't simplify when
9166 `math-normalize' returns an error.
9167
9168 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9169
9170 * international/mule-cmds.el (set-locale-environment): Revert last
9171 change, since display-graphic-p returns nil when this function is
9172 called during startup. Instead...
9173
9174 * term/w32console.el (terminal-init-w32console): ...setup the
9175 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9176
9177 2012-07-29 Juri Linkov <juri@jurta.org>
9178
9179 * simple.el (goto-line): Don't display default line number in the
9180 prompt because it should be displayed by `read-number' (bug#9952).
9181 Add the current line number to the defaults of `goto-line' to
9182 allow its easier modification by users with `M-n' (bug#9201).
9183
9184 * subr.el (read-number): Support multiple default values like in
9185 other minibuffer reading functions. Replace `read' with
9186 `string-to-number' for consistency with `number-to-string'.
9187
9188 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9189
9190 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9191 * emulation/viper-init.el (viper-deactivate-input-method-action):
9192 Rename from viper-inactivate-input-method-action.
9193 (viper-deactivate-input-method):
9194 Rename from viper-inactivate-input-method.
9195 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9196 * international/mule-cmds.el (deactivate-input-method):
9197 Rename from inactivate-input-method.
9198 Also run input-method-deactivate-hook.
9199 (deactivate-current-input-method-function):
9200 Rename from inactivate-current-input-method-function.
9201 (input-method-deactivate-hook): New hook.
9202 (input-method-inactivate-hook): Mark obsolete.
9203 (inactivate-input-method): Mark obsolete.
9204
9205 * international/quail.el (quail-activate):
9206 Also run quail-deactivate-hook.
9207 (quail-deactivate): Rename from quail-inactivate.
9208 * international/robin.el (robin-activate):
9209 Also run robin-deactivate-hook.
9210 (robin-deactivate): Rename from robin-inactivate.
9211
9212 2012-07-29 Chong Yidong <cyd@gnu.org>
9213
9214 * simple.el (indicate-copied-region): New function.
9215 (kill-ring-save): Split off from here.
9216
9217 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9218 (kill-rectangle): Set deactivate-mark to t on read-only error.
9219
9220 * register.el (copy-to-register, copy-rectangle-to-register):
9221 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9222 (append-to-register, prepend-to-register): Call indicate-copied-region.
9223
9224 2012-07-29 Juri Linkov <juri@jurta.org>
9225
9226 * simple.el (async-shell-command-buffer): New defcustom.
9227 (shell-command): Use it. (Bug#4719)
9228
9229 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9230
9231 * international/mule-cmds.el (set-locale-environment): In a
9232 console session on MS-Windows, set up keyboard and terminal
9233 encoding from the OEM codepage, not the ANSI codepage.
9234 (Bug#12055)
9235
9236 2012-07-28 Chong Yidong <cyd@gnu.org>
9237
9238 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9239 gdb-get-location.
9240
9241 2012-07-28 Leo Liu <sdl.web@gmail.com>
9242
9243 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9244 the alist (bug#12029).
9245
9246 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9247
9248 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9249 (compile-always, compile-first)
9250 ($(lisp)/calendar/cal-loaddefs.el)
9251 ($(lisp)/calendar/diary-loaddefs.el)
9252 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9253 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9254 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9255 instead of on update-subdirs.
9256 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9257
9258 2012-07-28 Chong Yidong <cyd@gnu.org>
9259
9260 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9261 directory if vc-deduce-backend returns nil (Bug#7350).
9262
9263 * simple.el (delete-trailing-lines): New option.
9264 (delete-trailing-whitespace): Obey it (Bug#11879).
9265
9266 2012-07-28 David Engster <deng@randomsample.de>
9267
9268 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9269 Explanation of new 'symbol-qnames feature in doc-strings.
9270 (xml-maybe-do-ns): Return expanded names as plain symbols if
9271 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9272 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9273
9274 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9275
9276 Consistent completion in inferior python with emacs -nw.
9277 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9278 binding in inferior-python-mode-map with "\t".
9279 (python-shell-completion-complete-at-point)
9280 (python-completion-complete-at-point): Remove interactive spec.
9281
9282 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9283
9284 * calc/calccomp.el (math-compose-expr): Undo previous change.
9285
9286 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9287
9288 * progmodes/python.el (python-mode-map): Add keybinding for
9289 run-python.
9290 (python-shell-make-comint): Fix pop-to-buffer call.
9291 (run-python): Autoload. New arg SHOW.
9292 (python-shell-get-or-create-process): Do not pop python process
9293 buffer.
9294
9295 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * notifications.el (notifications-on-action-signal)
9298 (notifications-on-closed-signal): Use also the bus address for the map.
9299 (notifications-notify, notifications-close-notification)
9300 (notifications-get-capabilities): Add optional argument BUS.
9301
9302 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9303
9304 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9305 Add support for the lstlisting and minted environments, and for the
9306 ctable macro.
9307 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9308 labels written in keyvals syntax.
9309
9310 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9311
9312 * calc/calccomp.el (math-compose-expr): Use parentheses when
9313 there is a product in the denominator of a fraction.
9314
9315 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9316
9317 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9318 ($(lisp)/calendar/diary-loaddefs.el)
9319 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9320 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9321 Fixes failures in parallel bootstrap because subdirs.el is being
9322 rewritten while the autoload files are built at the same time,
9323 which needs to load subdirs.el.
9324
9325 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9326
9327 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9328 (mouse-drag-line): Don't exit tracking when a switch-frame or
9329 switch-window event occurs (Bug#12006).
9330
9331 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * mouse.el (popup-menu): Fix last change.
9334
9335 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 Autoload from Lisp with more care. Follow aliases when looking for
9338 function properties.
9339 * subr.el (autoloadp): New function.
9340 (symbol-file): Use it.
9341 (function-get): New function.
9342 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9343 autoload-do-load.
9344 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9345 (lisp-indent-function):
9346 * emacs-lisp/gv.el (gv-get):
9347 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9348 * emacs-lisp/byte-opt.el (byte-optimize-form):
9349 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9350 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9351 Use function-get.
9352 * emacs-lisp/cl.el: Don't propagate function properties any more.
9353
9354 * speedbar.el (speedbar-add-localized-speedbar-support):
9355 * emacs-lisp/disass.el (disassemble-internal):
9356 * desktop.el (desktop-load-file):
9357 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9358 (describe-function-1):
9359 * emacs-lisp/find-func.el (find-function-noselect):
9360 * emacs-lisp/elp.el (elp-instrument-function):
9361 * emacs-lisp/advice.el (ad-has-proper-definition):
9362 * apropos.el (apropos-safe-documentation, apropos-macrop):
9363 * emacs-lisp/debug.el (debug-on-entry):
9364 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9365 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9366 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9367
9368 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9369
9370 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9371 function, not an obsolete variable (Bug#12046).
9372
9373 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9374
9375 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9376
9377 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9378
9379 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9380 window only if it is still live (Bug#12034).
9381
9382 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9383
9384 * subr.el (redirect-frame-focus): Add advertised calling
9385 convention (Bug#12030).
9386
9387 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9388
9389 Prefer typical American spelling for "acknowledgment".
9390 * vc/add-log.el (change-log-acknowledgment): Rename from
9391 change-log-acknowledgement, with an alias for the old name.
9392
9393 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9394
9395 * calc-alg.el (math-simplify-divide): Don't cross multiply
9396 in an equation when the lhs is a variable.
9397
9398 2012-07-24 Julien Danjou <julien@danjou.info>
9399
9400 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9401 Remove, unused.
9402
9403 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9404
9405 * startup.el (command-line): Don't display an empty user name in
9406 the error message about non-existent home directory, when
9407 init-file-user was set to an empty string. See
9408 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9409 for the details and context.
9410
9411 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9412
9413 * ses.el (ses-cell-formula-aset): New macro.
9414 (ses-cell-references-aset): New macro.
9415 (ses-cell-p): New function.
9416 (ses-rename-cell): Do no longer rely on complex operations like
9417 ses-cell-set-formula or ses-set-cell to change the cell and handle
9418 the undo at the same time, but rather use lower level new macros
9419 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9420 the undo directly. Refresh the mode line.
9421
9422 2012-07-21 Leo Liu <sdl.web@gmail.com>
9423
9424 * progmodes/cc-cmds.el (c-defun-name):
9425 Use match-string-no-properties instead for consistency.
9426
9427 2012-07-20 Leo Liu <sdl.web@gmail.com>
9428
9429 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9430 (Bug#7879)
9431
9432 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9433
9434 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9437 * progmodes/bug-reference.el, misearch.el: Provide themselves
9438 (bug#11915).
9439
9440 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9441 of narrowed buffer (bug#11966).
9442
9443 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9444
9445 * ses.el (ses-rename-cell): Set new name also in reference list of
9446 cells of which the renamed cell depends.
9447
9448 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9449
9450 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9451 to check whether menu-bar is shown or not. If not shown,
9452 show the menu-bar as a popup menu instead of using tmm.
9453 * mouse.el (popup-menu): Accept `point' as `position' argument.
9454
9455 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9456
9457 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9458 up inside string symbol literal (bug#11923).
9459
9460 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9461
9462 * startup.el (fancy-startup-text): Read the whole tutorial, not
9463 just its first 256 bytes. Prevents gibberish in display of the
9464 tutorial title.
9465
9466 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9467
9468 Drop idle buffer compaction due to an absence of the
9469 proved efficiency.
9470 * compact.el: Remove.
9471
9472 2012-07-19 Sam Steingold <sds@gnu.org>
9473
9474 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9475 vc-bzr-pull & vc-bzr-merge-branch.
9476 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9477 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9478 for consistency with compilation-error-regexp-alist.
9479 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9480 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9481 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9482 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9483
9484 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 * emacs-lisp/chart.el: Use lexical-binding.
9487 (chart-emacs-storage): Don't hardcode the list of entries.
9488
9489 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9490
9491 Next round of tweaks caused by Fgarbage_collect changes.
9492 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9493
9494 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9495
9496 Compact buffers when idle.
9497 * compact.el: New file.
9498
9499 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * subr.el (eventp): Presume that if it looks vaguely like an event,
9502 it's an event (bug#10190).
9503
9504 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9505
9506 Enhancements to ppss related code (thanks Stefan).
9507 * progmodes/python.el (python-indent-context)
9508 (python-indent-calculate-indentation, python-indent-dedent-line)
9509 (python-indent-electric-colon, python-nav-forward-block)
9510 (python-mode-abbrev-table)
9511 (python-info-assignment-continuation-line-p): Simplify checks
9512 for ppss context.
9513 (python-info-continuation-line-p): Cleanup.
9514 (python-info-ppss-context): Do not catch 'quote.
9515 (python-info-ppss-context-type)
9516 (python-info-ppss-comment-or-string-p): Simplify.
9517
9518 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9519
9520 * progmodes/python.el: Enhancements to eldoc support.
9521 (python-info-current-symbol): New function.
9522 (python-eldoc-at-point): Use python-info-current-symbol.
9523 (python-info-current-defun): Fix cornercase on first defun scan.
9524 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9525 and signal error when no inferior python process is available.
9526
9527 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9528
9529 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9530 assume it's always t.
9531 (vc-git-registered): Remove caching, the function is only called
9532 once.
9533 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9534
9535 2012-07-18 Chong Yidong <cyd@gnu.org>
9536
9537 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9538
9539 * simple.el (count-words): Report on narrowing (Bug#9959).
9540
9541 * bindings.el: Bind M-= to count-words.
9542
9543 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9544
9545 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9546
9547 * progmodes/sh-script.el (sh-imenu-generic-expression):
9548 Capture a function with `function' keyword and without parentheses
9549 like "function FOO" (bug#11856).
9550
9551 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9552
9553 * window.el (split-window-sensibly): Make WINDOW argument
9554 optional.
9555
9556 2012-07-18 Chong Yidong <cyd@gnu.org>
9557
9558 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9559
9560 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9561 and make C-x 8 RET exit isearch (Bug#11439).
9562
9563 * international/iso-transl.el: Move isearch-mode-map key
9564 definitions to isearch.el.
9565
9566 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9569 (eieio-defclass): Use gv-define-setter when possible.
9570
9571 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9572
9573 Reflect recent changes in Fgarbage_collect.
9574 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9575 reflect new format of data returned by Fgarbage_collect.
9576
9577 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9578
9579 New utility functions + python-info-ppss-context fix (Bug#11910).
9580 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9581 (python-info-ppss-comment-or-string-p): New functions.
9582 (python-info-ppss-context): Small fix for string check.
9583
9584 2012-07-17 Juri Linkov <juri@jurta.org>
9585
9586 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9587 (dired-do-async-shell-command): Don't add `*' at the end of the
9588 command (Bug#11815).
9589 (dired-do-shell-command): Doc fix.
9590 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9591 Join the individual commands using either "&" or ";" as the
9592 separator depending on the values of these trailing characters.
9593 At the end re-add the trailing "&". (Bug#10598)
9594
9595 * simple.el (async-shell-command): Sync the interactive spec with
9596 `shell-command'. Doc fix.
9597 (shell-command): Doc fix.
9598
9599 2012-07-17 Juri Linkov <juri@jurta.org>
9600
9601 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9602
9603 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9604
9605 Final renames and doc fixes for movement commands (bug#11899).
9606 * progmodes/python.el (python-nav-beginning-of-statement):
9607 Rename from python-nav-statement-start.
9608 (python-nav-end-of-statement): Rename from
9609 python-nav-statement-end.
9610 (python-nav-beginning-of-block): Rename from
9611 python-nav-block-start.
9612 (python-nav-end-of-block): Rename from python-nav-block-end.
9613
9614 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9615
9616 * progmodes/python.el (python-shell-send-string-no-output):
9617 Allow accept-process-output to quit, keeping shell process ready for
9618 future interactions (Bug#11868).
9619
9620 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9623
9624 * emacs-lisp/elint.el (elint-find-args-in-code):
9625 Use help-function-arglist, so as to handle lexical byte-code.
9626
9627 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9628 change (bug#11826).
9629
9630 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9633 Avoid spuriously marking the buffer as modified because of c-is-sws.
9634
9635 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9636 as not-a-comment (bug#11946).
9637
9638 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9639 for uninterned vars.
9640
9641 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9642 Use read-event since we don't really want to read chars but bytes.
9643
9644 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9645 $$..$$ but also $..$ using regexps (bug#11953).
9646 Use tex-verbatim for \url and \path.
9647 (tex-font-lock-keywords): Define as defconst like the others.
9648 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9649
9650 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9651
9652 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9653 alias for insert-char.
9654
9655 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9656
9657 * progmodes/python.el: Simplified imenu implementation.
9658 (python-nav-jump-to-defun): Remove command.
9659 (python-mode-map): Use `imenu' instead.
9660 (python-nav-list-defun-positions-cache)
9661 (python-imenu-include-defun-type, python-imenu-make-tree)
9662 (python-imenu-subtree-root-label, python-imenu-index-alist):
9663 Remove vars.
9664 (python-nav-list-defun-positions, python-nav-read-defun)
9665 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9666 (python-imenu-make-tree, python-imenu-create-index):
9667 Remove functions.
9668 (python-mode): Update to interact with imenu by setting
9669 `imenu-extract-index-name-function' only.
9670
9671 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9672
9673 * progmodes/python.el: Enhancements to navigation commands.
9674 (python-nav-backward-sentence)
9675 (python-nav-forward-sentence): Remove.
9676 (python-nav-backward-statement, python-nav-forward-statement)
9677 (python-nav-statement-start, python-nav-statement-end)
9678 (python-nav-backward-block, python-nav-forward-block)
9679 (python-nav-block-start, python-nav-block-end)
9680 (python-nav-forward-sexp-function)
9681 (python-info-current-line-comment-p)
9682 (python-info-current-line-empty-p): New functions.
9683 (python-indent-context): Use `python-nav-statement-start'.
9684
9685 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9686
9687 * eshell/em-ls.el (eshell/ls): Use `apply'.
9688
9689 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9690 multi-hops, instead of Tramp internals.
9691
9692 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9693
9694 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9695 when F1 and F2 are located on different hosts.
9696
9697 2012-07-14 Chong Yidong <cyd@gnu.org>
9698
9699 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9700 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9701 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9702 (xterm-mouse--read-event-sequence-1000)
9703 (xterm-mouse--read-event-sequence-1006): New functions. For old
9704 mouse protocol, handle M-mouse-X events correctly.
9705 (xterm-mouse-event): New arg specifying mouse protocol.
9706 (turn-on-xterm-mouse-tracking-on-terminal)
9707 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9708 sequence to toggle extended coordinates on newer XTerms.
9709 This appears to be harmless on terminals which do not support this.
9710
9711 2012-07-14 Leo Liu <sdl.web@gmail.com>
9712
9713 Add fringe bitmap indicators for flymake. (Bug#11253)
9714 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9715 (flymake-make-overlay): New arg BITMAP.
9716 (flymake-error-bitmap, flymake-warning-bitmap)
9717 (flymake-fringe-indicator-position): New user variables.
9718
9719 * fringe.el: New bitmap exclamation-mark.
9720
9721 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9722
9723 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9724 also (Bug#7879).
9725
9726 2012-07-14 Chong Yidong <cyd@gnu.org>
9727
9728 * electric.el (electric-pair-post-self-insert-function): Fix pair
9729 insertion in empty-region case (Bug#11520).
9730
9731 2012-07-14 Chong Yidong <cyd@gnu.org>
9732
9733 * bindings.el: Consolidate ctl-x-r-map bindings.
9734 Bind copy-rectangle-as-kill to C-x r w.
9735
9736 * rect.el, register.el: Move bindings to bindings.el.
9737
9738 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9739
9740 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9741
9742 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9743
9744 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9745
9746 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9747
9748 * bindings.el (top): Use `mapc' instead of `mapcar'.
9749
9750 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9751
9752 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9753
9754 * progmodes/sql.el (sql-comint): Suppress the check for program on
9755 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9756 (Bug#11908)
9757
9758 2012-07-13 Chong Yidong <cyd@gnu.org>
9759
9760 * bindings.el: Assign a non-nil permanent-local property to
9761 per-buffer variables which lack a default value (Bug#11930).
9762
9763 * help-fns.el (describe-variable): In the "automatically becomes
9764 local" notice, take note of permanent-local variables.
9765
9766 2012-07-13 Chong Yidong <cyd@gnu.org>
9767
9768 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9769 to allow printing the message when called from Lisp.
9770
9771 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9772 Remove toggle-read-only.
9773
9774 * bs.el (bs-toggle-readonly):
9775 * buff-menu.el (Buffer-menu-toggle-read-only):
9776 Remove with-no-warnings around toggle-read-only.
9777
9778 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9779 Remove with-no-warnings around toggle-read-only.
9780 (ffap-read-only, ffap-read-only-other-window)
9781 (ffap-read-only-other-frame): Callers changed.
9782
9783 * help-mode.el: Don't require view package.
9784 (help-mode-finish): Set buffer-read-only instead of calling
9785 toggle-read-only.
9786
9787 * bindings.el (mode-line-toggle-read-only):
9788 * dired.el (dired-toggle-read-only):
9789 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9790 with non-nil second arg.
9791
9792 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9793 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9794 directly.
9795
9796 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9797
9798 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9799 not incf.
9800
9801 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 More CL cleanups and reduction of use of cl.el.
9804 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9805 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9806 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9807 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9808 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9809 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9810 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9811 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9812 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9813 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9814 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9815 * eshell/em-cmpl.el, eshell/em-banner.el:
9816 * calendar/parse-time.el: Use cl-lib.
9817 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9818 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9819 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9820 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9821 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9822 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9823 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9824 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9825 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9826 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9827 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9828 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9829 `lambda' rather than with `quote'.
9830 (eshell-do-opt): Adjust accordingly.
9831 (eshell-process-option): Simplify.
9832 * eshell/esh-var.el:
9833 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9834 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9835 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9836 to `pcase--dontcare'.
9837 * emacs-lisp/cl.el (labels): Mark obsolete.
9838 (cl--letf, letf): Move to cl-lib.
9839 (cl--letf*, letf*): Remove.
9840 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9841 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9842 (cl-progv): Rewrite.
9843 (cl--letf, cl-letf): Move from cl.el.
9844 (cl-letf*): New macro.
9845 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9846
9847 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9848
9849 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9850
9851 2012-07-11 Chong Yidong <cyd@gnu.org>
9852
9853 * vc/log-edit.el (log-edit-vc-backend): New variable.
9854 (log-edit): Doc fix.
9855
9856 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9857 argument of log-edit to set up all local variables.
9858 (vc-start-logentry): New optional arg specifying VC backend.
9859
9860 * vc/vc.el (vc-checkin): Use it.
9861 (vc-deduce-fileset): Handle Log Edit buffers.
9862 (vc-diff): Make first argument optional too.
9863
9864 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9865
9866 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9867
9868 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9869 command, just in case. The function is not needed anymore.
9870 (eshell-external-command): Do not call `eshell-remote-command'.
9871
9872 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 Reduce use of (require 'cl).
9875 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9876 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9877 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9878 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9879 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9880 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9881 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9882 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9883 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9884 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9885 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9886 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9887 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9888 (byte-compile-unfold-bcf, byte-compile-check-variable):
9889 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9890 (byte-compile-nilconstp):
9891 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9892 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9893
9894 * emacs-lisp/gv.el (cond): Make it a valid place.
9895 (if): Simplify slightly.
9896
9897 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9898 (pcase--self-quoting-p): New function.
9899 (pcase--u1): Use it.
9900
9901 2012-07-10 Glenn Morris <rgm@gnu.org>
9902
9903 * emacs-lisp/authors.el (authors-fixed-entries):
9904 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9905
9906 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9907
9908 Rename configure.in to configure.ac (Bug#11603).
9909 * emacs-lisp/authors.el (authors-canonical-file-name):
9910 * progmodes/autoconf.el (autoconf-mode):
9911 Prefer configure.ac to configure.in.
9912
9913 2012-07-08 Chong Yidong <cyd@gnu.org>
9914
9915 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9916 Implement the mouse-1-click-follows-link handling properly.
9917
9918 * info.el (Info-link-keymap): Use follow-link mechanism for
9919 header-line links (Bug#374).
9920
9921 * simple.el (deactivate-mark): Do not set the primary selection
9922 if another program has acquired it (Bug#11772).
9923
9924 2012-07-07 Kevin Ryde <user42@zip.com.au>
9925
9926 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9927 (woman-decode-region): Replace escaped-escapes without destroying
9928 bold or underline (Bug#11552).
9929 (woman2-process-escapes): Handle nofill regions (Bug#11591).
9930
9931 2012-07-07 Chong Yidong <cyd@gnu.org>
9932
9933 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9934 (interprogram-cut-function, interprogram-paste-function):
9935 Mention that we typically mean the clipboard.
9936
9937 2012-07-06 Glenn Morris <rgm@gnu.org>
9938
9939 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
9940
9941 * files.el (toggle-read-only): Restrict message to interactive use.
9942
9943 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
9944
9945 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9946
9947 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9948
9949 2012-07-06 Glenn Morris <rgm@gnu.org>
9950
9951 * Makefile.in (compile-one-process): Rename from "recompile".
9952
9953 * Makefile.in (bzr-update): "compile" is the same as "recompile
9954 autoloads", but parallelizable, so use that instead.
9955
9956 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
9957
9958 * window.el (quit-window): Always restore window height when
9959 it's saved in quit-restore parameter (Bug#11810).
9960
9961 2012-07-06 Glenn Morris <rgm@gnu.org>
9962
9963 * simple.el (kill-whole-line): Doc tweak.
9964
9965 2012-07-06 Eli Zaretskii <eliz@gnu.org>
9966
9967 * files.el (file-relative-name): Compare file names
9968 case-insensitively if on MS-Windows or MS-DOS, or if
9969 read-file-name-completion-ignore-case is non-nil. Don't use
9970 case-fold-search for this purpose. (Bug#11827)
9971
9972 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9973
9974 * calendar/cal-dst.el (calendar-current-time-zone):
9975 Return calendar-current-time-zone-cache if non-nil.
9976
9977 2012-07-17 Masatake YAMATO <yamato@redhat.com>
9978 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
9979
9980 * calendar/cal-dst.el (calendar-current-time-zone):
9981 Return calendar-current-time-zone-cache if non-nil.
9982
9983 2012-07-06 Glenn Morris <rgm@gnu.org>
9984
9985 * Makefile.in (cvs-update): Remove old alias.
9986
9987 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
9988
9989 Sync with Tramp 2.2.6-pre.
9990
9991 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9992 compatible declaration.
9993
9994 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9995 Protect `list-load-path-shadows' call.
9996
9997 * net/tramp-compat.el (top): Require packages, which aren't
9998 autoloaded anymore for XEmacs. Protect call of
9999 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10000 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10001 it hurts at least for SXEmacs.
10002 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10003 standard-value for `temporary-file-directory'.
10004
10005 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10006 Redirect stderr to /dev/null.
10007 (tramp-sh-handle-write-region): uid and gid can be floats.
10008 Reported by Russell Sim <russell.sim@gmail.com>.
10009 (tramp-sh-handle-vc-registered): Hide errors.
10010 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10011 and `start-file-process'.
10012 (tramp-maybe-open-connection): Check also whether `non-essential'
10013 is bound.
10014
10015 2012-07-04 Chong Yidong <cyd@gnu.org>
10016
10017 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10018 (xml-parse-tag): Likewise, and avoid changing entity tables.
10019 (xml-syntax-table): Define from scratch, making sure not to give
10020 x2000 and other Unicode spaces whitespace syntax, since those are
10021 not spaces in XML.
10022 (xml-parse-fragment): Delete unused function.
10023 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10024 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10025 (xml-entity-ref, xml-pe-reference-re)
10026 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10027 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10028 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10029 (xml-entity-value-re): Use syntax references in regexps where
10030 possible; no need to define inside a let-binding.
10031 (xml-parse-dtd): Use xml-pe-reference-re.
10032 (xml-entity-or-char-ref-re): New defconst.
10033 (xml-parse-string, xml-substitute-special): Use it.
10034
10035 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10038 (find-file--read-only): New function.
10039 (find-file-read-only, find-file-read-only-other-window)
10040 (find-file-read-only-other-frame): Use it.
10041 (insert-file-contents-literally): Don't `fset'.
10042 (get-free-disk-space): Use locate-dominating-file.
10043
10044 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10045 function is already compiled.
10046
10047 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10048
10049 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10050
10051 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10052 files on the same host.
10053
10054 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10055
10056 * help-fns.el (describe-function-1): Only call
10057 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10058
10059 2012-07-03 Chong Yidong <cyd@gnu.org>
10060
10061 * xml.el: Protect parser against XML bombs.
10062 (xml-entity-expansion-limit): New variable.
10063 (xml-parse-string, xml-substitute-special): Use it.
10064 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10065
10066 2012-07-03 Glenn Morris <rgm@gnu.org>
10067
10068 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10069 Allow linking to specific messages in debbugs reports (eg 123#5).
10070
10071 2012-07-02 Chong Yidong <cyd@gnu.org>
10072
10073 * xml.el: Fix entity and character reference expansion, allowing
10074 them to expand into markup as per XML spec.
10075 (xml-default-ns): New variable.
10076 (xml-entity-alist): Use XML spec definitions for lt and amp.
10077 (xml-parse-region): Make first two arguments optional.
10078 Discard text properties.
10079 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10080 All callers changed.
10081 (xml-parse-tag): Call xml-parse-tag-1. For backward
10082 compatibility, this function should not modify buffer contents.
10083 (xml-parse-tag-1): Fix opening-tag regexp.
10084 (xml-parse-string): Rewrite, handling entity and character
10085 references properly.
10086 (xml--entity-replacement-text): Signal an error if a parameter
10087 entity is undefined.
10088
10089 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * comint.el (comint-output-filter): Filter out repeated prompts.
10092
10093 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10094 and file-name-absolute-p.
10095 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10096 internal calls.
10097
10098 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10099
10100 Spelling fixes.
10101 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10102 Rename from byte-compile--refiy-function. All uses changed.
10103
10104 2012-07-01 Chong Yidong <cyd@gnu.org>
10105
10106 * xml.el (xml--parse-buffer): New function. Move most of
10107 xml-parse-region here.
10108 (xml-parse-region): Copy region into a temporary buffer, since
10109 parameter entity substitution requires changing buffer contents.
10110 Use xml--parse-buffer.
10111 (xml-parse-file): Use xml--parse-buffer.
10112 (xml-parse-dtd): Make parameter entity substitution work right.
10113 Use proper regexps for ELEMENT declarations (Bug#7172).
10114
10115 2012-06-30 Glenn Morris <rgm@gnu.org>
10116
10117 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10118
10119 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10120 Remove outdated and unnecessary dbus declarations.
10121
10122 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10123
10124 * emacs-lisp/timer.el (timer-until): Subtract results of
10125 float-time, instead of taking float-time of the result of
10126 time-subtract, since float-time signals an error for negative time
10127 arguments.
10128
10129 2012-06-30 Chong Yidong <cyd@gnu.org>
10130
10131 * xml.el (xml-*-re): Convert defvars into defconsts, and
10132 eval-and-compile them so eval-and-compile works on derivatives.
10133 (xml--entity-replacement-text): Use eval-and-comple.
10134
10135 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10136
10137 * vc/vc-git.el (vc-git-registered): Use cache property
10138 `git-registered'.
10139 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10140 `vc-git-working-revision' in order to benefit from the cache.
10141 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10142
10143 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10144
10145 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10146 removed (likely outside Emacs). (Bug#11757)
10147
10148 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * emacs-lisp/cl-lib.el: Require macroexp.
10151
10152 2012-06-30 Chong Yidong <cyd@gnu.org>
10153
10154 * xml.el: Implement XML parameter entities.
10155 (xml-parameter-entity-alist): New variable.
10156 (xml-parse-region, xml-parse-fragment): Preserve previous values
10157 of xml-entity-alist and xml-parameter-entity-alist, so that
10158 repeated calls on different documents do not change them.
10159 (xml-parse-tag): Fix doctype regexp.
10160 (xml--entity-replacement-text): New function.
10161 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10162 properly requires url retrieval which is unimplemented.
10163 (xml-escape-string): Doc fix.
10164
10165 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10168
10169 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10170
10171 * fringe.el (fringe-mode): Doc fix.
10172
10173 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10174
10175 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10176 is non-nil.
10177 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10178 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10179
10180 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10181
10182 * calendar/cal-dst.el (calendar-current-time-zone):
10183 Return calendar-current-time-zone-cache if non-nil.
10184
10185 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10186
10187 * progmodes/which-func.el (which-func-format):
10188 Add mouse-face. (Bug#11698)
10189
10190 2012-06-29 Leo Liu <sdl.web@gmail.com>
10191
10192 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10193
10194 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * minibuffer.el (minibuffer-confirm-exit-commands):
10197 Add completion-at-point (bug#11725).
10198
10199 2012-06-29 Glenn Morris <rgm@gnu.org>
10200
10201 * progmodes/f90.el (f90-font-lock-keywords-2):
10202 Add some preprocessor elements. (Bug#10499)
10203
10204 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10207 Use syntax-propertize (bug#11739).
10208
10209 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10210
10211 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10212
10213 2012-06-28 Julien Danjou <julien@danjou.info>
10214
10215 * term.el (term-handle-colors-array): Use a set of new faces to
10216 color the terminal. Also uses :inverse-video property.
10217 (term-default-fg-color): Set to nil by default, deprecate in favor
10218 of `term-face'.
10219 (term-default-bg-color): Set to nil by default, deprecate in favor
10220 of `term-face'.
10221 (term-current-face): Use `term-face' by default.
10222 (term-bold-attribute): Variable deleted.
10223
10224 2012-06-28 Glenn Morris <rgm@gnu.org>
10225
10226 * simple.el (completion-list-mode-finish):
10227 Don't use toggle-read-only. (Since completion-list-mode has
10228 a special mode-class, it wasn't doing anything extra anyway.)
10229
10230 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 Make inlining of other-mode interpreted functions work (bug#11799).
10233 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10234 (byte-compile): Use it to fix compilation of lexical-binding closures.
10235 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10236 function, if needed.
10237
10238 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * help-mode.el (help-make-xrefs): Don't just withstand
10241 cyclic-variable-indirection but any error in documentation-property.
10242
10243 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10244 memory use.
10245 * bindings.el (bindings--define-key): New function.
10246 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10247 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10248 * bindings.el: Use it to purecopy define-key bindings.
10249
10250 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10251
10252 * emacs-lisp/cl.el (flet): Mark obsolete.
10253 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10254 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10255 * progmodes/js.el (js-c-fill-paragraph):
10256 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10257 (ebrowse-switch-member-buffer-to-derived-class):
10258 * play/5x5.el (5x5-solver): Use cl-flet.
10259
10260 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10261 (cl--symbol-function): New macro.
10262 (cl--letf, cl--letf*): Use it.
10263
10264 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10265 Strip "toggle-" if any.
10266
10267 2012-06-27 Glenn Morris <rgm@gnu.org>
10268
10269 * info.el (Info-default-directory-list): Move here from paths.el.
10270 * paths.el: Remove file, which is now empty.
10271 * loadup.el: No longer load "paths".
10272
10273 * custom.el (custom-initialize-delay): Doc fix.
10274
10275 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10276 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10277 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10278 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10279 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10280 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10281 * eshell/eshell.el (eshell-defgroup): Remove alias.
10282
10283 2012-06-27 Chong Yidong <cyd@gnu.org>
10284
10285 * help.el (help-enable-auto-load): New variable.
10286
10287 * help-fns.el (help-fns--autoloaded-p): New function.
10288 (describe-function-1): Refer to a function as "autoloaded" if it
10289 was autoloaded at any time in the past. Perform autoloading if
10290 help-enable-auto-load is non-nil.
10291
10292 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10293
10294 * makefile.w32-in (compile, compile-always): Depend on
10295 update-subdirs, not on subdirs.el. Otherwise, several different
10296 sub-targets of 'bootstrap' running in parallel could
10297 simultaneously write to subdirs.el, producing a garbled file.
10298
10299 2012-06-26 Sam Steingold <sds@gnu.org>
10300
10301 * files.el (file-name-base): New convenience function.
10302 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10303 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10304 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10305 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10306 * textmodes/ispell.el, textmodes/reftex-ref.el:
10307 * textmodes/tex-mode.el: Use it.
10308 Did not touch cedet and org because they are maintained elsewhere.
10309
10310 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10311
10312 * calendar/calendar.el (calendar-exit): Don't try to delete or
10313 iconify last frame. See:
10314 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10315
10316 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10317
10318 * server.el (server-process-filter): Remember dir in the
10319 process's `server-client-directory' properties.
10320
10321 2012-06-24 Chong Yidong <cyd@gnu.org>
10322
10323 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10324 non-tag text.
10325
10326 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10327
10328 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10329
10330 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10331
10332 * help-fns.el (describe-variable): Don't croak when doc is not found.
10333 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10334 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10335 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10336 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10337 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10338 ((lambda ..) ..).
10339 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10340
10341 2012-06-23 Chong Yidong <cyd@gnu.org>
10342
10343 * info.el (Info-mouse-follow-link): Accept symbol values of
10344 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10345 (Info-fontify-node): Use Info-link-keymap for all navigation
10346 buttons, with link-args property to perform the desired action.
10347 (Info-link-keymap): Doc fix.
10348 (Info-next-link-keymap, Info-prev-link-keymap)
10349 (Info-up-link-keymap): Delete now-unused keymaps.
10350
10351 2012-06-23 Chong Yidong <cyd@gnu.org>
10352
10353 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10354
10355 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10356 system abbrevs.
10357
10358 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10359
10360 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10361
10362 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10363 (bug#11719).
10364
10365 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10366 the requote function doesn't work properly (bug#11714).
10367
10368 2012-06-23 Glenn Morris <rgm@gnu.org>
10369
10370 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10371
10372 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10373
10374 Further GV/CL cleanups.
10375 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10376 gv-expander.
10377 (gv--defun-declaration): New function.
10378 (defun-declarations-alist): Use it.
10379 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10380 (gv-place): Autoload.
10381 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10382 original definition of dotimes and dolist.
10383 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10384 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10385 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10386 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10387 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10388 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10389 to the function's definition.
10390 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10391 * window.el:
10392 * files.el:
10393 * faces.el:
10394 * env.el: Don't use CL.
10395
10396 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10397
10398 Support higher-resolution time stamps (Bug#9000).
10399
10400 * calendar/time-date.el (with-decoded-time-value): New arg
10401 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10402 (encode-time-value): New optional arg PICO. New type 3.
10403 (time-to-seconds) [!float-time]: Support the new picoseconds
10404 component if it's used.
10405 (seconds-to-time, time-subtract, time-add):
10406 Support ps-resolution time stamps as well.
10407
10408 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10409 (timerp): Timer vectors now have length 9, not 8.
10410 (timer--time): Support new-style (4-part) time stamps.
10411 (timer-next-integral-multiple-of-time): Time stamps now have
10412 picosecond resolution, so take a bit more care about rounding.
10413 (timer-relative-time, timer-inc-time): New optional arg psecs.
10414 (timer-set-time-with-usecs): Set psecs to 0.
10415 (timer--activate): Check psecs component, too.
10416
10417 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10418
10419 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10422 Move the non-essential binding to the post/pre-command-hook where it is
10423 more obviously correct.
10424
10425 * subr.el (read-passwd): Don't use a history at all.
10426 * savehist.el (savehist-save): Remove password saved accidentally
10427 because of the above bug.
10428
10429 2012-06-22 Bastien Guerry <bzg@gnu.org>
10430
10431 * files.el (toggle-read-only): Display a message telling whether
10432 the buffer is read-only or not (bug#11726).
10433
10434 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * emacs-lisp/gv.el: New file.
10437 * subr.el (push, pop): Extend to generalized variables.
10438 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10439 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10440 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10441 gv-define-simple-setter, and gv-define-expander.
10442 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10443 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10444 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10445 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10446 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10447 gv-letplace.
10448 (cl-defstruct): Don't define setf-method any more.
10449 * emacs-lisp/cl.el (flet): Don't autoload.
10450 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10451 (define-setf-expander, defsetf, define-modify-macro)
10452 (cl-struct-setf-expander): Move from cl-lib.el.
10453 * emacs-lisp/syntax.el:
10454 * emacs-lisp/ewoc.el:
10455 * emacs-lisp/smie.el:
10456 * emacs-lisp/cconv.el:
10457 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10458 (timer--time): Use gv-define-simple-setter.
10459 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10460 to avoid coding-system problems in subr.el. Adjust all users.
10461 (macroexp--maxsize, macroexp-small-p): New functions.
10462 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10463 * scroll-bar.el (scroll-bar-mode):
10464 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10465 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10466 * winner.el (winner-configuration, winner-make-point-alist)
10467 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10468 * files.el (locate-file-completion-table): Avoid list*.
10469
10470 2012-06-22 Chong Yidong <cyd@gnu.org>
10471
10472 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10473 (dired-create-files): Doc fix (Bug#11329).
10474 (dired-do-copy): Doc fix (Bug#11334).
10475 (dired-mark-read-string): Doc fix (Bug#11553).
10476
10477 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10478 Doc fix (Bug#11326).
10479 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10480 (dired-dwim-target): Doc fix.
10481
10482 * wdired.el (wdired-mode): Doc fix.
10483
10484 2012-06-22 Glenn Morris <rgm@gnu.org>
10485
10486 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10487 (pcmpl-rpm-cache-stamp-file): New constant.
10488 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10489 (pcmpl-rpm-packages): Optionally cache list of packages.
10490
10491 * pcmpl-rpm.el (pcmpl-rpm): New group.
10492 (pcmpl-rpm-query-options): New option.
10493 (pcmpl-rpm-packages): No need to inline it.
10494 Use pcmpl-rpm-query-options.
10495
10496 * calendar/calendar.el (calendar-in-read-only-buffer):
10497 Avoid some needless mode changes.
10498
10499 2012-06-21 Chong Yidong <cyd@gnu.org>
10500
10501 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10502 (desktop-path): Remove . from the default value (Bug#10977).
10503 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10504
10505 2012-06-20 Chong Yidong <cyd@gnu.org>
10506
10507 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10508
10509 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10510
10511 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10512 (bug#11201).
10513
10514 2012-06-20 Chong Yidong <cyd@gnu.org>
10515
10516 * term.el (term-window-width): Handle the case of a missing right
10517 fringe (Bug#8837).
10518 (term-check-size): Use window-text-height (Bug#5445).
10519 (term-mode): Use define-derived-mode. Minor cleanups.
10520 Set font-lock-defaults (Bug#7692).
10521 (term-move-columns, term-insert-char, term-emulate-terminal)
10522 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10523
10524 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10525
10526 * net/ange-ftp.el (ange-ftp-get-passwd):
10527 Bind `enable-recursive-minibuffers'.
10528 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10529
10530 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10531
10532 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10533
10534 2012-06-19 Glenn Morris <rgm@gnu.org>
10535
10536 * progmodes/python.el (python-mode): Derive from prog-mode.
10537
10538 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10539
10540 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10541 (edt-user-menu-bar-update-buffers): New functions.
10542 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10543
10544 2012-06-19 Chong Yidong <cyd@gnu.org>
10545
10546 * subr.el (with-selected-window): Preserve the selected window's
10547 terminal's top-frame (Bug#4702).
10548
10549 * window.el (save-selected-window): Likewise.
10550
10551 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * progmodes/python.el (python-rx-constituents): Move backquote.
10554 (python-skeleton-define, python-define-auxiliary-skeleton):
10555 Use `declare'.
10556
10557 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10558
10559 * minibuffer.el (read-file-name-default): Revert the patch from
10560 2012-06-17.
10561
10562 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10563
10564 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10565 (pcase--u1, pcase--q1): Don't use apply-partially.
10566
10567 2012-06-18 Glenn Morris <rgm@gnu.org>
10568
10569 * progmodes/python.el (python-proc, python-buffer)
10570 (python-send-receive, python-send-string): Fix obsolete versions.
10571
10572 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10573
10574 * window.el (special-display-p): Completely remove stringp
10575 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10576
10577 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10578
10579 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10580
10581 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10582
10583 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10584 * net/tramp-sh.el (tramp-maybe-open-connection):
10585 Throw if `non-essential' is non-nil.
10586
10587 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10588
10589 * window.el (special-display-p): Signal an error if BUFFER-NAME
10590 is not a string (Bug#11713).
10591
10592 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10593
10594 * progmodes/python.el (python-info-beginning-of-backslash):
10595 Rename from python-info-beginning-of-backlash, as a spelling fix.
10596
10597 2012-06-17 Chong Yidong <cyd@gnu.org>
10598
10599 * term.el (term-emulate-terminal): If term-check-size is called,
10600 move point to the process mark without resetting point (Bug#4635).
10601
10602 2012-06-17 Glenn Morris <rgm@gnu.org>
10603
10604 * international/mule-cmds.el (mule-menu-keymap)
10605 (set-language-environment, set-locale-environment): Doc tweaks.
10606
10607 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10608
10609 * cus-face.el (custom-face-attributes): Add wave-style underline
10610 attribute.
10611 * faces.el (set-face-attribute): Update docstring to describe
10612 wave-style underline attribute.
10613
10614 2012-06-16 Chong Yidong <cyd@gnu.org>
10615
10616 * term/xterm.el (terminal-init-xterm): Discard input before
10617 querying background mode (Bug#10959).
10618
10619 2012-06-16 Stefan Merten <smerten@oekonux.de>
10620
10621 * textmodes/rst.el: Added and corrected some comments.
10622 (rst-re-alist-def): Improve symbol syntax.
10623 (rst-mode-syntax-table): Correct syntax entries.
10624 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10625 (rst-official-version, rst-official-cvs-rev): Update version
10626 information.
10627
10628 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10629
10630 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10631 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10632
10633 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10634
10635 * progmodes/python.el: New python.el merge.
10636 (python-guess-indent): Obsolete var.
10637 (python-indent-guess-indent-offset): New defcustom.
10638 (python-indent): Obsolete var.
10639 (python-indent-offset): New defcustom.
10640 (python-python-command, python-jython-command): Delete var.
10641 (python-shell-interpreter): New defcustom.
10642 (python-pdbtrack-do-tracking-p): Delete var.
10643 (python-pdbtrack-activate): New defcustom.
10644 (python-use-skeletons): Obsolete var.
10645 (python-skeleton-autoinsert): New defcustom.
10646 (inferior-python-filter-regexp, python-continuation-offset)
10647 (python-honour-comment-indentation, python-indent-string-contents)
10648 (python-jython-packages, python-mode-hook)
10649 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10650 (python-shell-prompt-alist)
10651 (python-source-modes): Delete defcustoms.
10652 (python-check-buffer-name, python-eldoc-setup-code)
10653 (python-eldoc-string-code, python-ffap-setup-code)
10654 (python-ffap-string-code, python-fill-comment-function)
10655 (python-fill-decorator-function, python-fill-paren-function)
10656 (python-fill-string-function, python-imenu-include-defun-type)
10657 (python-imenu-make-tree, python-imenu-subtree-root-label)
10658 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10659 (python-shell-compilation-regexp-alist)
10660 (python-shell-completion-module-string-code)
10661 (python-shell-completion-pdb-string-code)
10662 (python-shell-completion-setup-code)
10663 (python-shell-completion-string-code)
10664 (python-shell-enable-font-lock, python-shell-exec-path)
10665 (python-shell-extra-pythonpaths)
10666 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10667 (python-shell-process-environment)
10668 (python-shell-prompt-block-regexp)
10669 (python-shell-prompt-output-regexp)
10670 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10671 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10672 (python-shell-virtualenv-path): New defcustoms.
10673 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10674 (inferior-python-mode-syntax-table, python--prompt-regexp)
10675 (python-buffer, python-command python-python-command)
10676 (python-default-template, python-imports, python-indent-index)
10677 (python-indent-list, python-indent-list-length)
10678 (python-mode-running, python-pdbtrack-is-tracking-p)
10679 (python-preoutput-continuation, python-preoutput-leftover)
10680 (python-preoutput-result, python-preoutput-skip-next-prompt)
10681 (python-prev-dir/file, python-recursing)
10682 (python-saved-check-command, python-version-checked)
10683 (python-which-func-length-limit)
10684 (view-return-to-alist): Delete vars.
10685 (python-check-custom-command, python-dotty-syntax-table)
10686 (python-imenu-index-alist, python-indent-current-level)
10687 (python-indent-dedenters, python-indent-levels)
10688 (python-nav-beginning-of-defun-regexp)
10689 (python-nav-list-defun-positions-cache)
10690 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10691 (python-shell-internal-buffer)
10692 (python-skeleton-available): New vars.
10693 (def-python-skeleton): Delete macro.
10694 (python-skeleton-define): New macro.
10695 (python-define-auxiliary-skeleton, python-rx): New macros.
10696 (python-insert-class): Delete command.
10697 (python-skeleton-class): New command.
10698 (python-insert-def): Delete command.
10699 (python-skeleton-def): New command.
10700 (python-insert-for): Delete command.
10701 (python-skeleton-for): New command.
10702 (python-insert-if): Delete command.
10703 (python-skeleton-if): New command.
10704 (python-insert-try/except, python-insert-try/finally): Delete commands.
10705 (python-skeleton-try): New command.
10706 (python-insert-while): Delete command.
10707 (python-skeleton-while): New command.
10708 (python-backspace): Delete command.
10709 (python-indent-dedent-line-backspace): New command.
10710 (python-electric-colon): Delete command.
10711 (python-indent-electric-colon): New command.
10712 (python-guess-indent): Delete command.
10713 (python-indent-guess-indent-offset): New command.
10714 (python-shift-left): Delete command.
10715 (python-indent-shift-left): New command.
10716 (python-shift-right): Delete command.
10717 (python-indent-shift-right): New command.
10718 (python-find-function): Delete command.
10719 (python-nav-jump-to-defun): New command.
10720 (python-next-statement): Delete command.
10721 (python-nav-forward-sentence): New command.
10722 (python-previous-statement): Delete command.
10723 (python-nav-backward-sentence): New command.
10724 (python-fill-paragraph): Delete command.
10725 (python-fill-paragraph-function): New command.
10726 (python-send-buffer): Delete command.
10727 (python-shell-send-buffer): New command.
10728 (python-send-defun): Delete command.
10729 (python-shell-send-defun): New command.
10730 (python-send-region, python-send-region-and-go): Delete commands.
10731 (python-shell-send-region)
10732 (python-shell-switch-to-shell): New commands.
10733 (python-send-string): Delete command.
10734 (python-shell-send-string): New command.
10735 (python-switch-to-python): Delete command.
10736 (python-shell-switch-to-shell): New command.
10737 (python-describe-symbol): Delete command.
10738 (python-eldoc-at-point): New command.
10739 (python--set-prompt-regexp, python-args-to-list)
10740 (python-after-info-look, python-check-version)
10741 (python-check-comint-prompt, python-find-imports)
10742 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10743 (python-unload-function, python-expand-template)
10744 (python-maybe-jython, python-preoutput-filter)
10745 (python-pdbtrack-get-source-buffer)
10746 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10747 (python-pdbtrack-toggle-stack-tracking)
10748 (python-pdbtrack-track-stack-file, python-initial-text)
10749 (python-first-word, python-comment-line-p, python-send-command)
10750 (python-setup-brm, python-sentinel, python-set-proc)
10751 (python-skip-out, python-input-filter, python-outdent-p)
10752 (python-outline-level, python-backslash-continuation-line-p)
10753 (python-end-of-block, python-end-of-statement, python-mark-block)
10754 (python-beginning-of-block, python-beginning-of-statement)
10755 (python-blank-line-p, python-beginning-of-string)
10756 (python-open-block-statement-p): Delete functions.
10757 (python-indent-line, python-indent-line-1): Delete functions.
10758 (python-indent-line): New function.
10759 (python-indentation-levels): Delete function.
10760 (python-indent-calculate-levels): New function.
10761 (python-proc): Delete function.
10762 (python-shell-get-process): New function.
10763 (python-send-receive): Delete function.
10764 (python-shell-send-string-no-output): New function.
10765 (python-module-path): Delete function.
10766 (python-ffap-module-path): New function.
10767 (python-completion-at-point)
10768 (python-symbol-completions): Delete functions.
10769 (python-completion-complete-at-point): New function.
10770 (python-load-file): Delete function.
10771 (python-shell-send-file): New function.
10772 (python-calculate-indentation): Delete function.
10773 (python-indent-calculate-indentation): New function.
10774 (python-skip-comments/blanks): Delete function.
10775 (python-util-forward-comment): New function.
10776 (python-continuation-line-p): Delete function.
10777 (python-info-continuation-line-p): New function.
10778 (python-which-func, python-current-defun): Delete function.
10779 (python-info-current-defun): New function.
10780 (python-beginning-of-defun): Delete function.
10781 (python-nav-beginning-of-defun): New function.
10782 (python-close-block-statement-p)
10783 (python-block-end-p): Delete function.
10784 (python-info-closing-block): New function.
10785 (python-comint-output-filter-function)
10786 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10787 (python-fill-comment, python-fill-decorator, python-fill-paren)
10788 (python-fill-string, python-imenu-make-element-tree)
10789 (python-imenu-make-tree, python-imenu-tree-assoc)
10790 (python-indent-context, python-indent-dedent-line)
10791 (python-indent-line-function)
10792 (python-indent-post-self-insert-function)
10793 (python-indent-toggle-levels)
10794 (python-info-assignment-continuation-line-p)
10795 (python-info-beginning-of-backlash)
10796 (python-info-block-continuation-line-p)
10797 (python-info-closing-block-message)
10798 (python-info-line-ends-backslash-p)
10799 (python-info-looking-at-beginning-of-defun)
10800 (python-info-ppss-context, python-info-ppss-context-type)
10801 (python-nav-list-defun-positions, python-nav-read-defun)
10802 (python-nav-sentence-end, python-nav-sentence-start)
10803 (python-pdbtrack-comint-output-filter-function)
10804 (python-pdbtrack-set-tracked-buffer)
10805 (python-shell-calculate-exec-path)
10806 (python-shell-calculate-process-environment)
10807 (python-shell-completion--do-completion-at-point)
10808 (python-shell-completion--get-completions)
10809 (python-shell-completion-complete-at-point)
10810 (python-shell-completion-complete-or-indent)
10811 (python-shell-get-or-create-process)
10812 (python-shell-get-process-name)
10813 (python-shell-internal-get-or-create-process)
10814 (python-shell-internal-get-process-name)
10815 (python-shell-internal-send-string, python-shell-make-comint)
10816 (python-shell-parse-command, python-shell-send-setup-code)
10817 (python-skeleton-add-menu-items)
10818 (python-util-clone-local-variables, python-util-position)
10819 (run-python-internal, python-indentation-levels)
10820 (python-nav-beginning-of-defun)
10821 (python-completion-complete-at-point): New functions.
10822 (run-python): Change arguments. New API requirements.
10823
10824 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10825
10826 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10827 (bug#11649).
10828
10829 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10830 (macroexp--expand-all): Use it.
10831
10832 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10833 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10834 Use `cl-function' instead.
10835
10836 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10837
10838 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10839 Suggested by Stefan Monnier while discussing bug#11657.
10840
10841 2012-06-14 Sam Steingold <sds@gnu.org>
10842
10843 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10844
10845 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10846
10847 * play/doctor.el (doctor-doc): Remove parameter and use
10848 doctor-sent instead of sent.
10849 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10850
10851 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * files.el: Require cl-lib.
10854 (file-name-non-special): Replace case -> cl-case.
10855
10856 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10857
10858 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10859 mapping from #' to function*.
10860
10861 2012-06-13 Chong Yidong <cyd@gnu.org>
10862
10863 * mouse.el (mouse-drag-track): Do not set the mark if the user
10864 releases the mouse without selecting anything (Bug#11588).
10865
10866 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10867
10868 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10869 as well (bug#11646).
10870
10871 * loadup.el: Count byte-code functions as well.
10872
10873 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10874 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10875
10876 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10877 (bug#11649). Add cl-defun and cl-defmacro.
10878
10879 2012-06-13 Drew Adams <drew.adams@oracle.com>
10880
10881 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10882 Fix last change.
10883
10884 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10885
10886 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10887 Otherwise, it blocks in batch mode.
10888
10889 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10890
10891 * help-mode.el (bookmark-make-record-default): Declare.
10892
10893 2012-06-13 Chong Yidong <cyd@gnu.org>
10894
10895 * emacs-lisp/package.el (list-packages): Compute a list of
10896 packages that are newly-available since the last list-packages
10897 invocation.
10898 (package-menu--new-package-list): New var.
10899 (package-menu--generate, package-menu--print-info)
10900 (package-menu--status-predicate, package-menu-mark-install):
10901 Handle new status label "new".
10902
10903 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10906 conversion to backquotes.
10907
10908 2012-06-12 Chong Yidong <cyd@gnu.org>
10909
10910 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10911 Rename from gud-inhibit-global-bindings.
10912
10913 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10914
10915 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10916 hook from nxml-glyph-set-hook.
10917
10918 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10919 declaration.
10920
10921 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10922
10923 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10924 Convert to defcustom.
10925
10926 2012-06-12 Drew Adams <drew.adams@oracle.com>
10927
10928 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10929 New functions.
10930 (help-mode): Use them.
10931
10932 2012-06-11 Glenn Morris <rgm@gnu.org>
10933
10934 * progmodes/fortran.el (fortran-font-lock-keywords-3):
10935 Use preprocessor face for directives.
10936 (fortran-directive-re): Doc fix.
10937
10938 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10939
10940 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10941 conversion to backquotes (bug#11652).
10942
10943 Fix compiler-expansion of CL's cXXr functions (bug#11673).
10944 * emacs-lisp/cl-lib.el (cl--defalias): New function.
10945 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10946 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10947 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10948 (cl-ninth, cl-tenth): Mark them as inlinable.
10949 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10950 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10951 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10952 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10953 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10954 (cl-list*, cl-adjoin): Don't put an autoload manually.
10955 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10956 (cl--compiler-macro-list*): Add autoload cookie.
10957 (cl--compiler-macro-cXXr): New function.
10958
10959 * help-fns.el (help-fns--compiler-macro): New function extracted from
10960 describe-function-1; follow aliases and use `compiler-macro' property.
10961 (describe-function-1): Use it.
10962
10963 2012-06-11 Chong Yidong <cyd@gnu.org>
10964
10965 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10966 is uninstalled, if imagemagick is installed.
10967
10968 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10969
10970 * emacs-lisp/cl-lib.el: Use lexical-binding.
10971 (cl-map-extents, cl-maclisp-member): Remove.
10972 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10973 (cl--set-substring, cl--block-wrapper, cl--block-throw)
10974 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10975 * emacs-lisp/cl-extra.el: Use lexical-binding.
10976 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10977 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10978 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10979 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10980 * emacs-lisp/cl-seq.el: Use lexical-binding.
10981 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10982 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10983 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10984 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10985 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10986 CL's internals.
10987
10988 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
10989
10990 Sync with Tramp 2.2.6-pre.
10991
10992 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10993 `print-length' and `print-level' to nil, in order to avoid
10994 truncation. Reported by Christopher Schmidt
10995 <christopher@ristopher.com>.
10996
10997 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10998
10999 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11000 New defmacro.
11001 (tramp-compat-copy-directory): Add optional argument
11002 COPY-CONTENTS. It is not handled yet.
11003
11004 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11005 (tramp-ftp-file-name-p): Simplify.
11006
11007 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11008 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11009 connection vector.
11010
11011 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11012 (tramp-methods): Do not use `tramp-password-end-of-line'.
11013 (tramp-completion-function-alist-putty): Handle UNIX case.
11014 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11015 (tramp-do-file-attributes-with-stat)
11016 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11017 gid as real numbers. They could run out of integer range on cygwin.
11018 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11019 (tramp-sh-handle-expand-file-name): Handle hops.
11020 (tramp-open-connection-setup-interactive-shell):
11021 Use `tramp-cleanup'. Move check for busyboxes ...
11022 (tramp-find-shell): ... here. Simplify implementation.
11023 Set "remote-shell" property also for alternative shells.
11024 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11025 If failing, a regular file would be written otherwise.
11026 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11027 (tramp-find-inline-encoding): Cache the coding commands in the
11028 process cache. Apply test command on the remote side, if defined.
11029 (tramp-find-inline-compress): Cache the compress commands in the
11030 process cache.
11031 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11032 when requested. Handle hops.
11033 (tramp-current-connection): New defvar.
11034 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11035 Throw `suppress', if there was a failed connection shortly before.
11036 Handle user interrupt. (Bug#10187)
11037 (tramp-get-inline-compress, tramp-get-inline-coding):
11038 Read connection properties from the process cache.
11039
11040 * net/tramp-smb.el (tramp-smb-server-version)
11041 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11042 New defconsts.
11043 (tramp-smb-prompt): Extend for powershell prompt.
11044 (tramp-smb-file-name-handler-alist): Add handlers for
11045 `process-file', `shell-command' and `start-file-process'.
11046 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11047 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11048 (tramp-smb-file-name-p): Simplify.
11049 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11050 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11051 (tramp-smb-shell-quote-argument): New defuns.
11052 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11053 Implement using "tar". By this, time-stamps are preserved.
11054 (tramp-smb-handle-copy-file): Handle also the case of directories.
11055 (tramp-smb-do-file-attributes-with-stat)
11056 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11057 Use `tramp-get-connection-buffer').
11058 (tramp-smb-handle-rename-file): Use "rename", when source and
11059 target are on the same share.
11060 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11061 Use `tramp-smb-server-version'.
11062 (tramp-smb-wait-for-output): Remove prompt.
11063
11064 * net/tramp.el (top): Require 'cl.
11065 (tramp-methods, tramp-rsh-end-of-line):
11066 Remove `tramp-password-end-of-line' from docstring.
11067 (tramp-save-ad-hoc-proxies): New defcustom.
11068 (tramp-completion-function-alist): Adapt docstring.
11069 (tramp-default-password-end-of-line): Remove defcustom.
11070 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11071 (tramp-user-regexp, tramp-file-name-regexp-unified)
11072 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11073 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11074 (tramp-remote-file-name-spec-regexp): New defconst.
11075 (tramp-file-name-structure): Extend structure for hops.
11076 (tramp-get-method-parameter): Move up.
11077 (tramp-file-name-p, tramp-dissect-file-name)
11078 (with-parsed-tramp-file-name): Handle hops.
11079 (tramp-file-name-hop): New defun.
11080 (tramp-make-tramp-file-name): New optional arg HOP.
11081 (tramp-message-show-progress-reporter-message): New defvar.
11082 (tramp-with-progress-reporter): Use it. We cannot use
11083 `tramp-message-show-message' here, because this suppresses also
11084 error buffers.
11085 (tramp-error-with-buffer): Suppress buffer view, if
11086 `tramp-message-show-message' is nil.
11087 Use `tramp-get-connection-buffer'.
11088 (tramp-cleanup): New defun.
11089 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11090 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11091 an error unchanged.
11092 (tramp-completion-handle-file-name-all-completions): Handle hops.
11093 Fix an error when called from ido.
11094 (tramp-completion-dissect-file-name): Use better local variable
11095 name. Add hop to the vector.
11096 (tramp-handle-insert-file-contents): Use progress-reporter for the
11097 whole scenario.
11098 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11099 to `t'.
11100 (tramp-check-for-regexp): Simplify search.
11101 (tramp-enter-password): Remove it. Move implementation ...
11102 (tramp-action-password): ... here.
11103 (tramp-mode-string-to-int, tramp-local-host-p)
11104 (tramp-make-tramp-temp-file, tramp-read-passwd)
11105 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11106 Set tramp-autoload cookie.
11107
11108 * net/trampver.el: Update release number.
11109
11110 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11111 Michael Albinus <michael.albinus@gmx.de>
11112
11113 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11114 (tramp-parse-group, tramp-parse-file)
11115 (tramp-parse-shostkeys-sknownhosts): New defuns.
11116 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11117 (tramp-parse-shosts-group, tramp-parse-sconfig)
11118 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11119 (tramp-parse-sknownhosts, tramp-parse-hosts)
11120 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11121 Use them.
11122 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11123 (tramp-parse-putty-group): Don't narrow.
11124 (tramp-parse-putty): Make a loop.
11125 (tramp-file-name-handler): Catch the `suppress' signal.
11126
11127 2012-06-11 Chong Yidong <cyd@gnu.org>
11128
11129 * image.el (imagemagick-register-types): Put the ImageMagick entry
11130 at the end of image-type-file-name-regexps.
11131
11132 2012-06-11 Johan Bockgård <bojohan@gnu.org>
11133
11134 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11135 (pcase, pcase-let*, pcase-dolist): Use them.
11136
11137 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11138
11139 * emacs-lisp/pcase.el (pcase--let*): New function.
11140 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11141 (pcase--expand): Use macroexp-let².
11142
11143 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11144
11145 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11146 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11147 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11148 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11149 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11150 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11151
11152 2012-06-10 Glenn Morris <rgm@gnu.org>
11153
11154 * mail/rmail.el (rmail-yank-current-message): Leave point at
11155 correct position. (Bug#11660)
11156
11157 2012-06-10 Chong Yidong <cyd@gnu.org>
11158
11159 * allout-widgets.el: Fix code header.
11160
11161 2012-06-10 Chong Yidong <cyd@gnu.org>
11162
11163 * cus-edit.el (customize-changed-options-previous-release):
11164 Bump to 24.1.
11165
11166 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11167
11168 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11169
11170 2012-06-09 Chong Yidong <cyd@gnu.org>
11171
11172 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11173
11174 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11175
11176 * window.el (special-display-popup-frame): Don't use
11177 window--display-buffer (Bug#11651).
11178
11179 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11180
11181 Fix parallel builds: make sure loaddefs.el is not being written
11182 while Lisp files are compiled.
11183 (compile): Don't depend on 'mh-autoloads'.
11184 (compile-CMD, compile-SH): Depend on 'autoloads'.
11185 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11186
11187 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11188
11189 2012-06-09 Chong Yidong <cyd@gnu.org>
11190
11191 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11192 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11193 Doc fixes (Bug#11225).
11194
11195 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11196
11197 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11198 a function if there's a clear indication that it has a compiler-macro.
11199 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11200 (macro-declarations-alist): Add arglist to declaration functions.
11201 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11202 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11203 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11204 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11205 Also add autoload to find the compiler macro.
11206 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11207 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11208 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11209 (cl--compiler-macro-get): New functions, replacing calls to
11210 cl-define-compiler-macro.
11211 (cl-typep) [compiler-macro]: Use macroexp-let².
11212
11213 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11214
11215 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11216 string properly, fixes Bug#11473.
11217
11218 2012-06-08 Chong Yidong <cyd@gnu.org>
11219
11220 * faces.el (set-face-attribute): Doc fix.
11221 (modify-face): Don't use :bold and :italic.
11222 (error, warning, success): Tweak definitions.
11223
11224 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11225 (custom-modified, custom-set, custom-changed, custom-themed)
11226 (custom-saved, custom-button, custom-button-mouse)
11227 (custom-button-pressed, custom-state, custom-comment-tag)
11228 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11229 (custom-group-subtitle): Use new-style face specs.
11230 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11231 (custom-set-face, custom-changed-face, custom-saved-face)
11232 (custom-button-face, custom-button-pressed-face)
11233 (custom-documentation-face, custom-state-face)
11234 (custom-comment-face, custom-comment-tag-face)
11235 (custom-variable-tag-face, custom-variable-button-face)
11236 (custom-face-tag-face, custom-group-tag-face-1)
11237 (custom-group-tag-face): Remove obsolete face alias.
11238
11239 * epa.el (epa-validity-high, epa-validity-medium)
11240 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11241 (epa-field-name, epa-field-body):
11242 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11243 (font-lock-keyword-face, font-lock-builtin-face)
11244 (font-lock-function-name-face, font-lock-variable-name-face)
11245 (font-lock-type-face, font-lock-constant-face):
11246 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11247 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11248 * speedbar.el (speedbar-button-face, speedbar-file-face)
11249 (speedbar-directory-face, speedbar-tag-face)
11250 (speedbar-selected-face, speedbar-highlight-face)
11251 (speedbar-separator-face):
11252 * whitespace.el (whitespace-newline, whitespace-space)
11253 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11254 (whitespace-line, whitespace-space-before-tab)
11255 (whitespace-space-after-tab, whitespace-indentation)
11256 (whitespace-empty):
11257 * emulation/cua-base.el (cua-global-mark):
11258 * eshell/em-prompt.el (eshell-prompt):
11259 * net/newst-plainview.el (newsticker-new-item-face)
11260 (newsticker-old-item-face, newsticker-immortal-item-face)
11261 (newsticker-obsolete-item-face, newsticker-date-face)
11262 (newsticker-statistics-face, newsticker-default-face):
11263 * net/newst-reader.el (newsticker-feed-face)
11264 (newsticker-extra-face, newsticker-enclosure-face):
11265 * net/newst-treeview.el (newsticker-treeview-face)
11266 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11267 (newsticker-treeview-immortal-face)
11268 (newsticker-treeview-obsolete-face)
11269 (newsticker-treeview-selection-face):
11270 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11271 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11272 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11273 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11274 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11275 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11276 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11277 (mpuz-text):
11278 * progmodes/vera-mode.el (vera-font-lock-number)
11279 (vera-font-lock-function, vera-font-lock-interface):
11280 * textmodes/table.el (table-cell): Use new-style face specs, and
11281 don't use the old :bold and :italic attributes.
11282
11283 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11284 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11285 (ebrowse-member-class, ebrowse-progress): Likewise.
11286 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11287 (ebrowse-file-name-face, ebrowse-default-face)
11288 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11289 (ebrowse-progress-face): Remove obsolete faces.
11290
11291 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11292 Inherit from error and warning faces respectively.
11293
11294 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11295 Likewise.
11296 (flyspell-incorrect-face, flyspell-duplicate-face):
11297 Remove obsolete aliases.
11298
11299 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11300
11301 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11302 Avoid infloop.
11303
11304 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * startup.el (argv, argi): Make lexically scoped.
11307 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11308 * emacs-lisp/cl-macs.el: Use lexical-binding.
11309 Rename cl-bind-* to cl--bind-*.
11310 * files.el: Don't require `cl' since it doesn't use it.
11311 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11312
11313 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11314
11315 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11316 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11317 instead of calling external sort utility.
11318 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11319
11320 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11321
11322 * descr-text.el (describe-char): Mention how to insert the
11323 character, if the current input method doesn't support it.
11324 See the discussion in this thread for the details:
11325 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11326
11327 2012-06-08 Sam Steingold <sds@gnu.org>
11328
11329 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11330 XF86Back to previous-buffer.
11331 (minibuffer-local-map): Bind them to next-history-element and
11332 previous-history-element respectively.
11333 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11334 help-go-back respectively.
11335 * info.el (Info-mode-map): Bind them to Info-history-forward and
11336 Info-history-back respectively.
11337 These are the keys next to Up on the ThinkPad keyboard.
11338
11339 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11340
11341 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11342 * emacs-lisp/cl-macs.el: Provide itself.
11343 (cl--labels-convert-cache): New var.
11344 (cl--labels-convert): New function.
11345 (cl-flet, cl-labels): New implementation with new semantics, relying on
11346 lexical-binding.
11347 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11348 (cl-closure-vars, cl--function-convert-cache)
11349 (cl--function-convert): Move from cl-macs.el.
11350 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11351 rename by removing the "cl-" prefix.
11352 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11353
11354 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11357 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11358 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11359 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11360 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11361 (cl-hash-table-count): Add old compatibility aliases.
11362
11363 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11364 Use macroexpand-all-environment instead.
11365 (cl--old-macroexpand): New var.
11366 (cl--sm-macroexpand): New function.
11367 (cl-symbol-macrolet): Use it during macro expansion.
11368 (cl--function-convert-cache): New var.
11369 (cl--function-convert): New function, extracted from
11370 cl-macroexpand-all.
11371 (cl-lexical-let): Use it.
11372
11373 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11374 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11375 (cl-member): Remove old alias.
11376
11377 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11378 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11379 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11380 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11381 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11382 (cl-macroexpand-cmacs): Remove var.
11383 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11384 Use macroexpand-all instead.
11385
11386 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11387
11388 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11389 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11390 (macroexp-copyable-p): New functions and macros.
11391 * emacs-lisp/edebug.el (edebug-unwrap):
11392 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11393 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11394 (pcase--let*): Remove.
11395 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11396 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11397 macroexp-const-p instead.
11398 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11399
11400 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11401 instead of "cl-" for internal definitions. Use macroexp-const-p.
11402 (cl-old-bc-file-form): Remove var.
11403 (cl-const-exprs-p): Remove fun.
11404 (cl-labels, cl-macrolet): Use backquote.
11405 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11406 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11407 (cl-define-setf-expander): Rename from cl-define-setf-method.
11408 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11409
11410 * international/mule-cmds.el: Don't require CL.
11411 (view-hello-file): Don't use `letf'.
11412
11413 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * tmm.el (tmm-prompt): Use string-prefix-p.
11416 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11417 (tmm-add-prompt): Use minibuffer-completion-help.
11418 (tmm-delete-map): Remove.
11419
11420 * subr.el (kbd): Make it its own function.
11421
11422 2012-06-07 Stefan Merten <smerten@oekonux.de>
11423
11424 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11425 Silence compiler warnings. Fix versions.
11426 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11427 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11428 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11429 (rst-package-emacs-version-alist): Correct Emacs version to
11430 represent major merge with upstream.
11431 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11432
11433 2012-06-06 Glenn Morris <rgm@gnu.org>
11434
11435 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11436 Only print environment variables if set.
11437
11438 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11439
11440 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11441 (macroexp--cons): Rename from maybe-cons.
11442 (macroexp--accumulate): Rename from macroexp-accumulate.
11443 (macroexp--all-forms): Rename from macroexpand-all-forms.
11444 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11445 (macroexp--expand-all): Rename from macroexpand-all-1.
11446
11447 2012-06-06 Sam Steingold <sds@gnu.org>
11448
11449 * calendar/calendar.el (calendar-in-read-only-buffer):
11450 Call `special-mode' to enable the standard read-only keybindings.
11451
11452 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11455 with "loading" messages (bug#11635).
11456
11457 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11458
11459 * files.el (enable-remote-dir-locals): New option.
11460 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11461
11462 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11463 Ensure, that the temp directory is local.
11464
11465 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11466 `temporary-file-directory'.
11467
11468 * progmodes/python.el (python-send-region): Ensure, that the
11469 temporary file is created also in the remote case.
11470
11471 2012-06-06 Glenn Morris <rgm@gnu.org>
11472
11473 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11474 (vc-rcs-update-changelog): Use it.
11475
11476 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11477
11478 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11479 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11480 (vc-sccs-diff): Replace use of the external vcdiff script.
11481
11482 2012-06-05 Glenn Morris <rgm@gnu.org>
11483
11484 * ledit.el: Move to obsolete/.
11485
11486 2012-06-05 Sam Steingold <sds@gnu.org>
11487
11488 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11489 patch (Bug#11140).
11490
11491 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11492
11493 * emacs-lisp/cust-print.el: Move to obsolete.
11494
11495 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11496 compiler-macro expansion.
11497
11498 Add native compiler-macro support.
11499 * emacs-lisp/macroexp.el (macroexpand-all-1):
11500 Support compiler-macros directly. Properly follow aliases and apply
11501 the compiler macros more thoroughly.
11502 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11503 macroexpand now properly follows aliases.
11504 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11505 (cl-compiler-macroexpand): Use new prop.
11506 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11507
11508 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11509
11510 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11511
11512 * window.el (get-lru-window, get-mru-window, get-largest-window):
11513 New argument NOT-SELECTED to avoid picking the selected window.
11514 (window--display-buffer-1, window--display-buffer-2): Replace by
11515 new function window--display-buffer
11516 (display-buffer-same-window, display-buffer-reuse-window)
11517 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11518 Use window--display-buffer.
11519 (display-buffer-use-some-window): Remove temporary dedication
11520 hack by calling get-lru-window and get-largest-window with
11521 NOT-SELECTED argument non-nil. Call window--display-buffer.
11522
11523 2012-06-05 Glenn Morris <rgm@gnu.org>
11524
11525 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11526 Replace external vcdiff script.
11527
11528 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11529
11530 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11531
11532 2012-06-04 Chong Yidong <cyd@gnu.org>
11533
11534 * image.el (imagemagick-types-inhibit): Revert last change.
11535 Add INFO and M.
11536 (imagemagick-enabled-types): Remove CIN and EPS*.
11537
11538 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11539
11540 * emacs-lisp/cl-lib.el: Rename from cl.el.
11541 * emacs-lisp/cl.el: New compatibility file.
11542 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11543 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11544 to obey the "cl-" prefix.
11545 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11546
11547 2012-06-03 Glenn Morris <rgm@gnu.org>
11548
11549 * emacs-lisp/authors.el (authors-aliases): Addition.
11550
11551 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11552 Fix :version.
11553
11554 2012-06-03 Stefan Merten <smerten@oekonux.de>
11555
11556 * textmodes/rst.el: Add comments.
11557 (rst-transition, rst-adornment): New faces.
11558 (rst-adornment-faces-alist): Make default safe to reevaluate.
11559 Fixes
11560 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11561 Improve customization tags.
11562 (rst-define-level-faces): Clarify meaning.
11563
11564 2012-06-03 Chong Yidong <cyd@gnu.org>
11565
11566 * progmodes/compile.el (compilation-mode-line-fail)
11567 (compilation-mode-line-run, compilation-mode-line-exit):
11568 New faces.
11569 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11570
11571 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11572
11573 * progmodes/which-func.el (which-func-update-ediff-windows):
11574 New function. Use it in ediff-select-hook (Bug#11478).
11575
11576 2012-06-03 Chong Yidong <cyd@gnu.org>
11577
11578 * bindings.el: Remove explicit help text from format-mode-line.
11579 It is now supplied by mode-line-default-help-echo.
11580 (mode-line-front-space, mode-line-end-spaces)
11581 (mode-line-misc-info): New variables.
11582 (mode-line-modes, mode-line-position): Move the default value to
11583 the variable definition.
11584 (mode-line-default-help-echo): New defcustom.
11585 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11586 (mode-line-modified-help-echo): New functions.
11587 (mode-line-mule-info, mode-line-modified): Use them.
11588 (mode-line-eol-desc, propertized-buffer-identification):
11589 Consistency fixes for help text.
11590 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11591 set-buffer-file-coding-system (Bug#289).
11592 (mode-line-mule-info-help-echo): Update help text.
11593
11594 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * simple.el (execute-extended-command): Set real-this-command
11597 (bug#11506).
11598
11599 2012-06-02 Chong Yidong <cyd@gnu.org>
11600
11601 Remove incorrect uses of "modeline" in comments, docstrings, and
11602 function/variable names (Bug#10329).
11603
11604 * cus-edit.el (mode-line):
11605 * dframe.el (dframe-mouse-hscroll):
11606 * emacs-lisp/re-builder.el:
11607 * emacs-lisp/easy-mmode.el (define-minor-mode):
11608 * frame.el (set-frame-name):
11609 * help.el (lookup-minor-mode-from-indicator):
11610 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11611 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11612 (c-toggle-hungry-state):
11613 * progmodes/antlr-mode.el (antlr-language-alist):
11614 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11615 * progmodes/vhdl-mode.el (vhdl-mode):
11616 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11617 * term/ns-win.el (ns-face-at-pos):
11618 * term/sup-mouse.el (sup-mouse-report):
11619 * textmodes/flyspell.el (flyspell-mode-line-string):
11620 * textmodes/ispell.el (ispell-highlight-face):
11621 * textmodes/reftex-global.el:
11622 * vc/vc-arch.el (vc-arch-mode-line-string):
11623 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11624 * vc/vc-git.el (vc-git-mode-line-string):
11625 * vc/vc-hooks.el (vc-display-status)
11626 (vc-default-mode-line-string):
11627 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11628
11629 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11630
11631 * dired.el (dired-sort-set-mode-line): Rename from
11632 dired-sort-set-modeline. All callers changed.
11633
11634 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11635 eshell-status-in-modeline.
11636
11637 * foldout.el (foldout-mode-line-string): Rename from
11638 foldout-modeline-string. All callers changed.
11639 (foldout-update-mode-line): Rename from foldout-update-modeline.
11640
11641 * subr.el (redraw-modeline): Make into obsolete alias.
11642
11643 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11644 timeclock-modeline-display. Make old name an alias.
11645 (timeclock-update-mode-line): Likewise. All callers changed.
11646 (timeclock-mode-line-display): No need to check before using
11647 add-hook.
11648 (timeclock-relative, timeclock-day-over-hook)
11649 (timeclock-use-elapsed, timeclock-mode-string)
11650 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11651
11652 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11653 crisp-mode-modeline-string.
11654
11655 * play/solitaire.el (solitaire-build-mode-line): Rename from
11656 solitaire-build-modeline. All callers changed.
11657
11658 * play/zone.el (zone-hiding-mode-line): Rename from
11659 zone-hiding-modeline. All callers changed.
11660 (zone): Remove unusued `modeline-hidden-level' property.
11661
11662 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11663 xscheme-modeline-initialize. All callers changed.
11664
11665 * strokes.el (strokes-lighter): Rename from
11666 strokes-modeline-string.
11667
11668 * textmodes/sgml-mode.el (html-face-tag-alist)
11669 (html-tag-face-alist): Use mode-line face instead of obsolete
11670 alias modeline.
11671
11672 2012-06-02 Stefan Merten <smerten@oekonux.de>
11673
11674 * textmodes/rst.el: Always require `cl'.
11675 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11676
11677 2012-06-02 Chong Yidong <cyd@gnu.org>
11678
11679 * image.el (imagemagick-enabled-types): Rename from
11680 imagemagick-types-enable. Add many more types.
11681 (imagemagick-types-inhibit): Change default to nil.
11682 (imagemagick-filter-types): Caller changed.
11683
11684 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11685
11686 * emacs-lisp/cl-macs.el: Use backquotes.
11687 (cl-transform-function-property): Use eval-and-compile rather than
11688 abusing `require'.
11689 (defstruct): Use declare-function instead of with-no-warnings.
11690
11691 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11692 (byte-compile-output-docform): Re-add the print-circle bindings.
11693 (byte-compile-fix-header): Use #$ just because it's shorter.
11694 (byte-compile-output-file-form): Remove defun/defmacro.
11695
11696 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11697
11698 * simple.el (choose-completion): Remove now obsolete binding for
11699 owindow.
11700
11701 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11702
11703 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11704 in order to avoid "Stack overflow in regexp matcher".
11705
11706 2012-05-31 Glenn Morris <rgm@gnu.org>
11707
11708 * image.el: For clarity, call imagemagick-register-types at
11709 top-level, rather than relying on a custom :initialize.
11710 (imagemagick-types-enable): New option. (Bug#11557)
11711 (imagemagick-filter-types): New function. (Bug#7406)
11712 (imagemagick-register-types): Use imagemagick-filter-types.
11713 If disabling support, remove elements altogether rather
11714 than using an impossible regexp.
11715 (imagemagick-types-inhibit): Give it the default init function.
11716
11717 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11720 Handle arbitrary file name lengths (Bug#11585).
11721
11722 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11723
11724 * desktop.el (desktop-read): Clear previous and next buffers for
11725 all windows and bury *Messages* buffer (bug#11556).
11726
11727 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11728
11729 Add `declare' for `defun'. Align `defmacro's with it.
11730 * emacs-lisp/easy-mmode.el (define-minor-mode)
11731 (define-globalized-minor-mode): Don't autoload the var definitions.
11732 * emacs-lisp/byte-run.el: Use lexical-binding.
11733 (defun-declarations-alist, macro-declarations-alist): New vars.
11734 (defmacro, defun): Use them.
11735 (make-obsolete, define-obsolete-function-alias)
11736 (make-obsolete-variable, define-obsolete-variable-alias):
11737 Use `declare'.
11738 (macro-declaration-function): Mark obsolete.
11739 * emacs-lisp/autoload.el: Use lexical-binding.
11740 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11741
11742 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11743
11744 * textmodes/ispell.el (ispell-with-no-warnings):
11745 Define as a macro.
11746 (ispell-kill-ispell, ispell-change-dictionary):
11747 Use `called-interactively-p' for Emacs instead of obsolete
11748 `interactive-p'.
11749
11750 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11753 (macro-declaration-function): Move var from C code.
11754 (macro-declaration-function): Define function with defalias.
11755 * emacs-lisp/macroexp.el (macroexpand-all-1):
11756 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11757 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11758 defun/defmacro any more.
11759 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11760 Provide fallback for unknown arglist.
11761 (byte-compile-arglist-warn): Change calling convention.
11762 (byte-compile-output-file-form): Move print-vars binding.
11763 (byte-compile-output-docform): Simplify accordingly.
11764 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11765 (byte-compile-defmacro-declaration): Remove.
11766 (byte-compile-file-form-defmumble): Generalize to defalias.
11767 (byte-compile-output-as-comment): Return byte-positions.
11768 Simplify callers accordingly.
11769 (byte-compile-lambda): Use `assert'.
11770 (byte-compile-defun, byte-compile-defmacro): Remove.
11771 (byte-compile-file-form-defalias):
11772 Use byte-compile-file-form-defmumble.
11773 (byte-compile-defalias-warn): Remove.
11774
11775 2012-05-29 Stefan Merten <smerten@oekonux.de>
11776
11777 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11778 possible. Fix authors. Improve comments. Improve loading of `cl'.
11779
11780 (rst-mode-abbrev-table): Merge definition.
11781 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11782 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11783
11784 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11785
11786 * calendar/icalendar.el
11787 (icalendar-export-region): Export UID properly.
11788
11789 2012-05-29 Leo Liu <sdl.web@gmail.com>
11790 * calendar/icalendar.el (icalendar-import-format):
11791 Add `icalendar-import-format-uid' (Bug#11525).
11792 (icalendar-import-format-uid): New.
11793 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11794 Export UID.
11795
11796 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11797
11798 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11799 different alternative patterns.
11800 (pcase-codegen): Be more careful to preserve identity.
11801 (pcase--u1): Don't forget to mark vars as used.
11802
11803 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11804 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11805 (byte-compile-from-buffer): ...rather than here.
11806
11807 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11808 functions from byte-compile-function-environment.
11809
11810 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11811
11812 * window.el (window-deletable-p): Avoid deleting the root window
11813 of a frame with an active minibuffer.
11814
11815 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11816
11817 * simple.el (choose-completion): Use quit-window (Bug#11567).
11818
11819 2012-05-29 Chong Yidong <cyd@gnu.org>
11820
11821 * whitespace.el (whitespace-cleanup): Fix usage of
11822 whitespace-empty-at-bob-regexp (Bug#11492).
11823
11824 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11825
11826 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11827 revert (Bug#11488).
11828
11829 2012-05-29 Juri Linkov <juri@jurta.org>
11830
11831 * isearch.el (isearch-mode-map): Bind `M-s _' to
11832 `isearch-toggle-symbol'. Bind `M-s c' to
11833 `isearch-toggle-case-fold'.
11834 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11835 (isearch-forward): Add `M-s _' to the docstring.
11836 (isearch-forward-symbol, isearch-toggle-case-fold)
11837 (isearch-symbol-regexp): New functions. (Bug#11381)
11838
11839 2012-05-29 Juri Linkov <juri@jurta.org>
11840
11841 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11842 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11843 a function, call it to get the regexp.
11844 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11845 property `isearch-message-prefix' instead of the string "word ".
11846 (isearch-search-fun-default): For the case of `isearch-word',
11847 return a lambda that calls re-search-forward/re-search-backward
11848 with a regexp returned by `word-search-regexp' or by the function
11849 in `isearch-word'.
11850
11851 2012-05-29 Juri Linkov <juri@jurta.org>
11852
11853 * isearch.el (isearch-search-fun-default): New function.
11854 (isearch-search-fun): Move default part to the new function
11855 `isearch-search-fun-default'.
11856 (isearch-search-fun-function): Set the default value to
11857 `isearch-search-fun-default'. (Bug#11381)
11858
11859 * comint.el (comint-history-isearch-end):
11860 Use `isearch-search-fun-default'.
11861 (comint-history-isearch-search): Use `isearch-search-fun-default'
11862 and remove spacial case for `isearch-word'.
11863 (comint-history-isearch-wrap): Remove spacial case for
11864 `isearch-word'.
11865
11866 * hexl.el (hexl-isearch-search-function):
11867 Use `isearch-search-fun-default'.
11868
11869 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11870 Use `word-search-regexp' for `isearch-word'.
11871
11872 * misearch.el (multi-isearch-search-fun):
11873 Use `isearch-search-fun-default'.
11874
11875 * simple.el (minibuffer-history-isearch-search):
11876 Use `isearch-search-fun-default' and remove spacial case for
11877 `isearch-word'.
11878 (minibuffer-history-isearch-wrap): Remove spacial case for
11879 `isearch-word'.
11880
11881 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11882 Remove spacial case for `isearch-word'.
11883 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11884
11885 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11886
11887 Decrease XEmacs incompatibilities.
11888 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11889 Use `string-match'.
11890 (flyspell-delete-region-overlays): Use alternative definition for
11891 XEmacs.
11892 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11893 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11894 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11895 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11896 `define-obsolete-face-alias' under XEmacs, but old method.
11897
11898 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11899 `with-no-warnings' definition or Emacs alias.
11900 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11901 (ispell-word): Do not use `region-p' if XEmacs.
11902
11903 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11904
11905 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11906 Check for `ispell-dictionary-base-alist' instead of full
11907 `ispell-dictionary-alist'.
11908 (ispell-init-process): Show spellchecker when starting new Ispell
11909 process.
11910
11911 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11914 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11915
11916 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11917
11918 * version.el (motif-version-string, gtk-version-string)
11919 (ns-version-string): Declare.
11920
11921 2012-05-27 Juri Linkov <juri@jurta.org>
11922
11923 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11924 after the `eval-defun-1' specialcaseing
11925 like in `edebug-eval-defun' (bug#10181).
11926
11927 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11928 like in `eval-defun-1'.
11929
11930 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11931
11932 * mail/sendmail.el (mail-yank-region):
11933 Recognize rmail-yank-current-message in addition to insert-buffer.
11934 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11935 a *mail* buffer created through rmail-start-mail with sendmail as
11936 mail-user-agent.
11937
11938 2012-05-27 Chong Yidong <cyd@gnu.org>
11939
11940 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11941 Default to 256 (Bug#11267).
11942
11943 * help.el (describe-mode): Doc fix.
11944
11945 2012-05-26 Glenn Morris <rgm@gnu.org>
11946
11947 * w32-fns.el (w32-init-info): Remove.
11948 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11949
11950 * info.el (info-initialize): For self-contained NS builds, put the
11951 included info/ directory at the front. (Bug#2791)
11952
11953 * paths.el (Info-default-directory-list): Make it a defcustom,
11954 mainly so that we can use custom-initialize-delay.
11955
11956 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11957
11958 * subr.el (buffer-has-markers-at): Mark obsolete.
11959
11960 * subr.el (lambda): Use declare.
11961
11962 * emacs-lisp/lisp-mode.el (lambda):
11963 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11964
11965 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11966
11967 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
11968
11969 2012-05-26 Glenn Morris <rgm@gnu.org>
11970
11971 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11972
11973 2012-05-25 Glenn Morris <rgm@gnu.org>
11974
11975 * paths.el: Remove no-byte-compile.
11976 * loadup.el: No need to load paths.el uncompiled.
11977
11978 * image.el (imagemagick-types-inhibit): Doc fix.
11979
11980 * version.el: Remove no-byte-compile and associated formatting.
11981 * loadup.el: No need to load version.el uncompiled. AFAICS, this
11982 is ancient code from when there was an "inc-vers.el".
11983
11984 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * progmodes/gdb-mi.el: Minor style changes.
11987 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11988 Turn into minor modes.
11989 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11990 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11991 (gdb-shell): Remove unneeded let-binding.
11992 (gdb-get-many-fields): Eliminate O(n²) behavior.
11993
11994 2012-05-25 Eli Zaretskii <eliz@gnu.org>
11995
11996 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11997 platforms that don't link in fontset.c.
11998
11999 2012-05-25 Juri Linkov <juri@jurta.org>
12000
12001 Use the same diff color scheme as in modern VCSes (bug#10181).
12002
12003 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12004 to avoid confusion with `diff-added' that now uses green colors.
12005 (diff-removed): Use shades of red.
12006 (diff-added): Use shades of green.
12007 (diff-changed): Leave just the yellow color.
12008 (diff-use-changed-face): New variable.
12009 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12010 how to highlight context diff changes.
12011 (diff-refine-change): Use shades of yellow.
12012 (diff-refine-removed): New face that uses shades of red.
12013 (diff-refine-added): New face that uses shades of green.
12014 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12015 `diff-refine-removed' in the call to `smerge-refine-subst'
12016 depending on the value of `diff-use-changed-face'.
12017
12018 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12019 (smerge-other): Use shades of green.
12020 (smerge-base): Use shades of yellow.
12021 (smerge-refined-change): Empty face.
12022 (smerge-refined-removed): New face that uses shades of red.
12023 (smerge-refined-added): New face that uses shades of green.
12024 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12025 args `props-r' and `props-a', and use them. Doc fix.
12026 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12027 on its value use different faces `smerge-refined-change',
12028 `smerge-refined-removed', `smerge-refined-added' in the call to
12029 `smerge-refine-subst'.
12030
12031 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12032 Add face condition `min-colors 88' with shades of red.
12033 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12034 `min-colors 88' with shades of green.
12035 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12036 `min-colors 88' with shades of yellow.
12037
12038 2012-05-24 Glenn Morris <rgm@gnu.org>
12039
12040 * paths.el (prune-directory-list, remote-shell-program): Move to...
12041 * files.el (prune-directory-list, remote-shell-program): ...here.
12042 For the latter, delay initialization, prefer ssh, just search PATH.
12043
12044 * paths.el (term-file-prefix): Move to faces.el (the only user).
12045 * faces.el (term-file-prefix): Move here, make it a defcustom.
12046
12047 * paths.el (news-directory, news-path, news-inews-program):
12048 Move to gnus/nnspool.el.
12049
12050 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12051
12052 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12053 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12054 Make the latter a defcustom, with a delayed initialization.
12055
12056 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12057 These were deleted from Gnus itself late 2010.
12058
12059 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12060
12061 * progmodes/which-func.el (which-func-ff-hook):
12062 Check against user-error, not error.
12063
12064 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12065 cl-specs.el, which no longer exists.
12066
12067 2012-05-22 Glenn Morris <rgm@gnu.org>
12068
12069 * info.el (info-emacs-bug): New command.
12070 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12071 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12072
12073 2012-05-21 Glenn Morris <rgm@gnu.org>
12074
12075 * makefile.w32-in (update-subdirs-SH):
12076 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12077
12078 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12081
12082 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12083 Simplify Maven regexp, and make sure the file can't start with a space
12084 (bug#11517).
12085
12086 2012-05-21 Glenn Morris <rgm@gnu.org>
12087
12088 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12089 Scrap superfluous subshells.
12090
12091 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12094 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12095
12096 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12097
12098 * calc/calc.el (calc-ensure-consistent-units): New variable.
12099
12100 * calc/calc-units.el (math-consistent-units-p)
12101 (math-check-unit-consistency): New functions.
12102 (calc-quick-units, calc-convert-units):
12103 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12104 is non-nil.
12105 (calc-extract-units): Fix typo.
12106
12107 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12110
12111 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12112 (flyspell-default-deplacement-commands): Don't spell check after
12113 repeated window/frame switches (e.g. triggered by mouse-movement).
12114 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12115 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12116 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12117 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12118 Remove unused vars.
12119 (flyspell-get-casechars, flyspell-get-not-casechars):
12120 Simplify; Don't bother removing a ] just to add it back.
12121 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12122
12123 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12124
12125 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12126 New functions.
12127 (math-function-table): Add support for more C functions.
12128
12129 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12130
12131 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12132 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12133 Protect delay handling for otherchars against empty otherchars.
12134
12135 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12138 their respective macro declarations.
12139 * skeleton.el (define-skeleton):
12140 * progmodes/compile.el (define-compilation-mode):
12141 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12142 (define-ibuffer-filter):
12143 * emacs-lisp/generic.el (define-generic-mode):
12144 * emacs-lisp/easy-mmode.el (define-minor-mode)
12145 (define-globalized-minor-mode):
12146 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12147 * emacs-lisp/byte-run.el (defsubst):
12148 * custom.el (deftheme): Add doc-string metadata.
12149
12150 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12151
12152 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12153
12154 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12155
12156 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12157
12158 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12159 * emacs-lisp/cl-macs.el: Idem.
12160 * emacs-lisp/cl-specs.el: Remove.
12161
12162 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 Minor renaming of internal CL functions and variables.
12165 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12166 (cl--position): Rename from cl-position.
12167 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12168 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12169 (cl--random-state): Rename from *random-state*.
12170
12171 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12172
12173 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12174 parens around the arg list (bug#11499).
12175
12176 2012-05-17 Juri Linkov <juri@jurta.org>
12177
12178 * isearch.el (word-search-regexp, word-search-backward)
12179 (word-search-forward, word-search-backward-lax)
12180 (word-search-forward-lax): Move functions from search.c
12181 (bug#10145, bug#11381).
12182
12183 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12184
12185 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12186 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12187 Delay for otherchars as for normal word components.
12188
12189 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12190
12191 * minibuffer.el (completion--sifn-requote): Fix last change.
12192 (minibuffer-local-must-match-filename-map):
12193 Move define-obsolete-variable-alias before its var.
12194
12195 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12198
12199 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12200 behavior.
12201 (completion--string-equal-p): New function.
12202 (completion--twq-all): Use it to get better assertion failure data.
12203
12204 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12205 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12206 (shell--requote-argument): New functions.
12207 (shell-completion-vars): Use them.
12208 (shell--parse-pcomplete-arguments): Rename from
12209 shell-parse-pcomplete-arguments.
12210 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12211 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12212 Obey comint-file-name-quote-list.
12213
12214 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12215 (smie-indent-keyword): Use it.
12216
12217 2012-05-14 Stefan Merten <smerten@oekonux.de>
12218
12219 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12220
12221 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * net/rlogin.el (rlogin-mode-map): Fix last change.
12224
12225 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12226
12227 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12228 the following \r\n using a single `process-send-string', since the
12229 Lotus SMTP server refuses to accept any commands if they are sent
12230 with two `process-send-string's (Bug#11444).
12231
12232 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * shell.el (shell-parse-pcomplete-arguments):
12235 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12236
12237 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12238
12239 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12240 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12241 (image-transform-width, image-transform-fit-width): New functions.
12242 (image-transform-properties): Use them.
12243 (image-transform-check-size): New function.
12244 (image-toggle-display-image): Use it (for testing).
12245 (image-transform-set-rotation): Reduce angle mod 360.
12246 Delete obsolete comment.
12247
12248 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12249
12250 * image-mode.el: Fix scaling (bug#11399).
12251 (image-transform-resize): Doc fix.
12252 (image-transform-properties): Default scale is 1 and height should
12253 be an integer.
12254
12255 2012-05-13 Johan Bockgård <bojohan@gnu.org>
12256
12257 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12258 than hard-coding `car', to fix misbehavior when moving forward.
12259
12260 2012-05-13 Chong Yidong <cyd@gnu.org>
12261
12262 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12263 (tabulated-list-entries, tabulated-list-padding)
12264 (tabulated-list-sort-key): Make permanent-local.
12265
12266 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12267 (electric-buffer-list): Put electric buffer menu
12268 command descriptions in this docstring, instead of the docstring
12269 of electric-buffer-menu-mode. Code cleanups.
12270 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12271 Electric-buffer-menu-mode.
12272 (electric-buffer-update-highlight): Minor code cleanup.
12273
12274 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12275
12276 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12277 (Bug#11447)
12278
12279 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 Move define-obsolete-variable-alias before the var's definition.
12282 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12283 * tooltip.el (tooltip-hook):
12284 * textmodes/reftex-toc.el (reftex-toc-map):
12285 * textmodes/reftex-sel.el (reftex-select-label-map)
12286 (reftex-select-bib-map):
12287 * textmodes/reftex-index.el (reftex-index-map)
12288 (reftex-index-phrases-map):
12289 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12290 * progmodes/meta-mode.el (meta-mode-map):
12291 * novice.el (disabled-command-hook):
12292 * loadhist.el (unload-hook-features-list):
12293 * frame.el (blink-cursor):
12294 * files.el (find-file-not-found-hooks, write-file-hooks)
12295 (write-contents-hooks):
12296 * emulation/tpu-edt.el (GOLD-map):
12297 * emacs-lock.el (emacs-lock-from-exiting):
12298 * emacs-lisp/generic.el (generic-font-lock-defaults):
12299 * emacs-lisp/chart.el (chart-map):
12300 * dos-fns.el (register-name-alist):
12301 * dired-x.el (dired-omit-files-p):
12302 * desktop.el (desktop-enable):
12303 * cus-edit.el (custom-mode-hook):
12304 * buff-menu.el (buffer-menu-mode-hook):
12305 * bookmark.el (bookmark-read-annotation-text-func)
12306 (bookmark-exit-hooks):
12307 * allout.el (allout-mode-deactivate-hook)
12308 (allout-exposure-change-hook, allout-structure-added-hook)
12309 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12310 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12311 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12312 comes before the corresponding variable's definition.
12313
12314 2012-05-12 Chong Yidong <cyd@gnu.org>
12315
12316 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12317 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12318 (Buffer-menu-mode-map): Bind it.
12319 (Buffer-menu--pretty-name): Add a mouse-face property.
12320
12321 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12322
12323 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12324 (prolog-upper-case-string, prolog-lower-case-string)
12325 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12326 (prolog-use-smie, prolog-smie-grammar): New vars.
12327 (prolog-smie-forward-token, prolog-smie-backward-token)
12328 (prolog-smie-rules): New funs.
12329 (prolog-comment-indent): Remove.
12330 (prolog-mode-variables): Use default comment indentation instead.
12331 Setup SMIE.
12332 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12333 (prolog-mode): Don't call them any more.
12334 (prolog-electric-colon, prolog-electric-dash)
12335 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12336
12337 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12338
12339 * minibuffer.el (completion--twq-all): Again, allow case differences.
12340
12341 * term.el: Move keymap initialization code to be more idiomatic.
12342 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12343 (term-terminal-menu): Move initialization into declaration.
12344 (term-escape-char): Let the user set it in her .emacs.
12345
12346 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12347 Provide SMIE-based indentation (not enabled by default yet).
12348 (sh-mode-map): Don't bind electric keys.
12349 Use electric-pair-mode instead of skeleton-pair.
12350 (sh-assignment-regexp): Fit within 80 columns.
12351 (sh-indent-supported): Specify actual shell name instead of boolean.
12352 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12353 (sh-maybe-here-document): Use it. Make obsolete.
12354 (sh-electric-here-document-mode) New minor mode.
12355 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12356 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12357 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12358 (sh-smie-rc-grammar, sh-use-smie): New vars.
12359 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12360 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12361 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12362 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12363 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12364 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12365 (sh-set-shell): Use smie-setup if requested.
12366
12367 * term.el (term-set-escape-char): Properly set term-escape-char.
12368 See http://stackoverflow.com/questions/10524656.
12369
12370 2012-05-10 Chong Yidong <cyd@gnu.org>
12371
12372 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12373 Use url-generic-parse-url, and handle host names and Windows
12374 filenames properly.
12375 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12376 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12377 URL schemes to work on.
12378 (ffap--toggle-read-only): New function.
12379 (ffap-read-only, ffap-read-only-other-window)
12380 (ffap-read-only-other-frame): Use it.
12381 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12382 necessary for ffap-url-unwrap-remote.
12383
12384 2012-05-10 Dave Abrahams <dave@boostpro.com>
12385
12386 * cus-start.el (create-lockfiles): Add it.
12387
12388 2012-05-09 Chong Yidong <cyd@gnu.org>
12389
12390 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12391 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12392
12393 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12394
12395 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12396
12397 2012-05-09 Chong Yidong <cyd@gnu.org>
12398
12399 * ansi-color.el (ansi-color-process-output): Check for validity of
12400 comint-last-output-start before using it. This avoids a bad
12401 interaction with gdb-mi's input/output buffer.
12402
12403 2012-05-09 Glenn Morris <rgm@gnu.org>
12404
12405 * files.el (dir-locals-read-from-file):
12406 Mention dir-locals in any error message.
12407
12408 2012-05-09 Chong Yidong <cyd@gnu.org>
12409
12410 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12411 package (Bug#11410).
12412
12413 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12414 variables into description.
12415
12416 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12419 shell-delimiter-argument-list (bug#11348).
12420 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12421
12422 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12423
12424 * textmodes/rst.el: Silence byte-compiler warnings.
12425 (rst-re-alist, rst-reset-section-caches): Move around.
12426 (rst-re): Use `characterp', not `char-valid-p'.
12427 (font-lock-beg, font-lock-end): Declare.
12428
12429 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12430 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12431
12432 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12433
12434 2012-05-08 Glenn Morris <rgm@gnu.org>
12435
12436 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12437
12438 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * vc/log-edit.el: Add GNU coding standards highlighting.
12441 (log-edit-font-lock-gnu-style)
12442 (log-edit-font-lock-gnu-keywords): New vars.
12443 (log-edit-font-lock-keywords): New fun.
12444 (log-edit-mode): Don't fold case in font-lock.
12445 (log-edit-font-lock-keywords): Do not assume case-folding.
12446
12447 * imenu.el: Misc cleanup. Make docstrings out of comments.
12448 Use lexical-binding.
12449 (imenu--index-alist, imenu--last-menubar-index-alist)
12450 (imenu-menubar-modified-tick): Use defvar-local.
12451 (imenu--split-menu): Remove unused var.
12452 (imenu--cleanup-seen): Declare as global.
12453 (imenu--cleanup): Use dolist.
12454
12455 * subr.el (defvar-local): Add debug spec and doc-string position.
12456
12457 2012-05-08 Glenn Morris <rgm@gnu.org>
12458
12459 * language/burmese.el, language/cham.el, language/czech.el:
12460 * language/english.el, language/georgian.el, language/greek.el:
12461 * language/japanese.el, language/khmer.el, language/korean.el:
12462 * language/lao.el, language/misc-lang.el, language/romanian.el:
12463 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12464 * language/thai.el, language/utf-8-lang.el:
12465 Remove no-byte-compile setting.
12466
12467 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12468
12469 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12470
12471 * progmodes/make-mode.el (makefile-browse):
12472 Remove unnecessary interactive. (Bug#11324)
12473
12474 2012-05-07 Glenn Morris <rgm@gnu.org>
12475
12476 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12477
12478 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12479
12480 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12481
12482 * loadup.el: Preload newcomment.el.
12483 * newcomment.el: Move autoload-only code to toplevel.
12484
12485 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12486 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12487 Handle new :right-align column property.
12488 (tabulated-list-print-col): Idem, plus use `display' text-property to
12489 try and preserve alignment for variable pitch fonts.
12490
12491 2012-05-07 Chong Yidong <cyd@gnu.org>
12492
12493 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12494 (tabulated-list-use-header-line): New var.
12495 (tabulated-list-init-header): Use it.
12496 (tabulated-list-print-fake-header): New function.
12497 (tabulated-list-print): Use it.
12498 (tabulated-list-sort-button-map): Add non-header-line commands.
12499 (tabulated-list-init-header): Add column name property to basic
12500 labels as well.
12501 (tabulated-list-col-sort): Handle non-header-line button case.
12502 (tabulated-list--sort-by-column-name): Fix a corner case.
12503
12504 * buff-menu.el (list-buffers--refresh):
12505 Handle Buffer-menu-use-header-line.
12506
12507 2012-05-06 Chong Yidong <cyd@gnu.org>
12508
12509 * buff-menu.el: Convert to Tabulated List mode.
12510 (Buffer-menu-buffer+size-width): Make obsolete.
12511 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12512 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12513 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12514 documentation into docstring of buffer-menu.
12515 (Buffer-menu-toggle-files-only): Add an informative message.
12516 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12517 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12518 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12519 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12520 (Buffer-menu-execute, Buffer-menu-select)
12521 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12522 (Buffer-menu-bury): Use Tabulated List machinery.
12523 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12524 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12525 Delete.
12526 (list-buffers--refresh): New function.
12527 (list-buffers-noselect): Use it.
12528 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12529 (Buffer-menu--pretty-file-name): New helper functions.
12530
12531 * loadup.el: Preload tabulated-list.
12532
12533 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12534 tabulated-list-sort-column.
12535 (tabulated-list-init-header): Add the initial aligning space even
12536 if tabulated-list-padding is zero.
12537
12538 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12539
12540 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12541 whose cdr is not a cons cell correctly (bug#11038).
12542
12543 2012-05-06 Chong Yidong <cyd@gnu.org>
12544
12545 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12546 Accept additional plist in column descriptors.
12547 (tabulated-list-init-header): Obey it.
12548 (tabulated-list-get-entry): New function.
12549 (tabulated-list-put-tag): Use it. Use string-width instead of
12550 length.
12551 (tabulated-list--column-number): New function.
12552 (tabulated-list-print): Use it.
12553 (tabulated-list-print-col): New function.
12554 Set `tabulated-list-column-name' property on each column's text.
12555 (tabulated-list-print-entry): Use it.
12556 (tabulated-list-delete-entry, tabulated-list-set-col):
12557 New functions.
12558 (tabulated-list-sort-column): New command (Bug#11337).
12559
12560 * buff-menu.el (list-buffers): Move C-x C-b binding from
12561 buff-menu.el to bindings.el.
12562
12563 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12564 :advertised-binding feature.
12565
12566 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12567
12568 * progmodes/compile.el (compilation-internal-error-properties):
12569 Calculate start position correctly when end-col is set but
12570 end-line is not (Bug#11382).
12571
12572 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12573
12574 * man.el (Man-unindent): Use text-property-default-nonsticky to
12575 prevent untabify from inheriting face properties (Bug#11408).
12576
12577 2012-05-05 Stefan Merten <smerten@oekonux.de>
12578
12579 * textmodes/rst.el: Major merge with upstream development up to
12580 Docutils SVN r7399 / rst.el V1.2.1.
12581
12582 Clarify maintainership and authors.
12583
12584 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12585 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12586 (rst-official-version, rst-official-cvs-rev, rst-version)
12587 (rst-package-emacs-version-alist): New functions and variables
12588 for version information.
12589
12590 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12591 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12592 (rst-mode-syntax-table, rst-mode): New and corrected functions
12593 and variables representing reStructuredText features.
12594
12595 (rst-re): New function for reStructuredText regexes. Use in
12596 many places.
12597
12598 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12599 (rst-mode-map): Rebind keys.
12600
12601 (rst-mode-lazy, rst-font-lock-keywords)
12602 (rst-font-lock-extend-region)
12603 (rst-font-lock-extend-region-internal)
12604 (rst-font-lock-extend-region-extend)
12605 (rst-font-lock-find-unindented-line-limit)
12606 (rst-font-lock-find-unindented-line-match)
12607 (rst-adornment-level, rst-font-lock-adornment-level)
12608 (rst-font-lock-adornment-match)
12609 (rst-font-lock-handle-adornment-pre-match-form)
12610 (rst-font-lock-handle-adornment-matcher): Major revision of
12611 font-locking. Integrate with other code. Use `jit-lock-mode'.
12612
12613 (rst-preferred-adornments, rst-adjust-hook)
12614 (rst-new-adornment-down, rst-preferred-bullets)
12615 (rst-preferred-bullets, rst-indent, rst-indent-width)
12616 (rst-indent-field, rst-indent-literal-normal)
12617 (rst-indent-literal-minimized, rst-indent-comment): Change,
12618 extend and improve customization.
12619
12620 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12621 (rst-normalize-cursor-position, rst-get-decoration)
12622 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12623 (rst-rstrip, rst-toc-insert-find-delete-contents)
12624 (rst-shift-fill-region, rst-compute-bullet-tabs)
12625 (rst-debug-print-tabs, rst-debug-mark-found)
12626 (rst-shift-region-guts, rst-shift-region-right)
12627 (rst-shift-region-left, rst-use-char-classes)
12628 (rst-font-lock-keywords-function)
12629 (rst-font-lock-indentation-point)
12630 (rst-font-lock-find-unindented-line-begin)
12631 (rst-font-lock-find-unindented-line-end)
12632 (rst-font-lock-find-unindented-line)
12633 (rst-font-lock-adornment-point, rst-font-lock-level)
12634 (rst-adornment-level-alist): Remove functions and variables.
12635
12636 (rst-compare-adornments, rst-get-adornment-match)
12637 (rst-suggest-new-adornment, rst-get-adornments-around)
12638 (rst-adornment-complete-p, rst-get-next-adornment)
12639 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12640 (rst-straighten-adornments): Standardize function names to
12641 use "adornment" instead of "decoration". Correct callers.
12642 Similar standardizing in many places.
12643
12644 (rst-update-section, rst-adjust, rst-promote-region)
12645 (rst-enumerate-region, rst-bullet-list-region)
12646 (rst-repeat-last-character): Correct use of `interactive'.
12647
12648 (rst-classify-adornment, rst-find-all-adornments)
12649 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12650 (rst-find-leftmost-column, rst-repeat-last-character):
12651 Refactor functions.
12652
12653 (rst-find-title-line, rst-reset-section-caches)
12654 (rst-get-adornments-around, rst-adjust-adornment-work)
12655 (rst-arabic-to-roman, rst-roman-to-arabic)
12656 (rst-insert-list-pos, rst-insert-list-new-item)
12657 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12658 New functions.
12659
12660 (rst-all-sections, rst-section-hierarchy)
12661 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12662 New variables.
12663
12664 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12665 configuration instead of only buffer. Change where necessary.
12666
12667 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12668 (rst-shift-region, rst-adaptive-fill): New functions for
12669 indentation and filling.
12670
12671 (rst-comment-line-break, rst-comment-indent)
12672 (rst-comment-insert-comment, rst-comment-region)
12673 (rst-uncomment-region): New functions for handling comments.
12674
12675 (rst-compile): Quote shell arguments.
12676
12677 (rst-compile-pdf-preview, rst-compile-slides-preview):
12678 Delete temporary files after use.
12679
12680 2012-05-05 Glenn Morris <rgm@gnu.org>
12681
12682 * calendar/cal-html.el: Optionally include holidays in the output.
12683 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12684 (cal-html-holidays): New option.
12685 (cal-html-css-default): Add holiday entry.
12686 (holiday-in-range): Autoload it.
12687 (cal-html-htmlify-entry): Add optional class argument.
12688 (cal-html-htmlify-list): Add optional holidays argument.
12689 (cal-html-insert-agenda-days): Include holidays in the output.
12690 (cal-html-one-month): Maybe include holidays.
12691
12692 * calendar/holidays.el (holiday-in-range):
12693 Move here from cal-tex-list-holidays.
12694 * calendar/cal-tex.el (cal-tex-list-holidays):
12695 Make it an obsolete alias for holiday-in-range. Update all callers.
12696
12697 2012-05-05 Chong Yidong <cyd@gnu.org>
12698
12699 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12700 Nextstep.
12701
12702 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12703
12704 * files.el (file-auto-mode-skip): New var.
12705 (set-auto-mode-1): Use it.
12706
12707 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * repeat.el: Use lexical-binding.
12710 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12711 (repeat-undo-count): Remove.
12712 (repeat):
12713 * progmodes/octave-mod.el (octave-abbrev-start):
12714 * progmodes/f90.el (f90-abbrev-start):
12715 * face-remap.el (text-scale-adjust):
12716 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12717
12718 * emacs-lisp/pcase.el (pcase--let*): New function.
12719 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12720 a bit more.
12721 (pcase--split-pred): Be more clever about ruling out overlap between
12722 a predicate and some constant pattern.
12723 (pcase--q1): Use `null' instead of (eq foo nil).
12724
12725 * subr.el (setq-local, defvar-local): New macros.
12726 (kbd): Redefine as an alias.
12727 (with-selected-window): Leave unrelated frames alone.
12728 (set-temporary-overlay-map): New function.
12729
12730 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * subr.el (user-error): New function.
12733 * window.el (switch-to-buffer):
12734 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12735 (smerge-match-conflict):
12736 * simple.el (previous-matching-history-element)
12737 (next-matching-history-element, goto-history-element, undo-more)
12738 (undo-start):
12739 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12740 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12741 (next-file, tags-loop-scan, list-tags, complete-tag):
12742 * progmodes/compile.el (compilation-loop):
12743 * mouse.el (mouse-minibuffer-check):
12744 * man.el (Man-bgproc-sentinel, Man-goto-page):
12745 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12746 (Info-history-forward, Info-follow-reference, Info-menu)
12747 (Info-extract-menu-item, Info-extract-menu-counting)
12748 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12749 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12750 (Info-next-reference, Info-prev-reference, Info-index)
12751 (Info-index-next, Info-follow-nearest-node)
12752 (Info-copy-current-node-name):
12753 * imenu.el (imenu--make-index-alist)
12754 (imenu-default-create-index-function, imenu-add-to-menubar):
12755 * files.el (basic-save-buffer, recover-file):
12756 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12757 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12758 (checkdoc-message-text, checkdoc-defun):
12759 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12760 * cus-edit.el (customize-changed-options, customize-rogue)
12761 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12762 (custom-variable-mark-to-reset-standard)
12763 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12764 (custom-file):
12765 * completion.el (check-completion-length):
12766 * comint.el (comint-search-arg)
12767 (comint-previous-matching-input-string-position)
12768 (comint-previous-matching-input)
12769 (comint-replace-by-expanded-history-before-point, comint-send-input)
12770 (comint-copy-old-input, comint-backward-matching-input)
12771 (comint-goto-process-mark, comint-set-process-mark):
12772 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12773 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12774
12775 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * dabbrev.el (dabbrev--ignore-case-p): New function.
12778 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12779 Use it.
12780
12781 * files.el (automount-dir-prefix): Mark as obsolete.
12782
12783 2012-05-04 Glenn Morris <rgm@gnu.org>
12784
12785 * patcomp.el, play/bruce.el: Move to obsolete/.
12786
12787 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12788
12789 Fix minor Y10k bugs.
12790 * arc-mode.el (archive-unixdate):
12791 * autoinsert.el (auto-insert-alist):
12792 * calc/calc-forms.el (math-this-year):
12793 * emacs-lisp/copyright.el (copyright-current-year)
12794 (copyright-update-year, copyright):
12795 * tar-mode.el (tar-clip-time-string):
12796 * time.el (display-time-update):
12797 Don't assume years have 4 digits.
12798
12799 2012-05-04 Chong Yidong <cyd@gnu.org>
12800
12801 * dos-w32.el (file-name-buffer-file-type-alist)
12802 (direct-print-region-use-command-dot-com):
12803 * ffap.el (ffap-menu-regexp):
12804 * find-file.el (ff-special-constructs):
12805 * follow.el (follow-debug):
12806 * forms.el (forms--debug):
12807 * iswitchb.el (iswitchb-all-frames):
12808 * ido.el (ido-all-frames):
12809 * emacs-lisp/timer.el (timer-max-repeats):
12810 * mail/feedmail.el (feedmail-mail-send-hook)
12811 (feedmail-mail-send-hook-queued):
12812 * mail/footnote.el (footnote-signature-separator):
12813 * mail/mailabbrev.el (mail-alias-separator-string)
12814 (mail-abbrev-mode-regexp):
12815 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12816 * progmodes/idlwave.el (idlwave-libinfo-file)
12817 (idlwave-default-completion-case-is-down)
12818 (idlwave-library-routines): Convert defvars to defcustoms.
12819
12820 * mail/rmail.el (rmail-decode-mime-charset):
12821 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12822 (idlwave-shell-fix-inserted-breaks)
12823 (idlwave-shell-activate-alt-keybindings)
12824 (idlwave-shell-use-breakpoint-glyph):
12825 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12826
12827 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12830
12831 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12832
12833 * progmodes/verilog-mode.el (font-lock-keywords):
12834 Fix mis-highligting auto. Reported by Craig Barner.
12835 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12836 defines from global name space. Reported by Dan Dever.
12837 (verilog-auto-reset, verilog-auto-reset-widths)
12838 (verilog-auto-tieoff): Support using unbased numbers for
12839 AUTORESET and AUTOTIEOFF.
12840 (verilog-submit-bug-report): Update variable list.
12841 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12842 parenthesis from not matching. Reported by Michael Rytting.
12843 (verilog-auto-template-lint): Fix hash error when linting modules
12844 with no used templates.
12845 (verilog-warn, verilog-warn-error)
12846 (verilog-warn-fatal): When non-interactive report multiple
12847 warnings before exiting. Suggested by Brad Dobbie.
12848 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12849 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12850 to report unused template errors. Reported by Brad Dobbie.
12851 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12852 nets, bug438. Reported by Vns Blore.
12853 (verilog-auto-inout-module, verilog-auto-reg)
12854 (verilog-read-decls, verilog-read-sub-decls-sig)
12855 (verilog-signals-edit-wire-reg, verilog-signals-with):
12856 Fix passing of Verilog data types in ANSI input/output ports
12857 such as "output logic" into the AUTOs. Special case "wire" and
12858 "reg" for backwards compatibility presuming Verilog 2001.
12859 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12860 (verilog-preprocess): Fix replication of preprocess output.
12861 Reported by Brad Dobbie.
12862 (verilog-auto-inst-interfaced-ports):
12863 Create verilog-auto-inst-interfaced-ports, bug429.
12864 Reported by Julian Gorfajn.
12865 (verilog-after-save-font-hook)
12866 (verilog-before-save-font-hook): New variable.
12867 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12868 (verilog-save-font-mods): Wrap disabling fontification, reported
12869 by David Rogoff.
12870 (verilog-do-indent, verilog-pretty-declarations-auto)
12871 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12872 Reported by Pierre-David Pfister.
12873 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12874 of class declarations, bug292. Reported by Kevin Heilman.
12875 (verilog-read-decls): Fix 'parameter type' not appearing in
12876 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12877 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12878 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12879 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12880 Reported by David Kravitz.
12881
12882 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12883
12884 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12885 assignment with tests in ifs and for loops.
12886 (verilog-extended-complete-re, verilog-complete-reg): Change so
12887 that DPI inport functions don't look like fuction declarations.
12888 (verilog-pretty-expr): Don't line up assignment
12889 operations to the test and increment in if and for loops
12890 (verilog-extended-complete-re, verilog-complete-reg): Change so
12891 that DPI inport functions don't look like fuction declarations.
12892
12893 2012-05-03 Kenichi Handa <handa@m17n.org>
12894
12895 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12896 decoding, and show a warning message without signaling an error
12897 (Bug#11282).
12898
12899 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12900
12901 * emacs-lisp/bytecomp.el
12902 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12903 since cconv.el might have introduced :fun-body, internal-make-closure,
12904 and friends for bytecomp to handle (bug#11391).
12905 * custom.el (defcustom): Avoid ((λ ..) ..).
12906
12907 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12910
12911 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12912
12913 * notifications.el (dbus-debug):
12914 * term/linux.el (gpm-mouse-enable):
12915 * term/screen.el (xterm-register-default-colors): Declare.
12916
12917 2012-05-02 Chong Yidong <cyd@gnu.org>
12918
12919 * cus-start.el (gc-cons-percentage, exec-suffixes)
12920 (dos-display-scancodes, dos-hyper-key, dos-super-key)
12921 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12922 (make-cursor-line-fully-visible, void-text-area-pointer)
12923 (font-list-limit): Add customization data.
12924
12925 * allout.el (allout-exposure-change-functions)
12926 (allout-structure-added-functions)
12927 (allout-structure-deleted-functions)
12928 (allout-structure-shifted-functions): Rename abnormal hooks from
12929 *-hook, and convert to defcustoms.
12930 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12931 Convert to defcustoms.
12932 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12933
12934 * allout-widgets.el: Hook callers changed.
12935
12936 2012-05-02 Eli Zaretskii <eliz@gnu.org>
12937
12938 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12939 the yanked message in preference to the default value of
12940 buffer-file-coding-system.
12941
12942 2012-05-02 Martin Rudalics <rudalics@gmx.at>
12943
12944 * window.el (display-buffer--action-function-custom-type):
12945 Fix entry.
12946
12947 2012-05-02 Alan Mackenzie <acm@muc.de>
12948
12949 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12950
12951 2012-05-01 Glenn Morris <rgm@gnu.org>
12952
12953 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12954
12955 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
12956
12957 * cus-edit.el (custom-variable-documentation): Simplify with format.
12958
12959 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12960 Stefan Monnier <monnier@iro.umontreal.ca>
12961
12962 * simple.el (suggest-key-bindings, execute-extended-command):
12963 Move from keyboard.c.
12964
12965 2012-05-01 Chong Yidong <cyd@gnu.org>
12966
12967 * follow.el: Eliminate advice.
12968 (set-process-filter, process-filter, sit-for): Advice deleted.
12969 (follow-mode-off-hook): Obsolete hook removed.
12970 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12971 Vars deleted.
12972 (follow-auto): Use a :set function.
12973 (follow-mode): Rewritten. Don't advise process filters.
12974 (follow-switch-to-current-buffer-all, follow-scroll-up)
12975 (follow-scroll-down): Assume follow-mode is bound.
12976 (follow-comint-scroll-to-bottom)
12977 (follow-align-compilation-windows): New functions.
12978 (follow--window-sorter): New function.
12979 (follow-all-followers): Use it to explicitly sort windows by their
12980 positions; don't make assumptions about next-window order.
12981 (follow-windows-start-end, follow-delete-other-windows-and-split)
12982 (follow-calc-win-start): Doc fix.
12983 (follow-windows-aligned-p, follow-select-if-visible): Don't call
12984 vertical-motion unnecessarily.
12985 (follow-adjust-window): New function.
12986 (follow-post-command-hook): Use it.
12987 (follow-call-set-process-filter, follow-call-process-filter)
12988 (follow-intercept-process-output, follow-tidy-process-filter-alist)
12989 (follow-stop-intercept-process-output, follow-generic-filter):
12990 Functions deleted.
12991 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12992 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12993 New functions, replacing advice on scroll-bar-* commands.
12994 (follow-mwheel-scroll): New function (Bug#4112).
12995
12996 * comint.el (comint-adjust-point): New function.
12997 (comint-postoutput-scroll-to-bottom): Use it.
12998 Call follow-comint-scroll-to-bottom for Follow mode buffers.
12999
13000 2012-05-01 Glenn Morris <rgm@gnu.org>
13001
13002 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13003 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13004 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13005 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13006 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13007 Remove no-byte-compile setting.
13008
13009 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13010
13011 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13012 all-completions code to not return a number in the last cdr.
13013
13014 2012-04-30 Leo Liu <sdl.web@gmail.com>
13015
13016 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13017 read-only error.
13018
13019 2012-04-29 Chong Yidong <cyd@gnu.org>
13020
13021 * follow.el (follow-calc-win-end): Rewrite to handle partial
13022 screen lines correctly (Bug#8390).
13023 (follow-avoid-tail-recenter): Minor cleanup.
13024
13025 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13026
13027 Avoid the obsolete `assoc' package.
13028 * speedbar.el (speedbar-refresh): Avoid adelete.
13029 (speedbar-file-lists): Simplify and avoid aput.
13030 * man.el (Man--sections, Man--refpages): New vars, replacing
13031 Man-sections-alist and Man-refpages-alist.
13032 (Man-build-section-alist, Man-build-references-alist):
13033 Use them; avoid aput.
13034 (Man--last-section, Man--last-refpage): New vars.
13035 (Man-follow-manual-reference): Use them.
13036 Use the `default' arg of completing-read.
13037 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13038
13039 2012-04-27 Chong Yidong <cyd@gnu.org>
13040
13041 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13042
13043 * startup.el (x-apply-session-resources): New function.
13044
13045 * term/ns-win.el (ns-initialize-window-system):
13046 * term/w32-win.el (w32-initialize-window-system):
13047 * term/x-win.el (x-initialize-window-system): Use it to properly
13048 set menu-bar-mode and other vars from X resources, even if the
13049 initial frame is not a window-system frame (Bug#2299).
13050
13051 * subr.el (read-key): Avoid running filter function when setting
13052 up temporary tool bar entries (Bug#9922).
13053
13054 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13055
13056 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13057 (Bug#11344)
13058
13059 2012-04-27 Chong Yidong <cyd@gnu.org>
13060
13061 * select.el (xselect--encode-string): New function, split from
13062 xselect-convert-to-string.
13063 (xselect-convert-to-string): Use it.
13064 (xselect-convert-to-filename, xselect-convert-to-os)
13065 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13066 returned strings are properly encoded (Bug#11315).
13067
13068 2012-04-27 Chong Yidong <cyd@gnu.org>
13069
13070 * simple.el (delete-active-region): Move to killing custom group.
13071
13072 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13073
13074 * progmodes/which-func.el (which-func-current): Quote %
13075 characters for mode-line processing.
13076
13077 2012-04-27 Chong Yidong <cyd@gnu.org>
13078
13079 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13080 reaching eob (Bug#11286).
13081
13082 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13083
13084 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13085 (gdb): Make it buffer-local and init to zero.
13086 (gdb-control-commands-regexp): New variable.
13087 (gdb-send): Don't wrap in "-interpreter-exec console" if
13088 gdb-control-level is positive. Increment gdb-control-level
13089 whenever the command matches gdb-control-commands-regexp, and
13090 decrement it each time the command is "end". (Bug#11279)
13091
13092 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13093
13094 * window.el (adjust-window-trailing-edge, enlarge-window)
13095 (shrink-window, window-resize):
13096 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13097 windows (Bug#11276).
13098
13099 2012-04-27 Chong Yidong <cyd@gnu.org>
13100
13101 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13102 fix "missing prefix" warning. All callers changed.
13103
13104 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13105
13106 * emacs-lisp/assoc.el: Move to obsolete/.
13107
13108 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13111
13112 * term/ns-win.el (ns-define-service):
13113 * progmodes/pascal.el (pascal-goto-defun):
13114 * progmodes/js.el (js--read-tab):
13115 * progmodes/etags.el (tags-lazy-completion-table):
13116 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13117 * emacs-lisp/ewoc.el (ewoc--wrap):
13118 * emacs-lisp/assoc.el (aput, adelete, amake):
13119 * doc-view.el (doc-view-convert-current-doc):
13120 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13121
13122 2012-04-26 Chong Yidong <cyd@gnu.org>
13123
13124 * image.el (image-type-from-buffer): Only return supported image
13125 type (Bug#9045).
13126
13127 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13128 value, for symmetry with diff-end-of-hunk.
13129 (diff-split-hunk, diff-find-source-location)
13130 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13131 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13132 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13133 compute the relevant hunk or file properly (Bug#6005).
13134 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13135
13136 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * vc/vc-mtn.el:
13139 * vc/vc-hg.el:
13140 * vc/vc-git.el:
13141 * vc/vc-dir.el:
13142 * vc/vc-cvs.el:
13143 * vc/vc-bzr.el:
13144 * vc/vc-arch.el:
13145 * vc/vc.el: Replace lexical-let by lexical-binding.
13146 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13147 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13148 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13149
13150 2012-04-26 Chong Yidong <cyd@gnu.org>
13151
13152 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13153 (diff-mode-shared-map): Bind it to / and [remap undo].
13154
13155 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13156 (ediff-window-setup-function): Use it as the default, to set up
13157 windows based on whether the current frame is graphical (Bug#2138).
13158 (ediff-choose-window-setup-function-automatically): Make obsolete.
13159
13160 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13161
13162 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13163
13164 * ffap.el: Remove old code for obsolete package.
13165 (ffap-complete-as-file-p): Remove.
13166
13167 Use completion-table-with-quoting for comint and pcomplete.
13168 * comint.el (comint--unquote&requote-argument)
13169 (comint--unquote-argument, comint--requote-argument): New functions.
13170 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13171 (comint-quote-filename): Use regexp-opt-charset.
13172 (comint--common-suffix, comint--common-quoted-suffix)
13173 (comint--table-subvert): Remove.
13174 (comint-unquote-function, comint-requote-function): New vars.
13175 (comint--complete-file-name-data): Use them with
13176 completion-table-with-quoting.
13177 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13178 * pcomplete.el (pcomplete-arg-quote-list)
13179 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13180 (pcomplete-unquote-argument-function): Default to non-nil.
13181 (pcomplete-unquote-argument): Simplify.
13182 (pcomplete--common-quoted-suffix): Remove.
13183 (pcomplete-requote-argument-function): New var.
13184 (pcomplete--common-suffix): New function.
13185 (pcomplete-completions-at-point): Use completion-table-with-quoting
13186 and completion-table-subvert.
13187
13188 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13189 (minibuffer--double-dollars): Preserve properties.
13190 (completion--sifn-requote): New function.
13191 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13192
13193 * minibuffer.el: Add support for completion of quoted/escaped data.
13194 (completion-table-with-quoting, completion-table-subvert): New funs.
13195 (completion--twq-try, completion--twq-all): New functions.
13196 (completion--nth-completion): New function.
13197 (completion-try-completion, completion-all-completions): Use it.
13198
13199 2012-04-25 Leo Liu <sdl.web@gmail.com>
13200
13201 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13202 Use compilation-message if available to find real filename.
13203
13204 2012-04-25 Chong Yidong <cyd@gnu.org>
13205
13206 * vc/diff-mode.el (diff-setup-whitespace): New function.
13207 (diff-mode): Use it.
13208
13209 * vc/diff.el (diff-sentinel):
13210 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13211 Whitespace mode variables based on diff style (Bug#8612).
13212
13213 2012-04-25 Leo Liu <sdl.web@gmail.com>
13214
13215 * progmodes/python.el (python-send-region): Add suffix .py to the
13216 temp file.
13217
13218 * files.el (auto-mode-alist): Use javascript-mode instead.
13219
13220 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13221
13222 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13223
13224 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13225 (soap-resolve-references-for-array-type): Hack to prevent self
13226 references, see Bug#9.
13227 (soap-parse-envelope): Report the contents of the 'detail' node
13228 when receiving a fault reply.
13229 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13230
13231 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13232 (soap-inspect-simple-type): New function.
13233
13234 * net/soap-client.el (soap-simple-type): New struct.
13235 (soap-default-xsd-types, soap-default-soapenc-types)
13236 (soap-decode-basic-type, soap-encode-basic-type):
13237 support unsignedInt and double basic types.
13238 (soap-resolve-references-for-simple-type)
13239 (soap-parse-simple-type, soap-encode-simple-type): New function.
13240 (soap-parse-schema): Parse xsd:simpleType declarations.
13241
13242 * net/soap-client.el (soap-default-xsd-types)
13243 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13244 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13245 the local name of "soapenc:Array".
13246 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13247 decoding integer, byte and anyURI xsd types.
13248
13249 2012-04-25 Chong Yidong <cyd@gnu.org>
13250
13251 * cus-edit.el (custom-buffer-create-internal): Update header text.
13252
13253 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13254
13255 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13256 settings on 'system-type', not on 'window-system'. On MS-Windows,
13257 set interactive-mode on in GDB.
13258
13259 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13260
13261 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13262 (ruby-syntax-propertize-regexp): Remove.
13263 (ruby-syntax-propertize-function): Split regexp into chunks.
13264 Match following code directly.
13265
13266 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13267
13268 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13269 (ruby-syntax-propertize-regexp): New function.
13270 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13271 by a special keyword.
13272
13273 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13274 (ruby-syntax-general-delimiters-goto-beg)
13275 (ruby-syntax-propertize-general-delimiters): New functions.
13276 (ruby-syntax-propertize-function): Use them to handle GDL.
13277 (ruby-font-lock-keywords): Move old handling of GDL...
13278 (ruby-font-lock-syntactic-keywords): .. to here.
13279 (ruby-calculate-indent): Adjust indentation for GDL.
13280
13281 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13282
13283 * notifications.el (top): Remove unneeded declarations.
13284 (notifications-specification-version): Change to "1.2".
13285 (notifications-interface, notifications-notify-method)
13286 (notifications-close-notification-method): Fix docstring.
13287 (notifications-get-capabilities-method): New defconst.
13288 (notifications-notify): Add :action-items, :resident and
13289 :transient hints. Change "image_data" to "image-data" and
13290 "image_path" to "image-path".
13291 (notifications-get-capabilities): New defun.
13292
13293 2012-04-24 Leo Liu <sdl.web@gmail.com>
13294
13295 * progmodes/python.el: Move hideshow setup to the end.
13296
13297 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13298
13299 * window.el (handle-select-window): Clear echo area since this is
13300 no more done by read_char (Bug#11304).
13301
13302 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13305 and `/ M' to filter-derived-mode.
13306 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13307 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13308 (ibuffer-mark-by-mode): Use default rather than initial-input.
13309 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13310
13311 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13312
13313 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13314 (ibuffer-filter-by-derived-mode): New filter.
13315 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13316
13317 2012-04-23 Andreas Politz <politza@fh-trier.de>
13318
13319 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13320
13321 2012-04-23 Chong Yidong <cyd@gnu.org>
13322
13323 * cus-edit.el (customize-apropos, customize-apropos-options):
13324 Disable matching of non-option variables (Bug#11176).
13325 (customize-option, customize-option-other-window)
13326 (customize-changed-options): Doc fix.
13327 (customize-apropos-options, customize-apropos-faces)
13328 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13329
13330 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13331 Fix word list splitting (Bug#11132).
13332 (apropos-symbol, apropos-keybinding, apropos-label)
13333 (apropos-property, apropos-function-button)
13334 (apropos-variable-button, apropos-misc-button): New faces.
13335 (apropos-symbol-face, apropos-keybinding-face)
13336 (apropos-label-face, apropos-property-face, apropos-match-face):
13337 Variables removed (Bug#8396).
13338 (apropos-library-button, apropos-format-plist, apropos-print)
13339 (apropos-print-doc, apropos-describe-plist): Callers changed.
13340
13341 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13342
13343 * net/xesam.el (xesam-mode-map): Use let-bound map in
13344 initialization. (Bug#11292)
13345
13346 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13347
13348 Preserve ispell session localwords when switching back to
13349 original buffer.
13350
13351 * textmodes/ispell.el (ispell-buffer-session-localwords):
13352 New buffer-local variable to hold buffer session localwords.
13353 (ispell-kill-ispell): Add option 'clear to delete session
13354 localwords.
13355 (ispell-command-loop, ispell-change-dictionary)
13356 (ispell-buffer-local-words): Preserve session localwords when
13357 needed.
13358
13359 * textmodes/flyspell.el (flyspell-process-localwords)
13360 (flyspell-do-correct): Preserve session localwords when needed.
13361
13362 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13363
13364 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13365 using obsolete `translation-table-for-input'.
13366 (ispell-word, ispell-process-line, ispell-complete-word):
13367 Use plain `insert' instead of removed `ispell-insert-word'.
13368
13369 2012-04-22 Chong Yidong <cyd@gnu.org>
13370
13371 * cus-edit.el (custom-variable-menu)
13372 (custom-variable-reset-saved, custom-face-menu)
13373 (custom-face-reset-saved): If there is no saved value, make the
13374 "reset-saved" operation bring back the default (Bug#9509).
13375 (custom-face-state): Properly detect themed faces.
13376
13377 * faces.el (face-spec-set): Stop supporting deprecated form of
13378 third arg.
13379
13380 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13381
13382 Move functions from C to Lisp. Make non-blocking method calls
13383 the default. Implement further D-Bus standard interfaces.
13384
13385 * net/dbus.el (dbus-message-internal): Declare function.
13386 Remove unneeded function declarations.
13387 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13388 (dbus-message-type-method-return, dbus-message-type-error)
13389 (dbus-message-type-signal): Declare variables. Remove local
13390 definitions.
13391 (dbus-interface-dbus, dbus-interface-peer)
13392 (dbus-interface-introspectable, dbus-interface-properties)
13393 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13394 Adapt docstring.
13395 (dbus-interface-objectmanager): New defconst.
13396 (dbus-call-method, dbus-call-method-asynchronously)
13397 (dbus-send-signal, dbus-method-return-internal)
13398 (dbus-method-error-internal, dbus-register-service)
13399 (dbus-register-signal, dbus-register-method): New defuns, moved
13400 from dbusbind.c
13401 (dbus-call-method-handler, dbus-setenv)
13402 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13403 New defuns.
13404 (dbus-call-method-non-blocking): Make it an obsolete function.
13405 (dbus-unregister-object, dbus-unregister-service)
13406 (dbus-handle-event, dbus-register-property)
13407 (dbus-property-handler): Obey the new structure of
13408 `bus-registered-objects'.
13409 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13410 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13411 Use `dbus-call-method'.
13412
13413 2012-04-22 Chong Yidong <cyd@gnu.org>
13414
13415 * cus-edit.el (custom-commands, custom-reset-menu)
13416 (Custom-reset-standard): Tweak labels.
13417 (custom-reset-button-menu): Change default to t.
13418 (custom-buffer-create-internal): For the custom-reset-button-menu
13419 case, put the revert button first.
13420 (custom-group-subtitle): New face.
13421 (custom-group-value-create): Align docstring to a specific column.
13422
13423 * wid-edit.el (widget-documentation-link-add): Don't handle
13424 indentation in this function.
13425 (widget-documentation-string-indent-to): New function.
13426 (widget-documentation-string-value-create): Use it.
13427
13428 * autorevert.el (auto-revert):
13429 * epg-config.el (epg):
13430 * ibuffer.el (ibuffer):
13431 * mpc.el (mpc):
13432 * ses.el (ses):
13433 * eshell/eshell.el (eshell):
13434 * net/ange-ftp.el (ange-ftp):
13435 * progmodes/ebnf2ps.el (postscript):
13436 * progmodes/flymake.el (flymake):
13437 * progmodes/prolog.el (prolog):
13438 * progmodes/verilog-mode.el (verilog-mode):
13439 * progmodes/which-func.el (which-func):
13440 * term/xterm.el (xterm):
13441 * textmodes/picture.el (picture):
13442 * textmodes/tildify.el (tildify):
13443 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13444 customization buffers.
13445
13446 2012-04-22 Alan Mackenzie <acm@muc.de>
13447
13448 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13449 Adding a ) can hide the resulting (..) from searches. Fix it.
13450 Bound the backward search to the position of the existing (.
13451
13452 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13453
13454 * progmodes/verilog-mode.el (verilog-mode): Check whether
13455 which-func-modes is t before adding verilog-mode.
13456 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13457
13458 2012-04-21 Leo Liu <sdl.web@gmail.com>
13459
13460 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13461
13462 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13463
13464 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13465 filling of the last column of a table (Bug#5635).
13466 (woman-find-next-control-line): New arg, specifying an additional
13467 regexp component for the control line.
13468 (woman2-roff-buffer): Use it.
13469 (woman-break-table): New function.
13470 (woman2-TS): Use it.
13471
13472 2012-04-21 Chong Yidong <cyd@gnu.org>
13473
13474 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13475 (woman-horizontal-escapes, woman-negative-vertical-space)
13476 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13477 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13478
13479 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13480
13481 * minibuffer.el (completion-file-name-table): Complete user names.
13482
13483 2012-04-20 Leo Liu <sdl.web@gmail.com>
13484
13485 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13486 and pcase-let*.
13487
13488 2012-04-20 Chong Yidong <cyd@gnu.org>
13489
13490 * server.el (server-execute): Respect initial-buffer-choice if it
13491 is a string and there are no files to open (Bug#2825).
13492 (server-create-window-system-frame, server-create-tty-frame):
13493 Don't switch buffers here.
13494 (server-process-filter): Only try to open a window system frame if
13495 compiled with graphical support (Bug#8314).
13496
13497 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13498
13499 * battery.el (battery-echo-area-format): Display remaining time
13500 for sysfs backend too (Bug#11269).
13501 (battery-linux-sysfs): Fix conditional for the charge.
13502
13503 2012-04-20 Chong Yidong <cyd@gnu.org>
13504
13505 * progmodes/gdb-mi.el (gdb): Revert previous change.
13506 (gdb-inferior-io--init-proc): New function.
13507 (gdb-init-1): Use it.
13508 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13509 responsible for allocating a new pty and hooking it to gdb when
13510 the old pty gets an EIO due to process exit.
13511 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13512 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13513 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13514
13515 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13516
13517 * window.el (window-min-size, window-sizable, window-min-delta)
13518 (window-max-delta, window--resizable, window-resizable)
13519 (window-total-size, window-full-height-p, window-full-width-p)
13520 (window-in-direction, window--resize-mini-window, window-resize)
13521 (window--resize-child-windows-normal)
13522 (window--resize-child-windows, window--resize-siblings)
13523 (window--resize-this-window, adjust-window-trailing-edge)
13524 (enlarge-window, shrink-window): Doc fixes.
13525
13526 2012-04-20 Chong Yidong <cyd@gnu.org>
13527
13528 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13529 New function to call delete-process on the gdb-inferior buffer's pty.
13530 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13531 pty process (Bug#11273).
13532 (gdb-update): New arg to suppress talking to the gdb process.
13533 (gdb-done-or-error): Use it.
13534 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13535 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13536 sentinel not being called.
13537
13538 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13539
13540 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13541
13542 2012-04-20 Glenn Morris <rgm@gnu.org>
13543
13544 * net/network-stream.el (open-network-stream): Doc fix.
13545
13546 2012-04-20 Chong Yidong <cyd@gnu.org>
13547
13548 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13549
13550 2012-04-20 Alan Mackenzie <acm@muc.de>
13551
13552 Ensure searching for keywords is case sensitive.
13553
13554 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13555 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13556 (c-defun-name, c-mark-function, c-cpp-define-name)
13557 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13558 (c-context-line-break): Bind case-fold-search to nil.
13559
13560 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13561 Bind case-fold-search to nil.
13562
13563 2012-04-20 Chong Yidong <cyd@gnu.org>
13564
13565 * mail/sendmail.el (mail-bury): Call return action with the right
13566 Rmail buffer (Bug#11242).
13567
13568 * server.el (server-process-filter): Handle corner case where both
13569 tty and nowait options are present (Bug#11102).
13570
13571 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13572
13573 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13574 (top level): Put into the executable the ident-style '$Id:' tag on
13575 windows-nt as well.
13576
13577 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13578
13579 * electric.el (electric-indent-post-self-insert-function): Check that
13580 electric-indent-mode is enabled in current buffer.
13581
13582 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13583
13584 * imenu.el (imenu-progress-message): Restore; it is "used" in
13585 erc/erc-imenu.el and net/snmp-mode.el.
13586
13587 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13588
13589 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13590 (mouse-avoidance-nudge-mouse): Remove unused binding.
13591
13592 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13593
13594 * descr-text.el (describe-char):
13595 * progmodes/python.el (python-describe-symbol):
13596 Don't call `toggle-read-only', set `buffer-read-only'.
13597
13598 * imenu.el (imenu-default-goto-function): Mark unused args.
13599 (imenu-progress-message): Remove obsolete macro; all callers changed.
13600
13601 * subr.el (keymap-canonicalize): Remove unused binding.
13602 (read-passwd): Mark unused arg.
13603
13604 * tutorial.el (tutorial--display-changes): Remove unused binding.
13605 (tutorial--save-tutorial-to): Remove unused variable.
13606
13607 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13608 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13609 (package-generate-autoloads, package-menu--generate)
13610 (package-menu--find-upgrades): Remove unused bindings.
13611
13612 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13613 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13614 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13615 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13616 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13617 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13618 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13619 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13620 (cua-delete-char-rectangle): Mark unused args.
13621 (cua-align-rectangle): Remove unused binding.
13622
13623 * mail/rmail.el (compilation--message->loc)
13624 (epa--find-coding-system-for-mime-charset): Declare.
13625
13626 * net/dbus.el (dbus-register-service): Declare.
13627 (dbus-name-owner-changed-handler): Remove unused binding.
13628
13629 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13630 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13631 (nxml-scan-backward-within): Mark unused arg.
13632 (nxml-dynamic-markup-word): Remove unused binding.
13633
13634 * mouse.el (mouse-menu-major-mode-map):
13635 * emacs-lisp/authors.el (authors-scan-change-log)
13636 (authors-add-to-author-list):
13637 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13638 * emacs-lisp/smie.el (smie-auto-fill):
13639 * mail/sendmail.el (mail-bury):
13640 * mail/unrmail.el (unrmail):
13641 * net/tls.el (open-tls-stream):
13642 * textmodes/picture.el (picture-mouse-set-point):
13643 Remove unused bindings.
13644
13645 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13646
13647 * net/tramp.el (tramp-action-password): Let-bind
13648 `enable-recursive-minibuffers' to t.
13649
13650 2012-04-18 Sam Steingold <sds@gnu.org>
13651
13652 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13653 instead of 'string to accommodate values like [f11].
13654 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13655 * progmodes/gdb-mi.el: Likewise.
13656
13657 2012-04-18 Leo Liu <sdl.web@gmail.com>
13658
13659 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13660 current buffer.
13661 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13662 LOCAL is nil.
13663
13664 2012-04-18 Chong Yidong <cyd@gnu.org>
13665
13666 * simple.el (line-move): Use forward-line if in batch mode
13667 (Bug#11053).
13668
13669 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13670
13671 * files.el (after-find-file): Do not try to add a final newline if
13672 the buffer is read-only (Bug#11156).
13673
13674 2012-04-17 Richard Stallman <rms@gnu.org>
13675
13676 * mail/rmail.el (rmail-start-mail):
13677 Pass (rmail-mail-return...) for the return-action.
13678 Pass (rmail-yank-current-message...) for the yank-action.
13679 (rmail-yank-current-message): New function.
13680 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13681 (rmail-reply): Likewise.
13682 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13683
13684 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13685 buffer, not the last. Reject temp buffers. Use the rmail-mode
13686 buffer, not newbuf.
13687
13688 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13689
13690 * server.el (server-ensure-safe-dir): Simplify.
13691
13692 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13693
13694 * emacs-lisp/smie.el: Provide smarter auto-filling.
13695 (smie-auto-fill): New function.
13696 (smie-setup): Use it.
13697
13698 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13699
13700 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13701
13702 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13703 (comment-indent): Use it.
13704
13705 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13706
13707 * ses.el: The overall change is to add cell renaming, that is
13708 setting fancy names for cell symbols other than name matching
13709 "\\`[A-Z]+[0-9]+\\'" regexp .
13710 (ses-localvars): Add ses--renamed-cell-symb-list.
13711 (ses-create-cell-variable): New defun.
13712 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13713 (ses-relocate-formula): Relocate formulas only for cells the
13714 symbols of which are not renamed, i.e. symbols whose names do not
13715 match regexp "\\`[A-Z]+[0-9]+\\'".
13716 (ses-relocate-all): Relocate values only for cells the symbols of
13717 which are not renamed.
13718 (ses-load): Create cells variables as the (ses-cell ...) are read,
13719 in order to check row col consistency with cell symbol name only
13720 for cells that are not renamed.
13721 (ses-replace-name-in-formula): New defun.
13722 (ses-rename-cell): New defun.
13723
13724 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13725
13726 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13727 New option (bug#11118).
13728 (perl-calculate-indent): Respect it.
13729
13730 2012-04-17 Glenn Morris <rgm@gnu.org>
13731
13732 * dired-aux.el (dired-mark-read-string): Doc fix.
13733
13734 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13735
13736 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13737 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13738
13739 2012-04-17 Glenn Morris <rgm@gnu.org>
13740
13741 * mouse.el (mouse-drag-track):
13742 * speedbar.el (speedbar-frame-mode):
13743 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13744
13745 2012-04-16 Leo Liu <sdl.web@gmail.com>
13746
13747 * progmodes/python.el: Trivial cleanup.
13748
13749 2012-04-16 Glenn Morris <rgm@gnu.org>
13750
13751 * vc/vc.el (vc-string-prefix-p):
13752 * vc/pcvs-util.el (cvs-string-prefix-p):
13753 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13754 * mpc.el (mpc-string-prefix-p):
13755 Make all of these into obsolete aliases for string-prefix-p.
13756 Update callers.
13757 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13758
13759 * textmodes/two-column.el: Move custom options to the start.
13760 (frame-width): Remove compat definition.
13761 (2C-associate-buffer, 2C-dissociate):
13762 Use with-current-buffer rather than save-excursion.
13763 (2C-dissociate): Force a mode-line update.
13764 (2C-autoscroll): Use ignore-errors.
13765
13766 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13767 Autoload trivia.
13768
13769 * emacs-lisp/cl-extra.el (*random-state*):
13770 Remove unnecessary declaration.
13771
13772 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13773
13774 * play/cookie1.el (cookie-snarf):
13775 Give an explicit error if input file cannot be read.
13776
13777 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13778
13779 * progmodes/perl-mode.el (c-macro-expand):
13780 Remove unnecessary autoload (it is in loaddefs.el).
13781
13782 * textmodes/picture.el (picture-desired-column)
13783 (picture-update-desired-column): Convert comments to doc-strings.
13784 (picture-substitute): Remove function.
13785 (picture-mode-map): Initialize in the defvar.
13786
13787 * woman.el: Remove eval-after-load for tar-mode.
13788 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13789 (woman-tar-extract-file): Autoload it.
13790
13791 * frame.el (automatic-hscrolling): Make this alias obsolete.
13792
13793 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13794
13795 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13796 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13797 (ispell-dictionary-base-alist): Revert to original XEmacs
13798 friendly version for default. [:alpha:] will be added in
13799 `ispell-set-spellchecker-params' if needed.
13800
13801 2012-04-16 Chong Yidong <cyd@gnu.org>
13802
13803 * image.el (imagemagick--file-regexp): New variable.
13804 (imagemagick-register-types): Use it.
13805 (imagemagick-types-inhibit): Add :set function. Allow new value
13806 of t to inhibit all types.
13807
13808 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13809 so we can preload it.
13810
13811 * loadup.el (fboundp): Preload regexp-opt, needed by
13812 imagemagick-register-types.
13813
13814 2012-04-15 Chong Yidong <cyd@gnu.org>
13815
13816 * frame.el (scrolling): Remove nearly unused customization group.
13817
13818 * scroll-all.el (scroll-all-mode): Move to windows group.
13819
13820 2012-04-15 Chong Yidong <cyd@gnu.org>
13821
13822 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13823
13824 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13825
13826 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13827 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13828
13829 2012-04-15 Glenn Morris <rgm@gnu.org>
13830
13831 * simple.el (process-file-side-effects): Doc fix.
13832
13833 2012-04-15 Glenn Morris <rgm@gnu.org>
13834
13835 * international/mule-cmds.el (set-language-environment): Doc fix.
13836
13837 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13838
13839 * server.el (server-auth-key, server-generate-key): Doc fixes.
13840 (server-get-auth-key): Doc fix. Use `string-match-p'.
13841 (server-start): Reflow docstring.
13842
13843 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13844
13845 * server.el (server-generate-key): `called-interactively-p'
13846 requires a parameter.
13847
13848 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13849
13850 * server.el (server-auth-key): New variable.
13851 (server-generate-key, server-get-auth-key): New function.
13852 (server-start): Use the new variable and functions to allow
13853 setting a permanent server key (bug#9423).
13854
13855 2012-04-14 Leo Liu <sdl.web@gmail.com>
13856
13857 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13858
13859 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13860
13861 Spelling fixes.
13862 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13863 Emacs uses American spelling.
13864
13865 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13866
13867 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13868 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13869 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13870 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13871
13872 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13873
13874 * progmodes/which-func.el (which-func-modes): Change default.
13875
13876 2012-04-14 Kim F. Storm <storm@cua.dk>
13877
13878 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13879 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13880
13881 2012-04-14 Chong Yidong <cyd@gnu.org>
13882
13883 * custom.el (custom-theme-set-variables): Doc fix.
13884
13885 2012-04-14 Glenn Morris <rgm@gnu.org>
13886
13887 * international/mule.el (set-auto-coding-for-load): Doc fix.
13888
13889 2012-04-14 Alan Mackenzie <acm@muc.de>
13890
13891 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13892 imenu work again for Objective C Mode. Correct the *-index values,
13893 these having been disturbed by a previous change in 2011-08.
13894
13895 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13896 Correct two search limits.
13897
13898 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13901
13902 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13903
13904 * international/characters.el: Fix sorting.
13905
13906 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13907
13908 * international/characters.el: Add more missing Latin case pairs.
13909
13910 2012-04-14 Glenn Morris <rgm@gnu.org>
13911
13912 * files.el (dir-locals-set-class-variables): Doc fix.
13913
13914 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13915
13916 * international/characters.el: Add set-case-syntax-pair call for
13917 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13918 counterpart. (Bug#11209)
13919
13920 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
13921
13922 2012-04-14 Glenn Morris <rgm@gnu.org>
13923
13924 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13925
13926 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13927
13928 * textmodes/ispell.el (ispell-dictionary-base-alist):
13929 Add data for Hebrew.
13930
13931 2012-04-14 Chong Yidong <cyd@gnu.org>
13932
13933 * net/rcirc.el (rcirc-cmd-quit):
13934 Revert 2012-03-18 change (Bug#11192).
13935
13936 2012-04-14 Glenn Morris <rgm@gnu.org>
13937
13938 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13939
13940 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13941
13942 * minibuffer.el (completion-in-region-mode-map):
13943 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
13944
13945 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
13946
13947 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13948
13949 2012-04-13 Masatake YAMATO <yamato@redhat.com>
13950
13951 * minibuffer.el (minibuffer-local-filename-syntax): New variable
13952 to allow `C-M-f' and `C-M-b' to move to the nearest path
13953 separator (bug#9511).
13954
13955 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
13956
13957 * avoid.el: Require cl when compiling. And also move the
13958 `provide' to the end.
13959
13960 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13961
13962 * avoid.el (mouse-avoidance-banish-position): New variable.
13963 (mouse-avoidance-banish-destination): Use it (bug#10165).
13964
13965 2012-04-13 Leo Liu <sdl.web@gmail.com>
13966
13967 * progmodes/which-func.el (which-func-modes): Add objc-mode.
13968
13969 2012-04-13 Ken Brown <kbrown@cornell.edu>
13970
13971 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13972 this is no longer needed now that cygstart understands file:// URLs.
13973 (browse-url-filename-alist): For the same reason, don't modify
13974 file:// URLs on Cygwin.
13975
13976 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13977
13978 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13979 the region on shift if the binding is already shifted (bug#11221).
13980
13981 2012-04-12 Glenn Morris <rgm@gnu.org>
13982
13983 * mail/mailpost.el: Move to obsolete/.
13984
13985 2012-04-12 Drew Adams <drew.adams@oracle.com>
13986
13987 * imenu.el (imenu--generic-function): Ignore invisible definitions
13988 (bug#10123).
13989
13990 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
13991
13992 * hexl.el (hexl-bits): New variable.
13993 (hexl-options): Mention the variable in the doc string.
13994 (hexl-rulerise, hexl-line-displen): New functions.
13995 (hexl-mode): Mention the new variable.
13996 (hexl-mode, hexl-current-address, hexl-current-address):
13997 Use the displen.
13998 (hexl-ascii-start-column): New function.
13999 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14000 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14001
14002 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14003
14004 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14005 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14006 the encoding, as expected by hunspell.
14007
14008 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14009
14010 * battery.el (battery--linux-sysfs-regexp): New const.
14011 (battery-status-function): Use it. Remove yeeloong special case.
14012 (battery-yeeloong-sysfs): Remove.
14013 (battery-echo-area-format): Remove yeeloong special case.
14014
14015 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14016
14017 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14018 Reported by Noah Friedman.
14019
14020 * subr.el (read-passwd): Use read-string.
14021
14022 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14023
14024 * vcursor.el (vcursor-move): Increase the priority of the overlay
14025 (bug#9663).
14026
14027 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14028
14029 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14030 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14031
14032 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14033
14034 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14035 define-minor-mode (bug#10760).
14036
14037 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14038
14039 * progmodes/grep.el (rgrep): Tweak the find command line so
14040 that directories matching `grep-find-ignored-files' won't be
14041 pruned (bug#10351).
14042
14043 2012-04-11 Chong Yidong <cyd@gnu.org>
14044
14045 * startup.el (command-line): Remove support for long-obsolete
14046 variable font-lock-face-attributes.
14047
14048 2012-04-11 Glenn Morris <rgm@gnu.org>
14049
14050 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14051
14052 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14053
14054 * window.el (window--state-get-1): Obey window-point-insertion-type.
14055
14056 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14057
14058 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14059 to previous function when point is on the first character of a
14060 function. Take care of that in `narrow-to-defun' (bug#6157).
14061
14062 2012-04-11 Glenn Morris <rgm@gnu.org>
14063
14064 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14065 not just file-errors.
14066
14067 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14068 (vc-bzr-sha1): Use internal sha1.
14069
14070 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14071
14072 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14073
14074 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
14075
14076 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14077 that start in the middle of the line (bug#10496).
14078
14079 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14080
14081 * battery.el (battery-linux-proc-acpi): Only one battery is
14082 discharged at a time, but that seems to confuse battery.el when
14083 computing `rate-type' for the battery not being discharged
14084 (bug#10332).
14085
14086 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14089
14090 * international/quail.el: Use dolist and simplify.
14091 (quail-define-package, quail-update-keyboard-layout)
14092 (quail-define-rules): Use dolist.
14093 (quail-insert-kbd-layout, quail-get-translation): CSE.
14094
14095 * tmm.el: Use dolist, remove left over hook.
14096 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14097 Use dolist.
14098 (calendar-load-hook): Don't mess with it.
14099
14100 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14101 Use derived-mode-p. Run the diff asynchronously.
14102
14103 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14104
14105 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14106
14107 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14108
14109 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14110 (list-dynamic-libraries--loaded): New function.
14111 (list-dynamic-libraries--refresh): Use it.
14112
14113 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14114
14115 * progmodes/python.el (python-fill-paragraph):
14116 Make python-fill-region in a multiline string work when font-lock is
14117 disabled (bug#7018).
14118
14119 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
14120
14121 * language/european.el (cp775): Add oem/legacy (en)coding on
14122 DOS/MS Windows for the Baltic languages. There are still plenty
14123 of texts written in this encoding/codepage (bug#6519).
14124
14125 2012-04-10 Glenn Morris <rgm@gnu.org>
14126
14127 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14128 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14129
14130 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14131
14132 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14133 next-line "n" and previous-line "p" in order to make recentf more
14134 consistent with ibuffer, dired or org-mode (bug#9387).
14135
14136 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14137
14138 * image.el (put-image): Return the overlay created instead of the
14139 optional input string (bug#7834). Note that this may break code
14140 that is (for some reason or other) depending on `put-image'
14141 returning the string.
14142
14143 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14144
14145 * simple.el (zap-to-char): Allow zapping using input methods
14146 (bug#1580).
14147
14148 * textmodes/fill.el (fill-region): Leave point and mark where they
14149 were before filling (bug#5399).
14150
14151 2012-04-09 Glenn Morris <rgm@gnu.org>
14152
14153 * version.el (emacs-bzr-get-version):
14154 Handle lightweight checkouts of local branches.
14155
14156 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14157
14158 * international/characters.el: Recover lost case pairs. (Bug#11209)
14159
14160 2012-04-09 Chong Yidong <cyd@gnu.org>
14161
14162 * custom.el (custom-variable-p): Return nil for non-symbol
14163 arguments instead of signaling an error.
14164 (user-variable-p): Obsolete alias for custom-variable-p.
14165
14166 * apropos.el (apropos-variable):
14167 * files-x.el (read-file-local-variable):
14168 * simple.el (set-variable):
14169 * woman.el (woman-mini-help):
14170 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14171
14172 2012-04-09 Glenn Morris <rgm@gnu.org>
14173
14174 * startup.el (normal-top-level): Don't look for leim-list.el
14175 in places where it will not be found. (Bug#910)
14176
14177 * international/mule-cmds.el (set-default-coding-systems):
14178 * files.el (normal-mode):
14179 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14180 This function was removed with ucs-tables.el in 2008.
14181
14182 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14183
14184 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14185 ispell-encoding8-command to "-i", without a trailing space.
14186 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14187 separate command-line arguments, to specify the encoding, since
14188 that's how hunspell expects it.
14189
14190 2012-04-08 Glenn Morris <rgm@gnu.org>
14191
14192 * loadup.el: Load bindings before cus-start.
14193 This reduces somewhat the number of "rogue" settings in emacs -Q.
14194
14195 2012-04-07 Glenn Morris <rgm@gnu.org>
14196
14197 * version.el (emacs-bzr-get-version): New function.
14198 (emacs-bzr-version): New variable.
14199 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14200 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14201
14202 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14203
14204 * international/uni-bidi.el, international/uni-category.el:
14205 * international/uni-combining.el, international/uni-decimal.el:
14206 * international/uni-decomposition.el, international/uni-digit.el:
14207 * international/uni-lowercase.el, international/uni-mirrored.el:
14208 * international/uni-name.el, international/uni-numeric.el:
14209 * international/uni-titlecase.el, international/uni-uppercase.el:
14210 Update for Unicode 6.1.
14211
14212 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14213
14214 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14215
14216 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14217
14218 * window.el (shrink-window): Mention the `window-min-height'
14219 variable in the doc string.
14220
14221 2012-04-05 Bastien Guerry <bzg@altern.org>
14222
14223 * color.el (color-lighten-name): Fix typo.
14224
14225 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14226
14227 * server.el (server--on-display-p): New function.
14228 (server--on-display-p): Use it.
14229
14230 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
14231
14232 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14233 (bug#11145).
14234
14235 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * comint.el (comint--common-quoted-suffix): Check string boundary
14238 before comparing (bug#11158).
14239 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14240
14241 2012-04-04 Chong Yidong <cyd@gnu.org>
14242
14243 * minibuffer.el (completion-extra-properties): Doc fix.
14244
14245 * subr.el (delayed-warnings-hook): Doc fix.
14246
14247 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14248
14249 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14250 selection (Bug#11159).
14251 (epa-insert-keys): Inform that the default public key will be
14252 exported if no key is selected.
14253
14254 2012-04-04 Richard Stallman <rms@gnu.org>
14255
14256 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14257
14258 2012-04-03 Chong Yidong <cyd@gnu.org>
14259
14260 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14261 mail-insert-file, not its obsolete alias mail-attach-file.
14262
14263 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14264
14265 * notifications.el (notifications-notify): Fix docstring.
14266
14267 2012-04-02 Glenn Morris <rgm@gnu.org>
14268
14269 * emacs-lisp/authors.el (authors-aliases): Another addition.
14270
14271 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14272
14273 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14274 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14275 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14276
14277 2012-04-01 Chong Yidong <cyd@gnu.org>
14278
14279 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14280 Handle root directory properly.
14281 (copy-directory): Caller changed.
14282
14283 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14284 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14285
14286 2012-03-31 Glenn Morris <rgm@gnu.org>
14287
14288 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14289
14290 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14291
14292 * calendar/calendar.el (calendar-window-list)
14293 (calendar-hide-window): Restore. (Bug#11140)
14294 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14295
14296 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14297
14298 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14299
14300 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14301 Check if file is a symlink (Bug#10489).
14302
14303 * files.el (copy-directory): Likewise.
14304
14305 2012-03-30 Chong Yidong <cyd@gnu.org>
14306
14307 * image.el (imagemagick-types-inhibit)
14308 (imagemagick-register-types): Doc fix.
14309
14310 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14311
14312 * textmodes/ispell.el (ispell-get-extended-character-mode):
14313 Disable extended-char-mode for hunspell. hunspell does not support it
14314 and treats ~word as ordinary words in pipe mode.
14315
14316 2012-03-30 Glenn Morris <rgm@gnu.org>
14317
14318 * tutorial.el (help-with-tutorial): Ensure local variables don't
14319 happen to make the buffer read-only. (Bug#11127)
14320
14321 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14322
14323 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14324 (perl-calculate-indent): Return `noindent' in strings.
14325
14326 2012-03-28 Sam Steingold <sds@gnu.org>
14327
14328 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14329 instead of the broken adhockery which does not prevent calendar
14330 buffers from being displayed at random after exit.
14331 (calendar-window-list, calendar-hide-window): Remove the broken
14332 adhockery.
14333
14334 2012-03-28 Glenn Morris <rgm@gnu.org>
14335
14336 * replace.el (query-replace-map): Doc fix.
14337
14338 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14339
14340 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14341 contents. (Bug#11109)
14342
14343 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14346 (bug#11077).
14347 (avl-tree--check, avl-tree--check-node): New funs.
14348
14349 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14350
14351 * window.el (switch-to-visible-buffer): New option.
14352 (switch-to-prev-buffer, switch-to-next-buffer):
14353 Observe switch-to-visible-buffer. Make sure that checking for a window
14354 showing a buffer already is done on the same frame.
14355
14356 2012-03-27 Glenn Morris <rgm@gnu.org>
14357
14358 * startup.el (mail-host-address): Doc fix.
14359
14360 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14361
14362 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14363 than 197 variables.
14364
14365 2012-03-26 Ami Fischman <ami@fischman.org>
14366
14367 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14368
14369 2012-03-26 Glenn Morris <rgm@gnu.org>
14370
14371 * files.el (save-buffers-kill-emacs): Doc fix.
14372
14373 * startup.el (normal-top-level, command-line, command-line-1):
14374 Give them doc strings.
14375
14376 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14377
14378 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14379 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14380
14381 2012-03-25 Chong Yidong <cyd@gnu.org>
14382
14383 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14384 theme if it was previously enabled before (Bug#11031).
14385
14386 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14387 spec with custom-face-get-current-spec if its :shown-value is not
14388 determined yet (Bug#9337).
14389 (customize-create-theme, custom-theme-revert): Doc fixes.
14390
14391 * button.el (button-at): Minor addition to docstring.
14392
14393 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14394
14395 * vc/vc.el (vc-merge): Fix a prompt.
14396
14397 2012-03-24 Chong Yidong <cyd@gnu.org>
14398
14399 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14400 point (Bug#9623).
14401
14402 * button.el (button-at): Minor addition to docstring.
14403
14404 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * newcomment.el (comment-choose-indent): No space after BOL.
14407
14408 2012-03-22 Sam Steingold <sds@gnu.org>
14409
14410 * window.el (switch-to-prev-buffer): Revert last patch because the
14411 bug turned out to be an advertised feature (Elisp manual 28.14).
14412
14413 2012-03-22 Glenn Morris <rgm@gnu.org>
14414
14415 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14416 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14417
14418 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14419
14420 * net/network-stream.el (network-stream-open-starttls): Make error
14421 message under Windows be less misleading.
14422
14423 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14424
14425 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14426 understands (bug#9942).
14427
14428 2012-03-22 Chong Yidong <cyd@gnu.org>
14429
14430 * simple.el (end-of-visible-line): Handle return value of
14431 next-single-property-change properly (Bug#9371).
14432
14433 2012-03-22 Kenichi Handa <handa@m17n.org>
14434
14435 * international/quail.el (quail-insert-kbd-layout): Fix previous
14436 change. To avoid unwanted bidi reordering, use
14437 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14438
14439 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14440
14441 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14442 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14443 (ruby-beginning-of-indent): Be more careful with the difference
14444 between word-boundary and symbol boundary.
14445 (ruby-mode-syntax-table): Make : a symbol constituent.
14446
14447 2012-03-21 Andreas Politz <politza@fh-trier.de>
14448
14449 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14450
14451 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14452
14453 * progmodes/etags.el (tags-completion-at-point-function):
14454 Improve last fix.
14455
14456 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14457
14458 2012-03-21 Sam Steingold <sds@gnu.org>
14459
14460 * progmodes/etags.el (tags-completion-at-point-function):
14461 Avoid the error when point is inside the pattern.
14462
14463 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14464
14465 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14466 line (Bug#10855).
14467
14468 2012-03-21 Drew Adams <drew.adams@oracle.com>
14469
14470 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14471
14472 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14473
14474 * ido.el (ido-set-current-directory, ido-read-internal)
14475 (ido-choose-completion-string, ido-completion-help): Handle nil
14476 value of ido-completion-buffer (Bug#11008).
14477
14478 2012-03-21 Sam Steingold <sds@gnu.org>
14479
14480 * window.el (switch-to-prev-buffer): Do not switch to a visible
14481 window previous buffer, just like with the frame previous buffers.
14482
14483 2012-03-21 Chong Yidong <cyd@gnu.org>
14484
14485 * faces.el (make-face, make-empty-face, copy-face):
14486 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14487 Doc fixes.
14488
14489 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14490
14491 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14492 (widget-complete): Remove broken use of it.
14493
14494 2012-03-20 Chong Yidong <cyd@gnu.org>
14495
14496 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14497 Use string-width and truncate-string-width to handle arbitrary
14498 characters.
14499
14500 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14501
14502 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14503 to draw rectangles, not squares. (Regression introduced by revno
14504 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14505
14506 2012-03-18 Chong Yidong <cyd@gnu.org>
14507
14508 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14509 it is not yet defined (for temacs).
14510
14511 2012-03-18 Leo Liu <sdl.web@gmail.com>
14512
14513 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14514 prefix.
14515
14516 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14517
14518 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14519 (ispell-choices-win-default-height, ispell-silently-savep)
14520 (ispell-dictionary-alist, ispell-encoding8-command)
14521 (ispell-check-version, ispell-aspell-find-dictionary)
14522 (ispell-valid-dictionary-list, ispell-words-keyword)
14523 (ispell-get-word, ispell-internal-change-dictionary)
14524 (ispell-region, ispell-skip-region-list)
14525 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14526 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14527 (ispell-message-text-end, ispell-message)
14528 (ispell-buffer-local-parsing): Doc fix.
14529
14530 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14531
14532 * htmlfontify.el: Add support for code block fontification for ODT
14533 export (Bug #9914).
14534 (hfy-optimisations): Define new option
14535 `body-text-only'
14536 (hfy-fontify-buffer): Honor above setting.
14537 (hfy-begin-span, hfy-end-span): New routines factored out form
14538 `hfy-fontify-buffer'.
14539 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14540 that permit insertion of custom tags.
14541 (hfy-fontify-buffer): Use above handlers.
14542 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14543 (hfy-face-to-css): Re-defined to be a variable.
14544 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14545 over multiple runs. This is made possible by having the caller let
14546 bind a special variable `hfy-user-sheet-assoc'.
14547 (htmlfontify-string): New defun.
14548 (hfy-compile-face-map): Make sure that the last char in the
14549 buffer is correctly fontified.
14550 (hfy-face-resolve-face): Whitespace only change.
14551
14552 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14553
14554 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14555 message more clear.
14556
14557 2012-03-16 Leo Liu <sdl.web@gmail.com>
14558
14559 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14560
14561 2012-03-16 Alan Mackenzie <acm@muc.de>
14562
14563 Further optimize the handling of large macros.
14564
14565 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14566 limit to a call of `c-literal-limits'.
14567 (c-determine-+ve-limit): New function.
14568 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14569 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14570 In CASE 5B, restrict a search limit to 500.
14571 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14572
14573 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14574 Restrict macro bounds to +-500 from after-change's BEG END.
14575
14576 2012-03-16 Leo Liu <sdl.web@gmail.com>
14577
14578 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14579
14580 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14581
14582 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14583 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14584
14585 2012-03-16 Glenn Morris <rgm@gnu.org>
14586
14587 * view.el (view-buffer, view-buffer-other-window)
14588 (view-buffer-other-frame): Doc fixes re special mode-class.
14589
14590 * subr.el (eval-after-load): If named feature is provided not from
14591 a file, run after-load forms. (Bug#10946)
14592
14593 * calendar/calendar.el (calendar-insert-at-column):
14594 Handle non-unit-width characters a bit better. (Bug#10978)
14595
14596 2012-03-15 Chong Yidong <cyd@gnu.org>
14597
14598 * emacs-lisp/ring.el (ring-extend): New function.
14599 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14600
14601 * comint.el (comint-read-input-ring)
14602 (comint-add-to-input-history): Grow comint-input-ring lazily.
14603
14604 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14605
14606 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14607 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14608
14609 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14610 (imenu-add-to-menubar): Don't add a redundant index.
14611 (imenu-update-menubar): Handle a dynamically composed keymap.
14612
14613 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14614
14615 * mail/sendmail.el (mail-encode-header):
14616 Bind rfc2047-encode-encoded-words to nil.
14617
14618 2012-03-13 Glenn Morris <rgm@gnu.org>
14619
14620 * calendar/calendar.el (calendar-string-spread):
14621 Handle non-unit-width characters a bit better. (Bug#10978)
14622
14623 2012-03-13 Leo Liu <sdl.web@gmail.com>
14624
14625 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14626 directory and file as argument (Bug#10822).
14627
14628 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14629
14630 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14631 For dynamically generated code, follow $PC.
14632 (gdb-disassembly-handler-custom): Handle no function name case.
14633
14634 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14635
14636 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14637 * emulation/ws-mode.el (ws-query-replace):
14638 * sort.el (sort-regexp-fields):
14639 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14640
14641 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14642
14643 * dabbrev.el: Fix cycle completion order (bug#10963).
14644 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14645 (dabbrev-completion): Don't use an obarray; provide
14646 a cycle-sort-function.
14647
14648 2012-03-12 Leo Liu <sdl.web@gmail.com>
14649
14650 * simple.el (kill-new): Use equal-including-properties for comparison.
14651 (kill-do-not-save-duplicates): Doc fix.
14652
14653 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14654
14655 * dabbrev.el: Fix cycle completion (bug#10963).
14656 Use lexical binding and wrap to 80 columns.
14657 (dabbrev-completion): Delay computing the list of completions.
14658
14659 2012-03-12 Kenichi Handa <handa@m17n.org>
14660
14661 * international/quail.el (quail-insert-kbd-layout): Surround each
14662 row by LRO and PDF instead of inserting many LRMs. Pad the left
14663 and right of each non-spacing marks. Insert invisible space
14664 between lower and upper characters to prevent composition.
14665
14666 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14667
14668 * minibuffer.el (minibuffer-complete): Don't get confused when the
14669 function is run twice via different commands (bug#10958).
14670 (complete-with-action): Fix docstring.
14671
14672 2012-03-12 Chong Yidong <cyd@gnu.org>
14673
14674 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14675 (nxml-completion-at-point-function): New function.
14676 (nxml-mode): Use it.
14677 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14678
14679 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14680 Load generated autoloads file before byte compiling (Bug#10970).
14681 (package--make-autoloads-and-compile): New helper fun.
14682
14683 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14684
14685 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14686
14687 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14688
14689 * autorevert.el (auto-revert-handler): Ensure, that
14690 file-readable-p is applied only for local files or in
14691 auto-revert-tail-mode.
14692
14693 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14694
14695 * server.el (server-eval-at): Handle non-tcp connections.
14696 Decode result string.
14697
14698 * server.el (server-msg-size): New constant.
14699 (server-reply-print): New function.
14700 (server-eval-and-print): Use it.
14701 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14702 Handle -print-nonl.
14703
14704 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14705
14706 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14707 (Bug#10987).
14708
14709 2012-03-11 Chong Yidong <cyd@gnu.org>
14710
14711 * simple.el (goto-line): Doc fix (Bug#9938).
14712
14713 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14714
14715 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14716 when finished (Bug#10963).
14717
14718 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14719
14720 * window.el (split-window-below): Fix bug in case where
14721 split-window-keep-point is nil (Bug#10971).
14722
14723 2012-03-11 Juri Linkov <juri@jurta.org>
14724
14725 * replace.el (replace-highlight): Set isearch-word to nil
14726 unconditionally. (Bug#10887)
14727
14728 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14729
14730 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14731 mairix-replace-illegal-chars; all callers changed. Don't remove
14732 ^, ~, and = characters: they are meaningful in mairix search specs.
14733 (mairix-widget-create-query): Add usage information about mairix
14734 search forms: negating words, searching for substrings, etc.
14735
14736 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14737
14738 * international/fontset.el (font-encoding-alist): Add an entry for
14739 ksx1001 (Bug#5667).
14740
14741 2012-03-10 Richard Stallman <rms@gnu.org>
14742
14743 * mail/sendmail.el (mail-encode-header):
14744 Set rfc2047-encode-encoded-words.
14745
14746 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14747
14748 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14749 view buffer means not swapped.
14750 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14751 (rmail-write-region-annotate): Error if real text has disappeared.
14752
14753 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14754
14755 2012-03-10 Chong Yidong <cyd@gnu.org>
14756
14757 * emulation/cua-rect.el (cua--init-rectangles):
14758 * emulation/cua-base.el (cua--init-keymaps):
14759 Add delete-forward-char to remappings (Bug#9666).
14760
14761 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14762
14763 * speedbar.el (speedbar-unhighlight-one-tag-line):
14764 Avoid unhighlighting due to frame switching (Bug#10275).
14765
14766 2012-03-10 Chong Yidong <cyd@gnu.org>
14767
14768 * minibuffer.el (completion-in-region, completion-help-at-point):
14769 Give the completion field overlay a high priority (Bug#6830).
14770
14771 * dired.el (dired-goto-file): Recognize absolute file name
14772 listings (Bug#7126).
14773 (dired-goto-file-1): New helper function.
14774 (dired-toggle-read-only): Inhibit warnings.
14775
14776 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14777
14778 * net/dbus.el (dbus-property-handler): Return empty array if
14779 there are no properties.
14780
14781 2012-03-09 Leo Liu <sdl.web@gmail.com>
14782
14783 * savehist.el (savehist-printable): Stricter check for string
14784 value (Bug#10937).
14785
14786 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14787
14788 * mail/smtpmail.el (smtpmail-send-it):
14789 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14790 valid mbox format.
14791
14792 2012-03-09 Glenn Morris <rgm@gnu.org>
14793
14794 * files.el (dir-locals-find-file):
14795 Don't check result is regular, readable.
14796 (dir-locals-read-from-file): Demote errors.
14797
14798 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14799
14800 * international/quail.el (quail-insert-kbd-layout):
14801 Insert invisible LRM characters before each character in a keyboard
14802 layout cell, to prevent their reordering by bidi display engine.
14803 For details, see the discussion in
14804 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14805
14806 2012-03-08 Alan Mackenzie <acm@muc.de>
14807
14808 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14809 the starting position; make it extend the marked region when
14810 invoked repeatedly - all under appropriate circumstances.
14811 Fixes bugs #5525, #10906.
14812
14813 2012-03-08 Glenn Morris <rgm@gnu.org>
14814
14815 * files.el (locate-dominating-file, dir-locals-find-file):
14816 Undo 2012-03-06 change.
14817
14818 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14819
14820 * international/quail.el (quail-help):
14821 Force bidi-paragraph-direction be left-to-right. See discussion in
14822 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14823 for the reason.
14824
14825 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14826
14827 Avoid superfluous registering of signals. (Bug#10807)
14828
14829 * notifications.el (notifications-on-action-object)
14830 (notifications-on-close-object): New defvars.
14831 (notifications-on-action-signal, notifications-on-closed-signal):
14832 Unregister the signal if not needed any longer.
14833 (notifications-notify): Register `notifications-action-signal' or
14834 `notifications-closed-signal', if :on-action or :on-close has been
14835 passed as argument.
14836
14837 2012-03-07 Chong Yidong <cyd@gnu.org>
14838
14839 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14840 non-X platforms.
14841
14842 2012-03-06 Glenn Morris <rgm@gnu.org>
14843
14844 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14845 (x-disown-selection-internal, x-get-selection-internal):
14846 Doc fix (add arglist signatures). (Bug#10783)
14847
14848 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14849
14850 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14851 Handle breakpoints with no "type".
14852
14853 2012-03-06 Glenn Morris <rgm@gnu.org>
14854
14855 * files.el (locate-dominating-file): Add optional predicate argument.
14856 (dir-locals-find-file): Make use of above change.
14857
14858 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14859
14860 * info.el (Info-insert-dir): Also try "dir.gz".
14861
14862 2012-03-06 Glenn Morris <rgm@gnu.org>
14863
14864 * files.el (dir-locals-find-file):
14865 Ignore non-readable or non-regular files. (Bug#10928)
14866
14867 * files.el (locate-dominating-file): Doc fix.
14868
14869 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14870
14871 * calendar/calendar.el (calendar-set-mode-line):
14872 `getenv' returns a string. (Bug#10951)
14873
14874 2012-03-05 Leo Liu <sdl.web@gmail.com>
14875
14876 * simple.el (backward-delete-char-untabify): Constrain point to
14877 field (Bug#10939).
14878
14879 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14880
14881 2012-03-05 Chong Yidong <cyd@gnu.org>
14882
14883 * simple.el (count-words): If called from Lisp, return the word
14884 count, for symmetry with `count-lines'. Arglist changed.
14885 (count-words--message): Args changed. Consolidate counting code
14886 from count-words and count-words-region.
14887 (count-words-region): Caller changed.
14888 (count-lines-region): Make it an obsolete alias.
14889
14890 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14891
14892 * saveplace.el (save-place-to-alist)
14893 (save-place-ignore-files-regexp): Allow value nil to disable this
14894 feature.
14895
14896 2012-03-04 Chong Yidong <cyd@gnu.org>
14897
14898 * faces.el (face-spec-reset-face): For the default face, reset the
14899 attributes to default values (Bug#10748).
14900
14901 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14902
14903 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14904 previous patch: Check `message-send-mail-function', and not the
14905 default function (bug#10897).
14906
14907 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14908
14909 * notifications.el (notifications-on-action-signal)
14910 (notifications-on-closed-signal): Check for unique service name of
14911 incoming event. Fix error in removing entry.
14912 (top): Register for signals with wildcard service name.
14913 (notifications-notify): Use daemon unique service name for map entries.
14914
14915 2012-03-04 Chong Yidong <cyd@gnu.org>
14916
14917 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14918
14919 2012-03-04 Glenn Morris <rgm@gnu.org>
14920
14921 * abbrev.el (copy-abbrev-table, abbrev-table-p)
14922 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14923 (expand-abbrev, define-abbrev-table): Doc fixes.
14924
14925 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14926
14927 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14928 `message-default-send-mail-function' and not `send-mail-function'
14929 when doing the prompting for `sendmail-query-once' before sending
14930 in Message buffers (bug#10897).
14931
14932 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14933 This is inconsistent with all the other stream functions, which leave
14934 the setting up to the higher levels (if so wanted) (bug#10931).
14935
14936 2012-03-02 Alan Mackenzie <acm@muc.de>
14937
14938 Depessimize the handling of very large macros.
14939
14940 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14941 (c-macro-cache-syntactic): New variables to implement a one
14942 element macro cache.
14943 (c-invalidate-macro-cache): New function.
14944 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14945 Adapt to use the new cache.
14946 (c-state-safe-place): Use better the cache of safe positions.
14947 (c-state-semi-nonlit-pos-cache)
14948 (c-state-semi-nonlit-pos-cache-limit):
14949 New variables for...
14950 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
14951 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14952 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14953 Use c-state-semi-safe-place.
14954
14955 * progmodes/cc-langs.el (c-get-state-before-change-functions):
14956 Add c-invalidate-macro-cache to the C, C++, Obj entries.
14957
14958 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
14959
14960 * jka-compr.el (jka-compr-call-process):
14961 Apply `file-accessible-directory-p' only when the default directory is
14962 not remote.
14963
14964 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
14965
14966 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
14967 access of FILE2, if FILE1 does not exist.
14968
14969 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14970 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14971
14972 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14973 Add "PAGER=" to `process-environment'.
14974
14975 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
14976
14977 * progmodes/sql.el: Bug fix
14978 (sql-get-login-ext): Save login values in globals.
14979 (sql-get-login): Use new version of `sql-get-login-ext'.
14980 (sql-interactive-mode): Set global `sql-connection' to nil.
14981 (sql-connect): Set global values for connection.
14982 (sql-product-interactive): Save global values as buffer local.
14983
14984 2012-02-29 Leo Liu <sdl.web@gmail.com>
14985
14986 * abbrev.el (define-abbrevs): Reset sys to nil.
14987
14988 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14989
14990 * files.el (file-equal-p): Rename from `files-equal-p'.
14991 Return nil when one or both files don't exist.
14992 (file-subdir-of-p): Now only top directory must exists,
14993 return nil if it doesn't.
14994 (copy-directory): No need to test with `file-subdir-of-p' after
14995 creating dir.
14996 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14997 to `file-equal-p'.
14998
14999 2012-02-28 Glenn Morris <rgm@gnu.org>
15000
15001 * shell.el (shell-mode):
15002 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15003 * play/landmark.el (landmark-font-lock-face-O):
15004 * play/handwrite.el (handwrite):
15005 * play/gomoku.el (gomoku-O):
15006 * net/browse-url.el (browse-url-browser-display):
15007 * international/mule.el (define-charset):
15008 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15009 * filesets.el (filesets-find-file-delay):
15010 * eshell/em-xtra.el (eshell-xtra):
15011 * eshell/em-unix.el (eshell-grep):
15012 * emulation/viper.el (viper-mode):
15013 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15014 * emacs-lisp/easymenu.el (easy-menu-define):
15015 * calendar/timeclock.el (timeclock-use-display-time):
15016 * bs.el (bs-mode):
15017 * bookmark.el (bookmark-save-flag):
15018 Doc fix (standardize possessive apostrophe usage).
15019
15020 2012-02-27 Chong Yidong <cyd@gnu.org>
15021
15022 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15023 Fix key-binding lookup for ESC key (Bug#9146).
15024
15025 * font-lock.el (font-lock-specified-p): Rename from
15026 font-lock-spec-present. Callers changed.
15027
15028 2012-02-27 Daniel Hackney <dan@haxney.org>
15029
15030 * emacs-lisp/package.el (package-compute-transaction):
15031 Handle holding a package version to t in package-load-list.
15032
15033 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15034
15035 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15036 (tramp-get-inode, tramp-get-device): Use cached values.
15037
15038 2012-02-26 Alan Mackenzie <acm@muc.de>
15039
15040 Check there is a font-lock specification before doing initial
15041 fontification.
15042
15043 * font-core.el (font-lock-mode): Move the conditional from
15044 :after-hook to font-lock-initial-fontify.
15045 (font-lock-default-function): Move the check for a specification
15046 to font-lock-spec-present.
15047
15048 * font-lock.el (font-lock-initial-fontify): Call ...
15049 (font-lock-spec-present): New function.
15050
15051 2012-02-26 Jim Blandy <jimb@red-bean.com>
15052
15053 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15054 (gdb-send): Apply it to the operand of the '-interpreter-exec
15055 console' command, so that we can pass arguments with (say) quotes
15056 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15057
15058 2012-02-26 Chong Yidong <cyd@gnu.org>
15059
15060 * help-fns.el (describe-function-1): Clarify description of
15061 remapping (Bug#10844).
15062
15063 * files.el (files-equal-p): Doc fix.
15064 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15065 and quit the loop once a mismatch is found.
15066
15067 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15068
15069 * bs.el (bs--show-with-configuration): Don't throw an error
15070 if the window cannot be split; otherwise, subsequent calls to
15071 bs-show fail, restoring a stale window config. (Bug#10882)
15072
15073 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15074
15075 * term/ns-win.el (global-map): Bind ns-drag-file to
15076 ns-find-file (Bug#5855, Bug#10050).
15077
15078 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15079
15080 * calendar/parse-time.el (parse-time-string): Allow extractor to
15081 return nil.
15082
15083 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15084
15085 * net/tramp.el (tramp-file-name-for-operation):
15086 Add `files-equal-p' and `file-subdir-of-p'.
15087
15088 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15089 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15090 Add COPY-CONTENTS argument.
15091
15092 2012-02-25 Chong Yidong <cyd@gnu.org>
15093
15094 Add custom groups for VC backends, for consistency with vc-bzr.
15095
15096 * vc/vc-arch.el (vc-arch):
15097 * vc/vc-cvs.el (vc-cvs):
15098 * vc/vc-git.el (vc-git):
15099 * vc/vc-hg.el (vc-hg):
15100 * vc/vc-mtn.el (vc-mtn):
15101 * vc/vc-rcs.el (vc-rcs):
15102 * vc/vc-sccs.el (vc-sccs):
15103 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15104 All relevant defcustoms reassigned.
15105
15106 2012-02-25 Chong Yidong <cyd@gnu.org>
15107
15108 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15109
15110 * term/x-win.el (x-initialize-window-system): Reduce default for
15111 x-selection-timeout to 5 seconds (Bug#8869).
15112
15113 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15114
15115 * files.el (files-equal-p, file-subdir-of-p): New functions.
15116 (copy-directory): Error when trying to copy a directory on itself.
15117 Add missing copy-contents arg to tramp handler.
15118 * dired-aux.el (dired-copy-file-recursive): Same.
15119 (dired-create-files): Modify destination when source is equal to
15120 dest when copying files.
15121 Return also when dest is a subdir of source. (Bug#10489)
15122
15123 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15124
15125 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15126 (Bug#10874)
15127
15128 2012-02-23 Alan Mackenzie <acm@muc.de>
15129
15130 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15131 parameter "after-hook:" to allow the expansion to run code after
15132 the execution of the mode hooks.
15133
15134 * font-lock.el (font-lock-initial-fontify): New function extracted
15135 from font-lock-mode-internal.
15136
15137 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15138 :after-hook.
15139
15140 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15143 (completion--cache-all-sorted-completions): New function.
15144 (completion-all-sorted-completions): Use it.
15145 (completion--do-completion, minibuffer-force-complete):
15146 Use it to re-instate the flush hook.
15147
15148 * icomplete.el (icomplete-completions): Replace last fix with a better
15149 one (bug#10850).
15150
15151 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15152
15153 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15154 when it might call us back infinitely (bug#10797).
15155
15156 2012-02-23 Glenn Morris <rgm@gnu.org>
15157
15158 * minibuffer.el (completion-category-overrides): Doc fix.
15159
15160 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15161
15162 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15163 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15164
15165 2012-02-23 Glenn Morris <rgm@gnu.org>
15166
15167 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15168 (authors-obsolete-files-regexps, authors-ignored-files)
15169 (authors-ambiguous-files, authors-renamed-files-alist):
15170 Add more entries.
15171
15172 2012-02-23 Juri Linkov <juri@jurta.org>
15173
15174 * isearch.el (isearch-occur): Sync interactive spec with occur's
15175 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15176
15177 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15178
15179 2012-02-22 Juri Linkov <juri@jurta.org>
15180
15181 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15182 (ucs-insert): Doc fix. Check for hex digits in the string.
15183 Don't display `nil' in the error message. (Bug#10857)
15184
15185 2012-02-22 Alan Mackenzie <acm@muc.de>
15186
15187 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15188
15189 2012-02-22 Glenn Morris <rgm@gnu.org>
15190
15191 * ffap.el (ffap-c-path):
15192 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15193
15194 2012-02-22 Chong Yidong <cyd@gnu.org>
15195
15196 * custom.el (load-theme): Doc fix.
15197
15198 2012-02-22 Glenn Morris <rgm@gnu.org>
15199
15200 * dired-x.el (dired-guess-shell-alist-default):
15201 Remove escape sequences from nroff output. (Bug#172)
15202
15203 2012-02-21 Glenn Morris <rgm@gnu.org>
15204
15205 * vc/emerge.el (emerge-defvar-local):
15206 Set `permanent-local' property rather than unused `preserved'.
15207
15208 * textmodes/picture.el (picture-delete-char): New alias.
15209 (picture-mode-map): Use it. (Bug#10860)
15210 (picture-mode): Doc fix.
15211
15212 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15213
15214 * newcomment.el (uncomment-region-default): Remove unused binding.
15215
15216 2012-02-21 Glenn Morris <rgm@gnu.org>
15217
15218 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15219 (picture-self-insert, picture-tab-chars): Doc fix.
15220 (picture-mode-map): Fix C-a, C-e.
15221
15222 2012-02-20 Glenn Morris <rgm@gnu.org>
15223
15224 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15225
15226 2012-02-20 Leo Liu <sdl.web@gmail.com>
15227
15228 * icomplete.el (icomplete-completions): Check FROM arg before
15229 passing to substring (Bug#10850).
15230
15231 2012-02-19 Chong Yidong <cyd@gnu.org>
15232
15233 * comint.el: Require ansi-color.
15234 (comint-output-filter-functions): Add ansi-color-process-output.
15235
15236 * ansi-color.el: Don't set comint-output-filter-functions; it is
15237 now in the initial value defined in comint.el.
15238 (ansi-color-apply-face-function): New variable.
15239 (ansi-color-apply-on-region): Use it.
15240 (ansi-color-apply-overlay-face): New function.
15241
15242 * shell.el (shell): No need to require ansi-color.
15243 (shell-mode): Use ansi-color-apply-face-function to highlight
15244 color escapes using font-lock-face property (Bug#10835).
15245
15246 2012-02-19 Chong Yidong <cyd@gnu.org>
15247
15248 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15249 mode-line formats (Bug#10839).
15250
15251 2012-02-18 Glenn Morris <rgm@gnu.org>
15252
15253 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15254
15255 * mail/undigest.el (unforward-rmail-message): Doc fix.
15256
15257 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15258
15259 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15260
15261 * international/characters.el (script-list): Sync with the latest
15262 Unicode Character Database.
15263
15264 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15265
15266 * international/titdic-cnv.el: Remove duplicate coding tag.
15267 * language/cham.el: Likewise.
15268 * language/tai-viet.el: Likewise.
15269
15270 2012-02-18 Glenn Morris <rgm@gnu.org>
15271
15272 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15273 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15274 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15275 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15276 * calendar/holidays.el (holiday-bahai-holidays)
15277 (calendar-holidays, list-holidays):
15278 Use utf-8 Bahá'í in doc-strings, menus, etc.
15279
15280 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15281
15282 * saveplace.el (save-place-ignore-files-regexp): New variable
15283 allowing for excluding files from saving their location of point.
15284 The default value matches the temporary commit message editing
15285 files from Git, SVN, Bazaar, and Mercurial.
15286 (save-place-to-alist): Use it.
15287
15288 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15289 Stefan Monnier <monnier@iro.umontreal.ca>
15290
15291 * newcomment.el (uncomment-region-default): Don't leave extra space
15292 when an arg is provided (bug#8150).
15293
15294 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15295
15296 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15297
15298 2012-02-17 Glenn Morris <rgm@gnu.org>
15299
15300 * net/socks.el: Require network-stream. (Bug#10599)
15301
15302 2012-02-17 Kenichi Handa <handa@m17n.org>
15303
15304 * international/charprop.el:
15305 * international/uni-name.el:
15306 * international/uni-old-name.el:
15307 * international/uni-comment.el: Regenerate.
15308
15309 2012-02-16 Glenn Morris <rgm@gnu.org>
15310
15311 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15312 Interactively in calendar buffer, give an error if not on a date.
15313
15314 2012-02-15 Glenn Morris <rgm@gnu.org>
15315
15316 * shell.el (shell-delimiter-argument-list):
15317 Revert 2011-02-17 change. (Bug#8027)
15318
15319 2012-02-15 Chong Yidong <cyd@gnu.org>
15320
15321 * minibuffer.el (completion-at-point-functions): Doc fix.
15322
15323 * custom.el (defcustom): Doc fix; note use of defvar.
15324
15325 2012-02-15 Glenn Morris <rgm@gnu.org>
15326
15327 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15328 Doc fixes.
15329
15330 2012-02-14 Glenn Morris <rgm@gnu.org>
15331
15332 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15333
15334 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15335
15336 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15337 way the ports list is computed.
15338 (smtpmail-query-smtp-server): Prompt the user for a port number if
15339 we can't connect to any of the standard ports (bug#10810).
15340
15341 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15342
15343 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15344
15345 2012-02-13 Glenn Morris <rgm@gnu.org>
15346
15347 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15348
15349 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15350
15351 * net/gnutls.el (gnutls-trustfiles): New variable.
15352 (gnutls-negotiate): Use it.
15353
15354 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15355
15356 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15357 does its stuff if Gnus is running.
15358
15359 2012-02-13 Alan Mackenzie <acm@muc.de>
15360
15361 Fix a loop in c-set-fl-decl-start.
15362
15363 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15364 c-backward-syntactic-ws actually moves backwards.
15365
15366 2012-02-13 Leo Liu <sdl.web@gmail.com>
15367
15368 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15369 beginning so that all \C-o chars are removed.
15370
15371 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15372
15373 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15374
15375 2012-02-12 Alan Mackenzie <acm@muc.de>
15376
15377 Fix infinite loop with long macros.
15378 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15379
15380 2012-02-12 Chong Yidong <cyd@gnu.org>
15381
15382 * window.el (display-buffer): Doc fix (Bug#10785).
15383
15384 2012-02-12 Glenn Morris <rgm@gnu.org>
15385
15386 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15387 (x-disown-selection-internal, x-get-selection-internal):
15388 Sync docs with the xselect.c versions.
15389
15390 * allout-widgets.el: Add missing license notice.
15391
15392 2012-02-11 Glenn Morris <rgm@gnu.org>
15393
15394 * select.el (x-get-selection-internal, x-own-selection-internal)
15395 (x-disown-selection-internal):
15396 * x-dnd.el (x-get-selection-internal): Update declarations.
15397
15398 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15399
15400 * window.el (window-sides-slots):
15401 * tool-bar.el (tool-bar-position):
15402 * term/xterm.el (xterm-extra-capabilities):
15403 * ses.el (ses-self-reference-early-detection):
15404 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15405 (verilog-auto-wire-type)
15406 (verilog-auto-delete-trailing-whitespace)
15407 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15408 (verilog-auto-tieoff-declaration):
15409 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15410 (sql-oracle-statement-starters, sql-oracle-scan-on):
15411 * progmodes/prolog.el (prolog-align-comments-flag)
15412 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15413 (prolog-left-indent-regexp, prolog-paren-indent-p)
15414 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15415 (prolog-types, prolog-mode-specificators)
15416 (prolog-determinism-specificators, prolog-directives)
15417 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15418 (prolog-electric-dot-flag)
15419 (prolog-electric-dot-full-predicate-template)
15420 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15421 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15422 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15423 (prolog-program-switches, prolog-prompt-regexp)
15424 (prolog-debug-on-string, prolog-debug-off-string)
15425 (prolog-trace-on-string, prolog-trace-off-string)
15426 (prolog-zip-on-string, prolog-zip-off-string)
15427 (prolog-use-standard-consult-compile-method-flag)
15428 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15429 (prolog-imenu-max-lines, prolog-info-predicate-index)
15430 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15431 (prolog-char-quote-workaround):
15432 * progmodes/cc-vars.el (c-defun-tactic):
15433 * net/tramp.el (tramp-encoding-command-interactive)
15434 (tramp-local-end-of-line):
15435 * net/soap-client.el (soap-client):
15436 * net/netrc.el (netrc-file):
15437 * net/gnutls.el (gnutls):
15438 * minibuffer.el (completion-category-overrides)
15439 (completion-cycle-threshold)
15440 (completion-pcm-complete-word-inserts-delimiters):
15441 * man.el (Man-name-local-regexp):
15442 * mail/feedmail.el (feedmail-display-full-frame):
15443 * international/characters.el (glyphless-char-display-control):
15444 * eshell/em-ls.el (eshell-ls-date-format):
15445 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15446 (lisp-lambda-list-keyword-parameter-indentation)
15447 (lisp-lambda-list-keyword-parameter-alignment):
15448 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15449 * dired-x.el (dired-omit-verbose):
15450 * cus-theme.el (custom-theme-allow-multiple-selections):
15451 * calc/calc.el (calc-highlight-selections-with-faces)
15452 (calc-lu-field-reference, calc-lu-power-reference)
15453 (calc-note-threshold):
15454 * battery.el (battery-mode-line-limit):
15455 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15456 (archive-7z-update):
15457 * allout.el (allout-prefixed-keybindings)
15458 (allout-unprefixed-keybindings)
15459 (allout-inhibit-auto-fill-on-headline)
15460 (allout-flattened-numbering-abbreviation):
15461 * allout-widgets.el (allout-widgets-auto-activation)
15462 (allout-widgets-icons-dark-subdir)
15463 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15464 (allout-widgets-theme-dark-background)
15465 (allout-widgets-theme-light-background)
15466 (allout-widgets-item-image-properties-emacs)
15467 (allout-widgets-item-image-properties-xemacs)
15468 (allout-widgets-run-unit-tests-on-load)
15469 (allout-widgets-time-decoration-activity)
15470 (allout-widgets-hook-error-post-time)
15471 (allout-widgets-track-decoration):
15472 Add missing :version tags to new defcustoms and defgroups.
15473
15474 * progmodes/sql.el (sql-ansi-statement-starters)
15475 (sql-oracle-statement-starters): Add custom type.
15476
15477 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15478 (prolog-system-version): Give it a type.
15479
15480 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15481
15482 * term/pc-win.el (x-select-text, x-selection-owner-p)
15483 (x-own-selection-internal, x-disown-selection-internal)
15484 (x-get-selection-internal): Sync doc strings and argument lists
15485 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15486
15487 2012-02-11 Leo Liu <sdl.web@gmail.com>
15488
15489 * progmodes/python.el (python-end-of-statement): Fix infinite
15490 loop. (Bug#10788)
15491
15492 2012-02-10 Glenn Morris <rgm@gnu.org>
15493
15494 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15495 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15496
15497 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15498
15499 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15500 about SMTP before checking the From header.
15501
15502 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15503 into own function for reuse by emacsbug.el.
15504
15505 2012-02-10 Leo Liu <sdl.web@gmail.com>
15506
15507 * subr.el (condition-case-unless-debug): Rename from
15508 condition-case-no-debug. All callers changed.
15509 (with-demoted-errors): Fix caller.
15510
15511 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15512 * nxml/rng-valid.el (rng-do-some-validation):
15513 * emacs-lisp/package.el (package-refresh-contents)
15514 (package-menu-execute):
15515 * desktop.el (desktop-create-buffer):
15516 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15517
15518 2012-02-10 Glenn Morris <rgm@gnu.org>
15519
15520 * textmodes/bibtex.el:
15521 Add missing :version tags for new/changed defcustoms.
15522
15523 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15524
15525 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15526
15527 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15528 (smtpmail-via-smtp): Use it, or fall back on the From address.
15529 (smtpmail-send-it): Ditto.
15530
15531 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15534 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15535 (byte-compile-tmp-var): New const.
15536 (byte-compile-defvar): Use it to minimize .elc size.
15537 Just use `defvar' rather than simulate it (bug#10761).
15538
15539 2012-02-09 Glenn Morris <rgm@gnu.org>
15540
15541 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15542
15543 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15544 Add :version tags.
15545
15546 * progmodes/compile.el (compilation-error-screen-columns)
15547 (compilation-first-column, compilation-filter-start): Doc fixes.
15548
15549 * vc/log-view.el (log-view-toggle-entry-display):
15550 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15551
15552 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15553 (report-emacs-bug-can-use-xdg-email):
15554 (report-emacs-bug-insert-to-mailer): Doc fixes.
15555 (report-emacs-bug): Message fix.
15556
15557 * net/browse-url.el (browse-url-can-use-xdg-open)
15558 (browse-url-xdg-open): Doc fixes.
15559
15560 * electric.el (electric-indent-mode, electric-pair-mode)
15561 (electric-layout-rules, electric-layout-mode): Doc fixes.
15562 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15563
15564 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15565
15566 * server.el (server-unselect-display): Don't inadvertently kill
15567 the current buffer. (Bug#10729)
15568
15569 2012-02-08 Glenn Morris <rgm@gnu.org>
15570
15571 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15572 (sql-list-table): Doc fixes.
15573
15574 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15575 Comment out (does nothing).
15576
15577 * completion.el (dynamic-completion-mode):
15578 * dirtrack.el (dirtrack-debug-mode):
15579 * electric.el (electric-layout-mode):
15580 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15581 * face-remap.el (text-scale-mode, buffer-face-mode):
15582 * iimage.el (iimage-mode):
15583 * image-mode.el (image-transform-mode):
15584 * minibuffer.el (completion-in-region-mode):
15585 * scroll-lock.el (scroll-lock-mode):
15586 * simple.el (next-error-follow-minor-mode):
15587 * tar-mode.el (tar-subfile-mode):
15588 * tooltip.el (tooltip-mode):
15589 * vcursor.el (vcursor-use-vcursor-map):
15590 * wid-browse.el (widget-minor-mode):
15591 * emulation/tpu-edt.el (tpu-edt-mode):
15592 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15593 * international/iso-ascii.el (iso-ascii-mode):
15594 * language/thai-util.el (thai-word-mode):
15595 * mail/supercite.el (sc-minor-mode):
15596 * net/goto-addr.el (goto-address-mode):
15597 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15598 * progmodes/cwarn.el (cwarn-mode):
15599 * progmodes/flymake.el (flymake-mode):
15600 * progmodes/glasses.el (glasses-mode):
15601 * progmodes/hideshow.el (hs-minor-mode):
15602 * progmodes/pascal.el (pascal-outline-mode):
15603 * textmodes/enriched.el (enriched-mode):
15604 * vc/smerge-mode.el (smerge-mode):
15605 Doc fixes (minor mode argument).
15606
15607 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15608
15609 * ls-lisp.el (ls-lisp-sanitize): New function.
15610 (ls-lisp-insert-directory): Use it to fix or remove any elements
15611 in file-alist with missing attributes. (Bug#4673)
15612
15613 2012-02-07 Alan Mackenzie <acm@muc.de>
15614
15615 Fix spurious recognition of c-in-knr-argdecl.
15616
15617 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15618 putative K&R region.
15619
15620 2012-02-07 Alan Mackenzie <acm@muc.de>
15621
15622 * progmodes/cc-engine.el (c-forward-objc-directive):
15623 Prevent looping in "#pragma mark @implementation".
15624
15625 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15626
15627 * notifications.el (notifications-on-closed-signal): Make `reason'
15628 optional. (Bug#10744)
15629
15630 2012-02-07 Glenn Morris <rgm@gnu.org>
15631
15632 * emacs-lisp/easy-mmode.el (define-minor-mode):
15633 Doc fixes for the macro and the mode it defines.
15634
15635 * image.el (imagemagick-types-inhibit): Doc fix.
15636
15637 * cus-start.el (imagemagick-render-type): Add it.
15638
15639 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15640
15641 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15642 Set the default at load time, too, so that `font-lock-fontify-buffer'
15643 can be called without setting up the entire mode first. This fixes
15644 a bug in `mm-inline-text' with C MIME parts.
15645
15646 2012-02-06 Chong Yidong <cyd@gnu.org>
15647
15648 * simple.el (list-processes--refresh): Delete exited processes
15649 (Bug#8094).
15650
15651 * comint.el (comint-next-prompt): next-single-char-property-change
15652 and prev-single-char-property-change never return nil (Bug#8657).
15653
15654 * custom.el (defcustom): Doc fix (Bug#9711).
15655
15656 2012-02-05 Chong Yidong <cyd@gnu.org>
15657
15658 * cus-edit.el (custom-variable-reset-backup): Quote the value
15659 before storing it in the customized-value property (Bug#6712).
15660 (custom-display): Add a customization type tag.
15661 (custom-buffer-create-internal): Improve tooltip message.
15662
15663 * wid-edit.el (widget-field-value-get): New optional arg to
15664 suppress trailing whitespace truncation.
15665 (character): Use it (Bug#2689).
15666
15667 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15668
15669 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15670 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15671
15672 2012-02-05 Chong Yidong <cyd@gnu.org>
15673
15674 * cus-edit.el (custom-variable-value-create): For mismatched
15675 types, show the current value (Bug#7600).
15676
15677 * custom.el (defcustom): Doc fix.
15678
15679 2012-02-05 Glenn Morris <rgm@gnu.org>
15680
15681 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15682
15683 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15684
15685 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15686 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15687 (pp-last-sexp): Use `looking-at-p'.
15688
15689 2012-02-04 Glenn Morris <rgm@gnu.org>
15690
15691 * files.el (revert-buffer):
15692 Doc fix (mention revert-buffer-in-progress-p).
15693
15694 * emacs-lisp/ert-x.el (ert-simulate-command):
15695 Check deferred-action-list (which is obsolete) is bound.
15696
15697 * subr.el (with-wrapper-hook): Doc fixes.
15698
15699 * simple.el (filter-buffer-substring-functions)
15700 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15701
15702 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15703
15704 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15705 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15706
15707 2012-02-04 Leo Liu <sdl.web@gmail.com>
15708
15709 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15710
15711 2012-02-04 Glenn Morris <rgm@gnu.org>
15712
15713 * image.el (image-extension-data): Add obsolete alias.
15714
15715 * isearch.el (isearch-update): Doc fix.
15716
15717 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15718
15719 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15720
15721 2012-02-03 Glenn Morris <rgm@gnu.org>
15722
15723 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15724 (image-animate-timeout): Doc fix.
15725
15726 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15727
15728 2012-02-02 Glenn Morris <rgm@gnu.org>
15729
15730 * server.el (server-auth-dir): Doc fix.
15731 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15732
15733 * subr.el (run-mode-hooks): Doc fix.
15734
15735 2012-02-02 Juri Linkov <juri@jurta.org>
15736
15737 * image-mode.el (image-toggle-display-image): Remove tautological
15738 `major-mode' from the `derived-mode-p' test.
15739
15740 2012-02-02 Kenichi Handa <handa@m17n.org>
15741
15742 * composite.el (compose-region): Cancel previous change.
15743
15744 2012-02-02 Kenichi Handa <handa@m17n.org>
15745
15746 * composite.el (compose-region, compose-string): Signal error for
15747 a null string component (Bug#6988).
15748
15749 2012-02-01 Chong Yidong <cyd@gnu.org>
15750
15751 * view.el (view-buffer-other-window, view-buffer-other-frame):
15752 Handle special modes like view-buffer (Bug#10650).
15753 (view-buffer): Simplify.
15754
15755 * frame.el (set-frame-font): Tweak meaning of third argument.
15756
15757 * dynamic-setting.el (font-setting-change-default-font):
15758 Use set-frame-font (Bug#9982).
15759
15760 2012-02-01 Glenn Morris <rgm@gnu.org>
15761
15762 * progmodes/compile.el (compilation-internal-error-properties):
15763 Respect compilation-first-column in the "*compilation*" buffer.
15764
15765 * emacs-lisp/easy-mmode.el (define-minor-mode):
15766 Relax :variable's test for a named function.
15767
15768 2012-01-31 Alan Mackenzie <acm@muc.de>
15769
15770 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15771 off by one error.
15772
15773 2012-01-31 Chong Yidong <cyd@gnu.org>
15774
15775 * frame.el (set-frame-font): New arg ALL-FRAMES.
15776
15777 * menu-bar.el (menu-set-font): Use set-frame-font.
15778
15779 * faces.el (face-spec-reset-face): Don't apply unspecified
15780 attribute values to the default face.
15781
15782 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15783
15784 * progmodes/cwarn.el (cwarn): Remove dead link.
15785 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15786 Remove * from defcustom docstrings.
15787 (turn-on-cwarn-mode): Make obsolete.
15788 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15789 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15790
15791 2012-01-31 Glenn Morris <rgm@gnu.org>
15792
15793 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15794 Fix :variable handling of mode a symbol not equal to modefun.
15795 Allow named functions to be used as the cdr of :variable.
15796
15797 2012-01-30 Glenn Morris <rgm@gnu.org>
15798
15799 * emacs-lisp/authors.el (authors-fixed-entries):
15800 Remove reference to deleted file rnewspost.el.
15801
15802 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15803
15804 * window.el (window-with-parameter): Remove unused variable `windows'.
15805 (window--side-check): Remove unused variable `code'.
15806 (window--resize-siblings): Remove unused variable `first'.
15807 (adjust-window-trailing-edge): Remove unused variable `failed'.
15808 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15809 Use `let', not `let*'.
15810 (balance-windows-2): Remove unused variable `found'.
15811 (window--state-put-2): Remove unused variable `splits'.
15812 (window-state-put): Remove unused variable `selected'.
15813 (same-window-p): Use `string-match-p'.
15814 (display-buffer-assq-regexp): Remove unused variable `value'.
15815 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15816 Mark argument ALIST as ignored.
15817 (pop-to-buffer): Remove unused variable `old-window'.
15818
15819 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15820
15821 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15822 and .lzma compressed files.
15823
15824 2012-01-29 Chong Yidong <cyd@gnu.org>
15825
15826 * frame.el (window-system-default-frame-alist): Doc fix.
15827
15828 * dynamic-setting.el (font-setting-change-default-font): Don't
15829 change the default face if SET-FONT argument is non-nil (Bug#9982).
15830
15831 2012-01-29 Samuel Bronson <naesten@gmail.com>
15832
15833 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15834
15835 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15836
15837 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15838 breakpoints in files outside current directory (Bug#6098).
15839
15840 2012-01-29 Chong Yidong <cyd@gnu.org>
15841
15842 * progmodes/python.el: Require ansi-color at top-level.
15843
15844 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15845 Define and use in Emacs Lisp mode (Bug#9360).
15846 (lisp-mode-abbrev-table): Add doc.
15847 (lisp-mode-variables): Don't set local-abbrev-table.
15848 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15849
15850 2012-01-28 Roland Winkler <winkler@gnu.org>
15851
15852 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15853
15854 2012-01-28 Roland Winkler <winkler@gnu.org>
15855
15856 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15857 (bibtex-set-dialect): Use it. Either set global values of
15858 dialect-dependent variables or bind these variables buffer-locally
15859 (Bug#10254).
15860 (bibtex-mode): Call bibtex-set-dialect via
15861 hack-local-variables-hook.
15862 (bibtex-dialect): Update docstring.
15863 Add safe-local-variable predicate.
15864 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15865 bibtex-set-dialect.
15866 (bibtex-mode-map): Define menu for each dialect.
15867 (bibtex-entry): Fix docstring.
15868
15869 2012-01-28 Chong Yidong <cyd@gnu.org>
15870
15871 * eshell/esh-arg.el (eshell-quote-argument): New function.
15872
15873 * eshell/esh-ext.el (eshell-invoke-batch-file):
15874 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15875 first arg to eshell-parse-command (Bug#10523).
15876
15877 2012-01-28 Drew Adams <drew.adams@oracle.com>
15878
15879 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15880 `default-directory' is non-nil.
15881
15882 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15883
15884 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15885 line that displays system-configuration-options. (Bug#9924)
15886
15887 2012-01-28 Drew Adams <drew.adams@oracle.com>
15888
15889 * descr-text.el (describe-char): Show information about POS, in
15890 addition to information about the character at POS. Improve and
15891 update the doc string. Change "code point" to "code point in
15892 charset", to avoid confusion with the character's Unicode code
15893 point shown above that. (Bug#10129)
15894
15895 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15896
15897 * descr-text.el (describe-char): Show the raw character, not only
15898 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15899 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15900 for the reasons.
15901
15902 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15903
15904 * emacs-lisp/package.el (package-install):
15905 Run package-refresh-contents if there is no archive yet (Bug#9798).
15906
15907 2012-01-28 Chong Yidong <cyd@gnu.org>
15908
15909 * emacs-lisp/package.el (package-maybe-load-descriptor):
15910 New function, split from package-maybe-load-descriptor.
15911 (package-maybe-load-descriptor): Use it.
15912 (package-download-transaction): Fully load required packages
15913 inside the loop, so that `require' calls work (Bug#10593).
15914 (package-install): No need to call package-initialize now.
15915
15916 2012-01-28 Chong Yidong <cyd@gnu.org>
15917
15918 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15919
15920 * tooltip.el (tooltip-mode): Doc fix.
15921 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15922
15923 * frame.el (set-cursor-color): Doc fix (Bug#352).
15924
15925 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15926 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15927
15928 * cus-edit.el (custom-buffer-create-internal): Fix search button
15929 action (Bug#10542).
15930 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15931
15932 2012-01-27 Eduard Wiebe <usenet@pusto.de>
15933
15934 * dired.el (dired-mark-files-regexp):
15935 Include any subdirectory components. (Bug#10445)
15936
15937 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
15938
15939 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15940 Handle [host]:port syntax. (Bug#10533)
15941
15942 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
15943
15944 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15945
15946 2012-01-26 Glenn Morris <rgm@gnu.org>
15947
15948 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15949 * term.el (term-raw-escape-map): Use Control-X-prefix.
15950 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
15951
15952 2012-01-25 Martin Rudalics <rudalics@gmx.at>
15953
15954 * window.el (window-state-get, window--state-get-1): Don't deal
15955 with fixed-sizeness of windows. Simplify code.
15956
15957 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
15958
15959 * window.el (window--state-get-1, window--state-put-2):
15960 Don't save and restore the mark.
15961
15962 2012-01-25 Chong Yidong <cyd@gnu.org>
15963
15964 * custom.el (custom-variable-p): Doc fix.
15965
15966 2012-01-25 Glenn Morris <rgm@gnu.org>
15967
15968 * dired.el (dired-goto-file): Handle some of the more common
15969 characters that `ls -b' escapes. (Bug#10596)
15970
15971 * progmodes/compile.el (compilation-next-error-function):
15972 Respect compilation-first-column in the "*compilation*" buffer.
15973 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
15974
15975 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
15976
15977 2012-01-24 Glenn Morris <rgm@gnu.org>
15978
15979 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
15980
15981 2012-01-24 Julien Danjou <julien@danjou.info>
15982
15983 * color.el (color-rgb-to-hsl): Fix value computing.
15984 (color-hue-to-rgb): New function.
15985 (color-hsl-to-rgb): New function.
15986 (color-clamp, color-saturate-hsl, color-saturate-name)
15987 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15988 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15989
15990 2012-01-24 Glenn Morris <rgm@gnu.org>
15991
15992 * vc/vc-rcs.el (vc-rcs-create-tag):
15993 * vc/vc-sccs.el (vc-sccs-create-tag):
15994 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
15995
15996 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
15997
15998 * eshell/esh-util.el (eshell-read-hosts-file):
15999 Skip comment lines. (Bug#10549)
16000
16001 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16002
16003 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16004
16005 * subr.el (display-delayed-warnings): Doc fix.
16006 (collapse-delayed-warnings): New function to collapse identical
16007 adjacent warnings.
16008 (delayed-warnings-hook): Add it.
16009
16010 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16011
16012 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16013
16014 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16015 (tramp-default-user-alist): Don't add "pscp".
16016 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16017 property "login-as", if set. (Bug#10530)
16018
16019 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16020
16021 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16022 "plink1" and "psftp". (Bug#10530)
16023
16024 2012-01-21 Kenichi Handa <handa@m17n.org>
16025
16026 * international/mule-cmds.el (prefer-coding-system): Show a
16027 warning message if the default value of file-name-coding-system
16028 was not changed.
16029
16030 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16031
16032 * windmove.el (windmove-reference-loc):
16033 Fix windmove-reference-loc miscalculation.
16034
16035 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16036
16037 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16038 default unit.
16039
16040 2012-01-21 Glenn Morris <rgm@gnu.org>
16041
16042 * international/mule.el (auto-coding-alist): Add .tbz.
16043
16044 * files.el (local-enable-local-variables): Doc fix.
16045 (inhibit-local-variables-regexps): Rename from
16046 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16047 Doc fix. Add some extensions from auto-coding-alist.
16048 (inhibit-local-variables-suffixes):
16049 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16050 (inhibit-local-variables-p):
16051 New function, extracted from set-auto-mode-1.
16052 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16053 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16054 (hack-local-variables): Doc fix. Make the mode-only case
16055 respect enable-local-variables and friends.
16056 Respect inhibit-local-variables-regexps for file-locals, but
16057 not for directory-locals.
16058 (set-visited-file-name):
16059 Take account of inhibit-local-variables-regexps.
16060 Whether it applies may change as the file name is changed.
16061 * jka-cmpr-hook.el (jka-compr-install):
16062 * jka-compr.el (jka-compr-uninstall):
16063 Update for inhibit-first-line-modes-suffixes name change.
16064
16065 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16066
16067 * help-macro.el (make-help-screen): Temporarily restore original
16068 binding for minor-mode-map-alist (Bug#10454).
16069
16070 2012-01-19 Julien Danjou <julien@danjou.info>
16071
16072 * color.el (color-name-to-rgb): Use the white color to find the max
16073 color component value and return correctly computed values.
16074 (color-name-to-rgb): Add missing float conversion for max value.
16075
16076 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16077
16078 * window.el (window--state-get-1, window-state-get): Do not use
16079 special state value for window-persistent-parameters.
16080 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16081 (window--state-put-2): Reset all window parameters to nil before
16082 assigning values of persistent parameters.
16083
16084 2012-01-18 Alan Mackenzie <acm@muc.de>
16085
16086 Eliminate sluggishness and hangs in fontification of "semicolon
16087 deserts".
16088
16089 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16090 Change value 10000 -> 3000.
16091 (c-state-safe-place): Reformulate so it doesn't stack up an
16092 infinite number of wrong entries in c-state-nonlit-pos-cache.
16093 (c-determine-limit-get-base, c-determine-limit): New functions to
16094 determine backward search limits disregarding literals.
16095 (c-find-decl-spots): Amend commenting.
16096 (c-cheap-inside-bracelist-p): New function which detects "={".
16097
16098 * progmodes/cc-fonts.el
16099 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16100 backward search.
16101 (c-font-lock-declarations): Fix an occurrence of point being
16102 undefined. Check additionally for point being in a bracelist or
16103 near a macro invocation without a semicolon so as to avoid a
16104 fruitless time consuming search for a declarator. Give a more
16105 precise search limit for declarators using the new
16106 c-determine-limit.
16107
16108 2012-01-18 Glenn Morris <rgm@gnu.org>
16109
16110 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16111 (set-auto-mode): Doc fixes.
16112
16113 2012-01-17 Glenn Morris <rgm@gnu.org>
16114
16115 * isearch.el (search-nonincremental-instead): Fix doc typo.
16116
16117 * dired.el (dired-insert-directory): Handle newlines in directory name.
16118 (dired-build-subdir-alist): Unescape newlines in directory name.
16119
16120 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16121
16122 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16123 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16124 (tramp-action-terminal): Use it. (Bug#10530)
16125
16126 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16127
16128 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16129
16130 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16131
16132 * window.el (window-state-ignored-parameters): Remove variable.
16133 (window--state-get-1): Rename argument MARKERS to IGNORE.
16134 Handle persistent window parameters. Make copy of clone-of
16135 parameter only if requested. (Bug#10348)
16136 (window--state-put-2): Install a window parameter only if it has
16137 a non-nil value or an existing parameter shall be overwritten.
16138
16139 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16140
16141 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16142
16143 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16144
16145 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16146 don't pass the (nil) value of `upnode' to string-match.
16147
16148 2012-01-14 Chong Yidong <cyd@gnu.org>
16149
16150 * startup.el (command-line): Fix X resource class for cursorColor.
16151 Fix values recognized by the cursorBlink resource.
16152
16153 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16154
16155 * epg.el (epg--make-temp-file): Avoid permission race condition
16156 when running on old Emacs versions (bug#10403).
16157
16158 2012-01-14 Glenn Morris <rgm@gnu.org>
16159
16160 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16161
16162 2012-01-13 Alan Mackenzie <acm@muc.de>
16163
16164 Fix filling for when filladapt mode is enabled.
16165
16166 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16167 c-mask-paragraph, pass in `fill-paragraph' rather than
16168 `fill-region-as-paragraph'. (This is a reversion of a previous
16169 change.)
16170 * progmodes/cc-mode.el (c-basic-common-init):
16171 Make fill-paragraph-handle-comment buffer local and set it to nil.
16172
16173 2012-01-13 Glenn Morris <rgm@gnu.org>
16174
16175 * dired.el (dired-switches-escape-p): New function.
16176 (dired-insert-directory): Use dired-switches-escape-p.
16177 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16178
16179 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16180
16181 2012-01-12 Glenn Morris <rgm@gnu.org>
16182
16183 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16184 changes in adaptive-fill-regexp. (Bug#10276)
16185
16186 2012-01-11 Alan Mackenzie <acm@muc.de>
16187
16188 Fix Emacs bug #10463 - put `widen's around the critical spots.
16189
16190 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16191 widen around each invocation of c-state-pp-to-literal. Remove an
16192 unused let variable.
16193
16194 2012-01-11 Glenn Morris <rgm@gnu.org>
16195
16196 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16197 Doc fix.
16198
16199 2012-01-10 Chong Yidong <cyd@gnu.org>
16200
16201 * net/network-stream.el (network-stream-open-starttls):
16202 Avoid emitting a confusing error message when the server gives a bad
16203 response to the capability command.
16204
16205 2012-01-10 Glenn Morris <rgm@gnu.org>
16206
16207 * mail/unrmail.el (unrmail): Tweak previous change.
16208
16209 2012-01-09 Chong Yidong <cyd@gnu.org>
16210
16211 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16212
16213 2012-01-08 Alan Mackenzie <acm@muc.de>
16214
16215 Optimize font locking in long enum definitions.
16216
16217 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16218 arm to a cond form to handle enums.
16219 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16220 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16221
16222 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16223
16224 * files.el (move-file-to-trash): Preserve default file modes on error.
16225 (Bug#10401)
16226
16227 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16228
16229 * faces.el (set-face-attribute): Clarify the meaning of the nil
16230 frame (bug#10294).
16231
16232 * subr.el (with-selected-frame): Mention that the selected frame
16233 is restored (bug#9980).
16234
16235 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16236 (bug#9759).
16237
16238 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16239 (password-read): Don't autoload unused function.
16240
16241 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16242
16243 * progmodes/which-func.el (which-func-mode): Turn into a
16244 non-interactive function and mark as obsolete (bug#10428).
16245
16246 2012-01-06 Chong Yidong <cyd@gnu.org>
16247
16248 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16249 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16250 functions, along with 1 and -1.
16251
16252 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16253
16254 * time.el (display-time-load-average)
16255 (display-time-default-load-average): Doc fixes. See the thread
16256 starting at
16257 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16258 for the details.
16259
16260 2012-01-06 Glenn Morris <rgm@gnu.org>
16261
16262 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16263 has no messages. (Bug#10377)
16264
16265 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16266 than Info-edit. (Bug#10385)
16267
16268 * time.el (display-time-load-average, display-time-next-load-average):
16269 Doc fixes.
16270
16271 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16272 local setting of buffer-read-only to the input buffer. (Bug#10419)
16273
16274 * calendar/calendar.el (calendar-mode):
16275 Locally set scroll-margin to 0. (Bug#10379)
16276
16277 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16278
16279 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16280
16281 2012-01-05 Glenn Morris <rgm@gnu.org>
16282
16283 * eshell/em-unix.el (diff-no-select): Autoload it.
16284 (eshell/diff): Use diff-no-select. (Bug#10420)
16285
16286 2012-01-05 Chong Yidong <cyd@gnu.org>
16287
16288 * shell.el (shell-dynamic-complete-functions): Revert last change.
16289 (shell-command-completion-function): New function.
16290 (shell-completion-vars): Use it to implement
16291 shell-completion-execonly (Bug#10417).
16292
16293 * custom.el (enable-theme): Don't set custom-safe-themes.
16294
16295 * cus-theme.el (custom-theme-merge-theme):
16296 Ignore custom-enabled-themes and custom-safe-themes.
16297
16298 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16299
16300 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16301 first prompt in `sql-interacive-mode'.
16302 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16303 keywords.
16304 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16305 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16306 context of original buffer. Invoke `sql-login-hook'.
16307
16308 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16309
16310 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16311 letters in cite-prefix.
16312
16313 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16314
16315 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16316
16317 2012-01-03 Chong Yidong <cyd@gnu.org>
16318
16319 * shell.el (shell-dynamic-complete-functions):
16320 Put pcomplete-completions-at-point, so as to try
16321 comint-filename-completion first (Bug#10417).
16322
16323 2012-01-02 Richard Stallman <rms@gnu.org>
16324
16325 * battery.el (battery-status-function):
16326 Detect when to use battery-yeeloong-sysfs.
16327 (battery-echo-area-format): Add string for Yeeloong.
16328 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16329 (battery-yeeloong-sysfs): New function.
16330
16331 2012-01-02 Chong Yidong <cyd@gnu.org>
16332
16333 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16334 (dirtrack): Merge code for handling relative filenames in prompt
16335 from shell-dir-cookie-watcher.
16336 (dirtrack-debug-message): New arg to avoid excess format calls.
16337
16338 * shell.el (shell-dir-cookie-re): Variable deleted.
16339 (shell-dir-cookie-watcher): Function deleted.
16340 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16341 with dirtrack-mode.
16342
16343 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16344
16345 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16346 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16347 libgnutls-26.dll.
16348
16349 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16350
16351 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16352
16353 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16354
16355 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16356 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16357
16358 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16359
16360 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16361 also for alternative shells.
16362 (tramp-open-connection-setup-interactive-shell): Check, whether
16363 the shell is a busybox.
16364 (tramp-send-command): Don't suppress multiple prompts for
16365 busyboxes, it hurts.
16366
16367 2011-12-28 Chong Yidong <cyd@gnu.org>
16368
16369 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16370 (gdb-get-source-file): Move mode line update to
16371 gdb-get-source-file (Bug#10087).
16372
16373 2011-12-25 Chong Yidong <cyd@gnu.org>
16374
16375 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16376 gud-gdb-marker-filter without taking it as an argument.
16377 (gud-gdb-run-command-fetch-lines): Caller changed.
16378 (gud-gdb-completion-function): New variable.
16379 (gud-gdb-completion-at-point): Use it.
16380 (gud-gdb-completions-1): Split from gud-gdb-completions.
16381
16382 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16383 function as separate arguments.
16384 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16385 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16386 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16387 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16388 (gdb-stopped, def-gdb-auto-update-trigger)
16389 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16390 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16391 Callers changed.
16392 (gud-gdbmi-completions): New function.
16393 (gdb): Use it for generating the completion table.
16394
16395 2011-12-24 Alan Mackenzie <acm@muc.de>
16396
16397 Introduce a mechanism to widen the region used in context font
16398 locking. Use this to protect declarations from losing their contexts.
16399
16400 * progmodes/cc-langs.el (c-before-font-lock-functions):
16401 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16402 (c-before-context-fontification-functions): New defvar, a list of
16403 functions to be run just before context (etc.) font locking.
16404
16405 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16406 New, functionality extracted from
16407 c-neutralize-syntax-in-and-mark-CPP.
16408 (c-in-after-change-fontification): New variable.
16409 (c-after-change): Set c-in-after-change-fontification.
16410 (c-set-fl-decl-start): Rejig its interface, so it can be called
16411 from both after-change and context fontifying.
16412 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16413 New functions.
16414 (c-standard-font-lock-fontify-region-function): New variable.
16415 (c-font-lock-fontify-region): New function.
16416
16417 2011-12-24 Juri Linkov <juri@jurta.org>
16418
16419 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16420 (Bug#10348)
16421
16422 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16423
16424 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16425 existence of source file. (Bug#10325)
16426
16427 2011-12-23 Alan Mackenzie <acm@muc.de>
16428
16429 Fix unstable fontification inside templates.
16430
16431 * progmodes/cc-langs.el (c-before-font-lock-functions):
16432 Newly created from the singular version. The (c c++ objc) entry now
16433 additionally has c-set-fl-decl-start. The other languages (apart
16434 from AWK) have that as a single entry.
16435
16436 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16437 The functionality for "local" declarations has been extracted to
16438 c-set-fl-decl-start.
16439
16440 * progmodes/cc-mode.el (c-common-init, c-after-change):
16441 Changes due to pluralisation of c-before-font-lock-functions.
16442 (c-set-fl-decl-start): New function, extracted from
16443 c-font-lock-enclosing-decls and enhanced.
16444
16445 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16446
16447 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16448
16449 2011-12-22 Juri Linkov <juri@jurta.org>
16450
16451 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16452
16453 2011-12-22 Chong Yidong <cyd@gnu.org>
16454
16455 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16456
16457 2011-12-21 Drew Adams <drew.adams@oracle.com>
16458
16459 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16460
16461 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16462
16463 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16464
16465 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16466
16467 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16468 highlighting and support. Fix up comments for capitalization.
16469 (cfengine-mode-debug): New var.
16470 (cfengine3-mode): Change the modeline indicator to "CFE3".
16471 (cfengine3-font-lock-keywords): Improve defun highlighting.
16472 (cfengine2-actions): Rename from `cfengine-actions'.
16473 (cfengine2-font-lock-keywords): Rename from
16474 `cfengine-font-lock-keywords'.
16475 (cfengine2-imenu-expression): Rename from
16476 `cfengine-imenu-expression'.
16477 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16478 (cfengine2-beginning-of-defun): Rename from
16479 `cfengine-beginning-of-defun'.
16480 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16481 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16482 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16483 modeline indicator to "CFE2".
16484 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16485 (cfengine-mode-abbrevs): Mark obsolete.
16486
16487 2011-12-21 Chong Yidong <cyd@gnu.org>
16488
16489 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16490 filename argument.
16491
16492 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16493
16494 * window.el (window-normalize-buffer-to-display): Remove.
16495 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16496
16497 2011-12-19 Chong Yidong <cyd@gnu.org>
16498
16499 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16500 Don't signal an error in a predicate function; return non-nil.
16501 (vc-dir-mark-file): Move the error here.
16502 (vc-dir-mark-unmark): If acting on the region, keep going if one
16503 of the entries cannot be marked/unmarked.
16504 (vc-dir-mark-all-files): If current entry is a directory, mark
16505 only child files, as documented.
16506
16507 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16508
16509 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16510 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16511 addition.
16512
16513 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16514
16515 * term/ns-win.el (ns-get-selection-internal)
16516 (ns-store-selection-internal): Declare.
16517 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16518 Declare as obsolete.
16519 (ns-get-pasteboard, ns-paste-secondary):
16520 Use ns-get-selection-internal.
16521 (ns-set-pasteboard, ns-copy-including-secondary):
16522 Use ns-store-selection-internal.
16523
16524 2011-12-17 Chong Yidong <cyd@gnu.org>
16525
16526 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16527 (vc-deduce-fileset): Doc fix.
16528
16529 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16530
16531 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16532
16533 2011-12-13 Sam Steingold <sds@gnu.org>
16534
16535 * man.el (Man-getpage-in-background): When running under a
16536 window-system, ignore $MANWIDTH and $COLUMNS.
16537
16538 2011-12-15 Kenichi Handa <handa@m17n.org>
16539
16540 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16541 (setup-ethiopic-environment-internal): Comment out key-binding for
16542 ethio-toggle-punctuation.
16543
16544 2011-12-13 Alan Mackenzie <acm@muc.de>
16545
16546 Add the switch statement to AWK Mode.
16547
16548 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16549 "default" to the keywords regexp.
16550
16551 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16552 expression as the rest.
16553 (c-nonlabel-token-key): Allow string literals for AWK.
16554 Refactor for the other modes.
16555
16556 Large brace-block initialisation makes CC Mode slow: Fix.
16557 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16558 routines. Limit backward searching in c-font-lock-enclosing.decl.
16559
16560 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16561 pp-state and literal type in addition to the limits.
16562 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16563 (c-state-literal-at): Use the above new defun.
16564 (c-slow-in-literal, c-fast-in-literal): Remove.
16565 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16566
16567 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16568 being in a literal. Add a limit for backward searching.
16569
16570 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16571 c-slow-in-literal.
16572
16573 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16574
16575 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16576
16577 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16578
16579 * window.el (delete-other-windows): Use correct frame in call to
16580 window-with-parameter.
16581
16582 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16583
16584 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16585 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16586 (makefile-gmake-statements, makefile-makepp-statements):
16587 Use it and add new makepp keywords.
16588 (makefile-makepp-font-lock-keywords): Add new patterns.
16589 (makefile-match-function-end): Match new [...] and [[...]].
16590
16591 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16592
16593 * ses.el (ses-call-printer-return, ses-cell-property-get)
16594 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16595 (ses-create-cell-variable, ses-reset-header-string)
16596 (ses-cell-set-formula, ses-repair-cell-reference-all)
16597 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16598 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16599 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16600 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16601 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16602 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16603 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16604 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16605 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16606 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16607 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16608 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16609
16610 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16611
16612 * ses.el: The overall change is to add cell renaming, that is
16613 setting fancy names for cell symbols other than name matching
16614 "\\`[A-Z]+[0-9]+\\'" regexp .
16615 (ses-create-cell-variable): New defun.
16616 (ses-relocate-formula): Relocate formulas only for cells the
16617 symbols of which are not renamed, i.e. symbols whose names do not
16618 match regexp "\\`[A-Z]+[0-9]+\\'".
16619 (ses-relocate-all): Relocate values only for cells the symbols of
16620 which are not renamed.
16621 (ses-load): Create cells variables as the (ses-cell ...) are read,
16622 in order to check row col consistency with cell symbol name only
16623 for cells that are not renamed.
16624 (ses-replace-name-in-formula): New defun.
16625 (ses-rename-cell): New defun.
16626
16627 2011-12-11 Chong Yidong <cyd@gnu.org>
16628
16629 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16630 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16631
16632 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16633
16634 * window.el (other-window): Fix docstring.
16635
16636 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16637
16638 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16639 `from' or `to' address before taking its substring.
16640 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16641 encoded name is chopped in the middle of the encoded string, and
16642 thus displayed encoded.
16643
16644 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16645
16646 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16647
16648 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16649
16650 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16651 to use texinfo-update-node and commands that call it if the
16652 Texinfo file uses @node lines without next/prev/up pointers.
16653 Correct outdated description about texinfo-master-menu.
16654 (texinfo-all-menus-update, texinfo-master-menu)
16655 (texinfo-update-node, texinfo-every-node-update)
16656 (texinfo-multiple-files-update): Doc fix. Warn against updating
16657 all the @node lines.
16658 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16659 argument is numeric. Explain better in the doc string what the
16660 function really does.
16661 (texinfo-insert-master-menu-list): Improve the error message
16662 displayed if there's no menu in the Top node.
16663 (Bug#2975) See also this thread:
16664 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16665
16666 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16667
16668 * speedbar.el (speedbar-supported-extension-expressions):
16669 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16670
16671 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16672
16673 * printing.el (pr-mode-alist):
16674 * simple.el (filter-buffer-substring-functions)
16675 (completion-list-insert-choice-function):
16676 * window.el (window-with-parameter, window-atom-root)
16677 (window-sides-slots, window-size-fixed, window-min-delta)
16678 (window-max-delta, window--resize-mini-window)
16679 (window--resize-child-windows-normal, window-tree)
16680 (delete-other-windows, quit-window, split-window)
16681 (display-buffer-record-window, special-display-buffer-names)
16682 (special-display-regexps, special-display-popup-frame)
16683 (same-window-p, split-window-sensibly)
16684 (display-buffer-overriding-action, display-buffer-alist)
16685 (display-buffer-base-action, display-buffer, switch-to-buffer)
16686 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16687 (fit-window-to-buffer, recenter-positions)
16688 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16689 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16690 and remove unneeded backslashes in docstrings.
16691
16692 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16693
16694 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16695
16696 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16697 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16698 end in ".mk".
16699 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16700 when reading the makefile (bug#10116).
16701
16702 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16703
16704 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16705 (bug#10116).
16706
16707 2011-12-06 Glenn Morris <rgm@gnu.org>
16708
16709 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16710
16711 2011-12-06 Chong Yidong <cyd@gnu.org>
16712
16713 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16714
16715 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16716
16717 * textmodes/table.el (table-shorten-cell): Fix typo.
16718
16719 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16720
16721 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16722
16723 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16724
16725 * descr-text.el (describe-char): Fix display of strong
16726 right-to-left characters and directional embeddings and overrides.
16727
16728 * simple.el (what-cursor-position): Fix display of codepoints of
16729 strong right-to-left characters.
16730
16731 2011-12-05 Chong Yidong <cyd@gnu.org>
16732
16733 * faces.el (read-color): Doc fix.
16734
16735 2011-12-05 Glenn Morris <rgm@gnu.org>
16736
16737 * align.el (align--set-marker): Add doc-string.
16738 Don't try to move something that is not a marker. (Bug#10216)
16739
16740 2011-12-04 Glenn Morris <rgm@gnu.org>
16741
16742 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16743 overly zealous deletion of trailing whitespace.
16744
16745 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16746
16747 * server.el (server-delete-client): On Windows, do not try to delete
16748 the only terminal.
16749 (server-process-filter): On Windows, treat requests for a tty frame as
16750 if they were for a GUI frame if the running server is in GUI mode.
16751
16752 2011-12-03 Glenn Morris <rgm@gnu.org>
16753
16754 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16755
16756 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16757
16758 * electric.el: Streamline electric-indent's hook.
16759 (electric-indent-chars): Revert to simple list.
16760 (electric-indent-functions): New var.
16761 (electric-indent-post-self-insert-function): Use it.
16762
16763 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16764 there's no inferior buffer (bug#10196).
16765 (prolog-consult-compile): Don't use toggle-read-only.
16766
16767 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16768
16769 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16770 interrupt. (Bug#10187)
16771
16772 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16773
16774 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16775 (bug#9160).
16776
16777 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16778 (bug#10191).
16779
16780 2011-12-02 Juri Linkov <juri@jurta.org>
16781
16782 * info.el (Info-search): Display "end of manual" when Isearch
16783 reaches the end of single-file Info manual. (Bug#9918)
16784
16785 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16786
16787 * isearch.el (isearch-message-prefix): Run the input method part
16788 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16789
16790 2011-12-02 Juri Linkov <juri@jurta.org>
16791
16792 * isearch.el (isearch-occur): Use `word-search-regexp' for
16793 `isearch-word'.
16794 (isearch-search-and-update): Add condition for `isearch-word' and
16795 call `word-search-regexp'. (Bug#10145)
16796
16797 2011-12-01 Glenn Morris <rgm@gnu.org>
16798
16799 * eshell/em-hist.el (eshell-hist-initialize):
16800 Handle eshell-history-size nil and HISTSIZE set or unset.
16801 (eshell-history-file-name, eshell-history-size): Fix custom type.
16802
16803 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16804
16805 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16806
16807 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16808
16809 * progmodes/verilog-mode.el (verilog-pretty-expr):
16810 Rework verilog-pretty-expr to handle new assignment operators in system
16811 verilog, such as += *= and the like.
16812 (verilog-assignment-operator-re): Regular expression to find the
16813 assigment operator in a verilog assignment.
16814 (verilog-assignment-operation-re): Regular expression to find an
16815 assignment statement for pretty-expr.
16816 (verilog-in-attribute-p): Query returns true if point is in an
16817 attribute context; used to skip these for expression line up from
16818 pretty-expr.
16819 (verilog-in-parameter-p): Query returns true if point is in an
16820 parameter definition context; used to skip these for expression
16821 line up from pretty-expr.
16822 (verilog-in-parenthesis-p): Query returns true if point is in a
16823 parenthetical expression, specifically ( ) but not [ ] or { };
16824 used by pretty-expr.
16825 (verilog-just-one-space): If there is no space, don't add one.
16826 (verilog-get-lineup-indent-2): Specifically skip just attribute
16827 contexts for expression lineup, rather than skipping all
16828 parenthetical expressions.
16829 (verilog-calculate-indent): Fix comment, and fix indent.
16830 (verilog-do-indent): Indent declarations in lists (suggested by
16831 Joachim Lechner).
16832 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16833 skeleton items.
16834 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16835 by Alain Mellan).
16836
16837 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16838
16839 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16840 parameters with embedded comments. Reported by Ray Stevens.
16841 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16842 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16843 Reported by Tim Holt.
16844 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16845 instantiated by upper module causing wrong expansion until AUTOed a
16846 second time. Reported by K C Buckenmaier.
16847 (verilog-diff-auto): Fix showing .* as a difference when
16848 `verilog-auto-star-save' off. Reported by Dan Dever.
16849 (verilog-auto-reset, verilog-read-always-signals)
16850 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16851 temporary signals in reset list if
16852 verilog-auto-reset-blocking-in-non is nil, and match assignment
16853 style to each signal's assignment type, bug381.
16854 Reported by Thomas Esposito.
16855 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16856 (verilog-uvm-statement-re): Support UVM indentation and
16857 highlighting, with old OVM keywords only.
16858 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16859 Support AUTOTIEOFF creating non-wire data types.
16860 Suggested by Jonathan Greenlaw.
16861 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16862 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16863 (verilog-inject-sense, verilog-read-inst-pins)
16864 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16865 Fix mismatching parenthesis inside commented out code when deleting
16866 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16867 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16868 non-numeric vector width. Reported by Alex Reed.
16869 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16870 detecting signals with parameter widths. Reported by Alex Reed.
16871 (verilog-auto-delete-trailing-whitespace):
16872 With `verilog-auto-delete-trailing-whitespace' remove trailing
16873 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16874 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16875 Fix verilog-scan-cache corruption when running user AUTO expansion
16876 hooks that call indentation routines.
16877 (verilog-simplify-range-expression): Fix typo ignoring lower case
16878 identifiers.
16879 (verilog-delete-auto): Fix delete-autos to also remove user created
16880 automatics, as long as they start with AUTO.
16881 (verilog-batch-diff-auto, verilog-diff-auto)
16882 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16883 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16884 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16885 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16886 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16887 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16888 is disabled and its cache will get corrupt, causing AUTOS not to
16889 expand. Instead use only -quick functions.
16890 (verilog-scan-region): Fix scanning over escaped quotes.
16891 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16892 (verilog-re-search-backward-quick)
16893 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16894 related functions now ignore strings, to fix misparsing of strings
16895 with magic comments embedded in them.
16896 (verilog-read-auto-template):
16897 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16898 Reported by Brad Dobbie.
16899 (verilog-read-auto-template):
16900 Fix 'verilog-auto-inst-template-numbers' with comments.
16901 Reported by Brad Dobbie.
16902 (verilog-auto-inst, verilog-auto-inst-param)
16903 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16904 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16905 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16906 debugging templates without merge conflicts, bug357.
16907 Reported by Brad Dobbie.
16908 (verilog-read-auto-template):
16909 Fix verilog-auto-inst-template-numbers with multiple templates.
16910 Reported by Brad Dobbie.
16911 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16912 abbrevs so user won't be asked to save.
16913 (verilog-read-auto-lisp-present): Fix to start at beginning of
16914 buffer in case called outside of verilog-auto.
16915 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16916 to "X-2". Reported by Matthew Myers.
16917 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16918 all inputs from module templates. Reported by Leith Johnson.
16919 (verilog-module-inside-filename-p): Fix locating programs as with
16920 modules.
16921 (verilog-auto-inst-port): Fix vl-width expressions when using
16922 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
16923 (verilog-decls-get-regs, verilog-decls-get-signals,
16924 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16925 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16926 verilog-read-decls): Combine reg and wire structures into one var
16927 structure to represent SystemVerilog concepts.
16928 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16929 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16930 (verilog-auto-wire-type, verilog-insert-definition):
16931 Add verilog-auto-wire-type and AUTOLOGIC to support using
16932 SystemVerilog "logic" keyword instead of "wire"/"reg".
16933 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16934 to declares outputs that also have assignments (presumably in an
16935 ifdef or generate if so there's not a driver conflict).
16936 Reported by Matthew Myers.
16937 (verilog-auto-declare-nettype, verilog-insert-definition):
16938 Add verilog-auto-declare-nettype to fix declarations using
16939 `default_nettype none. Reported by Julian Gorfajn.
16940 (verilog-read-always-signals-recurse, verilog-read-decls)
16941 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16942 malformed end statement, bug325. Reported by Joshua Wise and
16943 Andrew Drake.
16944 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16945 (verilog-inst-comment-re): Fix not deleting Interfaced comment
16946 when expanding .* in interfaces, bug320.
16947 Reported by Pierre-David Pfister.
16948 (verilog-read-module-name): Fix import statements between module
16949 name and open parenthesis, bug317.
16950 Reported by Pierre-David Pfister.
16951 (verilog-simplify-range-expression): Fix simplification of
16952 multiplications inside AUTOWIRE connections, bug303.
16953 (verilog-auto-inst-port): Support parameter expansion in
16954 multidimensional arrays.
16955 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16956 after "assert property". Reported by Julian Gorfajn.
16957 (verilog-simplify-range-expression): Fix "couldn't merge" errors
16958 with multiplication, bug303.
16959 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16960 Reported by Jan Frode Lonnum.
16961
16962 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
16963
16964 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16965 (hfy-shell-file-name, hfy-shell):
16966 * international/fontset.el (x-decompose-font-name): Fix typos.
16967
16968 2011-11-29 Ken Brown <kbrown@cornell.edu>
16969
16970 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16971 (gdb-version): Remove defvar.
16972 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16973 (gdb-gud-context-command, gdb-non-stop-handler)
16974 (gdb-current-context-command, gdb-stopped): Use it.
16975 (gdb-init-1): Enable pretty printing here.
16976 (gdb-non-stop-handler): Don't enable pretty-printing here.
16977 Check to see if the target supports non-stop mode; if not, turn off
16978 non-stop mode. Use the following.
16979 (gdb-check-target-async): New defun.
16980 (gud-watch, gdb-stopped): Fix whitespace.
16981 (gdb-get-source-file): Don't try to display the source file if
16982 `gdb-main-file' is nil.
16983
16984 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16985
16986 * align.el: Try to generate fewer markers (bug#10047).
16987 (align--set-marker): New macro.
16988 (align-region): Use it.
16989
16990 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16993
16994 2011-11-29 Chong Yidong <cyd@gnu.org>
16995
16996 * indent.el (indent-for-tab-command, indent-according-to-mode):
16997 Doc fix.
16998 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
16999
17000 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17001
17002 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17003 aware of remote file names. (Bug#10124)
17004
17005 2011-11-29 Chong Yidong <cyd@gnu.org>
17006
17007 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17008
17009 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17010
17011 * files.el (find-file): Don't use force-same-window (bug#10144).
17012 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17013 use pop-to-buffer if the selected window can't be used.
17014 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17015
17016 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17017
17018 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17019 special-mode-map.
17020
17021 2011-11-28 Chong Yidong <cyd@gnu.org>
17022
17023 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17024
17025 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17026
17027 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17028 gdb-get-source-file-list on gdb-create-source-file-list.
17029
17030 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17031
17032 * whitespace.el (whitespace-newline): Use a different foreground
17033 color for 16-color light-background displays.
17034
17035 2011-11-24 Chong Yidong <cyd@gnu.org>
17036
17037 * window.el (display-buffer--special-action): Doc fix.
17038
17039 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17040
17041 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17042 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17043 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17044 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17045 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17046 (avl-tree-stack-first):
17047 * emacs-lisp/cconv.el (cconv--analyse-use):
17048 * net/gnutls.el (gnutls-negotiate): Fix typos.
17049
17050 2011-11-24 Glenn Morris <rgm@gnu.org>
17051
17052 * lpr.el (lpr-windows-system, lpr-lp-system):
17053 * mail/binhex.el (binhex-begin-line):
17054 * progmodes/grep.el (grep-history, grep-find-history):
17055 * textmodes/flyspell.el:
17056 * vc/pcvs-defs.el (cvs-global-menu):
17057 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17058 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17059 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17060
17061 * net/tls.el: Fix case of "GnuTLS".
17062
17063 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17064
17065 * version.el (emacs-build-system): Give it a doc-string.
17066
17067 2011-11-24 Juri Linkov <juri@jurta.org>
17068
17069 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17070
17071 2011-11-24 Glenn Morris <rgm@gnu.org>
17072
17073 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17074 if called on a non-mime message just toggle the headers. (Bug#8006)
17075
17076 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17077
17078 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17079 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17080 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17081 (allout-rebullet-heading, allout-open-sibtopic)
17082 (allout-toggle-current-subtree-encryption)
17083 (allout-toggle-subtree-encryption, allout-encrypt-string)
17084 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17085 (allout-distinctive-bullets-string, allout-auto-activation):
17086 * window.el (window-normalize-buffer-to-display):
17087 * progmodes/verilog-mode.el (verilog-batch-indent):
17088 * textmodes/bibtex.el (bibtex-field-braces-opt)
17089 (bibtex-field-strings-opt):
17090 * vc/cvs-status.el (cvs-tree-merge):
17091 Fix typos.
17092
17093 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17094
17095 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17096 `non-essential' to t, in order to avoid remote connections.
17097
17098 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17099
17100 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17101 On MS-DOS and MS-Windows, compare with loaddefs.el
17102 case-insensitively.
17103
17104 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17105
17106 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17107
17108 2011-11-23 Glenn Morris <rgm@gnu.org>
17109
17110 * paths.el (rmail-file-name): Reformat the doc-string so that it
17111 is picked up.
17112
17113 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17114 (rmail-auto-file): Ignore case in the "special" field names,
17115 as mail-fetch-field does for all others.
17116
17117 * mail/rmail.el (rmail-forward):
17118 * mail/rmailkwd.el (rmail-set-label):
17119 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17120 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17121
17122 * mail/rmail.el (rmail-current-message): Doc fix.
17123
17124 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17125
17126 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17127
17128 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17129
17130 2011-11-22 Glenn Morris <rgm@gnu.org>
17131
17132 * mail/rmailmm.el (test-rmail-mime-handler)
17133 (test-rmail-mime-bulk-handler)
17134 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17135
17136 2011-11-21 Juri Linkov <juri@jurta.org>
17137
17138 * calc/calc.el (calc-read-key-sequence):
17139 Let-bind `input-method-function' to nil. (Bug#10018)
17140
17141 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17142
17143 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17144 Tell the caller that the next line needs recomputation, even
17145 though it doesn't start a sexp (bug#10094).
17146
17147 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17148
17149 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17150
17151 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17152
17153 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17154 Use force-same-window.
17155
17156 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17157
17158 * descr-text.el (describe-char-unicode-data):
17159 * json.el (json-string-escape):
17160 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17161 (Footnote-unicode, Footnote-style-p):
17162 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17163
17164 2011-11-20 Chong Yidong <cyd@gnu.org>
17165
17166 * window.el (replace-buffer-in-windows): Restore interactive spec.
17167
17168 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17169
17170 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17171
17172 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17173 (byte-compile-global-not-obsolete-vars): New var.
17174 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17175 Use it.
17176 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17177
17178 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17179
17180 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17181 * progmodes/pascal.el (electric-pascal-equal):
17182 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17183 * xml.el (xml-substitute-special): Fix typos.
17184
17185 2011-11-20 Glenn Morris <rgm@gnu.org>
17186
17187 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17188 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17189 Doc fixes.
17190 (rmail-decode-mime-charset): Mark as obsolete.
17191
17192 * mail/rmailsum.el (rmail-message-regexp-p-1):
17193 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17194 Before using mime functions, check they are set. (Bug#10077)
17195
17196 2011-11-19 Juri Linkov <juri@jurta.org>
17197
17198 * info.el (Info-finder-find-node): Use `package--builtins' instead
17199 of `package-alist'. Use node names formed by the pattern "Keyword "
17200 and the keyword name.
17201
17202 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17203
17204 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17205
17206 2011-11-19 Juri Linkov <juri@jurta.org>
17207
17208 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17209 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17210 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17211 `old-history', `old-history-forward'. Add let-binding
17212 `window-selected'. Remove calls to `kill-buffer',
17213 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17214 before calling `Info-find-node', so `Info-find-node-2' will reread
17215 the Info file. Restore window positions only when `window-selected'
17216 is non-nil.
17217
17218 2011-11-19 Juri Linkov <juri@jurta.org>
17219
17220 * isearch.el (isearch-lazy-highlight-new-loop):
17221 Remove condition `(not isearch-error)'. (Bug#9918)
17222
17223 * misearch.el (multi-isearch-search-fun): Add condition
17224 `(not bound)' to ignore lazy-highlighting search.
17225 Add the search-failed message "end of multi" when the end of
17226 multi-sequence is reached. Uncapitalize the search-failed
17227 message "Repeat for next buffer".
17228
17229 * info.el (Info-search): Add the search-failed message
17230 "end of the manual" when the end of the manual is reached
17231 in Isearch mode.
17232
17233 2011-11-19 Juri Linkov <juri@jurta.org>
17234
17235 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17236 Use non-destructive `remove' instead of `delete' because
17237 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17238 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17239
17240 2011-11-19 Juri Linkov <juri@jurta.org>
17241
17242 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17243 to nil instead of binding `search-ring' and `regexp-search-ring'.
17244 (Bug#9185)
17245
17246 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17247
17248 * simple.el (line-move): Force movement by logical lines for any
17249 hscrolled window, not only when auto-hscroll-mode is on.
17250 (line-move-visual): Update doc string to that effect. (Bug#10076)
17251
17252 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17253
17254 * language/european.el (macintosh): Define as alias for mac-roman.
17255
17256 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17257
17258 * mail/rmailmm.el (rmail-mime-display-header)
17259 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17260 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17261 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17262 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17263 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17264 of a raw aref.
17265 (rmail-mime-entity-segment): To get past the tagline, move forward
17266 2 more lines, to account for the 2 empty lines that precede and
17267 follow the line with the buttons.
17268 (rmail-mime-update-tagline): Move one more line, to get past the
17269 empty line that follows the buttons in the tagline. (Bug#9520)
17270
17271 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17272
17273 * window.el (window-max-delta-1, window-min-delta-1)
17274 (window-min-size-1, window-state-get-1, window-state-put-1)
17275 (window-state-put-2): Use "window--" prefix.
17276
17277 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17278
17279 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17280 (smie-warning-count): New var.
17281 (smie-set-prec2tab): Use it.
17282 (smie-bnf->prec2): Improve warnings. Add docstring.
17283 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17284 (smie-bnf--set-class): New function.
17285 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17286 corner case.
17287
17288 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17289 (compilation-error-properties, compilation-move-to-column):
17290 Handle compilation-first-column while in the target buffer.
17291
17292 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17293 Don't hardcode point-min==1.
17294
17295 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17296 (eshell-rewrite-for-command): Remove workaround.
17297 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17298 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17299 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17300
17301 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17302
17303 2011-11-17 Glenn Morris <rgm@gnu.org>
17304
17305 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17306 Ignore buffer-local generated-autoload-file if it is the same
17307 as the global value. (Bug#10049)
17308
17309 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17310
17311 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17312 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17313 (reftex-toc-previous-heading, reftex-toc-max-level)
17314 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17315 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17316 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17317 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17318 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17319 (reftex-toc-rename-label, reftex-toc-visit-location)
17320 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17321 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17322 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17323 leaving "*toc*" only for references to the buffer.
17324
17325 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17326
17327 * window.el (window-resize, delete-window, split-window):
17328 Replace window-splits by window-combination-resize.
17329 * cus-start.el (window-splits): Replace by window-combination-resize.
17330
17331 2011-11-17 Glenn Morris <rgm@gnu.org>
17332
17333 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17334 Make bash entry derive from sh entry, not shell entry.
17335
17336 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17337
17338 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17339 local file name.
17340
17341 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17342
17343 * menu-bar.el (menu-bar-file-menu):
17344 * printing.el (pr-ps-utility):
17345 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17346 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17347 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17348 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17349 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17350 (icalendar--convert-cyclic-to-ical)
17351 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17352 (icalendar--convert-ical-to-diary)
17353 (icalendar--convert-recurring-to-diary)
17354 (icalendar--convert-non-recurring-all-day-to-diary)
17355 (icalendar-import-format-sample):
17356 * progmodes/idlw-shell.el (idlwave-shell-mode):
17357 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17358 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17359 (vhdl-ps-print-init): Fix typos.
17360
17361 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17362
17363 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17364 FSF and collapse date sequence, obscure author/maintainer email address
17365 better, remove extra version line, track relocation of author's webpage.
17366
17367 * progmodes/python.el (python-pdbtrack-input-prompt)
17368 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17369 regular python pdb prompts. Adjustments shamelessly taken exactly as
17370 suggested in EmacsWiki page (tiny change):
17371 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17372
17373 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17374
17375 * expand.el (expand-pos, expand-index, expand-point):
17376 Remove redundant info from docstring.
17377 (expand-add-abbrevs): Doc fix.
17378 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17379 (expand-sample-perl-mode-expand-list): Fix typos.
17380
17381 * net/dbus.el (dbus-event-member-name):
17382 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17383 * term/pc-win.el (msdos-create-frame-with-faces):
17384 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17385
17386 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17387
17388 * window.el (split-window, window-state-get-1)
17389 (window-state-put-1, window-state-put-2): Rename occurrences of
17390 window-nest to window-combination-limit.
17391 * cus-start.el (window-nest): Rename to window-combination-limit.
17392
17393 2011-11-16 Chong Yidong <cyd@gnu.org>
17394
17395 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17396 regexp (Bug#10033).
17397
17398 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17399
17400 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17401 `completing-read' will remove *Completions* and will preserve
17402 current-buffer for us.
17403 (tmm-add-prompt): Users of *Completions* will always (re)set its
17404 major mode.
17405 (tmm-old-comp-map): Remove.
17406
17407 2011-11-16 Glenn Morris <rgm@gnu.org>
17408
17409 * mail/rmailedit.el: Require rmailmm when compiling.
17410 (rmail-old-mime-state): New declaration.
17411 (rmail-edit-current-message): If editing a mime message,
17412 edit the "raw" message from the mbox buffer.
17413 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17414
17415 2011-11-15 Glenn Morris <rgm@gnu.org>
17416
17417 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17418 which wasn't being used. Add optional arg to force given state.
17419 (rmail-mime): Add optional arg to force given state.
17420
17421 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17422
17423 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17424 * frame.el (display-mm-dimensions-alist):
17425 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17426 (outline-move-subtree-down):
17427 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17428 (newsticker--treeview-do-get-node):
17429 * net/quickurl.el (quickurl-list-buffer-name):
17430 * progmodes/dcl-mode.el (dcl-mode):
17431 * progmodes/gdb-mi.el (gdb-mapcar*):
17432 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17433
17434 2011-11-15 Glenn Morris <rgm@gnu.org>
17435
17436 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17437 in a boolean sense, so just make it a boolean, and fix the doc.
17438 (rmail-show-mime-function, rmail-mime-feature)
17439 (rmail-require-mime-maybe): Doc fixes.
17440 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17441
17442 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17443
17444 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17445
17446 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17447 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17448 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17449 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17450
17451 2011-11-15 Glenn Morris <rgm@gnu.org>
17452
17453 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17454 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17455 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17456 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17457 (rmail-mime, rmail-show-mime): Doc fixes.
17458
17459 * term/ns-win.el (mode-line-frame-identification):
17460 Leave it alone. (Bug#10051)
17461
17462 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17463
17464 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17465 Handle empty buffers. (Bug#9978)
17466
17467 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17468
17469 * international/mule.el (define-charset):
17470 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17471 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17472 * progmodes/verilog-mode.el (verilog-backward-token):
17473 * textmodes/ispell.el (lookup-words):
17474 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17475
17476 2011-11-14 Glenn Morris <rgm@gnu.org>
17477
17478 * progmodes/executable.el
17479 (executable-make-buffer-file-executable-if-script-p):
17480 Handle file-modes returning nil.
17481
17482 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17483 message - not necessary, and causes problems. (Bug#9831)
17484
17485 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17486
17487 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17488
17489 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17490 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17491 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17492
17493 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17494
17495 * window.el (window-resize, delete-window): Use window-splits
17496 variable instead of function.
17497 (window-state-get-1, window-state-put-2, window-state-put):
17498 Don't deal with windows' splits status.
17499
17500 2011-11-12 Glenn Morris <rgm@gnu.org>
17501
17502 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17503 (apropos-documentation): Doc fixes.
17504
17505 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17506
17507 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17508 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17509
17510 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17511
17512 * electric.el (electric-indent-post-self-insert-function): Make it
17513 possible for a char to only indent in some circumstances.
17514 (electric-indent-mode): Simplify.
17515
17516 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17517
17518 * window.el (windows-with-parameter): Remove unused function.
17519 (windows-at-side): Rename to window-at-side-list.
17520 (window-check, window-atom-check, window-atom-check-1)
17521 (window-side-check, window-size-ignore, window-size-fixed-1)
17522 (window-in-direction-2): Prefix with "window--".
17523 (window-tree-1): Rename to window--subtree, fix doc-string.
17524
17525 2011-11-11 Glenn Morris <rgm@gnu.org>
17526
17527 * subr.el (eval-after-load): If FILE is already loaded,
17528 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17529
17530 2011-11-10 Glenn Morris <rgm@gnu.org>
17531
17532 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17533 Call svn via vc-svn-command rather than vc-do-command.
17534 (vc-svn-command): Add --non-interactive. (Bug#9993)
17535 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17536
17537 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17538 Add toggle-read-only. (Bug#7292)
17539 * files.el (toggle-read-only): Mention that it should only
17540 be used interactively. (Bug#10006)
17541
17542 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17543
17544 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17545 Adjust regexp for OCaml warnings.
17546
17547 * electric.el (electric-pair-post-self-insert-function): Let user
17548 turn it off buffer-locally (bug#9932).
17549
17550 * progmodes/python.el (python-beginning-of-statement):
17551 Rewrite (bug#2703).
17552
17553 * progmodes/compile.el: Better handle TABs (bug#9749).
17554 (compilation-internal-error-properties)
17555 (compilation-next-error-function): Obey the target buffer's
17556 compilation-error-screen-columns.
17557
17558 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17559
17560 * progmodes/meta-mode.el: Remove obsolete comments.
17561 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17562 Fix typos in docstrings.
17563
17564 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17565
17566 * window.el (window-size-fixed-p): Rewrite doc-string.
17567 (window-resizable-p): Rename to window--resizable-p. Update callers.
17568 (window--resizable): New function. Make all callers of
17569 window-resizable call window--resizable instead.
17570 (window-resizable): Rewrite in terms of window--resizable.
17571
17572 2011-11-08 Glenn Morris <rgm@gnu.org>
17573
17574 * progmodes/delphi.el (delphi-mode-syntax-table):
17575 Let define-derived-mode define a proper syntax table. (Bug#9994)
17576
17577 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17578
17579 * window.el: Stay away from defsubst.
17580 (window-list-no-nils): Remove.
17581 (window-state-get-1, window-state-get): Use backquote instead.
17582
17583 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17584
17585 * emacs-lisp/find-func.el (find-function-read):
17586 Fix incorrect use of default argument in `completing-read'.
17587
17588 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17589
17590 * window.el (display-buffer-function, special-display-function):
17591 Mention display-buffer-record-window but do not mention
17592 help-setup parameter in doc-strings.
17593 (window-min-delta): Fix doc-string typo.
17594
17595 2011-11-08 Chong Yidong <cyd@gnu.org>
17596
17597 * window.el (window-total-height, window-total-width): Doc fix.
17598 (window-body-size): Move from C.
17599 (window-body-height, window-body-width): Move to C.
17600
17601 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17602
17603 * window.el: Make special-display like display-buffer-alist (bug#9532).
17604 (display-buffer--special-action): New function, morphed
17605 from display-buffer--special.
17606 (display-buffer): Use it to handle special-display-buffers at higher
17607 priority (just after display-buffer-alist).
17608 (display-buffer-fallback-action, display-buffer--other-frame-action)
17609 (pop-to-buffer-same-window): Remove display-buffer--special.
17610
17611 2011-11-07 Glenn Morris <rgm@gnu.org>
17612
17613 * calendar/cal-menu.el (cal-menu-set-date-title):
17614 Do nothing if not in a calendar. (Bug#9976)
17615
17616 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17617
17618 * files.el (find-file): Always use selected-window.
17619
17620 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17621
17622 * window.el (window-combinations): Make WINDOW argument
17623 mandatory. Rewrite doc-string.
17624 (walk-window-subtree, window-atom-check, window-min-delta)
17625 (window-max-delta, window--resize-this-window)
17626 (window--resize-root-window-vertically, window-tree)
17627 (balance-windows, window-state-put): Rewrite doc-strings as to
17628 not mention the term "subwindow".
17629 (window--resize-subwindows-skip-p): Rename to
17630 window--resize-child-windows-skip-p.
17631 (window--resize-subwindows-normal): Rename to
17632 window--resize-child-windows-normal.
17633 (window--resize-subwindows): Rename to
17634 window--resize-child-windows.
17635 (window-or-subwindow-p): Rename to window--in-subtree-p.
17636
17637 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17638
17639 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17640 Ensure that mbox format messages end in two newlines (Bug#9974).
17641
17642 2011-11-06 Chong Yidong <cyd@gnu.org>
17643
17644 * window.el (window-combination-p): Function deleted; its
17645 side-effect is not used in any existing code.
17646 (window-combinations, window-combined-p): Call window-*-child
17647 directly.
17648
17649 2011-11-05 Chong Yidong <cyd@gnu.org>
17650
17651 * window.el (window-valid-p): Rename from window-any-p.
17652 (window-size-ignore, window-state-get): Callers changed.
17653 (window-normalize-window): Rename from window-normalize-any-window.
17654 New arg LIVE-ONLY, replacing window-normalize-live-window.
17655 (window-normalize-live-window): Delete.
17656 (window-combination-p, window-combined-p, window-combinations)
17657 (walk-window-subtree, window-atom-root, window-min-size)
17658 (window-sizable, window-sizable-p, window-size-fixed-p)
17659 (window-min-delta, window-max-delta, window-resizable)
17660 (window-resizable-p, window-full-height-p, window-full-width-p)
17661 (window-current-scroll-bars, window-point-1, set-window-point-1)
17662 (window-at-side-p, window-in-direction, window-resize)
17663 (adjust-window-trailing-edge, maximize-window, minimize-window)
17664 (window-deletable-p, delete-window, delete-other-windows)
17665 (record-window-buffer, unrecord-window-buffer)
17666 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17667 (quit-window, split-window, window-state-put)
17668 (set-window-text-height, fit-window-to-buffer)
17669 (shrink-window-if-larger-than-buffer): Callers changed.
17670
17671 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17672
17673 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17674 rfc2047-decode-string.
17675 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17676 warnings.
17677
17678 * window.el (window-body-height, window-body-width): Mention in
17679 the doc string that the return values are in frame's canonical
17680 units. (Bug#9949)
17681
17682 2011-11-03 Alan Mackenzie <acm@muc.de>
17683
17684 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17685 change in cc-engine.el.
17686
17687 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17688
17689 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17690
17691 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17692
17693 * window.el (quit-window): Call unrecord-window-buffer after
17694 showing another buffer in the window. (Bug#9937)
17695 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17696
17697 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17698
17699 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17700 Accept status with more than 9 shelves. (Bug#9935)
17701 Reported by Colin D Bennett <colin@gibibit.com>.
17702
17703 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17704
17705 * help.el (with-help-window): Don't reference
17706 temp-buffer-show-specifiers in doc-string.
17707
17708 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17709
17710 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17711 menu-item.
17712
17713 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17714
17715 * whitespace.el: New version 13.2.2.
17716 (whitespace-newline-mode): Disable properly. Reported by Sarah
17717 <EmacsWiki>.
17718
17719 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17720
17721 * net/newst-treeview.el: Remove "Time-stamp".
17722 (newsticker--group-manage-orphan-feeds): Do not call
17723 newsticker--treeview-tree-update.
17724 (newsticker-treeview-update, newsticker-treeview):
17725 Call newsticker--treeview-tree-update if necessary.
17726
17727 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17728
17729 * window.el (window-iso-combination-p, window-iso-combined-p)
17730 (window-iso-combinations): Remove "iso-" infix.
17731 Suggested by Chong Yidong.
17732 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17733 (window-max-delta-1, window-resize, window--resize-siblings)
17734 (window--resize-this-window, adjust-window-trailing-edge)
17735 (split-window, balance-windows-1)
17736 (shrink-window-if-larger-than-buffer):
17737 * calendar/calendar.el (calendar-generate-window):
17738 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17739
17740 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17743 in place (bug#9907).
17744 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17745 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17746 (eshell-structure-basic-command, eshell-rewrite-while-command)
17747 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17748 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17749 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17750 (eshell-do-pipelines-synchronously, eshell-eval-command):
17751 Use backquotes and prefer setq to set.
17752 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17753 (eshell-macrop): Use functionp.
17754 (eshell-do-eval): Handle multiple expressions in `while' body.
17755
17756 2011-10-30 Chong Yidong <cyd@gnu.org>
17757
17758 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17759 instead of set-mark (Bug#9810).
17760
17761 2011-10-30 Chong Yidong <cyd@gnu.org>
17762
17763 * window.el (split-window-below, split-window-right): Rename from
17764 split-window-above-each-other and split-window-side-by-side
17765 respectively. All callers changed.
17766 (split-window-sensibly, split-window-sensibly): Use them.
17767 (split-window-keep-point): Doc fix.
17768
17769 * isearch.el: Add isearch-scroll property to split-window-below
17770 and split-window-right.
17771
17772 * follow.el (follow-mode):
17773 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17774 * progmodes/ada-xref.el (ada-gdb-application):
17775 * emulation/vip.el (vip-buffer-in-two-windows):
17776 * image-dired.el (image-dired-dired-with-window-configuration):
17777 * dired-x.el (dired-do-find-marked-files):
17778 * dired.el (dired-pop-to-buffer):
17779 * bs.el (bs--show-with-configuration):
17780 * vc/emerge.el (emerge-setup-windows):
17781 * textmodes/two-column.el (2C-two-columns):
17782 * textmodes/reftex-toc.el (reftex-toc):
17783 * progmodes/gdb-mi.el (gdb-setup-windows):
17784 * progmodes/fortran.el (fortran-window-create):
17785 * net/newst-treeview.el (newsticker--treeview-window-init):
17786 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17787 * emulation/tpu-edt.el (tpu-gold-map):
17788 * emulation/crisp.el (crisp-mode-map):
17789 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17790
17791 2011-10-29 Chong Yidong <cyd@gnu.org>
17792
17793 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17794
17795 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17796
17797 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17798 forged Ispell output (Bug#7904).
17799
17800 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17801
17802 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17803
17804 * doc-view.el: Avoid ugly errors about not finding nil.
17805 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17806 (doc-view-dvipdf-program, doc-view-unoconv-program)
17807 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17808 Avoid nil or absolute file name as default value.
17809 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17810
17811 2011-10-28 Alan Mackenzie <acm@muc.de>
17812
17813 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17814
17815 2011-10-28 Alan Mackenzie <acm@muc.de>
17816
17817 Amend the handling of c-beginning/end-of-defun in nested declaration
17818 scopes.
17819
17820 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17821 cc-langs.el. Change it to a defcustom.
17822
17823 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17824 cc-vars.el.
17825
17826 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17827 Prevent "class foo : bar" being spuriously recognized as a label.
17828
17829 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17830 Add parameter `inclusive' (to include enclosing braces in the region).
17831 (c-widen-to-enclosing-decl-scope): New function.
17832 (c-while-widening-to-decl-block): New macro.
17833 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17834 outward for defun boundaries, and correspondingly change symbol
17835 `respect-enclosure' to `go-outward'.
17836 (c-declaration-limits): Change algorithm to report only the "innermost"
17837 defun's boundaries.
17838
17839 2011-10-28 Deniz Dogan <deniz@dogan.se>
17840
17841 * net/rcirc.el (rcirc-mode): Use hard newlines.
17842
17843 2011-10-28 Alan Mackenzie <acm@muc.de>
17844
17845 Amend to indent and fontify macros "which include their own semicolon"
17846 correctly, using the "virtual semicolon" mechanism.
17847
17848 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17849
17850 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17851 Recode to scan one line at a time rather than having \n and \r
17852 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17853 (c-forward-label): Amend for virtual semicolons.
17854 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17855
17856 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17857 of the new C macros.
17858
17859 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17860 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17861 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17862 (c-opt-cpp-macro-define): Make into a full language variable.
17863 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17864 AWK Mode (including \n, \r) removed, no longer needed.
17865
17866 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17867 Invoke c-make-macro-with-semi-re.
17868
17869 * progmodes/cc-vars.el (c-macro-with-semi-re):
17870 (c-macro-names-with-semicolon): New variables.
17871 (c-make-macro-with-semi-re): New function.
17872
17873 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17874
17875 * vc/log-edit.el: Fill empty field rather than adding new one.
17876 (log-edit-add-field): New function.
17877 (log-edit-insert-changelog): Use it.
17878
17879 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17880
17881 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17882
17883 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17884
17885 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17886 (gdb--check-interpreter): New function.
17887 (gdb): Use it.
17888
17889 2011-10-27 Glenn Morris <rgm@gnu.org>
17890
17891 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17892 (least-positive-float, least-negative-float)
17893 (least-positive-normalized-float, least-negative-normalized-float)
17894 (float-epsilon, float-negative-epsilon):
17895 Remove unnecessary declarations.
17896
17897 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17898 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17899 (least-positive-float, least-negative-float)
17900 (least-positive-normalized-float, least-negative-normalized-float)
17901 (float-epsilon, float-negative-epsilon): Add doc-strings,
17902 based on those in cl.texi.
17903
17904 * files.el (set-visited-file-name): If the major-mode changed,
17905 reload the local variables. (Bug#9796)
17906
17907 2011-10-27 Chong Yidong <cyd@gnu.org>
17908
17909 * subr.el (change-major-mode-after-body-hook): New hook.
17910 (run-mode-hooks): Run it.
17911
17912 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17913 Use change-major-mode-before-body-hook.
17914
17915 * simple.el (fundamental-mode):
17916 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17917 change introducing fundamental-mode-hook.
17918
17919 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
17920
17921 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17922
17923 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
17924
17925 * ido.el (ido-file-name-all-completions-1): Do not require
17926 tramp.el explicitly. (Bug#7583)
17927
17928 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17929
17930 * progmodes/octave-mod.el:
17931 * progmodes/octave-inf.el: Update maintainer.
17932
17933 2011-10-26 Chong Yidong <cyd@gnu.org>
17934
17935 * subr.el (with-wrapper-hook): Rewrite doc.
17936
17937 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
17938
17939 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17940 filenames "/method:foo:". (Bug#9793)
17941
17942 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17943
17944 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17945 (bug#9865).
17946
17947 2011-10-24 Glenn Morris <rgm@gnu.org>
17948
17949 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
17950
17951 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
17952
17953 * notifications.el: Add the requirement of a running D-Bus session
17954 bus to the Commentary.
17955
17956 2011-10-24 Juri Linkov <juri@jurta.org>
17957
17958 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17959 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17960 (Bug#9364)
17961
17962 2011-10-24 Juri Linkov <juri@jurta.org>
17963
17964 * info.el (Info-following-node-name-re): Add newline to the list
17965 of allowed characters for leading space. (Bug#9824)
17966
17967 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17968
17969 * progmodes/octave-inf.el (inferior-octave-mode-map):
17970 Fix C-c C-h binding.
17971 * progmodes/octave-mod.el (octave-help): Remove.
17972
17973 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
17974
17975 Sync with Tramp 2.2.3.
17976
17977 * net/tramp-cache.el (top): Pacify byte-compiler using
17978 `init-file-user' and `site-run-file'.
17979
17980 * net/trampver.el: Update release number.
17981
17982 2011-10-23 Chong Yidong <cyd@gnu.org>
17983
17984 * files.el (toggle-read-only): Remove obsolete comment about
17985 version control.
17986
17987 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17988 for toggle-read-only. Note that this hasn't called vc-next-action
17989 since 2008-05-02, though it wasn't documented at the time.
17990
17991 * vc/ediff-init.el (ediff-toggle-read-only-function):
17992 Use toggle-read-only.
17993
17994 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
17995
17996 Fix bug #9560, sporadic wrong indentation; improve instrumentation
17997 of c-parse-state.
17998
17999 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18000 correct faulty logical expression.
18001 (c-parse-state-state, c-record-parse-state-state):
18002 (c-replay-parse-state-state): New defvar/defuns.
18003 (c-debug-parse-state): Use new functions.
18004
18005 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18006
18007 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18008 last fix. Use window-in-direction correctly.
18009
18010 2011-10-21 Chong Yidong <cyd@gnu.org>
18011
18012 * progmodes/idlwave.el (idlwave-mode):
18013 * progmodes/vera-mode.el (vera-mode): No need to set
18014 require-final-newline; that's done in prog-mode.
18015 Suggested by Stefan Monnier.
18016
18017 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18018
18019 * mouse.el (mouse-drag-window-above)
18020 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18021 (mouse-drag-mode-line-1, mouse-drag-header-line)
18022 (mouse-drag-vertical-line-rightward-window): Remove.
18023 (mouse-drag-line): New function.
18024 (mouse-drag-mode-line, mouse-drag-header-line)
18025 (mouse-drag-vertical-line): Call mouse-drag-line.
18026 * window.el (window-at-side-p, windows-at-side): New functions.
18027
18028 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18029
18030 * tar-mode.el (tar-grind-file-mode):
18031 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18032
18033 2011-10-21 Chong Yidong <cyd@gnu.org>
18034
18035 * progmodes/idlwave.el (idlwave-mode):
18036 * progmodes/vera-mode.el (vera-mode):
18037 Use mode-require-final-newline.
18038
18039 2011-10-20 Glenn Morris <rgm@gnu.org>
18040
18041 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18042
18043 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18044
18045 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18046
18047 2011-10-20 Chong Yidong <cyd@gnu.org>
18048
18049 * emulation/cua-base.el (cua-mode):
18050 * mail/footnote.el (footnote-mode):
18051 * mail/mailabbrev.el (mail-abbrevs-mode):
18052 * net/xesam.el (xesam-minor-mode):
18053 * progmodes/bug-reference.el (bug-reference-mode):
18054 * progmodes/cap-words.el (capitalized-words-mode):
18055 * progmodes/compile.el (compilation-minor-mode)
18056 (compilation-shell-minor-mode):
18057 * progmodes/gud.el (gud-tooltip-mode):
18058 * progmodes/hideif.el (hide-ifdef-mode):
18059 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18060 * progmodes/subword.el (subword-mode):
18061 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18062 * progmodes/which-func.el (which-function-mode):
18063 * term/tvi970.el (tvi970-set-keypad-mode):
18064 * term/vt100.el (vt100-wide-mode):
18065 * textmodes/flyspell.el (flyspell-mode):
18066 * textmodes/ispell.el (ispell-minor-mode):
18067 * textmodes/nroff-mode.el (nroff-electric-mode):
18068 * textmodes/paragraphs.el (use-hard-newlines):
18069 * textmodes/refill.el (refill-mode):
18070 * textmodes/reftex.el (reftex-mode):
18071 * textmodes/rst.el (rst-minor-mode):
18072 * textmodes/sgml-mode.el (html-autoview-mode)
18073 (sgml-electric-tag-pair-mode):
18074 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18075 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18076 * emulation/crisp.el (crisp-mode):
18077 * emacs-lisp/eldoc.el (eldoc-mode):
18078 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18079 minor mode behavior.
18080
18081 2011-10-19 Juri Linkov <juri@jurta.org>
18082
18083 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18084 the list of hard-coded chars with escape-glyph face.
18085
18086 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18087
18088 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18089
18090 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18091
18092 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18093 running process.
18094
18095 2011-10-19 Glenn Morris <rgm@gnu.org>
18096
18097 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18098 Ignore ignored files. (Bug#9726)
18099
18100 2011-10-19 Chong Yidong <cyd@gnu.org>
18101
18102 Doc fix for minor modes, stating that an omitted argument enables
18103 the mode unconditionally when called from Lisp.
18104
18105 * abbrev.el (abbrev-mode):
18106 * allout.el (allout-mode):
18107 * autoinsert.el (auto-insert-mode):
18108 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18109 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18110 (global-auto-revert-mode):
18111 * battery.el (display-battery-mode):
18112 * composite.el (global-auto-composition-mode)
18113 (auto-composition-mode):
18114 * delsel.el (delete-selection-mode):
18115 * desktop.el (desktop-save-mode):
18116 * dired-x.el (dired-omit-mode):
18117 * dirtrack.el (dirtrack-mode):
18118 * doc-view.el (doc-view-minor-mode):
18119 * double.el (double-mode):
18120 * electric.el (electric-indent-mode, electric-pair-mode):
18121 * emacs-lock.el (emacs-lock-mode):
18122 * epa-hook.el (auto-encryption-mode):
18123 * follow.el (follow-mode):
18124 * font-core.el (font-lock-mode):
18125 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18126 * help.el (temp-buffer-resize-mode):
18127 * hilit-chg.el (highlight-changes-mode)
18128 (highlight-changes-visible-mode):
18129 * hi-lock.el (hi-lock-mode):
18130 * hl-line.el (hl-line-mode, global-hl-line-mode):
18131 * icomplete.el (icomplete-mode):
18132 * ido.el (ido-everywhere):
18133 * image-file.el (auto-image-file-mode):
18134 * image-mode.el (image-minor-mode):
18135 * iswitchb.el (iswitchb-mode):
18136 * jka-cmpr-hook.el (auto-compression-mode):
18137 * linum.el (linum-mode):
18138 * longlines.el (longlines-mode):
18139 * master.el (master-mode):
18140 * mb-depth.el (minibuffer-depth-indicate-mode):
18141 * menu-bar.el (menu-bar-mode):
18142 * minibuf-eldef.el (minibuffer-electric-default-mode):
18143 * mouse-sel.el (mouse-sel-mode):
18144 * msb.el (msb-mode):
18145 * mwheel.el (mouse-wheel-mode):
18146 * outline.el (outline-minor-mode):
18147 * paren.el (show-paren-mode):
18148 * recentf.el (recentf-mode):
18149 * reveal.el (reveal-mode, global-reveal-mode):
18150 * rfn-eshadow.el (file-name-shadow-mode):
18151 * ruler-mode.el (ruler-mode):
18152 * savehist.el (savehist-mode):
18153 * scroll-all.el (scroll-all-mode):
18154 * scroll-bar.el (scroll-bar-mode):
18155 * server.el (server-mode):
18156 * shell.el (shell-dirtrack-mode):
18157 * simple.el (auto-fill-mode, transient-mark-mode)
18158 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18159 (line-number-mode, column-number-mode, size-indication-mode)
18160 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18161 * strokes.el (strokes-mode):
18162 * time.el (display-time-mode):
18163 * t-mouse.el (gpm-mouse-mode):
18164 * tool-bar.el (tool-bar-mode):
18165 * tooltip.el (tooltip-mode):
18166 * type-break.el (type-break-mode-line-message-mode)
18167 (type-break-query-mode):
18168 * view.el (view-mode):
18169 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18170 (global-whitespace-mode, global-whitespace-newline-mode):
18171 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18172
18173 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18174 Fix autogenerated docstring.
18175
18176 2011-10-19 Juri Linkov <juri@jurta.org>
18177
18178 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18179 by checking environment variables "DESKTOP_SESSION" and
18180 "XDG_CURRENT_DESKTOP". (Bug#9779)
18181
18182 2011-10-19 Juri Linkov <juri@jurta.org>
18183
18184 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18185 (browse-url-chromium-program, browse-url-chromium-arguments):
18186 New defcustoms.
18187 (browse-url-default-browser): Check for `browse-url-chromium' and
18188 call `browse-url-chromium-program'.
18189 (browse-url-chromium): New command. (Bug#9779)
18190
18191 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18192
18193 * facemenu.el (list-colors-duplicates): On Windows, detect more
18194 duplicates by assuming that only colors matching "^System" are
18195 special "system colors". (Bug#9722)
18196
18197 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18200 to distinguish the author from the committer.
18201
18202 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18203
18204 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18205
18206 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18207
18208 * international/mule.el (sgml-html-meta-auto-coding-function):
18209 Add support for detecting encoding in HTML5 specified only as
18210 <meta charset="UTF-8">. Implementation just makes http-equiv and
18211 content-type parts from HTML4 encoding string optional. (Bug#9716)
18212
18213 2011-10-18 Glenn Morris <rgm@gnu.org>
18214
18215 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18216
18217 2011-10-18 Chong Yidong <cyd@gnu.org>
18218
18219 * faces.el (cursor): Doc fix.
18220
18221 2011-10-17 Chong Yidong <cyd@gnu.org>
18222
18223 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18224
18225 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18226
18227 * dirtrack.el (dirtrack): Support shell buffers with path
18228 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18229
18230 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18231
18232 * json.el: Bump version to 1.3 and note change in History.
18233 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18234
18235 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18236
18237 * comint.el (comint-insert-input, comint-send-input)
18238 (comint-get-old-input-default, comint-backward-matching-input)
18239 (comint-next-prompt): Use nil instead of `input' for field property of
18240 past user input (bug#114).
18241
18242 * minibuffer.el (completion--replace): Inherit surrounding properties
18243 (bug#114).
18244 (minibuffer-complete-and-exit): Use it.
18245
18246 * comint.el (comint--table-subvert): Quote the all-completions output
18247 (bug#9160).
18248
18249 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18250
18251 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18252
18253 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18254 window on right of selected. (Bug#9350) Reword other window
18255 entries and separate them from frame entries.
18256
18257 2011-10-15 Glenn Morris <rgm@gnu.org>
18258
18259 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18260 Doc fixes.
18261
18262 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18263
18264 * net/network-stream.el (network-stream-open-starttls):
18265 Improve detection of failure due to lack of TLS support.
18266
18267 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18268 putting the input text in front and in bold.
18269
18270 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18271
18272 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18273
18274 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18275 empty buffer.
18276
18277 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18278 unread-command-events rather than pushing yet-another event.
18279
18280 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18281
18282 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18283 the explanation of the possible choices. Make the options passed
18284 to completing-read shorter.
18285
18286 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18287
18288 * textmodes/flyspell.el (flyspell-large-region): Make sure
18289 extended character mode is used if defined (Bug#1339).
18290
18291 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18292
18293 * simple.el (what-cursor-position): Fix the display of the
18294 character info for LRE, LRO, RLE, and RLO characters by appending
18295 an invisible PDF.
18296
18297 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18298
18299 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18300 even in case of error; add debug spec; simplify data flow.
18301 (with-timeout-handler): Remove.
18302
18303 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18304
18305 Fix Bug#6019, Bug#9315.
18306
18307 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18308 complete `buffer-file-name', the local file name part could look
18309 remotely (for example on VMS).
18310
18311 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18312 `tramp-run-real-handler'.
18313 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18314 already quoted by '"'.
18315
18316 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18317 Let `file-name-handler-alist' be nil, the local file name part
18318 could look remotely (for example on VMS).
18319
18320 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18321
18322 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18323 from here...
18324 (flyspell-post-command-hook): ...to here.
18325
18326 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18327
18328 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18329 if not needed.
18330 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18331 using completion. Protect against "slow" callers.
18332 Remove the "message hack".
18333
18334 2011-10-11 Juri Linkov <juri@jurta.org>
18335
18336 * isearch.el (isearch-lazy-highlight-word): New variable.
18337 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18338 Use it. (Bug#9727)
18339
18340 2011-10-11 Glenn Morris <rgm@gnu.org>
18341
18342 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18343 like f90-previous-statement does.
18344
18345 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18346
18347 * eshell/eshell.el (eshell-command): History should be saved
18348 only in interactive use, to avoid error.
18349
18350 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18351
18352 * minibuffer.el (completion-file-name-table): Fix last change,
18353 i.e. ignore normal errors but not the other ones.
18354
18355 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18356
18357 * window.el (special-display-buffer-names)
18358 (special-display-regexps): Remove some remnants of earlier
18359 changes from doc-strings.
18360 (quit-windows-on): New function.
18361
18362 * vc/vc.el (vc-revert, vc-rollback):
18363 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18364 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18365 (Bug#6183) (Bug#7074) (Bug#7447)
18366
18367 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18368
18369 * window.el (frame-auto-hide-function): Add version tag.
18370 (Bug#9699)
18371
18372 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18373
18374 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18375 condition.
18376
18377 2011-10-09 Leo Liu <sdl.web@gmail.com>
18378
18379 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18380 (Bug#9701)
18381
18382 2011-10-08 Glenn Morris <rgm@gnu.org>
18383
18384 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18385 before the first code statement zero indent. (Bug#9690)
18386
18387 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18388
18389 * simple.el (count-words-region): Always count in the region.
18390 Report the number of lines and characters too.
18391 (count-words): New command, which counts in the buffer if the
18392 region is inactive, as count-words-region used to.
18393 (count-words--message): New function. Handle plurals.
18394 (count-lines-region): Make it an alias for count-words-region.
18395
18396 * bindings.el (esc-map): Replace count-lines-region with
18397 count-words-region.
18398
18399 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18400
18401 * window.el (window--delete): Delete dedicated frame
18402 unconditionally when argument KILL is non-nil. (Bug#9699)
18403 (switch-to-buffer): Fix doc-string typo.
18404
18405 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18406
18407 * eshell/eshell.el (eshell-command): Avoid using hooks.
18408
18409 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18410
18411 * bindings.el ([M-left],[M-right]): Bind to left-word and
18412 right-word respectively.
18413
18414 2011-10-07 Glenn Morris <rgm@gnu.org>
18415
18416 * cus-start.el (debug-on-quit): Fix custom type.
18417
18418 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18419
18420 * subr.el (define-key-after): Clarify that the function is not
18421 useful for non-menu keymaps.
18422
18423 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18424
18425 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18426
18427 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18428 in current minibuffer (Fix bug with recursive minibuffers).
18429
18430 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18431
18432 * progmodes/gdb-mi.el (gdb): Doc fix.
18433
18434 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18435
18436 * window.el (frame-auto-hide-function): New option replacing
18437 frame-auto-delete. Suggested by Stefan Monnier.
18438 (window--delete): Call frame-auto-hide-function instead of
18439 investigating frame-auto-delete.
18440 (window-point-1, set-window-point-1): New functions.
18441 (window-in-direction, record-window-buffer, window-state-get-1)
18442 (display-buffer-record-window): Use window-point-1 instead of
18443 window-point.
18444 (set-window-buffer-start-and-point): Use set-window-point-1.
18445
18446 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18447
18448 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18449
18450 2011-10-05 Glenn Morris <rgm@gnu.org>
18451
18452 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18453 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18454
18455 2011-10-05 Leo Liu <sdl.web@gmail.com>
18456
18457 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18458 works with buffer object.
18459
18460 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18461
18462 * mpc.el (mpc-tool-bar-map): Add labels.
18463
18464 2011-10-04 Glenn Morris <rgm@gnu.org>
18465
18466 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18467
18468 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18469
18470 * window.el (window--delete): New function.
18471 (frame-auto-delete): Resuscitate option.
18472 (bury-buffer, replace-buffer-in-windows)
18473 (quit-window): Rewrite using window--delete.
18474 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18475 Pass display-buffer-mark-dedicated to window--display-buffer-2
18476 (Bug#9639).
18477
18478 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18479
18480 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18481 returns a list (bug#9554). Add remote file name completion.
18482 * comint.el (comint--table-subvert): Curry and get quote&unquote
18483 functions as arguments.
18484 (comint--complete-file-name-data): Adjust call accordingly.
18485 * pcomplete.el (pcomplete--table-subvert): Remove.
18486 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18487
18488 * minibuffer.el (completion-table-case-fold): Use currying.
18489 (completion--styles-type, completion--cycling-threshold-type):
18490 New constants.
18491 (completion-styles, completion-category-overrides)
18492 (completion-cycle-threshold): Use them.
18493 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18494 completion-table-case-fold.
18495
18496 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18497
18498 * minibuffer.el (completion-category-overrides): Fix type of styles
18499 and add more user friendly tags (bug#9660).
18500
18501 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18502
18503 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18504 (mule-input-method-string): New widget.
18505 (default-input-method, language-info-custom-alist): Use it.
18506
18507 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18508
18509 * pcomplete.el: Require comint.
18510 (pcomplete--common-suffix): Remove.
18511 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18512 (pcomplete--table-subvert): Sync with comint--table-subvert.
18513 (pcomplete--entries): Use comint-completion-file-name-table.
18514 * comint.el (comint-unquote-filename): Simplify.
18515 (comint-completion-file-name-table): New function (bug#9616).
18516 (comint--complete-file-name-data): Use it.
18517
18518 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18519 (pcmpl-gnu-tar-buffer): Remove.
18520 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18521 around. Make sure pcomplete-suffix-list is only changed temporarily.
18522 Don't look inside the tar's file if it's too large.
18523
18524 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18525
18526 * cus-edit.el (custom-mode-map):
18527 * epa.el (epa-key-list-mode-map):
18528 * man.el (Man-mode-map):
18529 * startup.el (splash-screen-keymap):
18530 * simple.el (special-mode-map): Use scroll-up-command and
18531 scroll-down-command.
18532
18533 * progmodes/idlw-help.el (idlwave-help-mode-map):
18534 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18535 * net/newst-plainview.el (newsticker-mode-map):
18536 * emulation/ws-mode.el (wordstar-mode-map):
18537 * emulation/vi.el (vi-com-map):
18538 * calc/calc-graph.el (calc-graph-show-dumb):
18539 * term/sun.el (terminal-init-sun):
18540 * term/ns-win.el (global-map):
18541 * progmodes/grep.el (grep-mode-map):
18542 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18543 * mail/rmail.el (rmail-mode-map):
18544 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18545
18546 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18547 custom-safe-themes as special.
18548
18549 2011-10-01 Julien Danjou <julien@danjou.info>
18550
18551 * notifications.el (notifications-notify): Fix docstring.
18552
18553 2011-10-01 Per Starbäck <per@starback.se>
18554
18555 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18556
18557 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18558
18559 * startup.el (command-line-1): Fix last fix by inserting
18560 initial-scratch-message into *scratch* before displaying it.
18561 (Bug#9605) and (Bug#9636)
18562
18563 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18564
18565 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18566 window is hscrolled, move by logical lines. (Bug#9607)
18567 (line-move-visual): Update the doc string to the above effect.
18568
18569 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18570
18571 * window.el (display-buffer-record-window): When WINDOW is the
18572 selected window use `point' instead of `window-point'. (Bug#9626)
18573
18574 * startup.el (command-line-1): Use insert-before-markers when
18575 inserting initial-scratch-message. (Bug#9605)
18576
18577 * help.el (help-window): Remove variable.
18578
18579 2011-09-29 Glenn Morris <rgm@gnu.org>
18580
18581 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18582
18583 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18584
18585 * descr-text.el (describe-char-categories): Accept category
18586 descriptions more than one line long.
18587
18588 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18589
18590 * simple.el (delete-trailing-whitespace): Fix last change.
18591
18592 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18593 Don't confuse "y => 3" as the beginning of a `y' operation.
18594
18595 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18596 object has more than 4 slots (bug#9613).
18597
18598 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18599
18600 * subr.el (with-output-to-temp-buffer):
18601 * net/quickurl.el (quickurl, quickurl-browse-url):
18602 Fix typos in docstrings.
18603
18604 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18605
18606 * minibuffer.el (completion-styles)
18607 (completion-category-overrides): Cross reference each other in doc
18608 strings.
18609
18610 2011-09-27 Glenn Morris <rgm@gnu.org>
18611
18612 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18613 to split-string. (Bug#9606)
18614
18615 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18616
18617 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18618 (bug#9615).
18619
18620 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18621
18622 * emacs-lisp/package.el (list-packages): Fix echo area message.
18623
18624 2011-09-27 Leo Liu <sdl.web@gmail.com>
18625
18626 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18627
18628 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18629
18630 * net/dbus.el (dbus-unregister-object): Don't release services for
18631 registered signals. (Bug#9581)
18632
18633 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18634
18635 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18636 function that picks between cfengine 2 and 3 support
18637 automatically. Update docs accordingly.
18638
18639 2011-09-22 Kenichi Handa <handa@m17n.org>
18640
18641 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18642 ZERO.
18643 (indian-itrans-v5-table-for-tamil): New variable.
18644 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18645
18646 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18647
18648 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18649 that's true if the current command involved collapsing of text.
18650 It's reset to false at the beginning of the next command.
18651 (allout-post-command-business): Move the cursor to the beginning
18652 of entry if the cursor is hidden and collapsing activity just
18653 happened.
18654
18655 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18656
18657 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18658 tracking (Bug#9541).
18659
18660 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18661
18662 * net/newst-reader.el (newsticker-html-renderer)
18663 (newsticker-show-news): Automatically load html rendering package
18664 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18665 because w3m-fill-column is let-bound" and the error "Symbol's value
18666 as variable is void: w3m-fill-column".
18667
18668 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18669
18670 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18671 Release services only if they are defined. (Bug#9581)
18672
18673 2011-09-23 Richard Stallman <rms@gnu.org>
18674
18675 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18676 distinguish start of paragraph from start of its text.
18677
18678 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18679
18680 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18681 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18682 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18683
18684 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18685
18686 * international/mule-diag.el (mule-diag): Insert a newline after
18687 each fontset description.
18688
18689 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18690
18691 * simple.el (delete-trailing-whitespace):
18692 Document last change; simplify.
18693
18694 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18695
18696 * simple.el (delete-trailing-whitespace): Also delete
18697 extra newlines at the end of the buffer.
18698
18699 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18700 (picture-newline): Use forward-line so as to ignore fields.
18701
18702 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18703
18704 * subr.el (with-wrapper-hook): Fix edebug spec.
18705
18706 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18707
18708 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18709 (bug#4538).
18710
18711 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18712
18713 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18714 Fix nasty bug using wrong cached values.
18715
18716 2011-09-23 Alan Mackenzie <acm@muc.de>
18717
18718 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18719
18720 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18721
18722 * window.el (pop-to-buffer): Ensure right window is selected if we
18723 chose another frame.
18724
18725 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18726
18727 * simple.el (what-cursor-position): Use get-char-property-change
18728 and next-single-char-property-change, to be able to show display
18729 properties that come from overlays as well as text properties.
18730
18731 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18732
18733 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18734
18735 * cmuscheme.el (run-scheme, switch-to-scheme):
18736 * cus-edit.el (customize-group, custom-buffer-create)
18737 (customize-browse):
18738 * info.el (info):
18739 * shell.el (shell):
18740 * mail/sendmail.el (mail):
18741 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18742
18743 2011-09-22 Richard Stallman <rms@gnu.org>
18744
18745 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18746 move back only to line beg, don't move back over blank lines.
18747
18748 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18749
18750 * files.el (copy-directory): Set directory attributes only in case
18751 they could be retrieved from the source directory. (Bug#9565)
18752
18753 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18754
18755 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18756 (hs-find-block-beginning, hs-hide-level-recursive):
18757 Ignore strings as well as comments. (Bug#9502)
18758
18759 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18760
18761 * progmodes/sql.el (sql-comint-postgres):
18762 Convert port number to a string. (Bug#9566)
18763
18764 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18765
18766 * window.el (quit-window): Undedicate window when switching to
18767 previous buffer. Reported by Thierry Volpiatto
18768 <thierry.volpiatto@gmail.com>.
18769 (special-display-popup-frame): When popping up a new frame reset
18770 its previous buffers to nil. Simplify code.
18771
18772 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18773
18774 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18775 and process filter, as done also in `shell-command'.
18776
18777 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18778
18779 * window.el (set-window-buffer-start-and-point):
18780 Call set-window-start with NOFORCE argument t.
18781 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18782 (quit-window): Reword doc-string. Handle new format of
18783 quit-restore parameter. Don't delete window if it has a
18784 previous buffer we can show instead of the present one.
18785 (display-buffer-record-window): Rewrite using a new format for
18786 the quit-restore window parameter
18787 (special-display-popup-frame, display-buffer-same-window)
18788 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18789 (display-buffer-pop-up-window, display-buffer-use-some-window):
18790 Adapt symbol passed to display-buffer-record-window.
18791 * help.el (help-window-setup): Handle new format of quit-restore
18792 parameter.
18793
18794 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18795
18796 * faces.el (face-list): Fix docstring (bug#9564).
18797
18798 * window.el (display-buffer--action-function-custom-type):
18799 Don't include internal functions in the Custom interface.
18800
18801 2011-09-20 Juri Linkov <juri@jurta.org>
18802
18803 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18804 (Info-forward-node, Info-backward-node, Info-next-preorder)
18805 (Info-last-preorder): Use it. (Bug#9528)
18806
18807 2011-09-20 Juri Linkov <juri@jurta.org>
18808
18809 * info.el (Info-last-preorder): Visit last menu item only when
18810 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18811
18812 2011-09-20 Julien Danjou <julien@danjou.info>
18813
18814 * password-cache.el (password-cache-remove): Remove entries even if the
18815 value is nil, so that password with a nil value (negative caching) is
18816 possible to invalidate.
18817
18818 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18819
18820 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18821 all whitespace around breakpoint. (Bug#9553)
18822 (f90-find-breakpoint): Only break at whitespace inside a comment.
18823
18824 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18825
18826 * minibuffer.el (completion-file-name-table): Keep track of errors.
18827 (completion-table-with-predicate): Handle the case where pred1 is nil.
18828 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18829
18830 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18831
18832 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18833 (debugger-return-value): Signal an error if the debugging context does
18834 not await any return value.
18835
18836 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18837 * image-mode.el (image-toggle-display-text)
18838 (image-toggle-display-image): Stay away from evil `intangible'.
18839
18840 2011-09-19 Leo Liu <sdl.web@gmail.com>
18841
18842 * replace.el (occur-revert-arguments): Make it permanent-local.
18843 (occur-mode): Don't call font-lock-defontify.
18844
18845 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18846
18847 * net/ldap.el (ldap-search-internal): Don't push empty search
18848 result (Bug#9508).
18849
18850 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18851
18852 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18853
18854 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18855
18856 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18857 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18858
18859 2011-09-18 Juri Linkov <juri@jurta.org>
18860
18861 * buff-menu.el (Buffer-menu-mode-map):
18862 * dired.el (dired-mode-map):
18863 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18864 (lisp-interaction-mode-map):
18865 * emacs-lisp/package.el (package-menu-mode-map):
18866 * epa.el (epa-key-list-mode-map):
18867 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18868 (menu-bar-options-menu):
18869 * outline.el (outline-mode-menu-bar-map):
18870 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18871 * vc/vc-dir.el (vc-dir-menu-map):
18872 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18873 Capitalize non-function content words in menu item strings.
18874
18875 * dired.el (dired-mode-map): Add menu item for
18876 `image-dired-dired-toggle-marked-thumbs'.
18877
18878 2011-09-18 Juri Linkov <juri@jurta.org>
18879
18880 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18881 to `isearch-case-fold-search' and restore its original value
18882 after the `isearch-mode' call.
18883
18884 2011-09-18 Juri Linkov <juri@jurta.org>
18885
18886 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18887 because `zgrep' returns 1 for successful matches (bug#9226).
18888
18889 2011-09-18 Juri Linkov <juri@jurta.org>
18890
18891 * info.el (Info-extract-menu-node-name): Check the second match
18892 for empty string (second test-case of bug#9528).
18893 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18894 intermediate nodes to the history (first test-case of bug#9528).
18895
18896 2011-09-18 Juri Linkov <juri@jurta.org>
18897
18898 * info.el (Info-mode-syntax-table): New variable.
18899 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18900
18901 2011-09-18 Juri Linkov <juri@jurta.org>
18902
18903 * info.el (Info-file-supports-index-cookies):
18904 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18905 outputs one more line for long file names (bug#4142).
18906
18907 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18908
18909 * newcomment.el (comment-normalize-vars): If prompting for
18910 comment-start, set comment-start-skip too (Bug#8424).
18911
18912 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18913
18914 * icomplete.el: Fix previous fix of Bug#5849.
18915 (icomplete-mode): Don't set completion-show-inline-help.
18916 (icomplete-minibuffer-setup): Set completion-show-inline-help
18917 locally during icompletion.
18918
18919 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18920
18921 * woman.el (woman2-process-escapes): Don't delete unrecognized
18922 escapes (Bug#7843).
18923
18924 * files.el (inhibit-first-line-modes-regexps): Add image files.
18925 (hack-local-variables-prop-line): Return nil for malformed
18926 prop-lines (Bug#9044).
18927
18928 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
18929
18930 * net/tramp.el (top): Don't require 'shell.
18931 (tramp-methods): Fix docstring.
18932 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18933 Return complete remote file name. Handle "smb" case.
18934 Use `tramp-tmpdir', if defined for the respective method.
18935 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18936
18937 * net/tramp-compat.el (top): Require 'shell.
18938
18939 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18940 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18941 `tramp-current-host'.
18942 (tramp-get-remote-tmpdir): Remove.
18943
18944 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18945 `tramp-tmpdir' entries.
18946 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18947 (tramp-smb-handle-file-attributes): Ignore errors.
18948 (tramp-smb-wait-for-output): Check also for process end.
18949
18950 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18951
18952 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18953 when sending QUIT (bug#9312).
18954
18955 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
18956
18957 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18958 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18959 occur-mode-display-occurrence.
18960 (occur-edit-mode): Add usage message.
18961 (occur-cease-edit): New command.
18962 (occur-after-change-function): Use text properties to find the
18963 position of the prefix text.
18964 (occur-engine): Set stickiness of prefix text properties.
18965
18966 2011-09-17 Glenn Morris <rgm@gnu.org>
18967
18968 * progmodes/etags.el (complete-tag):
18969 Fix call to completion-in-region. (Bug#9526)
18970
18971 2011-09-17 Juri Linkov <juri@jurta.org>
18972
18973 * textmodes/ispell.el (ispell-word): Add to the error message
18974 the word, ispell program name and current dictionary (bug#9121).
18975 (ispell-tex-arg-end): Capitalize "error" in the error message.
18976
18977 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
18978
18979 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18980 check. (Bug#4251)
18981
18982 2011-09-17 Juri Linkov <juri@jurta.org>
18983
18984 * window.el (window-safe-min-height, window-safe-min-width):
18985 Fix typos (followup to bug#9522).
18986
18987 2011-09-17 Sven Joachim <svenjoac@gmx.de>
18988
18989 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18990
18991 2011-09-16 Eli Zaretskii <eliz@gnu.org>
18992
18993 * simple.el (line-move): If goal-column is set, move by logical
18994 lines, not by display lines. (Bug#971)
18995 (next-line, previous-line, goal-column, line-move-visual): Doc fix
18996 to reflect the above change.
18997
18998 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18999
19000 * image.el (imagemagick-register-types): Use regexp-opt.
19001
19002 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19003
19004 * window.el (display-buffer-base-action): Rename from
19005 display-buffer-default-action. Make default value empty.
19006 (display-buffer-overriding-action): Convert to defvar.
19007 (display-buffer-fallback-action): New var.
19008
19009 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19010
19011 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19012 declaration.
19013 (package--add-to-archive-contents): If there is a duplicate entry
19014 with an older version, remove it.
19015 (package-menu-mark-delete, package-menu-mark-install)
19016 (package-menu-mark-unmark): Make unused args optional.
19017 (package-menu-mark-obsolete-for-deletion):
19018 Use package-menu-get-status instead of a regexp search.
19019 (package-menu-get-status): Use tabulated-list-entry.
19020 (package-menu-mark-upgrades): New command.
19021 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19022 (package-menu-execute): Do installation before deletion.
19023 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19024 instead of checking major-mode.
19025 (package-menu--find-upgrades): New function.
19026
19027 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19028
19029 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19030 passwords in the log buffer.
19031 (smtpmail-process-filter): Update the process marker so that the
19032 "broken by peer" status message is inserted in the right place.
19033
19034 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19035
19036 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19037 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19038 bibtex-completion-at-point-function.
19039 (bibtex-completion-at-point-function): Use them.
19040
19041 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19042
19043 * mpc.el (mpc-constraints-tag-lookup): New function.
19044 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19045 also to browser "album|playlist".
19046
19047 2011-09-14 Juri Linkov <juri@jurta.org>
19048
19049 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19050 (isearch-edit-string): Use length of `isearch-string' when
19051 `isearch-fail-pos' returns nil.
19052 (isearch-message): Remove duplicate code and call
19053 `isearch-fail-pos' with arg `t'.
19054
19055 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19056
19057 * replace.el (occur-mode-goto-occurrence): Don't force using other
19058 window (Bug#9499).
19059
19060 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19061
19062 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19063
19064 * window.el (display-buffer-window): Remove.
19065 (display-buffer-record-window): Use help-setup window parameter
19066 instead of variable display-buffer-window.
19067 (display-buffer-function, special-display-buffer-names)
19068 (special-display-function): Mention help-setup parameter instead
19069 of display-buffer-window in doc-string.
19070 * help.el (help-window-setup): New argument help-window.
19071 Use help-window-setup parameter instead of display-buffer-window.
19072 Reword some messages.
19073 (with-help-window): Pass window used for displaying the buffer
19074 to help-window-setup. Don't set display-buffer-window.
19075
19076 2011-09-13 Glenn Morris <rgm@gnu.org>
19077
19078 * emacs-lisp/debug.el (debugger-make-xrefs):
19079 Preserve point. (Bug#9462)
19080
19081 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19082
19083 * window.el (window-deletable-p): Use next-frame.
19084
19085 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19086
19087 * window.el (window-auto-delete): Remove.
19088 (window-deletable-p): Remove argument FORCE. Don't deal with
19089 dedication and previous buffers.
19090 (switch-to-prev-buffer): Don't delete window.
19091 (delete-windows-on): Delete a window's frame if and only if the
19092 window is dedicated.
19093 (replace-buffer-in-windows): Delete buffer's window or frame if
19094 and only if window is dedicated.
19095 (quit-window): Handle quit-restore as before last change.
19096 (bury-buffer): Delete window only if window-deletable-p returns t.
19097
19098 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19099
19100 * window.el (window-deletable-p): Never delete the last frame on a
19101 given terminal.
19102
19103 2011-09-13 Glenn Morris <rgm@gnu.org>
19104
19105 * help.el (describe-key-briefly): Copy previous standard-output change.
19106
19107 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19108
19109 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19110
19111 2011-09-13 Glenn Morris <rgm@gnu.org>
19112
19113 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19114 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19115
19116 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19117
19118 * dired-aux.el (dired-mark-read-string): Don't return default
19119 value on empty input (Bug#9361).
19120 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19121 Omit initial minibuffer contents.
19122 (dired-do-chmod): Signal an error on empty input.
19123 (dired-mark-read-string): Don't return default on empty input.
19124
19125 * files.el (file-modes-symbolic-to-number): Doc fix.
19126
19127 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19128
19129 * international/mule-cmds.el (ucs-completions): Remove.
19130 (read-char-by-name): Use complete-with-action instead; add metadata.
19131
19132 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19133
19134 * window.el (display-buffer--action-function-custom-type)
19135 (display-buffer--action-custom-type): New vars.
19136 (display-buffer-alist, display-buffer-default-action)
19137 (display-buffer-overriding-action): Add defcustom types.
19138
19139 * frame.el (delete-other-frames): Doc fix (Bug#276).
19140
19141 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19142
19143 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19144
19145 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19146
19147 Change modes that used same-window-* vars to use switch-to-buffer.
19148
19149 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19150 Use switch-to-buffer.
19151
19152 * cus-edit.el (customize-group, custom-buffer-create)
19153 (customize-browse, custom-buffer-create-other-window):
19154 Use switch-to-buffer or switch-to-buffer-other-window.
19155
19156 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19157 (Info-prev, Info-up, Info-speedbar-goto-node)
19158 (info-display-manual): Use switch-to-buffer.
19159 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19160
19161 * mail/sendmail.el (mail): Use switch-to-buffer.
19162 (mail-recover): Use switch-to-buffer-other-window.
19163
19164 * cmuscheme.el (run-scheme, switch-to-scheme):
19165 * ielm.el (ielm):
19166 * shell.el (shell):
19167 * net/rlogin.el (rlogin):
19168 * net/telnet.el (telnet, rsh):
19169 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19170
19171 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19172
19173 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19174
19175 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19176
19177 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19178 so don't mention it (bug#9301).
19179 (dired-sort-toggle-or-edit): Clarify string further.
19180
19181 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19182 match `x', `w32' and `ns', like the manual says (bug#9029).
19183
19184 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19185 (process-kill-buffer-query-function): Mention the buffer name in
19186 the query.
19187
19188 * image-mode.el (image-next-line): The line parameter is mandatory
19189 (bug#9258).
19190
19191 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19192 which can be useful (bug#9301).
19193
19194 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19195
19196 * subr.el (match-string): Mention that the current buffer should
19197 be the same as the search was done in (bug#9282).
19198
19199 * facemenu.el: Disable the remove-* commands if the mark isn't
19200 active (bug#9162).
19201
19202 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19203
19204 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19205 of display-buffer.
19206 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19207
19208 * replace.el (occur-mode-goto-occurrence)
19209 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19210 and display-buffer.
19211
19212 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19213 display-buffer.
19214
19215 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19216 special-display and same-window variables.
19217 (mail-other-window): Use switch-to-buffer-other-window.
19218 (mail-other-frame): USe switch-to-buffer-other-frame.
19219
19220 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19221 Use display-buffer-other-frame.
19222 (gdb-display-gdb-buffer): Use pop-to-buffer.
19223
19224 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19225
19226 * progmodes/python.el: Don't set same-window-buffer-names.
19227
19228 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19229
19230 * window.el (display-buffer-alist): Add *Python*.
19231
19232 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19233
19234 * window.el (display-buffer-alist): Add entry for buffers
19235 previously handled same-window-*.
19236 (display-buffer-alist, display-buffer-default-action)
19237 (display-buffer-overriding-action): Mark as risky.
19238 (display-buffer-alist): Document action function changes.
19239 (display-buffer--same-window-action)
19240 (display-buffer--other-frame-action): New variables.
19241 (switch-to-buffer, display-buffer-other-frame): Use them.
19242 (display-buffer): Rename reuse-frame entry to reusable-frames.
19243 (display-buffer-reuse-selected-window): Function deleted.
19244 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19245 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19246 (display-buffer-special): New function.
19247 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19248 display-buffer-reuse-or-pop-window. Split off special-display
19249 part into display-buffer-special.
19250 (display-buffer-use-some-window): Don't perform any special
19251 pop-up-frames handling.
19252 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19253 (display-buffer--maybe-same-window): Rename from
19254 display-buffer-maybe-same-window.
19255
19256 * info.el: Don't set same-window-regexps.
19257 (info-setup): New function.
19258 (info-other-window, info): Call it.
19259
19260 * cus-edit.el: Don't set same-window-regexps.
19261 (customize-group): New argument.
19262 (customize-group-other-window): Use it.
19263 (customize-face, customize-face-other-window): Likewise.
19264 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19265
19266 * net/rlogin.el:
19267 * net/telnet.el:
19268 * progmodes/gud.el: Don't set same-window-regexps.
19269
19270 * cmuscheme.el:
19271 * ielm.el:
19272 * shell.el:
19273 * mail/sendmail.el:
19274 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19275
19276 2011-09-10 Juri Linkov <juri@jurta.org>
19277
19278 * isearch.el (isearch-edit-string): Remove obsolete mention of
19279 `C-w' (`isearch-yank-word-or-char') from docstring.
19280 (isearch-query-replace): Fix typo in docstring (bug#9466).
19281
19282 2011-09-10 Juri Linkov <juri@jurta.org>
19283
19284 * paren.el (show-paren-function): Don't show escaped parens.
19285 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19286
19287 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19288
19289 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19290 (mm-default-file-encoding): Remove autoload forms, they are
19291 replaced with autoload cookies in mml.el and mm-encode.el.
19292 (mail-add-attachment): New command.
19293 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19294 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19295 the doc string.
19296 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19297
19298 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19299
19300 * simple.el (count-words-region): Use buffer if there's no region
19301 (bug#9429).
19302
19303 2011-09-09 Juri Linkov <juri@jurta.org>
19304
19305 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19306 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19307 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19308
19309 2011-09-09 Alan Mackenzie <acm@muc.de>
19310
19311 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19312 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19313
19314 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19315
19316 Fix for Savannah bug#9392.
19317 * simple.el (mail-encode-mml): New defvar.
19318
19319 * mail/rmail.el (mail-encode-mml): Add a defvar.
19320 (rmail-enable-mime-composing): Default to t.
19321 (rmail-forward): Use MIME method of forwarding only if both
19322 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19323 Set mail-encode-mml non-nil if the MIME method was used.
19324
19325 * mail/sendmail.el (mml-to-mime): Add autoload form.
19326 (mail-encode-mml): Add a defvar.
19327 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19328 to nil.
19329 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19330 message through mml-to-mime, and reset mail-encode-mml to nil.
19331
19332 2011-09-09 Glenn Morris <rgm@gnu.org>
19333
19334 * woman.el (woman-if-body): When processing an .el block,
19335 do not delete the next .el block as well. (Bug#9447)
19336 (woman-special-characters): Add oq, cq, and hy characters.
19337
19338 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19339
19340 * window.el (window-deletable-p): Make sure window is live before
19341 invoking window-prev-buffers.
19342
19343 2011-09-08 Leo Liu <sdl.web@gmail.com>
19344
19345 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19346
19347 2011-09-08 Juri Linkov <juri@jurta.org>
19348
19349 * progmodes/compile.el (compilation-environment): Make it
19350 a defcustom (bug#8340).
19351
19352 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19353
19354 * window.el (frame-auto-delete): Rename to window-auto-delete.
19355 Make it control auto-deletion of windows and/or frames.
19356 (window-deletable-p): New argument FORCE. Rewrite conditions
19357 for deleting window/frame. (Bug#9419)
19358 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19359 Rewrite handling of case when window/frame can be deleted.
19360 (delete-windows-on): Call window-deletable-p with new FORCE
19361 argument t. (Bug#9456)
19362
19363 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19364
19365 * help-mode.el (help-mode): Restore autoload.
19366
19367 2011-09-07 Juri Linkov <juri@jurta.org>
19368
19369 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19370 `compilation-environment'. Set buffer-local
19371 `compilation-environment' to `thisenv' later after (funcall mode).
19372 (Bug#8340)
19373
19374 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19375 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19376 instead of replacing its value. (Bug#8340)
19377
19378 2011-09-07 Juri Linkov <juri@jurta.org>
19379
19380 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19381 based on text properties put by `grep-filter' instead of matching
19382 escape sequences.
19383 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19384 to the value of `grep-error-screen-columns' (bug#9438).
19385
19386 2011-09-07 Juri Linkov <juri@jurta.org>
19387
19388 * simple.el (next-error-highlight, next-error-highlight-no-select):
19389 Doc fix (bug#9432).
19390
19391 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19392
19393 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19394 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19395
19396 2011-09-07 Leo Liu <sdl.web@gmail.com>
19397
19398 * net/rcirc.el (rcirc-mode): Conditionally initialize
19399 rcirc-input-ring.
19400
19401 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19402
19403 * emacs-lisp/find-func.el (find-function-C-source): Only set
19404 find-function-C-source-directory after checking that we found a source
19405 file there (bug#9440).
19406
19407 2011-09-06 Alan Mackenzie <acm@muc.de>
19408
19409 * isearch.el (isearch-other-meta-char): Wherever a key list is
19410 unread, "unread" the prefix arg, too. This fixes bug #8901.
19411
19412 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19413
19414 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19415
19416 2011-09-05 Juri Linkov <juri@jurta.org>
19417
19418 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19419
19420 2011-09-05 Juri Linkov <juri@jurta.org>
19421
19422 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19423 keeping point where processing of grep matches begins, and
19424 continue to delete remaining escape sequences from the same point.
19425 (grep-filter): Make leading zero optional in "0?1;31m" because
19426 git-grep emits "\033[1;31m" escape sequences unlike expected
19427 "\033[01;31m" as GNU Grep does (bug#9408).
19428 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19429
19430 2011-09-05 Juri Linkov <juri@jurta.org>
19431
19432 * subr.el (y-or-n-p): Capitalize "yes".
19433
19434 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19435
19436 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19437 `tramp-cache-unload-hook' where appropriate.
19438 (tramp-methods): Rename `tramp-remote-sh' to
19439 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19440 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19441
19442 * net/tramp-sh.el (top): Don't require 'shell.
19443 (tramp-methods): Add `tramp-remote-shell' and
19444 `tramp-remote-shell-args' entries.
19445 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19446 (tramp-sh-handle-shell-command): Remove.
19447 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19448 Use `tramp-remote-shell'.
19449
19450 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19451
19452 * mail/sendmail.el (sendmail-query-once-function): Delete.
19453 (sendmail-query-once): Save directly to send-mail-function.
19454 Update message-send-mail-function too.
19455
19456 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19457
19458 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19459
19460 * progmodes/python.el (python-mode-map): Use correct function to
19461 start python interpreter from menu-bar (as reported by Geert
19462 Kloosterman).
19463 (inferior-python-mode-map): Fix typo.
19464 (python-shell-map): Remove.
19465
19466 2011-09-03 Deniz Dogan <deniz@dogan.se>
19467
19468 * net/rcirc.el (rcirc-print): Simplify code for
19469 rcirc-scroll-show-maximum-output. There is no need to walk
19470 through all windows to find the right one.
19471
19472 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19473
19474 * help.el (help-return-method): Doc fix.
19475
19476 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19477
19478 * window.el (window-deletable-p): Don't return a non-nil value
19479 when there's a buffer that was shown in the window before.
19480 (Bug#9419)
19481 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19482 Set window's previous buffers to nil.
19483
19484 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19485
19486 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19487 newline before and after the tag line, so it doesn't interfere
19488 with determining the paragraph direction of bidirectional text.
19489
19490 2011-09-03 Leo Liu <sdl.web@gmail.com>
19491
19492 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19493
19494 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19495
19496 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19497 (pop-to-buffer): Change interactive spec. Pass second argument
19498 directly to display-buffer.
19499 (display-buffer): Fix interactive spec. Use functionp to
19500 distinguish between a function and a list of functions.
19501
19502 * abbrev.el (edit-abbrevs):
19503 * arc-mode.el (archive-extract):
19504 * autoinsert.el (auto-insert):
19505 * bookmark.el (bookmark-bmenu-list):
19506 * files.el (find-file):
19507 * view.el (view-buffer):
19508 * progmodes/compile.el (compilation-goto-locus):
19509 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19510
19511 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19512
19513 * window.el (display-buffer-alist): Doc fix.
19514 (display-buffer): Add docstring. Don't treat
19515 display-buffer-default specially.
19516 (display-buffer-reuse-selected-window)
19517 (display-buffer-same-window, display-buffer-maybe-same-window)
19518 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19519 (display-buffer-pop-up-window)
19520 (display-buffer-reuse-or-pop-window)
19521 (display-buffer-use-some-window): New functions.
19522 (display-buffer-default-action): Use them.
19523 (display-buffer-default): Delete.
19524 (pop-to-buffer-1): Fix choice of actions.
19525
19526 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19527
19528 * minibuffer.el (completion--insert-strings): Don't get confused by
19529 completion entries that end with an LF char.
19530
19531 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19532
19533 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19534
19535 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19536
19537 * window.el (display-buffer): Restore interactive spec.
19538 (display-buffer-same-window, display-buffer-other-window):
19539 New functions.
19540 (pop-to-buffer-1): New function. Use the above.
19541 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19542 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19543
19544 * view.el (view-buffer-other-window, view-buffer-other-frame):
19545 Just use pop-to-buffer.
19546
19547 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19548
19549 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19550
19551 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19552
19553 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19554
19555 2011-08-31 Richard Stallman <rms@gnu.org>
19556
19557 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19558 of the separation of rmail-view-buffer from rmail-buffer.
19559 If you say no to "replace original", the decrypt is in the
19560 view buffer. If you say yes, the decrypt goes into the
19561 rmail buffer also.
19562
19563 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19564
19565 * window.el (display-buffer-window): Rewrite doc-string.
19566 (display-buffer-record-window): New function.
19567 (display-buffer-macro-specifiers)
19568 (display-buffer-even-window-sizes, display-buffer-set-height)
19569 (display-buffer-set-width, display-buffer-in-window)
19570 (display-buffer-reuse-window, display-buffer-split-specifiers)
19571 (display-buffer-side-specifiers, display-buffer-split-window-1)
19572 (display-buffer-split-window, display-buffer-split-atom-window)
19573 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19574 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19575 (display-buffer-other-window-means-other-frame)
19576 (display-buffer-normalize-special)
19577 (display-buffer-normalize-default)
19578 (display-buffer-normalize-argument)
19579 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19580 (display-buffer-normalize-specifiers, display-buffer-frame)
19581 (display-buffer-same-window, display-buffer-same-frame)
19582 (display-buffer-other-window)
19583 (display-buffer-same-frame-other-window)
19584 (display-buffer-other-frame, pop-to-buffer-same-window)
19585 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19586 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19587 (switch-to-buffer-same-frame)
19588 (switch-to-buffer-other-window-same-frame)
19589 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19590 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19591 (display-buffer-alist-set): Remove.
19592 (display-buffer-function, special-display-buffer-names)
19593 (special-display-regexps, special-display-function):
19594 In doc-string refer to display-buffer-window and quit-restore
19595 parameter.
19596 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19597 (special-display-frame-alist, special-display-popup-frame)
19598 (same-window-buffer-names, same-window-regexps, same-window-p)
19599 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19600 (split-window-preferred-function, split-height-threshold)
19601 (split-width-threshold, window-splittable-p)
19602 (split-window-sensibly, window--try-to-split-window)
19603 (window--frame-usable-p, even-window-heights)
19604 (window--even-window-heights, window--display-buffer-1)
19605 (window--display-buffer-2, display-buffer-other-frame):
19606 Restore old Emacs 23 code, order and doc-strings where applicable.
19607 (display-buffer-default, display-buffer-assq-regexp): New functions.
19608 (display-buffer-alist): Rewrite doc-string.
19609 (display-buffer-default-action)
19610 (display-buffer-overriding-action): New variables.
19611 (display-buffer, switch-to-buffer): Rewrite.
19612 (pop-to-buffer): Restore Emacs 23 behavior but use
19613 window-normalize-buffer-to-display.
19614 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19615 Restore Emacs 23 behavior but use
19616 window-normalize-buffer-to-switch-to.
19617 (pop-to-buffer-same-window): Rewrite.
19618 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19619 Rewrite using Emacs 23 options.
19620
19621 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19622
19623 * net/tramp.el (tramp-root-regexp): Remove.
19624 (tramp-completion-file-name-regexp-unified)
19625 (tramp-completion-file-name-regexp-separate)
19626 (tramp-completion-file-name-regexp-url): Don't use leading volume
19627 letter on w32 systems. (Bug#5303, Bug#9311)
19628 (tramp-drop-volume-letter): Simplify definition.
19629 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19630
19631 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19632
19633 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19634 (bug#9356).
19635
19636 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19637
19638 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19639
19640 2011-08-29 Juri Linkov <juri@jurta.org>
19641
19642 * isearch.el (isearch-done): Don't display message "Mark saved"
19643 when arg `edit' is non-nil to prevent its flicker in the echo area.
19644
19645 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19646
19647 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19648 obsolete packages for deletion.
19649
19650 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19651
19652 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19653 (help-mode): Derive help-mode from special-mode. Don't invoke
19654 view-mode from help-mode.
19655 (help-xref-override-view-map): Remove.
19656 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19657 view-mode is not used anymore.
19658
19659 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19660
19661 * server.el (server-port): Doc fix.
19662
19663 * cus-theme.el (custom-theme-choose-mode): Inherit from
19664 special-mode (Bug#9124).
19665 (custom-theme-choose-mode-map): Add special-mode to parent.
19666
19667 2011-08-28 Alan Mackenzie <acm@muc.de>
19668
19669 * progmodes/cc-fonts.el
19670 (c-make-font-lock-BO-decl-search-function): New function.
19671 (c-basic-matchers-after - "Fontify the clauses after various
19672 keywords"): Extract the three keyword lists for the 3 erroneous
19673 constructs from the list of four, and use the new function above
19674 in place of an old one.
19675
19676 2011-08-28 Deniz Dogan <deniz@dogan.se>
19677
19678 * net/rcirc.el (rcirc-insert-prev-input)
19679 (rcirc-insert-next-input): Remove unused argument.
19680
19681 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19682
19683 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19684
19685 2011-08-27 Alan Mackenzie <acm@muc.de>
19686
19687 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19688 handle function pointer parameters properly.
19689
19690 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19691
19692 * window.el (display-buffer-reuse-window): Fix case where
19693 selected window was reused with non-nil OTHER-WINDOW argument.
19694 (Bug#9381)
19695
19696 2011-08-27 Deniz Dogan <deniz@dogan.se>
19697
19698 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19699 oftc's NickServ messages.
19700
19701 2011-08-27 Glenn Morris <rgm@gnu.org>
19702
19703 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19704
19705 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19706
19707 * emacs-lisp/package.el (package-install): Call package-initialize
19708 if called interactively.
19709
19710 2011-08-26 Leo Liu <sdl.web@gmail.com>
19711
19712 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19713
19714 2011-08-25 Juri Linkov <juri@jurta.org>
19715
19716 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19717 `search-whitespace-regexp' (bug#9364).
19718
19719 2011-08-25 Juri Linkov <juri@jurta.org>
19720
19721 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19722 `regexp-search-ring' to their global values to protect from
19723 updating by `read-from-minibuffer' (bug#9185).
19724
19725 2011-08-25 Juri Linkov <juri@jurta.org>
19726
19727 * textmodes/ispell.el (ispell-command-loop): Add newline
19728 at the end of the "Use option `i'..." line.
19729
19730 2011-08-25 Juri Linkov <juri@jurta.org>
19731
19732 * battery.el (display-battery-mode): If `battery-status-function'
19733 or `battery-mode-line-format' is nil, display the message and set
19734 `display-battery-mode' to nil (bug#9363).
19735
19736 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19737
19738 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19739 bidi-string-mark-left-to-right; they are unnecessary now.
19740
19741 2011-08-25 Deniz Dogan <deniz@dogan.se>
19742
19743 * net/quickurl.el: Documentation typo fixes.
19744
19745 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19746
19747 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19748
19749 2011-08-25 Glenn Morris <rgm@gnu.org>
19750
19751 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19752
19753 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19754 (smtpmail-via-smtp): Handle nil response from smtp.
19755
19756 2011-08-24 Juri Linkov <juri@jurta.org>
19757
19758 * proced.el (proced-marked): Inherit from `error' instead of
19759 `font-lock-warning-face'.
19760
19761 * ibuffer.el (ibuffer-marked-face): Change default face from
19762 `font-lock-warning-face' to `warning'.
19763 (ibuffer-deletion-face): Change default face from
19764 `font-lock-type-face' to `error'.
19765
19766 * battery.el (battery-update): Use the face `error' instead of
19767 `font-lock-warning-face' (bug#6117).
19768
19769 2011-08-24 Juri Linkov <juri@jurta.org>
19770
19771 * faces.el (success): Change face color from "Green3" to
19772 "ForestGreen" on light background (bug#9353).
19773
19774 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19775
19776 * window.el (quit-window): Rename from quit-restore-window.
19777 Use same arglist as old quit-window.
19778 (frame-auto-delete): Doc fix.
19779
19780 * view.el (view-mode-exit): Use quit-window.
19781
19782 2011-08-24 Juri Linkov <juri@jurta.org>
19783
19784 * isearch.el (isearch-ring-adjust1): Start visiting previous
19785 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19786 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19787 for empty search string (when the last search string is reused
19788 automatically) to adjust the isearch ring to the last element and
19789 prepare the correct index for further M-p commands (bug#9185).
19790
19791 2011-08-24 Kenichi Handa <handa@m17n.org>
19792
19793 * international/ucs-normalize.el: If decomposition property of
19794 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19795 nil.
19796 (nfd, nfkd): Likewise.
19797
19798 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19801 from process filters aren't reliably transmitted to the surrounding
19802 accept-process-output.
19803 (mpc-proc-check): New function.
19804 (mpc-proc-sync): Use it (bug#8293)
19805
19806 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19807
19808 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19809 Add compatibility functions (bug#9313).
19810
19811 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19812
19813 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19814
19815 * international/uni-bidi.el: Regenerate.
19816
19817 2011-08-23 Kenichi Handa <handa@m17n.org>
19818
19819 * international/charprop.el:
19820 * international/uni-bidi.el:
19821 * international/uni-category.el:
19822 * international/uni-combining.el:
19823 * international/uni-comment.el:
19824 * international/uni-decimal.el:
19825 * international/uni-decomposition.el:
19826 * international/uni-digit.el:
19827 * international/uni-lowercase.el:
19828 * international/uni-mirrored.el:
19829 * international/uni-name.el:
19830 * international/uni-numeric.el:
19831 * international/uni-old-name.el:
19832 * international/uni-titlecase.el:
19833 * international/uni-uppercase.el: Regenerate.
19834
19835 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19836
19837 * help.el (help-window-setup): Fix message displayed when other
19838 window is reused. (Bug#9341)
19839
19840 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19841
19842 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19843 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19844
19845 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19846 Mark obsolete.
19847 * shell.el (shell-parse-pcomplete-arguments): New function.
19848 (shell-completion-vars): Use it instead (bug#9160).
19849
19850 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19851
19852 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19853 strings and comments (bug#9333).
19854
19855 * emacs-lisp/debug.el (debug-arglist): New function.
19856 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19857 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19858
19859 2011-08-22 Juri Linkov <juri@jurta.org>
19860
19861 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19862 Revert regexp that highlights output switches to its old
19863 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19864
19865 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19866 to check for empty output (bug#9226).
19867
19868 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19869
19870 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19871 symbol-constituent as the default, as that stops font-lock from
19872 working properly (Bug#8843).
19873
19874 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19875
19876 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19877 `coding-system-for-*' around the process open call to avoid
19878 auth-source side effects.
19879 (smtpmail-try-auth-methods): Expand the secret password.
19880 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19881 probe hangs.
19882
19883 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19884
19885 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19886
19887 * emacs-lisp/find-func.el (find-function-noselect): New arg
19888 lisp-only.
19889
19890 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19891 signal an error for built-in functions (Bug#6664).
19892
19893 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19894
19895 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19896 (smtpmail-try-auth-methods): Use it.
19897
19898 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19899
19900 * font-lock.el (font-lock-fontify-region)
19901 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19902 (font-lock-default-unfontify-buffer)
19903 (font-lock-default-fontify-region)
19904 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19905
19906 * progmodes/compile.el (compilation-error-properties):
19907 Fix confusion between file struct and message struct (Bug#9319).
19908 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19909 `ant' regexp.
19910
19911 * net/browse-url.el (browse-url-firefox): Don't call
19912 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19913
19914 2011-08-20 Glenn Morris <rgm@gnu.org>
19915
19916 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19917
19918 * tutorial.el (tutorial--default-keys): Update some default bindings.
19919
19920 * files.el (hack-local-variables): Fully ignore case for "mode:".
19921
19922 2011-08-20 Alan Mackenzie <acm@muc.de>
19923
19924 Resolve invalid use of a regexp in regexp-opt.
19925
19926 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19927 detection for a java annotation.
19928
19929 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19930 detection for a java annotation.
19931
19932 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19933 handling for java.
19934 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19935
19936 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
19937
19938 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19939 (Bug#9274).
19940
19941 2011-08-20 Alan Mackenzie <acm@muc.de>
19942
19943 Fontify CPP expressions correctly when starting in the middle of
19944 such a construct. Mainly for when jit-lock etc. starts a chunk
19945 here.
19946
19947 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19948 variable.
19949 (c-make-font-lock-search-form): New function, extracted from
19950 c-make-font-lock-search-function.
19951 (c-make-font-lock-search-function): Use the above function.
19952 (c-make-font-lock-context-search-function): New function.
19953 (c-cpp-matchers): Enhance the preprocessor expression case with
19954 the above function
19955 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19956 which takes an expression.
19957
19958 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19959
19960 2011-08-20 Martin Rudalics <rudalics@gmx.at>
19961
19962 * window.el (display-buffer-reuse-window)
19963 (display-buffer-pop-up-window): Don't reuse or split a side
19964 window.
19965
19966 2011-08-19 Glenn Morris <rgm@gnu.org>
19967
19968 * files.el (hack-local-variables-prop-line, hack-local-variables):
19969 Downcase "Mode:". (Bug#9331)
19970
19971 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
19972
19973 * international/characters.el: Add L and R categories.
19974
19975 * subr.el (bidi-string-mark-left-to-right): Rename from
19976 string-mark-left-to-right. Use category search.
19977
19978 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19979
19980 2011-08-18 Juri Linkov <juri@jurta.org>
19981
19982 * faces.el (error, warning, success): New faces with definitions
19983 copied from old default values of `font-lock-warning-face',
19984 `compilation-warning', `compilation-info' (bug#6117).
19985
19986 * font-lock.el (font-lock-warning-face): Inherit from `error'.
19987
19988 * progmodes/compile.el (compilation-error): Inherit from `error'.
19989 (compilation-warning): Inherit from `warning'.
19990 (compilation-info): Inherit from `success'.
19991
19992 * dired.el (dired-marked): Inherit from `warning'.
19993 (dired-flagged): Inherit from `error'.
19994
19995 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19996
19997 * mail/smtpmail.el (auth-source): Require to avoid problems with
19998 binding variables (bug#9298). Also clean up some unused
19999 autoloads.
20000
20001 * net/network-stream.el (network-stream-open-starttls):
20002 Support using starttls.el without using gnutls-cli.
20003
20004 2011-08-17 Juri Linkov <juri@jurta.org>
20005
20006 * progmodes/grep.el (rgrep): Handle the case when
20007 `grep-find-command' is a cons cell (bug#9278).
20008
20009 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20010
20011 * window.el (display-buffer-pop-up-frame): Run frame creation
20012 function with BUFFER current (as special-display-popup-frame
20013 does). Reported by Drew Adams.
20014
20015 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20016
20017 * epa-mail.el: Simplify GnuPG group expansion using
20018 epg-expand-group.
20019 (epa-mail-group-alist, epa-mail-group-modtime)
20020 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20021 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20022 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20023 Remove.
20024
20025 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20026
20027 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20028
20029 2011-08-16 Alan Mackenzie <acm@muc.de>
20030
20031 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20032 Correct, to avoid the inside of macros.
20033
20034 2011-08-16 Richard Stallman <rms@gnu.org>
20035
20036 * epa-mail.el: Handle GnuPG group definitions.
20037 (epa-mail-group-alist, epa-mail-group-modtime)
20038 (epa-mail-gnupg-conf-file): New variables.
20039 (epa-mail-parse-groups, epa-mail-sync-groups)
20040 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20041 (epa-mail-expand-recipients): New functions.
20042 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20043
20044 * mail/rmail.el (rmail-epa-decrypt): New command.
20045
20046 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20047 Don't bind buffer-read-only, just inhibit-read-only.
20048 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20049 (epa-decrypt-armor-in-region): Make error message clearer.
20050
20051 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20052
20053 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20054 and "a2b" to "ab" for `prefix'.
20055
20056 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20057
20058 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20059 filter groups.
20060 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20061 Fourquet (Bug#8804).
20062
20063 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20064
20065 * startup.el (argi): Declare as global variable (bug#9275).
20066
20067 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20068
20069 * subr.el (string-mark-left-to-right): Search the entire string
20070 for RTL script, not just the terminating character. Doc fix.
20071
20072 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20073
20074 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20075 New function.
20076 (js--regexp-literal, js-syntax-propertize-function): Remove.
20077 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20078 (js-mode-map): Don't rebind electric keys.
20079 (js-insert-and-indent): Remove.
20080 (js-mode): Setup electric-layout and electric-indent instead.
20081
20082 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20083
20084 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20085
20086 * epa.el (epa-progress-callback-function): Fix the logic of
20087 displaying progress.
20088 * epa-file.el (epa-file-insert-file-contents): Make progress
20089 display more user-friendly.
20090 (epa-file-write-region): Ditto.
20091
20092 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20093
20094 * subr.el (string-mark-left-to-right): New function.
20095
20096 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20097 Use string-mark-left-to-right.
20098 (list-buffers-noselect): Caller changed.
20099
20100 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20101 Use string-mark-left-to-right.
20102 (tabulated-list-print): Recenter after moving point.
20103
20104 2011-08-10 Juri Linkov <juri@jurta.org>
20105
20106 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20107 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20108 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20109
20110 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20111
20112 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20113 (Bug#7554).
20114
20115 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20116
20117 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20118 character. (Bug#6594)
20119
20120 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20121
20122 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20123 (image-dired--with-db-file): New macro.
20124 (image-dired-write-tags, image-dired-remove-tag)
20125 (image-dired-create-gallery-lists, image-dired-write-comments)
20126 (image-dired-get-comment, image-dired-mark-tagged-files)
20127 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20128 (image-dired-gallery-generate): Use insert-file-contents.
20129
20130 * time.el (display-time-world-list, display-time-world-display):
20131 * time-stamp.el (time-stamp-string):
20132 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20133 set-time-zone-rule (Bug#7337).
20134
20135 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20136
20137 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20138 (epg-error-to-string, epg-errors-to-string): New function.
20139 (epg-wait-for-completion): Reverse errors list.
20140 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20141 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20142 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20143 (epg-sign-keys, epg-generate-key-from-file)
20144 (epg-generate-key-from-string): Format errors by using
20145 epg-errors-to-string (bug#9255).
20146 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20147
20148 2011-08-07 Juri Linkov <juri@jurta.org>
20149
20150 * faces.el (list-faces-display): Remove extra angle bracket
20151 from `help-mode-map'.
20152
20153 * info.el (Info-history-toc-nodes): Doc fix.
20154
20155 * longlines.el (longlines-mode): Doc fix.
20156
20157 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20158
20159 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20160 of statements and in a few more cases (bug#9183).
20161
20162 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20163 New functions.
20164 (cl-transform-lambda): Use them (bug#9239).
20165
20166 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20167
20168 * window.el (display-buffer-same-window)
20169 (display-buffer-same-frame, display-buffer-other-window)
20170 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20171 (pop-to-buffer-other-window)
20172 (pop-to-buffer-same-frame-other-window)
20173 (pop-to-buffer-other-frame): Make them defuns.
20174 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20175
20176 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20177
20178 * subr.el (make-composed-keymap): Move from C. Change calling
20179 convention, and improve docstring to bring attention to a subtle point.
20180 * minibuffer.el (completing-read-default): Adjust accordingly.
20181
20182 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20183
20184 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20185 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20186
20187 * net/trampver.el: Update release number.
20188
20189 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20190
20191 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20192 "in" (bug#9190).
20193
20194 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20195
20196 * mail/sendmail.el (sendmail-query-once): Restore the current
20197 buffer after querying (bug#9074).
20198
20199 * dired.el (dired-flagged): Use different faces for marked and
20200 flagged files (bug#6117).
20201
20202 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20203 (bug#4433).
20204
20205 * ido.el (ido-mode): Switch off the message if called
20206 non-interactively.
20207
20208 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20209 before 587, since it appears that that's more likely to work for
20210 more people.
20211
20212 * cus-edit.el (custom-file): When running under emacs -q, always
20213 refuse to save the customizations, even if the .emacs file doesn't
20214 exist.
20215
20216 * info.el: Remove the `Info-beginning-of-buffer' function
20217 (bug#8325).
20218
20219 * net/network-stream.el (network-stream-open-starttls):
20220 Use `starttls-available-p' to see whether starttls.el can be used.
20221
20222 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20223
20224 * window.el (display-buffer-in-window): Don't set dedicated status
20225 of window here (Bug#9215).
20226 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20227 (display-buffer-pop-up-side-window)
20228 (display-buffer-in-side-window): Set dedicated status of window here.
20229
20230 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20231
20232 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20233 before binding generated-autoload-file.
20234
20235 2011-08-01 Deniz Dogan <deniz@dogan.se>
20236
20237 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20238
20239 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20240
20241 Sync with Tramp 2.2.2.
20242
20243 * net/trampver.el: Update release number.
20244
20245 2011-07-30 Juri Linkov <juri@jurta.org>
20246
20247 * dired-aux.el (dired-touch-initial): Remove function.
20248 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20249 current time, and `default' to the last modification time of the
20250 current marked file (bug#6887).
20251
20252 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20253
20254 * simple.el (goto-line): Use string-to-number to provide a
20255 numeric argument to read-number (bug#9163).
20256
20257 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20258
20259 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20260 connection process, it could be nil.
20261
20262 2011-07-27 Leo Liu <sdl.web@gmail.com>
20263
20264 Simplify url handling in rcirc-mode.
20265
20266 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20267 (rcirc-browse-url-at-mouse): Remove.
20268 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20269
20270 2011-07-26 Alan Mackenzie <acm@muc.de>
20271
20272 Fontify bitfield declarations properly.
20273
20274 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20275 (c-symbol-chars): Now exported as a lang variable.
20276 (c-not-primitive-type-keywords): New lang variable.
20277
20278 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20279 QT keyword "more" to prevent "more slots: ...." being spuriously
20280 parsed as a bitfield declaration.
20281
20282 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20283 Refactor and enhance to handle bitfield declarations.
20284 (c-punctuation-in): New function.
20285 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20286 declarations properly.
20287
20288 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20289
20290 * calendar/icalendar.el (icalendar--all-events): Take care of
20291 multiple vcalendars in a single file.
20292 (icalendar--convert-float-to-ical): Checkdoc fixes.
20293
20294 2011-07-25 Deniz Dogan <deniz@dogan.se>
20295
20296 * image.el (insert-image): Clarifying docstring.
20297
20298 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20299
20300 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20301 `tramp-send-command-and-check' if there is no error.
20302 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20303
20304 2011-07-22 Alan Mackenzie <acm@muc.de>
20305
20306 Prevent cc-langs.elc being loaded at run time.
20307
20308 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20309 cc-langs.
20310
20311 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20312 "(require 'cc-langs)". Quote a form so it will evaluate at
20313 (cc-mode's) compilation time.
20314
20315 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20316
20317 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20318 loading. (Bug#9114)
20319
20320 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20321
20322 * window.el (display-buffer-pop-up-window)
20323 (display-buffer-pop-up-side-window)
20324 (display-buffer-in-side-window): Call display-buffer-set-height
20325 and display-buffer-set-width after setting the new window's
20326 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20327
20328 2011-07-20 Sam Steingold <sds@gnu.org>
20329
20330 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20331 (etags-tags-included-tables): Call `convert-standard-filename' on
20332 the file names contained in TAGS so that windows Emacs can handle
20333 TAGS files created by cygwin ctags.
20334
20335 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20336
20337 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20338 which apparently didn't work.
20339
20340 2011-07-19 Roland Winkler <winkler@gnu.org>
20341
20342 * proced.el (proced-send-signal): For *Marked Processes* buffer
20343 put point at beginning of buffer.
20344
20345 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20346
20347 * proced.el (proced-format): Make header lines align with the text
20348 (bug#1779).
20349
20350 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20351
20352 * view.el (view-buffer): Allow running in `special' modes if we're
20353 visiting a file (bug#8615).
20354
20355 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20356
20357 * window.el (display-buffer-alist-of-strings-p)
20358 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20359 New functions.
20360 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20361 more accurately.
20362
20363 2011-07-18 Alan Mackenzie <acm@muc.de>
20364
20365 Fontify declarators properly when, e.g., a jit-lock chunk begins
20366 inside a declaration.
20367
20368 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20369
20370 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20371 New function.
20372 (c-complex-decl-matchers): Insert reference to
20373 c-font-lock-enclosing-decls.
20374
20375 * progmodes/cc-engine.el (c-backward-single-comment):
20376 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20377 to nil around calls to (forward-comment -1).
20378
20379 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20380
20381 * image.el (put-image): Doc typo fix.
20382
20383 * progmodes/etags.el (tags-search): Doc typo fix.
20384
20385 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20386 password if we get errors 550 to 554.
20387
20388 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20389
20390 * net/gnutls.el (gnutls-log-level): Remove.
20391
20392 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20393 indentation character (bug#6380).
20394
20395 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20396
20397 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20398 to clarify what the problem is (bug#4291).
20399
20400 * simple.el (current-kill): Clarify what
20401 `interprogram-paste-function' does (bug#7500).
20402 (auto-fill-mode): Document `auto-fill-function' in relation to
20403 `auto-fill-mode' (bug#2470).
20404
20405 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20406
20407 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20408 method if slot is read-only (bug#9035).
20409
20410 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20411
20412 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20413 * window.el (pop-to-buffer): Select window used even if it was
20414 selected before, see discussion of (Bug#8615), (Bug#6954).
20415 Pass argument NORECORD on to select-frame-set-input-focus.
20416
20417 2011-07-15 Glenn Morris <rgm@gnu.org>
20418
20419 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20420 Respect help-form.
20421
20422 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20423
20424 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20425 (gnutls-negotiate): Use it.
20426
20427 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20428
20429 * net/gnutls.el (gnutls-negotiate):
20430 Upcase `gnutls-algorithm-priority'.
20431
20432 2011-07-15 Glenn Morris <rgm@gnu.org>
20433
20434 * jka-compr.el (jka-compr-verbose): Move from here...
20435 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20436 Add missing :version tag.
20437 * info.el: No need to require jka-compr when compiling.
20438
20439 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20440
20441 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20442 (gnutls-negotiate): Use it.
20443
20444 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20445
20446 * info.el (Info-beginning-of-buffer): New command.
20447 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20448 announcing `b' as the key (bug#8325).
20449 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20450
20451 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20452
20453 * international/mule-cmds.el
20454 (describe-specified-language-support): Make the error message
20455 clearer (bug#8905).
20456
20457 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20458
20459 * isearch.el (isearch-barrier): Add a doc string, since it's
20460 mentioned in a function doc string (bug#8678).
20461
20462 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20463
20464 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20465 buffer argument (Bug#9083) and self-identifying label argument.
20466
20467 2011-07-15 Glenn Morris <rgm@gnu.org>
20468
20469 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20470
20471 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20472
20473 * man.el (Man-fontify-manpage): Fix message when formatting the
20474 man page (bug#7929).
20475
20476 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20477
20478 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20479 argument LRM; if non-nil, append an invisible LRM character to the
20480 buffer name.
20481 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20482 last argument non-nil, when formatting buffer names.
20483 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20484 paragraph direction.
20485
20486 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20487
20488 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20489 the man page name (bug#7929).
20490
20491 * image.el (put-image): Mention the `put-image' overlay property
20492 (bug#7834).
20493
20494 * scroll-bar.el (set-scroll-bar-mode): Mention that
20495 `scroll-bar-mode' lists the values (bug#7772).
20496
20497 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20498 command (bug#7729).
20499
20500 * rect.el (apply-on-rectangle): Return the point after the last
20501 operation.
20502 (string-rectangle): Go to the point after the last operation
20503 (bug#7522).
20504
20505 * printing.el (pr-toggle-region): Clarify the documentation
20506 slightly (bug#7493).
20507
20508 * time.el (display-time-update):
20509 Allow `display-time-mail-function' to return nil (bug#7158).
20510 Fix suggested by Detlev Zundel.
20511
20512 * vc/diff.el (diff): Clarify the order the file names are read
20513 (bug#7111).
20514
20515 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20516 the doc string (bug#7015).
20517
20518 * font-lock.el (font-lock-maximum-decoration): Mention what
20519 numeric levels mean (bug#6935).
20520
20521 * startup.el (initial-buffer-choice): Don't mention the `none'
20522 selection, which is against policy.
20523
20524 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20525
20526 * window.el (display-buffer-normalize-special):
20527 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20528
20529 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20530
20531 * subr.el (version<, version<=, version=): Mention "-CVS" and
20532 "-12345" alpha version numbers.
20533
20534 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20535
20536 * bindings.el: Add advertised binding for set-mark-command
20537 (Bug#5772).
20538
20539 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20540
20541 * bindings.el (mode-line-other-buffer):
20542 * bookmark.el (bookmark-bmenu-2-window):
20543 * bs.el (bs-cycle-next, bs-cycle-previous):
20544 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20545 switch-to-buffer.
20546
20547 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20548 Delete.
20549
20550 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20551
20552 * follow.el (follow-debug-message, follow-redisplay):
20553 * jka-cmpr-hook.el (with-auto-compression-mode):
20554 Fix typos in docstrings.
20555
20556 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20557
20558 * subr.el (with-silent-modifications): Clarify somewhat what the
20559 macro inhibits (bug#6525).
20560
20561 * simple.el (eval-expression): Note what it does if called
20562 interactively (bug#6495).
20563
20564 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20565
20566 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20567 Use pop-to-buffer buffer-or-name if it is nil.
20568
20569 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20570 Remove switch-to-buffer.
20571
20572 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20573
20574 * files.el (make-directory): Clarify that an error will be raised
20575 if there's an error (bug#6397).
20576
20577 * startup.el (initial-buffer-choice): Add `none' as a choice
20578 (bug#6234).
20579
20580 * subr.el (add-hook): Clarify section about buffer-local hooks
20581 (bug#6218).
20582
20583 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20584
20585 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20586
20587 * tabify.el (untabify): Preserve the current column so that point
20588 doesn't move (bug#6032).
20589
20590 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20591
20592 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20593 Rewrite to avoid awkward possessive "s" (bug#5986).
20594
20595 2011-07-13 Glenn Morris <rgm@gnu.org>
20596
20597 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20598 (dired-insert-directory): Give a message the first time
20599 if ls is found not to support --dired.
20600
20601 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20602
20603 * simple.el (toggle-truncate-lines): Clarify what is toggled
20604 (bug#5580). Text by Drew Adams.
20605
20606 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20607
20608 * simple.el (blink-matching-open): Make the error message from the
20609 last change less verbose.
20610
20611 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20612
20613 * font-lock.el (font-lock-comment-face): Use the high contrast
20614 "yellow" color for font-lock-comment-face on low color terminals
20615 using a dark background color (bug#4221).
20616
20617 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20618
20619 * dired.el (dired-insert-set-properties): Make the doc string
20620 reflect what it does now (bug#5325).
20621
20622 * simple.el (blink-matching-open): Say that we were unable to find
20623 the match within the limit, if we're limited (bug#5122).
20624
20625 * international/mule-cmds.el (prefer-coding-system): Add an
20626 example (bug#4869).
20627
20628 * progmodes/etags.el (tags-search): Document `file-list-form'
20629 (bug#4731).
20630
20631 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20632
20633 * net/browse-url.el (browse-url-default-browser)
20634 (browse-url-browser-function): Make the default browser choice a
20635 bit more logical (bug#4300). Also clean up the doc string.
20636
20637 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20638
20639 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20640 binary endings (bug#4440).
20641
20642 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20643
20644 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20645 which can be pretty annoying (bug#8971).
20646
20647 * jka-compr.el (jka-compr-verbose): New variable, and use
20648 throughout (bug#8971).
20649
20650 * info.el (Info-find-file): Fall back on the installation
20651 directory if we can't find the info node anywhere else.
20652
20653 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20654
20655 * vc/vc.el (vc-revert-file):
20656 Don't set file time-stamp in the past. (Bug#5181)
20657
20658 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20659
20660 * files.el (after-find-file): Give a better error message when
20661 trying to find a symlink that points to a file that doesn't exist
20662 (bug#4398).
20663
20664 * progmodes/cc-vars.el: Remove (probably) misleading comment
20665 (bug#4396).
20666
20667 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20668
20669 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20670
20671 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20672
20673 * mouse-sel.el: Hack restoring functionality, while keeping
20674 compatibility with 2010-07-03 changes to mouse selection.
20675 (mouse-sel-primary-overlay): New var.
20676 (mouse-sel-selection-alist): Use it.
20677 (mouse-sel-mode): Doc fix; remove points that are default features
20678 of mouse.el.
20679
20680 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20681
20682 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20683 Fix previous fix (bug#2490).
20684
20685 2011-07-12 Roland Winkler <winkler@gnu.org>
20686
20687 * textmodes/bibtex.el (bibtex-initialize):
20688 Use pop-to-buffer-same-window.
20689 (bibtex-search-entries): Fix interactive call.
20690
20691 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20692
20693 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20694 Fontise bytecomp Error lines more correctly (bug#2490).
20695 Fix suggested by Johan Bockgård.
20696
20697 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20698
20699 * dired-x.el (dired-guess-default): Use `delete-dups'.
20700
20701 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20702
20703 * dired.el (dired-mark-prompt):
20704 * dired-aux.el (dired-read-shell-command): Doc fix.
20705
20706 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20707
20708 * mail/sendmail.el (sendmail-query-once):
20709 Use `customize-save-variable' unconditionally, now that it works under
20710 emacs -Q.
20711
20712 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20713
20714 * cus-edit.el (custom-file): Take an optional no-error variable.
20715 (customize-save-variable): Set the variable, and give a warning if
20716 running under "emacs -q".
20717
20718 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20719
20720 * loadhist.el (unload-feature-special-hooks):
20721 Add `auto-coding-functions', `fill-nobreak-predicate' and
20722 `find-directory-functions' (bug#5327).
20723
20724 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20725
20726 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20727
20728 * cus-edit.el (custom-guess-name-alist): -alist variables should
20729 use the `alist' type (bug#3120). Suggested by Drew Adams.
20730
20731 * printing.el: Add documentation to all the `pr-toggle-' commands.
20732
20733 2011-07-11 Leo Liu <sdl.web@gmail.com>
20734
20735 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20736 backends where it makes sense (bug#2623).
20737
20738 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20739
20740 * dired-x.el (dired-guess-default): Remove duplicate shell command
20741 entries (bug#2028).
20742 (dired-guess-default): Fix grammar in doc string (bug#2028).
20743 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20744
20745 * subr.el (remove-duplicates): New conveniency function.
20746
20747 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20748
20749 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20750 (bug#1526).
20751
20752 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20753
20754 * window.el (display-buffer-normalize-default): Don't invert
20755 meaning of even-window-heights. Reported by Eli Zaretskii
20756 <eliz@gnu.org>.
20757
20758 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20759
20760 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20761
20762 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20763
20764 * window.el (display-buffer): Fix arguments to
20765 display-buffer-reuse-window in last change.
20766
20767 * faces.el (link): Use a less saturated blue on light backgrounds.
20768
20769 * startup.el (fancy-startup-text, fancy-about-text)
20770 (fancy-startup-tail): Use font-lock faces, for background safety.
20771
20772 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20773
20774 * emulation/viper-cmd.el (viper-change-state-to-vi):
20775 Limit triggering of abbrev expansion (Bug#9038).
20776
20777 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20778
20779 * window.el (display-buffer-default-specifiers): Remove.
20780 (display-buffer-macro-specifiers): Remove default specifiers.
20781 (display-buffer-alist): Default to nil.
20782 (display-buffer-reuse-window): New optional argument other-window.
20783 (display-buffer-pop-up-window): Allow splitting internal
20784 windows. Check whether a live window was created.
20785 (display-buffer-other-window-means-other-frame)
20786 (display-buffer-normalize-arguments): Rename to
20787 display-buffer-normalize-argument and rewrite. Set the
20788 other-window specifier.
20789 (display-buffer-normalize-special): New function.
20790 (display-buffer-normalize-options): Rename to
20791 display-buffer-normalize-default and rewrite.
20792 (display-buffer-normalize-options-inhibit): Remove.
20793 (display-buffer-normalize-specifiers): Rewrite.
20794 (display-buffer): Process other-window specifier and call
20795 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20796 more faithfully.
20797 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20798 (display-buffer-alist-set): Don't handle 'unset default values.
20799 (display-buffer-in-window, display-buffer-alist-set):
20800 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20801 <tassilo@member.fsf.org>.
20802
20803 2011-07-09 Leo Liu <sdl.web@gmail.com>
20804
20805 * register.el (insert-register): Restore accidental change on
20806 2011-06-26. (Bug#9028)
20807
20808 2011-07-09 Glenn Morris <rgm@gnu.org>
20809
20810 * subr.el (remq): Handle the empty list. (Bug#9024)
20811
20812 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20813
20814 * mail/sendmail.el (send-mail-function): No longer delay custom
20815 initialization.
20816 * custom.el (custom-initialize-delay): Doc fix.
20817
20818 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20819
20820 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20821
20822 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20823
20824 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20825 human-friendly prompt.
20826
20827 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20828
20829 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20830 provided by a particular plugin.
20831
20832 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20833
20834 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20835 save customizations (with "emacs -Q"), just set the variable
20836 instead of erroring out.
20837
20838 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20839
20840 2011-07-08 Juri Linkov <juri@jurta.org>
20841
20842 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20843 (archive-zip-update-case): Use 7z if found by `executable-find'.
20844 The order of searching the available programs is the same as in
20845 `archive-zip-extract' (bug#8968).
20846
20847 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20848
20849 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20850 (menu-bar-options-menu): Tweak descriptions.
20851
20852 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20853
20854 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20855 menu items into verb phrases (bug#1421). Also refill to fit under
20856 80 columns.
20857
20858 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20859
20860 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20861 (Info-read-node-name): Doc fix (Bug#1084).
20862
20863 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20864 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20865 (end-of-sexp, beginning-of-sexp)
20866 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20867 (forward-symbol, forward-same-syntax, word-at-point)
20868 (sentence-at-point): Doc fix (Bug#1144).
20869
20870 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20871
20872 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20873 should cover it (bug#1281).
20874
20875 * cus-edit.el (custom-show): Mark as obsolete.
20876
20877 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20878 negotiation fails, then possibly try again with a non-encrypted
20879 connection (bug#9017).
20880
20881 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20882 be used.
20883
20884 2011-07-07 Richard Stallman <rms@gnu.org>
20885
20886 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20887 property, and handle its changed format.
20888 Look for the correct line number.
20889 Use file's line contents (but not past first =) to find
20890 correct line in message.
20891
20892 2011-07-07 Kenichi Handa <handa@m17n.org>
20893
20894 * international/characters.el (build-unicode-category-table):
20895 Delete it.
20896 (unicode-category-table): Set it by unicode-property-table-internal.
20897
20898 * international/mule-cmds.el (char-code-property-alist): Move to
20899 to src/chartab.c.
20900 (get-char-code-property): Call unicode-property-table-internal to
20901 load a file. Call get-unicode-property-internal where necessary.
20902 (put-char-code-property): Call unicode-property-table-internal to
20903 load a file. Call put-unicode-property-internal where necessary.
20904 put-unicode-property-internal where necessary.
20905 (char-code-property-description):
20906 Call unicode-property-table-internal to load a file.
20907
20908 * international/charprop.el:
20909 * international/uni-bidi.el:
20910 * international/uni-category.el:
20911 * international/uni-combining.el:
20912 * international/uni-comment.el:
20913 * international/uni-decimal.el:
20914 * international/uni-decomposition.el:
20915 * international/uni-digit.el:
20916 * international/uni-lowercase.el:
20917 * international/uni-mirrored.el:
20918 * international/uni-name.el:
20919 * international/uni-numeric.el:
20920 * international/uni-old-name.el:
20921 * international/uni-titlecase.el:
20922 * international/uni-uppercase.el: Regenerate.
20923
20924 * loadup.el: Load international/charprop.el before
20925 international/characters.
20926
20927 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20928
20929 * window.el (next-buffer, previous-buffer): Signal an error if
20930 called from a minibuffer window.
20931
20932 * bindings.el: Revert 2011-07-04 change.
20933
20934 2011-07-06 Richard Stallman <rms@gnu.org>
20935
20936 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20937 (rmail-mime-insert-bulk, rmail-mime-insert-text):
20938 Treat markers like ints.
20939 (rmail-mime-entity): Doc fix.
20940
20941 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20942
20943 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20944 defcustom again for backwards compatibility.
20945
20946 * simple.el (shell-command-on-region): Fill.
20947
20948 * dired-aux.el (dired-kill-line): Add a doc string.
20949
20950 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20951 to "\\sw\\|\\s_" (bug#358).
20952
20953 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20954 (dired-unmark-backward): Ditto.
20955 (dired-flag-backup-files): Ditto.
20956
20957 * dired-x.el (dired-mark-sexp): Ditto.
20958
20959 2011-07-06 Richard Stallman <rms@gnu.org>
20960
20961 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20962 (rmail-mime-entity): New arg TRUNCATED.
20963 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20964 New functions.
20965 (rmail-mime-save): Warn if entity is truncated.
20966 (rmail-mime-toggle-hidden): Likewise, for showing.
20967 (rmail-mime-process-multipart): Record when an entity is truncated.
20968
20969 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20970 if ENTITY is a string.
20971
20972 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20973
20974 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20975 of faces when `M-C-x'-ing their definitions (bug#8378).
20976 Also clean up the code slightly.
20977
20978 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20979 because that makes the colors go away.
20980
20981 * mail/sendmail.el (send-mail-function): Change the default to
20982 `sendmail-query-once'.
20983 (sendmail-query-once): Add an autoload cookie.
20984
20985 * net/network-stream.el (network-stream-open-starttls): Try using
20986 a plain connection even if the server offered STARTTLS, and we
20987 kinda wanted to use it, if Emacs doesn't have any STARTTLS
20988 capability. This should make smtpmail.el work in slightly more
20989 configurations.
20990
20991 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
20992
20993 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20994 New defun.
20995 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20996
20997 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
20998
20999 * progmodes/sql.el: Version 3.0
21000 (sql-product-alist): Add product :completion-object,
21001 :completion-column, and :statement attributes.
21002 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21003 (sql-mode-syntax-table): Mark all punctuation.
21004 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21005 ansi keywords.
21006 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21007 (sql-mode-oracle-font-lock-keywords): Improve.
21008 (sql-oracle-show-reserved-words): New function for development.
21009 (sql-product-font-lock): Simplify for source code buffers.
21010 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21011 New functions.
21012 (sql-highlight-product): Set product specific syntax table.
21013 (sql-mode-map): Add statement movement functions.
21014 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21015 New variable.
21016 (sql-statement-regexp, sql-beginning-of-statement)
21017 (sql-end-of-statement, sql-signum): New functions.
21018 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21019 (sql-show-sqli-buffer): Bug fix.
21020 (sql-interactive-mode): Store connection data as buffer local.
21021 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21022 with sql-interactive-mode.
21023 (sql-save-connection): Save buffer local settings.
21024 (sql-connection-menu-filter): Change menu entry name.
21025 (sql-product-interactive): Bug fix.
21026 (sql-preoutput-hold): New variable.
21027 (sql-interactive-remove-continuation-prompt): Bug fixes.
21028 (sql-debug-redirect): New variable.
21029 (sql-str-literal): New function.
21030 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21031 Redesign.
21032 (sql-oracle-save-settings, sql-oracle-restore-settings)
21033 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21034 (sql-completion-object, sql-completion-column)
21035 (sql-completion-sqlbuf): New variables.
21036 (sql-build-completions-1, sql-build-completions)
21037 (sql-try-completion): New functions.
21038 (sql-read-table-name): Use them.
21039 (sql-contains-names): New buffer local variable.
21040 (sql-list-all, sql-list-table): Use it.
21041 (sql-oracle-completion-types): New variable.
21042 (sql-oracle-completion-object, sql-sqlite-completion-object)
21043 (sql-postgres-completion-object): New functions.
21044
21045 2011-07-06 Glenn Morris <rgm@gnu.org>
21046
21047 * window.el (pop-to-buffer): Doc fix.
21048
21049 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21050
21051 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21052
21053 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21054
21055 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21056
21057 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21058
21059 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21060
21061 * button.el (button): Inherit from link face. Suggested by Dan
21062 Nicolaescu.
21063
21064 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21065
21066 * progmodes/gdb-mi.el: Fit in 80 columns.
21067 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21068 switch-to-buffer.
21069
21070 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21071 if imenu is simply not configured (bug#8941).
21072
21073 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21074
21075 * allout.el (allout-post-undo-hook): New allout outline-change
21076 event hook to signal undo activity.
21077 (allout-post-command-business): Run allout-post-undo-hook if an
21078 undo just occurred.
21079 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21080 * allout-widgets.el (allout-widgets-after-undo-function):
21081 Ensure the integrity of the current item's decoration after it has been
21082 in the vicinity of an undo.
21083 (allout-widgets-mode): Include allout-widgets-after-undo-function
21084 on the new allout-post-undo-hook.
21085
21086 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21087
21088 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21089 Let define-derived-mode define it.
21090 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21091 cycles of abbrev-table inheritance (bug#8998).
21092
21093 2011-07-05 Roland Winkler <winkler@gnu.org>
21094
21095 * textmodes/bibtex.el: Add support for biblatex.
21096 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21097 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21098 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21099 (bibtex-entry-alist, bibtex-field-alist): New variables.
21100 (bibtex-entry-field-alist): Obsolete alias for
21101 bibtex-BibTeX-entry-alist.
21102 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21103 (bibtex-set-dialect): New command.
21104 (bibtex-entry-type, bibtex-entry-head)
21105 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21106 Bind via bibtex-set-dialect.
21107 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21108 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21109 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21110 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21111 Define via bibtex-set-dialect.
21112 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21113 Obey bibtex-no-opt-remove-re.
21114 (bibtex-vec-push, bibtex-vec-incr): New functions.
21115 (bibtex-format-entry, bibtex-field-list)
21116 (bibtex-print-help-message, bibtex-validate)
21117 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21118
21119 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21120
21121 * progmodes/compile.el (compilation-goto-locus):
21122 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21123 * bs.el (bs-cycle-next, bs-cycle-previous):
21124 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21125 * bindings.el (mode-line-other-buffer):
21126 * autoinsert.el (auto-insert):
21127 * arc-mode.el (archive-extract):
21128 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21129
21130 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21131
21132 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21133 Fix check of `emacs-lock-unlockable-modes'.
21134 Coerce true values of `emacs-lock--try-unlocking' to t.
21135
21136 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21137
21138 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21139 * emacs-lock.el: New file.
21140
21141 2011-07-05 Julien Danjou <julien@danjou.info>
21142
21143 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21144 than `boundp' to check if face is set.
21145
21146 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21147
21148 * register.el (registerv-make):
21149 * window.el (window-min-height): Fix typos in docstrings.
21150
21151 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21152
21153 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21154 Update doc string.
21155
21156 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21157
21158 * server.el (server-execute): Catch quit and call
21159 `server-return-error' to pass the error back to emacsclient and
21160 close the connection (bug#8942).
21161
21162 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21163
21164 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21165 insecure exception for current topic. Also note that auto-saves
21166 are handled differently.
21167
21168 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21169 State variables for tracking auto-save inhibition situation.
21170
21171 (allout-write-contents-hook-handler): Rename from
21172 'allout-write-file-hook-handler', and describe how it depends on
21173 write-contents-functions sensitivity to non-nil value to prevent
21174 file write.
21175
21176 (allout-auto-save-hook-handler): Remove. auto-save does not check
21177 this in individual buffers, only in the starting buffer, so this
21178 is not the right way for us to inhibit auto-save in a buffer
21179 according to its condition.
21180
21181 (allout-mode): Use new allout-write-contents-hook-handler, and
21182 only with write-contents-functions. Remove auto-save provisions -
21183 they're implemented elsewhere.
21184
21185 (allout-before-change-handler): If undo is in progress, note that
21186 for attention of allout-post-command-business.
21187
21188 (allout-post-command-business): If the command we're following was
21189 an undo, check for change in the status of encrypted items and
21190 adjust auto-save inhibitions accordingly.
21191
21192 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21193 according to whether there are or aren't any plain-text topics
21194 pending encryption.
21195
21196 (allout-inhibit-auto-save-info-for-decryption):
21197 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21198 if there are plain-text topics pending encryption.
21199
21200 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21201 buffer-saved-size and some allout state to not inhibit auto-saves
21202 if there are no longer any plain-text topics pending encryption.
21203
21204 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21205 No longer provide for exemption of the current topic.
21206
21207 2011-07-04 Juri Linkov <juri@jurta.org>
21208
21209 Add 7z operations to delete and save changed members (bug#8968).
21210 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21211 New defcustoms.
21212 (archive-7z-write-file-member): New function.
21213 (archive-7z-summarize): Fix the number of dashes in the
21214 listing output.
21215
21216 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21217
21218 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21219 (bug#8958).
21220
21221 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21222
21223 * bindings.el: Ignore next-buffer and previous-buffer in
21224 minibuffer-local-map.
21225
21226 * font-lock.el (font-lock-builtin-face): Change light background
21227 color to dark slate blue (Bug#6693).
21228
21229 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21230
21231 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21232
21233 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21234
21235 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21236 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21237 Add switch-to-buffer.
21238
21239 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21240
21241 * isearch.el (isearch-search-fun-function): Clarify further the
21242 meaning of the function returned.
21243
21244 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21245
21246 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21247
21248 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21249 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21250 Use it.
21251 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21252 `tramp-default-remote-path' does not exist.
21253 (tramp-send-command-and-read): New optional argument NOERROR.
21254 (tramp-open-connection-setup-interactive-shell)
21255 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21256 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21257 (tramp-process-sentinel): Flush also process' connection property.
21258 (tramp-sh-handle-start-file-process): Do not set process
21259 sentinel. It is done now ...
21260 (tramp-maybe-open-connection): ... here. (Bug#8929)
21261
21262 2011-07-04 MON KEY <monkey@sandpframing.com>
21263
21264 * play/animate.el (animate-string): Doc fixes and allow changing
21265 the buffer name (bug#5417).
21266
21267 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21268
21269 * play/animate.el (animation-buffer-name): Rename from *animate*.
21270
21271 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21272
21273 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21274 This is simpler and helps future-proof the code.
21275 (timer-until): Use time-subtract and float-time.
21276 (timer--time-less-p): Use time-less-p.
21277
21278 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21279
21280 * type-break.el (timep): Use the value of `float-time' to avoid a
21281 byte-compiler warning.
21282
21283 * server.el (server-eval-and-print): Return any result, even nil.
21284
21285 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21286
21287 * type-break.el: Accept time formats that the builtins accept.
21288 (timep, type-break-time-difference): Accept any format that
21289 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21290 This is simpler and helps future-proof the code.
21291 (type-break-time-difference): Round rather than ignoring
21292 subseconds components.
21293
21294 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21295
21296 * info.el (Info-apropos-matches): Make non-interactive, since it
21297 doesn't seem to do anything useful as a command (bug#8829).
21298
21299 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21300
21301 * frame.el (frame-background-mode, frame-set-background-mode):
21302 Move from faces.el.
21303 (frame-default-terminal-background): New function.
21304
21305 * custom.el (custom-push-theme): Don't record faces in `changed'
21306 theme; this doesn't work correctly for per-frame face settings.
21307 (disable-theme): Use face-set-after-frame-default to reset faces.
21308 (custom--frame-color-default): New function.
21309
21310 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21311
21312 * dired.el (dired-flagging-regexp): Remove unused variable
21313 (bug#8769).
21314
21315 2011-03-29 Kevin Ryde <user42@zip.com.au>
21316
21317 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21318 `perl-Test2' extend to match possible "fail #N" rep count
21319 (bug#8377).
21320
21321 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21322
21323 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21324 `smtpmail-via-smtp' now returns the error instead of nil.
21325
21326 * isearch.el (isearch-search-fun-function): Clarify the doc string
21327 (bug#8101).
21328
21329 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21330
21331 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21332 unnecessary spaces (bug#8987).
21333
21334 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21335
21336 * net/network-stream.el (open-network-stream): Use the
21337 :end-of-capability command thoughout.
21338
21339 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21340
21341 * net/network-stream.el (open-network-stream): Add the
21342 :end-of-capability command parameter, used by pop3.el.
21343
21344 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21345
21346 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21347
21348 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21349 for list)" (bug#6475).
21350
21351 * files.el (file-expand-wildcards): Ignore non-readable
21352 sub-directories while trying to find matches instead of signaling
21353 an error (bug#6297).
21354
21355 * man.el (Man-reference-regexp): Allow matching possible
21356 word-wrapped references (bug#6289).
21357
21358 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21359 for consistency with the other vc buffers (bug#6197).
21360 (vc-checkin): Ditto.
21361
21362 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21363
21364 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21365
21366 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21367
21368 * custom.el (defcustom): Clarify that :set is only used in the
21369 Customize user interface (bug#6089).
21370
21371 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21372 associated with a file, refuse to run instead of erroring out
21373 (bug#6084).
21374
21375 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21376 the doc string, since it appears that using `fill-column' always
21377 controls the width (bug#7845).
21378
21379 * simple.el (shell-command-on-region): Say where the error output
21380 went if `shell-command-default-error-buffer' is set (bug#6857).
21381
21382 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21383
21384 * allout.el (allout-yank-processing): Adjust cursor position for
21385 backwards-deleted space.
21386
21387 (allout-rebullet-heading): Register changes with
21388 allout-exposure-changed-hook, so the modified topic is properly
21389 decorated.
21390
21391 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21392
21393 * minibuffer.el (completion-in-region): Document PREDICATE
21394 (bug#7136).
21395
21396 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21397 of keyword/argument pairs (bug#6904).
21398
21399 * replace.el (multi-occur):
21400 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21401
21402 2011-07-02 Drew Adams <drew.adams@oracle.com>
21403
21404 * dired.el (dired-mark-if): Make the message about whether it's
21405 marking or unmarking clearer (bug#8523).
21406
21407 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21408
21409 * disp-table.el (display-table-print-array): New function.
21410 (describe-display-table): Use it to print the vectors more pretty
21411 (Bug#8859).
21412
21413 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21414
21415 * window.el (window-state-get-1): Don't assign clone numbers.
21416 Add clone-of item to list of window parameters.
21417 (window-state-put-2): Don't process clone numbers.
21418 (display-buffer-alist): Fix doc-string.
21419
21420 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21421
21422 * subr.el (remq): Don't allocate if it's not needed.
21423 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21424 (keymap--merge-bindings): New functions.
21425 (keymap-canonicalize): Use them to refine the canonicalization.
21426 * minibuffer.el (minibuffer-local-completion-map)
21427 (minibuffer-local-must-match-map): Move initialization from C.
21428 (minibuffer-local-filename-completion-map): Move initialization from C;
21429 don't inherit from anything here.
21430 (minibuffer-local-filename-must-match-map): Make obsolete.
21431 (completing-read-default): Use make-composed-keymap to combine
21432 minibuffer-local-filename-completion-map with either
21433 minibuffer-local-must-match-map or
21434 minibuffer-local-filename-completion-map.
21435
21436 2011-07-01 Glenn Morris <rgm@gnu.org>
21437
21438 * type-break.el (type-break-time-sum): Use dolist.
21439
21440 * textmodes/flyspell.el (flyspell-word-search-backward):
21441 Replace CL function.
21442
21443 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21444
21445 * mouse.el (mouse--strip-first-event): New function.
21446 (function-key-map): Use it to map fringe clicks to normal clicks
21447 by default.
21448
21449 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21450 (vc-bzr-revision-completion-table): Add support for annotate and date.
21451
21452 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21453 inherit from parent.
21454
21455 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21456
21457 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21458 (dired-show-file-type): Doc fixup (bug#8818).
21459
21460 * dired.el (dired-mode): Fix up the doc string as suggested by
21461 Drew Adams (bug#8817).
21462
21463 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21464 cookie, since the manual says that it should be possible to add
21465 this function to `find-file-hook' (bug#8709).
21466
21467 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21468
21469 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21470 here. Noted Ted Zlatanov as the maintainer.
21471 (cfengine-common-settings, cfengine-common-syntax): New functions
21472 to set up common things between `cfengine-mode' and
21473 `cfengine3-mode'.
21474 (cfengine3-mode): New mode.
21475 (cfengine3-defuns cfengine3-defuns-regex
21476 (cfengine3-class-selector-regex cfengine3-category-regex)
21477 (cfengine3-vartypes cfengine3-font-lock-keywords)
21478 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21479 (cfengine3-indent-line): Add from cfengine3.el.
21480
21481 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21482
21483 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21484
21485 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21486
21487 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21488
21489 * window.el (same-window-buffer-names, same-window-regexps)
21490 (same-window-p, special-display-frame-alist)
21491 (special-display-popup-frame, special-display-function)
21492 (special-display-buffer-names, special-display-regexps)
21493 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21494 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21495 (split-window-preferred-function, split-height-threshold)
21496 (split-width-threshold, even-window-heights)
21497 (display-buffer-mark-dedicated, window-splittable-p)
21498 (split-window-sensibly, window-safely-shrinkable-p):
21499 Un-obsolete.
21500 (display-buffer): Don't spread args with function specifier
21501 because special-display-popup-frame won't like it.
21502
21503 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21504
21505 Time-stamp simplifications and fixes.
21506 These improve accuracy slightly, and future-proof the code
21507 against some potential changes to current-time format.
21508
21509 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21510 by using time-since and float-time.
21511
21512 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21513 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21514 + NNN microseconds".
21515
21516 * type-break.el (type-break-time-sum): Rewrite using time-add.
21517
21518 * play/hanoi.el (hanoi-current-time-float): Remove.
21519 All uses replaced by float-time.
21520
21521 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21522 This yields a more-accurate answer.
21523 (rng-time-to-float): Remove; no longer needed.
21524
21525 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21526
21527 * calendar/timeclock.el (timeclock-seconds-to-time):
21528 Defalias to seconds-to-time, since they're the same thing.
21529
21530 * emacs-lisp/elp.el (elp-elapsed-time):
21531 * emacs-lisp/benchmark.el (benchmark-elapse):
21532 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21533
21534 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21535
21536 * window.el (bury-buffer): Don't iconify the only frame.
21537 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21538 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21539
21540 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21541
21542 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21543 Add mouse-yank-primary.
21544
21545 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21546
21547 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21548
21549 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21550
21551 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21552 (find-library-name): Use it to find relative load names when provided
21553 absolute file name (bug#8803).
21554
21555 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21556
21557 * textmodes/flyspell.el (flyspell-word): Consider words that
21558 differ only in case as potential doublons (bug#5687).
21559
21560 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21561 Remove two rather uninteresting debugging-like messages to make
21562 debbugs.el more silent.
21563
21564 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21565 a password-like phrase.
21566
21567 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21568
21569 * progmodes/cc-guess.el: New file.
21570
21571 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21572
21573 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21574 derived from `c-basic-common-init'.
21575
21576 * progmodes/cc-mode.el (top-level): Require cc-guess.
21577 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21578
21579 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21580
21581 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21582
21583 2011-06-30 Alan Mackenzie <acm@muc.de>
21584
21585 * progmodes/cc-engine.el (c-guess-continued-construct):
21586 Correct the handling of template-args-cont, particularly for when font
21587 lock is disabled. Name this case as "CASE G".
21588
21589 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21590
21591 * allout.el (allout-yank-processing): Fix injection of extra space
21592 between bullet and non-whitespace character in first topic when
21593 pasting, ensuring that the actual spacing in the pasted topic
21594 following the bullet char is preserved. This extra space was
21595 causing pasted encrypted topics to get a decrypted status even
21596 when the content was actually still encrypted. Now the decryption
21597 status from before the paste is preserved.
21598
21599 (allout-flag-region): Set all allout overlays so they evaporate
21600 when reduced to zero length (evanescent), to prevent overlay
21601 leakage.
21602
21603 2011-06-30 Glenn Morris <rgm@gnu.org>
21604
21605 * w32-fns.el (w32-charset-info-alist): Declare.
21606
21607 * find-dired.el (find-grep-options): Simplify.
21608
21609 * term/ns-win.el (ns-set-resource): Declare.
21610
21611 * ses.el (row, col): Declare dynamic variables honestly.
21612
21613 * textmodes/reftex-parse.el (index-tags): Declare.
21614
21615 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21616
21617 * cus-edit.el (customize-push-and-save): New function.
21618
21619 * files.el (hack-local-variables-confirm): Use it.
21620
21621 * custom.el (load-theme): New arg NO-CONFIRM.
21622 Use customize-push-and-save (Bug#8720).
21623 (custom-enabled-themes): Doc fix.
21624
21625 * cus-theme.el (customize-create-theme)
21626 (custom-theme-merge-theme): Callers to load-theme changed.
21627
21628 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21629
21630 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21631 short URLs have at least one dot in them (bug #7614).
21632
21633 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21634 nil, because using a pty is apparently too slow (bug #895).
21635
21636 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21637
21638 * mail/sendmail.el (sendmail-query-once): New function.
21639 (sendmail-query-once-function): New variable.
21640
21641 2011-06-29 Glenn Morris <rgm@gnu.org>
21642
21643 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21644
21645 * ses.el (top-level): Require cl when compiling.
21646 (ses-set-localvars): Fix error statement.
21647 Call it at compile time to silence a storm of warnings.
21648
21649 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21650
21651 * window.el (normalize-live-buffer): Rename to
21652 window-normalize-buffer.
21653 (normalize-live-frame): Rename to window-normalize-frame.
21654 (normalize-any-window): Rename to window-normalize-any-window.
21655 (normalize-live-window): Rename to window-normalize-live-window.
21656 (make-window-atom): Rename to window-make-atom.
21657 (window-resize-reset): Rename to window--resize-reset.
21658 (window-resize-reset-1): Rename to window--resize-reset-1.
21659 (resize-mini-window): Rename to window--resize-mini-window.
21660 (resize-subwindows-skip-p): Rename to
21661 window--resize-subwindows-skip-p.
21662 (resize-subwindows-normal): Rename to
21663 window--resize-subwindows-normal.
21664 (resize-subwindows): Rename to window--resize-subwindows.
21665 (resize-other-windows): Rename to window--resize-siblings.
21666 (resize-this-window): Rename to window--resize-this-window.
21667 (resize-root-window): Rename to window--resize-root-window.
21668 (resize-root-window-vertically): Rename to
21669 window--resize-root-window-vertically.
21670 (normalize-buffer-to-display): Rename to
21671 window-normalize-buffer-to-display.
21672 (normalize-buffer-to-switch-to): Rename to
21673 window-normalize-buffer-to-switch-to.
21674 Correspondingly update all callers of the functions listed
21675 above.
21676 (display-buffer-alist, display-buffer-normalize-arguments)
21677 (display-buffer-normalize-options, display-buffer)
21678 (display-buffer-alist-set): Use "function" instead of
21679 "fun-with-args".
21680
21681 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21682
21683 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21684 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21685 debbugs.gnu.org. Mention acknowledgment email.
21686
21687 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21688
21689 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21690 buffer multibyteness, since it shouldn't matter.
21691
21692 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21693
21694 * window.el (display-buffer-in-side-window): Handle dedicated
21695 windows as in display-buffer-reuse-window.
21696 (display-buffer-normalize-alist): Use value of override
21697 specifier.
21698 (display-buffer-normalize-specifiers): Use value of
21699 other-window-means-other-frame specifier.
21700 (display-buffer-alist): Rewrite some texts in widgets.
21701 (display-buffer): Spread arguments when calling function
21702 specified by fun-with-args.
21703
21704 2011-06-28 Deniz Dogan <deniz@dogan.se>
21705
21706 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21707 Unnest `let'.
21708
21709 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21710 selectors (Bug#5732).
21711 (css-proprietary-nmstart-re): Use `regexp-opt'.
21712
21713 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21714
21715 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21716 (eshell-ls-date-format): New defcustom.
21717 (eshell-ls-file): Use it.
21718
21719 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21720
21721 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21722
21723 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21724
21725 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21726 (ange-ftp-make-tmp-name): New arg.
21727 (ange-ftp-file-local-copy): Use it.
21728
21729 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21730
21731 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21732 no-conversion (Bug#8870).
21733
21734 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21735
21736 * window.el (window-right, window-left, window-child)
21737 (window-child-count, window-last-child)
21738 (window-iso-combination-p, walk-window-tree-1)
21739 (window-atom-check-1, window-tree-1, delete-window)
21740 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21741 new naming conventions - window-vchild, window-hchild,
21742 window-next and window-prev are now called window-top-child,
21743 window-left-child, window-next-sibling and window-prev-sibling
21744 respectively.
21745 (resize-window-reset): Rename to window-resize-reset.
21746 (resize-window-reset-1): Rename to window-resize-reset-1.
21747 (resize-window): Rename to window-resize.
21748 (window-min-height, window-min-width)
21749 (resize-mini-window, resize-this-window, resize-root-window)
21750 (resize-root-window-vertically, adjust-window-trailing-edge)
21751 (enlarge-window, shrink-window, maximize-window)
21752 (minimize-window, delete-window, quit-restore-window)
21753 (split-window, balance-windows, balance-windows-area-adjust)
21754 (balance-windows-area, window-state-put-2)
21755 (display-buffer-even-window-sizes, display-buffer-set-height)
21756 (display-buffer-set-width, set-window-text-height)
21757 (fit-window-to-buffer): Rename all "resize-window" prefixed
21758 calls to use the "window-resize" prefix convention.
21759 (display-buffer-alist): Fix symbol for label specifier.
21760 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21761 corresponding specifier.
21762 Reported by Juanma Barranquero <lekktu@gmail.com>.
21763
21764 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21765
21766 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21767 convention.
21768 (ses-call-printer): Does not pass an empty string to formatter when the
21769 cell is empty to keep from barking printer Calc math-format-value.
21770
21771 2011-06-27 Richard Stallman <rms@gnu.org>
21772
21773 * battery.el (battery-mode-line-limit): New variable.
21774 (battery-update): Handle it.
21775
21776 * mail/rmailmm.el (rmail-mime-process-multipart):
21777 Handle truncated messages.
21778
21779 2011-06-27 Glenn Morris <rgm@gnu.org>
21780
21781 * progmodes/flymake.el (flymake-err-line-patterns):
21782 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21783
21784 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21785
21786 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21787 (ses--clean-!, ses--clean-_): New functions.
21788 (ses-range): Add configurability of readout order, and conversion
21789 to Calc vector.
21790
21791 * ses.el (ses-repair-cell-reference-all): New function.
21792 (ses-cell-symbol): Set macro as safe, so that it can be used in
21793 formulas.
21794
21795 * ses.el: Update cycle detection algorithm.
21796 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21797 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21798 (ses-set-localvars): New function.
21799 (ses-make-cell): Add property-list as a cell element.
21800 (ses-cell-property-get-fun, ses-cell-property-get)
21801 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21802 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21803 New functions.
21804 (ses-cell-property-set, ses-cell-property-pop)
21805 (ses-cell-property-get-handle): New macro.
21806 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21807 New aliases, used for code readability.
21808 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21809 cycle detection.
21810 (ses-self-reference-early-detection): New defcustom.
21811 (ses-formula-references): Robustify against self-referring cells.
21812 (ses-mode): Use ses-set-localvars.
21813 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21814 before lauching the update processing.
21815 (ses-initialize-Dijkstra-attempt): New function.
21816 (ses-recalculate-cell): Update for cycle detection based on
21817 Dijkstra algorithm.
21818
21819 * ses.el: Fix commenting and indenting convention.
21820
21821 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21822
21823 * bs.el (bs-cycle-next): Complete last change.
21824
21825 2011-06-27 Drew Adams <drew.adams@oracle.com>
21826
21827 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21828
21829 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21830
21831 * net/network-stream.el (network-stream-open-starttls):
21832 Don't re-get capabilities unless we've reestablished connection.
21833 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21834
21835 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21836 to binary to possibly avoid line encoding issues on Windows (among
21837 other things).
21838
21839 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21840
21841 * net/network-stream.el (open-network-stream): Return an :error
21842 saying what the problem was, if possible.
21843
21844 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21845 server.
21846
21847 * net/network-stream.el (network-stream-open-starttls): If we
21848 wanted to use STARTTLS, and the server offered it, but we weren't
21849 able to because we had no STARTTLS support, then close the connection.
21850 (open-network-stream): Return an :error element, if present.
21851
21852 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21853
21854 * hl-line.el (hl-line-sticky-flag): Doc fix.
21855 (global-hl-line-sticky-flag): New option (Bug#8323).
21856 (global-hl-line-highlight): Obey it.
21857
21858 * vc/vc.el (vc-revert-show-diff): Default to t.
21859
21860 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21861
21862 * allout-widgets.el (allout-widgets-post-command-business):
21863 Stop decorating intermediate isearch matches. They're not being
21864 undecorated when an isearch is continued past, and isearch
21865 automatically collapses them. This leads to "widget leaks", where
21866 decorated items accumulate in collapsed areas. Lines with lots of
21867 hidden widgets can slow down cursor travel, substantially.
21868 Too much complicated machinery would be needed to ensure undecoration,
21869 so we're doing without this nicety.
21870
21871 (allout-widgets-tally-string): Don't try to do a hash-table-count
21872 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21873 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21874 *Messages* when allout-widgets-maintain-tally is t.
21875
21876 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21877
21878 * window.el (display-buffer-normalize-argument): Rename to
21879 display-buffer-normalize-arguments. Handle special meaning of
21880 LABEL argument. Respect special-display-function when popping up
21881 a new frame. Fix code searching for a window showing the buffer
21882 on another frame.
21883 (display-buffer-normalize-specifiers):
21884 Call display-buffer-normalize-arguments.
21885 (display-buffer-in-window): Don't undedicate the window if its
21886 buffer remains the same.
21887 Reported by Drew Adams <drew.adams@oracle.com>.
21888 (display-buffer-alist): Add choice for same-window macro
21889 specfier.
21890 (display-buffer): Mention special meaning of LABEL argument in
21891 doc-string. Fix quoting. Don't pop up a new frame even as
21892 fallback.
21893
21894 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21895
21896 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21897 avoid deleting the current window in some cases (bug#8911).
21898
21899 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21900
21901 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21902 (Bug#8934)
21903
21904 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21905
21906 * net/network-stream.el (network-stream-open-starttls):
21907 Use built-in TLS support if `gnutls-available-p' is true.
21908 (network-stream-open-tls): Ditto.
21909
21910 2011-06-26 Leo Liu <sdl.web@gmail.com>
21911
21912 * register.el (registerv): New struct.
21913 (registerv-make): New function.
21914 (jump-to-register, describe-register-1, insert-register):
21915 Support the jump-func, print-func and insert-func slot of a registerv
21916 struct. (Bug#8415)
21917
21918 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21919
21920 * vc/vc.el (vc-revert-show-diff): New defcustom.
21921 (vc-diff-internal): New arg specifying diff buffer.
21922 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
21923 reuse an existing *vc-diff* buffer (Bug#8927).
21924
21925 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21926
21927 2011-06-26 Glenn Morris <rgm@gnu.org>
21928
21929 * progmodes/f90.el (f90-critical-indent): New option.
21930 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21931 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21932 (f90-mode): Doc fix.
21933 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21934 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21935 (f90-beginning-of-block, f90-next-block, f90-indent-region)
21936 (f90-match-end): Handle block, critical.
21937
21938 2011-06-25 Glenn Morris <rgm@gnu.org>
21939
21940 * calendar/diary-lib.el (diary-included-files): Doc fix.
21941 (diary-include-files): New function, extracted from
21942 diary-include-other-diary-files and diary-mark-included-diary-files.
21943 (diary-include-other-diary-files, diary-mark-included-diary-files):
21944 Just call diary-include-files.
21945 (diary-mark-entries): Reset diary-included-files on first call.
21946
21947 * calendar/diary-lib.el (diary-mark-entries)
21948 (diary-mark-included-diary-files):
21949 Visit included diary-files in temp buffers.
21950
21951 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21952 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21953 (f90-start-block-re, f90-imenu-generic-expression)
21954 (f90-looking-at-program-block-start, f90-no-block-limit):
21955 Add support for submodules.
21956
21957 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21958 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21959
21960 2011-06-25 Eli Zaretskii <eliz@gnu.org>
21961
21962 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21963 buffer-file-type before setting its value, to avoid disastrous
21964 global effects on decoding files for DOS/Windows systems. (Bug#8780)
21965
21966 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21967
21968 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21969
21970 * ses.el (ses-unload-function):
21971 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21972
21973 * proced.el (proced-unload-function):
21974 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21975
21976 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
21977
21978 * server.el (server-create-window-system-frame): Add parameters arg.
21979 (server-process-filter): Doc fix. Handle frame-parameters.
21980
21981 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21982
21983 Fix bug#8730, bug#8781.
21984
21985 * loadhist.el (unload--set-major-mode): New function.
21986 (unload-feature): Use it.
21987
21988 * progmodes/python.el (python-after-info-look): Add autoload cookie.
21989 (python-unload-function): New function.
21990
21991 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21992
21993 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21994
21995 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
21996
21997 * net/browse-url.el (browse-url-firefox-program): Add icecat to
21998 the candidates list.
21999
22000 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22001
22002 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22003
22004 2011-06-23 Richard Stallman <rms@gnu.org>
22005
22006 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22007 (rmail-variables): Set next-error-move-function.
22008 (rmail-what-message): Take argument POS.
22009 (rmail-next-error-move): New function.
22010
22011 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22012
22013 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22014 messages for adjacent non-terminals.
22015
22016 2011-06-23 Richard Stallman <rms@gnu.org>
22017
22018 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22019 (rmail-show-message-1): Preserve buffer modified flag.
22020 (rmail-start-mail): Don't specify use of rmail-mail-return;
22021 that's done by mail-bury now.
22022 (rmail-mail-return): Handle arg NEWBUF.
22023
22024 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22025
22026 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22027 SIZE is a number.
22028
22029 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22030
22031 * window.el (get-lru-window, get-mru-window)
22032 (get-largest-window): Never return a minibuffer window.
22033 (display-buffer-pop-up-window): Fix a bug that could lead to
22034 reusing the minibuffer window.
22035 (display-buffer): Pass original specifier argument to
22036 display-buffer-function instead of the normalized one.
22037 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22038
22039 2011-06-22 Leo Liu <sdl.web@gmail.com>
22040
22041 * minibuffer.el (completing-read-function)
22042 (completing-read-default): Move from minibuf.c.
22043
22044 2011-06-22 Richard Stallman <rms@gnu.org>
22045
22046 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22047 to Rmail even if not started by a special Rmail command.
22048
22049 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22050 Copy the buffer currently showing just one message.
22051
22052 2011-06-22 Roland Winkler <winkler@gnu.org>
22053
22054 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22055 (bibtex-clean-entry): First delete the old key so that a
22056 customized algorithm for generating the new key does not get
22057 confused by the old key.
22058 (bibtex-url): Obey regexp of first step.
22059 (bibtex-search-entries): Do not use add-to-list with local
22060 list-var.
22061
22062 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22063
22064 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22065 stored a user name, then query for the password first, instead of
22066 waiting for SMTP to give an error message and the trying again.
22067
22068 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22069
22070 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22071 BUFFER in call-process.
22072
22073 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22074
22075 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22076 QUIT twice.
22077 (smtpmail-try-auth-methods): Require user name and password from
22078 auth-source.
22079
22080 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22081
22082 * window.el (display-buffer-default-specifiers)
22083 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22084 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22085 (split-window): Normalize SIDE argument (Bug#8916).
22086
22087 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22088 (special-display-frame-alist, special-display-popup-frame):
22089 Remove duplicate declarations. These are now in window.el.
22090
22091 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22092
22093 * mail/smtpmail.el (smtpmail-via-smtp):
22094 Set :use-starttls-if-possible so that we always use STARTTLS if the
22095 server supports it. SMTP servers that support STARTTLS commonly
22096 require it.
22097
22098 * net/network-stream.el (network-stream-open-starttls): Support
22099 upgrading to STARTTLS always, even if we don't have built-in support.
22100 (open-network-stream): Add the :always-query-capabilities keyword.
22101
22102 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22103 upgrades with `open-network-stream', and rely solely on
22104 auth-source for all credentials. Big changes throughout the file,
22105 but in particular:
22106 (smtpmail-auth-credentials): Remove.
22107 (smtpmail-starttls-credentials): Remove.
22108 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22109 MAIL FROM, too.
22110
22111 * net/network-stream.el (network-stream-open-starttls):
22112 Provide support for client certificates both for external and built-in
22113 STARTTLS.
22114 (auth-source): Require.
22115 (open-network-stream): Document the :client-certificate keyword.
22116 (network-stream-certificate): Change cert-cert to cert and
22117 cert-key to key.
22118
22119 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22120
22121 * net/tramp-cache.el (top): Don't load the persistency file when
22122 "emacs -Q" has been called.
22123
22124 2011-06-21 Tim Harper <timcharper@gmail.com>
22125
22126 * term/ns-win.el (ns-initialize-window-system):
22127 Set application-specific `ApplePressAndHoldEnabled' system
22128 resource to NO as it is not yet supported by the NS port.
22129
22130 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22131
22132 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22133 (list-dynamic-libraries): ...not here.
22134
22135 2011-06-21 Leo Liu <sdl.web@gmail.com>
22136
22137 * subr.el (sha1): Implement sha1 using secure-hash.
22138
22139 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22140
22141 * window.el (display-buffer-alist): In default value do not
22142 enforce searching a window on any but the selected frame.
22143 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22144 (display-buffer-select-window): Remove function.
22145 (display-buffer-in-window): When a window on another frame gets
22146 reused, do not select it any more but just raise its frame if
22147 necessary (Bug#8851) and (Bug#8856).
22148 (display-buffer-normalize-options): Handle pop-up-frames related
22149 options more faithfully.
22150 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22151 window if it is on another frame.
22152 (display-buffer-alist, display-buffer-default-specifiers):
22153 Don't make new frame unsplittable by default.
22154 (display-buffer-normalize-argument): Fix doc-string typo and use
22155 'same-frame-other-window instead of 'other-window when associating
22156 with display-buffer-macro-specifiers.
22157
22158 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
22159
22160 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22161 New functions.
22162 (5x5-mode-map, 5x5-mode-menu): Bind them.
22163 (5x5-draw-grid): Tweak the solver's rendering.
22164
22165 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22166
22167 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22168 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22169
22170 2011-06-21 Drew Adams <drew.adams@oracle.com>
22171
22172 * menu-bar.el: Use function variable instead of switch-to-buffer.
22173 (menu-bar-select-buffer-function): New variable.
22174 (menu-bar-update-buffers): Use it (bug#8876).
22175
22176 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22177
22178 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22179 variable's status.
22180
22181 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22182
22183 * x-dnd.el (x-dnd-version-from-flags)
22184 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22185 and long as number (Bug#8899).
22186 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22187
22188 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22189
22190 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22191 (completion-try-completion, completion-all-completions): Compute the
22192 metadata argument if it's missing; make it optional (bug#8795).
22193
22194 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22195 (widget-complete): Use new :completion-function property.
22196 (widget-completions-at-point): New function.
22197 (default): Use :completion-function instead of :complete.
22198 (widget-default-completions): Rename from widget-default-complete;
22199 Rewrite.
22200 (widget-string-complete, widget-file-complete, widget-color-complete):
22201 Remove functions.
22202 (file, symbol, function, variable, coding-system, color):
22203 * international/mule-cmds.el (default-input-method, charset)
22204 (language-info-custom-alist):
22205 * cus-edit.el (face): Use new property :completions.
22206
22207 * progmodes/pascal.el (pascal-completions-at-point): New function.
22208 (pascal-mode): Use it.
22209 (pascal-mode-map): Use completion-at-point.
22210 (pascal-toggle-completions): Make obsolete.
22211 (pascal-complete-word, pascal-show-completions):
22212 * progmodes/octave-mod.el (octave-complete-symbol):
22213 Redefine as obsolete alias.
22214 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22215 Signal absence of completion info for old Octave,
22216 (inferior-octave-complete): Redefine as obsolete alias.
22217 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22218 (meta-completions-at-point): Rename from meta-complete-symbol and
22219 adapt it for use on completion-at-point-functions.
22220 (meta-common-mode): Use it.
22221 (meta-looking-at-backward, meta-match-buffer): Remove.
22222 (meta-complete-symbol): Redefine as obsolete alias.
22223 (meta-common-mode-map): Use completion-at-point.
22224 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22225 (makefile-mode-map): Use completion-at-point.
22226 (makefile-completions-at-point): Rename from makefile-complete and
22227 adapt it for use on completion-at-point-functions.
22228 (makefile-mode): Use it.
22229 (makefile-complete): Redefine as obsolete alias.
22230
22231 2011-06-20 Deniz Dogan <deniz@dogan.se>
22232
22233 * net/rcirc.el: Delete trailing whitespaces once and for all.
22234
22235 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22236
22237 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22238
22239 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22240
22241 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22242
22243 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22244
22245 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22246
22247 * window.el (display-buffer-other-window-means-other-frame):
22248 Call display-buffer-normalize-alist.
22249 (display-buffer-normalize-specifiers-1): Rename to
22250 display-buffer-normalize-argument. New argument other-frame.
22251 Rewrite.
22252 (display-buffer-normalize-specifiers-2): Rename to
22253 display-buffer-normalize-options.
22254 (display-buffer-normalize-alist-1): New function.
22255 (display-buffer-normalize-specifiers-3): Rename to
22256 display-buffer-normalize-alist.
22257 Call display-buffer-normalize-alist-1.
22258 (display-buffer-normalize-options-inhibit): New variable.
22259 (display-buffer-normalize-specifiers): Rewrite calling
22260 display-buffer-normalize-alist,
22261 display-buffer-normalize-argument, and
22262 display-buffer-normalize-options. Don't call the latter if
22263 display-buffer-normalize-options-inhibit is non-nil.
22264 (frame-auto-delete): New option.
22265 (window-deletable-p): Use frame-auto-delete.
22266 (window-list-no-nils, window-state-ignored-parameters)
22267 (window-state-get-1, window-state-get, window-state-put-list)
22268 (window-state-put-1, window-state-put-2, window-state-put):
22269 New functions.
22270 (display-buffer-normalize-options): Move special-display-p group
22271 after pop-up-frame group (Bug#8851) and (Bug#8856).
22272
22273 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22274
22275 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22276 groups (Bug#8776).
22277 (rx-submatch-n): New function.
22278 (rx): Document it.
22279
22280 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22281 (Bug#8768).
22282
22283 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22284
22285 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22286
22287 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22288 anytime existing face settings are present (Bug#8889).
22289
22290 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22291 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22292 Remove unused argument.
22293
22294 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22295
22296 * window.el (display-buffer-default-specifiers):
22297 Remove pop-up-frame. Add pop-up-window-min-height,
22298 pop-up-window-min-width, and another reuse-window specifier
22299 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22300 (display-buffer-normalize-specifiers-2):
22301 Handle split-height-threshold and split-width-threshold also when
22302 pop-up-windows is unset. Add a reuse-window specifier for the
22303 case popping up a new window fails.
22304 (special-display-popup-frame): Remove double quoting.
22305 (display-buffer-normalize-specifiers-1): Fix thinko.
22306
22307 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22308
22309 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22310 according to comint-completion-addsuffix.
22311
22312 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22313 (pcomplete-suffix-list): Mark as obsolete.
22314 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22315 pcomplete-seen in the closure.
22316 (pcomplete-comint-setup): Setup completion-at-point as well.
22317 (pcomplete--entries): New function.
22318 (pcomplete--env-regexp): New var.
22319 (pcomplete-entries): Rewrite to work with partial-completion and
22320 without relying on pcomplete-suffix-list.
22321 (pcomplete-pare-list): Remove, unused.
22322
22323 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22324
22325 * window.el (display-buffer-alist): Set pop-up-window-min-height
22326 and pop-up-window-min-width in default value. Reported by
22327 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22328 other-window-means-other-frame.
22329 (display-buffer-macro-specifiers): Comment out entry for
22330 other-window specifier.
22331 (display-buffer-other-window-means-other-frame): New function.
22332 (display-buffer-normalize-specifiers-1): New arguments
22333 buffer-name and label. Treat other-window case specially.
22334 (display-buffer-normalize-specifiers-2): Treat other-window case
22335 specially.
22336 (display-buffer-normalize-specifiers-3): New function.
22337 (display-buffer-normalize-specifiers):
22338 Call display-buffer-normalize-specifiers-3.
22339
22340 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22341
22342 * window.el (same-window-p): Fix two typos introduced when
22343 adding with-no-warnings.
22344 (display-buffer-normalize-specifiers-1): Don't check
22345 pop-up-frames for 'unset initialization.
22346 (display-buffer-normalize-specifiers-2): Major rewrite using
22347 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22348 (pop-up-frames, display-buffer-reuse-frames)
22349 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22350 Suggested by David Engster <deng@randomsample.de>.
22351 (even-window-heights): Initialize to 'unset.
22352 (display-buffer-alist-set): Handle new 'unset initializations.
22353 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22354 other window case.
22355
22356 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22357
22358 * window.el (display-buffer-normalize-specifiers-1):
22359 Respect current value of pop-up-frames for most reasonable values of
22360 second argument of display-buffer (Bug#8865).
22361 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22362 (switch-to-buffer-other-window-same-frame)
22363 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22364 Adams (Bug#8875).
22365 (display-buffer): Don't check noninteractive when calling
22366 display-buffer-pop-up-frame.
22367 (display-buffer-pop-up-frame): Never pop up a frame in
22368 noninteractive mode (Bug#8857).
22369 (enlarge-window, shrink-window): Don't report an error when the
22370 window can't be resized as requested (Bug#8862).
22371
22372 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22373
22374 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22375
22376 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22377
22378 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22379
22380 2011-06-15 Alan Mackenzie <acm@muc.de>
22381
22382 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22383 for declarators, disable knr checking to speed up for normal files.
22384 2: Refactor, replacing a sequence of nested if forms by a cond form.
22385
22386 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22387
22388 * net/network-stream.el (open-network-stream): Add the keyword
22389 :always-query-capabilities for the case where you want to force a
22390 `plain' network connection, but the protocol still requires the
22391 capabilitiy command (i.e., SMTP and EHLO).
22392
22393 * subr.el (process-live-p): Rename from `process-alive-p' for
22394 consistency with other `-live-p' functions.
22395
22396 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22397
22398 * window.el (same-window-buffer-names, same-window-regexps)
22399 (special-display-frame-alist, special-display-popup-frame)
22400 (special-display-function, special-display-buffer-names)
22401 (special-display-regexps, pop-up-frame-alist)
22402 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22403 (pop-up-windows, split-window-preferred-function)
22404 (split-height-threshold, split-width-threshold, even-window-heights)
22405 (display-buffer-mark-dedicated): Don't encourage the use of
22406 display-buffer-alist from Elisp code.
22407
22408 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22409
22410 * progmodes/python.el (python-mode): Derive from prog-mode.
22411 * progmodes/ps-mode.el (ps-mode):
22412 * progmodes/mixal-mode.el (mixal-mode):
22413 * progmodes/cfengine.el (cfengine-mode):
22414 * progmodes/ld-script.el (ld-script-mode): Likewise.
22415
22416 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22417
22418 * window.el (display-buffer-alist): Trim default value to avoid
22419 popping up a new frame (Bug#8857) or reusing an arbitrary window
22420 on another frame.
22421 (display-buffer): Do not fall back on popping up a new frame in
22422 batch mode (Bug#8857).
22423
22424 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22425
22426 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22427 (custom-theme-summary): New function.
22428 (customize-themes): Use it.
22429
22430 2011-06-13 Glenn Morris <rgm@gnu.org>
22431
22432 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22433
22434 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22435
22436 * help.el (help-window): Remove variable.
22437 (help-window-point-marker, temp-buffer-max-height)
22438 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22439 (help-print-return-message): Don't set help-window.
22440 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22441 (help-window-setup-finish): Remove.
22442 (help-window-display-message, help-window-setup)
22443 (with-help-window): Major rewrite based on new
22444 display-buffer-window variable.
22445
22446 * help-mode.el (help-mode-finish): Remove help-window related
22447 code.
22448
22449 * view.el (view-exits-all-viewing-windows): Remove reference to
22450 view-return-to-alist in doc-string.
22451 (view-return-to-alist): Make obsolete.
22452 (view-buffer): Call pop-to-buffer-same-window and remove
22453 undo-window code.
22454 (view-buffer-other-window): Call pop-to-buffer-other-window and
22455 simplify code. Ignore second argument.
22456 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22457 simplify code. Ignore second argument.
22458 (view-return-to-alist-update): Make obsolete.
22459 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22460 Rewrite using quit-restore window parameters.
22461 (view-mode-exit): Rename second argument to EXIT-ONLY.
22462 Rewrite using quit-restore-window.
22463 (View-exit, View-exit-and-edit, View-leave, View-quit)
22464 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22465 appropriate arguments.
22466 (view-end-message): Use quit-restore window parameter.
22467
22468 * window.el (display-buffer-function): Rewrite doc-string.
22469 (display-buffer-window, display-buffer-alist): New variables.
22470 (display-buffer-split-specifiers)
22471 (display-buffer-side-specifiers)
22472 (display-buffer-macro-specifiers): New constants.
22473 (display-buffer-even-window-sizes, display-buffer-set-height)
22474 (display-buffer-set-width, display-buffer-select-window)
22475 (display-buffer-in-window, display-buffer-reuse-window)
22476 (display-buffer-split-window-1, display-buffer-split-window)
22477 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22478 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22479 (display-buffer-in-side-window, normalize-buffer-to-display)
22480 (display-buffer-normalize-specifiers-1)
22481 (display-buffer-normalize-specifiers-2)
22482 (display-buffer-normalize-specifiers, display-buffer-frame):
22483 New functions.
22484 (display-buffer): Major rewrite.
22485 (display-buffer-other-window, display-buffer-other-frame)
22486 (pop-to-buffer, switch-to-buffer-other-window)
22487 (switch-to-buffer-other-frame): Rewrite.
22488 (display-buffer-same-window, display-buffer-same-frame)
22489 (display-buffer-same-frame-other-window)
22490 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22491 (pop-to-buffer-other-window)
22492 (pop-to-buffer-same-frame-other-window)
22493 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22494 (switch-to-buffer-other-window-same-frame): New functions.
22495 (same-window-p, special-display-p): Rewrite disabling warnings.
22496 Make obsolete.
22497 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22498 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22499 Make obsolete
22500 (same-window-buffer-names, same-window-regexps)
22501 (special-display-frame-alist, special-display-popup-frame)
22502 (special-display-function, special-display-buffer-names)
22503 (special-display-regexps, pop-up-frame-alist)
22504 (pop-up-frame-function, split-window-preferred-function)
22505 (split-height-threshold, split-width-threshold)
22506 (even-window-heights): Make obsolete.
22507
22508 2011-06-12 Glenn Morris <rgm@gnu.org>
22509
22510 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22511 Misc simplifications.
22512
22513 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22514
22515 * window.el (window-safely-shrinkable-p): Restore function which
22516 was inadvertently removed in change from 2011-06-11. Declare as
22517 obsolete.
22518
22519 * calendar/calendar.el (calendar-generate-window):
22520 Use window-iso-combined-p instead of combination of one-window-p and
22521 window-safely-shrinkable-p.
22522
22523 2011-06-12 Glenn Morris <rgm@gnu.org>
22524
22525 * progmodes/fortran.el (fortran-mode-syntax-table):
22526 * progmodes/f90.el (f90-mode-syntax-table):
22527 Set % to punctuation. (Bug#8820)
22528 (f90-find-tag-default): Remove, no longer needed.
22529
22530 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22531
22532 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22533
22534 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22535
22536 * image.el (image-animated-p): Return animation delay in seconds.
22537 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22538 (image-animate-timeout): Remove DELAY argument. Don't assume
22539 every subimage has the same delay; get it from image-animated-p.
22540 (image-animate): Caller changed.
22541
22542 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22543
22544 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22545 to ignored backtrace functions.
22546
22547 2011-06-11 Glenn Morris <rgm@gnu.org>
22548
22549 * calendar/appt.el (appt-disp-window-function): Doc fix.
22550 (appt-check): Handle overlapping appointments. (Bug#8337)
22551
22552 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22553
22554 * window.el (window-tree-1, window-tree): New functions, moving
22555 the latter to window.el.
22556 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22557 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22558 (bw-refresh-edges): Remove.
22559 (balance-windows-1, balance-windows-2): New functions.
22560 (balance-windows): Rewrite in terms of window tree functions,
22561 balance-windows-1 and balance-windows-2.
22562 (bw-adjust-window): Remove.
22563 (balance-windows-area-adjust): New function with functionality of
22564 bw-adjust-window but using resize-window.
22565 (set-window-text-height): Rewrite doc-string.
22566 Use normalize-live-window and resize-window.
22567 (enlarge-window-horizontally, shrink-window-horizontally):
22568 Rename argument to DELTA.
22569 (window-buffer-height): New function.
22570 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22571 Rewrite using new window resize routines.
22572 (kill-buffer-and-window, mouse-autoselect-window-select):
22573 Use ignore-errors instead of condition-case.
22574 (quit-window): Call delete-frame instead of delete-windows-on
22575 for the only buffer on frame.
22576
22577 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22578
22579 * loadup.el (top-level): Load window before files for the sake
22580 of replace-buffer-in-windows.
22581
22582 * files.el (read-buffer-to-switch)
22583 (switch-to-buffer-other-window)
22584 (switch-to-buffer-other-frame, display-buffer-other-frame):
22585 Move to window.el.
22586
22587 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22588 (previous-buffer): Move to window.el.
22589
22590 * bindings.el (unbury-buffer): Move to window.el.
22591
22592 * window.el (delete-other-windows-vertically): Move after
22593 definition of delete-other-windows.
22594 (other-window, delete-windows-on, replace-buffer-in-windows):
22595 Move here from window.c.
22596 (record-window-buffer, unrecord-window-buffer)
22597 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22598 (switch-to-next-buffer): New functions.
22599 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22600 from simple.el. Call switch-to-next-buffer.
22601 (previous-buffer): Move here from simple.el.
22602 Call switch-to-prev-buffer.
22603 (bury-buffer): Move here from buffer.c. Switch to previous
22604 buffer when window cannot be deleted.
22605 (unbury-buffer): Move here from bindings.el.
22606 (ctl-x-map): Move binding for other-window from window.c to
22607 here.
22608 (read-buffer-to-switch, switch-to-buffer-other-window)
22609 (switch-to-buffer-other-frame): Move here from files.el.
22610 (normalize-buffer-to-switch-to): New functions.
22611 (switch-to-buffer): Move here from buffer.c.
22612 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22613
22614 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22615
22616 * window.el (window-min-height, window-min-width): Move here
22617 from window.c. Add defcustoms and rewrite doc-strings.
22618 (resize-mini-window, resize-window): New functions.
22619 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22620 Move here from window.c.
22621 (maximize-window, minimize-window): New functions.
22622 (delete-window, delete-other-windows, split-window): Move here
22623 from window.c.
22624 (window-split-min-size): New function.
22625 (split-window-keep-point): Mention split-window-above-each-other
22626 instead of split-window-vertically.
22627 (split-window-above-each-other, split-window-vertically):
22628 Rename split-window-vertically to split-window-above-each-other
22629 and provide defalias for old definition.
22630 (split-window-side-by-side, split-window-horizontally):
22631 Rename split-window-horizontally to split-window-side-by-side
22632 and provide defalias for the old definition.
22633 (ctl-x-map): Move bindings for delete-window,
22634 delete-other-windows and enlarge-window here from window.c.
22635 Replace bindings for split-window-vertically and
22636 split-window-horizontally by bindings for
22637 split-window-above-each-other and split-window-side-by-side.
22638
22639 * cus-start.el (all): Remove entries for window-min-height and
22640 window-min-width. Add entries for window-splits and
22641 window-nest.
22642
22643 2011-06-09 Glenn Morris <rgm@gnu.org>
22644
22645 * calendar/appt.el (appt-mode-line): New function.
22646 (appt-check, appt-disp-window): Use it.
22647
22648 * files.el (hack-one-local-variable-eval-safep):
22649 Allow minor-modes with explicit +/-1 arguments.
22650
22651 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22652
22653 * term/xterm.el (xterm): Add defgroup.
22654 (xterm-extra-capabilities): Add defcustom to supply known xterm
22655 capabilities, skip querying them, or query them (default).
22656 (terminal-init-xterm): Use it.
22657 (terminal-init-xterm-modify-other-keys): New function to set up
22658 modifyOtherKeys support to simplify `terminal-init-xterm'.
22659
22660 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22661
22662 * window.el (resize-window-reset, resize-window-reset-1)
22663 (resize-subwindows-skip-p, resize-subwindows-normal)
22664 (resize-subwindows, resize-other-windows, resize-this-window)
22665 (resize-root-window, resize-root-window-vertically)
22666 (window-deletable-p, window-or-subwindow-p)
22667 (frame-root-window-p): New functions.
22668
22669 2011-06-09 Glenn Morris <rgm@gnu.org>
22670
22671 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22672 (ange-ftp-get-files): Use it.
22673
22674 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22675
22676 * mail/sendmail.el (mail-recover-1, mail-recover):
22677 * files.el (recover-file, recover-session):
22678 Handle dired-listing-switches not being just a single short option.
22679
22680 2011-06-09 Glenn Morris <rgm@gnu.org>
22681
22682 * calendar/appt.el (appt-display-message, appt-disp-window):
22683 Handle lists of appointments.
22684
22685 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22686
22687 * window.el (one-window-p): Move down in code.
22688 Rewrite doc-string.
22689 (window-current-scroll-bars): Rewrite doc-string.
22690 Normalize live window argument.
22691 (walk-windows, get-window-with-predicate, count-windows):
22692 Rewrite doc-string. Use window-list-1.
22693 (window-in-direction-2, window-in-direction, get-mru-window):
22694 New functions.
22695
22696 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22697
22698 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22699 Doc fix (Bug#8713).
22700
22701 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22702
22703 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22704
22705 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22706
22707 * loadhist.el (unload-feature-special-hooks):
22708 Add `comint-output-filter-functions'.
22709
22710 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22711
22712 * calendar/appt.el (appt-check): Move some initializations into the let.
22713
22714 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22715
22716 * window.el (window-height): Defalias to window-total-height.
22717 (window-width): Defalias to window-body-width.
22718
22719 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22720
22721 * image-mode.el (image-toggle-animation): New command.
22722 (image-mode-map): Bind it to RET.
22723 (image-mode): Update message.
22724 (image-toggle-display-image): Avoid a spurious cache flush.
22725 (image-transform-rotation): Doc fix.
22726 (image-transform-properties): Return quickly in the normal case.
22727 (image-animate-loop): Rename from image-animate-max-time.
22728
22729 * image.el (image-animate-max-time): Move to image-mode.el.
22730 (create-animated-image): Remove unnecessary function.
22731 (image-animate): Rename from image-animate-start. New arg.
22732 (image-animate-stop): Remove; just use image-animate-timer.
22733 (image-animate-timer): Use car-safe.
22734 (image-animate-timeout): Rename argument.
22735
22736 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22737
22738 * window.el (get-lru-window, get-largest-window): Move here from
22739 window.c. Rename first argument to ALL-FRAMES.
22740 Rephrase doc-strings.
22741 (get-buffer-window-list): Rewrite using window-list-1.
22742 Rephrase doc-string.
22743 (window-safe-min-height, window-safe-min-width): New constants.
22744 (window-size-ignore, window-min-size, window-min-size-1)
22745 (window-sizable, window-sizable-p, window-size-fixed-1)
22746 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22747 (window-max-delta-1, window-max-delta, window-resizable)
22748 (window-resizable-p, window-total-height, window-total-width)
22749 (window-body-width): New functions.
22750 (window-full-height-p, window-full-width-p): Rewrite using
22751 window-total-size.
22752 (window-body-height): Rewrite using window-body-size.
22753
22754 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22755
22756 * window.el (window-right, window-left, window-child)
22757 (window-child-count, window-last-child, window-any-p)
22758 (normalize-live-buffer, normalize-live-frame)
22759 (normalize-any-window, normalize-live-window)
22760 (window-iso-combination-p, window-iso-combined-p)
22761 (window-iso-combinations)
22762 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22763 (windows-with-parameter, window-with-parameter)
22764 (window-atom-root, make-window-atom, window-atom-check-1)
22765 (window-atom-check, window-side-check, window-check):
22766 New functions.
22767 (ignore-window-parameters, window-sides, window-sides-vertical)
22768 (window-sides-slots): New variables.
22769 (window-size-fixed): Move down in code. Minor doc-string fix.
22770
22771 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22772
22773 * comint.el (comint-dynamic-complete-as-filename)
22774 (comint-dynamic-complete-filename): Correctly call
22775 completion-in-region.
22776
22777 2011-06-05 Deniz Dogan <deniz@dogan.se>
22778
22779 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22780 in last change.
22781
22782 2011-06-05 Deniz Dogan <deniz@dogan.se>
22783
22784 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22785 (rcirc): Use it to prompt for encryption.
22786
22787 2011-06-05 Roland Winkler <winkler@gnu.org>
22788
22789 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22790 (bibtex-search-entries): New command bound to C-c C-a.
22791 (bibtex-display-entries): New function.
22792
22793 2011-06-05 Roland Winkler <winkler@gnu.org>
22794
22795 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22796 (bibtex-insert-kill): After yanking insert newline if necessary.
22797 (bibtex-initialize): Call bibtex-string-files-init only once.
22798 (bibtex-mode): Do not call easy-menu-add.
22799 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22800 (bibtex-yank): Set arg properly if nil.
22801
22802 2011-06-05 Roland Winkler <winkler@gnu.org>
22803
22804 * textmodes/bibtex.el (bibtex-search-entry-globally):
22805 New variable.
22806 (bibtex-search-entry): Use it.
22807
22808 2011-06-05 Roland Winkler <winkler@gnu.org>
22809
22810 * textmodes/bibtex.el (bibtex-entry-format): New option
22811 sort-fields.
22812 (bibtex-format-entry, bibtex-reformat): Honor this option.
22813 (bibtex-parse-entry): Return fields in proper order.
22814
22815 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22816
22817 * doc-view.el (doc-view-remove-if): Move computation of result out
22818 of `dolist' to silence misleading lexical-binding warning.
22819
22820 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22821
22822 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22823 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22824
22825 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22826
22827 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22828 "SunOS 5.10".
22829
22830 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22831
22832 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22833 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22834 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22835 (tramp-parse-putty):
22836 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22837 (tramp-completion-function-alist-ssh)
22838 (tramp-completion-function-alist-telnet)
22839 (tramp-completion-function-alist-su)
22840 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22841 cookie.
22842
22843 * net/tramp-ftp.el:
22844 * net/tramp-sh.el:
22845 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22846 load "tramp.el" `tramp-set-completion-function'.
22847
22848 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22849
22850 * shell.el: Require and use pcomplete.
22851 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22852 (shell-completion-vars): Set pcomplete-default-completion-function.
22853
22854 2011-06-04 Deniz Dogan <deniz@dogan.se>
22855
22856 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22857 `memq' (Bug#8799).
22858
22859 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22860
22861 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22862
22863 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22864
22865 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22866 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22867 * vc/log-view.el (log-view-beginning-of-defun):
22868 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22869 (smerge-refine-forward, smerge-refine-chopup-region):
22870 Silence warning for unused `dotimes' counter variables.
22871
22872 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22873
22874 * net/tramp.el (tramp-with-progress-reporter): Rename from
22875 with-progress-reporter. Use `declare'.
22876 * net/tramp-smb.el:
22877 * net/tramp-sh.el:
22878 * net/tramp-gvfs.el: Update all uses.
22879
22880 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22881
22882 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22883 buffer isn't killed before making it current.
22884
22885 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22886
22887 Silence various byte-compiler warnings.
22888 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22889 `access-type' and new obsolescence format.
22890 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22891 new format.
22892 (byte-compile-check-variable): New `access-type' argument.
22893 Only warn if the access-type is obsolete.
22894 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22895 (byte-compile-variable-set): Adjust callers.
22896 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22897 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22898 setting it as obsolete.
22899 * simple.el (minibuffer-completing-symbol):
22900 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22901 access as obsolete.
22902 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22903 obsolete yet.
22904 * international/quail.el (quail-mouse-choose-completion): Remove unused
22905 code referring to obsolete var.
22906 (quail-choose-completion-string): Remove.
22907 * server.el (server-clients-with, server-kill-buffer-query-function)
22908 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22909 * proced.el (proced-send-signal):
22910 * emacs-lisp/lisp.el (lisp-complete-symbol):
22911 Replace completion-annotate-function with completion-extra-properties.
22912
22913 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22914
22915 * simple.el (goto-line): Use read-number.
22916 (overriding-map-is-bound): Remove.
22917 (saved-overriding-map): Change default.
22918 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22919 Take the map as argument.
22920 (universal-argument, negative-argument, digit-argument): Use it.
22921 (restore-overriding-map): Adjust.
22922 (do-auto-fill): Use fill-forward-paragraph.
22923 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22924
22925 * minibuffer.el (minibuffer-inactive-mode-map): New var.
22926 (minibuffer-inactive-mode): New major mode.
22927 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22928 the *Messages* buffer" hack.
22929 (mouse-popup-menubar): Don't burp if the event is a normal key.
22930
22931 Miscellaneous tweaks.
22932 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22933 lexical scoping as in subr.el's dolist and dotimes.
22934 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22935 Silence compiler warning.
22936 * thingatpt.el (forward-whitespace): Trivial coding style fix.
22937 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22938 * international/ccl.el (ccl-compile): Trivial simplification.
22939 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22940 * emacs-lisp/testcover.el (testcover-end): Remove spurious
22941 `printflag' argument.
22942 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22943 Purecopy the whole obsolescence data.
22944
22945 2011-06-01 Leo Liu <sdl.web@gmail.com>
22946
22947 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22948 improve doc-string as suggested by Marco Pessotto
22949 <melmothx@gmail.com>.
22950 (rcirc-print): Fix last change.
22951
22952 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22953
22954 * minibuffer.el (complete-with-action): Return nil for the metadata and
22955 boundaries of non-functional tables.
22956 (completion-table-dynamic): Return nil for the metadata.
22957 (completion-table-with-terminator): Add default case, using
22958 complete-with-action.
22959 (completion--metadata): New function.
22960 (completion-all-sorted-completions, minibuffer-completion-help): Use it
22961 to try and avoid pathological performance problems.
22962 (completion--embedded-envvar-table): Return `category' metadata.
22963
22964 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
22965
22966 * subr.el (process-alive-p): New tiny convenience function.
22967
22968 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22969
22970 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22971 content but also its previous major mode.
22972
22973 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
22974
22975 * emacs-lisp/debug.el (debug): Restore the previous content of the
22976 *Backtrace* buffer when we exit with C-M-c.
22977
22978 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22979
22980 * minibuffer.el: Add metadata method to completion tables.
22981 (completion-category-overrides): New defcustom.
22982 (completion-metadata, completion--field-metadata)
22983 (completion-metadata-get, completion--styles)
22984 (completion--cycle-threshold): New functions.
22985 (completion-try-completion, completion-all-completions):
22986 Add `metadata' argument to choose completion-styles.
22987 (completion--do-completion): Use metadata to choose cycling.
22988 (completion-all-sorted-completions): Use metadata for sorting.
22989 Remove :completion-cycle-penalty which is not needed any more.
22990 (completion--try-word-completion): Add `metadata' argument.
22991 (minibuffer-completion-help): Check metadata for annotation function
22992 and sorting.
22993 (completion-file-name-table): Return `category' metadata.
22994 (minibuffer-completing-file-name): Make obsolete.
22995 * simple.el (minibuffer-completing-symbol): Make obsolete.
22996 * icomplete.el (icomplete-completions): Pass new `metadata' param to
22997 completion-try-completion.
22998
22999 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23000
23001 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23002
23003 2011-05-30 Leo Liu <sdl.web@gmail.com>
23004
23005 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23006 (rcirc-print): Decode all incoming messages (bug#8744).
23007 (rcirc-decode-coding-system): Allow value nil for automatic coding
23008 system detection.
23009
23010 2011-06-01 Glenn Morris <rgm@gnu.org>
23011
23012 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23013
23014 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23015
23016 * image.el (image-animate-max-time): Allow nil and t values.
23017 Default to nil.
23018 (create-animated-image): Doc fix.
23019 (image-animate-start): Remove second arg; just use
23020 image-animate-max-time.
23021 (image-animate-timeout): Doc fix. Args changed.
23022
23023 * image-mode.el (image-toggle-display-image): Ensure that the
23024 image spec passed to the animate timer is the same object as in
23025 the buffer's display property (Bug#6981).
23026 (image-transform-properties): Doc fix.
23027
23028 * image.el (image-animate-max-time): Default to nil.
23029
23030 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23031
23032 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23033 entire buffer list (Bug#8184).
23034
23035 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23036
23037 * image.el (imagemagick-types-inhibit)
23038 (imagemagick-register-types): Doc fix.
23039
23040 2011-05-29 Deniz Dogan <deniz@dogan.se>
23041
23042 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23043 default.
23044
23045 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23046
23047 * select.el: Don't perform clipboard-manager saving in hooks;
23048 leave the hooks empty.
23049
23050 2011-05-28 Leo Liu <sdl.web@gmail.com>
23051
23052 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23053 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23054 (occur-edit-mode): New major mode (Bug#8463).
23055 (occur-after-change-function): New function.
23056 (occur-engine): Give Occur tags a read-only property.
23057
23058 2011-05-28 Kevin Ryde <user42@zip.com.au>
23059
23060 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23061
23062 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23063
23064 * bindings.el (help-echo): Make the initial non-indicator dash
23065 empty on graphical terminals (Bug#7295).
23066
23067 * files.el (auto-mode-alist): Move config rule after the
23068 in-stripping one (Bug#8547).
23069
23070 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23071
23072 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23073 setting (Bug#8740).
23074
23075 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23076
23077 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23078 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23079 (Bug#8539).
23080
23081 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23082
23083 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23084
23085 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23086
23087 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23088 (hs-hide-block-at-point, hs-find-block-beginning)
23089 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23090 (Bug#8279).
23091
23092 2011-05-28 Glenn Morris <rgm@gnu.org>
23093
23094 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23095
23096 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23097
23098 * help-fns.el (describe-function-1): If the function is a derived
23099 major mode, print the parent mode.
23100
23101 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23102 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23103
23104 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23105
23106 * minibuffer.el (completion--capf-wrapper): Check applicability before
23107 returning non-nil for non-exclusive completion data.
23108 * progmodes/etags.el (tags-completion-at-point-function):
23109 * info-look.el (info-lookup-completions-at-point): Mark as
23110 non-exclusive.
23111 (info-complete): Adjust accordingly.
23112
23113 * info-look.el: Convert to lexical-binding and completion-at-point.
23114 (info-lookup-completions-at-point): New function.
23115 (info-complete): Use it and completion-in-region.
23116
23117 2011-05-28 Drew Adams <drew.adams@oracle.com>
23118
23119 * isearch.el: Let M-e start with point at the first mismatched char.
23120 (isearch-fail-pos): New function.
23121 (isearch-edit-string): Use it.
23122
23123 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23124
23125 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23126
23127 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23128
23129 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23130 traversal functions for avl-trees.
23131 (avl-tree--stack): New struct.
23132 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23133 (avl-tree-enter): Add optional `updatefun' arg.
23134 (avl-tree--do-enter): Add optional `updatefun' arg.
23135 Change return value.
23136 (avl-tree-delete): Add optional `test' and `nilflag' args.
23137 (avl-tree--do-delete): Add `test' and `nilflag' args.
23138 Change return value.
23139 (avl-tree-member): Add optional `nilflag'
23140 (avl-tree-member-p): New function.
23141 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23142 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23143 (avl-tree-stack-empty-p): New functions.
23144
23145 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23146 avl-tree--del-balance1 and make it work both ways.
23147 (avl-tree--del-balance2): Remove.
23148 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23149 make it work both ways.
23150 (avl-tree--enter-balance2): Remove.
23151 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23152 New macros.
23153 (avl-tree--mapc, avl-tree-map): Add direction argument.
23154
23155 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23156
23157 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23158
23159 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23160
23161 * select.el: Support clipboard managers with built-in function
23162 x-clipboard-manager-save, via delete-frame-functions and
23163 kill-emacs-hook.
23164 (xselect-convert-to-targets): Add MULTIPLE target to list.
23165 (xselect-convert-to-save-targets): New function.
23166
23167 2011-05-27 Kenichi Handa <handa@m17n.org>
23168
23169 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23170 let-binding rfc2047-encode-encoded-words to nil.
23171
23172 2011-05-27 Glenn Morris <rgm@gnu.org>
23173
23174 * mail/emacsbug.el: Don't require url-util.
23175
23176 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23177
23178 * files.el (set-auto-mode):
23179 Also respect mode: entries at the end of the file. (Bug#8586)
23180
23181 2011-05-26 Glenn Morris <rgm@gnu.org>
23182
23183 * files.el (hack-local-variables-prop-line, hack-local-variables):
23184 Downcase mode names, as seems to be traditional.
23185 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23186
23187 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23188 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23189
23190 2011-05-25 Julien Danjou <julien@danjou.info>
23191
23192 * textmodes/rst.el (rst-define-level-faces): Do not define face
23193 symbol if it is already defined.
23194
23195 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
23196
23197 * play/5x5.el (5x5-new-game, 5x5-randomize):
23198 Reset 5x5-solver-output to nil when a new grid is cast.
23199 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23200 these debugging traces, as defmacro breaks the compiled code.
23201
23202 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23203
23204 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23205
23206 2011-05-24 Leo Liu <sdl.web@gmail.com>
23207
23208 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23209 (vc-bzr-sha1): Adapt.
23210
23211 * sha1.el: Remove. Function `sha1' is now builtin.
23212
23213 * bindings.el: Provide sha1 feature.
23214
23215 2011-05-24 Kenichi Handa <handa@m17n.org>
23216
23217 * mail/sendmail.el: Require `rfc2047'.
23218 (mail-insert-from-field): Do not perform RFC2047 encoding.
23219 (mail-encode-header): New function.
23220 (sendmail-send-it): Set buffer-file-coding-system of the work
23221 buffer to the return value of select-message-coding-system.
23222 Call mail-encode-header.
23223
23224 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23225
23226 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23227
23228 * mail/supercite.el (sc-default-cite-frame):
23229 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23230
23231 2011-05-24 Glenn Morris <rgm@gnu.org>
23232
23233 * progmodes/python.el (brm-menu): Declare.
23234
23235 * emulation/viper.el (viper-set-hooks): Declare.
23236
23237 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23238 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23239 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23240 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23241 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23242 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23243
23244 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23245
23246 Add an :exit-function for completion-at-point.
23247
23248 * minibuffer.el (completion--done): New fun.
23249 (completion--do-completion): Use it. New arg `expect-exact'.
23250 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23251 since completion--do-completion does it for us now.
23252 (minibuffer-force-complete): Use completion--done and
23253 completion--replace. Handle sole-completion case with more care.
23254 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23255 (completion-extra-properties): New var.
23256 (completion-annotate-function): Make obsolete.
23257 (minibuffer-completion-help): Adjust accordingly.
23258 Use completion-list-insert-choice-function.
23259 (completion-at-point, completion-help-at-point):
23260 Bind completion-extra-properties.
23261 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23262 * simple.el (completion-list-insert-choice-function): New var.
23263 (completion-setup-function): Preserve it.
23264 (choose-completion): Pay attention to it, shuffle the code a bit.
23265 (choose-completion-string): New arg `insert-function'.
23266
23267 * textmodes/bibtex.el: Convert to lexical binding.
23268 (bibtex-mode-map): Use completion-at-point.
23269 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23270 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23271 (bibtex-complete): Define as obsolete alias.
23272 (bibtex-complete-internal): Remove.
23273 (bibtex-format-entry): Remove unused sub-group in regexp.
23274 * shell.el (shell--command-completion-data)
23275 (shell-environment-variable-completion):
23276 * pcomplete.el (pcomplete-completions-at-point):
23277 * comint.el (comint--complete-file-name-data): Use :exit-function
23278 instead of completion-table-with-terminator so it also works for
23279 choose-completion.
23280
23281 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23282
23283 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23284
23285 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23286 (bug#8710).
23287
23288 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23289
23290 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23291
23292 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23293 customization variable and implement: If non-nil, auto-fill will
23294 be inhibited while on topic's header line.
23295
23296 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23297
23298 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23299 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23300 always have a solution in grid size = 5 cases.
23301 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23302 (5x5-solver-output, 5x5-log-buffer): New vars.
23303 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23304 Make these variables buffer local to achieve 5x5 multi-session-ness.
23305 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23306 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23307 (5x5-solve-suggest): New funs.
23308 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23309 randomize a grid so that we ensure that there is always a solution.
23310 (5x5-make-random-grid): Allow other movement than flipping.
23311
23312 2011-05-23 Kevin Ryde <user42@zip.com.au>
23313
23314 * emacs-lisp/advice.el (ad-read-advised-function):
23315 Use `function-called-at-point' as the default, if it has
23316 advice and passes PREDICATE.
23317
23318 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23319
23320 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23321 byte-compile-lambda if it's actually a lambda.
23322
23323 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23324 Fix function quoting. Use backquote better.
23325
23326 2011-05-22 Yuanle Song <sylecn@gmail.com>
23327
23328 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23329 matching (Bug#8516).
23330
23331 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23332
23333 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23334 different face (Bug#8178).
23335
23336 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23337
23338 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23339 defface (Bug#8144).
23340
23341 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23342
23343 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23344 funcall as well (bug#8712). Warn when performing those conversions.
23345 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23346
23347 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23348
23349 2011-05-22 Glenn Morris <rgm@gnu.org>
23350
23351 * files.el (hack-local-variables-prop-line): Small simplifications.
23352 (hack-local-variables, hack-local-variables-prop-line):
23353 If MODE-ONLY, return the mode, rather than just `t'.
23354
23355 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23356
23357 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23358
23359 2011-05-21 Glenn Morris <rgm@gnu.org>
23360
23361 * files.el (hack-local-variables-prop-line, hack-local-variables):
23362 If only interested in the mode, don't bother doing the other stuff.
23363
23364 * image-mode.el (image-after-revert-hook):
23365 Redraw all frames on which the image is visible. (Bug#8567)
23366
23367 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23368
23369 * wid-edit.el (widget-checklist-match-inline):
23370 Fix 2011-04-19 change. (Bug#8649)
23371
23372 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23373
23374 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23375 Also allow singlespace after single-letter capitals followed by a dot.
23376
23377 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23378 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23379
23380 2011-05-20 Nix <nix@esperi.org.uk>
23381
23382 * files.el (basic-save-buffer-2):
23383 Fix handling of break-hardlink-on-save with non-existent files.
23384
23385 2011-05-19 Deniz Dogan <deniz@dogan.se>
23386
23387 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23388 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23389
23390 2011-05-19 Glenn Morris <rgm@gnu.org>
23391
23392 * progmodes/f90.el (f90-type-def-re):
23393 Handle "type, bind(c)". (Bug#8691)
23394
23395 * emacs-lisp/autoload.el (batch-update-autoloads):
23396 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23397
23398 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23399
23400 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23401 property for the correct connection in case of multihops.
23402
23403 2011-05-18 Glenn Morris <rgm@gnu.org>
23404
23405 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23406 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23407
23408 Rationalize calendar handling of day and month abbrev-arrays.
23409 * calendar/calendar.el (calendar-customized-p): New function.
23410 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23411 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23412 Add :set function.
23413 (calendar-abbrev-length, calendar-day-abbrev-array)
23414 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23415 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23416 Elements may no longer be nil.
23417 (calendar-day-name, calendar-month-name):
23418 Update for changed nature of abbrev arrays.
23419 * calendar/diary-lib.el (diary-name-pattern):
23420 Update for changed nature of abbrev arrays.
23421 (diary-mark-entries-1): Update calendar-make-alist calls.
23422 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23423 * calendar/cal-html.el (cal-html-day-abbrev-array):
23424 Simply inherit from calendar-day-abbrev-array.
23425
23426 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23427
23428 * progmodes/grep.el (grep-mode): Disable default
23429 compilation-directory-matcher setting (bug#8684).
23430
23431 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23432
23433 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23434 instead of "head" and "tail". There were problems with SunOS 5.9,
23435 and it performs better.
23436
23437 2011-05-17 Glenn Morris <rgm@gnu.org>
23438
23439 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23440
23441 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23442 Replace obsolete function.
23443
23444 * shell.el (pcomplete-parse-arguments-function): Declare.
23445
23446 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23447 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23448 (appt-check): Doc fixes.
23449 (appt-disp-window-function, appt-delete-window-function):
23450 Remove needless special case in custom :type.
23451 (appt-display-count): Default to 0, not nil.
23452 (appt-check): Reset appt-display-count to 0, not nil.
23453
23454 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23455
23456 * progmodes/python.el (python-font-lock-keywords):
23457 Add the Python 3.X keyword "nonlocal" (bug#8639).
23458
23459 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23460
23461 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23462
23463 2011-05-16 Kevin Ryde <user42@zip.com.au>
23464
23465 * info-look.el (makefile-automake-mode): New setups, looking in
23466 automake manual, then makefile-mode.
23467 (makefile-mode): Remove automake manual, have it just in
23468 makefile-automake-mode since there's various things different or
23469 not relevant to plain make.
23470 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23471 believe a hypothetical automake-mode would go to makefile-mode,
23472 not the other way around.
23473
23474 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23475
23476 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23477 hunk-end tags (Bug#8672).
23478
23479 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23480 vc-annotate-show-diff-revision-at-line (Bug#8671).
23481
23482 2011-05-14 Glenn Morris <rgm@gnu.org>
23483
23484 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23485 in the middle of an existing one with multiple authors. (Bug#8645)
23486 (change-log-font-lock-keywords): Also handle multiple author lines
23487 with leading tabs. (Bug#8644)
23488
23489 * calendar/appt.el (appt-check): Rename some local variables.
23490 Some simplification/reordering.
23491
23492 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23493 (feedmail-sendmail-f-doesnt-sell-me-out)
23494 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23495 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23496 (feedmail-queue-runner-message-sender): Set :version.
23497 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23498 (bbdb-dwim-net-address, vm-mail): Declare.
23499 (feedmail-binmail-gnulinuxish-template):
23500 Rename from feedmail-binmail-linuxish-template.
23501 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23502 Use insert-buffer-substring.
23503
23504 2011-05-14 Bill Carpenter <bill@carpenter.org>
23505
23506 * mail/feedmail.el (feedmail-patch-level): Increase.
23507 (feedmail-debug): New custom group.
23508 (feedmail-confirm-outgoing-timeout)
23509 (feedmail-sendmail-f-doesnt-sell-me-out)
23510 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23511 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23512 (feedmail-sender-line, feedmail-from-line)
23513 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23514 (feedmail-spray-this-address)
23515 (feedmail-spray-address-fiddle-plex-list)
23516 (feedmail-queue-use-send-time-for-date)
23517 (feedmail-queue-use-send-time-for-message-id)
23518 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23519 (feedmail-buffer-eating-function):
23520 Doc fixes.
23521 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23522 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23523 (feedmail-message-action-scroll-down): New functions.
23524 (feedmail-queue-directory, feedmail-queue-draft-directory):
23525 Use expand-file-name.
23526 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23527 Remove C-v help entry.
23528 (feedmail-queue-buffer-file-name): New variable.
23529 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23530 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23531 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23532 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23533 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23534 (feedmail-message-action-toggle-spray)
23535 (feedmail-run-the-queue-no-prompts)
23536 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23537 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23538 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23539 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23540 (feedmail-envelope-deducer, feedmail-fiddle-from)
23541 (feedmail-fiddle-sender, feedmail-default-date-generator)
23542 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23543 (feedmail-fiddle-spray-address)
23544 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23545 (feedmail-fiddle-list-of-fiddle-plexes)
23546 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23547 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23548 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23549 Change default. Doc fix.
23550 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23551 (feedmail-binmail-linuxish-template): New constant.
23552 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23553 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23554 (feedmail-send-it): Add debug call.
23555 Use feedmail-queue-buffer-file-name, and
23556 feedmail-send-it-immediately-wrapper.
23557 (feedmail-message-action-send): Add debug call.
23558 Use feedmail-send-it-immediately-wrapper.
23559 (feedmail-queue-express-to-queue): Add debug call.
23560 Run feedmail-queue-express-hook.
23561 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23562 (feedmail-message-action-help-blat):
23563 Rename from feedmail-queue-send-edit-prompt-help-first.
23564 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23565 Check line-endings. Handle errors better.
23566 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23567 Doc fix. Add debug call.
23568 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23569 Use feedmail-queue-send-edit-prompt-inner.
23570 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23571 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23572 from feedmail-queue-send-edit-prompt.
23573 (feedmail-queue-send-edit-prompt-help)
23574 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23575 (feedmail-tidy-up-slug): Add debug call.
23576 Respect feedmail-queue-slug-suspect-regexp.
23577 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23578 (feedmail-dump-message-to-queue): Add debug call.
23579 Expand queue-directory.
23580 (feedmail-dump-message-to-queue): Change message slightly.
23581 Use feedmail-say-chatter.
23582 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23583 (feedmail-send-it-immediately-wrapper): New function.
23584 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23585 Insert empty string rather than newline. Handle full-frame case.
23586 Use catch/throw. Use feedmail-say-chatter.
23587 (feedmail-fiddle-from): Try mail-host-address.
23588 (feedmail-default-message-id-generator): Doc fix.
23589 Bind system-time-locale. Handle missing end.
23590 (feedmail-fiddle-x-mailer): Add debug call.
23591 Handle feedmail-x-mailer-line being nil.
23592 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23593 Add debug call. Use buffer-substring-no-properties.
23594 (feedmail-say-debug, feedmail-say-chatter): New functions.
23595 (feedmail-find-eoh): Give an explicit error.
23596
23597 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23598
23599 * net/newst-treeview.el (newsticker-treeview-face): Change default
23600 family from helvetica to sans.
23601 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23602 etc/images/newsticker.
23603
23604 * net/newst-reader.el (newsticker-feed-face): Change default
23605 family from helvetica to sans.
23606
23607 * net/newst-plainview.el (newsticker-new-item-face)
23608 (newsticker-old-item-face, newsticker-immortal-item-face)
23609 (newsticker-obsolete-item-face, newsticker-date-face)
23610 (newsticker-statistics-face): Change default family from
23611 helvetica to sans.
23612 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23613 etc/images/newsticker.
23614
23615 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23616 (newsticker--process-auto-mark-filter-match): Tell user about
23617 auto-marking.
23618
23619 2011-05-13 Didier Verna <didier@xemacs.org>
23620
23621 Common Lisp indentation improvements on defmethod and lambda-lists.
23622 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23623 TODO entries.
23624 (lisp-lambda-list-keyword-parameter-indentation)
23625 (lisp-lambda-list-keyword-parameter-alignment)
23626 (lisp-lambda-list-keyword-alignment): New customizable user options.
23627 (lisp-indent-defun-method): Improve docstring.
23628 (extended-loop-p): Fix comment.
23629 (lisp-indent-lambda-list-keywords-regexp): New variable.
23630 (lisp-indent-lambda-list): New function.
23631 (lisp-indent-259): Use it.
23632 (lisp-indent-defmethod): Support for more than one
23633 method qualifier and properly indent methods lambda-lists.
23634 (defgeneric): Provide a missing common-lisp-indent-function property.
23635
23636 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23637
23638 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23639 bounds for the empty string (bug#8667).
23640
23641 2011-05-13 Glenn Morris <rgm@gnu.org>
23642
23643 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23644
23645 * mail/sendmail.el (sendmail-program): Try executable-find first.
23646 (sendmail-send-it): `sendmail-program' cannot be unbound.
23647
23648 * calendar/appt.el (appt-make-list): Simplify.
23649 (appt-time-msg-list): Doc fix.
23650 (appt-check): Change mode-line message at the time of the appointment.
23651
23652 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23653
23654 * progmodes/ld-script.el (ld-script-keywords)
23655 (ld-script-builtins): Update keywords list.
23656
23657 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23658
23659 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23660
23661 * shell.el (shell-completion-vars): New function.
23662 (shell-mode):
23663 * simple.el (read-shell-command): Use it.
23664 (blink-matching-open): No need for " [...]" in minibuffer-message.
23665
23666 2011-05-12 Glenn Morris <rgm@gnu.org>
23667
23668 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23669 (appt-check): Simplify.
23670
23671 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23672
23673 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23674 literal "/dev/null".
23675
23676 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23677
23678 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23679 Fix typo.
23680
23681 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23682
23683 * progmodes/which-func.el (which-function):
23684 Use add-log-current-defun instead of add-log-current-defun-function,
23685 which might not be defined (Bug#8260).
23686
23687 2011-05-12 Glenn Morris <rgm@gnu.org>
23688
23689 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23690 Let byte-compile-initial-macro-environment always take precedence.
23691
23692 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23693
23694 * net/rcirc.el: Add support for SSL/TLS connections.
23695 (rcirc-server-alist): New field `encryption'.
23696 (rcirc): Check `encryption' settings.
23697 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23698 Merge make-local-variable into `set'.
23699 (rcirc--connection-open-p): New function.
23700 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23701 the process is not a network process (e.g. running gnutls-cli).
23702 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23703 Make rcirc-(en|de)code-coding-system local here.
23704 (rcirc-mode): Merge make-local-variable into `set'.
23705 (rcirc-parent-buffer): Make permanent buffer-local.
23706 (rcirc-multiline-minor-mode): Don't do it here.
23707 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23708 there's no server buffer.
23709
23710 2011-05-11 Glenn Morris <rgm@gnu.org>
23711
23712 * newcomment.el (comment-kill): Prefix "unused" local.
23713
23714 * term/w32console.el (get-screen-color): Declare.
23715
23716 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23717 Handle symbol elements of byte-compile-initial-macro-environment.
23718
23719 2011-05-10 Leo Liu <sdl.web@gmail.com>
23720
23721 * bookmark.el (bookmark-bmenu-mode-map):
23722 Bind bookmark-bmenu-search to `/'.
23723
23724 * mail/footnote.el: Convert to utf-8 encoding.
23725 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23726 (Footnote-unicode): New function.
23727 (footnote-style-alist): Add unicode style to the list.
23728 (footnote-style): Doc fix.
23729
23730 2011-05-10 Jim Meyering <meyering@redhat.com>
23731
23732 Fix doubled-word typos.
23733 * international/quail.el (quail-insert-kbd-layout): and and -> and
23734 * kermit.el: and and -> and
23735 * net/ldap.el (ldap-search-internal): to to -> to
23736 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23737 * progmodes/js.el (js-mode): and and -> and
23738 * textmodes/artist.el (artist-move-to-xy): at at -> at
23739 (artist-draw-region-trim-line-endings): if if -> if
23740 And Safetyc -> Safety.
23741 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23742
23743 2011-05-10 Glenn Morris <rgm@gnu.org>
23744 Stefan Monnier <monnier@iro.umontreal.ca>
23745
23746 * files.el (hack-one-local-variable-eval-safep):
23747 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23748
23749 2011-05-10 Glenn Morris <rgm@gnu.org>
23750
23751 * calendar/diary-lib.el (diary-list-entries-hook)
23752 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23753 (diary-nongregorian-marking-hook, diary-list-entries)
23754 (diary-include-other-diary-files, diary-mark-entries)
23755 (diary-mark-included-diary-files): Doc fixes.
23756
23757 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23758
23759 * misc.el: Require tabulated-list.el during compilation.
23760
23761 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23762
23763 * progmodes/compile.el (compilation-start):
23764 Run compilation-filter-hook for the async case too.
23765 (compilation-filter-hook): Doc fix.
23766
23767 2011-05-09 Deniz Dogan <deniz@dogan.se>
23768
23769 * wdired.el: Remove outdated installation comment. Fix usage
23770 comment.
23771
23772 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23773
23774 * misc.el: Implement new command `list-dynamic-libraries'.
23775 (list-dynamic-libraries--loaded-only-p): New variable.
23776 (list-dynamic-libraries--refresh): New function.
23777 (list-dynamic-libraries): New command.
23778
23779 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23780
23781 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23782 Fix the ant regexp to handle end-line and end-column info from jikes.
23783 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23784 higher priority to avoid clobbering by gnu.
23785
23786 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23787
23788 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23789 if the face has existing theme settings (Bug#8454).
23790
23791 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23792
23793 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23794 Only match variables declared via `my' or `our' (Bug#8261).
23795
23796 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23797 special file names `.' and `..' (Bug#8259).
23798
23799 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23800
23801 * progmodes/grep.el (grep-mode-font-lock-keywords):
23802 Remove buffer-changing entries.
23803 (grep-filter): New function.
23804 (grep-mode): Add it to compilation-filter-hook.
23805
23806 * progmodes/compile.el (compilation-filter-hook)
23807 (compilation-filter-start): New defvars.
23808 (compilation-filter): Call compilation-filter-hook prior to
23809 updating the process mark.
23810
23811 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23812
23813 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23814
23815 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23816
23817 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23818 mailclient-send-it even if window-system is nil. (Bug#8595)
23819
23820 * term/w32console.el (terminal-init-w32console):
23821 Call get-screen-color and use its output to set the frame
23822 background-mode. (Bug#8597)
23823
23824 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23825
23826 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23827 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23828 New functions.
23829 (defgeneric, eieio--defmethod): Use them.
23830 (eieio-defgeneric): Remove.
23831 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23832
23833 2011-05-07 Glenn Morris <rgm@gnu.org>
23834
23835 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23836 Use let rather than let*.
23837 (timeclock-find-discrep): Remove unused local.
23838
23839 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23840
23841 * calendar/appt.el (appt-time-msg-list): Doc fix.
23842
23843 2011-05-06 Noah Friedman <friedman@splode.com>
23844
23845 * apropos.el (apropos-print-doc): Only use
23846 emacs-lisp-docstring-fill-column when it is bound to an integer,
23847 per that variable's documentation.
23848
23849 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23850
23851 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23852 and warnings are not silently discarded (e.g. use -d instead of -P).
23853
23854 2011-05-06 Glenn Morris <rgm@gnu.org>
23855
23856 * calendar/appt.el (appt-message-warning-time): Doc fix.
23857 (appt-warning-time-regexp): New option.
23858 (appt-make-list): Respect appt-message-warning-time.
23859
23860 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23861 New options.
23862 (diary-add-to-list): Strip comments from the displayed string.
23863 (diary-mode): Set comment-start and comment-end.
23864
23865 * vc/diff-mode.el (smerge-refine-subst): Declare.
23866 (diff-refine-hunk): Don't require smerge-mode when compiling.
23867
23868 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23869
23870 * simple.el (list-processes): Return nil as the docstring says.
23871
23872 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23873
23874 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23875 to "".
23876 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23877 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23878 determining of binary transfer. (Bug#7383)
23879
23880 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23881
23882 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23883 Fix port computation bug. (Bug#8618)
23884
23885 2011-05-05 Glenn Morris <rgm@gnu.org>
23886
23887 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23888
23889 * simple.el (shell-dynamic-complete-functions)
23890 (comint-dynamic-complete-functions): Declare.
23891
23892 * net/network-stream.el (gnutls-negotiate):
23893 * simple.el (tabulated-list-print): Fix declarations.
23894
23895 * progmodes/gud.el (syntax-symbol, syntax-point):
23896 Remove unnecessary and incorrect declarations.
23897
23898 * emacs-lisp/check-declare.el (check-declare-scan):
23899 Handle byte-compile-initial-macro-environment in bytecomp.el.
23900
23901 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23902
23903 Fix earlier half-done eieio-defmethod change (bug#8338).
23904 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23905 Streamline and change calling convention.
23906 (defmethod): Adjust accordingly and simplify.
23907 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23908 new eieio--defmethod.
23909 (slot-boundp): Minor CSE simplification.
23910
23911 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23912
23913 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23914 (glasses-make-readable): Use glasses-separate-capital-groups.
23915
23916 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23917
23918 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23919 (warning-series): Doc fix.
23920 (display-warning): Don't try to create the buffer if we just found it.
23921
23922 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
23923
23924 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23925 (autoload-find-generated-file): New function.
23926 (generate-file-autoloads): Bind generated-autoload-file to
23927 buffer-file-name.
23928 (update-file-autoloads, update-directory-autoloads):
23929 Use autoload-find-generated-file. If called interactively, prompt for
23930 output file (Bug#7989).
23931 (batch-update-autoloads): Doc fix.
23932
23933 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
23934
23935 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23936
23937 2011-05-04 Glenn Morris <rgm@gnu.org>
23938
23939 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23940 function, so it follows changes in calendar-date-style.
23941 (diary-fancy-date-matcher): New function.
23942 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23943 (diary-fancy-font-lock-fontify-region-function):
23944 Use diary-fancy-date-pattern as a function.
23945
23946 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23947 non-numbers for `year' etc pseudo-variables. (Bug#8583)
23948
23949 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
23950
23951 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23952 instead of positional arguments. Allow :keylist and :crlfiles
23953 arguments.
23954 (open-gnutls-stream): Call it.
23955
23956 * net/network-stream.el (network-stream-open-starttls): Adjust to
23957 call `gnutls-negotiate' with :process and :hostname arguments.
23958
23959 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
23960
23961 * minibuffer.el (completion--message): New function.
23962 (completion--do-completion, minibuffer-complete)
23963 (minibuffer-force-complete, minibuffer-complete-word): Use it.
23964 (completion--do-completion): Don't ignore completion-auto-help when in
23965 icomplete-mode.
23966
23967 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23968 internal encoding (e.g. tibetan zero is not whitespace).
23969 (global-whitespace-mode): Prefer save-current-buffer.
23970 (whitespace-trailing-regexp): Remove useless save-match-data.
23971 (whitespace-empty-at-bob-regexp): Minor simplification.
23972
23973 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
23974
23975 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23976
23977 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
23978
23979 * textmodes/ispell.el (ispell-add-per-file-word-list):
23980 Use `concat' to create string for insertion.
23981
23982 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23983
23984 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23985 Avoid open-line which runs post-self-insert-hook.
23986 (bibtex-fill-entry): Remove unused `end' var.
23987
23988 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
23989
23990 * textmodes/ispell.el (ispell-add-per-file-word-list):
23991 Protect against `nil' value of `comment-start' (Bug#8579).
23992
23993 2011-05-03 Leo Liu <sdl.web@gmail.com>
23994
23995 * isearch.el (isearch-yank-pop): New command.
23996 (isearch-mode-map): Bind it to `M-y'.
23997 (isearch-forward): Mention it.
23998
23999 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24000
24001 * simple.el (minibuffer-complete-shell-command): Remove.
24002 (minibuffer-local-shell-command-map): Use completion-at-point.
24003 (read-shell-command): Setup completion vars here instead.
24004 (read-expression-map): Bind TAB to symbol completion.
24005
24006 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24007 error directly rather via storing it into `results'.
24008
24009 2011-05-02 Leo Liu <sdl.web@gmail.com>
24010
24011 * vc/diff.el: Fix description.
24012
24013 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24014
24015 * server.el (server-eval-at): New function.
24016
24017 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24018
24019 * net/network-stream.el (open-network-stream): Take a :nowait
24020 parameter and pass it on to `make-network-process'.
24021 (network-stream-open-plain): Ditto.
24022
24023 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24024
24025 * faces.el (face-spec-set-match-display): Don't match toolkit
24026 options on terminal frames.
24027
24028 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24029
24030 * progmodes/pascal.el: Use lexical binding.
24031 (pascal-mode-map): Remove author preferences.
24032
24033 * pcomplete.el (pcomplete-std-complete): Don't abuse
24034 completion-at-point.
24035
24036 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24037
24038 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24039 removing code that has been dead since 1991 or so.
24040
24041 * startup.el (command-line): When warning about "_emacs", use a
24042 delayed warning to allow the user to filter it out.
24043
24044 2011-04-28 Deniz Dogan <deniz@dogan.se>
24045
24046 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24047 user has not joined.
24048
24049 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24050
24051 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24052 aren't any completions at point.
24053
24054 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24055
24056 * subr.el (display-delayed-warnings): New function.
24057 (delayed-warnings-hook): New variable.
24058
24059 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24060
24061 * minibuffer.el (completion-at-point, completion-help-at-point):
24062 Don't presume that a given completion-at-point-function will always
24063 use the same calling convention.
24064
24065 * pcomplete.el (pcomplete-completions-at-point):
24066 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24067 pcomplete-seen is non-nil.
24068 (pcomplete-comint-setup): Also recognize the new comint/shell
24069 completion functions.
24070 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24071 pcomplete-seen is non-nil.
24072
24073 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24074
24075 * calendar/icalendar.el (diary-lib): Add require statement.
24076 (icalendar--create-uid): Read out a uid from a text-property on
24077 the first character in the entry. This allows for code to add its
24078 own uid to the entry.
24079 (icalendar--convert-float-to-ical): Add export of
24080 `diary-float'-entries save for those with the optional DAY
24081 argument.
24082
24083 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24084
24085 * subr.el (shell-quote-argument): Use alternate escaping strategy
24086 when we spot a variable reference in a string.
24087
24088 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24089
24090 * cus-start.el (all): Define customization for debug-on-event.
24091
24092 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24093
24094 * subr.el (shell-quote-argument): Escape correctly under Windows.
24095
24096 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24097
24098 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24099
24100 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24101
24102 * net/tramp.el (tramp-process-actions): Add POS argument.
24103 Delete region between POS and (pos).
24104
24105 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24106 Use `nil' position in `tramp-process-actions' call.
24107 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24108
24109 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24110 position in `tramp-process-actions' call.
24111
24112 * net/trampver.el: Update release number.
24113
24114 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24115
24116 * custom.el (defcustom): Obey lexical-binding.
24117
24118 Fix octave-inf completion problems reported by Alexander Klimov.
24119 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24120 Inherit from octave-mode-syntax-table.
24121 (inferior-octave-mode): Set info-lookup-mode.
24122 (inferior-octave-completion-at-point): New function.
24123 (inferior-octave-complete): Use it and completion-in-region.
24124 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24125 comint-filename-completion.
24126 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24127 symbol elements which shouldn't be word elements.
24128 (octave-font-lock-keywords, octave-beginning-of-defun)
24129 (octave-function-header-regexp): Adjust regexps accordingly.
24130 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24131
24132 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24133
24134 * net/gnutls.el (gnutls-errorp): Declare before first use.
24135
24136 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24137
24138 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24139 verify-error, and verify-hostname-error parameters. Check whether
24140 default trustfile exists before going to use it. Add missing
24141 argument to gnutls-message-maybe call. Return value.
24142 Reported by Claudio Bley <claudio.bley@gmail.com>.
24143 (open-gnutls-stream): Add usage example.
24144
24145 * net/network-stream.el (network-stream-open-starttls): Give host
24146 parameter to `gnutls-negotiate'.
24147 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24148 * subr.el (shell-quote-argument): Escape correctly under Windows.
24149
24150 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24151
24152 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24153 Use correct match group (bug#8438).
24154
24155 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24156
24157 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24158 (package-menu--generate): New arg specifying packages to show.
24159 (package-menu-refresh, package-menu-execute, list-packages):
24160 Callers changed.
24161 (package-show-package-list): New function, replacing deleted
24162 package--list-packages (renamed because it is non-internal).
24163
24164 * finder.el (finder-list-matches): Use package-show-package-list
24165 instead of deleted package--list-packages.
24166
24167 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24168 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24169 (vc-annotate-mode-map): Bind it to RET.
24170
24171 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24172
24173 * progmodes/etags.el (next-file): Don't use set-buffer to change
24174 buffers (Bug#8478).
24175
24176 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24177
24178 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24179
24180 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24181 (apropos-accumulator): Doc fix.
24182 (apropos-function, apropos-macro, apropos-command)
24183 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24184 (apropos-plist): Add face property.
24185 (apropos-symbols-internal): Fix indentation.
24186 (apropos-print): Simplify help, and recognize apropos-multi-type.
24187 (apropos-print-doc): Use button-type-get to extract the button's
24188 face property. Fill docstring (Bug#8352).
24189
24190 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24191
24192 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24193
24194 * play/mpuz.el (mpuz-silent): Doc fix.
24195 (mpuz-mode-map): Use mapc.
24196 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24197 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24198 Fix typos in docstrings.
24199
24200 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24201 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24202
24203 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24204
24205 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24206
24207 * minibuffer.el (completion--do-completion): Avoid the "Next char
24208 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24209
24210 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24211 mouse-2 into unread-command-events, it is interpreted correctly.
24212
24213 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24214 (image-toggle-display): Doc fix.
24215
24216 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24217
24218 * textmodes/page.el (what-page): Use line-number-at-pos to
24219 calculate line number (Bug#6825).
24220
24221 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24222
24223 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24224 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24225 Pass argument NO-DEFAULT to `find-tag-interactive'.
24226
24227 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24228
24229 Lexical-binding cleanup.
24230
24231 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24232 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24233 * progmodes/ada-prj.el (ada-prj-initialize-values)
24234 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24235 (ada-prj-show-value):
24236 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24237 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24238 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24239 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24240 * progmodes/bug-reference.el (bug-reference-push-button):
24241 * progmodes/fortran.el (fortran-line-length):
24242 * progmodes/glasses.el (glasses-change):
24243 * progmodes/octave-mod.el (octave-fill-paragraph):
24244 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24245 (python-pdbtrack-grub-for-buffer, python-sentinel):
24246 * progmodes/sql.el (sql-save-connection):
24247 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24248 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24249 Mark unused parameters.
24250
24251 * progmodes/compile.el (compilation--flush-directory-cache)
24252 (compilation--flush-parse, compile-internal): Mark unused parameters.
24253 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24254 (compilation-next-error-function): Remove unused variable `timestamp'.
24255
24256 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24257 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24258
24259 * progmodes/dcl-mode.el (dcl-end-of-command):
24260 Remove unused variable `start'.
24261 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24262 (dcl-option-value-basic, dcl-option-value-offset)
24263 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24264 Mark unused parameters.
24265 (dcl-save-local-variable): Remove unused variable `val'.
24266 (mode): Declare.
24267
24268 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24269 Mark unused parameters.
24270 (delphi-ignore-changes): Move before first use.
24271 (delphi-charset-token-at): Remove unused variable `start'.
24272 (delphi-else-start): Remove unused variable `if-count'.
24273 (delphi-comment-block-start, delphi-comment-block-end):
24274 Remove unused variable `kind'.
24275 (delphi-indent-line): Remove unused variable `new-point'.
24276
24277 * progmodes/ebrowse.el (ebrowse-files-list)
24278 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24279 Mark unused parameters. Don't quote `lambda'.
24280 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24281 Don't quote `lambda'.
24282 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24283 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24284 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24285 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24286 Use `ignore-errors'.
24287 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24288 (ebrowse-view/find-file-and-search-pattern)
24289 (ebrowse-view/find-member-declaration/definition):
24290 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24291 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24292 Rename parameter PREFIX-ARG to PREFIX.
24293 (ebrowse-tags-read-name): Remove unused variables `start' and
24294 `member-info'.
24295 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24296 to `tags-file'.
24297
24298 * progmodes/etags.el (local-find-tag-hook): Declare.
24299 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24300 Mark unused parameters.
24301
24302 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24303 (executable-interpret): Mark unused parameter.
24304
24305 * progmodes/flymake.el (flymake-process-sentinel)
24306 (flymake-after-change-function)
24307 (flymake-create-temp-with-folder-structure)
24308 (flymake-get-include-dirs-dot): Mark unused parameters.
24309 (flymake-safe-delete-directory): Remove unused variable `err'.
24310
24311 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24312 (speedbar-timer-fn, speedbar-line-text)
24313 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24314 (speedbar-center-buffer-smartly): Declare functions.
24315 (gdb-find-watch-expression): Remove unused variable `array'.
24316 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24317 (gdb-starting): Mark unused parameters.
24318 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24319 (gdb-table-string): Remove unused variable `res'.
24320 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24321 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24322 (gdb-display-buffer): Remove unused variable `cur-size'.
24323
24324 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24325 allow lexical-binding compilation.
24326 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24327 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24328 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24329 Mark unused parameters.
24330 (gud-gdb-marker-filter): Remove unused variable `match'.
24331 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24332 lambda expressions and funcall them, instead of using `fset'.
24333
24334 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24335 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24336
24337 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24338 variable `header-beg'; use `let'.
24339
24340 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24341 `restart', `last-sexp' and `at-do'.
24342
24343 * progmodes/js.el (js--debug): Mark unused parameter.
24344 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24345 (js--splice-into-items): Remove unused variable `item'.
24346 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24347
24348 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24349 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24350 (makefile-complete): Remove unused variable `try'.
24351 (makefile-fill-paragraph, makefile-match-function-end):
24352 Mark unused parameters.
24353
24354 * progmodes/octave-inf.el (inferior-octave-complete):
24355 Remove unused variable `proc'.
24356 (inferior-octave-output-digest): Mark unused parameter.
24357
24358 * progmodes/perl-mode.el (perl-calculate-indent):
24359 Remove unused variable `err'.
24360
24361 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24362 (prolog-indent-line): Mark unused parameters.
24363 (prolog-indent-line): Remove unused variable `beg'.
24364
24365 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24366 (reporter-dont-compact-list): Declare.
24367
24368 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24369 Remove unused variable `char'.
24370 (sh-debug): Mark unused parameter.
24371 (sh-get-indent-info): Remove unused variable `start'.
24372 (sh-calculate-indent): Remove unused variable `var'.
24373
24374 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24375 (simula-electric-keyword): Remove unused variable `null'.
24376 (simula-search-backward, simula-search-forward): Remove unused
24377 variables `begin' and `end'.
24378
24379 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24380 Remove unused variable `pos'.
24381 (vera-electric-tab, vera-comment-uncomment-region):
24382 Mark unused parameters.
24383 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24384
24385 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24386
24387 * emacs-lisp/package.el (package--builtins, package-alist)
24388 (package-load-descriptor, package-built-in-p, package-activate)
24389 (define-package, package-installed-p)
24390 (package-compute-transaction, package-buffer-info)
24391 (package--push): Doc fix. Distinguish more clearly between
24392 version strings and version lists.
24393
24394 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24395
24396 Lexical-binding cleanup.
24397
24398 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24399 (5x5-make-mutate-best):
24400 * play/fortune.el (fortune-in-buffer):
24401 * play/gomoku.el (gomoku-init-display):
24402 * play/solitaire.el (solitaire, solitaire-do-check):
24403 * play/tetris.el (tetris-default-update-speed-function):
24404 Mark unused parameters.
24405
24406 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24407 (bubbles--shift): Remove unused variable `char-org'.
24408 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24409 (bubbles--show-images): Remove unused variable `char'.
24410
24411 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24412 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24413 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24414 (decipher-analyze-buffer): Use ?\s.
24415 (decipher-make-checkpoint): Remove unused variable `mapping'.
24416
24417 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24418
24419 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24420 Remove unused variable `result'; use `let'.
24421
24422 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24423 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24424 (gametree-children-shown-p, gametree-compute-reduced-score):
24425 Use `ignore-errors'.
24426
24427 * play/handwrite.el (ps-lpr-switches): Declare.
24428 (handwrite): Remove unused variables `pmin' and `lastp'.
24429
24430 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24431
24432 * play/landmark.el (landmark-init-display)
24433 (landmark-update-naught-weights): Mark unused parameters.
24434 (landmark-y): Remove unused variable `noise'. Simplify.
24435 (landmark-human-plays): Remove unused variable `score'.
24436
24437 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24438 (mpuz-try-proposal): Remove unused variable `game'.
24439
24440 * play/zone.el (life-patterns): Declare.
24441
24442 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24443
24444 * vc/vc.el (ediff-vc-internal): Declare function.
24445
24446 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24447
24448 * shell.el: Use lexical-binding and std completion UI.
24449 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24450 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24451 comint-preoutput-filter-functions rather than on
24452 comint-output-filter-functions.
24453 (shell-command-completion, shell--command-completion-data)
24454 (shell-filename-completion, shell-environment-variable-completion)
24455 (shell-c-a-p-replace-by-expanded-directory): New functions.
24456 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24457 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24458 (shell-dynamic-complete-environment-variable): Use them.
24459 (shell-dynamic-complete-as-environment-variable)
24460 (shell-dynamic-complete-as-command): Remove.
24461 (shell-match-partial-variable): Match past point.
24462 * comint.el: Clean up use of completion-at-point-functions.
24463 (comint-completion-at-point): New function.
24464 (comint-mode): Use it completion-at-point-functions.
24465 (comint-dynamic-complete): Make it obsolete.
24466 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24467 (comint-c-a-p-replace-by-expanded-history): New function.
24468 (comint-dynamic-complete-functions)
24469 (comint-replace-by-expanded-history): Use it.
24470 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24471 termination strings. Try harder to avoid second try-completion.
24472 (completion-in-region-mode-map): Disable bindings that don't work yet.
24473
24474 * comint.el: Use lexical-binding. Require CL.
24475 (comint-dynamic-complete-functions): Use comint-filename-completion.
24476 (comint-completion-addsuffix): Tweak custom type.
24477 (comint-filename-completion, comint--common-suffix)
24478 (comint--common-quoted-suffix, comint--table-subvert)
24479 (comint--complete-file-name-data): New functions.
24480 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24481 (comint-dynamic-list-filename-completions): Use them.
24482 (comint-dynamic-simple-complete): Make obsolete.
24483
24484 * minibuffer.el (completion-in-region-mode):
24485 Keep completion-in-region-mode--predicate global.
24486 (completion-in-region--postch):
24487 Assume completion-in-region-mode--predicate is not null.
24488
24489 * progmodes/flymake.el (flymake-start-syntax-check-process):
24490 Obey `dir'. Simplify.
24491
24492 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24493 we're in VC after all.
24494
24495 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24496
24497 * vc/vc.el (vc-diff-build-argument-list-internal)
24498 (vc-version-ediff, vc-ediff): New commands.
24499 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24500
24501 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24502
24503 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24504 add sanity check.
24505
24506 * obsolete/erc-hecomplete.el: Make obsolete.
24507 * obsolete/: Standardize obsolescence info in the header.
24508
24509 2011-04-20 Glenn Morris <rgm@gnu.org>
24510
24511 * calendar/solar.el (solar-horizontal-coordinates):
24512 Use the longitude argument rather than `calendar-longitude'.
24513 (solar-date-next-longitude): Remove unused locals.
24514
24515 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24516
24517 * whitespace.el: New version 13.2.1.
24518
24519 2011-04-20 felix <EmacsWiki> (tiny change)
24520
24521 * whitespace.el (global-whitespace-mode): Keep highlight when
24522 switching between major modes on a file.
24523
24524 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24525
24526 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24527 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24528 multi-line comments as well.
24529
24530 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24531
24532 Lexical-binding cleanup.
24533
24534 * arc-mode.el (archive-mode-revert):
24535 * cmuscheme.el (scheme-interactively-start-process):
24536 * custom.el (custom-initialize-delay):
24537 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24538 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24539 * emacs-lock.el (emacs-lock-clear-sentinel):
24540 * ezimage.el (defezimage):
24541 * follow.el (follow-avoid-tail-recenter):
24542 * fringe.el (set-fringe-mode-1):
24543 * generic-x.el (bat-generic-mode-compile):
24544 * help-mode.el (help-info-variable, help-do-xref)
24545 (help-mode-revert-buffer):
24546 * help.el (view-emacs-todo):
24547 * iswitchb.el (iswitchb-completion-help):
24548 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24549 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24550 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24551 * locate.el (locate-update):
24552 * longlines.el (longlines-encode-region)
24553 (longlines-after-change-function):
24554 * outline.el (outline-isearch-open-invisible):
24555 * ps-def.el (declare-function, charset-dimension, char-width)
24556 (encode-char):
24557 * ps-mule.el (ps-mule-plot-string):
24558 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24559 (recentf-edit-list-select, recentf-edit-list-validate)
24560 (recentf-open-files-action):
24561 * rect.el (delete-whitespace-rectangle-line)
24562 (rectangle-number-line-callback):
24563 * register.el (window-configuration-to-register)
24564 (frame-configuration-to-register):
24565 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24566 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24567 (xselect-convert-to-targets, xselect-convert-to-delete)
24568 (xselect-convert-to-filename, xselect-convert-to-charpos)
24569 (xselect-convert-to-lineno, xselect-convert-to-colno)
24570 (xselect-convert-to-os, xselect-convert-to-host)
24571 (xselect-convert-to-user, xselect-convert-to-class)
24572 (xselect-convert-to-name, xselect-convert-to-integer)
24573 (xselect-convert-to-atom, xselect-convert-to-identity):
24574 * subr.el (declare, ignore, process-kill-without-query)
24575 (text-clone-maintain):
24576 * terminal.el (te-get-char, te-tic-sentinel):
24577 * tool-bar.el (tool-bar-make-keymap):
24578 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24579 * type-break.el (type-break-mode, type-break-noninteractive-query):
24580 * view.el (View-back-to-mark):
24581 * wid-browse.el (widget-browse-action, widget-browse-widget)
24582 (widget-browse-widgets, widget-browse-sexp):
24583 * widget.el (define-widget-keywords):
24584 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24585 Mark unused parameters.
24586
24587 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24588 (align-areas): Remove unused variable `look'.
24589 (align-region): Remove unused variables `real-end' and `pos-list'.
24590
24591 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24592
24593 * bindings.el (mode-line-modified, mode-line-remote):
24594 Mark unused parameters.
24595 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24596
24597 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24598 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24599
24600 * comint.el (comint-history-isearch-pop-state)
24601 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24602 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24603 (comint-substitute-in-file-name): Doc fix.
24604
24605 * completion.el (cmpl-statistics-block): Mark unused parameter.
24606 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24607 (save-completions-to-file, load-completions-from-file):
24608 Remove unused local variable `e'.
24609
24610 * composite.el (compose-chars): Remove unused variable `len'.
24611 (lgstring-insert-glyph): Remove unused variable `g'.
24612 (compose-glyph-string): Remove unused variables `ascent',
24613 `descent', `lbearing' and `rbearing'.
24614 (compose-glyph-string-relative): Remove unused variables
24615 `lbearing', `rbearing' and `wadjust'.
24616 (compose-gstring-for-graphic): Remove unused variables `header',
24617 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24618 (compose-gstring-for-terminal): Remove unused variables `header'
24619 and `nchars'. Use `let', not `let*'.
24620
24621 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24622 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24623 (Custom-buffer-done, custom-buffer-create-internal)
24624 (custom-browse-visibility-action, custom-browse-group-tag-action)
24625 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24626 (widget-magic-mouse-down-action, custom-toggle-parent)
24627 (custom-add-parent-links, custom-toggle-hide-variable)
24628 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24629 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24630 (custom-face-menu-create, custom-variable-menu-create, get)
24631 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24632 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24633 (customize-apropos): Remove unused variable `tests'.
24634 (custom-group-value-create): Remove unused variable `hidden-p'.
24635 (sort-fold-case): Declare.
24636
24637 * cus-theme.el (custom-reset-standard-faces-list)
24638 (custom-reset-standard-variables-list): Declare.
24639 (customize-create-theme, custom-theme-revert, custom-theme-write)
24640 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24641 Mark unused parameters.
24642
24643 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24644
24645 * delim-col.el (delimit-columns-max): Move defvar before first use.
24646
24647 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24648 (describe-char): Don't quote `lambda'. Mark unused parameter.
24649
24650 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24651 (auto-insert): Declare.
24652 (desktop-restore-file-buffer): Rename desktop-* parameters;
24653 mark unused ones.
24654 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24655 (desktop-buffer): Rename desktop-* parameters.
24656
24657 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24658 (dframe-reposition-frame-xemacs, dframe-help-echo)
24659 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24660 Mark unused parameters.
24661
24662 * dired-aux.el (backup-extract-version-start, overwrite-query)
24663 (overwrite-backup-query, rename-regexp-query)
24664 (rename-non-directory-query): Declare.
24665 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24666 (dired-add-entry): Remove unused variable `orig-file-name'.
24667 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24668 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24669 `dired-copy-preserve-time' directly.
24670 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24671 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24672
24673 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24674 (dired-virtual-revert, dired-make-relative-symlink):
24675 Mark unused parameters.
24676 (manual-program): Declare.
24677 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24678 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24679 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24680
24681 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24682
24683 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24684
24685 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24686 Declare.
24687
24688 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24689
24690 * electric.el (Electric-command-loop): Rename parameter
24691 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24692
24693 * expand.el (expand-in-literal): Remove unused variable `here'.
24694
24695 * facemenu.el (facemenu-add-new-color):
24696 Remove unused variable `docstring'.
24697
24698 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24699 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24700 (face-attr-construct): Mark unused parameter. Doc fix.
24701 (read-color): Remove unused variable `hex-string'.
24702
24703 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24704 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24705 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24706 (display-buffer-other-frame): Remove unused variable `old-window'.
24707 (kill-buffer-hook): Declare.
24708 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24709 Mark unused parameters.
24710 (after-find-file): Pass 1 to `auto-save-mode', not t.
24711
24712 * files-x.el (auto-insert): Declare.
24713 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24714
24715 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24716 variable `buf'. Mark unused parameter.
24717 (find-lisp-insert-directory): Mark unused parameter.
24718
24719 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24720 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24721 (format-common-tail): Remove, unused.
24722 (format-deannotate-region): Remove unused variable `loc'.
24723 (format-annotate-region): Remove unused variable `p'.
24724 (format-annotate-single-property-change): Remove unused variables
24725 `default' and `tail'.
24726
24727 * forms.el (read-file-filter): Declare.
24728 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24729
24730 * frame.el (frame-creation-function-alist): Mark unused parameter.
24731 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24732
24733 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24734 Remove unused parameters.
24735 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24736 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24737
24738 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24739 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24740 (hfy-prepare-tag-map): Mark unused parameters.
24741 (htmlfontify-buffer): Use `called-interactively-p'.
24742
24743 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24744 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24745 (ibuffer-do-occur): Mark unused parameters.
24746 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24747 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24748
24749 * ibuffer.el: Don't quote `lambda'.
24750 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24751 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24752 Mark unused parameters.
24753
24754 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24755 (ido-completing-read): Mark unused parameters.
24756 (ido-copy-current-word): Mark unused parameters;
24757 remove unused variable `name'.
24758 (ido-sort-merged-list): Remove unused parameter `dirs'.
24759
24760 * ielm.el (ielm-input-sender): Mark unused parameter.
24761 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24762 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24763 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24764 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24765 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24766
24767 * image-dired.el (image-dired-display-thumbs): Remove unused
24768 variables `curr-file' and `count'.
24769 (image-dired-remove-tag): Remove unused variable `start'.
24770 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24771 variable `curr-file'
24772 (image-dired-rotate-original): Remove unused variable `temp-file'.
24773 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24774 Remove unused variable `file'.
24775 (image-dired-gallery-generate): Remove unused variable `curr'.
24776 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24777
24778 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24779
24780 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24781
24782 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24783
24784 * isearch.el (minibuffer-history-symbol): Declare.
24785 (isearch-edit-string): Remove unused variable `err'.
24786 (isearch-message-prefix, isearch-message-suffix):
24787 Mark unused parameters.
24788
24789 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24790
24791 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24792
24793 * makesum.el (double-column): Remove unused variable `cnt'.
24794
24795 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24796 (ido-ignore-item-temp-list): Declare.
24797
24798 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24799 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24800 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24801 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24802 `mouse-col-delta'.
24803
24804 * mouse-sel.el (mouse-extend-internal):
24805 Remove unused variable `orig-window-frame'.
24806
24807 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24808 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24809 Move declarations before first use.
24810 (pcomplete-opt): Mark unused parameters; doc fix.
24811
24812 * proced.el (proced-revert): Mark unused parameter.
24813 (proced-send-signal): Remove unused variable `err'.
24814
24815 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24816 Rename parameter PREFIX-ARG to ARG.
24817 (ps-basic-plot-string, ps-basic-plot-whitespace):
24818 Mark unused parameters.
24819
24820 * replace.el (replace-count): Define.
24821 (occur-revert-function): Mark unused parameters.
24822 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24823 (isearch-case-fold-search, isearch-string): Declare.
24824 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24825 bind `case-fold-search'. Remove unused variables `beg' and `end',
24826 and simplify.
24827 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24828 COUNT and bind `replace-count'.
24829 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24830 to COUNT.
24831
24832 * savehist.el (print-readably, print-string-length): Declare.
24833
24834 * shadowfile.el (shadow-expand-cluster-in-file-name):
24835 Remove unused variable `cluster'.
24836 (shadow-copy-file): Remove unused variable `i'.
24837 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24838 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24839 (shadow-define-literal-group, shadow-define-regexp-group)
24840 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24841
24842 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24843 (shell): Use `called-interactively-p'.
24844 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24845
24846 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24847 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24848 (delete-backward-char): Remove unused variable `ocol'.
24849 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24850 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24851 (event-apply-hyper-modifier, event-apply-shift-modifier)
24852 (event-apply-control-modifier, event-apply-meta-modifier):
24853 Mark unused parameters.
24854 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24855 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24856
24857 * speedbar.el (speedbar-ignored-directory-expressions)
24858 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24859 (speedbar-find-file, speedbar-dir-follow)
24860 (speedbar-directory-buttons-follow, speedbar-tag-find)
24861 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24862 (speedbar-buffers-line-directory, speedbar-buffer-click):
24863 Mark unused parameters.
24864 (speedbar-tag-file): Remove unused variable `mode'.
24865 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24866
24867 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24868
24869 * talk.el (talk): Remove unused variable `display'.
24870
24871 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24872 (tar-write-region-annotate): Mark unused parameter.
24873
24874 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24875 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24876 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24877 warning by another.
24878
24879 * time-stamp.el (time-stamp-string-preprocess):
24880 Remove unused variable `require-padding'.
24881
24882 * tree-widget.el (widget-glyph-enable): Declare.
24883 (tree-widget-action): Mark unused parameter.
24884
24885 * w32-fns.el (x-get-selection): Mark unused parameter.
24886 (autoload-make-program, generated-autoload-file): Declare.
24887
24888 * wdired.el (wdired-revert): Mark unused parameters.
24889 (wdired-xcase-word): Remove unused variable `err'.
24890
24891 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24892 (whitespace-help-scroll): Remove unused variable `data-help'.
24893
24894 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24895 (widget-image-insert, widget-after-change, default)
24896 (widget-default-format-handler, widget-default-notify)
24897 (widget-default-prompt-value, widget-info-link-action)
24898 (widget-url-link-action, widget-function-link-action)
24899 (widget-variable-link-action, widget-file-link-action)
24900 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24901 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24902 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24903 (widget-insert-button-action, widget-delete-button-action, visibility)
24904 (widget-documentation-link-action, widget-documentation-string-action)
24905 (widget-const-prompt-value, widget-regexp-match, symbol)
24906 (widget-coding-system-prompt-value)
24907 (widget-key-sequence-value-to-external, sexp)
24908 (widget-sexp-value-to-internal, character, vector, cons)
24909 (widget-choice-prompt-value, widget-boolean-prompt-value)
24910 (widget-color--choose-action): Mark unused parameters.
24911 (widget-item-match-inline, widget-choice-match-inline)
24912 (widget-checklist-match, widget-checklist-match-inline)
24913 (widget-group-match): Rename parameter VALUES to VALS.
24914 (widget-field-value-set): Remove unused variable `size'.
24915 (widget-color-action): Remove unused variables `value' and `start'.
24916
24917 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24918 variable `dir'. Doc fix.
24919 (windmove-find-other-window): Don't pass it.
24920
24921 * window.el (count-windows): Mark unused parameter.
24922 (bw-adjust-window): Remove unused variable `err'.
24923
24924 * woman.el (woman-file-name): Remove unused variable `default'.
24925 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24926 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24927 (global-font-lock-mode): Declare.
24928 (woman-decode-region): Mark unused parameter.
24929 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24930
24931 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24932 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24933 (x-dnd-handle-moz-url): Remove unused variable `title'.
24934 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24935
24936 * xml.el (xml-parse-tag, xml-parse-attlist):
24937 Remove unused variable `pos'.
24938
24939 2011-04-19 Glenn Morris <rgm@gnu.org>
24940
24941 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24942 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24943 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24944 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24945 * calendar/cal-html.el (cal-html-insert-minical):
24946 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24947 (calendar-mark-date-pattern):
24948 Prefix "unused" locals.
24949
24950 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24951 optional argument `style'.
24952
24953 * calendar/appt.el (appt-make-list):
24954 * calendar/cal-china.el (calendar-chinese-date-string):
24955 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24956 (diary-hebrew-yahrzeit):
24957 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24958 * calendar/calendar.el (calendar-generate-window):
24959 * calendar/time-date.el (time-to-days):
24960 Remove unused local variables.
24961
24962 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
24963
24964 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24965 glyphless-char-display table.
24966 (tabulated-list-glyphless-char-display): New var.
24967
24968 2011-04-18 Sam Steingold <sds@gnu.org>
24969
24970 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24971 to acknowledgments.
24972
24973 2011-04-17 Glenn Morris <rgm@gnu.org>
24974
24975 * calendar/diary-lib.el (diary-sexp-entry):
24976 * calendar/holidays.el (holiday-sexp):
24977 Set debug-on-error rather than the removed stack-trace-on-error.
24978
24979 2011-04-16 Glenn Morris <rgm@gnu.org>
24980
24981 * progmodes/f90.el: Use lexical-binding.
24982 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24983
24984 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24985
24986 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24987 (mail-mode): Setup mailalias completion here instead.
24988 * mail/mailalias.el: Use lexical-binding.
24989 (pattern, mailalias-done): Declare dynamic.
24990 (mail-completion-at-point-function): New function, from mail-complete.
24991 (mail-complete): Use it.
24992 (mail-completion-expand): New function.
24993 (mail-get-names): Use it.
24994 (mail-directory, mail-directory-process, mail-directory-stream):
24995 Don't use `pattern' for lexically bound arg.
24996
24997 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24998
24999 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25000 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25001 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25002
25003 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25004 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25005 (byte-interactive-p): Define them again, for use when inlining
25006 old code.
25007
25008 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25009
25010 * loadup.el: Use `string-to-number', not `string-to-int'.
25011
25012 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25013
25014 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25015 gud-gdb-complete-command.
25016 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25017 (gud-gdb-completion-at-point): New function.
25018 (gud-gdb-completions): Remove.
25019
25020 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25021
25022 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25023 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25024 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25025 whether `executable-find' is bound.
25026
25027 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25028
25029 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25030
25031 * minibuffer.el (completion-in-region-mode-predicate)
25032 (completion-in-region-mode--predicate): New vars.
25033 (completion-in-region, completion-in-region--postch)
25034 (completion-in-region-mode): Use them.
25035 (completion--capf-wrapper): Also return the hook function.
25036 (completion-at-point, completion-help-at-point):
25037 Adjust and provide a predicate.
25038
25039 Preserve arg names for advice of subr and lexical functions (bug#8457).
25040 * help-fns.el (help-function-arglist): Consolidate the subr and
25041 new-byte-code cases. Add argument `preserve-names' to extract names
25042 from the docstring when needed.
25043 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25044 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25045 (ad-arglist): Use help-function-arglist's new arg.
25046 (ad-definition-type): Use cond.
25047
25048 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25049
25050 * autorevert.el (auto-revert-handler):
25051 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25052 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25053 Don't quote lambda.
25054
25055 * image-mode.el (image-transform-set-scale):
25056 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25057
25058 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25059
25060 * net/network-stream.el (network-stream-open-starttls): Only do
25061 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25062 Upgrades via gnutls-cli are too slow to be done opportunistically.
25063
25064 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25065
25066 * dframe.el (dframe-current-frame): Remove spurious quote.
25067
25068 2011-04-12 Glenn Morris <rgm@gnu.org>
25069
25070 * calendar/cal-tex.el (cal-tex-end-document):
25071 Try to automatically use latin1 input if needed.
25072
25073 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25074 Don't try to cons a mark onto an empty element.
25075
25076 2011-04-11 Leo Liu <sdl.web@gmail.com>
25077
25078 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25079 buffers.
25080 (ido-kill-buffer-at-head): Support killing virtual buffers.
25081
25082 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25083
25084 * minibuffer.el (completion-show-inline-help): New var.
25085 (completion--do-completion, minibuffer-complete)
25086 (minibuffer-force-complete, minibuffer-complete-word):
25087 Inhibit minibuffer messages if completion-show-inline-help is nil.
25088
25089 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25090 to avoid interference from inline help (Bug#5849).
25091
25092 2011-04-10 Leo Liu <sdl.web@gmail.com>
25093
25094 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25095 Fix typo.
25096
25097 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25098
25099 * image-mode.el (image-toggle-display-image): Signal an error if
25100 not in Image mode.
25101 (image-transform-mode, image-transform-resize)
25102 (image-transform-set-rotation): Doc fix.
25103 (image-transform-set-resize): Delete.
25104 (image-transform-set-scale, image-transform-fit-to-height)
25105 (image-transform-fit-to-width): Handle image-toggle-display-image
25106 and image-transform-resize directly.
25107
25108 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25109
25110 * doc-view.el (doc-view-fit-width-to-window)
25111 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25112 New functions for fitting the shown image to the Emacs window size.
25113 (doc-view-mode-map): Add bindings for the new functions.
25114
25115 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25116
25117 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25118 Fix typo in docstring.
25119
25120 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25121
25122 * files.el (file-size-human-readable): Produce one digit after
25123 decimal, like "ls -lh" does.
25124
25125 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25126 the file size representation.
25127
25128 * simple.el (list-processes): If async subprocesses are not
25129 available, error out with a clear error message.
25130
25131 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25132
25133 * help.el (help-form-show): New function, to be called from C.
25134 Put help-form output in a buffer named differently than *Help*.
25135
25136 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25137
25138 * files.el (file-size-human-readable): New function.
25139
25140 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25141 computing the representation inline. Don't require `cl'.
25142
25143 2011-04-08 Glenn Morris <rgm@gnu.org>
25144
25145 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25146
25147 * net/browse-url.el (browse-url-firefox):
25148 Test system-type, not system-configuration.
25149
25150 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25151 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25152 Use log-edit-empty-buffer-p. (Bug#7598)
25153
25154 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25155 (rlogin-mode-map): Initialize in the defvar.
25156 (rlogin): Use ignore-errors.
25157
25158 * replace.el (occur-mode-map): Some fixes for menu items.
25159
25160 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25161
25162 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25163
25164 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25165
25166 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25167 issuing unused warnings.
25168
25169 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25170 macro directly.
25171
25172 * simple.el: Lisp reimplement of list-processes. Based on an
25173 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25174 (process-menu-mode): New major mode.
25175 (list-processes--refresh, list-processes):
25176 (process-menu-visit-buffer): New functions.
25177
25178 * files.el (save-buffers-kill-emacs): Don't assume any return
25179 value of list-processes, which is undocumented anyway.
25180
25181 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25182
25183 * emacs-lisp/tabulated-list.el: New file.
25184
25185 * emacs-lisp/package.el: Use Tabulated List mode.
25186 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25187 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25188 table format using Tabulated List mode variables.
25189 (package--push): New macro, replacing package-list-maybe-add.
25190 (package-menu--generate): Use package--push. Renamed from
25191 package--generate-package-list.
25192 (package-menu-refresh, list-packages): Use it.
25193 (package-menu--print-info): Rename from package-print-package.
25194 Return insertion data instead of inserting it directly.
25195 (package-menu-describe-package, package-menu-execute):
25196 Use tabulated-list-get-id.
25197 (package-menu-mark-delete, package-menu-mark-install)
25198 (package-menu-mark-unmark, package-menu-backup-unmark)
25199 (package-menu-mark-obsolete-for-deletion):
25200 Use tabulated-list-put-tag.
25201 (package--list-packages, package-menu-revert)
25202 (package-menu-get-package, package-menu-get-version)
25203 (package-menu-sort-by-column): Functions deleted.
25204 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25205 (package-menu--status-predicate, package-menu--version-predicate)
25206 (package-menu--name-predicate)
25207 (package-menu--description-predicate): Handle arguments in the
25208 Tabulated List format.
25209 (package-list-packages-no-fetch): Call list-packages.
25210
25211 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25212
25213 * files.el (after-find-file-from-revert-buffer): Remove variable.
25214 (after-find-file): Don't bind it.
25215 (revert-buffer-in-progress-p): New variable.
25216 (revert-buffer): Bind it.
25217 Pass nil for `after-find-file-from-revert-buffer'.
25218
25219 * saveplace.el (save-place-find-file-hook): Use new variable
25220 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25221
25222 2011-04-06 Glenn Morris <rgm@gnu.org>
25223
25224 * Makefile.in (AUTOGEN_VCS): New variable.
25225 (autoloads): Use $AUTOGEN_VCS.
25226
25227 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25228 * calendar/calendar.el (calendar-mode-map):
25229 Check for toolkit scroll bars. (Bug#8305)
25230
25231 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25232
25233 * minibuffer.el (completion-in-region--postch)
25234 (completion-in-region-mode): Remove unnecessary messages.
25235
25236 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25237
25238 * font-lock.el (font-lock-refresh-defaults):
25239 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25240 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25241
25242 * info.el (Info-directory-list, Info-read-node-name-2)
25243 (Info-split-parameter-string): Doc fixes.
25244 (Info-virtual-nodes): Reflow docstring.
25245 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25246 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25247 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25248 Fix typos in docstrings.
25249 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25250 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25251 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25252 (Info-restore-desktop-buffer): Mark unused parameters.
25253 (Info-directory-find-file, Info-directory-find-node)
25254 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25255 (Info-virtual-index-find-node, Info-apropos-find-file)
25256 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25257 Mark unused parameters; fix typos in docstrings.
25258 (Info-virtual-index): Remove unused local variable `nodename'.
25259
25260 2011-04-05 Deniz Dogan <deniz@dogan.se>
25261
25262 * net/rcirc.el: Update my e-mail address.
25263 (rcirc-mode-map): Remove M-o binding.
25264
25265 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25266
25267 * startup.el (command-line): Save the cursor's theme-face
25268 directly, instead of using face-override-spec.
25269
25270 * custom.el (load-theme): Minor optimization in assigning faces.
25271
25272 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25273
25274 * help-fns.el (describe-variable): Complete all variables having
25275 documentation, including keywords.
25276 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25277
25278 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25279
25280 Convert to lexical-binding.
25281
25282 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25283 (bs--get-marked-string, bs--get-modified-string)
25284 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25285 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25286 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25287
25288 * ehelp.el (electric-help-execute-extended)
25289 (electric-help-ctrl-x-prefix):
25290 * hexl.el (hexl-revert-buffer-function):
25291 * linum.el (linum-after-change, linum-after-scroll):
25292 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25293
25294 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25295
25296 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25297
25298 * epa-dired.el:
25299 * epa-mail.el:
25300 * epa-hook.el:
25301 * epa-file.el:
25302 * epa.el:
25303 * epg.el: Use lexical binding.
25304
25305 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25306
25307 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25308
25309 * textmodes/flyspell.el (flyspell-word): Recognize default
25310 dictionary case for flyspell-mark-duplications-exceptions.
25311 Use regexp matching for languages.
25312 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25313 default dictionary (Bug#7926).
25314
25315 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25316
25317 * emacs-lisp/package.el (package--with-work-buffer):
25318 Recognize https URLs.
25319
25320 * net/network-stream.el: Move from gnus/proto-stream.el.
25321 Change prefix to network-stream throughout.
25322 (open-protocol-stream): Merge into open-network-stream, leaving
25323 open-protocol-stream as an alias. Handle nil BUFFER args.
25324
25325 * subr.el (open-network-stream): Move to net/network-stream.el.
25326
25327 2011-04-02 Glenn Morris <rgm@gnu.org>
25328
25329 * find-dired.el (find-exec-terminator): New option.
25330 (find-ls-option): Test for -ls support.
25331 (find-ls-subdir-switches): Test for -b in find-ls-option.
25332 (find-dired, find-grep-dired): Doc fixes.
25333 (find-dired): Use find-exec-terminator.
25334
25335 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25336 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25337 (find-name-arg): Remove purecopy.
25338
25339 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25340 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25341 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25342 accordingly. Don't add the null-device if not needed.
25343
25344 * files.el (save-some-buffers): Doc fix.
25345
25346 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25347
25348 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25349
25350 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25351
25352 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25353 Use `dolist' rather than `mapcar'.
25354
25355 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25356
25357 Add lexical binding.
25358
25359 * subr.el (apply-partially): Use new closures rather than CL.
25360 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25361 (dolist, dotimes): Use slightly different expansion for lexical code.
25362 (functionp): Move to C.
25363 (letrec): New macro.
25364 (with-wrapper-hook): Use it and apply-partially instead of CL.
25365 (eval-after-load): Preserve lexical-binding.
25366 (save-window-excursion, with-output-to-temp-buffer): Turn them
25367 into macros.
25368
25369 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25370
25371 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25372 than the arglist.
25373 (help-add-fundoc-usage): Don't add `Not documented'.
25374 (help-function-arglist): Handle closures, subroutines, and new
25375 byte-code-functions.
25376 (help-make-usage): Remove leading underscores.
25377 (describe-function-1): Handle closures.
25378 (describe-variable): Use special-variable-p for completion.
25379
25380 * files.el (lexical-binding): Declare safe.
25381
25382 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25383 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25384 (pcase): Add `let' pattern.
25385 Change memoization so it actually works.
25386 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25387 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25388 <let>: New case.
25389
25390 * emacs-lisp/macroexp.el: Use lexical binding.
25391 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25392 Don't convert ' to #' without checking that it's indeed quoting
25393 a lambda.
25394
25395 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25396 Use eval-sexp-add-defvars.
25397 (eval-sexp-add-defvars): New fun.
25398
25399 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25400
25401 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25402 Don't autoload.
25403 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25404 than the internal `byte-compile-lambda'.
25405 (defmethod): Don't hide code under quotes.
25406 (eieio-defmethod): New `code' argument.
25407
25408 * emacs-lisp/eieio-comp.el: Remove.
25409
25410 * emacs-lisp/edebug.el (edebug-eval-defun)
25411 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25412 (edebug-toggle): Avoid `eval'.
25413
25414 * emacs-lisp/disass.el (disassemble-internal): Handle new
25415 `closure' objects.
25416 (disassemble-1): Handle new byte codes.
25417
25418 * emacs-lisp/cl.el (pushnew): Silence warning.
25419
25420 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25421 (cl-byte-compile-throw): Remove.
25422 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25423
25424 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25425 closures.
25426
25427 * emacs-lisp/cconv.el: New file.
25428
25429 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25430 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25431 (byte-compile-initial-macro-environment):
25432 Handle declare-function here.
25433 (byte-compile--lexical-environment): New var.
25434 (byte-stack-ref, byte-stack-set, byte-discardN)
25435 (byte-discardN-preserve-tos): New lap codes.
25436 (byte-interactive-p): Don't use any more.
25437 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25438 New macros.
25439 (byte-compile-lapcode): Use them and handle new lap codes.
25440 (byte-compile-obsolete): Remove.
25441 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25442 (byte-compile-arglist-warn): Check late def of inlinable funs.
25443 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25444 since they should have been expanded by now.
25445 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25446 (byte-compile-from-buffer): Remove unused second arg.
25447 (byte-compile-preprocess): New function.
25448 (byte-compile-toplevel-file-form): New function to distinguish
25449 file-form calls from outside from file-form calls from hunk-handlers.
25450 (byte-compile-file-form): Simplify.
25451 (byte-compile-file-form-defsubst): Remove.
25452 (byte-compile-file-form-defmumble): Simplify now that
25453 byte-compile-lambda always returns a byte-code-function.
25454 (byte-compile): Preprocess.
25455 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25456 Remove, not used any more.
25457 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25458 (byte-compile-make-args-desc): New funs.
25459 (byte-compile-lambda): Handle lexical functions. Always return
25460 a byte-code-function.
25461 (byte-compile-reserved-constants): New var, to make up room for
25462 closed-over variables.
25463 (byte-compile-constants-vector): Obey it.
25464 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25465 (byte-compile-macroexpand-declare-function): New function.
25466 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25467 byte-code-functions.
25468 (byte-compile-form): Check obsolescence here.
25469 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25470 (byte-compile-variable-ref): Remove.
25471 (byte-compile-dynamic-variable-op): New fun.
25472 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25473 (byte-compile-variable-set): New funs.
25474 (byte-compile-discard): Add 2 args.
25475 (byte-compile-stack-ref, byte-compile-stack-set)
25476 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25477 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25478 macroexpand-all instead.
25479 (byte-compile-quote-form): Remove.
25480 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25481 (byte-compile-bind, byte-compile-unbind): New funs.
25482 (byte-compile-let): Handle let* and lexical binding.
25483 (byte-compile-let*): Remove.
25484 (byte-compile-catch, byte-compile-unwind-protect)
25485 (byte-compile-track-mouse, byte-compile-condition-case):
25486 Handle a new :fun-body form, used for lexical scoping.
25487 (byte-compile-save-window-excursion)
25488 (byte-compile-with-output-to-temp-buffer): Remove.
25489 (byte-compile-defun): Simplify.
25490 (byte-compile-stack-adjustment): New fun.
25491 (byte-compile-out): Use it.
25492 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25493
25494 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25495 handler any more.
25496
25497 * emacs-lisp/byte-opt.el: Use lexical binding.
25498 (byte-inline-lapcode): Remove (to bytecomp).
25499 (byte-compile-inline-expand): Pay attention to inlining to/from
25500 lexically bound code.
25501 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25502 any more.
25503 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25504 any more and don't call compiler-macros.
25505 (byte-compile-splice-in-already-compiled-code): Remove.
25506 (byte-code): Don't inline any more.
25507 (disassemble-offset): Receive `bytes' as argument rather than via
25508 dynamic scoping.
25509 (byte-compile-tag-number): Declare before first use.
25510 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25511 `return' even if make-spliceable.
25512 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25513 obsolete interactive-p.
25514 (byte-optimize-lapcode): Optimize new lap-codes.
25515 Don't trip up on new form of `byte-constant' lap code.
25516
25517 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25518
25519 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25520
25521 * custom.el (custom-initialize-default, custom-declare-variable):
25522 Use `defvar'.
25523
25524 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25525 New variables.
25526 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25527 (COMPILE_FIRST): Add macroexp and cconv.
25528 * makefile.w32-in: Mirror changes in Makefile.in.
25529
25530 * vc/cvs-status.el:
25531 * vc/diff-mode.el:
25532 * vc/log-edit.el:
25533 * vc/log-view.el:
25534 * vc/smerge-mode.el:
25535 * textmodes/bibtex-style.el:
25536 * textmodes/css-mode.el:
25537 * startup.el:
25538 * uniquify.el:
25539 * minibuffer.el:
25540 * newcomment.el:
25541 * reveal.el:
25542 * server.el:
25543 * mpc.el:
25544 * emacs-lisp/smie.el:
25545 * doc-view.el:
25546 * dired.el:
25547 * abbrev.el: Use lexical binding.
25548
25549 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25550
25551 * info.el (info-display-manual): New function.
25552
25553 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25554
25555 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25556
25557 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25558
25559 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25560 an entry for that server in rcirc-authinfo. (Bug#8385)
25561
25562 2011-03-31 Glenn Morris <rgm@gnu.org>
25563
25564 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25565
25566 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25567
25568 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25569
25570 * progmodes/python.el (python-default-interpreter)
25571 (python-python-command-args, python-jython-command-args)
25572 (python-which-shell, python-which-args, python-which-bufname)
25573 (python-file-queue, python-comint-output-filter-function)
25574 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25575 variables and functions.
25576
25577 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25578
25579 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25580 (completion-in-region-mode): New minor mode.
25581 (completion-in-region): Use it.
25582 (completion-in-region--data, completion-in-region-mode-map): New vars.
25583 (completion-in-region--postch): New function.
25584 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25585 New vars.
25586 (completion--capf-wrapper): New function.
25587 (completion-at-point): Use it to track well-behavedness of
25588 hook functions.
25589 (completion-help-at-point): New command.
25590
25591 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25592
25593 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25594 syntax class to search for whitespace on a single line
25595 (Message-ID: <4D938140.4030905@redhat.com>).
25596
25597 2011-03-30 Leo Liu <sdl.web@gmail.com>
25598
25599 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25600 New commands.
25601 (edit-abbrevs-map): Bind them here.
25602 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25603
25604 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25605
25606 * allout.el (allout-hide-by-annotation, allout-flag-region):
25607 Reduce possibility of overlay leakage by making them volatile.
25608
25609 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25610 hash is not shared between buffers. Mode initialization is
25611 responsible for giving it a useful starting value.
25612 (allout-item-span): Reduce possibility of overlay leakage by
25613 making them volatile.
25614 (allout-widgets-count-buttons-in-region): Add diagnostic function
25615 for tracking down button overlay leaks.
25616
25617 2011-03-29 Leo Liu <sdl.web@gmail.com>
25618
25619 * ido.el (ido-read-internal): Use the default history var
25620 minibuffer-history if no HISTORY is specified.
25621
25622 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25623
25624 * net/imap.el (imap-shell-open, imap-process-connection-type):
25625 Use imap-process-connection-type for 'shell' streams as well as
25626 Kerberos, SSL, other subprocesses.
25627
25628 2011-03-28 Leo Liu <sdl.web@gmail.com>
25629
25630 * abbrev.el (abbrev-table-empty-p): New function.
25631 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25632 nonempty ones. (Bug#5937)
25633
25634 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25635
25636 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25637
25638 2011-03-27 Leo Liu <sdl.web@gmail.com>
25639
25640 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25641 for foreground and background colors.
25642 (ansi-color-make-color-map): Adapt.
25643
25644 2011-03-25 Leo Liu <sdl.web@gmail.com>
25645
25646 * midnight.el (midnight-time-float): Remove. Note it calculates
25647 the microsecond component incorrectly and seconds-to-time does the
25648 same job.
25649 Remove redundant (require 'timer).
25650
25651 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25652 (ido-completions): Remove unused arguments. (Bug#8329)
25653
25654 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25655
25656 * minibuffer.el (completion--flush-all-sorted-completions):
25657 Remove itself from hook.
25658 (completion-at-point): Let the functions perform the completion
25659 immediately and return nil or t.
25660 * comint.el (comint-dynamic-complete-functions): Now identical to
25661 completion-at-point-functions.
25662 (comint-dynamic-list-input-ring): Remove unused var `index'.
25663 (comint--match-partial-filename, comint--unquote&expand-filename):
25664 New funs, split from comint-match-partial-filename.
25665 (comint-dynamic-complete): Use completion-at-point.
25666 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25667
25668 2011-03-24 Drew Adams <drew.adams@oracle.com>
25669
25670 * thingatpt.el: Support `defun'.
25671
25672 2011-03-23 Leo Liu <sdl.web@gmail.com>
25673
25674 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25675
25676 * help-mode.el (help-mode-finish): Tweak regexp.
25677
25678 2011-03-23 Glenn Morris <rgm@gnu.org>
25679
25680 * eshell/esh-opt.el (eshell-eval-using-options):
25681 Do not bind unused local variable `eshell-option-stub'.
25682
25683 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25684
25685 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25686
25687 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25688 keymap variable in `with-no-warnings' to avoid a warning when the
25689 keymap has been already `defconst'ed.
25690
25691 2011-03-22 Leo Liu <sdl.web@gmail.com>
25692
25693 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25694 encode all chars in abbrevs; otherwise use emacs-mule or
25695 utf-8-emacs. (Bug#8308)
25696
25697 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25698
25699 * simple.el (backward-delete-char-untabify):
25700 Avoid warning about using `delete-backward-char'.
25701
25702 * image.el (image-type-file-name-regexps): Make it variable.
25703 `imagemagick-register-types' modifies it, and the user may want
25704 to add new extensions for known image types.
25705 (imagemagick-register-types): Throw error if not using ImageMagick.
25706
25707 2011-03-22 Leo Liu <sdl.web@gmail.com>
25708
25709 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25710 located before rcirc-prompt-end-marker.
25711 (rcirc-complete): Error if point is not after rcirc prompt.
25712 Handle the case when table is nil.
25713 (rcirc-user-authenticated): Define to fix compiler warning.
25714
25715 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25716
25717 * custom.el (custom--inhibit-theme-enable): Make it affect only
25718 custom-theme-set-variables and custom-theme-set-faces.
25719 (provide-theme): Ignore custom--inhibit-theme-enable.
25720 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25721 (custom-enabling-themes): Delete variable.
25722 (enable-theme): Accept only loaded themes as arguments.
25723 Ignore the special custom-enabled-themes variable.
25724 (custom-enabled-themes): Forbid themes from setting this.
25725 Eliminate use of custom-enabling-themes.
25726 (custom-push-theme): Quote "changed" custom var entry.
25727
25728 2011-03-21 Leo Liu <sdl.web@gmail.com>
25729
25730 * ido.el (ido-read-internal): Add ido-selected to history instead
25731 of user input.
25732
25733 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25734
25735 * subr.el (deferred-action-list, deferred-action-function):
25736 Mark obsolete.
25737
25738 2011-03-21 Leo Liu <sdl.web@gmail.com>
25739
25740 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25741 change on 2011-02-13 (bug#8309).
25742
25743 * minibuffer.el (read-file-name-function): Change default value.
25744 (read-file-name--defaults): Rename from read-file-name-defaults.
25745 (read-file-name-default): Rename from read-file-name.
25746 (read-file-name): Call read-file-name-function.
25747
25748 2011-03-21 Glenn Morris <rgm@gnu.org>
25749
25750 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25751 Doc fixes.
25752
25753 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25754
25755 * cus-theme.el: Add missing provide statement.
25756 (customize-create-theme): Extract theme value correctly.
25757 (custom-theme-visit-theme): Autoload.
25758 (customize-create-theme): Prompt before inserting default faces.
25759
25760 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25761
25762 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25763 units and musical notes.
25764
25765 2011-03-20 Leo Liu <sdl.web@gmail.com>
25766
25767 * ido.el (ido-read-internal): Use completing-read-default.
25768 (ido-completing-read): Fix compatibility with completing-read.
25769
25770 2011-03-20 Christian Ohler <ohler@gnu.org>
25771
25772 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25773 (ert-delete-all-tests): Use `called-interactively-p' rather than
25774 `interactive-p'.
25775 (ert--make-xrefs-region): Respect END.
25776
25777 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25778
25779 * dired-aux.el (dired-create-directory): Signal an error if the
25780 directory already exists (Bug#8246).
25781
25782 * facemenu.el (list-colors-display): Call list-faces-display
25783 inside with-help-window.
25784 (list-colors-print): Use display property to align the final
25785 column, instead of checking window-width.
25786
25787 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25788
25789 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25790 windows-nt systems.
25791 (emerge-protect-metachars): Quote correctly for ms-dos and
25792 windows-nt systems.
25793
25794 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25795
25796 * info.el (info-initialize): Replace all uses of `:' with
25797 path-separator for compatibility with non-Unix systems.
25798 Cache quoting of path-separator. (Bug#8258)
25799
25800 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25801
25802 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25803 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25804 (mouse-avoidance-mode): Fix typos in docstrings.
25805
25806 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25807
25808 * startup.el (package-subdirectory-regexp): Move from package.el.
25809 Omit \\` and \\', and let callers add them.
25810
25811 * emacs-lisp/package.el (package-strip-version)
25812 (package-load-all-descriptors): Add \\` and \\' to
25813 package-subdirectory-regexp before using it.
25814 (package-untar-buffer): New arg DIR; ensure that file untars only
25815 into this expected directory. Remove superfluous delete-region.
25816 (package-unpack): Caller changed.
25817 (package-tar-file-info): Use package-subdirectory-regexp.
25818
25819 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25820
25821 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25822 diff-mode-shared-map (bug#8284).
25823 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25824
25825 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25826
25827 * calendar/time-date.el (format-seconds): Use assoc instead of
25828 assoc-string, since assoc-string doesn't exist in XEmacs.
25829
25830 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25831
25832 * custom.el (custom-known-themes): Reflow docstring.
25833 (custom-theme-load-path): Fix typo in docstring.
25834 (load-theme): Fix typo in error message.
25835 (custom-available-themes, custom-variable-theme-value):
25836 Use `let', not `let*'.
25837
25838 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25839
25840 * calc/README: Mention inclusion of musical notes.
25841
25842 * calc/calc-units.el (calc-lu-quant): Rename from
25843 `calc-logunits-quantity'.
25844 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25845 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25846 (calc-db): Rename from `calc-dblevel'.
25847 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25848 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25849 (calc-np): Rename from `calc-nplevel'.
25850 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25851 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25852 (calc-lu-plus): Rename from `calc-logunits-add'.
25853 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25854 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25855 (calc-lu-minus): Rename from `calc-logunits-sub'.
25856 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25857 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25858 (calc-lu-times): Rename from `calc-logunits-mul'.
25859 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25860 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25861 (calc-lu-divide): Rename from `calc-logunits-div'.
25862 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25863 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25864
25865 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25866 functions being autoloaded.
25867
25868 * calc/calc.el (calc-lu-power-reference): Rename from
25869 `calc-logunits-power-reference'.
25870 (calc-lu-field-reference): Rename from
25871 `calc-logunits-field-reference'.
25872
25873 * calc/calc-help.el (calc-l-prefix-help):
25874 Mention musical note functions.
25875
25876 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25877
25878 * minibuffer.el (completion-all-sorted-completions):
25879 Use :completion-cycle-penalty text property if present.
25880
25881 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25882
25883 * allout.el (allout-yank-processing): Adjust for new rebulleting
25884 regime so bullet being yanked is used without prompting the user
25885 for a choice.
25886
25887 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25888
25889 * startup.el (command-line): Warn the user that _emacs is deprecated.
25890
25891 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25892
25893 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25894 (delphi-verbose, delphi-comment-face, delphi-string-face)
25895 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25896 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25897 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25898 (delphi-new-comment-line, delphi-font-lock-defaults)
25899 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25900 Fix typos in docstrings.
25901
25902 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25903
25904 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25905 Invert the roles of character and string values for INSTEAD, so a
25906 string is used for the more common case of a defaulting prompt.
25907
25908 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25909
25910 * progmodes/ruby-mode.el (ruby-backward-sexp):
25911 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25912 * play/gamegrid.el (gamegrid-make-face):
25913 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25914 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25915 * notifications.el (notifications-notify):
25916 * net/xesam.el (xesam-search-engines):
25917 * net/quickurl.el (quickurl-list-insert):
25918 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25919
25920 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
25921
25922 * startup.el (command-line): Update package subdirectory regexp.
25923
25924 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25925
25926 * allout.el (allout-abbreviate-flattened-numbering)
25927 (allout-mode-deactivate-hook): Fix up obsolescence "date".
25928
25929 * subr.el (read-char-choice): Only show the cursor after the prompt,
25930 not after the answer.
25931
25932 2011-03-15 Kevin Ryde <user42@zip.com.au>
25933
25934 * help-fns.el (variable-at-point): Skip leading quotes, if any
25935 (bug#8253).
25936
25937 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25938
25939 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25940 warning message.
25941
25942 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
25943
25944 * shell.el (shell): When called interactively, offer to change the
25945 shell file name on remote hosts.
25946
25947 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
25948
25949 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25950 integration for LDAP parameters. The host, base, user or binddn,
25951 and secret tokens can be specified in a netrc file, for instance.
25952 This is optional because an `auth-source' parameter must be
25953 specified in the search attributes.
25954
25955 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
25956
25957 * help.el (describe-mode): Link to the mode's definition (bug#8185).
25958
25959 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25960
25961 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25962 into declaration. Remove redundant and harmful binding.
25963
25964 2011-03-12 Eli Zaretskii <eliz@gnu.org>
25965
25966 * files.el (file-ownership-preserved-p): Pass `integer' as an
25967 explicit 2nd argument to `file-attributes'. If the file's owner
25968 is the Administrators group on Windows, and the current user is
25969 Administrator, consider that a match.
25970
25971 * server.el (server-ensure-safe-dir): Consider server directory
25972 safe on MS-Windows if its owner is the Administrators group while
25973 the current Emacs user is Administrator. Use `=' to compare
25974 numerical UIDs, since they could be integers or floats.
25975
25976 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
25977
25978 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25979
25980 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
25981
25982 Sync with Tramp 2.2.1.
25983
25984 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25985
25986 * net/trampver.el: Update release number.
25987
25988 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25989
25990 * progmodes/compile.el (compilation--previous-directory): Fix up
25991 various nil/dead-marker mismatches (bug#8014).
25992 (compilation-directory-properties, compilation-error-properties):
25993 Don't call it at a position past the one we're about to change.
25994
25995 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25996 Disable obsolescence warnings in the file that declares it.
25997
25998 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
25999
26000 * allout-widgets.el (allout-widgets-tally):
26001 Initialize allout-widgets-tally as a hash table rather than nil to
26002 prevent mode-line redisplay warnings. Also, clarify the module
26003 description and fix a comment typo.
26004
26005 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26006
26007 * help-fns.el (describe-variable): Don't complete keywords.
26008 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26009
26010 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26011
26012 * emacs-lisp/package.el (package-version-join): Impose a standard
26013 string representation for pre/alpha/beta version lists.
26014 (package-unpack-single): Standardize the directory name by passing
26015 it through package-version-join.
26016 (package-strip-rcs-id): Accept any version string that does not
26017 signal an error in version-to-list.
26018
26019 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26020
26021 * simple.el (delete-trailing-whitespace): Return nil for the
26022 benefit of `write-file-functions'.
26023
26024 2011-03-10 Glenn Morris <rgm@gnu.org>
26025
26026 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26027
26028 * vc/vc-git.el (vc-git-program): New option.
26029 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26030 (vc-git--call): Use it.
26031
26032 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26033
26034 * cus-edit.el (Custom-newline): If no button at point, look
26035 for a subgroup button at start-of-line. (Bug#2298)
26036
26037 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26038
26039 2011-03-10 Julien Danjou <julien@danjou.info>
26040
26041 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26042 `cursor-type' is nil.
26043
26044 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26045
26046 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26047
26048 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26049
26050 * allout.el: Change so yank of distinctive-bullet items
26051 preserves the existing header prefix, rebulleting it if necessary,
26052 rather than replacing it. This is necessary for proper operation
26053 of cooperative addons like allout-widgets.
26054 (allout-make-topic-prefix, allout-rebullet-heading):
26055 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26056 value as alternate bullet to be used, instead of prompting the user
26057 for a bullet character.
26058
26059 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26060
26061 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26062 Do not use `tramp-file-name-port', because this returns also
26063 `tramp-default-port'.
26064
26065 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26066
26067 * net/rcirc.el (rcirc-handler-001): Remove useless
26068 with-rcirc-process-buffer.
26069 (rcirc-check-auth-status): Swap arguments to string-match.
26070
26071 2011-03-09 Glenn Morris <rgm@gnu.org>
26072
26073 * shell.el (shell-mode):
26074 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26075
26076 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26077 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26078
26079 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26080
26081 * emacs-lisp/package.el (package-refresh-contents)
26082 (package-menu-execute): Use condition-case-no-debug.
26083
26084 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26085
26086 * simple.el (shell-command-to-string): Use `process-file'.
26087
26088 * emacs-lisp/package.el (package-tar-file-info): Handle also
26089 remote files.
26090
26091 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26092 Use `equal' for upload base check.
26093
26094 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26095
26096 * textmodes/texinfo.el (texinfo-environments):
26097 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26098
26099 2011-03-08 Glenn Morris <rgm@gnu.org>
26100
26101 * cus-start.el (cursor-in-non-selected-windows):
26102 Fix :set quoting oddness. (Bug#8192)
26103
26104 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26105 in some setf expressions. (Bug#2159)
26106
26107 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26108
26109 * custom.el (custom-available-themes): Return themes in
26110 alphabetical order.
26111
26112 See ChangeLog.15 for earlier changes.
26113
26114 ;; Local Variables:
26115 ;; coding: utf-8
26116 ;; End:
26117
26118 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26119
26120 This file is part of GNU Emacs.
26121
26122 GNU Emacs is free software: you can redistribute it and/or modify
26123 it under the terms of the GNU General Public License as published by
26124 the Free Software Foundation, either version 3 of the License, or
26125 (at your option) any later version.
26126
26127 GNU Emacs is distributed in the hope that it will be useful,
26128 but WITHOUT ANY WARRANTY; without even the implied warranty of
26129 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26130 GNU General Public License for more details.
26131
26132 You should have received a copy of the GNU General Public License
26133 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.