* info-look.el: Prefer latex2e.info.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-22 Leo Liu <sdl.web@gmail.com>
2
3 * info-look.el: Prefer latex2e.info. (Bug#14240)
4
5 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
6
7 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
8
9 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
10 * net/tramp.el (tramp-call-process): ... here
11 (tramp-set-completion-function, tramp-parse-putty):
12 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
16 (tramp-call-local-coding-command): Use `tramp-call-process'
17 instead of `tramp-compat-call-process'.
18
19 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
20 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
21 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
22 (tramp-find-inline-compress):Improve traces.
23 (tramp-maybe-send-script): Check for Perl binary.
24 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
25
26 2013-04-22 Daiki Ueno <ueno@gnu.org>
27
28 * epg.el (epg-context-pinentry-mode): New function.
29 (epg-context-set-pinentry-mode): New function.
30 (epg--start): Pass --pinentry-mode option to gpg command.
31
32 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
33
34 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
35 `comint-dynamic-complete' is obsolete since 24.1, replaced by
36 `completion-at-point'. (Bug#13774)
37
38 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
39 default key binding for `describe-distribution' has been moved to
40 `C-h C-o'. (Bug#13970)
41
42 2013-04-21 Glenn Morris <rgm@gnu.org>
43
44 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
45 Add doc strings.
46 (vc-print-log): Clarify interactive prompt.
47
48 2013-04-20 Glenn Morris <rgm@gnu.org>
49
50 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
51 No longer include timestamp etc information.
52
53 2013-04-20 Roland Winkler <winkler@gnu.org>
54
55 * faces.el (read-face-name): Bug fix, return just one face if arg
56 multiple is nil. (Bug#14209)
57
58 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
61 (remove-function): Autoload.
62
63 * comint.el (comint-redirect-original-filter-function): Remove.
64 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
65 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
66 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
67 * progmodes/prolog.el (prolog-consult-compile):
68 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
69 Use add/remove-function instead.
70 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
71 (gud-tooltip-process-output, gud-tooltip-tips):
72 Use add/remove-function instead.
73 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
74 (scheme-interaction-mode, exit-scheme-interaction-mode):
75 Use add/remove-function instead.
76
77 * vc/vc-dispatcher.el: Use lexical-binding.
78 (vc--process-sentinel): Rename from vc-process-sentinel.
79 Change last arg to be the code to run. Don't use vc-previous-sentinel
80 and vc-sentinel-commands any more.
81 (vc-exec-after): Allow code to be a function. Use add/remove-function.
82 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
83
84 2013-04-19 Masatake YAMATO <yamato@redhat.com>
85
86 * progmodes/sh-script.el (sh-imenu-generic-expression):
87 Handle function names with a single character. (Bug#14111)
88
89 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
90
91 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
92 for subroutines defined in an eval (bug#14182).
93
94 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
95
96 * bookmark.el (bookmark-completing-read): Improve handling of empty
97 string (bug#14176).
98
99 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
102
103 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
104
105 New faster Imenu implementation (bug#14058).
106 * progmodes/python.el:
107 (python-imenu-prev-index-position):
108 (python-imenu-format-item-label-function)
109 (python-imenu-format-parent-item-label-function)
110 (python-imenu-format-parent-item-jump-label-function):
111 New vars.
112 (python-imenu-format-item-label)
113 (python-imenu-format-parent-item-label)
114 (python-imenu-format-parent-item-jump-label)
115 (python-imenu--put-parent, python-imenu--build-tree)
116 (python-imenu-create-index, python-imenu-create-flat-index)
117 (python-util-popn): New functions.
118 (python-mode): Set imenu-create-index-function to
119 python-imenu-create-index.
120
121 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * winner.el (winner-active-region): Use region-active-p, activate-mark
124 and deactivate-mark (bug#14225).
125
126 * simple.el (deactivate-mark): Don't inline it.
127
128 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
129
130 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
131
132 2013-04-18 Tassilo Horn <tsdh@gnu.org>
133
134 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
135 file extensions from the archive-mode entry in order to prefer
136 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
137
138 2013-04-18 Leo Liu <sdl.web@gmail.com>
139
140 * bindings.el (help-event-list): Add ?\?.
141
142 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * subr.el (with-wrapper-hook): Declare obsolete.
145 * simple.el (filter-buffer-substring-function): New hook.
146 (filter-buffer-substring): Use it.
147 (filter-buffer-substring-functions): Mark obsolete.
148 * minibuffer.el (completion-in-region-function): New hook.
149 (completion-in-region): Use it.
150 (completion-in-region-functions): Mark obsolete.
151 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
152 * abbrev.el (abbrev-expand-function): New hook.
153 (expand-abbrev): Use it.
154 (abbrev-expand-functions): Mark obsolete.
155 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
156 and :filter-return.
157
158 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
159
160 * progmodes/python.el (python-nav--syntactically): Fix cornercases
161 and do not care about match data.
162
163 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
166 completion tables when completing error conditions and
167 `declare' arguments.
168 (lisp-complete-symbol, field-complete): Mark as obsolete.
169 (check-parens): Unmatched parens are user errors.
170 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
171
172 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
173
174 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
175 command changed buffer (ie. `flyspell-pre-buffer' is not current
176 buffer), which prevents making decisions based on invalid value of
177 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
178 cause an error when `flyspell-pre-point' was nil after switching
179 buffers.
180 (flyspell-post-command-hook): No longer needs to change buffers when
181 checking pre-word. While at it remove unnecessary progn.
182
183 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
184
185 * textmodes/ispell.el (ispell-add-per-file-word-list):
186 Fix `flyspell-correct-word-before-point' error when accepting
187 words and `coment-padding' is an integer by using
188 `comment-normalize-vars' (Bug #14214).
189
190 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
191
192 New defun movement commands.
193 * progmodes/python.el (python-nav--syntactically)
194 (python-nav--forward-defun, python-nav-backward-defun)
195 (python-nav-forward-defun): New functions.
196
197 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
198
199 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
200 (python-syntax-context): Use named compiler-macro for backwards
201 compatibility with Emacs 24.x.
202
203 2013-04-17 Leo Liu <sdl.web@gmail.com>
204
205 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
206 octave-hide-process-buffer.
207
208 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
211 (bug#14216).
212
213 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
214
215 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
216 Fix adjustment of offset when receiving incomplete responses from GDB
217 (bug#14129).
218
219 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
222 python-mode-abbrev-table.
223 (python-skeleton-define): Adjust accordingly.
224 (python-mode-abbrev-table): New table that inherits from it so that
225 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
226
227 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
228 (abbrev-symbol): Use it.
229 (abbrev--before-point): Use it since we already handle inheritance.
230
231 2013-04-16 Leo Liu <sdl.web@gmail.com>
232
233 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
234 binding to info-lookup-symbol.
235
236 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
237
238 * minibuffer.el (completion--twq-all):
239 * term/ns-win.el (ns-initialize-window-system):
240 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
241
242 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
245 global bindings.
246
247 * doc-view.el (doc-view-start-process): Handle url-handler directories.
248
249 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
250
251 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
252 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
253 to nil.
254 (ruby-end-of-defun): Remove the unused arg, change the docstring
255 to reflect that this function is only used as the value of
256 `end-of-defun-function'.
257 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
258 to reflect an earlier change that beginning/end-of-defun functions
259 jump between methods in a class definition, as well as top-level
260 functions.
261
262 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * minibuffer.el (minibuffer-complete): Don't just scroll
265 a *Completions* that's been iconified.
266 (minibuffer-force-complete): Make sure repetitions do cycle when going
267 through completion-in-region -> minibuffer-complete.
268
269 2013-04-15 Alan Mackenzie <acm@muc.de>
270
271 Correct the placement of c-cpp-delimiters when there're #s not at
272 col 0.
273
274 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
275 place a submatch around the #.
276 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
277 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
278 on the #, not BOL.
279
280 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * emacs-lisp/nadvice.el: Properly test names when adding advice.
283 (advice--member-p): New arg `name'.
284 (advice--add-function, advice-member-p): Use it (bug#14202).
285
286 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
287
288 Reformulate java imenu-generic-expression.
289 The old expression contained ill formed regexps.
290
291 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
292 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
293 (cc-imenu-java-method-arg-regexp): New defconsts.
294 (cc-imenu-java-build-type-args-regex): New defun.
295 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
296 handling of spaces in the regexp.
297
298 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
299
300 * textmodes/ispell.el (ispell-command-loop): Remove
301 flyspell highlight of a word when ispell accepts it (bug #14178).
302
303 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
304
305 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
306 uses code from the previous `ange-ftp-run-real-handler'.
307 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
308 only in case that function exist. This is needed for proper
309 unloading of Tramp.
310
311 2013-04-15 Tassilo Horn <tsdh@gnu.org>
312
313 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
314
315 * textmodes/reftex.el (reftex-compile-variables): Use it.
316
317 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * files.el (normal-mode): Only use default major-mode if no other mode
320 was specified.
321
322 * emacs-lisp/trace.el (trace-values): New function.
323
324 * files.el: Allow : in local variables (bug#14089).
325 (hack-local-variable-regexp): New var.
326 (hack-local-variables-prop-line, hack-local-variables): Use it.
327
328 2013-04-13 Roland Winkler <winkler@gnu.org>
329
330 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
331 data before it gets modified by bibtex-beginning-of-entry.
332
333 2013-04-13 Roland Winkler <winkler@gnu.org>
334
335 * textmodes/bibtex.el (bibtex-url): Doc fix.
336
337 2013-04-13 Roland Winkler <winkler@gnu.org>
338
339 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
340 does not visit a BibTeX file, exclude it from the list of buffers
341 returned by bibtex-initialize.
342
343 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
344
345 * window.el (split-window): Remove interactive form, since as a
346 command this function is a special case of split-window-below.
347 Correct doc string.
348
349 2013-04-12 Roland Winkler <winkler@gnu.org>
350
351 * faces.el (read-face-name): Do not override value of arg default.
352 Allow single faces and strings as default values. Remove those
353 elements from return value that are not faces.
354 (describe-face): Simplify.
355 (face-at-point): New optional args thing and multiple so that this
356 function can provide the same functionality previously provided by
357 read-face-name.
358 (make-face-bold, make-face-unbold, make-face-italic)
359 (make-face-unitalic, make-face-bold-italic, invert-face)
360 (modify-face, read-face-and-attribute): Use face-at-point.
361
362 * cus-edit.el (customize-face, customize-face-other-window)
363 * cus-theme.el (custom-theme-add-face)
364 * face-remap.el (buffer-face-set)
365 * facemenu.el (facemenu-set-face): Use face-at-point.
366
367 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
368
369 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
370
371 2013-04-10 Tassilo Horn <tsdh@gnu.org>
372
373 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
374 off leading { and trailing } from field values.
375
376 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * emacs-lisp/timer.el (timer--check): New function.
379 (timer--time, timer-set-function, timer-event-handler): Use it.
380 (timer-set-idle-time): Simplify.
381 (timer--activate): CSE.
382 (timer-event-handler): Give more info in error message.
383 (internal-timer-start-idle): New function, moved from C.
384
385 * mpc.el (mpc-proc): Add `restart' argument.
386 (mpc-proc-cmd): Use it.
387 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
388 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
389 less often.
390
391 2013-04-10 Masatake YAMATO <yamato@redhat.com>
392
393 * progmodes/sh-script.el: Implement `sh-mode' own
394 `add-log-current-defun-function' (bug#14112).
395 (sh-current-defun-name): New function.
396 (sh-mode): Use the function.
397
398 2013-04-09 Bastien Guerry <bzg@gnu.org>
399
400 * simple.el (choose-completion-string): Fix docstring (bug#14163).
401
402 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
405
406 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
407 timer (bug#14156).
408
409 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
410
411 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
412 declaration.
413
414 2013-04-07 Leo Liu <sdl.web@gmail.com>
415
416 * pcmpl-x.el: New file.
417
418 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
419
420 Do not set x-display-name until X connection is established.
421 This is needed to prevent from weird situation described at
422 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
423 * frame.el (make-frame): Set x-display-name after call to
424 window system initialization function, not before.
425 * term/x-win.el (x-initialize-window-system): Add optional
426 display argument and use it.
427 * term/w32-win.el (w32-initialize-window-system):
428 * term/ns-win.el (ns-initialize-window-system):
429 * term/pc-win.el (msdos-initialize-window-system):
430 Add compatible optional display argument.
431
432 2013-04-06 Eli Zaretskii <eliz@gnu.org>
433
434 * files.el (normal-backup-enable-predicate): On MS-Windows and
435 MS-DOS compare truenames of temporary-file-directory and of the
436 file, so that 8+3 aliases (usually found in $TEMP on Windows)
437 don't fail comparison by compare-strings. Also, compare file
438 names case-insensitively on MS-Windows and MS-DOS.
439
440 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
441
442 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
443 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
444
445 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
446
447 * whitespace.el (whitespace-color-on, whitespace-color-off):
448 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
449
450 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
451
452 * ispell.el (ispell-set-spellchecker-params):
453 Really set `ispell-args' for all equivs.
454
455 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * ido.el (ido-completions): Use extra elements of ido-decorations
458 (bug#14143).
459 (ido-decorations): Update docstring.
460
461 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
462
463 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
464 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
465 nil during initialization, in order not to miss changes since the
466 file was opened. (Bug#14140)
467
468 2013-04-05 Leo Liu <sdl.web@gmail.com>
469
470 * kmacro.el (kmacro-call-macro): Fix bug#14135.
471
472 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
473
474 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
475
476 2013-04-04 Glenn Morris <rgm@gnu.org>
477
478 * electric.el (electric-pair-inhibit-predicate): Add :version.
479
480 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
483 when a package is required several times (bug#14082).
484
485 2013-04-04 Roland Winkler <winkler@gnu.org>
486
487 * faces.el (read-face-name): Behave as promised by the docstring.
488 Assume that arg default is a list of faces.
489 (describe-face): Call read-face-name with list of default faces.
490
491 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
492
493 * bookmark.el: Fix deletion of bookmarks (bug#13972).
494 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
495 (bookmark-bmenu-execute-deletions): Only skip first line if it's
496 the header.
497 (bookmark-exit-hook-internal): Save even if list is empty.
498
499 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
500
501 * emacs-lisp/package.el (package-pinned-packages): New var.
502 (package--add-to-archive-contents): Obey it (bug#14118).
503
504 2013-04-03 Alan Mackenzie <acm@muc.de>
505
506 Handle `parse-partial-sexp' landing inside a comment opener
507 (Bug#13244). Also adapt to the new values of element 7 of a parse
508 state.
509
510 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
511 parameter `not-in-delimiter'. Handle being inside comment opener.
512 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
513 character in case we're typing a '*' after a '/'.
514 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
515 instead by passing the parameter to c-state-pp-to-literal.
516
517 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
518 for elt. 7 of a parse state.
519
520 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
521
522 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
523 * international/latin1-disp.el, international/mule-util.el:
524 * language/cyril-util.el, language/european.el, language/ind-util.el:
525 * language/lao-util.el, language/thai.el, language/tibet-util.el:
526 * language/tibetan.el, language/viet-util.el:
527 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
528
529 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
532 (electric-pair-post-self-insert-function): Use it.
533 (electric-pair-default-inhibit): New function, extracted from
534 electric-pair-post-self-insert-function.
535
536 2013-03-31 Roland Winkler <winkler@gnu.org>
537
538 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
539
540 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
543
544 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
545
546 Un-indent after "pass" and "return" statements (Bug#13888)
547 * progmodes/python.el (python-indent-block-enders): New var.
548 (python-indent-calculate-indentation): Use it.
549
550 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
551
552 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
553 defun. Defining it as defalias could introduce too eager
554 byte-compiler optimization. (Bug#14030)
555
556 2013-03-30 Chong Yidong <cyd@gnu.org>
557
558 * iswitchb.el (iswitchb-read-buffer): Fix typo.
559
560 2013-03-30 Leo Liu <sdl.web@gmail.com>
561
562 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
563 (kmacro-execute-from-register): Pass the keyboard macro to
564 kmacro-call-macro or repeating won't work correctly.
565
566 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
567
568 * progmodes/subword.el: Back to using `forward-symbol'.
569
570 * subr.el (forward-whitespace, forward-symbol)
571 (forward-same-syntax): Move from thingatpt.el.
572
573 2013-03-29 Leo Liu <sdl.web@gmail.com>
574
575 * kmacro.el (kmacro-to-register): New command.
576 (kmacro-execute-from-register): New function.
577 (kmacro-keymap): Bind to 'x'. (Bug#14071)
578
579 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * mpc.el: Use defvar-local and setq-local.
582 (mpc--proc-connect): Connection failures are not bugs.
583 (mpc-mode-map): `follow-link' only applies to the buffer's content.
584 (mpc-volume-map): Bind to the up-events.
585
586 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
587
588 * progmodes/subword.el (superword-mode): Use `forward-sexp'
589 instead of `forward-symbol'.
590
591 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
594 (edebug--recursive-edit): Use it.
595 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
596 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
597
598 2013-03-28 Leo Liu <sdl.web@gmail.com>
599
600 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
601
602 2013-03-27 Eli Zaretskii <eliz@gnu.org>
603
604 * facemenu.el (list-colors-callback): New defvar.
605 (list-colors-redisplay): New function.
606 (list-colors-display): Install list-colors-redisplay as the
607 revert-buffer-function. (Bug#14063)
608
609 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
610
611 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
612 and suffixes don't overlap (bug#14061).
613
614 * case-table.el: Use lexical-binding.
615 (case-table-get-table): New function.
616 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
617
618 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
619
620 * progmodes/subword.el: Add `superword-mode' to do word motion
621 over symbol_words (parallels and leverages `subword-mode' which
622 does word motion inside MixedCaseWords).
623
624 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
625
626 * eshell/em-unix.el: Move su and sudo to...
627 * eshell/em-tramp.el: ...Eshell tramp module.
628
629 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
632 Change return value to be a sexp. Delay `get-buffer' to after
633 restoring the desktop (bug#13951).
634
635 2013-03-26 Leo Liu <sdl.web@gmail.com>
636
637 * register.el: Move semantic tag handling back to
638 cedet/semantic/senator.el. (Bug#14052)
639
640 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
643 into the prompt either (bug#13963).
644
645 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
648 part of "(error-foo)".
649
650 2013-03-24 Juri Linkov <juri@jurta.org>
651
652 * replace.el (list-matching-lines-prefix-face): New defcustom.
653 (occur-1): Pass `list-matching-lines-prefix-face' to the function
654 `occur-engine' if `face-differs-from-default-p' returns t.
655 (occur-engine): Add `,' inside backquote construct to evaluate
656 `prefix-face'. Propertize the prefix with the `prefix-face' face.
657 Pass `prefix-face' to the functions `occur-context-lines' and
658 `occur-engine-add-prefix'.
659 (occur-engine-add-prefix, occur-context-lines): Add optional arg
660 `prefix-face' and propertize the prefix with `prefix-face'.
661 (Bug#14017)
662
663 2013-03-24 Leo Liu <sdl.web@gmail.com>
664
665 * nxml/rng-valid.el (rng-validate-while-idle)
666 (rng-validate-quick-while-idle): Guard against deleted buffer.
667 (Bug#13999)
668
669 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
670 is the last entry in kill-buffer-hook.
671
672 * files.el (kill-buffer-hook): Doc fix.
673
674 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
675
676 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
677 Make it safe-local.
678
679 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
680
681 2013-03-23 Leo Liu <sdl.web@gmail.com>
682
683 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
684 Remove.
685
686 * nxml/rng-valid.el (rng-validate-mode)
687 (rng-after-change-function, rng-do-some-validation):
688 * nxml/rng-maint.el (rng-validate-buffer):
689 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
690 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
691 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
692 (nxml-extend-after-change-region): Use with-silent-modifications.
693
694 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
695 timer-idle-list.
696
697 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
698 (rng-next-error-1, rng-previous-error-1): Do not let-bind
699 timer-idle-list. (Bug#13999)
700
701 2013-03-23 Juri Linkov <juri@jurta.org>
702
703 * info.el (info-index-match): New face.
704 (Info-index, Info-apropos-matches): Add a nested subgroup to the
705 main pattern and add text properties with the new face to matches
706 in index entries relative to the beginning of the index entry.
707 (Bug#14015)
708
709 2013-03-21 Eric Ludlam <zappo@gnu.org>
710
711 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
712 Inhibit read only while inserting objects.
713
714 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
715
716 * progmodes/cfengine.el: Update docs to mention
717 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
718 symbol motion. Remove "_" from the word syntax.
719
720 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
721
722 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
723 syntax for both `cfengine2-mode' and `cfengine3-mode'.
724
725 2013-03-20 Juri Linkov <juri@jurta.org>
726
727 * info.el (Info-next-reference-or-link)
728 (Info-prev-reference-or-link): New functions.
729 (Info-next-reference, Info-prev-reference): Use them.
730 (Info-try-follow-nearest-node): Handle footnote navigation.
731 (Info-fontify-node): Fontify footnotes. (Bug#13989)
732
733 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
736 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
737
738 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
739
740 Suppress unnecessary non-ASCII chatter during build process.
741 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
742 (batch-skkdic-convert): Suppress most of the chatter.
743 It's not needed so much now that machines are faster,
744 and its non-ASCII component was confusing; see Dmitry Gutov in
745 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
746
747 2013-03-20 Leo Liu <sdl.web@gmail.com>
748
749 * ido.el (ido-chop): Fix bug#10994.
750
751 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
752
753 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
754 Remove vars.
755 (whitespace-color-on, whitespace-color-off):
756 Use `font-lock-fontify-buffer' (Bug#13817).
757
758 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
761 remapping in mode-line.
762 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
763
764 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
765
766 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
767 value for `whitespace-line' face (Bug#13875).
768 (whitespace-font-lock-keywords): Change description.
769 (whitespace-color-on): Don't save `font-lock-keywords' value, save
770 the constructed keywords instead.
771 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
772
773 2013-03-19 Leo Liu <sdl.web@gmail.com>
774
775 * progmodes/compile.el (compilation-display-error): New command.
776 (compilation-mode-map, compilation-minor-mode-map): Bind it to
777 C-o. (Bug#13992)
778
779 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
780
781 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
782
783 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
784
785 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
786
787 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
788
789 * net/tramp-compat.el (tramp-compat-user-error): New defun.
790
791 * net/tramp-adb.el (tramp-adb-handle-shell-command):
792 * net/tramp-gvfs.el (top):
793 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
794 (tramp-handle-shell-command): Use it.
795 (tramp-dissect-file-name): Raise an error when hostname is a
796 method name, and neither method nor user is specified.
797
798 * net/trampver.el: Update release number.
799
800 2013-03-18 Leo Liu <sdl.web@gmail.com>
801
802 Make sure eldoc can be turned off properly.
803 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
804 eldoc-mode.
805 (eldoc-display-message-p): Revert last change.
806 (eldoc-display-message-no-interference-p)
807 (eldoc-print-current-symbol-info): Tweak.
808
809 2013-03-18 Tassilo Horn <tsdh@gnu.org>
810
811 * doc-view.el (doc-view-new-window-function): Check the new window
812 overlay's display property instead the char property of the
813 buffer's first char. Use `with-selected-window' instead of
814 `save-window-excursion' with `select-window'.
815 (doc-view-document->bitmap): Check the current doc-view overlay's
816 display property instead the char property of the buffer's first char.
817
818 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
819
820 Automate the build of ja-dic.el (Bug#13984).
821 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
822 from the input, rather than assume that it's been done for us by the
823 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
824 the current date into a ja-dic.el comment, as that complicates
825 regression testing.
826
827 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * whitespace.el: Fix double evaluation.
830 (whitespace-space, whitespace-hspace, whitespace-tab)
831 (whitespace-newline, whitespace-trailing, whitespace-line)
832 (whitespace-space-before-tab, whitespace-indentation)
833 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
834 obsolete defvars.
835 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
836 (whitespace-color-on): Use a single font-lock-add-keywords call.
837 Fix double-evaluation of face variables.
838
839 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
840
841 * net/tramp-adb.el (tramp-adb-parse-device-names):
842 Use `start-process' instead of `call-process'. Otherwise, the
843 function might be blocked under MS Windows. (Bug#13299)
844
845 2013-03-17 Leo Liu <sdl.web@gmail.com>
846
847 Extend eldoc to display info in the mode-line. (Bug#13978)
848 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
849 (eldoc-mode-line-string): New variable.
850 (eldoc-minibuffer-message): New function.
851 (eldoc-message-function): New variable.
852 (eldoc-message): Use it.
853 (eldoc-display-message-p)
854 (eldoc-display-message-no-interference-p):
855 Support eldoc-post-insert-mode.
856
857 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
858 (eval-expression): Run it.
859
860 2013-03-17 Roland Winkler <winkler@gnu.org>
861
862 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
863 strings in the list of return values.
864
865 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
866
867 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
868 radix before checking for HMS forms.
869
870 2013-03-16 Leo Liu <sdl.web@gmail.com>
871
872 * progmodes/scheme.el: Add indentation and font-locking for λ.
873 (Bug#13975)
874
875 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
878 token before point (bug#13942).
879
880 2013-03-16 Leo Liu <sdl.web@gmail.com>
881
882 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
883
884 2013-03-16 Eli Zaretskii <eliz@gnu.org>
885
886 * startup.el (command-line-normalize-file-name): Fix handling of
887 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
888 <xfq.free@gmail.com> in
889 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
890
891 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
892
893 Sync with Tramp 2.2.7.
894
895 * net/trampver.el: Update release number.
896
897 2013-03-14 Tassilo Horn <tsdh@gnu.org>
898
899 * doc-view.el Fix bug#13887.
900 (doc-view-insert-image): Don't modify overlay associated to
901 non-live windows, and implement horizontal centering of image in
902 case it's smaller than the window.
903 (doc-view-new-window-function): Force redisplay of new windows on
904 doc-view buffers.
905
906 2013-03-13 Karl Fogel <kfogel@red-bean.com>
907
908 * saveplace.el (save-place-alist-to-file): Don't sort
909 `save-place-alist', just pretty-print it (bug#13882).
910
911 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
912
913 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
914 whether `default-file-name-coding-system' is bound. It isn't in
915 XEmacs.
916
917 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
920 backquotes for `obsolete' (bug#13929).
921
922 * international/mule.el (find-auto-coding): Include file name in
923 obsolescence warning (bug#13922).
924
925 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
926
927 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
928 for CFEngine 3-specific indentation.
929 (cfengine3-indent-line): Use it. Fix up category regex.
930 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
931
932 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * type-break.el (type-break-file-name):
935 * textmodes/remember.el (remember-data-file):
936 * strokes.el (strokes-file):
937 * shadowfile.el (shadow-initialize):
938 * saveplace.el (save-place-file):
939 * ps-bdf.el (bdf-cache-file):
940 * progmodes/idlwave.el (idlwave-config-directory):
941 * net/quickurl.el (quickurl-url-file):
942 * international/kkc.el (kkc-init-file-name):
943 * ido.el (ido-save-directory-list-file):
944 * emulation/viper.el (viper-custom-file-name):
945 * emulation/vip.el (vip-startup-file):
946 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
947 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
948
949 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
950
951 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
952 * language/thai-word.el: Switch to UTF-8.
953
954 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
957
958 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
959
960 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
961 Use with-current-buffer and don't move point.
962 (net-utils-run-simple): Remove useless code.
963 (net-utils-remove-ctl-m): Remove unused custom.
964
965 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
966
967 * international/characters.el (glyphless-set-char-table-range): New fun.
968 (update-glyphless-char-display): Use it (bug#13744).
969
970 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
971
972 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
973 namespaces in the syntax, indent closer for hanging brace
974 correctly, allow single-quote delimited 'strings', and make
975 `cfengine3-mode' the default.
976
977 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
978
979 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
980 Use lexical-binding. Fix up docstring according to conventions.
981 (gdbmi-debug-mode): New var.
982 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
983 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
984 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
985 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
986 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
987 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
988 (gdbmi-bnf-incomplete-record-result): New functions.
989 (gdb-car<): Remove function.
990 (gdbmi-record-list): Remove variable.
991 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
992 (gdbmi-bnf-result-state-configs): New const.
993 (gud-gdbmi-marker-filter): Rewrite.
994 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
995 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
996 Add `token' argument.
997 (gdb-done, gdb-error): New functions.
998 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
999
1000 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * term/xterm.el (xterm--report-background-handler): Don't burp
1003 upon timeout.
1004 (xterm--version-handler): Extract from terminal-init-xterm.
1005 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1006 Allow multiple handlers.
1007 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1008
1009 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1010 (xterm--report-background-handler, xterm--query): New functions.
1011 (terminal-init-xterm): Use them.
1012
1013 2013-03-11 Michael R. Mauger <michael@mauger.com>
1014
1015 * progmodes/sql.el Version 3.2
1016 Please note that my address changed to <michael@mauger.com>;
1017 the <mmaug@yahoo.com> address remains active.
1018 (sql-connection-alist): Updates documentation to fix bug#13715.
1019 (sql-connect): Handle missing `sql-connection-alist' correctly.
1020 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1021 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1022 property.
1023 (sql-default-value): New function.
1024 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1025 values were not used.
1026 (sql-rename-buffer): Make sure alternate buffer name has no text
1027 properties.
1028 (sql-input-sender, sql-execute-feature): Fetch variable with
1029 `buffer-local-value' rather than `with-current-buffer'.
1030 (sql-*): Use #' function syntax consistently.
1031 (sql-*): Use message/error/user-error consistently.
1032
1033 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * xt-mouse.el (xterm-mouse-event-read): Remove.
1036 (xterm-mouse--read-event-sequence-1000)
1037 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1038
1039 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * term/xterm.el (xterm-function-map): Support format used with
1042 formatOtherKeys=1 (bug#13839).
1043
1044 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1045 (with-no-warnings): Use `declare'.
1046
1047 * whitespace.el (whitespace-enable-predicate): New variable.
1048 (whitespace-enable-predicate): Use it.
1049
1050 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1051 (comint-output-filter, comint-update-fence):
1052 Use with-silent-modifications.
1053
1054 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1055
1056 * replace.el (occur-read-regexp-defaults-function): New var.
1057 (occur-read-regexp-defaults): New defun.
1058 (occur-read-primary-args): Propagate above change (bug#13892).
1059
1060 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1063
1064 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1065
1066 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1067
1068 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1069 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1070 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1071 New defconst.
1072 (tramp-gvfs-file-name-handler-alist) [directory-files]
1073 [directory-files-and-attributes, file-exists-p, file-modes]:
1074 Use Tramp default handler.
1075 [file-acl, file-selinux-context, process-file, set-file-acl]:
1076 [set-file-modes, set-file-selinux-context, shell-command]:
1077 [start-file-process]: Remove handler.
1078 [verify-visited-file-modtime]: New handler.
1079 (tramp-gvfs-dbus-string-to-byte-array)
1080 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1081 calls of `dbus-string-to-byte-array' and
1082 `tramp-gvfs-dbus-byte-array-to-string'.
1083 (tramp-gvfs-handle-copy-file)
1084 (tramp-gvfs-handle-delete-directory)
1085 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1086 (tramp-gvfs-handle-file-directory-p)
1087 (tramp-gvfs-handle-file-executable-p)
1088 (tramp-gvfs-handle-file-name-all-completions)
1089 (tramp-gvfs-handle-file-readable-p)
1090 (tramp-gvfs-handle-file-writable-p)
1091 (tramp-gvfs-handle-insert-directory)
1092 (tramp-gvfs-handle-insert-file-contents)
1093 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1094 (tramp-gvfs-handle-set-visited-file-modtime)
1095 (tramp-gvfs-handle-write-region): Rewrite.
1096 (tramp-gvfs-handle-file-acl)
1097 (tramp-gvfs-handle-file-selinux-context)
1098 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1099 (tramp-gvfs-handle-set-file-modes)
1100 (tramp-gvfs-handle-set-file-selinux-context)
1101 (tramp-gvfs-handle-shell-command)
1102 (tramp-gvfs-handle-start-file-process)
1103 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1104 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1105 over the symlinks. Fix user handling.
1106 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1107 of the D-Bus signals.
1108 (tramp-gvfs-connection-mounted-p): Handle different names of the
1109 D-Bus methods.
1110 (tramp-gvfs-mount-spec-entry): New defun.
1111 (tramp-gvfs-mount-spec): Use it.
1112 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1113 there is a share name. Handle different names of the D-Bus
1114 signals and methods. Set connection properties needed for
1115 `tramp-check-cached-permissions'.
1116 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1117 Return t or nil.
1118
1119 * net/tramp.el (tramp-backtrace): Move up.
1120 (tramp-error): Dump a backtrace into the debug buffer when
1121 `tramp-verbose > 9.
1122 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1123 (tramp-file-mode-permissions, tramp-get-local-uid)
1124 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1125 tramp-sh.el.
1126
1127 * net/tramp-sh.el (tramp-file-mode-type-map)
1128 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1129 (tramp-file-mode-permissions, tramp-get-local-uid)
1130 (tramp-get-local-gid): Move to tramp.el.
1131
1132 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 Separate mouse-1-click-follows-link from mouse-drag-region.
1135 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1136 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1137 (mouse-drag-line, mouse-drag-track):
1138 Remove mouse-1-click-follows-link code.
1139 (mouse--remap-link-click-p): Remove.
1140
1141 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1142
1143 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1144 (hi-lock-read-regexp-defaults): New defun.
1145 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1146 (hi-lock-face-phrase-buffer): Propagate above change.
1147 Update docstring (bug#13892).
1148
1149 * subr.el (find-tag-default-as-regexp): New defun.
1150 * replace.el (read-regexp): Propagate above change.
1151
1152 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1153
1154 * calc/calc-units.el (calc-convert-units): Fix the way that default
1155 new units are stored.
1156
1157 2013-03-07 Matthias Meulien <orontee@gmail.com>
1158
1159 * bookmark.el: Define a face to highlight bookmark names in
1160 bookmark menu buffers, where the default is a bold face similarly
1161 to buffer names in buffer menu buffers.
1162 (bookmark-menu-bookmark): New face to highlight bookmark names.
1163 (bookmark-insert-location): Remove duplicated text property to
1164 conform to buffer list (see `list-buffers').
1165 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1166 `bookmark-menu-bookmark' to bookmark names.
1167
1168 2013-03-07 Matthias Meulien <orontee@gmail.com>
1169 Karl Fogel <kfogel@red-bean.com>
1170
1171 * bookmark.el: Display the bookmark list header similarly to the
1172 buffer list header (see `list-buffers'), where the default is now
1173 an immovable/immutable header line.
1174 (bookmark-bmenu-use-header-line): New variable.
1175 (bookmark-bmenu-inline-header-height): New name for
1176 `bookmark-bmenu-header-height', to avoid confusion with the code
1177 for the new immovable header. All references changed.
1178 (bookmark-bmenu-set-header): New function.
1179 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1180 Conditionalize header construction accordingly.
1181 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1182 the inline header height.
1183 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1184 Conditionalize the skipping of the inline header height.
1185
1186 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1187
1188 * progmodes/js.el (js--multi-line-declaration-indentation):
1189 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1190
1191 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1192
1193 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1194 Only propertize regexp when not inside a string (Bug#13885).
1195
1196 2013-03-06 Alan Mackenzie <acm@muc.de>
1197
1198 Correct the position of point in some line-up functions.
1199 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1200 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1201 point at column 0 rather than at a random place in the line.
1202
1203 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1204
1205 * net/tramp-compat.el (tramp-compat-delete-directory):
1206 Implement TRASH argument.
1207
1208 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1209
1210 Keep pre-existing highlighting in completion candidates (Bug#13250).
1211 * minibuffer.el (completions-first-difference): State that the
1212 face is "added" in the docstring.
1213 (completions-common-part): Same. And don't inherit from default.
1214 (completion-hilit-commonality): Prepend 'completions-common-part
1215 and 'completion-first-difference faces to the 'face property,
1216 instead of replacing the value(s).
1217 (completion--insert-strings): Same with 'completions-annotations face.
1218 (completion-hilit-commonality): Use 'face instead of
1219 'font-lock-face, because it gets priority if the completion
1220 strings already have 'face set.
1221
1222 2013-03-04 Alan Mackenzie <acm@muc.de>
1223
1224 Replace `last-command-event' by `last-command-char' in XEmacs.
1225 * progmodes/cc-defs.el (c-last-command-char): New macro.
1226 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1227 (c-semi&comma-no-newlines-before-nonblanks)
1228 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1229 in place of `last-command-event'.
1230 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1231 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1232 (c-electric-paren, c-electric-continued-statement): Use the new
1233 macro in place of `last-command-event'.
1234
1235 2013-03-04 Glenn Morris <rgm@gnu.org>
1236
1237 * files.el (inhibit-local-variables-regexps):
1238 Add .diff and .patch. (Bug#13862)
1239
1240 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1241
1242 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1243 whether the "su" command is available on the device.
1244
1245 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1246
1247 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1248 (tramp-adb-handle-process-file): Remove superfluous setting.
1249 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1250 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1251 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1252
1253 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1254
1255 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1256 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1257 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1258 Use dict-key rather than dict-name for the error message.
1259
1260 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1261
1262 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1263 when reverting (bug#13831).
1264
1265 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1266
1267 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1268 Always expand affix-file before storing to protect against changed
1269 `default-directory'.
1270 (ispell-print-if-debug): Make sure message is printed at the end
1271 of the debug buffer.
1272
1273 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1274
1275 * net/tramp.el (tramp-obsolete-methods): New defconst.
1276 (tramp-warned-obsolete-methods): New defvar.
1277 (tramp-find-method): Check for obsolete methods. Map them to a
1278 replacement method if appropriate.
1279
1280 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1281 Remove methods.
1282 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1283 "ssh2" and "plink1".
1284
1285 2013-02-28 Dale Sedivec <dale@codefu.org>
1286
1287 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1288 Return valid syntax-table property value when converting
1289 quotes within text from string syntax to punctuation syntax (bug#13844).
1290
1291 2013-02-28 Juri Linkov <juri@jurta.org>
1292
1293 * dired-aux.el (dired-diff): If file at point is a backup file,
1294 use its original as the default value, and reverse the order
1295 of arguments to the `diff' call. Doc fix. (Bug#13772)
1296
1297 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1298
1299 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1300 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1301
1302 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1303
1304 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1305
1306 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1307 Ask hunspell about available and default dictionaries.
1308 (ispell-parse-hunspell-affix-file): Extract relevant info from
1309 hunspell affix file.
1310 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1311 `ispell-dictionary-alist' entry for given dictionary after info
1312 provided by `ispell-parse-hunspell-affix-file'.
1313 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1314 of parsed hunspell dicts and associated affix files.
1315 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1316 of parsed hunspell dicts and associated parameters.
1317 (ispell-set-spellchecker-params):
1318 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1319 previously done.
1320 (ispell-start-process):
1321 Call `ispell-hunspell-fill-dictionary-entry' for current
1322 dictionary if it is not initialized.
1323
1324 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * imenu.el: Comment nitpicks.
1327
1328 2013-02-28 Sam Steingold <sds@gnu.org>
1329
1330 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1331 See <http://stackoverflow.com/questions/14720205>.
1332
1333 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1334
1335 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1336 (net-utils-mode): Use it.
1337 (net-utils--revert-cmd): New var.
1338 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1339 (traceroute): Use net-utils-run-simple.
1340
1341 2013-02-28 Glenn Morris <rgm@gnu.org>
1342
1343 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1344
1345 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1348 (doc-view-fallback-mode): Remove overlays here.
1349 (doc-view-toggle-display): Instead of here. Don't throw away
1350 image-mode-winprops-alist.
1351 (doc-view-goto-page): Don't mess with hscroll.
1352
1353 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1354
1355 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1356 &optional (bug#13819).
1357
1358 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1359
1360 * net/tramp-adb.el (tramp-adb-parse-device-names)
1361 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1362
1363 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1364
1365 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1366 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1367 defined. POSIX environments fall back to the "C" locale then and
1368 emit a warning, which shall be suppressed.
1369
1370 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1373 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1374
1375 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1378
1379 2013-02-25 Juri Linkov <juri@jurta.org>
1380
1381 * replace.el (read-regexp): Let-bind `default' to the first
1382 element of `defaults' if it's a list, otherwise it should be
1383 a string or nil. Let-bind `suggestions' to `defaults' if it's
1384 a list, otherwise make a list with the string value. Doc fix.
1385 (Bug#13805)
1386
1387 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1388
1389 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1390 that match "\`\.#", to avoid compiling lock files, even if they
1391 are readable (as they are on MS-Windows).
1392
1393 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * files.el (basic-save-buffer): Remove redundant directory-creation.
1396
1397 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1398
1399 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1400 Add option to force `pi' to remain symbolic.
1401 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1402 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1403 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1404 derivatives, when necessary.
1405
1406 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1407
1408 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1409 (ps-mode-octal-region): Use string-make-unibyte.
1410
1411 2013-02-23 Glenn Morris <rgm@gnu.org>
1412
1413 * emulation/viper-cmd.el (viper-submit-report):
1414 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1415 * progmodes/vera-mode.el (vera-mode-help-address):
1416 * textmodes/artist.el (artist-maintainer-address):
1417 * textmodes/reftex.el (reftex-report-bug):
1418 * vc/ediff-util.el (ediff-submit-report):
1419 Add bug-gnu-emacs to bug report address.
1420
1421 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1422 Remove bug report entries.
1423 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1424
1425 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1426 (byte-compile-file, byte-compile-from-buffer):
1427 Use separate input/output buffers for each level of recursive
1428 byte-compile-file calls. (Bug#13787)
1429
1430 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1431
1432 * net/tramp.el (tramp-methods): Fix docstring.
1433 (tramp-ssh-controlmaster-options): Rename it from
1434 `tramp-ssh-controlmaster-template'. Return a string.
1435 (tramp-default-method): Adapt check for
1436 `tramp-ssh-controlmaster-options'.
1437
1438 * net/tramp-sh.el (tramp-methods):
1439 Replace `tramp-ssh-controlmaster-template' by "%c".
1440 (tramp-do-copy-or-rename-file-out-of-band)
1441 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1442 that it is applied for the first hop only.
1443
1444 2013-02-22 Juri Linkov <juri@jurta.org>
1445
1446 * isearch.el (isearch-lazy-highlight-new-loop):
1447 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1448 to `isearch-other-end' if it is not nil. (Bug#13402)
1449
1450 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1451 to `match-beg'.
1452
1453 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1454 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1455 and `isearch-error' to nil.
1456
1457 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1458
1459 * progmodes/python.el (python-info-current-defun):
1460 Enhance match-data cluttering prevention.
1461
1462 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1463
1464 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1465
1466 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1467 Handle multibyte file names.
1468
1469 2013-02-22 Glenn Morris <rgm@gnu.org>
1470
1471 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1472 (sgml-transformation-function): Give it a :set function.
1473 (sgml-tag): Doc fix.
1474
1475 * cmuscheme.el (scheme-buffer):
1476 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1477 * progmodes/tcl.el (inferior-tcl-buffer):
1478 * textmodes/tex-mode.el (tex-command): Doc fixes.
1479
1480 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1481
1482 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1483
1484 2013-02-21 Bastien Guerry <bzg@gnu.org>
1485
1486 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1487
1488 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1489
1490 * progmodes/python.el (python-info-current-defun):
1491 Enhance match-data cluttering prevention.
1492
1493 2013-02-21 Glenn Morris <rgm@gnu.org>
1494
1495 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1496 loaded while outline-regexp is let bound. (Bug#9584)
1497
1498 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1499
1500 * progmodes/python.el (python-info-current-defun): Fix failed
1501 defun name retrieval because of unwanted match-data cluttering.
1502
1503 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1504
1505 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1506 defconst. Apply independent check for ControlPersist.
1507
1508 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1509 temporarily, via "env".
1510
1511 2013-02-21 Glenn Morris <rgm@gnu.org>
1512
1513 * info.el (Info-enable-edit): Remove.
1514 (Info-edit): Disable it rather than using Info-enable.
1515 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1516 (Info-cease-edit): Make editing of Info files obsolete.
1517
1518 * informat.el (Info-tagify):
1519 Handle buffers not visiting files. (Bug#13763)
1520
1521 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1522
1523 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1524
1525 2013-02-21 Glenn Morris <rgm@gnu.org>
1526
1527 * files.el (basic-save-buffer): Move check for existing parent
1528 directory after hooks. (Bug#13773)
1529
1530 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * simple.el (command-execute): Move from C. Add obsolete check.
1533 (extended-command-history): Move from C.
1534
1535 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1536
1537 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1538 (jka-compr-mode-alist-additions): Handle .txz suffix for
1539 XZ-compressed tar archives (bug#13770).
1540
1541 2013-02-20 Bastien Guerry <bzg@gnu.org>
1542
1543 * outline.el (outline-regexp, outline-heading-end-regexp):
1544 Make variables, not options (bug#13731).
1545
1546 2013-02-20 Glenn Morris <rgm@gnu.org>
1547
1548 * image.el (image-current-frame): Change from variable to function.
1549 (image-show-frame): Rename from image-nth-frame. Update callers.
1550 * image-mode.el (image-multi-frame): New variable.
1551 (image-mode-map, image-mode, image-goto-frame):
1552 Use image-multi-frame rather than image-current-frame.
1553 (image-mode, image-goto-frame): Use image-current-frame as
1554 function rather than as variable.
1555
1556 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1557 * emacs-lisp/cl-macs.el (cl--make-type-test)
1558 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1559
1560 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1561
1562 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1563 (tramp-get-file-property, tramp-set-file-property)
1564 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1565 (tramp-flush-file-property, tramp-flush-directory-property):
1566 Rename argument to KEY.
1567 (tramp-flush-connection-property): Simplify a little bit.
1568 (tramp-connection-property-p): New defun.
1569 (top): Reapply saved values only if there isn't a corresponding
1570 entry in `tramp-connection-properties'.
1571
1572 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1573
1574 * progmodes/python.el (python-indent-context):
1575 Fix python-info-line-ends-backslash-p call.
1576 (python-info-line-ends-backslash-p)
1577 (python-info-beginning-of-backslash): Respect line-number argument.
1578 (python-info-current-line-comment-p):
1579 Fix behavior when not at beginning-of-line.
1580 (python-util-position): Remove function.
1581 (python-util-goto-line): New function.
1582
1583 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * eshell/em-unix.el (eshell/su): Require tramp.
1586 (eshell/sudo): Require tramp. Remove now unnecessary check.
1587
1588 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1589 `tramp-current-connection' in order to avoid an error when several
1590 commands are invoked in a short time in eshell and friends.
1591
1592 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 Cleanup some of EIEIO's namespace.
1595 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1596 Use it to define all the class-* and object-* field accessors (renamed
1597 to eieio--class-* and eieio--object-*). Update all uses.
1598 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1599 class-num-slots and object-num-slots.
1600 (eieio--check-type): New macro.
1601 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1602 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1603 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1604 (object-assoc-list-safe): Use it.
1605 (eieio-defclass): Tighten regexp.
1606 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1607 Remove unreachable code.
1608 (object-class-fast): Declare obsolete.
1609 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1610 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1611 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1612 Rename from class-name, object-name, object-set-name-string,
1613 object-class, object-class-name, class-parents, class-children,
1614 class-precedence-list, class-parent; with obsolete alias.
1615 (class-of, class-direct-superclasses, class-direct-subclasses):
1616 Declare obsolete.
1617 (eieio-defmethod): Use `memq'; remove unreachable code.
1618 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1619 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1620 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1621
1622 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1623
1624 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1625 commentary.
1626
1627 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1628
1629 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1630 Use font-lock-keyword-face for macros and special forms (bug#8345).
1631
1632 2013-02-17 Didier Verna <didier@didierverna.net>
1633
1634 * net/network-stream.el (network-stream-open-starttls):
1635 Check that response to the starttls-command is non-nil. (Bug#13706)
1636
1637 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1640 Don't assume all identifier chars have syntax word.
1641 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1642 Remove bar-not-symbol. Adjust callers.
1643 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1644
1645 2013-02-17 Leo Liu <sdl.web@gmail.com>
1646
1647 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1648
1649 2013-02-17 Glenn Morris <rgm@gnu.org>
1650
1651 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1652
1653 * image-mode.el (image-mode-map): Add image-dired menu entry.
1654
1655 * image-dired.el (tumme): Make this alias obsolete.
1656
1657 2013-02-16 Glenn Morris <rgm@gnu.org>
1658
1659 * image.el (image-animated-types): Remove.
1660 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1661 (image-animated-p): Make obsolete alias.
1662 (image-animate, image-nth-frame, image-animate-timeout):
1663 Use image-multi-frame-p.
1664 (image-animate-timeout): If no delay, use image-default-frame-delay.
1665 * image-mode.el (image-mode, image-toggle-animation):
1666 Use image-multi-frame-p. (Bug#763, bug#10739)
1667 (image-mode): Adjust startup message for a multi-frame image.
1668
1669 * image-mode.el (image-mode-map): Give it a menu.
1670
1671 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1672
1673 * net/tramp-cache.el (tramp-connection-properties): New customer
1674 option.
1675 (tramp-get-connection-property): Use it.
1676
1677 * net/tramp-compat.el (top): Require 'trampver.
1678
1679 * net/tramp-sh.el (tramp-remote-process-environment):
1680 Set tramp-autoload cookie.
1681
1682 2013-02-16 Kevin Ryde <user42@zip.com.au>
1683
1684 * info-look.el (info-lookup-select-mode): If major-mode has no
1685 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1686
1687 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1688
1689 * replace.el (read-regexp): Tighten the regexp that matches tag.
1690 When tag is retrieved with `find-tag-default', use regexp that
1691 matches tag at point. Also update docstring (Bug#13687).
1692
1693 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1694
1695 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1696 add watch for the file, not its parent directory, since w32notify
1697 sets up the watch for the directory internally. (Bug#13725)
1698
1699 2013-02-16 Glenn Morris <rgm@gnu.org>
1700
1701 * image.el (image-default-frame-delay): New variable.
1702 (image-animated-p): Use image-default-frame-delay.
1703 (image-minimum-frame-delay): New constant.
1704 (image-animate-timeout): Use image-minimum-frame-delay.
1705
1706 * image.el (image-nth-frame): New, split from image-animate-timeout.
1707 (image-animate-timeout): Use image-nth-frame.
1708 * image-mode.el (image-goto-frame, image-next-frame)
1709 (image-previous-frame): New commands.
1710 (image-mode-map): Add new frame commands.
1711
1712 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1713
1714 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1715 If col-desc already has help-echo, use it. (Bug#13563)
1716
1717 2013-02-16 Glenn Morris <rgm@gnu.org>
1718
1719 * image.el (image-current-frame): New variable.
1720 (image-animate-timeout): Set image-current-frame.
1721 * image-mode.el (image-mode): For animated images,
1722 display a frame counter via mode-line-process.
1723
1724 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1725
1726 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1727
1728 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1729
1730 2013-02-15 Alan Mackenzie <acm@muc.de>
1731
1732 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1733 global minor mode has been enabled, call the minor mode function
1734 for a new buffer once only, after the major mode hook, whilst
1735 allowing that hook explicitly to disable the minor mode.
1736 (MODE-disable-in-buffer): New (generated) function.
1737 (disable-MODE): New (generated) buffer local variable.
1738
1739 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1740
1741 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1742 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1743 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1744 `ido-next-match' and `ido-prev-match' resply.
1745 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1746 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1747 `icomplete-backward-completions' (Bug#13708).
1748
1749 2013-02-15 Glenn Morris <rgm@gnu.org>
1750
1751 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1752
1753 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1756 (goto-address-fontify-region): Use them instead of narrowing, so
1757 syntax-ppss has access to the whole buffer.
1758
1759 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1760
1761 * progmodes/python.el: Explain how to restore "cc-mode"-like
1762 forward-sexp movement in header documentation (Bug#13642).
1763 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1764 comments and strings (GH bug 114).
1765
1766 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1767
1768 * progmodes/python.el (python-info-current-defun): Fix current
1769 defun detection (Bug#13618).
1770
1771 2013-02-15 Chong Yidong <cyd@gnu.org>
1772
1773 * xml.el (xml-parse-string): Fix typo in handling of bad character
1774 references.
1775
1776 2013-02-15 Glenn Morris <rgm@gnu.org>
1777
1778 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1779
1780 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1781
1782 * net/tramp.el (tramp-debug-message):
1783 Add `tramp-condition-case-unless-debug'.
1784 (tramp-debug-on-error): New defvar.
1785 (tramp-condition-case-unless-debug): New defun.
1786 (tramp-file-name-handler): Use it.
1787
1788 2013-02-14 Juri Linkov <juri@jurta.org>
1789
1790 * info.el (Info-isearch-filter): Treat non-nil values of
1791 `search-invisible' including its default value `open'
1792 like the value `t' to match hidden text. (Bug#13402)
1793
1794 2013-02-14 Glenn Morris <rgm@gnu.org>
1795
1796 * help-fns.el (find-lisp-object-file-name): Give special treatment
1797 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1798
1799 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1800
1801 * net/quickurl.el (quickurl-save-urls):
1802 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1803
1804 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1805
1806 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1807 depth for unfinished percent literal. Not using it in the caller.
1808 (ruby-move-to-block): Jump over multiline literals of all types,
1809 ignoring code-looking contents inside them.
1810 (ruby-add-log-current-method): Improve performance at the expense
1811 of accuracy. `ruby-block-contains-point' is relatively slow, so
1812 only use it for method and singleton class blocks.
1813
1814 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1815
1816 Use ControlMaster where applicable. (Bug#13677)
1817
1818 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1819 replacing `tramp-detect-ssh-controlmaster'.
1820 (tramp-default-method): Use it.
1821
1822 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1823 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1824 arguments.
1825 [scpc, rsyncc]: Remove methods.
1826 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1827 and "ssh2_old".
1828 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1829 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1830
1831 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * emacs-lisp/package.el (package--initialized): Move before first use.
1834
1835 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1836
1837 * icomplete.el (icomplete-hide-common-prefix): New user option.
1838 (icomplete-first-match): New face.
1839 (icomplete-completions): Correct handling of "complete but not
1840 unique" (Bug#12638).
1841
1842 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1843
1844 * descr-text.el (describe-char): Display the script (bug#13698).
1845
1846 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * tmm.el: Use lexical-binding and current-active-maps.
1849 (tmm-menubar): Use map-keymap and pcase.
1850 (tmm--completion-table): New function.
1851 (tmm-prompt): Use it to fix the menu order.
1852 (tmm-get-keybind): Use current-active-maps.
1853
1854 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1855
1856 Add dired-hide-details-mode. (Bug#6799)
1857
1858 * locate.el (locate-mode): Set parent mode property to dired-mode.
1859
1860 * find-dired.el (find-dired): Call dired-insert-set-properties on
1861 initial information line. Set process mark on end of buffer.
1862 (find-dired-sentinel):
1863 Call dired-insert-set-properties on summary.
1864
1865 * dired.el (dired-hide-details-hide-symlink-targets)
1866 (dired-hide-details-hide-information-lines): New options.
1867 (dired-insert-directory):
1868 Set properties after final treatment of output.
1869 (dired-insert-set-properties):
1870 Set dired-hide-details-* properties.
1871 (dired-mode-map): Bind dired-hide-details-mode.
1872 (dired-mode): Set buffer-invisibility-spec to a list.
1873 (dired-next-line): Skip hidden lines.
1874 (dired-previous-line): Use dired-next-line.
1875 (dired-hide-details-mode): New minor mode.
1876 (dired-hide-details-update-invisibility-spec): New function.
1877
1878 2013-02-13 Glenn Morris <rgm@gnu.org>
1879
1880 * play/yow.el: Move to obsolete/. (Bug#9384)
1881
1882 2013-02-13 Juri Linkov <juri@jurta.org>
1883
1884 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1885 to select `ediff-control-frame' and set input focus correctly on Xfce.
1886 (Bug#12218)
1887
1888 2013-02-13 Juri Linkov <juri@jurta.org>
1889
1890 * image-mode.el (image-mode-map):
1891 * doc-view.el (doc-view-mode-map):
1892 * vc/ediff-util.el (ediff-setup-keymap):
1893 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1894
1895 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1896
1897 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1898 performance. Instead of recalculating indentation fully for each
1899 line, sum up indentation depth based only on visited lines.
1900 (ruby-parse-partial): Increase the depth after "do" even when END
1901 is right after it.
1902 (ruby-parse-partial): When END is in the middle of a percent
1903 literal, increase the depth if the delimiter chars belong to the
1904 paren syntax class.
1905
1906 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1907
1908 * play/fortune.el (fortune-compile): Also make the compiled file
1909 if it does not exist at all, not just if it is old. (Bug#5338)
1910
1911 2013-02-13 Glenn Morris <rgm@gnu.org>
1912
1913 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1914
1915 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1916
1917 * lisp/emacs-lisp/package.el (package-menu-execute):
1918 Add optional noquery argument. (Bug#13625)
1919
1920 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1921
1922 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1923 if DIR exists and PARENTS is non-nil.
1924
1925 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * progmodes/js.el (js--multi-line-declaration-indentation):
1928 Silence byte-compiler warning.
1929
1930 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1931
1932 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1933
1934 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1935 only if it doesn't exist.
1936
1937 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1938 Set process marker.
1939
1940 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1941
1942 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1943 UserInstallation when calling soffice to work around LibreOffice
1944 bug 37531.
1945
1946 2013-02-12 Glenn Morris <rgm@gnu.org>
1947
1948 * files.el (basic-save-buffer):
1949 Offer to create a non-existing directory. (Bug#3016)
1950
1951 * calc/calc-graph.el (calc-graph-show-dumb):
1952 * calendar/calendar.el (calendar-mode-map):
1953 * cus-edit.el (custom-mode-map):
1954 * ehelp.el (electric-help-map):
1955 * emulation/vip.el (vip-mode-map):
1956 * epa.el (epa-key-list-mode-map):
1957 * info.el (Info-mode-map):
1958 * mail/rmail.el (rmail-mode-map):
1959 * mail/rmailsum.el (rmail-summary-mode-map):
1960 * man.el (Man-mode-map):
1961 * net/newst-plainview.el (newsticker-mode-map):
1962 * progmodes/cpp.el (cpp-edit-mode-map):
1963 * progmodes/grep.el (grep-mode-map):
1964 * progmodes/idlw-help.el (idlwave-help-mode-map):
1965 * simple.el (special-mode-map):
1966 * startup.el (splash-screen-keymap):
1967 * view.el (view-mode-map):
1968 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1969
1970 2013-02-11 Elias Pipping <pipping@lavabit.com>
1971
1972 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1973 (bug#13679).
1974
1975 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1978
1979 2013-02-11 Glenn Morris <rgm@gnu.org>
1980
1981 * vc/diff.el (diff-use-labels): New variable.
1982 (diff-no-select): Use --label rather than -L, and first
1983 check that it is supported. (Bug#11067)
1984
1985 * files.el (enable-dir-local-variables): New variable.
1986 (hack-dir-local-variables): Respect enable-dir-local-variables.
1987 * tutorial.el (help-with-tutorial):
1988 Ignore directory-local variables. (Bug#11127)
1989
1990 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1991 (vc-svn-global-switches): ... to here. (Bug#13513)
1992
1993 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
1994
1995 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1996 Handle "foo (bar, default: xxx): " prompts.
1997
1998 2013-02-10 Chong Yidong <cyd@gnu.org>
1999
2000 * files.el (basic-save-buffer-1): Do not set
2001 buffer-file-coding-system-explicit (Bug#4533).
2002
2003 * mail/emacsbug.el (report-emacs-bug): Change binding of
2004 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2005
2006 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2007
2008 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2009 * calc/calc-units.el (calc-convert-units): Use new variable.
2010
2011 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2012
2013 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2014
2015 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2016 buffer-file-type.
2017
2018 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2019 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2020 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2021 coding-system-for-write instead.
2022
2023 * jka-compr.el (jka-compr-write-region): Don't bind
2024 buffer-file-type.
2025
2026 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2027 buffer-file-type.
2028
2029 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2030 (insert-file-contents-literally): Remove reference to
2031 file-name-buffer-file-type-alist.
2032
2033 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2034 make-obsolete.
2035 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2036 (find-buffer-file-type-coding-system): Remove references to
2037 find-buffer-file-type-match, find-buffer-file-type, and
2038 buffer-file-type.
2039 Don't put find-buffer-file-type-coding-system into
2040 file-coding-system-alist.
2041 (find-file-binary, find-file-text): Bind coding-system-for-read
2042 instead of file-name-buffer-file-type-alist.
2043
2044 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2045
2046 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2047 converter (Bug#13622).
2048 (doc-view-unoconv-program): Make obsolete alias.
2049 (doc-view-odf->pdf-converter-program): New variable.
2050 (doc-view-odf->pdf-converter-function): New variable.
2051 (doc-view-mode-p): Use it.
2052 (doc-view-odf->pdf-converter-unoconv):
2053 Rename from `doc-view-odf->pdf-converter-unoconv'.
2054 (doc-view-odf->pdf-converter-soffice): New function.
2055 (doc-view-convert-current-doc):
2056 Use `doc-view-odf->pdf-converter-function'.
2057
2058 2013-02-09 Chong Yidong <cyd@gnu.org>
2059
2060 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2061 view-echo-area-messages (Bug#13340).
2062
2063 * help.el (view-echo-area-messages): Use display-buffer.
2064
2065 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2066 (Bug#13561).
2067
2068 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2071 Eval body right away, now that we do eager macroexpansion (bug#13605).
2072
2073 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2074 (fundamental-mode): Use run-mode-hooks.
2075
2076 * eshell/esh-proc.el (eshell/kill): Fix last change.
2077 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2078
2079 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2080
2081 * eshell/esh-proc.el (eshell/kill): Rewrite.
2082
2083 * eshell/em-ls.el (show-almost-all): Declare.
2084 (eshell-do-ls): Add support for -A argument.
2085
2086 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2087
2088 * icomplete.el (icomplete-forward-completions)
2089 (icomplete-backward-completions): Handle corner case (bug#13602).
2090
2091 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2092
2093 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2094 be nil. Handle this. (Bug#13636)
2095
2096 2013-02-07 Richard Stallman <rms@gnu.org>
2097
2098 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2099 `save-buffer-coding-system'.
2100
2101 2013-02-07 Alan Mackenzie <acm@muc.de>
2102
2103 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2104 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2105 (c-parse-state-get-strategy): Don't return 'BOD any more.
2106 (c-append-lower-brace-pair-to-state-cache):
2107 Extra parameter HERE instead of narrowing.
2108 Widen to top of buffer before searching backwards for a brace pair.
2109 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2110 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2111 Narrow to parameter HERE, in place of being called narrowed.
2112 (c-remove-stale-state-cache): Extra parameter HERE in place of
2113 narrowing. Check there's an open brace in the cache before
2114 searching for its match.
2115 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2116 (c-parse-state-1): Don't narrow here for 'forward strategy,
2117 instead passing extra parameter HERE to several functions.
2118 Remove 'BOD strategy.
2119
2120 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2121
2122 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2123 used to install the package.
2124
2125 2013-02-06 Glenn Morris <rgm@gnu.org>
2126
2127 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2128 if we can't get user input. (Bug#6567)
2129
2130 * startup.el (command-line): If simple.el is missing,
2131 test and warn about for some possible causes.
2132
2133 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2134
2135 * cus-start.el (all): Add ns-use-native-fullscreen.
2136
2137 2013-02-05 Glenn Morris <rgm@gnu.org>
2138
2139 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2140
2141 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2142 Fix directory creation in fallback case.
2143
2144 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2145
2146 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2147 (vc-update-change-log): Use dolist.
2148
2149 2013-02-04 Chong Yidong <cyd@gnu.org>
2150
2151 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2152 code from ffap.el.
2153 (thing-at-point-beginning-of-url-regexp): New var.
2154 (thing-at-point-uri-schemes): Update list of URI schemes.
2155 (thing-at-point-url-regexp): Variable deleted.
2156 (thing-at-point-markedup-url-regexp): Disallow newlines.
2157 (thing-at-point-newsgroup-regexp)
2158 (thing-at-point-newsgroup-heads)
2159 (thing-at-point-default-mail-uri-scheme): New variables.
2160 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2161 method to find the possible bounds of the URI at point.
2162 New optional argument to find ill-formed URIs.
2163 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2164 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2165 the scheme-adding heuristics from ffap-url-at-point.
2166 (thing-at-point--bounds-of-well-formed-url): New function.
2167 Do parens matching to decide whether to include parens in the URI
2168 (Bug#9153).
2169
2170 * ffap.el: Require thingatpt.
2171 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2172 All URI-valid characters are now recognized (Bug#5673).
2173 (ffap-string-at-point): Use use-region-p.
2174 (ffap-url-regexp): Extra character is handled by thing-at-point.
2175 (ffap-string-at-point-mode-alist): Allow parentheses.
2176 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2177 Convert to aliases; code moved to thingatpt.el.
2178 (ffap-gnus-hook): Use setq-local.
2179
2180 2013-02-04 Glenn Morris <rgm@gnu.org>
2181
2182 * emacs-lisp/ert.el (ert--explain-format-atom):
2183 Don't try to print non-characters as characters. (Bug#13543)
2184
2185 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2186
2187 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2188 (tramp-backtrace): New defun.
2189 (tramp-handle-insert-file-contents): Use `visit' when inserting
2190 the local copy.
2191
2192 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2193 Use `remote-file-name-inhibit-cache'.
2194
2195 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2198 (bug#13614).
2199
2200 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2201 current-load-list (bug#13366).
2202
2203 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2204
2205 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2206 Identify g++ template instantiation trace. (Bug#12287)
2207 (compilation-mode-hook, compilation-start-hook)
2208 (compilation-window-height): Simplify docstrings. (Bug#13379)
2209
2210 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * mouse.el (mouse-drag-track): Always deactivate the mark before
2213 running the final event's command since that command is in charge of
2214 activating the mark if needed (bug#13523).
2215
2216 2013-02-02 Juri Linkov <juri@jurta.org>
2217
2218 * replace.el (perform-replace): Move let-bindings of isearch-*
2219 variables deeper to the loop that searches for the next match.
2220 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2221 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2222 (Bug#13579)
2223
2224 * isearch.el (isearch-search-fun-default): Check for null
2225 first element of isearch-cmds as a precaution when it's used
2226 with inactive isearch.
2227
2228 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2229
2230 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2231 error when buffer in question is narrowed so position 1 is out of
2232 visible part.
2233
2234 2013-02-02 Glenn Morris <rgm@gnu.org>
2235
2236 * textmodes/remember.el (remember-clipboard): Doc fix.
2237
2238 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2241 properties (bug#13179).
2242
2243 2013-02-02 Juri Linkov <juri@jurta.org>
2244
2245 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2246 instead of hard-coded default face `match'. (Bug#9438)
2247
2248 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2249
2250 * vc/vc-arch.el (vc-arch-registered):
2251 * vc/vc-bzr.el (vc-bzr-registered):
2252 * vc/vc-cvs.el (vc-cvs-registered):
2253 * vc/vc-git.el (vc-git-registered):
2254 * vc/vc-hg.el (vc-hg-registered):
2255 * vc/vc-mtn.el (vc-mtn-registered):
2256 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2257 (Bug#13139)
2258
2259 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2260 prefix argument. (Bug#11656)
2261
2262 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2265
2266 2013-02-01 Glenn Morris <rgm@gnu.org>
2267
2268 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2269 if the backend is known not to support it.
2270
2271 * imenu.el (imenu-default-create-index-function):
2272 Tweak infinite loop test to check for forward motion as well as none.
2273
2274 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2275
2276 * net/soap-client.el (soap-invoke): Encode the string for
2277 `url-request-data' as UTF-8.
2278 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2279
2280 2013-02-01 Glenn Morris <rgm@gnu.org>
2281
2282 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2283
2284 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2285
2286 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2287
2288 * net/tramp.el (tramp-tramp-file-p): Comment check for
2289 `string-as-unibyte'. The function does not exist on XEmacs, and
2290 likely we need another approach.
2291
2292 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2293 `tramp-gw-*' variables are bound.
2294
2295 2013-01-31 Glenn Morris <rgm@gnu.org>
2296
2297 * files.el (basic-save-buffer-2): Choose coding system for
2298 writing the file before backing it up, to reduce delay between
2299 backing up and writing the new version. (Bug#13522)
2300
2301 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2302
2303 * simple.el (cycle-spacing): New command.
2304 (just-one-space): Use it.
2305
2306 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2309 (opascal-newline-always-indents): Remove custom.
2310 (opascal-tab, opascal-newline): Remove commands.
2311 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2312 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2313 (opascal-save-match-data): Remove, use save-match-data instead.
2314 (opascal-save-state): Use with-silent-modifications.
2315
2316 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2317 (bug#13585).
2318
2319 2013-01-30 Juri Linkov <juri@jurta.org>
2320
2321 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2322 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2323 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2324
2325 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2328 column if we're just deleting the backslashes.
2329 (makefile-fill-paragraph): Use eolp.
2330
2331 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2332
2333 * autorevert.el (auto-revert-use-notify): Fix docstring.
2334
2335 2013-01-30 Leo Liu <sdl.web@gmail.com>
2336
2337 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2338
2339 2013-01-30 Glenn Morris <rgm@gnu.org>
2340
2341 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2342 unread-command-events twice in some cases. This tries to implement
2343 the 2012-07-26 changes in a different way. (Bug#13560)
2344
2345 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2346
2347 * progmodes/python.el
2348 (python-pdbtrack-comint-output-filter-function): Enhancements on
2349 stacktrace detection. (thanks @gnovak)
2350
2351 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2354 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2355 Use defvar-local.
2356 (jit-lock-register): Use setq-local.
2357
2358 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2359
2360 * calc-units.el (math-default-units-table): Remove initial value.
2361 (calc-convert-units): Treat expressions where all the units cancel as
2362 if they didn't have units.
2363
2364 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2365
2366 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2367 (tramp-completion-reread-directory-timeout): Fix type.
2368 (tramp-connection-min-time-diff): New defcustom.
2369
2370 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2371
2372 2013-01-30 Glenn Morris <rgm@gnu.org>
2373
2374 * imenu.el (imenu-default-create-index-function):
2375 Put back a version of the infinite loop test removed 2013-01-23.
2376
2377 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2378
2379 * progmodes/python.el (python-shell-parse-command):
2380 Find python-shell-interpreter with modified environment.
2381
2382 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2385
2386 2013-01-29 Alan Mackenzie <acm@muc.de>
2387
2388 Amend to fontify /regexp/s in actions correctly.
2389 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2390 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2391 are no longer included.
2392 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2393 What used to be these variables without "-line" in the name.
2394 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2395 (c-awk-non-arith-op-bra-re): Now also matches {.
2396 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2397 "return", and "case".
2398 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2399 by /.
2400 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2401 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2402
2403 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2404
2405 * autorevert.el (auto-revert-use-notify):
2406 Use `custom-initialize-default' for initialization. (Bug#13583)
2407
2408 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2409
2410 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2411 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2412 in `tramp-file-name-handler'.
2413 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2414 compatibility.
2415 (tramp-compute-multi-hops): Check, whether
2416 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2417
2418 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2421 (bug#13297).
2422
2423 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2424
2425 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2426 checks made superfluous by the \_< operator.
2427 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2428 temporarily) broken indentation.
2429 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2430 Highlight nested constants, too. \_< broke that.
2431
2432 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2433
2434 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2435 instead of "\\b".
2436
2437 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2438
2439 * autorevert.el (auto-revert-handler): Notifications which result
2440 from a saved file shall not be taken into account. (Bug#13557)
2441
2442 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2443
2444 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2445 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2446 (lisp-mode): Pass t for it. (Bug#13556)
2447
2448 2013-01-25 Alan Mackenzie <acm@muc.de>
2449
2450 AWK Mode: Fix indentation bug at top level. Bug #12274.
2451
2452 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2453 just before CASE 5D.
2454
2455 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2456
2457 * net/socks.el (socks-nslookup-host): Use string-to-number.
2458
2459 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2460
2461 * autorevert.el (auto-revert-remote-files)
2462 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2463 (auto-revert-notify-enabled, auto-revert-use-notify)
2464 (auto-revert-notify-watch-descriptor-hash-list)
2465 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2466 (auto-revert-notify-event-descriptor)
2467 (auto-revert-notify-event-action)
2468 (auto-revert-notify-event-file-name): Doc fix.
2469 (global-auto-revert-mode): Reorder checks.
2470 (auto-revert-notify-rm-watch): Respect changed values of
2471 `auto-revert-notify-watch-descriptor-hash-list'.
2472 (auto-revert-notify-add-watch): Check for
2473 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2474 `inotify-add-watch'. Watch `default-directory' instead of
2475 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2476 has a changed meaning now. (Bug#13540)
2477 (auto-revert-notify-handler): Change implementation wrt events
2478 returning from a directory.
2479 (auto-revert-handler): Reorder implementation for checks of remote
2480 files.
2481 (auto-revert-buffers): Fix parentheses error.
2482
2483 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2484
2485 * progmodes/python.el: Enhancements to header documentation about
2486 skeletons. (Bug#5716)
2487
2488 * imenu.el (imenu-default-create-index-function): Remove useless
2489 infinite loop check. (Bug#13438)
2490
2491 2013-01-25 Alan Mackenzie <acm@muc.de>
2492
2493 Fix a bug in the state cache mechanism. Refactor this a bit.
2494
2495 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2496 `cache-pos' element from the return value.
2497 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2498 buffer to enable proper searching from beyond HERE. Amend the
2499 test for detecting the sought brace pair. Amend the value written
2500 to the "brace desert cache" when the brace isn't found.
2501 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2502 and several other variables analogously.
2503 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2504 parameter to a locally calculated variable.
2505 (c-parse-state-1): Change the calling conventions to the two
2506 defuns involving `cache-pos'.
2507
2508 2013-01-25 Chong Yidong <cyd@gnu.org>
2509
2510 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2511
2512 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2513
2514 * paren.el (show-paren-function): Make sure to set 'priority and
2515 'face only if the overlay does exist.
2516
2517 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2518
2519 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2520
2521 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2522 basic attributes.
2523 (tramp-sh-handle-set-file-acl): Improve error checking.
2524
2525 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2526
2527 * doc-view.el (doc-view-display): Force mode line update until all
2528 document is converted. Suggested by Stefan Monnier (Bug#13164).
2529
2530 2013-01-23 Bastien Guerry <bzg@gnu.org>
2531
2532 * paren.el (show-paren-function): Make sure an overlay exists
2533 before trying to delete it. Also use `pos' as a position only
2534 when it is an integer.
2535
2536 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2537
2538 * play/gametree.el (gametree-break-line-here): Use point-marker.
2539
2540 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2541
2542 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2543 Mark descriptive parts with `display' property.
2544
2545 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2546
2547 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2548 New variable to map standard dict names to hunspell ones.
2549 (ispell-set-spellchecker-params): Make sure specific dict names
2550 are used for standard dicts with hunspell.
2551
2552 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2553
2554 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2555 chars for note (%N) and url (%U).
2556 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2557
2558 2013-01-21 Juri Linkov <juri@jurta.org>
2559
2560 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2561 in addition to existing separate binding `meta f10' in `global-map'.
2562 (Bug#13484)
2563
2564 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2565
2566 Improve XEmacs compatibility.
2567
2568 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2569
2570 * net/tramp-adb.el (top): Require `time-date'.
2571 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2572 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2573 Use `tramp-file-name-handler'.
2574 (tramp-adb-maybe-open-connection):
2575 Use `tramp-compat-set-process-query-on-exit-flag'.
2576
2577 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2578 Use `tramp-compat-funcall'.
2579
2580 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2581 `tramp-compat-funcall'.
2582
2583 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2584
2585 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2586 reimplementation using "adb shell command ..." instead of running
2587 remote shell interactively.
2588
2589 2013-01-20 Glenn Morris <rgm@gnu.org>
2590
2591 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2592 Add native profiler menu entries.
2593
2594 * profiler.el (profiler-running-p): New function.
2595 (profiler-cpu-profile): Use profiler-running-p.
2596 (profiler-report-mode-map): Add some more menu entries.
2597
2598 2013-01-19 Glenn Morris <rgm@gnu.org>
2599
2600 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2601 fixes 2012-12-07 change. (Bug#13499)
2602
2603 2013-01-19 Leo Liu <sdl.web@gmail.com>
2604
2605 * dired.el (dired-get-marked-files): Prune erroneous values due to
2606 last change. (Bug#13152)
2607
2608 2013-01-19 Glenn Morris <rgm@gnu.org>
2609
2610 * progmodes/etags.el (tags-table-check-computed-list):
2611 Preserve point in tags buffer. (Bug#13412)
2612
2613 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2614
2615 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2616 Chong Yidong <cyd@gnu.org>
2617
2618 * image-mode.el (image-next-file, image-previous-file):
2619 New commands (Bug#8453).
2620 (image-mode-map): Bind them to n and p.
2621 (image-mode--images-in-directory): New helper function.
2622
2623 2013-01-19 Chong Yidong <cyd@gnu.org>
2624
2625 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2626 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2627 save and restore the old window configuration.
2628
2629 2013-01-18 Leo Liu <sdl.web@gmail.com>
2630
2631 * progmodes/js.el: Tweak autoload cookie for alias.
2632
2633 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2634
2635 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2636 buffer local, again. This was lost with the fix on 2013-01-12.
2637
2638 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2639
2640 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2641 order to support several eshell buffers in parallel.
2642
2643 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2644
2645 * autorevert.el (auto-revert-use-notify): In the :set function, do
2646 not modify `kill-buffer-hook'.
2647 (auto-revert-notify-rm-watch):
2648 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2649 (auto-revert-notify-add-watch): Do not call
2650 `auto-revert-notify-rm-watch', but add it to a buffer local
2651 `kill-buffer-hook'.
2652
2653 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2656 call to `eval' rather than a backquoted lambda.
2657
2658 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2661 to return an explicit nil.
2662 (advice--remove-function): Change accordingly.
2663
2664 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2665 the use of nadvice.el.
2666
2667 * progmodes/which-func.el (which-function): Silence imenu errors
2668 (bug#13433).
2669
2670 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2671
2672 * progmodes/sql.el (sql-imenu-generic-expression):
2673 (sql-mode-font-lock-object-name): Match schema qualified names.
2674 (sql-connect): Use string keys.
2675 (sql-product-interactive): Wait for interpreter prompt.
2676 (sql-comint-oracle): Set process coding based on NLS_LANG.
2677
2678 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2679
2680 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2681 (sql-interactive-remove-continuation-prompt):
2682 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2683
2684 2013-01-14 Leo Liu <sdl.web@gmail.com>
2685
2686 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2687 (Bug#13420)
2688
2689 2013-01-14 Glenn Morris <rgm@gnu.org>
2690
2691 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2692 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2693
2694 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2695
2696 * progmodes/python.el (python-nav-end-of-statement):
2697 Fix cornercase when handling multiline strings.
2698
2699 2013-01-13 Richard Stallman <rms@gnu.org>
2700
2701 * mail/sendmail.el (mail-position-on-field): Add doc string.
2702
2703 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2704 Get current message boundaries and pass them to
2705 message-forward-make-body-mime. Minor style changes.
2706
2707 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2708
2709 * cus-start.el (all): Avoid warnings about
2710 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2711
2712 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2713
2714 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2715
2716 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2719 (jit-lock--debug-fontifying): New var.
2720 (jit-lock--debug-fontify): New function.
2721 * subr.el (condition-case-unless-debug): Don't prevent catching the
2722 error, just let the debbugger run.
2723 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2724 timer code and don't drop errors silently.
2725
2726 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2727
2728 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2729 `permanent-local' property.
2730 (auto-revert-notify-handler): Use `file-equal-p'.
2731
2732 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2733
2734 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2735 file notification by ACTION. For filtering by file name, compare
2736 only the non-directory part of the file name.
2737
2738 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * autorevert.el: Use cl-lib instead of cl.
2741
2742 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2743 (vc-bzr-checkin): Use it.
2744 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2745 will preserve match-data.
2746
2747 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2748
2749 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2750 (js--declaration-keyword-re): New var.
2751 (js--multi-line-declaration-indentation): New function.
2752 (js--proper-indentation): Use it.
2753
2754 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2755
2756 * calc/calc.el (calc-highlight-selections-with-faces)
2757 (calc-dispatch):
2758 * comint.el (comint-history-isearch-message):
2759 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2760 * ffap.el (ffap-string-at-point-region, ffap-next)
2761 (ffap-string-at-point, ffap-string-around)
2762 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2763 (ffap-literally):
2764 * font-lock.el (font-lock-keywords-alist)
2765 (font-lock-removed-keywords-alist):
2766 * help-mode.el (help-xref-symbol-regexp):
2767 * info.el (Info-find-emacs-command-nodes):
2768 * international/mule.el (add-to-coding-system-list):
2769 * isearch.el (isearch-message-function, isearch-fail-pos):
2770 * misearch.el (multi-isearch-next-buffer-function):
2771 * newcomment.el (comment-box):
2772 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2773 (pr-setting-database):
2774 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2775 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2776 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2777 (pike-font-lock-keywords-3):
2778 * progmodes/compile.el (compile):
2779 * progmodes/etags.el (tags-table-files)
2780 (tags-table-files-function, tags-included-tables-function):
2781 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2782 (gdb-restore-windows):
2783 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2784 (ps-n-up-filling-database):
2785 * server.el (server-buffer, server-log):
2786 * simple.el (newline, delete-backward-char, delete-forward-char)
2787 (minibuffer-history-isearch-message, kill-line, track-eol)
2788 (temporary-goal-column):
2789 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2790 (flyspell-default-deplacement-commands):
2791 * textmodes/ispell.el (ispell-accept-output):
2792 * textmodes/sgml-mode.el (html-tag-help):
2793 * vc/compare-w.el (compare-ignore-whitespace)
2794 (compare-ignore-case, compare-windows-dehighlight):
2795 * vc/diff.el (diff):
2796 * whitespace.el (whitespace-point)
2797 (whitespace-font-lock-refontify, whitespace-bob-marker)
2798 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2799
2800 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2801
2802 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2803 (auto-revert-notify-rm-watch): Ignore errors.
2804 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2805 inotify, and '(size last-write-time) for w32notify.
2806 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2807 watch fails - this is a fallback to the file modification check.
2808 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2809 (auto-revert-notify-event-action)
2810 (auto-revert-notify-event-file-name): New defuns.
2811 (auto-revert-notify-handler): Use them. Implement first
2812 plausibility checks.
2813 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2814
2815 2013-01-11 Julien Danjou <julien@danjou.info>
2816
2817 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2818 max are almost equal. Also return the correct value for V which is
2819 already between 0 and 1.
2820
2821 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2822
2823 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2824
2825 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2826
2827 * autorevert.el (auto-revert-notify-rm-watch)
2828 (auto-revert-notify-add-watch): Fix typos in w32notify function
2829 names.
2830
2831 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2832
2833 * autorevert.el (auto-revert-notify-enabled): Move up.
2834 (auto-revert-use-notify): New defcustom.
2835 (auto-revert-mode, global-auto-revert-mode)
2836 (auto-revert-notify-add-watch, auto-revert-handler)
2837 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2838 `auto-revert-notify-enabled'.
2839
2840 2013-01-10 Elias Pipping <pipping@exherbo.org>
2841
2842 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2843 * doc-view.el (doc-view-document->bitmap):
2844 Use doc-view-single-page-converter-function instead of
2845 single-page-converter arg; adjust callers.
2846
2847 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2848
2849 * progmodes/which-func.el (which-function): Understand Semantic's use
2850 of overlays in imenu--index-alist.
2851
2852 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2853
2854 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2855 (Man-man-k-use-anchor): New var.
2856 (Man-parse-man-k): New function.
2857 (Man-completion-table): Use it.
2858 (man): Flush the completion cache between uses.
2859
2860 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2861
2862 * autorevert.el: Add file watch support.
2863 (auto-revert-notify-enabled): New defconst.
2864 (auto-revert-notify-watch-descriptor-hash-list)
2865 (auto-revert-notify-watch-descriptor)
2866 (auto-revert-notify-modified-p): New defvars.
2867 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2868 (auto-revert-notify-handler): New defuns.
2869 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2870 when mode is disabled.
2871 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2872 (auto-revert-buffers): Add file watches for active buffers.
2873
2874 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2875
2876 * cus-start.el (toplevel): Only allow float values for
2877 scroll-up-aggressively and scroll-down-aggressively.
2878 Allow any number for line-spacing.
2879
2880 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2883 (doc-view-pdf->png-converter-function): Use mupdf if available.
2884 (doc-view-djvu->png-converter-function)
2885 (doc-view-ps->png-converter-function): Remove.
2886 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2887 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2888 (doc-view-already-converted-p): Adjust accordingly.
2889 (doc-view-mode-p): Simplify.
2890 (doc-view-enlarge): Use setq-local.
2891 (doc-view-pdf->png-converter-ghostscript)
2892 (doc-view-djvu->png-converter-ddjvu)
2893 (doc-view-pdf->png-converter-mupdf): Rework to call
2894 doc-view-start-process directly.
2895 (doc-view-pdf/ps->png): Simplify accordingly.
2896 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2897 (doc-view-document->bitmap): Rename from doc-view-document->png.
2898 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2899 (doc-view-set-slice-from-bounding-box): Fix completion table.
2900 (doc-view-mode): Use add-hook for after-revert-hook.
2901
2902 2013-01-10 Glenn Morris <rgm@gnu.org>
2903
2904 * emacs-lisp/authors.el (authors-ignored-files)
2905 (authors-valid-file-names, authors-renamed-files-alist):
2906 Add some more entries.
2907
2908 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2911 `t' pseudo-window entry.
2912
2913 2013-01-10 Alan Mackenzie <acm@muc.de>
2914
2915 Fix bugs in the c-parse-state mechanism. Reuse some markers
2916 instead of continually generating new ones.
2917
2918 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2919 (c-state-old-cpp-end-marker): New variables.
2920 (c-append-lower-brace-pair-to-state-cache): Start a backward
2921 search for "}" definitively outside CPP constructs.
2922 (c-remove-stale-state-cache): Inform the caller of a need to
2923 search back for a brace pair in certain circumstances.
2924 (c-state-maybe-marker): New macro.
2925 (c-parse-state): Reuse markers when appropriate.
2926
2927 2013-01-10 Glenn Morris <rgm@gnu.org>
2928
2929 * simple.el (execute-extended-command): Doc fix.
2930 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2931
2932 2013-01-10 Chong Yidong <cyd@gnu.org>
2933
2934 * faces.el (read-face-name): Doc fix.
2935
2936 2013-01-10 Roland Winkler <winkler@gnu.org>
2937
2938 * emacs-lisp/crm.el: Allow any regexp for separators.
2939 (crm-default-separator): All spaces around the default comma separator.
2940 (crm--completion-command): New macro.
2941 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2942 (crm-complete-and-exit): Handle non-single-char separators.
2943
2944 2013-01-09 Elias Pipping <pipping@lavabit.com>
2945
2946 * doc-view.el: Add support for DjVu (bug#13164).
2947 (doc-view-djvu->png-converter-function): New config var.
2948 (doc-view-single-page-converter-function, doc-view--image-type)
2949 (doc-view--image-file-extension): New vars.
2950 (doc-view-mode): Initialize them.
2951 (doc-view-goto-page): Use them.
2952 (doc-view-mode-p): Add support for ddjvu.
2953 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2954 (doc-view-set-up-single-converter): New funs.
2955 (doc-view-pdf/ps->png): Extend for djvu.
2956 (doc-view-document->png): Rename from doc-view-pdf->png.
2957 (doc-view-convert-current-doc): Handle djvu.
2958 (doc-view-insert-image, doc-view-display)
2959 (doc-view-already-converted-p): Don't hardcode png.
2960 (doc-view-set-doc-type): Recognize djvu docs.
2961
2962 2013-01-09 Elias Pipping <pipping@lavabit.com>
2963
2964 * doc-view.el: Add support for mupdf converter (bug#13164).
2965 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2966 (doc-view-ps->png-converter-function): New config vars.
2967 (doc-view-pdf->png-converter-ghostscript)
2968 (doc-view-ps->png-converter-ghostscript)
2969 (doc-view-pdf->png-converter-mupdf): New functions.
2970 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2971
2972 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2973
2974 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2975 first in session cache: When `tramp-own-remote-path' is in
2976 `tramp-remote-path', the remote path is only set in the session
2977 cache.
2978
2979 2013-01-09 Glenn Morris <rgm@gnu.org>
2980
2981 * emacs-lisp/trace.el (trace-function-foreground)
2982 (trace-function-background): Doc fix.
2983
2984 2013-01-09 Juri Linkov <juri@jurta.org>
2985
2986 * international/mule-cmds.el (read-char-by-name): Move let-binding
2987 of completion-ignore-case around completing-read to fix regression
2988 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2989 `string-match-p' using the nil value of `case-fold-search' and
2990 `completion-ignore-case' in `completion-pcm--all-completions'.
2991 (Bug#12615).
2992
2993 2013-01-09 Glenn Morris <rgm@gnu.org>
2994
2995 * progmodes/compile.el (compilation-parse-errors):
2996 Fix typo. (Bug#13369)
2997
2998 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2999
3000 * comint.el (comint-send-input): Check size of buffer before
3001 waiting for process output, in case already accepted. (Bug#13290)
3002
3003 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3004
3005 Spelling fixes.
3006 * net/tramp-adb.el (tramp-adb-get-toolbox):
3007 Fix misspelling of 'unknown'.
3008
3009 2013-01-08 Juri Linkov <juri@jurta.org>
3010
3011 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3012 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3013 Use underline style wave on terminals that support it. (Bug#13000)
3014
3015 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3018 the predicate returns nil.
3019
3020 * simple.el: Use lexical-binding.
3021 (primitive-undo): Use pcase.
3022 (minibuffer-history-isearch-push-state): Use a closure.
3023
3024 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3025
3026 * simple.el (primitive-undo): Move from undo.c.
3027
3028 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3031 (cvs-mode-remove-handled): Use it (bug#13380).
3032
3033 * emacs-lisp/nadvice.el (advice--tweak): New function.
3034 (advice--remove-function, advice--subst-main): Use it.
3035
3036 * emacs-lisp/advice.el: Update commentary.
3037
3038 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3039
3040 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3041 Remove spurious entry.
3042
3043 2013-01-08 Glenn Morris <rgm@gnu.org>
3044
3045 * net/tramp.el (tramp-default-host-alist): Add :version.
3046
3047 2013-01-08 Juri Linkov <juri@jurta.org>
3048
3049 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3050 single completion. (Bug#12456)
3051 (info--manual-names): Expand node completions into an explicit list
3052 before appending it to another list. Filter out internal buffers
3053 with the leading space in the buffer name. (Bug#10771)
3054
3055 2013-01-08 Juri Linkov <juri@jurta.org>
3056
3057 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3058 that defaults to the Top node.
3059 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3060 the short format (FILENAME) goes to the Top node.
3061 (Info-build-node-completions): Rename arg `file' to `filename'.
3062 (Bug#13365)
3063
3064 2013-01-07 Bastien Guerry <bzg@gnu.org>
3065
3066 * menu-bar.el (menu-bar-search-documentation-menu):
3067 Use `apropos-user-option' and fix the help message.
3068
3069 2013-01-07 Bastien Guerry <bzg@gnu.org>
3070
3071 * apropos.el (apropos-do-all): Update docstring.
3072 (apropos-user-option-button): New face.
3073 (apropos-user-option): Rename from `apropos-variable' and update
3074 docstring.
3075 (apropos-variable): Rewrite, now show all variables by default.
3076 (apropos-print): Mention "User option" instead of "Variable" when
3077 printing doc for user options. (Bug#13276)
3078
3079 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
3080
3081 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3082 Handle filename correctly, when parsing "source -> target" symlink
3083 output.
3084 (tramp-adb-handle-set-file-times): New defun.
3085
3086 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3089 advice list when the interactive-spec of ad-Advice-* changes.
3090
3091 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3092
3093 * wid-edit.el (widget-default-get): Work for inlined elements.
3094 (Bug#12670)
3095
3096 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * net/tramp.el (tramp-default-host-alist): New defcustom.
3099 (tramp-find-host): Use it.
3100 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3101 `eshell-directory-change-hook'.
3102
3103 * net/tramp-adb.el (top): Add adb specific entry in
3104 `tramp-default-host-alist'.
3105 (tramp-adb-file-name-host): Remove function.
3106 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3107 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3108
3109 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3110
3111 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
3112
3113 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3114
3115 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3116
3117 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3118 consist of more than one digit.
3119 (tramp-adb-file-name-handler-alist):
3120 Use `tramp-handle-file-exists-p' consistently.
3121 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3122 (tramp-adb-handle-file-exists-p): Remove function.
3123 (tramp-adb-file-name-host): New defun.
3124 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3125 Use it.
3126 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3127
3128 2013-01-06 Chong Yidong <cyd@gnu.org>
3129
3130 * vc/vc.el (vc-next-action): Detect buffer modifications
3131 conflicting with locking VCS operation (Bug#11490).
3132
3133 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3134
3135 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3138 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3139
3140 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
3141
3142 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3143 parsing of ls output using regular expression (handle filenames
3144 with spaces). Use virtual device number.
3145 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3146 cleanup).
3147
3148 2013-01-04 Daiki Ueno <ueno@gnu.org>
3149
3150 * epg.el: Silence byte-compiler warnings.
3151 (epg--start): Use delete-char instead of delete-backward-char.
3152 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3153
3154 2013-01-04 Daiki Ueno <ueno@gnu.org>
3155
3156 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3157 Suggested by Eli Zaretskii <eliz@gnu.org>.
3158
3159 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3160
3161 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3162 non-negative integers. Otherwise, the default values are used.
3163 (tramp-convert-file-attributes): Convert uid and gid to integers.
3164
3165 2013-01-04 Glenn Morris <rgm@gnu.org>
3166
3167 * term.el (term-handle-colors-array): Ensure face attributes
3168 are fully specified, not nil. (Bug#13337)
3169
3170 * term.el (term-default-fg-color, term-default-bg-color):
3171 Fix custom type.
3172
3173 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3174 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3175 rather than 'jka-compr being loaded. (Bug#13338)
3176
3177 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3178
3179 * icomplete.el (icomplete-completions):
3180 Honor icomplete-prospects-height once more following
3181 2012-11-29 changes. (Bug#13224)
3182
3183 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3186 of called-interactively-p as well (bug#13237).
3187
3188 * view.el (view--enable, view--disable): Rename from view-mode-enable
3189 and view-mode-disable and assume it's called from view-mode.
3190 (view-mode-enable, view-mode-disable): Redefine as obsolete
3191 compatibility layer above view-mode.
3192 (view-mode-enter): Call `view-mode'.
3193
3194 * files.el (after-find-file): Call `view-mode'.
3195
3196 * doc-view.el (doc-view-scale-internally): New var.
3197 (doc-view-enlarge, doc-view-insert-image): Obey it.
3198
3199 2013-01-03 Daiki Ueno <ueno@gnu.org>
3200
3201 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3202 exist. (Bug#13344)
3203
3204 2013-01-03 Glenn Morris <rgm@gnu.org>
3205
3206 * mail/rmail.el (rmail-set-header-1): Ignore case.
3207 Handle multi-line headers. (Bug#13330)
3208
3209 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3210 Handle paragraph starting at beginning of buffer.
3211
3212 * subr.el (eval-after-load): Don't purecopy the form, so that it
3213 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3214
3215 * emacs-lisp/byte-run.el (defun): Place cl declarations
3216 after any interactive spec. (Bug#13265)
3217
3218 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3219
3220 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3221 defun. Don't check for DECL if DOCSTRING isn't a string.
3222 (defun): Likewise.
3223
3224 2013-01-02 Glenn Morris <rgm@gnu.org>
3225
3226 * eshell/em-cmpl.el (eshell-pcomplete):
3227 More thoroughly imitate pcomplete. (Bug#13293)
3228
3229 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3230 Return nil for empty path elements. (Bug#13296)
3231
3232 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
3233
3234 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3235 order to improve efficiency (Based on Daniel Colascione's
3236 <dancol@dancol.org> patch). (Bug#13182)
3237
3238 2013-01-02 Glenn Morris <rgm@gnu.org>
3239
3240 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3241
3242 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3243
3244 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3245 neither DOCSTRING nor DECL was given. (Bug#13316)
3246
3247 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3248
3249 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3250 `error' call.
3251 (tramp-do-copy-or-rename-file): Ignore errors when calling
3252 `set-file-extended-attributes'.
3253
3254 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3255 Add handler for `file-acl'.
3256 (tramp-smb-handle-file-acl): New defun.
3257
3258 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3259
3260 * calc/README: Mention ISO 8601 week-numbering dates.
3261
3262 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3263
3264 * view.el (view-mode-enable): New argument run-view-mode-hook.
3265 Run view-mode-hook only when it's non-nil (Bug#13315).
3266 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3267 argument t.
3268
3269 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
3270
3271 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3272 (No device connected, invalid device name). (Bug #13299)
3273
3274 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3275
3276 * window.el (window-resizable--p): Rename to window-resizable-p.
3277 (window-resize-no-error): New function.
3278
3279 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3280 broken in fix from 2012-12-28.
3281
3282 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3283
3284 * subr.el (special-form-p): Don't signal errors on undef aliases.
3285
3286 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3287
3288 * calc/calc-forms.el (math-parse-date): Try using
3289 `math-parse-iso-date' when it looks like it might be needed.
3290 Allow times of 24:00.
3291 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3292 of 24:00.
3293
3294 2012-12-30 Glenn Morris <rgm@gnu.org>
3295
3296 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3297 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3298 (rmail-summary-displayed, rmail-summary): Declare.
3299 (mairix-rmail-display): Just require rmail.
3300
3301 2012-12-30 Chong Yidong <cyd@gnu.org>
3302
3303 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3304 check for the tarball contents.
3305
3306 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3307
3308 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3309 tarfile content listings (Bug#13136).
3310
3311 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3312
3313 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3314 Insert the undecoded text of the message being forwarded. (Bug#9521)
3315
3316 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3317
3318 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3319 integers, if they are real numbers. (Bug#13282)
3320
3321 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3322 Return `t' on success.
3323
3324 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3325 Add handler for `set-file-selinux-context'.
3326
3327 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3328
3329 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3330 (tramp-sh-handle-set-file-acl): Return `t' on success.
3331
3332 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3333
3334 * files.el (backup-buffer-copy, basic-save-buffer-2):
3335 If set-file-extended-attributes fails, fall back on set-file-modes
3336 instead of signaling an error. (Bug#13298)
3337 (basic-save-buffer): Likewise.
3338
3339 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3340
3341 * progmodes/python.el: Support other commands triggering
3342 python-indent-line so indentation cycling continues to work.
3343 (python-indent-trigger-commands): New defcustom.
3344 (python-indent-line): Use it.
3345
3346 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3347
3348 * progmodes/python.el (python-shell-send-region): Add blank lines
3349 for non sent code so backtraces remain correct.
3350
3351 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3352
3353 * progmodes/python.el: Remove cl dependency.
3354 (python-syntax-count-quotes): Replace incf call.
3355 (python-fill-string): Replace setf call.
3356
3357 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3358
3359 * info.el (info-other-window): New arg, for consistency with info.
3360
3361 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3362
3363 * mail/rmail.el (rmail-maybe-display-summary):
3364 Rewrite (Bug#13066).
3365
3366 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3367
3368 * epg.el (epg--start): Modify process-environment locally.
3369
3370 2012-12-28 Daiki Ueno <ueno@gnu.org>
3371
3372 * epg.el: Support pinentry-curses.
3373 Suggested by Werner Koch in
3374 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3375 (epg-agent-file, epg-agent-mtime): New variable.
3376 (epg--start): Record the modified time of gpg-agent socket file,
3377 to restore Emacs frame after pinentry-curses termination.
3378 (epg-wait-for-completion): Restore Emacs frame here.
3379
3380 2012-12-27 Juri Linkov <juri@jurta.org>
3381
3382 * info.el (Info-file-completions): New variable.
3383 (Info-read-node-name-1): Complete node names in the Info file
3384 when a file name is given. Call `Info-build-node-completions'
3385 with a file name.
3386 (Info-build-node-completions): Add new arg `file'. When it is
3387 non-nil, visit it in a temporary buffer and cache its completions in
3388 `Info-current-file-completions'. Move most of the function body to
3389 `Info-build-node-completions-1'.
3390 (Info-build-node-completions-1): New function with the body from
3391 `Info-build-node-completions'. (Bug#12456)
3392
3393 2012-12-27 Juri Linkov <juri@jurta.org>
3394
3395 * frame.el (frame-maximization-style): Remove user option.
3396 (cycle-frame-maximized): Remove function.
3397 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3398 (toggle-frame-fullscreen): New command bound to <f11> instead of
3399 `toggle-frame-maximized'.
3400 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3401
3402 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3403
3404 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3405
3406 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3407 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3408 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3409 for `file-accessible-directory-p'. (Bug#13275)
3410
3411 2012-12-27 Sam Steingold <sds@gnu.org>
3412
3413 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3414 continuations, see <http://stackoverflow.com/questions/3582436>.
3415
3416 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3417
3418 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3419 "module" and "def" to have indentation before them.
3420 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3421
3422 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3423
3424 2012-12-27 Alan Mackenzie <acm@muc.de>
3425
3426 Speed up fontification where there's large brace blocks.
3427 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3428 to a call of c-beginning-of-decl-1.
3429
3430 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3431
3432 * comint.el (comint-adjust-window-point): New function.
3433 (comint-postoutput-scroll-to-bottom):
3434 Call comint-adjust-window-point (Bug#13248).
3435
3436 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3437
3438 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3439 Rakefile regexp.
3440 (auto-mode-alist): Associate .gemspec files with ruby-mode
3441 (https://bugs.ruby-lang.org/issues/5453).
3442
3443 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3444
3445 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3446 Suppress coloring, if possible (required for BusyBox based systems like
3447 CyanogenMod).
3448 (tramp-adb-handle-file-attributes)
3449 (tramp-adb-handle-insert-directory)
3450 (tramp-adb-handle-file-name-all-completions): Use it.
3451 (tramp-adb-get-toolbox): New defun. Check for remote shell
3452 implementation (BusyBox or Toolbox).
3453
3454 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3455
3456 * startup.el (initial-buffer-choice): Allow function as value
3457 (Bug#13251).
3458 (command-line-1): Handle case where initial-buffer-choice
3459 specifies a function.
3460 * server.el (server-execute): Handle case where
3461 initial-buffer-choice specifies a function.
3462
3463 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3464
3465 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3466 its own function.
3467 (smtpmail-try-auth-methods): Forget the user name/password if the
3468 login is unsuccessful (bug#12424).
3469
3470 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3471
3472 * notifications.el (notifications-notify): Protect body with
3473 `with-demoted-errors'.
3474
3475 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3476 Check properties of remote device. Restart connection, if there is a
3477 change.
3478
3479 2012-12-21 Chong Yidong <cyd@gnu.org>
3480
3481 * sort.el (sort-subr): Doc fix (Bug#13056).
3482
3483 2012-12-21 Bastien Guerry <bzg@gnu.org>
3484
3485 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3486
3487 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3488
3489 * simple.el (process-file): Overwrite stderr file, if exists.
3490
3491 2012-12-21 Daiki Ueno <ueno@gnu.org>
3492
3493 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3494 (epg-error): Set `error-message' property.
3495
3496 2012-12-21 Chong Yidong <cyd@gnu.org>
3497
3498 * international/mule-cmds.el (read-char-by-name): Signal an error
3499 if the user does not supply a valid character (Bug#13177).
3500
3501 * simple.el (transpose-subr-1): Preserve marker positions by
3502 changing the insertion sequence (Bug#13122).
3503
3504 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3505
3506 * simple.el (kill-region): Deactivate mark even for empty regions
3507 (Bug#13169).
3508
3509 2012-12-21 Chong Yidong <cyd@gnu.org>
3510
3511 * help-fns.el (describe-variable): Make sure we get the right
3512 buffer name (Bug#13105). Suggested by Kelly Dean.
3513
3514 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3515
3516 * comint.el (comint-redirect-previous-input-string): New variable.
3517 (comint-redirect-setup, comint-redirect-cleanup)
3518 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3519 (comint-redirect-preoutput-filter): Fix verbose message.
3520
3521 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3522
3523 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3524 is too long for Tramp. See discussion in
3525 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3526
3527 * progmodes/compile.el (compilation-start): Remove line escape
3528 template.
3529
3530 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3531
3532 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3533 Adjust comment.
3534
3535 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3536
3537 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3538 following non-comment text (bug#13207).
3539 (lm-header-multiline): Continuation lines need to be indented more than
3540 the first line.
3541 (lm-homepage): New function.
3542 (lm-with-file): Don't be confused if narrowing is in effect.
3543
3544 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3547 very beginning of a hunk (e.g. killing the first line).
3548
3549 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3550
3551 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3552 and text properties from returned ACL string.
3553 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3554 for "setfacl" command.
3555
3556 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3557
3558 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3559 `tramp-cleanup-this-connection', when the process has died.
3560 (Bug#13151)
3561
3562 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3564 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3565
3566 2012-12-17 Kevin Ryde <user42@zip.com.au>
3567
3568 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3569
3570 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3571
3572 Add support for preserving ACL entries of files.
3573
3574 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3575 `set-file-acl' handlers.
3576
3577 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3578 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3579
3580 * net/tramp-compat.el (tramp-compat-copy-file):
3581 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3582
3583 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3584 Add `file-acl' and `set-file-acl' handlers.
3585 (tramp-gvfs-handle-copy-file):
3586 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3587 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3588 New defuns.
3589
3590 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3591 Add `file-acl' and `set-file-acl' handlers.
3592 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3593 (tramp-sh-handle-set-file-acl): New defuns.
3594 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3595 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3596
3597 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3598 Add `file-acl' and `set-file-acl' handlers.
3599 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3600
3601 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3602
3603 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3604 use pop-to-buffer with NORECORD argument t. As buffer name, use
3605 *Metahelp* with a leading space (Bug#13190).
3606
3607 2012-12-16 Romain Francoise <romain@orebokech.com>
3608
3609 * files.el (file-extended-attributes)
3610 (set-file-extended-attributes): New functions.
3611 (backup-buffer): Use them to handle both SELinux context and ACL
3612 entries.
3613 (backup-buffer-copy): Work with an alist of extended attributes,
3614 rather than an SELinux context.
3615 (basic-save-buffer-2): Ditto.
3616
3617 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3618
3619 * battery.el (battery-bsd-apm): New function.
3620
3621 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3622
3623 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3624 standard date formats.
3625
3626 2012-12-15 Juri Linkov <juri@jurta.org>
3627
3628 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3629 `isearch-insert-char-by-name'.
3630 (with-isearch-suspended): New defmacro with body mostly from
3631 `isearch-edit-string' except the part that sets
3632 `isearch-new-string' and `isearch-new-message'.
3633 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3634 body that sets `isearch-new-string' and `isearch-new-message'.
3635 (isearch-insert-char-by-name): New command.
3636 * international/mule-cmds.el (read-char-by-name): Let-bind
3637 `enable-recursive-minibuffers' to t.
3638 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3639
3640 2012-12-15 Juri Linkov <juri@jurta.org>
3641
3642 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3643 (Bug#13175)
3644
3645 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3646
3647 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3648 the prompt. (Bug#13045)
3649
3650 2012-12-14 Glenn Morris <rgm@gnu.org>
3651
3652 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3653 Try to include filename in non-bytecomp warning. (Bug#13132)
3654
3655 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3656
3657 Fix permissions bugs with setgid directories etc. (Bug#13125)
3658 * files.el (backup-buffer): Don't rely on 9th output of
3659 file-attributes, as it's now a placeholder. Instead, use the new
3660 optional arg of file-ownership-preserved-p.
3661 (file-ownership-preserved-p): New optional arg GROUP.
3662 Fix mishandling of setuid directories that would cause this
3663 function to return t when it should have returned nil.
3664 Document what happens if the file does not exist, and when
3665 it's not known whether the ownership will be preserved.
3666 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3667 Likewise.
3668 (tramp-get-local-gid): Use group-gid for integer, as that's
3669 faster and more reliable.
3670
3671 2012-12-14 Julien Danjou <julien@danjou.info>
3672
3673 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3674 Update keywords list, data type and PL/pgSQL.
3675
3676 2012-12-14 Dave Abrahams <dave@boostpro.com>
3677
3678 * vc/ediff-util.el (ediff-buffer-type): New function.
3679 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3680 rather than taking it as as argument.
3681 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3682
3683 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3684
3685 * json.el: Add pretty-print option (bug#12634).
3686 (json-encoding-separator, json-encoding-default-indentation)
3687 (json--encoding-current-indentation, json-encoding-pretty-print)
3688 (json-encoding-lisp-style-closings): New vars.
3689 (json--with-indentation): New macro.
3690 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3691 (json-encode-array): Use it to obey json-encoding-pretty-print.
3692 (json-pretty-print-buffer, json-pretty-print): New commands.
3693
3694 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3695
3696 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3697 Extract `ruby-syntax-propertize-expansions'.
3698 (ruby-syntax-propertize-expansions): Only change syntax on
3699 certain string delimiters, to punctuation. This way the common
3700 functions like forward-word and thing-at-point still work.
3701 (ruby-match-expression-expansion): Improve readability.
3702 (ruby-block-contains-point): New function.
3703 (ruby-add-log-current-method): Handle several edge cases.
3704
3705 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3708 unload-feature finishes even when aborting an ongoing edebug session.
3709 Also, do not worry about edebug-mode, unload-feature takes care of it.
3710
3711 2012-12-13 Andreas Schwab <schwab@suse.de>
3712
3713 * net/tls.el (tls-program): Update customize type.
3714
3715 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3716
3717 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3718 (edebug-setup-hook, cl-read-load-hooks): Use it.
3719 (edebug-unload-function): New function. (Bug#13163)
3720
3721 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3722
3723 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3724 Otherwise, there could be errors in autoloading. (Bug#13151)
3725
3726 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3727
3728 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3729 sequences.
3730
3731 2012-12-13 Alan Mackenzie <acm@muc.de>
3732
3733 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3734 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3735 around `forward-comment' not recognizing ^M as whitespace.
3736
3737 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3738
3739 * progmodes/python.el (python-skeleton-class)
3740 (python-skeleton-def): Do not add space after defun name.
3741
3742 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3745 (cl--symbol-function): Remove (now that funbound is like nil).
3746
3747 2012-12-12 Glenn Morris <rgm@gnu.org>
3748
3749 * button.el (button--area-button-p): Fix typo.
3750
3751 2012-12-12 Sam Steingold <sds@gnu.org>
3752
3753 * frame.el (frame-maximization-style): New user option.
3754 (toggle-frame-maximized): Toggle frame maximization according to
3755 `frame-maximization-style', bound to <f11>.
3756 (cycle-frame-maximized): Cycle between all maximization styles and
3757 non-maximized frame, bound to shift-<f11>.
3758
3759 2012-12-12 David Cadé <codename68@gmail.com>
3760
3761 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3762
3763 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3764
3765 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3766 (eieio-override-prin1): Don't quote kewords and booleans.
3767 (object-write) <eieio-default-superclass>: Don't put closing parens
3768 on new line, avoid needless empty lines, align values that are objects
3769 with the slot keyword (instead of beginning on the same line).
3770 (eieio-list-prin1): Align value with slot keyword; increase
3771 eieio-print-depth before printing members of the list.
3772
3773 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3776 a display text-property.
3777 (report-emacs-bug-hook): Don't bother deleting it any more.
3778
3779 * hilit-chg.el (highlight-save-buffer-state): Delete.
3780 Use with-silent-modifications instead.
3781 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3782
3783 * button.el: Handle buttons in display text-properties.
3784 (button--area-button-p, button--area-button-string):
3785 Use (STRING . STRING-POS) representation instead of just STRING.
3786
3787 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3788
3789 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3790 subdirectory be skipped.
3791
3792 2012-12-11 Glenn Morris <rgm@gnu.org>
3793
3794 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3795
3796 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3797 Treat preprocessor lines embedded in continuations like comments.
3798 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3799
3800 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3801
3802 * calc/calc.el (calc-standard-date-formats): Add more date
3803 formats.
3804 * calc/calc-forms.el (math-parse-iso-date): New function.
3805 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3806 (math-parse-iso-date-validate): Add extra error checking.
3807 (calc-date-notation): Add ability to access new date formats.
3808
3809 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3812 font-lock as well as when there's no text-property.
3813
3814 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3815
3816 * hi-lock.el: Refine the choice of default face.
3817 (hi-lock-keyword->face): New function. Use it wherever we used
3818 cadadadr instead.
3819 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3820 (hi-lock--last-face): Remove var.
3821 (hi-lock--unused-faces): New var to replace it.
3822 (hi-lock-read-face-name): Use/maintain it.
3823 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3824 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3825 if it has another face.
3826
3827 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3828
3829 * subr.el (w32notify-handle-event): New function.
3830 (inotify-handle-event): Doc fix.
3831
3832 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3833
3834 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3835
3836 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3837
3838 * simple.el (just-one-space): Doc fix.
3839
3840 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3841
3842 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3843
3844 2012-12-10 Le Wang <l26wang@gmail.com>
3845
3846 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3847 narrowed buffer (bug#12361).
3848
3849 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3850
3851 * vc/vc-hooks.el (vc-state): Doc fix.
3852
3853 2012-12-10 Glenn Morris <rgm@gnu.org>
3854
3855 * mail/rmail.el (rmail-maybe-display-summary):
3856 Preserve buffer, in case select-window changes it. (Bug#13066)
3857
3858 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3861 cl-load-hook where they belong.
3862
3863 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3866
3867 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3868
3869 Parallelize byte compilation on MS-Windows.
3870 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3871 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3872 (WINS_BASIC): Define as concatenation of the above.
3873 (compile): Subdivide into 4 separate and independent jobs that can
3874 be run in parallel.
3875 (compile0-CMD, compile0-SH): New targets for compiling
3876 COMPILE_FIRST files, which are prerequisites for the rest of the
3877 byte-compilation.
3878 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3879 New targets for parallel compilation with cmd.exe.
3880 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3881 compiling under a Unixy shell.
3882
3883 2012-12-09 Chong Yidong <cyd@gnu.org>
3884
3885 * simple.el (set-mark-default-inactive): Delete this
3886 accidentally-introduced option.
3887 (set-mark-command, exchange-point-and-mark): Remove calls.
3888
3889 2012-12-09 Glenn Morris <rgm@gnu.org>
3890
3891 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3892 Respect a defcustom's :set function, if appropriate. (Bug#109)
3893 (eval-defun): Doc fix.
3894
3895 2012-12-08 Juri Linkov <juri@jurta.org>
3896
3897 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3898 (Info-fontify-node, Info-bookmark-make-record): Remove the
3899 file extension from Info-current-file (Bug#13016).
3900
3901 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3904 point, still provide some default.
3905 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3906 names, since we don't use it right now. Actually return the list.
3907 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3908
3909 2012-12-07 Chong Yidong <cyd@gnu.org>
3910
3911 * novice.el (disabled-command-function): Remove a spurious help
3912 xref (Bug#13043). Suggested by Kelly Dean.
3913
3914 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3915 syntax is specified (Bug#13025).
3916
3917 * info.el (Info-set-mode-line): Remove the file extension from
3918 Info-current-file if there is one (Bug#13016).
3919
3920 2012-12-07 Glenn Morris <rgm@gnu.org>
3921
3922 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3923 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3924 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3925 and rmail-mime-decoded. (Bug#9841)
3926
3927 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3928 (batch-unrmail, unrmail): Doc fixes.
3929 (unrmail): Respect unrmail-mbox-format.
3930 * mail/rmail.el (rmail-mbox-format): New option.
3931 (rmail-show-message-1): Respect rmail-mbox-format.
3932
3933 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3936
3937 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3940 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3941 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3942 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3943 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3944 (cl-progv): Don't rely on dynamic scoping to find the body.
3945 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3946 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3947 (cl-declaim): Use backquotes.
3948 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3949 Use "cl--" prefix for the object's tag.
3950
3951 * ses.el: Use advice-add/remove.
3952 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3953 (copy-region-as-kill, yank): Use advice-add.
3954 (ses-unload-function): Use advice-remove.
3955
3956 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3957
3958 * button.el: Make them work in header-lines (bug#12817).
3959 (button-map): Add bindings for header-line and mode-line use.
3960 (button-get, button-put, button-label): `button' may now be a string.
3961 (button-activate): Don't make it a defsubst.
3962 (button--area-button-p, button--area-button-string): New functions.
3963 (make-text-button): Fix the return value when `beg' was a string.
3964 (push-button): Handle the mode-line case.
3965
3966 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3969 (sql-signum): Remove. Use `cl-signum' instead.
3970 (sql-read-passwd): Remove; use read-passwd instread.
3971 (sql-get-login-ext): Use read-string.
3972 (sql-get-login): Use dolist and pcase.
3973 (sql--completion-table): Rename from sql-try-completion.
3974 Use complete-with-action.
3975 (sql-mode): Don't change abbrev-all-caps globally.
3976 (sql-connect): Don't rely on dynamic scoping for `new-name'.
3977 (sql-postgres-completion-object): Initialize vars in their `let'.
3978 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3979 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3980 (sql-comint-interbase): Use a single append, without setq.
3981 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3982
3983 * hi-lock.el: Rework the default face and the serialize regexp code.
3984 (hi-lock--auto-select-face-defaults): Remove.
3985 (hi-lock-string-serialize-serial): Remove.
3986 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3987 make weak.
3988 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3989 equal string.
3990 (hi-lock-set-pattern): Adjust accordingly.
3991 (hi-lock--regexps-at-point): Simplify accordingly.
3992 (hi-lock--auto-select-face-defaults): Remove.
3993 (hi-lock--last-face): New var to replace it.
3994 (hi-lock-read-face-name): Rewrite (bug#11095).
3995 (hi-lock-unface-buffer): Arrange for the face to be the next default.
3996
3997 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
3998
3999 * net/tramp.el (tramp-replace-environment-variables):
4000 Hide compiler warning.
4001 (tramp-file-name-for-operation): Remove `executable-find',
4002 `start-process', `call-process' and `call-process-region'.
4003
4004 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4005
4006 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4007 compatibility.
4008
4009 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4010
4011 2012-12-06 Chong Yidong <cyd@gnu.org>
4012
4013 * ffap.el (ffap-replace-file-component): Fix typo.
4014
4015 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4018 fix open-paren-like token test (bug#12785).
4019
4020 2012-12-06 Glenn Morris <rgm@gnu.org>
4021
4022 * mail/rmailsum.el (rmail-new-summary): Tweak for
4023 rmail-maybe-display-summary changing buffer. (Bug#13066)
4024
4025 2012-12-06 Juri Linkov <juri@jurta.org>
4026
4027 * info.el (Info-fontify-node): Don't hide the last newline.
4028 (Bug#12272)
4029
4030 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4031
4032 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4033 so as to enable message-read-from-minibuffer to expand mail aliases.
4034
4035 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4036
4037 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4038 the `intangible' property.
4039 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4040
4041 2012-12-05 Deniz Dogan <deniz@dogan.se>
4042
4043 * net/rcirc.el (rcirc-urls): Update documentation.
4044 (rcirc-condition-filter): New function.
4045 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4046 and exclude consecutive duplicate URLs (Bug#6082).
4047
4048 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4049
4050 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4051 Check return code of copy command.
4052
4053 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4054 Use group `tramp'. Add version.
4055
4056 2012-12-05 Chong Yidong <cyd@gnu.org>
4057
4058 * ffap.el (ffap-url-regexp): Don't require matching at front of
4059 string (Bug#4952).
4060 (ffap-url-p): If only a substring matches, return that.
4061 (ffap-url-at-point): Use the return value of ffap-url-p.
4062 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4063 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4064 (ffap-guess-file-name-at-point): Likewise.
4065 (ffap-replace-file-component): Fix typo.
4066
4067 * info.el (info-display-manual): Add existing Info buffers, whose
4068 files may not be in Info-directory-list, to the completion.
4069 (info--manual-names): New helper function.
4070
4071 2012-12-05 Glenn Morris <rgm@gnu.org>
4072
4073 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4074 New functions, for detecting and resolving conflicts. (Bug#10709)
4075
4076 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4077
4078 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4079 (hi-lock-auto-select-face-defaults): New buffer local variable.
4080 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4081 (hi-lock-unface-buffer): Prompt user with useful defaults.
4082 With prefix arg, unhighlight all hi-lock patterns in buffer.
4083
4084 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4087
4088 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * Makefile.in (TRAMP_SRC):
4091 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4092
4093 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4094
4095 * net/tramp-adb.el: New package.
4096
4097 2012-12-04 Chong Yidong <cyd@gnu.org>
4098
4099 * terminal.el: Move to obsolete/.
4100
4101 * longlines.el: Move to obsolete/.
4102
4103 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4104 Remove code referring to longlines mode.
4105
4106 2012-12-03 Juri Linkov <juri@jurta.org>
4107
4108 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4109
4110 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4111
4112 * textmodes/ispell.el (ispell-init-process)
4113 (ispell-start-process, ispell-internal-change-dictionary):
4114 Make sure personal dictionary name is expanded after initial
4115 `default-directory' value. Use expanded strings for
4116 keep/restart checks and for value (Bug#13019).
4117
4118 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4119
4120 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4121
4122 2012-12-03 Leo Liu <sdl.web@gmail.com>
4123
4124 * files.el (dir-locals-read-from-file): Check file non-empty
4125 before reading. (Bug#13038)
4126
4127 2012-12-03 Glenn Morris <rgm@gnu.org>
4128
4129 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4130 Remove any version extension before checking filename. (Bug#13006)
4131 (jka-compr-compression-info-list): Belated :version bump.
4132
4133 2012-12-03 Chong Yidong <cyd@gnu.org>
4134
4135 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4136
4137 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4138 (buffer-menu): Doc fix (Bug#12294).
4139
4140 2012-12-03 Roland Winkler <winkler@gnu.org>
4141
4142 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4143 of diary-show-all-entries in the diary buffer (Bug#12994).
4144
4145 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4146
4147 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4148 "<STDIN>". This is binary safe.
4149
4150 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4151
4152 * calc/calc-forms.el (math-absolute-from-iso-dt)
4153 (math-date-to-iso-dt, math-parse-iso-date-validate)
4154 (math-iso-dt-to-date): New functions.
4155 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4156 (math-fd-isoweekday): New variables.
4157 (calc-date-notation, math-parse-standard-date, math-format-date)
4158 (math-format-date-part): Add support for more formatting codes.
4159
4160 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4161
4162 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4163 current buffer's file name when called interactively (Bug#12488).
4164
4165 2012-12-02 Juri Linkov <juri@jurta.org>
4166
4167 * info.el (info-display-manual): Don't clobber an existing Info
4168 buffer (Bug#10770). Add completion (Bug#10771).
4169
4170 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4171
4172 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4173 before using it for comparison (Bug#5297).
4174
4175 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4176
4177 * textmodes/css-mode.el (css-current-defun-name): New function.
4178 (css-mode): Use it.
4179
4180 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4181 (html-mode): Use it.
4182
4183 2012-12-01 Chong Yidong <cyd@gnu.org>
4184
4185 Modularize add-log-current-defun (Bug#2224).
4186 Suggested by Jari Aalto.
4187
4188 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4189 (add-log-current-defun): Move mode-specific code to other files.
4190 (add-log-lisp-like-modes, add-log-c-like-modes)
4191 (add-log-tex-like-modes): Variables deleted.
4192
4193 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4194 (lisp-mode-variables): Use it.
4195
4196 * progmodes/cc-mode.el (c-common-init):
4197 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4198 add-log-current-defun-function.
4199
4200 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4201 (m4-mode): Use it.
4202
4203 * progmodes/perl-mode.el (perl-current-defun-name): New.
4204 (perl-mode): Use it.
4205
4206 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4207 Use lisp-current-defun-name.
4208
4209 * textmodes/tex-mode.el (tex-current-defun-name): New.
4210 (tex-common-initialization): Use it.
4211
4212 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4213 (texinfo-mode): Use it.
4214
4215 2012-12-01 Chong Yidong <cyd@gnu.org>
4216
4217 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4218 * progmodes/autoconf.el (autoconf-mode):
4219 * progmodes/js.el (js-mode):
4220 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4221 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4222 * progmodes/perl-mode.el (perl-mode):
4223 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4224 * textmodes/css-mode.el (css-mode):
4225 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4226 (sgml-tags-invisible, sgml-guess-indent):
4227 * textmodes/tex-mode.el (tex-common-initialization)
4228 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4229 (doctex-mode, plain-tex-mode, latex-mode):
4230 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4231
4232 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4233
4234 * vc/vc-hg.el (vc-hg-next-revision):
4235 Ensure use of default "tip" output format. (Bug#6968)
4236
4237 2012-12-01 Kim F. Storm <storm@cua.dk>
4238
4239 * startup.el (fancy-startup-tail): Add a clickable link
4240 (Bug#2176).
4241
4242 2012-12-01 Chong Yidong <cyd@gnu.org>
4243
4244 * startup.el (fancy-startup-tail): Improve the message about
4245 auto-save files (Bug#2176).
4246
4247 * files.el (recover-session): Improve the descriptive message, and
4248 use substitute-command-keys.
4249
4250 2012-12-01 Glenn Morris <rgm@gnu.org>
4251
4252 * ido.el (ido-file-internal):
4253 Handle other-window, other-frame for dired. (Bug#13036)
4254
4255 2012-11-30 Glenn Morris <rgm@gnu.org>
4256
4257 * icomplete.el (icomplete-separator): Fix :version.
4258
4259 2012-11-30 Chong Yidong <cyd@gnu.org>
4260
4261 * shell.el (shell): For C-u M-x shell, use an inactive shell
4262 buffer as the default (Bug#1975).
4263 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4264 (shell-mode): Use them to reapply ansi colorization if Shell mode
4265 is re-enabled.
4266
4267 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4268
4269 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4270
4271 2012-11-30 Samuel Bronson <naesten@gmail.com>
4272
4273 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4274 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4275
4276 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4277
4278 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4279 by move-to-column (Bug#3234).
4280
4281 2012-11-30 Chong Yidong <cyd@gnu.org>
4282
4283 * longlines.el (longlines-wrap-line, longlines-encode-region):
4284 Preserve text properties (Bug#1425).
4285
4286 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4287
4288 * vc/vc.el (vc-register): Allow registering a file which is
4289 already registered with a different backend (Bug#10589).
4290
4291 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4292 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * icomplete.el: Change separator; add ido-style commands.
4295 (icomplete-show-key-bindings): Remove custom var.
4296 (icomplete-get-keys): Remove function.
4297 (icomplete-forward-completions, icomplete-backward-completions):
4298 New commands.
4299 (icomplete-minibuffer-map): New var.
4300 (icomplete-minibuffer-setup): Use it.
4301 (icomplete-exhibit): Don't delay if the list of completions is known.
4302 (icomplete-separator): New custom.
4303 (icomplete-completions): Use it.
4304 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4305 (minibuffer-force-complete-and-exit): New command.
4306 (minibuffer--complete-and-exit): New function extracted from
4307 minibuffer-complete-and-exit.
4308 (minibuffer-complete-and-exit): Use it.
4309
4310 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4311 error message when the file doesn't exist (bug#12974).
4312
4313 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4314
4315 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4316
4317 2012-11-29 Glenn Morris <rgm@gnu.org>
4318
4319 * files.el (hack-dir-local-variables): Warn if try to set
4320 coding via dir-locals, since it doesn't work. (Bug#7169)
4321
4322 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4323 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4324 Set buffer-local value of desktop-save-buffer.
4325 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4326 New functions.
4327 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4328 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4329
4330 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4331 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4332 Doc fix.
4333 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4334 Doc fixes.
4335
4336 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4337
4338 * calc/calc-forms.el (calc-date-notation): Fix regexp
4339 used to find time codes. Fix symbol for seconds.
4340
4341 2012-11-27 Glenn Morris <rgm@gnu.org>
4342
4343 * emacs-lisp/derived.el (derived-mode-make-docstring):
4344 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4345
4346 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4349 lexically scoped variables (bug#13005).
4350
4351 2012-11-27 Glenn Morris <rgm@gnu.org>
4352
4353 * vc/vc-hooks.el (vc-mistrust-permissions):
4354 Default to t, to avoid data-loss. (Bug#11490)
4355
4356 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4357
4358 * progmodes/python.el (python-indent-guess-indent-offset):
4359 If indentation is guessed make python-indent-offset buffer-local.
4360
4361 Fix Imenu regression.
4362 * progmodes/python.el (python-nav-beginning-of-defun):
4363 Fix forward movement when statement(s) separates point from defun.
4364 (python-imenu-prev-index-position): New function.
4365
4366 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4367
4368 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4369
4370 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4371 Don't set buffer-file-type. Return nil. (Bug#12989)
4372
4373 2012-11-27 Glenn Morris <rgm@gnu.org>
4374
4375 * hippie-exp.el (hippie-expand-try-functions-list):
4376 Re-autoload it. (Bug#12982)
4377
4378 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4379
4380 * descr-text.el (describe-char-padded-string):
4381 Call internal-char-font only on GUI frames. (Bug#11964)
4382
4383 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4384
4385 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4386 and obsoletion message.
4387
4388 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4391 the constructs to keep outside of the `cl-block' (bug#12977).
4392
4393 2012-11-27 Chong Yidong <cyd@gnu.org>
4394
4395 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4396 keep reading until we get the up-event anyway, in order to process
4397 the up-event for mouse-1-click-follows-link (Bug#12971).
4398
4399 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4402 base function is not yet defined (bug#12965).
4403 (ad-activate-advised-definition): Use ad-compile-function.
4404 (ad-activate): Use cond.
4405
4406 2012-11-25 Leo Liu <sdl.web@gmail.com>
4407
4408 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4409 (Bug#12979)
4410
4411 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4412
4413 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4414 reftex-section-info-function in order to be compatible with
4415 Texinfo integration.
4416
4417 * textmodes/reftex.el (reftex-section-pre-regexp)
4418 (reftex-section-post-regexp, reftex-section-info-function):
4419 New variable.
4420 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4421 reftex-section-post-regexp, and reftex-section-info-function in order
4422 to be compatible with Texinfo integration.
4423
4424 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4425 use reftex-section-pre-regexp variable in order to be compatible with
4426 Texinfo integration.
4427
4428 2012-11-25 Chong Yidong <cyd@gnu.org>
4429
4430 * faces.el: Make face-spec-set more analogous to setq.
4431 (face-spec-set): Change the third arg to specify whether this
4432 function is being called via defface, customize, or a third party.
4433 Set the appropriate symbol properties. Clear the override spec if
4434 setting via Custom. Initialize face if necessary. (Bug#4988)
4435 (face-spec-recalc): Allow theme faces to completely replace the
4436 defface spec, in the same way as custom faces (Bug#8454).
4437
4438 * cus-face.el (custom-declare-face): Move face initialization to
4439 face-spec-set.
4440 (custom-theme-set-faces): Don't initialize the face name here, as
4441 that is now done in face-spec-set.
4442
4443 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4444 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4445 Simplify by using the new arg to face-spec-set.
4446
4447 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4448 reset face-override-spec too, and use custom-declare-face.
4449
4450 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4451
4452 * term/ns-win.el (ns-initialize-window-system): Move creation of
4453 fontsets here (Bug#11964).
4454
4455 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4456
4457 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4458 cell renaming.
4459
4460 2012-11-24 Chong Yidong <cyd@gnu.org>
4461
4462 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4463 obsolete.
4464
4465 * custom.el (custom-theme-set-variables): Use a topological sort
4466 for ordering by custom dependencies (Bug#12952).
4467 (custom--sort-vars, custom--sort-vars-1): New functions.
4468
4469 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4472 lexical-binding (bug#12938).
4473
4474 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4475
4476 * image-mode.el (image-transform-check-size): Use assertions only
4477 for images of type imagemagick.
4478
4479 Otherwise no error, image-transform-fit-to-{width,height} is
4480 silently ignored, as before. Doc fix.
4481
4482 2012-11-24 Chong Yidong <cyd@gnu.org>
4483
4484 * faces.el (color-defined-p): Doc fix (Bug#12853).
4485
4486 2012-11-24 Juri Linkov <juri@jurta.org>
4487
4488 * dired.el (dired-mark): Add optional arg `interactive'.
4489 Check for `use-region-p' if `interactive' is non-nil.
4490 (dired-unmark, dired-flag-file-deletion): Add optional arg
4491 `interactive'. Call `dired-mark' with the arg `interactive'.
4492 (Bug#10624)
4493
4494 * wdired.el: Revert 2012-10-17 change partly and replace it with
4495 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4496 (wdired-finish-edit): Add marks for new file names to
4497 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4498 after `revert-buffer'.
4499 (wdired-do-renames): Remove calls to `dired-remove-file',
4500 `dired-add-file', `dired-add-entry'. (Bug#11795)
4501
4502 2012-11-24 Alan Mackenzie <acm@muc.de>
4503
4504 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4505
4506 Fix bugs in the state cache. Enhance a debugging mechanism.
4507 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4508 "brace at column zero" strategy for C++.
4509 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4510 (c-parse-state-point): New variable.
4511 (c-record-parse-state-state): Record old parse state with
4512 `copy-tree'. Record previous value of point.
4513 (c-debug-parse-state-double-cons): New debugging function.
4514 (c-debug-parse-state): Call the above new function.
4515 (c-toggle-parse-state-debug): Output a confirmatory message.
4516
4517 * progmodes/cc-mode.el (c-before-change, c-after-change):
4518 Call c-invalidate-state-cache from `c-before-change' instead of
4519 `c-after-change'.
4520
4521 2012-11-23 Chong Yidong <cyd@gnu.org>
4522
4523 * find-cmd.el (find-constituents): Add executable, ipath,
4524 readable, samefile, writable, daystart, regextype (Bug#12856).
4525
4526 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4529
4530 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4531
4532 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4533 definition. This fixes a bootstrap failure.
4534 (calc-gregorian-switch): In menu, put dates before regions.
4535 This is easier to follow, lines up better in the menu, and lets us
4536 coalesce regions that switch at the same time. Give country
4537 names, not "Vatican", as that's better for non-expert users.
4538 Use names that are stable between the date of switch and now, e.g.,
4539 Bohemia and Moravia (which existed then and now) and not
4540 Czechoslovakia (which didn't exist then and doesn't exist now).
4541 What is now the U.S. mostly did not switch at the same time as
4542 Britain, so omit the U.S. Correct spelling of "Britain".
4543 Catholic Switzerland was too much of a mess, so omit it.
4544
4545 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4546
4547 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4548 after the variable is changed.
4549
4550 2012-11-21 Daniel Colascione <dancol@dancol.org>
4551
4552 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4553 in SQL declarations for font-lock.
4554 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4555
4556 2012-11-21 Glenn Morris <rgm@gnu.org>
4557
4558 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4559 (face-italic-p): Add optional argument "inherit".
4560
4561 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4562 Remove -p suffix from names, for consistency with other set-face-*.
4563 (set-face-inverse-video): Fix interactive spec.
4564 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4565 * textmodes/table.el (table--update-cell-face):
4566 Use set-face-inverse-video rather than now obsolete alias.
4567
4568 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4569
4570 * simple.el (line-move): Don't call line-move-partial if
4571 scroll-conservatively is in effect. (Bug#12927)
4572
4573 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4576 Fallback on completion-at-point rather than
4577 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4578 (eshell-cmpl-initialize): Setup completion-at-point.
4579
4580 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4581
4582 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4583
4584 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4585
4586 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4587 are remote, check out-of-band property for both.
4588
4589 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4592 code rewrite.
4593
4594 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4595
4596 More minor time fixes.
4597 * calendar/time-date.el: Commentary fix.
4598 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4599 too much other code depends on (0 0) time stamps.
4600 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4601 Add a couple of FIXME comments.
4602
4603 Minor cleanup for times as lists of four integers.
4604 * files.el (dir-locals-directory-cache):
4605 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4606 Doc fixes.
4607 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4608 * ps-bdf.el (bdf-file-newer-than-time):
4609 Process four-integers time stamps, not two. Doc fixes.
4610
4611 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * uniquify.el (uniquify-managed): Use defvar-local.
4614 (rename-buffer, create-file-buffer): Advise with advice-add.
4615 (uniquify-unload-function): Unadvise accordingly.
4616
4617 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4618 (trace-buffer): Don't purecopy.
4619 (trace-entry-message, trace-exit-message): Add `context' arg.
4620 (trace--timer): New var.
4621 (trace-make-advice): Adjust for use in nadvice.
4622 Add `context' argument. Delay `display-buffer' via a timer.
4623 (trace-function-internal): Use advice-add.
4624 (trace--read-args): New function.
4625 (trace-function-foreground, trace-function-background): Use it.
4626 (trace-function): Rename to trace-function-foreground and redefine as
4627 an alias to that new name.
4628 (untrace-function, untrace-all): Adjust to the use of nadvice.
4629
4630 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4631
4632 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4633
4634 * subr.el (called-interactively-p-functions): New var.
4635 (internal--called-interactively-p--get-frame): New macro.
4636 (called-interactively-p, interactive-p): Rewrite in Lisp.
4637 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4638 (called-interactively-p-functions): Use it.
4639 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4640 (called-interactively-p-functions): Use it.
4641 * allout.el (allout-called-interactively-p): Don't assume
4642 called-interactively-p is a subr.
4643
4644 2012-11-20 Glenn Morris <rgm@gnu.org>
4645
4646 * profiler.el (profiler-report-mode-map): Add a menu.
4647 No need to bind `q' because we derive from special-mode.
4648 (profiler-report-find-entry): Handle calls from the menu-bar.
4649
4650 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4651
4652 * emacs-lisp/byte-run.el (defun-declarations-alist):
4653 Allow a compiler-macro to be a lambda expression.
4654
4655 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4656 eval-when-compile.
4657 (python-syntax-context): Add compiler-macro.
4658 (python-font-lock-keywords): Simplify with De Morgan.
4659
4660 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4661
4662 * files.el (load-file): Require match in minibuffer selection, as was
4663 the case in Emacs-20 before we changed the spec to allow .elc files
4664 (bug#12935).
4665
4666 * json.el: Don't require cl since we don't use it.
4667 * color.el: Don't require cl.
4668 (color-complement): `caddr' -> `nth 2'.
4669
4670 * calendar/time-date.el (time-to-seconds): De-obsolete.
4671
4672 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4673
4674 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4675 year numbers.
4676 (math-date-to-julian-dt): Adjust the initial approximation for the
4677 year to deal with the new definition of the DATE.
4678
4679 2012-11-19 Daniel Colascione <dancol@dancol.org>
4680
4681 * term/w32-win.el (cygwin-convert-path-from-windows):
4682 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4683
4684 2012-11-18 Chong Yidong <cyd@gnu.org>
4685
4686 * filecache.el (file-cache--read-list): New function.
4687 (file-cache-add-directory-list, file-cache-add-file-list)
4688 (file-cache-delete-file-list, file-cache-delete-directory-list):
4689 Use it to read a list of files or directories (Bug#12846).
4690 (file-cache-add-file, file-cache-add-directory)
4691 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4692 (file-cache-delete-directory): Print an message.
4693
4694 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4695
4696 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4697 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4698
4699 2012-11-18 Glenn Morris <rgm@gnu.org>
4700
4701 * image.el (insert-image, insert-sliced-image): Doc fix.
4702
4703 2012-11-18 Chong Yidong <cyd@gnu.org>
4704
4705 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4706 (Bug#12810).
4707
4708 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4709
4710 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4711 response when the target file is in a subdirectory (Bug#12757).
4712
4713 2012-11-18 Chong Yidong <cyd@gnu.org>
4714
4715 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4716
4717 2012-11-18 Glenn Morris <rgm@gnu.org>
4718
4719 * emacs-lisp/cl-lib.el (face-underline-p):
4720 Use set-face-underline rather than the alias set-face-underline-p.
4721
4722 * window.el (with-temp-buffer-window): Doc fix.
4723 * subr.el (with-output-to-temp-buffer):
4724 Add doc xref to with-temp-buffer-window.
4725
4726 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4727
4728 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4729 * calc/calc.el (math-format-date-cache): Declare.
4730
4731 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4732
4733 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4734 It also uses January 1, 1 AD as its day number 1.
4735 * calc/calc-forms.el (math-julian-date-beginning)
4736 (math-julian-date-beginning-int): Implement this.
4737
4738 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4739
4740 * descr-text.el (quail-find-key):
4741 * dired.el (desktop-file-name):
4742 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4743 * generic-x.el (comint-mode, comint-exec):
4744 * image-dired.el (widget-forward):
4745 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4746 (speedbar-change-expand-button-char)
4747 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4748 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4749 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4750 (widget-field-action, widget-value-set):
4751 * speedbar.el (imenu--make-index-alist):
4752 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4753 (ring-length, ring-insert):
4754 * vcursor.el (compare-windows-skip-whitespace):
4755 * woman.el (dired-get-filename):
4756 Declare functions.
4757
4758 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4759
4760 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4761
4762 * calc/calc.el (calc-gregorian-switch): New variable.
4763
4764 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4765 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4766 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4767 (math-leap-year-p): Add option to distinguish between Julian
4768 and Gregorian calendars.
4769 (math-day-number): Use `math-day-in-year' to do the computations.
4770 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4771 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4772 to do the computations.
4773 (math-date-to-dt): Use `math-date-to-julian-dt' and
4774 `math-date-to-gregorian-dt' to do the computations.
4775 (calcFunc-weekday, math-format-date-part): Use the new version of
4776 the DATE to determine the weekday.
4777 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4778 when necessary.
4779
4780 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4781
4782 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4783 Cygwin; otherwise use 'file:'. (Bug#12914)
4784 (cygwin-convert-path-from-windows): Declare, to avoid
4785 byte-compiler warnings.
4786
4787 2012-11-17 Andreas Politz <politza@fh-trier.de>
4788
4789 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4790 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4791 prefix and negative numeric prefix args (Bug#12795).
4792
4793 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4794
4795 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4796 Don't signal an error with a score that is too low to add to the
4797 list of top scores. (Bug#12779)
4798
4799 2012-11-17 Chong Yidong <cyd@gnu.org>
4800
4801 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4802
4803 * filecache.el (file-cache-add-file): Handle relative file name in
4804 the argument (Bug#12694).
4805
4806 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4807
4808 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4809
4810 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4813
4814 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4815
4816 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4817
4818 * window.el (enlarge-window, shrink-window): Don't mention return
4819 value in doc-string (Bug#12896).
4820 (window--display-buffer): Don't resize frames - it won't work
4821 with all window managers and defeat pop-up-frame-alist.
4822 (display-buffer-alist): In doc-string explain that CONDITION can
4823 be a function and which arguments are passed to it (Bug#12854).
4824 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4825 expressions (Bug#12854).
4826 (display-buffer): Pass ACTION argument to
4827 display-buffer-assq-regexp.
4828
4829 2012-11-16 Glenn Morris <rgm@gnu.org>
4830
4831 * window.el (fit-frame-to-buffer-bottom-margin)
4832 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4833
4834 * faces.el (face-underline-p): Use face-attribute-specified-or.
4835
4836 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4837
4838 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4839
4840 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4843
4844 2012-11-16 Glenn Morris <rgm@gnu.org>
4845
4846 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4847 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4848
4849 * faces.el (face-underline-p): Doc fix. Handle :underline being
4850 things other than `t' (a string, a list).
4851 (face-inverse-video-p): Doc fix.
4852 (set-face-underline): Rename it back from set-face-underline-p.
4853 Doc fix. Allow interactive input of values other than t.
4854 (read-face-attribute): Apply formatting to :underline,
4855 since like :box and :stipple it can take list values.
4856
4857 * term.el (ansi-term): Don't let C-x escape-char binding
4858 clobber the more standard C-c binding. (Bug#12842)
4859
4860 * subr.el (set-temporary-overlay-map): Doc fix.
4861
4862 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4863
4864 * window.el (record-window-buffer)
4865 (display-buffer-record-window): When copying the markers to
4866 window-point preserve window-point-insertion-type. (Bug#12588)
4867
4868 2012-11-16 Glenn Morris <rgm@gnu.org>
4869
4870 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4871 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4872 Use new names for hooks rather than obsolete aliases.
4873
4874 2012-11-15 Daniel Colascione <dancol@dancol.org>
4875
4876 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4877 prefix instead of "file:" so that when FILE-NAME begins with "//",
4878 as it does when the target file is on a network share, url-handler
4879 isn't confused.
4880
4881 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4882
4883 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4884 a preactivated advice from an old advice.el; they're not compatible!
4885
4886 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4887
4888 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4889 Fix string-spec case.
4890
4891 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4892
4893 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4896 (advice--buffer-local-function-sample): New var.
4897 (advice--set-buffer-local, advice--buffer-local): New functions.
4898 (add-function, remove-function): Use them.
4899
4900 2012-11-15 Drew Adams <drew.adams@oracle.com>
4901
4902 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4903
4904 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4907 potential binding of print-gensym to t, and prettify (back)quotes in
4908 case they appear in args's default values (bug#12884).
4909
4910 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4913 (advice-eval-interactive-spec): New function.
4914 (advice--make-interactive-form): Support around advice (bug#12844).
4915
4916 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4917
4918 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4919 more strict. Add docstring.
4920 (ruby-expression-expansion-re): Extract from
4921 `ruby-match-expression-expansion'.
4922 (ruby-syntax-propertize-function): After everything else, search
4923 for expansions in string literals, mark their insides as
4924 whitespace syntax and save match data for font-lock.
4925 (ruby-font-lock-keywords): Use the 2nd group from expression
4926 expansion matches.
4927 (ruby-match-expression-expansion): Use the match data saved to the
4928 text property in ruby-syntax-propertize-function.
4929
4930 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4931
4932 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4933 (bug#12879).
4934
4935 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4936
4937 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4938 start/end keyword a bit harder. Works with different values of N.
4939 Add more comments.
4940 (ruby-end-of-block): Update accordingly.
4941
4942 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * woman.el (woman-file-name): Don't mess with unread-command-events
4945 (bug#12861).
4946
4947 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4948 Remove out of date self-require hack.
4949 (ad-do-advised-functions): Use simple `dolist'.
4950 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4951 (ad-advice-definition): Redefine as functions.
4952 (ad-advice-classes): Move before first use.
4953 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4954 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4955 (ad--defalias-fset): Remove functions.
4956 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4957 (ad-get-orig-definition): Rewrite.
4958 (ad-make-advised-definition-docstring): Change base docstring.
4959 (ad-real-orig-definition): Rewrite.
4960 (ad-map-arglists): Change name of called function.
4961 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4962 (ad-make-advised-definition): Simplify.
4963 (ad-assemble-advised-definition): Tweak for new calling context.
4964 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4965 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4966 function and call ad-activate if needed.
4967 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4968 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4969 (ad-compile-function): Compile ad-Advice-*.
4970 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4971 (ad-start-advice, ad-stop-advice): Remove.
4972
4973 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4974
4975 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4976 period before class method names, not after. Remove handling of
4977 one impossible case. Add comments.
4978
4979 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * emacs-lisp/advice.el: Remove support for freezing.
4982 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4983 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4984 Remove support for `freeze'.
4985
4986 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4987 override the default.
4988 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4989 cl--dotimes/dolist.
4990 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4991 `cl' is loaded.
4992
4993 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4994 from add-advice.
4995 (advice--strip-macro): New function.
4996 (advice--defalias-fset): Use them to handle macros.
4997 (advice-add): Use them.
4998 (advice-member-p): Correctly handle macros.
4999
5000 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5001
5002 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5003 Never font-lock the beginning of singleton class as heredoc.
5004
5005 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5008
5009 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5010
5011 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5012 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5013 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5014
5015 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
5016
5017 Fix end-of-defun misbehavior.
5018 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5019 python-beginning-of-defun-function. Handle nested defuns
5020 correctly.
5021 (python-nav-end-of-defun): Rename from
5022 python-end-of-defun-function. Ensure forward movement.
5023 (python-info-current-defun): Reimplement to work as intended
5024 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5025 parent defuns as soon as possible.
5026
5027 2012-11-13 Glenn Morris <rgm@gnu.org>
5028
5029 * progmodes/flymake.el (flymake-error-bitmap)
5030 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5031 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5032
5033 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5034
5035 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5036 backward, always stop at indentation. Reverts the change from
5037 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5038
5039 2012-11-13 Glenn Morris <rgm@gnu.org>
5040
5041 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5042 Add ibuffer-filter-by-derived-mode.
5043
5044 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5045 the same name shadowing each other.
5046
5047 * window.el (with-temp-buffer-window): Doc tweak.
5048
5049 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5050
5051 * help.el (temp-buffer-max-height):
5052 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5053 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5054
5055 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * emacs-lisp/nadvice.el: New package.
5058 * subr.el (special-form-p): New function.
5059 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5060 (elp-all-instrumented-list): Remove var.
5061 (elp-not-profilable): Remove elp-wrapper.
5062 (elp-profilable-p): Use autoloadp and special-form-p.
5063 (elp--advice-name): New const.
5064 (elp-instrument-function): Use advice-add.
5065 (elp--instrumented-p): New predicate.
5066 (elp-restore-function): Use advice-remove.
5067 (elp-restore-all, elp-reset-all): Use mapatoms.
5068 (elp-set-master): Use elp--instrumented-p.
5069 (elp--make-wrapper): Rename from elp-wrapper, return a function
5070 suitable for advice-add. Use cl-inf.
5071 (elp-results): Use mapatoms+elp--instrumented-p.
5072 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5073 (debug-function-list): Remove var.
5074 (debug): Rename arg, and then let-bind it explicitly inside.
5075 (debugger-setup-buffer): Rename arg.
5076 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5077 (debugger-frame-number): Adjust to new debug-on-entry setup.
5078 (debug--implement-debug-on-entry): Rename from
5079 implement-debug-on-entry, add argument.
5080 (debugger-special-form-p): Remove, use special-form-p instead.
5081 (debug-on-entry): Use advice-add.
5082 (debug--function-list): New function.
5083 (cancel-debug-on-entry): Use it, along with advice-remove.
5084 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5085 (debugger-list-functions): Use debug--function-list instead of
5086 debug-function-list.
5087 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5088 (ad-special-form-p): Remove, use special-form-p instead.
5089 (ad-set-advice-info): Use add-function and remove-function.
5090 (ad--defalias-fset): Adjust accordingly.
5091
5092 2012-11-10 Glenn Morris <rgm@gnu.org>
5093
5094 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5095 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5096 (report-emacs-bug-create-existing-bugs-buffer)
5097 (report-emacs-bug-parse-query-results)
5098 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5099
5100 * term.el (term-default-fg-color, term-default-bg-color):
5101 Make obsolete, rather than just saying "deprecated" in the doc.
5102
5103 * term.el (term): Rename from `term-face'.
5104 (term-current-face, ansi-term-color-vector)
5105 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5106 Update all users.
5107
5108 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5109
5110 * server.el (server-create-window-system-frame): Handle Nextstep
5111 specially (Bug#12780).
5112
5113 2012-11-10 Glenn Morris <rgm@gnu.org>
5114
5115 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5116 Unautoload, and make obsolete. (Bug#7449)
5117
5118 2012-11-10 Chong Yidong <cyd@gnu.org>
5119
5120 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5121 rename from diff-remove-trailing-whitespace (Bug#12831).
5122
5123 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5124
5125 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5126 miscompilation of trace.el.
5127
5128 2012-11-10 Glenn Morris <rgm@gnu.org>
5129
5130 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5131
5132 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5135 (bug#12812).
5136
5137 2012-11-10 Chong Yidong <cyd@gnu.org>
5138
5139 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5140 a defcustom with an appropriate :set function.
5141 (minibuffer-default--in-prompt-regexps): New function.
5142
5143 2012-11-10 Glenn Morris <rgm@gnu.org>
5144
5145 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5146 (define-modify-macro): Doc fixes.
5147
5148 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5149 (gv-define-simple-setter): Update doc of `fix-return'.
5150
5151 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5154 twice when `fix-return' is set (bug#12813).
5155
5156 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5157 gv-define-simple-setter (bug#12812).
5158
5159 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5160 (bug#12756).
5161
5162 2012-11-10 Glenn Morris <rgm@gnu.org>
5163
5164 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5165
5166 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5167 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5168 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5169 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5170
5171 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5172
5173 2012-11-10 Leo Liu <sdl.web@gmail.com>
5174
5175 * ido.el (ido-set-matches-1): Improve flex matching performance by
5176 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5177
5178 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5181 (ad--defalias-fset): New function.
5182 (ad-safe-fset): Remove.
5183 (ad-make-freeze-definition): Use cl-letf*.
5184
5185 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * subr.el (dolist): Don't bind VAR in RESULT.
5188
5189 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5190 (fset, documentation): Don't save real def since we don't advise.
5191 (ad-do-advised-functions): Remove problematic `result-form'.
5192 (ad-safe-fset): `ad-real-fset' => `fset'.
5193 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5194 uses CL's dolist internally.
5195 (ad-arglist): Remove unused arg `name'.
5196 (ad-docstring, ad-make-advised-docstring):
5197 `ad-real-documentation' => `documentation'.
5198 (warning-suppress-types): Declare.
5199 (ad-set-arguments): Simple CSE.
5200 (ad-recover-normality): Sanity check.
5201
5202 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5203 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5204
5205 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
5206
5207 * ses.el: symbol to coordinate mapping is made by symbol property
5208 `ses-cell'. This means that the same mapping is done for all SES
5209 sheets. That is good enough for cells with standard A1 names, but
5210 not for named cell. So a hash map is added for the latter.
5211 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5212 (ses-sym-rowcol): Use hashmap for named cell.
5213 (ses-is-cell-sym-p): New defun.
5214 (ses-decode-cell-symbol): New defun.
5215 (ses-create-cell-variable): Add cell to hashmap when name is not
5216 A1-like.
5217 (ses-rename-cell): Check that cell new name is not already in
5218 spreadsheet with the use of ses-is-cell-sym-p
5219 (ses-rename-cell): Use hash map for named cells, but accept also
5220 renaming back to A1-like.
5221
5222 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * emacs-lisp/advice.el: Use new dynamic docstrings.
5225 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5226 Use dynamic-docstring-function instead of ad-advice-info.
5227 (ad--make-advised-docstring): New function extracted from
5228 ad-make-advised-docstring.
5229 (ad-make-advised-docstring): Use it.
5230 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5231 from sql-help.
5232 (sql-help): Use it with dynamic-docstring-function.
5233
5234 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5235
5236 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * files.el (hack-one-local-variable--obsolete): New function.
5239 (hack-one-local-variable): Use it for obsolete settings.
5240
5241 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5242 the new name.
5243
5244 * progmodes/js.el (js--filling-paragraph): New var.
5245 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5246 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5247 less sneaky.
5248
5249 2012-11-08 Julien Danjou <julien@danjou.info>
5250
5251 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5252 `auto-mode-alist' (Bug#12835).
5253
5254 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5257 (perl--prettify-symbols-alist): New const.
5258 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5259 New functions.
5260 (perl-font-lock-keywords-2): Use them.
5261 (perl-electric-noindent-p): New function.
5262 (perl-mode): Use it to set up electric-indent-mode.
5263 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5264 (perl-mode-map): Remove bindings for them.
5265 (perl-imenu-generic-expression, perl-outline-level):
5266 Match functions&packages in column>0.
5267
5268 * env.el (env--substitute-vars-regexp): New const.
5269 (substitute-env-vars): Use it. Add `only-defined' arg.
5270 * net/tramp.el (tramp-replace-environment-variables): Use it.
5271
5272 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5273 Byte-compile *before* eval in eval-and-compile.
5274 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5275 (byte-compile-file-form-autoload): Don't hide actual definition.
5276 (byte-compile-maybe-guarded): Accept `functionp' as well.
5277
5278 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5279
5280 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5281
5282 * notifications.el (notifications-get-server-information-method):
5283 New defconst.
5284 (notifications-get-capabilities): Fix docstring.
5285 (notifications-get-server-information): New defun.
5286
5287 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5288
5289 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5290 readability.
5291
5292 * textmodes/ispell.el: Experimental support for support debugging.
5293 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5294 buffer for ispell.
5295 (ispell-print-if-debug): New function to print stuff to
5296 `ispell-debug-buffer' if debugging is enabled.
5297 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5298 show some debugging info.
5299 (ispell-buffer-with-debug): New function that creates a debugging
5300 buffer and calls `ispell-buffer' with debugging enabled.
5301
5302 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5303 comment in autoconf mode. (Bug#12768)
5304
5305 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5306
5307 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5308 frame-first-window, frame-root-window, frame-selected-window,
5309 minibuffer-selected-window, minibuffer-window,
5310 window-absolute-pixel-edges, window-at, window-body-height,
5311 window-body-width, window-display-table, window-combination-limit,
5312 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5313 window-inside-edges, window-inside-pixel-edges, window-left-child,
5314 window-left-column, window-margins, window-next-buffers,
5315 window-next-sibling, window-new-normal, window-new-total,
5316 window-normal-size, window-parameter, window-parameters, window-parent,
5317 window-pixel-edges, window-point, window-prev-buffers,
5318 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5319 window-start, window-text-height, window-top-child, window-top-line,
5320 window-total-height, window-total-width and window-use-time to the list
5321 of functions without side-effects.
5322 (toplevel): Add window-valid-p to the list of error-free functions
5323 without side-effects.
5324
5325 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5326
5327 * textmodes/ispell.el (ispell-program-name):
5328 Update spellchecker parameters when customized.
5329
5330 2012-11-04 Glenn Morris <rgm@gnu.org>
5331
5332 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5333
5334 2012-11-04 Chong Yidong <cyd@gnu.org>
5335
5336 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5337 same-window-* variables.
5338
5339 2012-11-04 Juri Linkov <juri@jurta.org>
5340
5341 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5342 (isearch-describe-key, isearch-describe-mode): Use a display
5343 action instead of binding same-window-* variables (Bug#10040).
5344
5345 2012-11-03 Glenn Morris <rgm@gnu.org>
5346
5347 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5348 Rename handler properties back from cl-- to cl-. (Bug#12788)
5349
5350 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5351
5352 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5353
5354 * term/pc-win.el: Don't load term/internal from here.
5355
5356 * loadup.el: Load term/internal from here.
5357
5358 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5359
5360 * progmodes/python.el (inferior-python-mode): Fix hang in
5361 jit-lock (Bug#12645).
5362
5363 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5364
5365 * window.el (switch-to-visible-buffer)
5366 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5367
5368 2012-11-03 Glenn Morris <rgm@gnu.org>
5369
5370 * emacs-lisp/cl-lib.el (cl--random-time):
5371 Rename from cl-random-time. (Bug#12773)
5372 (cl--gensym-counter, cl--random-state): Update callers.
5373 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5374
5375 2012-11-03 Chong Yidong <cyd@gnu.org>
5376
5377 * cus-start.el: Make cursor-type customizable (Bug#11633).
5378
5379 2012-11-02 Glenn Morris <rgm@gnu.org>
5380
5381 * filecache.el: No need to load find-lisp when compiling.
5382 (find-lisp-find-files): Autoload it.
5383 (file-cache-add-directory-recursively): Don't require find-lisp.
5384
5385 * image.el (image-type-from-file-name): Trivial simplification.
5386
5387 * emacs-lisp/bytecomp.el (byte-compile-eval):
5388 Decouple "noruntime" and "cl-functions" warnings.
5389
5390 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5391
5392 * play/gomoku.el (gomoku-display-statistics): Update mode line
5393 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5394
5395 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5396
5397 * window.el (quit-restore-window): If the window has been
5398 created on an existing frame and ended up as the sole window on
5399 that frame, do not delete it (Bug#12764).
5400
5401 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5402
5403 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5404 Rename from sh--inside-arithmetic-expression, handle more cases
5405 (bug#11263).
5406
5407 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5408 (sh-font-lock-open-heredoc): Use it (bug#12770).
5409
5410 2012-10-30 Glenn Morris <rgm@gnu.org>
5411
5412 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5413
5414 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5415
5416 2012-10-29 Chong Yidong <cyd@gnu.org>
5417
5418 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5419 function key is stored in a keyboard macro (Bug#4894).
5420
5421 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5422
5423 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5426 header comments".
5427 (diff-unified->context, diff-context->unified)
5428 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5429
5430 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5431
5432 * files.el (find-alternate-file): Only ask one question (bug#12487).
5433
5434 2012-10-29 Chong Yidong <cyd@gnu.org>
5435
5436 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5437 Suggested by Dan Nicolaescu (Bug#6326).
5438
5439 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5440
5441 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5442
5443 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5444
5445 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5446
5447 * face-remap.el (face-remap-add-relative): Handle the case where a
5448 face-remapping-alist entry is a cons cell (Bug#12762).
5449
5450 2012-10-29 Kevin Ryde <user42@zip.com.au>
5451
5452 * woman.el (woman-parse-numeric-value): Handle picas correctly
5453 (Bug#12639).
5454
5455 2012-10-29 Glenn Morris <rgm@gnu.org>
5456
5457 * emacs-lisp/cl.el (defsetf): Doc fix.
5458
5459 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5462 syntax to the matching opener, if any (bug#12547).
5463 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5464 matching open as a "case-(".
5465 (sh-smie-rc-grammar): Add a corresponding rule for it.
5466
5467 2012-10-28 Daniel Hackney <dan@haxney.org>
5468
5469 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5470 "PKGNAME-autoloads.el" in case we created it.
5471
5472 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5475 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5476 (completion--twq-all): Disable too-strict assertions.
5477
5478 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5479
5480 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5481
5482 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5483 text to match the real keybindings.
5484
5485 2012-10-27 Juri Linkov <juri@jurta.org>
5486
5487 * wdired.el (wdired-keep-marker-rename): New defcustom.
5488 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5489 (Bug#11795)
5490
5491 * dired.el (dired-keep-marker-rename): Add reference to
5492 `wdired-keep-marker-rename' in the docstring.
5493 Add default character value ?R to display initially in
5494 Customization UI instead of ?@.
5495
5496 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5497
5498 * window.el (display-buffer): In doc-string describe
5499 window-height and window-width alist entries.
5500
5501 * time.el (display-time-world): Restore fit-window-to-buffer
5502 behavior.
5503
5504 2012-10-27 Chong Yidong <cyd@gnu.org>
5505
5506 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5507
5508 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5509
5510 * minibuffer.el (completion-category-overrides): New completion
5511 category `bookmark' (bug#11131).
5512
5513 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5516 Silence bogus compiler warnings for ad-do-it.
5517
5518 * bookmark.el (bookmark-completing-read): Set the completion category
5519 to `bookmark' (bug#11131).
5520
5521 2012-10-26 Bastien <bzg@altern.org>
5522 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * face-remap.el: Use lexical-binding.
5525 (text-scale-adjust): Improve docstring. Use itself for the temporary
5526 overlay-map bindings, so as to repeat the "Use..." message each time.
5527
5528 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * emacs-lisp/macroexp.el (macroexp--expand-all):
5531 Obey byte-compile-warning-enabled-p (bug#12486).
5532
5533 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5534 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5535
5536 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5537
5538 * mouse.el (mouse-drag-line): Move last form into preceding when
5539 clause (Bug#12731).
5540
5541 * help.el (resize-temp-buffer-window): Fix doc-string.
5542
5543 2012-10-25 David Engster <deng@randomsample.de>
5544
5545 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5546 Remove. This feature is already integrated in imenu.
5547
5548 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5549 always loaded. Require `speedbar' unconditionally.
5550
5551 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5554
5555 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5556
5557 * net/ldap.el (ldap-search-internal): The official ldif format starts
5558 with a "version: 1" header (bug#12724).
5559
5560 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5561 (bug#12721).
5562
5563 2012-10-25 Glenn Morris <rgm@gnu.org>
5564
5565 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5566
5567 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5568
5569 * minibuffer.el (minibuffer-force-complete): Use one more marker
5570 for the temporary-overlay-map command (bug#12619).
5571
5572 2012-10-24 Chong Yidong <cyd@gnu.org>
5573
5574 * time.el (display-time-world-mode): Derive from special-mode.
5575 (display-time-world): Use display-buffer (Bug#12708).
5576 (display-time-world-mode-map): Variable deleted.
5577 (display-time-world-display): Wrap the final delete-char inside
5578 inhibit-read-only.
5579
5580 2012-10-24 Chong Yidong <cyd@gnu.org>
5581
5582 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5583 Doc fix.
5584
5585 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5586
5587 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * minibuffer.el (completion--all-sorted-completions-location): New var.
5590 (completion--cache-all-sorted-completions)
5591 (completion--flush-all-sorted-completions): Use it.
5592 (completion-in-region, completion-in-region--postch)
5593 (completion-at-point, completion-help-at-point): Use markers in
5594 completion-in-region--data (bug#12619).
5595
5596 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * progmodes/compile.el (compilation-start): Try to handle common
5599 quoting of `cd' argument (bug#12640).
5600
5601 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5602 (bug#12671).
5603
5604 2012-10-23 Glenn Morris <rgm@gnu.org>
5605
5606 * progmodes/gud.el (gud-menu-map):
5607 Check gdb-active-process is bound. (Bug#12358)
5608
5609 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * repeat.el (repeat): Set real-this-command (bug#12232).
5612
5613 * htmlfontify.el (hfy-post-html-hook):
5614 * filesets.el (filesets-cache-fill-content-hook):
5615 * arc-mode.el (archive-extract-hook):
5616 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5617 * net/rcirc.el (rcirc-sentinel-functions)
5618 (rcirc-receive-message-functions, rcirc-activity-functions)
5619 (rcirc-print-functions):
5620 * net/dbus.el (dbus-event-error-functions):
5621 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5622 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5623 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5624 * term/sun.el (sun-raw-prefix-hooks):
5625 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5626
5627 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5628
5629 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5630 Set `tramp-chunksize' to 1. This improves the performance.
5631 (tramp-smb-wait-for-output): Add timeout to
5632 `tramp-accept-process-output' calls.
5633
5634 2012-10-23 Chong Yidong <cyd@gnu.org>
5635
5636 * faces.el (font-list-limit): Define as an obsolete variable.
5637
5638 * startup.el (command-line):
5639 * cus-start.el: Don't refer to font-list-limit.
5640
5641 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5642
5643 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * subr.el (internal-temp-output-buffer-show): Rename from
5646 temp-output-buffer-show, since previously compiled files expect this name.
5647
5648 2012-10-23 Glenn Morris <rgm@gnu.org>
5649
5650 * image.el (image-type-from-file-name): If multiple types match,
5651 return the first one that is supported. (Bug#9045)
5652
5653 2012-10-22 Glenn Morris <rgm@gnu.org>
5654
5655 * image.el (imagemagick-enabled-types): Doc fix.
5656
5657 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5658
5659 * progmodes/which-func.el (which-func-current): The hash-table may have
5660 an explicit nil (bug#12338).
5661
5662 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * electric.el (electric-pair-delete-selection-self-insert-function):
5665 Rename to electric-pair-will-use-region, return a boolean.
5666 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5667
5668 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5669 (delete-selection-pre-hook): Use use-region-p.
5670 (delete-selection-self-insert-function): Remove.
5671 (self-insert-command): Obey self-insert-uses-region-functions.
5672 (self-insert-iso): Revert to previous setting, since we don't actually
5673 know what that command does.
5674 (delete-selection-self-insert-hooks): Remove.
5675
5676 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5677
5678 * delsel.el (delete-selection-helper): New function, extracted from
5679 delete-selection-pre-hook.
5680 (delete-selection-pre-hook): Use it.
5681 (delete-selection-self-insert-function): New function.
5682 (delete-selection-self-insert-hooks): New hook.
5683 (self-insert-command, self-insert-iso): Use it.
5684 * electric.el (electric-pair-syntax): New function, extracted from
5685 electric-pair-post-self-insert-function.
5686 (electric-pair-post-self-insert-function): Use it.
5687 (electric-pair-delete-selection-self-insert-function): New function.
5688 (electric-pair-mode): Require delsel and setup
5689 delete-selection-self-insert-hooks (bug#11520).
5690
5691 2012-10-20 Chong Yidong <cyd@gnu.org>
5692
5693 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5694 no changes to show (Bug#12586).
5695
5696 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5697 list explicitly (Bug#12571).
5698
5699 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5700
5701 * progmodes/flymake.el (flymake-create-temp-inplace):
5702 Use file-truename.
5703
5704 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5705
5706 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5707
5708 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5709
5710 * calc/calc-units.el (math-extract-units): Properly extract powers
5711 of units.
5712
5713 2012-10-20 Daniel Colascione <dancol@dancol.org>
5714
5715 * frame.el (make-frame): Set x-display-name as we used to in order
5716 to unbreak creating an X11 frame from an Emacs daemon started
5717 without a display.
5718
5719 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5720
5721 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5722 the same completion-field (bug#12221).
5723
5724 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5725
5726 * emacs-lisp/debug.el (debug): Record height of debugger window
5727 also when debugger will be back (Bug#8789).
5728
5729 2012-10-18 Chong Yidong <cyd@gnu.org>
5730
5731 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5732 Convert to defcustom.
5733 (gdb-get-source-file): Don't bind pop-up-windows.
5734
5735 * progmodes/gud.el (gud-display-line): Don't specially re-use
5736 other frames for the gdb-mi case (Bug#12648).
5737
5738 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5739
5740 * emacs-lisp/advice.el: Clean up commentary a bit.
5741 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5742 (byte-code-function-p): Never redefine.
5743
5744 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5745
5746 2012-10-18 Glenn Morris <rgm@gnu.org>
5747
5748 * dired.el (dired-sort-toggle): Some ls implementations only allow
5749 a single option string. (Bug#12666)
5750
5751 * minibuffer.el (completion-cycle-threshold): Doc fix.
5752
5753 2012-10-17 Kenichi Handa <handa@gnu.org>
5754
5755 * international/mule.el (set-keyboard-coding-system):
5756 Recover input meta mode when the new coding system doesn not use 8-bit.
5757 Supply TERMINAL arg to set-input-meta-mode.
5758
5759 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5760
5761 * wdired.el (wdired-old-marks): New variable.
5762 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5763 (wdired-do-renames): Move point with renamed file and don't lose
5764 mark status (Bug#11795).
5765
5766 2012-10-16 Juri Linkov <juri@jurta.org>
5767
5768 * replace.el (query-replace-help): Mention multi-buffer replacement
5769 keys in the Help message. (Bug#12655)
5770
5771 2012-10-15 Chong Yidong <cyd@gnu.org>
5772
5773 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5774
5775 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5776
5777 * window.el (display-buffer): Doc fix.
5778
5779 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5780 Adjust the msft regexp to the output of Studio 2010, and move msft
5781 before edg-1. See the discussion on emacs-devel,
5782 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5783 for the details.
5784
5785 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5788 (oset): Move uses of object-class-fast macro after its definition.
5789
5790 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5791
5792 2012-10-13 Chong Yidong <cyd@gnu.org>
5793
5794 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5795 enabled, re-enable it (Bug#11963).
5796
5797 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5798
5799 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5800 non-nil, restore window configuration (Bug#12623).
5801
5802 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * help-fns.el (describe-variable, describe-function-1):
5805 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5806
5807 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5808
5809 2012-10-12 Glenn Morris <rgm@gnu.org>
5810
5811 * mail/rmailsum.el (rmail-header-summary):
5812 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5813
5814 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5815
5816 * progmodes/python.el (python-mode-map):
5817 Replace subtitute-key-definition with proper command remapping.
5818 (python-nav--up-list): Fix behavior for blocks on the same level.
5819
5820 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5823
5824 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5825 changes to the format of load-history.
5826
5827 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5828 completion-ignore-case in case that var is buffer-local (bug#12615).
5829
5830 2012-10-11 Kenichi Handa <handa@gnu.org>
5831
5832 * international/eucjp-ms.el: Re-generated.
5833
5834 2012-10-10 Kenichi Handa <handa@gnu.org>
5835
5836 * select.el (xselect--encode-string): If a coding is specified for
5837 selection, and that is compatible with COMPOUND_TEXT, use it.
5838
5839 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5840
5841 * window.el (switch-to-buffer-preserve-window-point): New option.
5842 (switch-to-buffer):
5843 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5844
5845 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5848 Don't document nil as a useful value (bug#12583).
5849
5850 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5851
5852 * net/tramp.el (tramp-debug-message):
5853 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5854 (with-tramp-progress-reporter): Rename from
5855 `tramp-with-progress-reporter'.
5856 (with-tramp-file-property, with-tramp-connection-property):
5857 Move from tramp-cache.el, rename from `with-file-property' and
5858 `with-connection-property', respectively.
5859
5860 * net/tramp-cache.el: Remove `with-file-property' and
5861 `with-connection-property'.
5862
5863 * net/tramp.el:
5864 * net/tramp-gvfs.el:
5865 * net/tramp-sh.el:
5866 * net/tramp-smb.el: Adapt callees.
5867
5868 * net/trampver.el: Update release number.
5869
5870 2012-10-09 Glenn Morris <rgm@gnu.org>
5871
5872 * w32-fns.el (set-message-beep):
5873 * term/w32-win.el (set-message-beep): Update declarations.
5874
5875 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5878 (mode-line-widen, mode-line-input-method-map)
5879 (mode-line-coding-system-map, mode-line-remote)
5880 (mode-line-unbury-buffer, mode-line-bury-buffer)
5881 (mode-line-next-buffer, mode-line-previous-buffer):
5882 Replace save-selected-window+select-window => with-selected-window.
5883
5884 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5885 * progmodes/cc-vars.el (bq-process): Remove, unused.
5886
5887 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5888
5889 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5890
5891 Implemented `backward-up-list'-like navigation.
5892 * progmodes/python.el (python-nav-up-list)
5893 (python-nav-backward-up-list): New functions.
5894 (python-mode-map): Define substitute key for backward-up-list to
5895 python-nav-backward-up-list.
5896
5897 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5898
5899 * progmodes/python.el (python-fill-paragraph): Rename from
5900 python-fill-paragraph-function. Fixed fill-paragraph for
5901 decorators (Bug#12605).
5902
5903 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5904
5905 * progmodes/python.el (python-shell-output-filter): Handle extra
5906 carriage return in OSX (Bug#12409).
5907
5908 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5909
5910 Fix shell handling of unbalanced quotes and parens in output.
5911 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5912 (python-syntax-propertize-function): Use it.
5913 (python-shell-output-syntax-table): New var.
5914 (inferior-python-mode): Prevent unbalanced parens/quotes from
5915 previous output mess with current input context.
5916
5917 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5918
5919 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5920 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5921
5922 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5923
5924 * ffap.el (ffap-replace-file-component): Support Tramp file name
5925 syntax, not only ange-ftp's one.
5926
5927 2012-10-08 Glenn Morris <rgm@gnu.org>
5928
5929 * cus-start.el (message-log-max): Set :version.
5930
5931 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5932
5933 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5934
5935 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5936 the minibuffer window (Bug#10851).
5937
5938 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5939
5940 Enhancements on forward-sexp movement.
5941 * progmodes/python.el (python-nav-beginning-of-statement)
5942 (python-nav-end-of-statement): Return point-marker.
5943 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5944 (python-info-current-symbol)
5945 (python-info-statement-starts-block-p): Rename from
5946 python-info-beginning-of-block-p.
5947 (python-info-statement-ends-block-p): Rename from
5948 python-info-end-of-block-p.
5949 (python-info-beginning-of-statement-p)
5950 (python-info-end-of-statement-p)
5951 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5952 New functions.
5953
5954 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5957 frame-selected-windows.
5958
5959 2012-10-08 Daniel Colascione <dancol@dancol.org>
5960
5961 * battery.el (battery-status-function): Check for
5962 w32-battery-status itself, not system-time windows-nt.
5963
5964 * frame.el: Require cl-lib.
5965 (display-format-alist): New variable mapping frame types to
5966 functions that initialize them.
5967 (window-system-for-display): New function: interprets
5968 display-format-alist.
5969 (make-frame-on-display): Remove existing display-selection logic
5970 and just forward to make-frame, which will now DTRT.
5971 (make-frame): Restructure to use window-system-for-display to
5972 figure out how to create a frame on a given display.
5973 (display-mouse-p): Look for frame-type w32, not a particular
5974 system-type.
5975
5976 * loadup.el: Load w32 lisp code when we have the w32 feature.
5977
5978 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5979 system-type windows-nt.
5980
5981 * server.el (server-create-window-system-frame): Look for window
5982 type.
5983 (server-proces-filter): Only force a window system when windows-nt
5984 _and_ w32. Explain why.
5985
5986 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5987 of window systems we configure for the mode.
5988
5989 * startup.el (command-line): Mark window system is initialized
5990 after we've done it.
5991
5992 * common-win.el (x-select-text): Look for w32, not windows-nt.
5993
5994 * ns-win.el: Require cl-lib. Add ourselves to
5995 display-format-alist.
5996 (ns-initialize-window-system): Assert we're not initialized twice.
5997
5998 * w32-win.el: Enable lexical binding; require cl-lib; add
5999 ourselves to display-format-alist.
6000 (w32-handle-dropped-file): Convert incoming dropped files from
6001 Windows paths to Cygwin ones before passing them on to the rest of
6002 Emacs.
6003 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6004 (w32-initialize-window-system): Assert we're not initialized twice.
6005
6006 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6007 (x-initialize-window-system): Assert we're not initialized twice.
6008
6009 * w32-common-fns.el: New File.
6010 (w32-version, w32-using-nt, w32-get-clipboard-data)
6011 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6012 (w32-charset-info-alist, x-last-selected, text)
6013 (x-get-selection-value, x-selection-value): Move here.
6014
6015 * w32-fns.el: Require w32-common-fns.
6016 (w32-version, w32-using-nt, w32-get-clipboard-data)
6017 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6018 (w32-charset-info-alist, x-last-selected, text)
6019 (x-get-selection-value, x-selection-value): Move to
6020 w32-common-fns.
6021
6022 * w32-vars.el:
6023 (w32-allow-system-shell, w32-system-shells): Define only in
6024 non-cygwin case.
6025
6026 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6029 (read-passwd): Remove a few more potential sources of leaks.
6030
6031 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6032
6033 * progmodes/python.el (inferior-python-mode)
6034 (python-shell-make-comint): Fix initialization of local
6035 variables copied from parent buffer.
6036
6037 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6038
6039 * term/ns-win.el (ns-read-file-name): Update declaration to match
6040 nsfns.m.
6041 (ns-respond-to-change-font): Change fontsize separately so we are sure
6042 it is set when font is acted upon.
6043
6044 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6045
6046 Enhancements to indentation.
6047 * progmodes/python.el (python-indent-context): Give priority to
6048 inside-string context. Make comments indentation markers.
6049 (python-indent-region): Do not mess with strings, unless it's the
6050 enclosing set of quotes.
6051
6052 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6053
6054 * window.el (internal--before-save-selected-window)
6055 (internal--after-save-selected-window): New functions extracted from
6056 save-selected-window. Make sure we return the `alist' we construct.
6057 (save-selected-window): Use them.
6058
6059 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6060 Use with-selected-window.
6061
6062 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6063 forms that define macros (bug#12593).
6064
6065 2012-10-07 Kenichi Handa <handa@gnu.org>
6066
6067 * international/mule-conf.el (compound-text-with-extensions):
6068 Add :mime-charset property as x-ctext.
6069
6070 2012-10-07 Stefan Merten <smerten@oekonux.de>
6071
6072 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6073 (rst-indent-literal-normal, rst-indent-literal-minimized)
6074 (rst-indent-comment): Correct :version tag.
6075 (rst-official-cvs-rev): Correct version string.
6076
6077 2012-10-07 Glenn Morris <rgm@gnu.org>
6078
6079 * mail/rmailmm.el (rmail-mime-process-multipart):
6080 Do not confuse a multipart message with an epilogue
6081 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6082
6083 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6084
6085 Fix shell output retrieval and comint-prompt-regexp init.
6086 * progmodes/python.el (inferior-python-mode):
6087 (python-shell-make-comint): Fix initialization of
6088 comint-prompt-regexp from copied file local variables.
6089 (python-shell-fetched-lines): Remove var.
6090 (python-shell-output-filter-in-progress): Rename from
6091 python-shell-fetch-lines-in-progress.
6092 (python-shell-output-filter-buffer): Rename from
6093 python-shell-fetch-lines-string.
6094 (python-shell-fetch-lines-filter): Delete function.
6095 (python-shell-output-filter): New function.
6096 (python-shell-send-string-no-output): Use them.
6097
6098 2012-10-07 Glenn Morris <rgm@gnu.org>
6099
6100 * hi-lock.el (hi-lock-process-phrase):
6101 Try to make it less fragile. (Bug#7161)
6102
6103 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6104
6105 2012-10-06 Glenn Morris <rgm@gnu.org>
6106
6107 * ehelp.el (electric-help-mode): Use help-mode rather than
6108 non-existent mode `help'.
6109 (electric-help-map): Use button-buffer-map. (Bug#10917)
6110
6111 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6112 (reftex-create-bibtex-footer): Fix custom types.
6113
6114 * progmodes/sh-script.el (sh-indent-after-continuation):
6115 Add explicit :group.
6116
6117 * textmodes/rst.el (rst-preferred-decorations)
6118 (rst-shift-basic-offset): Clarify obsolescence versions.
6119
6120 * profiler.el (profiler): Add missing group :version tag.
6121 * avoid.el (mouse-avoidance-banish-position):
6122 * proced.el (proced-renice-command):
6123 * calc/calc.el (calc-ensure-consistent-units):
6124 * calendar/icalendar.el (icalendar-import-format-uid):
6125 * net/tramp.el (tramp-save-ad-hoc-proxies):
6126 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6127 * progmodes/flymake.el (flymake-error-bitmap)
6128 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6129 * progmodes/sh-script.el (sh-indent-after-continuation):
6130 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6131 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6132 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6133 (vhdl-array-index-record-field-in-sensitivity-list)
6134 (vhdl-indent-comment-like-next-code-line):
6135 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6136 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6137 (reftex-cite-key-separator, reftex-create-bibtex-header)
6138 (reftex-create-bibtex-footer):
6139 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6140 (rst-indent-literal-normal, rst-indent-literal-minimized)
6141 (rst-indent-comment): Add missing custom :version tags.
6142
6143 * calendar/timeclock.el (timeclock-modeline-display):
6144 Add missing obsolete alias for renamed user option.
6145
6146 * strokes.el (strokes-modeline-string):
6147 * emulation/crisp.el (crisp-mode-modeline-string):
6148 * eshell/esh-mode.el (eshell-status-in-modeline):
6149 Aliases to defcustoms must come before the defcustom.
6150
6151 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6152 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6153 (cal-tex-cursor-week-monday): Doc fixes.
6154 (cal-tex-cursor-week2-summary): Doc fix.
6155 Rename from cal-tex-cursor-week-at-a-glance.
6156
6157 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6158 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6159
6160 * calendar/calendar.el (calendar-mode-map):
6161 Add cal-tex-cursor-week2-summary.
6162
6163 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6164
6165 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6166
6167 * subr.el (read-passwd-map): New var.
6168 (read-passwd): Use `read-string' again.
6169 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6170
6171 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6172
6173 * register.el (append-to-register, prepend-to-register):
6174 Deactivate mark, as does `copy-to-register' (bug#12389).
6175
6176 2012-10-06 Chong Yidong <cyd@gnu.org>
6177
6178 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6179
6180 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6181
6182 * international/characters.el: Fix simple mistake ((car chars) ->
6183 elt), delete duplicated code.
6184
6185 2012-10-06 Glenn Morris <rgm@gnu.org>
6186
6187 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6188
6189 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6190
6191 * color.el (color-hsl-to-rgb): Fix incorrect results for
6192 small and large hue values. (Bug#12559)
6193
6194 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
6195
6196 Enhancements to docstring formatting when filling paragraphs.
6197 * progmodes/python.el (python-fill-docstring-style): Rename from
6198 python-fill-string-style. Added new style.
6199 (python-fill-string): Use new style. Better checks for
6200 docstrings.
6201
6202 2012-10-05 Glenn Morris <rgm@gnu.org>
6203
6204 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6205
6206 * color.el (color-name-to-rgb, color-rgb-to-hex)
6207 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6208 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6209 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6210 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6211
6212 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6213
6214 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6215
6216 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6217 to get the correct size across symlinks.
6218
6219 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6220
6221 2012-10-04 Juri Linkov <juri@jurta.org>
6222
6223 * replace.el (query-replace-interactive): Declare obsolete.
6224 (query-replace-read-from): Add the last incremental search string
6225 to the list of default values accessible via M-n.
6226 (map-query-replace-regexp): Use `read-regexp'.
6227 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6228 (map-query-replace-regexp, replace-string, replace-regexp):
6229 Fix docstrings to replace mentions of `query-replace-interactive'
6230 with alternatives. (Bug#12526)
6231
6232 2012-10-04 Juri Linkov <juri@jurta.org>
6233
6234 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6235 (dired-pop-to-buffer): Declare obsolete.
6236 (dired-mark-pop-up): Doc fix.
6237
6238 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
6239
6240 Allow user to set docstring style for fill-paragraph.
6241 * progmodes/python.el
6242 (python-fill-comment-function, python-fill-string-function)
6243 (python-fill-decorator-function, python-fill-paren-function):
6244 Remove :safe for defcustoms.
6245 (python-fill-string-style): New defcustom
6246 (python-fill-paragraph-function): Enhance context detection.
6247 (python-fill-string): Honor python-fill-string-style settings.
6248
6249 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6250
6251 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6252 after setting its buffer (Bug#10805).
6253
6254 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
6255
6256 Fix cornercase for string syntax.
6257 * progmodes/python.el (python-syntax-propertize-function):
6258 Simplify and enhance the regexp for unescaped quotes. Now it also
6259 matches quotes in weird situations like the single quote in
6260 "something\"'".
6261 (python-syntax-stringify): Simplify num-quotes detecting code.
6262
6263 2012-10-03 Glenn Morris <rgm@gnu.org>
6264
6265 * help-macro.el (three-step-help):
6266 Revert 2012-09-29 change. (Bug#12567)
6267
6268 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6269
6270 * menu-bar.el (kill-this-buffer): Don't do anything when
6271 `menu-frame' is not alive or visible (Bug#8184).
6272
6273 * emacs-lisp/debug.el (debug): When quitting the debugger window
6274 restore current buffer (Bug#12502).
6275
6276 2012-10-02 Chong Yidong <cyd@gnu.org>
6277
6278 * progmodes/hideif.el (hif-lookup, hif-defined):
6279 Handle semantic-c-takeover-hideif.
6280
6281 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6282
6283 Change sampling interval units from ms to ns.
6284 * profiler.el (profiler-sampling-interval): Change units
6285 from ms to ns, multiplying the default by 1000000 so that
6286 it remains 1 ms.
6287 (profiler-report-cpu-line-format): Give enough room for
6288 the maximum counters on 64-bit hosts.
6289 (profiler-report-render-calltree-1): Call them "CPU samples",
6290 not "Time (ms)", since they are not milliseconds now (and
6291 never really were).
6292
6293 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6294
6295 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6296 Fix querying BBDB for entries without a last name (Bug#11580).
6297
6298 2012-10-02 Chong Yidong <cyd@gnu.org>
6299
6300 * emacs-lisp/eieio.el: Restore Version header.
6301
6302 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * vc/diff-mode.el (diff--auto-refine-data): New var.
6305 (diff-hunk): Use it to delay refinement.
6306 (diff-mode): Remove overlays when we turn off font-lock.
6307
6308 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6309 (table-initialize-table-fixed-width-mode)
6310 (table-set-table-fixed-width-mode): Remove functions.
6311 (table-command-list): Move initialization into declaration.
6312 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6313 (table-with-cache-buffer): Use `declare'.
6314 (table-span-cell): Simplify via CSE.
6315 (table-fixed-width-mode): Use define-minor-mode.
6316 (table-call-interactively, table-funcall, table-apply): Remove.
6317 (table-function): New function, to replace them.
6318
6319 * bookmark.el (bookmark-search-pattern): Remove var.
6320 (bookmark-read-search-input): Remove function.
6321 (bookmark-bmenu-search): Reimplement using a minibuffer.
6322
6323 * faces.el (modeline): Remove obsolete face name.
6324
6325 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6326 and give a non-nil default value.
6327 (add-change-log-entry): Simplify accordingly.
6328
6329 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6330
6331 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6332 (vc-git-log-edit-toggle-amend): New function.
6333 (vc-git-log-edit-toggle-signoff): New function.
6334 (vc-git-log-edit-mode): New major mode.
6335 (vc-git-log-edit-mode-map): Keymap for it.
6336 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6337
6338 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6339 header names.
6340 (log-edit-toggle-header): New function.
6341 (log-edit-extract-headers): Accept function values in HEADERS alist.
6342
6343 2012-10-01 David Engster <deng@randomsample.de>
6344
6345 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6346 from symbol property and change message to be more consistent with
6347 Emacs proper.
6348 (eieio-describe-generic): Add filename for each implementation.
6349 Fix indices for generic and normal methods.
6350 (eieio-method-def, eieio-class-def): New buttons.
6351 (eieio-help-find-method-definition)
6352 (eieio-help-find-class-definition): New functions.
6353 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6354 class, constructor and method definitions.
6355
6356 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6357 information in symbol property.
6358 (scoped-class): Remove.
6359 (eieio-slot-name-index, call-next-method): Check if it is bound.
6360
6361 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6362
6363 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6364 (eieio-custom-mode): New major mode.
6365 (eieio-customize-object): Use it.
6366
6367 2012-10-01 Eric Ludlam <zappo@gnu.org>
6368
6369 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6370 specifying the expected class, and whether subclassing is allowed.
6371 (eieio-persistent-convert-list-to-object):
6372 (eieio-persistent-validate/fix-slot-value)
6373 (eieio-persistent-slot-type-is-class-p): New functions.
6374 (eieio-named::slot-missing): Doc fix.
6375
6376 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6377 Stop using unused publd variable.
6378
6379 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6380 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6381 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6382 (eieio-speedbar-handle-click): Do not specify a class for the
6383 method. Fixes method invocation order problems with EDE.
6384
6385 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6388 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6389
6390 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6391
6392 * bookmark.el (bookmark-version-control): Give tags in the
6393 :type choices (Bug#12309), and improve doc string.
6394 (bookmark-write-file): Bind `print-circle' to `t' to allow
6395 circular custom bookmark types. (Bug#12503)
6396
6397 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6398
6399 Revert the FOLLOW-SYMLINKS change for file-attributes.
6400 * files.el (remote-file-name-inhibit-cache, after-find-file):
6401 * time.el (display-time-file-nonempty-p): Undo last change.
6402
6403 * profiler.el (profiler-sampling-interval): Change default back to 1.
6404 See Stefan Monnier in
6405 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6406
6407 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6408
6409 Shell output catching a la gud-gdb.
6410 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6411 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6412 New Vars.
6413 (python-shell-fetch-lines-filter): New function.
6414 (python-shell-send-string-no-output): Use them.
6415
6416 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6417
6418 * profiler.el (profiler-sampling-interval): Rename from
6419 profiler-sample-interval.
6420 (profiler-sampling-interval): Default to 10.
6421 (profiler-find-profile): New command (was profiler-find-log).
6422 (profiler-find-profile-other-window): New command.
6423 (profiler-find-profile-other-frame): New command.
6424 (profiler-profile): Introduce API-level data structure.
6425
6426 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6427
6428 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6429 * files.el (remote-file-name-inhibit-cache):
6430 * time.el (display-time-file-nonempty-p): Use it.
6431 * files.el (after-find-file): Don't chase links before calling
6432 file-exists-p, as file-exists-p already does the right thing.
6433
6434 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6435
6436 Merge from standalone RefTeX repository.
6437
6438 The following ChangeLog entries are shortened versions of the
6439 original ones with file paths adapted. A not so strongly edited
6440 version of the original ChangeLog can be found in the commit log.
6441
6442 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6443 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6444 Correctly handle new value type returned by `reftex-citation'.
6445
6446 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6447 that entries with whitespace at various places are found.
6448 Doc fix. Include entries that are cross-referenced from cited entries.
6449 Include @String definitions in the resulting bib file. Add header
6450 and footer defined in `reftex-create-bibtex-header' and
6451 `reftex-create-bibtex-footer'.
6452 (reftex-do-citation): Make it possible again to insert
6453 non-existent entries. Save match data when asking for optional
6454 arguments. Return all keys, not just the first one.
6455 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6456 all citations in the same line.
6457 (reftex-parse-bibtex-entry): Accept additional optional argument
6458 `raw' and keep quotes or braces if it is non-nil. Match fields
6459 containing hyphens besides word constituents.
6460 (reftex-get-string-refs): New function.
6461 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6462 and ask if it should be reread in case it did.
6463 (reftex-pop-to-bibtex-entry)
6464 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6465 entries with spaces or tabs in front of arguments.
6466 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6467 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6468 Match entries containing numbers and symbol constituents.
6469 (reftex-do-citation, reftex-figure-out-cite-format):
6470 Use `reftex-cite-key-separator'.
6471
6472 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6473 (reftex-mouse-view-crossref): Explain why point is set.
6474
6475 * textmodes/reftex-global.el: Whitespace changes.
6476
6477 * textmodes/reftex-index.el: Move provide statement to end of
6478 file.
6479 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6480 (reftex-index-visit-phrases-buffer): Set marker when visiting
6481 buffer. This allows for returning from the phrases file to the
6482 file one was just editing instead of the file where the last
6483 phrases was added from.
6484 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6485 punctuation syntax as it usually is not used as string quote in
6486 TeX-related modes and may occur unmatched. The change also
6487 prevents fontification of quoted content.
6488 (reftex-index-phrases-mode): Use it.
6489
6490 * textmodes/reftex-parse.el (reftex-parse-from-file):
6491 Move backward one char if a `\' was matched after a section macro.
6492 (reftex-parse-from-file): Use beginning of match instead of end as
6493 bound.
6494
6495 * textmodes/reftex-ref.el: Adapt creation of
6496 `reftex-<package>-<macro>' functions to new structure of
6497 `reftex-ref-style-alist'.
6498 (reftex-reference): Use `reftex-ref-style-list' function.
6499 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6500 reference macro if `reftex-ref-macro-prompt' is non-nil.
6501 (reftex-reference): Pass refstyle to `reftex-format-special'.
6502 Determine reference macro by looking at
6503 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6504 Use only one special format function.
6505 (reftex-varioref-vref, reftex-fancyref-fref)
6506 (reftex-fancyref-Fref): Remove definitions. The functions are now
6507 generated from `reftex-ref-style-alist'.
6508 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6509 Remove.
6510 (reftex-format-special): New function.
6511
6512 * textmodes/reftex-sel.el
6513 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6514 of `reftex-ref-style-alist'. Remove code for testing macro type.
6515 (reftex-select-toggle-varioref)
6516 (reftex-select-toggle-fancyref): Remove.
6517 (reftex-select-cycle-ref-style-internal)
6518 (reftex-select-cycle-ref-style-forward)
6519 (reftex-select-cycle-ref-style-backward): New functions.
6520 (reftex-select-label-map): Use `v' and `V' for general cycling
6521 through reference styles. Add `p' for switching between number
6522 and page reference types.
6523
6524 * textmodes/reftex-toc.el (reftex-re-enlarge):
6525 Call `enlarge-window' only if there is something to do because in Emacs
6526 the horizontal version throws an error even if the parameter is 0.
6527
6528 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6529 (reftex-plug-into-AUCTeX): Doc fix.
6530 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6531 string. Adapt to new name.
6532 (reftex-ref-style-alist): Change structure so that it is not
6533 possible to use multiple different package names within a style.
6534 Remove the symbols for symbols for macro type distinction.
6535 Add characters for macro selection.
6536 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6537 (reftex-create-bibtex-footer): New variables.
6538 (reftex-format-ref-function): Mention third argument of special
6539 format function.
6540 (reftex-ref-style-alist, reftex-ref-style-default-list):
6541 New variables.
6542 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6543 to new implementation. Mark as obsolete. Add compatibility code
6544 for honoring the variable values in case they are set.
6545 (reftex-cite-format-builtin, reftex-bibliography-commands):
6546 Add support for ConTeXt.
6547 (reftex-format-ref-function, reftex-format-cite-function):
6548 Fix custom type.
6549 (reftex-cite-key-separator): New variable.
6550
6551 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6552 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6553 `reftex-syntax-table' because parens have to retain their paren
6554 syntax in order for parsing of BibTeX entries like @book(...) to
6555 work.
6556 (reftex-in-comment): Do not error out if `comment-start-skip' is
6557 not set. Deal correctly with escaped comment characters.
6558 (reftex-tie-multifile-symbols): Add doc string.
6559 Initialize `reftex-ref-style-list'.
6560 (reftex-untie-multifile-symbols): Add doc string.
6561 (reftex-add-index-macros): Doc fix.
6562 (reftex-ref-style-activate, reftex-ref-style-toggle)
6563 (reftex-ref-style-list): New functions.
6564 (reftex-mode-menu): Use them. Adapt to new structure of
6565 `reftex-ref-style-alist'.
6566 (reftex-select-with-char): Kill the RefTeX Select buffer when
6567 done.
6568 (reftex-remove-if): New function.
6569 (reftex-erase-all-selection-and-index-buffers)
6570 (reftex-mode-menu): Reference styles are now computed from
6571 `reftex-ref-style-alist'. Fix typo.
6572 (reftex-report-bug): New function.
6573 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6574 algorithms with O(n log n). Introduce optional argument SORT (not
6575 yet used).
6576
6577 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6578
6579 Enhancements for triple-quote string syntax.
6580 * progmodes/python.el (python-syntax-propertize-function):
6581 Match both quote cases in one regexp.
6582 (python-syntax-stringify): Handle matches properly.
6583
6584 2012-09-30 Juri Linkov <juri@jurta.org>
6585
6586 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6587 to nil around the call to `insert' to prevent
6588 directory time modification by lock_file. (Bug#2295)
6589 * tar-mode.el (tar-summarize-buffer): Idem.
6590
6591 2012-09-30 Juri Linkov <juri@jurta.org>
6592
6593 * facemenu.el (list-colors-sort): Add option "Luminance".
6594 (list-colors-sort-key): Implement it.
6595
6596 * vc/diff-mode.el (diff-refine-removed):
6597 * vc/ediff-init.el (ediff-fine-diff-A):
6598 * vc/smerge-mode.el (smerge-refined-removed):
6599 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6600
6601 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6602
6603 * term/ns-win.el (x-file-dialog): New function.
6604
6605 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6606
6607 * ido.el (ido-max-directory-size): Default to nil; the current
6608 default is small for POSIX systems, and impractical on Windows 7
6609 now that lstat returns directory sizes for NTFS.
6610
6611 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6612
6613 In buffer display functions handle window-height/window-width
6614 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6615 * window.el (window--display-buffer): New argument ALIST.
6616 Obey window-height and window-width alist entries.
6617 (window--try-to-split-window): New argument ALIST.
6618 Bind window-combination-limit to t when the window's size shall be
6619 changed and window-combination-limit equals `window-size'.
6620 (display-buffer-in-atom-window)
6621 (display-buffer-in-major-side-window)
6622 (display-buffer-in-side-window, display-buffer-same-window)
6623 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6624 (display-buffer-pop-up-window, display-buffer-below-selected)
6625 (display-buffer-at-bottom, display-buffer-in-previous-window)
6626 (display-buffer-use-some-window): Adjust all callers of
6627 window--display-buffer and window--try-to-split-window.
6628 (fit-frame-to-buffer): New option.
6629 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6630 is non-nil.
6631 (display-buffer-in-major-side-window): Evaluate window-height /
6632 window-width alist entries.
6633
6634 * help.el (temp-buffer-resize-frames)
6635 (temp-buffer-resize-regexps): Remove options.
6636 (temp-buffer-resize-mode): Adjust doc-string.
6637 (resize-temp-buffer-window): Don't consult
6638 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6639 temp-buffer-resize-frames.
6640
6641 * dired.el (dired-mark-pop-up):
6642 Call display-buffer-below-selected with a fit-window-to-buffer alist
6643 entry.
6644
6645 2012-09-30 Chong Yidong <cyd@gnu.org>
6646
6647 * server.el (server-host): Document the security implications.
6648 (server-auth-key): Doc fix.
6649
6650 * startup.el (initial-buffer-choice): Doc fix.
6651
6652 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6653
6654 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6655 restriction change.
6656
6657 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6658
6659 * help-fns.el (help-fns--obsolete): Fix last change.
6660
6661 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6662
6663 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6664 (minor-mode-map-alist): Remove redundant code.
6665
6666 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6667 visited in a buffer.
6668 (cvs-insert-visited-file): New function.
6669 (find-file-hook): Use it.
6670
6671 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6672
6673 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6674 chose face.
6675 (log-edit-empty-buffer-p): Don't require a space after a header.
6676
6677 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6678
6679 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6680
6681 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6682 a proper minor-mode.
6683
6684 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6685
6686 2012-09-29 Glenn Morris <rgm@gnu.org>
6687
6688 * winner.el (winner-mode): Remove variable (let define-minor-mode
6689 handle it).
6690 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6691 Doc fixes.
6692 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6693 (winner-mode): Use define-minor-mode.
6694
6695 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6696 the full definition in loaddefs, rather than duplicating it.
6697
6698 * help-macro.el (three-step-help): No need to autoload defcustom.
6699
6700 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6701 (inferior-lisp-program, inferior-lisp-load-command)
6702 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6703 No need to autoload defcustoms.
6704
6705 * hippie-exp.el (hippie-expand-try-functions-list)
6706 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6707 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6708 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6709 (hippie-expand-only-buffers): No need to autoload defcustoms.
6710 * progmodes/vhdl-mode.el (vhdl-line-expand):
6711 Explicitly load hippie-exp, so it does not get autoloaded
6712 while hippie-expand-try-functions-list is let-bound.
6713
6714 2012-09-28 Glenn Morris <rgm@gnu.org>
6715
6716 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6717
6718 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6719 Only "cl.el" counts as cl these days.
6720
6721 2012-09-28 Juri Linkov <juri@jurta.org>
6722
6723 Display archive errors in the echo area instead of inserting
6724 to the file buffer.
6725
6726 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6727 to STDERR-TEST that can be a regexp matching a successful output.
6728 Create a temporary file and redirect stderr to it. Search for
6729 STDERR-TEST in the stderr output and display it in the echo area
6730 if no match is found.
6731 (archive-extract-by-file): New function like
6732 `archive-extract-by-stdout' but extracting archives to files
6733 and looking for successful matches in stdout. Function body is
6734 mostly copied from `archive-rar-extract'.
6735 (archive-rar-extract): Use `archive-extract-by-file'.
6736 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6737
6738 2012-09-28 Leo Liu <sdl.web@gmail.com>
6739
6740 * pcomplete.el (pcomplete-show-completions):
6741 Use minibuffer-message to make pcomplete usable in minibuffer.
6742
6743 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6744
6745 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * type-break.el: Use lexical-binding.
6748 (type-break-mode): Use define-minor-mode.
6749
6750 * emacs-lisp/pcase.el (pcase--mark-used): New.
6751 (pcase--u1): Use it (bug#12512).
6752
6753 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6754 in load-history with the right file name.
6755
6756 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6757
6758 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6759 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6760 (doc-view-get-bounding-box): Make bounding box slicing work for
6761 ODF and DVI documents.
6762
6763 2012-09-28 Glenn Morris <rgm@gnu.org>
6764
6765 * type-break.el (type-break-mode, type-break-interval)
6766 (type-break-good-rest-interval, type-break-keystroke-threshold):
6767 No need to autoload.
6768 (type-break-good-rest-interval, type-break-keystroke-threshold):
6769 Add :set-after.
6770
6771 2012-09-28 Chong Yidong <cyd@gnu.org>
6772
6773 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6774 Add :version tag.
6775
6776 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6779
6780 2012-09-27 Glenn Morris <rgm@gnu.org>
6781
6782 * faces.el (x-display-name): Declare (for without-x builds).
6783
6784 * linum.el (linum-format): Don't autoload it. Improve :type.
6785
6786 * progmodes/tcl.el: Don't require outline when compiling.
6787 (outline-regexp, outline-level): Declare.
6788 * textmodes/sgml-mode.el: Don't require outline when compiling.
6789 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6790
6791 * term.el (term-ansi-reset):
6792 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6793
6794 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6795 files for RCS and SCCS. (Bug#9781)
6796
6797 2012-09-27 Chong Yidong <cyd@gnu.org>
6798
6799 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6800 change; value should be t.
6801
6802 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * image-mode.el: Use lexical-binding.
6805 (image-mode-winprops): Use t to stand for the window of
6806 a buffer that's not displayed.
6807 * doc-view.el (doc-view-new-window-function): Handle the new
6808 t in winprops.
6809 (doc-view-enlarge): Make it a real nop if the size is not changed.
6810 (doc-view-display): Handle the case where the buffer is not (yet?)
6811 displayed in any window.
6812 (doc-view-saved-settings): New var.
6813 (doc-view-mode): Use it.
6814 (doc-view-fallback-mode): Set it.
6815
6816 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6817 Set lexical-binding.
6818 (minibuffer-eldef-shorten-default): New var.
6819 (minibuffer-default-in-prompt-regexps): Use it for new default.
6820 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6821
6822 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6823
6824 * international/uni-bidi.el:
6825 * international/uni-category.el:
6826 * international/uni-name.el:
6827 * international/uni-numeric.el: Regenerate.
6828
6829 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6830 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * profiler.el: New file.
6833
6834 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6837 (testcover-reinstrument): Simplify with CSE.
6838
6839 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6840
6841 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6842
6843 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6844
6845 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6846 (verilog-auto-input, verilog-auto-insert-lisp)
6847 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6848 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6849 (verilog-auto-unused, verilog-auto-wire)
6850 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6851 newline. Reported by Andrew Jones.
6852 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6853 Reported by Brad Dobbie.
6854 (verilog-batch-delete-trailing-whitespace):
6855 Create verilog-batch-delete-trailing-whitespace.
6856 Reported by Brad Dobbie.
6857 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6858 parameters from another module. Reported by Dan Katz.
6859 (verilog-auto, verilog-auto-assign-modport)
6860 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6861 AUTOINOUTMODPORT for UVM interface module shell generation.
6862 Reported by Brad Dobbie.
6863 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6864 standard behavior.
6865 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6866 Reported by Matt Martin.
6867
6868 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6869
6870 * window.el (window--resize-child-windows): When resizing child
6871 windows proportionally, process them in reverse order to
6872 preserve the "when splitting a window the new one gets the odd
6873 line" behavior.
6874 (window--resize-root-window-vertically): When resizing the
6875 minibuffer window try to affect only windows at the bottom of the
6876 frame. (Bug#12419)
6877
6878 2012-09-25 Chong Yidong <cyd@gnu.org>
6879
6880 * subr.el (declare): Doc fix.
6881
6882 * help-fns.el (help-fns--obsolete): Handle macros properly.
6883
6884 2012-09-25 Chong Yidong <cyd@gnu.org>
6885
6886 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6887 this function obsolete.
6888
6889 * calendar/cal-x.el (calendar-two-frame-setup)
6890 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6891 * calendar/calendar.el (american-calendar, european-calendar)
6892 (calendar-for-loop):
6893 * comint.el (comint-dynamic-simple-complete)
6894 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6895 * desktop.el (desktop-load-default):
6896 * dired-x.el (dired-omit-here-always)
6897 (dired-hack-local-variables, dired-default-directory):
6898 * emacs-lisp/derived.el (derived-mode-class):
6899 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6900 * emacs-lock.el (toggle-emacs-lock):
6901 * epa.el (epa-display-verify-result):
6902 * epg.el (epg-sign-keys, epg-start-sign-keys)
6903 (epg-passphrase-callback-function):
6904 * eshell/esh-util.el (eshell-for):
6905 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6906 (eshell-add-to-window-buffer-names):
6907 * files.el (locate-file-completion):
6908 * imenu.el (imenu-example--create-c-index)
6909 (imenu-example--create-lisp-index)
6910 (imenu-example--lisp-extract-index-name)
6911 (imenu-example--name-and-position):
6912 * international/mule-cmds.el (princ-list):
6913 * international/mule-diag.el (decode-codepage-char):
6914 * international/mule-util.el (detect-coding-with-priority):
6915 * iswitchb.el (iswitchb-read-buffer):
6916 * mail/mailalias.el (mail-complete):
6917 * mail/sendmail.el (mail-sent-via):
6918 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6919 (mouse-major-mode-menu):
6920 * password-cache.el (password-read-and-add):
6921 * pcomplete.el (pcomplete-parse-comint-arguments):
6922 * progmodes/sh-script.el (sh-maybe-here-document):
6923 * replace.el (query-replace-regexp-eval):
6924 * savehist.el (savehist-load):
6925 * simple.el (choose-completion-delete-max-match):
6926 * term.el (term-dynamic-simple-complete):
6927 * vc/ediff-init.el (ediff-check-version):
6928 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6929 * vc/vc.el (vc-diff-switches-list):
6930 * view.el (view-return-to-alist-update): Likewise.
6931
6932 * subr.el (eval-next-after-load, makehash, insert-string)
6933 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6934 mark obsolete.
6935 (mode-line-inverse-video): Variable deleted.
6936
6937 * international/mule-util.el (string-to-sequence): Remove.
6938
6939 * calendar/calendar.el (calendar-version):
6940 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6941 (icalendar-convert-diary-to-ical):
6942 * cus-edit.el (custom-mode):
6943 * ansi-color.el (ansi-color-unfontify-region):
6944 * international/latin1-disp.el (latin1-char-displayable-p):
6945 * progmodes/cwarn.el (turn-on-cwarn-mode):
6946 * progmodes/which-func.el (which-func-update-1):
6947 Use define-obsolete-function-alias.
6948
6949 * net/newst-backend.el (newsticker-cache-filename):
6950 * net/newst-treeview.el (newsticker-groups-filename):
6951 Fix incorrect obsolescence declaration.
6952
6953 * allout.el (allout-passphrase-hint-string): Likewise.
6954 (allout-init): Use a declare form to mark obsolete.
6955
6956 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6957 this applies to functions.
6958
6959 * iswitchb.el (iswitchb-read-buffer): Move code of
6960 iswitchb-define-mode-map here, and delete that obsolete function.
6961
6962 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6963 font-lock-reference-face.
6964
6965 2012-09-25 Glenn Morris <rgm@gnu.org>
6966
6967 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6968 Doc fixes.
6969
6970 * eshell/em-term.el (eshell-term-name):
6971 Default to term-term-name. (Bug#12485)
6972
6973 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6974
6975 * progmodes/python.el (python-shell-send-buffer): Better handling
6976 of "if __name__ == '__main__':" conditionals when sending the buffer.
6977
6978 2012-09-24 Glenn Morris <rgm@gnu.org>
6979
6980 * eshell/esh-cmd.el (eshell-find-alias-function):
6981 Tighten up file-name regexp. (Bug#12499)
6982
6983 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6984
6985 Enhancements for triple-quote string syntax.
6986 * progmodes/python.el (python-quote-syntax): Remove.
6987 (python-syntax-propertize-function): New value.
6988 (python-syntax-count-quotes, python-syntax-stringify):
6989 New functions.
6990
6991 2012-09-24 Chong Yidong <cyd@gnu.org>
6992
6993 * mail/supercite.el (sc-version): Remove obsolete function.
6994 (sc-describe): Don't mark as obsolete, since it is bound.
6995 (sc-submit-bug-report): Remove.
6996
6997 * vc/log-edit.el (cvs-changelog-full-paragraphs)
6998 (cvs-commit-buffer-require-final-newline): Remove.
6999 (log-edit-require-final-newline)
7000 (log-edit-changelog-full-paragraphs): Default to t.
7001
7002 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7003 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7004 * vc/vc.el (vc-checkout-carefully): Likewise.
7005
7006 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7007 (emerge-version): Remove.
7008
7009 * progmodes/compile.el (compile-internal): Remove.
7010 (compilation-parse-errors-function): Fix typo.
7011
7012 * international/mule.el (set-char-table-default): Remove.
7013 (set-coding-priority, make-coding-system, generic-char-p)
7014 (charset-list, charset-bytes, charset-id): Use declare to mark
7015 functions as obsolete.
7016
7017 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7018 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7019 * vc/vc-hooks.el (vc-default-registered): Don't use
7020 vc-master-templates.
7021
7022 * font-lock.el (font-lock-reference-face):
7023 Use define-obsolete-variable-alias.
7024
7025 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7026 * calendar/calendar.el (calendar-font-lock-keywords):
7027 * calendar/diary-lib.el (diary-font-lock-keywords)
7028 (diary-fancy-font-lock-keywords):
7029 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7030 * textmodes/reftex-index.el (reftex-insert-index):
7031 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7032 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7033 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7034 * progmodes/prolog.el (prolog-font-lock-keywords):
7035 * progmodes/idlwave.el (idlwave-idl-keywords):
7036 * progmodes/ada-mode.el (ada-font-lock-keywords):
7037 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7038
7039 2012-09-24 Glenn Morris <rgm@gnu.org>
7040
7041 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7042
7043 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
7044
7045 * progmodes/python.el (python-indent-line): More consistent cursor
7046 movement behavior.
7047
7048 2012-09-23 Stefan Merten <smerten@oekonux.de>
7049
7050 * textmodes/rst.el: Fix compiler warning.
7051
7052 2012-09-23 Roland Winkler <winkler@gnu.org>
7053
7054 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7055 Transcribe also LaTeX hyphenation.
7056 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7057 bibtex-reformat-previous-options.
7058
7059 2012-09-23 Roland Winkler <winkler@gnu.org>
7060
7061 * proced.el (proced-renice-command): New variable.
7062 (proced-marked-processes): New function.
7063 (proced-with-processes-buffer): New macro.
7064 (proced-send-signal): Use them.
7065 (proced-renice): New command bound to r.
7066
7067 2012-09-23 Roland Winkler <winkler@gnu.org>
7068
7069 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7070 ibuffer-saved-filter-groups has one element, shortcut the call of
7071 completing-read. (Bug#12331)
7072
7073 2012-09-23 Chong Yidong <cyd@gnu.org>
7074
7075 * bindings.el (mode-line-toggle-read-only):
7076 * bs.el (bs-toggle-readonly):
7077 * buff-menu.el (Buffer-menu-toggle-read-only):
7078 * dired.el (dired-toggle-read-only):
7079 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7080
7081 2012-09-23 Chong Yidong <cyd@gnu.org>
7082
7083 * image.el (image-type-available-p): Adapt to init-image-library
7084 argument changes.
7085
7086 2012-09-22 Juri Linkov <juri@jurta.org>
7087
7088 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7089 `dired-toggle-read-only'. (Bug#12462)
7090
7091 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7092
7093 * subr.el (temp-output-buffer-show): New function.
7094 (with-output-to-temp-buffer): Call temp-output-buffer-show
7095 instead of internal-temp-output-buffer-show.
7096
7097 2012-09-22 Chong Yidong <cyd@gnu.org>
7098
7099 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7100 (Bug#12462).
7101
7102 * repeat.el (repeat): Doc fix (Bug#12348).
7103
7104 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7105 (Bug#10909).
7106
7107 * simple.el (shell-command-on-region): Doc fix.
7108 (read-only-mode): Doc fix.
7109
7110 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7111
7112 * emacs-lisp/timer.el (run-with-idle-timer)
7113 (timer-activate-when-idle): Warn against reinvoking an idle timer
7114 from within its own timer action. (Bug#12447)
7115
7116 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7117
7118 * cus-start.el (window-combination-limit): Add new optional
7119 values.
7120 * window.el (temp-buffer-window-show)
7121 (window--try-to-split-window): Handle new values of
7122 window-combination-limit (Bug#1806).
7123 (split-window): Test window-combination-limit for t instead of
7124 non-nil.
7125 (display-buffer-at-bottom): New buffer display action function.
7126 * help.el (temp-buffer-resize-regexps): New option.
7127 (temp-buffer-resize-mode): Rewrite doc-string.
7128 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7129 Don't resize reused window. Suggested by Glenn Morris.
7130
7131 2012-09-22 Stefan Merten <smerten@oekonux.de>
7132
7133 * textmodes/rst.el: Revamp section title faces.
7134 (rst-official-version)
7135 (rst-package-emacs-version-alist): Sync with official version
7136 V1.4.0.
7137 (rst-faces-defaults, rst-set-level-default)
7138 (rst-level-face-max, rst-level-face-base-color)
7139 (rst-level-face-base-light, rst-level-face-format-light)
7140 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7141 (rst-adornment-faces-alist): Match new setup.
7142 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7143 (rst-level-5, rst-level-6): New faces.
7144
7145 2012-09-22 Chong Yidong <cyd@gnu.org>
7146
7147 * simple.el (undo): Handle indirect buffers (Bug#8207).
7148
7149 2012-09-21 Leo Liu <sdl.web@gmail.com>
7150
7151 IDO: Disable match re-ordering for buffer switching.
7152 * ido.el (ido-buffer-disable-smart-matches): New variable.
7153 (ido-set-matches-1): Use it. (Bug#2042)
7154
7155 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7156
7157 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7158 Fix 2011-05-17 change. (Bug#12418)
7159
7160 2012-09-21 Leo Liu <sdl.web@gmail.com>
7161
7162 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7163
7164 2012-09-21 Glenn Morris <rgm@gnu.org>
7165
7166 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7167 Be more robust about locating simple.el.
7168
7169 2012-09-21 Glenn Morris <rgm@gnu.org>
7170
7171 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7172
7173 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7174
7175 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7176
7177 2012-09-20 Juri Linkov <juri@jurta.org>
7178
7179 * replace.el (query-replace-read-from): Use `read-regexp' instead
7180 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7181 (occur-read-primary-args): Use `read-regexp' instead of
7182 `read-string'.
7183 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7184 `read-from-minibuffer'.
7185 * isearch.el (isearch-occur): Use `read-regexp' instead of
7186 `read-string'.
7187 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7188 `read-from-minibuffer'.
7189 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7190 of `read-string'. (Bug#7567)
7191
7192 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7193 and allow accepting a list of strings prepended to a list of
7194 standard default values. Doc fix. (Bug#12321)
7195
7196 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7197
7198 * replace.el (read-regexp): Don't add ": " when PROMPT already
7199 ends with a colon and space. (Bug#12321)
7200
7201 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7202
7203 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7204 error.
7205
7206 2012-09-20 Stefan Merten <smerten@oekonux.de>
7207
7208 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7209 Fixes feature request bug#11711.
7210 (rst-mode): Create `imenu-create-index-function'.
7211 (rst-get-stripped-line): Delete after refactoring.
7212 (rst-section-tree, rst-section-tree-rec)
7213 (rst-section-tree-point): Refactor and document properly.
7214 (rst-imenu-find-adornments-for-position)
7215 (rst-imenu-convert-cell, rst-imenu-create-index):
7216 New function.
7217
7218 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7219
7220 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7221 (macroexp--expand-all): Use it.
7222 (macroexp--funcall-and-return): Remove by folding it into its sole
7223 caller (macroexp--warn-and-return).
7224 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7225 Use macroexp--obsolete-warning.
7226
7227 * calc/calc.el: Fix last change by removing the whole chunk, since it
7228 was only needed back when Calc was not bundled.
7229
7230 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7231
7232 * emacs-lisp/debug.el (debug): Restore assignment to
7233 debugger-old-buffer removed on 2012-09-08.
7234
7235 2012-09-20 Juri Linkov <juri@jurta.org>
7236
7237 * dired-aux.el (dired-diff): Remove (require 'diff) since
7238 `diff-latest-backup-file' is now autoloaded.
7239
7240 2012-09-20 Chong Yidong <cyd@gnu.org>
7241
7242 * vc/diff.el (diff-latest-backup-file): Autoload.
7243
7244 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * calc/calc.el: Remove redundant autoload shape check.
7247 (sel-mode): Don't defvar.
7248 (calc-get-stack-element): Add `sel-mode' arg instead.
7249 (calc-top, calc-top-list): Pass it this additional argument.
7250 * calc/calc-store.el (calc-store-map):
7251 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7252 (calc-map-equation, calc-outer-product, calc-inner-product):
7253 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7254
7255 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7256
7257 2012-09-19 Juri Linkov <juri@jurta.org>
7258
7259 * dired-aux.el (dired-diff): Add (require 'diff) because
7260 `diff-latest-backup-file' is not autoloaded.
7261 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7262 of `dired-get-filename' to t to not report error when there is
7263 no default file on the current line.
7264
7265 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7268 macroexp--eval-if-compile.
7269 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7270 (macroexp--expand-all): Use them (bug#12371).
7271
7272 * doc-view.el (doc-view-guess-paper-size)
7273 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7274
7275 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7276
7277 New feature: set optimal slice from BoundingBox information.
7278 * doc-view.el (doc-view-mode-map): Add keybinding.
7279 (doc-view-menu): Add menu entry.
7280 (doc-view-set-slice): Adapt docstring.
7281 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7282 (doc-view-scale-bounding-box)
7283 (doc-view-set-slice-from-bounding-box): New functions.
7284 (doc-view-paper-sizes): New defvar.
7285
7286 2012-09-19 Glenn Morris <rgm@gnu.org>
7287
7288 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7289 (byte-compile-log-warning): Autoload. (Bug#12371)
7290
7291 * calendar/calendar.el (calendar-american-month-header)
7292 (calendar-european-month-header, calendar-iso-month-header)
7293 (calendar-month-header): New options.
7294 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7295 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7296
7297 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7298
7299 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7300
7301 2012-09-18 Juri Linkov <juri@jurta.org>
7302
7303 * dired-aux.el (dired-diff): Restore original functionality of
7304 getting the default value, but keep new feature of using the
7305 latest existing backup file (`diff-latest-backup-file').
7306
7307 2012-09-18 Juri Linkov <juri@jurta.org>
7308
7309 * dired.el (dired-mark): If the region is active in Transient Mark
7310 mode, mark all files in the active region. Doc fix.
7311 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7312 Doc fix. (Bug#10624)
7313
7314 2012-09-18 Juri Linkov <juri@jurta.org>
7315
7316 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7317 attributes for M-n are pulled from the file at point.
7318 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7319 Suggested by Drew Adams. (Bug#10624)
7320
7321 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7322
7323 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7324 whitespace after "end".
7325 (ruby-do-end-to-brace): Collapse block to one line if it fits
7326 within fill-column.
7327
7328 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7329
7330 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7331 value.
7332 (debug): Don't remove debugger window when debugger is expected
7333 to be back.
7334
7335 2012-09-18 Chong Yidong <cyd@gnu.org>
7336
7337 * custom.el (defface): Doc fix.
7338
7339 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7340
7341 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7342
7343 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7344 to initialize query-on-exit; then test that instead (bug#12288).
7345
7346 2012-09-17 Stefan Merten <smerten@oekonux.de>
7347
7348 * textmodes/rst.el: Add support for `testcover'.
7349 (rst-defcustom-testcover, rst-testcover-add-compose)
7350 (rst-testcover-add-1value): New functions.
7351 (rst-portable-mark-active-p): Replace by `use-region-p'.
7352 (rst-update-section, rst-classify-adornment)
7353 (rst-find-title-line): Mark `1value' forms.
7354 (rst-classify-adornment): Remove superfluous form.
7355 (rst-update-section, rst-get-adornments-around)
7356 (rst-adornment-complete-p, rst-get-next-adornment)
7357 (rst-adjust, rst-promote-region)
7358 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7359 (rst-find-pfx-in-region, rst-section-tree-rec)
7360 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7361 (rst-toc-node, rst-toc, rst-forward-section)
7362 (rst-iterate-leftmost-paragraphs)
7363 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7364 (rst-bullet-list-region)
7365 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7366 (rst-compile-find-conf, rst-compile)
7367 (rst-repeat-last-character): Fix style.
7368
7369 2012-09-17 Chong Yidong <cyd@gnu.org>
7370
7371 * comint.el (comint--complete-file-name-data): Don't add a space
7372 if the status is `sole'; that adds a gratuitous space in the
7373 completion-cycling case (Bug#12092).
7374
7375 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7376
7377 2012-09-17 Richard Stallman <rms@gnu.org>
7378
7379 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7380 only in the mime-shown mode, not in raw mode.
7381 (rmail-mime): Toggle off mime by displaying the message without
7382 mime processing. (Bug#12305)
7383
7384 * mail/rmail.el (rmail-retry-failure):
7385 Turn off mime processing first. (Bug#12037)
7386
7387 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7388
7389 2012-09-17 Chong Yidong <cyd@gnu.org>
7390
7391 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7392 (shell-dynamic-complete-functions): Convert to defcustom.
7393 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7394
7395 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7396 * comint.el (comint-prompt-read-only):
7397 * custom.el (defcustom):
7398 * hi-lock.el (hi-lock-mode):
7399 * ibuffer.el (ibuffer-formats):
7400 * ielm.el (ielm-prompt-read-only):
7401 * novice.el (disable-command):
7402 * saveplace.el (toggle-save-place):
7403 * speedbar.el (speedbar-supported-extension-expressions):
7404 * startup.el (auto-save-list-file-prefix, init-file-user)
7405 (after-init-hook, inhibit-startup-echo-area-message):
7406 * strokes.el (strokes-help):
7407 * time-stamp.el (time-stamp):
7408 * calendar/calendar.el (calendar, diary-file):
7409 * calendar/diary-lib.el (diary-mail-entries, diary)
7410 (diary-list-entries-hook):
7411 * calendar/holidays.el (holidays, calendar-holidays):
7412 * calendar/lunar.el (lunar-phases):
7413 * calendar/solar.el (sunrise-sunset):
7414 * emulation/edt.el (edt-load-keys):
7415 * emulation/viper.el (viper-mode):
7416 * eshell/em-alias.el (eshell-command-aliases-list):
7417 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7418 * international/ogonek.el (ogonek-information):
7419 * net/tramp-cmds.el (tramp-bug):
7420 * net/quickurl.el (quickurl-reread-hook-postfix):
7421 * play/decipher.el (decipher-font-lock-keywords):
7422 * progmodes/cc-styles.el (c-set-style):
7423 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7424 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7425 * progmodes/octave-mod.el (octave-mode):
7426 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7427 * progmodes/verilog-mode.el (verilog-read-defines):
7428 * textmodes/two-column.el (2C-mode): Likewise.
7429
7430 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7431
7432 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7433 that holds many addresses.
7434
7435 2012-09-16 Chong Yidong <cyd@gnu.org>
7436
7437 * align.el (align-areas): Call the indication function with
7438 positions instead of markers for arguments (Bug#12343).
7439
7440 * files.el (parse-colon-path): Use split-string (Bug#12351).
7441
7442 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7443 (display-buffer-function): Mark as obsolete.
7444
7445 * progmodes/compile.el (compilation-parse-errors): Accept list
7446 values similar to font-lock-keywords (Bug#12136).
7447 Suggested by Oleksandr Manzyuk.
7448 (compilation-error-regexp-alist): Doc fix.
7449
7450 2012-09-15 Glenn Morris <rgm@gnu.org>
7451
7452 * version.el (emacs-bzr-version-bzr): New function.
7453 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7454
7455 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7456 checkouts, check the parent dirstate matches the branch.
7457 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7458 empty string.
7459
7460 * version.el (emacs-bzr-version): Doc fix.
7461 (emacs-bzr-version-dirstate): New function.
7462 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7463 is local try and check that it matches the branch. If not, just
7464 use dirstate information. (Bug#12441)
7465
7466 2012-09-14 Juri Linkov <juri@jurta.org>
7467
7468 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7469 (Bug#12399)
7470
7471 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7474
7475 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7476 Remove obsolete byte-compiler hack that tried to silence some warnings.
7477 (edebug-submit-bug-report): Remove.
7478 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7479 Remove aliases, use the un-prefixed name instead.
7480 (edebug-pop-to-buffer): Consider other frames.
7481 (edebug-original-read):: Make it more obvious that it's always defined.
7482 (edebug--make-form-data-entry, edebug--form-data-name)
7483 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7484 single-dashed name, and implement with cl-defstruct.
7485 (edebug-set-form-data-entry): Use the standard accessors.
7486 (edebug-make-top-form-data-entry): Use push.
7487 (edebug-no-match): Drop useless `funcall'.
7488 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7489 to functions.
7490 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7491 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7492 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7493 (easy-menu-define, with-custom-print): Remove redundant specs.
7494 (edebug-outside-overriding-local-map)
7495 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7496 (edebug--display): Bind unread-command-events directly to nil rather
7497 than binding it to unread-command-events and later setting it to nil.
7498 (edebug--display): Kill edebug-eval-buffer here...
7499 (edebug--recursive-edit): ...rather than here.
7500 Bind standard-output and standard-input.
7501 (edebug-eval): Check cl-macroexpand-all is fboundp.
7502 (edebug-temp-display-freq-count): Fix last change.
7503
7504 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7505 * subr.el (noreturn, 1value): Add `debug' spec.
7506 * emacs-lisp/advice.el: Require cl-lib.
7507 (ad-copy-tree): Remove, use copy-tree instead.
7508 (ad-dolist): Remove use dolist or cl-dolist instead.
7509 (ad-do-return): Remove, use cl-return instead.
7510 (defadvice): Add `debug' spec.
7511
7512 2012-09-13 Juri Linkov <juri@jurta.org>
7513
7514 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7515 (Bug#12399)
7516
7517 2012-09-13 Glenn Morris <rgm@gnu.org>
7518
7519 * calc/calc.el (math-compose-expr):
7520 * calc/calc-ext.el (math-compose-expr):
7521 * progmodes/cc-defs.el (cl-macroexpand-all):
7522 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7523 (cl-macroexpand-all): Update declarations.
7524
7525 * vc/vc.el: No need to require ediff.
7526 (ediff-load-version-control): Declare.
7527 (ediff-vc-internal): Fix declaration.
7528 (vc-version-ediff): Require ediff.
7529
7530 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7531
7532 Use a more backwards-compatible timer format (Bug#12430).
7533 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7534 being right after USECS, as that better supports old code that
7535 inadvisedly looked directly at the timer vector.
7536
7537 2012-09-13 Kenichi Handa <handa@gnu.org>
7538
7539 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7540 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7541 `coding-priority' property of these language environment.
7542
7543 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7544
7545 Fix glitches caused by addition of psec to timers (Bug#12430).
7546 * image.el (image-animate-timer):
7547 * time.el (display-time-world-timer):
7548 Use timer--function and timer--args rather than raw access to
7549 timer vector.
7550
7551 2012-09-13 Glenn Morris <rgm@gnu.org>
7552
7553 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7554 If not compiling a file, try using load-file-name.
7555
7556 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7559 Fix last change.
7560 (edebug-update-eval-list): Use `push'.
7561
7562 * emacs-lisp/edebug.el: Use lexical-binding.
7563 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7564 Mark unused args with underscore.
7565 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7566 (edebug-form-data): Use defvar-local.
7567 (edebug-make-before-and-after-form, edebug-make-after-form):
7568 Use backquote.
7569 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7570 Not dynamically scoped any more.
7571 (edebug--enter-trace): Add arguments `function' and `args'.
7572 Rename from edebug-enter-trace.
7573 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7574 (edebug--update-coverage): Add `after-index' and `value' args.
7575 Rename from edebug-update-coverage.
7576 (edebug-slow-after): Call it accordingly.
7577 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7578 edebug-recursive-edit.
7579 (edebug--display): Call it accordingly. Add args `value',
7580 `offset-index', and `arg-mode'. Rename from edebug-display.
7581 (edebug-debugger, edebug): Call it accordingly.
7582 (edebug-eval-display-list): Use dolist.
7583
7584 2012-09-12 Juri Linkov <juri@jurta.org>
7585
7586 * info.el (Info-search): Don't check for isearch-mode and
7587 isearch-regexp before let-binding search-spaces-regexp to
7588 Info-search-whitespace-regexp.
7589 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7590 search-whitespace-regexp if isearch-lax-whitespace or
7591 isearch-regexp-lax-whitespace is non-nil.
7592 (Info-mode): Don't set local variable search-whitespace-regexp.
7593 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7594
7595 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7598 (debugger-env-macro): Remove support for unread-command-char.
7599
7600 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7601 the temporary map re-appearing on emulation-mode-map-alists.
7602
7603 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7604 since 22.1.
7605
7606 * ehelp.el (with-electric-help): Accept functions in
7607 electric-help-form-to-execute.
7608 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7609 And replace unread-command-char -> unread-command-events.
7610
7611 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7612
7613 Sync with Tramp 2.2.6.
7614
7615 * net/tramp.el (tramp-accept-process-output): Don't use
7616 JUST-THIS-ONE in the XEmacs case.
7617
7618 * net/trampver.el: Update release number.
7619
7620 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7621
7622 * emacs-lisp/debug.el (debugger-previous-window-height):
7623 New variable.
7624 (debug): When debugger-jumping-flag is non-nil try to restore
7625 height of debugger window. (Bug#8789)
7626
7627 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7630 overriding-local-map and pre/post-command-hook here.
7631 (edebug-recursive-edit): Do it here instead (bug#12345).
7632 (edebug-outside-unread-command-char): Remove all uses of
7633 unread-command-char.
7634
7635 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7636 inhibit-debugger is bound instead.
7637
7638 2012-09-11 Bastien Guerry <bzg@gnu.org>
7639
7640 * subr.el (set-temporary-overlay-map): Add a docstring.
7641 (Bug#12346)
7642
7643 2012-09-11 Bastien Guerry <bzg@gnu.org>
7644
7645 * minibuffer.el (completion-table-subvert): Fix docstring.
7646 (Bug#12347)
7647
7648 2012-09-11 Bastien Guerry <bzg@gnu.org>
7649
7650 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7651
7652 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7653
7654 * progmodes/sql.el: Version 3.1
7655 (sql-db2-escape-newlines): New variable.
7656 (sql-escape-newlines-filter): Use it.
7657
7658 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7659
7660 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7661
7662 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7663
7664 * vc/diff-mode.el (diff-mode-menu):
7665 Bind diff-remove-trailing-whitespace.
7666
7667 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7670 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7671 (emacs-lisp-byte-code-mode): New functions.
7672 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7673 (eval-defun-2): Remove bogus interactive spec.
7674 (lisp-indent-line): Remove redundant whole-exp code, now done in
7675 indent-according-to-mode.
7676 (save-match-data): Remove redundant indent data.
7677
7678 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7679 Use `declare'.
7680
7681 2012-09-09 Juri Linkov <juri@jurta.org>
7682
7683 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7684 (replace-lax-whitespace, query-replace-regexp)
7685 (query-replace-regexp-eval, replace-regexp): Doc fix.
7686 (perform-replace, replace-highlight): Let-bind
7687 isearch-lax-whitespace to replace-lax-whitespace and
7688 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7689
7690 * isearch.el (isearch-query-replace): Let-bind
7691 replace-lax-whitespace to isearch-lax-whitespace and
7692 replace-regexp-lax-whitespace to
7693 isearch-regexp-lax-whitespace. (Bug#10885)
7694
7695 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7696
7697 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7698
7699 2012-09-09 Alan Mackenzie <acm@muc.de>
7700
7701 * progmodes/cc-engine.el (c-state-cache-init):
7702 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7703 (c-record-parse-state-state):
7704 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7705
7706 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7707
7708 * register.el (register-separator): Rename from
7709 separator-register. All uses changed. Doc fix.
7710 (register): Fix version.
7711
7712 2012-09-09 Chong Yidong <cyd@gnu.org>
7713
7714 * replace.el (query-replace-map): Bind four new symbols for
7715 requesting window scrolling.
7716
7717 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7718 query-replace-map (Bug#8948).
7719
7720 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7721
7722 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7723 since they are now in query-replace-map.
7724
7725 * window.el (scroll-other-window-down): Make the arg optional.
7726
7727 2012-09-09 Chong Yidong <cyd@gnu.org>
7728
7729 * files.el (hack-local-variables-confirm): Use quit-window to kill
7730 the *Local Variables* buffer.
7731
7732 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7733
7734 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7735 not just expect to be at its beginning. Adjust callees.
7736 Succeed when do-end block has no space before the pipe character.
7737 (ruby-brace-to-do-end): When the original block is one-liner,
7738 convert to multiline. Reindent the result.
7739
7740 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7741
7742 * register.el (register): New group.
7743 (separator-register): New user option.
7744 (increment-register): Route it to `append-to-register', if
7745 register contains text. Implication is that `C-x r +' can now be
7746 used for appending to a text register (bug#12217).
7747 (append-to-register, prepend-to-register): Add separator based on
7748 `separator-register'.
7749
7750 2012-09-08 Alan Mackenzie <acm@muc.de>
7751
7752 AWK Mode: make auto-newline work when there's "==" in the pattern.
7753 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7754 correctly.
7755 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7756 Test more rigorously for "=" token.
7757
7758 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7759
7760 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7761 Only fail when reached LIMIT.
7762
7763 2012-09-08 Chong Yidong <cyd@gnu.org>
7764
7765 * dired.el (dired-mode-map): Don't bind M-=.
7766
7767 * dired-aux.el (dired-diff): Use backup file as default.
7768
7769 2012-09-08 Drew Adams <drew.adams@oracle.com>
7770
7771 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7772
7773 2012-09-08 Chong Yidong <cyd@gnu.org>
7774
7775 * subr.el (syntax-after, syntax-class): Doc fix.
7776
7777 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7778
7779 * window.el (display-buffer-in-previous-window): New buffer
7780 display action function.
7781
7782 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7783 (debugger-previous-window): New variable.
7784 (debug): Rewrite using display-buffer-in-previous-window,
7785 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7786
7787 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7790
7791 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7792
7793 * progmodes/python.el (python-shell-send-string):
7794 When default-directory is remote, create temp file on remote
7795 filesystem.
7796 (python-shell-send-file): When file is remote, pass local view of
7797 file paths to remote Python interpreter. (Bug#12340)
7798
7799 2012-09-07 Chong Yidong <cyd@gnu.org>
7800
7801 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7802
7803 * files.el (after-find-file): Don't fail on a read-only buffer if
7804 require-final-newline is `visit' or `visit-save' (Bug#11156).
7805
7806 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7807
7808 * userlock.el (ask-user-about-supersession-threat):
7809 Use read-char-choice (Bug#12093).
7810
7811 2012-09-07 Chong Yidong <cyd@gnu.org>
7812
7813 * subr.el (buffer-narrowed-p): New function.
7814
7815 * ses.el (ses-widen):
7816 * simple.el (count-words--buffer-message):
7817 * net/browse-url.el (browse-url-of-buffer): Use it.
7818
7819 * simple.el (count-words-region): Don't signal an error if there
7820 is a non-nil prefix arg and the mark is not set.
7821
7822 * help.el (describe-key-briefly): Allow the message to be seen
7823 when invoked from the minibuffer (Bug#7014).
7824
7825 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7826
7827 * progmodes/ruby-mode.el (ruby-end-of-defun)
7828 (ruby-beginning-of-defun): Simplify, allow indentation before
7829 block beginning and end keywords.
7830 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7831 (ruby-end-of-defun): Expect that the point is at the beginning of
7832 the defun.
7833
7834 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7837 (bug#12367).
7838 (cl--make-usage-args): Strip _ from argument names.
7839
7840 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7841
7842 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7843 obsolete alias speedbar-key-map.
7844 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7845 (vhdl-index-menu-init): Don't use obsolete variable
7846 font-lock-maximum-size.
7847
7848 2012-09-06 Chong Yidong <cyd@gnu.org>
7849
7850 * frame.el (window-system-version): Mark as obsolete.
7851
7852 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7853 of obsolete variable speedbar-key-map.
7854
7855 2012-09-06 Juri Linkov <juri@jurta.org>
7856
7857 * replace.el (replace-lax-whitespace): New defcustom.
7858 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7859 (replace-string, replace-regexp): Mention it in docstrings.
7860 (perform-replace, replace-highlight): Let-bind
7861 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7862 to the values of replace-lax-whitespace and regexp-flag.
7863 Don't let-bind search-whitespace-regexp. (Bug#10885)
7864
7865 * isearch.el (isearch-query-replace): Let-bind
7866 replace-lax-whitespace instead of let-binding
7867 replace-search-function and replace-re-search-function.
7868 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7869 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7870 (isearch-toggle-symbol): Set isearch-regexp to nil
7871 in isearch-word mode (like in isearch-toggle-word).
7872
7873 2012-09-06 Juri Linkov <juri@jurta.org>
7874
7875 * replace.el (replace-search-function)
7876 (replace-re-search-function): Set default values to nil.
7877 (perform-replace): Let-bind isearch-related variables based on
7878 replace-related values, call `isearch-search-fun' and let-bind
7879 the result to `search-function'. Remove code that sets
7880 `search-function' and `search-string' separately for
7881 `delimited-flag'.
7882 (replace-highlight): Add new argument `delimited-flag' and
7883 rename other arguments to the names used in `perform-replace'.
7884 Let-bind `isearch-word' to the argument `delimited-flag'.
7885 (Bug#10885, bug#10887)
7886
7887 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7888
7889 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7890 ruby-beginning-of-indent, simplify, allow all keywords to have
7891 indentation before them.
7892 (ruby-beginning-of-indent): Adjust for above. Search until the
7893 found point is not inside a string or comment.
7894 (ruby-font-lock-keywords): Allow symbols to start with "@"
7895 character, give them higher priority than variables.
7896 (ruby-syntax-propertize-function)
7897 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7898 matchers. Expression expansions are not comments when inside a
7899 string, and there comment syntax status is irrelevant.
7900 (ruby-match-expression-expansion): New function. Check that
7901 expression expansion is inside a string, and it's not escaped.
7902 (ruby-font-lock-keywords): Use it.
7903
7904 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7905
7906 * help.el (temp-buffer-max-height): New default value.
7907 (temp-buffer-resize-frames): New option.
7908 (resize-temp-buffer-window): Optionally resize frame.
7909
7910 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7911 (fit-frame-to-buffer): New function.
7912
7913 2012-09-05 Glenn Morris <rgm@gnu.org>
7914
7915 * emulation/cua-rect.el (cua--init-rectangles):
7916 * textmodes/picture.el (picture-mode-map):
7917 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7918 like forward-char and backward-char. (Bug#12317)
7919
7920 2012-09-05 Leo Liu <sdl.web@gmail.com>
7921
7922 * progmodes/flymake.el (flymake-warning-re): New variable.
7923 (flymake-parse-line): Use it.
7924
7925 2012-09-05 Glenn Morris <rgm@gnu.org>
7926
7927 * calendar/holidays.el (holiday-christian-holidays):
7928 Rename an entry. (Bug#12289)
7929
7930 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7931
7932 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7933 (bug#12222).
7934
7935 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * loadup.el: Load macroexp. Remove hack.
7938 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7939 (macroexp--expand-all): Use it to get better warnings.
7940 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7941 (internal-macroexpand-for-load): New functions.
7942 (macroexp--pending-eager-loads): New var.
7943 (emacs-startup-hook): New hack to replace one in loadup.el.
7944 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7945 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7946 (cl-psetf): Simplify.
7947 (cl-defstruct): Add indent rule.
7948
7949 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7950
7951 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7952 over `user-mail-address' for the SMTP MAIL FROM envelope.
7953 (smtpmail-via-smtp): Ditto.
7954
7955 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7956
7957 * progmodes/ruby-mode.el: Clean up keybindings.
7958 (ruby-mode-map): Don't bind ruby-electric-brace,
7959 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7960 backward-kill-word, reindent-then-newline-and-indent.
7961 (ruby-mark-defun): Remove.
7962 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7963 (ruby-mode): Set local beginning-of-defun-function and
7964 end-of-defun-function values.
7965
7966 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7967
7968 * window.el (temp-buffer-window-setup-hook)
7969 (temp-buffer-window-show-hook): New hooks.
7970 (temp-buffer-window-setup, temp-buffer-window-show)
7971 (with-temp-buffer-window): New functions.
7972 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7973 (special-display-popup-frame): Make sure the window used shows BUFFER.
7974
7975 * help.el (temp-buffer-resize-mode): Fix doc-string.
7976 (resize-temp-buffer-window): New optional argument WINDOW.
7977
7978 * files.el (recover-file, save-buffers-kill-emacs):
7979 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7980
7981 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
7982
7983 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7984 remote definition of `default-directory', ensure we can connect.
7985
7986 2012-09-02 Juri Linkov <juri@jurta.org>
7987
7988 Toggle whitespace matching mode with M-s SPC.
7989 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7990
7991 * isearch.el (search-whitespace-regexp): Doc fix.
7992 Remove cons cell customization.
7993 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7994 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7995 New variables.
7996 (isearch-forward, isearch-forward-regexp): Doc fix.
7997 (isearch-toggle-lax-whitespace): New command.
7998 (search-forward-lax-whitespace, search-backward-lax-whitespace)
7999 (re-search-forward-lax-whitespace)
8000 (re-search-backward-lax-whitespace): New functions.
8001 (isearch-whitespace-regexp): Remove function.
8002 (isearch-query-replace): Let-bind replace-search-function and
8003 replace-re-search-function.
8004 (isearch-occur): Let-bind search-spaces-regexp according to the
8005 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8006 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8007 condition for C-q SPC.
8008 (isearch-search-fun-default): Use new functions mentioned above.
8009 (isearch-search-forward, isearch-search-backward): Remove functions.
8010 (isearch-search): Don't let-bind search-spaces-regexp.
8011 (isearch-lazy-highlight-space-regexp): Remove variable.
8012 (isearch-lazy-highlight-lax-whitespace)
8013 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8014 (isearch-lazy-highlight-new-loop): Use them.
8015 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8016
8017 2012-09-02 Chong Yidong <cyd@gnu.org>
8018
8019 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8020
8021 2012-09-02 Glenn Morris <rgm@gnu.org>
8022
8023 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8024
8025 2012-09-01 Glenn Morris <rgm@gnu.org>
8026
8027 * term.el: Tidy up menu definitions.
8028 (term-mode-map): Use easymenu for In/Out, Complete menus.
8029 (term-pager-break-map): Initialize in the defvar.
8030 (term-terminal-menu, term-signals-menu): Define with easymenu.
8031 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8032 (term-pager-menu): New, extracted from term-process-pager.
8033 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8034 (term-update-mode-line): Propertize line/char and page items.
8035 (term-process-pager): Move keymap initialization elsewhere.
8036
8037 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8038
8039 * window.el (switch-to-prev-buffer): Handle additional values of
8040 BURY-OR-KILL argument. Don't switch in minibuffer window.
8041 (switch-to-next-buffer): Don't switch in minibuffer window.
8042 (quit-restore-window): New function based on quit-window.
8043 Handle additional values of former KILL argument.
8044 (quit-window): Call quit-restore-window with appropriate
8045 interpretation of KILL argument.
8046 (display-buffer-below-selected): New buffer display action
8047 function.
8048
8049 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * minibuffer.el (completion-at-point-functions): Complete docstring
8052 (bug#12254).
8053
8054 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8055
8056 Better seed support for (random).
8057 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8058 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8059 * play/mpuz.el, play/tetris.el, play/zone.el:
8060 * calc/calc-comb.el (math-init-random-base):
8061 * play/blackbox.el (bb-init-board):
8062 * play/life.el (life):
8063 * server.el (server-use-tcp):
8064 * type-break.el (type-break):
8065 Remove unnecessary call to (random t).
8066 * net/sasl.el (sasl-unique-id-function):
8067 Change (random t) to (random), now that the latter is more random.
8068 * play/life.el (life-initialized): Remove no-longer-needed var.
8069
8070 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8071
8072 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8073 Consider frame's buffer predicate when choosing the buffer.
8074 (Bug#12081)
8075
8076 2012-08-30 Richard Stallman <rms@gnu.org>
8077
8078 * simple.el (special-mode-map): Delete binding for `z'.
8079
8080 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8081
8082 * progmodes/compile.el (compilation-always-kill): Doc fix.
8083
8084 2012-08-30 Chong Yidong <cyd@gnu.org>
8085
8086 * window.el (display-buffer-reuse-frames): Make the obsolescence
8087 message more informative.
8088
8089 2012-08-30 Glenn Morris <rgm@gnu.org>
8090
8091 * paren.el (show-paren-delay):
8092 Add a :set function. Doc fix. (Bug#12297)
8093
8094 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8095
8096 * progmodes/compile.el (compilation-always-kill): New var.
8097 (compilation-start): Use it.
8098
8099 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8102 * files.el (read-only-mode): Move to simple.el.
8103
8104 * files.el (read-only-mode): New minor mode.
8105 (toggle-read-only): Use it and mark obsolete.
8106 (find-file--read-only):
8107 * vc/vc.el (vc-next-action, vc-checkout):
8108 * vc/vc-cvs.el (vc-cvs-checkout):
8109 * obsolete/vc-mcvs.el (vc-mcvs-update):
8110 * ffap.el (ffap--toggle-read-only): Update callers.
8111
8112 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8113
8114 * eshell/esh-ext.el (eshell-external-command): Do not examine
8115 remote shell scripts.
8116 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8117
8118 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8119 "/usr/local/sbin".
8120
8121 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8124
8125 2012-08-28 Leo Liu <sdl.web@gmail.com>
8126
8127 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8128 completion-at-point. (Bug#12220)
8129
8130 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8131
8132 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8133
8134 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8137 be buffer-local; add delete-trailing-whitespace (bug#12259).
8138
8139 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8140
8141 * progmodes/hideif.el (hif-compress-define-list):
8142 Fix typo. (Bug#11951)
8143
8144 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8145
8146 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8147 buffer local setting.
8148
8149 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8150 rcirc-encode-coding-system.
8151
8152 2012-08-28 Leo Liu <sdl.web@gmail.com>
8153
8154 * net/rcirc.el (rcirc-split-message): New function.
8155 (rcirc-send-message): Use it. (Bug#12051)
8156
8157 2012-08-28 Juri Linkov <juri@jurta.org>
8158
8159 * info.el (Info-fontify-node): Hide empty lines at the end of
8160 the node. (Bug#12272)
8161
8162 2012-08-27 Drew Adams <drew.adams@oracle.com>
8163
8164 * dired.el (dired-pop-to-buffer): Make window start at beginning
8165 of buffer (Bug#12281).
8166
8167 2012-08-26 Chong Yidong <cyd@gnu.org>
8168
8169 * window.el (special-display-regexps, special-display-frame-alist)
8170 (special-display-buffer-names, special-display-function)
8171 (display-buffer-reuse-frames): Mark as obsolete.
8172
8173 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8174
8175 * help.el (help-print-return-message): Don't treat
8176 display-buffer-reuse-frames specially.
8177
8178 2012-08-26 Chong Yidong <cyd@gnu.org>
8179
8180 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8181 New variable, replacing gdb-frame-parameters.
8182 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8183 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8184 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8185 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8186 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8187 the functions directly with gdb-display-buffer-other-frame-action.
8188 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8189 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8190 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8191 (gdb-display-registers-buffer): Define directly.
8192 (def-gdb-display-buffer): Macro deleted.
8193 (gdb-display-buffer): Remove second and third args, callers don't
8194 use them. Defer to the default display-buffer behavior, apart
8195 from making windows dedicated.
8196 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8197
8198 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8199
8200 * window.el (display-buffer-pop-up-frame): Handle a
8201 pop-up-frame-parameters alist entry.
8202 (display-buffer): Document it.
8203
8204 2012-08-26 Chong Yidong <cyd@gnu.org>
8205
8206 * isearch.el (search-whitespace-regexp): Make string and nil
8207 values apply to both ordinary and regexp search. Allow a cons
8208 cell value to distinguish between the two.
8209 (isearch-whitespace-regexp, isearch-search-forward)
8210 (isearch-search-backward): New functions.
8211 (isearch-occur, isearch-search-fun-default, isearch-search)
8212 (isearch-lazy-highlight-new-loop): Use them.
8213 (isearch-forward, isearch-forward-regexp): Doc fix.
8214
8215 2012-08-26 Chong Yidong <cyd@gnu.org>
8216
8217 * faces.el (help-argument-name): Always inherit from italic
8218 (Bug#12213).
8219
8220 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8221
8222 * window.el (window--even-window-heights): Even heights when
8223 WINDOW and the selected window form a vertical combination.
8224 (display-buffer-use-some-window): Provide that window used gets
8225 sized back by quit-window. (Bug#11880) and (Bug#12091)
8226
8227 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8228
8229 Fix file time stamp problem with bzr and CVS (Bug#12001).
8230 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8231 in the file's time stamp, since the version control system loses
8232 that information.
8233
8234 2012-08-22 Juri Linkov <juri@jurta.org>
8235
8236 * info.el (Info-fontify-node): Hide the suffix of the
8237 Info file name in the header line. (Bug#12187)
8238
8239 2012-08-22 Glenn Morris <rgm@gnu.org>
8240
8241 * calendar/cal-tex.el (cal-tex-weekly-common):
8242 Restore leading blank page.
8243
8244 2012-08-22 Le Wang <l26wang@gmail.com>
8245
8246 * misc.el (forward-to-word, backward-to-word): Activate or extend
8247 the region under `shift-select-mode'. (Bug#12231)
8248
8249 2012-08-22 Bastien Guerry <bzg@gnu.org>
8250
8251 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8252 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8253 gives details on why the space is never needed.
8254
8255 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8256
8257 * window.el (walk-window-tree, window-with-parameter):
8258 New optional argument MINIBUF to control whether these functions
8259 should run on the minibuffer window.
8260 (window-at-side-list): Don't operate on minibuffer window.
8261 (window-in-direction): Simplify and rewrite doc-string.
8262 (window--size-ignore): Rename to window--size-ignore-p.
8263 Update callers.
8264 (display-buffer-in-atom-window, window--major-non-side-window)
8265 (window--major-side-window, display-buffer-in-major-side-window)
8266 (delete-side-window, display-buffer-in-side-window):
8267 New functions.
8268 (window--side-check, window-deletable-p, delete-window)
8269 (delete-other-windows, split-window): Handle side windows and
8270 atomic windows appropriately.
8271 (window--display-buffer): Call display-buffer-record-window also
8272 when the window buffer did not change.
8273
8274 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8275
8276 * help-fns.el (help-fns--key-bindings):
8277 Abbreviate non-symbol remap targets. (Bug#12174)
8278
8279 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8280
8281 * dired.el (dired-mark-remembered): Don't clobber point.
8282 (Bug#11795)
8283
8284 2012-08-22 Glenn Morris <rgm@gnu.org>
8285
8286 * progmodes/bug-reference.el (bug-reference): New custom group.
8287 (bug-reference-bug-regexp): Make it a defcustom.
8288
8289 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8290
8291 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8292 (js-paren-indent-offset, js-square-indent-offset)
8293 (js-curly-indent-offset): Add :safe (Bug#12257).
8294
8295 2012-08-22 Edward O'Connor <hober0@gmail.com>
8296
8297 * json.el (json-key-format): Add error properties.
8298 (json-encode-key): New function.
8299 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8300 Use json-encode-key.
8301
8302 2012-08-22 Glenn Morris <rgm@gnu.org>
8303
8304 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8305 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8306 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8307 Update for above change.
8308
8309 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8310
8311 * cus-face.el (custom-face-attributes): Fix customize type for the
8312 :underline attribute. (Bug#11805)
8313
8314 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8315
8316 * window.el (window-point-1, set-window-point-1): Remove.
8317 (window-in-direction, record-window-buffer)
8318 (set-window-buffer-start-and-point, split-window-below)
8319 (window--state-get-1, display-buffer-record-window):
8320 Replace calls to window-point-1 and set-window-point-1 by calls to
8321 window-point and set-window-point respectively.
8322
8323 2012-08-21 Glenn Morris <rgm@gnu.org>
8324
8325 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8326 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8327 Use it.
8328
8329 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8330 (cal-tex-shortday): New function.
8331 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8332 (cal-tex-cursor-filofax-daily): Use the above.
8333
8334 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8335 New functions.
8336 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8337 (cal-tex-cursor-filofax-week): Use them.
8338
8339 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8340 New constants.
8341 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8342 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8343
8344 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8345 (cal-tex-end-document): Don't rely on buffer name.
8346
8347 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8348 Use cal-tex-vspace.
8349 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8350 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8351 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8352 Use cal-tex-arg.
8353
8354 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8355 (cal-tex-cursor-week, cal-tex-cursor-week2)
8356 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8357 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8358 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8359 (cal-tex-insert-preamble, cal-tex-b-document)
8360 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8361 Improve cal-tex-cmd usage.
8362
8363 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8364 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8365 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8366 (cal-tex-weekly-paper): New function.
8367 (cal-tex-cursor-week, cal-tex-cursor-week2)
8368 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8369 (cal-tex-cursor-day): Use it.
8370
8371 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8372 (cal-tex-cursor-filofax-week): Remove leading blank page.
8373
8374 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8375 Add autoload cookie. For now at least, don't use color, since
8376 no other cal-tex function does.
8377
8378 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8379 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8380 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8381
8382 2012-08-21 Juri Linkov <juri@jurta.org>
8383
8384 * info.el (Info-file-attributes): New variable.
8385 (info-insert-file-contents): Add file attributes to
8386 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8387 `Info-toc-nodes' when previous modtime of the Info file is less
8388 than new modtime.
8389 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8390 of info.el. (Bug#12230)
8391
8392 2012-08-20 Glenn Morris <rgm@gnu.org>
8393
8394 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8395 * calendar/holidays.el (calendar-holiday-list):
8396 Report errors with display-warning rather than beep'n'sleep.
8397
8398 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8399
8400 * net/tramp.el (tramp-accept-process-output): Accept only output
8401 from PROC. Otherwise, process filters and sentinels might be
8402 confused. (Bug#12145)
8403
8404 2012-08-20 Chong Yidong <cyd@gnu.org>
8405
8406 * descr-text.el (describe-text-properties-1): Use overlays-in to
8407 report on empty overlays (Bug#3322).
8408
8409 2012-08-20 Glenn Morris <rgm@gnu.org>
8410
8411 * mail/rmailout.el (rmail-output-read-file-name):
8412 Trap and report errors in rmail-output-file-alist elements.
8413
8414 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8415 since most non-font-lock faces are not also variables).
8416
8417 2012-08-20 Edward Reingold <reingold@iit.edu>
8418
8419 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8420 New function. (Bug12160)
8421
8422 2012-08-19 Glenn Morris <rgm@gnu.org>
8423
8424 * mail/rmailout.el (rmail-output-read-file-name):
8425 Fix previous change (when the alist is nil or does not match).
8426
8427 2012-08-19 Chong Yidong <cyd@gnu.org>
8428
8429 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8430 (Bug#12228).
8431
8432 2012-08-18 Chong Yidong <cyd@gnu.org>
8433
8434 * simple.el (yank-handled-properties): New defcustom.
8435 (yank-excluded-properties): Add font-lock-face and category.
8436 (yank): Doc fix.
8437
8438 * subr.el (remove-yank-excluded-properties):
8439 Obey yank-handled-properties. The special handling of font-lock-face
8440 and category is now done this way, instead of being hard-coded.
8441 (insert-for-yank-1): Remove font-lock-face handling.
8442 (yank-handle-font-lock-face-property)
8443 (yank-handle-category-property): New function.
8444
8445 2012-08-17 Glenn Morris <rgm@gnu.org>
8446
8447 * mail/rmailout.el (rmail-output-read-file-name):
8448 Check rmail-output-file-alist against the full message body
8449 in the correct rmail buffer. (Bug#12214)
8450
8451 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8452
8453 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8454 Eliminate superfluous prompt. (Bug#12203)
8455
8456 2012-08-17 Chong Yidong <cyd@gnu.org>
8457
8458 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8459 font spec, set the font directly (Bug#3228).
8460
8461 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8462
8463 * window.el (delete-window): Fix last fix.
8464
8465 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8466
8467 * window.el (window-valid-p): Move to window.c.
8468 (window-child, window-child-count, window-last-child)
8469 (window-normalize-window, window-combined-p)
8470 (window-combinations, window-atom-root, window-min-size)
8471 (window-sizable, window-sizable-p, window-size-fixed-p)
8472 (window-min-delta, window-max-delta, window--resizable)
8473 (window--resizable-p, window-resizable, window-total-size)
8474 (window-full-height-p, window-full-width-p, window-body-size)
8475 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8476 (minimize-window, window-deletable-p, delete-window)
8477 (delete-other-windows, set-window-buffer-start-and-point)
8478 (next-buffer, previous-buffer, split-window, balance-windows-2)
8479 (set-window-text-height, window-buffer-height)
8480 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8481 (truncated-partial-width-window-p): Minor code adjustments.
8482 In doc-strings state whether the argument window has to denote a
8483 live, valid or any window.
8484
8485 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8486
8487 * progmodes/subword.el (subword-forward-function)
8488 (subword-backward-function, subword-forward-regexp)
8489 (subword-backward-regexp): New variables.
8490 (subword-forward, subword-forward-internal, subword-backward-internal):
8491 Use new variables, eg so that different "word" definitions
8492 can be easily used. (Bug#11411)
8493
8494 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8497 for composite selectors.
8498 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8499 operation just because we can't find a previous revision.
8500
8501 2012-08-15 Chong Yidong <cyd@gnu.org>
8502
8503 * frame.el (set-frame-font): Accept font objects.
8504
8505 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8506
8507 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8508
8509 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8510
8511 * man.el (Man-overstrike-face, Man-underline-face)
8512 (Man-reverse-face): Remove variables.
8513 (Man-overstrike, Man-underline, Man-reverse): New faces.
8514 (Man-fontify-manpage): Use them instead of the variables.
8515 (Man-cleanup-manpage): Comment change.
8516 (Man-ansi-color-map): New variable.
8517 (Man-fontify-manpage): Use it.
8518 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8519
8520 Implement ANSI SGR parameters 22-27 (bug#12146).
8521 * ansi-color.el (ansi-colors): Doc fix.
8522 (ansi-color-context, ansi-color-context-region): Doc fix.
8523 (ansi-color--find-face): New function.
8524 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8525 Rename the local variable `face' to `codes' since it is now a list of
8526 ansi codes. Doc fix.
8527 (ansi-color-get-face): Remove.
8528 (ansi-color-parse-sequence): New function, derived from
8529 ansi-color-get-face.
8530 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8531 codes 22-27.
8532
8533 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 * subr.el (read-passwd): Allow use from a minibuffer.
8536
8537 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8538
8539 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8540 inside comments and strings as identifiers.
8541
8542 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8543 expression to evaluate. This allows to evaluate expressions with
8544 embedded whitespace.
8545 (gud-tooltip-tips): Add a blank before the newline in the
8546 message-box text, for the benefit of message-box emulation on
8547 MS-Windows.
8548
8549 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8550 messages from GDB, pop them up in a tooltip to give feedback to
8551 user.
8552 (gdb-tooltip-print-1): Quote the expression to evaluate.
8553 This allows to evaluate expressions with embedded whitespace.
8554 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8555 if the TTY name is nil or empty (which happens when communicating
8556 with the inferior via pipes, e.g. on MS-Windows).
8557 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8558 don't send that to the GUD buffer.
8559
8560 2012-08-14 Glenn Morris <rgm@gnu.org>
8561
8562 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8563 Optimize away setq-default with no args, as for setq. (Bug#12195)
8564
8565 2012-08-14 Chong Yidong <cyd@gnu.org>
8566
8567 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8568
8569 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8570 (Bug#12085).
8571
8572 2012-08-14 Glenn Morris <rgm@gnu.org>
8573
8574 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8575
8576 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8577
8578 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8579 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8580 Use cached shell name.
8581
8582 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8583
8584 * progmodes/python.el (python-shell-send-string):
8585 (python-shell-send-setup-code): Do not use `format' with `message'.
8586
8587 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8588
8589 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8590 (ruby-percent-literal-beg-re): New constant.
8591 (ruby-syntax-general-delimiters-goto-beg): Rename to
8592 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8593 (ruby-syntax-propertize-general-delimiters): Rename to
8594 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8595 popular term. Adjust comments everywhere.
8596 (ruby-syntax-propertize-percent-literal): Only propertize when not
8597 inside a simple string or comment. When the literal is unclosed,
8598 leave the text after it unpropertized.
8599 (ruby-syntax-methods-before-regexp): New constant.
8600 (ruby-syntax-propertize-function): Use it to recognize regexps.
8601 Don't look at the text after regexp, just use the whitelist.
8602
8603 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8604
8605 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8606 non-nil always load the compiled file if it exists. (Bug#12197)
8607
8608 2012-08-14 Chong Yidong <cyd@gnu.org>
8609
8610 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8611 (hi-lock-set-pattern): When deciding whether to use font lock or
8612 overlays, look at font-lock-mode instead of font-lock-fontified
8613 (Bug#12168).
8614 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8615 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8616
8617 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8618
8619 * subr.el (internal--after-with-selected-window): Fix typo
8620 (Bug#12193).
8621
8622 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8623
8624 Use `completion-table-dynamic' for completion functions.
8625 * progmodes/python.el
8626 (python-shell-completion--do-completion-at-point)
8627 (python-shell-completion--get-completions):
8628 Remove functions.
8629 (python-shell-completion-complete-at-point): New function.
8630 (python-completion-complete-at-point): Use it.
8631
8632 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8633
8634 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8635 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8636
8637 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * subr.el (function-get): Refine `autoload' arg so it can also
8640 autoload functions for gv.el (bug#12191).
8641 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8642 autoloads macros.
8643
8644 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8645 Prefer pcase-let over destructuring-bind.
8646 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8647 Also, remove whitespace as we go, rather than after accumulating the
8648 various places.
8649
8650 * subr.el (internal--before-with-selected-window)
8651 (internal--after-with-selected-window): Fix typo seleted->selected.
8652 (with-selected-window): Adjust callers.
8653 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8654
8655 2012-08-13 Bastien Guerry <bzg@gnu.org>
8656
8657 * window.el (special-display-popup-frame): Minor docstring
8658 enhancement. (Bug#12172)
8659
8660 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8661
8662 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8663 type 1-6.
8664 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8665 extended headers.
8666
8667 * files.el (hack-local-variables-filter): Remove useless eval.
8668
8669 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8670
8671 * subr.el (with-selected-window): Fix last change.
8672
8673 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * subr.el (internal--before-with-seleted-window)
8676 (internal--after-with-seleted-window): New functions.
8677 (with-selected-window): Use them, to replace dependency on
8678 tty-top-frame.
8679
8680 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8681
8682 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8683 binding for `newline'.
8684 (ruby-move-to-block): When moving backward, stop at block opening,
8685 not indentation.
8686 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8687 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8688 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8689 `ruby-toggle-block'.
8690
8691 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8692
8693 * ibuffer.el (ibuffer-do-toggle-read-only):
8694 * dired.el (dired-toggle-read-only):
8695 * buff-menu.el (Buffer-menu-toggle-read-only):
8696 * bindings.el (mode-line-toggle-read-only):
8697 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8698
8699 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8700
8701 * descr-text.el (describe-char): Put the overlays over the
8702 "displayed as" character.
8703
8704 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8705
8706 * calc/calc-units.el (math-default-units-table): Give an
8707 initial value.
8708 (math-put-default-units): Add options to put composite units and
8709 unit systems in the default units table.
8710 (calc-convert-units): Send composite units to
8711 `math-put-default-units' when appropriate.
8712
8713 2012-08-11 Glenn Morris <rgm@gnu.org>
8714
8715 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8716
8717 * tutorial.el (help-with-tutorial):
8718 * emacs-lisp/copyright.el (copyright-update-directory):
8719 * emacs-lisp/autoload.el (autoload-find-generated-file)
8720 (autoload-find-file): Disable local eval: (for insurance).
8721
8722 * files.el (hack-local-variables-filter): If an eval: form is not
8723 known to be safe, and enable-local-variables is :safe, then ignore
8724 the form totally, as is done for non-eval forms. (Bug#12155)
8725 This is CVE-2012-3479.
8726
8727 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8730 (rx-form): Simplify.
8731
8732 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8733
8734 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8735 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8736 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8737 (ruby-syntax-propertize-function): Adjust for changes in
8738 `ruby-syntax-propertize-heredoc'.
8739
8740 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8741
8742 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8743 binding (use `M-;' instead).
8744 (ruby-singleton-class-p): New function.
8745 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8746
8747 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8750
8751 2012-08-10 Chong Yidong <cyd@gnu.org>
8752
8753 * progmodes/python.el (python-shell-get-process-name): Don't mess
8754 with same-window-buffer-names.
8755
8756 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8757 (eshell-remove-from-window-buffer-names): Make obsolete.
8758 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8759 (eshell): Just use pop-to-buffer-same-window instead.
8760
8761 2012-08-10 Chong Yidong <cyd@gnu.org>
8762
8763 * bindings.el: Bind M-= back to count-words-region.
8764
8765 * simple.el (count-words-region): Accept a prefix arg for acting
8766 on the entire buffer.
8767 (count-words--buffer-message): New helper function.
8768
8769 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8772 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8773 (event-start, event-end): Use posn-at-point to return a more
8774 informative posn.
8775 (posnp): New function.
8776 * mouse.el (popup-menu-normalize-position): Use it.
8777
8778 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8779
8780 * mouse.el (popup-menu-normalize-position): New function.
8781 (popup-menu): Use `popup-menu-normalize-position' to normalize
8782 the form for POSITION argument.
8783
8784 * term/x-win.el (x-menu-bar-open):
8785 Use the value returend from (posn-at-point) as position
8786 passed to `popup-menu'.
8787
8788 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8789
8790 * calc/calccomp.el (math-compose-expr): Add extra argument
8791 indicating that parentheses should be put around products in
8792 denominators. Give multiplication precedence over division during
8793 composition.
8794
8795 2012-08-09 Chong Yidong <cyd@gnu.org>
8796
8797 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8798 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8799 (Man-untabify-command, manual-program): Convert to defcustom
8800 (Bug#10429).
8801
8802 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8803
8804 * descr-text.el (describe-char): Don't insert extra newlines
8805 (Bug#10127).
8806
8807 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8808 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8809
8810 * align.el (align-region): Delete temporary markers (Bug#10047).
8811 Plus some code cleanups.
8812
8813 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8814
8815 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8816 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8817 (python-shell-internal-last-output): Use make-local-variable
8818 instead of make-variable-buffer-local.
8819
8820 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8821
8822 * progmodes/python.el: Enhancements to forward-sexp.
8823 (python-nav-forward-sexp): Rename from
8824 python-nav-forward-sexp-function.
8825 (python-nav--forward-sexp, python-nav--backward-sexp):
8826 New functions.
8827
8828 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8829
8830 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8831 modes and simplification modes.
8832
8833 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8834
8835 * delsel.el (delete-selection-pre-hook): Don't propagate the
8836 file-supersession signals (bug#12161).
8837
8838 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8841 (cl-map-extents): Add compatibility aliases (bug#12135).
8842
8843 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8844
8845 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8846 tests by `ignore-error'.
8847 (tramp-find-shell): Open also a new shell, when cache is already
8848 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8849
8850 2012-08-08 Juri Linkov <juri@jurta.org>
8851
8852 * bookmark.el: Add `defaults' property to the bookmark record.
8853 (bookmark-current-buffer): Doc fix.
8854 (bookmark-make-record): Add `defaults' property with default values
8855 to the bookmark record.
8856 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8857 with `bookmark-insert-current-bookmark'.
8858 (bookmark-set): Get `defaults' property from the bookmark record
8859 and use it in `read-from-minibuffer'.
8860 (bookmark-insert-current-bookmark): Remove function.
8861
8862 * info.el (Info-bookmark-make-record): Add `defaults' property
8863 with values of canonical Info node name, the current Info file
8864 name and the current Info node name. (Bug#12107)
8865
8866 2012-08-08 Juri Linkov <juri@jurta.org>
8867
8868 * files.el (basic-save-buffer): Use `buffer-name' as the default
8869 of `read-file-name' when buffer is not visiting a file (bug#12128).
8870
8871 2012-08-08 Juri Linkov <juri@jurta.org>
8872
8873 * info.el (Info-isearch-search): Doc fix.
8874 (Info-search): Change search-failed message from "initial node" to
8875 "end of node" (bug#12078).
8876 (Info-isearch-search): Change `isearch-string-state' to
8877 `isearch--state-string'.
8878
8879 2012-08-08 Glenn Morris <rgm@gnu.org>
8880
8881 * language/persian.el: Remove file.
8882 * language/misc-lang.el: Move unique part of persian.el here.
8883 * loadup.el: Remove language/persian.
8884
8885 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8886
8887 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8888
8889 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8890
8891 * progmodes/python.el: Fix defsubst warning.
8892 (python-syntax-context) Rename from python-info-ppss-context.
8893 (python-syntax-context-type): Rename from
8894 python-info-ppss-context-type.
8895 (python-syntax-comment-or-string-p): Rename from
8896 python-info-ppss-comment-or-string-p.
8897
8898 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8899
8900 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8901
8902 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8903
8904 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8905 a defcustom that is quoted with backquote.
8906
8907 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8908 Fix handling of interactive spec when the body uses return.
8909 (math-do-arg-check, math-define-function-body): Use backquote forms.
8910 * calc/calc-ext.el (math-defcache): Likewise.
8911 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8912 * allout.el (allout-new-exposure): Likewise.
8913 * calc/calcalg2.el (math-tracing-integral): Likewise.
8914 * info.el (Info-last-menu-item): Likewise.
8915 * emulation/vip.el (vip-loop): Likewise.
8916 * textmodes/artist.el (artist-funcall): Likewise.
8917 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8918 Construct menu-item directly.
8919
8920 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8921 Don't declare.
8922
8923 2012-08-07 Chong Yidong <cyd@gnu.org>
8924
8925 * simple.el (deactivate-mark): Preserve text properties when
8926 saving the primary selection (Bug#8384).
8927
8928 2012-08-07 Kevin Ryde <user42@zip.com.au>
8929
8930 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8931 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8932 and continue processing (Bug#12110).
8933
8934 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8937 syntax-propertize-function (bug#10095).
8938
8939 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8942 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8943 describe-function-1.
8944 (describe-function-1): Use them. Move compiler macro after sig.
8945 (help-fns--compiler-macro): Use function-get. Assume we're already in
8946 standard-output. Adjust layout to new call order.
8947
8948 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8949 re-binding a symbol that has a symbol-macro (bug#12119).
8950
8951 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8952
8953 * language/persian.el: New file. (Bug#11812)
8954 * loadup.el: Add language/persian.el.
8955
8956 2012-08-06 Chong Yidong <cyd@gnu.org>
8957
8958 * window.el (window--maybe-raise-frame): New function.
8959 (window--display-buffer): Split off from here.
8960 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8961 (display-buffer-pop-up-window, display-buffer-use-some-window):
8962 Obey an inhibit-switch-frame action alist entry.
8963 (display-buffer): Update doc.
8964
8965 * replace.el (occur-after-change-function): Avoid losing focus by
8966 using the inhibit-switch-frame display parameter (Bug#12139).
8967
8968 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8969
8970 Make internal shell process buffer names start with space.
8971 * progmodes/python.el (python-shell-make-comint): Add optional
8972 argument INTERNAL.
8973 (run-python-internal): Use it.
8974 (python-shell-internal-get-or-create-process): Check for new
8975 internal buffer names.
8976
8977 2012-08-06 Glenn Morris <rgm@gnu.org>
8978
8979 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8980 Do less getting and setting of environment variables.
8981
8982 2012-08-05 Chong Yidong <cyd@gnu.org>
8983
8984 * proced.el (proced): Add substitution string to docstring to
8985 trigger autoloading of the proced library on C-h f (Bug#1768).
8986
8987 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8988 Don't show defvars which have no second argument (Bug#8638).
8989
8990 * imenu.el (imenu-generic-expression): Move documentation here
8991 from imenu--generic-function.
8992 (imenu--generic-function): Refer to imenu-generic-expression.
8993
8994 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
8995
8996 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8997 indentation declaration.
8998 (viper-loop): Add indentation declaration (Bug#7025).
8999
9000 2012-08-05 Chong Yidong <cyd@gnu.org>
9001
9002 * help-fns.el (describe-variable): Add hyperlink for
9003 directory-local variables files. Improve buffer-local and
9004 permanent-local reporting; suggested by MON KEY (Bug#6644).
9005
9006 * help-mode.el (help-dir-local-var-def): New button type.
9007
9008 * files.el (kill-buffer-hook): Provide a defvar.
9009
9010 2012-08-05 Glenn Morris <rgm@gnu.org>
9011
9012 * eshell/esh-ext.el (eshell/addpath):
9013 Also update eshell-path-env. (Bug#12013)
9014
9015 2012-08-05 Chong Yidong <cyd@gnu.org>
9016
9017 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9018
9019 * fringe.el (fringe-styles): Add docstring.
9020 (fringe--check-mode): New function.
9021 (set-fringe-mode, set-fringe-style): Use it.
9022 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9023
9024 * files.el (set-auto-mode): Fix invalid setq call.
9025
9026 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * isearch.el: Misc simplification; use defstruct.
9029 (isearch-mode-map): Dense maps now work like sparse ones.
9030 (isearch--state): New defstruct.
9031 (isearch-string-state, isearch-message-state, isearch-point-state)
9032 (isearch-success-state, isearch-forward-state)
9033 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9034 (isearch-wrapped-state, isearch-barrier-state)
9035 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9036 replaced by defstruct's accessors.
9037 (isearch--set-state): Rename from isearch-top-state and change
9038 calling convention.
9039 (isearch-push-state): Use new isearch--get-state.
9040 (isearch-toggle-word): Disable regexp when enabling word.
9041 (isearch-message-prefix): Remove unused arg _c-q-hack.
9042 (isearch-message-suffix): Remove unused arg _ellipsis.
9043
9044 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9045
9046 * simple.el (list-processes--refresh): For a server use :host or
9047 :local as the address.
9048 (list-processes): Doc fix.
9049
9050 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9051
9052 * lisp/mpc.el: Support password in host argument.
9053 (mpc--proc-connect): Parse and use new password element.
9054 Set mpc-proc variable instead of returning process.
9055 (mpc-proc): Adjust accordingly.
9056
9057 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9058
9059 * whitespace.el (whitespace-display-mappings): Use Unicode
9060 codepoints, instead of emacs-mule codepoints. See
9061 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9062 for the details.
9063
9064 * files.el (file-truename): Don't skip symlink-chasing part on
9065 windows-nt. Incorporate the resolution of 8+3 short aliases on
9066 Windows into the loop that recursively chases symlinks.
9067 Compare directory and its parent case-insensitively on MS-Windows and
9068 MS-DOS.
9069
9070 2012-08-03 Chong Yidong <cyd@gnu.org>
9071
9072 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9073
9074 * sort.el (sort-regexp-fields): Doc fix.
9075
9076 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9077
9078 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9079 labels regex position point at the expected place.
9080
9081 2012-08-03 MON KEY <monkey@sandpframing.com>
9082
9083 * net/imap.el (imap-interactive-login, imap-authenticate)
9084 (imap-mailbox-lsub, imap-mailbox-list)
9085 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9086 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9087 (imap-parse-response): Doc fix.
9088
9089 2012-08-03 João Távora <joaotavora@gmail.com>
9090
9091 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9092 if sexp scanning does not move point (Bug#5734).
9093
9094 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9095
9096 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9097 Add listings, minted, and ctable packages.
9098 (reftex-label-alist-builtin): Move listings, minted, and ctable
9099 entries before LaTeX.
9100 (reftex-label-alist): Docfix.
9101
9102 2012-08-02 Bastien Guerry <bzg@gnu.org>
9103
9104 * replace.el (occur): Fix docstring (bug#12122).
9105
9106 2012-08-02 Glenn Morris <rgm@gnu.org>
9107
9108 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9109
9110 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9111
9112 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9113 * international/mule-cmds.el: Create
9114 inactivate-current-input-method-function as an obsolete alias for
9115 deactivate-current-input-method-function. See Katsumi Yamaoka in
9116 <http://bugs.gnu.org/10150#46>.
9117
9118 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9119
9120 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9121 of nested `if's.
9122
9123 2012-08-01 Glenn Morris <rgm@gnu.org>
9124
9125 * progmodes/autoconf.el (autoconf-definition-regexp):
9126 Add AH_TEMPLATE, adjust submatch numbering.
9127 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9128 (autoconf-current-defun-function): Update for above change.
9129 (autoconf-current-defun-function): First skip to end of current word.
9130
9131 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9132
9133 * calendar/cal-html.el (cal-html-insert-agenda-days):
9134 Fix typo. (Bug#12018)
9135
9136 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9137
9138 Shell processes: enhancements to startup and CEDET compatibility.
9139 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9140 (python-shell-make-comint): accept-process-output at startup.
9141 (run-python-internal): Set inferior-python-mode-hook to nil.
9142 (python-shell-internal-get-or-create-process): call sit-for.
9143 (python-preoutput-result): Add obsolete alias.
9144 (python-shell-internal-send-string): Use it.
9145 (python-shell-send-setup-code): Remove call to
9146 accept-process-output.
9147
9148 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9149
9150 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9151 (Bug#12108)
9152
9153 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9154
9155 * calc-mode.el (calc-basic-simplification-mode): Rename from
9156 `calc-limited-simplification-mode'.
9157 (calc-alg-simplification-mode): New function.
9158 (calc-set-simplify-mode): Adjust message.
9159
9160 * calc.el (calc-set-mode-line): Adjust mode line display for
9161 basic simplification mode.
9162
9163 * calc-help.el (calc-m-prefix-help): Update help message.
9164
9165 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9166 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9167
9168 2012-07-31 Bastien Guerry <bzg@gnu.org>
9169
9170 * man.el (man): Fix comment. (bug#12101)
9171
9172 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9173
9174 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9175 Don't return a non-nil value when no suitable buffer was found.
9176
9177 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9178
9179 * progmodes/python.el (run-python-internal): Disable font lock for
9180 internal shells.
9181
9182 2012-07-30 Stefan Merten <smerten@oekonux.de>
9183
9184 * textmodes/rst.el: Silence `checkdoc-ispell'.
9185 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9186 (rst-official-version, rst-official-cvs-rev)
9187 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9188 (rst-mode-map): New key binding.
9189
9190 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9191
9192 Update .PHONY listings in makefiles.
9193 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9194 autoloads, update-subdirs, updates, bzr-update, update-authors,
9195 compile-onefile, compile-calc, backup-compiled-files,
9196 compile-after-backup, compile-one-process, mh-autoloads,
9197 bootstrap-clean, distclean, maintainer-clean.
9198
9199 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9200
9201 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9202 (calc-set-mode-line): Don't display "AlgSimp ".
9203
9204 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9205 (calc-lim-simplify-mode): New function.
9206 (calc-set-simplify-mode): Default to 'alg.
9207 (calc-default-simplify-mode): Make algebraic simplifications
9208 the default.
9209
9210 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9211 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9212
9213 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9214 indicate new simplification modes.
9215
9216 * calc/README: Mention new default simplification mode.
9217
9218 * calc/calc.el (math-normalize-error): New variable.
9219 (math-normalize): Set `math-normalize-error' to t
9220 when there's an error.
9221
9222 * calc/calc-alg.el (math-simplify): Don't simplify when
9223 `math-normalize' returns an error.
9224
9225 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9226
9227 * international/mule-cmds.el (set-locale-environment): Revert last
9228 change, since display-graphic-p returns nil when this function is
9229 called during startup. Instead...
9230
9231 * term/w32console.el (terminal-init-w32console): ...setup the
9232 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9233
9234 2012-07-29 Juri Linkov <juri@jurta.org>
9235
9236 * simple.el (goto-line): Don't display default line number in the
9237 prompt because it should be displayed by `read-number' (bug#9952).
9238 Add the current line number to the defaults of `goto-line' to
9239 allow its easier modification by users with `M-n' (bug#9201).
9240
9241 * subr.el (read-number): Support multiple default values like in
9242 other minibuffer reading functions. Replace `read' with
9243 `string-to-number' for consistency with `number-to-string'.
9244
9245 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9246
9247 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9248 * emulation/viper-init.el (viper-deactivate-input-method-action):
9249 Rename from viper-inactivate-input-method-action.
9250 (viper-deactivate-input-method):
9251 Rename from viper-inactivate-input-method.
9252 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9253 * international/mule-cmds.el (deactivate-input-method):
9254 Rename from inactivate-input-method.
9255 Also run input-method-deactivate-hook.
9256 (deactivate-current-input-method-function):
9257 Rename from inactivate-current-input-method-function.
9258 (input-method-deactivate-hook): New hook.
9259 (input-method-inactivate-hook): Mark obsolete.
9260 (inactivate-input-method): Mark obsolete.
9261
9262 * international/quail.el (quail-activate):
9263 Also run quail-deactivate-hook.
9264 (quail-deactivate): Rename from quail-inactivate.
9265 * international/robin.el (robin-activate):
9266 Also run robin-deactivate-hook.
9267 (robin-deactivate): Rename from robin-inactivate.
9268
9269 2012-07-29 Chong Yidong <cyd@gnu.org>
9270
9271 * simple.el (indicate-copied-region): New function.
9272 (kill-ring-save): Split off from here.
9273
9274 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9275 (kill-rectangle): Set deactivate-mark to t on read-only error.
9276
9277 * register.el (copy-to-register, copy-rectangle-to-register):
9278 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9279 (append-to-register, prepend-to-register): Call indicate-copied-region.
9280
9281 2012-07-29 Juri Linkov <juri@jurta.org>
9282
9283 * simple.el (async-shell-command-buffer): New defcustom.
9284 (shell-command): Use it. (Bug#4719)
9285
9286 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9287
9288 * international/mule-cmds.el (set-locale-environment): In a
9289 console session on MS-Windows, set up keyboard and terminal
9290 encoding from the OEM codepage, not the ANSI codepage.
9291 (Bug#12055)
9292
9293 2012-07-28 Chong Yidong <cyd@gnu.org>
9294
9295 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9296 gdb-get-location.
9297
9298 2012-07-28 Leo Liu <sdl.web@gmail.com>
9299
9300 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9301 the alist (bug#12029).
9302
9303 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9304
9305 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9306 (compile-always, compile-first)
9307 ($(lisp)/calendar/cal-loaddefs.el)
9308 ($(lisp)/calendar/diary-loaddefs.el)
9309 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9310 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9311 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9312 instead of on update-subdirs.
9313 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9314
9315 2012-07-28 Chong Yidong <cyd@gnu.org>
9316
9317 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9318 directory if vc-deduce-backend returns nil (Bug#7350).
9319
9320 * simple.el (delete-trailing-lines): New option.
9321 (delete-trailing-whitespace): Obey it (Bug#11879).
9322
9323 2012-07-28 David Engster <deng@randomsample.de>
9324
9325 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9326 Explanation of new 'symbol-qnames feature in doc-strings.
9327 (xml-maybe-do-ns): Return expanded names as plain symbols if
9328 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9329 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9330
9331 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9332
9333 Consistent completion in inferior python with emacs -nw.
9334 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9335 binding in inferior-python-mode-map with "\t".
9336 (python-shell-completion-complete-at-point)
9337 (python-completion-complete-at-point): Remove interactive spec.
9338
9339 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9340
9341 * calc/calccomp.el (math-compose-expr): Undo previous change.
9342
9343 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9344
9345 * progmodes/python.el (python-mode-map): Add keybinding for
9346 run-python.
9347 (python-shell-make-comint): Fix pop-to-buffer call.
9348 (run-python): Autoload. New arg SHOW.
9349 (python-shell-get-or-create-process): Do not pop python process
9350 buffer.
9351
9352 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9353
9354 * notifications.el (notifications-on-action-signal)
9355 (notifications-on-closed-signal): Use also the bus address for the map.
9356 (notifications-notify, notifications-close-notification)
9357 (notifications-get-capabilities): Add optional argument BUS.
9358
9359 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9360
9361 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9362 Add support for the lstlisting and minted environments, and for the
9363 ctable macro.
9364 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9365 labels written in keyvals syntax.
9366
9367 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9368
9369 * calc/calccomp.el (math-compose-expr): Use parentheses when
9370 there is a product in the denominator of a fraction.
9371
9372 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9373
9374 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9375 ($(lisp)/calendar/diary-loaddefs.el)
9376 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9377 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9378 Fixes failures in parallel bootstrap because subdirs.el is being
9379 rewritten while the autoload files are built at the same time,
9380 which needs to load subdirs.el.
9381
9382 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9383
9384 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9385 (mouse-drag-line): Don't exit tracking when a switch-frame or
9386 switch-window event occurs (Bug#12006).
9387
9388 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9389
9390 * mouse.el (popup-menu): Fix last change.
9391
9392 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 Autoload from Lisp with more care. Follow aliases when looking for
9395 function properties.
9396 * subr.el (autoloadp): New function.
9397 (symbol-file): Use it.
9398 (function-get): New function.
9399 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9400 autoload-do-load.
9401 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9402 (lisp-indent-function):
9403 * emacs-lisp/gv.el (gv-get):
9404 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9405 * emacs-lisp/byte-opt.el (byte-optimize-form):
9406 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9407 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9408 Use function-get.
9409 * emacs-lisp/cl.el: Don't propagate function properties any more.
9410
9411 * speedbar.el (speedbar-add-localized-speedbar-support):
9412 * emacs-lisp/disass.el (disassemble-internal):
9413 * desktop.el (desktop-load-file):
9414 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9415 (describe-function-1):
9416 * emacs-lisp/find-func.el (find-function-noselect):
9417 * emacs-lisp/elp.el (elp-instrument-function):
9418 * emacs-lisp/advice.el (ad-has-proper-definition):
9419 * apropos.el (apropos-safe-documentation, apropos-macrop):
9420 * emacs-lisp/debug.el (debug-on-entry):
9421 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9422 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9423 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9424
9425 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9426
9427 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9428 function, not an obsolete variable (Bug#12046).
9429
9430 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9431
9432 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9433
9434 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9435
9436 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9437 window only if it is still live (Bug#12034).
9438
9439 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9440
9441 * subr.el (redirect-frame-focus): Add advertised calling
9442 convention (Bug#12030).
9443
9444 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9445
9446 Prefer typical American spelling for "acknowledgment".
9447 * vc/add-log.el (change-log-acknowledgment): Rename from
9448 change-log-acknowledgement, with an alias for the old name.
9449
9450 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9451
9452 * calc-alg.el (math-simplify-divide): Don't cross multiply
9453 in an equation when the lhs is a variable.
9454
9455 2012-07-24 Julien Danjou <julien@danjou.info>
9456
9457 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9458 Remove, unused.
9459
9460 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9461
9462 * startup.el (command-line): Don't display an empty user name in
9463 the error message about non-existent home directory, when
9464 init-file-user was set to an empty string. See
9465 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9466 for the details and context.
9467
9468 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9469
9470 * ses.el (ses-cell-formula-aset): New macro.
9471 (ses-cell-references-aset): New macro.
9472 (ses-cell-p): New function.
9473 (ses-rename-cell): Do no longer rely on complex operations like
9474 ses-cell-set-formula or ses-set-cell to change the cell and handle
9475 the undo at the same time, but rather use lower level new macros
9476 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9477 the undo directly. Refresh the mode line.
9478
9479 2012-07-21 Leo Liu <sdl.web@gmail.com>
9480
9481 * progmodes/cc-cmds.el (c-defun-name):
9482 Use match-string-no-properties instead for consistency.
9483
9484 2012-07-20 Leo Liu <sdl.web@gmail.com>
9485
9486 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9487 (Bug#7879)
9488
9489 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9490
9491 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9492
9493 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9494 * progmodes/bug-reference.el, misearch.el: Provide themselves
9495 (bug#11915).
9496
9497 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9498 of narrowed buffer (bug#11966).
9499
9500 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9501
9502 * ses.el (ses-rename-cell): Set new name also in reference list of
9503 cells of which the renamed cell depends.
9504
9505 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9506
9507 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9508 to check whether menu-bar is shown or not. If not shown,
9509 show the menu-bar as a popup menu instead of using tmm.
9510 * mouse.el (popup-menu): Accept `point' as `position' argument.
9511
9512 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9513
9514 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9515 up inside string symbol literal (bug#11923).
9516
9517 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9518
9519 * startup.el (fancy-startup-text): Read the whole tutorial, not
9520 just its first 256 bytes. Prevents gibberish in display of the
9521 tutorial title.
9522
9523 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9524
9525 Drop idle buffer compaction due to an absence of the
9526 proved efficiency.
9527 * compact.el: Remove.
9528
9529 2012-07-19 Sam Steingold <sds@gnu.org>
9530
9531 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9532 vc-bzr-pull & vc-bzr-merge-branch.
9533 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9534 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9535 for consistency with compilation-error-regexp-alist.
9536 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9537 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9538 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9539 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9540
9541 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9542
9543 * emacs-lisp/chart.el: Use lexical-binding.
9544 (chart-emacs-storage): Don't hardcode the list of entries.
9545
9546 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9547
9548 Next round of tweaks caused by Fgarbage_collect changes.
9549 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9550
9551 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9552
9553 Compact buffers when idle.
9554 * compact.el: New file.
9555
9556 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * subr.el (eventp): Presume that if it looks vaguely like an event,
9559 it's an event (bug#10190).
9560
9561 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9562
9563 Enhancements to ppss related code (thanks Stefan).
9564 * progmodes/python.el (python-indent-context)
9565 (python-indent-calculate-indentation, python-indent-dedent-line)
9566 (python-indent-electric-colon, python-nav-forward-block)
9567 (python-mode-abbrev-table)
9568 (python-info-assignment-continuation-line-p): Simplify checks
9569 for ppss context.
9570 (python-info-continuation-line-p): Cleanup.
9571 (python-info-ppss-context): Do not catch 'quote.
9572 (python-info-ppss-context-type)
9573 (python-info-ppss-comment-or-string-p): Simplify.
9574
9575 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9576
9577 * progmodes/python.el: Enhancements to eldoc support.
9578 (python-info-current-symbol): New function.
9579 (python-eldoc-at-point): Use python-info-current-symbol.
9580 (python-info-current-defun): Fix cornercase on first defun scan.
9581 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9582 and signal error when no inferior python process is available.
9583
9584 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9585
9586 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9587 assume it's always t.
9588 (vc-git-registered): Remove caching, the function is only called
9589 once.
9590 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9591
9592 2012-07-18 Chong Yidong <cyd@gnu.org>
9593
9594 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9595
9596 * simple.el (count-words): Report on narrowing (Bug#9959).
9597
9598 * bindings.el: Bind M-= to count-words.
9599
9600 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9601
9602 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9603
9604 * progmodes/sh-script.el (sh-imenu-generic-expression):
9605 Capture a function with `function' keyword and without parentheses
9606 like "function FOO" (bug#11856).
9607
9608 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9609
9610 * window.el (split-window-sensibly): Make WINDOW argument
9611 optional.
9612
9613 2012-07-18 Chong Yidong <cyd@gnu.org>
9614
9615 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9616
9617 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9618 and make C-x 8 RET exit isearch (Bug#11439).
9619
9620 * international/iso-transl.el: Move isearch-mode-map key
9621 definitions to isearch.el.
9622
9623 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9626 (eieio-defclass): Use gv-define-setter when possible.
9627
9628 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9629
9630 Reflect recent changes in Fgarbage_collect.
9631 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9632 reflect new format of data returned by Fgarbage_collect.
9633
9634 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9635
9636 New utility functions + python-info-ppss-context fix (Bug#11910).
9637 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9638 (python-info-ppss-comment-or-string-p): New functions.
9639 (python-info-ppss-context): Small fix for string check.
9640
9641 2012-07-17 Juri Linkov <juri@jurta.org>
9642
9643 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9644 (dired-do-async-shell-command): Don't add `*' at the end of the
9645 command (Bug#11815).
9646 (dired-do-shell-command): Doc fix.
9647 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9648 Join the individual commands using either "&" or ";" as the
9649 separator depending on the values of these trailing characters.
9650 At the end re-add the trailing "&". (Bug#10598)
9651
9652 * simple.el (async-shell-command): Sync the interactive spec with
9653 `shell-command'. Doc fix.
9654 (shell-command): Doc fix.
9655
9656 2012-07-17 Juri Linkov <juri@jurta.org>
9657
9658 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9659
9660 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9661
9662 Final renames and doc fixes for movement commands (bug#11899).
9663 * progmodes/python.el (python-nav-beginning-of-statement):
9664 Rename from python-nav-statement-start.
9665 (python-nav-end-of-statement): Rename from
9666 python-nav-statement-end.
9667 (python-nav-beginning-of-block): Rename from
9668 python-nav-block-start.
9669 (python-nav-end-of-block): Rename from python-nav-block-end.
9670
9671 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9672
9673 * progmodes/python.el (python-shell-send-string-no-output):
9674 Allow accept-process-output to quit, keeping shell process ready for
9675 future interactions (Bug#11868).
9676
9677 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9680
9681 * emacs-lisp/elint.el (elint-find-args-in-code):
9682 Use help-function-arglist, so as to handle lexical byte-code.
9683
9684 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9685 change (bug#11826).
9686
9687 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9690 Avoid spuriously marking the buffer as modified because of c-is-sws.
9691
9692 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9693 as not-a-comment (bug#11946).
9694
9695 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9696 for uninterned vars.
9697
9698 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9699 Use read-event since we don't really want to read chars but bytes.
9700
9701 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9702 $$..$$ but also $..$ using regexps (bug#11953).
9703 Use tex-verbatim for \url and \path.
9704 (tex-font-lock-keywords): Define as defconst like the others.
9705 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9706
9707 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9708
9709 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9710 alias for insert-char.
9711
9712 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9713
9714 * progmodes/python.el: Simplified imenu implementation.
9715 (python-nav-jump-to-defun): Remove command.
9716 (python-mode-map): Use `imenu' instead.
9717 (python-nav-list-defun-positions-cache)
9718 (python-imenu-include-defun-type, python-imenu-make-tree)
9719 (python-imenu-subtree-root-label, python-imenu-index-alist):
9720 Remove vars.
9721 (python-nav-list-defun-positions, python-nav-read-defun)
9722 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9723 (python-imenu-make-tree, python-imenu-create-index):
9724 Remove functions.
9725 (python-mode): Update to interact with imenu by setting
9726 `imenu-extract-index-name-function' only.
9727
9728 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9729
9730 * progmodes/python.el: Enhancements to navigation commands.
9731 (python-nav-backward-sentence)
9732 (python-nav-forward-sentence): Remove.
9733 (python-nav-backward-statement, python-nav-forward-statement)
9734 (python-nav-statement-start, python-nav-statement-end)
9735 (python-nav-backward-block, python-nav-forward-block)
9736 (python-nav-block-start, python-nav-block-end)
9737 (python-nav-forward-sexp-function)
9738 (python-info-current-line-comment-p)
9739 (python-info-current-line-empty-p): New functions.
9740 (python-indent-context): Use `python-nav-statement-start'.
9741
9742 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9743
9744 * eshell/em-ls.el (eshell/ls): Use `apply'.
9745
9746 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9747 multi-hops, instead of Tramp internals.
9748
9749 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9750
9751 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9752 when F1 and F2 are located on different hosts.
9753
9754 2012-07-14 Chong Yidong <cyd@gnu.org>
9755
9756 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9757 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9758 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9759 (xterm-mouse--read-event-sequence-1000)
9760 (xterm-mouse--read-event-sequence-1006): New functions. For old
9761 mouse protocol, handle M-mouse-X events correctly.
9762 (xterm-mouse-event): New arg specifying mouse protocol.
9763 (turn-on-xterm-mouse-tracking-on-terminal)
9764 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9765 sequence to toggle extended coordinates on newer XTerms.
9766 This appears to be harmless on terminals which do not support this.
9767
9768 2012-07-14 Leo Liu <sdl.web@gmail.com>
9769
9770 Add fringe bitmap indicators for flymake. (Bug#11253)
9771 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9772 (flymake-make-overlay): New arg BITMAP.
9773 (flymake-error-bitmap, flymake-warning-bitmap)
9774 (flymake-fringe-indicator-position): New user variables.
9775
9776 * fringe.el: New bitmap exclamation-mark.
9777
9778 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9779
9780 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9781 also (Bug#7879).
9782
9783 2012-07-14 Chong Yidong <cyd@gnu.org>
9784
9785 * electric.el (electric-pair-post-self-insert-function): Fix pair
9786 insertion in empty-region case (Bug#11520).
9787
9788 2012-07-14 Chong Yidong <cyd@gnu.org>
9789
9790 * bindings.el: Consolidate ctl-x-r-map bindings.
9791 Bind copy-rectangle-as-kill to C-x r w.
9792
9793 * rect.el, register.el: Move bindings to bindings.el.
9794
9795 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9796
9797 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9798
9799 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9800
9801 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9802
9803 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9804
9805 * bindings.el (top): Use `mapc' instead of `mapcar'.
9806
9807 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9808
9809 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9810
9811 * progmodes/sql.el (sql-comint): Suppress the check for program on
9812 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9813 (Bug#11908)
9814
9815 2012-07-13 Chong Yidong <cyd@gnu.org>
9816
9817 * bindings.el: Assign a non-nil permanent-local property to
9818 per-buffer variables which lack a default value (Bug#11930).
9819
9820 * help-fns.el (describe-variable): In the "automatically becomes
9821 local" notice, take note of permanent-local variables.
9822
9823 2012-07-13 Chong Yidong <cyd@gnu.org>
9824
9825 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9826 to allow printing the message when called from Lisp.
9827
9828 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9829 Remove toggle-read-only.
9830
9831 * bs.el (bs-toggle-readonly):
9832 * buff-menu.el (Buffer-menu-toggle-read-only):
9833 Remove with-no-warnings around toggle-read-only.
9834
9835 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9836 Remove with-no-warnings around toggle-read-only.
9837 (ffap-read-only, ffap-read-only-other-window)
9838 (ffap-read-only-other-frame): Callers changed.
9839
9840 * help-mode.el: Don't require view package.
9841 (help-mode-finish): Set buffer-read-only instead of calling
9842 toggle-read-only.
9843
9844 * bindings.el (mode-line-toggle-read-only):
9845 * dired.el (dired-toggle-read-only):
9846 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9847 with non-nil second arg.
9848
9849 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9850 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9851 directly.
9852
9853 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9854
9855 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9856 not incf.
9857
9858 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 More CL cleanups and reduction of use of cl.el.
9861 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9862 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9863 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9864 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9865 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9866 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9867 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9868 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9869 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9870 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9871 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9872 * eshell/em-cmpl.el, eshell/em-banner.el:
9873 * calendar/parse-time.el: Use cl-lib.
9874 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9875 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9876 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9877 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9878 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9879 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9880 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9881 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9882 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9883 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9884 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9885 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9886 `lambda' rather than with `quote'.
9887 (eshell-do-opt): Adjust accordingly.
9888 (eshell-process-option): Simplify.
9889 * eshell/esh-var.el:
9890 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9891 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9892 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9893 to `pcase--dontcare'.
9894 * emacs-lisp/cl.el (labels): Mark obsolete.
9895 (cl--letf, letf): Move to cl-lib.
9896 (cl--letf*, letf*): Remove.
9897 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9898 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9899 (cl-progv): Rewrite.
9900 (cl--letf, cl-letf): Move from cl.el.
9901 (cl-letf*): New macro.
9902 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9903
9904 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9905
9906 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9907
9908 2012-07-11 Chong Yidong <cyd@gnu.org>
9909
9910 * vc/log-edit.el (log-edit-vc-backend): New variable.
9911 (log-edit): Doc fix.
9912
9913 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9914 argument of log-edit to set up all local variables.
9915 (vc-start-logentry): New optional arg specifying VC backend.
9916
9917 * vc/vc.el (vc-checkin): Use it.
9918 (vc-deduce-fileset): Handle Log Edit buffers.
9919 (vc-diff): Make first argument optional too.
9920
9921 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9922
9923 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9924
9925 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9926 command, just in case. The function is not needed anymore.
9927 (eshell-external-command): Do not call `eshell-remote-command'.
9928
9929 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 Reduce use of (require 'cl).
9932 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9933 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9934 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9935 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9936 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9937 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9938 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9939 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9940 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9941 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9942 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9943 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9944 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9945 (byte-compile-unfold-bcf, byte-compile-check-variable):
9946 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9947 (byte-compile-nilconstp):
9948 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9949 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9950
9951 * emacs-lisp/gv.el (cond): Make it a valid place.
9952 (if): Simplify slightly.
9953
9954 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9955 (pcase--self-quoting-p): New function.
9956 (pcase--u1): Use it.
9957
9958 2012-07-10 Glenn Morris <rgm@gnu.org>
9959
9960 * emacs-lisp/authors.el (authors-fixed-entries):
9961 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9962
9963 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9964
9965 Rename configure.in to configure.ac (Bug#11603).
9966 * emacs-lisp/authors.el (authors-canonical-file-name):
9967 * progmodes/autoconf.el (autoconf-mode):
9968 Prefer configure.ac to configure.in.
9969
9970 2012-07-08 Chong Yidong <cyd@gnu.org>
9971
9972 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9973 Implement the mouse-1-click-follows-link handling properly.
9974
9975 * info.el (Info-link-keymap): Use follow-link mechanism for
9976 header-line links (Bug#374).
9977
9978 * simple.el (deactivate-mark): Do not set the primary selection
9979 if another program has acquired it (Bug#11772).
9980
9981 2012-07-07 Kevin Ryde <user42@zip.com.au>
9982
9983 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9984 (woman-decode-region): Replace escaped-escapes without destroying
9985 bold or underline (Bug#11552).
9986 (woman2-process-escapes): Handle nofill regions (Bug#11591).
9987
9988 2012-07-07 Chong Yidong <cyd@gnu.org>
9989
9990 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9991 (interprogram-cut-function, interprogram-paste-function):
9992 Mention that we typically mean the clipboard.
9993
9994 2012-07-06 Glenn Morris <rgm@gnu.org>
9995
9996 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
9997
9998 * files.el (toggle-read-only): Restrict message to interactive use.
9999
10000 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10001
10002 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10003
10004 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10005
10006 2012-07-06 Glenn Morris <rgm@gnu.org>
10007
10008 * Makefile.in (compile-one-process): Rename from "recompile".
10009
10010 * Makefile.in (bzr-update): "compile" is the same as "recompile
10011 autoloads", but parallelizable, so use that instead.
10012
10013 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10014
10015 * window.el (quit-window): Always restore window height when
10016 it's saved in quit-restore parameter (Bug#11810).
10017
10018 2012-07-06 Glenn Morris <rgm@gnu.org>
10019
10020 * simple.el (kill-whole-line): Doc tweak.
10021
10022 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10023
10024 * files.el (file-relative-name): Compare file names
10025 case-insensitively if on MS-Windows or MS-DOS, or if
10026 read-file-name-completion-ignore-case is non-nil. Don't use
10027 case-fold-search for this purpose. (Bug#11827)
10028
10029 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10030
10031 * calendar/cal-dst.el (calendar-current-time-zone):
10032 Return calendar-current-time-zone-cache if non-nil.
10033
10034 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10035 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10036
10037 * calendar/cal-dst.el (calendar-current-time-zone):
10038 Return calendar-current-time-zone-cache if non-nil.
10039
10040 2012-07-06 Glenn Morris <rgm@gnu.org>
10041
10042 * Makefile.in (cvs-update): Remove old alias.
10043
10044 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10045
10046 Sync with Tramp 2.2.6-pre.
10047
10048 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10049 compatible declaration.
10050
10051 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10052 Protect `list-load-path-shadows' call.
10053
10054 * net/tramp-compat.el (top): Require packages, which aren't
10055 autoloaded anymore for XEmacs. Protect call of
10056 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10057 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10058 it hurts at least for SXEmacs.
10059 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10060 standard-value for `temporary-file-directory'.
10061
10062 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10063 Redirect stderr to /dev/null.
10064 (tramp-sh-handle-write-region): uid and gid can be floats.
10065 Reported by Russell Sim <russell.sim@gmail.com>.
10066 (tramp-sh-handle-vc-registered): Hide errors.
10067 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10068 and `start-file-process'.
10069 (tramp-maybe-open-connection): Check also whether `non-essential'
10070 is bound.
10071
10072 2012-07-04 Chong Yidong <cyd@gnu.org>
10073
10074 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10075 (xml-parse-tag): Likewise, and avoid changing entity tables.
10076 (xml-syntax-table): Define from scratch, making sure not to give
10077 x2000 and other Unicode spaces whitespace syntax, since those are
10078 not spaces in XML.
10079 (xml-parse-fragment): Delete unused function.
10080 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10081 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10082 (xml-entity-ref, xml-pe-reference-re)
10083 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10084 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10085 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10086 (xml-entity-value-re): Use syntax references in regexps where
10087 possible; no need to define inside a let-binding.
10088 (xml-parse-dtd): Use xml-pe-reference-re.
10089 (xml-entity-or-char-ref-re): New defconst.
10090 (xml-parse-string, xml-substitute-special): Use it.
10091
10092 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10095 (find-file--read-only): New function.
10096 (find-file-read-only, find-file-read-only-other-window)
10097 (find-file-read-only-other-frame): Use it.
10098 (insert-file-contents-literally): Don't `fset'.
10099 (get-free-disk-space): Use locate-dominating-file.
10100
10101 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10102 function is already compiled.
10103
10104 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10105
10106 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10107
10108 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10109 files on the same host.
10110
10111 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10112
10113 * help-fns.el (describe-function-1): Only call
10114 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10115
10116 2012-07-03 Chong Yidong <cyd@gnu.org>
10117
10118 * xml.el: Protect parser against XML bombs.
10119 (xml-entity-expansion-limit): New variable.
10120 (xml-parse-string, xml-substitute-special): Use it.
10121 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10122
10123 2012-07-03 Glenn Morris <rgm@gnu.org>
10124
10125 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10126 Allow linking to specific messages in debbugs reports (eg 123#5).
10127
10128 2012-07-02 Chong Yidong <cyd@gnu.org>
10129
10130 * xml.el: Fix entity and character reference expansion, allowing
10131 them to expand into markup as per XML spec.
10132 (xml-default-ns): New variable.
10133 (xml-entity-alist): Use XML spec definitions for lt and amp.
10134 (xml-parse-region): Make first two arguments optional.
10135 Discard text properties.
10136 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10137 All callers changed.
10138 (xml-parse-tag): Call xml-parse-tag-1. For backward
10139 compatibility, this function should not modify buffer contents.
10140 (xml-parse-tag-1): Fix opening-tag regexp.
10141 (xml-parse-string): Rewrite, handling entity and character
10142 references properly.
10143 (xml--entity-replacement-text): Signal an error if a parameter
10144 entity is undefined.
10145
10146 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * comint.el (comint-output-filter): Filter out repeated prompts.
10149
10150 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10151 and file-name-absolute-p.
10152 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10153 internal calls.
10154
10155 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10156
10157 Spelling fixes.
10158 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10159 Rename from byte-compile--refiy-function. All uses changed.
10160
10161 2012-07-01 Chong Yidong <cyd@gnu.org>
10162
10163 * xml.el (xml--parse-buffer): New function. Move most of
10164 xml-parse-region here.
10165 (xml-parse-region): Copy region into a temporary buffer, since
10166 parameter entity substitution requires changing buffer contents.
10167 Use xml--parse-buffer.
10168 (xml-parse-file): Use xml--parse-buffer.
10169 (xml-parse-dtd): Make parameter entity substitution work right.
10170 Use proper regexps for ELEMENT declarations (Bug#7172).
10171
10172 2012-06-30 Glenn Morris <rgm@gnu.org>
10173
10174 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10175
10176 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10177 Remove outdated and unnecessary dbus declarations.
10178
10179 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10180
10181 * emacs-lisp/timer.el (timer-until): Subtract results of
10182 float-time, instead of taking float-time of the result of
10183 time-subtract, since float-time signals an error for negative time
10184 arguments.
10185
10186 2012-06-30 Chong Yidong <cyd@gnu.org>
10187
10188 * xml.el (xml-*-re): Convert defvars into defconsts, and
10189 eval-and-compile them so eval-and-compile works on derivatives.
10190 (xml--entity-replacement-text): Use eval-and-comple.
10191
10192 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10193
10194 * vc/vc-git.el (vc-git-registered): Use cache property
10195 `git-registered'.
10196 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10197 `vc-git-working-revision' in order to benefit from the cache.
10198 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10199
10200 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10201
10202 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10203 removed (likely outside Emacs). (Bug#11757)
10204
10205 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10206
10207 * emacs-lisp/cl-lib.el: Require macroexp.
10208
10209 2012-06-30 Chong Yidong <cyd@gnu.org>
10210
10211 * xml.el: Implement XML parameter entities.
10212 (xml-parameter-entity-alist): New variable.
10213 (xml-parse-region, xml-parse-fragment): Preserve previous values
10214 of xml-entity-alist and xml-parameter-entity-alist, so that
10215 repeated calls on different documents do not change them.
10216 (xml-parse-tag): Fix doctype regexp.
10217 (xml--entity-replacement-text): New function.
10218 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10219 properly requires url retrieval which is unimplemented.
10220 (xml-escape-string): Doc fix.
10221
10222 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10223
10224 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10225
10226 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10227
10228 * fringe.el (fringe-mode): Doc fix.
10229
10230 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10231
10232 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10233 is non-nil.
10234 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10235 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10236
10237 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10238
10239 * calendar/cal-dst.el (calendar-current-time-zone):
10240 Return calendar-current-time-zone-cache if non-nil.
10241
10242 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10243
10244 * progmodes/which-func.el (which-func-format):
10245 Add mouse-face. (Bug#11698)
10246
10247 2012-06-29 Leo Liu <sdl.web@gmail.com>
10248
10249 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10250
10251 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10252
10253 * minibuffer.el (minibuffer-confirm-exit-commands):
10254 Add completion-at-point (bug#11725).
10255
10256 2012-06-29 Glenn Morris <rgm@gnu.org>
10257
10258 * progmodes/f90.el (f90-font-lock-keywords-2):
10259 Add some preprocessor elements. (Bug#10499)
10260
10261 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10262
10263 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10264 Use syntax-propertize (bug#11739).
10265
10266 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10267
10268 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10269
10270 2012-06-28 Julien Danjou <julien@danjou.info>
10271
10272 * term.el (term-handle-colors-array): Use a set of new faces to
10273 color the terminal. Also uses :inverse-video property.
10274 (term-default-fg-color): Set to nil by default, deprecate in favor
10275 of `term-face'.
10276 (term-default-bg-color): Set to nil by default, deprecate in favor
10277 of `term-face'.
10278 (term-current-face): Use `term-face' by default.
10279 (term-bold-attribute): Variable deleted.
10280
10281 2012-06-28 Glenn Morris <rgm@gnu.org>
10282
10283 * simple.el (completion-list-mode-finish):
10284 Don't use toggle-read-only. (Since completion-list-mode has
10285 a special mode-class, it wasn't doing anything extra anyway.)
10286
10287 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 Make inlining of other-mode interpreted functions work (bug#11799).
10290 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10291 (byte-compile): Use it to fix compilation of lexical-binding closures.
10292 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10293 function, if needed.
10294
10295 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10296
10297 * help-mode.el (help-make-xrefs): Don't just withstand
10298 cyclic-variable-indirection but any error in documentation-property.
10299
10300 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10301 memory use.
10302 * bindings.el (bindings--define-key): New function.
10303 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10304 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10305 * bindings.el: Use it to purecopy define-key bindings.
10306
10307 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10308
10309 * emacs-lisp/cl.el (flet): Mark obsolete.
10310 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10311 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10312 * progmodes/js.el (js-c-fill-paragraph):
10313 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10314 (ebrowse-switch-member-buffer-to-derived-class):
10315 * play/5x5.el (5x5-solver): Use cl-flet.
10316
10317 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10318 (cl--symbol-function): New macro.
10319 (cl--letf, cl--letf*): Use it.
10320
10321 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10322 Strip "toggle-" if any.
10323
10324 2012-06-27 Glenn Morris <rgm@gnu.org>
10325
10326 * info.el (Info-default-directory-list): Move here from paths.el.
10327 * paths.el: Remove file, which is now empty.
10328 * loadup.el: No longer load "paths".
10329
10330 * custom.el (custom-initialize-delay): Doc fix.
10331
10332 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10333 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10334 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10335 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10336 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10337 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10338 * eshell/eshell.el (eshell-defgroup): Remove alias.
10339
10340 2012-06-27 Chong Yidong <cyd@gnu.org>
10341
10342 * help.el (help-enable-auto-load): New variable.
10343
10344 * help-fns.el (help-fns--autoloaded-p): New function.
10345 (describe-function-1): Refer to a function as "autoloaded" if it
10346 was autoloaded at any time in the past. Perform autoloading if
10347 help-enable-auto-load is non-nil.
10348
10349 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10350
10351 * makefile.w32-in (compile, compile-always): Depend on
10352 update-subdirs, not on subdirs.el. Otherwise, several different
10353 sub-targets of 'bootstrap' running in parallel could
10354 simultaneously write to subdirs.el, producing a garbled file.
10355
10356 2012-06-26 Sam Steingold <sds@gnu.org>
10357
10358 * files.el (file-name-base): New convenience function.
10359 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10360 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10361 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10362 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10363 * textmodes/ispell.el, textmodes/reftex-ref.el:
10364 * textmodes/tex-mode.el: Use it.
10365 Did not touch cedet and org because they are maintained elsewhere.
10366
10367 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10368
10369 * calendar/calendar.el (calendar-exit): Don't try to delete or
10370 iconify last frame. See:
10371 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10372
10373 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10374
10375 * server.el (server-process-filter): Remember dir in the
10376 process's `server-client-directory' properties.
10377
10378 2012-06-24 Chong Yidong <cyd@gnu.org>
10379
10380 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10381 non-tag text.
10382
10383 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10384
10385 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10386
10387 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * help-fns.el (describe-variable): Don't croak when doc is not found.
10390 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10391 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10392 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10393 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10394 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10395 ((lambda ..) ..).
10396 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10397
10398 2012-06-23 Chong Yidong <cyd@gnu.org>
10399
10400 * info.el (Info-mouse-follow-link): Accept symbol values of
10401 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10402 (Info-fontify-node): Use Info-link-keymap for all navigation
10403 buttons, with link-args property to perform the desired action.
10404 (Info-link-keymap): Doc fix.
10405 (Info-next-link-keymap, Info-prev-link-keymap)
10406 (Info-up-link-keymap): Delete now-unused keymaps.
10407
10408 2012-06-23 Chong Yidong <cyd@gnu.org>
10409
10410 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10411
10412 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10413 system abbrevs.
10414
10415 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10416
10417 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10420 (bug#11719).
10421
10422 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10423 the requote function doesn't work properly (bug#11714).
10424
10425 2012-06-23 Glenn Morris <rgm@gnu.org>
10426
10427 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10428
10429 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 Further GV/CL cleanups.
10432 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10433 gv-expander.
10434 (gv--defun-declaration): New function.
10435 (defun-declarations-alist): Use it.
10436 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10437 (gv-place): Autoload.
10438 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10439 original definition of dotimes and dolist.
10440 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10441 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10442 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10443 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10444 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10445 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10446 to the function's definition.
10447 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10448 * window.el:
10449 * files.el:
10450 * faces.el:
10451 * env.el: Don't use CL.
10452
10453 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10454
10455 Support higher-resolution time stamps (Bug#9000).
10456
10457 * calendar/time-date.el (with-decoded-time-value): New arg
10458 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10459 (encode-time-value): New optional arg PICO. New type 3.
10460 (time-to-seconds) [!float-time]: Support the new picoseconds
10461 component if it's used.
10462 (seconds-to-time, time-subtract, time-add):
10463 Support ps-resolution time stamps as well.
10464
10465 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10466 (timerp): Timer vectors now have length 9, not 8.
10467 (timer--time): Support new-style (4-part) time stamps.
10468 (timer-next-integral-multiple-of-time): Time stamps now have
10469 picosecond resolution, so take a bit more care about rounding.
10470 (timer-relative-time, timer-inc-time): New optional arg psecs.
10471 (timer-set-time-with-usecs): Set psecs to 0.
10472 (timer--activate): Check psecs component, too.
10473
10474 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10475
10476 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10479 Move the non-essential binding to the post/pre-command-hook where it is
10480 more obviously correct.
10481
10482 * subr.el (read-passwd): Don't use a history at all.
10483 * savehist.el (savehist-save): Remove password saved accidentally
10484 because of the above bug.
10485
10486 2012-06-22 Bastien Guerry <bzg@gnu.org>
10487
10488 * files.el (toggle-read-only): Display a message telling whether
10489 the buffer is read-only or not (bug#11726).
10490
10491 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * emacs-lisp/gv.el: New file.
10494 * subr.el (push, pop): Extend to generalized variables.
10495 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10496 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10497 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10498 gv-define-simple-setter, and gv-define-expander.
10499 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10500 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10501 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10502 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10503 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10504 gv-letplace.
10505 (cl-defstruct): Don't define setf-method any more.
10506 * emacs-lisp/cl.el (flet): Don't autoload.
10507 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10508 (define-setf-expander, defsetf, define-modify-macro)
10509 (cl-struct-setf-expander): Move from cl-lib.el.
10510 * emacs-lisp/syntax.el:
10511 * emacs-lisp/ewoc.el:
10512 * emacs-lisp/smie.el:
10513 * emacs-lisp/cconv.el:
10514 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10515 (timer--time): Use gv-define-simple-setter.
10516 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10517 to avoid coding-system problems in subr.el. Adjust all users.
10518 (macroexp--maxsize, macroexp-small-p): New functions.
10519 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10520 * scroll-bar.el (scroll-bar-mode):
10521 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10522 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10523 * winner.el (winner-configuration, winner-make-point-alist)
10524 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10525 * files.el (locate-file-completion-table): Avoid list*.
10526
10527 2012-06-22 Chong Yidong <cyd@gnu.org>
10528
10529 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10530 (dired-create-files): Doc fix (Bug#11329).
10531 (dired-do-copy): Doc fix (Bug#11334).
10532 (dired-mark-read-string): Doc fix (Bug#11553).
10533
10534 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10535 Doc fix (Bug#11326).
10536 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10537 (dired-dwim-target): Doc fix.
10538
10539 * wdired.el (wdired-mode): Doc fix.
10540
10541 2012-06-22 Glenn Morris <rgm@gnu.org>
10542
10543 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10544 (pcmpl-rpm-cache-stamp-file): New constant.
10545 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10546 (pcmpl-rpm-packages): Optionally cache list of packages.
10547
10548 * pcmpl-rpm.el (pcmpl-rpm): New group.
10549 (pcmpl-rpm-query-options): New option.
10550 (pcmpl-rpm-packages): No need to inline it.
10551 Use pcmpl-rpm-query-options.
10552
10553 * calendar/calendar.el (calendar-in-read-only-buffer):
10554 Avoid some needless mode changes.
10555
10556 2012-06-21 Chong Yidong <cyd@gnu.org>
10557
10558 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10559 (desktop-path): Remove . from the default value (Bug#10977).
10560 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10561
10562 2012-06-20 Chong Yidong <cyd@gnu.org>
10563
10564 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10565
10566 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10567
10568 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10569 (bug#11201).
10570
10571 2012-06-20 Chong Yidong <cyd@gnu.org>
10572
10573 * term.el (term-window-width): Handle the case of a missing right
10574 fringe (Bug#8837).
10575 (term-check-size): Use window-text-height (Bug#5445).
10576 (term-mode): Use define-derived-mode. Minor cleanups.
10577 Set font-lock-defaults (Bug#7692).
10578 (term-move-columns, term-insert-char, term-emulate-terminal)
10579 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10580
10581 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10582
10583 * net/ange-ftp.el (ange-ftp-get-passwd):
10584 Bind `enable-recursive-minibuffers'.
10585 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10586
10587 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10588
10589 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10590
10591 2012-06-19 Glenn Morris <rgm@gnu.org>
10592
10593 * progmodes/python.el (python-mode): Derive from prog-mode.
10594
10595 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10596
10597 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10598 (edt-user-menu-bar-update-buffers): New functions.
10599 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10600
10601 2012-06-19 Chong Yidong <cyd@gnu.org>
10602
10603 * subr.el (with-selected-window): Preserve the selected window's
10604 terminal's top-frame (Bug#4702).
10605
10606 * window.el (save-selected-window): Likewise.
10607
10608 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10609
10610 * progmodes/python.el (python-rx-constituents): Move backquote.
10611 (python-skeleton-define, python-define-auxiliary-skeleton):
10612 Use `declare'.
10613
10614 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10615
10616 * minibuffer.el (read-file-name-default): Revert the patch from
10617 2012-06-17.
10618
10619 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10622 (pcase--u1, pcase--q1): Don't use apply-partially.
10623
10624 2012-06-18 Glenn Morris <rgm@gnu.org>
10625
10626 * progmodes/python.el (python-proc, python-buffer)
10627 (python-send-receive, python-send-string): Fix obsolete versions.
10628
10629 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10630
10631 * window.el (special-display-p): Completely remove stringp
10632 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10633
10634 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10635
10636 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10637
10638 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10639
10640 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10641 * net/tramp-sh.el (tramp-maybe-open-connection):
10642 Throw if `non-essential' is non-nil.
10643
10644 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10645
10646 * window.el (special-display-p): Signal an error if BUFFER-NAME
10647 is not a string (Bug#11713).
10648
10649 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10650
10651 * progmodes/python.el (python-info-beginning-of-backslash):
10652 Rename from python-info-beginning-of-backlash, as a spelling fix.
10653
10654 2012-06-17 Chong Yidong <cyd@gnu.org>
10655
10656 * term.el (term-emulate-terminal): If term-check-size is called,
10657 move point to the process mark without resetting point (Bug#4635).
10658
10659 2012-06-17 Glenn Morris <rgm@gnu.org>
10660
10661 * international/mule-cmds.el (mule-menu-keymap)
10662 (set-language-environment, set-locale-environment): Doc tweaks.
10663
10664 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10665
10666 * cus-face.el (custom-face-attributes): Add wave-style underline
10667 attribute.
10668 * faces.el (set-face-attribute): Update docstring to describe
10669 wave-style underline attribute.
10670
10671 2012-06-16 Chong Yidong <cyd@gnu.org>
10672
10673 * term/xterm.el (terminal-init-xterm): Discard input before
10674 querying background mode (Bug#10959).
10675
10676 2012-06-16 Stefan Merten <smerten@oekonux.de>
10677
10678 * textmodes/rst.el: Added and corrected some comments.
10679 (rst-re-alist-def): Improve symbol syntax.
10680 (rst-mode-syntax-table): Correct syntax entries.
10681 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10682 (rst-official-version, rst-official-cvs-rev): Update version
10683 information.
10684
10685 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10686
10687 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10688 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10689
10690 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10691
10692 * progmodes/python.el: New python.el merge.
10693 (python-guess-indent): Obsolete var.
10694 (python-indent-guess-indent-offset): New defcustom.
10695 (python-indent): Obsolete var.
10696 (python-indent-offset): New defcustom.
10697 (python-python-command, python-jython-command): Delete var.
10698 (python-shell-interpreter): New defcustom.
10699 (python-pdbtrack-do-tracking-p): Delete var.
10700 (python-pdbtrack-activate): New defcustom.
10701 (python-use-skeletons): Obsolete var.
10702 (python-skeleton-autoinsert): New defcustom.
10703 (inferior-python-filter-regexp, python-continuation-offset)
10704 (python-honour-comment-indentation, python-indent-string-contents)
10705 (python-jython-packages, python-mode-hook)
10706 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10707 (python-shell-prompt-alist)
10708 (python-source-modes): Delete defcustoms.
10709 (python-check-buffer-name, python-eldoc-setup-code)
10710 (python-eldoc-string-code, python-ffap-setup-code)
10711 (python-ffap-string-code, python-fill-comment-function)
10712 (python-fill-decorator-function, python-fill-paren-function)
10713 (python-fill-string-function, python-imenu-include-defun-type)
10714 (python-imenu-make-tree, python-imenu-subtree-root-label)
10715 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10716 (python-shell-compilation-regexp-alist)
10717 (python-shell-completion-module-string-code)
10718 (python-shell-completion-pdb-string-code)
10719 (python-shell-completion-setup-code)
10720 (python-shell-completion-string-code)
10721 (python-shell-enable-font-lock, python-shell-exec-path)
10722 (python-shell-extra-pythonpaths)
10723 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10724 (python-shell-process-environment)
10725 (python-shell-prompt-block-regexp)
10726 (python-shell-prompt-output-regexp)
10727 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10728 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10729 (python-shell-virtualenv-path): New defcustoms.
10730 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10731 (inferior-python-mode-syntax-table, python--prompt-regexp)
10732 (python-buffer, python-command python-python-command)
10733 (python-default-template, python-imports, python-indent-index)
10734 (python-indent-list, python-indent-list-length)
10735 (python-mode-running, python-pdbtrack-is-tracking-p)
10736 (python-preoutput-continuation, python-preoutput-leftover)
10737 (python-preoutput-result, python-preoutput-skip-next-prompt)
10738 (python-prev-dir/file, python-recursing)
10739 (python-saved-check-command, python-version-checked)
10740 (python-which-func-length-limit)
10741 (view-return-to-alist): Delete vars.
10742 (python-check-custom-command, python-dotty-syntax-table)
10743 (python-imenu-index-alist, python-indent-current-level)
10744 (python-indent-dedenters, python-indent-levels)
10745 (python-nav-beginning-of-defun-regexp)
10746 (python-nav-list-defun-positions-cache)
10747 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10748 (python-shell-internal-buffer)
10749 (python-skeleton-available): New vars.
10750 (def-python-skeleton): Delete macro.
10751 (python-skeleton-define): New macro.
10752 (python-define-auxiliary-skeleton, python-rx): New macros.
10753 (python-insert-class): Delete command.
10754 (python-skeleton-class): New command.
10755 (python-insert-def): Delete command.
10756 (python-skeleton-def): New command.
10757 (python-insert-for): Delete command.
10758 (python-skeleton-for): New command.
10759 (python-insert-if): Delete command.
10760 (python-skeleton-if): New command.
10761 (python-insert-try/except, python-insert-try/finally): Delete commands.
10762 (python-skeleton-try): New command.
10763 (python-insert-while): Delete command.
10764 (python-skeleton-while): New command.
10765 (python-backspace): Delete command.
10766 (python-indent-dedent-line-backspace): New command.
10767 (python-electric-colon): Delete command.
10768 (python-indent-electric-colon): New command.
10769 (python-guess-indent): Delete command.
10770 (python-indent-guess-indent-offset): New command.
10771 (python-shift-left): Delete command.
10772 (python-indent-shift-left): New command.
10773 (python-shift-right): Delete command.
10774 (python-indent-shift-right): New command.
10775 (python-find-function): Delete command.
10776 (python-nav-jump-to-defun): New command.
10777 (python-next-statement): Delete command.
10778 (python-nav-forward-sentence): New command.
10779 (python-previous-statement): Delete command.
10780 (python-nav-backward-sentence): New command.
10781 (python-fill-paragraph): Delete command.
10782 (python-fill-paragraph-function): New command.
10783 (python-send-buffer): Delete command.
10784 (python-shell-send-buffer): New command.
10785 (python-send-defun): Delete command.
10786 (python-shell-send-defun): New command.
10787 (python-send-region, python-send-region-and-go): Delete commands.
10788 (python-shell-send-region)
10789 (python-shell-switch-to-shell): New commands.
10790 (python-send-string): Delete command.
10791 (python-shell-send-string): New command.
10792 (python-switch-to-python): Delete command.
10793 (python-shell-switch-to-shell): New command.
10794 (python-describe-symbol): Delete command.
10795 (python-eldoc-at-point): New command.
10796 (python--set-prompt-regexp, python-args-to-list)
10797 (python-after-info-look, python-check-version)
10798 (python-check-comint-prompt, python-find-imports)
10799 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10800 (python-unload-function, python-expand-template)
10801 (python-maybe-jython, python-preoutput-filter)
10802 (python-pdbtrack-get-source-buffer)
10803 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10804 (python-pdbtrack-toggle-stack-tracking)
10805 (python-pdbtrack-track-stack-file, python-initial-text)
10806 (python-first-word, python-comment-line-p, python-send-command)
10807 (python-setup-brm, python-sentinel, python-set-proc)
10808 (python-skip-out, python-input-filter, python-outdent-p)
10809 (python-outline-level, python-backslash-continuation-line-p)
10810 (python-end-of-block, python-end-of-statement, python-mark-block)
10811 (python-beginning-of-block, python-beginning-of-statement)
10812 (python-blank-line-p, python-beginning-of-string)
10813 (python-open-block-statement-p): Delete functions.
10814 (python-indent-line, python-indent-line-1): Delete functions.
10815 (python-indent-line): New function.
10816 (python-indentation-levels): Delete function.
10817 (python-indent-calculate-levels): New function.
10818 (python-proc): Delete function.
10819 (python-shell-get-process): New function.
10820 (python-send-receive): Delete function.
10821 (python-shell-send-string-no-output): New function.
10822 (python-module-path): Delete function.
10823 (python-ffap-module-path): New function.
10824 (python-completion-at-point)
10825 (python-symbol-completions): Delete functions.
10826 (python-completion-complete-at-point): New function.
10827 (python-load-file): Delete function.
10828 (python-shell-send-file): New function.
10829 (python-calculate-indentation): Delete function.
10830 (python-indent-calculate-indentation): New function.
10831 (python-skip-comments/blanks): Delete function.
10832 (python-util-forward-comment): New function.
10833 (python-continuation-line-p): Delete function.
10834 (python-info-continuation-line-p): New function.
10835 (python-which-func, python-current-defun): Delete function.
10836 (python-info-current-defun): New function.
10837 (python-beginning-of-defun): Delete function.
10838 (python-nav-beginning-of-defun): New function.
10839 (python-close-block-statement-p)
10840 (python-block-end-p): Delete function.
10841 (python-info-closing-block): New function.
10842 (python-comint-output-filter-function)
10843 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10844 (python-fill-comment, python-fill-decorator, python-fill-paren)
10845 (python-fill-string, python-imenu-make-element-tree)
10846 (python-imenu-make-tree, python-imenu-tree-assoc)
10847 (python-indent-context, python-indent-dedent-line)
10848 (python-indent-line-function)
10849 (python-indent-post-self-insert-function)
10850 (python-indent-toggle-levels)
10851 (python-info-assignment-continuation-line-p)
10852 (python-info-beginning-of-backlash)
10853 (python-info-block-continuation-line-p)
10854 (python-info-closing-block-message)
10855 (python-info-line-ends-backslash-p)
10856 (python-info-looking-at-beginning-of-defun)
10857 (python-info-ppss-context, python-info-ppss-context-type)
10858 (python-nav-list-defun-positions, python-nav-read-defun)
10859 (python-nav-sentence-end, python-nav-sentence-start)
10860 (python-pdbtrack-comint-output-filter-function)
10861 (python-pdbtrack-set-tracked-buffer)
10862 (python-shell-calculate-exec-path)
10863 (python-shell-calculate-process-environment)
10864 (python-shell-completion--do-completion-at-point)
10865 (python-shell-completion--get-completions)
10866 (python-shell-completion-complete-at-point)
10867 (python-shell-completion-complete-or-indent)
10868 (python-shell-get-or-create-process)
10869 (python-shell-get-process-name)
10870 (python-shell-internal-get-or-create-process)
10871 (python-shell-internal-get-process-name)
10872 (python-shell-internal-send-string, python-shell-make-comint)
10873 (python-shell-parse-command, python-shell-send-setup-code)
10874 (python-skeleton-add-menu-items)
10875 (python-util-clone-local-variables, python-util-position)
10876 (run-python-internal, python-indentation-levels)
10877 (python-nav-beginning-of-defun)
10878 (python-completion-complete-at-point): New functions.
10879 (run-python): Change arguments. New API requirements.
10880
10881 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10882
10883 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10884 (bug#11649).
10885
10886 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10887 (macroexp--expand-all): Use it.
10888
10889 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10890 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10891 Use `cl-function' instead.
10892
10893 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10894
10895 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10896 Suggested by Stefan Monnier while discussing bug#11657.
10897
10898 2012-06-14 Sam Steingold <sds@gnu.org>
10899
10900 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10901
10902 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10903
10904 * play/doctor.el (doctor-doc): Remove parameter and use
10905 doctor-sent instead of sent.
10906 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10907
10908 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 * files.el: Require cl-lib.
10911 (file-name-non-special): Replace case -> cl-case.
10912
10913 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10914
10915 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10916 mapping from #' to function*.
10917
10918 2012-06-13 Chong Yidong <cyd@gnu.org>
10919
10920 * mouse.el (mouse-drag-track): Do not set the mark if the user
10921 releases the mouse without selecting anything (Bug#11588).
10922
10923 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10926 as well (bug#11646).
10927
10928 * loadup.el: Count byte-code functions as well.
10929
10930 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10931 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10932
10933 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10934 (bug#11649). Add cl-defun and cl-defmacro.
10935
10936 2012-06-13 Drew Adams <drew.adams@oracle.com>
10937
10938 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10939 Fix last change.
10940
10941 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10942
10943 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10944 Otherwise, it blocks in batch mode.
10945
10946 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * help-mode.el (bookmark-make-record-default): Declare.
10949
10950 2012-06-13 Chong Yidong <cyd@gnu.org>
10951
10952 * emacs-lisp/package.el (list-packages): Compute a list of
10953 packages that are newly-available since the last list-packages
10954 invocation.
10955 (package-menu--new-package-list): New var.
10956 (package-menu--generate, package-menu--print-info)
10957 (package-menu--status-predicate, package-menu-mark-install):
10958 Handle new status label "new".
10959
10960 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10961
10962 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10963 conversion to backquotes.
10964
10965 2012-06-12 Chong Yidong <cyd@gnu.org>
10966
10967 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10968 Rename from gud-inhibit-global-bindings.
10969
10970 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10971
10972 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10973 hook from nxml-glyph-set-hook.
10974
10975 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10976 declaration.
10977
10978 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10979
10980 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10981 Convert to defcustom.
10982
10983 2012-06-12 Drew Adams <drew.adams@oracle.com>
10984
10985 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10986 New functions.
10987 (help-mode): Use them.
10988
10989 2012-06-11 Glenn Morris <rgm@gnu.org>
10990
10991 * progmodes/fortran.el (fortran-font-lock-keywords-3):
10992 Use preprocessor face for directives.
10993 (fortran-directive-re): Doc fix.
10994
10995 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10996
10997 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10998 conversion to backquotes (bug#11652).
10999
11000 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11001 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11002 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11003 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11004 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11005 (cl-ninth, cl-tenth): Mark them as inlinable.
11006 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11007 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11008 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11009 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11010 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11011 (cl-list*, cl-adjoin): Don't put an autoload manually.
11012 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11013 (cl--compiler-macro-list*): Add autoload cookie.
11014 (cl--compiler-macro-cXXr): New function.
11015
11016 * help-fns.el (help-fns--compiler-macro): New function extracted from
11017 describe-function-1; follow aliases and use `compiler-macro' property.
11018 (describe-function-1): Use it.
11019
11020 2012-06-11 Chong Yidong <cyd@gnu.org>
11021
11022 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11023 is uninstalled, if imagemagick is installed.
11024
11025 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11026
11027 * emacs-lisp/cl-lib.el: Use lexical-binding.
11028 (cl-map-extents, cl-maclisp-member): Remove.
11029 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11030 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11031 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11032 * emacs-lisp/cl-extra.el: Use lexical-binding.
11033 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11034 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11035 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11036 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11037 * emacs-lisp/cl-seq.el: Use lexical-binding.
11038 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11039 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11040 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11041 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11042 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11043 CL's internals.
11044
11045 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11046
11047 Sync with Tramp 2.2.6-pre.
11048
11049 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11050 `print-length' and `print-level' to nil, in order to avoid
11051 truncation. Reported by Christopher Schmidt
11052 <christopher@ristopher.com>.
11053
11054 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11055
11056 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11057 New defmacro.
11058 (tramp-compat-copy-directory): Add optional argument
11059 COPY-CONTENTS. It is not handled yet.
11060
11061 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11062 (tramp-ftp-file-name-p): Simplify.
11063
11064 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11065 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11066 connection vector.
11067
11068 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11069 (tramp-methods): Do not use `tramp-password-end-of-line'.
11070 (tramp-completion-function-alist-putty): Handle UNIX case.
11071 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11072 (tramp-do-file-attributes-with-stat)
11073 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11074 gid as real numbers. They could run out of integer range on cygwin.
11075 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11076 (tramp-sh-handle-expand-file-name): Handle hops.
11077 (tramp-open-connection-setup-interactive-shell):
11078 Use `tramp-cleanup'. Move check for busyboxes ...
11079 (tramp-find-shell): ... here. Simplify implementation.
11080 Set "remote-shell" property also for alternative shells.
11081 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11082 If failing, a regular file would be written otherwise.
11083 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11084 (tramp-find-inline-encoding): Cache the coding commands in the
11085 process cache. Apply test command on the remote side, if defined.
11086 (tramp-find-inline-compress): Cache the compress commands in the
11087 process cache.
11088 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11089 when requested. Handle hops.
11090 (tramp-current-connection): New defvar.
11091 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11092 Throw `suppress', if there was a failed connection shortly before.
11093 Handle user interrupt. (Bug#10187)
11094 (tramp-get-inline-compress, tramp-get-inline-coding):
11095 Read connection properties from the process cache.
11096
11097 * net/tramp-smb.el (tramp-smb-server-version)
11098 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11099 New defconsts.
11100 (tramp-smb-prompt): Extend for powershell prompt.
11101 (tramp-smb-file-name-handler-alist): Add handlers for
11102 `process-file', `shell-command' and `start-file-process'.
11103 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11104 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11105 (tramp-smb-file-name-p): Simplify.
11106 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11107 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11108 (tramp-smb-shell-quote-argument): New defuns.
11109 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11110 Implement using "tar". By this, time-stamps are preserved.
11111 (tramp-smb-handle-copy-file): Handle also the case of directories.
11112 (tramp-smb-do-file-attributes-with-stat)
11113 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11114 Use `tramp-get-connection-buffer').
11115 (tramp-smb-handle-rename-file): Use "rename", when source and
11116 target are on the same share.
11117 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11118 Use `tramp-smb-server-version'.
11119 (tramp-smb-wait-for-output): Remove prompt.
11120
11121 * net/tramp.el (top): Require 'cl.
11122 (tramp-methods, tramp-rsh-end-of-line):
11123 Remove `tramp-password-end-of-line' from docstring.
11124 (tramp-save-ad-hoc-proxies): New defcustom.
11125 (tramp-completion-function-alist): Adapt docstring.
11126 (tramp-default-password-end-of-line): Remove defcustom.
11127 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11128 (tramp-user-regexp, tramp-file-name-regexp-unified)
11129 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11130 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11131 (tramp-remote-file-name-spec-regexp): New defconst.
11132 (tramp-file-name-structure): Extend structure for hops.
11133 (tramp-get-method-parameter): Move up.
11134 (tramp-file-name-p, tramp-dissect-file-name)
11135 (with-parsed-tramp-file-name): Handle hops.
11136 (tramp-file-name-hop): New defun.
11137 (tramp-make-tramp-file-name): New optional arg HOP.
11138 (tramp-message-show-progress-reporter-message): New defvar.
11139 (tramp-with-progress-reporter): Use it. We cannot use
11140 `tramp-message-show-message' here, because this suppresses also
11141 error buffers.
11142 (tramp-error-with-buffer): Suppress buffer view, if
11143 `tramp-message-show-message' is nil.
11144 Use `tramp-get-connection-buffer'.
11145 (tramp-cleanup): New defun.
11146 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11147 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11148 an error unchanged.
11149 (tramp-completion-handle-file-name-all-completions): Handle hops.
11150 Fix an error when called from ido.
11151 (tramp-completion-dissect-file-name): Use better local variable
11152 name. Add hop to the vector.
11153 (tramp-handle-insert-file-contents): Use progress-reporter for the
11154 whole scenario.
11155 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11156 to `t'.
11157 (tramp-check-for-regexp): Simplify search.
11158 (tramp-enter-password): Remove it. Move implementation ...
11159 (tramp-action-password): ... here.
11160 (tramp-mode-string-to-int, tramp-local-host-p)
11161 (tramp-make-tramp-temp-file, tramp-read-passwd)
11162 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11163 Set tramp-autoload cookie.
11164
11165 * net/trampver.el: Update release number.
11166
11167 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11168 Michael Albinus <michael.albinus@gmx.de>
11169
11170 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11171 (tramp-parse-group, tramp-parse-file)
11172 (tramp-parse-shostkeys-sknownhosts): New defuns.
11173 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11174 (tramp-parse-shosts-group, tramp-parse-sconfig)
11175 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11176 (tramp-parse-sknownhosts, tramp-parse-hosts)
11177 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11178 Use them.
11179 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11180 (tramp-parse-putty-group): Don't narrow.
11181 (tramp-parse-putty): Make a loop.
11182 (tramp-file-name-handler): Catch the `suppress' signal.
11183
11184 2012-06-11 Chong Yidong <cyd@gnu.org>
11185
11186 * image.el (imagemagick-register-types): Put the ImageMagick entry
11187 at the end of image-type-file-name-regexps.
11188
11189 2012-06-11 Johan Bockgård <bojohan@gnu.org>
11190
11191 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11192 (pcase, pcase-let*, pcase-dolist): Use them.
11193
11194 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11195
11196 * emacs-lisp/pcase.el (pcase--let*): New function.
11197 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11198 (pcase--expand): Use macroexp-let².
11199
11200 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11203 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11204 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11205 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11206 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11207 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11208
11209 2012-06-10 Glenn Morris <rgm@gnu.org>
11210
11211 * mail/rmail.el (rmail-yank-current-message): Leave point at
11212 correct position. (Bug#11660)
11213
11214 2012-06-10 Chong Yidong <cyd@gnu.org>
11215
11216 * allout-widgets.el: Fix code header.
11217
11218 2012-06-10 Chong Yidong <cyd@gnu.org>
11219
11220 * cus-edit.el (customize-changed-options-previous-release):
11221 Bump to 24.1.
11222
11223 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11224
11225 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11226
11227 2012-06-09 Chong Yidong <cyd@gnu.org>
11228
11229 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11230
11231 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11232
11233 * window.el (special-display-popup-frame): Don't use
11234 window--display-buffer (Bug#11651).
11235
11236 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11237
11238 Fix parallel builds: make sure loaddefs.el is not being written
11239 while Lisp files are compiled.
11240 (compile): Don't depend on 'mh-autoloads'.
11241 (compile-CMD, compile-SH): Depend on 'autoloads'.
11242 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11243
11244 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11245
11246 2012-06-09 Chong Yidong <cyd@gnu.org>
11247
11248 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11249 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11250 Doc fixes (Bug#11225).
11251
11252 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11255 a function if there's a clear indication that it has a compiler-macro.
11256 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11257 (macro-declarations-alist): Add arglist to declaration functions.
11258 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11259 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11260 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11261 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11262 Also add autoload to find the compiler macro.
11263 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11264 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11265 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11266 (cl--compiler-macro-get): New functions, replacing calls to
11267 cl-define-compiler-macro.
11268 (cl-typep) [compiler-macro]: Use macroexp-let².
11269
11270 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11271
11272 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11273 string properly, fixes Bug#11473.
11274
11275 2012-06-08 Chong Yidong <cyd@gnu.org>
11276
11277 * faces.el (set-face-attribute): Doc fix.
11278 (modify-face): Don't use :bold and :italic.
11279 (error, warning, success): Tweak definitions.
11280
11281 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11282 (custom-modified, custom-set, custom-changed, custom-themed)
11283 (custom-saved, custom-button, custom-button-mouse)
11284 (custom-button-pressed, custom-state, custom-comment-tag)
11285 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11286 (custom-group-subtitle): Use new-style face specs.
11287 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11288 (custom-set-face, custom-changed-face, custom-saved-face)
11289 (custom-button-face, custom-button-pressed-face)
11290 (custom-documentation-face, custom-state-face)
11291 (custom-comment-face, custom-comment-tag-face)
11292 (custom-variable-tag-face, custom-variable-button-face)
11293 (custom-face-tag-face, custom-group-tag-face-1)
11294 (custom-group-tag-face): Remove obsolete face alias.
11295
11296 * epa.el (epa-validity-high, epa-validity-medium)
11297 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11298 (epa-field-name, epa-field-body):
11299 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11300 (font-lock-keyword-face, font-lock-builtin-face)
11301 (font-lock-function-name-face, font-lock-variable-name-face)
11302 (font-lock-type-face, font-lock-constant-face):
11303 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11304 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11305 * speedbar.el (speedbar-button-face, speedbar-file-face)
11306 (speedbar-directory-face, speedbar-tag-face)
11307 (speedbar-selected-face, speedbar-highlight-face)
11308 (speedbar-separator-face):
11309 * whitespace.el (whitespace-newline, whitespace-space)
11310 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11311 (whitespace-line, whitespace-space-before-tab)
11312 (whitespace-space-after-tab, whitespace-indentation)
11313 (whitespace-empty):
11314 * emulation/cua-base.el (cua-global-mark):
11315 * eshell/em-prompt.el (eshell-prompt):
11316 * net/newst-plainview.el (newsticker-new-item-face)
11317 (newsticker-old-item-face, newsticker-immortal-item-face)
11318 (newsticker-obsolete-item-face, newsticker-date-face)
11319 (newsticker-statistics-face, newsticker-default-face):
11320 * net/newst-reader.el (newsticker-feed-face)
11321 (newsticker-extra-face, newsticker-enclosure-face):
11322 * net/newst-treeview.el (newsticker-treeview-face)
11323 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11324 (newsticker-treeview-immortal-face)
11325 (newsticker-treeview-obsolete-face)
11326 (newsticker-treeview-selection-face):
11327 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11328 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11329 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11330 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11331 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11332 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11333 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11334 (mpuz-text):
11335 * progmodes/vera-mode.el (vera-font-lock-number)
11336 (vera-font-lock-function, vera-font-lock-interface):
11337 * textmodes/table.el (table-cell): Use new-style face specs, and
11338 don't use the old :bold and :italic attributes.
11339
11340 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11341 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11342 (ebrowse-member-class, ebrowse-progress): Likewise.
11343 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11344 (ebrowse-file-name-face, ebrowse-default-face)
11345 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11346 (ebrowse-progress-face): Remove obsolete faces.
11347
11348 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11349 Inherit from error and warning faces respectively.
11350
11351 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11352 Likewise.
11353 (flyspell-incorrect-face, flyspell-duplicate-face):
11354 Remove obsolete aliases.
11355
11356 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11357
11358 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11359 Avoid infloop.
11360
11361 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11362
11363 * startup.el (argv, argi): Make lexically scoped.
11364 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11365 * emacs-lisp/cl-macs.el: Use lexical-binding.
11366 Rename cl-bind-* to cl--bind-*.
11367 * files.el: Don't require `cl' since it doesn't use it.
11368 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11369
11370 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11371
11372 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11373 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11374 instead of calling external sort utility.
11375 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11376
11377 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11378
11379 * descr-text.el (describe-char): Mention how to insert the
11380 character, if the current input method doesn't support it.
11381 See the discussion in this thread for the details:
11382 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11383
11384 2012-06-08 Sam Steingold <sds@gnu.org>
11385
11386 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11387 XF86Back to previous-buffer.
11388 (minibuffer-local-map): Bind them to next-history-element and
11389 previous-history-element respectively.
11390 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11391 help-go-back respectively.
11392 * info.el (Info-mode-map): Bind them to Info-history-forward and
11393 Info-history-back respectively.
11394 These are the keys next to Up on the ThinkPad keyboard.
11395
11396 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11397
11398 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11399 * emacs-lisp/cl-macs.el: Provide itself.
11400 (cl--labels-convert-cache): New var.
11401 (cl--labels-convert): New function.
11402 (cl-flet, cl-labels): New implementation with new semantics, relying on
11403 lexical-binding.
11404 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11405 (cl-closure-vars, cl--function-convert-cache)
11406 (cl--function-convert): Move from cl-macs.el.
11407 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11408 rename by removing the "cl-" prefix.
11409 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11410
11411 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11414 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11415 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11416 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11417 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11418 (cl-hash-table-count): Add old compatibility aliases.
11419
11420 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11421 Use macroexpand-all-environment instead.
11422 (cl--old-macroexpand): New var.
11423 (cl--sm-macroexpand): New function.
11424 (cl-symbol-macrolet): Use it during macro expansion.
11425 (cl--function-convert-cache): New var.
11426 (cl--function-convert): New function, extracted from
11427 cl-macroexpand-all.
11428 (cl-lexical-let): Use it.
11429
11430 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11431 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11432 (cl-member): Remove old alias.
11433
11434 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11435 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11436 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11437 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11438 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11439 (cl-macroexpand-cmacs): Remove var.
11440 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11441 Use macroexpand-all instead.
11442
11443 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11444
11445 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11446 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11447 (macroexp-copyable-p): New functions and macros.
11448 * emacs-lisp/edebug.el (edebug-unwrap):
11449 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11450 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11451 (pcase--let*): Remove.
11452 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11453 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11454 macroexp-const-p instead.
11455 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11456
11457 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11458 instead of "cl-" for internal definitions. Use macroexp-const-p.
11459 (cl-old-bc-file-form): Remove var.
11460 (cl-const-exprs-p): Remove fun.
11461 (cl-labels, cl-macrolet): Use backquote.
11462 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11463 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11464 (cl-define-setf-expander): Rename from cl-define-setf-method.
11465 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11466
11467 * international/mule-cmds.el: Don't require CL.
11468 (view-hello-file): Don't use `letf'.
11469
11470 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * tmm.el (tmm-prompt): Use string-prefix-p.
11473 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11474 (tmm-add-prompt): Use minibuffer-completion-help.
11475 (tmm-delete-map): Remove.
11476
11477 * subr.el (kbd): Make it its own function.
11478
11479 2012-06-07 Stefan Merten <smerten@oekonux.de>
11480
11481 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11482 Silence compiler warnings. Fix versions.
11483 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11484 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11485 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11486 (rst-package-emacs-version-alist): Correct Emacs version to
11487 represent major merge with upstream.
11488 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11489
11490 2012-06-06 Glenn Morris <rgm@gnu.org>
11491
11492 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11493 Only print environment variables if set.
11494
11495 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11496
11497 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11498 (macroexp--cons): Rename from maybe-cons.
11499 (macroexp--accumulate): Rename from macroexp-accumulate.
11500 (macroexp--all-forms): Rename from macroexpand-all-forms.
11501 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11502 (macroexp--expand-all): Rename from macroexpand-all-1.
11503
11504 2012-06-06 Sam Steingold <sds@gnu.org>
11505
11506 * calendar/calendar.el (calendar-in-read-only-buffer):
11507 Call `special-mode' to enable the standard read-only keybindings.
11508
11509 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11510
11511 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11512 with "loading" messages (bug#11635).
11513
11514 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11515
11516 * files.el (enable-remote-dir-locals): New option.
11517 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11518
11519 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11520 Ensure, that the temp directory is local.
11521
11522 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11523 `temporary-file-directory'.
11524
11525 * progmodes/python.el (python-send-region): Ensure, that the
11526 temporary file is created also in the remote case.
11527
11528 2012-06-06 Glenn Morris <rgm@gnu.org>
11529
11530 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11531 (vc-rcs-update-changelog): Use it.
11532
11533 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11534
11535 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11536 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11537 (vc-sccs-diff): Replace use of the external vcdiff script.
11538
11539 2012-06-05 Glenn Morris <rgm@gnu.org>
11540
11541 * ledit.el: Move to obsolete/.
11542
11543 2012-06-05 Sam Steingold <sds@gnu.org>
11544
11545 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11546 patch (Bug#11140).
11547
11548 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * emacs-lisp/cust-print.el: Move to obsolete.
11551
11552 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11553 compiler-macro expansion.
11554
11555 Add native compiler-macro support.
11556 * emacs-lisp/macroexp.el (macroexpand-all-1):
11557 Support compiler-macros directly. Properly follow aliases and apply
11558 the compiler macros more thoroughly.
11559 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11560 macroexpand now properly follows aliases.
11561 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11562 (cl-compiler-macroexpand): Use new prop.
11563 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11564
11565 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11566
11567 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11568
11569 * window.el (get-lru-window, get-mru-window, get-largest-window):
11570 New argument NOT-SELECTED to avoid picking the selected window.
11571 (window--display-buffer-1, window--display-buffer-2): Replace by
11572 new function window--display-buffer
11573 (display-buffer-same-window, display-buffer-reuse-window)
11574 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11575 Use window--display-buffer.
11576 (display-buffer-use-some-window): Remove temporary dedication
11577 hack by calling get-lru-window and get-largest-window with
11578 NOT-SELECTED argument non-nil. Call window--display-buffer.
11579
11580 2012-06-05 Glenn Morris <rgm@gnu.org>
11581
11582 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11583 Replace external vcdiff script.
11584
11585 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11586
11587 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11588
11589 2012-06-04 Chong Yidong <cyd@gnu.org>
11590
11591 * image.el (imagemagick-types-inhibit): Revert last change.
11592 Add INFO and M.
11593 (imagemagick-enabled-types): Remove CIN and EPS*.
11594
11595 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * emacs-lisp/cl-lib.el: Rename from cl.el.
11598 * emacs-lisp/cl.el: New compatibility file.
11599 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11600 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11601 to obey the "cl-" prefix.
11602 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11603
11604 2012-06-03 Glenn Morris <rgm@gnu.org>
11605
11606 * emacs-lisp/authors.el (authors-aliases): Addition.
11607
11608 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11609 Fix :version.
11610
11611 2012-06-03 Stefan Merten <smerten@oekonux.de>
11612
11613 * textmodes/rst.el: Add comments.
11614 (rst-transition, rst-adornment): New faces.
11615 (rst-adornment-faces-alist): Make default safe to reevaluate.
11616 Fixes
11617 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11618 Improve customization tags.
11619 (rst-define-level-faces): Clarify meaning.
11620
11621 2012-06-03 Chong Yidong <cyd@gnu.org>
11622
11623 * progmodes/compile.el (compilation-mode-line-fail)
11624 (compilation-mode-line-run, compilation-mode-line-exit):
11625 New faces.
11626 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11627
11628 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11629
11630 * progmodes/which-func.el (which-func-update-ediff-windows):
11631 New function. Use it in ediff-select-hook (Bug#11478).
11632
11633 2012-06-03 Chong Yidong <cyd@gnu.org>
11634
11635 * bindings.el: Remove explicit help text from format-mode-line.
11636 It is now supplied by mode-line-default-help-echo.
11637 (mode-line-front-space, mode-line-end-spaces)
11638 (mode-line-misc-info): New variables.
11639 (mode-line-modes, mode-line-position): Move the default value to
11640 the variable definition.
11641 (mode-line-default-help-echo): New defcustom.
11642 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11643 (mode-line-modified-help-echo): New functions.
11644 (mode-line-mule-info, mode-line-modified): Use them.
11645 (mode-line-eol-desc, propertized-buffer-identification):
11646 Consistency fixes for help text.
11647 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11648 set-buffer-file-coding-system (Bug#289).
11649 (mode-line-mule-info-help-echo): Update help text.
11650
11651 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11652
11653 * simple.el (execute-extended-command): Set real-this-command
11654 (bug#11506).
11655
11656 2012-06-02 Chong Yidong <cyd@gnu.org>
11657
11658 Remove incorrect uses of "modeline" in comments, docstrings, and
11659 function/variable names (Bug#10329).
11660
11661 * cus-edit.el (mode-line):
11662 * dframe.el (dframe-mouse-hscroll):
11663 * emacs-lisp/re-builder.el:
11664 * emacs-lisp/easy-mmode.el (define-minor-mode):
11665 * frame.el (set-frame-name):
11666 * help.el (lookup-minor-mode-from-indicator):
11667 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11668 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11669 (c-toggle-hungry-state):
11670 * progmodes/antlr-mode.el (antlr-language-alist):
11671 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11672 * progmodes/vhdl-mode.el (vhdl-mode):
11673 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11674 * term/ns-win.el (ns-face-at-pos):
11675 * term/sup-mouse.el (sup-mouse-report):
11676 * textmodes/flyspell.el (flyspell-mode-line-string):
11677 * textmodes/ispell.el (ispell-highlight-face):
11678 * textmodes/reftex-global.el:
11679 * vc/vc-arch.el (vc-arch-mode-line-string):
11680 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11681 * vc/vc-git.el (vc-git-mode-line-string):
11682 * vc/vc-hooks.el (vc-display-status)
11683 (vc-default-mode-line-string):
11684 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11685
11686 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11687
11688 * dired.el (dired-sort-set-mode-line): Rename from
11689 dired-sort-set-modeline. All callers changed.
11690
11691 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11692 eshell-status-in-modeline.
11693
11694 * foldout.el (foldout-mode-line-string): Rename from
11695 foldout-modeline-string. All callers changed.
11696 (foldout-update-mode-line): Rename from foldout-update-modeline.
11697
11698 * subr.el (redraw-modeline): Make into obsolete alias.
11699
11700 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11701 timeclock-modeline-display. Make old name an alias.
11702 (timeclock-update-mode-line): Likewise. All callers changed.
11703 (timeclock-mode-line-display): No need to check before using
11704 add-hook.
11705 (timeclock-relative, timeclock-day-over-hook)
11706 (timeclock-use-elapsed, timeclock-mode-string)
11707 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11708
11709 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11710 crisp-mode-modeline-string.
11711
11712 * play/solitaire.el (solitaire-build-mode-line): Rename from
11713 solitaire-build-modeline. All callers changed.
11714
11715 * play/zone.el (zone-hiding-mode-line): Rename from
11716 zone-hiding-modeline. All callers changed.
11717 (zone): Remove unusued `modeline-hidden-level' property.
11718
11719 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11720 xscheme-modeline-initialize. All callers changed.
11721
11722 * strokes.el (strokes-lighter): Rename from
11723 strokes-modeline-string.
11724
11725 * textmodes/sgml-mode.el (html-face-tag-alist)
11726 (html-tag-face-alist): Use mode-line face instead of obsolete
11727 alias modeline.
11728
11729 2012-06-02 Stefan Merten <smerten@oekonux.de>
11730
11731 * textmodes/rst.el: Always require `cl'.
11732 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11733
11734 2012-06-02 Chong Yidong <cyd@gnu.org>
11735
11736 * image.el (imagemagick-enabled-types): Rename from
11737 imagemagick-types-enable. Add many more types.
11738 (imagemagick-types-inhibit): Change default to nil.
11739 (imagemagick-filter-types): Caller changed.
11740
11741 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11742
11743 * emacs-lisp/cl-macs.el: Use backquotes.
11744 (cl-transform-function-property): Use eval-and-compile rather than
11745 abusing `require'.
11746 (defstruct): Use declare-function instead of with-no-warnings.
11747
11748 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11749 (byte-compile-output-docform): Re-add the print-circle bindings.
11750 (byte-compile-fix-header): Use #$ just because it's shorter.
11751 (byte-compile-output-file-form): Remove defun/defmacro.
11752
11753 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11754
11755 * simple.el (choose-completion): Remove now obsolete binding for
11756 owindow.
11757
11758 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11759
11760 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11761 in order to avoid "Stack overflow in regexp matcher".
11762
11763 2012-05-31 Glenn Morris <rgm@gnu.org>
11764
11765 * image.el: For clarity, call imagemagick-register-types at
11766 top-level, rather than relying on a custom :initialize.
11767 (imagemagick-types-enable): New option. (Bug#11557)
11768 (imagemagick-filter-types): New function. (Bug#7406)
11769 (imagemagick-register-types): Use imagemagick-filter-types.
11770 If disabling support, remove elements altogether rather
11771 than using an impossible regexp.
11772 (imagemagick-types-inhibit): Give it the default init function.
11773
11774 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11775
11776 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11777 Handle arbitrary file name lengths (Bug#11585).
11778
11779 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11780
11781 * desktop.el (desktop-read): Clear previous and next buffers for
11782 all windows and bury *Messages* buffer (bug#11556).
11783
11784 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11785
11786 Add `declare' for `defun'. Align `defmacro's with it.
11787 * emacs-lisp/easy-mmode.el (define-minor-mode)
11788 (define-globalized-minor-mode): Don't autoload the var definitions.
11789 * emacs-lisp/byte-run.el: Use lexical-binding.
11790 (defun-declarations-alist, macro-declarations-alist): New vars.
11791 (defmacro, defun): Use them.
11792 (make-obsolete, define-obsolete-function-alias)
11793 (make-obsolete-variable, define-obsolete-variable-alias):
11794 Use `declare'.
11795 (macro-declaration-function): Mark obsolete.
11796 * emacs-lisp/autoload.el: Use lexical-binding.
11797 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11798
11799 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11800
11801 * textmodes/ispell.el (ispell-with-no-warnings):
11802 Define as a macro.
11803 (ispell-kill-ispell, ispell-change-dictionary):
11804 Use `called-interactively-p' for Emacs instead of obsolete
11805 `interactive-p'.
11806
11807 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11808
11809 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11810 (macro-declaration-function): Move var from C code.
11811 (macro-declaration-function): Define function with defalias.
11812 * emacs-lisp/macroexp.el (macroexpand-all-1):
11813 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11814 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11815 defun/defmacro any more.
11816 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11817 Provide fallback for unknown arglist.
11818 (byte-compile-arglist-warn): Change calling convention.
11819 (byte-compile-output-file-form): Move print-vars binding.
11820 (byte-compile-output-docform): Simplify accordingly.
11821 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11822 (byte-compile-defmacro-declaration): Remove.
11823 (byte-compile-file-form-defmumble): Generalize to defalias.
11824 (byte-compile-output-as-comment): Return byte-positions.
11825 Simplify callers accordingly.
11826 (byte-compile-lambda): Use `assert'.
11827 (byte-compile-defun, byte-compile-defmacro): Remove.
11828 (byte-compile-file-form-defalias):
11829 Use byte-compile-file-form-defmumble.
11830 (byte-compile-defalias-warn): Remove.
11831
11832 2012-05-29 Stefan Merten <smerten@oekonux.de>
11833
11834 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11835 possible. Fix authors. Improve comments. Improve loading of `cl'.
11836
11837 (rst-mode-abbrev-table): Merge definition.
11838 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11839 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11840
11841 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11842
11843 * calendar/icalendar.el
11844 (icalendar-export-region): Export UID properly.
11845
11846 2012-05-29 Leo Liu <sdl.web@gmail.com>
11847 * calendar/icalendar.el (icalendar-import-format):
11848 Add `icalendar-import-format-uid' (Bug#11525).
11849 (icalendar-import-format-uid): New.
11850 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11851 Export UID.
11852
11853 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11854
11855 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11856 different alternative patterns.
11857 (pcase-codegen): Be more careful to preserve identity.
11858 (pcase--u1): Don't forget to mark vars as used.
11859
11860 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11861 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11862 (byte-compile-from-buffer): ...rather than here.
11863
11864 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11865 functions from byte-compile-function-environment.
11866
11867 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11868
11869 * window.el (window-deletable-p): Avoid deleting the root window
11870 of a frame with an active minibuffer.
11871
11872 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11873
11874 * simple.el (choose-completion): Use quit-window (Bug#11567).
11875
11876 2012-05-29 Chong Yidong <cyd@gnu.org>
11877
11878 * whitespace.el (whitespace-cleanup): Fix usage of
11879 whitespace-empty-at-bob-regexp (Bug#11492).
11880
11881 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11882
11883 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11884 revert (Bug#11488).
11885
11886 2012-05-29 Juri Linkov <juri@jurta.org>
11887
11888 * isearch.el (isearch-mode-map): Bind `M-s _' to
11889 `isearch-toggle-symbol'. Bind `M-s c' to
11890 `isearch-toggle-case-fold'.
11891 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11892 (isearch-forward): Add `M-s _' to the docstring.
11893 (isearch-forward-symbol, isearch-toggle-case-fold)
11894 (isearch-symbol-regexp): New functions. (Bug#11381)
11895
11896 2012-05-29 Juri Linkov <juri@jurta.org>
11897
11898 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11899 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11900 a function, call it to get the regexp.
11901 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11902 property `isearch-message-prefix' instead of the string "word ".
11903 (isearch-search-fun-default): For the case of `isearch-word',
11904 return a lambda that calls re-search-forward/re-search-backward
11905 with a regexp returned by `word-search-regexp' or by the function
11906 in `isearch-word'.
11907
11908 2012-05-29 Juri Linkov <juri@jurta.org>
11909
11910 * isearch.el (isearch-search-fun-default): New function.
11911 (isearch-search-fun): Move default part to the new function
11912 `isearch-search-fun-default'.
11913 (isearch-search-fun-function): Set the default value to
11914 `isearch-search-fun-default'. (Bug#11381)
11915
11916 * comint.el (comint-history-isearch-end):
11917 Use `isearch-search-fun-default'.
11918 (comint-history-isearch-search): Use `isearch-search-fun-default'
11919 and remove spacial case for `isearch-word'.
11920 (comint-history-isearch-wrap): Remove spacial case for
11921 `isearch-word'.
11922
11923 * hexl.el (hexl-isearch-search-function):
11924 Use `isearch-search-fun-default'.
11925
11926 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11927 Use `word-search-regexp' for `isearch-word'.
11928
11929 * misearch.el (multi-isearch-search-fun):
11930 Use `isearch-search-fun-default'.
11931
11932 * simple.el (minibuffer-history-isearch-search):
11933 Use `isearch-search-fun-default' and remove spacial case for
11934 `isearch-word'.
11935 (minibuffer-history-isearch-wrap): Remove spacial case for
11936 `isearch-word'.
11937
11938 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11939 Remove spacial case for `isearch-word'.
11940 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11941
11942 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11943
11944 Decrease XEmacs incompatibilities.
11945 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11946 Use `string-match'.
11947 (flyspell-delete-region-overlays): Use alternative definition for
11948 XEmacs.
11949 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11950 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11951 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11952 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11953 `define-obsolete-face-alias' under XEmacs, but old method.
11954
11955 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11956 `with-no-warnings' definition or Emacs alias.
11957 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11958 (ispell-word): Do not use `region-p' if XEmacs.
11959
11960 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11961
11962 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11963 Check for `ispell-dictionary-base-alist' instead of full
11964 `ispell-dictionary-alist'.
11965 (ispell-init-process): Show spellchecker when starting new Ispell
11966 process.
11967
11968 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11971 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11972
11973 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11974
11975 * version.el (motif-version-string, gtk-version-string)
11976 (ns-version-string): Declare.
11977
11978 2012-05-27 Juri Linkov <juri@jurta.org>
11979
11980 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11981 after the `eval-defun-1' specialcaseing
11982 like in `edebug-eval-defun' (bug#10181).
11983
11984 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11985 like in `eval-defun-1'.
11986
11987 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11988
11989 * mail/sendmail.el (mail-yank-region):
11990 Recognize rmail-yank-current-message in addition to insert-buffer.
11991 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11992 a *mail* buffer created through rmail-start-mail with sendmail as
11993 mail-user-agent.
11994
11995 2012-05-27 Chong Yidong <cyd@gnu.org>
11996
11997 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11998 Default to 256 (Bug#11267).
11999
12000 * help.el (describe-mode): Doc fix.
12001
12002 2012-05-26 Glenn Morris <rgm@gnu.org>
12003
12004 * w32-fns.el (w32-init-info): Remove.
12005 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12006
12007 * info.el (info-initialize): For self-contained NS builds, put the
12008 included info/ directory at the front. (Bug#2791)
12009
12010 * paths.el (Info-default-directory-list): Make it a defcustom,
12011 mainly so that we can use custom-initialize-delay.
12012
12013 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12014
12015 * subr.el (buffer-has-markers-at): Mark obsolete.
12016
12017 * subr.el (lambda): Use declare.
12018
12019 * emacs-lisp/lisp-mode.el (lambda):
12020 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12021
12022 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12023
12024 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12025
12026 2012-05-26 Glenn Morris <rgm@gnu.org>
12027
12028 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12029
12030 2012-05-25 Glenn Morris <rgm@gnu.org>
12031
12032 * paths.el: Remove no-byte-compile.
12033 * loadup.el: No need to load paths.el uncompiled.
12034
12035 * image.el (imagemagick-types-inhibit): Doc fix.
12036
12037 * version.el: Remove no-byte-compile and associated formatting.
12038 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12039 is ancient code from when there was an "inc-vers.el".
12040
12041 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * progmodes/gdb-mi.el: Minor style changes.
12044 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12045 Turn into minor modes.
12046 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12047 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12048 (gdb-shell): Remove unneeded let-binding.
12049 (gdb-get-many-fields): Eliminate O(n²) behavior.
12050
12051 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12052
12053 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12054 platforms that don't link in fontset.c.
12055
12056 2012-05-25 Juri Linkov <juri@jurta.org>
12057
12058 Use the same diff color scheme as in modern VCSes (bug#10181).
12059
12060 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12061 to avoid confusion with `diff-added' that now uses green colors.
12062 (diff-removed): Use shades of red.
12063 (diff-added): Use shades of green.
12064 (diff-changed): Leave just the yellow color.
12065 (diff-use-changed-face): New variable.
12066 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12067 how to highlight context diff changes.
12068 (diff-refine-change): Use shades of yellow.
12069 (diff-refine-removed): New face that uses shades of red.
12070 (diff-refine-added): New face that uses shades of green.
12071 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12072 `diff-refine-removed' in the call to `smerge-refine-subst'
12073 depending on the value of `diff-use-changed-face'.
12074
12075 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12076 (smerge-other): Use shades of green.
12077 (smerge-base): Use shades of yellow.
12078 (smerge-refined-change): Empty face.
12079 (smerge-refined-removed): New face that uses shades of red.
12080 (smerge-refined-added): New face that uses shades of green.
12081 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12082 args `props-r' and `props-a', and use them. Doc fix.
12083 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12084 on its value use different faces `smerge-refined-change',
12085 `smerge-refined-removed', `smerge-refined-added' in the call to
12086 `smerge-refine-subst'.
12087
12088 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12089 Add face condition `min-colors 88' with shades of red.
12090 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12091 `min-colors 88' with shades of green.
12092 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12093 `min-colors 88' with shades of yellow.
12094
12095 2012-05-24 Glenn Morris <rgm@gnu.org>
12096
12097 * paths.el (prune-directory-list, remote-shell-program): Move to...
12098 * files.el (prune-directory-list, remote-shell-program): ...here.
12099 For the latter, delay initialization, prefer ssh, just search PATH.
12100
12101 * paths.el (term-file-prefix): Move to faces.el (the only user).
12102 * faces.el (term-file-prefix): Move here, make it a defcustom.
12103
12104 * paths.el (news-directory, news-path, news-inews-program):
12105 Move to gnus/nnspool.el.
12106
12107 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12108
12109 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12110 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12111 Make the latter a defcustom, with a delayed initialization.
12112
12113 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12114 These were deleted from Gnus itself late 2010.
12115
12116 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12117
12118 * progmodes/which-func.el (which-func-ff-hook):
12119 Check against user-error, not error.
12120
12121 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12122 cl-specs.el, which no longer exists.
12123
12124 2012-05-22 Glenn Morris <rgm@gnu.org>
12125
12126 * info.el (info-emacs-bug): New command.
12127 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12128 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12129
12130 2012-05-21 Glenn Morris <rgm@gnu.org>
12131
12132 * makefile.w32-in (update-subdirs-SH):
12133 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12134
12135 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12138
12139 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12140 Simplify Maven regexp, and make sure the file can't start with a space
12141 (bug#11517).
12142
12143 2012-05-21 Glenn Morris <rgm@gnu.org>
12144
12145 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12146 Scrap superfluous subshells.
12147
12148 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12151 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12152
12153 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12154
12155 * calc/calc.el (calc-ensure-consistent-units): New variable.
12156
12157 * calc/calc-units.el (math-consistent-units-p)
12158 (math-check-unit-consistency): New functions.
12159 (calc-quick-units, calc-convert-units):
12160 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12161 is non-nil.
12162 (calc-extract-units): Fix typo.
12163
12164 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12165
12166 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12167
12168 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12169 (flyspell-default-deplacement-commands): Don't spell check after
12170 repeated window/frame switches (e.g. triggered by mouse-movement).
12171 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12172 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12173 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12174 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12175 Remove unused vars.
12176 (flyspell-get-casechars, flyspell-get-not-casechars):
12177 Simplify; Don't bother removing a ] just to add it back.
12178 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12179
12180 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12181
12182 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12183 New functions.
12184 (math-function-table): Add support for more C functions.
12185
12186 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12187
12188 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12189 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12190 Protect delay handling for otherchars against empty otherchars.
12191
12192 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12195 their respective macro declarations.
12196 * skeleton.el (define-skeleton):
12197 * progmodes/compile.el (define-compilation-mode):
12198 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12199 (define-ibuffer-filter):
12200 * emacs-lisp/generic.el (define-generic-mode):
12201 * emacs-lisp/easy-mmode.el (define-minor-mode)
12202 (define-globalized-minor-mode):
12203 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12204 * emacs-lisp/byte-run.el (defsubst):
12205 * custom.el (deftheme): Add doc-string metadata.
12206
12207 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12208
12209 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12210
12211 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12212
12213 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12214
12215 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12216 * emacs-lisp/cl-macs.el: Idem.
12217 * emacs-lisp/cl-specs.el: Remove.
12218
12219 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 Minor renaming of internal CL functions and variables.
12222 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12223 (cl--position): Rename from cl-position.
12224 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12225 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12226 (cl--random-state): Rename from *random-state*.
12227
12228 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12231 parens around the arg list (bug#11499).
12232
12233 2012-05-17 Juri Linkov <juri@jurta.org>
12234
12235 * isearch.el (word-search-regexp, word-search-backward)
12236 (word-search-forward, word-search-backward-lax)
12237 (word-search-forward-lax): Move functions from search.c
12238 (bug#10145, bug#11381).
12239
12240 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12241
12242 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12243 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12244 Delay for otherchars as for normal word components.
12245
12246 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * minibuffer.el (completion--sifn-requote): Fix last change.
12249 (minibuffer-local-must-match-filename-map):
12250 Move define-obsolete-variable-alias before its var.
12251
12252 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12253
12254 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12255
12256 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12257 behavior.
12258 (completion--string-equal-p): New function.
12259 (completion--twq-all): Use it to get better assertion failure data.
12260
12261 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12262 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12263 (shell--requote-argument): New functions.
12264 (shell-completion-vars): Use them.
12265 (shell--parse-pcomplete-arguments): Rename from
12266 shell-parse-pcomplete-arguments.
12267 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12268 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12269 Obey comint-file-name-quote-list.
12270
12271 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12272 (smie-indent-keyword): Use it.
12273
12274 2012-05-14 Stefan Merten <smerten@oekonux.de>
12275
12276 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12277
12278 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12279
12280 * net/rlogin.el (rlogin-mode-map): Fix last change.
12281
12282 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12283
12284 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12285 the following \r\n using a single `process-send-string', since the
12286 Lotus SMTP server refuses to accept any commands if they are sent
12287 with two `process-send-string's (Bug#11444).
12288
12289 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12290
12291 * shell.el (shell-parse-pcomplete-arguments):
12292 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12293
12294 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12295
12296 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12297 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12298 (image-transform-width, image-transform-fit-width): New functions.
12299 (image-transform-properties): Use them.
12300 (image-transform-check-size): New function.
12301 (image-toggle-display-image): Use it (for testing).
12302 (image-transform-set-rotation): Reduce angle mod 360.
12303 Delete obsolete comment.
12304
12305 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12306
12307 * image-mode.el: Fix scaling (bug#11399).
12308 (image-transform-resize): Doc fix.
12309 (image-transform-properties): Default scale is 1 and height should
12310 be an integer.
12311
12312 2012-05-13 Johan Bockgård <bojohan@gnu.org>
12313
12314 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12315 than hard-coding `car', to fix misbehavior when moving forward.
12316
12317 2012-05-13 Chong Yidong <cyd@gnu.org>
12318
12319 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12320 (tabulated-list-entries, tabulated-list-padding)
12321 (tabulated-list-sort-key): Make permanent-local.
12322
12323 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12324 (electric-buffer-list): Put electric buffer menu
12325 command descriptions in this docstring, instead of the docstring
12326 of electric-buffer-menu-mode. Code cleanups.
12327 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12328 Electric-buffer-menu-mode.
12329 (electric-buffer-update-highlight): Minor code cleanup.
12330
12331 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12332
12333 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12334 (Bug#11447)
12335
12336 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 Move define-obsolete-variable-alias before the var's definition.
12339 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12340 * tooltip.el (tooltip-hook):
12341 * textmodes/reftex-toc.el (reftex-toc-map):
12342 * textmodes/reftex-sel.el (reftex-select-label-map)
12343 (reftex-select-bib-map):
12344 * textmodes/reftex-index.el (reftex-index-map)
12345 (reftex-index-phrases-map):
12346 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12347 * progmodes/meta-mode.el (meta-mode-map):
12348 * novice.el (disabled-command-hook):
12349 * loadhist.el (unload-hook-features-list):
12350 * frame.el (blink-cursor):
12351 * files.el (find-file-not-found-hooks, write-file-hooks)
12352 (write-contents-hooks):
12353 * emulation/tpu-edt.el (GOLD-map):
12354 * emacs-lock.el (emacs-lock-from-exiting):
12355 * emacs-lisp/generic.el (generic-font-lock-defaults):
12356 * emacs-lisp/chart.el (chart-map):
12357 * dos-fns.el (register-name-alist):
12358 * dired-x.el (dired-omit-files-p):
12359 * desktop.el (desktop-enable):
12360 * cus-edit.el (custom-mode-hook):
12361 * buff-menu.el (buffer-menu-mode-hook):
12362 * bookmark.el (bookmark-read-annotation-text-func)
12363 (bookmark-exit-hooks):
12364 * allout.el (allout-mode-deactivate-hook)
12365 (allout-exposure-change-hook, allout-structure-added-hook)
12366 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12367 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12368 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12369 comes before the corresponding variable's definition.
12370
12371 2012-05-12 Chong Yidong <cyd@gnu.org>
12372
12373 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12374 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12375 (Buffer-menu-mode-map): Bind it.
12376 (Buffer-menu--pretty-name): Add a mouse-face property.
12377
12378 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12379
12380 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12381 (prolog-upper-case-string, prolog-lower-case-string)
12382 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12383 (prolog-use-smie, prolog-smie-grammar): New vars.
12384 (prolog-smie-forward-token, prolog-smie-backward-token)
12385 (prolog-smie-rules): New funs.
12386 (prolog-comment-indent): Remove.
12387 (prolog-mode-variables): Use default comment indentation instead.
12388 Setup SMIE.
12389 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12390 (prolog-mode): Don't call them any more.
12391 (prolog-electric-colon, prolog-electric-dash)
12392 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12393
12394 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12395
12396 * minibuffer.el (completion--twq-all): Again, allow case differences.
12397
12398 * term.el: Move keymap initialization code to be more idiomatic.
12399 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12400 (term-terminal-menu): Move initialization into declaration.
12401 (term-escape-char): Let the user set it in her .emacs.
12402
12403 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12404 Provide SMIE-based indentation (not enabled by default yet).
12405 (sh-mode-map): Don't bind electric keys.
12406 Use electric-pair-mode instead of skeleton-pair.
12407 (sh-assignment-regexp): Fit within 80 columns.
12408 (sh-indent-supported): Specify actual shell name instead of boolean.
12409 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12410 (sh-maybe-here-document): Use it. Make obsolete.
12411 (sh-electric-here-document-mode) New minor mode.
12412 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12413 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12414 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12415 (sh-smie-rc-grammar, sh-use-smie): New vars.
12416 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12417 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12418 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12419 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12420 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12421 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12422 (sh-set-shell): Use smie-setup if requested.
12423
12424 * term.el (term-set-escape-char): Properly set term-escape-char.
12425 See http://stackoverflow.com/questions/10524656.
12426
12427 2012-05-10 Chong Yidong <cyd@gnu.org>
12428
12429 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12430 Use url-generic-parse-url, and handle host names and Windows
12431 filenames properly.
12432 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12433 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12434 URL schemes to work on.
12435 (ffap--toggle-read-only): New function.
12436 (ffap-read-only, ffap-read-only-other-window)
12437 (ffap-read-only-other-frame): Use it.
12438 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12439 necessary for ffap-url-unwrap-remote.
12440
12441 2012-05-10 Dave Abrahams <dave@boostpro.com>
12442
12443 * cus-start.el (create-lockfiles): Add it.
12444
12445 2012-05-09 Chong Yidong <cyd@gnu.org>
12446
12447 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12448 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12449
12450 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12453
12454 2012-05-09 Chong Yidong <cyd@gnu.org>
12455
12456 * ansi-color.el (ansi-color-process-output): Check for validity of
12457 comint-last-output-start before using it. This avoids a bad
12458 interaction with gdb-mi's input/output buffer.
12459
12460 2012-05-09 Glenn Morris <rgm@gnu.org>
12461
12462 * files.el (dir-locals-read-from-file):
12463 Mention dir-locals in any error message.
12464
12465 2012-05-09 Chong Yidong <cyd@gnu.org>
12466
12467 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12468 package (Bug#11410).
12469
12470 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12471 variables into description.
12472
12473 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12474
12475 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12476 shell-delimiter-argument-list (bug#11348).
12477 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12478
12479 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12480
12481 * textmodes/rst.el: Silence byte-compiler warnings.
12482 (rst-re-alist, rst-reset-section-caches): Move around.
12483 (rst-re): Use `characterp', not `char-valid-p'.
12484 (font-lock-beg, font-lock-end): Declare.
12485
12486 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12487 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12488
12489 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12490
12491 2012-05-08 Glenn Morris <rgm@gnu.org>
12492
12493 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12494
12495 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 * vc/log-edit.el: Add GNU coding standards highlighting.
12498 (log-edit-font-lock-gnu-style)
12499 (log-edit-font-lock-gnu-keywords): New vars.
12500 (log-edit-font-lock-keywords): New fun.
12501 (log-edit-mode): Don't fold case in font-lock.
12502 (log-edit-font-lock-keywords): Do not assume case-folding.
12503
12504 * imenu.el: Misc cleanup. Make docstrings out of comments.
12505 Use lexical-binding.
12506 (imenu--index-alist, imenu--last-menubar-index-alist)
12507 (imenu-menubar-modified-tick): Use defvar-local.
12508 (imenu--split-menu): Remove unused var.
12509 (imenu--cleanup-seen): Declare as global.
12510 (imenu--cleanup): Use dolist.
12511
12512 * subr.el (defvar-local): Add debug spec and doc-string position.
12513
12514 2012-05-08 Glenn Morris <rgm@gnu.org>
12515
12516 * language/burmese.el, language/cham.el, language/czech.el:
12517 * language/english.el, language/georgian.el, language/greek.el:
12518 * language/japanese.el, language/khmer.el, language/korean.el:
12519 * language/lao.el, language/misc-lang.el, language/romanian.el:
12520 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12521 * language/thai.el, language/utf-8-lang.el:
12522 Remove no-byte-compile setting.
12523
12524 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12525
12526 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12527
12528 * progmodes/make-mode.el (makefile-browse):
12529 Remove unnecessary interactive. (Bug#11324)
12530
12531 2012-05-07 Glenn Morris <rgm@gnu.org>
12532
12533 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12534
12535 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12536
12537 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * loadup.el: Preload newcomment.el.
12540 * newcomment.el: Move autoload-only code to toplevel.
12541
12542 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12543 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12544 Handle new :right-align column property.
12545 (tabulated-list-print-col): Idem, plus use `display' text-property to
12546 try and preserve alignment for variable pitch fonts.
12547
12548 2012-05-07 Chong Yidong <cyd@gnu.org>
12549
12550 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12551 (tabulated-list-use-header-line): New var.
12552 (tabulated-list-init-header): Use it.
12553 (tabulated-list-print-fake-header): New function.
12554 (tabulated-list-print): Use it.
12555 (tabulated-list-sort-button-map): Add non-header-line commands.
12556 (tabulated-list-init-header): Add column name property to basic
12557 labels as well.
12558 (tabulated-list-col-sort): Handle non-header-line button case.
12559 (tabulated-list--sort-by-column-name): Fix a corner case.
12560
12561 * buff-menu.el (list-buffers--refresh):
12562 Handle Buffer-menu-use-header-line.
12563
12564 2012-05-06 Chong Yidong <cyd@gnu.org>
12565
12566 * buff-menu.el: Convert to Tabulated List mode.
12567 (Buffer-menu-buffer+size-width): Make obsolete.
12568 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12569 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12570 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12571 documentation into docstring of buffer-menu.
12572 (Buffer-menu-toggle-files-only): Add an informative message.
12573 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12574 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12575 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12576 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12577 (Buffer-menu-execute, Buffer-menu-select)
12578 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12579 (Buffer-menu-bury): Use Tabulated List machinery.
12580 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12581 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12582 Delete.
12583 (list-buffers--refresh): New function.
12584 (list-buffers-noselect): Use it.
12585 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12586 (Buffer-menu--pretty-file-name): New helper functions.
12587
12588 * loadup.el: Preload tabulated-list.
12589
12590 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12591 tabulated-list-sort-column.
12592 (tabulated-list-init-header): Add the initial aligning space even
12593 if tabulated-list-padding is zero.
12594
12595 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12596
12597 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12598 whose cdr is not a cons cell correctly (bug#11038).
12599
12600 2012-05-06 Chong Yidong <cyd@gnu.org>
12601
12602 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12603 Accept additional plist in column descriptors.
12604 (tabulated-list-init-header): Obey it.
12605 (tabulated-list-get-entry): New function.
12606 (tabulated-list-put-tag): Use it. Use string-width instead of
12607 length.
12608 (tabulated-list--column-number): New function.
12609 (tabulated-list-print): Use it.
12610 (tabulated-list-print-col): New function.
12611 Set `tabulated-list-column-name' property on each column's text.
12612 (tabulated-list-print-entry): Use it.
12613 (tabulated-list-delete-entry, tabulated-list-set-col):
12614 New functions.
12615 (tabulated-list-sort-column): New command (Bug#11337).
12616
12617 * buff-menu.el (list-buffers): Move C-x C-b binding from
12618 buff-menu.el to bindings.el.
12619
12620 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12621 :advertised-binding feature.
12622
12623 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12624
12625 * progmodes/compile.el (compilation-internal-error-properties):
12626 Calculate start position correctly when end-col is set but
12627 end-line is not (Bug#11382).
12628
12629 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12630
12631 * man.el (Man-unindent): Use text-property-default-nonsticky to
12632 prevent untabify from inheriting face properties (Bug#11408).
12633
12634 2012-05-05 Stefan Merten <smerten@oekonux.de>
12635
12636 * textmodes/rst.el: Major merge with upstream development up to
12637 Docutils SVN r7399 / rst.el V1.2.1.
12638
12639 Clarify maintainership and authors.
12640
12641 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12642 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12643 (rst-official-version, rst-official-cvs-rev, rst-version)
12644 (rst-package-emacs-version-alist): New functions and variables
12645 for version information.
12646
12647 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12648 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12649 (rst-mode-syntax-table, rst-mode): New and corrected functions
12650 and variables representing reStructuredText features.
12651
12652 (rst-re): New function for reStructuredText regexes. Use in
12653 many places.
12654
12655 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12656 (rst-mode-map): Rebind keys.
12657
12658 (rst-mode-lazy, rst-font-lock-keywords)
12659 (rst-font-lock-extend-region)
12660 (rst-font-lock-extend-region-internal)
12661 (rst-font-lock-extend-region-extend)
12662 (rst-font-lock-find-unindented-line-limit)
12663 (rst-font-lock-find-unindented-line-match)
12664 (rst-adornment-level, rst-font-lock-adornment-level)
12665 (rst-font-lock-adornment-match)
12666 (rst-font-lock-handle-adornment-pre-match-form)
12667 (rst-font-lock-handle-adornment-matcher): Major revision of
12668 font-locking. Integrate with other code. Use `jit-lock-mode'.
12669
12670 (rst-preferred-adornments, rst-adjust-hook)
12671 (rst-new-adornment-down, rst-preferred-bullets)
12672 (rst-preferred-bullets, rst-indent, rst-indent-width)
12673 (rst-indent-field, rst-indent-literal-normal)
12674 (rst-indent-literal-minimized, rst-indent-comment): Change,
12675 extend and improve customization.
12676
12677 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12678 (rst-normalize-cursor-position, rst-get-decoration)
12679 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12680 (rst-rstrip, rst-toc-insert-find-delete-contents)
12681 (rst-shift-fill-region, rst-compute-bullet-tabs)
12682 (rst-debug-print-tabs, rst-debug-mark-found)
12683 (rst-shift-region-guts, rst-shift-region-right)
12684 (rst-shift-region-left, rst-use-char-classes)
12685 (rst-font-lock-keywords-function)
12686 (rst-font-lock-indentation-point)
12687 (rst-font-lock-find-unindented-line-begin)
12688 (rst-font-lock-find-unindented-line-end)
12689 (rst-font-lock-find-unindented-line)
12690 (rst-font-lock-adornment-point, rst-font-lock-level)
12691 (rst-adornment-level-alist): Remove functions and variables.
12692
12693 (rst-compare-adornments, rst-get-adornment-match)
12694 (rst-suggest-new-adornment, rst-get-adornments-around)
12695 (rst-adornment-complete-p, rst-get-next-adornment)
12696 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12697 (rst-straighten-adornments): Standardize function names to
12698 use "adornment" instead of "decoration". Correct callers.
12699 Similar standardizing in many places.
12700
12701 (rst-update-section, rst-adjust, rst-promote-region)
12702 (rst-enumerate-region, rst-bullet-list-region)
12703 (rst-repeat-last-character): Correct use of `interactive'.
12704
12705 (rst-classify-adornment, rst-find-all-adornments)
12706 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12707 (rst-find-leftmost-column, rst-repeat-last-character):
12708 Refactor functions.
12709
12710 (rst-find-title-line, rst-reset-section-caches)
12711 (rst-get-adornments-around, rst-adjust-adornment-work)
12712 (rst-arabic-to-roman, rst-roman-to-arabic)
12713 (rst-insert-list-pos, rst-insert-list-new-item)
12714 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12715 New functions.
12716
12717 (rst-all-sections, rst-section-hierarchy)
12718 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12719 New variables.
12720
12721 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12722 configuration instead of only buffer. Change where necessary.
12723
12724 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12725 (rst-shift-region, rst-adaptive-fill): New functions for
12726 indentation and filling.
12727
12728 (rst-comment-line-break, rst-comment-indent)
12729 (rst-comment-insert-comment, rst-comment-region)
12730 (rst-uncomment-region): New functions for handling comments.
12731
12732 (rst-compile): Quote shell arguments.
12733
12734 (rst-compile-pdf-preview, rst-compile-slides-preview):
12735 Delete temporary files after use.
12736
12737 2012-05-05 Glenn Morris <rgm@gnu.org>
12738
12739 * calendar/cal-html.el: Optionally include holidays in the output.
12740 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12741 (cal-html-holidays): New option.
12742 (cal-html-css-default): Add holiday entry.
12743 (holiday-in-range): Autoload it.
12744 (cal-html-htmlify-entry): Add optional class argument.
12745 (cal-html-htmlify-list): Add optional holidays argument.
12746 (cal-html-insert-agenda-days): Include holidays in the output.
12747 (cal-html-one-month): Maybe include holidays.
12748
12749 * calendar/holidays.el (holiday-in-range):
12750 Move here from cal-tex-list-holidays.
12751 * calendar/cal-tex.el (cal-tex-list-holidays):
12752 Make it an obsolete alias for holiday-in-range. Update all callers.
12753
12754 2012-05-05 Chong Yidong <cyd@gnu.org>
12755
12756 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12757 Nextstep.
12758
12759 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12760
12761 * files.el (file-auto-mode-skip): New var.
12762 (set-auto-mode-1): Use it.
12763
12764 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * repeat.el: Use lexical-binding.
12767 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12768 (repeat-undo-count): Remove.
12769 (repeat):
12770 * progmodes/octave-mod.el (octave-abbrev-start):
12771 * progmodes/f90.el (f90-abbrev-start):
12772 * face-remap.el (text-scale-adjust):
12773 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12774
12775 * emacs-lisp/pcase.el (pcase--let*): New function.
12776 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12777 a bit more.
12778 (pcase--split-pred): Be more clever about ruling out overlap between
12779 a predicate and some constant pattern.
12780 (pcase--q1): Use `null' instead of (eq foo nil).
12781
12782 * subr.el (setq-local, defvar-local): New macros.
12783 (kbd): Redefine as an alias.
12784 (with-selected-window): Leave unrelated frames alone.
12785 (set-temporary-overlay-map): New function.
12786
12787 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12788
12789 * subr.el (user-error): New function.
12790 * window.el (switch-to-buffer):
12791 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12792 (smerge-match-conflict):
12793 * simple.el (previous-matching-history-element)
12794 (next-matching-history-element, goto-history-element, undo-more)
12795 (undo-start):
12796 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12797 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12798 (next-file, tags-loop-scan, list-tags, complete-tag):
12799 * progmodes/compile.el (compilation-loop):
12800 * mouse.el (mouse-minibuffer-check):
12801 * man.el (Man-bgproc-sentinel, Man-goto-page):
12802 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12803 (Info-history-forward, Info-follow-reference, Info-menu)
12804 (Info-extract-menu-item, Info-extract-menu-counting)
12805 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12806 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12807 (Info-next-reference, Info-prev-reference, Info-index)
12808 (Info-index-next, Info-follow-nearest-node)
12809 (Info-copy-current-node-name):
12810 * imenu.el (imenu--make-index-alist)
12811 (imenu-default-create-index-function, imenu-add-to-menubar):
12812 * files.el (basic-save-buffer, recover-file):
12813 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12814 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12815 (checkdoc-message-text, checkdoc-defun):
12816 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12817 * cus-edit.el (customize-changed-options, customize-rogue)
12818 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12819 (custom-variable-mark-to-reset-standard)
12820 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12821 (custom-file):
12822 * completion.el (check-completion-length):
12823 * comint.el (comint-search-arg)
12824 (comint-previous-matching-input-string-position)
12825 (comint-previous-matching-input)
12826 (comint-replace-by-expanded-history-before-point, comint-send-input)
12827 (comint-copy-old-input, comint-backward-matching-input)
12828 (comint-goto-process-mark, comint-set-process-mark):
12829 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12830 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12831
12832 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12833
12834 * dabbrev.el (dabbrev--ignore-case-p): New function.
12835 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12836 Use it.
12837
12838 * files.el (automount-dir-prefix): Mark as obsolete.
12839
12840 2012-05-04 Glenn Morris <rgm@gnu.org>
12841
12842 * patcomp.el, play/bruce.el: Move to obsolete/.
12843
12844 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12845
12846 Fix minor Y10k bugs.
12847 * arc-mode.el (archive-unixdate):
12848 * autoinsert.el (auto-insert-alist):
12849 * calc/calc-forms.el (math-this-year):
12850 * emacs-lisp/copyright.el (copyright-current-year)
12851 (copyright-update-year, copyright):
12852 * tar-mode.el (tar-clip-time-string):
12853 * time.el (display-time-update):
12854 Don't assume years have 4 digits.
12855
12856 2012-05-04 Chong Yidong <cyd@gnu.org>
12857
12858 * dos-w32.el (file-name-buffer-file-type-alist)
12859 (direct-print-region-use-command-dot-com):
12860 * ffap.el (ffap-menu-regexp):
12861 * find-file.el (ff-special-constructs):
12862 * follow.el (follow-debug):
12863 * forms.el (forms--debug):
12864 * iswitchb.el (iswitchb-all-frames):
12865 * ido.el (ido-all-frames):
12866 * emacs-lisp/timer.el (timer-max-repeats):
12867 * mail/feedmail.el (feedmail-mail-send-hook)
12868 (feedmail-mail-send-hook-queued):
12869 * mail/footnote.el (footnote-signature-separator):
12870 * mail/mailabbrev.el (mail-alias-separator-string)
12871 (mail-abbrev-mode-regexp):
12872 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12873 * progmodes/idlwave.el (idlwave-libinfo-file)
12874 (idlwave-default-completion-case-is-down)
12875 (idlwave-library-routines): Convert defvars to defcustoms.
12876
12877 * mail/rmail.el (rmail-decode-mime-charset):
12878 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12879 (idlwave-shell-fix-inserted-breaks)
12880 (idlwave-shell-activate-alt-keybindings)
12881 (idlwave-shell-use-breakpoint-glyph):
12882 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12883
12884 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12887
12888 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12889
12890 * progmodes/verilog-mode.el (font-lock-keywords):
12891 Fix mis-highligting auto. Reported by Craig Barner.
12892 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12893 defines from global name space. Reported by Dan Dever.
12894 (verilog-auto-reset, verilog-auto-reset-widths)
12895 (verilog-auto-tieoff): Support using unbased numbers for
12896 AUTORESET and AUTOTIEOFF.
12897 (verilog-submit-bug-report): Update variable list.
12898 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12899 parenthesis from not matching. Reported by Michael Rytting.
12900 (verilog-auto-template-lint): Fix hash error when linting modules
12901 with no used templates.
12902 (verilog-warn, verilog-warn-error)
12903 (verilog-warn-fatal): When non-interactive report multiple
12904 warnings before exiting. Suggested by Brad Dobbie.
12905 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12906 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12907 to report unused template errors. Reported by Brad Dobbie.
12908 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12909 nets, bug438. Reported by Vns Blore.
12910 (verilog-auto-inout-module, verilog-auto-reg)
12911 (verilog-read-decls, verilog-read-sub-decls-sig)
12912 (verilog-signals-edit-wire-reg, verilog-signals-with):
12913 Fix passing of Verilog data types in ANSI input/output ports
12914 such as "output logic" into the AUTOs. Special case "wire" and
12915 "reg" for backwards compatibility presuming Verilog 2001.
12916 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12917 (verilog-preprocess): Fix replication of preprocess output.
12918 Reported by Brad Dobbie.
12919 (verilog-auto-inst-interfaced-ports):
12920 Create verilog-auto-inst-interfaced-ports, bug429.
12921 Reported by Julian Gorfajn.
12922 (verilog-after-save-font-hook)
12923 (verilog-before-save-font-hook): New variable.
12924 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12925 (verilog-save-font-mods): Wrap disabling fontification, reported
12926 by David Rogoff.
12927 (verilog-do-indent, verilog-pretty-declarations-auto)
12928 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12929 Reported by Pierre-David Pfister.
12930 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12931 of class declarations, bug292. Reported by Kevin Heilman.
12932 (verilog-read-decls): Fix 'parameter type' not appearing in
12933 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12934 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12935 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12936 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12937 Reported by David Kravitz.
12938
12939 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12940
12941 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12942 assignment with tests in ifs and for loops.
12943 (verilog-extended-complete-re, verilog-complete-reg): Change so
12944 that DPI inport functions don't look like fuction declarations.
12945 (verilog-pretty-expr): Don't line up assignment
12946 operations to the test and increment in if and for loops
12947 (verilog-extended-complete-re, verilog-complete-reg): Change so
12948 that DPI inport functions don't look like fuction declarations.
12949
12950 2012-05-03 Kenichi Handa <handa@m17n.org>
12951
12952 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12953 decoding, and show a warning message without signaling an error
12954 (Bug#11282).
12955
12956 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12957
12958 * emacs-lisp/bytecomp.el
12959 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12960 since cconv.el might have introduced :fun-body, internal-make-closure,
12961 and friends for bytecomp to handle (bug#11391).
12962 * custom.el (defcustom): Avoid ((λ ..) ..).
12963
12964 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12967
12968 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12969
12970 * notifications.el (dbus-debug):
12971 * term/linux.el (gpm-mouse-enable):
12972 * term/screen.el (xterm-register-default-colors): Declare.
12973
12974 2012-05-02 Chong Yidong <cyd@gnu.org>
12975
12976 * cus-start.el (gc-cons-percentage, exec-suffixes)
12977 (dos-display-scancodes, dos-hyper-key, dos-super-key)
12978 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12979 (make-cursor-line-fully-visible, void-text-area-pointer)
12980 (font-list-limit): Add customization data.
12981
12982 * allout.el (allout-exposure-change-functions)
12983 (allout-structure-added-functions)
12984 (allout-structure-deleted-functions)
12985 (allout-structure-shifted-functions): Rename abnormal hooks from
12986 *-hook, and convert to defcustoms.
12987 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12988 Convert to defcustoms.
12989 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12990
12991 * allout-widgets.el: Hook callers changed.
12992
12993 2012-05-02 Eli Zaretskii <eliz@gnu.org>
12994
12995 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12996 the yanked message in preference to the default value of
12997 buffer-file-coding-system.
12998
12999 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13000
13001 * window.el (display-buffer--action-function-custom-type):
13002 Fix entry.
13003
13004 2012-05-02 Alan Mackenzie <acm@muc.de>
13005
13006 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13007
13008 2012-05-01 Glenn Morris <rgm@gnu.org>
13009
13010 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13011
13012 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13013
13014 * cus-edit.el (custom-variable-documentation): Simplify with format.
13015
13016 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13017 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * simple.el (suggest-key-bindings, execute-extended-command):
13020 Move from keyboard.c.
13021
13022 2012-05-01 Chong Yidong <cyd@gnu.org>
13023
13024 * follow.el: Eliminate advice.
13025 (set-process-filter, process-filter, sit-for): Advice deleted.
13026 (follow-mode-off-hook): Obsolete hook removed.
13027 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13028 Vars deleted.
13029 (follow-auto): Use a :set function.
13030 (follow-mode): Rewritten. Don't advise process filters.
13031 (follow-switch-to-current-buffer-all, follow-scroll-up)
13032 (follow-scroll-down): Assume follow-mode is bound.
13033 (follow-comint-scroll-to-bottom)
13034 (follow-align-compilation-windows): New functions.
13035 (follow--window-sorter): New function.
13036 (follow-all-followers): Use it to explicitly sort windows by their
13037 positions; don't make assumptions about next-window order.
13038 (follow-windows-start-end, follow-delete-other-windows-and-split)
13039 (follow-calc-win-start): Doc fix.
13040 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13041 vertical-motion unnecessarily.
13042 (follow-adjust-window): New function.
13043 (follow-post-command-hook): Use it.
13044 (follow-call-set-process-filter, follow-call-process-filter)
13045 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13046 (follow-stop-intercept-process-output, follow-generic-filter):
13047 Functions deleted.
13048 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13049 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13050 New functions, replacing advice on scroll-bar-* commands.
13051 (follow-mwheel-scroll): New function (Bug#4112).
13052
13053 * comint.el (comint-adjust-point): New function.
13054 (comint-postoutput-scroll-to-bottom): Use it.
13055 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13056
13057 2012-05-01 Glenn Morris <rgm@gnu.org>
13058
13059 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13060 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13061 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13062 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13063 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13064 Remove no-byte-compile setting.
13065
13066 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13067
13068 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13069 all-completions code to not return a number in the last cdr.
13070
13071 2012-04-30 Leo Liu <sdl.web@gmail.com>
13072
13073 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13074 read-only error.
13075
13076 2012-04-29 Chong Yidong <cyd@gnu.org>
13077
13078 * follow.el (follow-calc-win-end): Rewrite to handle partial
13079 screen lines correctly (Bug#8390).
13080 (follow-avoid-tail-recenter): Minor cleanup.
13081
13082 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 Avoid the obsolete `assoc' package.
13085 * speedbar.el (speedbar-refresh): Avoid adelete.
13086 (speedbar-file-lists): Simplify and avoid aput.
13087 * man.el (Man--sections, Man--refpages): New vars, replacing
13088 Man-sections-alist and Man-refpages-alist.
13089 (Man-build-section-alist, Man-build-references-alist):
13090 Use them; avoid aput.
13091 (Man--last-section, Man--last-refpage): New vars.
13092 (Man-follow-manual-reference): Use them.
13093 Use the `default' arg of completing-read.
13094 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13095
13096 2012-04-27 Chong Yidong <cyd@gnu.org>
13097
13098 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13099
13100 * startup.el (x-apply-session-resources): New function.
13101
13102 * term/ns-win.el (ns-initialize-window-system):
13103 * term/w32-win.el (w32-initialize-window-system):
13104 * term/x-win.el (x-initialize-window-system): Use it to properly
13105 set menu-bar-mode and other vars from X resources, even if the
13106 initial frame is not a window-system frame (Bug#2299).
13107
13108 * subr.el (read-key): Avoid running filter function when setting
13109 up temporary tool bar entries (Bug#9922).
13110
13111 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13112
13113 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13114 (Bug#11344)
13115
13116 2012-04-27 Chong Yidong <cyd@gnu.org>
13117
13118 * select.el (xselect--encode-string): New function, split from
13119 xselect-convert-to-string.
13120 (xselect-convert-to-string): Use it.
13121 (xselect-convert-to-filename, xselect-convert-to-os)
13122 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13123 returned strings are properly encoded (Bug#11315).
13124
13125 2012-04-27 Chong Yidong <cyd@gnu.org>
13126
13127 * simple.el (delete-active-region): Move to killing custom group.
13128
13129 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13130
13131 * progmodes/which-func.el (which-func-current): Quote %
13132 characters for mode-line processing.
13133
13134 2012-04-27 Chong Yidong <cyd@gnu.org>
13135
13136 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13137 reaching eob (Bug#11286).
13138
13139 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13140
13141 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13142 (gdb): Make it buffer-local and init to zero.
13143 (gdb-control-commands-regexp): New variable.
13144 (gdb-send): Don't wrap in "-interpreter-exec console" if
13145 gdb-control-level is positive. Increment gdb-control-level
13146 whenever the command matches gdb-control-commands-regexp, and
13147 decrement it each time the command is "end". (Bug#11279)
13148
13149 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13150
13151 * window.el (adjust-window-trailing-edge, enlarge-window)
13152 (shrink-window, window-resize):
13153 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13154 windows (Bug#11276).
13155
13156 2012-04-27 Chong Yidong <cyd@gnu.org>
13157
13158 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13159 fix "missing prefix" warning. All callers changed.
13160
13161 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13162
13163 * emacs-lisp/assoc.el: Move to obsolete/.
13164
13165 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13168
13169 * term/ns-win.el (ns-define-service):
13170 * progmodes/pascal.el (pascal-goto-defun):
13171 * progmodes/js.el (js--read-tab):
13172 * progmodes/etags.el (tags-lazy-completion-table):
13173 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13174 * emacs-lisp/ewoc.el (ewoc--wrap):
13175 * emacs-lisp/assoc.el (aput, adelete, amake):
13176 * doc-view.el (doc-view-convert-current-doc):
13177 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13178
13179 2012-04-26 Chong Yidong <cyd@gnu.org>
13180
13181 * image.el (image-type-from-buffer): Only return supported image
13182 type (Bug#9045).
13183
13184 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13185 value, for symmetry with diff-end-of-hunk.
13186 (diff-split-hunk, diff-find-source-location)
13187 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13188 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13189 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13190 compute the relevant hunk or file properly (Bug#6005).
13191 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13192
13193 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * vc/vc-mtn.el:
13196 * vc/vc-hg.el:
13197 * vc/vc-git.el:
13198 * vc/vc-dir.el:
13199 * vc/vc-cvs.el:
13200 * vc/vc-bzr.el:
13201 * vc/vc-arch.el:
13202 * vc/vc.el: Replace lexical-let by lexical-binding.
13203 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13204 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13205 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13206
13207 2012-04-26 Chong Yidong <cyd@gnu.org>
13208
13209 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13210 (diff-mode-shared-map): Bind it to / and [remap undo].
13211
13212 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13213 (ediff-window-setup-function): Use it as the default, to set up
13214 windows based on whether the current frame is graphical (Bug#2138).
13215 (ediff-choose-window-setup-function-automatically): Make obsolete.
13216
13217 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13218
13219 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13220
13221 * ffap.el: Remove old code for obsolete package.
13222 (ffap-complete-as-file-p): Remove.
13223
13224 Use completion-table-with-quoting for comint and pcomplete.
13225 * comint.el (comint--unquote&requote-argument)
13226 (comint--unquote-argument, comint--requote-argument): New functions.
13227 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13228 (comint-quote-filename): Use regexp-opt-charset.
13229 (comint--common-suffix, comint--common-quoted-suffix)
13230 (comint--table-subvert): Remove.
13231 (comint-unquote-function, comint-requote-function): New vars.
13232 (comint--complete-file-name-data): Use them with
13233 completion-table-with-quoting.
13234 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13235 * pcomplete.el (pcomplete-arg-quote-list)
13236 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13237 (pcomplete-unquote-argument-function): Default to non-nil.
13238 (pcomplete-unquote-argument): Simplify.
13239 (pcomplete--common-quoted-suffix): Remove.
13240 (pcomplete-requote-argument-function): New var.
13241 (pcomplete--common-suffix): New function.
13242 (pcomplete-completions-at-point): Use completion-table-with-quoting
13243 and completion-table-subvert.
13244
13245 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13246 (minibuffer--double-dollars): Preserve properties.
13247 (completion--sifn-requote): New function.
13248 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13249
13250 * minibuffer.el: Add support for completion of quoted/escaped data.
13251 (completion-table-with-quoting, completion-table-subvert): New funs.
13252 (completion--twq-try, completion--twq-all): New functions.
13253 (completion--nth-completion): New function.
13254 (completion-try-completion, completion-all-completions): Use it.
13255
13256 2012-04-25 Leo Liu <sdl.web@gmail.com>
13257
13258 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13259 Use compilation-message if available to find real filename.
13260
13261 2012-04-25 Chong Yidong <cyd@gnu.org>
13262
13263 * vc/diff-mode.el (diff-setup-whitespace): New function.
13264 (diff-mode): Use it.
13265
13266 * vc/diff.el (diff-sentinel):
13267 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13268 Whitespace mode variables based on diff style (Bug#8612).
13269
13270 2012-04-25 Leo Liu <sdl.web@gmail.com>
13271
13272 * progmodes/python.el (python-send-region): Add suffix .py to the
13273 temp file.
13274
13275 * files.el (auto-mode-alist): Use javascript-mode instead.
13276
13277 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13278
13279 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13280
13281 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13282 (soap-resolve-references-for-array-type): Hack to prevent self
13283 references, see Bug#9.
13284 (soap-parse-envelope): Report the contents of the 'detail' node
13285 when receiving a fault reply.
13286 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13287
13288 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13289 (soap-inspect-simple-type): New function.
13290
13291 * net/soap-client.el (soap-simple-type): New struct.
13292 (soap-default-xsd-types, soap-default-soapenc-types)
13293 (soap-decode-basic-type, soap-encode-basic-type):
13294 support unsignedInt and double basic types.
13295 (soap-resolve-references-for-simple-type)
13296 (soap-parse-simple-type, soap-encode-simple-type): New function.
13297 (soap-parse-schema): Parse xsd:simpleType declarations.
13298
13299 * net/soap-client.el (soap-default-xsd-types)
13300 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13301 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13302 the local name of "soapenc:Array".
13303 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13304 decoding integer, byte and anyURI xsd types.
13305
13306 2012-04-25 Chong Yidong <cyd@gnu.org>
13307
13308 * cus-edit.el (custom-buffer-create-internal): Update header text.
13309
13310 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13311
13312 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13313 settings on 'system-type', not on 'window-system'. On MS-Windows,
13314 set interactive-mode on in GDB.
13315
13316 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13319 (ruby-syntax-propertize-regexp): Remove.
13320 (ruby-syntax-propertize-function): Split regexp into chunks.
13321 Match following code directly.
13322
13323 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13324
13325 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13326 (ruby-syntax-propertize-regexp): New function.
13327 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13328 by a special keyword.
13329
13330 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13331 (ruby-syntax-general-delimiters-goto-beg)
13332 (ruby-syntax-propertize-general-delimiters): New functions.
13333 (ruby-syntax-propertize-function): Use them to handle GDL.
13334 (ruby-font-lock-keywords): Move old handling of GDL...
13335 (ruby-font-lock-syntactic-keywords): .. to here.
13336 (ruby-calculate-indent): Adjust indentation for GDL.
13337
13338 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13339
13340 * notifications.el (top): Remove unneeded declarations.
13341 (notifications-specification-version): Change to "1.2".
13342 (notifications-interface, notifications-notify-method)
13343 (notifications-close-notification-method): Fix docstring.
13344 (notifications-get-capabilities-method): New defconst.
13345 (notifications-notify): Add :action-items, :resident and
13346 :transient hints. Change "image_data" to "image-data" and
13347 "image_path" to "image-path".
13348 (notifications-get-capabilities): New defun.
13349
13350 2012-04-24 Leo Liu <sdl.web@gmail.com>
13351
13352 * progmodes/python.el: Move hideshow setup to the end.
13353
13354 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13355
13356 * window.el (handle-select-window): Clear echo area since this is
13357 no more done by read_char (Bug#11304).
13358
13359 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13360
13361 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13362 and `/ M' to filter-derived-mode.
13363 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13364 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13365 (ibuffer-mark-by-mode): Use default rather than initial-input.
13366 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13367
13368 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13369
13370 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13371 (ibuffer-filter-by-derived-mode): New filter.
13372 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13373
13374 2012-04-23 Andreas Politz <politza@fh-trier.de>
13375
13376 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13377
13378 2012-04-23 Chong Yidong <cyd@gnu.org>
13379
13380 * cus-edit.el (customize-apropos, customize-apropos-options):
13381 Disable matching of non-option variables (Bug#11176).
13382 (customize-option, customize-option-other-window)
13383 (customize-changed-options): Doc fix.
13384 (customize-apropos-options, customize-apropos-faces)
13385 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13386
13387 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13388 Fix word list splitting (Bug#11132).
13389 (apropos-symbol, apropos-keybinding, apropos-label)
13390 (apropos-property, apropos-function-button)
13391 (apropos-variable-button, apropos-misc-button): New faces.
13392 (apropos-symbol-face, apropos-keybinding-face)
13393 (apropos-label-face, apropos-property-face, apropos-match-face):
13394 Variables removed (Bug#8396).
13395 (apropos-library-button, apropos-format-plist, apropos-print)
13396 (apropos-print-doc, apropos-describe-plist): Callers changed.
13397
13398 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13399
13400 * net/xesam.el (xesam-mode-map): Use let-bound map in
13401 initialization. (Bug#11292)
13402
13403 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13404
13405 Preserve ispell session localwords when switching back to
13406 original buffer.
13407
13408 * textmodes/ispell.el (ispell-buffer-session-localwords):
13409 New buffer-local variable to hold buffer session localwords.
13410 (ispell-kill-ispell): Add option 'clear to delete session
13411 localwords.
13412 (ispell-command-loop, ispell-change-dictionary)
13413 (ispell-buffer-local-words): Preserve session localwords when
13414 needed.
13415
13416 * textmodes/flyspell.el (flyspell-process-localwords)
13417 (flyspell-do-correct): Preserve session localwords when needed.
13418
13419 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13420
13421 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13422 using obsolete `translation-table-for-input'.
13423 (ispell-word, ispell-process-line, ispell-complete-word):
13424 Use plain `insert' instead of removed `ispell-insert-word'.
13425
13426 2012-04-22 Chong Yidong <cyd@gnu.org>
13427
13428 * cus-edit.el (custom-variable-menu)
13429 (custom-variable-reset-saved, custom-face-menu)
13430 (custom-face-reset-saved): If there is no saved value, make the
13431 "reset-saved" operation bring back the default (Bug#9509).
13432 (custom-face-state): Properly detect themed faces.
13433
13434 * faces.el (face-spec-set): Stop supporting deprecated form of
13435 third arg.
13436
13437 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13438
13439 Move functions from C to Lisp. Make non-blocking method calls
13440 the default. Implement further D-Bus standard interfaces.
13441
13442 * net/dbus.el (dbus-message-internal): Declare function.
13443 Remove unneeded function declarations.
13444 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13445 (dbus-message-type-method-return, dbus-message-type-error)
13446 (dbus-message-type-signal): Declare variables. Remove local
13447 definitions.
13448 (dbus-interface-dbus, dbus-interface-peer)
13449 (dbus-interface-introspectable, dbus-interface-properties)
13450 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13451 Adapt docstring.
13452 (dbus-interface-objectmanager): New defconst.
13453 (dbus-call-method, dbus-call-method-asynchronously)
13454 (dbus-send-signal, dbus-method-return-internal)
13455 (dbus-method-error-internal, dbus-register-service)
13456 (dbus-register-signal, dbus-register-method): New defuns, moved
13457 from dbusbind.c
13458 (dbus-call-method-handler, dbus-setenv)
13459 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13460 New defuns.
13461 (dbus-call-method-non-blocking): Make it an obsolete function.
13462 (dbus-unregister-object, dbus-unregister-service)
13463 (dbus-handle-event, dbus-register-property)
13464 (dbus-property-handler): Obey the new structure of
13465 `bus-registered-objects'.
13466 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13467 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13468 Use `dbus-call-method'.
13469
13470 2012-04-22 Chong Yidong <cyd@gnu.org>
13471
13472 * cus-edit.el (custom-commands, custom-reset-menu)
13473 (Custom-reset-standard): Tweak labels.
13474 (custom-reset-button-menu): Change default to t.
13475 (custom-buffer-create-internal): For the custom-reset-button-menu
13476 case, put the revert button first.
13477 (custom-group-subtitle): New face.
13478 (custom-group-value-create): Align docstring to a specific column.
13479
13480 * wid-edit.el (widget-documentation-link-add): Don't handle
13481 indentation in this function.
13482 (widget-documentation-string-indent-to): New function.
13483 (widget-documentation-string-value-create): Use it.
13484
13485 * autorevert.el (auto-revert):
13486 * epg-config.el (epg):
13487 * ibuffer.el (ibuffer):
13488 * mpc.el (mpc):
13489 * ses.el (ses):
13490 * eshell/eshell.el (eshell):
13491 * net/ange-ftp.el (ange-ftp):
13492 * progmodes/ebnf2ps.el (postscript):
13493 * progmodes/flymake.el (flymake):
13494 * progmodes/prolog.el (prolog):
13495 * progmodes/verilog-mode.el (verilog-mode):
13496 * progmodes/which-func.el (which-func):
13497 * term/xterm.el (xterm):
13498 * textmodes/picture.el (picture):
13499 * textmodes/tildify.el (tildify):
13500 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13501 customization buffers.
13502
13503 2012-04-22 Alan Mackenzie <acm@muc.de>
13504
13505 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13506 Adding a ) can hide the resulting (..) from searches. Fix it.
13507 Bound the backward search to the position of the existing (.
13508
13509 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13510
13511 * progmodes/verilog-mode.el (verilog-mode): Check whether
13512 which-func-modes is t before adding verilog-mode.
13513 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13514
13515 2012-04-21 Leo Liu <sdl.web@gmail.com>
13516
13517 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13518
13519 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13520
13521 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13522 filling of the last column of a table (Bug#5635).
13523 (woman-find-next-control-line): New arg, specifying an additional
13524 regexp component for the control line.
13525 (woman2-roff-buffer): Use it.
13526 (woman-break-table): New function.
13527 (woman2-TS): Use it.
13528
13529 2012-04-21 Chong Yidong <cyd@gnu.org>
13530
13531 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13532 (woman-horizontal-escapes, woman-negative-vertical-space)
13533 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13534 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13535
13536 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13537
13538 * minibuffer.el (completion-file-name-table): Complete user names.
13539
13540 2012-04-20 Leo Liu <sdl.web@gmail.com>
13541
13542 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13543 and pcase-let*.
13544
13545 2012-04-20 Chong Yidong <cyd@gnu.org>
13546
13547 * server.el (server-execute): Respect initial-buffer-choice if it
13548 is a string and there are no files to open (Bug#2825).
13549 (server-create-window-system-frame, server-create-tty-frame):
13550 Don't switch buffers here.
13551 (server-process-filter): Only try to open a window system frame if
13552 compiled with graphical support (Bug#8314).
13553
13554 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13555
13556 * battery.el (battery-echo-area-format): Display remaining time
13557 for sysfs backend too (Bug#11269).
13558 (battery-linux-sysfs): Fix conditional for the charge.
13559
13560 2012-04-20 Chong Yidong <cyd@gnu.org>
13561
13562 * progmodes/gdb-mi.el (gdb): Revert previous change.
13563 (gdb-inferior-io--init-proc): New function.
13564 (gdb-init-1): Use it.
13565 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13566 responsible for allocating a new pty and hooking it to gdb when
13567 the old pty gets an EIO due to process exit.
13568 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13569 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13570 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13571
13572 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13573
13574 * window.el (window-min-size, window-sizable, window-min-delta)
13575 (window-max-delta, window--resizable, window-resizable)
13576 (window-total-size, window-full-height-p, window-full-width-p)
13577 (window-in-direction, window--resize-mini-window, window-resize)
13578 (window--resize-child-windows-normal)
13579 (window--resize-child-windows, window--resize-siblings)
13580 (window--resize-this-window, adjust-window-trailing-edge)
13581 (enlarge-window, shrink-window): Doc fixes.
13582
13583 2012-04-20 Chong Yidong <cyd@gnu.org>
13584
13585 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13586 New function to call delete-process on the gdb-inferior buffer's pty.
13587 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13588 pty process (Bug#11273).
13589 (gdb-update): New arg to suppress talking to the gdb process.
13590 (gdb-done-or-error): Use it.
13591 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13592 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13593 sentinel not being called.
13594
13595 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13596
13597 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13598
13599 2012-04-20 Glenn Morris <rgm@gnu.org>
13600
13601 * net/network-stream.el (open-network-stream): Doc fix.
13602
13603 2012-04-20 Chong Yidong <cyd@gnu.org>
13604
13605 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13606
13607 2012-04-20 Alan Mackenzie <acm@muc.de>
13608
13609 Ensure searching for keywords is case sensitive.
13610
13611 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13612 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13613 (c-defun-name, c-mark-function, c-cpp-define-name)
13614 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13615 (c-context-line-break): Bind case-fold-search to nil.
13616
13617 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13618 Bind case-fold-search to nil.
13619
13620 2012-04-20 Chong Yidong <cyd@gnu.org>
13621
13622 * mail/sendmail.el (mail-bury): Call return action with the right
13623 Rmail buffer (Bug#11242).
13624
13625 * server.el (server-process-filter): Handle corner case where both
13626 tty and nowait options are present (Bug#11102).
13627
13628 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13629
13630 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13631 (top level): Put into the executable the ident-style '$Id:' tag on
13632 windows-nt as well.
13633
13634 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13635
13636 * electric.el (electric-indent-post-self-insert-function): Check that
13637 electric-indent-mode is enabled in current buffer.
13638
13639 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13640
13641 * imenu.el (imenu-progress-message): Restore; it is "used" in
13642 erc/erc-imenu.el and net/snmp-mode.el.
13643
13644 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13645
13646 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13647 (mouse-avoidance-nudge-mouse): Remove unused binding.
13648
13649 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13650
13651 * descr-text.el (describe-char):
13652 * progmodes/python.el (python-describe-symbol):
13653 Don't call `toggle-read-only', set `buffer-read-only'.
13654
13655 * imenu.el (imenu-default-goto-function): Mark unused args.
13656 (imenu-progress-message): Remove obsolete macro; all callers changed.
13657
13658 * subr.el (keymap-canonicalize): Remove unused binding.
13659 (read-passwd): Mark unused arg.
13660
13661 * tutorial.el (tutorial--display-changes): Remove unused binding.
13662 (tutorial--save-tutorial-to): Remove unused variable.
13663
13664 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13665 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13666 (package-generate-autoloads, package-menu--generate)
13667 (package-menu--find-upgrades): Remove unused bindings.
13668
13669 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13670 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13671 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13672 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13673 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13674 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13675 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13676 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13677 (cua-delete-char-rectangle): Mark unused args.
13678 (cua-align-rectangle): Remove unused binding.
13679
13680 * mail/rmail.el (compilation--message->loc)
13681 (epa--find-coding-system-for-mime-charset): Declare.
13682
13683 * net/dbus.el (dbus-register-service): Declare.
13684 (dbus-name-owner-changed-handler): Remove unused binding.
13685
13686 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13687 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13688 (nxml-scan-backward-within): Mark unused arg.
13689 (nxml-dynamic-markup-word): Remove unused binding.
13690
13691 * mouse.el (mouse-menu-major-mode-map):
13692 * emacs-lisp/authors.el (authors-scan-change-log)
13693 (authors-add-to-author-list):
13694 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13695 * emacs-lisp/smie.el (smie-auto-fill):
13696 * mail/sendmail.el (mail-bury):
13697 * mail/unrmail.el (unrmail):
13698 * net/tls.el (open-tls-stream):
13699 * textmodes/picture.el (picture-mouse-set-point):
13700 Remove unused bindings.
13701
13702 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13703
13704 * net/tramp.el (tramp-action-password): Let-bind
13705 `enable-recursive-minibuffers' to t.
13706
13707 2012-04-18 Sam Steingold <sds@gnu.org>
13708
13709 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13710 instead of 'string to accommodate values like [f11].
13711 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13712 * progmodes/gdb-mi.el: Likewise.
13713
13714 2012-04-18 Leo Liu <sdl.web@gmail.com>
13715
13716 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13717 current buffer.
13718 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13719 LOCAL is nil.
13720
13721 2012-04-18 Chong Yidong <cyd@gnu.org>
13722
13723 * simple.el (line-move): Use forward-line if in batch mode
13724 (Bug#11053).
13725
13726 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13727
13728 * files.el (after-find-file): Do not try to add a final newline if
13729 the buffer is read-only (Bug#11156).
13730
13731 2012-04-17 Richard Stallman <rms@gnu.org>
13732
13733 * mail/rmail.el (rmail-start-mail):
13734 Pass (rmail-mail-return...) for the return-action.
13735 Pass (rmail-yank-current-message...) for the yank-action.
13736 (rmail-yank-current-message): New function.
13737 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13738 (rmail-reply): Likewise.
13739 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13740
13741 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13742 buffer, not the last. Reject temp buffers. Use the rmail-mode
13743 buffer, not newbuf.
13744
13745 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13746
13747 * server.el (server-ensure-safe-dir): Simplify.
13748
13749 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * emacs-lisp/smie.el: Provide smarter auto-filling.
13752 (smie-auto-fill): New function.
13753 (smie-setup): Use it.
13754
13755 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13756
13757 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13758
13759 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13760 (comment-indent): Use it.
13761
13762 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13763
13764 * ses.el: The overall change is to add cell renaming, that is
13765 setting fancy names for cell symbols other than name matching
13766 "\\`[A-Z]+[0-9]+\\'" regexp .
13767 (ses-localvars): Add ses--renamed-cell-symb-list.
13768 (ses-create-cell-variable): New defun.
13769 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13770 (ses-relocate-formula): Relocate formulas only for cells the
13771 symbols of which are not renamed, i.e. symbols whose names do not
13772 match regexp "\\`[A-Z]+[0-9]+\\'".
13773 (ses-relocate-all): Relocate values only for cells the symbols of
13774 which are not renamed.
13775 (ses-load): Create cells variables as the (ses-cell ...) are read,
13776 in order to check row col consistency with cell symbol name only
13777 for cells that are not renamed.
13778 (ses-replace-name-in-formula): New defun.
13779 (ses-rename-cell): New defun.
13780
13781 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13782
13783 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13784 New option (bug#11118).
13785 (perl-calculate-indent): Respect it.
13786
13787 2012-04-17 Glenn Morris <rgm@gnu.org>
13788
13789 * dired-aux.el (dired-mark-read-string): Doc fix.
13790
13791 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13792
13793 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13794 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13795
13796 2012-04-17 Glenn Morris <rgm@gnu.org>
13797
13798 * mouse.el (mouse-drag-track):
13799 * speedbar.el (speedbar-frame-mode):
13800 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13801
13802 2012-04-16 Leo Liu <sdl.web@gmail.com>
13803
13804 * progmodes/python.el: Trivial cleanup.
13805
13806 2012-04-16 Glenn Morris <rgm@gnu.org>
13807
13808 * vc/vc.el (vc-string-prefix-p):
13809 * vc/pcvs-util.el (cvs-string-prefix-p):
13810 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13811 * mpc.el (mpc-string-prefix-p):
13812 Make all of these into obsolete aliases for string-prefix-p.
13813 Update callers.
13814 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13815
13816 * textmodes/two-column.el: Move custom options to the start.
13817 (frame-width): Remove compat definition.
13818 (2C-associate-buffer, 2C-dissociate):
13819 Use with-current-buffer rather than save-excursion.
13820 (2C-dissociate): Force a mode-line update.
13821 (2C-autoscroll): Use ignore-errors.
13822
13823 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13824 Autoload trivia.
13825
13826 * emacs-lisp/cl-extra.el (*random-state*):
13827 Remove unnecessary declaration.
13828
13829 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13830
13831 * play/cookie1.el (cookie-snarf):
13832 Give an explicit error if input file cannot be read.
13833
13834 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13835
13836 * progmodes/perl-mode.el (c-macro-expand):
13837 Remove unnecessary autoload (it is in loaddefs.el).
13838
13839 * textmodes/picture.el (picture-desired-column)
13840 (picture-update-desired-column): Convert comments to doc-strings.
13841 (picture-substitute): Remove function.
13842 (picture-mode-map): Initialize in the defvar.
13843
13844 * woman.el: Remove eval-after-load for tar-mode.
13845 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13846 (woman-tar-extract-file): Autoload it.
13847
13848 * frame.el (automatic-hscrolling): Make this alias obsolete.
13849
13850 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13851
13852 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13853 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13854 (ispell-dictionary-base-alist): Revert to original XEmacs
13855 friendly version for default. [:alpha:] will be added in
13856 `ispell-set-spellchecker-params' if needed.
13857
13858 2012-04-16 Chong Yidong <cyd@gnu.org>
13859
13860 * image.el (imagemagick--file-regexp): New variable.
13861 (imagemagick-register-types): Use it.
13862 (imagemagick-types-inhibit): Add :set function. Allow new value
13863 of t to inhibit all types.
13864
13865 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13866 so we can preload it.
13867
13868 * loadup.el (fboundp): Preload regexp-opt, needed by
13869 imagemagick-register-types.
13870
13871 2012-04-15 Chong Yidong <cyd@gnu.org>
13872
13873 * frame.el (scrolling): Remove nearly unused customization group.
13874
13875 * scroll-all.el (scroll-all-mode): Move to windows group.
13876
13877 2012-04-15 Chong Yidong <cyd@gnu.org>
13878
13879 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13880
13881 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13884 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13885
13886 2012-04-15 Glenn Morris <rgm@gnu.org>
13887
13888 * simple.el (process-file-side-effects): Doc fix.
13889
13890 2012-04-15 Glenn Morris <rgm@gnu.org>
13891
13892 * international/mule-cmds.el (set-language-environment): Doc fix.
13893
13894 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13895
13896 * server.el (server-auth-key, server-generate-key): Doc fixes.
13897 (server-get-auth-key): Doc fix. Use `string-match-p'.
13898 (server-start): Reflow docstring.
13899
13900 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13901
13902 * server.el (server-generate-key): `called-interactively-p'
13903 requires a parameter.
13904
13905 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13906
13907 * server.el (server-auth-key): New variable.
13908 (server-generate-key, server-get-auth-key): New function.
13909 (server-start): Use the new variable and functions to allow
13910 setting a permanent server key (bug#9423).
13911
13912 2012-04-14 Leo Liu <sdl.web@gmail.com>
13913
13914 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13915
13916 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13917
13918 Spelling fixes.
13919 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13920 Emacs uses American spelling.
13921
13922 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13923
13924 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13925 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13926 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13927 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13928
13929 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13930
13931 * progmodes/which-func.el (which-func-modes): Change default.
13932
13933 2012-04-14 Kim F. Storm <storm@cua.dk>
13934
13935 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13936 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13937
13938 2012-04-14 Chong Yidong <cyd@gnu.org>
13939
13940 * custom.el (custom-theme-set-variables): Doc fix.
13941
13942 2012-04-14 Glenn Morris <rgm@gnu.org>
13943
13944 * international/mule.el (set-auto-coding-for-load): Doc fix.
13945
13946 2012-04-14 Alan Mackenzie <acm@muc.de>
13947
13948 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13949 imenu work again for Objective C Mode. Correct the *-index values,
13950 these having been disturbed by a previous change in 2011-08.
13951
13952 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13953 Correct two search limits.
13954
13955 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13958
13959 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13960
13961 * international/characters.el: Fix sorting.
13962
13963 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13964
13965 * international/characters.el: Add more missing Latin case pairs.
13966
13967 2012-04-14 Glenn Morris <rgm@gnu.org>
13968
13969 * files.el (dir-locals-set-class-variables): Doc fix.
13970
13971 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13972
13973 * international/characters.el: Add set-case-syntax-pair call for
13974 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13975 counterpart. (Bug#11209)
13976
13977 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
13978
13979 2012-04-14 Glenn Morris <rgm@gnu.org>
13980
13981 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13982
13983 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13984
13985 * textmodes/ispell.el (ispell-dictionary-base-alist):
13986 Add data for Hebrew.
13987
13988 2012-04-14 Chong Yidong <cyd@gnu.org>
13989
13990 * net/rcirc.el (rcirc-cmd-quit):
13991 Revert 2012-03-18 change (Bug#11192).
13992
13993 2012-04-14 Glenn Morris <rgm@gnu.org>
13994
13995 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13996
13997 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13998
13999 * minibuffer.el (completion-in-region-mode-map):
14000 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14001
14002 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14003
14004 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14005
14006 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14007
14008 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14009 to allow `C-M-f' and `C-M-b' to move to the nearest path
14010 separator (bug#9511).
14011
14012 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14013
14014 * avoid.el: Require cl when compiling. And also move the
14015 `provide' to the end.
14016
14017 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14018
14019 * avoid.el (mouse-avoidance-banish-position): New variable.
14020 (mouse-avoidance-banish-destination): Use it (bug#10165).
14021
14022 2012-04-13 Leo Liu <sdl.web@gmail.com>
14023
14024 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14025
14026 2012-04-13 Ken Brown <kbrown@cornell.edu>
14027
14028 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14029 this is no longer needed now that cygstart understands file:// URLs.
14030 (browse-url-filename-alist): For the same reason, don't modify
14031 file:// URLs on Cygwin.
14032
14033 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14034
14035 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14036 the region on shift if the binding is already shifted (bug#11221).
14037
14038 2012-04-12 Glenn Morris <rgm@gnu.org>
14039
14040 * mail/mailpost.el: Move to obsolete/.
14041
14042 2012-04-12 Drew Adams <drew.adams@oracle.com>
14043
14044 * imenu.el (imenu--generic-function): Ignore invisible definitions
14045 (bug#10123).
14046
14047 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14048
14049 * hexl.el (hexl-bits): New variable.
14050 (hexl-options): Mention the variable in the doc string.
14051 (hexl-rulerise, hexl-line-displen): New functions.
14052 (hexl-mode): Mention the new variable.
14053 (hexl-mode, hexl-current-address, hexl-current-address):
14054 Use the displen.
14055 (hexl-ascii-start-column): New function.
14056 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14057 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14058
14059 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14060
14061 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14062 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14063 the encoding, as expected by hunspell.
14064
14065 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14066
14067 * battery.el (battery--linux-sysfs-regexp): New const.
14068 (battery-status-function): Use it. Remove yeeloong special case.
14069 (battery-yeeloong-sysfs): Remove.
14070 (battery-echo-area-format): Remove yeeloong special case.
14071
14072 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14073
14074 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14075 Reported by Noah Friedman.
14076
14077 * subr.el (read-passwd): Use read-string.
14078
14079 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14080
14081 * vcursor.el (vcursor-move): Increase the priority of the overlay
14082 (bug#9663).
14083
14084 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14085
14086 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14087 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14088
14089 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14090
14091 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14092 define-minor-mode (bug#10760).
14093
14094 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14095
14096 * progmodes/grep.el (rgrep): Tweak the find command line so
14097 that directories matching `grep-find-ignored-files' won't be
14098 pruned (bug#10351).
14099
14100 2012-04-11 Chong Yidong <cyd@gnu.org>
14101
14102 * startup.el (command-line): Remove support for long-obsolete
14103 variable font-lock-face-attributes.
14104
14105 2012-04-11 Glenn Morris <rgm@gnu.org>
14106
14107 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14108
14109 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14110
14111 * window.el (window--state-get-1): Obey window-point-insertion-type.
14112
14113 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14114
14115 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14116 to previous function when point is on the first character of a
14117 function. Take care of that in `narrow-to-defun' (bug#6157).
14118
14119 2012-04-11 Glenn Morris <rgm@gnu.org>
14120
14121 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14122 not just file-errors.
14123
14124 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14125 (vc-bzr-sha1): Use internal sha1.
14126
14127 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14128
14129 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14130
14131 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
14132
14133 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14134 that start in the middle of the line (bug#10496).
14135
14136 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14137
14138 * battery.el (battery-linux-proc-acpi): Only one battery is
14139 discharged at a time, but that seems to confuse battery.el when
14140 computing `rate-type' for the battery not being discharged
14141 (bug#10332).
14142
14143 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14144
14145 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14146
14147 * international/quail.el: Use dolist and simplify.
14148 (quail-define-package, quail-update-keyboard-layout)
14149 (quail-define-rules): Use dolist.
14150 (quail-insert-kbd-layout, quail-get-translation): CSE.
14151
14152 * tmm.el: Use dolist, remove left over hook.
14153 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14154 Use dolist.
14155 (calendar-load-hook): Don't mess with it.
14156
14157 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14158 Use derived-mode-p. Run the diff asynchronously.
14159
14160 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14161
14162 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14163
14164 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14165
14166 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14167 (list-dynamic-libraries--loaded): New function.
14168 (list-dynamic-libraries--refresh): Use it.
14169
14170 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14171
14172 * progmodes/python.el (python-fill-paragraph):
14173 Make python-fill-region in a multiline string work when font-lock is
14174 disabled (bug#7018).
14175
14176 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
14177
14178 * language/european.el (cp775): Add oem/legacy (en)coding on
14179 DOS/MS Windows for the Baltic languages. There are still plenty
14180 of texts written in this encoding/codepage (bug#6519).
14181
14182 2012-04-10 Glenn Morris <rgm@gnu.org>
14183
14184 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14185 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14186
14187 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14188
14189 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14190 next-line "n" and previous-line "p" in order to make recentf more
14191 consistent with ibuffer, dired or org-mode (bug#9387).
14192
14193 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14194
14195 * image.el (put-image): Return the overlay created instead of the
14196 optional input string (bug#7834). Note that this may break code
14197 that is (for some reason or other) depending on `put-image'
14198 returning the string.
14199
14200 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14201
14202 * simple.el (zap-to-char): Allow zapping using input methods
14203 (bug#1580).
14204
14205 * textmodes/fill.el (fill-region): Leave point and mark where they
14206 were before filling (bug#5399).
14207
14208 2012-04-09 Glenn Morris <rgm@gnu.org>
14209
14210 * version.el (emacs-bzr-get-version):
14211 Handle lightweight checkouts of local branches.
14212
14213 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14214
14215 * international/characters.el: Recover lost case pairs. (Bug#11209)
14216
14217 2012-04-09 Chong Yidong <cyd@gnu.org>
14218
14219 * custom.el (custom-variable-p): Return nil for non-symbol
14220 arguments instead of signaling an error.
14221 (user-variable-p): Obsolete alias for custom-variable-p.
14222
14223 * apropos.el (apropos-variable):
14224 * files-x.el (read-file-local-variable):
14225 * simple.el (set-variable):
14226 * woman.el (woman-mini-help):
14227 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14228
14229 2012-04-09 Glenn Morris <rgm@gnu.org>
14230
14231 * startup.el (normal-top-level): Don't look for leim-list.el
14232 in places where it will not be found. (Bug#910)
14233
14234 * international/mule-cmds.el (set-default-coding-systems):
14235 * files.el (normal-mode):
14236 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14237 This function was removed with ucs-tables.el in 2008.
14238
14239 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14240
14241 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14242 ispell-encoding8-command to "-i", without a trailing space.
14243 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14244 separate command-line arguments, to specify the encoding, since
14245 that's how hunspell expects it.
14246
14247 2012-04-08 Glenn Morris <rgm@gnu.org>
14248
14249 * loadup.el: Load bindings before cus-start.
14250 This reduces somewhat the number of "rogue" settings in emacs -Q.
14251
14252 2012-04-07 Glenn Morris <rgm@gnu.org>
14253
14254 * version.el (emacs-bzr-get-version): New function.
14255 (emacs-bzr-version): New variable.
14256 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14257 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14258
14259 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14260
14261 * international/uni-bidi.el, international/uni-category.el:
14262 * international/uni-combining.el, international/uni-decimal.el:
14263 * international/uni-decomposition.el, international/uni-digit.el:
14264 * international/uni-lowercase.el, international/uni-mirrored.el:
14265 * international/uni-name.el, international/uni-numeric.el:
14266 * international/uni-titlecase.el, international/uni-uppercase.el:
14267 Update for Unicode 6.1.
14268
14269 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14270
14271 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14272
14273 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14274
14275 * window.el (shrink-window): Mention the `window-min-height'
14276 variable in the doc string.
14277
14278 2012-04-05 Bastien Guerry <bzg@altern.org>
14279
14280 * color.el (color-lighten-name): Fix typo.
14281
14282 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14283
14284 * server.el (server--on-display-p): New function.
14285 (server--on-display-p): Use it.
14286
14287 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
14288
14289 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14290 (bug#11145).
14291
14292 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14293
14294 * comint.el (comint--common-quoted-suffix): Check string boundary
14295 before comparing (bug#11158).
14296 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14297
14298 2012-04-04 Chong Yidong <cyd@gnu.org>
14299
14300 * minibuffer.el (completion-extra-properties): Doc fix.
14301
14302 * subr.el (delayed-warnings-hook): Doc fix.
14303
14304 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14305
14306 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14307 selection (Bug#11159).
14308 (epa-insert-keys): Inform that the default public key will be
14309 exported if no key is selected.
14310
14311 2012-04-04 Richard Stallman <rms@gnu.org>
14312
14313 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14314
14315 2012-04-03 Chong Yidong <cyd@gnu.org>
14316
14317 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14318 mail-insert-file, not its obsolete alias mail-attach-file.
14319
14320 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14321
14322 * notifications.el (notifications-notify): Fix docstring.
14323
14324 2012-04-02 Glenn Morris <rgm@gnu.org>
14325
14326 * emacs-lisp/authors.el (authors-aliases): Another addition.
14327
14328 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14329
14330 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14331 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14332 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14333
14334 2012-04-01 Chong Yidong <cyd@gnu.org>
14335
14336 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14337 Handle root directory properly.
14338 (copy-directory): Caller changed.
14339
14340 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14341 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14342
14343 2012-03-31 Glenn Morris <rgm@gnu.org>
14344
14345 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14346
14347 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14348
14349 * calendar/calendar.el (calendar-window-list)
14350 (calendar-hide-window): Restore. (Bug#11140)
14351 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14352
14353 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14354
14355 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14356
14357 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14358 Check if file is a symlink (Bug#10489).
14359
14360 * files.el (copy-directory): Likewise.
14361
14362 2012-03-30 Chong Yidong <cyd@gnu.org>
14363
14364 * image.el (imagemagick-types-inhibit)
14365 (imagemagick-register-types): Doc fix.
14366
14367 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14368
14369 * textmodes/ispell.el (ispell-get-extended-character-mode):
14370 Disable extended-char-mode for hunspell. hunspell does not support it
14371 and treats ~word as ordinary words in pipe mode.
14372
14373 2012-03-30 Glenn Morris <rgm@gnu.org>
14374
14375 * tutorial.el (help-with-tutorial): Ensure local variables don't
14376 happen to make the buffer read-only. (Bug#11127)
14377
14378 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14379
14380 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14381 (perl-calculate-indent): Return `noindent' in strings.
14382
14383 2012-03-28 Sam Steingold <sds@gnu.org>
14384
14385 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14386 instead of the broken adhockery which does not prevent calendar
14387 buffers from being displayed at random after exit.
14388 (calendar-window-list, calendar-hide-window): Remove the broken
14389 adhockery.
14390
14391 2012-03-28 Glenn Morris <rgm@gnu.org>
14392
14393 * replace.el (query-replace-map): Doc fix.
14394
14395 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14396
14397 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14398 contents. (Bug#11109)
14399
14400 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14401
14402 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14403 (bug#11077).
14404 (avl-tree--check, avl-tree--check-node): New funs.
14405
14406 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14407
14408 * window.el (switch-to-visible-buffer): New option.
14409 (switch-to-prev-buffer, switch-to-next-buffer):
14410 Observe switch-to-visible-buffer. Make sure that checking for a window
14411 showing a buffer already is done on the same frame.
14412
14413 2012-03-27 Glenn Morris <rgm@gnu.org>
14414
14415 * startup.el (mail-host-address): Doc fix.
14416
14417 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14418
14419 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14420 than 197 variables.
14421
14422 2012-03-26 Ami Fischman <ami@fischman.org>
14423
14424 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14425
14426 2012-03-26 Glenn Morris <rgm@gnu.org>
14427
14428 * files.el (save-buffers-kill-emacs): Doc fix.
14429
14430 * startup.el (normal-top-level, command-line, command-line-1):
14431 Give them doc strings.
14432
14433 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14434
14435 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14436 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14437
14438 2012-03-25 Chong Yidong <cyd@gnu.org>
14439
14440 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14441 theme if it was previously enabled before (Bug#11031).
14442
14443 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14444 spec with custom-face-get-current-spec if its :shown-value is not
14445 determined yet (Bug#9337).
14446 (customize-create-theme, custom-theme-revert): Doc fixes.
14447
14448 * button.el (button-at): Minor addition to docstring.
14449
14450 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14451
14452 * vc/vc.el (vc-merge): Fix a prompt.
14453
14454 2012-03-24 Chong Yidong <cyd@gnu.org>
14455
14456 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14457 point (Bug#9623).
14458
14459 * button.el (button-at): Minor addition to docstring.
14460
14461 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14462
14463 * newcomment.el (comment-choose-indent): No space after BOL.
14464
14465 2012-03-22 Sam Steingold <sds@gnu.org>
14466
14467 * window.el (switch-to-prev-buffer): Revert last patch because the
14468 bug turned out to be an advertised feature (Elisp manual 28.14).
14469
14470 2012-03-22 Glenn Morris <rgm@gnu.org>
14471
14472 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14473 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14474
14475 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14476
14477 * net/network-stream.el (network-stream-open-starttls): Make error
14478 message under Windows be less misleading.
14479
14480 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14481
14482 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14483 understands (bug#9942).
14484
14485 2012-03-22 Chong Yidong <cyd@gnu.org>
14486
14487 * simple.el (end-of-visible-line): Handle return value of
14488 next-single-property-change properly (Bug#9371).
14489
14490 2012-03-22 Kenichi Handa <handa@m17n.org>
14491
14492 * international/quail.el (quail-insert-kbd-layout): Fix previous
14493 change. To avoid unwanted bidi reordering, use
14494 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14495
14496 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14497
14498 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14499 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14500 (ruby-beginning-of-indent): Be more careful with the difference
14501 between word-boundary and symbol boundary.
14502 (ruby-mode-syntax-table): Make : a symbol constituent.
14503
14504 2012-03-21 Andreas Politz <politza@fh-trier.de>
14505
14506 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14507
14508 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14509
14510 * progmodes/etags.el (tags-completion-at-point-function):
14511 Improve last fix.
14512
14513 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14514
14515 2012-03-21 Sam Steingold <sds@gnu.org>
14516
14517 * progmodes/etags.el (tags-completion-at-point-function):
14518 Avoid the error when point is inside the pattern.
14519
14520 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14521
14522 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14523 line (Bug#10855).
14524
14525 2012-03-21 Drew Adams <drew.adams@oracle.com>
14526
14527 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14528
14529 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14530
14531 * ido.el (ido-set-current-directory, ido-read-internal)
14532 (ido-choose-completion-string, ido-completion-help): Handle nil
14533 value of ido-completion-buffer (Bug#11008).
14534
14535 2012-03-21 Sam Steingold <sds@gnu.org>
14536
14537 * window.el (switch-to-prev-buffer): Do not switch to a visible
14538 window previous buffer, just like with the frame previous buffers.
14539
14540 2012-03-21 Chong Yidong <cyd@gnu.org>
14541
14542 * faces.el (make-face, make-empty-face, copy-face):
14543 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14544 Doc fixes.
14545
14546 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14547
14548 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14549 (widget-complete): Remove broken use of it.
14550
14551 2012-03-20 Chong Yidong <cyd@gnu.org>
14552
14553 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14554 Use string-width and truncate-string-width to handle arbitrary
14555 characters.
14556
14557 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14558
14559 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14560 to draw rectangles, not squares. (Regression introduced by revno
14561 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14562
14563 2012-03-18 Chong Yidong <cyd@gnu.org>
14564
14565 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14566 it is not yet defined (for temacs).
14567
14568 2012-03-18 Leo Liu <sdl.web@gmail.com>
14569
14570 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14571 prefix.
14572
14573 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14574
14575 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14576 (ispell-choices-win-default-height, ispell-silently-savep)
14577 (ispell-dictionary-alist, ispell-encoding8-command)
14578 (ispell-check-version, ispell-aspell-find-dictionary)
14579 (ispell-valid-dictionary-list, ispell-words-keyword)
14580 (ispell-get-word, ispell-internal-change-dictionary)
14581 (ispell-region, ispell-skip-region-list)
14582 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14583 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14584 (ispell-message-text-end, ispell-message)
14585 (ispell-buffer-local-parsing): Doc fix.
14586
14587 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14588
14589 * htmlfontify.el: Add support for code block fontification for ODT
14590 export (Bug #9914).
14591 (hfy-optimisations): Define new option
14592 `body-text-only'
14593 (hfy-fontify-buffer): Honor above setting.
14594 (hfy-begin-span, hfy-end-span): New routines factored out form
14595 `hfy-fontify-buffer'.
14596 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14597 that permit insertion of custom tags.
14598 (hfy-fontify-buffer): Use above handlers.
14599 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14600 (hfy-face-to-css): Re-defined to be a variable.
14601 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14602 over multiple runs. This is made possible by having the caller let
14603 bind a special variable `hfy-user-sheet-assoc'.
14604 (htmlfontify-string): New defun.
14605 (hfy-compile-face-map): Make sure that the last char in the
14606 buffer is correctly fontified.
14607 (hfy-face-resolve-face): Whitespace only change.
14608
14609 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14610
14611 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14612 message more clear.
14613
14614 2012-03-16 Leo Liu <sdl.web@gmail.com>
14615
14616 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14617
14618 2012-03-16 Alan Mackenzie <acm@muc.de>
14619
14620 Further optimize the handling of large macros.
14621
14622 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14623 limit to a call of `c-literal-limits'.
14624 (c-determine-+ve-limit): New function.
14625 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14626 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14627 In CASE 5B, restrict a search limit to 500.
14628 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14629
14630 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14631 Restrict macro bounds to +-500 from after-change's BEG END.
14632
14633 2012-03-16 Leo Liu <sdl.web@gmail.com>
14634
14635 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14636
14637 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14638
14639 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14640 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14641
14642 2012-03-16 Glenn Morris <rgm@gnu.org>
14643
14644 * view.el (view-buffer, view-buffer-other-window)
14645 (view-buffer-other-frame): Doc fixes re special mode-class.
14646
14647 * subr.el (eval-after-load): If named feature is provided not from
14648 a file, run after-load forms. (Bug#10946)
14649
14650 * calendar/calendar.el (calendar-insert-at-column):
14651 Handle non-unit-width characters a bit better. (Bug#10978)
14652
14653 2012-03-15 Chong Yidong <cyd@gnu.org>
14654
14655 * emacs-lisp/ring.el (ring-extend): New function.
14656 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14657
14658 * comint.el (comint-read-input-ring)
14659 (comint-add-to-input-history): Grow comint-input-ring lazily.
14660
14661 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14662
14663 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14664 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14665
14666 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14667 (imenu-add-to-menubar): Don't add a redundant index.
14668 (imenu-update-menubar): Handle a dynamically composed keymap.
14669
14670 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14671
14672 * mail/sendmail.el (mail-encode-header):
14673 Bind rfc2047-encode-encoded-words to nil.
14674
14675 2012-03-13 Glenn Morris <rgm@gnu.org>
14676
14677 * calendar/calendar.el (calendar-string-spread):
14678 Handle non-unit-width characters a bit better. (Bug#10978)
14679
14680 2012-03-13 Leo Liu <sdl.web@gmail.com>
14681
14682 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14683 directory and file as argument (Bug#10822).
14684
14685 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14686
14687 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14688 For dynamically generated code, follow $PC.
14689 (gdb-disassembly-handler-custom): Handle no function name case.
14690
14691 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14692
14693 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14694 * emulation/ws-mode.el (ws-query-replace):
14695 * sort.el (sort-regexp-fields):
14696 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14697
14698 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * dabbrev.el: Fix cycle completion order (bug#10963).
14701 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14702 (dabbrev-completion): Don't use an obarray; provide
14703 a cycle-sort-function.
14704
14705 2012-03-12 Leo Liu <sdl.web@gmail.com>
14706
14707 * simple.el (kill-new): Use equal-including-properties for comparison.
14708 (kill-do-not-save-duplicates): Doc fix.
14709
14710 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14711
14712 * dabbrev.el: Fix cycle completion (bug#10963).
14713 Use lexical binding and wrap to 80 columns.
14714 (dabbrev-completion): Delay computing the list of completions.
14715
14716 2012-03-12 Kenichi Handa <handa@m17n.org>
14717
14718 * international/quail.el (quail-insert-kbd-layout): Surround each
14719 row by LRO and PDF instead of inserting many LRMs. Pad the left
14720 and right of each non-spacing marks. Insert invisible space
14721 between lower and upper characters to prevent composition.
14722
14723 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14724
14725 * minibuffer.el (minibuffer-complete): Don't get confused when the
14726 function is run twice via different commands (bug#10958).
14727 (complete-with-action): Fix docstring.
14728
14729 2012-03-12 Chong Yidong <cyd@gnu.org>
14730
14731 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14732 (nxml-completion-at-point-function): New function.
14733 (nxml-mode): Use it.
14734 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14735
14736 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14737 Load generated autoloads file before byte compiling (Bug#10970).
14738 (package--make-autoloads-and-compile): New helper fun.
14739
14740 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14741
14742 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14743
14744 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14745
14746 * autorevert.el (auto-revert-handler): Ensure, that
14747 file-readable-p is applied only for local files or in
14748 auto-revert-tail-mode.
14749
14750 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14751
14752 * server.el (server-eval-at): Handle non-tcp connections.
14753 Decode result string.
14754
14755 * server.el (server-msg-size): New constant.
14756 (server-reply-print): New function.
14757 (server-eval-and-print): Use it.
14758 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14759 Handle -print-nonl.
14760
14761 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14762
14763 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14764 (Bug#10987).
14765
14766 2012-03-11 Chong Yidong <cyd@gnu.org>
14767
14768 * simple.el (goto-line): Doc fix (Bug#9938).
14769
14770 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14771
14772 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14773 when finished (Bug#10963).
14774
14775 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14776
14777 * window.el (split-window-below): Fix bug in case where
14778 split-window-keep-point is nil (Bug#10971).
14779
14780 2012-03-11 Juri Linkov <juri@jurta.org>
14781
14782 * replace.el (replace-highlight): Set isearch-word to nil
14783 unconditionally. (Bug#10887)
14784
14785 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14786
14787 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14788 mairix-replace-illegal-chars; all callers changed. Don't remove
14789 ^, ~, and = characters: they are meaningful in mairix search specs.
14790 (mairix-widget-create-query): Add usage information about mairix
14791 search forms: negating words, searching for substrings, etc.
14792
14793 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14794
14795 * international/fontset.el (font-encoding-alist): Add an entry for
14796 ksx1001 (Bug#5667).
14797
14798 2012-03-10 Richard Stallman <rms@gnu.org>
14799
14800 * mail/sendmail.el (mail-encode-header):
14801 Set rfc2047-encode-encoded-words.
14802
14803 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14804
14805 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14806 view buffer means not swapped.
14807 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14808 (rmail-write-region-annotate): Error if real text has disappeared.
14809
14810 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14811
14812 2012-03-10 Chong Yidong <cyd@gnu.org>
14813
14814 * emulation/cua-rect.el (cua--init-rectangles):
14815 * emulation/cua-base.el (cua--init-keymaps):
14816 Add delete-forward-char to remappings (Bug#9666).
14817
14818 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14819
14820 * speedbar.el (speedbar-unhighlight-one-tag-line):
14821 Avoid unhighlighting due to frame switching (Bug#10275).
14822
14823 2012-03-10 Chong Yidong <cyd@gnu.org>
14824
14825 * minibuffer.el (completion-in-region, completion-help-at-point):
14826 Give the completion field overlay a high priority (Bug#6830).
14827
14828 * dired.el (dired-goto-file): Recognize absolute file name
14829 listings (Bug#7126).
14830 (dired-goto-file-1): New helper function.
14831 (dired-toggle-read-only): Inhibit warnings.
14832
14833 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14834
14835 * net/dbus.el (dbus-property-handler): Return empty array if
14836 there are no properties.
14837
14838 2012-03-09 Leo Liu <sdl.web@gmail.com>
14839
14840 * savehist.el (savehist-printable): Stricter check for string
14841 value (Bug#10937).
14842
14843 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14844
14845 * mail/smtpmail.el (smtpmail-send-it):
14846 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14847 valid mbox format.
14848
14849 2012-03-09 Glenn Morris <rgm@gnu.org>
14850
14851 * files.el (dir-locals-find-file):
14852 Don't check result is regular, readable.
14853 (dir-locals-read-from-file): Demote errors.
14854
14855 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14856
14857 * international/quail.el (quail-insert-kbd-layout):
14858 Insert invisible LRM characters before each character in a keyboard
14859 layout cell, to prevent their reordering by bidi display engine.
14860 For details, see the discussion in
14861 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14862
14863 2012-03-08 Alan Mackenzie <acm@muc.de>
14864
14865 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14866 the starting position; make it extend the marked region when
14867 invoked repeatedly - all under appropriate circumstances.
14868 Fixes bugs #5525, #10906.
14869
14870 2012-03-08 Glenn Morris <rgm@gnu.org>
14871
14872 * files.el (locate-dominating-file, dir-locals-find-file):
14873 Undo 2012-03-06 change.
14874
14875 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14876
14877 * international/quail.el (quail-help):
14878 Force bidi-paragraph-direction be left-to-right. See discussion in
14879 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14880 for the reason.
14881
14882 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14883
14884 Avoid superfluous registering of signals. (Bug#10807)
14885
14886 * notifications.el (notifications-on-action-object)
14887 (notifications-on-close-object): New defvars.
14888 (notifications-on-action-signal, notifications-on-closed-signal):
14889 Unregister the signal if not needed any longer.
14890 (notifications-notify): Register `notifications-action-signal' or
14891 `notifications-closed-signal', if :on-action or :on-close has been
14892 passed as argument.
14893
14894 2012-03-07 Chong Yidong <cyd@gnu.org>
14895
14896 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14897 non-X platforms.
14898
14899 2012-03-06 Glenn Morris <rgm@gnu.org>
14900
14901 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14902 (x-disown-selection-internal, x-get-selection-internal):
14903 Doc fix (add arglist signatures). (Bug#10783)
14904
14905 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14906
14907 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14908 Handle breakpoints with no "type".
14909
14910 2012-03-06 Glenn Morris <rgm@gnu.org>
14911
14912 * files.el (locate-dominating-file): Add optional predicate argument.
14913 (dir-locals-find-file): Make use of above change.
14914
14915 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14916
14917 * info.el (Info-insert-dir): Also try "dir.gz".
14918
14919 2012-03-06 Glenn Morris <rgm@gnu.org>
14920
14921 * files.el (dir-locals-find-file):
14922 Ignore non-readable or non-regular files. (Bug#10928)
14923
14924 * files.el (locate-dominating-file): Doc fix.
14925
14926 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14927
14928 * calendar/calendar.el (calendar-set-mode-line):
14929 `getenv' returns a string. (Bug#10951)
14930
14931 2012-03-05 Leo Liu <sdl.web@gmail.com>
14932
14933 * simple.el (backward-delete-char-untabify): Constrain point to
14934 field (Bug#10939).
14935
14936 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14937
14938 2012-03-05 Chong Yidong <cyd@gnu.org>
14939
14940 * simple.el (count-words): If called from Lisp, return the word
14941 count, for symmetry with `count-lines'. Arglist changed.
14942 (count-words--message): Args changed. Consolidate counting code
14943 from count-words and count-words-region.
14944 (count-words-region): Caller changed.
14945 (count-lines-region): Make it an obsolete alias.
14946
14947 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14948
14949 * saveplace.el (save-place-to-alist)
14950 (save-place-ignore-files-regexp): Allow value nil to disable this
14951 feature.
14952
14953 2012-03-04 Chong Yidong <cyd@gnu.org>
14954
14955 * faces.el (face-spec-reset-face): For the default face, reset the
14956 attributes to default values (Bug#10748).
14957
14958 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14959
14960 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14961 previous patch: Check `message-send-mail-function', and not the
14962 default function (bug#10897).
14963
14964 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14965
14966 * notifications.el (notifications-on-action-signal)
14967 (notifications-on-closed-signal): Check for unique service name of
14968 incoming event. Fix error in removing entry.
14969 (top): Register for signals with wildcard service name.
14970 (notifications-notify): Use daemon unique service name for map entries.
14971
14972 2012-03-04 Chong Yidong <cyd@gnu.org>
14973
14974 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14975
14976 2012-03-04 Glenn Morris <rgm@gnu.org>
14977
14978 * abbrev.el (copy-abbrev-table, abbrev-table-p)
14979 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14980 (expand-abbrev, define-abbrev-table): Doc fixes.
14981
14982 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14983
14984 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14985 `message-default-send-mail-function' and not `send-mail-function'
14986 when doing the prompting for `sendmail-query-once' before sending
14987 in Message buffers (bug#10897).
14988
14989 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14990 This is inconsistent with all the other stream functions, which leave
14991 the setting up to the higher levels (if so wanted) (bug#10931).
14992
14993 2012-03-02 Alan Mackenzie <acm@muc.de>
14994
14995 Depessimize the handling of very large macros.
14996
14997 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14998 (c-macro-cache-syntactic): New variables to implement a one
14999 element macro cache.
15000 (c-invalidate-macro-cache): New function.
15001 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15002 Adapt to use the new cache.
15003 (c-state-safe-place): Use better the cache of safe positions.
15004 (c-state-semi-nonlit-pos-cache)
15005 (c-state-semi-nonlit-pos-cache-limit):
15006 New variables for...
15007 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15008 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15009 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15010 Use c-state-semi-safe-place.
15011
15012 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15013 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15014
15015 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15016
15017 * jka-compr.el (jka-compr-call-process):
15018 Apply `file-accessible-directory-p' only when the default directory is
15019 not remote.
15020
15021 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15022
15023 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15024 access of FILE2, if FILE1 does not exist.
15025
15026 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15027 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15028
15029 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15030 Add "PAGER=" to `process-environment'.
15031
15032 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15033
15034 * progmodes/sql.el: Bug fix
15035 (sql-get-login-ext): Save login values in globals.
15036 (sql-get-login): Use new version of `sql-get-login-ext'.
15037 (sql-interactive-mode): Set global `sql-connection' to nil.
15038 (sql-connect): Set global values for connection.
15039 (sql-product-interactive): Save global values as buffer local.
15040
15041 2012-02-29 Leo Liu <sdl.web@gmail.com>
15042
15043 * abbrev.el (define-abbrevs): Reset sys to nil.
15044
15045 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15046
15047 * files.el (file-equal-p): Rename from `files-equal-p'.
15048 Return nil when one or both files don't exist.
15049 (file-subdir-of-p): Now only top directory must exists,
15050 return nil if it doesn't.
15051 (copy-directory): No need to test with `file-subdir-of-p' after
15052 creating dir.
15053 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15054 to `file-equal-p'.
15055
15056 2012-02-28 Glenn Morris <rgm@gnu.org>
15057
15058 * shell.el (shell-mode):
15059 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15060 * play/landmark.el (landmark-font-lock-face-O):
15061 * play/handwrite.el (handwrite):
15062 * play/gomoku.el (gomoku-O):
15063 * net/browse-url.el (browse-url-browser-display):
15064 * international/mule.el (define-charset):
15065 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15066 * filesets.el (filesets-find-file-delay):
15067 * eshell/em-xtra.el (eshell-xtra):
15068 * eshell/em-unix.el (eshell-grep):
15069 * emulation/viper.el (viper-mode):
15070 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15071 * emacs-lisp/easymenu.el (easy-menu-define):
15072 * calendar/timeclock.el (timeclock-use-display-time):
15073 * bs.el (bs-mode):
15074 * bookmark.el (bookmark-save-flag):
15075 Doc fix (standardize possessive apostrophe usage).
15076
15077 2012-02-27 Chong Yidong <cyd@gnu.org>
15078
15079 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15080 Fix key-binding lookup for ESC key (Bug#9146).
15081
15082 * font-lock.el (font-lock-specified-p): Rename from
15083 font-lock-spec-present. Callers changed.
15084
15085 2012-02-27 Daniel Hackney <dan@haxney.org>
15086
15087 * emacs-lisp/package.el (package-compute-transaction):
15088 Handle holding a package version to t in package-load-list.
15089
15090 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15091
15092 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15093 (tramp-get-inode, tramp-get-device): Use cached values.
15094
15095 2012-02-26 Alan Mackenzie <acm@muc.de>
15096
15097 Check there is a font-lock specification before doing initial
15098 fontification.
15099
15100 * font-core.el (font-lock-mode): Move the conditional from
15101 :after-hook to font-lock-initial-fontify.
15102 (font-lock-default-function): Move the check for a specification
15103 to font-lock-spec-present.
15104
15105 * font-lock.el (font-lock-initial-fontify): Call ...
15106 (font-lock-spec-present): New function.
15107
15108 2012-02-26 Jim Blandy <jimb@red-bean.com>
15109
15110 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15111 (gdb-send): Apply it to the operand of the '-interpreter-exec
15112 console' command, so that we can pass arguments with (say) quotes
15113 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15114
15115 2012-02-26 Chong Yidong <cyd@gnu.org>
15116
15117 * help-fns.el (describe-function-1): Clarify description of
15118 remapping (Bug#10844).
15119
15120 * files.el (files-equal-p): Doc fix.
15121 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15122 and quit the loop once a mismatch is found.
15123
15124 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15125
15126 * bs.el (bs--show-with-configuration): Don't throw an error
15127 if the window cannot be split; otherwise, subsequent calls to
15128 bs-show fail, restoring a stale window config. (Bug#10882)
15129
15130 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15131
15132 * term/ns-win.el (global-map): Bind ns-drag-file to
15133 ns-find-file (Bug#5855, Bug#10050).
15134
15135 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15136
15137 * calendar/parse-time.el (parse-time-string): Allow extractor to
15138 return nil.
15139
15140 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15141
15142 * net/tramp.el (tramp-file-name-for-operation):
15143 Add `files-equal-p' and `file-subdir-of-p'.
15144
15145 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15146 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15147 Add COPY-CONTENTS argument.
15148
15149 2012-02-25 Chong Yidong <cyd@gnu.org>
15150
15151 Add custom groups for VC backends, for consistency with vc-bzr.
15152
15153 * vc/vc-arch.el (vc-arch):
15154 * vc/vc-cvs.el (vc-cvs):
15155 * vc/vc-git.el (vc-git):
15156 * vc/vc-hg.el (vc-hg):
15157 * vc/vc-mtn.el (vc-mtn):
15158 * vc/vc-rcs.el (vc-rcs):
15159 * vc/vc-sccs.el (vc-sccs):
15160 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15161 All relevant defcustoms reassigned.
15162
15163 2012-02-25 Chong Yidong <cyd@gnu.org>
15164
15165 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15166
15167 * term/x-win.el (x-initialize-window-system): Reduce default for
15168 x-selection-timeout to 5 seconds (Bug#8869).
15169
15170 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15171
15172 * files.el (files-equal-p, file-subdir-of-p): New functions.
15173 (copy-directory): Error when trying to copy a directory on itself.
15174 Add missing copy-contents arg to tramp handler.
15175 * dired-aux.el (dired-copy-file-recursive): Same.
15176 (dired-create-files): Modify destination when source is equal to
15177 dest when copying files.
15178 Return also when dest is a subdir of source. (Bug#10489)
15179
15180 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15181
15182 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15183 (Bug#10874)
15184
15185 2012-02-23 Alan Mackenzie <acm@muc.de>
15186
15187 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15188 parameter "after-hook:" to allow the expansion to run code after
15189 the execution of the mode hooks.
15190
15191 * font-lock.el (font-lock-initial-fontify): New function extracted
15192 from font-lock-mode-internal.
15193
15194 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15195 :after-hook.
15196
15197 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15198
15199 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15200 (completion--cache-all-sorted-completions): New function.
15201 (completion-all-sorted-completions): Use it.
15202 (completion--do-completion, minibuffer-force-complete):
15203 Use it to re-instate the flush hook.
15204
15205 * icomplete.el (icomplete-completions): Replace last fix with a better
15206 one (bug#10850).
15207
15208 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15209
15210 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15211 when it might call us back infinitely (bug#10797).
15212
15213 2012-02-23 Glenn Morris <rgm@gnu.org>
15214
15215 * minibuffer.el (completion-category-overrides): Doc fix.
15216
15217 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15218
15219 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15220 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15221
15222 2012-02-23 Glenn Morris <rgm@gnu.org>
15223
15224 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15225 (authors-obsolete-files-regexps, authors-ignored-files)
15226 (authors-ambiguous-files, authors-renamed-files-alist):
15227 Add more entries.
15228
15229 2012-02-23 Juri Linkov <juri@jurta.org>
15230
15231 * isearch.el (isearch-occur): Sync interactive spec with occur's
15232 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15233
15234 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15235
15236 2012-02-22 Juri Linkov <juri@jurta.org>
15237
15238 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15239 (ucs-insert): Doc fix. Check for hex digits in the string.
15240 Don't display `nil' in the error message. (Bug#10857)
15241
15242 2012-02-22 Alan Mackenzie <acm@muc.de>
15243
15244 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15245
15246 2012-02-22 Glenn Morris <rgm@gnu.org>
15247
15248 * ffap.el (ffap-c-path):
15249 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15250
15251 2012-02-22 Chong Yidong <cyd@gnu.org>
15252
15253 * custom.el (load-theme): Doc fix.
15254
15255 2012-02-22 Glenn Morris <rgm@gnu.org>
15256
15257 * dired-x.el (dired-guess-shell-alist-default):
15258 Remove escape sequences from nroff output. (Bug#172)
15259
15260 2012-02-21 Glenn Morris <rgm@gnu.org>
15261
15262 * vc/emerge.el (emerge-defvar-local):
15263 Set `permanent-local' property rather than unused `preserved'.
15264
15265 * textmodes/picture.el (picture-delete-char): New alias.
15266 (picture-mode-map): Use it. (Bug#10860)
15267 (picture-mode): Doc fix.
15268
15269 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15270
15271 * newcomment.el (uncomment-region-default): Remove unused binding.
15272
15273 2012-02-21 Glenn Morris <rgm@gnu.org>
15274
15275 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15276 (picture-self-insert, picture-tab-chars): Doc fix.
15277 (picture-mode-map): Fix C-a, C-e.
15278
15279 2012-02-20 Glenn Morris <rgm@gnu.org>
15280
15281 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15282
15283 2012-02-20 Leo Liu <sdl.web@gmail.com>
15284
15285 * icomplete.el (icomplete-completions): Check FROM arg before
15286 passing to substring (Bug#10850).
15287
15288 2012-02-19 Chong Yidong <cyd@gnu.org>
15289
15290 * comint.el: Require ansi-color.
15291 (comint-output-filter-functions): Add ansi-color-process-output.
15292
15293 * ansi-color.el: Don't set comint-output-filter-functions; it is
15294 now in the initial value defined in comint.el.
15295 (ansi-color-apply-face-function): New variable.
15296 (ansi-color-apply-on-region): Use it.
15297 (ansi-color-apply-overlay-face): New function.
15298
15299 * shell.el (shell): No need to require ansi-color.
15300 (shell-mode): Use ansi-color-apply-face-function to highlight
15301 color escapes using font-lock-face property (Bug#10835).
15302
15303 2012-02-19 Chong Yidong <cyd@gnu.org>
15304
15305 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15306 mode-line formats (Bug#10839).
15307
15308 2012-02-18 Glenn Morris <rgm@gnu.org>
15309
15310 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15311
15312 * mail/undigest.el (unforward-rmail-message): Doc fix.
15313
15314 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15315
15316 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15317
15318 * international/characters.el (script-list): Sync with the latest
15319 Unicode Character Database.
15320
15321 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15322
15323 * international/titdic-cnv.el: Remove duplicate coding tag.
15324 * language/cham.el: Likewise.
15325 * language/tai-viet.el: Likewise.
15326
15327 2012-02-18 Glenn Morris <rgm@gnu.org>
15328
15329 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15330 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15331 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15332 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15333 * calendar/holidays.el (holiday-bahai-holidays)
15334 (calendar-holidays, list-holidays):
15335 Use utf-8 Bahá'í in doc-strings, menus, etc.
15336
15337 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15338
15339 * saveplace.el (save-place-ignore-files-regexp): New variable
15340 allowing for excluding files from saving their location of point.
15341 The default value matches the temporary commit message editing
15342 files from Git, SVN, Bazaar, and Mercurial.
15343 (save-place-to-alist): Use it.
15344
15345 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15346 Stefan Monnier <monnier@iro.umontreal.ca>
15347
15348 * newcomment.el (uncomment-region-default): Don't leave extra space
15349 when an arg is provided (bug#8150).
15350
15351 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15352
15353 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15354
15355 2012-02-17 Glenn Morris <rgm@gnu.org>
15356
15357 * net/socks.el: Require network-stream. (Bug#10599)
15358
15359 2012-02-17 Kenichi Handa <handa@m17n.org>
15360
15361 * international/charprop.el:
15362 * international/uni-name.el:
15363 * international/uni-old-name.el:
15364 * international/uni-comment.el: Regenerate.
15365
15366 2012-02-16 Glenn Morris <rgm@gnu.org>
15367
15368 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15369 Interactively in calendar buffer, give an error if not on a date.
15370
15371 2012-02-15 Glenn Morris <rgm@gnu.org>
15372
15373 * shell.el (shell-delimiter-argument-list):
15374 Revert 2011-02-17 change. (Bug#8027)
15375
15376 2012-02-15 Chong Yidong <cyd@gnu.org>
15377
15378 * minibuffer.el (completion-at-point-functions): Doc fix.
15379
15380 * custom.el (defcustom): Doc fix; note use of defvar.
15381
15382 2012-02-15 Glenn Morris <rgm@gnu.org>
15383
15384 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15385 Doc fixes.
15386
15387 2012-02-14 Glenn Morris <rgm@gnu.org>
15388
15389 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15390
15391 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15392
15393 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15394 way the ports list is computed.
15395 (smtpmail-query-smtp-server): Prompt the user for a port number if
15396 we can't connect to any of the standard ports (bug#10810).
15397
15398 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15399
15400 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15401
15402 2012-02-13 Glenn Morris <rgm@gnu.org>
15403
15404 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15405
15406 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15407
15408 * net/gnutls.el (gnutls-trustfiles): New variable.
15409 (gnutls-negotiate): Use it.
15410
15411 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15412
15413 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15414 does its stuff if Gnus is running.
15415
15416 2012-02-13 Alan Mackenzie <acm@muc.de>
15417
15418 Fix a loop in c-set-fl-decl-start.
15419
15420 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15421 c-backward-syntactic-ws actually moves backwards.
15422
15423 2012-02-13 Leo Liu <sdl.web@gmail.com>
15424
15425 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15426 beginning so that all \C-o chars are removed.
15427
15428 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15429
15430 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15431
15432 2012-02-12 Alan Mackenzie <acm@muc.de>
15433
15434 Fix infinite loop with long macros.
15435 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15436
15437 2012-02-12 Chong Yidong <cyd@gnu.org>
15438
15439 * window.el (display-buffer): Doc fix (Bug#10785).
15440
15441 2012-02-12 Glenn Morris <rgm@gnu.org>
15442
15443 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15444 (x-disown-selection-internal, x-get-selection-internal):
15445 Sync docs with the xselect.c versions.
15446
15447 * allout-widgets.el: Add missing license notice.
15448
15449 2012-02-11 Glenn Morris <rgm@gnu.org>
15450
15451 * select.el (x-get-selection-internal, x-own-selection-internal)
15452 (x-disown-selection-internal):
15453 * x-dnd.el (x-get-selection-internal): Update declarations.
15454
15455 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15456
15457 * window.el (window-sides-slots):
15458 * tool-bar.el (tool-bar-position):
15459 * term/xterm.el (xterm-extra-capabilities):
15460 * ses.el (ses-self-reference-early-detection):
15461 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15462 (verilog-auto-wire-type)
15463 (verilog-auto-delete-trailing-whitespace)
15464 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15465 (verilog-auto-tieoff-declaration):
15466 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15467 (sql-oracle-statement-starters, sql-oracle-scan-on):
15468 * progmodes/prolog.el (prolog-align-comments-flag)
15469 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15470 (prolog-left-indent-regexp, prolog-paren-indent-p)
15471 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15472 (prolog-types, prolog-mode-specificators)
15473 (prolog-determinism-specificators, prolog-directives)
15474 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15475 (prolog-electric-dot-flag)
15476 (prolog-electric-dot-full-predicate-template)
15477 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15478 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15479 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15480 (prolog-program-switches, prolog-prompt-regexp)
15481 (prolog-debug-on-string, prolog-debug-off-string)
15482 (prolog-trace-on-string, prolog-trace-off-string)
15483 (prolog-zip-on-string, prolog-zip-off-string)
15484 (prolog-use-standard-consult-compile-method-flag)
15485 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15486 (prolog-imenu-max-lines, prolog-info-predicate-index)
15487 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15488 (prolog-char-quote-workaround):
15489 * progmodes/cc-vars.el (c-defun-tactic):
15490 * net/tramp.el (tramp-encoding-command-interactive)
15491 (tramp-local-end-of-line):
15492 * net/soap-client.el (soap-client):
15493 * net/netrc.el (netrc-file):
15494 * net/gnutls.el (gnutls):
15495 * minibuffer.el (completion-category-overrides)
15496 (completion-cycle-threshold)
15497 (completion-pcm-complete-word-inserts-delimiters):
15498 * man.el (Man-name-local-regexp):
15499 * mail/feedmail.el (feedmail-display-full-frame):
15500 * international/characters.el (glyphless-char-display-control):
15501 * eshell/em-ls.el (eshell-ls-date-format):
15502 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15503 (lisp-lambda-list-keyword-parameter-indentation)
15504 (lisp-lambda-list-keyword-parameter-alignment):
15505 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15506 * dired-x.el (dired-omit-verbose):
15507 * cus-theme.el (custom-theme-allow-multiple-selections):
15508 * calc/calc.el (calc-highlight-selections-with-faces)
15509 (calc-lu-field-reference, calc-lu-power-reference)
15510 (calc-note-threshold):
15511 * battery.el (battery-mode-line-limit):
15512 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15513 (archive-7z-update):
15514 * allout.el (allout-prefixed-keybindings)
15515 (allout-unprefixed-keybindings)
15516 (allout-inhibit-auto-fill-on-headline)
15517 (allout-flattened-numbering-abbreviation):
15518 * allout-widgets.el (allout-widgets-auto-activation)
15519 (allout-widgets-icons-dark-subdir)
15520 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15521 (allout-widgets-theme-dark-background)
15522 (allout-widgets-theme-light-background)
15523 (allout-widgets-item-image-properties-emacs)
15524 (allout-widgets-item-image-properties-xemacs)
15525 (allout-widgets-run-unit-tests-on-load)
15526 (allout-widgets-time-decoration-activity)
15527 (allout-widgets-hook-error-post-time)
15528 (allout-widgets-track-decoration):
15529 Add missing :version tags to new defcustoms and defgroups.
15530
15531 * progmodes/sql.el (sql-ansi-statement-starters)
15532 (sql-oracle-statement-starters): Add custom type.
15533
15534 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15535 (prolog-system-version): Give it a type.
15536
15537 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15538
15539 * term/pc-win.el (x-select-text, x-selection-owner-p)
15540 (x-own-selection-internal, x-disown-selection-internal)
15541 (x-get-selection-internal): Sync doc strings and argument lists
15542 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15543
15544 2012-02-11 Leo Liu <sdl.web@gmail.com>
15545
15546 * progmodes/python.el (python-end-of-statement): Fix infinite
15547 loop. (Bug#10788)
15548
15549 2012-02-10 Glenn Morris <rgm@gnu.org>
15550
15551 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15552 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15553
15554 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15555
15556 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15557 about SMTP before checking the From header.
15558
15559 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15560 into own function for reuse by emacsbug.el.
15561
15562 2012-02-10 Leo Liu <sdl.web@gmail.com>
15563
15564 * subr.el (condition-case-unless-debug): Rename from
15565 condition-case-no-debug. All callers changed.
15566 (with-demoted-errors): Fix caller.
15567
15568 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15569 * nxml/rng-valid.el (rng-do-some-validation):
15570 * emacs-lisp/package.el (package-refresh-contents)
15571 (package-menu-execute):
15572 * desktop.el (desktop-create-buffer):
15573 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15574
15575 2012-02-10 Glenn Morris <rgm@gnu.org>
15576
15577 * textmodes/bibtex.el:
15578 Add missing :version tags for new/changed defcustoms.
15579
15580 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15581
15582 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15583
15584 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15585 (smtpmail-via-smtp): Use it, or fall back on the From address.
15586 (smtpmail-send-it): Ditto.
15587
15588 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15589
15590 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15591 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15592 (byte-compile-tmp-var): New const.
15593 (byte-compile-defvar): Use it to minimize .elc size.
15594 Just use `defvar' rather than simulate it (bug#10761).
15595
15596 2012-02-09 Glenn Morris <rgm@gnu.org>
15597
15598 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15599
15600 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15601 Add :version tags.
15602
15603 * progmodes/compile.el (compilation-error-screen-columns)
15604 (compilation-first-column, compilation-filter-start): Doc fixes.
15605
15606 * vc/log-view.el (log-view-toggle-entry-display):
15607 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15608
15609 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15610 (report-emacs-bug-can-use-xdg-email):
15611 (report-emacs-bug-insert-to-mailer): Doc fixes.
15612 (report-emacs-bug): Message fix.
15613
15614 * net/browse-url.el (browse-url-can-use-xdg-open)
15615 (browse-url-xdg-open): Doc fixes.
15616
15617 * electric.el (electric-indent-mode, electric-pair-mode)
15618 (electric-layout-rules, electric-layout-mode): Doc fixes.
15619 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15620
15621 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15622
15623 * server.el (server-unselect-display): Don't inadvertently kill
15624 the current buffer. (Bug#10729)
15625
15626 2012-02-08 Glenn Morris <rgm@gnu.org>
15627
15628 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15629 (sql-list-table): Doc fixes.
15630
15631 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15632 Comment out (does nothing).
15633
15634 * completion.el (dynamic-completion-mode):
15635 * dirtrack.el (dirtrack-debug-mode):
15636 * electric.el (electric-layout-mode):
15637 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15638 * face-remap.el (text-scale-mode, buffer-face-mode):
15639 * iimage.el (iimage-mode):
15640 * image-mode.el (image-transform-mode):
15641 * minibuffer.el (completion-in-region-mode):
15642 * scroll-lock.el (scroll-lock-mode):
15643 * simple.el (next-error-follow-minor-mode):
15644 * tar-mode.el (tar-subfile-mode):
15645 * tooltip.el (tooltip-mode):
15646 * vcursor.el (vcursor-use-vcursor-map):
15647 * wid-browse.el (widget-minor-mode):
15648 * emulation/tpu-edt.el (tpu-edt-mode):
15649 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15650 * international/iso-ascii.el (iso-ascii-mode):
15651 * language/thai-util.el (thai-word-mode):
15652 * mail/supercite.el (sc-minor-mode):
15653 * net/goto-addr.el (goto-address-mode):
15654 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15655 * progmodes/cwarn.el (cwarn-mode):
15656 * progmodes/flymake.el (flymake-mode):
15657 * progmodes/glasses.el (glasses-mode):
15658 * progmodes/hideshow.el (hs-minor-mode):
15659 * progmodes/pascal.el (pascal-outline-mode):
15660 * textmodes/enriched.el (enriched-mode):
15661 * vc/smerge-mode.el (smerge-mode):
15662 Doc fixes (minor mode argument).
15663
15664 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15665
15666 * ls-lisp.el (ls-lisp-sanitize): New function.
15667 (ls-lisp-insert-directory): Use it to fix or remove any elements
15668 in file-alist with missing attributes. (Bug#4673)
15669
15670 2012-02-07 Alan Mackenzie <acm@muc.de>
15671
15672 Fix spurious recognition of c-in-knr-argdecl.
15673
15674 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15675 putative K&R region.
15676
15677 2012-02-07 Alan Mackenzie <acm@muc.de>
15678
15679 * progmodes/cc-engine.el (c-forward-objc-directive):
15680 Prevent looping in "#pragma mark @implementation".
15681
15682 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15683
15684 * notifications.el (notifications-on-closed-signal): Make `reason'
15685 optional. (Bug#10744)
15686
15687 2012-02-07 Glenn Morris <rgm@gnu.org>
15688
15689 * emacs-lisp/easy-mmode.el (define-minor-mode):
15690 Doc fixes for the macro and the mode it defines.
15691
15692 * image.el (imagemagick-types-inhibit): Doc fix.
15693
15694 * cus-start.el (imagemagick-render-type): Add it.
15695
15696 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15697
15698 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15699 Set the default at load time, too, so that `font-lock-fontify-buffer'
15700 can be called without setting up the entire mode first. This fixes
15701 a bug in `mm-inline-text' with C MIME parts.
15702
15703 2012-02-06 Chong Yidong <cyd@gnu.org>
15704
15705 * simple.el (list-processes--refresh): Delete exited processes
15706 (Bug#8094).
15707
15708 * comint.el (comint-next-prompt): next-single-char-property-change
15709 and prev-single-char-property-change never return nil (Bug#8657).
15710
15711 * custom.el (defcustom): Doc fix (Bug#9711).
15712
15713 2012-02-05 Chong Yidong <cyd@gnu.org>
15714
15715 * cus-edit.el (custom-variable-reset-backup): Quote the value
15716 before storing it in the customized-value property (Bug#6712).
15717 (custom-display): Add a customization type tag.
15718 (custom-buffer-create-internal): Improve tooltip message.
15719
15720 * wid-edit.el (widget-field-value-get): New optional arg to
15721 suppress trailing whitespace truncation.
15722 (character): Use it (Bug#2689).
15723
15724 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15725
15726 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15727 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15728
15729 2012-02-05 Chong Yidong <cyd@gnu.org>
15730
15731 * cus-edit.el (custom-variable-value-create): For mismatched
15732 types, show the current value (Bug#7600).
15733
15734 * custom.el (defcustom): Doc fix.
15735
15736 2012-02-05 Glenn Morris <rgm@gnu.org>
15737
15738 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15739
15740 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15741
15742 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15743 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15744 (pp-last-sexp): Use `looking-at-p'.
15745
15746 2012-02-04 Glenn Morris <rgm@gnu.org>
15747
15748 * files.el (revert-buffer):
15749 Doc fix (mention revert-buffer-in-progress-p).
15750
15751 * emacs-lisp/ert-x.el (ert-simulate-command):
15752 Check deferred-action-list (which is obsolete) is bound.
15753
15754 * subr.el (with-wrapper-hook): Doc fixes.
15755
15756 * simple.el (filter-buffer-substring-functions)
15757 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15758
15759 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15760
15761 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15762 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15763
15764 2012-02-04 Leo Liu <sdl.web@gmail.com>
15765
15766 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15767
15768 2012-02-04 Glenn Morris <rgm@gnu.org>
15769
15770 * image.el (image-extension-data): Add obsolete alias.
15771
15772 * isearch.el (isearch-update): Doc fix.
15773
15774 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15775
15776 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15777
15778 2012-02-03 Glenn Morris <rgm@gnu.org>
15779
15780 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15781 (image-animate-timeout): Doc fix.
15782
15783 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15784
15785 2012-02-02 Glenn Morris <rgm@gnu.org>
15786
15787 * server.el (server-auth-dir): Doc fix.
15788 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15789
15790 * subr.el (run-mode-hooks): Doc fix.
15791
15792 2012-02-02 Juri Linkov <juri@jurta.org>
15793
15794 * image-mode.el (image-toggle-display-image): Remove tautological
15795 `major-mode' from the `derived-mode-p' test.
15796
15797 2012-02-02 Kenichi Handa <handa@m17n.org>
15798
15799 * composite.el (compose-region): Cancel previous change.
15800
15801 2012-02-02 Kenichi Handa <handa@m17n.org>
15802
15803 * composite.el (compose-region, compose-string): Signal error for
15804 a null string component (Bug#6988).
15805
15806 2012-02-01 Chong Yidong <cyd@gnu.org>
15807
15808 * view.el (view-buffer-other-window, view-buffer-other-frame):
15809 Handle special modes like view-buffer (Bug#10650).
15810 (view-buffer): Simplify.
15811
15812 * frame.el (set-frame-font): Tweak meaning of third argument.
15813
15814 * dynamic-setting.el (font-setting-change-default-font):
15815 Use set-frame-font (Bug#9982).
15816
15817 2012-02-01 Glenn Morris <rgm@gnu.org>
15818
15819 * progmodes/compile.el (compilation-internal-error-properties):
15820 Respect compilation-first-column in the "*compilation*" buffer.
15821
15822 * emacs-lisp/easy-mmode.el (define-minor-mode):
15823 Relax :variable's test for a named function.
15824
15825 2012-01-31 Alan Mackenzie <acm@muc.de>
15826
15827 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15828 off by one error.
15829
15830 2012-01-31 Chong Yidong <cyd@gnu.org>
15831
15832 * frame.el (set-frame-font): New arg ALL-FRAMES.
15833
15834 * menu-bar.el (menu-set-font): Use set-frame-font.
15835
15836 * faces.el (face-spec-reset-face): Don't apply unspecified
15837 attribute values to the default face.
15838
15839 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15840
15841 * progmodes/cwarn.el (cwarn): Remove dead link.
15842 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15843 Remove * from defcustom docstrings.
15844 (turn-on-cwarn-mode): Make obsolete.
15845 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15846 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15847
15848 2012-01-31 Glenn Morris <rgm@gnu.org>
15849
15850 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15851 Fix :variable handling of mode a symbol not equal to modefun.
15852 Allow named functions to be used as the cdr of :variable.
15853
15854 2012-01-30 Glenn Morris <rgm@gnu.org>
15855
15856 * emacs-lisp/authors.el (authors-fixed-entries):
15857 Remove reference to deleted file rnewspost.el.
15858
15859 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15860
15861 * window.el (window-with-parameter): Remove unused variable `windows'.
15862 (window--side-check): Remove unused variable `code'.
15863 (window--resize-siblings): Remove unused variable `first'.
15864 (adjust-window-trailing-edge): Remove unused variable `failed'.
15865 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15866 Use `let', not `let*'.
15867 (balance-windows-2): Remove unused variable `found'.
15868 (window--state-put-2): Remove unused variable `splits'.
15869 (window-state-put): Remove unused variable `selected'.
15870 (same-window-p): Use `string-match-p'.
15871 (display-buffer-assq-regexp): Remove unused variable `value'.
15872 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15873 Mark argument ALIST as ignored.
15874 (pop-to-buffer): Remove unused variable `old-window'.
15875
15876 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15877
15878 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15879 and .lzma compressed files.
15880
15881 2012-01-29 Chong Yidong <cyd@gnu.org>
15882
15883 * frame.el (window-system-default-frame-alist): Doc fix.
15884
15885 * dynamic-setting.el (font-setting-change-default-font): Don't
15886 change the default face if SET-FONT argument is non-nil (Bug#9982).
15887
15888 2012-01-29 Samuel Bronson <naesten@gmail.com>
15889
15890 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15891
15892 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15893
15894 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15895 breakpoints in files outside current directory (Bug#6098).
15896
15897 2012-01-29 Chong Yidong <cyd@gnu.org>
15898
15899 * progmodes/python.el: Require ansi-color at top-level.
15900
15901 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15902 Define and use in Emacs Lisp mode (Bug#9360).
15903 (lisp-mode-abbrev-table): Add doc.
15904 (lisp-mode-variables): Don't set local-abbrev-table.
15905 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15906
15907 2012-01-28 Roland Winkler <winkler@gnu.org>
15908
15909 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15910
15911 2012-01-28 Roland Winkler <winkler@gnu.org>
15912
15913 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15914 (bibtex-set-dialect): Use it. Either set global values of
15915 dialect-dependent variables or bind these variables buffer-locally
15916 (Bug#10254).
15917 (bibtex-mode): Call bibtex-set-dialect via
15918 hack-local-variables-hook.
15919 (bibtex-dialect): Update docstring.
15920 Add safe-local-variable predicate.
15921 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15922 bibtex-set-dialect.
15923 (bibtex-mode-map): Define menu for each dialect.
15924 (bibtex-entry): Fix docstring.
15925
15926 2012-01-28 Chong Yidong <cyd@gnu.org>
15927
15928 * eshell/esh-arg.el (eshell-quote-argument): New function.
15929
15930 * eshell/esh-ext.el (eshell-invoke-batch-file):
15931 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15932 first arg to eshell-parse-command (Bug#10523).
15933
15934 2012-01-28 Drew Adams <drew.adams@oracle.com>
15935
15936 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15937 `default-directory' is non-nil.
15938
15939 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15940
15941 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15942 line that displays system-configuration-options. (Bug#9924)
15943
15944 2012-01-28 Drew Adams <drew.adams@oracle.com>
15945
15946 * descr-text.el (describe-char): Show information about POS, in
15947 addition to information about the character at POS. Improve and
15948 update the doc string. Change "code point" to "code point in
15949 charset", to avoid confusion with the character's Unicode code
15950 point shown above that. (Bug#10129)
15951
15952 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15953
15954 * descr-text.el (describe-char): Show the raw character, not only
15955 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15956 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15957 for the reasons.
15958
15959 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15960
15961 * emacs-lisp/package.el (package-install):
15962 Run package-refresh-contents if there is no archive yet (Bug#9798).
15963
15964 2012-01-28 Chong Yidong <cyd@gnu.org>
15965
15966 * emacs-lisp/package.el (package-maybe-load-descriptor):
15967 New function, split from package-maybe-load-descriptor.
15968 (package-maybe-load-descriptor): Use it.
15969 (package-download-transaction): Fully load required packages
15970 inside the loop, so that `require' calls work (Bug#10593).
15971 (package-install): No need to call package-initialize now.
15972
15973 2012-01-28 Chong Yidong <cyd@gnu.org>
15974
15975 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15976
15977 * tooltip.el (tooltip-mode): Doc fix.
15978 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15979
15980 * frame.el (set-cursor-color): Doc fix (Bug#352).
15981
15982 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15983 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15984
15985 * cus-edit.el (custom-buffer-create-internal): Fix search button
15986 action (Bug#10542).
15987 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15988
15989 2012-01-27 Eduard Wiebe <usenet@pusto.de>
15990
15991 * dired.el (dired-mark-files-regexp):
15992 Include any subdirectory components. (Bug#10445)
15993
15994 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
15995
15996 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15997 Handle [host]:port syntax. (Bug#10533)
15998
15999 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16000
16001 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16002
16003 2012-01-26 Glenn Morris <rgm@gnu.org>
16004
16005 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16006 * term.el (term-raw-escape-map): Use Control-X-prefix.
16007 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16008
16009 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16010
16011 * window.el (window-state-get, window--state-get-1): Don't deal
16012 with fixed-sizeness of windows. Simplify code.
16013
16014 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16015
16016 * window.el (window--state-get-1, window--state-put-2):
16017 Don't save and restore the mark.
16018
16019 2012-01-25 Chong Yidong <cyd@gnu.org>
16020
16021 * custom.el (custom-variable-p): Doc fix.
16022
16023 2012-01-25 Glenn Morris <rgm@gnu.org>
16024
16025 * dired.el (dired-goto-file): Handle some of the more common
16026 characters that `ls -b' escapes. (Bug#10596)
16027
16028 * progmodes/compile.el (compilation-next-error-function):
16029 Respect compilation-first-column in the "*compilation*" buffer.
16030 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16031
16032 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16033
16034 2012-01-24 Glenn Morris <rgm@gnu.org>
16035
16036 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16037
16038 2012-01-24 Julien Danjou <julien@danjou.info>
16039
16040 * color.el (color-rgb-to-hsl): Fix value computing.
16041 (color-hue-to-rgb): New function.
16042 (color-hsl-to-rgb): New function.
16043 (color-clamp, color-saturate-hsl, color-saturate-name)
16044 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16045 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16046
16047 2012-01-24 Glenn Morris <rgm@gnu.org>
16048
16049 * vc/vc-rcs.el (vc-rcs-create-tag):
16050 * vc/vc-sccs.el (vc-sccs-create-tag):
16051 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16052
16053 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16054
16055 * eshell/esh-util.el (eshell-read-hosts-file):
16056 Skip comment lines. (Bug#10549)
16057
16058 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16059
16060 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16061
16062 * subr.el (display-delayed-warnings): Doc fix.
16063 (collapse-delayed-warnings): New function to collapse identical
16064 adjacent warnings.
16065 (delayed-warnings-hook): Add it.
16066
16067 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16068
16069 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16070
16071 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16072 (tramp-default-user-alist): Don't add "pscp".
16073 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16074 property "login-as", if set. (Bug#10530)
16075
16076 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16077
16078 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16079 "plink1" and "psftp". (Bug#10530)
16080
16081 2012-01-21 Kenichi Handa <handa@m17n.org>
16082
16083 * international/mule-cmds.el (prefer-coding-system): Show a
16084 warning message if the default value of file-name-coding-system
16085 was not changed.
16086
16087 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16088
16089 * windmove.el (windmove-reference-loc):
16090 Fix windmove-reference-loc miscalculation.
16091
16092 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16093
16094 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16095 default unit.
16096
16097 2012-01-21 Glenn Morris <rgm@gnu.org>
16098
16099 * international/mule.el (auto-coding-alist): Add .tbz.
16100
16101 * files.el (local-enable-local-variables): Doc fix.
16102 (inhibit-local-variables-regexps): Rename from
16103 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16104 Doc fix. Add some extensions from auto-coding-alist.
16105 (inhibit-local-variables-suffixes):
16106 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16107 (inhibit-local-variables-p):
16108 New function, extracted from set-auto-mode-1.
16109 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16110 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16111 (hack-local-variables): Doc fix. Make the mode-only case
16112 respect enable-local-variables and friends.
16113 Respect inhibit-local-variables-regexps for file-locals, but
16114 not for directory-locals.
16115 (set-visited-file-name):
16116 Take account of inhibit-local-variables-regexps.
16117 Whether it applies may change as the file name is changed.
16118 * jka-cmpr-hook.el (jka-compr-install):
16119 * jka-compr.el (jka-compr-uninstall):
16120 Update for inhibit-first-line-modes-suffixes name change.
16121
16122 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16123
16124 * help-macro.el (make-help-screen): Temporarily restore original
16125 binding for minor-mode-map-alist (Bug#10454).
16126
16127 2012-01-19 Julien Danjou <julien@danjou.info>
16128
16129 * color.el (color-name-to-rgb): Use the white color to find the max
16130 color component value and return correctly computed values.
16131 (color-name-to-rgb): Add missing float conversion for max value.
16132
16133 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16134
16135 * window.el (window--state-get-1, window-state-get): Do not use
16136 special state value for window-persistent-parameters.
16137 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16138 (window--state-put-2): Reset all window parameters to nil before
16139 assigning values of persistent parameters.
16140
16141 2012-01-18 Alan Mackenzie <acm@muc.de>
16142
16143 Eliminate sluggishness and hangs in fontification of "semicolon
16144 deserts".
16145
16146 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16147 Change value 10000 -> 3000.
16148 (c-state-safe-place): Reformulate so it doesn't stack up an
16149 infinite number of wrong entries in c-state-nonlit-pos-cache.
16150 (c-determine-limit-get-base, c-determine-limit): New functions to
16151 determine backward search limits disregarding literals.
16152 (c-find-decl-spots): Amend commenting.
16153 (c-cheap-inside-bracelist-p): New function which detects "={".
16154
16155 * progmodes/cc-fonts.el
16156 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16157 backward search.
16158 (c-font-lock-declarations): Fix an occurrence of point being
16159 undefined. Check additionally for point being in a bracelist or
16160 near a macro invocation without a semicolon so as to avoid a
16161 fruitless time consuming search for a declarator. Give a more
16162 precise search limit for declarators using the new
16163 c-determine-limit.
16164
16165 2012-01-18 Glenn Morris <rgm@gnu.org>
16166
16167 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16168 (set-auto-mode): Doc fixes.
16169
16170 2012-01-17 Glenn Morris <rgm@gnu.org>
16171
16172 * isearch.el (search-nonincremental-instead): Fix doc typo.
16173
16174 * dired.el (dired-insert-directory): Handle newlines in directory name.
16175 (dired-build-subdir-alist): Unescape newlines in directory name.
16176
16177 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16178
16179 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16180 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16181 (tramp-action-terminal): Use it. (Bug#10530)
16182
16183 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16184
16185 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16186
16187 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16188
16189 * window.el (window-state-ignored-parameters): Remove variable.
16190 (window--state-get-1): Rename argument MARKERS to IGNORE.
16191 Handle persistent window parameters. Make copy of clone-of
16192 parameter only if requested. (Bug#10348)
16193 (window--state-put-2): Install a window parameter only if it has
16194 a non-nil value or an existing parameter shall be overwritten.
16195
16196 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16197
16198 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16199
16200 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16201
16202 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16203 don't pass the (nil) value of `upnode' to string-match.
16204
16205 2012-01-14 Chong Yidong <cyd@gnu.org>
16206
16207 * startup.el (command-line): Fix X resource class for cursorColor.
16208 Fix values recognized by the cursorBlink resource.
16209
16210 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16211
16212 * epg.el (epg--make-temp-file): Avoid permission race condition
16213 when running on old Emacs versions (bug#10403).
16214
16215 2012-01-14 Glenn Morris <rgm@gnu.org>
16216
16217 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16218
16219 2012-01-13 Alan Mackenzie <acm@muc.de>
16220
16221 Fix filling for when filladapt mode is enabled.
16222
16223 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16224 c-mask-paragraph, pass in `fill-paragraph' rather than
16225 `fill-region-as-paragraph'. (This is a reversion of a previous
16226 change.)
16227 * progmodes/cc-mode.el (c-basic-common-init):
16228 Make fill-paragraph-handle-comment buffer local and set it to nil.
16229
16230 2012-01-13 Glenn Morris <rgm@gnu.org>
16231
16232 * dired.el (dired-switches-escape-p): New function.
16233 (dired-insert-directory): Use dired-switches-escape-p.
16234 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16235
16236 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16237
16238 2012-01-12 Glenn Morris <rgm@gnu.org>
16239
16240 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16241 changes in adaptive-fill-regexp. (Bug#10276)
16242
16243 2012-01-11 Alan Mackenzie <acm@muc.de>
16244
16245 Fix Emacs bug #10463 - put `widen's around the critical spots.
16246
16247 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16248 widen around each invocation of c-state-pp-to-literal. Remove an
16249 unused let variable.
16250
16251 2012-01-11 Glenn Morris <rgm@gnu.org>
16252
16253 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16254 Doc fix.
16255
16256 2012-01-10 Chong Yidong <cyd@gnu.org>
16257
16258 * net/network-stream.el (network-stream-open-starttls):
16259 Avoid emitting a confusing error message when the server gives a bad
16260 response to the capability command.
16261
16262 2012-01-10 Glenn Morris <rgm@gnu.org>
16263
16264 * mail/unrmail.el (unrmail): Tweak previous change.
16265
16266 2012-01-09 Chong Yidong <cyd@gnu.org>
16267
16268 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16269
16270 2012-01-08 Alan Mackenzie <acm@muc.de>
16271
16272 Optimize font locking in long enum definitions.
16273
16274 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16275 arm to a cond form to handle enums.
16276 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16277 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16278
16279 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16280
16281 * files.el (move-file-to-trash): Preserve default file modes on error.
16282 (Bug#10401)
16283
16284 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16285
16286 * faces.el (set-face-attribute): Clarify the meaning of the nil
16287 frame (bug#10294).
16288
16289 * subr.el (with-selected-frame): Mention that the selected frame
16290 is restored (bug#9980).
16291
16292 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16293 (bug#9759).
16294
16295 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16296 (password-read): Don't autoload unused function.
16297
16298 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16299
16300 * progmodes/which-func.el (which-func-mode): Turn into a
16301 non-interactive function and mark as obsolete (bug#10428).
16302
16303 2012-01-06 Chong Yidong <cyd@gnu.org>
16304
16305 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16306 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16307 functions, along with 1 and -1.
16308
16309 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16310
16311 * time.el (display-time-load-average)
16312 (display-time-default-load-average): Doc fixes. See the thread
16313 starting at
16314 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16315 for the details.
16316
16317 2012-01-06 Glenn Morris <rgm@gnu.org>
16318
16319 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16320 has no messages. (Bug#10377)
16321
16322 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16323 than Info-edit. (Bug#10385)
16324
16325 * time.el (display-time-load-average, display-time-next-load-average):
16326 Doc fixes.
16327
16328 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16329 local setting of buffer-read-only to the input buffer. (Bug#10419)
16330
16331 * calendar/calendar.el (calendar-mode):
16332 Locally set scroll-margin to 0. (Bug#10379)
16333
16334 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16335
16336 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16337
16338 2012-01-05 Glenn Morris <rgm@gnu.org>
16339
16340 * eshell/em-unix.el (diff-no-select): Autoload it.
16341 (eshell/diff): Use diff-no-select. (Bug#10420)
16342
16343 2012-01-05 Chong Yidong <cyd@gnu.org>
16344
16345 * shell.el (shell-dynamic-complete-functions): Revert last change.
16346 (shell-command-completion-function): New function.
16347 (shell-completion-vars): Use it to implement
16348 shell-completion-execonly (Bug#10417).
16349
16350 * custom.el (enable-theme): Don't set custom-safe-themes.
16351
16352 * cus-theme.el (custom-theme-merge-theme):
16353 Ignore custom-enabled-themes and custom-safe-themes.
16354
16355 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16356
16357 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16358 first prompt in `sql-interacive-mode'.
16359 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16360 keywords.
16361 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16362 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16363 context of original buffer. Invoke `sql-login-hook'.
16364
16365 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16366
16367 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16368 letters in cite-prefix.
16369
16370 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16371
16372 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16373
16374 2012-01-03 Chong Yidong <cyd@gnu.org>
16375
16376 * shell.el (shell-dynamic-complete-functions):
16377 Put pcomplete-completions-at-point, so as to try
16378 comint-filename-completion first (Bug#10417).
16379
16380 2012-01-02 Richard Stallman <rms@gnu.org>
16381
16382 * battery.el (battery-status-function):
16383 Detect when to use battery-yeeloong-sysfs.
16384 (battery-echo-area-format): Add string for Yeeloong.
16385 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16386 (battery-yeeloong-sysfs): New function.
16387
16388 2012-01-02 Chong Yidong <cyd@gnu.org>
16389
16390 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16391 (dirtrack): Merge code for handling relative filenames in prompt
16392 from shell-dir-cookie-watcher.
16393 (dirtrack-debug-message): New arg to avoid excess format calls.
16394
16395 * shell.el (shell-dir-cookie-re): Variable deleted.
16396 (shell-dir-cookie-watcher): Function deleted.
16397 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16398 with dirtrack-mode.
16399
16400 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16401
16402 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16403 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16404 libgnutls-26.dll.
16405
16406 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16407
16408 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16409
16410 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16411
16412 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16413 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16414
16415 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16416
16417 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16418 also for alternative shells.
16419 (tramp-open-connection-setup-interactive-shell): Check, whether
16420 the shell is a busybox.
16421 (tramp-send-command): Don't suppress multiple prompts for
16422 busyboxes, it hurts.
16423
16424 2011-12-28 Chong Yidong <cyd@gnu.org>
16425
16426 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16427 (gdb-get-source-file): Move mode line update to
16428 gdb-get-source-file (Bug#10087).
16429
16430 2011-12-25 Chong Yidong <cyd@gnu.org>
16431
16432 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16433 gud-gdb-marker-filter without taking it as an argument.
16434 (gud-gdb-run-command-fetch-lines): Caller changed.
16435 (gud-gdb-completion-function): New variable.
16436 (gud-gdb-completion-at-point): Use it.
16437 (gud-gdb-completions-1): Split from gud-gdb-completions.
16438
16439 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16440 function as separate arguments.
16441 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16442 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16443 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16444 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16445 (gdb-stopped, def-gdb-auto-update-trigger)
16446 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16447 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16448 Callers changed.
16449 (gud-gdbmi-completions): New function.
16450 (gdb): Use it for generating the completion table.
16451
16452 2011-12-24 Alan Mackenzie <acm@muc.de>
16453
16454 Introduce a mechanism to widen the region used in context font
16455 locking. Use this to protect declarations from losing their contexts.
16456
16457 * progmodes/cc-langs.el (c-before-font-lock-functions):
16458 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16459 (c-before-context-fontification-functions): New defvar, a list of
16460 functions to be run just before context (etc.) font locking.
16461
16462 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16463 New, functionality extracted from
16464 c-neutralize-syntax-in-and-mark-CPP.
16465 (c-in-after-change-fontification): New variable.
16466 (c-after-change): Set c-in-after-change-fontification.
16467 (c-set-fl-decl-start): Rejig its interface, so it can be called
16468 from both after-change and context fontifying.
16469 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16470 New functions.
16471 (c-standard-font-lock-fontify-region-function): New variable.
16472 (c-font-lock-fontify-region): New function.
16473
16474 2011-12-24 Juri Linkov <juri@jurta.org>
16475
16476 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16477 (Bug#10348)
16478
16479 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16480
16481 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16482 existence of source file. (Bug#10325)
16483
16484 2011-12-23 Alan Mackenzie <acm@muc.de>
16485
16486 Fix unstable fontification inside templates.
16487
16488 * progmodes/cc-langs.el (c-before-font-lock-functions):
16489 Newly created from the singular version. The (c c++ objc) entry now
16490 additionally has c-set-fl-decl-start. The other languages (apart
16491 from AWK) have that as a single entry.
16492
16493 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16494 The functionality for "local" declarations has been extracted to
16495 c-set-fl-decl-start.
16496
16497 * progmodes/cc-mode.el (c-common-init, c-after-change):
16498 Changes due to pluralisation of c-before-font-lock-functions.
16499 (c-set-fl-decl-start): New function, extracted from
16500 c-font-lock-enclosing-decls and enhanced.
16501
16502 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16503
16504 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16505
16506 2011-12-22 Juri Linkov <juri@jurta.org>
16507
16508 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16509
16510 2011-12-22 Chong Yidong <cyd@gnu.org>
16511
16512 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16513
16514 2011-12-21 Drew Adams <drew.adams@oracle.com>
16515
16516 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16517
16518 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16519
16520 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16521
16522 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16523
16524 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16525 highlighting and support. Fix up comments for capitalization.
16526 (cfengine-mode-debug): New var.
16527 (cfengine3-mode): Change the modeline indicator to "CFE3".
16528 (cfengine3-font-lock-keywords): Improve defun highlighting.
16529 (cfengine2-actions): Rename from `cfengine-actions'.
16530 (cfengine2-font-lock-keywords): Rename from
16531 `cfengine-font-lock-keywords'.
16532 (cfengine2-imenu-expression): Rename from
16533 `cfengine-imenu-expression'.
16534 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16535 (cfengine2-beginning-of-defun): Rename from
16536 `cfengine-beginning-of-defun'.
16537 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16538 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16539 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16540 modeline indicator to "CFE2".
16541 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16542 (cfengine-mode-abbrevs): Mark obsolete.
16543
16544 2011-12-21 Chong Yidong <cyd@gnu.org>
16545
16546 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16547 filename argument.
16548
16549 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16550
16551 * window.el (window-normalize-buffer-to-display): Remove.
16552 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16553
16554 2011-12-19 Chong Yidong <cyd@gnu.org>
16555
16556 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16557 Don't signal an error in a predicate function; return non-nil.
16558 (vc-dir-mark-file): Move the error here.
16559 (vc-dir-mark-unmark): If acting on the region, keep going if one
16560 of the entries cannot be marked/unmarked.
16561 (vc-dir-mark-all-files): If current entry is a directory, mark
16562 only child files, as documented.
16563
16564 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16565
16566 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16567 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16568 addition.
16569
16570 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16571
16572 * term/ns-win.el (ns-get-selection-internal)
16573 (ns-store-selection-internal): Declare.
16574 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16575 Declare as obsolete.
16576 (ns-get-pasteboard, ns-paste-secondary):
16577 Use ns-get-selection-internal.
16578 (ns-set-pasteboard, ns-copy-including-secondary):
16579 Use ns-store-selection-internal.
16580
16581 2011-12-17 Chong Yidong <cyd@gnu.org>
16582
16583 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16584 (vc-deduce-fileset): Doc fix.
16585
16586 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16587
16588 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16589
16590 2011-12-13 Sam Steingold <sds@gnu.org>
16591
16592 * man.el (Man-getpage-in-background): When running under a
16593 window-system, ignore $MANWIDTH and $COLUMNS.
16594
16595 2011-12-15 Kenichi Handa <handa@m17n.org>
16596
16597 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16598 (setup-ethiopic-environment-internal): Comment out key-binding for
16599 ethio-toggle-punctuation.
16600
16601 2011-12-13 Alan Mackenzie <acm@muc.de>
16602
16603 Add the switch statement to AWK Mode.
16604
16605 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16606 "default" to the keywords regexp.
16607
16608 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16609 expression as the rest.
16610 (c-nonlabel-token-key): Allow string literals for AWK.
16611 Refactor for the other modes.
16612
16613 Large brace-block initialisation makes CC Mode slow: Fix.
16614 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16615 routines. Limit backward searching in c-font-lock-enclosing.decl.
16616
16617 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16618 pp-state and literal type in addition to the limits.
16619 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16620 (c-state-literal-at): Use the above new defun.
16621 (c-slow-in-literal, c-fast-in-literal): Remove.
16622 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16623
16624 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16625 being in a literal. Add a limit for backward searching.
16626
16627 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16628 c-slow-in-literal.
16629
16630 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16631
16632 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16633
16634 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16635
16636 * window.el (delete-other-windows): Use correct frame in call to
16637 window-with-parameter.
16638
16639 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16640
16641 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16642 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16643 (makefile-gmake-statements, makefile-makepp-statements):
16644 Use it and add new makepp keywords.
16645 (makefile-makepp-font-lock-keywords): Add new patterns.
16646 (makefile-match-function-end): Match new [...] and [[...]].
16647
16648 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16649
16650 * ses.el (ses-call-printer-return, ses-cell-property-get)
16651 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16652 (ses-create-cell-variable, ses-reset-header-string)
16653 (ses-cell-set-formula, ses-repair-cell-reference-all)
16654 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16655 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16656 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16657 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16658 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16659 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16660 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16661 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16662 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16663 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16664 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16665 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16666
16667 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16668
16669 * ses.el: The overall change is to add cell renaming, that is
16670 setting fancy names for cell symbols other than name matching
16671 "\\`[A-Z]+[0-9]+\\'" regexp .
16672 (ses-create-cell-variable): New defun.
16673 (ses-relocate-formula): Relocate formulas only for cells the
16674 symbols of which are not renamed, i.e. symbols whose names do not
16675 match regexp "\\`[A-Z]+[0-9]+\\'".
16676 (ses-relocate-all): Relocate values only for cells the symbols of
16677 which are not renamed.
16678 (ses-load): Create cells variables as the (ses-cell ...) are read,
16679 in order to check row col consistency with cell symbol name only
16680 for cells that are not renamed.
16681 (ses-replace-name-in-formula): New defun.
16682 (ses-rename-cell): New defun.
16683
16684 2011-12-11 Chong Yidong <cyd@gnu.org>
16685
16686 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16687 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16688
16689 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16690
16691 * window.el (other-window): Fix docstring.
16692
16693 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16694
16695 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16696 `from' or `to' address before taking its substring.
16697 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16698 encoded name is chopped in the middle of the encoded string, and
16699 thus displayed encoded.
16700
16701 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16702
16703 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16704
16705 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16706
16707 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16708 to use texinfo-update-node and commands that call it if the
16709 Texinfo file uses @node lines without next/prev/up pointers.
16710 Correct outdated description about texinfo-master-menu.
16711 (texinfo-all-menus-update, texinfo-master-menu)
16712 (texinfo-update-node, texinfo-every-node-update)
16713 (texinfo-multiple-files-update): Doc fix. Warn against updating
16714 all the @node lines.
16715 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16716 argument is numeric. Explain better in the doc string what the
16717 function really does.
16718 (texinfo-insert-master-menu-list): Improve the error message
16719 displayed if there's no menu in the Top node.
16720 (Bug#2975) See also this thread:
16721 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16722
16723 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16724
16725 * speedbar.el (speedbar-supported-extension-expressions):
16726 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16727
16728 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16729
16730 * printing.el (pr-mode-alist):
16731 * simple.el (filter-buffer-substring-functions)
16732 (completion-list-insert-choice-function):
16733 * window.el (window-with-parameter, window-atom-root)
16734 (window-sides-slots, window-size-fixed, window-min-delta)
16735 (window-max-delta, window--resize-mini-window)
16736 (window--resize-child-windows-normal, window-tree)
16737 (delete-other-windows, quit-window, split-window)
16738 (display-buffer-record-window, special-display-buffer-names)
16739 (special-display-regexps, special-display-popup-frame)
16740 (same-window-p, split-window-sensibly)
16741 (display-buffer-overriding-action, display-buffer-alist)
16742 (display-buffer-base-action, display-buffer, switch-to-buffer)
16743 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16744 (fit-window-to-buffer, recenter-positions)
16745 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16746 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16747 and remove unneeded backslashes in docstrings.
16748
16749 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16750
16751 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16752
16753 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16754 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16755 end in ".mk".
16756 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16757 when reading the makefile (bug#10116).
16758
16759 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16760
16761 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16762 (bug#10116).
16763
16764 2011-12-06 Glenn Morris <rgm@gnu.org>
16765
16766 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16767
16768 2011-12-06 Chong Yidong <cyd@gnu.org>
16769
16770 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16771
16772 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16773
16774 * textmodes/table.el (table-shorten-cell): Fix typo.
16775
16776 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16777
16778 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16779
16780 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16781
16782 * descr-text.el (describe-char): Fix display of strong
16783 right-to-left characters and directional embeddings and overrides.
16784
16785 * simple.el (what-cursor-position): Fix display of codepoints of
16786 strong right-to-left characters.
16787
16788 2011-12-05 Chong Yidong <cyd@gnu.org>
16789
16790 * faces.el (read-color): Doc fix.
16791
16792 2011-12-05 Glenn Morris <rgm@gnu.org>
16793
16794 * align.el (align--set-marker): Add doc-string.
16795 Don't try to move something that is not a marker. (Bug#10216)
16796
16797 2011-12-04 Glenn Morris <rgm@gnu.org>
16798
16799 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16800 overly zealous deletion of trailing whitespace.
16801
16802 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16803
16804 * server.el (server-delete-client): On Windows, do not try to delete
16805 the only terminal.
16806 (server-process-filter): On Windows, treat requests for a tty frame as
16807 if they were for a GUI frame if the running server is in GUI mode.
16808
16809 2011-12-03 Glenn Morris <rgm@gnu.org>
16810
16811 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16812
16813 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16814
16815 * electric.el: Streamline electric-indent's hook.
16816 (electric-indent-chars): Revert to simple list.
16817 (electric-indent-functions): New var.
16818 (electric-indent-post-self-insert-function): Use it.
16819
16820 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16821 there's no inferior buffer (bug#10196).
16822 (prolog-consult-compile): Don't use toggle-read-only.
16823
16824 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16825
16826 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16827 interrupt. (Bug#10187)
16828
16829 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16830
16831 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16832 (bug#9160).
16833
16834 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16835 (bug#10191).
16836
16837 2011-12-02 Juri Linkov <juri@jurta.org>
16838
16839 * info.el (Info-search): Display "end of manual" when Isearch
16840 reaches the end of single-file Info manual. (Bug#9918)
16841
16842 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16843
16844 * isearch.el (isearch-message-prefix): Run the input method part
16845 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16846
16847 2011-12-02 Juri Linkov <juri@jurta.org>
16848
16849 * isearch.el (isearch-occur): Use `word-search-regexp' for
16850 `isearch-word'.
16851 (isearch-search-and-update): Add condition for `isearch-word' and
16852 call `word-search-regexp'. (Bug#10145)
16853
16854 2011-12-01 Glenn Morris <rgm@gnu.org>
16855
16856 * eshell/em-hist.el (eshell-hist-initialize):
16857 Handle eshell-history-size nil and HISTSIZE set or unset.
16858 (eshell-history-file-name, eshell-history-size): Fix custom type.
16859
16860 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16861
16862 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16863
16864 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16865
16866 * progmodes/verilog-mode.el (verilog-pretty-expr):
16867 Rework verilog-pretty-expr to handle new assignment operators in system
16868 verilog, such as += *= and the like.
16869 (verilog-assignment-operator-re): Regular expression to find the
16870 assigment operator in a verilog assignment.
16871 (verilog-assignment-operation-re): Regular expression to find an
16872 assignment statement for pretty-expr.
16873 (verilog-in-attribute-p): Query returns true if point is in an
16874 attribute context; used to skip these for expression line up from
16875 pretty-expr.
16876 (verilog-in-parameter-p): Query returns true if point is in an
16877 parameter definition context; used to skip these for expression
16878 line up from pretty-expr.
16879 (verilog-in-parenthesis-p): Query returns true if point is in a
16880 parenthetical expression, specifically ( ) but not [ ] or { };
16881 used by pretty-expr.
16882 (verilog-just-one-space): If there is no space, don't add one.
16883 (verilog-get-lineup-indent-2): Specifically skip just attribute
16884 contexts for expression lineup, rather than skipping all
16885 parenthetical expressions.
16886 (verilog-calculate-indent): Fix comment, and fix indent.
16887 (verilog-do-indent): Indent declarations in lists (suggested by
16888 Joachim Lechner).
16889 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16890 skeleton items.
16891 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16892 by Alain Mellan).
16893
16894 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16895
16896 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16897 parameters with embedded comments. Reported by Ray Stevens.
16898 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16899 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16900 Reported by Tim Holt.
16901 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16902 instantiated by upper module causing wrong expansion until AUTOed a
16903 second time. Reported by K C Buckenmaier.
16904 (verilog-diff-auto): Fix showing .* as a difference when
16905 `verilog-auto-star-save' off. Reported by Dan Dever.
16906 (verilog-auto-reset, verilog-read-always-signals)
16907 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16908 temporary signals in reset list if
16909 verilog-auto-reset-blocking-in-non is nil, and match assignment
16910 style to each signal's assignment type, bug381.
16911 Reported by Thomas Esposito.
16912 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16913 (verilog-uvm-statement-re): Support UVM indentation and
16914 highlighting, with old OVM keywords only.
16915 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16916 Support AUTOTIEOFF creating non-wire data types.
16917 Suggested by Jonathan Greenlaw.
16918 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16919 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16920 (verilog-inject-sense, verilog-read-inst-pins)
16921 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16922 Fix mismatching parenthesis inside commented out code when deleting
16923 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16924 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16925 non-numeric vector width. Reported by Alex Reed.
16926 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16927 detecting signals with parameter widths. Reported by Alex Reed.
16928 (verilog-auto-delete-trailing-whitespace):
16929 With `verilog-auto-delete-trailing-whitespace' remove trailing
16930 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16931 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16932 Fix verilog-scan-cache corruption when running user AUTO expansion
16933 hooks that call indentation routines.
16934 (verilog-simplify-range-expression): Fix typo ignoring lower case
16935 identifiers.
16936 (verilog-delete-auto): Fix delete-autos to also remove user created
16937 automatics, as long as they start with AUTO.
16938 (verilog-batch-diff-auto, verilog-diff-auto)
16939 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16940 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16941 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16942 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16943 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16944 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16945 is disabled and its cache will get corrupt, causing AUTOS not to
16946 expand. Instead use only -quick functions.
16947 (verilog-scan-region): Fix scanning over escaped quotes.
16948 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16949 (verilog-re-search-backward-quick)
16950 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16951 related functions now ignore strings, to fix misparsing of strings
16952 with magic comments embedded in them.
16953 (verilog-read-auto-template):
16954 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16955 Reported by Brad Dobbie.
16956 (verilog-read-auto-template):
16957 Fix 'verilog-auto-inst-template-numbers' with comments.
16958 Reported by Brad Dobbie.
16959 (verilog-auto-inst, verilog-auto-inst-param)
16960 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16961 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16962 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16963 debugging templates without merge conflicts, bug357.
16964 Reported by Brad Dobbie.
16965 (verilog-read-auto-template):
16966 Fix verilog-auto-inst-template-numbers with multiple templates.
16967 Reported by Brad Dobbie.
16968 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16969 abbrevs so user won't be asked to save.
16970 (verilog-read-auto-lisp-present): Fix to start at beginning of
16971 buffer in case called outside of verilog-auto.
16972 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16973 to "X-2". Reported by Matthew Myers.
16974 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16975 all inputs from module templates. Reported by Leith Johnson.
16976 (verilog-module-inside-filename-p): Fix locating programs as with
16977 modules.
16978 (verilog-auto-inst-port): Fix vl-width expressions when using
16979 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
16980 (verilog-decls-get-regs, verilog-decls-get-signals,
16981 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16982 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16983 verilog-read-decls): Combine reg and wire structures into one var
16984 structure to represent SystemVerilog concepts.
16985 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16986 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16987 (verilog-auto-wire-type, verilog-insert-definition):
16988 Add verilog-auto-wire-type and AUTOLOGIC to support using
16989 SystemVerilog "logic" keyword instead of "wire"/"reg".
16990 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16991 to declares outputs that also have assignments (presumably in an
16992 ifdef or generate if so there's not a driver conflict).
16993 Reported by Matthew Myers.
16994 (verilog-auto-declare-nettype, verilog-insert-definition):
16995 Add verilog-auto-declare-nettype to fix declarations using
16996 `default_nettype none. Reported by Julian Gorfajn.
16997 (verilog-read-always-signals-recurse, verilog-read-decls)
16998 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16999 malformed end statement, bug325. Reported by Joshua Wise and
17000 Andrew Drake.
17001 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17002 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17003 when expanding .* in interfaces, bug320.
17004 Reported by Pierre-David Pfister.
17005 (verilog-read-module-name): Fix import statements between module
17006 name and open parenthesis, bug317.
17007 Reported by Pierre-David Pfister.
17008 (verilog-simplify-range-expression): Fix simplification of
17009 multiplications inside AUTOWIRE connections, bug303.
17010 (verilog-auto-inst-port): Support parameter expansion in
17011 multidimensional arrays.
17012 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17013 after "assert property". Reported by Julian Gorfajn.
17014 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17015 with multiplication, bug303.
17016 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17017 Reported by Jan Frode Lonnum.
17018
17019 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17020
17021 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17022 (hfy-shell-file-name, hfy-shell):
17023 * international/fontset.el (x-decompose-font-name): Fix typos.
17024
17025 2011-11-29 Ken Brown <kbrown@cornell.edu>
17026
17027 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17028 (gdb-version): Remove defvar.
17029 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17030 (gdb-gud-context-command, gdb-non-stop-handler)
17031 (gdb-current-context-command, gdb-stopped): Use it.
17032 (gdb-init-1): Enable pretty printing here.
17033 (gdb-non-stop-handler): Don't enable pretty-printing here.
17034 Check to see if the target supports non-stop mode; if not, turn off
17035 non-stop mode. Use the following.
17036 (gdb-check-target-async): New defun.
17037 (gud-watch, gdb-stopped): Fix whitespace.
17038 (gdb-get-source-file): Don't try to display the source file if
17039 `gdb-main-file' is nil.
17040
17041 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17042
17043 * align.el: Try to generate fewer markers (bug#10047).
17044 (align--set-marker): New macro.
17045 (align-region): Use it.
17046
17047 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17048
17049 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17050
17051 2011-11-29 Chong Yidong <cyd@gnu.org>
17052
17053 * indent.el (indent-for-tab-command, indent-according-to-mode):
17054 Doc fix.
17055 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17056
17057 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17058
17059 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17060 aware of remote file names. (Bug#10124)
17061
17062 2011-11-29 Chong Yidong <cyd@gnu.org>
17063
17064 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17065
17066 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17067
17068 * files.el (find-file): Don't use force-same-window (bug#10144).
17069 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17070 use pop-to-buffer if the selected window can't be used.
17071 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17072
17073 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17074
17075 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17076 special-mode-map.
17077
17078 2011-11-28 Chong Yidong <cyd@gnu.org>
17079
17080 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17081
17082 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17083
17084 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17085 gdb-get-source-file-list on gdb-create-source-file-list.
17086
17087 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17088
17089 * whitespace.el (whitespace-newline): Use a different foreground
17090 color for 16-color light-background displays.
17091
17092 2011-11-24 Chong Yidong <cyd@gnu.org>
17093
17094 * window.el (display-buffer--special-action): Doc fix.
17095
17096 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17097
17098 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17099 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17100 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17101 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17102 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17103 (avl-tree-stack-first):
17104 * emacs-lisp/cconv.el (cconv--analyse-use):
17105 * net/gnutls.el (gnutls-negotiate): Fix typos.
17106
17107 2011-11-24 Glenn Morris <rgm@gnu.org>
17108
17109 * lpr.el (lpr-windows-system, lpr-lp-system):
17110 * mail/binhex.el (binhex-begin-line):
17111 * progmodes/grep.el (grep-history, grep-find-history):
17112 * textmodes/flyspell.el:
17113 * vc/pcvs-defs.el (cvs-global-menu):
17114 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17115 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17116 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17117
17118 * net/tls.el: Fix case of "GnuTLS".
17119
17120 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17121
17122 * version.el (emacs-build-system): Give it a doc-string.
17123
17124 2011-11-24 Juri Linkov <juri@jurta.org>
17125
17126 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17127
17128 2011-11-24 Glenn Morris <rgm@gnu.org>
17129
17130 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17131 if called on a non-mime message just toggle the headers. (Bug#8006)
17132
17133 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17134
17135 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17136 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17137 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17138 (allout-rebullet-heading, allout-open-sibtopic)
17139 (allout-toggle-current-subtree-encryption)
17140 (allout-toggle-subtree-encryption, allout-encrypt-string)
17141 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17142 (allout-distinctive-bullets-string, allout-auto-activation):
17143 * window.el (window-normalize-buffer-to-display):
17144 * progmodes/verilog-mode.el (verilog-batch-indent):
17145 * textmodes/bibtex.el (bibtex-field-braces-opt)
17146 (bibtex-field-strings-opt):
17147 * vc/cvs-status.el (cvs-tree-merge):
17148 Fix typos.
17149
17150 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17151
17152 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17153 `non-essential' to t, in order to avoid remote connections.
17154
17155 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17156
17157 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17158 On MS-DOS and MS-Windows, compare with loaddefs.el
17159 case-insensitively.
17160
17161 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17162
17163 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17164
17165 2011-11-23 Glenn Morris <rgm@gnu.org>
17166
17167 * paths.el (rmail-file-name): Reformat the doc-string so that it
17168 is picked up.
17169
17170 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17171 (rmail-auto-file): Ignore case in the "special" field names,
17172 as mail-fetch-field does for all others.
17173
17174 * mail/rmail.el (rmail-forward):
17175 * mail/rmailkwd.el (rmail-set-label):
17176 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17177 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17178
17179 * mail/rmail.el (rmail-current-message): Doc fix.
17180
17181 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17182
17183 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17184
17185 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17186
17187 2011-11-22 Glenn Morris <rgm@gnu.org>
17188
17189 * mail/rmailmm.el (test-rmail-mime-handler)
17190 (test-rmail-mime-bulk-handler)
17191 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17192
17193 2011-11-21 Juri Linkov <juri@jurta.org>
17194
17195 * calc/calc.el (calc-read-key-sequence):
17196 Let-bind `input-method-function' to nil. (Bug#10018)
17197
17198 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17199
17200 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17201 Tell the caller that the next line needs recomputation, even
17202 though it doesn't start a sexp (bug#10094).
17203
17204 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17205
17206 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17207
17208 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17209
17210 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17211 Use force-same-window.
17212
17213 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17214
17215 * descr-text.el (describe-char-unicode-data):
17216 * json.el (json-string-escape):
17217 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17218 (Footnote-unicode, Footnote-style-p):
17219 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17220
17221 2011-11-20 Chong Yidong <cyd@gnu.org>
17222
17223 * window.el (replace-buffer-in-windows): Restore interactive spec.
17224
17225 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17226
17227 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17228
17229 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17230 (byte-compile-global-not-obsolete-vars): New var.
17231 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17232 Use it.
17233 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17234
17235 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17236
17237 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17238 * progmodes/pascal.el (electric-pascal-equal):
17239 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17240 * xml.el (xml-substitute-special): Fix typos.
17241
17242 2011-11-20 Glenn Morris <rgm@gnu.org>
17243
17244 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17245 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17246 Doc fixes.
17247 (rmail-decode-mime-charset): Mark as obsolete.
17248
17249 * mail/rmailsum.el (rmail-message-regexp-p-1):
17250 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17251 Before using mime functions, check they are set. (Bug#10077)
17252
17253 2011-11-19 Juri Linkov <juri@jurta.org>
17254
17255 * info.el (Info-finder-find-node): Use `package--builtins' instead
17256 of `package-alist'. Use node names formed by the pattern "Keyword "
17257 and the keyword name.
17258
17259 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17260
17261 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17262
17263 2011-11-19 Juri Linkov <juri@jurta.org>
17264
17265 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17266 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17267 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17268 `old-history', `old-history-forward'. Add let-binding
17269 `window-selected'. Remove calls to `kill-buffer',
17270 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17271 before calling `Info-find-node', so `Info-find-node-2' will reread
17272 the Info file. Restore window positions only when `window-selected'
17273 is non-nil.
17274
17275 2011-11-19 Juri Linkov <juri@jurta.org>
17276
17277 * isearch.el (isearch-lazy-highlight-new-loop):
17278 Remove condition `(not isearch-error)'. (Bug#9918)
17279
17280 * misearch.el (multi-isearch-search-fun): Add condition
17281 `(not bound)' to ignore lazy-highlighting search.
17282 Add the search-failed message "end of multi" when the end of
17283 multi-sequence is reached. Uncapitalize the search-failed
17284 message "Repeat for next buffer".
17285
17286 * info.el (Info-search): Add the search-failed message
17287 "end of the manual" when the end of the manual is reached
17288 in Isearch mode.
17289
17290 2011-11-19 Juri Linkov <juri@jurta.org>
17291
17292 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17293 Use non-destructive `remove' instead of `delete' because
17294 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17295 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17296
17297 2011-11-19 Juri Linkov <juri@jurta.org>
17298
17299 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17300 to nil instead of binding `search-ring' and `regexp-search-ring'.
17301 (Bug#9185)
17302
17303 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17304
17305 * simple.el (line-move): Force movement by logical lines for any
17306 hscrolled window, not only when auto-hscroll-mode is on.
17307 (line-move-visual): Update doc string to that effect. (Bug#10076)
17308
17309 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17310
17311 * language/european.el (macintosh): Define as alias for mac-roman.
17312
17313 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17314
17315 * mail/rmailmm.el (rmail-mime-display-header)
17316 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17317 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17318 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17319 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17320 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17321 of a raw aref.
17322 (rmail-mime-entity-segment): To get past the tagline, move forward
17323 2 more lines, to account for the 2 empty lines that precede and
17324 follow the line with the buttons.
17325 (rmail-mime-update-tagline): Move one more line, to get past the
17326 empty line that follows the buttons in the tagline. (Bug#9520)
17327
17328 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17329
17330 * window.el (window-max-delta-1, window-min-delta-1)
17331 (window-min-size-1, window-state-get-1, window-state-put-1)
17332 (window-state-put-2): Use "window--" prefix.
17333
17334 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17337 (smie-warning-count): New var.
17338 (smie-set-prec2tab): Use it.
17339 (smie-bnf->prec2): Improve warnings. Add docstring.
17340 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17341 (smie-bnf--set-class): New function.
17342 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17343 corner case.
17344
17345 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17346 (compilation-error-properties, compilation-move-to-column):
17347 Handle compilation-first-column while in the target buffer.
17348
17349 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17350 Don't hardcode point-min==1.
17351
17352 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17353 (eshell-rewrite-for-command): Remove workaround.
17354 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17355 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17356 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17357
17358 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17359
17360 2011-11-17 Glenn Morris <rgm@gnu.org>
17361
17362 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17363 Ignore buffer-local generated-autoload-file if it is the same
17364 as the global value. (Bug#10049)
17365
17366 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17367
17368 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17369 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17370 (reftex-toc-previous-heading, reftex-toc-max-level)
17371 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17372 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17373 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17374 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17375 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17376 (reftex-toc-rename-label, reftex-toc-visit-location)
17377 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17378 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17379 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17380 leaving "*toc*" only for references to the buffer.
17381
17382 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17383
17384 * window.el (window-resize, delete-window, split-window):
17385 Replace window-splits by window-combination-resize.
17386 * cus-start.el (window-splits): Replace by window-combination-resize.
17387
17388 2011-11-17 Glenn Morris <rgm@gnu.org>
17389
17390 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17391 Make bash entry derive from sh entry, not shell entry.
17392
17393 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17394
17395 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17396 local file name.
17397
17398 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17399
17400 * menu-bar.el (menu-bar-file-menu):
17401 * printing.el (pr-ps-utility):
17402 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17403 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17404 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17405 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17406 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17407 (icalendar--convert-cyclic-to-ical)
17408 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17409 (icalendar--convert-ical-to-diary)
17410 (icalendar--convert-recurring-to-diary)
17411 (icalendar--convert-non-recurring-all-day-to-diary)
17412 (icalendar-import-format-sample):
17413 * progmodes/idlw-shell.el (idlwave-shell-mode):
17414 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17415 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17416 (vhdl-ps-print-init): Fix typos.
17417
17418 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17419
17420 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17421 FSF and collapse date sequence, obscure author/maintainer email address
17422 better, remove extra version line, track relocation of author's webpage.
17423
17424 * progmodes/python.el (python-pdbtrack-input-prompt)
17425 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17426 regular python pdb prompts. Adjustments shamelessly taken exactly as
17427 suggested in EmacsWiki page (tiny change):
17428 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17429
17430 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17431
17432 * expand.el (expand-pos, expand-index, expand-point):
17433 Remove redundant info from docstring.
17434 (expand-add-abbrevs): Doc fix.
17435 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17436 (expand-sample-perl-mode-expand-list): Fix typos.
17437
17438 * net/dbus.el (dbus-event-member-name):
17439 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17440 * term/pc-win.el (msdos-create-frame-with-faces):
17441 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17442
17443 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17444
17445 * window.el (split-window, window-state-get-1)
17446 (window-state-put-1, window-state-put-2): Rename occurrences of
17447 window-nest to window-combination-limit.
17448 * cus-start.el (window-nest): Rename to window-combination-limit.
17449
17450 2011-11-16 Chong Yidong <cyd@gnu.org>
17451
17452 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17453 regexp (Bug#10033).
17454
17455 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17456
17457 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17458 `completing-read' will remove *Completions* and will preserve
17459 current-buffer for us.
17460 (tmm-add-prompt): Users of *Completions* will always (re)set its
17461 major mode.
17462 (tmm-old-comp-map): Remove.
17463
17464 2011-11-16 Glenn Morris <rgm@gnu.org>
17465
17466 * mail/rmailedit.el: Require rmailmm when compiling.
17467 (rmail-old-mime-state): New declaration.
17468 (rmail-edit-current-message): If editing a mime message,
17469 edit the "raw" message from the mbox buffer.
17470 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17471
17472 2011-11-15 Glenn Morris <rgm@gnu.org>
17473
17474 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17475 which wasn't being used. Add optional arg to force given state.
17476 (rmail-mime): Add optional arg to force given state.
17477
17478 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17479
17480 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17481 * frame.el (display-mm-dimensions-alist):
17482 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17483 (outline-move-subtree-down):
17484 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17485 (newsticker--treeview-do-get-node):
17486 * net/quickurl.el (quickurl-list-buffer-name):
17487 * progmodes/dcl-mode.el (dcl-mode):
17488 * progmodes/gdb-mi.el (gdb-mapcar*):
17489 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17490
17491 2011-11-15 Glenn Morris <rgm@gnu.org>
17492
17493 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17494 in a boolean sense, so just make it a boolean, and fix the doc.
17495 (rmail-show-mime-function, rmail-mime-feature)
17496 (rmail-require-mime-maybe): Doc fixes.
17497 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17498
17499 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17500
17501 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17502
17503 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17504 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17505 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17506 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17507
17508 2011-11-15 Glenn Morris <rgm@gnu.org>
17509
17510 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17511 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17512 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17513 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17514 (rmail-mime, rmail-show-mime): Doc fixes.
17515
17516 * term/ns-win.el (mode-line-frame-identification):
17517 Leave it alone. (Bug#10051)
17518
17519 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17520
17521 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17522 Handle empty buffers. (Bug#9978)
17523
17524 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17525
17526 * international/mule.el (define-charset):
17527 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17528 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17529 * progmodes/verilog-mode.el (verilog-backward-token):
17530 * textmodes/ispell.el (lookup-words):
17531 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17532
17533 2011-11-14 Glenn Morris <rgm@gnu.org>
17534
17535 * progmodes/executable.el
17536 (executable-make-buffer-file-executable-if-script-p):
17537 Handle file-modes returning nil.
17538
17539 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17540 message - not necessary, and causes problems. (Bug#9831)
17541
17542 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17543
17544 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17545
17546 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17547 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17548 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17549
17550 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17551
17552 * window.el (window-resize, delete-window): Use window-splits
17553 variable instead of function.
17554 (window-state-get-1, window-state-put-2, window-state-put):
17555 Don't deal with windows' splits status.
17556
17557 2011-11-12 Glenn Morris <rgm@gnu.org>
17558
17559 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17560 (apropos-documentation): Doc fixes.
17561
17562 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17563
17564 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17565 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17566
17567 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17568
17569 * electric.el (electric-indent-post-self-insert-function): Make it
17570 possible for a char to only indent in some circumstances.
17571 (electric-indent-mode): Simplify.
17572
17573 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17574
17575 * window.el (windows-with-parameter): Remove unused function.
17576 (windows-at-side): Rename to window-at-side-list.
17577 (window-check, window-atom-check, window-atom-check-1)
17578 (window-side-check, window-size-ignore, window-size-fixed-1)
17579 (window-in-direction-2): Prefix with "window--".
17580 (window-tree-1): Rename to window--subtree, fix doc-string.
17581
17582 2011-11-11 Glenn Morris <rgm@gnu.org>
17583
17584 * subr.el (eval-after-load): If FILE is already loaded,
17585 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17586
17587 2011-11-10 Glenn Morris <rgm@gnu.org>
17588
17589 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17590 Call svn via vc-svn-command rather than vc-do-command.
17591 (vc-svn-command): Add --non-interactive. (Bug#9993)
17592 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17593
17594 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17595 Add toggle-read-only. (Bug#7292)
17596 * files.el (toggle-read-only): Mention that it should only
17597 be used interactively. (Bug#10006)
17598
17599 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17600
17601 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17602 Adjust regexp for OCaml warnings.
17603
17604 * electric.el (electric-pair-post-self-insert-function): Let user
17605 turn it off buffer-locally (bug#9932).
17606
17607 * progmodes/python.el (python-beginning-of-statement):
17608 Rewrite (bug#2703).
17609
17610 * progmodes/compile.el: Better handle TABs (bug#9749).
17611 (compilation-internal-error-properties)
17612 (compilation-next-error-function): Obey the target buffer's
17613 compilation-error-screen-columns.
17614
17615 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17616
17617 * progmodes/meta-mode.el: Remove obsolete comments.
17618 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17619 Fix typos in docstrings.
17620
17621 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17622
17623 * window.el (window-size-fixed-p): Rewrite doc-string.
17624 (window-resizable-p): Rename to window--resizable-p. Update callers.
17625 (window--resizable): New function. Make all callers of
17626 window-resizable call window--resizable instead.
17627 (window-resizable): Rewrite in terms of window--resizable.
17628
17629 2011-11-08 Glenn Morris <rgm@gnu.org>
17630
17631 * progmodes/delphi.el (delphi-mode-syntax-table):
17632 Let define-derived-mode define a proper syntax table. (Bug#9994)
17633
17634 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17635
17636 * window.el: Stay away from defsubst.
17637 (window-list-no-nils): Remove.
17638 (window-state-get-1, window-state-get): Use backquote instead.
17639
17640 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17641
17642 * emacs-lisp/find-func.el (find-function-read):
17643 Fix incorrect use of default argument in `completing-read'.
17644
17645 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17646
17647 * window.el (display-buffer-function, special-display-function):
17648 Mention display-buffer-record-window but do not mention
17649 help-setup parameter in doc-strings.
17650 (window-min-delta): Fix doc-string typo.
17651
17652 2011-11-08 Chong Yidong <cyd@gnu.org>
17653
17654 * window.el (window-total-height, window-total-width): Doc fix.
17655 (window-body-size): Move from C.
17656 (window-body-height, window-body-width): Move to C.
17657
17658 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17659
17660 * window.el: Make special-display like display-buffer-alist (bug#9532).
17661 (display-buffer--special-action): New function, morphed
17662 from display-buffer--special.
17663 (display-buffer): Use it to handle special-display-buffers at higher
17664 priority (just after display-buffer-alist).
17665 (display-buffer-fallback-action, display-buffer--other-frame-action)
17666 (pop-to-buffer-same-window): Remove display-buffer--special.
17667
17668 2011-11-07 Glenn Morris <rgm@gnu.org>
17669
17670 * calendar/cal-menu.el (cal-menu-set-date-title):
17671 Do nothing if not in a calendar. (Bug#9976)
17672
17673 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * files.el (find-file): Always use selected-window.
17676
17677 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17678
17679 * window.el (window-combinations): Make WINDOW argument
17680 mandatory. Rewrite doc-string.
17681 (walk-window-subtree, window-atom-check, window-min-delta)
17682 (window-max-delta, window--resize-this-window)
17683 (window--resize-root-window-vertically, window-tree)
17684 (balance-windows, window-state-put): Rewrite doc-strings as to
17685 not mention the term "subwindow".
17686 (window--resize-subwindows-skip-p): Rename to
17687 window--resize-child-windows-skip-p.
17688 (window--resize-subwindows-normal): Rename to
17689 window--resize-child-windows-normal.
17690 (window--resize-subwindows): Rename to
17691 window--resize-child-windows.
17692 (window-or-subwindow-p): Rename to window--in-subtree-p.
17693
17694 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17695
17696 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17697 Ensure that mbox format messages end in two newlines (Bug#9974).
17698
17699 2011-11-06 Chong Yidong <cyd@gnu.org>
17700
17701 * window.el (window-combination-p): Function deleted; its
17702 side-effect is not used in any existing code.
17703 (window-combinations, window-combined-p): Call window-*-child
17704 directly.
17705
17706 2011-11-05 Chong Yidong <cyd@gnu.org>
17707
17708 * window.el (window-valid-p): Rename from window-any-p.
17709 (window-size-ignore, window-state-get): Callers changed.
17710 (window-normalize-window): Rename from window-normalize-any-window.
17711 New arg LIVE-ONLY, replacing window-normalize-live-window.
17712 (window-normalize-live-window): Delete.
17713 (window-combination-p, window-combined-p, window-combinations)
17714 (walk-window-subtree, window-atom-root, window-min-size)
17715 (window-sizable, window-sizable-p, window-size-fixed-p)
17716 (window-min-delta, window-max-delta, window-resizable)
17717 (window-resizable-p, window-full-height-p, window-full-width-p)
17718 (window-current-scroll-bars, window-point-1, set-window-point-1)
17719 (window-at-side-p, window-in-direction, window-resize)
17720 (adjust-window-trailing-edge, maximize-window, minimize-window)
17721 (window-deletable-p, delete-window, delete-other-windows)
17722 (record-window-buffer, unrecord-window-buffer)
17723 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17724 (quit-window, split-window, window-state-put)
17725 (set-window-text-height, fit-window-to-buffer)
17726 (shrink-window-if-larger-than-buffer): Callers changed.
17727
17728 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17729
17730 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17731 rfc2047-decode-string.
17732 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17733 warnings.
17734
17735 * window.el (window-body-height, window-body-width): Mention in
17736 the doc string that the return values are in frame's canonical
17737 units. (Bug#9949)
17738
17739 2011-11-03 Alan Mackenzie <acm@muc.de>
17740
17741 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17742 change in cc-engine.el.
17743
17744 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17745
17746 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17747
17748 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17749
17750 * window.el (quit-window): Call unrecord-window-buffer after
17751 showing another buffer in the window. (Bug#9937)
17752 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17753
17754 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17755
17756 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17757 Accept status with more than 9 shelves. (Bug#9935)
17758 Reported by Colin D Bennett <colin@gibibit.com>.
17759
17760 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17761
17762 * help.el (with-help-window): Don't reference
17763 temp-buffer-show-specifiers in doc-string.
17764
17765 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17766
17767 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17768 menu-item.
17769
17770 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17771
17772 * whitespace.el: New version 13.2.2.
17773 (whitespace-newline-mode): Disable properly. Reported by Sarah
17774 <EmacsWiki>.
17775
17776 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17777
17778 * net/newst-treeview.el: Remove "Time-stamp".
17779 (newsticker--group-manage-orphan-feeds): Do not call
17780 newsticker--treeview-tree-update.
17781 (newsticker-treeview-update, newsticker-treeview):
17782 Call newsticker--treeview-tree-update if necessary.
17783
17784 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17785
17786 * window.el (window-iso-combination-p, window-iso-combined-p)
17787 (window-iso-combinations): Remove "iso-" infix.
17788 Suggested by Chong Yidong.
17789 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17790 (window-max-delta-1, window-resize, window--resize-siblings)
17791 (window--resize-this-window, adjust-window-trailing-edge)
17792 (split-window, balance-windows-1)
17793 (shrink-window-if-larger-than-buffer):
17794 * calendar/calendar.el (calendar-generate-window):
17795 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17796
17797 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17798
17799 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17800 in place (bug#9907).
17801 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17802 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17803 (eshell-structure-basic-command, eshell-rewrite-while-command)
17804 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17805 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17806 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17807 (eshell-do-pipelines-synchronously, eshell-eval-command):
17808 Use backquotes and prefer setq to set.
17809 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17810 (eshell-macrop): Use functionp.
17811 (eshell-do-eval): Handle multiple expressions in `while' body.
17812
17813 2011-10-30 Chong Yidong <cyd@gnu.org>
17814
17815 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17816 instead of set-mark (Bug#9810).
17817
17818 2011-10-30 Chong Yidong <cyd@gnu.org>
17819
17820 * window.el (split-window-below, split-window-right): Rename from
17821 split-window-above-each-other and split-window-side-by-side
17822 respectively. All callers changed.
17823 (split-window-sensibly, split-window-sensibly): Use them.
17824 (split-window-keep-point): Doc fix.
17825
17826 * isearch.el: Add isearch-scroll property to split-window-below
17827 and split-window-right.
17828
17829 * follow.el (follow-mode):
17830 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17831 * progmodes/ada-xref.el (ada-gdb-application):
17832 * emulation/vip.el (vip-buffer-in-two-windows):
17833 * image-dired.el (image-dired-dired-with-window-configuration):
17834 * dired-x.el (dired-do-find-marked-files):
17835 * dired.el (dired-pop-to-buffer):
17836 * bs.el (bs--show-with-configuration):
17837 * vc/emerge.el (emerge-setup-windows):
17838 * textmodes/two-column.el (2C-two-columns):
17839 * textmodes/reftex-toc.el (reftex-toc):
17840 * progmodes/gdb-mi.el (gdb-setup-windows):
17841 * progmodes/fortran.el (fortran-window-create):
17842 * net/newst-treeview.el (newsticker--treeview-window-init):
17843 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17844 * emulation/tpu-edt.el (tpu-gold-map):
17845 * emulation/crisp.el (crisp-mode-map):
17846 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17847
17848 2011-10-29 Chong Yidong <cyd@gnu.org>
17849
17850 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17851
17852 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17853
17854 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17855 forged Ispell output (Bug#7904).
17856
17857 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17858
17859 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17860
17861 * doc-view.el: Avoid ugly errors about not finding nil.
17862 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17863 (doc-view-dvipdf-program, doc-view-unoconv-program)
17864 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17865 Avoid nil or absolute file name as default value.
17866 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17867
17868 2011-10-28 Alan Mackenzie <acm@muc.de>
17869
17870 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17871
17872 2011-10-28 Alan Mackenzie <acm@muc.de>
17873
17874 Amend the handling of c-beginning/end-of-defun in nested declaration
17875 scopes.
17876
17877 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17878 cc-langs.el. Change it to a defcustom.
17879
17880 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17881 cc-vars.el.
17882
17883 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17884 Prevent "class foo : bar" being spuriously recognized as a label.
17885
17886 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17887 Add parameter `inclusive' (to include enclosing braces in the region).
17888 (c-widen-to-enclosing-decl-scope): New function.
17889 (c-while-widening-to-decl-block): New macro.
17890 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17891 outward for defun boundaries, and correspondingly change symbol
17892 `respect-enclosure' to `go-outward'.
17893 (c-declaration-limits): Change algorithm to report only the "innermost"
17894 defun's boundaries.
17895
17896 2011-10-28 Deniz Dogan <deniz@dogan.se>
17897
17898 * net/rcirc.el (rcirc-mode): Use hard newlines.
17899
17900 2011-10-28 Alan Mackenzie <acm@muc.de>
17901
17902 Amend to indent and fontify macros "which include their own semicolon"
17903 correctly, using the "virtual semicolon" mechanism.
17904
17905 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17906
17907 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17908 Recode to scan one line at a time rather than having \n and \r
17909 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17910 (c-forward-label): Amend for virtual semicolons.
17911 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17912
17913 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17914 of the new C macros.
17915
17916 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17917 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17918 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17919 (c-opt-cpp-macro-define): Make into a full language variable.
17920 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17921 AWK Mode (including \n, \r) removed, no longer needed.
17922
17923 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17924 Invoke c-make-macro-with-semi-re.
17925
17926 * progmodes/cc-vars.el (c-macro-with-semi-re):
17927 (c-macro-names-with-semicolon): New variables.
17928 (c-make-macro-with-semi-re): New function.
17929
17930 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17931
17932 * vc/log-edit.el: Fill empty field rather than adding new one.
17933 (log-edit-add-field): New function.
17934 (log-edit-insert-changelog): Use it.
17935
17936 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17937
17938 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17939
17940 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17941
17942 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17943 (gdb--check-interpreter): New function.
17944 (gdb): Use it.
17945
17946 2011-10-27 Glenn Morris <rgm@gnu.org>
17947
17948 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17949 (least-positive-float, least-negative-float)
17950 (least-positive-normalized-float, least-negative-normalized-float)
17951 (float-epsilon, float-negative-epsilon):
17952 Remove unnecessary declarations.
17953
17954 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17955 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17956 (least-positive-float, least-negative-float)
17957 (least-positive-normalized-float, least-negative-normalized-float)
17958 (float-epsilon, float-negative-epsilon): Add doc-strings,
17959 based on those in cl.texi.
17960
17961 * files.el (set-visited-file-name): If the major-mode changed,
17962 reload the local variables. (Bug#9796)
17963
17964 2011-10-27 Chong Yidong <cyd@gnu.org>
17965
17966 * subr.el (change-major-mode-after-body-hook): New hook.
17967 (run-mode-hooks): Run it.
17968
17969 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17970 Use change-major-mode-before-body-hook.
17971
17972 * simple.el (fundamental-mode):
17973 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17974 change introducing fundamental-mode-hook.
17975
17976 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
17977
17978 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17979
17980 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
17981
17982 * ido.el (ido-file-name-all-completions-1): Do not require
17983 tramp.el explicitly. (Bug#7583)
17984
17985 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17986
17987 * progmodes/octave-mod.el:
17988 * progmodes/octave-inf.el: Update maintainer.
17989
17990 2011-10-26 Chong Yidong <cyd@gnu.org>
17991
17992 * subr.el (with-wrapper-hook): Rewrite doc.
17993
17994 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
17995
17996 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17997 filenames "/method:foo:". (Bug#9793)
17998
17999 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18002 (bug#9865).
18003
18004 2011-10-24 Glenn Morris <rgm@gnu.org>
18005
18006 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18007
18008 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18009
18010 * notifications.el: Add the requirement of a running D-Bus session
18011 bus to the Commentary.
18012
18013 2011-10-24 Juri Linkov <juri@jurta.org>
18014
18015 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18016 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18017 (Bug#9364)
18018
18019 2011-10-24 Juri Linkov <juri@jurta.org>
18020
18021 * info.el (Info-following-node-name-re): Add newline to the list
18022 of allowed characters for leading space. (Bug#9824)
18023
18024 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18025
18026 * progmodes/octave-inf.el (inferior-octave-mode-map):
18027 Fix C-c C-h binding.
18028 * progmodes/octave-mod.el (octave-help): Remove.
18029
18030 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18031
18032 Sync with Tramp 2.2.3.
18033
18034 * net/tramp-cache.el (top): Pacify byte-compiler using
18035 `init-file-user' and `site-run-file'.
18036
18037 * net/trampver.el: Update release number.
18038
18039 2011-10-23 Chong Yidong <cyd@gnu.org>
18040
18041 * files.el (toggle-read-only): Remove obsolete comment about
18042 version control.
18043
18044 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18045 for toggle-read-only. Note that this hasn't called vc-next-action
18046 since 2008-05-02, though it wasn't documented at the time.
18047
18048 * vc/ediff-init.el (ediff-toggle-read-only-function):
18049 Use toggle-read-only.
18050
18051 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18052
18053 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18054 of c-parse-state.
18055
18056 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18057 correct faulty logical expression.
18058 (c-parse-state-state, c-record-parse-state-state):
18059 (c-replay-parse-state-state): New defvar/defuns.
18060 (c-debug-parse-state): Use new functions.
18061
18062 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18063
18064 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18065 last fix. Use window-in-direction correctly.
18066
18067 2011-10-21 Chong Yidong <cyd@gnu.org>
18068
18069 * progmodes/idlwave.el (idlwave-mode):
18070 * progmodes/vera-mode.el (vera-mode): No need to set
18071 require-final-newline; that's done in prog-mode.
18072 Suggested by Stefan Monnier.
18073
18074 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18075
18076 * mouse.el (mouse-drag-window-above)
18077 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18078 (mouse-drag-mode-line-1, mouse-drag-header-line)
18079 (mouse-drag-vertical-line-rightward-window): Remove.
18080 (mouse-drag-line): New function.
18081 (mouse-drag-mode-line, mouse-drag-header-line)
18082 (mouse-drag-vertical-line): Call mouse-drag-line.
18083 * window.el (window-at-side-p, windows-at-side): New functions.
18084
18085 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18086
18087 * tar-mode.el (tar-grind-file-mode):
18088 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18089
18090 2011-10-21 Chong Yidong <cyd@gnu.org>
18091
18092 * progmodes/idlwave.el (idlwave-mode):
18093 * progmodes/vera-mode.el (vera-mode):
18094 Use mode-require-final-newline.
18095
18096 2011-10-20 Glenn Morris <rgm@gnu.org>
18097
18098 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18099
18100 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18101
18102 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18103
18104 2011-10-20 Chong Yidong <cyd@gnu.org>
18105
18106 * emulation/cua-base.el (cua-mode):
18107 * mail/footnote.el (footnote-mode):
18108 * mail/mailabbrev.el (mail-abbrevs-mode):
18109 * net/xesam.el (xesam-minor-mode):
18110 * progmodes/bug-reference.el (bug-reference-mode):
18111 * progmodes/cap-words.el (capitalized-words-mode):
18112 * progmodes/compile.el (compilation-minor-mode)
18113 (compilation-shell-minor-mode):
18114 * progmodes/gud.el (gud-tooltip-mode):
18115 * progmodes/hideif.el (hide-ifdef-mode):
18116 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18117 * progmodes/subword.el (subword-mode):
18118 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18119 * progmodes/which-func.el (which-function-mode):
18120 * term/tvi970.el (tvi970-set-keypad-mode):
18121 * term/vt100.el (vt100-wide-mode):
18122 * textmodes/flyspell.el (flyspell-mode):
18123 * textmodes/ispell.el (ispell-minor-mode):
18124 * textmodes/nroff-mode.el (nroff-electric-mode):
18125 * textmodes/paragraphs.el (use-hard-newlines):
18126 * textmodes/refill.el (refill-mode):
18127 * textmodes/reftex.el (reftex-mode):
18128 * textmodes/rst.el (rst-minor-mode):
18129 * textmodes/sgml-mode.el (html-autoview-mode)
18130 (sgml-electric-tag-pair-mode):
18131 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18132 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18133 * emulation/crisp.el (crisp-mode):
18134 * emacs-lisp/eldoc.el (eldoc-mode):
18135 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18136 minor mode behavior.
18137
18138 2011-10-19 Juri Linkov <juri@jurta.org>
18139
18140 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18141 the list of hard-coded chars with escape-glyph face.
18142
18143 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18144
18145 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18146
18147 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18148
18149 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18150 running process.
18151
18152 2011-10-19 Glenn Morris <rgm@gnu.org>
18153
18154 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18155 Ignore ignored files. (Bug#9726)
18156
18157 2011-10-19 Chong Yidong <cyd@gnu.org>
18158
18159 Doc fix for minor modes, stating that an omitted argument enables
18160 the mode unconditionally when called from Lisp.
18161
18162 * abbrev.el (abbrev-mode):
18163 * allout.el (allout-mode):
18164 * autoinsert.el (auto-insert-mode):
18165 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18166 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18167 (global-auto-revert-mode):
18168 * battery.el (display-battery-mode):
18169 * composite.el (global-auto-composition-mode)
18170 (auto-composition-mode):
18171 * delsel.el (delete-selection-mode):
18172 * desktop.el (desktop-save-mode):
18173 * dired-x.el (dired-omit-mode):
18174 * dirtrack.el (dirtrack-mode):
18175 * doc-view.el (doc-view-minor-mode):
18176 * double.el (double-mode):
18177 * electric.el (electric-indent-mode, electric-pair-mode):
18178 * emacs-lock.el (emacs-lock-mode):
18179 * epa-hook.el (auto-encryption-mode):
18180 * follow.el (follow-mode):
18181 * font-core.el (font-lock-mode):
18182 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18183 * help.el (temp-buffer-resize-mode):
18184 * hilit-chg.el (highlight-changes-mode)
18185 (highlight-changes-visible-mode):
18186 * hi-lock.el (hi-lock-mode):
18187 * hl-line.el (hl-line-mode, global-hl-line-mode):
18188 * icomplete.el (icomplete-mode):
18189 * ido.el (ido-everywhere):
18190 * image-file.el (auto-image-file-mode):
18191 * image-mode.el (image-minor-mode):
18192 * iswitchb.el (iswitchb-mode):
18193 * jka-cmpr-hook.el (auto-compression-mode):
18194 * linum.el (linum-mode):
18195 * longlines.el (longlines-mode):
18196 * master.el (master-mode):
18197 * mb-depth.el (minibuffer-depth-indicate-mode):
18198 * menu-bar.el (menu-bar-mode):
18199 * minibuf-eldef.el (minibuffer-electric-default-mode):
18200 * mouse-sel.el (mouse-sel-mode):
18201 * msb.el (msb-mode):
18202 * mwheel.el (mouse-wheel-mode):
18203 * outline.el (outline-minor-mode):
18204 * paren.el (show-paren-mode):
18205 * recentf.el (recentf-mode):
18206 * reveal.el (reveal-mode, global-reveal-mode):
18207 * rfn-eshadow.el (file-name-shadow-mode):
18208 * ruler-mode.el (ruler-mode):
18209 * savehist.el (savehist-mode):
18210 * scroll-all.el (scroll-all-mode):
18211 * scroll-bar.el (scroll-bar-mode):
18212 * server.el (server-mode):
18213 * shell.el (shell-dirtrack-mode):
18214 * simple.el (auto-fill-mode, transient-mark-mode)
18215 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18216 (line-number-mode, column-number-mode, size-indication-mode)
18217 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18218 * strokes.el (strokes-mode):
18219 * time.el (display-time-mode):
18220 * t-mouse.el (gpm-mouse-mode):
18221 * tool-bar.el (tool-bar-mode):
18222 * tooltip.el (tooltip-mode):
18223 * type-break.el (type-break-mode-line-message-mode)
18224 (type-break-query-mode):
18225 * view.el (view-mode):
18226 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18227 (global-whitespace-mode, global-whitespace-newline-mode):
18228 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18229
18230 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18231 Fix autogenerated docstring.
18232
18233 2011-10-19 Juri Linkov <juri@jurta.org>
18234
18235 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18236 by checking environment variables "DESKTOP_SESSION" and
18237 "XDG_CURRENT_DESKTOP". (Bug#9779)
18238
18239 2011-10-19 Juri Linkov <juri@jurta.org>
18240
18241 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18242 (browse-url-chromium-program, browse-url-chromium-arguments):
18243 New defcustoms.
18244 (browse-url-default-browser): Check for `browse-url-chromium' and
18245 call `browse-url-chromium-program'.
18246 (browse-url-chromium): New command. (Bug#9779)
18247
18248 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18249
18250 * facemenu.el (list-colors-duplicates): On Windows, detect more
18251 duplicates by assuming that only colors matching "^System" are
18252 special "system colors". (Bug#9722)
18253
18254 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18255
18256 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18257 to distinguish the author from the committer.
18258
18259 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18260
18261 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18262
18263 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18264
18265 * international/mule.el (sgml-html-meta-auto-coding-function):
18266 Add support for detecting encoding in HTML5 specified only as
18267 <meta charset="UTF-8">. Implementation just makes http-equiv and
18268 content-type parts from HTML4 encoding string optional. (Bug#9716)
18269
18270 2011-10-18 Glenn Morris <rgm@gnu.org>
18271
18272 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18273
18274 2011-10-18 Chong Yidong <cyd@gnu.org>
18275
18276 * faces.el (cursor): Doc fix.
18277
18278 2011-10-17 Chong Yidong <cyd@gnu.org>
18279
18280 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18281
18282 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18283
18284 * dirtrack.el (dirtrack): Support shell buffers with path
18285 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18286
18287 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18288
18289 * json.el: Bump version to 1.3 and note change in History.
18290 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18291
18292 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18293
18294 * comint.el (comint-insert-input, comint-send-input)
18295 (comint-get-old-input-default, comint-backward-matching-input)
18296 (comint-next-prompt): Use nil instead of `input' for field property of
18297 past user input (bug#114).
18298
18299 * minibuffer.el (completion--replace): Inherit surrounding properties
18300 (bug#114).
18301 (minibuffer-complete-and-exit): Use it.
18302
18303 * comint.el (comint--table-subvert): Quote the all-completions output
18304 (bug#9160).
18305
18306 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18307
18308 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18309
18310 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18311 window on right of selected. (Bug#9350) Reword other window
18312 entries and separate them from frame entries.
18313
18314 2011-10-15 Glenn Morris <rgm@gnu.org>
18315
18316 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18317 Doc fixes.
18318
18319 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18320
18321 * net/network-stream.el (network-stream-open-starttls):
18322 Improve detection of failure due to lack of TLS support.
18323
18324 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18325 putting the input text in front and in bold.
18326
18327 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18328
18329 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18330
18331 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18332 empty buffer.
18333
18334 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18335 unread-command-events rather than pushing yet-another event.
18336
18337 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18338
18339 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18340 the explanation of the possible choices. Make the options passed
18341 to completing-read shorter.
18342
18343 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18344
18345 * textmodes/flyspell.el (flyspell-large-region): Make sure
18346 extended character mode is used if defined (Bug#1339).
18347
18348 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18349
18350 * simple.el (what-cursor-position): Fix the display of the
18351 character info for LRE, LRO, RLE, and RLO characters by appending
18352 an invisible PDF.
18353
18354 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18355
18356 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18357 even in case of error; add debug spec; simplify data flow.
18358 (with-timeout-handler): Remove.
18359
18360 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18361
18362 Fix Bug#6019, Bug#9315.
18363
18364 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18365 complete `buffer-file-name', the local file name part could look
18366 remotely (for example on VMS).
18367
18368 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18369 `tramp-run-real-handler'.
18370 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18371 already quoted by '"'.
18372
18373 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18374 Let `file-name-handler-alist' be nil, the local file name part
18375 could look remotely (for example on VMS).
18376
18377 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18378
18379 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18380 from here...
18381 (flyspell-post-command-hook): ...to here.
18382
18383 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18384
18385 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18386 if not needed.
18387 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18388 using completion. Protect against "slow" callers.
18389 Remove the "message hack".
18390
18391 2011-10-11 Juri Linkov <juri@jurta.org>
18392
18393 * isearch.el (isearch-lazy-highlight-word): New variable.
18394 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18395 Use it. (Bug#9727)
18396
18397 2011-10-11 Glenn Morris <rgm@gnu.org>
18398
18399 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18400 like f90-previous-statement does.
18401
18402 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18403
18404 * eshell/eshell.el (eshell-command): History should be saved
18405 only in interactive use, to avoid error.
18406
18407 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18408
18409 * minibuffer.el (completion-file-name-table): Fix last change,
18410 i.e. ignore normal errors but not the other ones.
18411
18412 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18413
18414 * window.el (special-display-buffer-names)
18415 (special-display-regexps): Remove some remnants of earlier
18416 changes from doc-strings.
18417 (quit-windows-on): New function.
18418
18419 * vc/vc.el (vc-revert, vc-rollback):
18420 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18421 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18422 (Bug#6183) (Bug#7074) (Bug#7447)
18423
18424 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18425
18426 * window.el (frame-auto-hide-function): Add version tag.
18427 (Bug#9699)
18428
18429 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18430
18431 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18432 condition.
18433
18434 2011-10-09 Leo Liu <sdl.web@gmail.com>
18435
18436 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18437 (Bug#9701)
18438
18439 2011-10-08 Glenn Morris <rgm@gnu.org>
18440
18441 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18442 before the first code statement zero indent. (Bug#9690)
18443
18444 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18445
18446 * simple.el (count-words-region): Always count in the region.
18447 Report the number of lines and characters too.
18448 (count-words): New command, which counts in the buffer if the
18449 region is inactive, as count-words-region used to.
18450 (count-words--message): New function. Handle plurals.
18451 (count-lines-region): Make it an alias for count-words-region.
18452
18453 * bindings.el (esc-map): Replace count-lines-region with
18454 count-words-region.
18455
18456 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18457
18458 * window.el (window--delete): Delete dedicated frame
18459 unconditionally when argument KILL is non-nil. (Bug#9699)
18460 (switch-to-buffer): Fix doc-string typo.
18461
18462 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18463
18464 * eshell/eshell.el (eshell-command): Avoid using hooks.
18465
18466 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18467
18468 * bindings.el ([M-left],[M-right]): Bind to left-word and
18469 right-word respectively.
18470
18471 2011-10-07 Glenn Morris <rgm@gnu.org>
18472
18473 * cus-start.el (debug-on-quit): Fix custom type.
18474
18475 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18476
18477 * subr.el (define-key-after): Clarify that the function is not
18478 useful for non-menu keymaps.
18479
18480 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18481
18482 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18483
18484 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18485 in current minibuffer (Fix bug with recursive minibuffers).
18486
18487 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18488
18489 * progmodes/gdb-mi.el (gdb): Doc fix.
18490
18491 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18492
18493 * window.el (frame-auto-hide-function): New option replacing
18494 frame-auto-delete. Suggested by Stefan Monnier.
18495 (window--delete): Call frame-auto-hide-function instead of
18496 investigating frame-auto-delete.
18497 (window-point-1, set-window-point-1): New functions.
18498 (window-in-direction, record-window-buffer, window-state-get-1)
18499 (display-buffer-record-window): Use window-point-1 instead of
18500 window-point.
18501 (set-window-buffer-start-and-point): Use set-window-point-1.
18502
18503 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18504
18505 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18506
18507 2011-10-05 Glenn Morris <rgm@gnu.org>
18508
18509 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18510 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18511
18512 2011-10-05 Leo Liu <sdl.web@gmail.com>
18513
18514 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18515 works with buffer object.
18516
18517 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18518
18519 * mpc.el (mpc-tool-bar-map): Add labels.
18520
18521 2011-10-04 Glenn Morris <rgm@gnu.org>
18522
18523 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18524
18525 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18526
18527 * window.el (window--delete): New function.
18528 (frame-auto-delete): Resuscitate option.
18529 (bury-buffer, replace-buffer-in-windows)
18530 (quit-window): Rewrite using window--delete.
18531 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18532 Pass display-buffer-mark-dedicated to window--display-buffer-2
18533 (Bug#9639).
18534
18535 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18536
18537 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18538 returns a list (bug#9554). Add remote file name completion.
18539 * comint.el (comint--table-subvert): Curry and get quote&unquote
18540 functions as arguments.
18541 (comint--complete-file-name-data): Adjust call accordingly.
18542 * pcomplete.el (pcomplete--table-subvert): Remove.
18543 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18544
18545 * minibuffer.el (completion-table-case-fold): Use currying.
18546 (completion--styles-type, completion--cycling-threshold-type):
18547 New constants.
18548 (completion-styles, completion-category-overrides)
18549 (completion-cycle-threshold): Use them.
18550 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18551 completion-table-case-fold.
18552
18553 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18554
18555 * minibuffer.el (completion-category-overrides): Fix type of styles
18556 and add more user friendly tags (bug#9660).
18557
18558 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18559
18560 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18561 (mule-input-method-string): New widget.
18562 (default-input-method, language-info-custom-alist): Use it.
18563
18564 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18565
18566 * pcomplete.el: Require comint.
18567 (pcomplete--common-suffix): Remove.
18568 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18569 (pcomplete--table-subvert): Sync with comint--table-subvert.
18570 (pcomplete--entries): Use comint-completion-file-name-table.
18571 * comint.el (comint-unquote-filename): Simplify.
18572 (comint-completion-file-name-table): New function (bug#9616).
18573 (comint--complete-file-name-data): Use it.
18574
18575 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18576 (pcmpl-gnu-tar-buffer): Remove.
18577 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18578 around. Make sure pcomplete-suffix-list is only changed temporarily.
18579 Don't look inside the tar's file if it's too large.
18580
18581 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18582
18583 * cus-edit.el (custom-mode-map):
18584 * epa.el (epa-key-list-mode-map):
18585 * man.el (Man-mode-map):
18586 * startup.el (splash-screen-keymap):
18587 * simple.el (special-mode-map): Use scroll-up-command and
18588 scroll-down-command.
18589
18590 * progmodes/idlw-help.el (idlwave-help-mode-map):
18591 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18592 * net/newst-plainview.el (newsticker-mode-map):
18593 * emulation/ws-mode.el (wordstar-mode-map):
18594 * emulation/vi.el (vi-com-map):
18595 * calc/calc-graph.el (calc-graph-show-dumb):
18596 * term/sun.el (terminal-init-sun):
18597 * term/ns-win.el (global-map):
18598 * progmodes/grep.el (grep-mode-map):
18599 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18600 * mail/rmail.el (rmail-mode-map):
18601 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18602
18603 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18604 custom-safe-themes as special.
18605
18606 2011-10-01 Julien Danjou <julien@danjou.info>
18607
18608 * notifications.el (notifications-notify): Fix docstring.
18609
18610 2011-10-01 Per Starbäck <per@starback.se>
18611
18612 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18613
18614 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18615
18616 * startup.el (command-line-1): Fix last fix by inserting
18617 initial-scratch-message into *scratch* before displaying it.
18618 (Bug#9605) and (Bug#9636)
18619
18620 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18621
18622 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18623 window is hscrolled, move by logical lines. (Bug#9607)
18624 (line-move-visual): Update the doc string to the above effect.
18625
18626 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18627
18628 * window.el (display-buffer-record-window): When WINDOW is the
18629 selected window use `point' instead of `window-point'. (Bug#9626)
18630
18631 * startup.el (command-line-1): Use insert-before-markers when
18632 inserting initial-scratch-message. (Bug#9605)
18633
18634 * help.el (help-window): Remove variable.
18635
18636 2011-09-29 Glenn Morris <rgm@gnu.org>
18637
18638 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18639
18640 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18641
18642 * descr-text.el (describe-char-categories): Accept category
18643 descriptions more than one line long.
18644
18645 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18646
18647 * simple.el (delete-trailing-whitespace): Fix last change.
18648
18649 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18650 Don't confuse "y => 3" as the beginning of a `y' operation.
18651
18652 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18653 object has more than 4 slots (bug#9613).
18654
18655 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18656
18657 * subr.el (with-output-to-temp-buffer):
18658 * net/quickurl.el (quickurl, quickurl-browse-url):
18659 Fix typos in docstrings.
18660
18661 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18662
18663 * minibuffer.el (completion-styles)
18664 (completion-category-overrides): Cross reference each other in doc
18665 strings.
18666
18667 2011-09-27 Glenn Morris <rgm@gnu.org>
18668
18669 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18670 to split-string. (Bug#9606)
18671
18672 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18673
18674 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18675 (bug#9615).
18676
18677 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18678
18679 * emacs-lisp/package.el (list-packages): Fix echo area message.
18680
18681 2011-09-27 Leo Liu <sdl.web@gmail.com>
18682
18683 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18684
18685 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18686
18687 * net/dbus.el (dbus-unregister-object): Don't release services for
18688 registered signals. (Bug#9581)
18689
18690 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18691
18692 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18693 function that picks between cfengine 2 and 3 support
18694 automatically. Update docs accordingly.
18695
18696 2011-09-22 Kenichi Handa <handa@m17n.org>
18697
18698 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18699 ZERO.
18700 (indian-itrans-v5-table-for-tamil): New variable.
18701 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18702
18703 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18704
18705 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18706 that's true if the current command involved collapsing of text.
18707 It's reset to false at the beginning of the next command.
18708 (allout-post-command-business): Move the cursor to the beginning
18709 of entry if the cursor is hidden and collapsing activity just
18710 happened.
18711
18712 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18713
18714 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18715 tracking (Bug#9541).
18716
18717 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18718
18719 * net/newst-reader.el (newsticker-html-renderer)
18720 (newsticker-show-news): Automatically load html rendering package
18721 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18722 because w3m-fill-column is let-bound" and the error "Symbol's value
18723 as variable is void: w3m-fill-column".
18724
18725 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18726
18727 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18728 Release services only if they are defined. (Bug#9581)
18729
18730 2011-09-23 Richard Stallman <rms@gnu.org>
18731
18732 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18733 distinguish start of paragraph from start of its text.
18734
18735 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18736
18737 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18738 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18739 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18740
18741 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18742
18743 * international/mule-diag.el (mule-diag): Insert a newline after
18744 each fontset description.
18745
18746 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18747
18748 * simple.el (delete-trailing-whitespace):
18749 Document last change; simplify.
18750
18751 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18752
18753 * simple.el (delete-trailing-whitespace): Also delete
18754 extra newlines at the end of the buffer.
18755
18756 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18757 (picture-newline): Use forward-line so as to ignore fields.
18758
18759 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18760
18761 * subr.el (with-wrapper-hook): Fix edebug spec.
18762
18763 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18764
18765 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18766 (bug#4538).
18767
18768 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18769
18770 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18771 Fix nasty bug using wrong cached values.
18772
18773 2011-09-23 Alan Mackenzie <acm@muc.de>
18774
18775 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18776
18777 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18778
18779 * window.el (pop-to-buffer): Ensure right window is selected if we
18780 chose another frame.
18781
18782 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18783
18784 * simple.el (what-cursor-position): Use get-char-property-change
18785 and next-single-char-property-change, to be able to show display
18786 properties that come from overlays as well as text properties.
18787
18788 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18789
18790 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18791
18792 * cmuscheme.el (run-scheme, switch-to-scheme):
18793 * cus-edit.el (customize-group, custom-buffer-create)
18794 (customize-browse):
18795 * info.el (info):
18796 * shell.el (shell):
18797 * mail/sendmail.el (mail):
18798 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18799
18800 2011-09-22 Richard Stallman <rms@gnu.org>
18801
18802 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18803 move back only to line beg, don't move back over blank lines.
18804
18805 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18806
18807 * files.el (copy-directory): Set directory attributes only in case
18808 they could be retrieved from the source directory. (Bug#9565)
18809
18810 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18811
18812 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18813 (hs-find-block-beginning, hs-hide-level-recursive):
18814 Ignore strings as well as comments. (Bug#9502)
18815
18816 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18817
18818 * progmodes/sql.el (sql-comint-postgres):
18819 Convert port number to a string. (Bug#9566)
18820
18821 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18822
18823 * window.el (quit-window): Undedicate window when switching to
18824 previous buffer. Reported by Thierry Volpiatto
18825 <thierry.volpiatto@gmail.com>.
18826 (special-display-popup-frame): When popping up a new frame reset
18827 its previous buffers to nil. Simplify code.
18828
18829 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18830
18831 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18832 and process filter, as done also in `shell-command'.
18833
18834 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18835
18836 * window.el (set-window-buffer-start-and-point):
18837 Call set-window-start with NOFORCE argument t.
18838 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18839 (quit-window): Reword doc-string. Handle new format of
18840 quit-restore parameter. Don't delete window if it has a
18841 previous buffer we can show instead of the present one.
18842 (display-buffer-record-window): Rewrite using a new format for
18843 the quit-restore window parameter
18844 (special-display-popup-frame, display-buffer-same-window)
18845 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18846 (display-buffer-pop-up-window, display-buffer-use-some-window):
18847 Adapt symbol passed to display-buffer-record-window.
18848 * help.el (help-window-setup): Handle new format of quit-restore
18849 parameter.
18850
18851 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18852
18853 * faces.el (face-list): Fix docstring (bug#9564).
18854
18855 * window.el (display-buffer--action-function-custom-type):
18856 Don't include internal functions in the Custom interface.
18857
18858 2011-09-20 Juri Linkov <juri@jurta.org>
18859
18860 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18861 (Info-forward-node, Info-backward-node, Info-next-preorder)
18862 (Info-last-preorder): Use it. (Bug#9528)
18863
18864 2011-09-20 Juri Linkov <juri@jurta.org>
18865
18866 * info.el (Info-last-preorder): Visit last menu item only when
18867 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18868
18869 2011-09-20 Julien Danjou <julien@danjou.info>
18870
18871 * password-cache.el (password-cache-remove): Remove entries even if the
18872 value is nil, so that password with a nil value (negative caching) is
18873 possible to invalidate.
18874
18875 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18876
18877 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18878 all whitespace around breakpoint. (Bug#9553)
18879 (f90-find-breakpoint): Only break at whitespace inside a comment.
18880
18881 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18882
18883 * minibuffer.el (completion-file-name-table): Keep track of errors.
18884 (completion-table-with-predicate): Handle the case where pred1 is nil.
18885 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18886
18887 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18888
18889 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18890 (debugger-return-value): Signal an error if the debugging context does
18891 not await any return value.
18892
18893 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18894 * image-mode.el (image-toggle-display-text)
18895 (image-toggle-display-image): Stay away from evil `intangible'.
18896
18897 2011-09-19 Leo Liu <sdl.web@gmail.com>
18898
18899 * replace.el (occur-revert-arguments): Make it permanent-local.
18900 (occur-mode): Don't call font-lock-defontify.
18901
18902 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18903
18904 * net/ldap.el (ldap-search-internal): Don't push empty search
18905 result (Bug#9508).
18906
18907 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18908
18909 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18910
18911 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18912
18913 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18914 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18915
18916 2011-09-18 Juri Linkov <juri@jurta.org>
18917
18918 * buff-menu.el (Buffer-menu-mode-map):
18919 * dired.el (dired-mode-map):
18920 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18921 (lisp-interaction-mode-map):
18922 * emacs-lisp/package.el (package-menu-mode-map):
18923 * epa.el (epa-key-list-mode-map):
18924 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18925 (menu-bar-options-menu):
18926 * outline.el (outline-mode-menu-bar-map):
18927 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18928 * vc/vc-dir.el (vc-dir-menu-map):
18929 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18930 Capitalize non-function content words in menu item strings.
18931
18932 * dired.el (dired-mode-map): Add menu item for
18933 `image-dired-dired-toggle-marked-thumbs'.
18934
18935 2011-09-18 Juri Linkov <juri@jurta.org>
18936
18937 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18938 to `isearch-case-fold-search' and restore its original value
18939 after the `isearch-mode' call.
18940
18941 2011-09-18 Juri Linkov <juri@jurta.org>
18942
18943 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18944 because `zgrep' returns 1 for successful matches (bug#9226).
18945
18946 2011-09-18 Juri Linkov <juri@jurta.org>
18947
18948 * info.el (Info-extract-menu-node-name): Check the second match
18949 for empty string (second test-case of bug#9528).
18950 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18951 intermediate nodes to the history (first test-case of bug#9528).
18952
18953 2011-09-18 Juri Linkov <juri@jurta.org>
18954
18955 * info.el (Info-mode-syntax-table): New variable.
18956 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18957
18958 2011-09-18 Juri Linkov <juri@jurta.org>
18959
18960 * info.el (Info-file-supports-index-cookies):
18961 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18962 outputs one more line for long file names (bug#4142).
18963
18964 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18965
18966 * newcomment.el (comment-normalize-vars): If prompting for
18967 comment-start, set comment-start-skip too (Bug#8424).
18968
18969 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18970
18971 * icomplete.el: Fix previous fix of Bug#5849.
18972 (icomplete-mode): Don't set completion-show-inline-help.
18973 (icomplete-minibuffer-setup): Set completion-show-inline-help
18974 locally during icompletion.
18975
18976 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18977
18978 * woman.el (woman2-process-escapes): Don't delete unrecognized
18979 escapes (Bug#7843).
18980
18981 * files.el (inhibit-first-line-modes-regexps): Add image files.
18982 (hack-local-variables-prop-line): Return nil for malformed
18983 prop-lines (Bug#9044).
18984
18985 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
18986
18987 * net/tramp.el (top): Don't require 'shell.
18988 (tramp-methods): Fix docstring.
18989 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18990 Return complete remote file name. Handle "smb" case.
18991 Use `tramp-tmpdir', if defined for the respective method.
18992 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18993
18994 * net/tramp-compat.el (top): Require 'shell.
18995
18996 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18997 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18998 `tramp-current-host'.
18999 (tramp-get-remote-tmpdir): Remove.
19000
19001 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19002 `tramp-tmpdir' entries.
19003 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19004 (tramp-smb-handle-file-attributes): Ignore errors.
19005 (tramp-smb-wait-for-output): Check also for process end.
19006
19007 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19008
19009 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19010 when sending QUIT (bug#9312).
19011
19012 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19013
19014 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19015 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19016 occur-mode-display-occurrence.
19017 (occur-edit-mode): Add usage message.
19018 (occur-cease-edit): New command.
19019 (occur-after-change-function): Use text properties to find the
19020 position of the prefix text.
19021 (occur-engine): Set stickiness of prefix text properties.
19022
19023 2011-09-17 Glenn Morris <rgm@gnu.org>
19024
19025 * progmodes/etags.el (complete-tag):
19026 Fix call to completion-in-region. (Bug#9526)
19027
19028 2011-09-17 Juri Linkov <juri@jurta.org>
19029
19030 * textmodes/ispell.el (ispell-word): Add to the error message
19031 the word, ispell program name and current dictionary (bug#9121).
19032 (ispell-tex-arg-end): Capitalize "error" in the error message.
19033
19034 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19035
19036 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19037 check. (Bug#4251)
19038
19039 2011-09-17 Juri Linkov <juri@jurta.org>
19040
19041 * window.el (window-safe-min-height, window-safe-min-width):
19042 Fix typos (followup to bug#9522).
19043
19044 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19045
19046 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19047
19048 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19049
19050 * simple.el (line-move): If goal-column is set, move by logical
19051 lines, not by display lines. (Bug#971)
19052 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19053 to reflect the above change.
19054
19055 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19056
19057 * image.el (imagemagick-register-types): Use regexp-opt.
19058
19059 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19060
19061 * window.el (display-buffer-base-action): Rename from
19062 display-buffer-default-action. Make default value empty.
19063 (display-buffer-overriding-action): Convert to defvar.
19064 (display-buffer-fallback-action): New var.
19065
19066 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19067
19068 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19069 declaration.
19070 (package--add-to-archive-contents): If there is a duplicate entry
19071 with an older version, remove it.
19072 (package-menu-mark-delete, package-menu-mark-install)
19073 (package-menu-mark-unmark): Make unused args optional.
19074 (package-menu-mark-obsolete-for-deletion):
19075 Use package-menu-get-status instead of a regexp search.
19076 (package-menu-get-status): Use tabulated-list-entry.
19077 (package-menu-mark-upgrades): New command.
19078 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19079 (package-menu-execute): Do installation before deletion.
19080 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19081 instead of checking major-mode.
19082 (package-menu--find-upgrades): New function.
19083
19084 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19085
19086 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19087 passwords in the log buffer.
19088 (smtpmail-process-filter): Update the process marker so that the
19089 "broken by peer" status message is inserted in the right place.
19090
19091 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19092
19093 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19094 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19095 bibtex-completion-at-point-function.
19096 (bibtex-completion-at-point-function): Use them.
19097
19098 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19099
19100 * mpc.el (mpc-constraints-tag-lookup): New function.
19101 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19102 also to browser "album|playlist".
19103
19104 2011-09-14 Juri Linkov <juri@jurta.org>
19105
19106 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19107 (isearch-edit-string): Use length of `isearch-string' when
19108 `isearch-fail-pos' returns nil.
19109 (isearch-message): Remove duplicate code and call
19110 `isearch-fail-pos' with arg `t'.
19111
19112 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19113
19114 * replace.el (occur-mode-goto-occurrence): Don't force using other
19115 window (Bug#9499).
19116
19117 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19118
19119 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19120
19121 * window.el (display-buffer-window): Remove.
19122 (display-buffer-record-window): Use help-setup window parameter
19123 instead of variable display-buffer-window.
19124 (display-buffer-function, special-display-buffer-names)
19125 (special-display-function): Mention help-setup parameter instead
19126 of display-buffer-window in doc-string.
19127 * help.el (help-window-setup): New argument help-window.
19128 Use help-window-setup parameter instead of display-buffer-window.
19129 Reword some messages.
19130 (with-help-window): Pass window used for displaying the buffer
19131 to help-window-setup. Don't set display-buffer-window.
19132
19133 2011-09-13 Glenn Morris <rgm@gnu.org>
19134
19135 * emacs-lisp/debug.el (debugger-make-xrefs):
19136 Preserve point. (Bug#9462)
19137
19138 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19139
19140 * window.el (window-deletable-p): Use next-frame.
19141
19142 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19143
19144 * window.el (window-auto-delete): Remove.
19145 (window-deletable-p): Remove argument FORCE. Don't deal with
19146 dedication and previous buffers.
19147 (switch-to-prev-buffer): Don't delete window.
19148 (delete-windows-on): Delete a window's frame if and only if the
19149 window is dedicated.
19150 (replace-buffer-in-windows): Delete buffer's window or frame if
19151 and only if window is dedicated.
19152 (quit-window): Handle quit-restore as before last change.
19153 (bury-buffer): Delete window only if window-deletable-p returns t.
19154
19155 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19156
19157 * window.el (window-deletable-p): Never delete the last frame on a
19158 given terminal.
19159
19160 2011-09-13 Glenn Morris <rgm@gnu.org>
19161
19162 * help.el (describe-key-briefly): Copy previous standard-output change.
19163
19164 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19165
19166 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19167
19168 2011-09-13 Glenn Morris <rgm@gnu.org>
19169
19170 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19171 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19172
19173 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19174
19175 * dired-aux.el (dired-mark-read-string): Don't return default
19176 value on empty input (Bug#9361).
19177 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19178 Omit initial minibuffer contents.
19179 (dired-do-chmod): Signal an error on empty input.
19180 (dired-mark-read-string): Don't return default on empty input.
19181
19182 * files.el (file-modes-symbolic-to-number): Doc fix.
19183
19184 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19185
19186 * international/mule-cmds.el (ucs-completions): Remove.
19187 (read-char-by-name): Use complete-with-action instead; add metadata.
19188
19189 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19190
19191 * window.el (display-buffer--action-function-custom-type)
19192 (display-buffer--action-custom-type): New vars.
19193 (display-buffer-alist, display-buffer-default-action)
19194 (display-buffer-overriding-action): Add defcustom types.
19195
19196 * frame.el (delete-other-frames): Doc fix (Bug#276).
19197
19198 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19199
19200 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19201
19202 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19203
19204 Change modes that used same-window-* vars to use switch-to-buffer.
19205
19206 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19207 Use switch-to-buffer.
19208
19209 * cus-edit.el (customize-group, custom-buffer-create)
19210 (customize-browse, custom-buffer-create-other-window):
19211 Use switch-to-buffer or switch-to-buffer-other-window.
19212
19213 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19214 (Info-prev, Info-up, Info-speedbar-goto-node)
19215 (info-display-manual): Use switch-to-buffer.
19216 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19217
19218 * mail/sendmail.el (mail): Use switch-to-buffer.
19219 (mail-recover): Use switch-to-buffer-other-window.
19220
19221 * cmuscheme.el (run-scheme, switch-to-scheme):
19222 * ielm.el (ielm):
19223 * shell.el (shell):
19224 * net/rlogin.el (rlogin):
19225 * net/telnet.el (telnet, rsh):
19226 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19227
19228 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19229
19230 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19231
19232 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19233
19234 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19235 so don't mention it (bug#9301).
19236 (dired-sort-toggle-or-edit): Clarify string further.
19237
19238 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19239 match `x', `w32' and `ns', like the manual says (bug#9029).
19240
19241 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19242 (process-kill-buffer-query-function): Mention the buffer name in
19243 the query.
19244
19245 * image-mode.el (image-next-line): The line parameter is mandatory
19246 (bug#9258).
19247
19248 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19249 which can be useful (bug#9301).
19250
19251 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19252
19253 * subr.el (match-string): Mention that the current buffer should
19254 be the same as the search was done in (bug#9282).
19255
19256 * facemenu.el: Disable the remove-* commands if the mark isn't
19257 active (bug#9162).
19258
19259 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19260
19261 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19262 of display-buffer.
19263 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19264
19265 * replace.el (occur-mode-goto-occurrence)
19266 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19267 and display-buffer.
19268
19269 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19270 display-buffer.
19271
19272 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19273 special-display and same-window variables.
19274 (mail-other-window): Use switch-to-buffer-other-window.
19275 (mail-other-frame): USe switch-to-buffer-other-frame.
19276
19277 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19278 Use display-buffer-other-frame.
19279 (gdb-display-gdb-buffer): Use pop-to-buffer.
19280
19281 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19282
19283 * progmodes/python.el: Don't set same-window-buffer-names.
19284
19285 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19286
19287 * window.el (display-buffer-alist): Add *Python*.
19288
19289 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19290
19291 * window.el (display-buffer-alist): Add entry for buffers
19292 previously handled same-window-*.
19293 (display-buffer-alist, display-buffer-default-action)
19294 (display-buffer-overriding-action): Mark as risky.
19295 (display-buffer-alist): Document action function changes.
19296 (display-buffer--same-window-action)
19297 (display-buffer--other-frame-action): New variables.
19298 (switch-to-buffer, display-buffer-other-frame): Use them.
19299 (display-buffer): Rename reuse-frame entry to reusable-frames.
19300 (display-buffer-reuse-selected-window): Function deleted.
19301 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19302 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19303 (display-buffer-special): New function.
19304 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19305 display-buffer-reuse-or-pop-window. Split off special-display
19306 part into display-buffer-special.
19307 (display-buffer-use-some-window): Don't perform any special
19308 pop-up-frames handling.
19309 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19310 (display-buffer--maybe-same-window): Rename from
19311 display-buffer-maybe-same-window.
19312
19313 * info.el: Don't set same-window-regexps.
19314 (info-setup): New function.
19315 (info-other-window, info): Call it.
19316
19317 * cus-edit.el: Don't set same-window-regexps.
19318 (customize-group): New argument.
19319 (customize-group-other-window): Use it.
19320 (customize-face, customize-face-other-window): Likewise.
19321 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19322
19323 * net/rlogin.el:
19324 * net/telnet.el:
19325 * progmodes/gud.el: Don't set same-window-regexps.
19326
19327 * cmuscheme.el:
19328 * ielm.el:
19329 * shell.el:
19330 * mail/sendmail.el:
19331 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19332
19333 2011-09-10 Juri Linkov <juri@jurta.org>
19334
19335 * isearch.el (isearch-edit-string): Remove obsolete mention of
19336 `C-w' (`isearch-yank-word-or-char') from docstring.
19337 (isearch-query-replace): Fix typo in docstring (bug#9466).
19338
19339 2011-09-10 Juri Linkov <juri@jurta.org>
19340
19341 * paren.el (show-paren-function): Don't show escaped parens.
19342 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19343
19344 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19345
19346 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19347 (mm-default-file-encoding): Remove autoload forms, they are
19348 replaced with autoload cookies in mml.el and mm-encode.el.
19349 (mail-add-attachment): New command.
19350 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19351 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19352 the doc string.
19353 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19354
19355 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19356
19357 * simple.el (count-words-region): Use buffer if there's no region
19358 (bug#9429).
19359
19360 2011-09-09 Juri Linkov <juri@jurta.org>
19361
19362 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19363 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19364 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19365
19366 2011-09-09 Alan Mackenzie <acm@muc.de>
19367
19368 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19369 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19370
19371 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19372
19373 Fix for Savannah bug#9392.
19374 * simple.el (mail-encode-mml): New defvar.
19375
19376 * mail/rmail.el (mail-encode-mml): Add a defvar.
19377 (rmail-enable-mime-composing): Default to t.
19378 (rmail-forward): Use MIME method of forwarding only if both
19379 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19380 Set mail-encode-mml non-nil if the MIME method was used.
19381
19382 * mail/sendmail.el (mml-to-mime): Add autoload form.
19383 (mail-encode-mml): Add a defvar.
19384 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19385 to nil.
19386 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19387 message through mml-to-mime, and reset mail-encode-mml to nil.
19388
19389 2011-09-09 Glenn Morris <rgm@gnu.org>
19390
19391 * woman.el (woman-if-body): When processing an .el block,
19392 do not delete the next .el block as well. (Bug#9447)
19393 (woman-special-characters): Add oq, cq, and hy characters.
19394
19395 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19396
19397 * window.el (window-deletable-p): Make sure window is live before
19398 invoking window-prev-buffers.
19399
19400 2011-09-08 Leo Liu <sdl.web@gmail.com>
19401
19402 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19403
19404 2011-09-08 Juri Linkov <juri@jurta.org>
19405
19406 * progmodes/compile.el (compilation-environment): Make it
19407 a defcustom (bug#8340).
19408
19409 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19410
19411 * window.el (frame-auto-delete): Rename to window-auto-delete.
19412 Make it control auto-deletion of windows and/or frames.
19413 (window-deletable-p): New argument FORCE. Rewrite conditions
19414 for deleting window/frame. (Bug#9419)
19415 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19416 Rewrite handling of case when window/frame can be deleted.
19417 (delete-windows-on): Call window-deletable-p with new FORCE
19418 argument t. (Bug#9456)
19419
19420 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19421
19422 * help-mode.el (help-mode): Restore autoload.
19423
19424 2011-09-07 Juri Linkov <juri@jurta.org>
19425
19426 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19427 `compilation-environment'. Set buffer-local
19428 `compilation-environment' to `thisenv' later after (funcall mode).
19429 (Bug#8340)
19430
19431 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19432 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19433 instead of replacing its value. (Bug#8340)
19434
19435 2011-09-07 Juri Linkov <juri@jurta.org>
19436
19437 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19438 based on text properties put by `grep-filter' instead of matching
19439 escape sequences.
19440 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19441 to the value of `grep-error-screen-columns' (bug#9438).
19442
19443 2011-09-07 Juri Linkov <juri@jurta.org>
19444
19445 * simple.el (next-error-highlight, next-error-highlight-no-select):
19446 Doc fix (bug#9432).
19447
19448 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19449
19450 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19451 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19452
19453 2011-09-07 Leo Liu <sdl.web@gmail.com>
19454
19455 * net/rcirc.el (rcirc-mode): Conditionally initialize
19456 rcirc-input-ring.
19457
19458 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19459
19460 * emacs-lisp/find-func.el (find-function-C-source): Only set
19461 find-function-C-source-directory after checking that we found a source
19462 file there (bug#9440).
19463
19464 2011-09-06 Alan Mackenzie <acm@muc.de>
19465
19466 * isearch.el (isearch-other-meta-char): Wherever a key list is
19467 unread, "unread" the prefix arg, too. This fixes bug #8901.
19468
19469 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19470
19471 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19472
19473 2011-09-05 Juri Linkov <juri@jurta.org>
19474
19475 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19476
19477 2011-09-05 Juri Linkov <juri@jurta.org>
19478
19479 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19480 keeping point where processing of grep matches begins, and
19481 continue to delete remaining escape sequences from the same point.
19482 (grep-filter): Make leading zero optional in "0?1;31m" because
19483 git-grep emits "\033[1;31m" escape sequences unlike expected
19484 "\033[01;31m" as GNU Grep does (bug#9408).
19485 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19486
19487 2011-09-05 Juri Linkov <juri@jurta.org>
19488
19489 * subr.el (y-or-n-p): Capitalize "yes".
19490
19491 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19492
19493 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19494 `tramp-cache-unload-hook' where appropriate.
19495 (tramp-methods): Rename `tramp-remote-sh' to
19496 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19497 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19498
19499 * net/tramp-sh.el (top): Don't require 'shell.
19500 (tramp-methods): Add `tramp-remote-shell' and
19501 `tramp-remote-shell-args' entries.
19502 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19503 (tramp-sh-handle-shell-command): Remove.
19504 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19505 Use `tramp-remote-shell'.
19506
19507 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19508
19509 * mail/sendmail.el (sendmail-query-once-function): Delete.
19510 (sendmail-query-once): Save directly to send-mail-function.
19511 Update message-send-mail-function too.
19512
19513 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19514
19515 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19516
19517 * progmodes/python.el (python-mode-map): Use correct function to
19518 start python interpreter from menu-bar (as reported by Geert
19519 Kloosterman).
19520 (inferior-python-mode-map): Fix typo.
19521 (python-shell-map): Remove.
19522
19523 2011-09-03 Deniz Dogan <deniz@dogan.se>
19524
19525 * net/rcirc.el (rcirc-print): Simplify code for
19526 rcirc-scroll-show-maximum-output. There is no need to walk
19527 through all windows to find the right one.
19528
19529 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19530
19531 * help.el (help-return-method): Doc fix.
19532
19533 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19534
19535 * window.el (window-deletable-p): Don't return a non-nil value
19536 when there's a buffer that was shown in the window before.
19537 (Bug#9419)
19538 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19539 Set window's previous buffers to nil.
19540
19541 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19542
19543 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19544 newline before and after the tag line, so it doesn't interfere
19545 with determining the paragraph direction of bidirectional text.
19546
19547 2011-09-03 Leo Liu <sdl.web@gmail.com>
19548
19549 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19550
19551 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19552
19553 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19554 (pop-to-buffer): Change interactive spec. Pass second argument
19555 directly to display-buffer.
19556 (display-buffer): Fix interactive spec. Use functionp to
19557 distinguish between a function and a list of functions.
19558
19559 * abbrev.el (edit-abbrevs):
19560 * arc-mode.el (archive-extract):
19561 * autoinsert.el (auto-insert):
19562 * bookmark.el (bookmark-bmenu-list):
19563 * files.el (find-file):
19564 * view.el (view-buffer):
19565 * progmodes/compile.el (compilation-goto-locus):
19566 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19567
19568 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19569
19570 * window.el (display-buffer-alist): Doc fix.
19571 (display-buffer): Add docstring. Don't treat
19572 display-buffer-default specially.
19573 (display-buffer-reuse-selected-window)
19574 (display-buffer-same-window, display-buffer-maybe-same-window)
19575 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19576 (display-buffer-pop-up-window)
19577 (display-buffer-reuse-or-pop-window)
19578 (display-buffer-use-some-window): New functions.
19579 (display-buffer-default-action): Use them.
19580 (display-buffer-default): Delete.
19581 (pop-to-buffer-1): Fix choice of actions.
19582
19583 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19584
19585 * minibuffer.el (completion--insert-strings): Don't get confused by
19586 completion entries that end with an LF char.
19587
19588 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19589
19590 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19591
19592 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19593
19594 * window.el (display-buffer): Restore interactive spec.
19595 (display-buffer-same-window, display-buffer-other-window):
19596 New functions.
19597 (pop-to-buffer-1): New function. Use the above.
19598 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19599 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19600
19601 * view.el (view-buffer-other-window, view-buffer-other-frame):
19602 Just use pop-to-buffer.
19603
19604 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19605
19606 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19607
19608 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19609
19610 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19611
19612 2011-08-31 Richard Stallman <rms@gnu.org>
19613
19614 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19615 of the separation of rmail-view-buffer from rmail-buffer.
19616 If you say no to "replace original", the decrypt is in the
19617 view buffer. If you say yes, the decrypt goes into the
19618 rmail buffer also.
19619
19620 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19621
19622 * window.el (display-buffer-window): Rewrite doc-string.
19623 (display-buffer-record-window): New function.
19624 (display-buffer-macro-specifiers)
19625 (display-buffer-even-window-sizes, display-buffer-set-height)
19626 (display-buffer-set-width, display-buffer-in-window)
19627 (display-buffer-reuse-window, display-buffer-split-specifiers)
19628 (display-buffer-side-specifiers, display-buffer-split-window-1)
19629 (display-buffer-split-window, display-buffer-split-atom-window)
19630 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19631 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19632 (display-buffer-other-window-means-other-frame)
19633 (display-buffer-normalize-special)
19634 (display-buffer-normalize-default)
19635 (display-buffer-normalize-argument)
19636 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19637 (display-buffer-normalize-specifiers, display-buffer-frame)
19638 (display-buffer-same-window, display-buffer-same-frame)
19639 (display-buffer-other-window)
19640 (display-buffer-same-frame-other-window)
19641 (display-buffer-other-frame, pop-to-buffer-same-window)
19642 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19643 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19644 (switch-to-buffer-same-frame)
19645 (switch-to-buffer-other-window-same-frame)
19646 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19647 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19648 (display-buffer-alist-set): Remove.
19649 (display-buffer-function, special-display-buffer-names)
19650 (special-display-regexps, special-display-function):
19651 In doc-string refer to display-buffer-window and quit-restore
19652 parameter.
19653 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19654 (special-display-frame-alist, special-display-popup-frame)
19655 (same-window-buffer-names, same-window-regexps, same-window-p)
19656 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19657 (split-window-preferred-function, split-height-threshold)
19658 (split-width-threshold, window-splittable-p)
19659 (split-window-sensibly, window--try-to-split-window)
19660 (window--frame-usable-p, even-window-heights)
19661 (window--even-window-heights, window--display-buffer-1)
19662 (window--display-buffer-2, display-buffer-other-frame):
19663 Restore old Emacs 23 code, order and doc-strings where applicable.
19664 (display-buffer-default, display-buffer-assq-regexp): New functions.
19665 (display-buffer-alist): Rewrite doc-string.
19666 (display-buffer-default-action)
19667 (display-buffer-overriding-action): New variables.
19668 (display-buffer, switch-to-buffer): Rewrite.
19669 (pop-to-buffer): Restore Emacs 23 behavior but use
19670 window-normalize-buffer-to-display.
19671 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19672 Restore Emacs 23 behavior but use
19673 window-normalize-buffer-to-switch-to.
19674 (pop-to-buffer-same-window): Rewrite.
19675 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19676 Rewrite using Emacs 23 options.
19677
19678 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19679
19680 * net/tramp.el (tramp-root-regexp): Remove.
19681 (tramp-completion-file-name-regexp-unified)
19682 (tramp-completion-file-name-regexp-separate)
19683 (tramp-completion-file-name-regexp-url): Don't use leading volume
19684 letter on w32 systems. (Bug#5303, Bug#9311)
19685 (tramp-drop-volume-letter): Simplify definition.
19686 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19687
19688 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19689
19690 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19691 (bug#9356).
19692
19693 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19694
19695 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19696
19697 2011-08-29 Juri Linkov <juri@jurta.org>
19698
19699 * isearch.el (isearch-done): Don't display message "Mark saved"
19700 when arg `edit' is non-nil to prevent its flicker in the echo area.
19701
19702 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19703
19704 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19705 obsolete packages for deletion.
19706
19707 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19708
19709 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19710 (help-mode): Derive help-mode from special-mode. Don't invoke
19711 view-mode from help-mode.
19712 (help-xref-override-view-map): Remove.
19713 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19714 view-mode is not used anymore.
19715
19716 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19717
19718 * server.el (server-port): Doc fix.
19719
19720 * cus-theme.el (custom-theme-choose-mode): Inherit from
19721 special-mode (Bug#9124).
19722 (custom-theme-choose-mode-map): Add special-mode to parent.
19723
19724 2011-08-28 Alan Mackenzie <acm@muc.de>
19725
19726 * progmodes/cc-fonts.el
19727 (c-make-font-lock-BO-decl-search-function): New function.
19728 (c-basic-matchers-after - "Fontify the clauses after various
19729 keywords"): Extract the three keyword lists for the 3 erroneous
19730 constructs from the list of four, and use the new function above
19731 in place of an old one.
19732
19733 2011-08-28 Deniz Dogan <deniz@dogan.se>
19734
19735 * net/rcirc.el (rcirc-insert-prev-input)
19736 (rcirc-insert-next-input): Remove unused argument.
19737
19738 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19739
19740 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19741
19742 2011-08-27 Alan Mackenzie <acm@muc.de>
19743
19744 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19745 handle function pointer parameters properly.
19746
19747 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19748
19749 * window.el (display-buffer-reuse-window): Fix case where
19750 selected window was reused with non-nil OTHER-WINDOW argument.
19751 (Bug#9381)
19752
19753 2011-08-27 Deniz Dogan <deniz@dogan.se>
19754
19755 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19756 oftc's NickServ messages.
19757
19758 2011-08-27 Glenn Morris <rgm@gnu.org>
19759
19760 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19761
19762 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19763
19764 * emacs-lisp/package.el (package-install): Call package-initialize
19765 if called interactively.
19766
19767 2011-08-26 Leo Liu <sdl.web@gmail.com>
19768
19769 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19770
19771 2011-08-25 Juri Linkov <juri@jurta.org>
19772
19773 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19774 `search-whitespace-regexp' (bug#9364).
19775
19776 2011-08-25 Juri Linkov <juri@jurta.org>
19777
19778 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19779 `regexp-search-ring' to their global values to protect from
19780 updating by `read-from-minibuffer' (bug#9185).
19781
19782 2011-08-25 Juri Linkov <juri@jurta.org>
19783
19784 * textmodes/ispell.el (ispell-command-loop): Add newline
19785 at the end of the "Use option `i'..." line.
19786
19787 2011-08-25 Juri Linkov <juri@jurta.org>
19788
19789 * battery.el (display-battery-mode): If `battery-status-function'
19790 or `battery-mode-line-format' is nil, display the message and set
19791 `display-battery-mode' to nil (bug#9363).
19792
19793 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19794
19795 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19796 bidi-string-mark-left-to-right; they are unnecessary now.
19797
19798 2011-08-25 Deniz Dogan <deniz@dogan.se>
19799
19800 * net/quickurl.el: Documentation typo fixes.
19801
19802 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19803
19804 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19805
19806 2011-08-25 Glenn Morris <rgm@gnu.org>
19807
19808 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19809
19810 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19811 (smtpmail-via-smtp): Handle nil response from smtp.
19812
19813 2011-08-24 Juri Linkov <juri@jurta.org>
19814
19815 * proced.el (proced-marked): Inherit from `error' instead of
19816 `font-lock-warning-face'.
19817
19818 * ibuffer.el (ibuffer-marked-face): Change default face from
19819 `font-lock-warning-face' to `warning'.
19820 (ibuffer-deletion-face): Change default face from
19821 `font-lock-type-face' to `error'.
19822
19823 * battery.el (battery-update): Use the face `error' instead of
19824 `font-lock-warning-face' (bug#6117).
19825
19826 2011-08-24 Juri Linkov <juri@jurta.org>
19827
19828 * faces.el (success): Change face color from "Green3" to
19829 "ForestGreen" on light background (bug#9353).
19830
19831 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19832
19833 * window.el (quit-window): Rename from quit-restore-window.
19834 Use same arglist as old quit-window.
19835 (frame-auto-delete): Doc fix.
19836
19837 * view.el (view-mode-exit): Use quit-window.
19838
19839 2011-08-24 Juri Linkov <juri@jurta.org>
19840
19841 * isearch.el (isearch-ring-adjust1): Start visiting previous
19842 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19843 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19844 for empty search string (when the last search string is reused
19845 automatically) to adjust the isearch ring to the last element and
19846 prepare the correct index for further M-p commands (bug#9185).
19847
19848 2011-08-24 Kenichi Handa <handa@m17n.org>
19849
19850 * international/ucs-normalize.el: If decomposition property of
19851 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19852 nil.
19853 (nfd, nfkd): Likewise.
19854
19855 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19856
19857 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19858 from process filters aren't reliably transmitted to the surrounding
19859 accept-process-output.
19860 (mpc-proc-check): New function.
19861 (mpc-proc-sync): Use it (bug#8293)
19862
19863 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19864
19865 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19866 Add compatibility functions (bug#9313).
19867
19868 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19869
19870 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19871
19872 * international/uni-bidi.el: Regenerate.
19873
19874 2011-08-23 Kenichi Handa <handa@m17n.org>
19875
19876 * international/charprop.el:
19877 * international/uni-bidi.el:
19878 * international/uni-category.el:
19879 * international/uni-combining.el:
19880 * international/uni-comment.el:
19881 * international/uni-decimal.el:
19882 * international/uni-decomposition.el:
19883 * international/uni-digit.el:
19884 * international/uni-lowercase.el:
19885 * international/uni-mirrored.el:
19886 * international/uni-name.el:
19887 * international/uni-numeric.el:
19888 * international/uni-old-name.el:
19889 * international/uni-titlecase.el:
19890 * international/uni-uppercase.el: Regenerate.
19891
19892 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19893
19894 * help.el (help-window-setup): Fix message displayed when other
19895 window is reused. (Bug#9341)
19896
19897 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19898
19899 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19900 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19901
19902 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19903 Mark obsolete.
19904 * shell.el (shell-parse-pcomplete-arguments): New function.
19905 (shell-completion-vars): Use it instead (bug#9160).
19906
19907 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19908
19909 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19910 strings and comments (bug#9333).
19911
19912 * emacs-lisp/debug.el (debug-arglist): New function.
19913 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19914 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19915
19916 2011-08-22 Juri Linkov <juri@jurta.org>
19917
19918 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19919 Revert regexp that highlights output switches to its old
19920 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19921
19922 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19923 to check for empty output (bug#9226).
19924
19925 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19926
19927 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19928 symbol-constituent as the default, as that stops font-lock from
19929 working properly (Bug#8843).
19930
19931 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19932
19933 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19934 `coding-system-for-*' around the process open call to avoid
19935 auth-source side effects.
19936 (smtpmail-try-auth-methods): Expand the secret password.
19937 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19938 probe hangs.
19939
19940 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19941
19942 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19943
19944 * emacs-lisp/find-func.el (find-function-noselect): New arg
19945 lisp-only.
19946
19947 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19948 signal an error for built-in functions (Bug#6664).
19949
19950 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19951
19952 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19953 (smtpmail-try-auth-methods): Use it.
19954
19955 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19956
19957 * font-lock.el (font-lock-fontify-region)
19958 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19959 (font-lock-default-unfontify-buffer)
19960 (font-lock-default-fontify-region)
19961 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19962
19963 * progmodes/compile.el (compilation-error-properties):
19964 Fix confusion between file struct and message struct (Bug#9319).
19965 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19966 `ant' regexp.
19967
19968 * net/browse-url.el (browse-url-firefox): Don't call
19969 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19970
19971 2011-08-20 Glenn Morris <rgm@gnu.org>
19972
19973 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19974
19975 * tutorial.el (tutorial--default-keys): Update some default bindings.
19976
19977 * files.el (hack-local-variables): Fully ignore case for "mode:".
19978
19979 2011-08-20 Alan Mackenzie <acm@muc.de>
19980
19981 Resolve invalid use of a regexp in regexp-opt.
19982
19983 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19984 detection for a java annotation.
19985
19986 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19987 detection for a java annotation.
19988
19989 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19990 handling for java.
19991 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19992
19993 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
19994
19995 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19996 (Bug#9274).
19997
19998 2011-08-20 Alan Mackenzie <acm@muc.de>
19999
20000 Fontify CPP expressions correctly when starting in the middle of
20001 such a construct. Mainly for when jit-lock etc. starts a chunk
20002 here.
20003
20004 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20005 variable.
20006 (c-make-font-lock-search-form): New function, extracted from
20007 c-make-font-lock-search-function.
20008 (c-make-font-lock-search-function): Use the above function.
20009 (c-make-font-lock-context-search-function): New function.
20010 (c-cpp-matchers): Enhance the preprocessor expression case with
20011 the above function
20012 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20013 which takes an expression.
20014
20015 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20016
20017 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20018
20019 * window.el (display-buffer-reuse-window)
20020 (display-buffer-pop-up-window): Don't reuse or split a side
20021 window.
20022
20023 2011-08-19 Glenn Morris <rgm@gnu.org>
20024
20025 * files.el (hack-local-variables-prop-line, hack-local-variables):
20026 Downcase "Mode:". (Bug#9331)
20027
20028 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20029
20030 * international/characters.el: Add L and R categories.
20031
20032 * subr.el (bidi-string-mark-left-to-right): Rename from
20033 string-mark-left-to-right. Use category search.
20034
20035 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20036
20037 2011-08-18 Juri Linkov <juri@jurta.org>
20038
20039 * faces.el (error, warning, success): New faces with definitions
20040 copied from old default values of `font-lock-warning-face',
20041 `compilation-warning', `compilation-info' (bug#6117).
20042
20043 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20044
20045 * progmodes/compile.el (compilation-error): Inherit from `error'.
20046 (compilation-warning): Inherit from `warning'.
20047 (compilation-info): Inherit from `success'.
20048
20049 * dired.el (dired-marked): Inherit from `warning'.
20050 (dired-flagged): Inherit from `error'.
20051
20052 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20053
20054 * mail/smtpmail.el (auth-source): Require to avoid problems with
20055 binding variables (bug#9298). Also clean up some unused
20056 autoloads.
20057
20058 * net/network-stream.el (network-stream-open-starttls):
20059 Support using starttls.el without using gnutls-cli.
20060
20061 2011-08-17 Juri Linkov <juri@jurta.org>
20062
20063 * progmodes/grep.el (rgrep): Handle the case when
20064 `grep-find-command' is a cons cell (bug#9278).
20065
20066 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20067
20068 * window.el (display-buffer-pop-up-frame): Run frame creation
20069 function with BUFFER current (as special-display-popup-frame
20070 does). Reported by Drew Adams.
20071
20072 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20073
20074 * epa-mail.el: Simplify GnuPG group expansion using
20075 epg-expand-group.
20076 (epa-mail-group-alist, epa-mail-group-modtime)
20077 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20078 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20079 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20080 Remove.
20081
20082 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20083
20084 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20085
20086 2011-08-16 Alan Mackenzie <acm@muc.de>
20087
20088 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20089 Correct, to avoid the inside of macros.
20090
20091 2011-08-16 Richard Stallman <rms@gnu.org>
20092
20093 * epa-mail.el: Handle GnuPG group definitions.
20094 (epa-mail-group-alist, epa-mail-group-modtime)
20095 (epa-mail-gnupg-conf-file): New variables.
20096 (epa-mail-parse-groups, epa-mail-sync-groups)
20097 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20098 (epa-mail-expand-recipients): New functions.
20099 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20100
20101 * mail/rmail.el (rmail-epa-decrypt): New command.
20102
20103 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20104 Don't bind buffer-read-only, just inhibit-read-only.
20105 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20106 (epa-decrypt-armor-in-region): Make error message clearer.
20107
20108 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20109
20110 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20111 and "a2b" to "ab" for `prefix'.
20112
20113 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20114
20115 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20116 filter groups.
20117 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20118 Fourquet (Bug#8804).
20119
20120 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20121
20122 * startup.el (argi): Declare as global variable (bug#9275).
20123
20124 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20125
20126 * subr.el (string-mark-left-to-right): Search the entire string
20127 for RTL script, not just the terminating character. Doc fix.
20128
20129 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20130
20131 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20132 New function.
20133 (js--regexp-literal, js-syntax-propertize-function): Remove.
20134 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20135 (js-mode-map): Don't rebind electric keys.
20136 (js-insert-and-indent): Remove.
20137 (js-mode): Setup electric-layout and electric-indent instead.
20138
20139 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20140
20141 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20142
20143 * epa.el (epa-progress-callback-function): Fix the logic of
20144 displaying progress.
20145 * epa-file.el (epa-file-insert-file-contents): Make progress
20146 display more user-friendly.
20147 (epa-file-write-region): Ditto.
20148
20149 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20150
20151 * subr.el (string-mark-left-to-right): New function.
20152
20153 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20154 Use string-mark-left-to-right.
20155 (list-buffers-noselect): Caller changed.
20156
20157 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20158 Use string-mark-left-to-right.
20159 (tabulated-list-print): Recenter after moving point.
20160
20161 2011-08-10 Juri Linkov <juri@jurta.org>
20162
20163 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20164 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20165 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20166
20167 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20168
20169 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20170 (Bug#7554).
20171
20172 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20173
20174 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20175 character. (Bug#6594)
20176
20177 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20178
20179 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20180 (image-dired--with-db-file): New macro.
20181 (image-dired-write-tags, image-dired-remove-tag)
20182 (image-dired-create-gallery-lists, image-dired-write-comments)
20183 (image-dired-get-comment, image-dired-mark-tagged-files)
20184 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20185 (image-dired-gallery-generate): Use insert-file-contents.
20186
20187 * time.el (display-time-world-list, display-time-world-display):
20188 * time-stamp.el (time-stamp-string):
20189 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20190 set-time-zone-rule (Bug#7337).
20191
20192 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20193
20194 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20195 (epg-error-to-string, epg-errors-to-string): New function.
20196 (epg-wait-for-completion): Reverse errors list.
20197 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20198 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20199 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20200 (epg-sign-keys, epg-generate-key-from-file)
20201 (epg-generate-key-from-string): Format errors by using
20202 epg-errors-to-string (bug#9255).
20203 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20204
20205 2011-08-07 Juri Linkov <juri@jurta.org>
20206
20207 * faces.el (list-faces-display): Remove extra angle bracket
20208 from `help-mode-map'.
20209
20210 * info.el (Info-history-toc-nodes): Doc fix.
20211
20212 * longlines.el (longlines-mode): Doc fix.
20213
20214 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20215
20216 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20217 of statements and in a few more cases (bug#9183).
20218
20219 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20220 New functions.
20221 (cl-transform-lambda): Use them (bug#9239).
20222
20223 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20224
20225 * window.el (display-buffer-same-window)
20226 (display-buffer-same-frame, display-buffer-other-window)
20227 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20228 (pop-to-buffer-other-window)
20229 (pop-to-buffer-same-frame-other-window)
20230 (pop-to-buffer-other-frame): Make them defuns.
20231 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20232
20233 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20234
20235 * subr.el (make-composed-keymap): Move from C. Change calling
20236 convention, and improve docstring to bring attention to a subtle point.
20237 * minibuffer.el (completing-read-default): Adjust accordingly.
20238
20239 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20240
20241 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20242 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20243
20244 * net/trampver.el: Update release number.
20245
20246 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20247
20248 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20249 "in" (bug#9190).
20250
20251 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20252
20253 * mail/sendmail.el (sendmail-query-once): Restore the current
20254 buffer after querying (bug#9074).
20255
20256 * dired.el (dired-flagged): Use different faces for marked and
20257 flagged files (bug#6117).
20258
20259 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20260 (bug#4433).
20261
20262 * ido.el (ido-mode): Switch off the message if called
20263 non-interactively.
20264
20265 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20266 before 587, since it appears that that's more likely to work for
20267 more people.
20268
20269 * cus-edit.el (custom-file): When running under emacs -q, always
20270 refuse to save the customizations, even if the .emacs file doesn't
20271 exist.
20272
20273 * info.el: Remove the `Info-beginning-of-buffer' function
20274 (bug#8325).
20275
20276 * net/network-stream.el (network-stream-open-starttls):
20277 Use `starttls-available-p' to see whether starttls.el can be used.
20278
20279 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20280
20281 * window.el (display-buffer-in-window): Don't set dedicated status
20282 of window here (Bug#9215).
20283 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20284 (display-buffer-pop-up-side-window)
20285 (display-buffer-in-side-window): Set dedicated status of window here.
20286
20287 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20288
20289 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20290 before binding generated-autoload-file.
20291
20292 2011-08-01 Deniz Dogan <deniz@dogan.se>
20293
20294 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20295
20296 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20297
20298 Sync with Tramp 2.2.2.
20299
20300 * net/trampver.el: Update release number.
20301
20302 2011-07-30 Juri Linkov <juri@jurta.org>
20303
20304 * dired-aux.el (dired-touch-initial): Remove function.
20305 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20306 current time, and `default' to the last modification time of the
20307 current marked file (bug#6887).
20308
20309 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20310
20311 * simple.el (goto-line): Use string-to-number to provide a
20312 numeric argument to read-number (bug#9163).
20313
20314 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20315
20316 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20317 connection process, it could be nil.
20318
20319 2011-07-27 Leo Liu <sdl.web@gmail.com>
20320
20321 Simplify url handling in rcirc-mode.
20322
20323 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20324 (rcirc-browse-url-at-mouse): Remove.
20325 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20326
20327 2011-07-26 Alan Mackenzie <acm@muc.de>
20328
20329 Fontify bitfield declarations properly.
20330
20331 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20332 (c-symbol-chars): Now exported as a lang variable.
20333 (c-not-primitive-type-keywords): New lang variable.
20334
20335 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20336 QT keyword "more" to prevent "more slots: ...." being spuriously
20337 parsed as a bitfield declaration.
20338
20339 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20340 Refactor and enhance to handle bitfield declarations.
20341 (c-punctuation-in): New function.
20342 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20343 declarations properly.
20344
20345 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20346
20347 * calendar/icalendar.el (icalendar--all-events): Take care of
20348 multiple vcalendars in a single file.
20349 (icalendar--convert-float-to-ical): Checkdoc fixes.
20350
20351 2011-07-25 Deniz Dogan <deniz@dogan.se>
20352
20353 * image.el (insert-image): Clarifying docstring.
20354
20355 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20356
20357 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20358 `tramp-send-command-and-check' if there is no error.
20359 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20360
20361 2011-07-22 Alan Mackenzie <acm@muc.de>
20362
20363 Prevent cc-langs.elc being loaded at run time.
20364
20365 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20366 cc-langs.
20367
20368 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20369 "(require 'cc-langs)". Quote a form so it will evaluate at
20370 (cc-mode's) compilation time.
20371
20372 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20373
20374 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20375 loading. (Bug#9114)
20376
20377 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20378
20379 * window.el (display-buffer-pop-up-window)
20380 (display-buffer-pop-up-side-window)
20381 (display-buffer-in-side-window): Call display-buffer-set-height
20382 and display-buffer-set-width after setting the new window's
20383 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20384
20385 2011-07-20 Sam Steingold <sds@gnu.org>
20386
20387 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20388 (etags-tags-included-tables): Call `convert-standard-filename' on
20389 the file names contained in TAGS so that windows Emacs can handle
20390 TAGS files created by cygwin ctags.
20391
20392 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20393
20394 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20395 which apparently didn't work.
20396
20397 2011-07-19 Roland Winkler <winkler@gnu.org>
20398
20399 * proced.el (proced-send-signal): For *Marked Processes* buffer
20400 put point at beginning of buffer.
20401
20402 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20403
20404 * proced.el (proced-format): Make header lines align with the text
20405 (bug#1779).
20406
20407 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20408
20409 * view.el (view-buffer): Allow running in `special' modes if we're
20410 visiting a file (bug#8615).
20411
20412 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20413
20414 * window.el (display-buffer-alist-of-strings-p)
20415 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20416 New functions.
20417 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20418 more accurately.
20419
20420 2011-07-18 Alan Mackenzie <acm@muc.de>
20421
20422 Fontify declarators properly when, e.g., a jit-lock chunk begins
20423 inside a declaration.
20424
20425 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20426
20427 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20428 New function.
20429 (c-complex-decl-matchers): Insert reference to
20430 c-font-lock-enclosing-decls.
20431
20432 * progmodes/cc-engine.el (c-backward-single-comment):
20433 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20434 to nil around calls to (forward-comment -1).
20435
20436 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20437
20438 * image.el (put-image): Doc typo fix.
20439
20440 * progmodes/etags.el (tags-search): Doc typo fix.
20441
20442 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20443 password if we get errors 550 to 554.
20444
20445 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20446
20447 * net/gnutls.el (gnutls-log-level): Remove.
20448
20449 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20450 indentation character (bug#6380).
20451
20452 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20453
20454 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20455 to clarify what the problem is (bug#4291).
20456
20457 * simple.el (current-kill): Clarify what
20458 `interprogram-paste-function' does (bug#7500).
20459 (auto-fill-mode): Document `auto-fill-function' in relation to
20460 `auto-fill-mode' (bug#2470).
20461
20462 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20463
20464 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20465 method if slot is read-only (bug#9035).
20466
20467 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20468
20469 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20470 * window.el (pop-to-buffer): Select window used even if it was
20471 selected before, see discussion of (Bug#8615), (Bug#6954).
20472 Pass argument NORECORD on to select-frame-set-input-focus.
20473
20474 2011-07-15 Glenn Morris <rgm@gnu.org>
20475
20476 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20477 Respect help-form.
20478
20479 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20480
20481 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20482 (gnutls-negotiate): Use it.
20483
20484 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20485
20486 * net/gnutls.el (gnutls-negotiate):
20487 Upcase `gnutls-algorithm-priority'.
20488
20489 2011-07-15 Glenn Morris <rgm@gnu.org>
20490
20491 * jka-compr.el (jka-compr-verbose): Move from here...
20492 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20493 Add missing :version tag.
20494 * info.el: No need to require jka-compr when compiling.
20495
20496 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20497
20498 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20499 (gnutls-negotiate): Use it.
20500
20501 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20502
20503 * info.el (Info-beginning-of-buffer): New command.
20504 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20505 announcing `b' as the key (bug#8325).
20506 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20507
20508 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20509
20510 * international/mule-cmds.el
20511 (describe-specified-language-support): Make the error message
20512 clearer (bug#8905).
20513
20514 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20515
20516 * isearch.el (isearch-barrier): Add a doc string, since it's
20517 mentioned in a function doc string (bug#8678).
20518
20519 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20520
20521 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20522 buffer argument (Bug#9083) and self-identifying label argument.
20523
20524 2011-07-15 Glenn Morris <rgm@gnu.org>
20525
20526 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20527
20528 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20529
20530 * man.el (Man-fontify-manpage): Fix message when formatting the
20531 man page (bug#7929).
20532
20533 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20534
20535 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20536 argument LRM; if non-nil, append an invisible LRM character to the
20537 buffer name.
20538 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20539 last argument non-nil, when formatting buffer names.
20540 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20541 paragraph direction.
20542
20543 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20544
20545 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20546 the man page name (bug#7929).
20547
20548 * image.el (put-image): Mention the `put-image' overlay property
20549 (bug#7834).
20550
20551 * scroll-bar.el (set-scroll-bar-mode): Mention that
20552 `scroll-bar-mode' lists the values (bug#7772).
20553
20554 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20555 command (bug#7729).
20556
20557 * rect.el (apply-on-rectangle): Return the point after the last
20558 operation.
20559 (string-rectangle): Go to the point after the last operation
20560 (bug#7522).
20561
20562 * printing.el (pr-toggle-region): Clarify the documentation
20563 slightly (bug#7493).
20564
20565 * time.el (display-time-update):
20566 Allow `display-time-mail-function' to return nil (bug#7158).
20567 Fix suggested by Detlev Zundel.
20568
20569 * vc/diff.el (diff): Clarify the order the file names are read
20570 (bug#7111).
20571
20572 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20573 the doc string (bug#7015).
20574
20575 * font-lock.el (font-lock-maximum-decoration): Mention what
20576 numeric levels mean (bug#6935).
20577
20578 * startup.el (initial-buffer-choice): Don't mention the `none'
20579 selection, which is against policy.
20580
20581 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20582
20583 * window.el (display-buffer-normalize-special):
20584 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20585
20586 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20587
20588 * subr.el (version<, version<=, version=): Mention "-CVS" and
20589 "-12345" alpha version numbers.
20590
20591 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20592
20593 * bindings.el: Add advertised binding for set-mark-command
20594 (Bug#5772).
20595
20596 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20597
20598 * bindings.el (mode-line-other-buffer):
20599 * bookmark.el (bookmark-bmenu-2-window):
20600 * bs.el (bs-cycle-next, bs-cycle-previous):
20601 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20602 switch-to-buffer.
20603
20604 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20605 Delete.
20606
20607 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20608
20609 * follow.el (follow-debug-message, follow-redisplay):
20610 * jka-cmpr-hook.el (with-auto-compression-mode):
20611 Fix typos in docstrings.
20612
20613 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20614
20615 * subr.el (with-silent-modifications): Clarify somewhat what the
20616 macro inhibits (bug#6525).
20617
20618 * simple.el (eval-expression): Note what it does if called
20619 interactively (bug#6495).
20620
20621 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20622
20623 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20624 Use pop-to-buffer buffer-or-name if it is nil.
20625
20626 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20627 Remove switch-to-buffer.
20628
20629 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20630
20631 * files.el (make-directory): Clarify that an error will be raised
20632 if there's an error (bug#6397).
20633
20634 * startup.el (initial-buffer-choice): Add `none' as a choice
20635 (bug#6234).
20636
20637 * subr.el (add-hook): Clarify section about buffer-local hooks
20638 (bug#6218).
20639
20640 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20641
20642 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20643
20644 * tabify.el (untabify): Preserve the current column so that point
20645 doesn't move (bug#6032).
20646
20647 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20648
20649 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20650 Rewrite to avoid awkward possessive "s" (bug#5986).
20651
20652 2011-07-13 Glenn Morris <rgm@gnu.org>
20653
20654 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20655 (dired-insert-directory): Give a message the first time
20656 if ls is found not to support --dired.
20657
20658 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20659
20660 * simple.el (toggle-truncate-lines): Clarify what is toggled
20661 (bug#5580). Text by Drew Adams.
20662
20663 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20664
20665 * simple.el (blink-matching-open): Make the error message from the
20666 last change less verbose.
20667
20668 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20669
20670 * font-lock.el (font-lock-comment-face): Use the high contrast
20671 "yellow" color for font-lock-comment-face on low color terminals
20672 using a dark background color (bug#4221).
20673
20674 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20675
20676 * dired.el (dired-insert-set-properties): Make the doc string
20677 reflect what it does now (bug#5325).
20678
20679 * simple.el (blink-matching-open): Say that we were unable to find
20680 the match within the limit, if we're limited (bug#5122).
20681
20682 * international/mule-cmds.el (prefer-coding-system): Add an
20683 example (bug#4869).
20684
20685 * progmodes/etags.el (tags-search): Document `file-list-form'
20686 (bug#4731).
20687
20688 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20689
20690 * net/browse-url.el (browse-url-default-browser)
20691 (browse-url-browser-function): Make the default browser choice a
20692 bit more logical (bug#4300). Also clean up the doc string.
20693
20694 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20695
20696 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20697 binary endings (bug#4440).
20698
20699 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20700
20701 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20702 which can be pretty annoying (bug#8971).
20703
20704 * jka-compr.el (jka-compr-verbose): New variable, and use
20705 throughout (bug#8971).
20706
20707 * info.el (Info-find-file): Fall back on the installation
20708 directory if we can't find the info node anywhere else.
20709
20710 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20711
20712 * vc/vc.el (vc-revert-file):
20713 Don't set file time-stamp in the past. (Bug#5181)
20714
20715 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20716
20717 * files.el (after-find-file): Give a better error message when
20718 trying to find a symlink that points to a file that doesn't exist
20719 (bug#4398).
20720
20721 * progmodes/cc-vars.el: Remove (probably) misleading comment
20722 (bug#4396).
20723
20724 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20725
20726 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20727
20728 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20729
20730 * mouse-sel.el: Hack restoring functionality, while keeping
20731 compatibility with 2010-07-03 changes to mouse selection.
20732 (mouse-sel-primary-overlay): New var.
20733 (mouse-sel-selection-alist): Use it.
20734 (mouse-sel-mode): Doc fix; remove points that are default features
20735 of mouse.el.
20736
20737 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20738
20739 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20740 Fix previous fix (bug#2490).
20741
20742 2011-07-12 Roland Winkler <winkler@gnu.org>
20743
20744 * textmodes/bibtex.el (bibtex-initialize):
20745 Use pop-to-buffer-same-window.
20746 (bibtex-search-entries): Fix interactive call.
20747
20748 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20749
20750 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20751 Fontise bytecomp Error lines more correctly (bug#2490).
20752 Fix suggested by Johan Bockgård.
20753
20754 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20755
20756 * dired-x.el (dired-guess-default): Use `delete-dups'.
20757
20758 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20759
20760 * dired.el (dired-mark-prompt):
20761 * dired-aux.el (dired-read-shell-command): Doc fix.
20762
20763 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20764
20765 * mail/sendmail.el (sendmail-query-once):
20766 Use `customize-save-variable' unconditionally, now that it works under
20767 emacs -Q.
20768
20769 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20770
20771 * cus-edit.el (custom-file): Take an optional no-error variable.
20772 (customize-save-variable): Set the variable, and give a warning if
20773 running under "emacs -q".
20774
20775 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20776
20777 * loadhist.el (unload-feature-special-hooks):
20778 Add `auto-coding-functions', `fill-nobreak-predicate' and
20779 `find-directory-functions' (bug#5327).
20780
20781 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20782
20783 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20784
20785 * cus-edit.el (custom-guess-name-alist): -alist variables should
20786 use the `alist' type (bug#3120). Suggested by Drew Adams.
20787
20788 * printing.el: Add documentation to all the `pr-toggle-' commands.
20789
20790 2011-07-11 Leo Liu <sdl.web@gmail.com>
20791
20792 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20793 backends where it makes sense (bug#2623).
20794
20795 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20796
20797 * dired-x.el (dired-guess-default): Remove duplicate shell command
20798 entries (bug#2028).
20799 (dired-guess-default): Fix grammar in doc string (bug#2028).
20800 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20801
20802 * subr.el (remove-duplicates): New conveniency function.
20803
20804 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20805
20806 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20807 (bug#1526).
20808
20809 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20810
20811 * window.el (display-buffer-normalize-default): Don't invert
20812 meaning of even-window-heights. Reported by Eli Zaretskii
20813 <eliz@gnu.org>.
20814
20815 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20816
20817 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20818
20819 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20820
20821 * window.el (display-buffer): Fix arguments to
20822 display-buffer-reuse-window in last change.
20823
20824 * faces.el (link): Use a less saturated blue on light backgrounds.
20825
20826 * startup.el (fancy-startup-text, fancy-about-text)
20827 (fancy-startup-tail): Use font-lock faces, for background safety.
20828
20829 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20830
20831 * emulation/viper-cmd.el (viper-change-state-to-vi):
20832 Limit triggering of abbrev expansion (Bug#9038).
20833
20834 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20835
20836 * window.el (display-buffer-default-specifiers): Remove.
20837 (display-buffer-macro-specifiers): Remove default specifiers.
20838 (display-buffer-alist): Default to nil.
20839 (display-buffer-reuse-window): New optional argument other-window.
20840 (display-buffer-pop-up-window): Allow splitting internal
20841 windows. Check whether a live window was created.
20842 (display-buffer-other-window-means-other-frame)
20843 (display-buffer-normalize-arguments): Rename to
20844 display-buffer-normalize-argument and rewrite. Set the
20845 other-window specifier.
20846 (display-buffer-normalize-special): New function.
20847 (display-buffer-normalize-options): Rename to
20848 display-buffer-normalize-default and rewrite.
20849 (display-buffer-normalize-options-inhibit): Remove.
20850 (display-buffer-normalize-specifiers): Rewrite.
20851 (display-buffer): Process other-window specifier and call
20852 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20853 more faithfully.
20854 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20855 (display-buffer-alist-set): Don't handle 'unset default values.
20856 (display-buffer-in-window, display-buffer-alist-set):
20857 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20858 <tassilo@member.fsf.org>.
20859
20860 2011-07-09 Leo Liu <sdl.web@gmail.com>
20861
20862 * register.el (insert-register): Restore accidental change on
20863 2011-06-26. (Bug#9028)
20864
20865 2011-07-09 Glenn Morris <rgm@gnu.org>
20866
20867 * subr.el (remq): Handle the empty list. (Bug#9024)
20868
20869 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20870
20871 * mail/sendmail.el (send-mail-function): No longer delay custom
20872 initialization.
20873 * custom.el (custom-initialize-delay): Doc fix.
20874
20875 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20876
20877 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20878
20879 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20880
20881 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20882 human-friendly prompt.
20883
20884 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20885
20886 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20887 provided by a particular plugin.
20888
20889 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20890
20891 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20892 save customizations (with "emacs -Q"), just set the variable
20893 instead of erroring out.
20894
20895 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20896
20897 2011-07-08 Juri Linkov <juri@jurta.org>
20898
20899 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20900 (archive-zip-update-case): Use 7z if found by `executable-find'.
20901 The order of searching the available programs is the same as in
20902 `archive-zip-extract' (bug#8968).
20903
20904 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20905
20906 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20907 (menu-bar-options-menu): Tweak descriptions.
20908
20909 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20910
20911 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20912 menu items into verb phrases (bug#1421). Also refill to fit under
20913 80 columns.
20914
20915 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20916
20917 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20918 (Info-read-node-name): Doc fix (Bug#1084).
20919
20920 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20921 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20922 (end-of-sexp, beginning-of-sexp)
20923 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20924 (forward-symbol, forward-same-syntax, word-at-point)
20925 (sentence-at-point): Doc fix (Bug#1144).
20926
20927 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20928
20929 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20930 should cover it (bug#1281).
20931
20932 * cus-edit.el (custom-show): Mark as obsolete.
20933
20934 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20935 negotiation fails, then possibly try again with a non-encrypted
20936 connection (bug#9017).
20937
20938 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20939 be used.
20940
20941 2011-07-07 Richard Stallman <rms@gnu.org>
20942
20943 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20944 property, and handle its changed format.
20945 Look for the correct line number.
20946 Use file's line contents (but not past first =) to find
20947 correct line in message.
20948
20949 2011-07-07 Kenichi Handa <handa@m17n.org>
20950
20951 * international/characters.el (build-unicode-category-table):
20952 Delete it.
20953 (unicode-category-table): Set it by unicode-property-table-internal.
20954
20955 * international/mule-cmds.el (char-code-property-alist): Move to
20956 to src/chartab.c.
20957 (get-char-code-property): Call unicode-property-table-internal to
20958 load a file. Call get-unicode-property-internal where necessary.
20959 (put-char-code-property): Call unicode-property-table-internal to
20960 load a file. Call put-unicode-property-internal where necessary.
20961 put-unicode-property-internal where necessary.
20962 (char-code-property-description):
20963 Call unicode-property-table-internal to load a file.
20964
20965 * international/charprop.el:
20966 * international/uni-bidi.el:
20967 * international/uni-category.el:
20968 * international/uni-combining.el:
20969 * international/uni-comment.el:
20970 * international/uni-decimal.el:
20971 * international/uni-decomposition.el:
20972 * international/uni-digit.el:
20973 * international/uni-lowercase.el:
20974 * international/uni-mirrored.el:
20975 * international/uni-name.el:
20976 * international/uni-numeric.el:
20977 * international/uni-old-name.el:
20978 * international/uni-titlecase.el:
20979 * international/uni-uppercase.el: Regenerate.
20980
20981 * loadup.el: Load international/charprop.el before
20982 international/characters.
20983
20984 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20985
20986 * window.el (next-buffer, previous-buffer): Signal an error if
20987 called from a minibuffer window.
20988
20989 * bindings.el: Revert 2011-07-04 change.
20990
20991 2011-07-06 Richard Stallman <rms@gnu.org>
20992
20993 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20994 (rmail-mime-insert-bulk, rmail-mime-insert-text):
20995 Treat markers like ints.
20996 (rmail-mime-entity): Doc fix.
20997
20998 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20999
21000 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21001 defcustom again for backwards compatibility.
21002
21003 * simple.el (shell-command-on-region): Fill.
21004
21005 * dired-aux.el (dired-kill-line): Add a doc string.
21006
21007 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21008 to "\\sw\\|\\s_" (bug#358).
21009
21010 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21011 (dired-unmark-backward): Ditto.
21012 (dired-flag-backup-files): Ditto.
21013
21014 * dired-x.el (dired-mark-sexp): Ditto.
21015
21016 2011-07-06 Richard Stallman <rms@gnu.org>
21017
21018 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21019 (rmail-mime-entity): New arg TRUNCATED.
21020 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21021 New functions.
21022 (rmail-mime-save): Warn if entity is truncated.
21023 (rmail-mime-toggle-hidden): Likewise, for showing.
21024 (rmail-mime-process-multipart): Record when an entity is truncated.
21025
21026 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21027 if ENTITY is a string.
21028
21029 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21030
21031 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21032 of faces when `M-C-x'-ing their definitions (bug#8378).
21033 Also clean up the code slightly.
21034
21035 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21036 because that makes the colors go away.
21037
21038 * mail/sendmail.el (send-mail-function): Change the default to
21039 `sendmail-query-once'.
21040 (sendmail-query-once): Add an autoload cookie.
21041
21042 * net/network-stream.el (network-stream-open-starttls): Try using
21043 a plain connection even if the server offered STARTTLS, and we
21044 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21045 capability. This should make smtpmail.el work in slightly more
21046 configurations.
21047
21048 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21049
21050 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21051 New defun.
21052 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21053
21054 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21055
21056 * progmodes/sql.el: Version 3.0
21057 (sql-product-alist): Add product :completion-object,
21058 :completion-column, and :statement attributes.
21059 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21060 (sql-mode-syntax-table): Mark all punctuation.
21061 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21062 ansi keywords.
21063 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21064 (sql-mode-oracle-font-lock-keywords): Improve.
21065 (sql-oracle-show-reserved-words): New function for development.
21066 (sql-product-font-lock): Simplify for source code buffers.
21067 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21068 New functions.
21069 (sql-highlight-product): Set product specific syntax table.
21070 (sql-mode-map): Add statement movement functions.
21071 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21072 New variable.
21073 (sql-statement-regexp, sql-beginning-of-statement)
21074 (sql-end-of-statement, sql-signum): New functions.
21075 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21076 (sql-show-sqli-buffer): Bug fix.
21077 (sql-interactive-mode): Store connection data as buffer local.
21078 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21079 with sql-interactive-mode.
21080 (sql-save-connection): Save buffer local settings.
21081 (sql-connection-menu-filter): Change menu entry name.
21082 (sql-product-interactive): Bug fix.
21083 (sql-preoutput-hold): New variable.
21084 (sql-interactive-remove-continuation-prompt): Bug fixes.
21085 (sql-debug-redirect): New variable.
21086 (sql-str-literal): New function.
21087 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21088 Redesign.
21089 (sql-oracle-save-settings, sql-oracle-restore-settings)
21090 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21091 (sql-completion-object, sql-completion-column)
21092 (sql-completion-sqlbuf): New variables.
21093 (sql-build-completions-1, sql-build-completions)
21094 (sql-try-completion): New functions.
21095 (sql-read-table-name): Use them.
21096 (sql-contains-names): New buffer local variable.
21097 (sql-list-all, sql-list-table): Use it.
21098 (sql-oracle-completion-types): New variable.
21099 (sql-oracle-completion-object, sql-sqlite-completion-object)
21100 (sql-postgres-completion-object): New functions.
21101
21102 2011-07-06 Glenn Morris <rgm@gnu.org>
21103
21104 * window.el (pop-to-buffer): Doc fix.
21105
21106 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21107
21108 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21109
21110 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21111
21112 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21113
21114 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21115
21116 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21117
21118 * button.el (button): Inherit from link face. Suggested by Dan
21119 Nicolaescu.
21120
21121 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21122
21123 * progmodes/gdb-mi.el: Fit in 80 columns.
21124 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21125 switch-to-buffer.
21126
21127 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21128 if imenu is simply not configured (bug#8941).
21129
21130 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21131
21132 * allout.el (allout-post-undo-hook): New allout outline-change
21133 event hook to signal undo activity.
21134 (allout-post-command-business): Run allout-post-undo-hook if an
21135 undo just occurred.
21136 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21137 * allout-widgets.el (allout-widgets-after-undo-function):
21138 Ensure the integrity of the current item's decoration after it has been
21139 in the vicinity of an undo.
21140 (allout-widgets-mode): Include allout-widgets-after-undo-function
21141 on the new allout-post-undo-hook.
21142
21143 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21144
21145 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21146 Let define-derived-mode define it.
21147 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21148 cycles of abbrev-table inheritance (bug#8998).
21149
21150 2011-07-05 Roland Winkler <winkler@gnu.org>
21151
21152 * textmodes/bibtex.el: Add support for biblatex.
21153 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21154 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21155 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21156 (bibtex-entry-alist, bibtex-field-alist): New variables.
21157 (bibtex-entry-field-alist): Obsolete alias for
21158 bibtex-BibTeX-entry-alist.
21159 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21160 (bibtex-set-dialect): New command.
21161 (bibtex-entry-type, bibtex-entry-head)
21162 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21163 Bind via bibtex-set-dialect.
21164 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21165 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21166 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21167 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21168 Define via bibtex-set-dialect.
21169 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21170 Obey bibtex-no-opt-remove-re.
21171 (bibtex-vec-push, bibtex-vec-incr): New functions.
21172 (bibtex-format-entry, bibtex-field-list)
21173 (bibtex-print-help-message, bibtex-validate)
21174 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21175
21176 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21177
21178 * progmodes/compile.el (compilation-goto-locus):
21179 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21180 * bs.el (bs-cycle-next, bs-cycle-previous):
21181 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21182 * bindings.el (mode-line-other-buffer):
21183 * autoinsert.el (auto-insert):
21184 * arc-mode.el (archive-extract):
21185 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21186
21187 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21188
21189 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21190 Fix check of `emacs-lock-unlockable-modes'.
21191 Coerce true values of `emacs-lock--try-unlocking' to t.
21192
21193 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21194
21195 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21196 * emacs-lock.el: New file.
21197
21198 2011-07-05 Julien Danjou <julien@danjou.info>
21199
21200 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21201 than `boundp' to check if face is set.
21202
21203 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21204
21205 * register.el (registerv-make):
21206 * window.el (window-min-height): Fix typos in docstrings.
21207
21208 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21209
21210 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21211 Update doc string.
21212
21213 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21214
21215 * server.el (server-execute): Catch quit and call
21216 `server-return-error' to pass the error back to emacsclient and
21217 close the connection (bug#8942).
21218
21219 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21220
21221 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21222 insecure exception for current topic. Also note that auto-saves
21223 are handled differently.
21224
21225 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21226 State variables for tracking auto-save inhibition situation.
21227
21228 (allout-write-contents-hook-handler): Rename from
21229 'allout-write-file-hook-handler', and describe how it depends on
21230 write-contents-functions sensitivity to non-nil value to prevent
21231 file write.
21232
21233 (allout-auto-save-hook-handler): Remove. auto-save does not check
21234 this in individual buffers, only in the starting buffer, so this
21235 is not the right way for us to inhibit auto-save in a buffer
21236 according to its condition.
21237
21238 (allout-mode): Use new allout-write-contents-hook-handler, and
21239 only with write-contents-functions. Remove auto-save provisions -
21240 they're implemented elsewhere.
21241
21242 (allout-before-change-handler): If undo is in progress, note that
21243 for attention of allout-post-command-business.
21244
21245 (allout-post-command-business): If the command we're following was
21246 an undo, check for change in the status of encrypted items and
21247 adjust auto-save inhibitions accordingly.
21248
21249 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21250 according to whether there are or aren't any plain-text topics
21251 pending encryption.
21252
21253 (allout-inhibit-auto-save-info-for-decryption):
21254 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21255 if there are plain-text topics pending encryption.
21256
21257 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21258 buffer-saved-size and some allout state to not inhibit auto-saves
21259 if there are no longer any plain-text topics pending encryption.
21260
21261 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21262 No longer provide for exemption of the current topic.
21263
21264 2011-07-04 Juri Linkov <juri@jurta.org>
21265
21266 Add 7z operations to delete and save changed members (bug#8968).
21267 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21268 New defcustoms.
21269 (archive-7z-write-file-member): New function.
21270 (archive-7z-summarize): Fix the number of dashes in the
21271 listing output.
21272
21273 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21274
21275 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21276 (bug#8958).
21277
21278 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21279
21280 * bindings.el: Ignore next-buffer and previous-buffer in
21281 minibuffer-local-map.
21282
21283 * font-lock.el (font-lock-builtin-face): Change light background
21284 color to dark slate blue (Bug#6693).
21285
21286 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21287
21288 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21289
21290 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21291
21292 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21293 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21294 Add switch-to-buffer.
21295
21296 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21297
21298 * isearch.el (isearch-search-fun-function): Clarify further the
21299 meaning of the function returned.
21300
21301 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21302
21303 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21304
21305 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21306 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21307 Use it.
21308 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21309 `tramp-default-remote-path' does not exist.
21310 (tramp-send-command-and-read): New optional argument NOERROR.
21311 (tramp-open-connection-setup-interactive-shell)
21312 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21313 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21314 (tramp-process-sentinel): Flush also process' connection property.
21315 (tramp-sh-handle-start-file-process): Do not set process
21316 sentinel. It is done now ...
21317 (tramp-maybe-open-connection): ... here. (Bug#8929)
21318
21319 2011-07-04 MON KEY <monkey@sandpframing.com>
21320
21321 * play/animate.el (animate-string): Doc fixes and allow changing
21322 the buffer name (bug#5417).
21323
21324 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21325
21326 * play/animate.el (animation-buffer-name): Rename from *animate*.
21327
21328 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21329
21330 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21331 This is simpler and helps future-proof the code.
21332 (timer-until): Use time-subtract and float-time.
21333 (timer--time-less-p): Use time-less-p.
21334
21335 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21336
21337 * type-break.el (timep): Use the value of `float-time' to avoid a
21338 byte-compiler warning.
21339
21340 * server.el (server-eval-and-print): Return any result, even nil.
21341
21342 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21343
21344 * type-break.el: Accept time formats that the builtins accept.
21345 (timep, type-break-time-difference): Accept any format that
21346 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21347 This is simpler and helps future-proof the code.
21348 (type-break-time-difference): Round rather than ignoring
21349 subseconds components.
21350
21351 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21352
21353 * info.el (Info-apropos-matches): Make non-interactive, since it
21354 doesn't seem to do anything useful as a command (bug#8829).
21355
21356 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21357
21358 * frame.el (frame-background-mode, frame-set-background-mode):
21359 Move from faces.el.
21360 (frame-default-terminal-background): New function.
21361
21362 * custom.el (custom-push-theme): Don't record faces in `changed'
21363 theme; this doesn't work correctly for per-frame face settings.
21364 (disable-theme): Use face-set-after-frame-default to reset faces.
21365 (custom--frame-color-default): New function.
21366
21367 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21368
21369 * dired.el (dired-flagging-regexp): Remove unused variable
21370 (bug#8769).
21371
21372 2011-03-29 Kevin Ryde <user42@zip.com.au>
21373
21374 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21375 `perl-Test2' extend to match possible "fail #N" rep count
21376 (bug#8377).
21377
21378 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21379
21380 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21381 `smtpmail-via-smtp' now returns the error instead of nil.
21382
21383 * isearch.el (isearch-search-fun-function): Clarify the doc string
21384 (bug#8101).
21385
21386 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21387
21388 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21389 unnecessary spaces (bug#8987).
21390
21391 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21392
21393 * net/network-stream.el (open-network-stream): Use the
21394 :end-of-capability command thoughout.
21395
21396 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21397
21398 * net/network-stream.el (open-network-stream): Add the
21399 :end-of-capability command parameter, used by pop3.el.
21400
21401 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21402
21403 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21404
21405 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21406 for list)" (bug#6475).
21407
21408 * files.el (file-expand-wildcards): Ignore non-readable
21409 sub-directories while trying to find matches instead of signaling
21410 an error (bug#6297).
21411
21412 * man.el (Man-reference-regexp): Allow matching possible
21413 word-wrapped references (bug#6289).
21414
21415 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21416 for consistency with the other vc buffers (bug#6197).
21417 (vc-checkin): Ditto.
21418
21419 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21420
21421 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21422
21423 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21424
21425 * custom.el (defcustom): Clarify that :set is only used in the
21426 Customize user interface (bug#6089).
21427
21428 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21429 associated with a file, refuse to run instead of erroring out
21430 (bug#6084).
21431
21432 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21433 the doc string, since it appears that using `fill-column' always
21434 controls the width (bug#7845).
21435
21436 * simple.el (shell-command-on-region): Say where the error output
21437 went if `shell-command-default-error-buffer' is set (bug#6857).
21438
21439 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21440
21441 * allout.el (allout-yank-processing): Adjust cursor position for
21442 backwards-deleted space.
21443
21444 (allout-rebullet-heading): Register changes with
21445 allout-exposure-changed-hook, so the modified topic is properly
21446 decorated.
21447
21448 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21449
21450 * minibuffer.el (completion-in-region): Document PREDICATE
21451 (bug#7136).
21452
21453 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21454 of keyword/argument pairs (bug#6904).
21455
21456 * replace.el (multi-occur):
21457 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21458
21459 2011-07-02 Drew Adams <drew.adams@oracle.com>
21460
21461 * dired.el (dired-mark-if): Make the message about whether it's
21462 marking or unmarking clearer (bug#8523).
21463
21464 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21465
21466 * disp-table.el (display-table-print-array): New function.
21467 (describe-display-table): Use it to print the vectors more pretty
21468 (Bug#8859).
21469
21470 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21471
21472 * window.el (window-state-get-1): Don't assign clone numbers.
21473 Add clone-of item to list of window parameters.
21474 (window-state-put-2): Don't process clone numbers.
21475 (display-buffer-alist): Fix doc-string.
21476
21477 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21478
21479 * subr.el (remq): Don't allocate if it's not needed.
21480 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21481 (keymap--merge-bindings): New functions.
21482 (keymap-canonicalize): Use them to refine the canonicalization.
21483 * minibuffer.el (minibuffer-local-completion-map)
21484 (minibuffer-local-must-match-map): Move initialization from C.
21485 (minibuffer-local-filename-completion-map): Move initialization from C;
21486 don't inherit from anything here.
21487 (minibuffer-local-filename-must-match-map): Make obsolete.
21488 (completing-read-default): Use make-composed-keymap to combine
21489 minibuffer-local-filename-completion-map with either
21490 minibuffer-local-must-match-map or
21491 minibuffer-local-filename-completion-map.
21492
21493 2011-07-01 Glenn Morris <rgm@gnu.org>
21494
21495 * type-break.el (type-break-time-sum): Use dolist.
21496
21497 * textmodes/flyspell.el (flyspell-word-search-backward):
21498 Replace CL function.
21499
21500 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21501
21502 * mouse.el (mouse--strip-first-event): New function.
21503 (function-key-map): Use it to map fringe clicks to normal clicks
21504 by default.
21505
21506 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21507 (vc-bzr-revision-completion-table): Add support for annotate and date.
21508
21509 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21510 inherit from parent.
21511
21512 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21513
21514 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21515 (dired-show-file-type): Doc fixup (bug#8818).
21516
21517 * dired.el (dired-mode): Fix up the doc string as suggested by
21518 Drew Adams (bug#8817).
21519
21520 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21521 cookie, since the manual says that it should be possible to add
21522 this function to `find-file-hook' (bug#8709).
21523
21524 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21525
21526 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21527 here. Noted Ted Zlatanov as the maintainer.
21528 (cfengine-common-settings, cfengine-common-syntax): New functions
21529 to set up common things between `cfengine-mode' and
21530 `cfengine3-mode'.
21531 (cfengine3-mode): New mode.
21532 (cfengine3-defuns cfengine3-defuns-regex
21533 (cfengine3-class-selector-regex cfengine3-category-regex)
21534 (cfengine3-vartypes cfengine3-font-lock-keywords)
21535 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21536 (cfengine3-indent-line): Add from cfengine3.el.
21537
21538 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21539
21540 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21541
21542 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21543
21544 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21545
21546 * window.el (same-window-buffer-names, same-window-regexps)
21547 (same-window-p, special-display-frame-alist)
21548 (special-display-popup-frame, special-display-function)
21549 (special-display-buffer-names, special-display-regexps)
21550 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21551 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21552 (split-window-preferred-function, split-height-threshold)
21553 (split-width-threshold, even-window-heights)
21554 (display-buffer-mark-dedicated, window-splittable-p)
21555 (split-window-sensibly, window-safely-shrinkable-p):
21556 Un-obsolete.
21557 (display-buffer): Don't spread args with function specifier
21558 because special-display-popup-frame won't like it.
21559
21560 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21561
21562 Time-stamp simplifications and fixes.
21563 These improve accuracy slightly, and future-proof the code
21564 against some potential changes to current-time format.
21565
21566 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21567 by using time-since and float-time.
21568
21569 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21570 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21571 + NNN microseconds".
21572
21573 * type-break.el (type-break-time-sum): Rewrite using time-add.
21574
21575 * play/hanoi.el (hanoi-current-time-float): Remove.
21576 All uses replaced by float-time.
21577
21578 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21579 This yields a more-accurate answer.
21580 (rng-time-to-float): Remove; no longer needed.
21581
21582 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21583
21584 * calendar/timeclock.el (timeclock-seconds-to-time):
21585 Defalias to seconds-to-time, since they're the same thing.
21586
21587 * emacs-lisp/elp.el (elp-elapsed-time):
21588 * emacs-lisp/benchmark.el (benchmark-elapse):
21589 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21590
21591 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21592
21593 * window.el (bury-buffer): Don't iconify the only frame.
21594 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21595 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21596
21597 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21598
21599 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21600 Add mouse-yank-primary.
21601
21602 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21603
21604 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21605
21606 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21607
21608 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21609 (find-library-name): Use it to find relative load names when provided
21610 absolute file name (bug#8803).
21611
21612 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21613
21614 * textmodes/flyspell.el (flyspell-word): Consider words that
21615 differ only in case as potential doublons (bug#5687).
21616
21617 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21618 Remove two rather uninteresting debugging-like messages to make
21619 debbugs.el more silent.
21620
21621 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21622 a password-like phrase.
21623
21624 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21625
21626 * progmodes/cc-guess.el: New file.
21627
21628 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21629
21630 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21631 derived from `c-basic-common-init'.
21632
21633 * progmodes/cc-mode.el (top-level): Require cc-guess.
21634 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21635
21636 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21637
21638 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21639
21640 2011-06-30 Alan Mackenzie <acm@muc.de>
21641
21642 * progmodes/cc-engine.el (c-guess-continued-construct):
21643 Correct the handling of template-args-cont, particularly for when font
21644 lock is disabled. Name this case as "CASE G".
21645
21646 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21647
21648 * allout.el (allout-yank-processing): Fix injection of extra space
21649 between bullet and non-whitespace character in first topic when
21650 pasting, ensuring that the actual spacing in the pasted topic
21651 following the bullet char is preserved. This extra space was
21652 causing pasted encrypted topics to get a decrypted status even
21653 when the content was actually still encrypted. Now the decryption
21654 status from before the paste is preserved.
21655
21656 (allout-flag-region): Set all allout overlays so they evaporate
21657 when reduced to zero length (evanescent), to prevent overlay
21658 leakage.
21659
21660 2011-06-30 Glenn Morris <rgm@gnu.org>
21661
21662 * w32-fns.el (w32-charset-info-alist): Declare.
21663
21664 * find-dired.el (find-grep-options): Simplify.
21665
21666 * term/ns-win.el (ns-set-resource): Declare.
21667
21668 * ses.el (row, col): Declare dynamic variables honestly.
21669
21670 * textmodes/reftex-parse.el (index-tags): Declare.
21671
21672 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21673
21674 * cus-edit.el (customize-push-and-save): New function.
21675
21676 * files.el (hack-local-variables-confirm): Use it.
21677
21678 * custom.el (load-theme): New arg NO-CONFIRM.
21679 Use customize-push-and-save (Bug#8720).
21680 (custom-enabled-themes): Doc fix.
21681
21682 * cus-theme.el (customize-create-theme)
21683 (custom-theme-merge-theme): Callers to load-theme changed.
21684
21685 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21686
21687 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21688 short URLs have at least one dot in them (bug #7614).
21689
21690 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21691 nil, because using a pty is apparently too slow (bug #895).
21692
21693 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21694
21695 * mail/sendmail.el (sendmail-query-once): New function.
21696 (sendmail-query-once-function): New variable.
21697
21698 2011-06-29 Glenn Morris <rgm@gnu.org>
21699
21700 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21701
21702 * ses.el (top-level): Require cl when compiling.
21703 (ses-set-localvars): Fix error statement.
21704 Call it at compile time to silence a storm of warnings.
21705
21706 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21707
21708 * window.el (normalize-live-buffer): Rename to
21709 window-normalize-buffer.
21710 (normalize-live-frame): Rename to window-normalize-frame.
21711 (normalize-any-window): Rename to window-normalize-any-window.
21712 (normalize-live-window): Rename to window-normalize-live-window.
21713 (make-window-atom): Rename to window-make-atom.
21714 (window-resize-reset): Rename to window--resize-reset.
21715 (window-resize-reset-1): Rename to window--resize-reset-1.
21716 (resize-mini-window): Rename to window--resize-mini-window.
21717 (resize-subwindows-skip-p): Rename to
21718 window--resize-subwindows-skip-p.
21719 (resize-subwindows-normal): Rename to
21720 window--resize-subwindows-normal.
21721 (resize-subwindows): Rename to window--resize-subwindows.
21722 (resize-other-windows): Rename to window--resize-siblings.
21723 (resize-this-window): Rename to window--resize-this-window.
21724 (resize-root-window): Rename to window--resize-root-window.
21725 (resize-root-window-vertically): Rename to
21726 window--resize-root-window-vertically.
21727 (normalize-buffer-to-display): Rename to
21728 window-normalize-buffer-to-display.
21729 (normalize-buffer-to-switch-to): Rename to
21730 window-normalize-buffer-to-switch-to.
21731 Correspondingly update all callers of the functions listed
21732 above.
21733 (display-buffer-alist, display-buffer-normalize-arguments)
21734 (display-buffer-normalize-options, display-buffer)
21735 (display-buffer-alist-set): Use "function" instead of
21736 "fun-with-args".
21737
21738 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21739
21740 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21741 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21742 debbugs.gnu.org. Mention acknowledgment email.
21743
21744 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21745
21746 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21747 buffer multibyteness, since it shouldn't matter.
21748
21749 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21750
21751 * window.el (display-buffer-in-side-window): Handle dedicated
21752 windows as in display-buffer-reuse-window.
21753 (display-buffer-normalize-alist): Use value of override
21754 specifier.
21755 (display-buffer-normalize-specifiers): Use value of
21756 other-window-means-other-frame specifier.
21757 (display-buffer-alist): Rewrite some texts in widgets.
21758 (display-buffer): Spread arguments when calling function
21759 specified by fun-with-args.
21760
21761 2011-06-28 Deniz Dogan <deniz@dogan.se>
21762
21763 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21764 Unnest `let'.
21765
21766 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21767 selectors (Bug#5732).
21768 (css-proprietary-nmstart-re): Use `regexp-opt'.
21769
21770 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21771
21772 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21773 (eshell-ls-date-format): New defcustom.
21774 (eshell-ls-file): Use it.
21775
21776 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21777
21778 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21779
21780 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21781
21782 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21783 (ange-ftp-make-tmp-name): New arg.
21784 (ange-ftp-file-local-copy): Use it.
21785
21786 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21787
21788 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21789 no-conversion (Bug#8870).
21790
21791 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21792
21793 * window.el (window-right, window-left, window-child)
21794 (window-child-count, window-last-child)
21795 (window-iso-combination-p, walk-window-tree-1)
21796 (window-atom-check-1, window-tree-1, delete-window)
21797 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21798 new naming conventions - window-vchild, window-hchild,
21799 window-next and window-prev are now called window-top-child,
21800 window-left-child, window-next-sibling and window-prev-sibling
21801 respectively.
21802 (resize-window-reset): Rename to window-resize-reset.
21803 (resize-window-reset-1): Rename to window-resize-reset-1.
21804 (resize-window): Rename to window-resize.
21805 (window-min-height, window-min-width)
21806 (resize-mini-window, resize-this-window, resize-root-window)
21807 (resize-root-window-vertically, adjust-window-trailing-edge)
21808 (enlarge-window, shrink-window, maximize-window)
21809 (minimize-window, delete-window, quit-restore-window)
21810 (split-window, balance-windows, balance-windows-area-adjust)
21811 (balance-windows-area, window-state-put-2)
21812 (display-buffer-even-window-sizes, display-buffer-set-height)
21813 (display-buffer-set-width, set-window-text-height)
21814 (fit-window-to-buffer): Rename all "resize-window" prefixed
21815 calls to use the "window-resize" prefix convention.
21816 (display-buffer-alist): Fix symbol for label specifier.
21817 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21818 corresponding specifier.
21819 Reported by Juanma Barranquero <lekktu@gmail.com>.
21820
21821 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21822
21823 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21824 convention.
21825 (ses-call-printer): Does not pass an empty string to formatter when the
21826 cell is empty to keep from barking printer Calc math-format-value.
21827
21828 2011-06-27 Richard Stallman <rms@gnu.org>
21829
21830 * battery.el (battery-mode-line-limit): New variable.
21831 (battery-update): Handle it.
21832
21833 * mail/rmailmm.el (rmail-mime-process-multipart):
21834 Handle truncated messages.
21835
21836 2011-06-27 Glenn Morris <rgm@gnu.org>
21837
21838 * progmodes/flymake.el (flymake-err-line-patterns):
21839 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21840
21841 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21842
21843 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21844 (ses--clean-!, ses--clean-_): New functions.
21845 (ses-range): Add configurability of readout order, and conversion
21846 to Calc vector.
21847
21848 * ses.el (ses-repair-cell-reference-all): New function.
21849 (ses-cell-symbol): Set macro as safe, so that it can be used in
21850 formulas.
21851
21852 * ses.el: Update cycle detection algorithm.
21853 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21854 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21855 (ses-set-localvars): New function.
21856 (ses-make-cell): Add property-list as a cell element.
21857 (ses-cell-property-get-fun, ses-cell-property-get)
21858 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21859 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21860 New functions.
21861 (ses-cell-property-set, ses-cell-property-pop)
21862 (ses-cell-property-get-handle): New macro.
21863 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21864 New aliases, used for code readability.
21865 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21866 cycle detection.
21867 (ses-self-reference-early-detection): New defcustom.
21868 (ses-formula-references): Robustify against self-referring cells.
21869 (ses-mode): Use ses-set-localvars.
21870 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21871 before lauching the update processing.
21872 (ses-initialize-Dijkstra-attempt): New function.
21873 (ses-recalculate-cell): Update for cycle detection based on
21874 Dijkstra algorithm.
21875
21876 * ses.el: Fix commenting and indenting convention.
21877
21878 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21879
21880 * bs.el (bs-cycle-next): Complete last change.
21881
21882 2011-06-27 Drew Adams <drew.adams@oracle.com>
21883
21884 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21885
21886 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21887
21888 * net/network-stream.el (network-stream-open-starttls):
21889 Don't re-get capabilities unless we've reestablished connection.
21890 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21891
21892 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21893 to binary to possibly avoid line encoding issues on Windows (among
21894 other things).
21895
21896 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21897
21898 * net/network-stream.el (open-network-stream): Return an :error
21899 saying what the problem was, if possible.
21900
21901 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21902 server.
21903
21904 * net/network-stream.el (network-stream-open-starttls): If we
21905 wanted to use STARTTLS, and the server offered it, but we weren't
21906 able to because we had no STARTTLS support, then close the connection.
21907 (open-network-stream): Return an :error element, if present.
21908
21909 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21910
21911 * hl-line.el (hl-line-sticky-flag): Doc fix.
21912 (global-hl-line-sticky-flag): New option (Bug#8323).
21913 (global-hl-line-highlight): Obey it.
21914
21915 * vc/vc.el (vc-revert-show-diff): Default to t.
21916
21917 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21918
21919 * allout-widgets.el (allout-widgets-post-command-business):
21920 Stop decorating intermediate isearch matches. They're not being
21921 undecorated when an isearch is continued past, and isearch
21922 automatically collapses them. This leads to "widget leaks", where
21923 decorated items accumulate in collapsed areas. Lines with lots of
21924 hidden widgets can slow down cursor travel, substantially.
21925 Too much complicated machinery would be needed to ensure undecoration,
21926 so we're doing without this nicety.
21927
21928 (allout-widgets-tally-string): Don't try to do a hash-table-count
21929 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21930 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21931 *Messages* when allout-widgets-maintain-tally is t.
21932
21933 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21934
21935 * window.el (display-buffer-normalize-argument): Rename to
21936 display-buffer-normalize-arguments. Handle special meaning of
21937 LABEL argument. Respect special-display-function when popping up
21938 a new frame. Fix code searching for a window showing the buffer
21939 on another frame.
21940 (display-buffer-normalize-specifiers):
21941 Call display-buffer-normalize-arguments.
21942 (display-buffer-in-window): Don't undedicate the window if its
21943 buffer remains the same.
21944 Reported by Drew Adams <drew.adams@oracle.com>.
21945 (display-buffer-alist): Add choice for same-window macro
21946 specfier.
21947 (display-buffer): Mention special meaning of LABEL argument in
21948 doc-string. Fix quoting. Don't pop up a new frame even as
21949 fallback.
21950
21951 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21952
21953 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21954 avoid deleting the current window in some cases (bug#8911).
21955
21956 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21957
21958 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21959 (Bug#8934)
21960
21961 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21962
21963 * net/network-stream.el (network-stream-open-starttls):
21964 Use built-in TLS support if `gnutls-available-p' is true.
21965 (network-stream-open-tls): Ditto.
21966
21967 2011-06-26 Leo Liu <sdl.web@gmail.com>
21968
21969 * register.el (registerv): New struct.
21970 (registerv-make): New function.
21971 (jump-to-register, describe-register-1, insert-register):
21972 Support the jump-func, print-func and insert-func slot of a registerv
21973 struct. (Bug#8415)
21974
21975 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21976
21977 * vc/vc.el (vc-revert-show-diff): New defcustom.
21978 (vc-diff-internal): New arg specifying diff buffer.
21979 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
21980 reuse an existing *vc-diff* buffer (Bug#8927).
21981
21982 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21983
21984 2011-06-26 Glenn Morris <rgm@gnu.org>
21985
21986 * progmodes/f90.el (f90-critical-indent): New option.
21987 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21988 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21989 (f90-mode): Doc fix.
21990 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21991 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21992 (f90-beginning-of-block, f90-next-block, f90-indent-region)
21993 (f90-match-end): Handle block, critical.
21994
21995 2011-06-25 Glenn Morris <rgm@gnu.org>
21996
21997 * calendar/diary-lib.el (diary-included-files): Doc fix.
21998 (diary-include-files): New function, extracted from
21999 diary-include-other-diary-files and diary-mark-included-diary-files.
22000 (diary-include-other-diary-files, diary-mark-included-diary-files):
22001 Just call diary-include-files.
22002 (diary-mark-entries): Reset diary-included-files on first call.
22003
22004 * calendar/diary-lib.el (diary-mark-entries)
22005 (diary-mark-included-diary-files):
22006 Visit included diary-files in temp buffers.
22007
22008 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22009 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22010 (f90-start-block-re, f90-imenu-generic-expression)
22011 (f90-looking-at-program-block-start, f90-no-block-limit):
22012 Add support for submodules.
22013
22014 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22015 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22016
22017 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22018
22019 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22020 buffer-file-type before setting its value, to avoid disastrous
22021 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22022
22023 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22024
22025 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22026
22027 * ses.el (ses-unload-function):
22028 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22029
22030 * proced.el (proced-unload-function):
22031 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22032
22033 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22034
22035 * server.el (server-create-window-system-frame): Add parameters arg.
22036 (server-process-filter): Doc fix. Handle frame-parameters.
22037
22038 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22039
22040 Fix bug#8730, bug#8781.
22041
22042 * loadhist.el (unload--set-major-mode): New function.
22043 (unload-feature): Use it.
22044
22045 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22046 (python-unload-function): New function.
22047
22048 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22049
22050 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22051
22052 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22053
22054 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22055 the candidates list.
22056
22057 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22058
22059 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22060
22061 2011-06-23 Richard Stallman <rms@gnu.org>
22062
22063 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22064 (rmail-variables): Set next-error-move-function.
22065 (rmail-what-message): Take argument POS.
22066 (rmail-next-error-move): New function.
22067
22068 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22069
22070 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22071 messages for adjacent non-terminals.
22072
22073 2011-06-23 Richard Stallman <rms@gnu.org>
22074
22075 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22076 (rmail-show-message-1): Preserve buffer modified flag.
22077 (rmail-start-mail): Don't specify use of rmail-mail-return;
22078 that's done by mail-bury now.
22079 (rmail-mail-return): Handle arg NEWBUF.
22080
22081 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22082
22083 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22084 SIZE is a number.
22085
22086 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22087
22088 * window.el (get-lru-window, get-mru-window)
22089 (get-largest-window): Never return a minibuffer window.
22090 (display-buffer-pop-up-window): Fix a bug that could lead to
22091 reusing the minibuffer window.
22092 (display-buffer): Pass original specifier argument to
22093 display-buffer-function instead of the normalized one.
22094 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22095
22096 2011-06-22 Leo Liu <sdl.web@gmail.com>
22097
22098 * minibuffer.el (completing-read-function)
22099 (completing-read-default): Move from minibuf.c.
22100
22101 2011-06-22 Richard Stallman <rms@gnu.org>
22102
22103 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22104 to Rmail even if not started by a special Rmail command.
22105
22106 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22107 Copy the buffer currently showing just one message.
22108
22109 2011-06-22 Roland Winkler <winkler@gnu.org>
22110
22111 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22112 (bibtex-clean-entry): First delete the old key so that a
22113 customized algorithm for generating the new key does not get
22114 confused by the old key.
22115 (bibtex-url): Obey regexp of first step.
22116 (bibtex-search-entries): Do not use add-to-list with local
22117 list-var.
22118
22119 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22120
22121 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22122 stored a user name, then query for the password first, instead of
22123 waiting for SMTP to give an error message and the trying again.
22124
22125 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22126
22127 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22128 BUFFER in call-process.
22129
22130 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22131
22132 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22133 QUIT twice.
22134 (smtpmail-try-auth-methods): Require user name and password from
22135 auth-source.
22136
22137 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22138
22139 * window.el (display-buffer-default-specifiers)
22140 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22141 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22142 (split-window): Normalize SIDE argument (Bug#8916).
22143
22144 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22145 (special-display-frame-alist, special-display-popup-frame):
22146 Remove duplicate declarations. These are now in window.el.
22147
22148 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22149
22150 * mail/smtpmail.el (smtpmail-via-smtp):
22151 Set :use-starttls-if-possible so that we always use STARTTLS if the
22152 server supports it. SMTP servers that support STARTTLS commonly
22153 require it.
22154
22155 * net/network-stream.el (network-stream-open-starttls): Support
22156 upgrading to STARTTLS always, even if we don't have built-in support.
22157 (open-network-stream): Add the :always-query-capabilities keyword.
22158
22159 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22160 upgrades with `open-network-stream', and rely solely on
22161 auth-source for all credentials. Big changes throughout the file,
22162 but in particular:
22163 (smtpmail-auth-credentials): Remove.
22164 (smtpmail-starttls-credentials): Remove.
22165 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22166 MAIL FROM, too.
22167
22168 * net/network-stream.el (network-stream-open-starttls):
22169 Provide support for client certificates both for external and built-in
22170 STARTTLS.
22171 (auth-source): Require.
22172 (open-network-stream): Document the :client-certificate keyword.
22173 (network-stream-certificate): Change cert-cert to cert and
22174 cert-key to key.
22175
22176 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22177
22178 * net/tramp-cache.el (top): Don't load the persistency file when
22179 "emacs -Q" has been called.
22180
22181 2011-06-21 Tim Harper <timcharper@gmail.com>
22182
22183 * term/ns-win.el (ns-initialize-window-system):
22184 Set application-specific `ApplePressAndHoldEnabled' system
22185 resource to NO as it is not yet supported by the NS port.
22186
22187 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22188
22189 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22190 (list-dynamic-libraries): ...not here.
22191
22192 2011-06-21 Leo Liu <sdl.web@gmail.com>
22193
22194 * subr.el (sha1): Implement sha1 using secure-hash.
22195
22196 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22197
22198 * window.el (display-buffer-alist): In default value do not
22199 enforce searching a window on any but the selected frame.
22200 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22201 (display-buffer-select-window): Remove function.
22202 (display-buffer-in-window): When a window on another frame gets
22203 reused, do not select it any more but just raise its frame if
22204 necessary (Bug#8851) and (Bug#8856).
22205 (display-buffer-normalize-options): Handle pop-up-frames related
22206 options more faithfully.
22207 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22208 window if it is on another frame.
22209 (display-buffer-alist, display-buffer-default-specifiers):
22210 Don't make new frame unsplittable by default.
22211 (display-buffer-normalize-argument): Fix doc-string typo and use
22212 'same-frame-other-window instead of 'other-window when associating
22213 with display-buffer-macro-specifiers.
22214
22215 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
22216
22217 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22218 New functions.
22219 (5x5-mode-map, 5x5-mode-menu): Bind them.
22220 (5x5-draw-grid): Tweak the solver's rendering.
22221
22222 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22223
22224 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22225 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22226
22227 2011-06-21 Drew Adams <drew.adams@oracle.com>
22228
22229 * menu-bar.el: Use function variable instead of switch-to-buffer.
22230 (menu-bar-select-buffer-function): New variable.
22231 (menu-bar-update-buffers): Use it (bug#8876).
22232
22233 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22234
22235 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22236 variable's status.
22237
22238 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22239
22240 * x-dnd.el (x-dnd-version-from-flags)
22241 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22242 and long as number (Bug#8899).
22243 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22244
22245 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22246
22247 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22248 (completion-try-completion, completion-all-completions): Compute the
22249 metadata argument if it's missing; make it optional (bug#8795).
22250
22251 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22252 (widget-complete): Use new :completion-function property.
22253 (widget-completions-at-point): New function.
22254 (default): Use :completion-function instead of :complete.
22255 (widget-default-completions): Rename from widget-default-complete;
22256 Rewrite.
22257 (widget-string-complete, widget-file-complete, widget-color-complete):
22258 Remove functions.
22259 (file, symbol, function, variable, coding-system, color):
22260 * international/mule-cmds.el (default-input-method, charset)
22261 (language-info-custom-alist):
22262 * cus-edit.el (face): Use new property :completions.
22263
22264 * progmodes/pascal.el (pascal-completions-at-point): New function.
22265 (pascal-mode): Use it.
22266 (pascal-mode-map): Use completion-at-point.
22267 (pascal-toggle-completions): Make obsolete.
22268 (pascal-complete-word, pascal-show-completions):
22269 * progmodes/octave-mod.el (octave-complete-symbol):
22270 Redefine as obsolete alias.
22271 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22272 Signal absence of completion info for old Octave,
22273 (inferior-octave-complete): Redefine as obsolete alias.
22274 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22275 (meta-completions-at-point): Rename from meta-complete-symbol and
22276 adapt it for use on completion-at-point-functions.
22277 (meta-common-mode): Use it.
22278 (meta-looking-at-backward, meta-match-buffer): Remove.
22279 (meta-complete-symbol): Redefine as obsolete alias.
22280 (meta-common-mode-map): Use completion-at-point.
22281 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22282 (makefile-mode-map): Use completion-at-point.
22283 (makefile-completions-at-point): Rename from makefile-complete and
22284 adapt it for use on completion-at-point-functions.
22285 (makefile-mode): Use it.
22286 (makefile-complete): Redefine as obsolete alias.
22287
22288 2011-06-20 Deniz Dogan <deniz@dogan.se>
22289
22290 * net/rcirc.el: Delete trailing whitespaces once and for all.
22291
22292 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22293
22294 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22295
22296 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22297
22298 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22299
22300 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22301
22302 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22303
22304 * window.el (display-buffer-other-window-means-other-frame):
22305 Call display-buffer-normalize-alist.
22306 (display-buffer-normalize-specifiers-1): Rename to
22307 display-buffer-normalize-argument. New argument other-frame.
22308 Rewrite.
22309 (display-buffer-normalize-specifiers-2): Rename to
22310 display-buffer-normalize-options.
22311 (display-buffer-normalize-alist-1): New function.
22312 (display-buffer-normalize-specifiers-3): Rename to
22313 display-buffer-normalize-alist.
22314 Call display-buffer-normalize-alist-1.
22315 (display-buffer-normalize-options-inhibit): New variable.
22316 (display-buffer-normalize-specifiers): Rewrite calling
22317 display-buffer-normalize-alist,
22318 display-buffer-normalize-argument, and
22319 display-buffer-normalize-options. Don't call the latter if
22320 display-buffer-normalize-options-inhibit is non-nil.
22321 (frame-auto-delete): New option.
22322 (window-deletable-p): Use frame-auto-delete.
22323 (window-list-no-nils, window-state-ignored-parameters)
22324 (window-state-get-1, window-state-get, window-state-put-list)
22325 (window-state-put-1, window-state-put-2, window-state-put):
22326 New functions.
22327 (display-buffer-normalize-options): Move special-display-p group
22328 after pop-up-frame group (Bug#8851) and (Bug#8856).
22329
22330 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22331
22332 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22333 groups (Bug#8776).
22334 (rx-submatch-n): New function.
22335 (rx): Document it.
22336
22337 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22338 (Bug#8768).
22339
22340 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22341
22342 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22343
22344 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22345 anytime existing face settings are present (Bug#8889).
22346
22347 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22348 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22349 Remove unused argument.
22350
22351 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22352
22353 * window.el (display-buffer-default-specifiers):
22354 Remove pop-up-frame. Add pop-up-window-min-height,
22355 pop-up-window-min-width, and another reuse-window specifier
22356 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22357 (display-buffer-normalize-specifiers-2):
22358 Handle split-height-threshold and split-width-threshold also when
22359 pop-up-windows is unset. Add a reuse-window specifier for the
22360 case popping up a new window fails.
22361 (special-display-popup-frame): Remove double quoting.
22362 (display-buffer-normalize-specifiers-1): Fix thinko.
22363
22364 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22365
22366 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22367 according to comint-completion-addsuffix.
22368
22369 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22370 (pcomplete-suffix-list): Mark as obsolete.
22371 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22372 pcomplete-seen in the closure.
22373 (pcomplete-comint-setup): Setup completion-at-point as well.
22374 (pcomplete--entries): New function.
22375 (pcomplete--env-regexp): New var.
22376 (pcomplete-entries): Rewrite to work with partial-completion and
22377 without relying on pcomplete-suffix-list.
22378 (pcomplete-pare-list): Remove, unused.
22379
22380 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22381
22382 * window.el (display-buffer-alist): Set pop-up-window-min-height
22383 and pop-up-window-min-width in default value. Reported by
22384 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22385 other-window-means-other-frame.
22386 (display-buffer-macro-specifiers): Comment out entry for
22387 other-window specifier.
22388 (display-buffer-other-window-means-other-frame): New function.
22389 (display-buffer-normalize-specifiers-1): New arguments
22390 buffer-name and label. Treat other-window case specially.
22391 (display-buffer-normalize-specifiers-2): Treat other-window case
22392 specially.
22393 (display-buffer-normalize-specifiers-3): New function.
22394 (display-buffer-normalize-specifiers):
22395 Call display-buffer-normalize-specifiers-3.
22396
22397 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22398
22399 * window.el (same-window-p): Fix two typos introduced when
22400 adding with-no-warnings.
22401 (display-buffer-normalize-specifiers-1): Don't check
22402 pop-up-frames for 'unset initialization.
22403 (display-buffer-normalize-specifiers-2): Major rewrite using
22404 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22405 (pop-up-frames, display-buffer-reuse-frames)
22406 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22407 Suggested by David Engster <deng@randomsample.de>.
22408 (even-window-heights): Initialize to 'unset.
22409 (display-buffer-alist-set): Handle new 'unset initializations.
22410 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22411 other window case.
22412
22413 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22414
22415 * window.el (display-buffer-normalize-specifiers-1):
22416 Respect current value of pop-up-frames for most reasonable values of
22417 second argument of display-buffer (Bug#8865).
22418 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22419 (switch-to-buffer-other-window-same-frame)
22420 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22421 Adams (Bug#8875).
22422 (display-buffer): Don't check noninteractive when calling
22423 display-buffer-pop-up-frame.
22424 (display-buffer-pop-up-frame): Never pop up a frame in
22425 noninteractive mode (Bug#8857).
22426 (enlarge-window, shrink-window): Don't report an error when the
22427 window can't be resized as requested (Bug#8862).
22428
22429 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22430
22431 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22432
22433 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22434
22435 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22436
22437 2011-06-15 Alan Mackenzie <acm@muc.de>
22438
22439 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22440 for declarators, disable knr checking to speed up for normal files.
22441 2: Refactor, replacing a sequence of nested if forms by a cond form.
22442
22443 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22444
22445 * net/network-stream.el (open-network-stream): Add the keyword
22446 :always-query-capabilities for the case where you want to force a
22447 `plain' network connection, but the protocol still requires the
22448 capabilitiy command (i.e., SMTP and EHLO).
22449
22450 * subr.el (process-live-p): Rename from `process-alive-p' for
22451 consistency with other `-live-p' functions.
22452
22453 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22454
22455 * window.el (same-window-buffer-names, same-window-regexps)
22456 (special-display-frame-alist, special-display-popup-frame)
22457 (special-display-function, special-display-buffer-names)
22458 (special-display-regexps, pop-up-frame-alist)
22459 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22460 (pop-up-windows, split-window-preferred-function)
22461 (split-height-threshold, split-width-threshold, even-window-heights)
22462 (display-buffer-mark-dedicated): Don't encourage the use of
22463 display-buffer-alist from Elisp code.
22464
22465 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22466
22467 * progmodes/python.el (python-mode): Derive from prog-mode.
22468 * progmodes/ps-mode.el (ps-mode):
22469 * progmodes/mixal-mode.el (mixal-mode):
22470 * progmodes/cfengine.el (cfengine-mode):
22471 * progmodes/ld-script.el (ld-script-mode): Likewise.
22472
22473 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22474
22475 * window.el (display-buffer-alist): Trim default value to avoid
22476 popping up a new frame (Bug#8857) or reusing an arbitrary window
22477 on another frame.
22478 (display-buffer): Do not fall back on popping up a new frame in
22479 batch mode (Bug#8857).
22480
22481 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22482
22483 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22484 (custom-theme-summary): New function.
22485 (customize-themes): Use it.
22486
22487 2011-06-13 Glenn Morris <rgm@gnu.org>
22488
22489 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22490
22491 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22492
22493 * help.el (help-window): Remove variable.
22494 (help-window-point-marker, temp-buffer-max-height)
22495 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22496 (help-print-return-message): Don't set help-window.
22497 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22498 (help-window-setup-finish): Remove.
22499 (help-window-display-message, help-window-setup)
22500 (with-help-window): Major rewrite based on new
22501 display-buffer-window variable.
22502
22503 * help-mode.el (help-mode-finish): Remove help-window related
22504 code.
22505
22506 * view.el (view-exits-all-viewing-windows): Remove reference to
22507 view-return-to-alist in doc-string.
22508 (view-return-to-alist): Make obsolete.
22509 (view-buffer): Call pop-to-buffer-same-window and remove
22510 undo-window code.
22511 (view-buffer-other-window): Call pop-to-buffer-other-window and
22512 simplify code. Ignore second argument.
22513 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22514 simplify code. Ignore second argument.
22515 (view-return-to-alist-update): Make obsolete.
22516 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22517 Rewrite using quit-restore window parameters.
22518 (view-mode-exit): Rename second argument to EXIT-ONLY.
22519 Rewrite using quit-restore-window.
22520 (View-exit, View-exit-and-edit, View-leave, View-quit)
22521 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22522 appropriate arguments.
22523 (view-end-message): Use quit-restore window parameter.
22524
22525 * window.el (display-buffer-function): Rewrite doc-string.
22526 (display-buffer-window, display-buffer-alist): New variables.
22527 (display-buffer-split-specifiers)
22528 (display-buffer-side-specifiers)
22529 (display-buffer-macro-specifiers): New constants.
22530 (display-buffer-even-window-sizes, display-buffer-set-height)
22531 (display-buffer-set-width, display-buffer-select-window)
22532 (display-buffer-in-window, display-buffer-reuse-window)
22533 (display-buffer-split-window-1, display-buffer-split-window)
22534 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22535 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22536 (display-buffer-in-side-window, normalize-buffer-to-display)
22537 (display-buffer-normalize-specifiers-1)
22538 (display-buffer-normalize-specifiers-2)
22539 (display-buffer-normalize-specifiers, display-buffer-frame):
22540 New functions.
22541 (display-buffer): Major rewrite.
22542 (display-buffer-other-window, display-buffer-other-frame)
22543 (pop-to-buffer, switch-to-buffer-other-window)
22544 (switch-to-buffer-other-frame): Rewrite.
22545 (display-buffer-same-window, display-buffer-same-frame)
22546 (display-buffer-same-frame-other-window)
22547 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22548 (pop-to-buffer-other-window)
22549 (pop-to-buffer-same-frame-other-window)
22550 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22551 (switch-to-buffer-other-window-same-frame): New functions.
22552 (same-window-p, special-display-p): Rewrite disabling warnings.
22553 Make obsolete.
22554 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22555 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22556 Make obsolete
22557 (same-window-buffer-names, same-window-regexps)
22558 (special-display-frame-alist, special-display-popup-frame)
22559 (special-display-function, special-display-buffer-names)
22560 (special-display-regexps, pop-up-frame-alist)
22561 (pop-up-frame-function, split-window-preferred-function)
22562 (split-height-threshold, split-width-threshold)
22563 (even-window-heights): Make obsolete.
22564
22565 2011-06-12 Glenn Morris <rgm@gnu.org>
22566
22567 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22568 Misc simplifications.
22569
22570 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22571
22572 * window.el (window-safely-shrinkable-p): Restore function which
22573 was inadvertently removed in change from 2011-06-11. Declare as
22574 obsolete.
22575
22576 * calendar/calendar.el (calendar-generate-window):
22577 Use window-iso-combined-p instead of combination of one-window-p and
22578 window-safely-shrinkable-p.
22579
22580 2011-06-12 Glenn Morris <rgm@gnu.org>
22581
22582 * progmodes/fortran.el (fortran-mode-syntax-table):
22583 * progmodes/f90.el (f90-mode-syntax-table):
22584 Set % to punctuation. (Bug#8820)
22585 (f90-find-tag-default): Remove, no longer needed.
22586
22587 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22588
22589 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22590
22591 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22592
22593 * image.el (image-animated-p): Return animation delay in seconds.
22594 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22595 (image-animate-timeout): Remove DELAY argument. Don't assume
22596 every subimage has the same delay; get it from image-animated-p.
22597 (image-animate): Caller changed.
22598
22599 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22600
22601 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22602 to ignored backtrace functions.
22603
22604 2011-06-11 Glenn Morris <rgm@gnu.org>
22605
22606 * calendar/appt.el (appt-disp-window-function): Doc fix.
22607 (appt-check): Handle overlapping appointments. (Bug#8337)
22608
22609 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22610
22611 * window.el (window-tree-1, window-tree): New functions, moving
22612 the latter to window.el.
22613 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22614 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22615 (bw-refresh-edges): Remove.
22616 (balance-windows-1, balance-windows-2): New functions.
22617 (balance-windows): Rewrite in terms of window tree functions,
22618 balance-windows-1 and balance-windows-2.
22619 (bw-adjust-window): Remove.
22620 (balance-windows-area-adjust): New function with functionality of
22621 bw-adjust-window but using resize-window.
22622 (set-window-text-height): Rewrite doc-string.
22623 Use normalize-live-window and resize-window.
22624 (enlarge-window-horizontally, shrink-window-horizontally):
22625 Rename argument to DELTA.
22626 (window-buffer-height): New function.
22627 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22628 Rewrite using new window resize routines.
22629 (kill-buffer-and-window, mouse-autoselect-window-select):
22630 Use ignore-errors instead of condition-case.
22631 (quit-window): Call delete-frame instead of delete-windows-on
22632 for the only buffer on frame.
22633
22634 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22635
22636 * loadup.el (top-level): Load window before files for the sake
22637 of replace-buffer-in-windows.
22638
22639 * files.el (read-buffer-to-switch)
22640 (switch-to-buffer-other-window)
22641 (switch-to-buffer-other-frame, display-buffer-other-frame):
22642 Move to window.el.
22643
22644 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22645 (previous-buffer): Move to window.el.
22646
22647 * bindings.el (unbury-buffer): Move to window.el.
22648
22649 * window.el (delete-other-windows-vertically): Move after
22650 definition of delete-other-windows.
22651 (other-window, delete-windows-on, replace-buffer-in-windows):
22652 Move here from window.c.
22653 (record-window-buffer, unrecord-window-buffer)
22654 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22655 (switch-to-next-buffer): New functions.
22656 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22657 from simple.el. Call switch-to-next-buffer.
22658 (previous-buffer): Move here from simple.el.
22659 Call switch-to-prev-buffer.
22660 (bury-buffer): Move here from buffer.c. Switch to previous
22661 buffer when window cannot be deleted.
22662 (unbury-buffer): Move here from bindings.el.
22663 (ctl-x-map): Move binding for other-window from window.c to
22664 here.
22665 (read-buffer-to-switch, switch-to-buffer-other-window)
22666 (switch-to-buffer-other-frame): Move here from files.el.
22667 (normalize-buffer-to-switch-to): New functions.
22668 (switch-to-buffer): Move here from buffer.c.
22669 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22670
22671 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22672
22673 * window.el (window-min-height, window-min-width): Move here
22674 from window.c. Add defcustoms and rewrite doc-strings.
22675 (resize-mini-window, resize-window): New functions.
22676 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22677 Move here from window.c.
22678 (maximize-window, minimize-window): New functions.
22679 (delete-window, delete-other-windows, split-window): Move here
22680 from window.c.
22681 (window-split-min-size): New function.
22682 (split-window-keep-point): Mention split-window-above-each-other
22683 instead of split-window-vertically.
22684 (split-window-above-each-other, split-window-vertically):
22685 Rename split-window-vertically to split-window-above-each-other
22686 and provide defalias for old definition.
22687 (split-window-side-by-side, split-window-horizontally):
22688 Rename split-window-horizontally to split-window-side-by-side
22689 and provide defalias for the old definition.
22690 (ctl-x-map): Move bindings for delete-window,
22691 delete-other-windows and enlarge-window here from window.c.
22692 Replace bindings for split-window-vertically and
22693 split-window-horizontally by bindings for
22694 split-window-above-each-other and split-window-side-by-side.
22695
22696 * cus-start.el (all): Remove entries for window-min-height and
22697 window-min-width. Add entries for window-splits and
22698 window-nest.
22699
22700 2011-06-09 Glenn Morris <rgm@gnu.org>
22701
22702 * calendar/appt.el (appt-mode-line): New function.
22703 (appt-check, appt-disp-window): Use it.
22704
22705 * files.el (hack-one-local-variable-eval-safep):
22706 Allow minor-modes with explicit +/-1 arguments.
22707
22708 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22709
22710 * term/xterm.el (xterm): Add defgroup.
22711 (xterm-extra-capabilities): Add defcustom to supply known xterm
22712 capabilities, skip querying them, or query them (default).
22713 (terminal-init-xterm): Use it.
22714 (terminal-init-xterm-modify-other-keys): New function to set up
22715 modifyOtherKeys support to simplify `terminal-init-xterm'.
22716
22717 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22718
22719 * window.el (resize-window-reset, resize-window-reset-1)
22720 (resize-subwindows-skip-p, resize-subwindows-normal)
22721 (resize-subwindows, resize-other-windows, resize-this-window)
22722 (resize-root-window, resize-root-window-vertically)
22723 (window-deletable-p, window-or-subwindow-p)
22724 (frame-root-window-p): New functions.
22725
22726 2011-06-09 Glenn Morris <rgm@gnu.org>
22727
22728 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22729 (ange-ftp-get-files): Use it.
22730
22731 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22732
22733 * mail/sendmail.el (mail-recover-1, mail-recover):
22734 * files.el (recover-file, recover-session):
22735 Handle dired-listing-switches not being just a single short option.
22736
22737 2011-06-09 Glenn Morris <rgm@gnu.org>
22738
22739 * calendar/appt.el (appt-display-message, appt-disp-window):
22740 Handle lists of appointments.
22741
22742 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22743
22744 * window.el (one-window-p): Move down in code.
22745 Rewrite doc-string.
22746 (window-current-scroll-bars): Rewrite doc-string.
22747 Normalize live window argument.
22748 (walk-windows, get-window-with-predicate, count-windows):
22749 Rewrite doc-string. Use window-list-1.
22750 (window-in-direction-2, window-in-direction, get-mru-window):
22751 New functions.
22752
22753 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22754
22755 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22756 Doc fix (Bug#8713).
22757
22758 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22759
22760 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22761
22762 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22763
22764 * loadhist.el (unload-feature-special-hooks):
22765 Add `comint-output-filter-functions'.
22766
22767 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22768
22769 * calendar/appt.el (appt-check): Move some initializations into the let.
22770
22771 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22772
22773 * window.el (window-height): Defalias to window-total-height.
22774 (window-width): Defalias to window-body-width.
22775
22776 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22777
22778 * image-mode.el (image-toggle-animation): New command.
22779 (image-mode-map): Bind it to RET.
22780 (image-mode): Update message.
22781 (image-toggle-display-image): Avoid a spurious cache flush.
22782 (image-transform-rotation): Doc fix.
22783 (image-transform-properties): Return quickly in the normal case.
22784 (image-animate-loop): Rename from image-animate-max-time.
22785
22786 * image.el (image-animate-max-time): Move to image-mode.el.
22787 (create-animated-image): Remove unnecessary function.
22788 (image-animate): Rename from image-animate-start. New arg.
22789 (image-animate-stop): Remove; just use image-animate-timer.
22790 (image-animate-timer): Use car-safe.
22791 (image-animate-timeout): Rename argument.
22792
22793 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22794
22795 * window.el (get-lru-window, get-largest-window): Move here from
22796 window.c. Rename first argument to ALL-FRAMES.
22797 Rephrase doc-strings.
22798 (get-buffer-window-list): Rewrite using window-list-1.
22799 Rephrase doc-string.
22800 (window-safe-min-height, window-safe-min-width): New constants.
22801 (window-size-ignore, window-min-size, window-min-size-1)
22802 (window-sizable, window-sizable-p, window-size-fixed-1)
22803 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22804 (window-max-delta-1, window-max-delta, window-resizable)
22805 (window-resizable-p, window-total-height, window-total-width)
22806 (window-body-width): New functions.
22807 (window-full-height-p, window-full-width-p): Rewrite using
22808 window-total-size.
22809 (window-body-height): Rewrite using window-body-size.
22810
22811 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22812
22813 * window.el (window-right, window-left, window-child)
22814 (window-child-count, window-last-child, window-any-p)
22815 (normalize-live-buffer, normalize-live-frame)
22816 (normalize-any-window, normalize-live-window)
22817 (window-iso-combination-p, window-iso-combined-p)
22818 (window-iso-combinations)
22819 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22820 (windows-with-parameter, window-with-parameter)
22821 (window-atom-root, make-window-atom, window-atom-check-1)
22822 (window-atom-check, window-side-check, window-check):
22823 New functions.
22824 (ignore-window-parameters, window-sides, window-sides-vertical)
22825 (window-sides-slots): New variables.
22826 (window-size-fixed): Move down in code. Minor doc-string fix.
22827
22828 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22829
22830 * comint.el (comint-dynamic-complete-as-filename)
22831 (comint-dynamic-complete-filename): Correctly call
22832 completion-in-region.
22833
22834 2011-06-05 Deniz Dogan <deniz@dogan.se>
22835
22836 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22837 in last change.
22838
22839 2011-06-05 Deniz Dogan <deniz@dogan.se>
22840
22841 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22842 (rcirc): Use it to prompt for encryption.
22843
22844 2011-06-05 Roland Winkler <winkler@gnu.org>
22845
22846 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22847 (bibtex-search-entries): New command bound to C-c C-a.
22848 (bibtex-display-entries): New function.
22849
22850 2011-06-05 Roland Winkler <winkler@gnu.org>
22851
22852 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22853 (bibtex-insert-kill): After yanking insert newline if necessary.
22854 (bibtex-initialize): Call bibtex-string-files-init only once.
22855 (bibtex-mode): Do not call easy-menu-add.
22856 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22857 (bibtex-yank): Set arg properly if nil.
22858
22859 2011-06-05 Roland Winkler <winkler@gnu.org>
22860
22861 * textmodes/bibtex.el (bibtex-search-entry-globally):
22862 New variable.
22863 (bibtex-search-entry): Use it.
22864
22865 2011-06-05 Roland Winkler <winkler@gnu.org>
22866
22867 * textmodes/bibtex.el (bibtex-entry-format): New option
22868 sort-fields.
22869 (bibtex-format-entry, bibtex-reformat): Honor this option.
22870 (bibtex-parse-entry): Return fields in proper order.
22871
22872 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22873
22874 * doc-view.el (doc-view-remove-if): Move computation of result out
22875 of `dolist' to silence misleading lexical-binding warning.
22876
22877 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22878
22879 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22880 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22881
22882 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22883
22884 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22885 "SunOS 5.10".
22886
22887 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22888
22889 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22890 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22891 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22892 (tramp-parse-putty):
22893 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22894 (tramp-completion-function-alist-ssh)
22895 (tramp-completion-function-alist-telnet)
22896 (tramp-completion-function-alist-su)
22897 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22898 cookie.
22899
22900 * net/tramp-ftp.el:
22901 * net/tramp-sh.el:
22902 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22903 load "tramp.el" `tramp-set-completion-function'.
22904
22905 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22906
22907 * shell.el: Require and use pcomplete.
22908 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22909 (shell-completion-vars): Set pcomplete-default-completion-function.
22910
22911 2011-06-04 Deniz Dogan <deniz@dogan.se>
22912
22913 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22914 `memq' (Bug#8799).
22915
22916 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22917
22918 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22919
22920 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22921
22922 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22923 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22924 * vc/log-view.el (log-view-beginning-of-defun):
22925 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22926 (smerge-refine-forward, smerge-refine-chopup-region):
22927 Silence warning for unused `dotimes' counter variables.
22928
22929 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22930
22931 * net/tramp.el (tramp-with-progress-reporter): Rename from
22932 with-progress-reporter. Use `declare'.
22933 * net/tramp-smb.el:
22934 * net/tramp-sh.el:
22935 * net/tramp-gvfs.el: Update all uses.
22936
22937 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22938
22939 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22940 buffer isn't killed before making it current.
22941
22942 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22943
22944 Silence various byte-compiler warnings.
22945 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22946 `access-type' and new obsolescence format.
22947 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22948 new format.
22949 (byte-compile-check-variable): New `access-type' argument.
22950 Only warn if the access-type is obsolete.
22951 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22952 (byte-compile-variable-set): Adjust callers.
22953 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22954 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22955 setting it as obsolete.
22956 * simple.el (minibuffer-completing-symbol):
22957 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22958 access as obsolete.
22959 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22960 obsolete yet.
22961 * international/quail.el (quail-mouse-choose-completion): Remove unused
22962 code referring to obsolete var.
22963 (quail-choose-completion-string): Remove.
22964 * server.el (server-clients-with, server-kill-buffer-query-function)
22965 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22966 * proced.el (proced-send-signal):
22967 * emacs-lisp/lisp.el (lisp-complete-symbol):
22968 Replace completion-annotate-function with completion-extra-properties.
22969
22970 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22971
22972 * simple.el (goto-line): Use read-number.
22973 (overriding-map-is-bound): Remove.
22974 (saved-overriding-map): Change default.
22975 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22976 Take the map as argument.
22977 (universal-argument, negative-argument, digit-argument): Use it.
22978 (restore-overriding-map): Adjust.
22979 (do-auto-fill): Use fill-forward-paragraph.
22980 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22981
22982 * minibuffer.el (minibuffer-inactive-mode-map): New var.
22983 (minibuffer-inactive-mode): New major mode.
22984 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22985 the *Messages* buffer" hack.
22986 (mouse-popup-menubar): Don't burp if the event is a normal key.
22987
22988 Miscellaneous tweaks.
22989 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22990 lexical scoping as in subr.el's dolist and dotimes.
22991 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22992 Silence compiler warning.
22993 * thingatpt.el (forward-whitespace): Trivial coding style fix.
22994 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22995 * international/ccl.el (ccl-compile): Trivial simplification.
22996 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22997 * emacs-lisp/testcover.el (testcover-end): Remove spurious
22998 `printflag' argument.
22999 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23000 Purecopy the whole obsolescence data.
23001
23002 2011-06-01 Leo Liu <sdl.web@gmail.com>
23003
23004 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23005 improve doc-string as suggested by Marco Pessotto
23006 <melmothx@gmail.com>.
23007 (rcirc-print): Fix last change.
23008
23009 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23010
23011 * minibuffer.el (complete-with-action): Return nil for the metadata and
23012 boundaries of non-functional tables.
23013 (completion-table-dynamic): Return nil for the metadata.
23014 (completion-table-with-terminator): Add default case, using
23015 complete-with-action.
23016 (completion--metadata): New function.
23017 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23018 to try and avoid pathological performance problems.
23019 (completion--embedded-envvar-table): Return `category' metadata.
23020
23021 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23022
23023 * subr.el (process-alive-p): New tiny convenience function.
23024
23025 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23026
23027 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23028 content but also its previous major mode.
23029
23030 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23031
23032 * emacs-lisp/debug.el (debug): Restore the previous content of the
23033 *Backtrace* buffer when we exit with C-M-c.
23034
23035 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23036
23037 * minibuffer.el: Add metadata method to completion tables.
23038 (completion-category-overrides): New defcustom.
23039 (completion-metadata, completion--field-metadata)
23040 (completion-metadata-get, completion--styles)
23041 (completion--cycle-threshold): New functions.
23042 (completion-try-completion, completion-all-completions):
23043 Add `metadata' argument to choose completion-styles.
23044 (completion--do-completion): Use metadata to choose cycling.
23045 (completion-all-sorted-completions): Use metadata for sorting.
23046 Remove :completion-cycle-penalty which is not needed any more.
23047 (completion--try-word-completion): Add `metadata' argument.
23048 (minibuffer-completion-help): Check metadata for annotation function
23049 and sorting.
23050 (completion-file-name-table): Return `category' metadata.
23051 (minibuffer-completing-file-name): Make obsolete.
23052 * simple.el (minibuffer-completing-symbol): Make obsolete.
23053 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23054 completion-try-completion.
23055
23056 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23057
23058 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23059
23060 2011-05-30 Leo Liu <sdl.web@gmail.com>
23061
23062 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23063 (rcirc-print): Decode all incoming messages (bug#8744).
23064 (rcirc-decode-coding-system): Allow value nil for automatic coding
23065 system detection.
23066
23067 2011-06-01 Glenn Morris <rgm@gnu.org>
23068
23069 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23070
23071 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23072
23073 * image.el (image-animate-max-time): Allow nil and t values.
23074 Default to nil.
23075 (create-animated-image): Doc fix.
23076 (image-animate-start): Remove second arg; just use
23077 image-animate-max-time.
23078 (image-animate-timeout): Doc fix. Args changed.
23079
23080 * image-mode.el (image-toggle-display-image): Ensure that the
23081 image spec passed to the animate timer is the same object as in
23082 the buffer's display property (Bug#6981).
23083 (image-transform-properties): Doc fix.
23084
23085 * image.el (image-animate-max-time): Default to nil.
23086
23087 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23088
23089 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23090 entire buffer list (Bug#8184).
23091
23092 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23093
23094 * image.el (imagemagick-types-inhibit)
23095 (imagemagick-register-types): Doc fix.
23096
23097 2011-05-29 Deniz Dogan <deniz@dogan.se>
23098
23099 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23100 default.
23101
23102 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23103
23104 * select.el: Don't perform clipboard-manager saving in hooks;
23105 leave the hooks empty.
23106
23107 2011-05-28 Leo Liu <sdl.web@gmail.com>
23108
23109 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23110 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23111 (occur-edit-mode): New major mode (Bug#8463).
23112 (occur-after-change-function): New function.
23113 (occur-engine): Give Occur tags a read-only property.
23114
23115 2011-05-28 Kevin Ryde <user42@zip.com.au>
23116
23117 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23118
23119 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23120
23121 * bindings.el (help-echo): Make the initial non-indicator dash
23122 empty on graphical terminals (Bug#7295).
23123
23124 * files.el (auto-mode-alist): Move config rule after the
23125 in-stripping one (Bug#8547).
23126
23127 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23128
23129 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23130 setting (Bug#8740).
23131
23132 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23133
23134 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23135 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23136 (Bug#8539).
23137
23138 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23139
23140 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23141
23142 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23143
23144 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23145 (hs-hide-block-at-point, hs-find-block-beginning)
23146 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23147 (Bug#8279).
23148
23149 2011-05-28 Glenn Morris <rgm@gnu.org>
23150
23151 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23152
23153 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23154
23155 * help-fns.el (describe-function-1): If the function is a derived
23156 major mode, print the parent mode.
23157
23158 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23159 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23160
23161 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23162
23163 * minibuffer.el (completion--capf-wrapper): Check applicability before
23164 returning non-nil for non-exclusive completion data.
23165 * progmodes/etags.el (tags-completion-at-point-function):
23166 * info-look.el (info-lookup-completions-at-point): Mark as
23167 non-exclusive.
23168 (info-complete): Adjust accordingly.
23169
23170 * info-look.el: Convert to lexical-binding and completion-at-point.
23171 (info-lookup-completions-at-point): New function.
23172 (info-complete): Use it and completion-in-region.
23173
23174 2011-05-28 Drew Adams <drew.adams@oracle.com>
23175
23176 * isearch.el: Let M-e start with point at the first mismatched char.
23177 (isearch-fail-pos): New function.
23178 (isearch-edit-string): Use it.
23179
23180 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23181
23182 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23183
23184 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23185
23186 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23187 traversal functions for avl-trees.
23188 (avl-tree--stack): New struct.
23189 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23190 (avl-tree-enter): Add optional `updatefun' arg.
23191 (avl-tree--do-enter): Add optional `updatefun' arg.
23192 Change return value.
23193 (avl-tree-delete): Add optional `test' and `nilflag' args.
23194 (avl-tree--do-delete): Add `test' and `nilflag' args.
23195 Change return value.
23196 (avl-tree-member): Add optional `nilflag'
23197 (avl-tree-member-p): New function.
23198 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23199 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23200 (avl-tree-stack-empty-p): New functions.
23201
23202 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23203 avl-tree--del-balance1 and make it work both ways.
23204 (avl-tree--del-balance2): Remove.
23205 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23206 make it work both ways.
23207 (avl-tree--enter-balance2): Remove.
23208 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23209 New macros.
23210 (avl-tree--mapc, avl-tree-map): Add direction argument.
23211
23212 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23213
23214 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23215
23216 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23217
23218 * select.el: Support clipboard managers with built-in function
23219 x-clipboard-manager-save, via delete-frame-functions and
23220 kill-emacs-hook.
23221 (xselect-convert-to-targets): Add MULTIPLE target to list.
23222 (xselect-convert-to-save-targets): New function.
23223
23224 2011-05-27 Kenichi Handa <handa@m17n.org>
23225
23226 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23227 let-binding rfc2047-encode-encoded-words to nil.
23228
23229 2011-05-27 Glenn Morris <rgm@gnu.org>
23230
23231 * mail/emacsbug.el: Don't require url-util.
23232
23233 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23234
23235 * files.el (set-auto-mode):
23236 Also respect mode: entries at the end of the file. (Bug#8586)
23237
23238 2011-05-26 Glenn Morris <rgm@gnu.org>
23239
23240 * files.el (hack-local-variables-prop-line, hack-local-variables):
23241 Downcase mode names, as seems to be traditional.
23242 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23243
23244 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23245 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23246
23247 2011-05-25 Julien Danjou <julien@danjou.info>
23248
23249 * textmodes/rst.el (rst-define-level-faces): Do not define face
23250 symbol if it is already defined.
23251
23252 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
23253
23254 * play/5x5.el (5x5-new-game, 5x5-randomize):
23255 Reset 5x5-solver-output to nil when a new grid is cast.
23256 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23257 these debugging traces, as defmacro breaks the compiled code.
23258
23259 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23260
23261 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23262
23263 2011-05-24 Leo Liu <sdl.web@gmail.com>
23264
23265 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23266 (vc-bzr-sha1): Adapt.
23267
23268 * sha1.el: Remove. Function `sha1' is now builtin.
23269
23270 * bindings.el: Provide sha1 feature.
23271
23272 2011-05-24 Kenichi Handa <handa@m17n.org>
23273
23274 * mail/sendmail.el: Require `rfc2047'.
23275 (mail-insert-from-field): Do not perform RFC2047 encoding.
23276 (mail-encode-header): New function.
23277 (sendmail-send-it): Set buffer-file-coding-system of the work
23278 buffer to the return value of select-message-coding-system.
23279 Call mail-encode-header.
23280
23281 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23282
23283 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23284
23285 * mail/supercite.el (sc-default-cite-frame):
23286 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23287
23288 2011-05-24 Glenn Morris <rgm@gnu.org>
23289
23290 * progmodes/python.el (brm-menu): Declare.
23291
23292 * emulation/viper.el (viper-set-hooks): Declare.
23293
23294 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23295 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23296 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23297 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23298 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23299 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23300
23301 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23302
23303 Add an :exit-function for completion-at-point.
23304
23305 * minibuffer.el (completion--done): New fun.
23306 (completion--do-completion): Use it. New arg `expect-exact'.
23307 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23308 since completion--do-completion does it for us now.
23309 (minibuffer-force-complete): Use completion--done and
23310 completion--replace. Handle sole-completion case with more care.
23311 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23312 (completion-extra-properties): New var.
23313 (completion-annotate-function): Make obsolete.
23314 (minibuffer-completion-help): Adjust accordingly.
23315 Use completion-list-insert-choice-function.
23316 (completion-at-point, completion-help-at-point):
23317 Bind completion-extra-properties.
23318 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23319 * simple.el (completion-list-insert-choice-function): New var.
23320 (completion-setup-function): Preserve it.
23321 (choose-completion): Pay attention to it, shuffle the code a bit.
23322 (choose-completion-string): New arg `insert-function'.
23323
23324 * textmodes/bibtex.el: Convert to lexical binding.
23325 (bibtex-mode-map): Use completion-at-point.
23326 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23327 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23328 (bibtex-complete): Define as obsolete alias.
23329 (bibtex-complete-internal): Remove.
23330 (bibtex-format-entry): Remove unused sub-group in regexp.
23331 * shell.el (shell--command-completion-data)
23332 (shell-environment-variable-completion):
23333 * pcomplete.el (pcomplete-completions-at-point):
23334 * comint.el (comint--complete-file-name-data): Use :exit-function
23335 instead of completion-table-with-terminator so it also works for
23336 choose-completion.
23337
23338 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23339
23340 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23341
23342 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23343 (bug#8710).
23344
23345 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23346
23347 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23348
23349 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23350 customization variable and implement: If non-nil, auto-fill will
23351 be inhibited while on topic's header line.
23352
23353 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23354
23355 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23356 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23357 always have a solution in grid size = 5 cases.
23358 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23359 (5x5-solver-output, 5x5-log-buffer): New vars.
23360 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23361 Make these variables buffer local to achieve 5x5 multi-session-ness.
23362 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23363 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23364 (5x5-solve-suggest): New funs.
23365 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23366 randomize a grid so that we ensure that there is always a solution.
23367 (5x5-make-random-grid): Allow other movement than flipping.
23368
23369 2011-05-23 Kevin Ryde <user42@zip.com.au>
23370
23371 * emacs-lisp/advice.el (ad-read-advised-function):
23372 Use `function-called-at-point' as the default, if it has
23373 advice and passes PREDICATE.
23374
23375 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23376
23377 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23378 byte-compile-lambda if it's actually a lambda.
23379
23380 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23381 Fix function quoting. Use backquote better.
23382
23383 2011-05-22 Yuanle Song <sylecn@gmail.com>
23384
23385 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23386 matching (Bug#8516).
23387
23388 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23389
23390 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23391 different face (Bug#8178).
23392
23393 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23394
23395 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23396 defface (Bug#8144).
23397
23398 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23399
23400 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23401 funcall as well (bug#8712). Warn when performing those conversions.
23402 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23403
23404 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23405
23406 2011-05-22 Glenn Morris <rgm@gnu.org>
23407
23408 * files.el (hack-local-variables-prop-line): Small simplifications.
23409 (hack-local-variables, hack-local-variables-prop-line):
23410 If MODE-ONLY, return the mode, rather than just `t'.
23411
23412 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23413
23414 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23415
23416 2011-05-21 Glenn Morris <rgm@gnu.org>
23417
23418 * files.el (hack-local-variables-prop-line, hack-local-variables):
23419 If only interested in the mode, don't bother doing the other stuff.
23420
23421 * image-mode.el (image-after-revert-hook):
23422 Redraw all frames on which the image is visible. (Bug#8567)
23423
23424 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23425
23426 * wid-edit.el (widget-checklist-match-inline):
23427 Fix 2011-04-19 change. (Bug#8649)
23428
23429 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23430
23431 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23432 Also allow singlespace after single-letter capitals followed by a dot.
23433
23434 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23435 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23436
23437 2011-05-20 Nix <nix@esperi.org.uk>
23438
23439 * files.el (basic-save-buffer-2):
23440 Fix handling of break-hardlink-on-save with non-existent files.
23441
23442 2011-05-19 Deniz Dogan <deniz@dogan.se>
23443
23444 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23445 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23446
23447 2011-05-19 Glenn Morris <rgm@gnu.org>
23448
23449 * progmodes/f90.el (f90-type-def-re):
23450 Handle "type, bind(c)". (Bug#8691)
23451
23452 * emacs-lisp/autoload.el (batch-update-autoloads):
23453 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23454
23455 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23456
23457 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23458 property for the correct connection in case of multihops.
23459
23460 2011-05-18 Glenn Morris <rgm@gnu.org>
23461
23462 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23463 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23464
23465 Rationalize calendar handling of day and month abbrev-arrays.
23466 * calendar/calendar.el (calendar-customized-p): New function.
23467 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23468 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23469 Add :set function.
23470 (calendar-abbrev-length, calendar-day-abbrev-array)
23471 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23472 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23473 Elements may no longer be nil.
23474 (calendar-day-name, calendar-month-name):
23475 Update for changed nature of abbrev arrays.
23476 * calendar/diary-lib.el (diary-name-pattern):
23477 Update for changed nature of abbrev arrays.
23478 (diary-mark-entries-1): Update calendar-make-alist calls.
23479 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23480 * calendar/cal-html.el (cal-html-day-abbrev-array):
23481 Simply inherit from calendar-day-abbrev-array.
23482
23483 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23484
23485 * progmodes/grep.el (grep-mode): Disable default
23486 compilation-directory-matcher setting (bug#8684).
23487
23488 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23489
23490 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23491 instead of "head" and "tail". There were problems with SunOS 5.9,
23492 and it performs better.
23493
23494 2011-05-17 Glenn Morris <rgm@gnu.org>
23495
23496 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23497
23498 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23499 Replace obsolete function.
23500
23501 * shell.el (pcomplete-parse-arguments-function): Declare.
23502
23503 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23504 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23505 (appt-check): Doc fixes.
23506 (appt-disp-window-function, appt-delete-window-function):
23507 Remove needless special case in custom :type.
23508 (appt-display-count): Default to 0, not nil.
23509 (appt-check): Reset appt-display-count to 0, not nil.
23510
23511 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23512
23513 * progmodes/python.el (python-font-lock-keywords):
23514 Add the Python 3.X keyword "nonlocal" (bug#8639).
23515
23516 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23517
23518 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23519
23520 2011-05-16 Kevin Ryde <user42@zip.com.au>
23521
23522 * info-look.el (makefile-automake-mode): New setups, looking in
23523 automake manual, then makefile-mode.
23524 (makefile-mode): Remove automake manual, have it just in
23525 makefile-automake-mode since there's various things different or
23526 not relevant to plain make.
23527 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23528 believe a hypothetical automake-mode would go to makefile-mode,
23529 not the other way around.
23530
23531 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23532
23533 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23534 hunk-end tags (Bug#8672).
23535
23536 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23537 vc-annotate-show-diff-revision-at-line (Bug#8671).
23538
23539 2011-05-14 Glenn Morris <rgm@gnu.org>
23540
23541 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23542 in the middle of an existing one with multiple authors. (Bug#8645)
23543 (change-log-font-lock-keywords): Also handle multiple author lines
23544 with leading tabs. (Bug#8644)
23545
23546 * calendar/appt.el (appt-check): Rename some local variables.
23547 Some simplification/reordering.
23548
23549 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23550 (feedmail-sendmail-f-doesnt-sell-me-out)
23551 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23552 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23553 (feedmail-queue-runner-message-sender): Set :version.
23554 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23555 (bbdb-dwim-net-address, vm-mail): Declare.
23556 (feedmail-binmail-gnulinuxish-template):
23557 Rename from feedmail-binmail-linuxish-template.
23558 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23559 Use insert-buffer-substring.
23560
23561 2011-05-14 Bill Carpenter <bill@carpenter.org>
23562
23563 * mail/feedmail.el (feedmail-patch-level): Increase.
23564 (feedmail-debug): New custom group.
23565 (feedmail-confirm-outgoing-timeout)
23566 (feedmail-sendmail-f-doesnt-sell-me-out)
23567 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23568 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23569 (feedmail-sender-line, feedmail-from-line)
23570 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23571 (feedmail-spray-this-address)
23572 (feedmail-spray-address-fiddle-plex-list)
23573 (feedmail-queue-use-send-time-for-date)
23574 (feedmail-queue-use-send-time-for-message-id)
23575 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23576 (feedmail-buffer-eating-function):
23577 Doc fixes.
23578 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23579 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23580 (feedmail-message-action-scroll-down): New functions.
23581 (feedmail-queue-directory, feedmail-queue-draft-directory):
23582 Use expand-file-name.
23583 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23584 Remove C-v help entry.
23585 (feedmail-queue-buffer-file-name): New variable.
23586 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23587 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23588 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23589 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23590 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23591 (feedmail-message-action-toggle-spray)
23592 (feedmail-run-the-queue-no-prompts)
23593 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23594 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23595 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23596 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23597 (feedmail-envelope-deducer, feedmail-fiddle-from)
23598 (feedmail-fiddle-sender, feedmail-default-date-generator)
23599 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23600 (feedmail-fiddle-spray-address)
23601 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23602 (feedmail-fiddle-list-of-fiddle-plexes)
23603 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23604 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23605 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23606 Change default. Doc fix.
23607 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23608 (feedmail-binmail-linuxish-template): New constant.
23609 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23610 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23611 (feedmail-send-it): Add debug call.
23612 Use feedmail-queue-buffer-file-name, and
23613 feedmail-send-it-immediately-wrapper.
23614 (feedmail-message-action-send): Add debug call.
23615 Use feedmail-send-it-immediately-wrapper.
23616 (feedmail-queue-express-to-queue): Add debug call.
23617 Run feedmail-queue-express-hook.
23618 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23619 (feedmail-message-action-help-blat):
23620 Rename from feedmail-queue-send-edit-prompt-help-first.
23621 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23622 Check line-endings. Handle errors better.
23623 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23624 Doc fix. Add debug call.
23625 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23626 Use feedmail-queue-send-edit-prompt-inner.
23627 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23628 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23629 from feedmail-queue-send-edit-prompt.
23630 (feedmail-queue-send-edit-prompt-help)
23631 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23632 (feedmail-tidy-up-slug): Add debug call.
23633 Respect feedmail-queue-slug-suspect-regexp.
23634 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23635 (feedmail-dump-message-to-queue): Add debug call.
23636 Expand queue-directory.
23637 (feedmail-dump-message-to-queue): Change message slightly.
23638 Use feedmail-say-chatter.
23639 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23640 (feedmail-send-it-immediately-wrapper): New function.
23641 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23642 Insert empty string rather than newline. Handle full-frame case.
23643 Use catch/throw. Use feedmail-say-chatter.
23644 (feedmail-fiddle-from): Try mail-host-address.
23645 (feedmail-default-message-id-generator): Doc fix.
23646 Bind system-time-locale. Handle missing end.
23647 (feedmail-fiddle-x-mailer): Add debug call.
23648 Handle feedmail-x-mailer-line being nil.
23649 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23650 Add debug call. Use buffer-substring-no-properties.
23651 (feedmail-say-debug, feedmail-say-chatter): New functions.
23652 (feedmail-find-eoh): Give an explicit error.
23653
23654 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23655
23656 * net/newst-treeview.el (newsticker-treeview-face): Change default
23657 family from helvetica to sans.
23658 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23659 etc/images/newsticker.
23660
23661 * net/newst-reader.el (newsticker-feed-face): Change default
23662 family from helvetica to sans.
23663
23664 * net/newst-plainview.el (newsticker-new-item-face)
23665 (newsticker-old-item-face, newsticker-immortal-item-face)
23666 (newsticker-obsolete-item-face, newsticker-date-face)
23667 (newsticker-statistics-face): Change default family from
23668 helvetica to sans.
23669 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23670 etc/images/newsticker.
23671
23672 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23673 (newsticker--process-auto-mark-filter-match): Tell user about
23674 auto-marking.
23675
23676 2011-05-13 Didier Verna <didier@xemacs.org>
23677
23678 Common Lisp indentation improvements on defmethod and lambda-lists.
23679 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23680 TODO entries.
23681 (lisp-lambda-list-keyword-parameter-indentation)
23682 (lisp-lambda-list-keyword-parameter-alignment)
23683 (lisp-lambda-list-keyword-alignment): New customizable user options.
23684 (lisp-indent-defun-method): Improve docstring.
23685 (extended-loop-p): Fix comment.
23686 (lisp-indent-lambda-list-keywords-regexp): New variable.
23687 (lisp-indent-lambda-list): New function.
23688 (lisp-indent-259): Use it.
23689 (lisp-indent-defmethod): Support for more than one
23690 method qualifier and properly indent methods lambda-lists.
23691 (defgeneric): Provide a missing common-lisp-indent-function property.
23692
23693 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23694
23695 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23696 bounds for the empty string (bug#8667).
23697
23698 2011-05-13 Glenn Morris <rgm@gnu.org>
23699
23700 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23701
23702 * mail/sendmail.el (sendmail-program): Try executable-find first.
23703 (sendmail-send-it): `sendmail-program' cannot be unbound.
23704
23705 * calendar/appt.el (appt-make-list): Simplify.
23706 (appt-time-msg-list): Doc fix.
23707 (appt-check): Change mode-line message at the time of the appointment.
23708
23709 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23710
23711 * progmodes/ld-script.el (ld-script-keywords)
23712 (ld-script-builtins): Update keywords list.
23713
23714 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23715
23716 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23717
23718 * shell.el (shell-completion-vars): New function.
23719 (shell-mode):
23720 * simple.el (read-shell-command): Use it.
23721 (blink-matching-open): No need for " [...]" in minibuffer-message.
23722
23723 2011-05-12 Glenn Morris <rgm@gnu.org>
23724
23725 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23726 (appt-check): Simplify.
23727
23728 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23729
23730 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23731 literal "/dev/null".
23732
23733 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23734
23735 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23736 Fix typo.
23737
23738 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23739
23740 * progmodes/which-func.el (which-function):
23741 Use add-log-current-defun instead of add-log-current-defun-function,
23742 which might not be defined (Bug#8260).
23743
23744 2011-05-12 Glenn Morris <rgm@gnu.org>
23745
23746 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23747 Let byte-compile-initial-macro-environment always take precedence.
23748
23749 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23750
23751 * net/rcirc.el: Add support for SSL/TLS connections.
23752 (rcirc-server-alist): New field `encryption'.
23753 (rcirc): Check `encryption' settings.
23754 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23755 Merge make-local-variable into `set'.
23756 (rcirc--connection-open-p): New function.
23757 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23758 the process is not a network process (e.g. running gnutls-cli).
23759 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23760 Make rcirc-(en|de)code-coding-system local here.
23761 (rcirc-mode): Merge make-local-variable into `set'.
23762 (rcirc-parent-buffer): Make permanent buffer-local.
23763 (rcirc-multiline-minor-mode): Don't do it here.
23764 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23765 there's no server buffer.
23766
23767 2011-05-11 Glenn Morris <rgm@gnu.org>
23768
23769 * newcomment.el (comment-kill): Prefix "unused" local.
23770
23771 * term/w32console.el (get-screen-color): Declare.
23772
23773 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23774 Handle symbol elements of byte-compile-initial-macro-environment.
23775
23776 2011-05-10 Leo Liu <sdl.web@gmail.com>
23777
23778 * bookmark.el (bookmark-bmenu-mode-map):
23779 Bind bookmark-bmenu-search to `/'.
23780
23781 * mail/footnote.el: Convert to utf-8 encoding.
23782 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23783 (Footnote-unicode): New function.
23784 (footnote-style-alist): Add unicode style to the list.
23785 (footnote-style): Doc fix.
23786
23787 2011-05-10 Jim Meyering <meyering@redhat.com>
23788
23789 Fix doubled-word typos.
23790 * international/quail.el (quail-insert-kbd-layout): and and -> and
23791 * kermit.el: and and -> and
23792 * net/ldap.el (ldap-search-internal): to to -> to
23793 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23794 * progmodes/js.el (js-mode): and and -> and
23795 * textmodes/artist.el (artist-move-to-xy): at at -> at
23796 (artist-draw-region-trim-line-endings): if if -> if
23797 And Safetyc -> Safety.
23798 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23799
23800 2011-05-10 Glenn Morris <rgm@gnu.org>
23801 Stefan Monnier <monnier@iro.umontreal.ca>
23802
23803 * files.el (hack-one-local-variable-eval-safep):
23804 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23805
23806 2011-05-10 Glenn Morris <rgm@gnu.org>
23807
23808 * calendar/diary-lib.el (diary-list-entries-hook)
23809 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23810 (diary-nongregorian-marking-hook, diary-list-entries)
23811 (diary-include-other-diary-files, diary-mark-entries)
23812 (diary-mark-included-diary-files): Doc fixes.
23813
23814 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23815
23816 * misc.el: Require tabulated-list.el during compilation.
23817
23818 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23819
23820 * progmodes/compile.el (compilation-start):
23821 Run compilation-filter-hook for the async case too.
23822 (compilation-filter-hook): Doc fix.
23823
23824 2011-05-09 Deniz Dogan <deniz@dogan.se>
23825
23826 * wdired.el: Remove outdated installation comment. Fix usage
23827 comment.
23828
23829 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23830
23831 * misc.el: Implement new command `list-dynamic-libraries'.
23832 (list-dynamic-libraries--loaded-only-p): New variable.
23833 (list-dynamic-libraries--refresh): New function.
23834 (list-dynamic-libraries): New command.
23835
23836 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23837
23838 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23839 Fix the ant regexp to handle end-line and end-column info from jikes.
23840 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23841 higher priority to avoid clobbering by gnu.
23842
23843 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23844
23845 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23846 if the face has existing theme settings (Bug#8454).
23847
23848 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23849
23850 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23851 Only match variables declared via `my' or `our' (Bug#8261).
23852
23853 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23854 special file names `.' and `..' (Bug#8259).
23855
23856 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23857
23858 * progmodes/grep.el (grep-mode-font-lock-keywords):
23859 Remove buffer-changing entries.
23860 (grep-filter): New function.
23861 (grep-mode): Add it to compilation-filter-hook.
23862
23863 * progmodes/compile.el (compilation-filter-hook)
23864 (compilation-filter-start): New defvars.
23865 (compilation-filter): Call compilation-filter-hook prior to
23866 updating the process mark.
23867
23868 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23869
23870 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23871
23872 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23873
23874 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23875 mailclient-send-it even if window-system is nil. (Bug#8595)
23876
23877 * term/w32console.el (terminal-init-w32console):
23878 Call get-screen-color and use its output to set the frame
23879 background-mode. (Bug#8597)
23880
23881 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23882
23883 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23884 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23885 New functions.
23886 (defgeneric, eieio--defmethod): Use them.
23887 (eieio-defgeneric): Remove.
23888 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23889
23890 2011-05-07 Glenn Morris <rgm@gnu.org>
23891
23892 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23893 Use let rather than let*.
23894 (timeclock-find-discrep): Remove unused local.
23895
23896 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23897
23898 * calendar/appt.el (appt-time-msg-list): Doc fix.
23899
23900 2011-05-06 Noah Friedman <friedman@splode.com>
23901
23902 * apropos.el (apropos-print-doc): Only use
23903 emacs-lisp-docstring-fill-column when it is bound to an integer,
23904 per that variable's documentation.
23905
23906 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23907
23908 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23909 and warnings are not silently discarded (e.g. use -d instead of -P).
23910
23911 2011-05-06 Glenn Morris <rgm@gnu.org>
23912
23913 * calendar/appt.el (appt-message-warning-time): Doc fix.
23914 (appt-warning-time-regexp): New option.
23915 (appt-make-list): Respect appt-message-warning-time.
23916
23917 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23918 New options.
23919 (diary-add-to-list): Strip comments from the displayed string.
23920 (diary-mode): Set comment-start and comment-end.
23921
23922 * vc/diff-mode.el (smerge-refine-subst): Declare.
23923 (diff-refine-hunk): Don't require smerge-mode when compiling.
23924
23925 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23926
23927 * simple.el (list-processes): Return nil as the docstring says.
23928
23929 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23930
23931 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23932 to "".
23933 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23934 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23935 determining of binary transfer. (Bug#7383)
23936
23937 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23938
23939 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23940 Fix port computation bug. (Bug#8618)
23941
23942 2011-05-05 Glenn Morris <rgm@gnu.org>
23943
23944 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23945
23946 * simple.el (shell-dynamic-complete-functions)
23947 (comint-dynamic-complete-functions): Declare.
23948
23949 * net/network-stream.el (gnutls-negotiate):
23950 * simple.el (tabulated-list-print): Fix declarations.
23951
23952 * progmodes/gud.el (syntax-symbol, syntax-point):
23953 Remove unnecessary and incorrect declarations.
23954
23955 * emacs-lisp/check-declare.el (check-declare-scan):
23956 Handle byte-compile-initial-macro-environment in bytecomp.el.
23957
23958 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23959
23960 Fix earlier half-done eieio-defmethod change (bug#8338).
23961 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23962 Streamline and change calling convention.
23963 (defmethod): Adjust accordingly and simplify.
23964 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23965 new eieio--defmethod.
23966 (slot-boundp): Minor CSE simplification.
23967
23968 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23969
23970 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23971 (glasses-make-readable): Use glasses-separate-capital-groups.
23972
23973 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23974
23975 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23976 (warning-series): Doc fix.
23977 (display-warning): Don't try to create the buffer if we just found it.
23978
23979 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
23980
23981 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23982 (autoload-find-generated-file): New function.
23983 (generate-file-autoloads): Bind generated-autoload-file to
23984 buffer-file-name.
23985 (update-file-autoloads, update-directory-autoloads):
23986 Use autoload-find-generated-file. If called interactively, prompt for
23987 output file (Bug#7989).
23988 (batch-update-autoloads): Doc fix.
23989
23990 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
23991
23992 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23993
23994 2011-05-04 Glenn Morris <rgm@gnu.org>
23995
23996 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23997 function, so it follows changes in calendar-date-style.
23998 (diary-fancy-date-matcher): New function.
23999 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24000 (diary-fancy-font-lock-fontify-region-function):
24001 Use diary-fancy-date-pattern as a function.
24002
24003 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24004 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24005
24006 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24007
24008 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24009 instead of positional arguments. Allow :keylist and :crlfiles
24010 arguments.
24011 (open-gnutls-stream): Call it.
24012
24013 * net/network-stream.el (network-stream-open-starttls): Adjust to
24014 call `gnutls-negotiate' with :process and :hostname arguments.
24015
24016 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24017
24018 * minibuffer.el (completion--message): New function.
24019 (completion--do-completion, minibuffer-complete)
24020 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24021 (completion--do-completion): Don't ignore completion-auto-help when in
24022 icomplete-mode.
24023
24024 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24025 internal encoding (e.g. tibetan zero is not whitespace).
24026 (global-whitespace-mode): Prefer save-current-buffer.
24027 (whitespace-trailing-regexp): Remove useless save-match-data.
24028 (whitespace-empty-at-bob-regexp): Minor simplification.
24029
24030 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24031
24032 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24033
24034 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24035
24036 * textmodes/ispell.el (ispell-add-per-file-word-list):
24037 Use `concat' to create string for insertion.
24038
24039 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24040
24041 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24042 Avoid open-line which runs post-self-insert-hook.
24043 (bibtex-fill-entry): Remove unused `end' var.
24044
24045 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24046
24047 * textmodes/ispell.el (ispell-add-per-file-word-list):
24048 Protect against `nil' value of `comment-start' (Bug#8579).
24049
24050 2011-05-03 Leo Liu <sdl.web@gmail.com>
24051
24052 * isearch.el (isearch-yank-pop): New command.
24053 (isearch-mode-map): Bind it to `M-y'.
24054 (isearch-forward): Mention it.
24055
24056 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24057
24058 * simple.el (minibuffer-complete-shell-command): Remove.
24059 (minibuffer-local-shell-command-map): Use completion-at-point.
24060 (read-shell-command): Setup completion vars here instead.
24061 (read-expression-map): Bind TAB to symbol completion.
24062
24063 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24064 error directly rather via storing it into `results'.
24065
24066 2011-05-02 Leo Liu <sdl.web@gmail.com>
24067
24068 * vc/diff.el: Fix description.
24069
24070 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24071
24072 * server.el (server-eval-at): New function.
24073
24074 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24075
24076 * net/network-stream.el (open-network-stream): Take a :nowait
24077 parameter and pass it on to `make-network-process'.
24078 (network-stream-open-plain): Ditto.
24079
24080 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24081
24082 * faces.el (face-spec-set-match-display): Don't match toolkit
24083 options on terminal frames.
24084
24085 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24086
24087 * progmodes/pascal.el: Use lexical binding.
24088 (pascal-mode-map): Remove author preferences.
24089
24090 * pcomplete.el (pcomplete-std-complete): Don't abuse
24091 completion-at-point.
24092
24093 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24094
24095 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24096 removing code that has been dead since 1991 or so.
24097
24098 * startup.el (command-line): When warning about "_emacs", use a
24099 delayed warning to allow the user to filter it out.
24100
24101 2011-04-28 Deniz Dogan <deniz@dogan.se>
24102
24103 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24104 user has not joined.
24105
24106 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24107
24108 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24109 aren't any completions at point.
24110
24111 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24112
24113 * subr.el (display-delayed-warnings): New function.
24114 (delayed-warnings-hook): New variable.
24115
24116 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24117
24118 * minibuffer.el (completion-at-point, completion-help-at-point):
24119 Don't presume that a given completion-at-point-function will always
24120 use the same calling convention.
24121
24122 * pcomplete.el (pcomplete-completions-at-point):
24123 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24124 pcomplete-seen is non-nil.
24125 (pcomplete-comint-setup): Also recognize the new comint/shell
24126 completion functions.
24127 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24128 pcomplete-seen is non-nil.
24129
24130 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24131
24132 * calendar/icalendar.el (diary-lib): Add require statement.
24133 (icalendar--create-uid): Read out a uid from a text-property on
24134 the first character in the entry. This allows for code to add its
24135 own uid to the entry.
24136 (icalendar--convert-float-to-ical): Add export of
24137 `diary-float'-entries save for those with the optional DAY
24138 argument.
24139
24140 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24141
24142 * subr.el (shell-quote-argument): Use alternate escaping strategy
24143 when we spot a variable reference in a string.
24144
24145 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24146
24147 * cus-start.el (all): Define customization for debug-on-event.
24148
24149 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24150
24151 * subr.el (shell-quote-argument): Escape correctly under Windows.
24152
24153 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24154
24155 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24156
24157 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24158
24159 * net/tramp.el (tramp-process-actions): Add POS argument.
24160 Delete region between POS and (pos).
24161
24162 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24163 Use `nil' position in `tramp-process-actions' call.
24164 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24165
24166 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24167 position in `tramp-process-actions' call.
24168
24169 * net/trampver.el: Update release number.
24170
24171 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24172
24173 * custom.el (defcustom): Obey lexical-binding.
24174
24175 Fix octave-inf completion problems reported by Alexander Klimov.
24176 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24177 Inherit from octave-mode-syntax-table.
24178 (inferior-octave-mode): Set info-lookup-mode.
24179 (inferior-octave-completion-at-point): New function.
24180 (inferior-octave-complete): Use it and completion-in-region.
24181 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24182 comint-filename-completion.
24183 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24184 symbol elements which shouldn't be word elements.
24185 (octave-font-lock-keywords, octave-beginning-of-defun)
24186 (octave-function-header-regexp): Adjust regexps accordingly.
24187 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24188
24189 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24190
24191 * net/gnutls.el (gnutls-errorp): Declare before first use.
24192
24193 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24194
24195 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24196 verify-error, and verify-hostname-error parameters. Check whether
24197 default trustfile exists before going to use it. Add missing
24198 argument to gnutls-message-maybe call. Return value.
24199 Reported by Claudio Bley <claudio.bley@gmail.com>.
24200 (open-gnutls-stream): Add usage example.
24201
24202 * net/network-stream.el (network-stream-open-starttls): Give host
24203 parameter to `gnutls-negotiate'.
24204 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24205 * subr.el (shell-quote-argument): Escape correctly under Windows.
24206
24207 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24208
24209 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24210 Use correct match group (bug#8438).
24211
24212 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24213
24214 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24215 (package-menu--generate): New arg specifying packages to show.
24216 (package-menu-refresh, package-menu-execute, list-packages):
24217 Callers changed.
24218 (package-show-package-list): New function, replacing deleted
24219 package--list-packages (renamed because it is non-internal).
24220
24221 * finder.el (finder-list-matches): Use package-show-package-list
24222 instead of deleted package--list-packages.
24223
24224 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24225 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24226 (vc-annotate-mode-map): Bind it to RET.
24227
24228 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24229
24230 * progmodes/etags.el (next-file): Don't use set-buffer to change
24231 buffers (Bug#8478).
24232
24233 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24234
24235 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24236
24237 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24238 (apropos-accumulator): Doc fix.
24239 (apropos-function, apropos-macro, apropos-command)
24240 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24241 (apropos-plist): Add face property.
24242 (apropos-symbols-internal): Fix indentation.
24243 (apropos-print): Simplify help, and recognize apropos-multi-type.
24244 (apropos-print-doc): Use button-type-get to extract the button's
24245 face property. Fill docstring (Bug#8352).
24246
24247 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24248
24249 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24250
24251 * play/mpuz.el (mpuz-silent): Doc fix.
24252 (mpuz-mode-map): Use mapc.
24253 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24254 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24255 Fix typos in docstrings.
24256
24257 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24258 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24259
24260 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24261
24262 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24263
24264 * minibuffer.el (completion--do-completion): Avoid the "Next char
24265 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24266
24267 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24268 mouse-2 into unread-command-events, it is interpreted correctly.
24269
24270 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24271 (image-toggle-display): Doc fix.
24272
24273 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24274
24275 * textmodes/page.el (what-page): Use line-number-at-pos to
24276 calculate line number (Bug#6825).
24277
24278 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24279
24280 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24281 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24282 Pass argument NO-DEFAULT to `find-tag-interactive'.
24283
24284 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24285
24286 Lexical-binding cleanup.
24287
24288 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24289 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24290 * progmodes/ada-prj.el (ada-prj-initialize-values)
24291 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24292 (ada-prj-show-value):
24293 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24294 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24295 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24296 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24297 * progmodes/bug-reference.el (bug-reference-push-button):
24298 * progmodes/fortran.el (fortran-line-length):
24299 * progmodes/glasses.el (glasses-change):
24300 * progmodes/octave-mod.el (octave-fill-paragraph):
24301 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24302 (python-pdbtrack-grub-for-buffer, python-sentinel):
24303 * progmodes/sql.el (sql-save-connection):
24304 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24305 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24306 Mark unused parameters.
24307
24308 * progmodes/compile.el (compilation--flush-directory-cache)
24309 (compilation--flush-parse, compile-internal): Mark unused parameters.
24310 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24311 (compilation-next-error-function): Remove unused variable `timestamp'.
24312
24313 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24314 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24315
24316 * progmodes/dcl-mode.el (dcl-end-of-command):
24317 Remove unused variable `start'.
24318 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24319 (dcl-option-value-basic, dcl-option-value-offset)
24320 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24321 Mark unused parameters.
24322 (dcl-save-local-variable): Remove unused variable `val'.
24323 (mode): Declare.
24324
24325 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24326 Mark unused parameters.
24327 (delphi-ignore-changes): Move before first use.
24328 (delphi-charset-token-at): Remove unused variable `start'.
24329 (delphi-else-start): Remove unused variable `if-count'.
24330 (delphi-comment-block-start, delphi-comment-block-end):
24331 Remove unused variable `kind'.
24332 (delphi-indent-line): Remove unused variable `new-point'.
24333
24334 * progmodes/ebrowse.el (ebrowse-files-list)
24335 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24336 Mark unused parameters. Don't quote `lambda'.
24337 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24338 Don't quote `lambda'.
24339 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24340 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24341 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24342 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24343 Use `ignore-errors'.
24344 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24345 (ebrowse-view/find-file-and-search-pattern)
24346 (ebrowse-view/find-member-declaration/definition):
24347 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24348 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24349 Rename parameter PREFIX-ARG to PREFIX.
24350 (ebrowse-tags-read-name): Remove unused variables `start' and
24351 `member-info'.
24352 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24353 to `tags-file'.
24354
24355 * progmodes/etags.el (local-find-tag-hook): Declare.
24356 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24357 Mark unused parameters.
24358
24359 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24360 (executable-interpret): Mark unused parameter.
24361
24362 * progmodes/flymake.el (flymake-process-sentinel)
24363 (flymake-after-change-function)
24364 (flymake-create-temp-with-folder-structure)
24365 (flymake-get-include-dirs-dot): Mark unused parameters.
24366 (flymake-safe-delete-directory): Remove unused variable `err'.
24367
24368 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24369 (speedbar-timer-fn, speedbar-line-text)
24370 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24371 (speedbar-center-buffer-smartly): Declare functions.
24372 (gdb-find-watch-expression): Remove unused variable `array'.
24373 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24374 (gdb-starting): Mark unused parameters.
24375 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24376 (gdb-table-string): Remove unused variable `res'.
24377 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24378 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24379 (gdb-display-buffer): Remove unused variable `cur-size'.
24380
24381 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24382 allow lexical-binding compilation.
24383 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24384 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24385 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24386 Mark unused parameters.
24387 (gud-gdb-marker-filter): Remove unused variable `match'.
24388 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24389 lambda expressions and funcall them, instead of using `fset'.
24390
24391 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24392 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24393
24394 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24395 variable `header-beg'; use `let'.
24396
24397 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24398 `restart', `last-sexp' and `at-do'.
24399
24400 * progmodes/js.el (js--debug): Mark unused parameter.
24401 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24402 (js--splice-into-items): Remove unused variable `item'.
24403 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24404
24405 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24406 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24407 (makefile-complete): Remove unused variable `try'.
24408 (makefile-fill-paragraph, makefile-match-function-end):
24409 Mark unused parameters.
24410
24411 * progmodes/octave-inf.el (inferior-octave-complete):
24412 Remove unused variable `proc'.
24413 (inferior-octave-output-digest): Mark unused parameter.
24414
24415 * progmodes/perl-mode.el (perl-calculate-indent):
24416 Remove unused variable `err'.
24417
24418 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24419 (prolog-indent-line): Mark unused parameters.
24420 (prolog-indent-line): Remove unused variable `beg'.
24421
24422 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24423 (reporter-dont-compact-list): Declare.
24424
24425 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24426 Remove unused variable `char'.
24427 (sh-debug): Mark unused parameter.
24428 (sh-get-indent-info): Remove unused variable `start'.
24429 (sh-calculate-indent): Remove unused variable `var'.
24430
24431 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24432 (simula-electric-keyword): Remove unused variable `null'.
24433 (simula-search-backward, simula-search-forward): Remove unused
24434 variables `begin' and `end'.
24435
24436 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24437 Remove unused variable `pos'.
24438 (vera-electric-tab, vera-comment-uncomment-region):
24439 Mark unused parameters.
24440 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24441
24442 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24443
24444 * emacs-lisp/package.el (package--builtins, package-alist)
24445 (package-load-descriptor, package-built-in-p, package-activate)
24446 (define-package, package-installed-p)
24447 (package-compute-transaction, package-buffer-info)
24448 (package--push): Doc fix. Distinguish more clearly between
24449 version strings and version lists.
24450
24451 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24452
24453 Lexical-binding cleanup.
24454
24455 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24456 (5x5-make-mutate-best):
24457 * play/fortune.el (fortune-in-buffer):
24458 * play/gomoku.el (gomoku-init-display):
24459 * play/solitaire.el (solitaire, solitaire-do-check):
24460 * play/tetris.el (tetris-default-update-speed-function):
24461 Mark unused parameters.
24462
24463 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24464 (bubbles--shift): Remove unused variable `char-org'.
24465 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24466 (bubbles--show-images): Remove unused variable `char'.
24467
24468 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24469 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24470 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24471 (decipher-analyze-buffer): Use ?\s.
24472 (decipher-make-checkpoint): Remove unused variable `mapping'.
24473
24474 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24475
24476 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24477 Remove unused variable `result'; use `let'.
24478
24479 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24480 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24481 (gametree-children-shown-p, gametree-compute-reduced-score):
24482 Use `ignore-errors'.
24483
24484 * play/handwrite.el (ps-lpr-switches): Declare.
24485 (handwrite): Remove unused variables `pmin' and `lastp'.
24486
24487 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24488
24489 * play/landmark.el (landmark-init-display)
24490 (landmark-update-naught-weights): Mark unused parameters.
24491 (landmark-y): Remove unused variable `noise'. Simplify.
24492 (landmark-human-plays): Remove unused variable `score'.
24493
24494 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24495 (mpuz-try-proposal): Remove unused variable `game'.
24496
24497 * play/zone.el (life-patterns): Declare.
24498
24499 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24500
24501 * vc/vc.el (ediff-vc-internal): Declare function.
24502
24503 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24504
24505 * shell.el: Use lexical-binding and std completion UI.
24506 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24507 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24508 comint-preoutput-filter-functions rather than on
24509 comint-output-filter-functions.
24510 (shell-command-completion, shell--command-completion-data)
24511 (shell-filename-completion, shell-environment-variable-completion)
24512 (shell-c-a-p-replace-by-expanded-directory): New functions.
24513 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24514 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24515 (shell-dynamic-complete-environment-variable): Use them.
24516 (shell-dynamic-complete-as-environment-variable)
24517 (shell-dynamic-complete-as-command): Remove.
24518 (shell-match-partial-variable): Match past point.
24519 * comint.el: Clean up use of completion-at-point-functions.
24520 (comint-completion-at-point): New function.
24521 (comint-mode): Use it completion-at-point-functions.
24522 (comint-dynamic-complete): Make it obsolete.
24523 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24524 (comint-c-a-p-replace-by-expanded-history): New function.
24525 (comint-dynamic-complete-functions)
24526 (comint-replace-by-expanded-history): Use it.
24527 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24528 termination strings. Try harder to avoid second try-completion.
24529 (completion-in-region-mode-map): Disable bindings that don't work yet.
24530
24531 * comint.el: Use lexical-binding. Require CL.
24532 (comint-dynamic-complete-functions): Use comint-filename-completion.
24533 (comint-completion-addsuffix): Tweak custom type.
24534 (comint-filename-completion, comint--common-suffix)
24535 (comint--common-quoted-suffix, comint--table-subvert)
24536 (comint--complete-file-name-data): New functions.
24537 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24538 (comint-dynamic-list-filename-completions): Use them.
24539 (comint-dynamic-simple-complete): Make obsolete.
24540
24541 * minibuffer.el (completion-in-region-mode):
24542 Keep completion-in-region-mode--predicate global.
24543 (completion-in-region--postch):
24544 Assume completion-in-region-mode--predicate is not null.
24545
24546 * progmodes/flymake.el (flymake-start-syntax-check-process):
24547 Obey `dir'. Simplify.
24548
24549 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24550 we're in VC after all.
24551
24552 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24553
24554 * vc/vc.el (vc-diff-build-argument-list-internal)
24555 (vc-version-ediff, vc-ediff): New commands.
24556 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24557
24558 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24559
24560 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24561 add sanity check.
24562
24563 * obsolete/erc-hecomplete.el: Make obsolete.
24564 * obsolete/: Standardize obsolescence info in the header.
24565
24566 2011-04-20 Glenn Morris <rgm@gnu.org>
24567
24568 * calendar/solar.el (solar-horizontal-coordinates):
24569 Use the longitude argument rather than `calendar-longitude'.
24570 (solar-date-next-longitude): Remove unused locals.
24571
24572 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24573
24574 * whitespace.el: New version 13.2.1.
24575
24576 2011-04-20 felix <EmacsWiki> (tiny change)
24577
24578 * whitespace.el (global-whitespace-mode): Keep highlight when
24579 switching between major modes on a file.
24580
24581 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24582
24583 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24584 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24585 multi-line comments as well.
24586
24587 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24588
24589 Lexical-binding cleanup.
24590
24591 * arc-mode.el (archive-mode-revert):
24592 * cmuscheme.el (scheme-interactively-start-process):
24593 * custom.el (custom-initialize-delay):
24594 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24595 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24596 * emacs-lock.el (emacs-lock-clear-sentinel):
24597 * ezimage.el (defezimage):
24598 * follow.el (follow-avoid-tail-recenter):
24599 * fringe.el (set-fringe-mode-1):
24600 * generic-x.el (bat-generic-mode-compile):
24601 * help-mode.el (help-info-variable, help-do-xref)
24602 (help-mode-revert-buffer):
24603 * help.el (view-emacs-todo):
24604 * iswitchb.el (iswitchb-completion-help):
24605 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24606 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24607 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24608 * locate.el (locate-update):
24609 * longlines.el (longlines-encode-region)
24610 (longlines-after-change-function):
24611 * outline.el (outline-isearch-open-invisible):
24612 * ps-def.el (declare-function, charset-dimension, char-width)
24613 (encode-char):
24614 * ps-mule.el (ps-mule-plot-string):
24615 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24616 (recentf-edit-list-select, recentf-edit-list-validate)
24617 (recentf-open-files-action):
24618 * rect.el (delete-whitespace-rectangle-line)
24619 (rectangle-number-line-callback):
24620 * register.el (window-configuration-to-register)
24621 (frame-configuration-to-register):
24622 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24623 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24624 (xselect-convert-to-targets, xselect-convert-to-delete)
24625 (xselect-convert-to-filename, xselect-convert-to-charpos)
24626 (xselect-convert-to-lineno, xselect-convert-to-colno)
24627 (xselect-convert-to-os, xselect-convert-to-host)
24628 (xselect-convert-to-user, xselect-convert-to-class)
24629 (xselect-convert-to-name, xselect-convert-to-integer)
24630 (xselect-convert-to-atom, xselect-convert-to-identity):
24631 * subr.el (declare, ignore, process-kill-without-query)
24632 (text-clone-maintain):
24633 * terminal.el (te-get-char, te-tic-sentinel):
24634 * tool-bar.el (tool-bar-make-keymap):
24635 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24636 * type-break.el (type-break-mode, type-break-noninteractive-query):
24637 * view.el (View-back-to-mark):
24638 * wid-browse.el (widget-browse-action, widget-browse-widget)
24639 (widget-browse-widgets, widget-browse-sexp):
24640 * widget.el (define-widget-keywords):
24641 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24642 Mark unused parameters.
24643
24644 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24645 (align-areas): Remove unused variable `look'.
24646 (align-region): Remove unused variables `real-end' and `pos-list'.
24647
24648 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24649
24650 * bindings.el (mode-line-modified, mode-line-remote):
24651 Mark unused parameters.
24652 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24653
24654 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24655 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24656
24657 * comint.el (comint-history-isearch-pop-state)
24658 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24659 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24660 (comint-substitute-in-file-name): Doc fix.
24661
24662 * completion.el (cmpl-statistics-block): Mark unused parameter.
24663 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24664 (save-completions-to-file, load-completions-from-file):
24665 Remove unused local variable `e'.
24666
24667 * composite.el (compose-chars): Remove unused variable `len'.
24668 (lgstring-insert-glyph): Remove unused variable `g'.
24669 (compose-glyph-string): Remove unused variables `ascent',
24670 `descent', `lbearing' and `rbearing'.
24671 (compose-glyph-string-relative): Remove unused variables
24672 `lbearing', `rbearing' and `wadjust'.
24673 (compose-gstring-for-graphic): Remove unused variables `header',
24674 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24675 (compose-gstring-for-terminal): Remove unused variables `header'
24676 and `nchars'. Use `let', not `let*'.
24677
24678 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24679 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24680 (Custom-buffer-done, custom-buffer-create-internal)
24681 (custom-browse-visibility-action, custom-browse-group-tag-action)
24682 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24683 (widget-magic-mouse-down-action, custom-toggle-parent)
24684 (custom-add-parent-links, custom-toggle-hide-variable)
24685 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24686 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24687 (custom-face-menu-create, custom-variable-menu-create, get)
24688 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24689 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24690 (customize-apropos): Remove unused variable `tests'.
24691 (custom-group-value-create): Remove unused variable `hidden-p'.
24692 (sort-fold-case): Declare.
24693
24694 * cus-theme.el (custom-reset-standard-faces-list)
24695 (custom-reset-standard-variables-list): Declare.
24696 (customize-create-theme, custom-theme-revert, custom-theme-write)
24697 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24698 Mark unused parameters.
24699
24700 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24701
24702 * delim-col.el (delimit-columns-max): Move defvar before first use.
24703
24704 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24705 (describe-char): Don't quote `lambda'. Mark unused parameter.
24706
24707 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24708 (auto-insert): Declare.
24709 (desktop-restore-file-buffer): Rename desktop-* parameters;
24710 mark unused ones.
24711 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24712 (desktop-buffer): Rename desktop-* parameters.
24713
24714 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24715 (dframe-reposition-frame-xemacs, dframe-help-echo)
24716 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24717 Mark unused parameters.
24718
24719 * dired-aux.el (backup-extract-version-start, overwrite-query)
24720 (overwrite-backup-query, rename-regexp-query)
24721 (rename-non-directory-query): Declare.
24722 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24723 (dired-add-entry): Remove unused variable `orig-file-name'.
24724 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24725 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24726 `dired-copy-preserve-time' directly.
24727 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24728 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24729
24730 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24731 (dired-virtual-revert, dired-make-relative-symlink):
24732 Mark unused parameters.
24733 (manual-program): Declare.
24734 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24735 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24736 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24737
24738 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24739
24740 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24741
24742 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24743 Declare.
24744
24745 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24746
24747 * electric.el (Electric-command-loop): Rename parameter
24748 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24749
24750 * expand.el (expand-in-literal): Remove unused variable `here'.
24751
24752 * facemenu.el (facemenu-add-new-color):
24753 Remove unused variable `docstring'.
24754
24755 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24756 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24757 (face-attr-construct): Mark unused parameter. Doc fix.
24758 (read-color): Remove unused variable `hex-string'.
24759
24760 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24761 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24762 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24763 (display-buffer-other-frame): Remove unused variable `old-window'.
24764 (kill-buffer-hook): Declare.
24765 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24766 Mark unused parameters.
24767 (after-find-file): Pass 1 to `auto-save-mode', not t.
24768
24769 * files-x.el (auto-insert): Declare.
24770 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24771
24772 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24773 variable `buf'. Mark unused parameter.
24774 (find-lisp-insert-directory): Mark unused parameter.
24775
24776 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24777 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24778 (format-common-tail): Remove, unused.
24779 (format-deannotate-region): Remove unused variable `loc'.
24780 (format-annotate-region): Remove unused variable `p'.
24781 (format-annotate-single-property-change): Remove unused variables
24782 `default' and `tail'.
24783
24784 * forms.el (read-file-filter): Declare.
24785 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24786
24787 * frame.el (frame-creation-function-alist): Mark unused parameter.
24788 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24789
24790 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24791 Remove unused parameters.
24792 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24793 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24794
24795 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24796 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24797 (hfy-prepare-tag-map): Mark unused parameters.
24798 (htmlfontify-buffer): Use `called-interactively-p'.
24799
24800 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24801 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24802 (ibuffer-do-occur): Mark unused parameters.
24803 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24804 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24805
24806 * ibuffer.el: Don't quote `lambda'.
24807 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24808 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24809 Mark unused parameters.
24810
24811 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24812 (ido-completing-read): Mark unused parameters.
24813 (ido-copy-current-word): Mark unused parameters;
24814 remove unused variable `name'.
24815 (ido-sort-merged-list): Remove unused parameter `dirs'.
24816
24817 * ielm.el (ielm-input-sender): Mark unused parameter.
24818 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24819 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24820 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24821 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24822 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24823
24824 * image-dired.el (image-dired-display-thumbs): Remove unused
24825 variables `curr-file' and `count'.
24826 (image-dired-remove-tag): Remove unused variable `start'.
24827 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24828 variable `curr-file'
24829 (image-dired-rotate-original): Remove unused variable `temp-file'.
24830 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24831 Remove unused variable `file'.
24832 (image-dired-gallery-generate): Remove unused variable `curr'.
24833 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24834
24835 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24836
24837 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24838
24839 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24840
24841 * isearch.el (minibuffer-history-symbol): Declare.
24842 (isearch-edit-string): Remove unused variable `err'.
24843 (isearch-message-prefix, isearch-message-suffix):
24844 Mark unused parameters.
24845
24846 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24847
24848 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24849
24850 * makesum.el (double-column): Remove unused variable `cnt'.
24851
24852 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24853 (ido-ignore-item-temp-list): Declare.
24854
24855 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24856 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24857 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24858 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24859 `mouse-col-delta'.
24860
24861 * mouse-sel.el (mouse-extend-internal):
24862 Remove unused variable `orig-window-frame'.
24863
24864 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24865 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24866 Move declarations before first use.
24867 (pcomplete-opt): Mark unused parameters; doc fix.
24868
24869 * proced.el (proced-revert): Mark unused parameter.
24870 (proced-send-signal): Remove unused variable `err'.
24871
24872 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24873 Rename parameter PREFIX-ARG to ARG.
24874 (ps-basic-plot-string, ps-basic-plot-whitespace):
24875 Mark unused parameters.
24876
24877 * replace.el (replace-count): Define.
24878 (occur-revert-function): Mark unused parameters.
24879 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24880 (isearch-case-fold-search, isearch-string): Declare.
24881 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24882 bind `case-fold-search'. Remove unused variables `beg' and `end',
24883 and simplify.
24884 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24885 COUNT and bind `replace-count'.
24886 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24887 to COUNT.
24888
24889 * savehist.el (print-readably, print-string-length): Declare.
24890
24891 * shadowfile.el (shadow-expand-cluster-in-file-name):
24892 Remove unused variable `cluster'.
24893 (shadow-copy-file): Remove unused variable `i'.
24894 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24895 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24896 (shadow-define-literal-group, shadow-define-regexp-group)
24897 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24898
24899 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24900 (shell): Use `called-interactively-p'.
24901 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24902
24903 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24904 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24905 (delete-backward-char): Remove unused variable `ocol'.
24906 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24907 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24908 (event-apply-hyper-modifier, event-apply-shift-modifier)
24909 (event-apply-control-modifier, event-apply-meta-modifier):
24910 Mark unused parameters.
24911 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24912 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24913
24914 * speedbar.el (speedbar-ignored-directory-expressions)
24915 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24916 (speedbar-find-file, speedbar-dir-follow)
24917 (speedbar-directory-buttons-follow, speedbar-tag-find)
24918 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24919 (speedbar-buffers-line-directory, speedbar-buffer-click):
24920 Mark unused parameters.
24921 (speedbar-tag-file): Remove unused variable `mode'.
24922 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24923
24924 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24925
24926 * talk.el (talk): Remove unused variable `display'.
24927
24928 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24929 (tar-write-region-annotate): Mark unused parameter.
24930
24931 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24932 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24933 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24934 warning by another.
24935
24936 * time-stamp.el (time-stamp-string-preprocess):
24937 Remove unused variable `require-padding'.
24938
24939 * tree-widget.el (widget-glyph-enable): Declare.
24940 (tree-widget-action): Mark unused parameter.
24941
24942 * w32-fns.el (x-get-selection): Mark unused parameter.
24943 (autoload-make-program, generated-autoload-file): Declare.
24944
24945 * wdired.el (wdired-revert): Mark unused parameters.
24946 (wdired-xcase-word): Remove unused variable `err'.
24947
24948 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24949 (whitespace-help-scroll): Remove unused variable `data-help'.
24950
24951 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24952 (widget-image-insert, widget-after-change, default)
24953 (widget-default-format-handler, widget-default-notify)
24954 (widget-default-prompt-value, widget-info-link-action)
24955 (widget-url-link-action, widget-function-link-action)
24956 (widget-variable-link-action, widget-file-link-action)
24957 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24958 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24959 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24960 (widget-insert-button-action, widget-delete-button-action, visibility)
24961 (widget-documentation-link-action, widget-documentation-string-action)
24962 (widget-const-prompt-value, widget-regexp-match, symbol)
24963 (widget-coding-system-prompt-value)
24964 (widget-key-sequence-value-to-external, sexp)
24965 (widget-sexp-value-to-internal, character, vector, cons)
24966 (widget-choice-prompt-value, widget-boolean-prompt-value)
24967 (widget-color--choose-action): Mark unused parameters.
24968 (widget-item-match-inline, widget-choice-match-inline)
24969 (widget-checklist-match, widget-checklist-match-inline)
24970 (widget-group-match): Rename parameter VALUES to VALS.
24971 (widget-field-value-set): Remove unused variable `size'.
24972 (widget-color-action): Remove unused variables `value' and `start'.
24973
24974 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24975 variable `dir'. Doc fix.
24976 (windmove-find-other-window): Don't pass it.
24977
24978 * window.el (count-windows): Mark unused parameter.
24979 (bw-adjust-window): Remove unused variable `err'.
24980
24981 * woman.el (woman-file-name): Remove unused variable `default'.
24982 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24983 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24984 (global-font-lock-mode): Declare.
24985 (woman-decode-region): Mark unused parameter.
24986 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24987
24988 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24989 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24990 (x-dnd-handle-moz-url): Remove unused variable `title'.
24991 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24992
24993 * xml.el (xml-parse-tag, xml-parse-attlist):
24994 Remove unused variable `pos'.
24995
24996 2011-04-19 Glenn Morris <rgm@gnu.org>
24997
24998 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24999 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25000 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25001 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25002 * calendar/cal-html.el (cal-html-insert-minical):
25003 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25004 (calendar-mark-date-pattern):
25005 Prefix "unused" locals.
25006
25007 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25008 optional argument `style'.
25009
25010 * calendar/appt.el (appt-make-list):
25011 * calendar/cal-china.el (calendar-chinese-date-string):
25012 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25013 (diary-hebrew-yahrzeit):
25014 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25015 * calendar/calendar.el (calendar-generate-window):
25016 * calendar/time-date.el (time-to-days):
25017 Remove unused local variables.
25018
25019 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25020
25021 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25022 glyphless-char-display table.
25023 (tabulated-list-glyphless-char-display): New var.
25024
25025 2011-04-18 Sam Steingold <sds@gnu.org>
25026
25027 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25028 to acknowledgments.
25029
25030 2011-04-17 Glenn Morris <rgm@gnu.org>
25031
25032 * calendar/diary-lib.el (diary-sexp-entry):
25033 * calendar/holidays.el (holiday-sexp):
25034 Set debug-on-error rather than the removed stack-trace-on-error.
25035
25036 2011-04-16 Glenn Morris <rgm@gnu.org>
25037
25038 * progmodes/f90.el: Use lexical-binding.
25039 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25040
25041 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25042
25043 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25044 (mail-mode): Setup mailalias completion here instead.
25045 * mail/mailalias.el: Use lexical-binding.
25046 (pattern, mailalias-done): Declare dynamic.
25047 (mail-completion-at-point-function): New function, from mail-complete.
25048 (mail-complete): Use it.
25049 (mail-completion-expand): New function.
25050 (mail-get-names): Use it.
25051 (mail-directory, mail-directory-process, mail-directory-stream):
25052 Don't use `pattern' for lexically bound arg.
25053
25054 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25055
25056 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25057 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25058 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25059
25060 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25061 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25062 (byte-interactive-p): Define them again, for use when inlining
25063 old code.
25064
25065 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25066
25067 * loadup.el: Use `string-to-number', not `string-to-int'.
25068
25069 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25070
25071 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25072 gud-gdb-complete-command.
25073 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25074 (gud-gdb-completion-at-point): New function.
25075 (gud-gdb-completions): Remove.
25076
25077 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25078
25079 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25080 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25081 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25082 whether `executable-find' is bound.
25083
25084 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25085
25086 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25087
25088 * minibuffer.el (completion-in-region-mode-predicate)
25089 (completion-in-region-mode--predicate): New vars.
25090 (completion-in-region, completion-in-region--postch)
25091 (completion-in-region-mode): Use them.
25092 (completion--capf-wrapper): Also return the hook function.
25093 (completion-at-point, completion-help-at-point):
25094 Adjust and provide a predicate.
25095
25096 Preserve arg names for advice of subr and lexical functions (bug#8457).
25097 * help-fns.el (help-function-arglist): Consolidate the subr and
25098 new-byte-code cases. Add argument `preserve-names' to extract names
25099 from the docstring when needed.
25100 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25101 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25102 (ad-arglist): Use help-function-arglist's new arg.
25103 (ad-definition-type): Use cond.
25104
25105 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25106
25107 * autorevert.el (auto-revert-handler):
25108 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25109 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25110 Don't quote lambda.
25111
25112 * image-mode.el (image-transform-set-scale):
25113 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25114
25115 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25116
25117 * net/network-stream.el (network-stream-open-starttls): Only do
25118 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25119 Upgrades via gnutls-cli are too slow to be done opportunistically.
25120
25121 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25122
25123 * dframe.el (dframe-current-frame): Remove spurious quote.
25124
25125 2011-04-12 Glenn Morris <rgm@gnu.org>
25126
25127 * calendar/cal-tex.el (cal-tex-end-document):
25128 Try to automatically use latin1 input if needed.
25129
25130 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25131 Don't try to cons a mark onto an empty element.
25132
25133 2011-04-11 Leo Liu <sdl.web@gmail.com>
25134
25135 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25136 buffers.
25137 (ido-kill-buffer-at-head): Support killing virtual buffers.
25138
25139 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25140
25141 * minibuffer.el (completion-show-inline-help): New var.
25142 (completion--do-completion, minibuffer-complete)
25143 (minibuffer-force-complete, minibuffer-complete-word):
25144 Inhibit minibuffer messages if completion-show-inline-help is nil.
25145
25146 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25147 to avoid interference from inline help (Bug#5849).
25148
25149 2011-04-10 Leo Liu <sdl.web@gmail.com>
25150
25151 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25152 Fix typo.
25153
25154 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25155
25156 * image-mode.el (image-toggle-display-image): Signal an error if
25157 not in Image mode.
25158 (image-transform-mode, image-transform-resize)
25159 (image-transform-set-rotation): Doc fix.
25160 (image-transform-set-resize): Delete.
25161 (image-transform-set-scale, image-transform-fit-to-height)
25162 (image-transform-fit-to-width): Handle image-toggle-display-image
25163 and image-transform-resize directly.
25164
25165 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25166
25167 * doc-view.el (doc-view-fit-width-to-window)
25168 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25169 New functions for fitting the shown image to the Emacs window size.
25170 (doc-view-mode-map): Add bindings for the new functions.
25171
25172 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25173
25174 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25175 Fix typo in docstring.
25176
25177 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25178
25179 * files.el (file-size-human-readable): Produce one digit after
25180 decimal, like "ls -lh" does.
25181
25182 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25183 the file size representation.
25184
25185 * simple.el (list-processes): If async subprocesses are not
25186 available, error out with a clear error message.
25187
25188 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25189
25190 * help.el (help-form-show): New function, to be called from C.
25191 Put help-form output in a buffer named differently than *Help*.
25192
25193 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25194
25195 * files.el (file-size-human-readable): New function.
25196
25197 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25198 computing the representation inline. Don't require `cl'.
25199
25200 2011-04-08 Glenn Morris <rgm@gnu.org>
25201
25202 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25203
25204 * net/browse-url.el (browse-url-firefox):
25205 Test system-type, not system-configuration.
25206
25207 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25208 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25209 Use log-edit-empty-buffer-p. (Bug#7598)
25210
25211 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25212 (rlogin-mode-map): Initialize in the defvar.
25213 (rlogin): Use ignore-errors.
25214
25215 * replace.el (occur-mode-map): Some fixes for menu items.
25216
25217 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25218
25219 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25220
25221 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25222
25223 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25224 issuing unused warnings.
25225
25226 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25227 macro directly.
25228
25229 * simple.el: Lisp reimplement of list-processes. Based on an
25230 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25231 (process-menu-mode): New major mode.
25232 (list-processes--refresh, list-processes):
25233 (process-menu-visit-buffer): New functions.
25234
25235 * files.el (save-buffers-kill-emacs): Don't assume any return
25236 value of list-processes, which is undocumented anyway.
25237
25238 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25239
25240 * emacs-lisp/tabulated-list.el: New file.
25241
25242 * emacs-lisp/package.el: Use Tabulated List mode.
25243 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25244 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25245 table format using Tabulated List mode variables.
25246 (package--push): New macro, replacing package-list-maybe-add.
25247 (package-menu--generate): Use package--push. Renamed from
25248 package--generate-package-list.
25249 (package-menu-refresh, list-packages): Use it.
25250 (package-menu--print-info): Rename from package-print-package.
25251 Return insertion data instead of inserting it directly.
25252 (package-menu-describe-package, package-menu-execute):
25253 Use tabulated-list-get-id.
25254 (package-menu-mark-delete, package-menu-mark-install)
25255 (package-menu-mark-unmark, package-menu-backup-unmark)
25256 (package-menu-mark-obsolete-for-deletion):
25257 Use tabulated-list-put-tag.
25258 (package--list-packages, package-menu-revert)
25259 (package-menu-get-package, package-menu-get-version)
25260 (package-menu-sort-by-column): Functions deleted.
25261 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25262 (package-menu--status-predicate, package-menu--version-predicate)
25263 (package-menu--name-predicate)
25264 (package-menu--description-predicate): Handle arguments in the
25265 Tabulated List format.
25266 (package-list-packages-no-fetch): Call list-packages.
25267
25268 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25269
25270 * files.el (after-find-file-from-revert-buffer): Remove variable.
25271 (after-find-file): Don't bind it.
25272 (revert-buffer-in-progress-p): New variable.
25273 (revert-buffer): Bind it.
25274 Pass nil for `after-find-file-from-revert-buffer'.
25275
25276 * saveplace.el (save-place-find-file-hook): Use new variable
25277 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25278
25279 2011-04-06 Glenn Morris <rgm@gnu.org>
25280
25281 * Makefile.in (AUTOGEN_VCS): New variable.
25282 (autoloads): Use $AUTOGEN_VCS.
25283
25284 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25285 * calendar/calendar.el (calendar-mode-map):
25286 Check for toolkit scroll bars. (Bug#8305)
25287
25288 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25289
25290 * minibuffer.el (completion-in-region--postch)
25291 (completion-in-region-mode): Remove unnecessary messages.
25292
25293 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25294
25295 * font-lock.el (font-lock-refresh-defaults):
25296 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25297 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25298
25299 * info.el (Info-directory-list, Info-read-node-name-2)
25300 (Info-split-parameter-string): Doc fixes.
25301 (Info-virtual-nodes): Reflow docstring.
25302 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25303 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25304 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25305 Fix typos in docstrings.
25306 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25307 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25308 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25309 (Info-restore-desktop-buffer): Mark unused parameters.
25310 (Info-directory-find-file, Info-directory-find-node)
25311 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25312 (Info-virtual-index-find-node, Info-apropos-find-file)
25313 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25314 Mark unused parameters; fix typos in docstrings.
25315 (Info-virtual-index): Remove unused local variable `nodename'.
25316
25317 2011-04-05 Deniz Dogan <deniz@dogan.se>
25318
25319 * net/rcirc.el: Update my e-mail address.
25320 (rcirc-mode-map): Remove M-o binding.
25321
25322 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25323
25324 * startup.el (command-line): Save the cursor's theme-face
25325 directly, instead of using face-override-spec.
25326
25327 * custom.el (load-theme): Minor optimization in assigning faces.
25328
25329 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25330
25331 * help-fns.el (describe-variable): Complete all variables having
25332 documentation, including keywords.
25333 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25334
25335 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25336
25337 Convert to lexical-binding.
25338
25339 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25340 (bs--get-marked-string, bs--get-modified-string)
25341 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25342 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25343 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25344
25345 * ehelp.el (electric-help-execute-extended)
25346 (electric-help-ctrl-x-prefix):
25347 * hexl.el (hexl-revert-buffer-function):
25348 * linum.el (linum-after-change, linum-after-scroll):
25349 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25350
25351 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25352
25353 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25354
25355 * epa-dired.el:
25356 * epa-mail.el:
25357 * epa-hook.el:
25358 * epa-file.el:
25359 * epa.el:
25360 * epg.el: Use lexical binding.
25361
25362 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25363
25364 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25365
25366 * textmodes/flyspell.el (flyspell-word): Recognize default
25367 dictionary case for flyspell-mark-duplications-exceptions.
25368 Use regexp matching for languages.
25369 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25370 default dictionary (Bug#7926).
25371
25372 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25373
25374 * emacs-lisp/package.el (package--with-work-buffer):
25375 Recognize https URLs.
25376
25377 * net/network-stream.el: Move from gnus/proto-stream.el.
25378 Change prefix to network-stream throughout.
25379 (open-protocol-stream): Merge into open-network-stream, leaving
25380 open-protocol-stream as an alias. Handle nil BUFFER args.
25381
25382 * subr.el (open-network-stream): Move to net/network-stream.el.
25383
25384 2011-04-02 Glenn Morris <rgm@gnu.org>
25385
25386 * find-dired.el (find-exec-terminator): New option.
25387 (find-ls-option): Test for -ls support.
25388 (find-ls-subdir-switches): Test for -b in find-ls-option.
25389 (find-dired, find-grep-dired): Doc fixes.
25390 (find-dired): Use find-exec-terminator.
25391
25392 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25393 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25394 (find-name-arg): Remove purecopy.
25395
25396 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25397 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25398 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25399 accordingly. Don't add the null-device if not needed.
25400
25401 * files.el (save-some-buffers): Doc fix.
25402
25403 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25404
25405 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25406
25407 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25408
25409 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25410 Use `dolist' rather than `mapcar'.
25411
25412 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25413
25414 Add lexical binding.
25415
25416 * subr.el (apply-partially): Use new closures rather than CL.
25417 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25418 (dolist, dotimes): Use slightly different expansion for lexical code.
25419 (functionp): Move to C.
25420 (letrec): New macro.
25421 (with-wrapper-hook): Use it and apply-partially instead of CL.
25422 (eval-after-load): Preserve lexical-binding.
25423 (save-window-excursion, with-output-to-temp-buffer): Turn them
25424 into macros.
25425
25426 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25427
25428 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25429 than the arglist.
25430 (help-add-fundoc-usage): Don't add `Not documented'.
25431 (help-function-arglist): Handle closures, subroutines, and new
25432 byte-code-functions.
25433 (help-make-usage): Remove leading underscores.
25434 (describe-function-1): Handle closures.
25435 (describe-variable): Use special-variable-p for completion.
25436
25437 * files.el (lexical-binding): Declare safe.
25438
25439 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25440 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25441 (pcase): Add `let' pattern.
25442 Change memoization so it actually works.
25443 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25444 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25445 <let>: New case.
25446
25447 * emacs-lisp/macroexp.el: Use lexical binding.
25448 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25449 Don't convert ' to #' without checking that it's indeed quoting
25450 a lambda.
25451
25452 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25453 Use eval-sexp-add-defvars.
25454 (eval-sexp-add-defvars): New fun.
25455
25456 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25457
25458 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25459 Don't autoload.
25460 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25461 than the internal `byte-compile-lambda'.
25462 (defmethod): Don't hide code under quotes.
25463 (eieio-defmethod): New `code' argument.
25464
25465 * emacs-lisp/eieio-comp.el: Remove.
25466
25467 * emacs-lisp/edebug.el (edebug-eval-defun)
25468 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25469 (edebug-toggle): Avoid `eval'.
25470
25471 * emacs-lisp/disass.el (disassemble-internal): Handle new
25472 `closure' objects.
25473 (disassemble-1): Handle new byte codes.
25474
25475 * emacs-lisp/cl.el (pushnew): Silence warning.
25476
25477 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25478 (cl-byte-compile-throw): Remove.
25479 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25480
25481 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25482 closures.
25483
25484 * emacs-lisp/cconv.el: New file.
25485
25486 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25487 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25488 (byte-compile-initial-macro-environment):
25489 Handle declare-function here.
25490 (byte-compile--lexical-environment): New var.
25491 (byte-stack-ref, byte-stack-set, byte-discardN)
25492 (byte-discardN-preserve-tos): New lap codes.
25493 (byte-interactive-p): Don't use any more.
25494 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25495 New macros.
25496 (byte-compile-lapcode): Use them and handle new lap codes.
25497 (byte-compile-obsolete): Remove.
25498 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25499 (byte-compile-arglist-warn): Check late def of inlinable funs.
25500 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25501 since they should have been expanded by now.
25502 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25503 (byte-compile-from-buffer): Remove unused second arg.
25504 (byte-compile-preprocess): New function.
25505 (byte-compile-toplevel-file-form): New function to distinguish
25506 file-form calls from outside from file-form calls from hunk-handlers.
25507 (byte-compile-file-form): Simplify.
25508 (byte-compile-file-form-defsubst): Remove.
25509 (byte-compile-file-form-defmumble): Simplify now that
25510 byte-compile-lambda always returns a byte-code-function.
25511 (byte-compile): Preprocess.
25512 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25513 Remove, not used any more.
25514 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25515 (byte-compile-make-args-desc): New funs.
25516 (byte-compile-lambda): Handle lexical functions. Always return
25517 a byte-code-function.
25518 (byte-compile-reserved-constants): New var, to make up room for
25519 closed-over variables.
25520 (byte-compile-constants-vector): Obey it.
25521 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25522 (byte-compile-macroexpand-declare-function): New function.
25523 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25524 byte-code-functions.
25525 (byte-compile-form): Check obsolescence here.
25526 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25527 (byte-compile-variable-ref): Remove.
25528 (byte-compile-dynamic-variable-op): New fun.
25529 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25530 (byte-compile-variable-set): New funs.
25531 (byte-compile-discard): Add 2 args.
25532 (byte-compile-stack-ref, byte-compile-stack-set)
25533 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25534 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25535 macroexpand-all instead.
25536 (byte-compile-quote-form): Remove.
25537 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25538 (byte-compile-bind, byte-compile-unbind): New funs.
25539 (byte-compile-let): Handle let* and lexical binding.
25540 (byte-compile-let*): Remove.
25541 (byte-compile-catch, byte-compile-unwind-protect)
25542 (byte-compile-track-mouse, byte-compile-condition-case):
25543 Handle a new :fun-body form, used for lexical scoping.
25544 (byte-compile-save-window-excursion)
25545 (byte-compile-with-output-to-temp-buffer): Remove.
25546 (byte-compile-defun): Simplify.
25547 (byte-compile-stack-adjustment): New fun.
25548 (byte-compile-out): Use it.
25549 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25550
25551 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25552 handler any more.
25553
25554 * emacs-lisp/byte-opt.el: Use lexical binding.
25555 (byte-inline-lapcode): Remove (to bytecomp).
25556 (byte-compile-inline-expand): Pay attention to inlining to/from
25557 lexically bound code.
25558 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25559 any more.
25560 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25561 any more and don't call compiler-macros.
25562 (byte-compile-splice-in-already-compiled-code): Remove.
25563 (byte-code): Don't inline any more.
25564 (disassemble-offset): Receive `bytes' as argument rather than via
25565 dynamic scoping.
25566 (byte-compile-tag-number): Declare before first use.
25567 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25568 `return' even if make-spliceable.
25569 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25570 obsolete interactive-p.
25571 (byte-optimize-lapcode): Optimize new lap-codes.
25572 Don't trip up on new form of `byte-constant' lap code.
25573
25574 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25575
25576 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25577
25578 * custom.el (custom-initialize-default, custom-declare-variable):
25579 Use `defvar'.
25580
25581 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25582 New variables.
25583 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25584 (COMPILE_FIRST): Add macroexp and cconv.
25585 * makefile.w32-in: Mirror changes in Makefile.in.
25586
25587 * vc/cvs-status.el:
25588 * vc/diff-mode.el:
25589 * vc/log-edit.el:
25590 * vc/log-view.el:
25591 * vc/smerge-mode.el:
25592 * textmodes/bibtex-style.el:
25593 * textmodes/css-mode.el:
25594 * startup.el:
25595 * uniquify.el:
25596 * minibuffer.el:
25597 * newcomment.el:
25598 * reveal.el:
25599 * server.el:
25600 * mpc.el:
25601 * emacs-lisp/smie.el:
25602 * doc-view.el:
25603 * dired.el:
25604 * abbrev.el: Use lexical binding.
25605
25606 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25607
25608 * info.el (info-display-manual): New function.
25609
25610 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25611
25612 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25613
25614 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25615
25616 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25617 an entry for that server in rcirc-authinfo. (Bug#8385)
25618
25619 2011-03-31 Glenn Morris <rgm@gnu.org>
25620
25621 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25622
25623 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25624
25625 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25626
25627 * progmodes/python.el (python-default-interpreter)
25628 (python-python-command-args, python-jython-command-args)
25629 (python-which-shell, python-which-args, python-which-bufname)
25630 (python-file-queue, python-comint-output-filter-function)
25631 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25632 variables and functions.
25633
25634 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25635
25636 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25637 (completion-in-region-mode): New minor mode.
25638 (completion-in-region): Use it.
25639 (completion-in-region--data, completion-in-region-mode-map): New vars.
25640 (completion-in-region--postch): New function.
25641 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25642 New vars.
25643 (completion--capf-wrapper): New function.
25644 (completion-at-point): Use it to track well-behavedness of
25645 hook functions.
25646 (completion-help-at-point): New command.
25647
25648 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25649
25650 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25651 syntax class to search for whitespace on a single line
25652 (Message-ID: <4D938140.4030905@redhat.com>).
25653
25654 2011-03-30 Leo Liu <sdl.web@gmail.com>
25655
25656 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25657 New commands.
25658 (edit-abbrevs-map): Bind them here.
25659 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25660
25661 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25662
25663 * allout.el (allout-hide-by-annotation, allout-flag-region):
25664 Reduce possibility of overlay leakage by making them volatile.
25665
25666 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25667 hash is not shared between buffers. Mode initialization is
25668 responsible for giving it a useful starting value.
25669 (allout-item-span): Reduce possibility of overlay leakage by
25670 making them volatile.
25671 (allout-widgets-count-buttons-in-region): Add diagnostic function
25672 for tracking down button overlay leaks.
25673
25674 2011-03-29 Leo Liu <sdl.web@gmail.com>
25675
25676 * ido.el (ido-read-internal): Use the default history var
25677 minibuffer-history if no HISTORY is specified.
25678
25679 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25680
25681 * net/imap.el (imap-shell-open, imap-process-connection-type):
25682 Use imap-process-connection-type for 'shell' streams as well as
25683 Kerberos, SSL, other subprocesses.
25684
25685 2011-03-28 Leo Liu <sdl.web@gmail.com>
25686
25687 * abbrev.el (abbrev-table-empty-p): New function.
25688 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25689 nonempty ones. (Bug#5937)
25690
25691 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25692
25693 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25694
25695 2011-03-27 Leo Liu <sdl.web@gmail.com>
25696
25697 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25698 for foreground and background colors.
25699 (ansi-color-make-color-map): Adapt.
25700
25701 2011-03-25 Leo Liu <sdl.web@gmail.com>
25702
25703 * midnight.el (midnight-time-float): Remove. Note it calculates
25704 the microsecond component incorrectly and seconds-to-time does the
25705 same job.
25706 Remove redundant (require 'timer).
25707
25708 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25709 (ido-completions): Remove unused arguments. (Bug#8329)
25710
25711 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25712
25713 * minibuffer.el (completion--flush-all-sorted-completions):
25714 Remove itself from hook.
25715 (completion-at-point): Let the functions perform the completion
25716 immediately and return nil or t.
25717 * comint.el (comint-dynamic-complete-functions): Now identical to
25718 completion-at-point-functions.
25719 (comint-dynamic-list-input-ring): Remove unused var `index'.
25720 (comint--match-partial-filename, comint--unquote&expand-filename):
25721 New funs, split from comint-match-partial-filename.
25722 (comint-dynamic-complete): Use completion-at-point.
25723 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25724
25725 2011-03-24 Drew Adams <drew.adams@oracle.com>
25726
25727 * thingatpt.el: Support `defun'.
25728
25729 2011-03-23 Leo Liu <sdl.web@gmail.com>
25730
25731 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25732
25733 * help-mode.el (help-mode-finish): Tweak regexp.
25734
25735 2011-03-23 Glenn Morris <rgm@gnu.org>
25736
25737 * eshell/esh-opt.el (eshell-eval-using-options):
25738 Do not bind unused local variable `eshell-option-stub'.
25739
25740 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25741
25742 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25743
25744 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25745 keymap variable in `with-no-warnings' to avoid a warning when the
25746 keymap has been already `defconst'ed.
25747
25748 2011-03-22 Leo Liu <sdl.web@gmail.com>
25749
25750 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25751 encode all chars in abbrevs; otherwise use emacs-mule or
25752 utf-8-emacs. (Bug#8308)
25753
25754 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25755
25756 * simple.el (backward-delete-char-untabify):
25757 Avoid warning about using `delete-backward-char'.
25758
25759 * image.el (image-type-file-name-regexps): Make it variable.
25760 `imagemagick-register-types' modifies it, and the user may want
25761 to add new extensions for known image types.
25762 (imagemagick-register-types): Throw error if not using ImageMagick.
25763
25764 2011-03-22 Leo Liu <sdl.web@gmail.com>
25765
25766 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25767 located before rcirc-prompt-end-marker.
25768 (rcirc-complete): Error if point is not after rcirc prompt.
25769 Handle the case when table is nil.
25770 (rcirc-user-authenticated): Define to fix compiler warning.
25771
25772 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25773
25774 * custom.el (custom--inhibit-theme-enable): Make it affect only
25775 custom-theme-set-variables and custom-theme-set-faces.
25776 (provide-theme): Ignore custom--inhibit-theme-enable.
25777 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25778 (custom-enabling-themes): Delete variable.
25779 (enable-theme): Accept only loaded themes as arguments.
25780 Ignore the special custom-enabled-themes variable.
25781 (custom-enabled-themes): Forbid themes from setting this.
25782 Eliminate use of custom-enabling-themes.
25783 (custom-push-theme): Quote "changed" custom var entry.
25784
25785 2011-03-21 Leo Liu <sdl.web@gmail.com>
25786
25787 * ido.el (ido-read-internal): Add ido-selected to history instead
25788 of user input.
25789
25790 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25791
25792 * subr.el (deferred-action-list, deferred-action-function):
25793 Mark obsolete.
25794
25795 2011-03-21 Leo Liu <sdl.web@gmail.com>
25796
25797 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25798 change on 2011-02-13 (bug#8309).
25799
25800 * minibuffer.el (read-file-name-function): Change default value.
25801 (read-file-name--defaults): Rename from read-file-name-defaults.
25802 (read-file-name-default): Rename from read-file-name.
25803 (read-file-name): Call read-file-name-function.
25804
25805 2011-03-21 Glenn Morris <rgm@gnu.org>
25806
25807 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25808 Doc fixes.
25809
25810 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25811
25812 * cus-theme.el: Add missing provide statement.
25813 (customize-create-theme): Extract theme value correctly.
25814 (custom-theme-visit-theme): Autoload.
25815 (customize-create-theme): Prompt before inserting default faces.
25816
25817 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25818
25819 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25820 units and musical notes.
25821
25822 2011-03-20 Leo Liu <sdl.web@gmail.com>
25823
25824 * ido.el (ido-read-internal): Use completing-read-default.
25825 (ido-completing-read): Fix compatibility with completing-read.
25826
25827 2011-03-20 Christian Ohler <ohler@gnu.org>
25828
25829 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25830 (ert-delete-all-tests): Use `called-interactively-p' rather than
25831 `interactive-p'.
25832 (ert--make-xrefs-region): Respect END.
25833
25834 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25835
25836 * dired-aux.el (dired-create-directory): Signal an error if the
25837 directory already exists (Bug#8246).
25838
25839 * facemenu.el (list-colors-display): Call list-faces-display
25840 inside with-help-window.
25841 (list-colors-print): Use display property to align the final
25842 column, instead of checking window-width.
25843
25844 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25845
25846 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25847 windows-nt systems.
25848 (emerge-protect-metachars): Quote correctly for ms-dos and
25849 windows-nt systems.
25850
25851 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25852
25853 * info.el (info-initialize): Replace all uses of `:' with
25854 path-separator for compatibility with non-Unix systems.
25855 Cache quoting of path-separator. (Bug#8258)
25856
25857 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25858
25859 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25860 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25861 (mouse-avoidance-mode): Fix typos in docstrings.
25862
25863 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25864
25865 * startup.el (package-subdirectory-regexp): Move from package.el.
25866 Omit \\` and \\', and let callers add them.
25867
25868 * emacs-lisp/package.el (package-strip-version)
25869 (package-load-all-descriptors): Add \\` and \\' to
25870 package-subdirectory-regexp before using it.
25871 (package-untar-buffer): New arg DIR; ensure that file untars only
25872 into this expected directory. Remove superfluous delete-region.
25873 (package-unpack): Caller changed.
25874 (package-tar-file-info): Use package-subdirectory-regexp.
25875
25876 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25877
25878 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25879 diff-mode-shared-map (bug#8284).
25880 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25881
25882 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25883
25884 * calendar/time-date.el (format-seconds): Use assoc instead of
25885 assoc-string, since assoc-string doesn't exist in XEmacs.
25886
25887 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25888
25889 * custom.el (custom-known-themes): Reflow docstring.
25890 (custom-theme-load-path): Fix typo in docstring.
25891 (load-theme): Fix typo in error message.
25892 (custom-available-themes, custom-variable-theme-value):
25893 Use `let', not `let*'.
25894
25895 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25896
25897 * calc/README: Mention inclusion of musical notes.
25898
25899 * calc/calc-units.el (calc-lu-quant): Rename from
25900 `calc-logunits-quantity'.
25901 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25902 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25903 (calc-db): Rename from `calc-dblevel'.
25904 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25905 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25906 (calc-np): Rename from `calc-nplevel'.
25907 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25908 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25909 (calc-lu-plus): Rename from `calc-logunits-add'.
25910 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25911 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25912 (calc-lu-minus): Rename from `calc-logunits-sub'.
25913 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25914 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25915 (calc-lu-times): Rename from `calc-logunits-mul'.
25916 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25917 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25918 (calc-lu-divide): Rename from `calc-logunits-div'.
25919 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25920 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25921
25922 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25923 functions being autoloaded.
25924
25925 * calc/calc.el (calc-lu-power-reference): Rename from
25926 `calc-logunits-power-reference'.
25927 (calc-lu-field-reference): Rename from
25928 `calc-logunits-field-reference'.
25929
25930 * calc/calc-help.el (calc-l-prefix-help):
25931 Mention musical note functions.
25932
25933 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25934
25935 * minibuffer.el (completion-all-sorted-completions):
25936 Use :completion-cycle-penalty text property if present.
25937
25938 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25939
25940 * allout.el (allout-yank-processing): Adjust for new rebulleting
25941 regime so bullet being yanked is used without prompting the user
25942 for a choice.
25943
25944 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25945
25946 * startup.el (command-line): Warn the user that _emacs is deprecated.
25947
25948 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25949
25950 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25951 (delphi-verbose, delphi-comment-face, delphi-string-face)
25952 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25953 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25954 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25955 (delphi-new-comment-line, delphi-font-lock-defaults)
25956 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25957 Fix typos in docstrings.
25958
25959 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25960
25961 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25962 Invert the roles of character and string values for INSTEAD, so a
25963 string is used for the more common case of a defaulting prompt.
25964
25965 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25966
25967 * progmodes/ruby-mode.el (ruby-backward-sexp):
25968 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25969 * play/gamegrid.el (gamegrid-make-face):
25970 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25971 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25972 * notifications.el (notifications-notify):
25973 * net/xesam.el (xesam-search-engines):
25974 * net/quickurl.el (quickurl-list-insert):
25975 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25976
25977 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
25978
25979 * startup.el (command-line): Update package subdirectory regexp.
25980
25981 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25982
25983 * allout.el (allout-abbreviate-flattened-numbering)
25984 (allout-mode-deactivate-hook): Fix up obsolescence "date".
25985
25986 * subr.el (read-char-choice): Only show the cursor after the prompt,
25987 not after the answer.
25988
25989 2011-03-15 Kevin Ryde <user42@zip.com.au>
25990
25991 * help-fns.el (variable-at-point): Skip leading quotes, if any
25992 (bug#8253).
25993
25994 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25995
25996 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25997 warning message.
25998
25999 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26000
26001 * shell.el (shell): When called interactively, offer to change the
26002 shell file name on remote hosts.
26003
26004 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26005
26006 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26007 integration for LDAP parameters. The host, base, user or binddn,
26008 and secret tokens can be specified in a netrc file, for instance.
26009 This is optional because an `auth-source' parameter must be
26010 specified in the search attributes.
26011
26012 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26013
26014 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26015
26016 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26017
26018 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26019 into declaration. Remove redundant and harmful binding.
26020
26021 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26022
26023 * files.el (file-ownership-preserved-p): Pass `integer' as an
26024 explicit 2nd argument to `file-attributes'. If the file's owner
26025 is the Administrators group on Windows, and the current user is
26026 Administrator, consider that a match.
26027
26028 * server.el (server-ensure-safe-dir): Consider server directory
26029 safe on MS-Windows if its owner is the Administrators group while
26030 the current Emacs user is Administrator. Use `=' to compare
26031 numerical UIDs, since they could be integers or floats.
26032
26033 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26034
26035 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26036
26037 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26038
26039 Sync with Tramp 2.2.1.
26040
26041 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26042
26043 * net/trampver.el: Update release number.
26044
26045 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26046
26047 * progmodes/compile.el (compilation--previous-directory): Fix up
26048 various nil/dead-marker mismatches (bug#8014).
26049 (compilation-directory-properties, compilation-error-properties):
26050 Don't call it at a position past the one we're about to change.
26051
26052 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26053 Disable obsolescence warnings in the file that declares it.
26054
26055 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26056
26057 * allout-widgets.el (allout-widgets-tally):
26058 Initialize allout-widgets-tally as a hash table rather than nil to
26059 prevent mode-line redisplay warnings. Also, clarify the module
26060 description and fix a comment typo.
26061
26062 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26063
26064 * help-fns.el (describe-variable): Don't complete keywords.
26065 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26066
26067 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26068
26069 * emacs-lisp/package.el (package-version-join): Impose a standard
26070 string representation for pre/alpha/beta version lists.
26071 (package-unpack-single): Standardize the directory name by passing
26072 it through package-version-join.
26073 (package-strip-rcs-id): Accept any version string that does not
26074 signal an error in version-to-list.
26075
26076 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26077
26078 * simple.el (delete-trailing-whitespace): Return nil for the
26079 benefit of `write-file-functions'.
26080
26081 2011-03-10 Glenn Morris <rgm@gnu.org>
26082
26083 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26084
26085 * vc/vc-git.el (vc-git-program): New option.
26086 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26087 (vc-git--call): Use it.
26088
26089 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26090
26091 * cus-edit.el (Custom-newline): If no button at point, look
26092 for a subgroup button at start-of-line. (Bug#2298)
26093
26094 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26095
26096 2011-03-10 Julien Danjou <julien@danjou.info>
26097
26098 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26099 `cursor-type' is nil.
26100
26101 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26102
26103 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26104
26105 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26106
26107 * allout.el: Change so yank of distinctive-bullet items
26108 preserves the existing header prefix, rebulleting it if necessary,
26109 rather than replacing it. This is necessary for proper operation
26110 of cooperative addons like allout-widgets.
26111 (allout-make-topic-prefix, allout-rebullet-heading):
26112 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26113 value as alternate bullet to be used, instead of prompting the user
26114 for a bullet character.
26115
26116 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26117
26118 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26119 Do not use `tramp-file-name-port', because this returns also
26120 `tramp-default-port'.
26121
26122 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26123
26124 * net/rcirc.el (rcirc-handler-001): Remove useless
26125 with-rcirc-process-buffer.
26126 (rcirc-check-auth-status): Swap arguments to string-match.
26127
26128 2011-03-09 Glenn Morris <rgm@gnu.org>
26129
26130 * shell.el (shell-mode):
26131 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26132
26133 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26134 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26135
26136 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26137
26138 * emacs-lisp/package.el (package-refresh-contents)
26139 (package-menu-execute): Use condition-case-no-debug.
26140
26141 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26142
26143 * simple.el (shell-command-to-string): Use `process-file'.
26144
26145 * emacs-lisp/package.el (package-tar-file-info): Handle also
26146 remote files.
26147
26148 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26149 Use `equal' for upload base check.
26150
26151 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26152
26153 * textmodes/texinfo.el (texinfo-environments):
26154 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26155
26156 2011-03-08 Glenn Morris <rgm@gnu.org>
26157
26158 * cus-start.el (cursor-in-non-selected-windows):
26159 Fix :set quoting oddness. (Bug#8192)
26160
26161 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26162 in some setf expressions. (Bug#2159)
26163
26164 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26165
26166 * custom.el (custom-available-themes): Return themes in
26167 alphabetical order.
26168
26169 See ChangeLog.15 for earlier changes.
26170
26171 ;; Local Variables:
26172 ;; coding: utf-8
26173 ;; End:
26174
26175 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26176
26177 This file is part of GNU Emacs.
26178
26179 GNU Emacs is free software: you can redistribute it and/or modify
26180 it under the terms of the GNU General Public License as published by
26181 the Free Software Foundation, either version 3 of the License, or
26182 (at your option) any later version.
26183
26184 GNU Emacs is distributed in the hope that it will be useful,
26185 but WITHOUT ANY WARRANTY; without even the implied warranty of
26186 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26187 GNU General Public License for more details.
26188
26189 You should have received a copy of the GNU General Public License
26190 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.