* lisp/minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
4 to avoid misleading the user.
5
6 2013-04-22 Leo Liu <sdl.web@gmail.com>
7
8 * info-look.el: Prefer latex2e.info. (Bug#14240)
9
10 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
11
12 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13
14 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15 * net/tramp.el (tramp-call-process): ... here
16 (tramp-set-completion-function, tramp-parse-putty):
17 * net/tramp-adb.el (tramp-adb-execute-adb-command):
18 * net/tramp-gvfs.el (tramp-gvfs-send-command):
19 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
20 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
21 (tramp-call-local-coding-command): Use `tramp-call-process'
22 instead of `tramp-compat-call-process'.
23
24 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
25 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
26 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
27 (tramp-find-inline-compress):Improve traces.
28 (tramp-maybe-send-script): Check for Perl binary.
29 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
30
31 2013-04-22 Daiki Ueno <ueno@gnu.org>
32
33 * epg.el (epg-context-pinentry-mode): New function.
34 (epg-context-set-pinentry-mode): New function.
35 (epg--start): Pass --pinentry-mode option to gpg command.
36
37 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
38
39 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
40 `comint-dynamic-complete' is obsolete since 24.1, replaced by
41 `completion-at-point'. (Bug#13774)
42
43 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
44 default key binding for `describe-distribution' has been moved to
45 `C-h C-o'. (Bug#13970)
46
47 2013-04-21 Glenn Morris <rgm@gnu.org>
48
49 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
50 Add doc strings.
51 (vc-print-log): Clarify interactive prompt.
52
53 2013-04-20 Glenn Morris <rgm@gnu.org>
54
55 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
56 No longer include timestamp etc information.
57
58 2013-04-20 Roland Winkler <winkler@gnu.org>
59
60 * faces.el (read-face-name): Bug fix, return just one face if arg
61 multiple is nil. (Bug#14209)
62
63 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
66 (remove-function): Autoload.
67
68 * comint.el (comint-redirect-original-filter-function): Remove.
69 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
70 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
71 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
72 * progmodes/prolog.el (prolog-consult-compile):
73 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
74 Use add/remove-function instead.
75 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
76 (gud-tooltip-process-output, gud-tooltip-tips):
77 Use add/remove-function instead.
78 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
79 (scheme-interaction-mode, exit-scheme-interaction-mode):
80 Use add/remove-function instead.
81
82 * vc/vc-dispatcher.el: Use lexical-binding.
83 (vc--process-sentinel): Rename from vc-process-sentinel.
84 Change last arg to be the code to run. Don't use vc-previous-sentinel
85 and vc-sentinel-commands any more.
86 (vc-exec-after): Allow code to be a function. Use add/remove-function.
87 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
88
89 2013-04-19 Masatake YAMATO <yamato@redhat.com>
90
91 * progmodes/sh-script.el (sh-imenu-generic-expression):
92 Handle function names with a single character. (Bug#14111)
93
94 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
95
96 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
97 for subroutines defined in an eval (bug#14182).
98
99 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
100
101 * bookmark.el (bookmark-completing-read): Improve handling of empty
102 string (bug#14176).
103
104 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
107
108 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
109
110 New faster Imenu implementation (bug#14058).
111 * progmodes/python.el:
112 (python-imenu-prev-index-position):
113 (python-imenu-format-item-label-function)
114 (python-imenu-format-parent-item-label-function)
115 (python-imenu-format-parent-item-jump-label-function):
116 New vars.
117 (python-imenu-format-item-label)
118 (python-imenu-format-parent-item-label)
119 (python-imenu-format-parent-item-jump-label)
120 (python-imenu--put-parent, python-imenu--build-tree)
121 (python-imenu-create-index, python-imenu-create-flat-index)
122 (python-util-popn): New functions.
123 (python-mode): Set imenu-create-index-function to
124 python-imenu-create-index.
125
126 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * winner.el (winner-active-region): Use region-active-p, activate-mark
129 and deactivate-mark (bug#14225).
130
131 * simple.el (deactivate-mark): Don't inline it.
132
133 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
134
135 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
136
137 2013-04-18 Tassilo Horn <tsdh@gnu.org>
138
139 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
140 file extensions from the archive-mode entry in order to prefer
141 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
142
143 2013-04-18 Leo Liu <sdl.web@gmail.com>
144
145 * bindings.el (help-event-list): Add ?\?.
146
147 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * subr.el (with-wrapper-hook): Declare obsolete.
150 * simple.el (filter-buffer-substring-function): New hook.
151 (filter-buffer-substring): Use it.
152 (filter-buffer-substring-functions): Mark obsolete.
153 * minibuffer.el (completion-in-region-function): New hook.
154 (completion-in-region): Use it.
155 (completion-in-region-functions): Mark obsolete.
156 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
157 * abbrev.el (abbrev-expand-function): New hook.
158 (expand-abbrev): Use it.
159 (abbrev-expand-functions): Mark obsolete.
160 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
161 and :filter-return.
162
163 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
164
165 * progmodes/python.el (python-nav--syntactically): Fix cornercases
166 and do not care about match data.
167
168 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
171 completion tables when completing error conditions and
172 `declare' arguments.
173 (lisp-complete-symbol, field-complete): Mark as obsolete.
174 (check-parens): Unmatched parens are user errors.
175 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
176
177 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
178
179 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
180 command changed buffer (ie. `flyspell-pre-buffer' is not current
181 buffer), which prevents making decisions based on invalid value of
182 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
183 cause an error when `flyspell-pre-point' was nil after switching
184 buffers.
185 (flyspell-post-command-hook): No longer needs to change buffers when
186 checking pre-word. While at it remove unnecessary progn.
187
188 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
189
190 * textmodes/ispell.el (ispell-add-per-file-word-list):
191 Fix `flyspell-correct-word-before-point' error when accepting
192 words and `coment-padding' is an integer by using
193 `comment-normalize-vars' (Bug #14214).
194
195 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
196
197 New defun movement commands.
198 * progmodes/python.el (python-nav--syntactically)
199 (python-nav--forward-defun, python-nav-backward-defun)
200 (python-nav-forward-defun): New functions.
201
202 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
203
204 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
205 (python-syntax-context): Use named compiler-macro for backwards
206 compatibility with Emacs 24.x.
207
208 2013-04-17 Leo Liu <sdl.web@gmail.com>
209
210 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
211 octave-hide-process-buffer.
212
213 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
216 (bug#14216).
217
218 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
219
220 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
221 Fix adjustment of offset when receiving incomplete responses from GDB
222 (bug#14129).
223
224 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
227 python-mode-abbrev-table.
228 (python-skeleton-define): Adjust accordingly.
229 (python-mode-abbrev-table): New table that inherits from it so that
230 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
231
232 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
233 (abbrev-symbol): Use it.
234 (abbrev--before-point): Use it since we already handle inheritance.
235
236 2013-04-16 Leo Liu <sdl.web@gmail.com>
237
238 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
239 binding to info-lookup-symbol.
240
241 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
242
243 * minibuffer.el (completion--twq-all):
244 * term/ns-win.el (ns-initialize-window-system):
245 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
246
247 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
250 global bindings.
251
252 * doc-view.el (doc-view-start-process): Handle url-handler directories.
253
254 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
255
256 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
257 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
258 to nil.
259 (ruby-end-of-defun): Remove the unused arg, change the docstring
260 to reflect that this function is only used as the value of
261 `end-of-defun-function'.
262 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
263 to reflect an earlier change that beginning/end-of-defun functions
264 jump between methods in a class definition, as well as top-level
265 functions.
266
267 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * minibuffer.el (minibuffer-complete): Don't just scroll
270 a *Completions* that's been iconified.
271 (minibuffer-force-complete): Make sure repetitions do cycle when going
272 through completion-in-region -> minibuffer-complete.
273
274 2013-04-15 Alan Mackenzie <acm@muc.de>
275
276 Correct the placement of c-cpp-delimiters when there're #s not at
277 col 0.
278
279 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
280 place a submatch around the #.
281 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
282 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
283 on the #, not BOL.
284
285 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * emacs-lisp/nadvice.el: Properly test names when adding advice.
288 (advice--member-p): New arg `name'.
289 (advice--add-function, advice-member-p): Use it (bug#14202).
290
291 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
292
293 Reformulate java imenu-generic-expression.
294 The old expression contained ill formed regexps.
295
296 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
297 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
298 (cc-imenu-java-method-arg-regexp): New defconsts.
299 (cc-imenu-java-build-type-args-regex): New defun.
300 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
301 handling of spaces in the regexp.
302
303 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
304
305 * textmodes/ispell.el (ispell-command-loop): Remove
306 flyspell highlight of a word when ispell accepts it (bug #14178).
307
308 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
309
310 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
311 uses code from the previous `ange-ftp-run-real-handler'.
312 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
313 only in case that function exist. This is needed for proper
314 unloading of Tramp.
315
316 2013-04-15 Tassilo Horn <tsdh@gnu.org>
317
318 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
319
320 * textmodes/reftex.el (reftex-compile-variables): Use it.
321
322 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * files.el (normal-mode): Only use default major-mode if no other mode
325 was specified.
326
327 * emacs-lisp/trace.el (trace-values): New function.
328
329 * files.el: Allow : in local variables (bug#14089).
330 (hack-local-variable-regexp): New var.
331 (hack-local-variables-prop-line, hack-local-variables): Use it.
332
333 2013-04-13 Roland Winkler <winkler@gnu.org>
334
335 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
336 data before it gets modified by bibtex-beginning-of-entry.
337
338 2013-04-13 Roland Winkler <winkler@gnu.org>
339
340 * textmodes/bibtex.el (bibtex-url): Doc fix.
341
342 2013-04-13 Roland Winkler <winkler@gnu.org>
343
344 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
345 does not visit a BibTeX file, exclude it from the list of buffers
346 returned by bibtex-initialize.
347
348 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
349
350 * window.el (split-window): Remove interactive form, since as a
351 command this function is a special case of split-window-below.
352 Correct doc string.
353
354 2013-04-12 Roland Winkler <winkler@gnu.org>
355
356 * faces.el (read-face-name): Do not override value of arg default.
357 Allow single faces and strings as default values. Remove those
358 elements from return value that are not faces.
359 (describe-face): Simplify.
360 (face-at-point): New optional args thing and multiple so that this
361 function can provide the same functionality previously provided by
362 read-face-name.
363 (make-face-bold, make-face-unbold, make-face-italic)
364 (make-face-unitalic, make-face-bold-italic, invert-face)
365 (modify-face, read-face-and-attribute): Use face-at-point.
366
367 * cus-edit.el (customize-face, customize-face-other-window)
368 * cus-theme.el (custom-theme-add-face)
369 * face-remap.el (buffer-face-set)
370 * facemenu.el (facemenu-set-face): Use face-at-point.
371
372 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
373
374 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
375
376 2013-04-10 Tassilo Horn <tsdh@gnu.org>
377
378 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
379 off leading { and trailing } from field values.
380
381 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * emacs-lisp/timer.el (timer--check): New function.
384 (timer--time, timer-set-function, timer-event-handler): Use it.
385 (timer-set-idle-time): Simplify.
386 (timer--activate): CSE.
387 (timer-event-handler): Give more info in error message.
388 (internal-timer-start-idle): New function, moved from C.
389
390 * mpc.el (mpc-proc): Add `restart' argument.
391 (mpc-proc-cmd): Use it.
392 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
393 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
394 less often.
395
396 2013-04-10 Masatake YAMATO <yamato@redhat.com>
397
398 * progmodes/sh-script.el: Implement `sh-mode' own
399 `add-log-current-defun-function' (bug#14112).
400 (sh-current-defun-name): New function.
401 (sh-mode): Use the function.
402
403 2013-04-09 Bastien Guerry <bzg@gnu.org>
404
405 * simple.el (choose-completion-string): Fix docstring (bug#14163).
406
407 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
410
411 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
412 timer (bug#14156).
413
414 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
415
416 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
417 declaration.
418
419 2013-04-07 Leo Liu <sdl.web@gmail.com>
420
421 * pcmpl-x.el: New file.
422
423 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
424
425 Do not set x-display-name until X connection is established.
426 This is needed to prevent from weird situation described at
427 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
428 * frame.el (make-frame): Set x-display-name after call to
429 window system initialization function, not before.
430 * term/x-win.el (x-initialize-window-system): Add optional
431 display argument and use it.
432 * term/w32-win.el (w32-initialize-window-system):
433 * term/ns-win.el (ns-initialize-window-system):
434 * term/pc-win.el (msdos-initialize-window-system):
435 Add compatible optional display argument.
436
437 2013-04-06 Eli Zaretskii <eliz@gnu.org>
438
439 * files.el (normal-backup-enable-predicate): On MS-Windows and
440 MS-DOS compare truenames of temporary-file-directory and of the
441 file, so that 8+3 aliases (usually found in $TEMP on Windows)
442 don't fail comparison by compare-strings. Also, compare file
443 names case-insensitively on MS-Windows and MS-DOS.
444
445 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
448 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
449
450 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
451
452 * whitespace.el (whitespace-color-on, whitespace-color-off):
453 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
454
455 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
456
457 * ispell.el (ispell-set-spellchecker-params):
458 Really set `ispell-args' for all equivs.
459
460 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * ido.el (ido-completions): Use extra elements of ido-decorations
463 (bug#14143).
464 (ido-decorations): Update docstring.
465
466 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
467
468 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
469 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
470 nil during initialization, in order not to miss changes since the
471 file was opened. (Bug#14140)
472
473 2013-04-05 Leo Liu <sdl.web@gmail.com>
474
475 * kmacro.el (kmacro-call-macro): Fix bug#14135.
476
477 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
478
479 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
480
481 2013-04-04 Glenn Morris <rgm@gnu.org>
482
483 * electric.el (electric-pair-inhibit-predicate): Add :version.
484
485 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
488 when a package is required several times (bug#14082).
489
490 2013-04-04 Roland Winkler <winkler@gnu.org>
491
492 * faces.el (read-face-name): Behave as promised by the docstring.
493 Assume that arg default is a list of faces.
494 (describe-face): Call read-face-name with list of default faces.
495
496 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
497
498 * bookmark.el: Fix deletion of bookmarks (bug#13972).
499 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
500 (bookmark-bmenu-execute-deletions): Only skip first line if it's
501 the header.
502 (bookmark-exit-hook-internal): Save even if list is empty.
503
504 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
505
506 * emacs-lisp/package.el (package-pinned-packages): New var.
507 (package--add-to-archive-contents): Obey it (bug#14118).
508
509 2013-04-03 Alan Mackenzie <acm@muc.de>
510
511 Handle `parse-partial-sexp' landing inside a comment opener
512 (Bug#13244). Also adapt to the new values of element 7 of a parse
513 state.
514
515 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
516 parameter `not-in-delimiter'. Handle being inside comment opener.
517 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
518 character in case we're typing a '*' after a '/'.
519 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
520 instead by passing the parameter to c-state-pp-to-literal.
521
522 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
523 for elt. 7 of a parse state.
524
525 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
526
527 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
528 * international/latin1-disp.el, international/mule-util.el:
529 * language/cyril-util.el, language/european.el, language/ind-util.el:
530 * language/lao-util.el, language/thai.el, language/tibet-util.el:
531 * language/tibetan.el, language/viet-util.el:
532 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
533
534 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
537 (electric-pair-post-self-insert-function): Use it.
538 (electric-pair-default-inhibit): New function, extracted from
539 electric-pair-post-self-insert-function.
540
541 2013-03-31 Roland Winkler <winkler@gnu.org>
542
543 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
544
545 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
548
549 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
550
551 Un-indent after "pass" and "return" statements (Bug#13888)
552 * progmodes/python.el (python-indent-block-enders): New var.
553 (python-indent-calculate-indentation): Use it.
554
555 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
556
557 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
558 defun. Defining it as defalias could introduce too eager
559 byte-compiler optimization. (Bug#14030)
560
561 2013-03-30 Chong Yidong <cyd@gnu.org>
562
563 * iswitchb.el (iswitchb-read-buffer): Fix typo.
564
565 2013-03-30 Leo Liu <sdl.web@gmail.com>
566
567 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
568 (kmacro-execute-from-register): Pass the keyboard macro to
569 kmacro-call-macro or repeating won't work correctly.
570
571 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
572
573 * progmodes/subword.el: Back to using `forward-symbol'.
574
575 * subr.el (forward-whitespace, forward-symbol)
576 (forward-same-syntax): Move from thingatpt.el.
577
578 2013-03-29 Leo Liu <sdl.web@gmail.com>
579
580 * kmacro.el (kmacro-to-register): New command.
581 (kmacro-execute-from-register): New function.
582 (kmacro-keymap): Bind to 'x'. (Bug#14071)
583
584 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * mpc.el: Use defvar-local and setq-local.
587 (mpc--proc-connect): Connection failures are not bugs.
588 (mpc-mode-map): `follow-link' only applies to the buffer's content.
589 (mpc-volume-map): Bind to the up-events.
590
591 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
592
593 * progmodes/subword.el (superword-mode): Use `forward-sexp'
594 instead of `forward-symbol'.
595
596 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
599 (edebug--recursive-edit): Use it.
600 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
601 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
602
603 2013-03-28 Leo Liu <sdl.web@gmail.com>
604
605 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
606
607 2013-03-27 Eli Zaretskii <eliz@gnu.org>
608
609 * facemenu.el (list-colors-callback): New defvar.
610 (list-colors-redisplay): New function.
611 (list-colors-display): Install list-colors-redisplay as the
612 revert-buffer-function. (Bug#14063)
613
614 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
617 and suffixes don't overlap (bug#14061).
618
619 * case-table.el: Use lexical-binding.
620 (case-table-get-table): New function.
621 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
622
623 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
624
625 * progmodes/subword.el: Add `superword-mode' to do word motion
626 over symbol_words (parallels and leverages `subword-mode' which
627 does word motion inside MixedCaseWords).
628
629 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
630
631 * eshell/em-unix.el: Move su and sudo to...
632 * eshell/em-tramp.el: ...Eshell tramp module.
633
634 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
637 Change return value to be a sexp. Delay `get-buffer' to after
638 restoring the desktop (bug#13951).
639
640 2013-03-26 Leo Liu <sdl.web@gmail.com>
641
642 * register.el: Move semantic tag handling back to
643 cedet/semantic/senator.el. (Bug#14052)
644
645 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
648 into the prompt either (bug#13963).
649
650 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
653 part of "(error-foo)".
654
655 2013-03-24 Juri Linkov <juri@jurta.org>
656
657 * replace.el (list-matching-lines-prefix-face): New defcustom.
658 (occur-1): Pass `list-matching-lines-prefix-face' to the function
659 `occur-engine' if `face-differs-from-default-p' returns t.
660 (occur-engine): Add `,' inside backquote construct to evaluate
661 `prefix-face'. Propertize the prefix with the `prefix-face' face.
662 Pass `prefix-face' to the functions `occur-context-lines' and
663 `occur-engine-add-prefix'.
664 (occur-engine-add-prefix, occur-context-lines): Add optional arg
665 `prefix-face' and propertize the prefix with `prefix-face'.
666 (Bug#14017)
667
668 2013-03-24 Leo Liu <sdl.web@gmail.com>
669
670 * nxml/rng-valid.el (rng-validate-while-idle)
671 (rng-validate-quick-while-idle): Guard against deleted buffer.
672 (Bug#13999)
673
674 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
675 is the last entry in kill-buffer-hook.
676
677 * files.el (kill-buffer-hook): Doc fix.
678
679 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
680
681 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
682 Make it safe-local.
683
684 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
685
686 2013-03-23 Leo Liu <sdl.web@gmail.com>
687
688 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
689 Remove.
690
691 * nxml/rng-valid.el (rng-validate-mode)
692 (rng-after-change-function, rng-do-some-validation):
693 * nxml/rng-maint.el (rng-validate-buffer):
694 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
695 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
696 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
697 (nxml-extend-after-change-region): Use with-silent-modifications.
698
699 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
700 timer-idle-list.
701
702 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
703 (rng-next-error-1, rng-previous-error-1): Do not let-bind
704 timer-idle-list. (Bug#13999)
705
706 2013-03-23 Juri Linkov <juri@jurta.org>
707
708 * info.el (info-index-match): New face.
709 (Info-index, Info-apropos-matches): Add a nested subgroup to the
710 main pattern and add text properties with the new face to matches
711 in index entries relative to the beginning of the index entry.
712 (Bug#14015)
713
714 2013-03-21 Eric Ludlam <zappo@gnu.org>
715
716 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
717 Inhibit read only while inserting objects.
718
719 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
720
721 * progmodes/cfengine.el: Update docs to mention
722 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
723 symbol motion. Remove "_" from the word syntax.
724
725 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
726
727 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
728 syntax for both `cfengine2-mode' and `cfengine3-mode'.
729
730 2013-03-20 Juri Linkov <juri@jurta.org>
731
732 * info.el (Info-next-reference-or-link)
733 (Info-prev-reference-or-link): New functions.
734 (Info-next-reference, Info-prev-reference): Use them.
735 (Info-try-follow-nearest-node): Handle footnote navigation.
736 (Info-fontify-node): Fontify footnotes. (Bug#13989)
737
738 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
741 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
742
743 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
744
745 Suppress unnecessary non-ASCII chatter during build process.
746 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
747 (batch-skkdic-convert): Suppress most of the chatter.
748 It's not needed so much now that machines are faster,
749 and its non-ASCII component was confusing; see Dmitry Gutov in
750 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
751
752 2013-03-20 Leo Liu <sdl.web@gmail.com>
753
754 * ido.el (ido-chop): Fix bug#10994.
755
756 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
757
758 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
759 Remove vars.
760 (whitespace-color-on, whitespace-color-off):
761 Use `font-lock-fontify-buffer' (Bug#13817).
762
763 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
766 remapping in mode-line.
767 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
768
769 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
770
771 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
772 value for `whitespace-line' face (Bug#13875).
773 (whitespace-font-lock-keywords): Change description.
774 (whitespace-color-on): Don't save `font-lock-keywords' value, save
775 the constructed keywords instead.
776 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
777
778 2013-03-19 Leo Liu <sdl.web@gmail.com>
779
780 * progmodes/compile.el (compilation-display-error): New command.
781 (compilation-mode-map, compilation-minor-mode-map): Bind it to
782 C-o. (Bug#13992)
783
784 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
785
786 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
787
788 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
789
790 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
791
792 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
793
794 * net/tramp-compat.el (tramp-compat-user-error): New defun.
795
796 * net/tramp-adb.el (tramp-adb-handle-shell-command):
797 * net/tramp-gvfs.el (top):
798 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
799 (tramp-handle-shell-command): Use it.
800 (tramp-dissect-file-name): Raise an error when hostname is a
801 method name, and neither method nor user is specified.
802
803 * net/trampver.el: Update release number.
804
805 2013-03-18 Leo Liu <sdl.web@gmail.com>
806
807 Make sure eldoc can be turned off properly.
808 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
809 eldoc-mode.
810 (eldoc-display-message-p): Revert last change.
811 (eldoc-display-message-no-interference-p)
812 (eldoc-print-current-symbol-info): Tweak.
813
814 2013-03-18 Tassilo Horn <tsdh@gnu.org>
815
816 * doc-view.el (doc-view-new-window-function): Check the new window
817 overlay's display property instead the char property of the
818 buffer's first char. Use `with-selected-window' instead of
819 `save-window-excursion' with `select-window'.
820 (doc-view-document->bitmap): Check the current doc-view overlay's
821 display property instead the char property of the buffer's first char.
822
823 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
824
825 Automate the build of ja-dic.el (Bug#13984).
826 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
827 from the input, rather than assume that it's been done for us by the
828 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
829 the current date into a ja-dic.el comment, as that complicates
830 regression testing.
831
832 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * whitespace.el: Fix double evaluation.
835 (whitespace-space, whitespace-hspace, whitespace-tab)
836 (whitespace-newline, whitespace-trailing, whitespace-line)
837 (whitespace-space-before-tab, whitespace-indentation)
838 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
839 obsolete defvars.
840 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
841 (whitespace-color-on): Use a single font-lock-add-keywords call.
842 Fix double-evaluation of face variables.
843
844 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
845
846 * net/tramp-adb.el (tramp-adb-parse-device-names):
847 Use `start-process' instead of `call-process'. Otherwise, the
848 function might be blocked under MS Windows. (Bug#13299)
849
850 2013-03-17 Leo Liu <sdl.web@gmail.com>
851
852 Extend eldoc to display info in the mode-line. (Bug#13978)
853 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
854 (eldoc-mode-line-string): New variable.
855 (eldoc-minibuffer-message): New function.
856 (eldoc-message-function): New variable.
857 (eldoc-message): Use it.
858 (eldoc-display-message-p)
859 (eldoc-display-message-no-interference-p):
860 Support eldoc-post-insert-mode.
861
862 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
863 (eval-expression): Run it.
864
865 2013-03-17 Roland Winkler <winkler@gnu.org>
866
867 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
868 strings in the list of return values.
869
870 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
871
872 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
873 radix before checking for HMS forms.
874
875 2013-03-16 Leo Liu <sdl.web@gmail.com>
876
877 * progmodes/scheme.el: Add indentation and font-locking for λ.
878 (Bug#13975)
879
880 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
883 token before point (bug#13942).
884
885 2013-03-16 Leo Liu <sdl.web@gmail.com>
886
887 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
888
889 2013-03-16 Eli Zaretskii <eliz@gnu.org>
890
891 * startup.el (command-line-normalize-file-name): Fix handling of
892 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
893 <xfq.free@gmail.com> in
894 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
895
896 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
897
898 Sync with Tramp 2.2.7.
899
900 * net/trampver.el: Update release number.
901
902 2013-03-14 Tassilo Horn <tsdh@gnu.org>
903
904 * doc-view.el Fix bug#13887.
905 (doc-view-insert-image): Don't modify overlay associated to
906 non-live windows, and implement horizontal centering of image in
907 case it's smaller than the window.
908 (doc-view-new-window-function): Force redisplay of new windows on
909 doc-view buffers.
910
911 2013-03-13 Karl Fogel <kfogel@red-bean.com>
912
913 * saveplace.el (save-place-alist-to-file): Don't sort
914 `save-place-alist', just pretty-print it (bug#13882).
915
916 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
917
918 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
919 whether `default-file-name-coding-system' is bound. It isn't in
920 XEmacs.
921
922 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
925 backquotes for `obsolete' (bug#13929).
926
927 * international/mule.el (find-auto-coding): Include file name in
928 obsolescence warning (bug#13922).
929
930 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
931
932 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
933 for CFEngine 3-specific indentation.
934 (cfengine3-indent-line): Use it. Fix up category regex.
935 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
936
937 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * type-break.el (type-break-file-name):
940 * textmodes/remember.el (remember-data-file):
941 * strokes.el (strokes-file):
942 * shadowfile.el (shadow-initialize):
943 * saveplace.el (save-place-file):
944 * ps-bdf.el (bdf-cache-file):
945 * progmodes/idlwave.el (idlwave-config-directory):
946 * net/quickurl.el (quickurl-url-file):
947 * international/kkc.el (kkc-init-file-name):
948 * ido.el (ido-save-directory-list-file):
949 * emulation/viper.el (viper-custom-file-name):
950 * emulation/vip.el (vip-startup-file):
951 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
952 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
953
954 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
955
956 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
957 * language/thai-word.el: Switch to UTF-8.
958
959 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
962
963 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
964
965 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
966 Use with-current-buffer and don't move point.
967 (net-utils-run-simple): Remove useless code.
968 (net-utils-remove-ctl-m): Remove unused custom.
969
970 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
971
972 * international/characters.el (glyphless-set-char-table-range): New fun.
973 (update-glyphless-char-display): Use it (bug#13744).
974
975 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
976
977 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
978 namespaces in the syntax, indent closer for hanging brace
979 correctly, allow single-quote delimited 'strings', and make
980 `cfengine3-mode' the default.
981
982 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
983
984 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
985 Use lexical-binding. Fix up docstring according to conventions.
986 (gdbmi-debug-mode): New var.
987 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
988 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
989 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
990 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
991 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
992 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
993 (gdbmi-bnf-incomplete-record-result): New functions.
994 (gdb-car<): Remove function.
995 (gdbmi-record-list): Remove variable.
996 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
997 (gdbmi-bnf-result-state-configs): New const.
998 (gud-gdbmi-marker-filter): Rewrite.
999 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1000 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1001 Add `token' argument.
1002 (gdb-done, gdb-error): New functions.
1003 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1004
1005 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * term/xterm.el (xterm--report-background-handler): Don't burp
1008 upon timeout.
1009 (xterm--version-handler): Extract from terminal-init-xterm.
1010 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1011 Allow multiple handlers.
1012 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1013
1014 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1015 (xterm--report-background-handler, xterm--query): New functions.
1016 (terminal-init-xterm): Use them.
1017
1018 2013-03-11 Michael R. Mauger <michael@mauger.com>
1019
1020 * progmodes/sql.el Version 3.2
1021 Please note that my address changed to <michael@mauger.com>;
1022 the <mmaug@yahoo.com> address remains active.
1023 (sql-connection-alist): Updates documentation to fix bug#13715.
1024 (sql-connect): Handle missing `sql-connection-alist' correctly.
1025 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1026 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1027 property.
1028 (sql-default-value): New function.
1029 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1030 values were not used.
1031 (sql-rename-buffer): Make sure alternate buffer name has no text
1032 properties.
1033 (sql-input-sender, sql-execute-feature): Fetch variable with
1034 `buffer-local-value' rather than `with-current-buffer'.
1035 (sql-*): Use #' function syntax consistently.
1036 (sql-*): Use message/error/user-error consistently.
1037
1038 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * xt-mouse.el (xterm-mouse-event-read): Remove.
1041 (xterm-mouse--read-event-sequence-1000)
1042 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1043
1044 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * term/xterm.el (xterm-function-map): Support format used with
1047 formatOtherKeys=1 (bug#13839).
1048
1049 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1050 (with-no-warnings): Use `declare'.
1051
1052 * whitespace.el (whitespace-enable-predicate): New variable.
1053 (whitespace-enable-predicate): Use it.
1054
1055 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1056 (comint-output-filter, comint-update-fence):
1057 Use with-silent-modifications.
1058
1059 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1060
1061 * replace.el (occur-read-regexp-defaults-function): New var.
1062 (occur-read-regexp-defaults): New defun.
1063 (occur-read-primary-args): Propagate above change (bug#13892).
1064
1065 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1068
1069 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1070
1071 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1072
1073 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1074 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1075 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1076 New defconst.
1077 (tramp-gvfs-file-name-handler-alist) [directory-files]
1078 [directory-files-and-attributes, file-exists-p, file-modes]:
1079 Use Tramp default handler.
1080 [file-acl, file-selinux-context, process-file, set-file-acl]:
1081 [set-file-modes, set-file-selinux-context, shell-command]:
1082 [start-file-process]: Remove handler.
1083 [verify-visited-file-modtime]: New handler.
1084 (tramp-gvfs-dbus-string-to-byte-array)
1085 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1086 calls of `dbus-string-to-byte-array' and
1087 `tramp-gvfs-dbus-byte-array-to-string'.
1088 (tramp-gvfs-handle-copy-file)
1089 (tramp-gvfs-handle-delete-directory)
1090 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1091 (tramp-gvfs-handle-file-directory-p)
1092 (tramp-gvfs-handle-file-executable-p)
1093 (tramp-gvfs-handle-file-name-all-completions)
1094 (tramp-gvfs-handle-file-readable-p)
1095 (tramp-gvfs-handle-file-writable-p)
1096 (tramp-gvfs-handle-insert-directory)
1097 (tramp-gvfs-handle-insert-file-contents)
1098 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1099 (tramp-gvfs-handle-set-visited-file-modtime)
1100 (tramp-gvfs-handle-write-region): Rewrite.
1101 (tramp-gvfs-handle-file-acl)
1102 (tramp-gvfs-handle-file-selinux-context)
1103 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1104 (tramp-gvfs-handle-set-file-modes)
1105 (tramp-gvfs-handle-set-file-selinux-context)
1106 (tramp-gvfs-handle-shell-command)
1107 (tramp-gvfs-handle-start-file-process)
1108 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1109 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1110 over the symlinks. Fix user handling.
1111 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1112 of the D-Bus signals.
1113 (tramp-gvfs-connection-mounted-p): Handle different names of the
1114 D-Bus methods.
1115 (tramp-gvfs-mount-spec-entry): New defun.
1116 (tramp-gvfs-mount-spec): Use it.
1117 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1118 there is a share name. Handle different names of the D-Bus
1119 signals and methods. Set connection properties needed for
1120 `tramp-check-cached-permissions'.
1121 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1122 Return t or nil.
1123
1124 * net/tramp.el (tramp-backtrace): Move up.
1125 (tramp-error): Dump a backtrace into the debug buffer when
1126 `tramp-verbose > 9.
1127 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1128 (tramp-file-mode-permissions, tramp-get-local-uid)
1129 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1130 tramp-sh.el.
1131
1132 * net/tramp-sh.el (tramp-file-mode-type-map)
1133 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1134 (tramp-file-mode-permissions, tramp-get-local-uid)
1135 (tramp-get-local-gid): Move to tramp.el.
1136
1137 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 Separate mouse-1-click-follows-link from mouse-drag-region.
1140 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1141 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1142 (mouse-drag-line, mouse-drag-track):
1143 Remove mouse-1-click-follows-link code.
1144 (mouse--remap-link-click-p): Remove.
1145
1146 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1147
1148 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1149 (hi-lock-read-regexp-defaults): New defun.
1150 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1151 (hi-lock-face-phrase-buffer): Propagate above change.
1152 Update docstring (bug#13892).
1153
1154 * subr.el (find-tag-default-as-regexp): New defun.
1155 * replace.el (read-regexp): Propagate above change.
1156
1157 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1158
1159 * calc/calc-units.el (calc-convert-units): Fix the way that default
1160 new units are stored.
1161
1162 2013-03-07 Matthias Meulien <orontee@gmail.com>
1163
1164 * bookmark.el: Define a face to highlight bookmark names in
1165 bookmark menu buffers, where the default is a bold face similarly
1166 to buffer names in buffer menu buffers.
1167 (bookmark-menu-bookmark): New face to highlight bookmark names.
1168 (bookmark-insert-location): Remove duplicated text property to
1169 conform to buffer list (see `list-buffers').
1170 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1171 `bookmark-menu-bookmark' to bookmark names.
1172
1173 2013-03-07 Matthias Meulien <orontee@gmail.com>
1174 Karl Fogel <kfogel@red-bean.com>
1175
1176 * bookmark.el: Display the bookmark list header similarly to the
1177 buffer list header (see `list-buffers'), where the default is now
1178 an immovable/immutable header line.
1179 (bookmark-bmenu-use-header-line): New variable.
1180 (bookmark-bmenu-inline-header-height): New name for
1181 `bookmark-bmenu-header-height', to avoid confusion with the code
1182 for the new immovable header. All references changed.
1183 (bookmark-bmenu-set-header): New function.
1184 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1185 Conditionalize header construction accordingly.
1186 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1187 the inline header height.
1188 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1189 Conditionalize the skipping of the inline header height.
1190
1191 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1192
1193 * progmodes/js.el (js--multi-line-declaration-indentation):
1194 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1195
1196 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1197
1198 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1199 Only propertize regexp when not inside a string (Bug#13885).
1200
1201 2013-03-06 Alan Mackenzie <acm@muc.de>
1202
1203 Correct the position of point in some line-up functions.
1204 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1205 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1206 point at column 0 rather than at a random place in the line.
1207
1208 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1209
1210 * net/tramp-compat.el (tramp-compat-delete-directory):
1211 Implement TRASH argument.
1212
1213 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1214
1215 Keep pre-existing highlighting in completion candidates (Bug#13250).
1216 * minibuffer.el (completions-first-difference): State that the
1217 face is "added" in the docstring.
1218 (completions-common-part): Same. And don't inherit from default.
1219 (completion-hilit-commonality): Prepend 'completions-common-part
1220 and 'completion-first-difference faces to the 'face property,
1221 instead of replacing the value(s).
1222 (completion--insert-strings): Same with 'completions-annotations face.
1223 (completion-hilit-commonality): Use 'face instead of
1224 'font-lock-face, because it gets priority if the completion
1225 strings already have 'face set.
1226
1227 2013-03-04 Alan Mackenzie <acm@muc.de>
1228
1229 Replace `last-command-event' by `last-command-char' in XEmacs.
1230 * progmodes/cc-defs.el (c-last-command-char): New macro.
1231 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1232 (c-semi&comma-no-newlines-before-nonblanks)
1233 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1234 in place of `last-command-event'.
1235 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1236 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1237 (c-electric-paren, c-electric-continued-statement): Use the new
1238 macro in place of `last-command-event'.
1239
1240 2013-03-04 Glenn Morris <rgm@gnu.org>
1241
1242 * files.el (inhibit-local-variables-regexps):
1243 Add .diff and .patch. (Bug#13862)
1244
1245 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1246
1247 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1248 whether the "su" command is available on the device.
1249
1250 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1251
1252 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1253 (tramp-adb-handle-process-file): Remove superfluous setting.
1254 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1255 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1256 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1257
1258 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1261 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1262 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1263 Use dict-key rather than dict-name for the error message.
1264
1265 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1266
1267 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1268 when reverting (bug#13831).
1269
1270 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1271
1272 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1273 Always expand affix-file before storing to protect against changed
1274 `default-directory'.
1275 (ispell-print-if-debug): Make sure message is printed at the end
1276 of the debug buffer.
1277
1278 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1279
1280 * net/tramp.el (tramp-obsolete-methods): New defconst.
1281 (tramp-warned-obsolete-methods): New defvar.
1282 (tramp-find-method): Check for obsolete methods. Map them to a
1283 replacement method if appropriate.
1284
1285 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1286 Remove methods.
1287 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1288 "ssh2" and "plink1".
1289
1290 2013-02-28 Dale Sedivec <dale@codefu.org>
1291
1292 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1293 Return valid syntax-table property value when converting
1294 quotes within text from string syntax to punctuation syntax (bug#13844).
1295
1296 2013-02-28 Juri Linkov <juri@jurta.org>
1297
1298 * dired-aux.el (dired-diff): If file at point is a backup file,
1299 use its original as the default value, and reverse the order
1300 of arguments to the `diff' call. Doc fix. (Bug#13772)
1301
1302 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1303
1304 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1305 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1306
1307 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1308
1309 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1310
1311 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1312 Ask hunspell about available and default dictionaries.
1313 (ispell-parse-hunspell-affix-file): Extract relevant info from
1314 hunspell affix file.
1315 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1316 `ispell-dictionary-alist' entry for given dictionary after info
1317 provided by `ispell-parse-hunspell-affix-file'.
1318 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1319 of parsed hunspell dicts and associated affix files.
1320 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1321 of parsed hunspell dicts and associated parameters.
1322 (ispell-set-spellchecker-params):
1323 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1324 previously done.
1325 (ispell-start-process):
1326 Call `ispell-hunspell-fill-dictionary-entry' for current
1327 dictionary if it is not initialized.
1328
1329 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * imenu.el: Comment nitpicks.
1332
1333 2013-02-28 Sam Steingold <sds@gnu.org>
1334
1335 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1336 See <http://stackoverflow.com/questions/14720205>.
1337
1338 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1339
1340 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1341 (net-utils-mode): Use it.
1342 (net-utils--revert-cmd): New var.
1343 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1344 (traceroute): Use net-utils-run-simple.
1345
1346 2013-02-28 Glenn Morris <rgm@gnu.org>
1347
1348 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1349
1350 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1353 (doc-view-fallback-mode): Remove overlays here.
1354 (doc-view-toggle-display): Instead of here. Don't throw away
1355 image-mode-winprops-alist.
1356 (doc-view-goto-page): Don't mess with hscroll.
1357
1358 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1359
1360 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1361 &optional (bug#13819).
1362
1363 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1364
1365 * net/tramp-adb.el (tramp-adb-parse-device-names)
1366 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1367
1368 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1369
1370 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1371 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1372 defined. POSIX environments fall back to the "C" locale then and
1373 emit a warning, which shall be suppressed.
1374
1375 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1378 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1379
1380 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1383
1384 2013-02-25 Juri Linkov <juri@jurta.org>
1385
1386 * replace.el (read-regexp): Let-bind `default' to the first
1387 element of `defaults' if it's a list, otherwise it should be
1388 a string or nil. Let-bind `suggestions' to `defaults' if it's
1389 a list, otherwise make a list with the string value. Doc fix.
1390 (Bug#13805)
1391
1392 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1393
1394 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1395 that match "\`\.#", to avoid compiling lock files, even if they
1396 are readable (as they are on MS-Windows).
1397
1398 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 * files.el (basic-save-buffer): Remove redundant directory-creation.
1401
1402 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1403
1404 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1405 Add option to force `pi' to remain symbolic.
1406 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1407 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1408 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1409 derivatives, when necessary.
1410
1411 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1412
1413 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1414 (ps-mode-octal-region): Use string-make-unibyte.
1415
1416 2013-02-23 Glenn Morris <rgm@gnu.org>
1417
1418 * emulation/viper-cmd.el (viper-submit-report):
1419 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1420 * progmodes/vera-mode.el (vera-mode-help-address):
1421 * textmodes/artist.el (artist-maintainer-address):
1422 * textmodes/reftex.el (reftex-report-bug):
1423 * vc/ediff-util.el (ediff-submit-report):
1424 Add bug-gnu-emacs to bug report address.
1425
1426 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1427 Remove bug report entries.
1428 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1429
1430 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1431 (byte-compile-file, byte-compile-from-buffer):
1432 Use separate input/output buffers for each level of recursive
1433 byte-compile-file calls. (Bug#13787)
1434
1435 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1436
1437 * net/tramp.el (tramp-methods): Fix docstring.
1438 (tramp-ssh-controlmaster-options): Rename it from
1439 `tramp-ssh-controlmaster-template'. Return a string.
1440 (tramp-default-method): Adapt check for
1441 `tramp-ssh-controlmaster-options'.
1442
1443 * net/tramp-sh.el (tramp-methods):
1444 Replace `tramp-ssh-controlmaster-template' by "%c".
1445 (tramp-do-copy-or-rename-file-out-of-band)
1446 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1447 that it is applied for the first hop only.
1448
1449 2013-02-22 Juri Linkov <juri@jurta.org>
1450
1451 * isearch.el (isearch-lazy-highlight-new-loop):
1452 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1453 to `isearch-other-end' if it is not nil. (Bug#13402)
1454
1455 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1456 to `match-beg'.
1457
1458 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1459 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1460 and `isearch-error' to nil.
1461
1462 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1463
1464 * progmodes/python.el (python-info-current-defun):
1465 Enhance match-data cluttering prevention.
1466
1467 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1468
1469 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1470
1471 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1472 Handle multibyte file names.
1473
1474 2013-02-22 Glenn Morris <rgm@gnu.org>
1475
1476 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1477 (sgml-transformation-function): Give it a :set function.
1478 (sgml-tag): Doc fix.
1479
1480 * cmuscheme.el (scheme-buffer):
1481 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1482 * progmodes/tcl.el (inferior-tcl-buffer):
1483 * textmodes/tex-mode.el (tex-command): Doc fixes.
1484
1485 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1486
1487 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1488
1489 2013-02-21 Bastien Guerry <bzg@gnu.org>
1490
1491 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1492
1493 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1494
1495 * progmodes/python.el (python-info-current-defun):
1496 Enhance match-data cluttering prevention.
1497
1498 2013-02-21 Glenn Morris <rgm@gnu.org>
1499
1500 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1501 loaded while outline-regexp is let bound. (Bug#9584)
1502
1503 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1504
1505 * progmodes/python.el (python-info-current-defun): Fix failed
1506 defun name retrieval because of unwanted match-data cluttering.
1507
1508 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1509
1510 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1511 defconst. Apply independent check for ControlPersist.
1512
1513 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1514 temporarily, via "env".
1515
1516 2013-02-21 Glenn Morris <rgm@gnu.org>
1517
1518 * info.el (Info-enable-edit): Remove.
1519 (Info-edit): Disable it rather than using Info-enable.
1520 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1521 (Info-cease-edit): Make editing of Info files obsolete.
1522
1523 * informat.el (Info-tagify):
1524 Handle buffers not visiting files. (Bug#13763)
1525
1526 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1527
1528 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1529
1530 2013-02-21 Glenn Morris <rgm@gnu.org>
1531
1532 * files.el (basic-save-buffer): Move check for existing parent
1533 directory after hooks. (Bug#13773)
1534
1535 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * simple.el (command-execute): Move from C. Add obsolete check.
1538 (extended-command-history): Move from C.
1539
1540 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1541
1542 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1543 (jka-compr-mode-alist-additions): Handle .txz suffix for
1544 XZ-compressed tar archives (bug#13770).
1545
1546 2013-02-20 Bastien Guerry <bzg@gnu.org>
1547
1548 * outline.el (outline-regexp, outline-heading-end-regexp):
1549 Make variables, not options (bug#13731).
1550
1551 2013-02-20 Glenn Morris <rgm@gnu.org>
1552
1553 * image.el (image-current-frame): Change from variable to function.
1554 (image-show-frame): Rename from image-nth-frame. Update callers.
1555 * image-mode.el (image-multi-frame): New variable.
1556 (image-mode-map, image-mode, image-goto-frame):
1557 Use image-multi-frame rather than image-current-frame.
1558 (image-mode, image-goto-frame): Use image-current-frame as
1559 function rather than as variable.
1560
1561 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1562 * emacs-lisp/cl-macs.el (cl--make-type-test)
1563 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1564
1565 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1566
1567 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1568 (tramp-get-file-property, tramp-set-file-property)
1569 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1570 (tramp-flush-file-property, tramp-flush-directory-property):
1571 Rename argument to KEY.
1572 (tramp-flush-connection-property): Simplify a little bit.
1573 (tramp-connection-property-p): New defun.
1574 (top): Reapply saved values only if there isn't a corresponding
1575 entry in `tramp-connection-properties'.
1576
1577 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1578
1579 * progmodes/python.el (python-indent-context):
1580 Fix python-info-line-ends-backslash-p call.
1581 (python-info-line-ends-backslash-p)
1582 (python-info-beginning-of-backslash): Respect line-number argument.
1583 (python-info-current-line-comment-p):
1584 Fix behavior when not at beginning-of-line.
1585 (python-util-position): Remove function.
1586 (python-util-goto-line): New function.
1587
1588 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1589
1590 * eshell/em-unix.el (eshell/su): Require tramp.
1591 (eshell/sudo): Require tramp. Remove now unnecessary check.
1592
1593 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1594 `tramp-current-connection' in order to avoid an error when several
1595 commands are invoked in a short time in eshell and friends.
1596
1597 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1598
1599 Cleanup some of EIEIO's namespace.
1600 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1601 Use it to define all the class-* and object-* field accessors (renamed
1602 to eieio--class-* and eieio--object-*). Update all uses.
1603 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1604 class-num-slots and object-num-slots.
1605 (eieio--check-type): New macro.
1606 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1607 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1608 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1609 (object-assoc-list-safe): Use it.
1610 (eieio-defclass): Tighten regexp.
1611 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1612 Remove unreachable code.
1613 (object-class-fast): Declare obsolete.
1614 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1615 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1616 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1617 Rename from class-name, object-name, object-set-name-string,
1618 object-class, object-class-name, class-parents, class-children,
1619 class-precedence-list, class-parent; with obsolete alias.
1620 (class-of, class-direct-superclasses, class-direct-subclasses):
1621 Declare obsolete.
1622 (eieio-defmethod): Use `memq'; remove unreachable code.
1623 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1624 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1625 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1626
1627 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1628
1629 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1630 commentary.
1631
1632 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1633
1634 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1635 Use font-lock-keyword-face for macros and special forms (bug#8345).
1636
1637 2013-02-17 Didier Verna <didier@didierverna.net>
1638
1639 * net/network-stream.el (network-stream-open-starttls):
1640 Check that response to the starttls-command is non-nil. (Bug#13706)
1641
1642 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1645 Don't assume all identifier chars have syntax word.
1646 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1647 Remove bar-not-symbol. Adjust callers.
1648 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1649
1650 2013-02-17 Leo Liu <sdl.web@gmail.com>
1651
1652 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1653
1654 2013-02-17 Glenn Morris <rgm@gnu.org>
1655
1656 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1657
1658 * image-mode.el (image-mode-map): Add image-dired menu entry.
1659
1660 * image-dired.el (tumme): Make this alias obsolete.
1661
1662 2013-02-16 Glenn Morris <rgm@gnu.org>
1663
1664 * image.el (image-animated-types): Remove.
1665 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1666 (image-animated-p): Make obsolete alias.
1667 (image-animate, image-nth-frame, image-animate-timeout):
1668 Use image-multi-frame-p.
1669 (image-animate-timeout): If no delay, use image-default-frame-delay.
1670 * image-mode.el (image-mode, image-toggle-animation):
1671 Use image-multi-frame-p. (Bug#763, bug#10739)
1672 (image-mode): Adjust startup message for a multi-frame image.
1673
1674 * image-mode.el (image-mode-map): Give it a menu.
1675
1676 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1677
1678 * net/tramp-cache.el (tramp-connection-properties): New customer
1679 option.
1680 (tramp-get-connection-property): Use it.
1681
1682 * net/tramp-compat.el (top): Require 'trampver.
1683
1684 * net/tramp-sh.el (tramp-remote-process-environment):
1685 Set tramp-autoload cookie.
1686
1687 2013-02-16 Kevin Ryde <user42@zip.com.au>
1688
1689 * info-look.el (info-lookup-select-mode): If major-mode has no
1690 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1691
1692 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1693
1694 * replace.el (read-regexp): Tighten the regexp that matches tag.
1695 When tag is retrieved with `find-tag-default', use regexp that
1696 matches tag at point. Also update docstring (Bug#13687).
1697
1698 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1699
1700 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1701 add watch for the file, not its parent directory, since w32notify
1702 sets up the watch for the directory internally. (Bug#13725)
1703
1704 2013-02-16 Glenn Morris <rgm@gnu.org>
1705
1706 * image.el (image-default-frame-delay): New variable.
1707 (image-animated-p): Use image-default-frame-delay.
1708 (image-minimum-frame-delay): New constant.
1709 (image-animate-timeout): Use image-minimum-frame-delay.
1710
1711 * image.el (image-nth-frame): New, split from image-animate-timeout.
1712 (image-animate-timeout): Use image-nth-frame.
1713 * image-mode.el (image-goto-frame, image-next-frame)
1714 (image-previous-frame): New commands.
1715 (image-mode-map): Add new frame commands.
1716
1717 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1718
1719 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1720 If col-desc already has help-echo, use it. (Bug#13563)
1721
1722 2013-02-16 Glenn Morris <rgm@gnu.org>
1723
1724 * image.el (image-current-frame): New variable.
1725 (image-animate-timeout): Set image-current-frame.
1726 * image-mode.el (image-mode): For animated images,
1727 display a frame counter via mode-line-process.
1728
1729 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1730
1731 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1734
1735 2013-02-15 Alan Mackenzie <acm@muc.de>
1736
1737 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1738 global minor mode has been enabled, call the minor mode function
1739 for a new buffer once only, after the major mode hook, whilst
1740 allowing that hook explicitly to disable the minor mode.
1741 (MODE-disable-in-buffer): New (generated) function.
1742 (disable-MODE): New (generated) buffer local variable.
1743
1744 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1745
1746 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1747 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1748 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1749 `ido-next-match' and `ido-prev-match' resply.
1750 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1751 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1752 `icomplete-backward-completions' (Bug#13708).
1753
1754 2013-02-15 Glenn Morris <rgm@gnu.org>
1755
1756 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1757
1758 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1761 (goto-address-fontify-region): Use them instead of narrowing, so
1762 syntax-ppss has access to the whole buffer.
1763
1764 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1765
1766 * progmodes/python.el: Explain how to restore "cc-mode"-like
1767 forward-sexp movement in header documentation (Bug#13642).
1768 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1769 comments and strings (GH bug 114).
1770
1771 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1772
1773 * progmodes/python.el (python-info-current-defun): Fix current
1774 defun detection (Bug#13618).
1775
1776 2013-02-15 Chong Yidong <cyd@gnu.org>
1777
1778 * xml.el (xml-parse-string): Fix typo in handling of bad character
1779 references.
1780
1781 2013-02-15 Glenn Morris <rgm@gnu.org>
1782
1783 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1784
1785 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1786
1787 * net/tramp.el (tramp-debug-message):
1788 Add `tramp-condition-case-unless-debug'.
1789 (tramp-debug-on-error): New defvar.
1790 (tramp-condition-case-unless-debug): New defun.
1791 (tramp-file-name-handler): Use it.
1792
1793 2013-02-14 Juri Linkov <juri@jurta.org>
1794
1795 * info.el (Info-isearch-filter): Treat non-nil values of
1796 `search-invisible' including its default value `open'
1797 like the value `t' to match hidden text. (Bug#13402)
1798
1799 2013-02-14 Glenn Morris <rgm@gnu.org>
1800
1801 * help-fns.el (find-lisp-object-file-name): Give special treatment
1802 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1803
1804 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1805
1806 * net/quickurl.el (quickurl-save-urls):
1807 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1808
1809 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1810
1811 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1812 depth for unfinished percent literal. Not using it in the caller.
1813 (ruby-move-to-block): Jump over multiline literals of all types,
1814 ignoring code-looking contents inside them.
1815 (ruby-add-log-current-method): Improve performance at the expense
1816 of accuracy. `ruby-block-contains-point' is relatively slow, so
1817 only use it for method and singleton class blocks.
1818
1819 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1820
1821 Use ControlMaster where applicable. (Bug#13677)
1822
1823 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1824 replacing `tramp-detect-ssh-controlmaster'.
1825 (tramp-default-method): Use it.
1826
1827 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1828 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1829 arguments.
1830 [scpc, rsyncc]: Remove methods.
1831 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1832 and "ssh2_old".
1833 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1834 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1835
1836 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * emacs-lisp/package.el (package--initialized): Move before first use.
1839
1840 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1841
1842 * icomplete.el (icomplete-hide-common-prefix): New user option.
1843 (icomplete-first-match): New face.
1844 (icomplete-completions): Correct handling of "complete but not
1845 unique" (Bug#12638).
1846
1847 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1848
1849 * descr-text.el (describe-char): Display the script (bug#13698).
1850
1851 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * tmm.el: Use lexical-binding and current-active-maps.
1854 (tmm-menubar): Use map-keymap and pcase.
1855 (tmm--completion-table): New function.
1856 (tmm-prompt): Use it to fix the menu order.
1857 (tmm-get-keybind): Use current-active-maps.
1858
1859 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1860
1861 Add dired-hide-details-mode. (Bug#6799)
1862
1863 * locate.el (locate-mode): Set parent mode property to dired-mode.
1864
1865 * find-dired.el (find-dired): Call dired-insert-set-properties on
1866 initial information line. Set process mark on end of buffer.
1867 (find-dired-sentinel):
1868 Call dired-insert-set-properties on summary.
1869
1870 * dired.el (dired-hide-details-hide-symlink-targets)
1871 (dired-hide-details-hide-information-lines): New options.
1872 (dired-insert-directory):
1873 Set properties after final treatment of output.
1874 (dired-insert-set-properties):
1875 Set dired-hide-details-* properties.
1876 (dired-mode-map): Bind dired-hide-details-mode.
1877 (dired-mode): Set buffer-invisibility-spec to a list.
1878 (dired-next-line): Skip hidden lines.
1879 (dired-previous-line): Use dired-next-line.
1880 (dired-hide-details-mode): New minor mode.
1881 (dired-hide-details-update-invisibility-spec): New function.
1882
1883 2013-02-13 Glenn Morris <rgm@gnu.org>
1884
1885 * play/yow.el: Move to obsolete/. (Bug#9384)
1886
1887 2013-02-13 Juri Linkov <juri@jurta.org>
1888
1889 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1890 to select `ediff-control-frame' and set input focus correctly on Xfce.
1891 (Bug#12218)
1892
1893 2013-02-13 Juri Linkov <juri@jurta.org>
1894
1895 * image-mode.el (image-mode-map):
1896 * doc-view.el (doc-view-mode-map):
1897 * vc/ediff-util.el (ediff-setup-keymap):
1898 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1899
1900 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1901
1902 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1903 performance. Instead of recalculating indentation fully for each
1904 line, sum up indentation depth based only on visited lines.
1905 (ruby-parse-partial): Increase the depth after "do" even when END
1906 is right after it.
1907 (ruby-parse-partial): When END is in the middle of a percent
1908 literal, increase the depth if the delimiter chars belong to the
1909 paren syntax class.
1910
1911 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1912
1913 * play/fortune.el (fortune-compile): Also make the compiled file
1914 if it does not exist at all, not just if it is old. (Bug#5338)
1915
1916 2013-02-13 Glenn Morris <rgm@gnu.org>
1917
1918 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1919
1920 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1921
1922 * lisp/emacs-lisp/package.el (package-menu-execute):
1923 Add optional noquery argument. (Bug#13625)
1924
1925 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1926
1927 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1928 if DIR exists and PARENTS is non-nil.
1929
1930 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * progmodes/js.el (js--multi-line-declaration-indentation):
1933 Silence byte-compiler warning.
1934
1935 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1936
1937 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1938
1939 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1940 only if it doesn't exist.
1941
1942 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1943 Set process marker.
1944
1945 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1946
1947 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1948 UserInstallation when calling soffice to work around LibreOffice
1949 bug 37531.
1950
1951 2013-02-12 Glenn Morris <rgm@gnu.org>
1952
1953 * files.el (basic-save-buffer):
1954 Offer to create a non-existing directory. (Bug#3016)
1955
1956 * calc/calc-graph.el (calc-graph-show-dumb):
1957 * calendar/calendar.el (calendar-mode-map):
1958 * cus-edit.el (custom-mode-map):
1959 * ehelp.el (electric-help-map):
1960 * emulation/vip.el (vip-mode-map):
1961 * epa.el (epa-key-list-mode-map):
1962 * info.el (Info-mode-map):
1963 * mail/rmail.el (rmail-mode-map):
1964 * mail/rmailsum.el (rmail-summary-mode-map):
1965 * man.el (Man-mode-map):
1966 * net/newst-plainview.el (newsticker-mode-map):
1967 * progmodes/cpp.el (cpp-edit-mode-map):
1968 * progmodes/grep.el (grep-mode-map):
1969 * progmodes/idlw-help.el (idlwave-help-mode-map):
1970 * simple.el (special-mode-map):
1971 * startup.el (splash-screen-keymap):
1972 * view.el (view-mode-map):
1973 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1974
1975 2013-02-11 Elias Pipping <pipping@lavabit.com>
1976
1977 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1978 (bug#13679).
1979
1980 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1983
1984 2013-02-11 Glenn Morris <rgm@gnu.org>
1985
1986 * vc/diff.el (diff-use-labels): New variable.
1987 (diff-no-select): Use --label rather than -L, and first
1988 check that it is supported. (Bug#11067)
1989
1990 * files.el (enable-dir-local-variables): New variable.
1991 (hack-dir-local-variables): Respect enable-dir-local-variables.
1992 * tutorial.el (help-with-tutorial):
1993 Ignore directory-local variables. (Bug#11127)
1994
1995 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1996 (vc-svn-global-switches): ... to here. (Bug#13513)
1997
1998 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
1999
2000 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2001 Handle "foo (bar, default: xxx): " prompts.
2002
2003 2013-02-10 Chong Yidong <cyd@gnu.org>
2004
2005 * files.el (basic-save-buffer-1): Do not set
2006 buffer-file-coding-system-explicit (Bug#4533).
2007
2008 * mail/emacsbug.el (report-emacs-bug): Change binding of
2009 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2010
2011 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2012
2013 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2014 * calc/calc-units.el (calc-convert-units): Use new variable.
2015
2016 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2017
2018 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2019
2020 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2021 buffer-file-type.
2022
2023 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2024 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2025 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2026 coding-system-for-write instead.
2027
2028 * jka-compr.el (jka-compr-write-region): Don't bind
2029 buffer-file-type.
2030
2031 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2032 buffer-file-type.
2033
2034 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2035 (insert-file-contents-literally): Remove reference to
2036 file-name-buffer-file-type-alist.
2037
2038 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2039 make-obsolete.
2040 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2041 (find-buffer-file-type-coding-system): Remove references to
2042 find-buffer-file-type-match, find-buffer-file-type, and
2043 buffer-file-type.
2044 Don't put find-buffer-file-type-coding-system into
2045 file-coding-system-alist.
2046 (find-file-binary, find-file-text): Bind coding-system-for-read
2047 instead of file-name-buffer-file-type-alist.
2048
2049 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2050
2051 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2052 converter (Bug#13622).
2053 (doc-view-unoconv-program): Make obsolete alias.
2054 (doc-view-odf->pdf-converter-program): New variable.
2055 (doc-view-odf->pdf-converter-function): New variable.
2056 (doc-view-mode-p): Use it.
2057 (doc-view-odf->pdf-converter-unoconv):
2058 Rename from `doc-view-odf->pdf-converter-unoconv'.
2059 (doc-view-odf->pdf-converter-soffice): New function.
2060 (doc-view-convert-current-doc):
2061 Use `doc-view-odf->pdf-converter-function'.
2062
2063 2013-02-09 Chong Yidong <cyd@gnu.org>
2064
2065 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2066 view-echo-area-messages (Bug#13340).
2067
2068 * help.el (view-echo-area-messages): Use display-buffer.
2069
2070 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2071 (Bug#13561).
2072
2073 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2076 Eval body right away, now that we do eager macroexpansion (bug#13605).
2077
2078 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2079 (fundamental-mode): Use run-mode-hooks.
2080
2081 * eshell/esh-proc.el (eshell/kill): Fix last change.
2082 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2083
2084 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2085
2086 * eshell/esh-proc.el (eshell/kill): Rewrite.
2087
2088 * eshell/em-ls.el (show-almost-all): Declare.
2089 (eshell-do-ls): Add support for -A argument.
2090
2091 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2092
2093 * icomplete.el (icomplete-forward-completions)
2094 (icomplete-backward-completions): Handle corner case (bug#13602).
2095
2096 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2097
2098 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2099 be nil. Handle this. (Bug#13636)
2100
2101 2013-02-07 Richard Stallman <rms@gnu.org>
2102
2103 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2104 `save-buffer-coding-system'.
2105
2106 2013-02-07 Alan Mackenzie <acm@muc.de>
2107
2108 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2109 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2110 (c-parse-state-get-strategy): Don't return 'BOD any more.
2111 (c-append-lower-brace-pair-to-state-cache):
2112 Extra parameter HERE instead of narrowing.
2113 Widen to top of buffer before searching backwards for a brace pair.
2114 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2115 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2116 Narrow to parameter HERE, in place of being called narrowed.
2117 (c-remove-stale-state-cache): Extra parameter HERE in place of
2118 narrowing. Check there's an open brace in the cache before
2119 searching for its match.
2120 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2121 (c-parse-state-1): Don't narrow here for 'forward strategy,
2122 instead passing extra parameter HERE to several functions.
2123 Remove 'BOD strategy.
2124
2125 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2126
2127 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2128 used to install the package.
2129
2130 2013-02-06 Glenn Morris <rgm@gnu.org>
2131
2132 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2133 if we can't get user input. (Bug#6567)
2134
2135 * startup.el (command-line): If simple.el is missing,
2136 test and warn about for some possible causes.
2137
2138 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2139
2140 * cus-start.el (all): Add ns-use-native-fullscreen.
2141
2142 2013-02-05 Glenn Morris <rgm@gnu.org>
2143
2144 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2145
2146 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2147 Fix directory creation in fallback case.
2148
2149 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2150
2151 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2152 (vc-update-change-log): Use dolist.
2153
2154 2013-02-04 Chong Yidong <cyd@gnu.org>
2155
2156 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2157 code from ffap.el.
2158 (thing-at-point-beginning-of-url-regexp): New var.
2159 (thing-at-point-uri-schemes): Update list of URI schemes.
2160 (thing-at-point-url-regexp): Variable deleted.
2161 (thing-at-point-markedup-url-regexp): Disallow newlines.
2162 (thing-at-point-newsgroup-regexp)
2163 (thing-at-point-newsgroup-heads)
2164 (thing-at-point-default-mail-uri-scheme): New variables.
2165 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2166 method to find the possible bounds of the URI at point.
2167 New optional argument to find ill-formed URIs.
2168 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2169 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2170 the scheme-adding heuristics from ffap-url-at-point.
2171 (thing-at-point--bounds-of-well-formed-url): New function.
2172 Do parens matching to decide whether to include parens in the URI
2173 (Bug#9153).
2174
2175 * ffap.el: Require thingatpt.
2176 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2177 All URI-valid characters are now recognized (Bug#5673).
2178 (ffap-string-at-point): Use use-region-p.
2179 (ffap-url-regexp): Extra character is handled by thing-at-point.
2180 (ffap-string-at-point-mode-alist): Allow parentheses.
2181 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2182 Convert to aliases; code moved to thingatpt.el.
2183 (ffap-gnus-hook): Use setq-local.
2184
2185 2013-02-04 Glenn Morris <rgm@gnu.org>
2186
2187 * emacs-lisp/ert.el (ert--explain-format-atom):
2188 Don't try to print non-characters as characters. (Bug#13543)
2189
2190 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2191
2192 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2193 (tramp-backtrace): New defun.
2194 (tramp-handle-insert-file-contents): Use `visit' when inserting
2195 the local copy.
2196
2197 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2198 Use `remote-file-name-inhibit-cache'.
2199
2200 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2203 (bug#13614).
2204
2205 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2206 current-load-list (bug#13366).
2207
2208 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2209
2210 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2211 Identify g++ template instantiation trace. (Bug#12287)
2212 (compilation-mode-hook, compilation-start-hook)
2213 (compilation-window-height): Simplify docstrings. (Bug#13379)
2214
2215 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * mouse.el (mouse-drag-track): Always deactivate the mark before
2218 running the final event's command since that command is in charge of
2219 activating the mark if needed (bug#13523).
2220
2221 2013-02-02 Juri Linkov <juri@jurta.org>
2222
2223 * replace.el (perform-replace): Move let-bindings of isearch-*
2224 variables deeper to the loop that searches for the next match.
2225 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2226 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2227 (Bug#13579)
2228
2229 * isearch.el (isearch-search-fun-default): Check for null
2230 first element of isearch-cmds as a precaution when it's used
2231 with inactive isearch.
2232
2233 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2234
2235 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2236 error when buffer in question is narrowed so position 1 is out of
2237 visible part.
2238
2239 2013-02-02 Glenn Morris <rgm@gnu.org>
2240
2241 * textmodes/remember.el (remember-clipboard): Doc fix.
2242
2243 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2246 properties (bug#13179).
2247
2248 2013-02-02 Juri Linkov <juri@jurta.org>
2249
2250 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2251 instead of hard-coded default face `match'. (Bug#9438)
2252
2253 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2254
2255 * vc/vc-arch.el (vc-arch-registered):
2256 * vc/vc-bzr.el (vc-bzr-registered):
2257 * vc/vc-cvs.el (vc-cvs-registered):
2258 * vc/vc-git.el (vc-git-registered):
2259 * vc/vc-hg.el (vc-hg-registered):
2260 * vc/vc-mtn.el (vc-mtn-registered):
2261 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2262 (Bug#13139)
2263
2264 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2265 prefix argument. (Bug#11656)
2266
2267 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2270
2271 2013-02-01 Glenn Morris <rgm@gnu.org>
2272
2273 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2274 if the backend is known not to support it.
2275
2276 * imenu.el (imenu-default-create-index-function):
2277 Tweak infinite loop test to check for forward motion as well as none.
2278
2279 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2280
2281 * net/soap-client.el (soap-invoke): Encode the string for
2282 `url-request-data' as UTF-8.
2283 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2284
2285 2013-02-01 Glenn Morris <rgm@gnu.org>
2286
2287 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2288
2289 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2290
2291 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2292
2293 * net/tramp.el (tramp-tramp-file-p): Comment check for
2294 `string-as-unibyte'. The function does not exist on XEmacs, and
2295 likely we need another approach.
2296
2297 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2298 `tramp-gw-*' variables are bound.
2299
2300 2013-01-31 Glenn Morris <rgm@gnu.org>
2301
2302 * files.el (basic-save-buffer-2): Choose coding system for
2303 writing the file before backing it up, to reduce delay between
2304 backing up and writing the new version. (Bug#13522)
2305
2306 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2307
2308 * simple.el (cycle-spacing): New command.
2309 (just-one-space): Use it.
2310
2311 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2314 (opascal-newline-always-indents): Remove custom.
2315 (opascal-tab, opascal-newline): Remove commands.
2316 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2317 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2318 (opascal-save-match-data): Remove, use save-match-data instead.
2319 (opascal-save-state): Use with-silent-modifications.
2320
2321 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2322 (bug#13585).
2323
2324 2013-01-30 Juri Linkov <juri@jurta.org>
2325
2326 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2327 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2328 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2329
2330 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2333 column if we're just deleting the backslashes.
2334 (makefile-fill-paragraph): Use eolp.
2335
2336 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2337
2338 * autorevert.el (auto-revert-use-notify): Fix docstring.
2339
2340 2013-01-30 Leo Liu <sdl.web@gmail.com>
2341
2342 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2343
2344 2013-01-30 Glenn Morris <rgm@gnu.org>
2345
2346 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2347 unread-command-events twice in some cases. This tries to implement
2348 the 2012-07-26 changes in a different way. (Bug#13560)
2349
2350 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2351
2352 * progmodes/python.el
2353 (python-pdbtrack-comint-output-filter-function): Enhancements on
2354 stacktrace detection. (thanks @gnovak)
2355
2356 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2357
2358 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2359 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2360 Use defvar-local.
2361 (jit-lock-register): Use setq-local.
2362
2363 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2364
2365 * calc-units.el (math-default-units-table): Remove initial value.
2366 (calc-convert-units): Treat expressions where all the units cancel as
2367 if they didn't have units.
2368
2369 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2370
2371 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2372 (tramp-completion-reread-directory-timeout): Fix type.
2373 (tramp-connection-min-time-diff): New defcustom.
2374
2375 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2376
2377 2013-01-30 Glenn Morris <rgm@gnu.org>
2378
2379 * imenu.el (imenu-default-create-index-function):
2380 Put back a version of the infinite loop test removed 2013-01-23.
2381
2382 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2383
2384 * progmodes/python.el (python-shell-parse-command):
2385 Find python-shell-interpreter with modified environment.
2386
2387 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2388
2389 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2390
2391 2013-01-29 Alan Mackenzie <acm@muc.de>
2392
2393 Amend to fontify /regexp/s in actions correctly.
2394 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2395 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2396 are no longer included.
2397 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2398 What used to be these variables without "-line" in the name.
2399 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2400 (c-awk-non-arith-op-bra-re): Now also matches {.
2401 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2402 "return", and "case".
2403 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2404 by /.
2405 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2406 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2407
2408 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2409
2410 * autorevert.el (auto-revert-use-notify):
2411 Use `custom-initialize-default' for initialization. (Bug#13583)
2412
2413 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2414
2415 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2416 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2417 in `tramp-file-name-handler'.
2418 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2419 compatibility.
2420 (tramp-compute-multi-hops): Check, whether
2421 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2422
2423 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2426 (bug#13297).
2427
2428 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2429
2430 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2431 checks made superfluous by the \_< operator.
2432 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2433 temporarily) broken indentation.
2434 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2435 Highlight nested constants, too. \_< broke that.
2436
2437 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2438
2439 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2440 instead of "\\b".
2441
2442 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2443
2444 * autorevert.el (auto-revert-handler): Notifications which result
2445 from a saved file shall not be taken into account. (Bug#13557)
2446
2447 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2448
2449 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2450 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2451 (lisp-mode): Pass t for it. (Bug#13556)
2452
2453 2013-01-25 Alan Mackenzie <acm@muc.de>
2454
2455 AWK Mode: Fix indentation bug at top level. Bug #12274.
2456
2457 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2458 just before CASE 5D.
2459
2460 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2461
2462 * net/socks.el (socks-nslookup-host): Use string-to-number.
2463
2464 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2465
2466 * autorevert.el (auto-revert-remote-files)
2467 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2468 (auto-revert-notify-enabled, auto-revert-use-notify)
2469 (auto-revert-notify-watch-descriptor-hash-list)
2470 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2471 (auto-revert-notify-event-descriptor)
2472 (auto-revert-notify-event-action)
2473 (auto-revert-notify-event-file-name): Doc fix.
2474 (global-auto-revert-mode): Reorder checks.
2475 (auto-revert-notify-rm-watch): Respect changed values of
2476 `auto-revert-notify-watch-descriptor-hash-list'.
2477 (auto-revert-notify-add-watch): Check for
2478 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2479 `inotify-add-watch'. Watch `default-directory' instead of
2480 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2481 has a changed meaning now. (Bug#13540)
2482 (auto-revert-notify-handler): Change implementation wrt events
2483 returning from a directory.
2484 (auto-revert-handler): Reorder implementation for checks of remote
2485 files.
2486 (auto-revert-buffers): Fix parentheses error.
2487
2488 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2489
2490 * progmodes/python.el: Enhancements to header documentation about
2491 skeletons. (Bug#5716)
2492
2493 * imenu.el (imenu-default-create-index-function): Remove useless
2494 infinite loop check. (Bug#13438)
2495
2496 2013-01-25 Alan Mackenzie <acm@muc.de>
2497
2498 Fix a bug in the state cache mechanism. Refactor this a bit.
2499
2500 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2501 `cache-pos' element from the return value.
2502 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2503 buffer to enable proper searching from beyond HERE. Amend the
2504 test for detecting the sought brace pair. Amend the value written
2505 to the "brace desert cache" when the brace isn't found.
2506 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2507 and several other variables analogously.
2508 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2509 parameter to a locally calculated variable.
2510 (c-parse-state-1): Change the calling conventions to the two
2511 defuns involving `cache-pos'.
2512
2513 2013-01-25 Chong Yidong <cyd@gnu.org>
2514
2515 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2516
2517 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2518
2519 * paren.el (show-paren-function): Make sure to set 'priority and
2520 'face only if the overlay does exist.
2521
2522 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2523
2524 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2525
2526 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2527 basic attributes.
2528 (tramp-sh-handle-set-file-acl): Improve error checking.
2529
2530 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2531
2532 * doc-view.el (doc-view-display): Force mode line update until all
2533 document is converted. Suggested by Stefan Monnier (Bug#13164).
2534
2535 2013-01-23 Bastien Guerry <bzg@gnu.org>
2536
2537 * paren.el (show-paren-function): Make sure an overlay exists
2538 before trying to delete it. Also use `pos' as a position only
2539 when it is an integer.
2540
2541 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2542
2543 * play/gametree.el (gametree-break-line-here): Use point-marker.
2544
2545 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2546
2547 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2548 Mark descriptive parts with `display' property.
2549
2550 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2551
2552 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2553 New variable to map standard dict names to hunspell ones.
2554 (ispell-set-spellchecker-params): Make sure specific dict names
2555 are used for standard dicts with hunspell.
2556
2557 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2558
2559 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2560 chars for note (%N) and url (%U).
2561 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2562
2563 2013-01-21 Juri Linkov <juri@jurta.org>
2564
2565 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2566 in addition to existing separate binding `meta f10' in `global-map'.
2567 (Bug#13484)
2568
2569 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2570
2571 Improve XEmacs compatibility.
2572
2573 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2574
2575 * net/tramp-adb.el (top): Require `time-date'.
2576 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2577 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2578 Use `tramp-file-name-handler'.
2579 (tramp-adb-maybe-open-connection):
2580 Use `tramp-compat-set-process-query-on-exit-flag'.
2581
2582 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2583 Use `tramp-compat-funcall'.
2584
2585 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2586 `tramp-compat-funcall'.
2587
2588 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2589
2590 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2591 reimplementation using "adb shell command ..." instead of running
2592 remote shell interactively.
2593
2594 2013-01-20 Glenn Morris <rgm@gnu.org>
2595
2596 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2597 Add native profiler menu entries.
2598
2599 * profiler.el (profiler-running-p): New function.
2600 (profiler-cpu-profile): Use profiler-running-p.
2601 (profiler-report-mode-map): Add some more menu entries.
2602
2603 2013-01-19 Glenn Morris <rgm@gnu.org>
2604
2605 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2606 fixes 2012-12-07 change. (Bug#13499)
2607
2608 2013-01-19 Leo Liu <sdl.web@gmail.com>
2609
2610 * dired.el (dired-get-marked-files): Prune erroneous values due to
2611 last change. (Bug#13152)
2612
2613 2013-01-19 Glenn Morris <rgm@gnu.org>
2614
2615 * progmodes/etags.el (tags-table-check-computed-list):
2616 Preserve point in tags buffer. (Bug#13412)
2617
2618 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2619
2620 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2621 Chong Yidong <cyd@gnu.org>
2622
2623 * image-mode.el (image-next-file, image-previous-file):
2624 New commands (Bug#8453).
2625 (image-mode-map): Bind them to n and p.
2626 (image-mode--images-in-directory): New helper function.
2627
2628 2013-01-19 Chong Yidong <cyd@gnu.org>
2629
2630 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2631 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2632 save and restore the old window configuration.
2633
2634 2013-01-18 Leo Liu <sdl.web@gmail.com>
2635
2636 * progmodes/js.el: Tweak autoload cookie for alias.
2637
2638 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2639
2640 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2641 buffer local, again. This was lost with the fix on 2013-01-12.
2642
2643 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2644
2645 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2646 order to support several eshell buffers in parallel.
2647
2648 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2649
2650 * autorevert.el (auto-revert-use-notify): In the :set function, do
2651 not modify `kill-buffer-hook'.
2652 (auto-revert-notify-rm-watch):
2653 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2654 (auto-revert-notify-add-watch): Do not call
2655 `auto-revert-notify-rm-watch', but add it to a buffer local
2656 `kill-buffer-hook'.
2657
2658 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2661 call to `eval' rather than a backquoted lambda.
2662
2663 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2666 to return an explicit nil.
2667 (advice--remove-function): Change accordingly.
2668
2669 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2670 the use of nadvice.el.
2671
2672 * progmodes/which-func.el (which-function): Silence imenu errors
2673 (bug#13433).
2674
2675 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2676
2677 * progmodes/sql.el (sql-imenu-generic-expression):
2678 (sql-mode-font-lock-object-name): Match schema qualified names.
2679 (sql-connect): Use string keys.
2680 (sql-product-interactive): Wait for interpreter prompt.
2681 (sql-comint-oracle): Set process coding based on NLS_LANG.
2682
2683 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2684
2685 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2686 (sql-interactive-remove-continuation-prompt):
2687 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2688
2689 2013-01-14 Leo Liu <sdl.web@gmail.com>
2690
2691 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2692 (Bug#13420)
2693
2694 2013-01-14 Glenn Morris <rgm@gnu.org>
2695
2696 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2697 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2698
2699 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2700
2701 * progmodes/python.el (python-nav-end-of-statement):
2702 Fix cornercase when handling multiline strings.
2703
2704 2013-01-13 Richard Stallman <rms@gnu.org>
2705
2706 * mail/sendmail.el (mail-position-on-field): Add doc string.
2707
2708 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2709 Get current message boundaries and pass them to
2710 message-forward-make-body-mime. Minor style changes.
2711
2712 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2713
2714 * cus-start.el (all): Avoid warnings about
2715 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2716
2717 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2718
2719 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2720
2721 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2722
2723 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2724 (jit-lock--debug-fontifying): New var.
2725 (jit-lock--debug-fontify): New function.
2726 * subr.el (condition-case-unless-debug): Don't prevent catching the
2727 error, just let the debbugger run.
2728 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2729 timer code and don't drop errors silently.
2730
2731 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2732
2733 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2734 `permanent-local' property.
2735 (auto-revert-notify-handler): Use `file-equal-p'.
2736
2737 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2738
2739 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2740 file notification by ACTION. For filtering by file name, compare
2741 only the non-directory part of the file name.
2742
2743 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * autorevert.el: Use cl-lib instead of cl.
2746
2747 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2748 (vc-bzr-checkin): Use it.
2749 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2750 will preserve match-data.
2751
2752 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2753
2754 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2755 (js--declaration-keyword-re): New var.
2756 (js--multi-line-declaration-indentation): New function.
2757 (js--proper-indentation): Use it.
2758
2759 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2760
2761 * calc/calc.el (calc-highlight-selections-with-faces)
2762 (calc-dispatch):
2763 * comint.el (comint-history-isearch-message):
2764 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2765 * ffap.el (ffap-string-at-point-region, ffap-next)
2766 (ffap-string-at-point, ffap-string-around)
2767 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2768 (ffap-literally):
2769 * font-lock.el (font-lock-keywords-alist)
2770 (font-lock-removed-keywords-alist):
2771 * help-mode.el (help-xref-symbol-regexp):
2772 * info.el (Info-find-emacs-command-nodes):
2773 * international/mule.el (add-to-coding-system-list):
2774 * isearch.el (isearch-message-function, isearch-fail-pos):
2775 * misearch.el (multi-isearch-next-buffer-function):
2776 * newcomment.el (comment-box):
2777 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2778 (pr-setting-database):
2779 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2780 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2781 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2782 (pike-font-lock-keywords-3):
2783 * progmodes/compile.el (compile):
2784 * progmodes/etags.el (tags-table-files)
2785 (tags-table-files-function, tags-included-tables-function):
2786 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2787 (gdb-restore-windows):
2788 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2789 (ps-n-up-filling-database):
2790 * server.el (server-buffer, server-log):
2791 * simple.el (newline, delete-backward-char, delete-forward-char)
2792 (minibuffer-history-isearch-message, kill-line, track-eol)
2793 (temporary-goal-column):
2794 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2795 (flyspell-default-deplacement-commands):
2796 * textmodes/ispell.el (ispell-accept-output):
2797 * textmodes/sgml-mode.el (html-tag-help):
2798 * vc/compare-w.el (compare-ignore-whitespace)
2799 (compare-ignore-case, compare-windows-dehighlight):
2800 * vc/diff.el (diff):
2801 * whitespace.el (whitespace-point)
2802 (whitespace-font-lock-refontify, whitespace-bob-marker)
2803 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2804
2805 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2806
2807 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2808 (auto-revert-notify-rm-watch): Ignore errors.
2809 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2810 inotify, and '(size last-write-time) for w32notify.
2811 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2812 watch fails - this is a fallback to the file modification check.
2813 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2814 (auto-revert-notify-event-action)
2815 (auto-revert-notify-event-file-name): New defuns.
2816 (auto-revert-notify-handler): Use them. Implement first
2817 plausibility checks.
2818 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2819
2820 2013-01-11 Julien Danjou <julien@danjou.info>
2821
2822 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2823 max are almost equal. Also return the correct value for V which is
2824 already between 0 and 1.
2825
2826 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2827
2828 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2829
2830 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2831
2832 * autorevert.el (auto-revert-notify-rm-watch)
2833 (auto-revert-notify-add-watch): Fix typos in w32notify function
2834 names.
2835
2836 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2837
2838 * autorevert.el (auto-revert-notify-enabled): Move up.
2839 (auto-revert-use-notify): New defcustom.
2840 (auto-revert-mode, global-auto-revert-mode)
2841 (auto-revert-notify-add-watch, auto-revert-handler)
2842 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2843 `auto-revert-notify-enabled'.
2844
2845 2013-01-10 Elias Pipping <pipping@exherbo.org>
2846
2847 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2848 * doc-view.el (doc-view-document->bitmap):
2849 Use doc-view-single-page-converter-function instead of
2850 single-page-converter arg; adjust callers.
2851
2852 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2853
2854 * progmodes/which-func.el (which-function): Understand Semantic's use
2855 of overlays in imenu--index-alist.
2856
2857 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2858
2859 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2860 (Man-man-k-use-anchor): New var.
2861 (Man-parse-man-k): New function.
2862 (Man-completion-table): Use it.
2863 (man): Flush the completion cache between uses.
2864
2865 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2866
2867 * autorevert.el: Add file watch support.
2868 (auto-revert-notify-enabled): New defconst.
2869 (auto-revert-notify-watch-descriptor-hash-list)
2870 (auto-revert-notify-watch-descriptor)
2871 (auto-revert-notify-modified-p): New defvars.
2872 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2873 (auto-revert-notify-handler): New defuns.
2874 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2875 when mode is disabled.
2876 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2877 (auto-revert-buffers): Add file watches for active buffers.
2878
2879 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2880
2881 * cus-start.el (toplevel): Only allow float values for
2882 scroll-up-aggressively and scroll-down-aggressively.
2883 Allow any number for line-spacing.
2884
2885 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2888 (doc-view-pdf->png-converter-function): Use mupdf if available.
2889 (doc-view-djvu->png-converter-function)
2890 (doc-view-ps->png-converter-function): Remove.
2891 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2892 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2893 (doc-view-already-converted-p): Adjust accordingly.
2894 (doc-view-mode-p): Simplify.
2895 (doc-view-enlarge): Use setq-local.
2896 (doc-view-pdf->png-converter-ghostscript)
2897 (doc-view-djvu->png-converter-ddjvu)
2898 (doc-view-pdf->png-converter-mupdf): Rework to call
2899 doc-view-start-process directly.
2900 (doc-view-pdf/ps->png): Simplify accordingly.
2901 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2902 (doc-view-document->bitmap): Rename from doc-view-document->png.
2903 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2904 (doc-view-set-slice-from-bounding-box): Fix completion table.
2905 (doc-view-mode): Use add-hook for after-revert-hook.
2906
2907 2013-01-10 Glenn Morris <rgm@gnu.org>
2908
2909 * emacs-lisp/authors.el (authors-ignored-files)
2910 (authors-valid-file-names, authors-renamed-files-alist):
2911 Add some more entries.
2912
2913 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2916 `t' pseudo-window entry.
2917
2918 2013-01-10 Alan Mackenzie <acm@muc.de>
2919
2920 Fix bugs in the c-parse-state mechanism. Reuse some markers
2921 instead of continually generating new ones.
2922
2923 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2924 (c-state-old-cpp-end-marker): New variables.
2925 (c-append-lower-brace-pair-to-state-cache): Start a backward
2926 search for "}" definitively outside CPP constructs.
2927 (c-remove-stale-state-cache): Inform the caller of a need to
2928 search back for a brace pair in certain circumstances.
2929 (c-state-maybe-marker): New macro.
2930 (c-parse-state): Reuse markers when appropriate.
2931
2932 2013-01-10 Glenn Morris <rgm@gnu.org>
2933
2934 * simple.el (execute-extended-command): Doc fix.
2935 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2936
2937 2013-01-10 Chong Yidong <cyd@gnu.org>
2938
2939 * faces.el (read-face-name): Doc fix.
2940
2941 2013-01-10 Roland Winkler <winkler@gnu.org>
2942
2943 * emacs-lisp/crm.el: Allow any regexp for separators.
2944 (crm-default-separator): All spaces around the default comma separator.
2945 (crm--completion-command): New macro.
2946 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2947 (crm-complete-and-exit): Handle non-single-char separators.
2948
2949 2013-01-09 Elias Pipping <pipping@lavabit.com>
2950
2951 * doc-view.el: Add support for DjVu (bug#13164).
2952 (doc-view-djvu->png-converter-function): New config var.
2953 (doc-view-single-page-converter-function, doc-view--image-type)
2954 (doc-view--image-file-extension): New vars.
2955 (doc-view-mode): Initialize them.
2956 (doc-view-goto-page): Use them.
2957 (doc-view-mode-p): Add support for ddjvu.
2958 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2959 (doc-view-set-up-single-converter): New funs.
2960 (doc-view-pdf/ps->png): Extend for djvu.
2961 (doc-view-document->png): Rename from doc-view-pdf->png.
2962 (doc-view-convert-current-doc): Handle djvu.
2963 (doc-view-insert-image, doc-view-display)
2964 (doc-view-already-converted-p): Don't hardcode png.
2965 (doc-view-set-doc-type): Recognize djvu docs.
2966
2967 2013-01-09 Elias Pipping <pipping@lavabit.com>
2968
2969 * doc-view.el: Add support for mupdf converter (bug#13164).
2970 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2971 (doc-view-ps->png-converter-function): New config vars.
2972 (doc-view-pdf->png-converter-ghostscript)
2973 (doc-view-ps->png-converter-ghostscript)
2974 (doc-view-pdf->png-converter-mupdf): New functions.
2975 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2976
2977 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2978
2979 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2980 first in session cache: When `tramp-own-remote-path' is in
2981 `tramp-remote-path', the remote path is only set in the session
2982 cache.
2983
2984 2013-01-09 Glenn Morris <rgm@gnu.org>
2985
2986 * emacs-lisp/trace.el (trace-function-foreground)
2987 (trace-function-background): Doc fix.
2988
2989 2013-01-09 Juri Linkov <juri@jurta.org>
2990
2991 * international/mule-cmds.el (read-char-by-name): Move let-binding
2992 of completion-ignore-case around completing-read to fix regression
2993 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2994 `string-match-p' using the nil value of `case-fold-search' and
2995 `completion-ignore-case' in `completion-pcm--all-completions'.
2996 (Bug#12615).
2997
2998 2013-01-09 Glenn Morris <rgm@gnu.org>
2999
3000 * progmodes/compile.el (compilation-parse-errors):
3001 Fix typo. (Bug#13369)
3002
3003 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3004
3005 * comint.el (comint-send-input): Check size of buffer before
3006 waiting for process output, in case already accepted. (Bug#13290)
3007
3008 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3009
3010 Spelling fixes.
3011 * net/tramp-adb.el (tramp-adb-get-toolbox):
3012 Fix misspelling of 'unknown'.
3013
3014 2013-01-08 Juri Linkov <juri@jurta.org>
3015
3016 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3017 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3018 Use underline style wave on terminals that support it. (Bug#13000)
3019
3020 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3023 the predicate returns nil.
3024
3025 * simple.el: Use lexical-binding.
3026 (primitive-undo): Use pcase.
3027 (minibuffer-history-isearch-push-state): Use a closure.
3028
3029 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3030
3031 * simple.el (primitive-undo): Move from undo.c.
3032
3033 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3036 (cvs-mode-remove-handled): Use it (bug#13380).
3037
3038 * emacs-lisp/nadvice.el (advice--tweak): New function.
3039 (advice--remove-function, advice--subst-main): Use it.
3040
3041 * emacs-lisp/advice.el: Update commentary.
3042
3043 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3044
3045 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3046 Remove spurious entry.
3047
3048 2013-01-08 Glenn Morris <rgm@gnu.org>
3049
3050 * net/tramp.el (tramp-default-host-alist): Add :version.
3051
3052 2013-01-08 Juri Linkov <juri@jurta.org>
3053
3054 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3055 single completion. (Bug#12456)
3056 (info--manual-names): Expand node completions into an explicit list
3057 before appending it to another list. Filter out internal buffers
3058 with the leading space in the buffer name. (Bug#10771)
3059
3060 2013-01-08 Juri Linkov <juri@jurta.org>
3061
3062 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3063 that defaults to the Top node.
3064 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3065 the short format (FILENAME) goes to the Top node.
3066 (Info-build-node-completions): Rename arg `file' to `filename'.
3067 (Bug#13365)
3068
3069 2013-01-07 Bastien Guerry <bzg@gnu.org>
3070
3071 * menu-bar.el (menu-bar-search-documentation-menu):
3072 Use `apropos-user-option' and fix the help message.
3073
3074 2013-01-07 Bastien Guerry <bzg@gnu.org>
3075
3076 * apropos.el (apropos-do-all): Update docstring.
3077 (apropos-user-option-button): New face.
3078 (apropos-user-option): Rename from `apropos-variable' and update
3079 docstring.
3080 (apropos-variable): Rewrite, now show all variables by default.
3081 (apropos-print): Mention "User option" instead of "Variable" when
3082 printing doc for user options. (Bug#13276)
3083
3084 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
3085
3086 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3087 Handle filename correctly, when parsing "source -> target" symlink
3088 output.
3089 (tramp-adb-handle-set-file-times): New defun.
3090
3091 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3094 advice list when the interactive-spec of ad-Advice-* changes.
3095
3096 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3097
3098 * wid-edit.el (widget-default-get): Work for inlined elements.
3099 (Bug#12670)
3100
3101 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3102
3103 * net/tramp.el (tramp-default-host-alist): New defcustom.
3104 (tramp-find-host): Use it.
3105 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3106 `eshell-directory-change-hook'.
3107
3108 * net/tramp-adb.el (top): Add adb specific entry in
3109 `tramp-default-host-alist'.
3110 (tramp-adb-file-name-host): Remove function.
3111 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3112 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3113
3114 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3115
3116 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
3117
3118 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3119
3120 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3121
3122 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3123 consist of more than one digit.
3124 (tramp-adb-file-name-handler-alist):
3125 Use `tramp-handle-file-exists-p' consistently.
3126 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3127 (tramp-adb-handle-file-exists-p): Remove function.
3128 (tramp-adb-file-name-host): New defun.
3129 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3130 Use it.
3131 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3132
3133 2013-01-06 Chong Yidong <cyd@gnu.org>
3134
3135 * vc/vc.el (vc-next-action): Detect buffer modifications
3136 conflicting with locking VCS operation (Bug#11490).
3137
3138 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3139
3140 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3143 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3144
3145 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
3146
3147 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3148 parsing of ls output using regular expression (handle filenames
3149 with spaces). Use virtual device number.
3150 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3151 cleanup).
3152
3153 2013-01-04 Daiki Ueno <ueno@gnu.org>
3154
3155 * epg.el: Silence byte-compiler warnings.
3156 (epg--start): Use delete-char instead of delete-backward-char.
3157 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3158
3159 2013-01-04 Daiki Ueno <ueno@gnu.org>
3160
3161 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3162 Suggested by Eli Zaretskii <eliz@gnu.org>.
3163
3164 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3165
3166 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3167 non-negative integers. Otherwise, the default values are used.
3168 (tramp-convert-file-attributes): Convert uid and gid to integers.
3169
3170 2013-01-04 Glenn Morris <rgm@gnu.org>
3171
3172 * term.el (term-handle-colors-array): Ensure face attributes
3173 are fully specified, not nil. (Bug#13337)
3174
3175 * term.el (term-default-fg-color, term-default-bg-color):
3176 Fix custom type.
3177
3178 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3179 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3180 rather than 'jka-compr being loaded. (Bug#13338)
3181
3182 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3183
3184 * icomplete.el (icomplete-completions):
3185 Honor icomplete-prospects-height once more following
3186 2012-11-29 changes. (Bug#13224)
3187
3188 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3191 of called-interactively-p as well (bug#13237).
3192
3193 * view.el (view--enable, view--disable): Rename from view-mode-enable
3194 and view-mode-disable and assume it's called from view-mode.
3195 (view-mode-enable, view-mode-disable): Redefine as obsolete
3196 compatibility layer above view-mode.
3197 (view-mode-enter): Call `view-mode'.
3198
3199 * files.el (after-find-file): Call `view-mode'.
3200
3201 * doc-view.el (doc-view-scale-internally): New var.
3202 (doc-view-enlarge, doc-view-insert-image): Obey it.
3203
3204 2013-01-03 Daiki Ueno <ueno@gnu.org>
3205
3206 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3207 exist. (Bug#13344)
3208
3209 2013-01-03 Glenn Morris <rgm@gnu.org>
3210
3211 * mail/rmail.el (rmail-set-header-1): Ignore case.
3212 Handle multi-line headers. (Bug#13330)
3213
3214 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3215 Handle paragraph starting at beginning of buffer.
3216
3217 * subr.el (eval-after-load): Don't purecopy the form, so that it
3218 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3219
3220 * emacs-lisp/byte-run.el (defun): Place cl declarations
3221 after any interactive spec. (Bug#13265)
3222
3223 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3224
3225 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3226 defun. Don't check for DECL if DOCSTRING isn't a string.
3227 (defun): Likewise.
3228
3229 2013-01-02 Glenn Morris <rgm@gnu.org>
3230
3231 * eshell/em-cmpl.el (eshell-pcomplete):
3232 More thoroughly imitate pcomplete. (Bug#13293)
3233
3234 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3235 Return nil for empty path elements. (Bug#13296)
3236
3237 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
3238
3239 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3240 order to improve efficiency (Based on Daniel Colascione's
3241 <dancol@dancol.org> patch). (Bug#13182)
3242
3243 2013-01-02 Glenn Morris <rgm@gnu.org>
3244
3245 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3246
3247 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3248
3249 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3250 neither DOCSTRING nor DECL was given. (Bug#13316)
3251
3252 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3253
3254 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3255 `error' call.
3256 (tramp-do-copy-or-rename-file): Ignore errors when calling
3257 `set-file-extended-attributes'.
3258
3259 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3260 Add handler for `file-acl'.
3261 (tramp-smb-handle-file-acl): New defun.
3262
3263 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3264
3265 * calc/README: Mention ISO 8601 week-numbering dates.
3266
3267 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3268
3269 * view.el (view-mode-enable): New argument run-view-mode-hook.
3270 Run view-mode-hook only when it's non-nil (Bug#13315).
3271 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3272 argument t.
3273
3274 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
3275
3276 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3277 (No device connected, invalid device name). (Bug #13299)
3278
3279 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3280
3281 * window.el (window-resizable--p): Rename to window-resizable-p.
3282 (window-resize-no-error): New function.
3283
3284 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3285 broken in fix from 2012-12-28.
3286
3287 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * subr.el (special-form-p): Don't signal errors on undef aliases.
3290
3291 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3292
3293 * calc/calc-forms.el (math-parse-date): Try using
3294 `math-parse-iso-date' when it looks like it might be needed.
3295 Allow times of 24:00.
3296 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3297 of 24:00.
3298
3299 2012-12-30 Glenn Morris <rgm@gnu.org>
3300
3301 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3302 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3303 (rmail-summary-displayed, rmail-summary): Declare.
3304 (mairix-rmail-display): Just require rmail.
3305
3306 2012-12-30 Chong Yidong <cyd@gnu.org>
3307
3308 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3309 check for the tarball contents.
3310
3311 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3312
3313 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3314 tarfile content listings (Bug#13136).
3315
3316 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3317
3318 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3319 Insert the undecoded text of the message being forwarded. (Bug#9521)
3320
3321 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3322
3323 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3324 integers, if they are real numbers. (Bug#13282)
3325
3326 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3327 Return `t' on success.
3328
3329 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3330 Add handler for `set-file-selinux-context'.
3331
3332 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3335 (tramp-sh-handle-set-file-acl): Return `t' on success.
3336
3337 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3338
3339 * files.el (backup-buffer-copy, basic-save-buffer-2):
3340 If set-file-extended-attributes fails, fall back on set-file-modes
3341 instead of signaling an error. (Bug#13298)
3342 (basic-save-buffer): Likewise.
3343
3344 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3345
3346 * progmodes/python.el: Support other commands triggering
3347 python-indent-line so indentation cycling continues to work.
3348 (python-indent-trigger-commands): New defcustom.
3349 (python-indent-line): Use it.
3350
3351 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3352
3353 * progmodes/python.el (python-shell-send-region): Add blank lines
3354 for non sent code so backtraces remain correct.
3355
3356 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3357
3358 * progmodes/python.el: Remove cl dependency.
3359 (python-syntax-count-quotes): Replace incf call.
3360 (python-fill-string): Replace setf call.
3361
3362 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3363
3364 * info.el (info-other-window): New arg, for consistency with info.
3365
3366 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3367
3368 * mail/rmail.el (rmail-maybe-display-summary):
3369 Rewrite (Bug#13066).
3370
3371 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3372
3373 * epg.el (epg--start): Modify process-environment locally.
3374
3375 2012-12-28 Daiki Ueno <ueno@gnu.org>
3376
3377 * epg.el: Support pinentry-curses.
3378 Suggested by Werner Koch in
3379 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3380 (epg-agent-file, epg-agent-mtime): New variable.
3381 (epg--start): Record the modified time of gpg-agent socket file,
3382 to restore Emacs frame after pinentry-curses termination.
3383 (epg-wait-for-completion): Restore Emacs frame here.
3384
3385 2012-12-27 Juri Linkov <juri@jurta.org>
3386
3387 * info.el (Info-file-completions): New variable.
3388 (Info-read-node-name-1): Complete node names in the Info file
3389 when a file name is given. Call `Info-build-node-completions'
3390 with a file name.
3391 (Info-build-node-completions): Add new arg `file'. When it is
3392 non-nil, visit it in a temporary buffer and cache its completions in
3393 `Info-current-file-completions'. Move most of the function body to
3394 `Info-build-node-completions-1'.
3395 (Info-build-node-completions-1): New function with the body from
3396 `Info-build-node-completions'. (Bug#12456)
3397
3398 2012-12-27 Juri Linkov <juri@jurta.org>
3399
3400 * frame.el (frame-maximization-style): Remove user option.
3401 (cycle-frame-maximized): Remove function.
3402 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3403 (toggle-frame-fullscreen): New command bound to <f11> instead of
3404 `toggle-frame-maximized'.
3405 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3406
3407 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3408
3409 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3410
3411 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3412 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3413 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3414 for `file-accessible-directory-p'. (Bug#13275)
3415
3416 2012-12-27 Sam Steingold <sds@gnu.org>
3417
3418 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3419 continuations, see <http://stackoverflow.com/questions/3582436>.
3420
3421 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3422
3423 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3424 "module" and "def" to have indentation before them.
3425 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3426
3427 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3428
3429 2012-12-27 Alan Mackenzie <acm@muc.de>
3430
3431 Speed up fontification where there's large brace blocks.
3432 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3433 to a call of c-beginning-of-decl-1.
3434
3435 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3436
3437 * comint.el (comint-adjust-window-point): New function.
3438 (comint-postoutput-scroll-to-bottom):
3439 Call comint-adjust-window-point (Bug#13248).
3440
3441 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3442
3443 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3444 Rakefile regexp.
3445 (auto-mode-alist): Associate .gemspec files with ruby-mode
3446 (https://bugs.ruby-lang.org/issues/5453).
3447
3448 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3449
3450 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3451 Suppress coloring, if possible (required for BusyBox based systems like
3452 CyanogenMod).
3453 (tramp-adb-handle-file-attributes)
3454 (tramp-adb-handle-insert-directory)
3455 (tramp-adb-handle-file-name-all-completions): Use it.
3456 (tramp-adb-get-toolbox): New defun. Check for remote shell
3457 implementation (BusyBox or Toolbox).
3458
3459 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3460
3461 * startup.el (initial-buffer-choice): Allow function as value
3462 (Bug#13251).
3463 (command-line-1): Handle case where initial-buffer-choice
3464 specifies a function.
3465 * server.el (server-execute): Handle case where
3466 initial-buffer-choice specifies a function.
3467
3468 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3469
3470 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3471 its own function.
3472 (smtpmail-try-auth-methods): Forget the user name/password if the
3473 login is unsuccessful (bug#12424).
3474
3475 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3476
3477 * notifications.el (notifications-notify): Protect body with
3478 `with-demoted-errors'.
3479
3480 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3481 Check properties of remote device. Restart connection, if there is a
3482 change.
3483
3484 2012-12-21 Chong Yidong <cyd@gnu.org>
3485
3486 * sort.el (sort-subr): Doc fix (Bug#13056).
3487
3488 2012-12-21 Bastien Guerry <bzg@gnu.org>
3489
3490 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3491
3492 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * simple.el (process-file): Overwrite stderr file, if exists.
3495
3496 2012-12-21 Daiki Ueno <ueno@gnu.org>
3497
3498 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3499 (epg-error): Set `error-message' property.
3500
3501 2012-12-21 Chong Yidong <cyd@gnu.org>
3502
3503 * international/mule-cmds.el (read-char-by-name): Signal an error
3504 if the user does not supply a valid character (Bug#13177).
3505
3506 * simple.el (transpose-subr-1): Preserve marker positions by
3507 changing the insertion sequence (Bug#13122).
3508
3509 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3510
3511 * simple.el (kill-region): Deactivate mark even for empty regions
3512 (Bug#13169).
3513
3514 2012-12-21 Chong Yidong <cyd@gnu.org>
3515
3516 * help-fns.el (describe-variable): Make sure we get the right
3517 buffer name (Bug#13105). Suggested by Kelly Dean.
3518
3519 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3520
3521 * comint.el (comint-redirect-previous-input-string): New variable.
3522 (comint-redirect-setup, comint-redirect-cleanup)
3523 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3524 (comint-redirect-preoutput-filter): Fix verbose message.
3525
3526 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3527
3528 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3529 is too long for Tramp. See discussion in
3530 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3531
3532 * progmodes/compile.el (compilation-start): Remove line escape
3533 template.
3534
3535 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3536
3537 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3538 Adjust comment.
3539
3540 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3541
3542 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3543 following non-comment text (bug#13207).
3544 (lm-header-multiline): Continuation lines need to be indented more than
3545 the first line.
3546 (lm-homepage): New function.
3547 (lm-with-file): Don't be confused if narrowing is in effect.
3548
3549 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3552 very beginning of a hunk (e.g. killing the first line).
3553
3554 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3555
3556 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3557 and text properties from returned ACL string.
3558 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3559 for "setfacl" command.
3560
3561 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3562
3563 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3564 `tramp-cleanup-this-connection', when the process has died.
3565 (Bug#13151)
3566
3567 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3570
3571 2012-12-17 Kevin Ryde <user42@zip.com.au>
3572
3573 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3574
3575 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3576
3577 Add support for preserving ACL entries of files.
3578
3579 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3580 `set-file-acl' handlers.
3581
3582 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3583 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3584
3585 * net/tramp-compat.el (tramp-compat-copy-file):
3586 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3587
3588 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3589 Add `file-acl' and `set-file-acl' handlers.
3590 (tramp-gvfs-handle-copy-file):
3591 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3592 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3593 New defuns.
3594
3595 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3596 Add `file-acl' and `set-file-acl' handlers.
3597 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3598 (tramp-sh-handle-set-file-acl): New defuns.
3599 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3600 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3601
3602 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3603 Add `file-acl' and `set-file-acl' handlers.
3604 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3605
3606 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3607
3608 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3609 use pop-to-buffer with NORECORD argument t. As buffer name, use
3610 *Metahelp* with a leading space (Bug#13190).
3611
3612 2012-12-16 Romain Francoise <romain@orebokech.com>
3613
3614 * files.el (file-extended-attributes)
3615 (set-file-extended-attributes): New functions.
3616 (backup-buffer): Use them to handle both SELinux context and ACL
3617 entries.
3618 (backup-buffer-copy): Work with an alist of extended attributes,
3619 rather than an SELinux context.
3620 (basic-save-buffer-2): Ditto.
3621
3622 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3623
3624 * battery.el (battery-bsd-apm): New function.
3625
3626 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3627
3628 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3629 standard date formats.
3630
3631 2012-12-15 Juri Linkov <juri@jurta.org>
3632
3633 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3634 `isearch-insert-char-by-name'.
3635 (with-isearch-suspended): New defmacro with body mostly from
3636 `isearch-edit-string' except the part that sets
3637 `isearch-new-string' and `isearch-new-message'.
3638 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3639 body that sets `isearch-new-string' and `isearch-new-message'.
3640 (isearch-insert-char-by-name): New command.
3641 * international/mule-cmds.el (read-char-by-name): Let-bind
3642 `enable-recursive-minibuffers' to t.
3643 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3644
3645 2012-12-15 Juri Linkov <juri@jurta.org>
3646
3647 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3648 (Bug#13175)
3649
3650 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3651
3652 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3653 the prompt. (Bug#13045)
3654
3655 2012-12-14 Glenn Morris <rgm@gnu.org>
3656
3657 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3658 Try to include filename in non-bytecomp warning. (Bug#13132)
3659
3660 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3661
3662 Fix permissions bugs with setgid directories etc. (Bug#13125)
3663 * files.el (backup-buffer): Don't rely on 9th output of
3664 file-attributes, as it's now a placeholder. Instead, use the new
3665 optional arg of file-ownership-preserved-p.
3666 (file-ownership-preserved-p): New optional arg GROUP.
3667 Fix mishandling of setuid directories that would cause this
3668 function to return t when it should have returned nil.
3669 Document what happens if the file does not exist, and when
3670 it's not known whether the ownership will be preserved.
3671 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3672 Likewise.
3673 (tramp-get-local-gid): Use group-gid for integer, as that's
3674 faster and more reliable.
3675
3676 2012-12-14 Julien Danjou <julien@danjou.info>
3677
3678 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3679 Update keywords list, data type and PL/pgSQL.
3680
3681 2012-12-14 Dave Abrahams <dave@boostpro.com>
3682
3683 * vc/ediff-util.el (ediff-buffer-type): New function.
3684 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3685 rather than taking it as as argument.
3686 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3687
3688 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3689
3690 * json.el: Add pretty-print option (bug#12634).
3691 (json-encoding-separator, json-encoding-default-indentation)
3692 (json--encoding-current-indentation, json-encoding-pretty-print)
3693 (json-encoding-lisp-style-closings): New vars.
3694 (json--with-indentation): New macro.
3695 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3696 (json-encode-array): Use it to obey json-encoding-pretty-print.
3697 (json-pretty-print-buffer, json-pretty-print): New commands.
3698
3699 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3700
3701 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3702 Extract `ruby-syntax-propertize-expansions'.
3703 (ruby-syntax-propertize-expansions): Only change syntax on
3704 certain string delimiters, to punctuation. This way the common
3705 functions like forward-word and thing-at-point still work.
3706 (ruby-match-expression-expansion): Improve readability.
3707 (ruby-block-contains-point): New function.
3708 (ruby-add-log-current-method): Handle several edge cases.
3709
3710 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3711
3712 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3713 unload-feature finishes even when aborting an ongoing edebug session.
3714 Also, do not worry about edebug-mode, unload-feature takes care of it.
3715
3716 2012-12-13 Andreas Schwab <schwab@suse.de>
3717
3718 * net/tls.el (tls-program): Update customize type.
3719
3720 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3721
3722 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3723 (edebug-setup-hook, cl-read-load-hooks): Use it.
3724 (edebug-unload-function): New function. (Bug#13163)
3725
3726 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3727
3728 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3729 Otherwise, there could be errors in autoloading. (Bug#13151)
3730
3731 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3732
3733 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3734 sequences.
3735
3736 2012-12-13 Alan Mackenzie <acm@muc.de>
3737
3738 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3739 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3740 around `forward-comment' not recognizing ^M as whitespace.
3741
3742 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3743
3744 * progmodes/python.el (python-skeleton-class)
3745 (python-skeleton-def): Do not add space after defun name.
3746
3747 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3750 (cl--symbol-function): Remove (now that funbound is like nil).
3751
3752 2012-12-12 Glenn Morris <rgm@gnu.org>
3753
3754 * button.el (button--area-button-p): Fix typo.
3755
3756 2012-12-12 Sam Steingold <sds@gnu.org>
3757
3758 * frame.el (frame-maximization-style): New user option.
3759 (toggle-frame-maximized): Toggle frame maximization according to
3760 `frame-maximization-style', bound to <f11>.
3761 (cycle-frame-maximized): Cycle between all maximization styles and
3762 non-maximized frame, bound to shift-<f11>.
3763
3764 2012-12-12 David Cadé <codename68@gmail.com>
3765
3766 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3767
3768 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3769
3770 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3771 (eieio-override-prin1): Don't quote kewords and booleans.
3772 (object-write) <eieio-default-superclass>: Don't put closing parens
3773 on new line, avoid needless empty lines, align values that are objects
3774 with the slot keyword (instead of beginning on the same line).
3775 (eieio-list-prin1): Align value with slot keyword; increase
3776 eieio-print-depth before printing members of the list.
3777
3778 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3781 a display text-property.
3782 (report-emacs-bug-hook): Don't bother deleting it any more.
3783
3784 * hilit-chg.el (highlight-save-buffer-state): Delete.
3785 Use with-silent-modifications instead.
3786 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3787
3788 * button.el: Handle buttons in display text-properties.
3789 (button--area-button-p, button--area-button-string):
3790 Use (STRING . STRING-POS) representation instead of just STRING.
3791
3792 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3793
3794 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3795 subdirectory be skipped.
3796
3797 2012-12-11 Glenn Morris <rgm@gnu.org>
3798
3799 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3800
3801 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3802 Treat preprocessor lines embedded in continuations like comments.
3803 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3804
3805 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3806
3807 * calc/calc.el (calc-standard-date-formats): Add more date
3808 formats.
3809 * calc/calc-forms.el (math-parse-iso-date): New function.
3810 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3811 (math-parse-iso-date-validate): Add extra error checking.
3812 (calc-date-notation): Add ability to access new date formats.
3813
3814 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3817 font-lock as well as when there's no text-property.
3818
3819 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3820
3821 * hi-lock.el: Refine the choice of default face.
3822 (hi-lock-keyword->face): New function. Use it wherever we used
3823 cadadadr instead.
3824 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3825 (hi-lock--last-face): Remove var.
3826 (hi-lock--unused-faces): New var to replace it.
3827 (hi-lock-read-face-name): Use/maintain it.
3828 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3829 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3830 if it has another face.
3831
3832 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3833
3834 * subr.el (w32notify-handle-event): New function.
3835 (inotify-handle-event): Doc fix.
3836
3837 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3838
3839 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3840
3841 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3842
3843 * simple.el (just-one-space): Doc fix.
3844
3845 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3846
3847 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3848
3849 2012-12-10 Le Wang <l26wang@gmail.com>
3850
3851 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3852 narrowed buffer (bug#12361).
3853
3854 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3855
3856 * vc/vc-hooks.el (vc-state): Doc fix.
3857
3858 2012-12-10 Glenn Morris <rgm@gnu.org>
3859
3860 * mail/rmail.el (rmail-maybe-display-summary):
3861 Preserve buffer, in case select-window changes it. (Bug#13066)
3862
3863 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3866 cl-load-hook where they belong.
3867
3868 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3869
3870 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3871
3872 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3873
3874 Parallelize byte compilation on MS-Windows.
3875 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3876 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3877 (WINS_BASIC): Define as concatenation of the above.
3878 (compile): Subdivide into 4 separate and independent jobs that can
3879 be run in parallel.
3880 (compile0-CMD, compile0-SH): New targets for compiling
3881 COMPILE_FIRST files, which are prerequisites for the rest of the
3882 byte-compilation.
3883 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3884 New targets for parallel compilation with cmd.exe.
3885 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3886 compiling under a Unixy shell.
3887
3888 2012-12-09 Chong Yidong <cyd@gnu.org>
3889
3890 * simple.el (set-mark-default-inactive): Delete this
3891 accidentally-introduced option.
3892 (set-mark-command, exchange-point-and-mark): Remove calls.
3893
3894 2012-12-09 Glenn Morris <rgm@gnu.org>
3895
3896 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3897 Respect a defcustom's :set function, if appropriate. (Bug#109)
3898 (eval-defun): Doc fix.
3899
3900 2012-12-08 Juri Linkov <juri@jurta.org>
3901
3902 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3903 (Info-fontify-node, Info-bookmark-make-record): Remove the
3904 file extension from Info-current-file (Bug#13016).
3905
3906 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3909 point, still provide some default.
3910 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3911 names, since we don't use it right now. Actually return the list.
3912 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3913
3914 2012-12-07 Chong Yidong <cyd@gnu.org>
3915
3916 * novice.el (disabled-command-function): Remove a spurious help
3917 xref (Bug#13043). Suggested by Kelly Dean.
3918
3919 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3920 syntax is specified (Bug#13025).
3921
3922 * info.el (Info-set-mode-line): Remove the file extension from
3923 Info-current-file if there is one (Bug#13016).
3924
3925 2012-12-07 Glenn Morris <rgm@gnu.org>
3926
3927 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3928 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3929 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3930 and rmail-mime-decoded. (Bug#9841)
3931
3932 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3933 (batch-unrmail, unrmail): Doc fixes.
3934 (unrmail): Respect unrmail-mbox-format.
3935 * mail/rmail.el (rmail-mbox-format): New option.
3936 (rmail-show-message-1): Respect rmail-mbox-format.
3937
3938 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3941
3942 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3945 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3946 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3947 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3948 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3949 (cl-progv): Don't rely on dynamic scoping to find the body.
3950 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3951 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3952 (cl-declaim): Use backquotes.
3953 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3954 Use "cl--" prefix for the object's tag.
3955
3956 * ses.el: Use advice-add/remove.
3957 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3958 (copy-region-as-kill, yank): Use advice-add.
3959 (ses-unload-function): Use advice-remove.
3960
3961 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3962
3963 * button.el: Make them work in header-lines (bug#12817).
3964 (button-map): Add bindings for header-line and mode-line use.
3965 (button-get, button-put, button-label): `button' may now be a string.
3966 (button-activate): Don't make it a defsubst.
3967 (button--area-button-p, button--area-button-string): New functions.
3968 (make-text-button): Fix the return value when `beg' was a string.
3969 (push-button): Handle the mode-line case.
3970
3971 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3974 (sql-signum): Remove. Use `cl-signum' instead.
3975 (sql-read-passwd): Remove; use read-passwd instread.
3976 (sql-get-login-ext): Use read-string.
3977 (sql-get-login): Use dolist and pcase.
3978 (sql--completion-table): Rename from sql-try-completion.
3979 Use complete-with-action.
3980 (sql-mode): Don't change abbrev-all-caps globally.
3981 (sql-connect): Don't rely on dynamic scoping for `new-name'.
3982 (sql-postgres-completion-object): Initialize vars in their `let'.
3983 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3984 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3985 (sql-comint-interbase): Use a single append, without setq.
3986 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3987
3988 * hi-lock.el: Rework the default face and the serialize regexp code.
3989 (hi-lock--auto-select-face-defaults): Remove.
3990 (hi-lock-string-serialize-serial): Remove.
3991 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3992 make weak.
3993 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3994 equal string.
3995 (hi-lock-set-pattern): Adjust accordingly.
3996 (hi-lock--regexps-at-point): Simplify accordingly.
3997 (hi-lock--auto-select-face-defaults): Remove.
3998 (hi-lock--last-face): New var to replace it.
3999 (hi-lock-read-face-name): Rewrite (bug#11095).
4000 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4001
4002 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4003
4004 * net/tramp.el (tramp-replace-environment-variables):
4005 Hide compiler warning.
4006 (tramp-file-name-for-operation): Remove `executable-find',
4007 `start-process', `call-process' and `call-process-region'.
4008
4009 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4010
4011 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4012 compatibility.
4013
4014 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4015
4016 2012-12-06 Chong Yidong <cyd@gnu.org>
4017
4018 * ffap.el (ffap-replace-file-component): Fix typo.
4019
4020 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4023 fix open-paren-like token test (bug#12785).
4024
4025 2012-12-06 Glenn Morris <rgm@gnu.org>
4026
4027 * mail/rmailsum.el (rmail-new-summary): Tweak for
4028 rmail-maybe-display-summary changing buffer. (Bug#13066)
4029
4030 2012-12-06 Juri Linkov <juri@jurta.org>
4031
4032 * info.el (Info-fontify-node): Don't hide the last newline.
4033 (Bug#12272)
4034
4035 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4036
4037 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4038 so as to enable message-read-from-minibuffer to expand mail aliases.
4039
4040 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4043 the `intangible' property.
4044 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4045
4046 2012-12-05 Deniz Dogan <deniz@dogan.se>
4047
4048 * net/rcirc.el (rcirc-urls): Update documentation.
4049 (rcirc-condition-filter): New function.
4050 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4051 and exclude consecutive duplicate URLs (Bug#6082).
4052
4053 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4054
4055 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4056 Check return code of copy command.
4057
4058 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4059 Use group `tramp'. Add version.
4060
4061 2012-12-05 Chong Yidong <cyd@gnu.org>
4062
4063 * ffap.el (ffap-url-regexp): Don't require matching at front of
4064 string (Bug#4952).
4065 (ffap-url-p): If only a substring matches, return that.
4066 (ffap-url-at-point): Use the return value of ffap-url-p.
4067 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4068 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4069 (ffap-guess-file-name-at-point): Likewise.
4070 (ffap-replace-file-component): Fix typo.
4071
4072 * info.el (info-display-manual): Add existing Info buffers, whose
4073 files may not be in Info-directory-list, to the completion.
4074 (info--manual-names): New helper function.
4075
4076 2012-12-05 Glenn Morris <rgm@gnu.org>
4077
4078 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4079 New functions, for detecting and resolving conflicts. (Bug#10709)
4080
4081 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4082
4083 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4084 (hi-lock-auto-select-face-defaults): New buffer local variable.
4085 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4086 (hi-lock-unface-buffer): Prompt user with useful defaults.
4087 With prefix arg, unhighlight all hi-lock patterns in buffer.
4088
4089 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4092
4093 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4094
4095 * Makefile.in (TRAMP_SRC):
4096 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4097
4098 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4099
4100 * net/tramp-adb.el: New package.
4101
4102 2012-12-04 Chong Yidong <cyd@gnu.org>
4103
4104 * terminal.el: Move to obsolete/.
4105
4106 * longlines.el: Move to obsolete/.
4107
4108 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4109 Remove code referring to longlines mode.
4110
4111 2012-12-03 Juri Linkov <juri@jurta.org>
4112
4113 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4114
4115 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4116
4117 * textmodes/ispell.el (ispell-init-process)
4118 (ispell-start-process, ispell-internal-change-dictionary):
4119 Make sure personal dictionary name is expanded after initial
4120 `default-directory' value. Use expanded strings for
4121 keep/restart checks and for value (Bug#13019).
4122
4123 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4124
4125 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4126
4127 2012-12-03 Leo Liu <sdl.web@gmail.com>
4128
4129 * files.el (dir-locals-read-from-file): Check file non-empty
4130 before reading. (Bug#13038)
4131
4132 2012-12-03 Glenn Morris <rgm@gnu.org>
4133
4134 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4135 Remove any version extension before checking filename. (Bug#13006)
4136 (jka-compr-compression-info-list): Belated :version bump.
4137
4138 2012-12-03 Chong Yidong <cyd@gnu.org>
4139
4140 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4141
4142 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4143 (buffer-menu): Doc fix (Bug#12294).
4144
4145 2012-12-03 Roland Winkler <winkler@gnu.org>
4146
4147 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4148 of diary-show-all-entries in the diary buffer (Bug#12994).
4149
4150 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4151
4152 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4153 "<STDIN>". This is binary safe.
4154
4155 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4156
4157 * calc/calc-forms.el (math-absolute-from-iso-dt)
4158 (math-date-to-iso-dt, math-parse-iso-date-validate)
4159 (math-iso-dt-to-date): New functions.
4160 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4161 (math-fd-isoweekday): New variables.
4162 (calc-date-notation, math-parse-standard-date, math-format-date)
4163 (math-format-date-part): Add support for more formatting codes.
4164
4165 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4166
4167 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4168 current buffer's file name when called interactively (Bug#12488).
4169
4170 2012-12-02 Juri Linkov <juri@jurta.org>
4171
4172 * info.el (info-display-manual): Don't clobber an existing Info
4173 buffer (Bug#10770). Add completion (Bug#10771).
4174
4175 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4176
4177 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4178 before using it for comparison (Bug#5297).
4179
4180 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4181
4182 * textmodes/css-mode.el (css-current-defun-name): New function.
4183 (css-mode): Use it.
4184
4185 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4186 (html-mode): Use it.
4187
4188 2012-12-01 Chong Yidong <cyd@gnu.org>
4189
4190 Modularize add-log-current-defun (Bug#2224).
4191 Suggested by Jari Aalto.
4192
4193 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4194 (add-log-current-defun): Move mode-specific code to other files.
4195 (add-log-lisp-like-modes, add-log-c-like-modes)
4196 (add-log-tex-like-modes): Variables deleted.
4197
4198 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4199 (lisp-mode-variables): Use it.
4200
4201 * progmodes/cc-mode.el (c-common-init):
4202 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4203 add-log-current-defun-function.
4204
4205 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4206 (m4-mode): Use it.
4207
4208 * progmodes/perl-mode.el (perl-current-defun-name): New.
4209 (perl-mode): Use it.
4210
4211 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4212 Use lisp-current-defun-name.
4213
4214 * textmodes/tex-mode.el (tex-current-defun-name): New.
4215 (tex-common-initialization): Use it.
4216
4217 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4218 (texinfo-mode): Use it.
4219
4220 2012-12-01 Chong Yidong <cyd@gnu.org>
4221
4222 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4223 * progmodes/autoconf.el (autoconf-mode):
4224 * progmodes/js.el (js-mode):
4225 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4226 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4227 * progmodes/perl-mode.el (perl-mode):
4228 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4229 * textmodes/css-mode.el (css-mode):
4230 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4231 (sgml-tags-invisible, sgml-guess-indent):
4232 * textmodes/tex-mode.el (tex-common-initialization)
4233 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4234 (doctex-mode, plain-tex-mode, latex-mode):
4235 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4236
4237 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4238
4239 * vc/vc-hg.el (vc-hg-next-revision):
4240 Ensure use of default "tip" output format. (Bug#6968)
4241
4242 2012-12-01 Kim F. Storm <storm@cua.dk>
4243
4244 * startup.el (fancy-startup-tail): Add a clickable link
4245 (Bug#2176).
4246
4247 2012-12-01 Chong Yidong <cyd@gnu.org>
4248
4249 * startup.el (fancy-startup-tail): Improve the message about
4250 auto-save files (Bug#2176).
4251
4252 * files.el (recover-session): Improve the descriptive message, and
4253 use substitute-command-keys.
4254
4255 2012-12-01 Glenn Morris <rgm@gnu.org>
4256
4257 * ido.el (ido-file-internal):
4258 Handle other-window, other-frame for dired. (Bug#13036)
4259
4260 2012-11-30 Glenn Morris <rgm@gnu.org>
4261
4262 * icomplete.el (icomplete-separator): Fix :version.
4263
4264 2012-11-30 Chong Yidong <cyd@gnu.org>
4265
4266 * shell.el (shell): For C-u M-x shell, use an inactive shell
4267 buffer as the default (Bug#1975).
4268 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4269 (shell-mode): Use them to reapply ansi colorization if Shell mode
4270 is re-enabled.
4271
4272 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4273
4274 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4275
4276 2012-11-30 Samuel Bronson <naesten@gmail.com>
4277
4278 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4279 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4280
4281 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4282
4283 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4284 by move-to-column (Bug#3234).
4285
4286 2012-11-30 Chong Yidong <cyd@gnu.org>
4287
4288 * longlines.el (longlines-wrap-line, longlines-encode-region):
4289 Preserve text properties (Bug#1425).
4290
4291 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4292
4293 * vc/vc.el (vc-register): Allow registering a file which is
4294 already registered with a different backend (Bug#10589).
4295
4296 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4297 Stefan Monnier <monnier@iro.umontreal.ca>
4298
4299 * icomplete.el: Change separator; add ido-style commands.
4300 (icomplete-show-key-bindings): Remove custom var.
4301 (icomplete-get-keys): Remove function.
4302 (icomplete-forward-completions, icomplete-backward-completions):
4303 New commands.
4304 (icomplete-minibuffer-map): New var.
4305 (icomplete-minibuffer-setup): Use it.
4306 (icomplete-exhibit): Don't delay if the list of completions is known.
4307 (icomplete-separator): New custom.
4308 (icomplete-completions): Use it.
4309 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4310 (minibuffer-force-complete-and-exit): New command.
4311 (minibuffer--complete-and-exit): New function extracted from
4312 minibuffer-complete-and-exit.
4313 (minibuffer-complete-and-exit): Use it.
4314
4315 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4316 error message when the file doesn't exist (bug#12974).
4317
4318 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4319
4320 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4321
4322 2012-11-29 Glenn Morris <rgm@gnu.org>
4323
4324 * files.el (hack-dir-local-variables): Warn if try to set
4325 coding via dir-locals, since it doesn't work. (Bug#7169)
4326
4327 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4328 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4329 Set buffer-local value of desktop-save-buffer.
4330 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4331 New functions.
4332 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4333 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4334
4335 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4336 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4337 Doc fix.
4338 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4339 Doc fixes.
4340
4341 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4342
4343 * calc/calc-forms.el (calc-date-notation): Fix regexp
4344 used to find time codes. Fix symbol for seconds.
4345
4346 2012-11-27 Glenn Morris <rgm@gnu.org>
4347
4348 * emacs-lisp/derived.el (derived-mode-make-docstring):
4349 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4350
4351 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4354 lexically scoped variables (bug#13005).
4355
4356 2012-11-27 Glenn Morris <rgm@gnu.org>
4357
4358 * vc/vc-hooks.el (vc-mistrust-permissions):
4359 Default to t, to avoid data-loss. (Bug#11490)
4360
4361 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4362
4363 * progmodes/python.el (python-indent-guess-indent-offset):
4364 If indentation is guessed make python-indent-offset buffer-local.
4365
4366 Fix Imenu regression.
4367 * progmodes/python.el (python-nav-beginning-of-defun):
4368 Fix forward movement when statement(s) separates point from defun.
4369 (python-imenu-prev-index-position): New function.
4370
4371 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4372
4373 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4374
4375 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4376 Don't set buffer-file-type. Return nil. (Bug#12989)
4377
4378 2012-11-27 Glenn Morris <rgm@gnu.org>
4379
4380 * hippie-exp.el (hippie-expand-try-functions-list):
4381 Re-autoload it. (Bug#12982)
4382
4383 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4384
4385 * descr-text.el (describe-char-padded-string):
4386 Call internal-char-font only on GUI frames. (Bug#11964)
4387
4388 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4389
4390 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4391 and obsoletion message.
4392
4393 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4396 the constructs to keep outside of the `cl-block' (bug#12977).
4397
4398 2012-11-27 Chong Yidong <cyd@gnu.org>
4399
4400 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4401 keep reading until we get the up-event anyway, in order to process
4402 the up-event for mouse-1-click-follows-link (Bug#12971).
4403
4404 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4405
4406 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4407 base function is not yet defined (bug#12965).
4408 (ad-activate-advised-definition): Use ad-compile-function.
4409 (ad-activate): Use cond.
4410
4411 2012-11-25 Leo Liu <sdl.web@gmail.com>
4412
4413 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4414 (Bug#12979)
4415
4416 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4417
4418 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4419 reftex-section-info-function in order to be compatible with
4420 Texinfo integration.
4421
4422 * textmodes/reftex.el (reftex-section-pre-regexp)
4423 (reftex-section-post-regexp, reftex-section-info-function):
4424 New variable.
4425 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4426 reftex-section-post-regexp, and reftex-section-info-function in order
4427 to be compatible with Texinfo integration.
4428
4429 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4430 use reftex-section-pre-regexp variable in order to be compatible with
4431 Texinfo integration.
4432
4433 2012-11-25 Chong Yidong <cyd@gnu.org>
4434
4435 * faces.el: Make face-spec-set more analogous to setq.
4436 (face-spec-set): Change the third arg to specify whether this
4437 function is being called via defface, customize, or a third party.
4438 Set the appropriate symbol properties. Clear the override spec if
4439 setting via Custom. Initialize face if necessary. (Bug#4988)
4440 (face-spec-recalc): Allow theme faces to completely replace the
4441 defface spec, in the same way as custom faces (Bug#8454).
4442
4443 * cus-face.el (custom-declare-face): Move face initialization to
4444 face-spec-set.
4445 (custom-theme-set-faces): Don't initialize the face name here, as
4446 that is now done in face-spec-set.
4447
4448 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4449 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4450 Simplify by using the new arg to face-spec-set.
4451
4452 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4453 reset face-override-spec too, and use custom-declare-face.
4454
4455 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4456
4457 * term/ns-win.el (ns-initialize-window-system): Move creation of
4458 fontsets here (Bug#11964).
4459
4460 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4461
4462 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4463 cell renaming.
4464
4465 2012-11-24 Chong Yidong <cyd@gnu.org>
4466
4467 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4468 obsolete.
4469
4470 * custom.el (custom-theme-set-variables): Use a topological sort
4471 for ordering by custom dependencies (Bug#12952).
4472 (custom--sort-vars, custom--sort-vars-1): New functions.
4473
4474 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4477 lexical-binding (bug#12938).
4478
4479 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4480
4481 * image-mode.el (image-transform-check-size): Use assertions only
4482 for images of type imagemagick.
4483
4484 Otherwise no error, image-transform-fit-to-{width,height} is
4485 silently ignored, as before. Doc fix.
4486
4487 2012-11-24 Chong Yidong <cyd@gnu.org>
4488
4489 * faces.el (color-defined-p): Doc fix (Bug#12853).
4490
4491 2012-11-24 Juri Linkov <juri@jurta.org>
4492
4493 * dired.el (dired-mark): Add optional arg `interactive'.
4494 Check for `use-region-p' if `interactive' is non-nil.
4495 (dired-unmark, dired-flag-file-deletion): Add optional arg
4496 `interactive'. Call `dired-mark' with the arg `interactive'.
4497 (Bug#10624)
4498
4499 * wdired.el: Revert 2012-10-17 change partly and replace it with
4500 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4501 (wdired-finish-edit): Add marks for new file names to
4502 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4503 after `revert-buffer'.
4504 (wdired-do-renames): Remove calls to `dired-remove-file',
4505 `dired-add-file', `dired-add-entry'. (Bug#11795)
4506
4507 2012-11-24 Alan Mackenzie <acm@muc.de>
4508
4509 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4510
4511 Fix bugs in the state cache. Enhance a debugging mechanism.
4512 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4513 "brace at column zero" strategy for C++.
4514 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4515 (c-parse-state-point): New variable.
4516 (c-record-parse-state-state): Record old parse state with
4517 `copy-tree'. Record previous value of point.
4518 (c-debug-parse-state-double-cons): New debugging function.
4519 (c-debug-parse-state): Call the above new function.
4520 (c-toggle-parse-state-debug): Output a confirmatory message.
4521
4522 * progmodes/cc-mode.el (c-before-change, c-after-change):
4523 Call c-invalidate-state-cache from `c-before-change' instead of
4524 `c-after-change'.
4525
4526 2012-11-23 Chong Yidong <cyd@gnu.org>
4527
4528 * find-cmd.el (find-constituents): Add executable, ipath,
4529 readable, samefile, writable, daystart, regextype (Bug#12856).
4530
4531 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4532
4533 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4534
4535 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4536
4537 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4538 definition. This fixes a bootstrap failure.
4539 (calc-gregorian-switch): In menu, put dates before regions.
4540 This is easier to follow, lines up better in the menu, and lets us
4541 coalesce regions that switch at the same time. Give country
4542 names, not "Vatican", as that's better for non-expert users.
4543 Use names that are stable between the date of switch and now, e.g.,
4544 Bohemia and Moravia (which existed then and now) and not
4545 Czechoslovakia (which didn't exist then and doesn't exist now).
4546 What is now the U.S. mostly did not switch at the same time as
4547 Britain, so omit the U.S. Correct spelling of "Britain".
4548 Catholic Switzerland was too much of a mess, so omit it.
4549
4550 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4551
4552 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4553 after the variable is changed.
4554
4555 2012-11-21 Daniel Colascione <dancol@dancol.org>
4556
4557 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4558 in SQL declarations for font-lock.
4559 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4560
4561 2012-11-21 Glenn Morris <rgm@gnu.org>
4562
4563 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4564 (face-italic-p): Add optional argument "inherit".
4565
4566 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4567 Remove -p suffix from names, for consistency with other set-face-*.
4568 (set-face-inverse-video): Fix interactive spec.
4569 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4570 * textmodes/table.el (table--update-cell-face):
4571 Use set-face-inverse-video rather than now obsolete alias.
4572
4573 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4574
4575 * simple.el (line-move): Don't call line-move-partial if
4576 scroll-conservatively is in effect. (Bug#12927)
4577
4578 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4579
4580 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4581 Fallback on completion-at-point rather than
4582 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4583 (eshell-cmpl-initialize): Setup completion-at-point.
4584
4585 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4586
4587 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4588
4589 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4590
4591 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4592 are remote, check out-of-band property for both.
4593
4594 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4595
4596 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4597 code rewrite.
4598
4599 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4600
4601 More minor time fixes.
4602 * calendar/time-date.el: Commentary fix.
4603 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4604 too much other code depends on (0 0) time stamps.
4605 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4606 Add a couple of FIXME comments.
4607
4608 Minor cleanup for times as lists of four integers.
4609 * files.el (dir-locals-directory-cache):
4610 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4611 Doc fixes.
4612 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4613 * ps-bdf.el (bdf-file-newer-than-time):
4614 Process four-integers time stamps, not two. Doc fixes.
4615
4616 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * uniquify.el (uniquify-managed): Use defvar-local.
4619 (rename-buffer, create-file-buffer): Advise with advice-add.
4620 (uniquify-unload-function): Unadvise accordingly.
4621
4622 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4623 (trace-buffer): Don't purecopy.
4624 (trace-entry-message, trace-exit-message): Add `context' arg.
4625 (trace--timer): New var.
4626 (trace-make-advice): Adjust for use in nadvice.
4627 Add `context' argument. Delay `display-buffer' via a timer.
4628 (trace-function-internal): Use advice-add.
4629 (trace--read-args): New function.
4630 (trace-function-foreground, trace-function-background): Use it.
4631 (trace-function): Rename to trace-function-foreground and redefine as
4632 an alias to that new name.
4633 (untrace-function, untrace-all): Adjust to the use of nadvice.
4634
4635 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4636
4637 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4638
4639 * subr.el (called-interactively-p-functions): New var.
4640 (internal--called-interactively-p--get-frame): New macro.
4641 (called-interactively-p, interactive-p): Rewrite in Lisp.
4642 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4643 (called-interactively-p-functions): Use it.
4644 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4645 (called-interactively-p-functions): Use it.
4646 * allout.el (allout-called-interactively-p): Don't assume
4647 called-interactively-p is a subr.
4648
4649 2012-11-20 Glenn Morris <rgm@gnu.org>
4650
4651 * profiler.el (profiler-report-mode-map): Add a menu.
4652 No need to bind `q' because we derive from special-mode.
4653 (profiler-report-find-entry): Handle calls from the menu-bar.
4654
4655 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * emacs-lisp/byte-run.el (defun-declarations-alist):
4658 Allow a compiler-macro to be a lambda expression.
4659
4660 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4661 eval-when-compile.
4662 (python-syntax-context): Add compiler-macro.
4663 (python-font-lock-keywords): Simplify with De Morgan.
4664
4665 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4666
4667 * files.el (load-file): Require match in minibuffer selection, as was
4668 the case in Emacs-20 before we changed the spec to allow .elc files
4669 (bug#12935).
4670
4671 * json.el: Don't require cl since we don't use it.
4672 * color.el: Don't require cl.
4673 (color-complement): `caddr' -> `nth 2'.
4674
4675 * calendar/time-date.el (time-to-seconds): De-obsolete.
4676
4677 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4678
4679 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4680 year numbers.
4681 (math-date-to-julian-dt): Adjust the initial approximation for the
4682 year to deal with the new definition of the DATE.
4683
4684 2012-11-19 Daniel Colascione <dancol@dancol.org>
4685
4686 * term/w32-win.el (cygwin-convert-path-from-windows):
4687 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4688
4689 2012-11-18 Chong Yidong <cyd@gnu.org>
4690
4691 * filecache.el (file-cache--read-list): New function.
4692 (file-cache-add-directory-list, file-cache-add-file-list)
4693 (file-cache-delete-file-list, file-cache-delete-directory-list):
4694 Use it to read a list of files or directories (Bug#12846).
4695 (file-cache-add-file, file-cache-add-directory)
4696 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4697 (file-cache-delete-directory): Print an message.
4698
4699 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4700
4701 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4702 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4703
4704 2012-11-18 Glenn Morris <rgm@gnu.org>
4705
4706 * image.el (insert-image, insert-sliced-image): Doc fix.
4707
4708 2012-11-18 Chong Yidong <cyd@gnu.org>
4709
4710 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4711 (Bug#12810).
4712
4713 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4714
4715 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4716 response when the target file is in a subdirectory (Bug#12757).
4717
4718 2012-11-18 Chong Yidong <cyd@gnu.org>
4719
4720 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4721
4722 2012-11-18 Glenn Morris <rgm@gnu.org>
4723
4724 * emacs-lisp/cl-lib.el (face-underline-p):
4725 Use set-face-underline rather than the alias set-face-underline-p.
4726
4727 * window.el (with-temp-buffer-window): Doc fix.
4728 * subr.el (with-output-to-temp-buffer):
4729 Add doc xref to with-temp-buffer-window.
4730
4731 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4732
4733 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4734 * calc/calc.el (math-format-date-cache): Declare.
4735
4736 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4737
4738 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4739 It also uses January 1, 1 AD as its day number 1.
4740 * calc/calc-forms.el (math-julian-date-beginning)
4741 (math-julian-date-beginning-int): Implement this.
4742
4743 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4744
4745 * descr-text.el (quail-find-key):
4746 * dired.el (desktop-file-name):
4747 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4748 * generic-x.el (comint-mode, comint-exec):
4749 * image-dired.el (widget-forward):
4750 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4751 (speedbar-change-expand-button-char)
4752 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4753 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4754 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4755 (widget-field-action, widget-value-set):
4756 * speedbar.el (imenu--make-index-alist):
4757 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4758 (ring-length, ring-insert):
4759 * vcursor.el (compare-windows-skip-whitespace):
4760 * woman.el (dired-get-filename):
4761 Declare functions.
4762
4763 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4764
4765 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4766
4767 * calc/calc.el (calc-gregorian-switch): New variable.
4768
4769 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4770 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4771 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4772 (math-leap-year-p): Add option to distinguish between Julian
4773 and Gregorian calendars.
4774 (math-day-number): Use `math-day-in-year' to do the computations.
4775 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4776 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4777 to do the computations.
4778 (math-date-to-dt): Use `math-date-to-julian-dt' and
4779 `math-date-to-gregorian-dt' to do the computations.
4780 (calcFunc-weekday, math-format-date-part): Use the new version of
4781 the DATE to determine the weekday.
4782 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4783 when necessary.
4784
4785 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4786
4787 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4788 Cygwin; otherwise use 'file:'. (Bug#12914)
4789 (cygwin-convert-path-from-windows): Declare, to avoid
4790 byte-compiler warnings.
4791
4792 2012-11-17 Andreas Politz <politza@fh-trier.de>
4793
4794 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4795 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4796 prefix and negative numeric prefix args (Bug#12795).
4797
4798 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4799
4800 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4801 Don't signal an error with a score that is too low to add to the
4802 list of top scores. (Bug#12779)
4803
4804 2012-11-17 Chong Yidong <cyd@gnu.org>
4805
4806 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4807
4808 * filecache.el (file-cache-add-file): Handle relative file name in
4809 the argument (Bug#12694).
4810
4811 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4812
4813 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4814
4815 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4818
4819 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4820
4821 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4822
4823 * window.el (enlarge-window, shrink-window): Don't mention return
4824 value in doc-string (Bug#12896).
4825 (window--display-buffer): Don't resize frames - it won't work
4826 with all window managers and defeat pop-up-frame-alist.
4827 (display-buffer-alist): In doc-string explain that CONDITION can
4828 be a function and which arguments are passed to it (Bug#12854).
4829 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4830 expressions (Bug#12854).
4831 (display-buffer): Pass ACTION argument to
4832 display-buffer-assq-regexp.
4833
4834 2012-11-16 Glenn Morris <rgm@gnu.org>
4835
4836 * window.el (fit-frame-to-buffer-bottom-margin)
4837 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4838
4839 * faces.el (face-underline-p): Use face-attribute-specified-or.
4840
4841 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4842
4843 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4844
4845 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4848
4849 2012-11-16 Glenn Morris <rgm@gnu.org>
4850
4851 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4852 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4853
4854 * faces.el (face-underline-p): Doc fix. Handle :underline being
4855 things other than `t' (a string, a list).
4856 (face-inverse-video-p): Doc fix.
4857 (set-face-underline): Rename it back from set-face-underline-p.
4858 Doc fix. Allow interactive input of values other than t.
4859 (read-face-attribute): Apply formatting to :underline,
4860 since like :box and :stipple it can take list values.
4861
4862 * term.el (ansi-term): Don't let C-x escape-char binding
4863 clobber the more standard C-c binding. (Bug#12842)
4864
4865 * subr.el (set-temporary-overlay-map): Doc fix.
4866
4867 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4868
4869 * window.el (record-window-buffer)
4870 (display-buffer-record-window): When copying the markers to
4871 window-point preserve window-point-insertion-type. (Bug#12588)
4872
4873 2012-11-16 Glenn Morris <rgm@gnu.org>
4874
4875 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4876 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4877 Use new names for hooks rather than obsolete aliases.
4878
4879 2012-11-15 Daniel Colascione <dancol@dancol.org>
4880
4881 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4882 prefix instead of "file:" so that when FILE-NAME begins with "//",
4883 as it does when the target file is on a network share, url-handler
4884 isn't confused.
4885
4886 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4889 a preactivated advice from an old advice.el; they're not compatible!
4890
4891 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4892
4893 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4894 Fix string-spec case.
4895
4896 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4897
4898 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4901 (advice--buffer-local-function-sample): New var.
4902 (advice--set-buffer-local, advice--buffer-local): New functions.
4903 (add-function, remove-function): Use them.
4904
4905 2012-11-15 Drew Adams <drew.adams@oracle.com>
4906
4907 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4908
4909 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4912 potential binding of print-gensym to t, and prettify (back)quotes in
4913 case they appear in args's default values (bug#12884).
4914
4915 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4918 (advice-eval-interactive-spec): New function.
4919 (advice--make-interactive-form): Support around advice (bug#12844).
4920
4921 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4922
4923 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4924 more strict. Add docstring.
4925 (ruby-expression-expansion-re): Extract from
4926 `ruby-match-expression-expansion'.
4927 (ruby-syntax-propertize-function): After everything else, search
4928 for expansions in string literals, mark their insides as
4929 whitespace syntax and save match data for font-lock.
4930 (ruby-font-lock-keywords): Use the 2nd group from expression
4931 expansion matches.
4932 (ruby-match-expression-expansion): Use the match data saved to the
4933 text property in ruby-syntax-propertize-function.
4934
4935 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4938 (bug#12879).
4939
4940 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4941
4942 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4943 start/end keyword a bit harder. Works with different values of N.
4944 Add more comments.
4945 (ruby-end-of-block): Update accordingly.
4946
4947 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * woman.el (woman-file-name): Don't mess with unread-command-events
4950 (bug#12861).
4951
4952 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4953 Remove out of date self-require hack.
4954 (ad-do-advised-functions): Use simple `dolist'.
4955 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4956 (ad-advice-definition): Redefine as functions.
4957 (ad-advice-classes): Move before first use.
4958 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4959 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4960 (ad--defalias-fset): Remove functions.
4961 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4962 (ad-get-orig-definition): Rewrite.
4963 (ad-make-advised-definition-docstring): Change base docstring.
4964 (ad-real-orig-definition): Rewrite.
4965 (ad-map-arglists): Change name of called function.
4966 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4967 (ad-make-advised-definition): Simplify.
4968 (ad-assemble-advised-definition): Tweak for new calling context.
4969 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4970 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4971 function and call ad-activate if needed.
4972 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4973 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4974 (ad-compile-function): Compile ad-Advice-*.
4975 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4976 (ad-start-advice, ad-stop-advice): Remove.
4977
4978 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4979
4980 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4981 period before class method names, not after. Remove handling of
4982 one impossible case. Add comments.
4983
4984 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * emacs-lisp/advice.el: Remove support for freezing.
4987 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4988 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4989 Remove support for `freeze'.
4990
4991 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4992 override the default.
4993 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4994 cl--dotimes/dolist.
4995 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4996 `cl' is loaded.
4997
4998 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4999 from add-advice.
5000 (advice--strip-macro): New function.
5001 (advice--defalias-fset): Use them to handle macros.
5002 (advice-add): Use them.
5003 (advice-member-p): Correctly handle macros.
5004
5005 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5006
5007 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5008 Never font-lock the beginning of singleton class as heredoc.
5009
5010 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5011
5012 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5013
5014 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5015
5016 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5017 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5018 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5019
5020 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
5021
5022 Fix end-of-defun misbehavior.
5023 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5024 python-beginning-of-defun-function. Handle nested defuns
5025 correctly.
5026 (python-nav-end-of-defun): Rename from
5027 python-end-of-defun-function. Ensure forward movement.
5028 (python-info-current-defun): Reimplement to work as intended
5029 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5030 parent defuns as soon as possible.
5031
5032 2012-11-13 Glenn Morris <rgm@gnu.org>
5033
5034 * progmodes/flymake.el (flymake-error-bitmap)
5035 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5036 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5037
5038 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5039
5040 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5041 backward, always stop at indentation. Reverts the change from
5042 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5043
5044 2012-11-13 Glenn Morris <rgm@gnu.org>
5045
5046 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5047 Add ibuffer-filter-by-derived-mode.
5048
5049 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5050 the same name shadowing each other.
5051
5052 * window.el (with-temp-buffer-window): Doc tweak.
5053
5054 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5055
5056 * help.el (temp-buffer-max-height):
5057 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5058 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5059
5060 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 * emacs-lisp/nadvice.el: New package.
5063 * subr.el (special-form-p): New function.
5064 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5065 (elp-all-instrumented-list): Remove var.
5066 (elp-not-profilable): Remove elp-wrapper.
5067 (elp-profilable-p): Use autoloadp and special-form-p.
5068 (elp--advice-name): New const.
5069 (elp-instrument-function): Use advice-add.
5070 (elp--instrumented-p): New predicate.
5071 (elp-restore-function): Use advice-remove.
5072 (elp-restore-all, elp-reset-all): Use mapatoms.
5073 (elp-set-master): Use elp--instrumented-p.
5074 (elp--make-wrapper): Rename from elp-wrapper, return a function
5075 suitable for advice-add. Use cl-inf.
5076 (elp-results): Use mapatoms+elp--instrumented-p.
5077 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5078 (debug-function-list): Remove var.
5079 (debug): Rename arg, and then let-bind it explicitly inside.
5080 (debugger-setup-buffer): Rename arg.
5081 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5082 (debugger-frame-number): Adjust to new debug-on-entry setup.
5083 (debug--implement-debug-on-entry): Rename from
5084 implement-debug-on-entry, add argument.
5085 (debugger-special-form-p): Remove, use special-form-p instead.
5086 (debug-on-entry): Use advice-add.
5087 (debug--function-list): New function.
5088 (cancel-debug-on-entry): Use it, along with advice-remove.
5089 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5090 (debugger-list-functions): Use debug--function-list instead of
5091 debug-function-list.
5092 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5093 (ad-special-form-p): Remove, use special-form-p instead.
5094 (ad-set-advice-info): Use add-function and remove-function.
5095 (ad--defalias-fset): Adjust accordingly.
5096
5097 2012-11-10 Glenn Morris <rgm@gnu.org>
5098
5099 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5100 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5101 (report-emacs-bug-create-existing-bugs-buffer)
5102 (report-emacs-bug-parse-query-results)
5103 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5104
5105 * term.el (term-default-fg-color, term-default-bg-color):
5106 Make obsolete, rather than just saying "deprecated" in the doc.
5107
5108 * term.el (term): Rename from `term-face'.
5109 (term-current-face, ansi-term-color-vector)
5110 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5111 Update all users.
5112
5113 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5114
5115 * server.el (server-create-window-system-frame): Handle Nextstep
5116 specially (Bug#12780).
5117
5118 2012-11-10 Glenn Morris <rgm@gnu.org>
5119
5120 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5121 Unautoload, and make obsolete. (Bug#7449)
5122
5123 2012-11-10 Chong Yidong <cyd@gnu.org>
5124
5125 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5126 rename from diff-remove-trailing-whitespace (Bug#12831).
5127
5128 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5131 miscompilation of trace.el.
5132
5133 2012-11-10 Glenn Morris <rgm@gnu.org>
5134
5135 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5136
5137 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5140 (bug#12812).
5141
5142 2012-11-10 Chong Yidong <cyd@gnu.org>
5143
5144 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5145 a defcustom with an appropriate :set function.
5146 (minibuffer-default--in-prompt-regexps): New function.
5147
5148 2012-11-10 Glenn Morris <rgm@gnu.org>
5149
5150 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5151 (define-modify-macro): Doc fixes.
5152
5153 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5154 (gv-define-simple-setter): Update doc of `fix-return'.
5155
5156 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5159 twice when `fix-return' is set (bug#12813).
5160
5161 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5162 gv-define-simple-setter (bug#12812).
5163
5164 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5165 (bug#12756).
5166
5167 2012-11-10 Glenn Morris <rgm@gnu.org>
5168
5169 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5170
5171 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5172 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5173 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5174 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5175
5176 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5177
5178 2012-11-10 Leo Liu <sdl.web@gmail.com>
5179
5180 * ido.el (ido-set-matches-1): Improve flex matching performance by
5181 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5182
5183 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5186 (ad--defalias-fset): New function.
5187 (ad-safe-fset): Remove.
5188 (ad-make-freeze-definition): Use cl-letf*.
5189
5190 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * subr.el (dolist): Don't bind VAR in RESULT.
5193
5194 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5195 (fset, documentation): Don't save real def since we don't advise.
5196 (ad-do-advised-functions): Remove problematic `result-form'.
5197 (ad-safe-fset): `ad-real-fset' => `fset'.
5198 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5199 uses CL's dolist internally.
5200 (ad-arglist): Remove unused arg `name'.
5201 (ad-docstring, ad-make-advised-docstring):
5202 `ad-real-documentation' => `documentation'.
5203 (warning-suppress-types): Declare.
5204 (ad-set-arguments): Simple CSE.
5205 (ad-recover-normality): Sanity check.
5206
5207 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5208 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5209
5210 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
5211
5212 * ses.el: symbol to coordinate mapping is made by symbol property
5213 `ses-cell'. This means that the same mapping is done for all SES
5214 sheets. That is good enough for cells with standard A1 names, but
5215 not for named cell. So a hash map is added for the latter.
5216 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5217 (ses-sym-rowcol): Use hashmap for named cell.
5218 (ses-is-cell-sym-p): New defun.
5219 (ses-decode-cell-symbol): New defun.
5220 (ses-create-cell-variable): Add cell to hashmap when name is not
5221 A1-like.
5222 (ses-rename-cell): Check that cell new name is not already in
5223 spreadsheet with the use of ses-is-cell-sym-p
5224 (ses-rename-cell): Use hash map for named cells, but accept also
5225 renaming back to A1-like.
5226
5227 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * emacs-lisp/advice.el: Use new dynamic docstrings.
5230 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5231 Use dynamic-docstring-function instead of ad-advice-info.
5232 (ad--make-advised-docstring): New function extracted from
5233 ad-make-advised-docstring.
5234 (ad-make-advised-docstring): Use it.
5235 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5236 from sql-help.
5237 (sql-help): Use it with dynamic-docstring-function.
5238
5239 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5240
5241 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * files.el (hack-one-local-variable--obsolete): New function.
5244 (hack-one-local-variable): Use it for obsolete settings.
5245
5246 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5247 the new name.
5248
5249 * progmodes/js.el (js--filling-paragraph): New var.
5250 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5251 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5252 less sneaky.
5253
5254 2012-11-08 Julien Danjou <julien@danjou.info>
5255
5256 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5257 `auto-mode-alist' (Bug#12835).
5258
5259 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5262 (perl--prettify-symbols-alist): New const.
5263 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5264 New functions.
5265 (perl-font-lock-keywords-2): Use them.
5266 (perl-electric-noindent-p): New function.
5267 (perl-mode): Use it to set up electric-indent-mode.
5268 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5269 (perl-mode-map): Remove bindings for them.
5270 (perl-imenu-generic-expression, perl-outline-level):
5271 Match functions&packages in column>0.
5272
5273 * env.el (env--substitute-vars-regexp): New const.
5274 (substitute-env-vars): Use it. Add `only-defined' arg.
5275 * net/tramp.el (tramp-replace-environment-variables): Use it.
5276
5277 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5278 Byte-compile *before* eval in eval-and-compile.
5279 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5280 (byte-compile-file-form-autoload): Don't hide actual definition.
5281 (byte-compile-maybe-guarded): Accept `functionp' as well.
5282
5283 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5284
5285 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5286
5287 * notifications.el (notifications-get-server-information-method):
5288 New defconst.
5289 (notifications-get-capabilities): Fix docstring.
5290 (notifications-get-server-information): New defun.
5291
5292 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5293
5294 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5295 readability.
5296
5297 * textmodes/ispell.el: Experimental support for support debugging.
5298 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5299 buffer for ispell.
5300 (ispell-print-if-debug): New function to print stuff to
5301 `ispell-debug-buffer' if debugging is enabled.
5302 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5303 show some debugging info.
5304 (ispell-buffer-with-debug): New function that creates a debugging
5305 buffer and calls `ispell-buffer' with debugging enabled.
5306
5307 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5308 comment in autoconf mode. (Bug#12768)
5309
5310 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5311
5312 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5313 frame-first-window, frame-root-window, frame-selected-window,
5314 minibuffer-selected-window, minibuffer-window,
5315 window-absolute-pixel-edges, window-at, window-body-height,
5316 window-body-width, window-display-table, window-combination-limit,
5317 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5318 window-inside-edges, window-inside-pixel-edges, window-left-child,
5319 window-left-column, window-margins, window-next-buffers,
5320 window-next-sibling, window-new-normal, window-new-total,
5321 window-normal-size, window-parameter, window-parameters, window-parent,
5322 window-pixel-edges, window-point, window-prev-buffers,
5323 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5324 window-start, window-text-height, window-top-child, window-top-line,
5325 window-total-height, window-total-width and window-use-time to the list
5326 of functions without side-effects.
5327 (toplevel): Add window-valid-p to the list of error-free functions
5328 without side-effects.
5329
5330 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5331
5332 * textmodes/ispell.el (ispell-program-name):
5333 Update spellchecker parameters when customized.
5334
5335 2012-11-04 Glenn Morris <rgm@gnu.org>
5336
5337 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5338
5339 2012-11-04 Chong Yidong <cyd@gnu.org>
5340
5341 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5342 same-window-* variables.
5343
5344 2012-11-04 Juri Linkov <juri@jurta.org>
5345
5346 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5347 (isearch-describe-key, isearch-describe-mode): Use a display
5348 action instead of binding same-window-* variables (Bug#10040).
5349
5350 2012-11-03 Glenn Morris <rgm@gnu.org>
5351
5352 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5353 Rename handler properties back from cl-- to cl-. (Bug#12788)
5354
5355 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5356
5357 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5358
5359 * term/pc-win.el: Don't load term/internal from here.
5360
5361 * loadup.el: Load term/internal from here.
5362
5363 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5364
5365 * progmodes/python.el (inferior-python-mode): Fix hang in
5366 jit-lock (Bug#12645).
5367
5368 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5369
5370 * window.el (switch-to-visible-buffer)
5371 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5372
5373 2012-11-03 Glenn Morris <rgm@gnu.org>
5374
5375 * emacs-lisp/cl-lib.el (cl--random-time):
5376 Rename from cl-random-time. (Bug#12773)
5377 (cl--gensym-counter, cl--random-state): Update callers.
5378 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5379
5380 2012-11-03 Chong Yidong <cyd@gnu.org>
5381
5382 * cus-start.el: Make cursor-type customizable (Bug#11633).
5383
5384 2012-11-02 Glenn Morris <rgm@gnu.org>
5385
5386 * filecache.el: No need to load find-lisp when compiling.
5387 (find-lisp-find-files): Autoload it.
5388 (file-cache-add-directory-recursively): Don't require find-lisp.
5389
5390 * image.el (image-type-from-file-name): Trivial simplification.
5391
5392 * emacs-lisp/bytecomp.el (byte-compile-eval):
5393 Decouple "noruntime" and "cl-functions" warnings.
5394
5395 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5396
5397 * play/gomoku.el (gomoku-display-statistics): Update mode line
5398 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5399
5400 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5401
5402 * window.el (quit-restore-window): If the window has been
5403 created on an existing frame and ended up as the sole window on
5404 that frame, do not delete it (Bug#12764).
5405
5406 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5409 Rename from sh--inside-arithmetic-expression, handle more cases
5410 (bug#11263).
5411
5412 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5413 (sh-font-lock-open-heredoc): Use it (bug#12770).
5414
5415 2012-10-30 Glenn Morris <rgm@gnu.org>
5416
5417 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5418
5419 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5420
5421 2012-10-29 Chong Yidong <cyd@gnu.org>
5422
5423 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5424 function key is stored in a keyboard macro (Bug#4894).
5425
5426 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5427
5428 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5431 header comments".
5432 (diff-unified->context, diff-context->unified)
5433 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5434
5435 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5436
5437 * files.el (find-alternate-file): Only ask one question (bug#12487).
5438
5439 2012-10-29 Chong Yidong <cyd@gnu.org>
5440
5441 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5442 Suggested by Dan Nicolaescu (Bug#6326).
5443
5444 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5445
5446 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5447
5448 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5449
5450 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5451
5452 * face-remap.el (face-remap-add-relative): Handle the case where a
5453 face-remapping-alist entry is a cons cell (Bug#12762).
5454
5455 2012-10-29 Kevin Ryde <user42@zip.com.au>
5456
5457 * woman.el (woman-parse-numeric-value): Handle picas correctly
5458 (Bug#12639).
5459
5460 2012-10-29 Glenn Morris <rgm@gnu.org>
5461
5462 * emacs-lisp/cl.el (defsetf): Doc fix.
5463
5464 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5467 syntax to the matching opener, if any (bug#12547).
5468 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5469 matching open as a "case-(".
5470 (sh-smie-rc-grammar): Add a corresponding rule for it.
5471
5472 2012-10-28 Daniel Hackney <dan@haxney.org>
5473
5474 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5475 "PKGNAME-autoloads.el" in case we created it.
5476
5477 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5480 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5481 (completion--twq-all): Disable too-strict assertions.
5482
5483 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5484
5485 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5486
5487 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5488 text to match the real keybindings.
5489
5490 2012-10-27 Juri Linkov <juri@jurta.org>
5491
5492 * wdired.el (wdired-keep-marker-rename): New defcustom.
5493 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5494 (Bug#11795)
5495
5496 * dired.el (dired-keep-marker-rename): Add reference to
5497 `wdired-keep-marker-rename' in the docstring.
5498 Add default character value ?R to display initially in
5499 Customization UI instead of ?@.
5500
5501 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5502
5503 * window.el (display-buffer): In doc-string describe
5504 window-height and window-width alist entries.
5505
5506 * time.el (display-time-world): Restore fit-window-to-buffer
5507 behavior.
5508
5509 2012-10-27 Chong Yidong <cyd@gnu.org>
5510
5511 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5512
5513 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5514
5515 * minibuffer.el (completion-category-overrides): New completion
5516 category `bookmark' (bug#11131).
5517
5518 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5521 Silence bogus compiler warnings for ad-do-it.
5522
5523 * bookmark.el (bookmark-completing-read): Set the completion category
5524 to `bookmark' (bug#11131).
5525
5526 2012-10-26 Bastien <bzg@altern.org>
5527 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * face-remap.el: Use lexical-binding.
5530 (text-scale-adjust): Improve docstring. Use itself for the temporary
5531 overlay-map bindings, so as to repeat the "Use..." message each time.
5532
5533 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * emacs-lisp/macroexp.el (macroexp--expand-all):
5536 Obey byte-compile-warning-enabled-p (bug#12486).
5537
5538 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5539 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5540
5541 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5542
5543 * mouse.el (mouse-drag-line): Move last form into preceding when
5544 clause (Bug#12731).
5545
5546 * help.el (resize-temp-buffer-window): Fix doc-string.
5547
5548 2012-10-25 David Engster <deng@randomsample.de>
5549
5550 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5551 Remove. This feature is already integrated in imenu.
5552
5553 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5554 always loaded. Require `speedbar' unconditionally.
5555
5556 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5559
5560 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5561
5562 * net/ldap.el (ldap-search-internal): The official ldif format starts
5563 with a "version: 1" header (bug#12724).
5564
5565 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5566 (bug#12721).
5567
5568 2012-10-25 Glenn Morris <rgm@gnu.org>
5569
5570 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5571
5572 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * minibuffer.el (minibuffer-force-complete): Use one more marker
5575 for the temporary-overlay-map command (bug#12619).
5576
5577 2012-10-24 Chong Yidong <cyd@gnu.org>
5578
5579 * time.el (display-time-world-mode): Derive from special-mode.
5580 (display-time-world): Use display-buffer (Bug#12708).
5581 (display-time-world-mode-map): Variable deleted.
5582 (display-time-world-display): Wrap the final delete-char inside
5583 inhibit-read-only.
5584
5585 2012-10-24 Chong Yidong <cyd@gnu.org>
5586
5587 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5588 Doc fix.
5589
5590 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5591
5592 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5593
5594 * minibuffer.el (completion--all-sorted-completions-location): New var.
5595 (completion--cache-all-sorted-completions)
5596 (completion--flush-all-sorted-completions): Use it.
5597 (completion-in-region, completion-in-region--postch)
5598 (completion-at-point, completion-help-at-point): Use markers in
5599 completion-in-region--data (bug#12619).
5600
5601 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * progmodes/compile.el (compilation-start): Try to handle common
5604 quoting of `cd' argument (bug#12640).
5605
5606 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5607 (bug#12671).
5608
5609 2012-10-23 Glenn Morris <rgm@gnu.org>
5610
5611 * progmodes/gud.el (gud-menu-map):
5612 Check gdb-active-process is bound. (Bug#12358)
5613
5614 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * repeat.el (repeat): Set real-this-command (bug#12232).
5617
5618 * htmlfontify.el (hfy-post-html-hook):
5619 * filesets.el (filesets-cache-fill-content-hook):
5620 * arc-mode.el (archive-extract-hook):
5621 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5622 * net/rcirc.el (rcirc-sentinel-functions)
5623 (rcirc-receive-message-functions, rcirc-activity-functions)
5624 (rcirc-print-functions):
5625 * net/dbus.el (dbus-event-error-functions):
5626 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5627 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5628 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5629 * term/sun.el (sun-raw-prefix-hooks):
5630 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5631
5632 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5633
5634 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5635 Set `tramp-chunksize' to 1. This improves the performance.
5636 (tramp-smb-wait-for-output): Add timeout to
5637 `tramp-accept-process-output' calls.
5638
5639 2012-10-23 Chong Yidong <cyd@gnu.org>
5640
5641 * faces.el (font-list-limit): Define as an obsolete variable.
5642
5643 * startup.el (command-line):
5644 * cus-start.el: Don't refer to font-list-limit.
5645
5646 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5647
5648 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5649
5650 * subr.el (internal-temp-output-buffer-show): Rename from
5651 temp-output-buffer-show, since previously compiled files expect this name.
5652
5653 2012-10-23 Glenn Morris <rgm@gnu.org>
5654
5655 * image.el (image-type-from-file-name): If multiple types match,
5656 return the first one that is supported. (Bug#9045)
5657
5658 2012-10-22 Glenn Morris <rgm@gnu.org>
5659
5660 * image.el (imagemagick-enabled-types): Doc fix.
5661
5662 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5663
5664 * progmodes/which-func.el (which-func-current): The hash-table may have
5665 an explicit nil (bug#12338).
5666
5667 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * electric.el (electric-pair-delete-selection-self-insert-function):
5670 Rename to electric-pair-will-use-region, return a boolean.
5671 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5672
5673 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5674 (delete-selection-pre-hook): Use use-region-p.
5675 (delete-selection-self-insert-function): Remove.
5676 (self-insert-command): Obey self-insert-uses-region-functions.
5677 (self-insert-iso): Revert to previous setting, since we don't actually
5678 know what that command does.
5679 (delete-selection-self-insert-hooks): Remove.
5680
5681 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5682
5683 * delsel.el (delete-selection-helper): New function, extracted from
5684 delete-selection-pre-hook.
5685 (delete-selection-pre-hook): Use it.
5686 (delete-selection-self-insert-function): New function.
5687 (delete-selection-self-insert-hooks): New hook.
5688 (self-insert-command, self-insert-iso): Use it.
5689 * electric.el (electric-pair-syntax): New function, extracted from
5690 electric-pair-post-self-insert-function.
5691 (electric-pair-post-self-insert-function): Use it.
5692 (electric-pair-delete-selection-self-insert-function): New function.
5693 (electric-pair-mode): Require delsel and setup
5694 delete-selection-self-insert-hooks (bug#11520).
5695
5696 2012-10-20 Chong Yidong <cyd@gnu.org>
5697
5698 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5699 no changes to show (Bug#12586).
5700
5701 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5702 list explicitly (Bug#12571).
5703
5704 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5705
5706 * progmodes/flymake.el (flymake-create-temp-inplace):
5707 Use file-truename.
5708
5709 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5710
5711 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5712
5713 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5714
5715 * calc/calc-units.el (math-extract-units): Properly extract powers
5716 of units.
5717
5718 2012-10-20 Daniel Colascione <dancol@dancol.org>
5719
5720 * frame.el (make-frame): Set x-display-name as we used to in order
5721 to unbreak creating an X11 frame from an Emacs daemon started
5722 without a display.
5723
5724 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5727 the same completion-field (bug#12221).
5728
5729 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5730
5731 * emacs-lisp/debug.el (debug): Record height of debugger window
5732 also when debugger will be back (Bug#8789).
5733
5734 2012-10-18 Chong Yidong <cyd@gnu.org>
5735
5736 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5737 Convert to defcustom.
5738 (gdb-get-source-file): Don't bind pop-up-windows.
5739
5740 * progmodes/gud.el (gud-display-line): Don't specially re-use
5741 other frames for the gdb-mi case (Bug#12648).
5742
5743 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * emacs-lisp/advice.el: Clean up commentary a bit.
5746 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5747 (byte-code-function-p): Never redefine.
5748
5749 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5750
5751 2012-10-18 Glenn Morris <rgm@gnu.org>
5752
5753 * dired.el (dired-sort-toggle): Some ls implementations only allow
5754 a single option string. (Bug#12666)
5755
5756 * minibuffer.el (completion-cycle-threshold): Doc fix.
5757
5758 2012-10-17 Kenichi Handa <handa@gnu.org>
5759
5760 * international/mule.el (set-keyboard-coding-system):
5761 Recover input meta mode when the new coding system doesn not use 8-bit.
5762 Supply TERMINAL arg to set-input-meta-mode.
5763
5764 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5765
5766 * wdired.el (wdired-old-marks): New variable.
5767 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5768 (wdired-do-renames): Move point with renamed file and don't lose
5769 mark status (Bug#11795).
5770
5771 2012-10-16 Juri Linkov <juri@jurta.org>
5772
5773 * replace.el (query-replace-help): Mention multi-buffer replacement
5774 keys in the Help message. (Bug#12655)
5775
5776 2012-10-15 Chong Yidong <cyd@gnu.org>
5777
5778 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5779
5780 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5781
5782 * window.el (display-buffer): Doc fix.
5783
5784 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5785 Adjust the msft regexp to the output of Studio 2010, and move msft
5786 before edg-1. See the discussion on emacs-devel,
5787 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5788 for the details.
5789
5790 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5793 (oset): Move uses of object-class-fast macro after its definition.
5794
5795 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5796
5797 2012-10-13 Chong Yidong <cyd@gnu.org>
5798
5799 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5800 enabled, re-enable it (Bug#11963).
5801
5802 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5803
5804 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5805 non-nil, restore window configuration (Bug#12623).
5806
5807 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5808
5809 * help-fns.el (describe-variable, describe-function-1):
5810 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5811
5812 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5813
5814 2012-10-12 Glenn Morris <rgm@gnu.org>
5815
5816 * mail/rmailsum.el (rmail-header-summary):
5817 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5818
5819 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5820
5821 * progmodes/python.el (python-mode-map):
5822 Replace subtitute-key-definition with proper command remapping.
5823 (python-nav--up-list): Fix behavior for blocks on the same level.
5824
5825 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5828
5829 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5830 changes to the format of load-history.
5831
5832 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5833 completion-ignore-case in case that var is buffer-local (bug#12615).
5834
5835 2012-10-11 Kenichi Handa <handa@gnu.org>
5836
5837 * international/eucjp-ms.el: Re-generated.
5838
5839 2012-10-10 Kenichi Handa <handa@gnu.org>
5840
5841 * select.el (xselect--encode-string): If a coding is specified for
5842 selection, and that is compatible with COMPOUND_TEXT, use it.
5843
5844 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5845
5846 * window.el (switch-to-buffer-preserve-window-point): New option.
5847 (switch-to-buffer):
5848 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5849
5850 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5853 Don't document nil as a useful value (bug#12583).
5854
5855 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5856
5857 * net/tramp.el (tramp-debug-message):
5858 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5859 (with-tramp-progress-reporter): Rename from
5860 `tramp-with-progress-reporter'.
5861 (with-tramp-file-property, with-tramp-connection-property):
5862 Move from tramp-cache.el, rename from `with-file-property' and
5863 `with-connection-property', respectively.
5864
5865 * net/tramp-cache.el: Remove `with-file-property' and
5866 `with-connection-property'.
5867
5868 * net/tramp.el:
5869 * net/tramp-gvfs.el:
5870 * net/tramp-sh.el:
5871 * net/tramp-smb.el: Adapt callees.
5872
5873 * net/trampver.el: Update release number.
5874
5875 2012-10-09 Glenn Morris <rgm@gnu.org>
5876
5877 * w32-fns.el (set-message-beep):
5878 * term/w32-win.el (set-message-beep): Update declarations.
5879
5880 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5883 (mode-line-widen, mode-line-input-method-map)
5884 (mode-line-coding-system-map, mode-line-remote)
5885 (mode-line-unbury-buffer, mode-line-bury-buffer)
5886 (mode-line-next-buffer, mode-line-previous-buffer):
5887 Replace save-selected-window+select-window => with-selected-window.
5888
5889 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5890 * progmodes/cc-vars.el (bq-process): Remove, unused.
5891
5892 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5893
5894 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5895
5896 Implemented `backward-up-list'-like navigation.
5897 * progmodes/python.el (python-nav-up-list)
5898 (python-nav-backward-up-list): New functions.
5899 (python-mode-map): Define substitute key for backward-up-list to
5900 python-nav-backward-up-list.
5901
5902 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5903
5904 * progmodes/python.el (python-fill-paragraph): Rename from
5905 python-fill-paragraph-function. Fixed fill-paragraph for
5906 decorators (Bug#12605).
5907
5908 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5909
5910 * progmodes/python.el (python-shell-output-filter): Handle extra
5911 carriage return in OSX (Bug#12409).
5912
5913 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5914
5915 Fix shell handling of unbalanced quotes and parens in output.
5916 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5917 (python-syntax-propertize-function): Use it.
5918 (python-shell-output-syntax-table): New var.
5919 (inferior-python-mode): Prevent unbalanced parens/quotes from
5920 previous output mess with current input context.
5921
5922 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5923
5924 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5925 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5926
5927 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5928
5929 * ffap.el (ffap-replace-file-component): Support Tramp file name
5930 syntax, not only ange-ftp's one.
5931
5932 2012-10-08 Glenn Morris <rgm@gnu.org>
5933
5934 * cus-start.el (message-log-max): Set :version.
5935
5936 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5937
5938 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5939
5940 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5941 the minibuffer window (Bug#10851).
5942
5943 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5944
5945 Enhancements on forward-sexp movement.
5946 * progmodes/python.el (python-nav-beginning-of-statement)
5947 (python-nav-end-of-statement): Return point-marker.
5948 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5949 (python-info-current-symbol)
5950 (python-info-statement-starts-block-p): Rename from
5951 python-info-beginning-of-block-p.
5952 (python-info-statement-ends-block-p): Rename from
5953 python-info-end-of-block-p.
5954 (python-info-beginning-of-statement-p)
5955 (python-info-end-of-statement-p)
5956 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5957 New functions.
5958
5959 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5960
5961 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5962 frame-selected-windows.
5963
5964 2012-10-08 Daniel Colascione <dancol@dancol.org>
5965
5966 * battery.el (battery-status-function): Check for
5967 w32-battery-status itself, not system-time windows-nt.
5968
5969 * frame.el: Require cl-lib.
5970 (display-format-alist): New variable mapping frame types to
5971 functions that initialize them.
5972 (window-system-for-display): New function: interprets
5973 display-format-alist.
5974 (make-frame-on-display): Remove existing display-selection logic
5975 and just forward to make-frame, which will now DTRT.
5976 (make-frame): Restructure to use window-system-for-display to
5977 figure out how to create a frame on a given display.
5978 (display-mouse-p): Look for frame-type w32, not a particular
5979 system-type.
5980
5981 * loadup.el: Load w32 lisp code when we have the w32 feature.
5982
5983 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5984 system-type windows-nt.
5985
5986 * server.el (server-create-window-system-frame): Look for window
5987 type.
5988 (server-proces-filter): Only force a window system when windows-nt
5989 _and_ w32. Explain why.
5990
5991 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5992 of window systems we configure for the mode.
5993
5994 * startup.el (command-line): Mark window system is initialized
5995 after we've done it.
5996
5997 * common-win.el (x-select-text): Look for w32, not windows-nt.
5998
5999 * ns-win.el: Require cl-lib. Add ourselves to
6000 display-format-alist.
6001 (ns-initialize-window-system): Assert we're not initialized twice.
6002
6003 * w32-win.el: Enable lexical binding; require cl-lib; add
6004 ourselves to display-format-alist.
6005 (w32-handle-dropped-file): Convert incoming dropped files from
6006 Windows paths to Cygwin ones before passing them on to the rest of
6007 Emacs.
6008 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6009 (w32-initialize-window-system): Assert we're not initialized twice.
6010
6011 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6012 (x-initialize-window-system): Assert we're not initialized twice.
6013
6014 * w32-common-fns.el: New File.
6015 (w32-version, w32-using-nt, w32-get-clipboard-data)
6016 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6017 (w32-charset-info-alist, x-last-selected, text)
6018 (x-get-selection-value, x-selection-value): Move here.
6019
6020 * w32-fns.el: Require w32-common-fns.
6021 (w32-version, w32-using-nt, w32-get-clipboard-data)
6022 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6023 (w32-charset-info-alist, x-last-selected, text)
6024 (x-get-selection-value, x-selection-value): Move to
6025 w32-common-fns.
6026
6027 * w32-vars.el:
6028 (w32-allow-system-shell, w32-system-shells): Define only in
6029 non-cygwin case.
6030
6031 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6034 (read-passwd): Remove a few more potential sources of leaks.
6035
6036 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6037
6038 * progmodes/python.el (inferior-python-mode)
6039 (python-shell-make-comint): Fix initialization of local
6040 variables copied from parent buffer.
6041
6042 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6043
6044 * term/ns-win.el (ns-read-file-name): Update declaration to match
6045 nsfns.m.
6046 (ns-respond-to-change-font): Change fontsize separately so we are sure
6047 it is set when font is acted upon.
6048
6049 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6050
6051 Enhancements to indentation.
6052 * progmodes/python.el (python-indent-context): Give priority to
6053 inside-string context. Make comments indentation markers.
6054 (python-indent-region): Do not mess with strings, unless it's the
6055 enclosing set of quotes.
6056
6057 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * window.el (internal--before-save-selected-window)
6060 (internal--after-save-selected-window): New functions extracted from
6061 save-selected-window. Make sure we return the `alist' we construct.
6062 (save-selected-window): Use them.
6063
6064 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6065 Use with-selected-window.
6066
6067 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6068 forms that define macros (bug#12593).
6069
6070 2012-10-07 Kenichi Handa <handa@gnu.org>
6071
6072 * international/mule-conf.el (compound-text-with-extensions):
6073 Add :mime-charset property as x-ctext.
6074
6075 2012-10-07 Stefan Merten <smerten@oekonux.de>
6076
6077 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6078 (rst-indent-literal-normal, rst-indent-literal-minimized)
6079 (rst-indent-comment): Correct :version tag.
6080 (rst-official-cvs-rev): Correct version string.
6081
6082 2012-10-07 Glenn Morris <rgm@gnu.org>
6083
6084 * mail/rmailmm.el (rmail-mime-process-multipart):
6085 Do not confuse a multipart message with an epilogue
6086 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6087
6088 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6089
6090 Fix shell output retrieval and comint-prompt-regexp init.
6091 * progmodes/python.el (inferior-python-mode):
6092 (python-shell-make-comint): Fix initialization of
6093 comint-prompt-regexp from copied file local variables.
6094 (python-shell-fetched-lines): Remove var.
6095 (python-shell-output-filter-in-progress): Rename from
6096 python-shell-fetch-lines-in-progress.
6097 (python-shell-output-filter-buffer): Rename from
6098 python-shell-fetch-lines-string.
6099 (python-shell-fetch-lines-filter): Delete function.
6100 (python-shell-output-filter): New function.
6101 (python-shell-send-string-no-output): Use them.
6102
6103 2012-10-07 Glenn Morris <rgm@gnu.org>
6104
6105 * hi-lock.el (hi-lock-process-phrase):
6106 Try to make it less fragile. (Bug#7161)
6107
6108 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6109
6110 2012-10-06 Glenn Morris <rgm@gnu.org>
6111
6112 * ehelp.el (electric-help-mode): Use help-mode rather than
6113 non-existent mode `help'.
6114 (electric-help-map): Use button-buffer-map. (Bug#10917)
6115
6116 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6117 (reftex-create-bibtex-footer): Fix custom types.
6118
6119 * progmodes/sh-script.el (sh-indent-after-continuation):
6120 Add explicit :group.
6121
6122 * textmodes/rst.el (rst-preferred-decorations)
6123 (rst-shift-basic-offset): Clarify obsolescence versions.
6124
6125 * profiler.el (profiler): Add missing group :version tag.
6126 * avoid.el (mouse-avoidance-banish-position):
6127 * proced.el (proced-renice-command):
6128 * calc/calc.el (calc-ensure-consistent-units):
6129 * calendar/icalendar.el (icalendar-import-format-uid):
6130 * net/tramp.el (tramp-save-ad-hoc-proxies):
6131 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6132 * progmodes/flymake.el (flymake-error-bitmap)
6133 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6134 * progmodes/sh-script.el (sh-indent-after-continuation):
6135 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6136 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6137 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6138 (vhdl-array-index-record-field-in-sensitivity-list)
6139 (vhdl-indent-comment-like-next-code-line):
6140 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6141 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6142 (reftex-cite-key-separator, reftex-create-bibtex-header)
6143 (reftex-create-bibtex-footer):
6144 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6145 (rst-indent-literal-normal, rst-indent-literal-minimized)
6146 (rst-indent-comment): Add missing custom :version tags.
6147
6148 * calendar/timeclock.el (timeclock-modeline-display):
6149 Add missing obsolete alias for renamed user option.
6150
6151 * strokes.el (strokes-modeline-string):
6152 * emulation/crisp.el (crisp-mode-modeline-string):
6153 * eshell/esh-mode.el (eshell-status-in-modeline):
6154 Aliases to defcustoms must come before the defcustom.
6155
6156 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6157 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6158 (cal-tex-cursor-week-monday): Doc fixes.
6159 (cal-tex-cursor-week2-summary): Doc fix.
6160 Rename from cal-tex-cursor-week-at-a-glance.
6161
6162 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6163 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6164
6165 * calendar/calendar.el (calendar-mode-map):
6166 Add cal-tex-cursor-week2-summary.
6167
6168 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6169
6170 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6171
6172 * subr.el (read-passwd-map): New var.
6173 (read-passwd): Use `read-string' again.
6174 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6175
6176 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6177
6178 * register.el (append-to-register, prepend-to-register):
6179 Deactivate mark, as does `copy-to-register' (bug#12389).
6180
6181 2012-10-06 Chong Yidong <cyd@gnu.org>
6182
6183 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6184
6185 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6186
6187 * international/characters.el: Fix simple mistake ((car chars) ->
6188 elt), delete duplicated code.
6189
6190 2012-10-06 Glenn Morris <rgm@gnu.org>
6191
6192 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6193
6194 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6195
6196 * color.el (color-hsl-to-rgb): Fix incorrect results for
6197 small and large hue values. (Bug#12559)
6198
6199 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
6200
6201 Enhancements to docstring formatting when filling paragraphs.
6202 * progmodes/python.el (python-fill-docstring-style): Rename from
6203 python-fill-string-style. Added new style.
6204 (python-fill-string): Use new style. Better checks for
6205 docstrings.
6206
6207 2012-10-05 Glenn Morris <rgm@gnu.org>
6208
6209 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6210
6211 * color.el (color-name-to-rgb, color-rgb-to-hex)
6212 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6213 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6214 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6215 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6216
6217 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6218
6219 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6220
6221 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6222 to get the correct size across symlinks.
6223
6224 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6225
6226 2012-10-04 Juri Linkov <juri@jurta.org>
6227
6228 * replace.el (query-replace-interactive): Declare obsolete.
6229 (query-replace-read-from): Add the last incremental search string
6230 to the list of default values accessible via M-n.
6231 (map-query-replace-regexp): Use `read-regexp'.
6232 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6233 (map-query-replace-regexp, replace-string, replace-regexp):
6234 Fix docstrings to replace mentions of `query-replace-interactive'
6235 with alternatives. (Bug#12526)
6236
6237 2012-10-04 Juri Linkov <juri@jurta.org>
6238
6239 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6240 (dired-pop-to-buffer): Declare obsolete.
6241 (dired-mark-pop-up): Doc fix.
6242
6243 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
6244
6245 Allow user to set docstring style for fill-paragraph.
6246 * progmodes/python.el
6247 (python-fill-comment-function, python-fill-string-function)
6248 (python-fill-decorator-function, python-fill-paren-function):
6249 Remove :safe for defcustoms.
6250 (python-fill-string-style): New defcustom
6251 (python-fill-paragraph-function): Enhance context detection.
6252 (python-fill-string): Honor python-fill-string-style settings.
6253
6254 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6255
6256 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6257 after setting its buffer (Bug#10805).
6258
6259 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
6260
6261 Fix cornercase for string syntax.
6262 * progmodes/python.el (python-syntax-propertize-function):
6263 Simplify and enhance the regexp for unescaped quotes. Now it also
6264 matches quotes in weird situations like the single quote in
6265 "something\"'".
6266 (python-syntax-stringify): Simplify num-quotes detecting code.
6267
6268 2012-10-03 Glenn Morris <rgm@gnu.org>
6269
6270 * help-macro.el (three-step-help):
6271 Revert 2012-09-29 change. (Bug#12567)
6272
6273 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6274
6275 * menu-bar.el (kill-this-buffer): Don't do anything when
6276 `menu-frame' is not alive or visible (Bug#8184).
6277
6278 * emacs-lisp/debug.el (debug): When quitting the debugger window
6279 restore current buffer (Bug#12502).
6280
6281 2012-10-02 Chong Yidong <cyd@gnu.org>
6282
6283 * progmodes/hideif.el (hif-lookup, hif-defined):
6284 Handle semantic-c-takeover-hideif.
6285
6286 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6287
6288 Change sampling interval units from ms to ns.
6289 * profiler.el (profiler-sampling-interval): Change units
6290 from ms to ns, multiplying the default by 1000000 so that
6291 it remains 1 ms.
6292 (profiler-report-cpu-line-format): Give enough room for
6293 the maximum counters on 64-bit hosts.
6294 (profiler-report-render-calltree-1): Call them "CPU samples",
6295 not "Time (ms)", since they are not milliseconds now (and
6296 never really were).
6297
6298 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6299
6300 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6301 Fix querying BBDB for entries without a last name (Bug#11580).
6302
6303 2012-10-02 Chong Yidong <cyd@gnu.org>
6304
6305 * emacs-lisp/eieio.el: Restore Version header.
6306
6307 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * vc/diff-mode.el (diff--auto-refine-data): New var.
6310 (diff-hunk): Use it to delay refinement.
6311 (diff-mode): Remove overlays when we turn off font-lock.
6312
6313 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6314 (table-initialize-table-fixed-width-mode)
6315 (table-set-table-fixed-width-mode): Remove functions.
6316 (table-command-list): Move initialization into declaration.
6317 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6318 (table-with-cache-buffer): Use `declare'.
6319 (table-span-cell): Simplify via CSE.
6320 (table-fixed-width-mode): Use define-minor-mode.
6321 (table-call-interactively, table-funcall, table-apply): Remove.
6322 (table-function): New function, to replace them.
6323
6324 * bookmark.el (bookmark-search-pattern): Remove var.
6325 (bookmark-read-search-input): Remove function.
6326 (bookmark-bmenu-search): Reimplement using a minibuffer.
6327
6328 * faces.el (modeline): Remove obsolete face name.
6329
6330 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6331 and give a non-nil default value.
6332 (add-change-log-entry): Simplify accordingly.
6333
6334 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6335
6336 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6337 (vc-git-log-edit-toggle-amend): New function.
6338 (vc-git-log-edit-toggle-signoff): New function.
6339 (vc-git-log-edit-mode): New major mode.
6340 (vc-git-log-edit-mode-map): Keymap for it.
6341 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6342
6343 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6344 header names.
6345 (log-edit-toggle-header): New function.
6346 (log-edit-extract-headers): Accept function values in HEADERS alist.
6347
6348 2012-10-01 David Engster <deng@randomsample.de>
6349
6350 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6351 from symbol property and change message to be more consistent with
6352 Emacs proper.
6353 (eieio-describe-generic): Add filename for each implementation.
6354 Fix indices for generic and normal methods.
6355 (eieio-method-def, eieio-class-def): New buttons.
6356 (eieio-help-find-method-definition)
6357 (eieio-help-find-class-definition): New functions.
6358 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6359 class, constructor and method definitions.
6360
6361 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6362 information in symbol property.
6363 (scoped-class): Remove.
6364 (eieio-slot-name-index, call-next-method): Check if it is bound.
6365
6366 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6367
6368 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6369 (eieio-custom-mode): New major mode.
6370 (eieio-customize-object): Use it.
6371
6372 2012-10-01 Eric Ludlam <zappo@gnu.org>
6373
6374 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6375 specifying the expected class, and whether subclassing is allowed.
6376 (eieio-persistent-convert-list-to-object):
6377 (eieio-persistent-validate/fix-slot-value)
6378 (eieio-persistent-slot-type-is-class-p): New functions.
6379 (eieio-named::slot-missing): Doc fix.
6380
6381 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6382 Stop using unused publd variable.
6383
6384 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6385 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6386 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6387 (eieio-speedbar-handle-click): Do not specify a class for the
6388 method. Fixes method invocation order problems with EDE.
6389
6390 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6393 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6394
6395 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6396
6397 * bookmark.el (bookmark-version-control): Give tags in the
6398 :type choices (Bug#12309), and improve doc string.
6399 (bookmark-write-file): Bind `print-circle' to `t' to allow
6400 circular custom bookmark types. (Bug#12503)
6401
6402 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6403
6404 Revert the FOLLOW-SYMLINKS change for file-attributes.
6405 * files.el (remote-file-name-inhibit-cache, after-find-file):
6406 * time.el (display-time-file-nonempty-p): Undo last change.
6407
6408 * profiler.el (profiler-sampling-interval): Change default back to 1.
6409 See Stefan Monnier in
6410 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6411
6412 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6413
6414 Shell output catching a la gud-gdb.
6415 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6416 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6417 New Vars.
6418 (python-shell-fetch-lines-filter): New function.
6419 (python-shell-send-string-no-output): Use them.
6420
6421 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6422
6423 * profiler.el (profiler-sampling-interval): Rename from
6424 profiler-sample-interval.
6425 (profiler-sampling-interval): Default to 10.
6426 (profiler-find-profile): New command (was profiler-find-log).
6427 (profiler-find-profile-other-window): New command.
6428 (profiler-find-profile-other-frame): New command.
6429 (profiler-profile): Introduce API-level data structure.
6430
6431 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6432
6433 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6434 * files.el (remote-file-name-inhibit-cache):
6435 * time.el (display-time-file-nonempty-p): Use it.
6436 * files.el (after-find-file): Don't chase links before calling
6437 file-exists-p, as file-exists-p already does the right thing.
6438
6439 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6440
6441 Merge from standalone RefTeX repository.
6442
6443 The following ChangeLog entries are shortened versions of the
6444 original ones with file paths adapted. A not so strongly edited
6445 version of the original ChangeLog can be found in the commit log.
6446
6447 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6448 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6449 Correctly handle new value type returned by `reftex-citation'.
6450
6451 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6452 that entries with whitespace at various places are found.
6453 Doc fix. Include entries that are cross-referenced from cited entries.
6454 Include @String definitions in the resulting bib file. Add header
6455 and footer defined in `reftex-create-bibtex-header' and
6456 `reftex-create-bibtex-footer'.
6457 (reftex-do-citation): Make it possible again to insert
6458 non-existent entries. Save match data when asking for optional
6459 arguments. Return all keys, not just the first one.
6460 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6461 all citations in the same line.
6462 (reftex-parse-bibtex-entry): Accept additional optional argument
6463 `raw' and keep quotes or braces if it is non-nil. Match fields
6464 containing hyphens besides word constituents.
6465 (reftex-get-string-refs): New function.
6466 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6467 and ask if it should be reread in case it did.
6468 (reftex-pop-to-bibtex-entry)
6469 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6470 entries with spaces or tabs in front of arguments.
6471 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6472 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6473 Match entries containing numbers and symbol constituents.
6474 (reftex-do-citation, reftex-figure-out-cite-format):
6475 Use `reftex-cite-key-separator'.
6476
6477 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6478 (reftex-mouse-view-crossref): Explain why point is set.
6479
6480 * textmodes/reftex-global.el: Whitespace changes.
6481
6482 * textmodes/reftex-index.el: Move provide statement to end of
6483 file.
6484 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6485 (reftex-index-visit-phrases-buffer): Set marker when visiting
6486 buffer. This allows for returning from the phrases file to the
6487 file one was just editing instead of the file where the last
6488 phrases was added from.
6489 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6490 punctuation syntax as it usually is not used as string quote in
6491 TeX-related modes and may occur unmatched. The change also
6492 prevents fontification of quoted content.
6493 (reftex-index-phrases-mode): Use it.
6494
6495 * textmodes/reftex-parse.el (reftex-parse-from-file):
6496 Move backward one char if a `\' was matched after a section macro.
6497 (reftex-parse-from-file): Use beginning of match instead of end as
6498 bound.
6499
6500 * textmodes/reftex-ref.el: Adapt creation of
6501 `reftex-<package>-<macro>' functions to new structure of
6502 `reftex-ref-style-alist'.
6503 (reftex-reference): Use `reftex-ref-style-list' function.
6504 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6505 reference macro if `reftex-ref-macro-prompt' is non-nil.
6506 (reftex-reference): Pass refstyle to `reftex-format-special'.
6507 Determine reference macro by looking at
6508 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6509 Use only one special format function.
6510 (reftex-varioref-vref, reftex-fancyref-fref)
6511 (reftex-fancyref-Fref): Remove definitions. The functions are now
6512 generated from `reftex-ref-style-alist'.
6513 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6514 Remove.
6515 (reftex-format-special): New function.
6516
6517 * textmodes/reftex-sel.el
6518 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6519 of `reftex-ref-style-alist'. Remove code for testing macro type.
6520 (reftex-select-toggle-varioref)
6521 (reftex-select-toggle-fancyref): Remove.
6522 (reftex-select-cycle-ref-style-internal)
6523 (reftex-select-cycle-ref-style-forward)
6524 (reftex-select-cycle-ref-style-backward): New functions.
6525 (reftex-select-label-map): Use `v' and `V' for general cycling
6526 through reference styles. Add `p' for switching between number
6527 and page reference types.
6528
6529 * textmodes/reftex-toc.el (reftex-re-enlarge):
6530 Call `enlarge-window' only if there is something to do because in Emacs
6531 the horizontal version throws an error even if the parameter is 0.
6532
6533 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6534 (reftex-plug-into-AUCTeX): Doc fix.
6535 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6536 string. Adapt to new name.
6537 (reftex-ref-style-alist): Change structure so that it is not
6538 possible to use multiple different package names within a style.
6539 Remove the symbols for symbols for macro type distinction.
6540 Add characters for macro selection.
6541 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6542 (reftex-create-bibtex-footer): New variables.
6543 (reftex-format-ref-function): Mention third argument of special
6544 format function.
6545 (reftex-ref-style-alist, reftex-ref-style-default-list):
6546 New variables.
6547 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6548 to new implementation. Mark as obsolete. Add compatibility code
6549 for honoring the variable values in case they are set.
6550 (reftex-cite-format-builtin, reftex-bibliography-commands):
6551 Add support for ConTeXt.
6552 (reftex-format-ref-function, reftex-format-cite-function):
6553 Fix custom type.
6554 (reftex-cite-key-separator): New variable.
6555
6556 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6557 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6558 `reftex-syntax-table' because parens have to retain their paren
6559 syntax in order for parsing of BibTeX entries like @book(...) to
6560 work.
6561 (reftex-in-comment): Do not error out if `comment-start-skip' is
6562 not set. Deal correctly with escaped comment characters.
6563 (reftex-tie-multifile-symbols): Add doc string.
6564 Initialize `reftex-ref-style-list'.
6565 (reftex-untie-multifile-symbols): Add doc string.
6566 (reftex-add-index-macros): Doc fix.
6567 (reftex-ref-style-activate, reftex-ref-style-toggle)
6568 (reftex-ref-style-list): New functions.
6569 (reftex-mode-menu): Use them. Adapt to new structure of
6570 `reftex-ref-style-alist'.
6571 (reftex-select-with-char): Kill the RefTeX Select buffer when
6572 done.
6573 (reftex-remove-if): New function.
6574 (reftex-erase-all-selection-and-index-buffers)
6575 (reftex-mode-menu): Reference styles are now computed from
6576 `reftex-ref-style-alist'. Fix typo.
6577 (reftex-report-bug): New function.
6578 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6579 algorithms with O(n log n). Introduce optional argument SORT (not
6580 yet used).
6581
6582 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6583
6584 Enhancements for triple-quote string syntax.
6585 * progmodes/python.el (python-syntax-propertize-function):
6586 Match both quote cases in one regexp.
6587 (python-syntax-stringify): Handle matches properly.
6588
6589 2012-09-30 Juri Linkov <juri@jurta.org>
6590
6591 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6592 to nil around the call to `insert' to prevent
6593 directory time modification by lock_file. (Bug#2295)
6594 * tar-mode.el (tar-summarize-buffer): Idem.
6595
6596 2012-09-30 Juri Linkov <juri@jurta.org>
6597
6598 * facemenu.el (list-colors-sort): Add option "Luminance".
6599 (list-colors-sort-key): Implement it.
6600
6601 * vc/diff-mode.el (diff-refine-removed):
6602 * vc/ediff-init.el (ediff-fine-diff-A):
6603 * vc/smerge-mode.el (smerge-refined-removed):
6604 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6605
6606 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6607
6608 * term/ns-win.el (x-file-dialog): New function.
6609
6610 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6611
6612 * ido.el (ido-max-directory-size): Default to nil; the current
6613 default is small for POSIX systems, and impractical on Windows 7
6614 now that lstat returns directory sizes for NTFS.
6615
6616 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6617
6618 In buffer display functions handle window-height/window-width
6619 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6620 * window.el (window--display-buffer): New argument ALIST.
6621 Obey window-height and window-width alist entries.
6622 (window--try-to-split-window): New argument ALIST.
6623 Bind window-combination-limit to t when the window's size shall be
6624 changed and window-combination-limit equals `window-size'.
6625 (display-buffer-in-atom-window)
6626 (display-buffer-in-major-side-window)
6627 (display-buffer-in-side-window, display-buffer-same-window)
6628 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6629 (display-buffer-pop-up-window, display-buffer-below-selected)
6630 (display-buffer-at-bottom, display-buffer-in-previous-window)
6631 (display-buffer-use-some-window): Adjust all callers of
6632 window--display-buffer and window--try-to-split-window.
6633 (fit-frame-to-buffer): New option.
6634 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6635 is non-nil.
6636 (display-buffer-in-major-side-window): Evaluate window-height /
6637 window-width alist entries.
6638
6639 * help.el (temp-buffer-resize-frames)
6640 (temp-buffer-resize-regexps): Remove options.
6641 (temp-buffer-resize-mode): Adjust doc-string.
6642 (resize-temp-buffer-window): Don't consult
6643 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6644 temp-buffer-resize-frames.
6645
6646 * dired.el (dired-mark-pop-up):
6647 Call display-buffer-below-selected with a fit-window-to-buffer alist
6648 entry.
6649
6650 2012-09-30 Chong Yidong <cyd@gnu.org>
6651
6652 * server.el (server-host): Document the security implications.
6653 (server-auth-key): Doc fix.
6654
6655 * startup.el (initial-buffer-choice): Doc fix.
6656
6657 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6658
6659 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6660 restriction change.
6661
6662 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6663
6664 * help-fns.el (help-fns--obsolete): Fix last change.
6665
6666 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6669 (minor-mode-map-alist): Remove redundant code.
6670
6671 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6672 visited in a buffer.
6673 (cvs-insert-visited-file): New function.
6674 (find-file-hook): Use it.
6675
6676 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6677
6678 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6679 chose face.
6680 (log-edit-empty-buffer-p): Don't require a space after a header.
6681
6682 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6683
6684 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6685
6686 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6687 a proper minor-mode.
6688
6689 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6690
6691 2012-09-29 Glenn Morris <rgm@gnu.org>
6692
6693 * winner.el (winner-mode): Remove variable (let define-minor-mode
6694 handle it).
6695 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6696 Doc fixes.
6697 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6698 (winner-mode): Use define-minor-mode.
6699
6700 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6701 the full definition in loaddefs, rather than duplicating it.
6702
6703 * help-macro.el (three-step-help): No need to autoload defcustom.
6704
6705 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6706 (inferior-lisp-program, inferior-lisp-load-command)
6707 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6708 No need to autoload defcustoms.
6709
6710 * hippie-exp.el (hippie-expand-try-functions-list)
6711 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6712 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6713 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6714 (hippie-expand-only-buffers): No need to autoload defcustoms.
6715 * progmodes/vhdl-mode.el (vhdl-line-expand):
6716 Explicitly load hippie-exp, so it does not get autoloaded
6717 while hippie-expand-try-functions-list is let-bound.
6718
6719 2012-09-28 Glenn Morris <rgm@gnu.org>
6720
6721 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6722
6723 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6724 Only "cl.el" counts as cl these days.
6725
6726 2012-09-28 Juri Linkov <juri@jurta.org>
6727
6728 Display archive errors in the echo area instead of inserting
6729 to the file buffer.
6730
6731 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6732 to STDERR-TEST that can be a regexp matching a successful output.
6733 Create a temporary file and redirect stderr to it. Search for
6734 STDERR-TEST in the stderr output and display it in the echo area
6735 if no match is found.
6736 (archive-extract-by-file): New function like
6737 `archive-extract-by-stdout' but extracting archives to files
6738 and looking for successful matches in stdout. Function body is
6739 mostly copied from `archive-rar-extract'.
6740 (archive-rar-extract): Use `archive-extract-by-file'.
6741 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6742
6743 2012-09-28 Leo Liu <sdl.web@gmail.com>
6744
6745 * pcomplete.el (pcomplete-show-completions):
6746 Use minibuffer-message to make pcomplete usable in minibuffer.
6747
6748 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6749
6750 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * type-break.el: Use lexical-binding.
6753 (type-break-mode): Use define-minor-mode.
6754
6755 * emacs-lisp/pcase.el (pcase--mark-used): New.
6756 (pcase--u1): Use it (bug#12512).
6757
6758 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6759 in load-history with the right file name.
6760
6761 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6762
6763 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6764 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6765 (doc-view-get-bounding-box): Make bounding box slicing work for
6766 ODF and DVI documents.
6767
6768 2012-09-28 Glenn Morris <rgm@gnu.org>
6769
6770 * type-break.el (type-break-mode, type-break-interval)
6771 (type-break-good-rest-interval, type-break-keystroke-threshold):
6772 No need to autoload.
6773 (type-break-good-rest-interval, type-break-keystroke-threshold):
6774 Add :set-after.
6775
6776 2012-09-28 Chong Yidong <cyd@gnu.org>
6777
6778 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6779 Add :version tag.
6780
6781 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6784
6785 2012-09-27 Glenn Morris <rgm@gnu.org>
6786
6787 * faces.el (x-display-name): Declare (for without-x builds).
6788
6789 * linum.el (linum-format): Don't autoload it. Improve :type.
6790
6791 * progmodes/tcl.el: Don't require outline when compiling.
6792 (outline-regexp, outline-level): Declare.
6793 * textmodes/sgml-mode.el: Don't require outline when compiling.
6794 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6795
6796 * term.el (term-ansi-reset):
6797 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6798
6799 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6800 files for RCS and SCCS. (Bug#9781)
6801
6802 2012-09-27 Chong Yidong <cyd@gnu.org>
6803
6804 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6805 change; value should be t.
6806
6807 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * image-mode.el: Use lexical-binding.
6810 (image-mode-winprops): Use t to stand for the window of
6811 a buffer that's not displayed.
6812 * doc-view.el (doc-view-new-window-function): Handle the new
6813 t in winprops.
6814 (doc-view-enlarge): Make it a real nop if the size is not changed.
6815 (doc-view-display): Handle the case where the buffer is not (yet?)
6816 displayed in any window.
6817 (doc-view-saved-settings): New var.
6818 (doc-view-mode): Use it.
6819 (doc-view-fallback-mode): Set it.
6820
6821 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6822 Set lexical-binding.
6823 (minibuffer-eldef-shorten-default): New var.
6824 (minibuffer-default-in-prompt-regexps): Use it for new default.
6825 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6826
6827 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6828
6829 * international/uni-bidi.el:
6830 * international/uni-category.el:
6831 * international/uni-name.el:
6832 * international/uni-numeric.el: Regenerate.
6833
6834 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6835 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * profiler.el: New file.
6838
6839 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6842 (testcover-reinstrument): Simplify with CSE.
6843
6844 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6845
6846 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6847
6848 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6849
6850 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6851 (verilog-auto-input, verilog-auto-insert-lisp)
6852 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6853 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6854 (verilog-auto-unused, verilog-auto-wire)
6855 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6856 newline. Reported by Andrew Jones.
6857 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6858 Reported by Brad Dobbie.
6859 (verilog-batch-delete-trailing-whitespace):
6860 Create verilog-batch-delete-trailing-whitespace.
6861 Reported by Brad Dobbie.
6862 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6863 parameters from another module. Reported by Dan Katz.
6864 (verilog-auto, verilog-auto-assign-modport)
6865 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6866 AUTOINOUTMODPORT for UVM interface module shell generation.
6867 Reported by Brad Dobbie.
6868 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6869 standard behavior.
6870 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6871 Reported by Matt Martin.
6872
6873 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6874
6875 * window.el (window--resize-child-windows): When resizing child
6876 windows proportionally, process them in reverse order to
6877 preserve the "when splitting a window the new one gets the odd
6878 line" behavior.
6879 (window--resize-root-window-vertically): When resizing the
6880 minibuffer window try to affect only windows at the bottom of the
6881 frame. (Bug#12419)
6882
6883 2012-09-25 Chong Yidong <cyd@gnu.org>
6884
6885 * subr.el (declare): Doc fix.
6886
6887 * help-fns.el (help-fns--obsolete): Handle macros properly.
6888
6889 2012-09-25 Chong Yidong <cyd@gnu.org>
6890
6891 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6892 this function obsolete.
6893
6894 * calendar/cal-x.el (calendar-two-frame-setup)
6895 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6896 * calendar/calendar.el (american-calendar, european-calendar)
6897 (calendar-for-loop):
6898 * comint.el (comint-dynamic-simple-complete)
6899 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6900 * desktop.el (desktop-load-default):
6901 * dired-x.el (dired-omit-here-always)
6902 (dired-hack-local-variables, dired-default-directory):
6903 * emacs-lisp/derived.el (derived-mode-class):
6904 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6905 * emacs-lock.el (toggle-emacs-lock):
6906 * epa.el (epa-display-verify-result):
6907 * epg.el (epg-sign-keys, epg-start-sign-keys)
6908 (epg-passphrase-callback-function):
6909 * eshell/esh-util.el (eshell-for):
6910 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6911 (eshell-add-to-window-buffer-names):
6912 * files.el (locate-file-completion):
6913 * imenu.el (imenu-example--create-c-index)
6914 (imenu-example--create-lisp-index)
6915 (imenu-example--lisp-extract-index-name)
6916 (imenu-example--name-and-position):
6917 * international/mule-cmds.el (princ-list):
6918 * international/mule-diag.el (decode-codepage-char):
6919 * international/mule-util.el (detect-coding-with-priority):
6920 * iswitchb.el (iswitchb-read-buffer):
6921 * mail/mailalias.el (mail-complete):
6922 * mail/sendmail.el (mail-sent-via):
6923 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6924 (mouse-major-mode-menu):
6925 * password-cache.el (password-read-and-add):
6926 * pcomplete.el (pcomplete-parse-comint-arguments):
6927 * progmodes/sh-script.el (sh-maybe-here-document):
6928 * replace.el (query-replace-regexp-eval):
6929 * savehist.el (savehist-load):
6930 * simple.el (choose-completion-delete-max-match):
6931 * term.el (term-dynamic-simple-complete):
6932 * vc/ediff-init.el (ediff-check-version):
6933 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6934 * vc/vc.el (vc-diff-switches-list):
6935 * view.el (view-return-to-alist-update): Likewise.
6936
6937 * subr.el (eval-next-after-load, makehash, insert-string)
6938 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6939 mark obsolete.
6940 (mode-line-inverse-video): Variable deleted.
6941
6942 * international/mule-util.el (string-to-sequence): Remove.
6943
6944 * calendar/calendar.el (calendar-version):
6945 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6946 (icalendar-convert-diary-to-ical):
6947 * cus-edit.el (custom-mode):
6948 * ansi-color.el (ansi-color-unfontify-region):
6949 * international/latin1-disp.el (latin1-char-displayable-p):
6950 * progmodes/cwarn.el (turn-on-cwarn-mode):
6951 * progmodes/which-func.el (which-func-update-1):
6952 Use define-obsolete-function-alias.
6953
6954 * net/newst-backend.el (newsticker-cache-filename):
6955 * net/newst-treeview.el (newsticker-groups-filename):
6956 Fix incorrect obsolescence declaration.
6957
6958 * allout.el (allout-passphrase-hint-string): Likewise.
6959 (allout-init): Use a declare form to mark obsolete.
6960
6961 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6962 this applies to functions.
6963
6964 * iswitchb.el (iswitchb-read-buffer): Move code of
6965 iswitchb-define-mode-map here, and delete that obsolete function.
6966
6967 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6968 font-lock-reference-face.
6969
6970 2012-09-25 Glenn Morris <rgm@gnu.org>
6971
6972 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6973 Doc fixes.
6974
6975 * eshell/em-term.el (eshell-term-name):
6976 Default to term-term-name. (Bug#12485)
6977
6978 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6979
6980 * progmodes/python.el (python-shell-send-buffer): Better handling
6981 of "if __name__ == '__main__':" conditionals when sending the buffer.
6982
6983 2012-09-24 Glenn Morris <rgm@gnu.org>
6984
6985 * eshell/esh-cmd.el (eshell-find-alias-function):
6986 Tighten up file-name regexp. (Bug#12499)
6987
6988 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6989
6990 Enhancements for triple-quote string syntax.
6991 * progmodes/python.el (python-quote-syntax): Remove.
6992 (python-syntax-propertize-function): New value.
6993 (python-syntax-count-quotes, python-syntax-stringify):
6994 New functions.
6995
6996 2012-09-24 Chong Yidong <cyd@gnu.org>
6997
6998 * mail/supercite.el (sc-version): Remove obsolete function.
6999 (sc-describe): Don't mark as obsolete, since it is bound.
7000 (sc-submit-bug-report): Remove.
7001
7002 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7003 (cvs-commit-buffer-require-final-newline): Remove.
7004 (log-edit-require-final-newline)
7005 (log-edit-changelog-full-paragraphs): Default to t.
7006
7007 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7008 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7009 * vc/vc.el (vc-checkout-carefully): Likewise.
7010
7011 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7012 (emerge-version): Remove.
7013
7014 * progmodes/compile.el (compile-internal): Remove.
7015 (compilation-parse-errors-function): Fix typo.
7016
7017 * international/mule.el (set-char-table-default): Remove.
7018 (set-coding-priority, make-coding-system, generic-char-p)
7019 (charset-list, charset-bytes, charset-id): Use declare to mark
7020 functions as obsolete.
7021
7022 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7023 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7024 * vc/vc-hooks.el (vc-default-registered): Don't use
7025 vc-master-templates.
7026
7027 * font-lock.el (font-lock-reference-face):
7028 Use define-obsolete-variable-alias.
7029
7030 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7031 * calendar/calendar.el (calendar-font-lock-keywords):
7032 * calendar/diary-lib.el (diary-font-lock-keywords)
7033 (diary-fancy-font-lock-keywords):
7034 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7035 * textmodes/reftex-index.el (reftex-insert-index):
7036 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7037 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7038 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7039 * progmodes/prolog.el (prolog-font-lock-keywords):
7040 * progmodes/idlwave.el (idlwave-idl-keywords):
7041 * progmodes/ada-mode.el (ada-font-lock-keywords):
7042 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7043
7044 2012-09-24 Glenn Morris <rgm@gnu.org>
7045
7046 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7047
7048 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
7049
7050 * progmodes/python.el (python-indent-line): More consistent cursor
7051 movement behavior.
7052
7053 2012-09-23 Stefan Merten <smerten@oekonux.de>
7054
7055 * textmodes/rst.el: Fix compiler warning.
7056
7057 2012-09-23 Roland Winkler <winkler@gnu.org>
7058
7059 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7060 Transcribe also LaTeX hyphenation.
7061 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7062 bibtex-reformat-previous-options.
7063
7064 2012-09-23 Roland Winkler <winkler@gnu.org>
7065
7066 * proced.el (proced-renice-command): New variable.
7067 (proced-marked-processes): New function.
7068 (proced-with-processes-buffer): New macro.
7069 (proced-send-signal): Use them.
7070 (proced-renice): New command bound to r.
7071
7072 2012-09-23 Roland Winkler <winkler@gnu.org>
7073
7074 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7075 ibuffer-saved-filter-groups has one element, shortcut the call of
7076 completing-read. (Bug#12331)
7077
7078 2012-09-23 Chong Yidong <cyd@gnu.org>
7079
7080 * bindings.el (mode-line-toggle-read-only):
7081 * bs.el (bs-toggle-readonly):
7082 * buff-menu.el (Buffer-menu-toggle-read-only):
7083 * dired.el (dired-toggle-read-only):
7084 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7085
7086 2012-09-23 Chong Yidong <cyd@gnu.org>
7087
7088 * image.el (image-type-available-p): Adapt to init-image-library
7089 argument changes.
7090
7091 2012-09-22 Juri Linkov <juri@jurta.org>
7092
7093 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7094 `dired-toggle-read-only'. (Bug#12462)
7095
7096 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7097
7098 * subr.el (temp-output-buffer-show): New function.
7099 (with-output-to-temp-buffer): Call temp-output-buffer-show
7100 instead of internal-temp-output-buffer-show.
7101
7102 2012-09-22 Chong Yidong <cyd@gnu.org>
7103
7104 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7105 (Bug#12462).
7106
7107 * repeat.el (repeat): Doc fix (Bug#12348).
7108
7109 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7110 (Bug#10909).
7111
7112 * simple.el (shell-command-on-region): Doc fix.
7113 (read-only-mode): Doc fix.
7114
7115 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7116
7117 * emacs-lisp/timer.el (run-with-idle-timer)
7118 (timer-activate-when-idle): Warn against reinvoking an idle timer
7119 from within its own timer action. (Bug#12447)
7120
7121 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7122
7123 * cus-start.el (window-combination-limit): Add new optional
7124 values.
7125 * window.el (temp-buffer-window-show)
7126 (window--try-to-split-window): Handle new values of
7127 window-combination-limit (Bug#1806).
7128 (split-window): Test window-combination-limit for t instead of
7129 non-nil.
7130 (display-buffer-at-bottom): New buffer display action function.
7131 * help.el (temp-buffer-resize-regexps): New option.
7132 (temp-buffer-resize-mode): Rewrite doc-string.
7133 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7134 Don't resize reused window. Suggested by Glenn Morris.
7135
7136 2012-09-22 Stefan Merten <smerten@oekonux.de>
7137
7138 * textmodes/rst.el: Revamp section title faces.
7139 (rst-official-version)
7140 (rst-package-emacs-version-alist): Sync with official version
7141 V1.4.0.
7142 (rst-faces-defaults, rst-set-level-default)
7143 (rst-level-face-max, rst-level-face-base-color)
7144 (rst-level-face-base-light, rst-level-face-format-light)
7145 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7146 (rst-adornment-faces-alist): Match new setup.
7147 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7148 (rst-level-5, rst-level-6): New faces.
7149
7150 2012-09-22 Chong Yidong <cyd@gnu.org>
7151
7152 * simple.el (undo): Handle indirect buffers (Bug#8207).
7153
7154 2012-09-21 Leo Liu <sdl.web@gmail.com>
7155
7156 IDO: Disable match re-ordering for buffer switching.
7157 * ido.el (ido-buffer-disable-smart-matches): New variable.
7158 (ido-set-matches-1): Use it. (Bug#2042)
7159
7160 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7161
7162 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7163 Fix 2011-05-17 change. (Bug#12418)
7164
7165 2012-09-21 Leo Liu <sdl.web@gmail.com>
7166
7167 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7168
7169 2012-09-21 Glenn Morris <rgm@gnu.org>
7170
7171 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7172 Be more robust about locating simple.el.
7173
7174 2012-09-21 Glenn Morris <rgm@gnu.org>
7175
7176 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7177
7178 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7179
7180 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7181
7182 2012-09-20 Juri Linkov <juri@jurta.org>
7183
7184 * replace.el (query-replace-read-from): Use `read-regexp' instead
7185 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7186 (occur-read-primary-args): Use `read-regexp' instead of
7187 `read-string'.
7188 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7189 `read-from-minibuffer'.
7190 * isearch.el (isearch-occur): Use `read-regexp' instead of
7191 `read-string'.
7192 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7193 `read-from-minibuffer'.
7194 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7195 of `read-string'. (Bug#7567)
7196
7197 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7198 and allow accepting a list of strings prepended to a list of
7199 standard default values. Doc fix. (Bug#12321)
7200
7201 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7202
7203 * replace.el (read-regexp): Don't add ": " when PROMPT already
7204 ends with a colon and space. (Bug#12321)
7205
7206 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7207
7208 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7209 error.
7210
7211 2012-09-20 Stefan Merten <smerten@oekonux.de>
7212
7213 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7214 Fixes feature request bug#11711.
7215 (rst-mode): Create `imenu-create-index-function'.
7216 (rst-get-stripped-line): Delete after refactoring.
7217 (rst-section-tree, rst-section-tree-rec)
7218 (rst-section-tree-point): Refactor and document properly.
7219 (rst-imenu-find-adornments-for-position)
7220 (rst-imenu-convert-cell, rst-imenu-create-index):
7221 New function.
7222
7223 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7226 (macroexp--expand-all): Use it.
7227 (macroexp--funcall-and-return): Remove by folding it into its sole
7228 caller (macroexp--warn-and-return).
7229 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7230 Use macroexp--obsolete-warning.
7231
7232 * calc/calc.el: Fix last change by removing the whole chunk, since it
7233 was only needed back when Calc was not bundled.
7234
7235 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7236
7237 * emacs-lisp/debug.el (debug): Restore assignment to
7238 debugger-old-buffer removed on 2012-09-08.
7239
7240 2012-09-20 Juri Linkov <juri@jurta.org>
7241
7242 * dired-aux.el (dired-diff): Remove (require 'diff) since
7243 `diff-latest-backup-file' is now autoloaded.
7244
7245 2012-09-20 Chong Yidong <cyd@gnu.org>
7246
7247 * vc/diff.el (diff-latest-backup-file): Autoload.
7248
7249 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7250
7251 * calc/calc.el: Remove redundant autoload shape check.
7252 (sel-mode): Don't defvar.
7253 (calc-get-stack-element): Add `sel-mode' arg instead.
7254 (calc-top, calc-top-list): Pass it this additional argument.
7255 * calc/calc-store.el (calc-store-map):
7256 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7257 (calc-map-equation, calc-outer-product, calc-inner-product):
7258 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7259
7260 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7261
7262 2012-09-19 Juri Linkov <juri@jurta.org>
7263
7264 * dired-aux.el (dired-diff): Add (require 'diff) because
7265 `diff-latest-backup-file' is not autoloaded.
7266 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7267 of `dired-get-filename' to t to not report error when there is
7268 no default file on the current line.
7269
7270 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7273 macroexp--eval-if-compile.
7274 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7275 (macroexp--expand-all): Use them (bug#12371).
7276
7277 * doc-view.el (doc-view-guess-paper-size)
7278 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7279
7280 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7281
7282 New feature: set optimal slice from BoundingBox information.
7283 * doc-view.el (doc-view-mode-map): Add keybinding.
7284 (doc-view-menu): Add menu entry.
7285 (doc-view-set-slice): Adapt docstring.
7286 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7287 (doc-view-scale-bounding-box)
7288 (doc-view-set-slice-from-bounding-box): New functions.
7289 (doc-view-paper-sizes): New defvar.
7290
7291 2012-09-19 Glenn Morris <rgm@gnu.org>
7292
7293 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7294 (byte-compile-log-warning): Autoload. (Bug#12371)
7295
7296 * calendar/calendar.el (calendar-american-month-header)
7297 (calendar-european-month-header, calendar-iso-month-header)
7298 (calendar-month-header): New options.
7299 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7300 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7301
7302 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7303
7304 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7305
7306 2012-09-18 Juri Linkov <juri@jurta.org>
7307
7308 * dired-aux.el (dired-diff): Restore original functionality of
7309 getting the default value, but keep new feature of using the
7310 latest existing backup file (`diff-latest-backup-file').
7311
7312 2012-09-18 Juri Linkov <juri@jurta.org>
7313
7314 * dired.el (dired-mark): If the region is active in Transient Mark
7315 mode, mark all files in the active region. Doc fix.
7316 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7317 Doc fix. (Bug#10624)
7318
7319 2012-09-18 Juri Linkov <juri@jurta.org>
7320
7321 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7322 attributes for M-n are pulled from the file at point.
7323 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7324 Suggested by Drew Adams. (Bug#10624)
7325
7326 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7327
7328 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7329 whitespace after "end".
7330 (ruby-do-end-to-brace): Collapse block to one line if it fits
7331 within fill-column.
7332
7333 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7334
7335 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7336 value.
7337 (debug): Don't remove debugger window when debugger is expected
7338 to be back.
7339
7340 2012-09-18 Chong Yidong <cyd@gnu.org>
7341
7342 * custom.el (defface): Doc fix.
7343
7344 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7345
7346 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7347
7348 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7349 to initialize query-on-exit; then test that instead (bug#12288).
7350
7351 2012-09-17 Stefan Merten <smerten@oekonux.de>
7352
7353 * textmodes/rst.el: Add support for `testcover'.
7354 (rst-defcustom-testcover, rst-testcover-add-compose)
7355 (rst-testcover-add-1value): New functions.
7356 (rst-portable-mark-active-p): Replace by `use-region-p'.
7357 (rst-update-section, rst-classify-adornment)
7358 (rst-find-title-line): Mark `1value' forms.
7359 (rst-classify-adornment): Remove superfluous form.
7360 (rst-update-section, rst-get-adornments-around)
7361 (rst-adornment-complete-p, rst-get-next-adornment)
7362 (rst-adjust, rst-promote-region)
7363 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7364 (rst-find-pfx-in-region, rst-section-tree-rec)
7365 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7366 (rst-toc-node, rst-toc, rst-forward-section)
7367 (rst-iterate-leftmost-paragraphs)
7368 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7369 (rst-bullet-list-region)
7370 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7371 (rst-compile-find-conf, rst-compile)
7372 (rst-repeat-last-character): Fix style.
7373
7374 2012-09-17 Chong Yidong <cyd@gnu.org>
7375
7376 * comint.el (comint--complete-file-name-data): Don't add a space
7377 if the status is `sole'; that adds a gratuitous space in the
7378 completion-cycling case (Bug#12092).
7379
7380 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7381
7382 2012-09-17 Richard Stallman <rms@gnu.org>
7383
7384 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7385 only in the mime-shown mode, not in raw mode.
7386 (rmail-mime): Toggle off mime by displaying the message without
7387 mime processing. (Bug#12305)
7388
7389 * mail/rmail.el (rmail-retry-failure):
7390 Turn off mime processing first. (Bug#12037)
7391
7392 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7393
7394 2012-09-17 Chong Yidong <cyd@gnu.org>
7395
7396 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7397 (shell-dynamic-complete-functions): Convert to defcustom.
7398 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7399
7400 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7401 * comint.el (comint-prompt-read-only):
7402 * custom.el (defcustom):
7403 * hi-lock.el (hi-lock-mode):
7404 * ibuffer.el (ibuffer-formats):
7405 * ielm.el (ielm-prompt-read-only):
7406 * novice.el (disable-command):
7407 * saveplace.el (toggle-save-place):
7408 * speedbar.el (speedbar-supported-extension-expressions):
7409 * startup.el (auto-save-list-file-prefix, init-file-user)
7410 (after-init-hook, inhibit-startup-echo-area-message):
7411 * strokes.el (strokes-help):
7412 * time-stamp.el (time-stamp):
7413 * calendar/calendar.el (calendar, diary-file):
7414 * calendar/diary-lib.el (diary-mail-entries, diary)
7415 (diary-list-entries-hook):
7416 * calendar/holidays.el (holidays, calendar-holidays):
7417 * calendar/lunar.el (lunar-phases):
7418 * calendar/solar.el (sunrise-sunset):
7419 * emulation/edt.el (edt-load-keys):
7420 * emulation/viper.el (viper-mode):
7421 * eshell/em-alias.el (eshell-command-aliases-list):
7422 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7423 * international/ogonek.el (ogonek-information):
7424 * net/tramp-cmds.el (tramp-bug):
7425 * net/quickurl.el (quickurl-reread-hook-postfix):
7426 * play/decipher.el (decipher-font-lock-keywords):
7427 * progmodes/cc-styles.el (c-set-style):
7428 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7429 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7430 * progmodes/octave-mod.el (octave-mode):
7431 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7432 * progmodes/verilog-mode.el (verilog-read-defines):
7433 * textmodes/two-column.el (2C-mode): Likewise.
7434
7435 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7436
7437 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7438 that holds many addresses.
7439
7440 2012-09-16 Chong Yidong <cyd@gnu.org>
7441
7442 * align.el (align-areas): Call the indication function with
7443 positions instead of markers for arguments (Bug#12343).
7444
7445 * files.el (parse-colon-path): Use split-string (Bug#12351).
7446
7447 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7448 (display-buffer-function): Mark as obsolete.
7449
7450 * progmodes/compile.el (compilation-parse-errors): Accept list
7451 values similar to font-lock-keywords (Bug#12136).
7452 Suggested by Oleksandr Manzyuk.
7453 (compilation-error-regexp-alist): Doc fix.
7454
7455 2012-09-15 Glenn Morris <rgm@gnu.org>
7456
7457 * version.el (emacs-bzr-version-bzr): New function.
7458 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7459
7460 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7461 checkouts, check the parent dirstate matches the branch.
7462 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7463 empty string.
7464
7465 * version.el (emacs-bzr-version): Doc fix.
7466 (emacs-bzr-version-dirstate): New function.
7467 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7468 is local try and check that it matches the branch. If not, just
7469 use dirstate information. (Bug#12441)
7470
7471 2012-09-14 Juri Linkov <juri@jurta.org>
7472
7473 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7474 (Bug#12399)
7475
7476 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7479
7480 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7481 Remove obsolete byte-compiler hack that tried to silence some warnings.
7482 (edebug-submit-bug-report): Remove.
7483 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7484 Remove aliases, use the un-prefixed name instead.
7485 (edebug-pop-to-buffer): Consider other frames.
7486 (edebug-original-read):: Make it more obvious that it's always defined.
7487 (edebug--make-form-data-entry, edebug--form-data-name)
7488 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7489 single-dashed name, and implement with cl-defstruct.
7490 (edebug-set-form-data-entry): Use the standard accessors.
7491 (edebug-make-top-form-data-entry): Use push.
7492 (edebug-no-match): Drop useless `funcall'.
7493 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7494 to functions.
7495 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7496 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7497 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7498 (easy-menu-define, with-custom-print): Remove redundant specs.
7499 (edebug-outside-overriding-local-map)
7500 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7501 (edebug--display): Bind unread-command-events directly to nil rather
7502 than binding it to unread-command-events and later setting it to nil.
7503 (edebug--display): Kill edebug-eval-buffer here...
7504 (edebug--recursive-edit): ...rather than here.
7505 Bind standard-output and standard-input.
7506 (edebug-eval): Check cl-macroexpand-all is fboundp.
7507 (edebug-temp-display-freq-count): Fix last change.
7508
7509 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7510 * subr.el (noreturn, 1value): Add `debug' spec.
7511 * emacs-lisp/advice.el: Require cl-lib.
7512 (ad-copy-tree): Remove, use copy-tree instead.
7513 (ad-dolist): Remove use dolist or cl-dolist instead.
7514 (ad-do-return): Remove, use cl-return instead.
7515 (defadvice): Add `debug' spec.
7516
7517 2012-09-13 Juri Linkov <juri@jurta.org>
7518
7519 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7520 (Bug#12399)
7521
7522 2012-09-13 Glenn Morris <rgm@gnu.org>
7523
7524 * calc/calc.el (math-compose-expr):
7525 * calc/calc-ext.el (math-compose-expr):
7526 * progmodes/cc-defs.el (cl-macroexpand-all):
7527 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7528 (cl-macroexpand-all): Update declarations.
7529
7530 * vc/vc.el: No need to require ediff.
7531 (ediff-load-version-control): Declare.
7532 (ediff-vc-internal): Fix declaration.
7533 (vc-version-ediff): Require ediff.
7534
7535 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7536
7537 Use a more backwards-compatible timer format (Bug#12430).
7538 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7539 being right after USECS, as that better supports old code that
7540 inadvisedly looked directly at the timer vector.
7541
7542 2012-09-13 Kenichi Handa <handa@gnu.org>
7543
7544 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7545 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7546 `coding-priority' property of these language environment.
7547
7548 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7549
7550 Fix glitches caused by addition of psec to timers (Bug#12430).
7551 * image.el (image-animate-timer):
7552 * time.el (display-time-world-timer):
7553 Use timer--function and timer--args rather than raw access to
7554 timer vector.
7555
7556 2012-09-13 Glenn Morris <rgm@gnu.org>
7557
7558 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7559 If not compiling a file, try using load-file-name.
7560
7561 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7564 Fix last change.
7565 (edebug-update-eval-list): Use `push'.
7566
7567 * emacs-lisp/edebug.el: Use lexical-binding.
7568 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7569 Mark unused args with underscore.
7570 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7571 (edebug-form-data): Use defvar-local.
7572 (edebug-make-before-and-after-form, edebug-make-after-form):
7573 Use backquote.
7574 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7575 Not dynamically scoped any more.
7576 (edebug--enter-trace): Add arguments `function' and `args'.
7577 Rename from edebug-enter-trace.
7578 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7579 (edebug--update-coverage): Add `after-index' and `value' args.
7580 Rename from edebug-update-coverage.
7581 (edebug-slow-after): Call it accordingly.
7582 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7583 edebug-recursive-edit.
7584 (edebug--display): Call it accordingly. Add args `value',
7585 `offset-index', and `arg-mode'. Rename from edebug-display.
7586 (edebug-debugger, edebug): Call it accordingly.
7587 (edebug-eval-display-list): Use dolist.
7588
7589 2012-09-12 Juri Linkov <juri@jurta.org>
7590
7591 * info.el (Info-search): Don't check for isearch-mode and
7592 isearch-regexp before let-binding search-spaces-regexp to
7593 Info-search-whitespace-regexp.
7594 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7595 search-whitespace-regexp if isearch-lax-whitespace or
7596 isearch-regexp-lax-whitespace is non-nil.
7597 (Info-mode): Don't set local variable search-whitespace-regexp.
7598 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7599
7600 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7603 (debugger-env-macro): Remove support for unread-command-char.
7604
7605 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7606 the temporary map re-appearing on emulation-mode-map-alists.
7607
7608 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7609 since 22.1.
7610
7611 * ehelp.el (with-electric-help): Accept functions in
7612 electric-help-form-to-execute.
7613 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7614 And replace unread-command-char -> unread-command-events.
7615
7616 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7617
7618 Sync with Tramp 2.2.6.
7619
7620 * net/tramp.el (tramp-accept-process-output): Don't use
7621 JUST-THIS-ONE in the XEmacs case.
7622
7623 * net/trampver.el: Update release number.
7624
7625 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7626
7627 * emacs-lisp/debug.el (debugger-previous-window-height):
7628 New variable.
7629 (debug): When debugger-jumping-flag is non-nil try to restore
7630 height of debugger window. (Bug#8789)
7631
7632 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7635 overriding-local-map and pre/post-command-hook here.
7636 (edebug-recursive-edit): Do it here instead (bug#12345).
7637 (edebug-outside-unread-command-char): Remove all uses of
7638 unread-command-char.
7639
7640 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7641 inhibit-debugger is bound instead.
7642
7643 2012-09-11 Bastien Guerry <bzg@gnu.org>
7644
7645 * subr.el (set-temporary-overlay-map): Add a docstring.
7646 (Bug#12346)
7647
7648 2012-09-11 Bastien Guerry <bzg@gnu.org>
7649
7650 * minibuffer.el (completion-table-subvert): Fix docstring.
7651 (Bug#12347)
7652
7653 2012-09-11 Bastien Guerry <bzg@gnu.org>
7654
7655 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7656
7657 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7658
7659 * progmodes/sql.el: Version 3.1
7660 (sql-db2-escape-newlines): New variable.
7661 (sql-escape-newlines-filter): Use it.
7662
7663 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7664
7665 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7666
7667 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7668
7669 * vc/diff-mode.el (diff-mode-menu):
7670 Bind diff-remove-trailing-whitespace.
7671
7672 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7675 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7676 (emacs-lisp-byte-code-mode): New functions.
7677 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7678 (eval-defun-2): Remove bogus interactive spec.
7679 (lisp-indent-line): Remove redundant whole-exp code, now done in
7680 indent-according-to-mode.
7681 (save-match-data): Remove redundant indent data.
7682
7683 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7684 Use `declare'.
7685
7686 2012-09-09 Juri Linkov <juri@jurta.org>
7687
7688 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7689 (replace-lax-whitespace, query-replace-regexp)
7690 (query-replace-regexp-eval, replace-regexp): Doc fix.
7691 (perform-replace, replace-highlight): Let-bind
7692 isearch-lax-whitespace to replace-lax-whitespace and
7693 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7694
7695 * isearch.el (isearch-query-replace): Let-bind
7696 replace-lax-whitespace to isearch-lax-whitespace and
7697 replace-regexp-lax-whitespace to
7698 isearch-regexp-lax-whitespace. (Bug#10885)
7699
7700 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7703
7704 2012-09-09 Alan Mackenzie <acm@muc.de>
7705
7706 * progmodes/cc-engine.el (c-state-cache-init):
7707 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7708 (c-record-parse-state-state):
7709 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7710
7711 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7712
7713 * register.el (register-separator): Rename from
7714 separator-register. All uses changed. Doc fix.
7715 (register): Fix version.
7716
7717 2012-09-09 Chong Yidong <cyd@gnu.org>
7718
7719 * replace.el (query-replace-map): Bind four new symbols for
7720 requesting window scrolling.
7721
7722 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7723 query-replace-map (Bug#8948).
7724
7725 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7726
7727 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7728 since they are now in query-replace-map.
7729
7730 * window.el (scroll-other-window-down): Make the arg optional.
7731
7732 2012-09-09 Chong Yidong <cyd@gnu.org>
7733
7734 * files.el (hack-local-variables-confirm): Use quit-window to kill
7735 the *Local Variables* buffer.
7736
7737 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7738
7739 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7740 not just expect to be at its beginning. Adjust callees.
7741 Succeed when do-end block has no space before the pipe character.
7742 (ruby-brace-to-do-end): When the original block is one-liner,
7743 convert to multiline. Reindent the result.
7744
7745 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7746
7747 * register.el (register): New group.
7748 (separator-register): New user option.
7749 (increment-register): Route it to `append-to-register', if
7750 register contains text. Implication is that `C-x r +' can now be
7751 used for appending to a text register (bug#12217).
7752 (append-to-register, prepend-to-register): Add separator based on
7753 `separator-register'.
7754
7755 2012-09-08 Alan Mackenzie <acm@muc.de>
7756
7757 AWK Mode: make auto-newline work when there's "==" in the pattern.
7758 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7759 correctly.
7760 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7761 Test more rigorously for "=" token.
7762
7763 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7764
7765 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7766 Only fail when reached LIMIT.
7767
7768 2012-09-08 Chong Yidong <cyd@gnu.org>
7769
7770 * dired.el (dired-mode-map): Don't bind M-=.
7771
7772 * dired-aux.el (dired-diff): Use backup file as default.
7773
7774 2012-09-08 Drew Adams <drew.adams@oracle.com>
7775
7776 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7777
7778 2012-09-08 Chong Yidong <cyd@gnu.org>
7779
7780 * subr.el (syntax-after, syntax-class): Doc fix.
7781
7782 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7783
7784 * window.el (display-buffer-in-previous-window): New buffer
7785 display action function.
7786
7787 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7788 (debugger-previous-window): New variable.
7789 (debug): Rewrite using display-buffer-in-previous-window,
7790 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7791
7792 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7795
7796 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7797
7798 * progmodes/python.el (python-shell-send-string):
7799 When default-directory is remote, create temp file on remote
7800 filesystem.
7801 (python-shell-send-file): When file is remote, pass local view of
7802 file paths to remote Python interpreter. (Bug#12340)
7803
7804 2012-09-07 Chong Yidong <cyd@gnu.org>
7805
7806 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7807
7808 * files.el (after-find-file): Don't fail on a read-only buffer if
7809 require-final-newline is `visit' or `visit-save' (Bug#11156).
7810
7811 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7812
7813 * userlock.el (ask-user-about-supersession-threat):
7814 Use read-char-choice (Bug#12093).
7815
7816 2012-09-07 Chong Yidong <cyd@gnu.org>
7817
7818 * subr.el (buffer-narrowed-p): New function.
7819
7820 * ses.el (ses-widen):
7821 * simple.el (count-words--buffer-message):
7822 * net/browse-url.el (browse-url-of-buffer): Use it.
7823
7824 * simple.el (count-words-region): Don't signal an error if there
7825 is a non-nil prefix arg and the mark is not set.
7826
7827 * help.el (describe-key-briefly): Allow the message to be seen
7828 when invoked from the minibuffer (Bug#7014).
7829
7830 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7831
7832 * progmodes/ruby-mode.el (ruby-end-of-defun)
7833 (ruby-beginning-of-defun): Simplify, allow indentation before
7834 block beginning and end keywords.
7835 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7836 (ruby-end-of-defun): Expect that the point is at the beginning of
7837 the defun.
7838
7839 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7842 (bug#12367).
7843 (cl--make-usage-args): Strip _ from argument names.
7844
7845 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7846
7847 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7848 obsolete alias speedbar-key-map.
7849 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7850 (vhdl-index-menu-init): Don't use obsolete variable
7851 font-lock-maximum-size.
7852
7853 2012-09-06 Chong Yidong <cyd@gnu.org>
7854
7855 * frame.el (window-system-version): Mark as obsolete.
7856
7857 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7858 of obsolete variable speedbar-key-map.
7859
7860 2012-09-06 Juri Linkov <juri@jurta.org>
7861
7862 * replace.el (replace-lax-whitespace): New defcustom.
7863 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7864 (replace-string, replace-regexp): Mention it in docstrings.
7865 (perform-replace, replace-highlight): Let-bind
7866 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7867 to the values of replace-lax-whitespace and regexp-flag.
7868 Don't let-bind search-whitespace-regexp. (Bug#10885)
7869
7870 * isearch.el (isearch-query-replace): Let-bind
7871 replace-lax-whitespace instead of let-binding
7872 replace-search-function and replace-re-search-function.
7873 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7874 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7875 (isearch-toggle-symbol): Set isearch-regexp to nil
7876 in isearch-word mode (like in isearch-toggle-word).
7877
7878 2012-09-06 Juri Linkov <juri@jurta.org>
7879
7880 * replace.el (replace-search-function)
7881 (replace-re-search-function): Set default values to nil.
7882 (perform-replace): Let-bind isearch-related variables based on
7883 replace-related values, call `isearch-search-fun' and let-bind
7884 the result to `search-function'. Remove code that sets
7885 `search-function' and `search-string' separately for
7886 `delimited-flag'.
7887 (replace-highlight): Add new argument `delimited-flag' and
7888 rename other arguments to the names used in `perform-replace'.
7889 Let-bind `isearch-word' to the argument `delimited-flag'.
7890 (Bug#10885, bug#10887)
7891
7892 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7893
7894 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7895 ruby-beginning-of-indent, simplify, allow all keywords to have
7896 indentation before them.
7897 (ruby-beginning-of-indent): Adjust for above. Search until the
7898 found point is not inside a string or comment.
7899 (ruby-font-lock-keywords): Allow symbols to start with "@"
7900 character, give them higher priority than variables.
7901 (ruby-syntax-propertize-function)
7902 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7903 matchers. Expression expansions are not comments when inside a
7904 string, and there comment syntax status is irrelevant.
7905 (ruby-match-expression-expansion): New function. Check that
7906 expression expansion is inside a string, and it's not escaped.
7907 (ruby-font-lock-keywords): Use it.
7908
7909 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7910
7911 * help.el (temp-buffer-max-height): New default value.
7912 (temp-buffer-resize-frames): New option.
7913 (resize-temp-buffer-window): Optionally resize frame.
7914
7915 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7916 (fit-frame-to-buffer): New function.
7917
7918 2012-09-05 Glenn Morris <rgm@gnu.org>
7919
7920 * emulation/cua-rect.el (cua--init-rectangles):
7921 * textmodes/picture.el (picture-mode-map):
7922 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7923 like forward-char and backward-char. (Bug#12317)
7924
7925 2012-09-05 Leo Liu <sdl.web@gmail.com>
7926
7927 * progmodes/flymake.el (flymake-warning-re): New variable.
7928 (flymake-parse-line): Use it.
7929
7930 2012-09-05 Glenn Morris <rgm@gnu.org>
7931
7932 * calendar/holidays.el (holiday-christian-holidays):
7933 Rename an entry. (Bug#12289)
7934
7935 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7938 (bug#12222).
7939
7940 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * loadup.el: Load macroexp. Remove hack.
7943 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7944 (macroexp--expand-all): Use it to get better warnings.
7945 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7946 (internal-macroexpand-for-load): New functions.
7947 (macroexp--pending-eager-loads): New var.
7948 (emacs-startup-hook): New hack to replace one in loadup.el.
7949 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7950 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7951 (cl-psetf): Simplify.
7952 (cl-defstruct): Add indent rule.
7953
7954 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7955
7956 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7957 over `user-mail-address' for the SMTP MAIL FROM envelope.
7958 (smtpmail-via-smtp): Ditto.
7959
7960 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7961
7962 * progmodes/ruby-mode.el: Clean up keybindings.
7963 (ruby-mode-map): Don't bind ruby-electric-brace,
7964 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7965 backward-kill-word, reindent-then-newline-and-indent.
7966 (ruby-mark-defun): Remove.
7967 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7968 (ruby-mode): Set local beginning-of-defun-function and
7969 end-of-defun-function values.
7970
7971 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7972
7973 * window.el (temp-buffer-window-setup-hook)
7974 (temp-buffer-window-show-hook): New hooks.
7975 (temp-buffer-window-setup, temp-buffer-window-show)
7976 (with-temp-buffer-window): New functions.
7977 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7978 (special-display-popup-frame): Make sure the window used shows BUFFER.
7979
7980 * help.el (temp-buffer-resize-mode): Fix doc-string.
7981 (resize-temp-buffer-window): New optional argument WINDOW.
7982
7983 * files.el (recover-file, save-buffers-kill-emacs):
7984 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7985
7986 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
7987
7988 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7989 remote definition of `default-directory', ensure we can connect.
7990
7991 2012-09-02 Juri Linkov <juri@jurta.org>
7992
7993 Toggle whitespace matching mode with M-s SPC.
7994 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7995
7996 * isearch.el (search-whitespace-regexp): Doc fix.
7997 Remove cons cell customization.
7998 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7999 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8000 New variables.
8001 (isearch-forward, isearch-forward-regexp): Doc fix.
8002 (isearch-toggle-lax-whitespace): New command.
8003 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8004 (re-search-forward-lax-whitespace)
8005 (re-search-backward-lax-whitespace): New functions.
8006 (isearch-whitespace-regexp): Remove function.
8007 (isearch-query-replace): Let-bind replace-search-function and
8008 replace-re-search-function.
8009 (isearch-occur): Let-bind search-spaces-regexp according to the
8010 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8011 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8012 condition for C-q SPC.
8013 (isearch-search-fun-default): Use new functions mentioned above.
8014 (isearch-search-forward, isearch-search-backward): Remove functions.
8015 (isearch-search): Don't let-bind search-spaces-regexp.
8016 (isearch-lazy-highlight-space-regexp): Remove variable.
8017 (isearch-lazy-highlight-lax-whitespace)
8018 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8019 (isearch-lazy-highlight-new-loop): Use them.
8020 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8021
8022 2012-09-02 Chong Yidong <cyd@gnu.org>
8023
8024 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8025
8026 2012-09-02 Glenn Morris <rgm@gnu.org>
8027
8028 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8029
8030 2012-09-01 Glenn Morris <rgm@gnu.org>
8031
8032 * term.el: Tidy up menu definitions.
8033 (term-mode-map): Use easymenu for In/Out, Complete menus.
8034 (term-pager-break-map): Initialize in the defvar.
8035 (term-terminal-menu, term-signals-menu): Define with easymenu.
8036 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8037 (term-pager-menu): New, extracted from term-process-pager.
8038 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8039 (term-update-mode-line): Propertize line/char and page items.
8040 (term-process-pager): Move keymap initialization elsewhere.
8041
8042 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8043
8044 * window.el (switch-to-prev-buffer): Handle additional values of
8045 BURY-OR-KILL argument. Don't switch in minibuffer window.
8046 (switch-to-next-buffer): Don't switch in minibuffer window.
8047 (quit-restore-window): New function based on quit-window.
8048 Handle additional values of former KILL argument.
8049 (quit-window): Call quit-restore-window with appropriate
8050 interpretation of KILL argument.
8051 (display-buffer-below-selected): New buffer display action
8052 function.
8053
8054 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8055
8056 * minibuffer.el (completion-at-point-functions): Complete docstring
8057 (bug#12254).
8058
8059 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8060
8061 Better seed support for (random).
8062 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8063 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8064 * play/mpuz.el, play/tetris.el, play/zone.el:
8065 * calc/calc-comb.el (math-init-random-base):
8066 * play/blackbox.el (bb-init-board):
8067 * play/life.el (life):
8068 * server.el (server-use-tcp):
8069 * type-break.el (type-break):
8070 Remove unnecessary call to (random t).
8071 * net/sasl.el (sasl-unique-id-function):
8072 Change (random t) to (random), now that the latter is more random.
8073 * play/life.el (life-initialized): Remove no-longer-needed var.
8074
8075 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8076
8077 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8078 Consider frame's buffer predicate when choosing the buffer.
8079 (Bug#12081)
8080
8081 2012-08-30 Richard Stallman <rms@gnu.org>
8082
8083 * simple.el (special-mode-map): Delete binding for `z'.
8084
8085 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8086
8087 * progmodes/compile.el (compilation-always-kill): Doc fix.
8088
8089 2012-08-30 Chong Yidong <cyd@gnu.org>
8090
8091 * window.el (display-buffer-reuse-frames): Make the obsolescence
8092 message more informative.
8093
8094 2012-08-30 Glenn Morris <rgm@gnu.org>
8095
8096 * paren.el (show-paren-delay):
8097 Add a :set function. Doc fix. (Bug#12297)
8098
8099 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8100
8101 * progmodes/compile.el (compilation-always-kill): New var.
8102 (compilation-start): Use it.
8103
8104 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8107 * files.el (read-only-mode): Move to simple.el.
8108
8109 * files.el (read-only-mode): New minor mode.
8110 (toggle-read-only): Use it and mark obsolete.
8111 (find-file--read-only):
8112 * vc/vc.el (vc-next-action, vc-checkout):
8113 * vc/vc-cvs.el (vc-cvs-checkout):
8114 * obsolete/vc-mcvs.el (vc-mcvs-update):
8115 * ffap.el (ffap--toggle-read-only): Update callers.
8116
8117 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8118
8119 * eshell/esh-ext.el (eshell-external-command): Do not examine
8120 remote shell scripts.
8121 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8122
8123 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8124 "/usr/local/sbin".
8125
8126 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8129
8130 2012-08-28 Leo Liu <sdl.web@gmail.com>
8131
8132 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8133 completion-at-point. (Bug#12220)
8134
8135 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8136
8137 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8138
8139 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8142 be buffer-local; add delete-trailing-whitespace (bug#12259).
8143
8144 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8145
8146 * progmodes/hideif.el (hif-compress-define-list):
8147 Fix typo. (Bug#11951)
8148
8149 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8150
8151 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8152 buffer local setting.
8153
8154 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8155 rcirc-encode-coding-system.
8156
8157 2012-08-28 Leo Liu <sdl.web@gmail.com>
8158
8159 * net/rcirc.el (rcirc-split-message): New function.
8160 (rcirc-send-message): Use it. (Bug#12051)
8161
8162 2012-08-28 Juri Linkov <juri@jurta.org>
8163
8164 * info.el (Info-fontify-node): Hide empty lines at the end of
8165 the node. (Bug#12272)
8166
8167 2012-08-27 Drew Adams <drew.adams@oracle.com>
8168
8169 * dired.el (dired-pop-to-buffer): Make window start at beginning
8170 of buffer (Bug#12281).
8171
8172 2012-08-26 Chong Yidong <cyd@gnu.org>
8173
8174 * window.el (special-display-regexps, special-display-frame-alist)
8175 (special-display-buffer-names, special-display-function)
8176 (display-buffer-reuse-frames): Mark as obsolete.
8177
8178 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8179
8180 * help.el (help-print-return-message): Don't treat
8181 display-buffer-reuse-frames specially.
8182
8183 2012-08-26 Chong Yidong <cyd@gnu.org>
8184
8185 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8186 New variable, replacing gdb-frame-parameters.
8187 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8188 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8189 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8190 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8191 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8192 the functions directly with gdb-display-buffer-other-frame-action.
8193 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8194 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8195 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8196 (gdb-display-registers-buffer): Define directly.
8197 (def-gdb-display-buffer): Macro deleted.
8198 (gdb-display-buffer): Remove second and third args, callers don't
8199 use them. Defer to the default display-buffer behavior, apart
8200 from making windows dedicated.
8201 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8202
8203 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8204
8205 * window.el (display-buffer-pop-up-frame): Handle a
8206 pop-up-frame-parameters alist entry.
8207 (display-buffer): Document it.
8208
8209 2012-08-26 Chong Yidong <cyd@gnu.org>
8210
8211 * isearch.el (search-whitespace-regexp): Make string and nil
8212 values apply to both ordinary and regexp search. Allow a cons
8213 cell value to distinguish between the two.
8214 (isearch-whitespace-regexp, isearch-search-forward)
8215 (isearch-search-backward): New functions.
8216 (isearch-occur, isearch-search-fun-default, isearch-search)
8217 (isearch-lazy-highlight-new-loop): Use them.
8218 (isearch-forward, isearch-forward-regexp): Doc fix.
8219
8220 2012-08-26 Chong Yidong <cyd@gnu.org>
8221
8222 * faces.el (help-argument-name): Always inherit from italic
8223 (Bug#12213).
8224
8225 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8226
8227 * window.el (window--even-window-heights): Even heights when
8228 WINDOW and the selected window form a vertical combination.
8229 (display-buffer-use-some-window): Provide that window used gets
8230 sized back by quit-window. (Bug#11880) and (Bug#12091)
8231
8232 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8233
8234 Fix file time stamp problem with bzr and CVS (Bug#12001).
8235 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8236 in the file's time stamp, since the version control system loses
8237 that information.
8238
8239 2012-08-22 Juri Linkov <juri@jurta.org>
8240
8241 * info.el (Info-fontify-node): Hide the suffix of the
8242 Info file name in the header line. (Bug#12187)
8243
8244 2012-08-22 Glenn Morris <rgm@gnu.org>
8245
8246 * calendar/cal-tex.el (cal-tex-weekly-common):
8247 Restore leading blank page.
8248
8249 2012-08-22 Le Wang <l26wang@gmail.com>
8250
8251 * misc.el (forward-to-word, backward-to-word): Activate or extend
8252 the region under `shift-select-mode'. (Bug#12231)
8253
8254 2012-08-22 Bastien Guerry <bzg@gnu.org>
8255
8256 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8257 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8258 gives details on why the space is never needed.
8259
8260 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8261
8262 * window.el (walk-window-tree, window-with-parameter):
8263 New optional argument MINIBUF to control whether these functions
8264 should run on the minibuffer window.
8265 (window-at-side-list): Don't operate on minibuffer window.
8266 (window-in-direction): Simplify and rewrite doc-string.
8267 (window--size-ignore): Rename to window--size-ignore-p.
8268 Update callers.
8269 (display-buffer-in-atom-window, window--major-non-side-window)
8270 (window--major-side-window, display-buffer-in-major-side-window)
8271 (delete-side-window, display-buffer-in-side-window):
8272 New functions.
8273 (window--side-check, window-deletable-p, delete-window)
8274 (delete-other-windows, split-window): Handle side windows and
8275 atomic windows appropriately.
8276 (window--display-buffer): Call display-buffer-record-window also
8277 when the window buffer did not change.
8278
8279 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8280
8281 * help-fns.el (help-fns--key-bindings):
8282 Abbreviate non-symbol remap targets. (Bug#12174)
8283
8284 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8285
8286 * dired.el (dired-mark-remembered): Don't clobber point.
8287 (Bug#11795)
8288
8289 2012-08-22 Glenn Morris <rgm@gnu.org>
8290
8291 * progmodes/bug-reference.el (bug-reference): New custom group.
8292 (bug-reference-bug-regexp): Make it a defcustom.
8293
8294 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8295
8296 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8297 (js-paren-indent-offset, js-square-indent-offset)
8298 (js-curly-indent-offset): Add :safe (Bug#12257).
8299
8300 2012-08-22 Edward O'Connor <hober0@gmail.com>
8301
8302 * json.el (json-key-format): Add error properties.
8303 (json-encode-key): New function.
8304 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8305 Use json-encode-key.
8306
8307 2012-08-22 Glenn Morris <rgm@gnu.org>
8308
8309 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8310 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8311 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8312 Update for above change.
8313
8314 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8315
8316 * cus-face.el (custom-face-attributes): Fix customize type for the
8317 :underline attribute. (Bug#11805)
8318
8319 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8320
8321 * window.el (window-point-1, set-window-point-1): Remove.
8322 (window-in-direction, record-window-buffer)
8323 (set-window-buffer-start-and-point, split-window-below)
8324 (window--state-get-1, display-buffer-record-window):
8325 Replace calls to window-point-1 and set-window-point-1 by calls to
8326 window-point and set-window-point respectively.
8327
8328 2012-08-21 Glenn Morris <rgm@gnu.org>
8329
8330 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8331 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8332 Use it.
8333
8334 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8335 (cal-tex-shortday): New function.
8336 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8337 (cal-tex-cursor-filofax-daily): Use the above.
8338
8339 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8340 New functions.
8341 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8342 (cal-tex-cursor-filofax-week): Use them.
8343
8344 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8345 New constants.
8346 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8347 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8348
8349 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8350 (cal-tex-end-document): Don't rely on buffer name.
8351
8352 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8353 Use cal-tex-vspace.
8354 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8355 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8356 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8357 Use cal-tex-arg.
8358
8359 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8360 (cal-tex-cursor-week, cal-tex-cursor-week2)
8361 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8362 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8363 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8364 (cal-tex-insert-preamble, cal-tex-b-document)
8365 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8366 Improve cal-tex-cmd usage.
8367
8368 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8369 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8370 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8371 (cal-tex-weekly-paper): New function.
8372 (cal-tex-cursor-week, cal-tex-cursor-week2)
8373 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8374 (cal-tex-cursor-day): Use it.
8375
8376 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8377 (cal-tex-cursor-filofax-week): Remove leading blank page.
8378
8379 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8380 Add autoload cookie. For now at least, don't use color, since
8381 no other cal-tex function does.
8382
8383 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8384 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8385 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8386
8387 2012-08-21 Juri Linkov <juri@jurta.org>
8388
8389 * info.el (Info-file-attributes): New variable.
8390 (info-insert-file-contents): Add file attributes to
8391 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8392 `Info-toc-nodes' when previous modtime of the Info file is less
8393 than new modtime.
8394 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8395 of info.el. (Bug#12230)
8396
8397 2012-08-20 Glenn Morris <rgm@gnu.org>
8398
8399 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8400 * calendar/holidays.el (calendar-holiday-list):
8401 Report errors with display-warning rather than beep'n'sleep.
8402
8403 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8404
8405 * net/tramp.el (tramp-accept-process-output): Accept only output
8406 from PROC. Otherwise, process filters and sentinels might be
8407 confused. (Bug#12145)
8408
8409 2012-08-20 Chong Yidong <cyd@gnu.org>
8410
8411 * descr-text.el (describe-text-properties-1): Use overlays-in to
8412 report on empty overlays (Bug#3322).
8413
8414 2012-08-20 Glenn Morris <rgm@gnu.org>
8415
8416 * mail/rmailout.el (rmail-output-read-file-name):
8417 Trap and report errors in rmail-output-file-alist elements.
8418
8419 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8420 since most non-font-lock faces are not also variables).
8421
8422 2012-08-20 Edward Reingold <reingold@iit.edu>
8423
8424 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8425 New function. (Bug12160)
8426
8427 2012-08-19 Glenn Morris <rgm@gnu.org>
8428
8429 * mail/rmailout.el (rmail-output-read-file-name):
8430 Fix previous change (when the alist is nil or does not match).
8431
8432 2012-08-19 Chong Yidong <cyd@gnu.org>
8433
8434 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8435 (Bug#12228).
8436
8437 2012-08-18 Chong Yidong <cyd@gnu.org>
8438
8439 * simple.el (yank-handled-properties): New defcustom.
8440 (yank-excluded-properties): Add font-lock-face and category.
8441 (yank): Doc fix.
8442
8443 * subr.el (remove-yank-excluded-properties):
8444 Obey yank-handled-properties. The special handling of font-lock-face
8445 and category is now done this way, instead of being hard-coded.
8446 (insert-for-yank-1): Remove font-lock-face handling.
8447 (yank-handle-font-lock-face-property)
8448 (yank-handle-category-property): New function.
8449
8450 2012-08-17 Glenn Morris <rgm@gnu.org>
8451
8452 * mail/rmailout.el (rmail-output-read-file-name):
8453 Check rmail-output-file-alist against the full message body
8454 in the correct rmail buffer. (Bug#12214)
8455
8456 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8457
8458 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8459 Eliminate superfluous prompt. (Bug#12203)
8460
8461 2012-08-17 Chong Yidong <cyd@gnu.org>
8462
8463 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8464 font spec, set the font directly (Bug#3228).
8465
8466 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8467
8468 * window.el (delete-window): Fix last fix.
8469
8470 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8471
8472 * window.el (window-valid-p): Move to window.c.
8473 (window-child, window-child-count, window-last-child)
8474 (window-normalize-window, window-combined-p)
8475 (window-combinations, window-atom-root, window-min-size)
8476 (window-sizable, window-sizable-p, window-size-fixed-p)
8477 (window-min-delta, window-max-delta, window--resizable)
8478 (window--resizable-p, window-resizable, window-total-size)
8479 (window-full-height-p, window-full-width-p, window-body-size)
8480 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8481 (minimize-window, window-deletable-p, delete-window)
8482 (delete-other-windows, set-window-buffer-start-and-point)
8483 (next-buffer, previous-buffer, split-window, balance-windows-2)
8484 (set-window-text-height, window-buffer-height)
8485 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8486 (truncated-partial-width-window-p): Minor code adjustments.
8487 In doc-strings state whether the argument window has to denote a
8488 live, valid or any window.
8489
8490 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8491
8492 * progmodes/subword.el (subword-forward-function)
8493 (subword-backward-function, subword-forward-regexp)
8494 (subword-backward-regexp): New variables.
8495 (subword-forward, subword-forward-internal, subword-backward-internal):
8496 Use new variables, eg so that different "word" definitions
8497 can be easily used. (Bug#11411)
8498
8499 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8502 for composite selectors.
8503 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8504 operation just because we can't find a previous revision.
8505
8506 2012-08-15 Chong Yidong <cyd@gnu.org>
8507
8508 * frame.el (set-frame-font): Accept font objects.
8509
8510 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8513
8514 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8515
8516 * man.el (Man-overstrike-face, Man-underline-face)
8517 (Man-reverse-face): Remove variables.
8518 (Man-overstrike, Man-underline, Man-reverse): New faces.
8519 (Man-fontify-manpage): Use them instead of the variables.
8520 (Man-cleanup-manpage): Comment change.
8521 (Man-ansi-color-map): New variable.
8522 (Man-fontify-manpage): Use it.
8523 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8524
8525 Implement ANSI SGR parameters 22-27 (bug#12146).
8526 * ansi-color.el (ansi-colors): Doc fix.
8527 (ansi-color-context, ansi-color-context-region): Doc fix.
8528 (ansi-color--find-face): New function.
8529 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8530 Rename the local variable `face' to `codes' since it is now a list of
8531 ansi codes. Doc fix.
8532 (ansi-color-get-face): Remove.
8533 (ansi-color-parse-sequence): New function, derived from
8534 ansi-color-get-face.
8535 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8536 codes 22-27.
8537
8538 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * subr.el (read-passwd): Allow use from a minibuffer.
8541
8542 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8543
8544 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8545 inside comments and strings as identifiers.
8546
8547 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8548 expression to evaluate. This allows to evaluate expressions with
8549 embedded whitespace.
8550 (gud-tooltip-tips): Add a blank before the newline in the
8551 message-box text, for the benefit of message-box emulation on
8552 MS-Windows.
8553
8554 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8555 messages from GDB, pop them up in a tooltip to give feedback to
8556 user.
8557 (gdb-tooltip-print-1): Quote the expression to evaluate.
8558 This allows to evaluate expressions with embedded whitespace.
8559 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8560 if the TTY name is nil or empty (which happens when communicating
8561 with the inferior via pipes, e.g. on MS-Windows).
8562 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8563 don't send that to the GUD buffer.
8564
8565 2012-08-14 Glenn Morris <rgm@gnu.org>
8566
8567 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8568 Optimize away setq-default with no args, as for setq. (Bug#12195)
8569
8570 2012-08-14 Chong Yidong <cyd@gnu.org>
8571
8572 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8573
8574 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8575 (Bug#12085).
8576
8577 2012-08-14 Glenn Morris <rgm@gnu.org>
8578
8579 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8580
8581 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8582
8583 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8584 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8585 Use cached shell name.
8586
8587 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8588
8589 * progmodes/python.el (python-shell-send-string):
8590 (python-shell-send-setup-code): Do not use `format' with `message'.
8591
8592 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8593
8594 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8595 (ruby-percent-literal-beg-re): New constant.
8596 (ruby-syntax-general-delimiters-goto-beg): Rename to
8597 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8598 (ruby-syntax-propertize-general-delimiters): Rename to
8599 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8600 popular term. Adjust comments everywhere.
8601 (ruby-syntax-propertize-percent-literal): Only propertize when not
8602 inside a simple string or comment. When the literal is unclosed,
8603 leave the text after it unpropertized.
8604 (ruby-syntax-methods-before-regexp): New constant.
8605 (ruby-syntax-propertize-function): Use it to recognize regexps.
8606 Don't look at the text after regexp, just use the whitelist.
8607
8608 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8609
8610 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8611 non-nil always load the compiled file if it exists. (Bug#12197)
8612
8613 2012-08-14 Chong Yidong <cyd@gnu.org>
8614
8615 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8616 (hi-lock-set-pattern): When deciding whether to use font lock or
8617 overlays, look at font-lock-mode instead of font-lock-fontified
8618 (Bug#12168).
8619 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8620 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8621
8622 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8623
8624 * subr.el (internal--after-with-selected-window): Fix typo
8625 (Bug#12193).
8626
8627 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8628
8629 Use `completion-table-dynamic' for completion functions.
8630 * progmodes/python.el
8631 (python-shell-completion--do-completion-at-point)
8632 (python-shell-completion--get-completions):
8633 Remove functions.
8634 (python-shell-completion-complete-at-point): New function.
8635 (python-completion-complete-at-point): Use it.
8636
8637 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8638
8639 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8640 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8641
8642 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * subr.el (function-get): Refine `autoload' arg so it can also
8645 autoload functions for gv.el (bug#12191).
8646 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8647 autoloads macros.
8648
8649 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8650 Prefer pcase-let over destructuring-bind.
8651 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8652 Also, remove whitespace as we go, rather than after accumulating the
8653 various places.
8654
8655 * subr.el (internal--before-with-selected-window)
8656 (internal--after-with-selected-window): Fix typo seleted->selected.
8657 (with-selected-window): Adjust callers.
8658 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8659
8660 2012-08-13 Bastien Guerry <bzg@gnu.org>
8661
8662 * window.el (special-display-popup-frame): Minor docstring
8663 enhancement. (Bug#12172)
8664
8665 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8666
8667 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8668 type 1-6.
8669 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8670 extended headers.
8671
8672 * files.el (hack-local-variables-filter): Remove useless eval.
8673
8674 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8675
8676 * subr.el (with-selected-window): Fix last change.
8677
8678 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8679
8680 * subr.el (internal--before-with-seleted-window)
8681 (internal--after-with-seleted-window): New functions.
8682 (with-selected-window): Use them, to replace dependency on
8683 tty-top-frame.
8684
8685 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8686
8687 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8688 binding for `newline'.
8689 (ruby-move-to-block): When moving backward, stop at block opening,
8690 not indentation.
8691 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8692 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8693 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8694 `ruby-toggle-block'.
8695
8696 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * ibuffer.el (ibuffer-do-toggle-read-only):
8699 * dired.el (dired-toggle-read-only):
8700 * buff-menu.el (Buffer-menu-toggle-read-only):
8701 * bindings.el (mode-line-toggle-read-only):
8702 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8703
8704 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8705
8706 * descr-text.el (describe-char): Put the overlays over the
8707 "displayed as" character.
8708
8709 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8710
8711 * calc/calc-units.el (math-default-units-table): Give an
8712 initial value.
8713 (math-put-default-units): Add options to put composite units and
8714 unit systems in the default units table.
8715 (calc-convert-units): Send composite units to
8716 `math-put-default-units' when appropriate.
8717
8718 2012-08-11 Glenn Morris <rgm@gnu.org>
8719
8720 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8721
8722 * tutorial.el (help-with-tutorial):
8723 * emacs-lisp/copyright.el (copyright-update-directory):
8724 * emacs-lisp/autoload.el (autoload-find-generated-file)
8725 (autoload-find-file): Disable local eval: (for insurance).
8726
8727 * files.el (hack-local-variables-filter): If an eval: form is not
8728 known to be safe, and enable-local-variables is :safe, then ignore
8729 the form totally, as is done for non-eval forms. (Bug#12155)
8730 This is CVE-2012-3479.
8731
8732 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8735 (rx-form): Simplify.
8736
8737 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8738
8739 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8740 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8741 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8742 (ruby-syntax-propertize-function): Adjust for changes in
8743 `ruby-syntax-propertize-heredoc'.
8744
8745 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8746
8747 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8748 binding (use `M-;' instead).
8749 (ruby-singleton-class-p): New function.
8750 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8751
8752 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8753
8754 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8755
8756 2012-08-10 Chong Yidong <cyd@gnu.org>
8757
8758 * progmodes/python.el (python-shell-get-process-name): Don't mess
8759 with same-window-buffer-names.
8760
8761 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8762 (eshell-remove-from-window-buffer-names): Make obsolete.
8763 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8764 (eshell): Just use pop-to-buffer-same-window instead.
8765
8766 2012-08-10 Chong Yidong <cyd@gnu.org>
8767
8768 * bindings.el: Bind M-= back to count-words-region.
8769
8770 * simple.el (count-words-region): Accept a prefix arg for acting
8771 on the entire buffer.
8772 (count-words--buffer-message): New helper function.
8773
8774 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8777 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8778 (event-start, event-end): Use posn-at-point to return a more
8779 informative posn.
8780 (posnp): New function.
8781 * mouse.el (popup-menu-normalize-position): Use it.
8782
8783 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8784
8785 * mouse.el (popup-menu-normalize-position): New function.
8786 (popup-menu): Use `popup-menu-normalize-position' to normalize
8787 the form for POSITION argument.
8788
8789 * term/x-win.el (x-menu-bar-open):
8790 Use the value returend from (posn-at-point) as position
8791 passed to `popup-menu'.
8792
8793 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8794
8795 * calc/calccomp.el (math-compose-expr): Add extra argument
8796 indicating that parentheses should be put around products in
8797 denominators. Give multiplication precedence over division during
8798 composition.
8799
8800 2012-08-09 Chong Yidong <cyd@gnu.org>
8801
8802 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8803 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8804 (Man-untabify-command, manual-program): Convert to defcustom
8805 (Bug#10429).
8806
8807 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8808
8809 * descr-text.el (describe-char): Don't insert extra newlines
8810 (Bug#10127).
8811
8812 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8813 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8814
8815 * align.el (align-region): Delete temporary markers (Bug#10047).
8816 Plus some code cleanups.
8817
8818 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8819
8820 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8821 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8822 (python-shell-internal-last-output): Use make-local-variable
8823 instead of make-variable-buffer-local.
8824
8825 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8826
8827 * progmodes/python.el: Enhancements to forward-sexp.
8828 (python-nav-forward-sexp): Rename from
8829 python-nav-forward-sexp-function.
8830 (python-nav--forward-sexp, python-nav--backward-sexp):
8831 New functions.
8832
8833 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8834
8835 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8836 modes and simplification modes.
8837
8838 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * delsel.el (delete-selection-pre-hook): Don't propagate the
8841 file-supersession signals (bug#12161).
8842
8843 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8844
8845 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8846 (cl-map-extents): Add compatibility aliases (bug#12135).
8847
8848 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8849
8850 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8851 tests by `ignore-error'.
8852 (tramp-find-shell): Open also a new shell, when cache is already
8853 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8854
8855 2012-08-08 Juri Linkov <juri@jurta.org>
8856
8857 * bookmark.el: Add `defaults' property to the bookmark record.
8858 (bookmark-current-buffer): Doc fix.
8859 (bookmark-make-record): Add `defaults' property with default values
8860 to the bookmark record.
8861 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8862 with `bookmark-insert-current-bookmark'.
8863 (bookmark-set): Get `defaults' property from the bookmark record
8864 and use it in `read-from-minibuffer'.
8865 (bookmark-insert-current-bookmark): Remove function.
8866
8867 * info.el (Info-bookmark-make-record): Add `defaults' property
8868 with values of canonical Info node name, the current Info file
8869 name and the current Info node name. (Bug#12107)
8870
8871 2012-08-08 Juri Linkov <juri@jurta.org>
8872
8873 * files.el (basic-save-buffer): Use `buffer-name' as the default
8874 of `read-file-name' when buffer is not visiting a file (bug#12128).
8875
8876 2012-08-08 Juri Linkov <juri@jurta.org>
8877
8878 * info.el (Info-isearch-search): Doc fix.
8879 (Info-search): Change search-failed message from "initial node" to
8880 "end of node" (bug#12078).
8881 (Info-isearch-search): Change `isearch-string-state' to
8882 `isearch--state-string'.
8883
8884 2012-08-08 Glenn Morris <rgm@gnu.org>
8885
8886 * language/persian.el: Remove file.
8887 * language/misc-lang.el: Move unique part of persian.el here.
8888 * loadup.el: Remove language/persian.
8889
8890 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8891
8892 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8893
8894 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8895
8896 * progmodes/python.el: Fix defsubst warning.
8897 (python-syntax-context) Rename from python-info-ppss-context.
8898 (python-syntax-context-type): Rename from
8899 python-info-ppss-context-type.
8900 (python-syntax-comment-or-string-p): Rename from
8901 python-info-ppss-comment-or-string-p.
8902
8903 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8904
8905 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8906
8907 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8908
8909 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8910 a defcustom that is quoted with backquote.
8911
8912 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8913 Fix handling of interactive spec when the body uses return.
8914 (math-do-arg-check, math-define-function-body): Use backquote forms.
8915 * calc/calc-ext.el (math-defcache): Likewise.
8916 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8917 * allout.el (allout-new-exposure): Likewise.
8918 * calc/calcalg2.el (math-tracing-integral): Likewise.
8919 * info.el (Info-last-menu-item): Likewise.
8920 * emulation/vip.el (vip-loop): Likewise.
8921 * textmodes/artist.el (artist-funcall): Likewise.
8922 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8923 Construct menu-item directly.
8924
8925 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8926 Don't declare.
8927
8928 2012-08-07 Chong Yidong <cyd@gnu.org>
8929
8930 * simple.el (deactivate-mark): Preserve text properties when
8931 saving the primary selection (Bug#8384).
8932
8933 2012-08-07 Kevin Ryde <user42@zip.com.au>
8934
8935 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8936 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8937 and continue processing (Bug#12110).
8938
8939 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8942 syntax-propertize-function (bug#10095).
8943
8944 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8945
8946 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8947 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8948 describe-function-1.
8949 (describe-function-1): Use them. Move compiler macro after sig.
8950 (help-fns--compiler-macro): Use function-get. Assume we're already in
8951 standard-output. Adjust layout to new call order.
8952
8953 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8954 re-binding a symbol that has a symbol-macro (bug#12119).
8955
8956 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8957
8958 * language/persian.el: New file. (Bug#11812)
8959 * loadup.el: Add language/persian.el.
8960
8961 2012-08-06 Chong Yidong <cyd@gnu.org>
8962
8963 * window.el (window--maybe-raise-frame): New function.
8964 (window--display-buffer): Split off from here.
8965 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8966 (display-buffer-pop-up-window, display-buffer-use-some-window):
8967 Obey an inhibit-switch-frame action alist entry.
8968 (display-buffer): Update doc.
8969
8970 * replace.el (occur-after-change-function): Avoid losing focus by
8971 using the inhibit-switch-frame display parameter (Bug#12139).
8972
8973 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8974
8975 Make internal shell process buffer names start with space.
8976 * progmodes/python.el (python-shell-make-comint): Add optional
8977 argument INTERNAL.
8978 (run-python-internal): Use it.
8979 (python-shell-internal-get-or-create-process): Check for new
8980 internal buffer names.
8981
8982 2012-08-06 Glenn Morris <rgm@gnu.org>
8983
8984 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8985 Do less getting and setting of environment variables.
8986
8987 2012-08-05 Chong Yidong <cyd@gnu.org>
8988
8989 * proced.el (proced): Add substitution string to docstring to
8990 trigger autoloading of the proced library on C-h f (Bug#1768).
8991
8992 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8993 Don't show defvars which have no second argument (Bug#8638).
8994
8995 * imenu.el (imenu-generic-expression): Move documentation here
8996 from imenu--generic-function.
8997 (imenu--generic-function): Refer to imenu-generic-expression.
8998
8999 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
9000
9001 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9002 indentation declaration.
9003 (viper-loop): Add indentation declaration (Bug#7025).
9004
9005 2012-08-05 Chong Yidong <cyd@gnu.org>
9006
9007 * help-fns.el (describe-variable): Add hyperlink for
9008 directory-local variables files. Improve buffer-local and
9009 permanent-local reporting; suggested by MON KEY (Bug#6644).
9010
9011 * help-mode.el (help-dir-local-var-def): New button type.
9012
9013 * files.el (kill-buffer-hook): Provide a defvar.
9014
9015 2012-08-05 Glenn Morris <rgm@gnu.org>
9016
9017 * eshell/esh-ext.el (eshell/addpath):
9018 Also update eshell-path-env. (Bug#12013)
9019
9020 2012-08-05 Chong Yidong <cyd@gnu.org>
9021
9022 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9023
9024 * fringe.el (fringe-styles): Add docstring.
9025 (fringe--check-mode): New function.
9026 (set-fringe-mode, set-fringe-style): Use it.
9027 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9028
9029 * files.el (set-auto-mode): Fix invalid setq call.
9030
9031 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * isearch.el: Misc simplification; use defstruct.
9034 (isearch-mode-map): Dense maps now work like sparse ones.
9035 (isearch--state): New defstruct.
9036 (isearch-string-state, isearch-message-state, isearch-point-state)
9037 (isearch-success-state, isearch-forward-state)
9038 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9039 (isearch-wrapped-state, isearch-barrier-state)
9040 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9041 replaced by defstruct's accessors.
9042 (isearch--set-state): Rename from isearch-top-state and change
9043 calling convention.
9044 (isearch-push-state): Use new isearch--get-state.
9045 (isearch-toggle-word): Disable regexp when enabling word.
9046 (isearch-message-prefix): Remove unused arg _c-q-hack.
9047 (isearch-message-suffix): Remove unused arg _ellipsis.
9048
9049 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9050
9051 * simple.el (list-processes--refresh): For a server use :host or
9052 :local as the address.
9053 (list-processes): Doc fix.
9054
9055 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9056
9057 * lisp/mpc.el: Support password in host argument.
9058 (mpc--proc-connect): Parse and use new password element.
9059 Set mpc-proc variable instead of returning process.
9060 (mpc-proc): Adjust accordingly.
9061
9062 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9063
9064 * whitespace.el (whitespace-display-mappings): Use Unicode
9065 codepoints, instead of emacs-mule codepoints. See
9066 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9067 for the details.
9068
9069 * files.el (file-truename): Don't skip symlink-chasing part on
9070 windows-nt. Incorporate the resolution of 8+3 short aliases on
9071 Windows into the loop that recursively chases symlinks.
9072 Compare directory and its parent case-insensitively on MS-Windows and
9073 MS-DOS.
9074
9075 2012-08-03 Chong Yidong <cyd@gnu.org>
9076
9077 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9078
9079 * sort.el (sort-regexp-fields): Doc fix.
9080
9081 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9082
9083 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9084 labels regex position point at the expected place.
9085
9086 2012-08-03 MON KEY <monkey@sandpframing.com>
9087
9088 * net/imap.el (imap-interactive-login, imap-authenticate)
9089 (imap-mailbox-lsub, imap-mailbox-list)
9090 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9091 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9092 (imap-parse-response): Doc fix.
9093
9094 2012-08-03 João Távora <joaotavora@gmail.com>
9095
9096 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9097 if sexp scanning does not move point (Bug#5734).
9098
9099 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9100
9101 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9102 Add listings, minted, and ctable packages.
9103 (reftex-label-alist-builtin): Move listings, minted, and ctable
9104 entries before LaTeX.
9105 (reftex-label-alist): Docfix.
9106
9107 2012-08-02 Bastien Guerry <bzg@gnu.org>
9108
9109 * replace.el (occur): Fix docstring (bug#12122).
9110
9111 2012-08-02 Glenn Morris <rgm@gnu.org>
9112
9113 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9114
9115 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9116
9117 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9118 * international/mule-cmds.el: Create
9119 inactivate-current-input-method-function as an obsolete alias for
9120 deactivate-current-input-method-function. See Katsumi Yamaoka in
9121 <http://bugs.gnu.org/10150#46>.
9122
9123 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9124
9125 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9126 of nested `if's.
9127
9128 2012-08-01 Glenn Morris <rgm@gnu.org>
9129
9130 * progmodes/autoconf.el (autoconf-definition-regexp):
9131 Add AH_TEMPLATE, adjust submatch numbering.
9132 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9133 (autoconf-current-defun-function): Update for above change.
9134 (autoconf-current-defun-function): First skip to end of current word.
9135
9136 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9137
9138 * calendar/cal-html.el (cal-html-insert-agenda-days):
9139 Fix typo. (Bug#12018)
9140
9141 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9142
9143 Shell processes: enhancements to startup and CEDET compatibility.
9144 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9145 (python-shell-make-comint): accept-process-output at startup.
9146 (run-python-internal): Set inferior-python-mode-hook to nil.
9147 (python-shell-internal-get-or-create-process): call sit-for.
9148 (python-preoutput-result): Add obsolete alias.
9149 (python-shell-internal-send-string): Use it.
9150 (python-shell-send-setup-code): Remove call to
9151 accept-process-output.
9152
9153 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9154
9155 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9156 (Bug#12108)
9157
9158 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9159
9160 * calc-mode.el (calc-basic-simplification-mode): Rename from
9161 `calc-limited-simplification-mode'.
9162 (calc-alg-simplification-mode): New function.
9163 (calc-set-simplify-mode): Adjust message.
9164
9165 * calc.el (calc-set-mode-line): Adjust mode line display for
9166 basic simplification mode.
9167
9168 * calc-help.el (calc-m-prefix-help): Update help message.
9169
9170 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9171 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9172
9173 2012-07-31 Bastien Guerry <bzg@gnu.org>
9174
9175 * man.el (man): Fix comment. (bug#12101)
9176
9177 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9178
9179 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9180 Don't return a non-nil value when no suitable buffer was found.
9181
9182 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9183
9184 * progmodes/python.el (run-python-internal): Disable font lock for
9185 internal shells.
9186
9187 2012-07-30 Stefan Merten <smerten@oekonux.de>
9188
9189 * textmodes/rst.el: Silence `checkdoc-ispell'.
9190 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9191 (rst-official-version, rst-official-cvs-rev)
9192 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9193 (rst-mode-map): New key binding.
9194
9195 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9196
9197 Update .PHONY listings in makefiles.
9198 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9199 autoloads, update-subdirs, updates, bzr-update, update-authors,
9200 compile-onefile, compile-calc, backup-compiled-files,
9201 compile-after-backup, compile-one-process, mh-autoloads,
9202 bootstrap-clean, distclean, maintainer-clean.
9203
9204 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9205
9206 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9207 (calc-set-mode-line): Don't display "AlgSimp ".
9208
9209 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9210 (calc-lim-simplify-mode): New function.
9211 (calc-set-simplify-mode): Default to 'alg.
9212 (calc-default-simplify-mode): Make algebraic simplifications
9213 the default.
9214
9215 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9216 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9217
9218 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9219 indicate new simplification modes.
9220
9221 * calc/README: Mention new default simplification mode.
9222
9223 * calc/calc.el (math-normalize-error): New variable.
9224 (math-normalize): Set `math-normalize-error' to t
9225 when there's an error.
9226
9227 * calc/calc-alg.el (math-simplify): Don't simplify when
9228 `math-normalize' returns an error.
9229
9230 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9231
9232 * international/mule-cmds.el (set-locale-environment): Revert last
9233 change, since display-graphic-p returns nil when this function is
9234 called during startup. Instead...
9235
9236 * term/w32console.el (terminal-init-w32console): ...setup the
9237 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9238
9239 2012-07-29 Juri Linkov <juri@jurta.org>
9240
9241 * simple.el (goto-line): Don't display default line number in the
9242 prompt because it should be displayed by `read-number' (bug#9952).
9243 Add the current line number to the defaults of `goto-line' to
9244 allow its easier modification by users with `M-n' (bug#9201).
9245
9246 * subr.el (read-number): Support multiple default values like in
9247 other minibuffer reading functions. Replace `read' with
9248 `string-to-number' for consistency with `number-to-string'.
9249
9250 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9251
9252 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9253 * emulation/viper-init.el (viper-deactivate-input-method-action):
9254 Rename from viper-inactivate-input-method-action.
9255 (viper-deactivate-input-method):
9256 Rename from viper-inactivate-input-method.
9257 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9258 * international/mule-cmds.el (deactivate-input-method):
9259 Rename from inactivate-input-method.
9260 Also run input-method-deactivate-hook.
9261 (deactivate-current-input-method-function):
9262 Rename from inactivate-current-input-method-function.
9263 (input-method-deactivate-hook): New hook.
9264 (input-method-inactivate-hook): Mark obsolete.
9265 (inactivate-input-method): Mark obsolete.
9266
9267 * international/quail.el (quail-activate):
9268 Also run quail-deactivate-hook.
9269 (quail-deactivate): Rename from quail-inactivate.
9270 * international/robin.el (robin-activate):
9271 Also run robin-deactivate-hook.
9272 (robin-deactivate): Rename from robin-inactivate.
9273
9274 2012-07-29 Chong Yidong <cyd@gnu.org>
9275
9276 * simple.el (indicate-copied-region): New function.
9277 (kill-ring-save): Split off from here.
9278
9279 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9280 (kill-rectangle): Set deactivate-mark to t on read-only error.
9281
9282 * register.el (copy-to-register, copy-rectangle-to-register):
9283 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9284 (append-to-register, prepend-to-register): Call indicate-copied-region.
9285
9286 2012-07-29 Juri Linkov <juri@jurta.org>
9287
9288 * simple.el (async-shell-command-buffer): New defcustom.
9289 (shell-command): Use it. (Bug#4719)
9290
9291 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9292
9293 * international/mule-cmds.el (set-locale-environment): In a
9294 console session on MS-Windows, set up keyboard and terminal
9295 encoding from the OEM codepage, not the ANSI codepage.
9296 (Bug#12055)
9297
9298 2012-07-28 Chong Yidong <cyd@gnu.org>
9299
9300 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9301 gdb-get-location.
9302
9303 2012-07-28 Leo Liu <sdl.web@gmail.com>
9304
9305 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9306 the alist (bug#12029).
9307
9308 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9309
9310 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9311 (compile-always, compile-first)
9312 ($(lisp)/calendar/cal-loaddefs.el)
9313 ($(lisp)/calendar/diary-loaddefs.el)
9314 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9315 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9316 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9317 instead of on update-subdirs.
9318 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9319
9320 2012-07-28 Chong Yidong <cyd@gnu.org>
9321
9322 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9323 directory if vc-deduce-backend returns nil (Bug#7350).
9324
9325 * simple.el (delete-trailing-lines): New option.
9326 (delete-trailing-whitespace): Obey it (Bug#11879).
9327
9328 2012-07-28 David Engster <deng@randomsample.de>
9329
9330 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9331 Explanation of new 'symbol-qnames feature in doc-strings.
9332 (xml-maybe-do-ns): Return expanded names as plain symbols if
9333 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9334 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9335
9336 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9337
9338 Consistent completion in inferior python with emacs -nw.
9339 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9340 binding in inferior-python-mode-map with "\t".
9341 (python-shell-completion-complete-at-point)
9342 (python-completion-complete-at-point): Remove interactive spec.
9343
9344 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9345
9346 * calc/calccomp.el (math-compose-expr): Undo previous change.
9347
9348 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9349
9350 * progmodes/python.el (python-mode-map): Add keybinding for
9351 run-python.
9352 (python-shell-make-comint): Fix pop-to-buffer call.
9353 (run-python): Autoload. New arg SHOW.
9354 (python-shell-get-or-create-process): Do not pop python process
9355 buffer.
9356
9357 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9358
9359 * notifications.el (notifications-on-action-signal)
9360 (notifications-on-closed-signal): Use also the bus address for the map.
9361 (notifications-notify, notifications-close-notification)
9362 (notifications-get-capabilities): Add optional argument BUS.
9363
9364 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9365
9366 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9367 Add support for the lstlisting and minted environments, and for the
9368 ctable macro.
9369 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9370 labels written in keyvals syntax.
9371
9372 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9373
9374 * calc/calccomp.el (math-compose-expr): Use parentheses when
9375 there is a product in the denominator of a fraction.
9376
9377 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9378
9379 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9380 ($(lisp)/calendar/diary-loaddefs.el)
9381 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9382 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9383 Fixes failures in parallel bootstrap because subdirs.el is being
9384 rewritten while the autoload files are built at the same time,
9385 which needs to load subdirs.el.
9386
9387 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9388
9389 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9390 (mouse-drag-line): Don't exit tracking when a switch-frame or
9391 switch-window event occurs (Bug#12006).
9392
9393 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9394
9395 * mouse.el (popup-menu): Fix last change.
9396
9397 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 Autoload from Lisp with more care. Follow aliases when looking for
9400 function properties.
9401 * subr.el (autoloadp): New function.
9402 (symbol-file): Use it.
9403 (function-get): New function.
9404 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9405 autoload-do-load.
9406 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9407 (lisp-indent-function):
9408 * emacs-lisp/gv.el (gv-get):
9409 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9410 * emacs-lisp/byte-opt.el (byte-optimize-form):
9411 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9412 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9413 Use function-get.
9414 * emacs-lisp/cl.el: Don't propagate function properties any more.
9415
9416 * speedbar.el (speedbar-add-localized-speedbar-support):
9417 * emacs-lisp/disass.el (disassemble-internal):
9418 * desktop.el (desktop-load-file):
9419 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9420 (describe-function-1):
9421 * emacs-lisp/find-func.el (find-function-noselect):
9422 * emacs-lisp/elp.el (elp-instrument-function):
9423 * emacs-lisp/advice.el (ad-has-proper-definition):
9424 * apropos.el (apropos-safe-documentation, apropos-macrop):
9425 * emacs-lisp/debug.el (debug-on-entry):
9426 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9427 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9428 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9429
9430 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9431
9432 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9433 function, not an obsolete variable (Bug#12046).
9434
9435 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9436
9437 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9438
9439 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9440
9441 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9442 window only if it is still live (Bug#12034).
9443
9444 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9445
9446 * subr.el (redirect-frame-focus): Add advertised calling
9447 convention (Bug#12030).
9448
9449 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9450
9451 Prefer typical American spelling for "acknowledgment".
9452 * vc/add-log.el (change-log-acknowledgment): Rename from
9453 change-log-acknowledgement, with an alias for the old name.
9454
9455 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9456
9457 * calc-alg.el (math-simplify-divide): Don't cross multiply
9458 in an equation when the lhs is a variable.
9459
9460 2012-07-24 Julien Danjou <julien@danjou.info>
9461
9462 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9463 Remove, unused.
9464
9465 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9466
9467 * startup.el (command-line): Don't display an empty user name in
9468 the error message about non-existent home directory, when
9469 init-file-user was set to an empty string. See
9470 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9471 for the details and context.
9472
9473 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9474
9475 * ses.el (ses-cell-formula-aset): New macro.
9476 (ses-cell-references-aset): New macro.
9477 (ses-cell-p): New function.
9478 (ses-rename-cell): Do no longer rely on complex operations like
9479 ses-cell-set-formula or ses-set-cell to change the cell and handle
9480 the undo at the same time, but rather use lower level new macros
9481 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9482 the undo directly. Refresh the mode line.
9483
9484 2012-07-21 Leo Liu <sdl.web@gmail.com>
9485
9486 * progmodes/cc-cmds.el (c-defun-name):
9487 Use match-string-no-properties instead for consistency.
9488
9489 2012-07-20 Leo Liu <sdl.web@gmail.com>
9490
9491 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9492 (Bug#7879)
9493
9494 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9495
9496 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9499 * progmodes/bug-reference.el, misearch.el: Provide themselves
9500 (bug#11915).
9501
9502 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9503 of narrowed buffer (bug#11966).
9504
9505 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9506
9507 * ses.el (ses-rename-cell): Set new name also in reference list of
9508 cells of which the renamed cell depends.
9509
9510 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9511
9512 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9513 to check whether menu-bar is shown or not. If not shown,
9514 show the menu-bar as a popup menu instead of using tmm.
9515 * mouse.el (popup-menu): Accept `point' as `position' argument.
9516
9517 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9518
9519 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9520 up inside string symbol literal (bug#11923).
9521
9522 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9523
9524 * startup.el (fancy-startup-text): Read the whole tutorial, not
9525 just its first 256 bytes. Prevents gibberish in display of the
9526 tutorial title.
9527
9528 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9529
9530 Drop idle buffer compaction due to an absence of the
9531 proved efficiency.
9532 * compact.el: Remove.
9533
9534 2012-07-19 Sam Steingold <sds@gnu.org>
9535
9536 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9537 vc-bzr-pull & vc-bzr-merge-branch.
9538 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9539 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9540 for consistency with compilation-error-regexp-alist.
9541 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9542 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9543 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9544 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9545
9546 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * emacs-lisp/chart.el: Use lexical-binding.
9549 (chart-emacs-storage): Don't hardcode the list of entries.
9550
9551 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9552
9553 Next round of tweaks caused by Fgarbage_collect changes.
9554 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9555
9556 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9557
9558 Compact buffers when idle.
9559 * compact.el: New file.
9560
9561 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * subr.el (eventp): Presume that if it looks vaguely like an event,
9564 it's an event (bug#10190).
9565
9566 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9567
9568 Enhancements to ppss related code (thanks Stefan).
9569 * progmodes/python.el (python-indent-context)
9570 (python-indent-calculate-indentation, python-indent-dedent-line)
9571 (python-indent-electric-colon, python-nav-forward-block)
9572 (python-mode-abbrev-table)
9573 (python-info-assignment-continuation-line-p): Simplify checks
9574 for ppss context.
9575 (python-info-continuation-line-p): Cleanup.
9576 (python-info-ppss-context): Do not catch 'quote.
9577 (python-info-ppss-context-type)
9578 (python-info-ppss-comment-or-string-p): Simplify.
9579
9580 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9581
9582 * progmodes/python.el: Enhancements to eldoc support.
9583 (python-info-current-symbol): New function.
9584 (python-eldoc-at-point): Use python-info-current-symbol.
9585 (python-info-current-defun): Fix cornercase on first defun scan.
9586 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9587 and signal error when no inferior python process is available.
9588
9589 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9590
9591 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9592 assume it's always t.
9593 (vc-git-registered): Remove caching, the function is only called
9594 once.
9595 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9596
9597 2012-07-18 Chong Yidong <cyd@gnu.org>
9598
9599 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9600
9601 * simple.el (count-words): Report on narrowing (Bug#9959).
9602
9603 * bindings.el: Bind M-= to count-words.
9604
9605 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9606
9607 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9608
9609 * progmodes/sh-script.el (sh-imenu-generic-expression):
9610 Capture a function with `function' keyword and without parentheses
9611 like "function FOO" (bug#11856).
9612
9613 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9614
9615 * window.el (split-window-sensibly): Make WINDOW argument
9616 optional.
9617
9618 2012-07-18 Chong Yidong <cyd@gnu.org>
9619
9620 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9621
9622 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9623 and make C-x 8 RET exit isearch (Bug#11439).
9624
9625 * international/iso-transl.el: Move isearch-mode-map key
9626 definitions to isearch.el.
9627
9628 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9629
9630 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9631 (eieio-defclass): Use gv-define-setter when possible.
9632
9633 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9634
9635 Reflect recent changes in Fgarbage_collect.
9636 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9637 reflect new format of data returned by Fgarbage_collect.
9638
9639 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9640
9641 New utility functions + python-info-ppss-context fix (Bug#11910).
9642 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9643 (python-info-ppss-comment-or-string-p): New functions.
9644 (python-info-ppss-context): Small fix for string check.
9645
9646 2012-07-17 Juri Linkov <juri@jurta.org>
9647
9648 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9649 (dired-do-async-shell-command): Don't add `*' at the end of the
9650 command (Bug#11815).
9651 (dired-do-shell-command): Doc fix.
9652 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9653 Join the individual commands using either "&" or ";" as the
9654 separator depending on the values of these trailing characters.
9655 At the end re-add the trailing "&". (Bug#10598)
9656
9657 * simple.el (async-shell-command): Sync the interactive spec with
9658 `shell-command'. Doc fix.
9659 (shell-command): Doc fix.
9660
9661 2012-07-17 Juri Linkov <juri@jurta.org>
9662
9663 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9664
9665 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9666
9667 Final renames and doc fixes for movement commands (bug#11899).
9668 * progmodes/python.el (python-nav-beginning-of-statement):
9669 Rename from python-nav-statement-start.
9670 (python-nav-end-of-statement): Rename from
9671 python-nav-statement-end.
9672 (python-nav-beginning-of-block): Rename from
9673 python-nav-block-start.
9674 (python-nav-end-of-block): Rename from python-nav-block-end.
9675
9676 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9677
9678 * progmodes/python.el (python-shell-send-string-no-output):
9679 Allow accept-process-output to quit, keeping shell process ready for
9680 future interactions (Bug#11868).
9681
9682 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9685
9686 * emacs-lisp/elint.el (elint-find-args-in-code):
9687 Use help-function-arglist, so as to handle lexical byte-code.
9688
9689 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9690 change (bug#11826).
9691
9692 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9695 Avoid spuriously marking the buffer as modified because of c-is-sws.
9696
9697 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9698 as not-a-comment (bug#11946).
9699
9700 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9701 for uninterned vars.
9702
9703 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9704 Use read-event since we don't really want to read chars but bytes.
9705
9706 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9707 $$..$$ but also $..$ using regexps (bug#11953).
9708 Use tex-verbatim for \url and \path.
9709 (tex-font-lock-keywords): Define as defconst like the others.
9710 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9711
9712 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9713
9714 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9715 alias for insert-char.
9716
9717 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9718
9719 * progmodes/python.el: Simplified imenu implementation.
9720 (python-nav-jump-to-defun): Remove command.
9721 (python-mode-map): Use `imenu' instead.
9722 (python-nav-list-defun-positions-cache)
9723 (python-imenu-include-defun-type, python-imenu-make-tree)
9724 (python-imenu-subtree-root-label, python-imenu-index-alist):
9725 Remove vars.
9726 (python-nav-list-defun-positions, python-nav-read-defun)
9727 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9728 (python-imenu-make-tree, python-imenu-create-index):
9729 Remove functions.
9730 (python-mode): Update to interact with imenu by setting
9731 `imenu-extract-index-name-function' only.
9732
9733 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9734
9735 * progmodes/python.el: Enhancements to navigation commands.
9736 (python-nav-backward-sentence)
9737 (python-nav-forward-sentence): Remove.
9738 (python-nav-backward-statement, python-nav-forward-statement)
9739 (python-nav-statement-start, python-nav-statement-end)
9740 (python-nav-backward-block, python-nav-forward-block)
9741 (python-nav-block-start, python-nav-block-end)
9742 (python-nav-forward-sexp-function)
9743 (python-info-current-line-comment-p)
9744 (python-info-current-line-empty-p): New functions.
9745 (python-indent-context): Use `python-nav-statement-start'.
9746
9747 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9748
9749 * eshell/em-ls.el (eshell/ls): Use `apply'.
9750
9751 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9752 multi-hops, instead of Tramp internals.
9753
9754 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9755
9756 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9757 when F1 and F2 are located on different hosts.
9758
9759 2012-07-14 Chong Yidong <cyd@gnu.org>
9760
9761 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9762 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9763 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9764 (xterm-mouse--read-event-sequence-1000)
9765 (xterm-mouse--read-event-sequence-1006): New functions. For old
9766 mouse protocol, handle M-mouse-X events correctly.
9767 (xterm-mouse-event): New arg specifying mouse protocol.
9768 (turn-on-xterm-mouse-tracking-on-terminal)
9769 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9770 sequence to toggle extended coordinates on newer XTerms.
9771 This appears to be harmless on terminals which do not support this.
9772
9773 2012-07-14 Leo Liu <sdl.web@gmail.com>
9774
9775 Add fringe bitmap indicators for flymake. (Bug#11253)
9776 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9777 (flymake-make-overlay): New arg BITMAP.
9778 (flymake-error-bitmap, flymake-warning-bitmap)
9779 (flymake-fringe-indicator-position): New user variables.
9780
9781 * fringe.el: New bitmap exclamation-mark.
9782
9783 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9784
9785 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9786 also (Bug#7879).
9787
9788 2012-07-14 Chong Yidong <cyd@gnu.org>
9789
9790 * electric.el (electric-pair-post-self-insert-function): Fix pair
9791 insertion in empty-region case (Bug#11520).
9792
9793 2012-07-14 Chong Yidong <cyd@gnu.org>
9794
9795 * bindings.el: Consolidate ctl-x-r-map bindings.
9796 Bind copy-rectangle-as-kill to C-x r w.
9797
9798 * rect.el, register.el: Move bindings to bindings.el.
9799
9800 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9801
9802 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9803
9804 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9805
9806 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9807
9808 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9809
9810 * bindings.el (top): Use `mapc' instead of `mapcar'.
9811
9812 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9813
9814 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9815
9816 * progmodes/sql.el (sql-comint): Suppress the check for program on
9817 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9818 (Bug#11908)
9819
9820 2012-07-13 Chong Yidong <cyd@gnu.org>
9821
9822 * bindings.el: Assign a non-nil permanent-local property to
9823 per-buffer variables which lack a default value (Bug#11930).
9824
9825 * help-fns.el (describe-variable): In the "automatically becomes
9826 local" notice, take note of permanent-local variables.
9827
9828 2012-07-13 Chong Yidong <cyd@gnu.org>
9829
9830 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9831 to allow printing the message when called from Lisp.
9832
9833 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9834 Remove toggle-read-only.
9835
9836 * bs.el (bs-toggle-readonly):
9837 * buff-menu.el (Buffer-menu-toggle-read-only):
9838 Remove with-no-warnings around toggle-read-only.
9839
9840 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9841 Remove with-no-warnings around toggle-read-only.
9842 (ffap-read-only, ffap-read-only-other-window)
9843 (ffap-read-only-other-frame): Callers changed.
9844
9845 * help-mode.el: Don't require view package.
9846 (help-mode-finish): Set buffer-read-only instead of calling
9847 toggle-read-only.
9848
9849 * bindings.el (mode-line-toggle-read-only):
9850 * dired.el (dired-toggle-read-only):
9851 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9852 with non-nil second arg.
9853
9854 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9855 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9856 directly.
9857
9858 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9859
9860 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9861 not incf.
9862
9863 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 More CL cleanups and reduction of use of cl.el.
9866 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9867 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9868 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9869 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9870 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9871 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9872 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9873 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9874 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9875 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9876 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9877 * eshell/em-cmpl.el, eshell/em-banner.el:
9878 * calendar/parse-time.el: Use cl-lib.
9879 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9880 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9881 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9882 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9883 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9884 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9885 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9886 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9887 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9888 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9889 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9890 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9891 `lambda' rather than with `quote'.
9892 (eshell-do-opt): Adjust accordingly.
9893 (eshell-process-option): Simplify.
9894 * eshell/esh-var.el:
9895 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9896 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9897 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9898 to `pcase--dontcare'.
9899 * emacs-lisp/cl.el (labels): Mark obsolete.
9900 (cl--letf, letf): Move to cl-lib.
9901 (cl--letf*, letf*): Remove.
9902 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9903 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9904 (cl-progv): Rewrite.
9905 (cl--letf, cl-letf): Move from cl.el.
9906 (cl-letf*): New macro.
9907 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9908
9909 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9910
9911 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9912
9913 2012-07-11 Chong Yidong <cyd@gnu.org>
9914
9915 * vc/log-edit.el (log-edit-vc-backend): New variable.
9916 (log-edit): Doc fix.
9917
9918 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9919 argument of log-edit to set up all local variables.
9920 (vc-start-logentry): New optional arg specifying VC backend.
9921
9922 * vc/vc.el (vc-checkin): Use it.
9923 (vc-deduce-fileset): Handle Log Edit buffers.
9924 (vc-diff): Make first argument optional too.
9925
9926 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9927
9928 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9929
9930 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9931 command, just in case. The function is not needed anymore.
9932 (eshell-external-command): Do not call `eshell-remote-command'.
9933
9934 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 Reduce use of (require 'cl).
9937 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9938 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9939 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9940 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9941 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9942 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9943 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9944 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9945 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9946 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9947 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9948 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9949 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9950 (byte-compile-unfold-bcf, byte-compile-check-variable):
9951 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9952 (byte-compile-nilconstp):
9953 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9954 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9955
9956 * emacs-lisp/gv.el (cond): Make it a valid place.
9957 (if): Simplify slightly.
9958
9959 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9960 (pcase--self-quoting-p): New function.
9961 (pcase--u1): Use it.
9962
9963 2012-07-10 Glenn Morris <rgm@gnu.org>
9964
9965 * emacs-lisp/authors.el (authors-fixed-entries):
9966 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9967
9968 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9969
9970 Rename configure.in to configure.ac (Bug#11603).
9971 * emacs-lisp/authors.el (authors-canonical-file-name):
9972 * progmodes/autoconf.el (autoconf-mode):
9973 Prefer configure.ac to configure.in.
9974
9975 2012-07-08 Chong Yidong <cyd@gnu.org>
9976
9977 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9978 Implement the mouse-1-click-follows-link handling properly.
9979
9980 * info.el (Info-link-keymap): Use follow-link mechanism for
9981 header-line links (Bug#374).
9982
9983 * simple.el (deactivate-mark): Do not set the primary selection
9984 if another program has acquired it (Bug#11772).
9985
9986 2012-07-07 Kevin Ryde <user42@zip.com.au>
9987
9988 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9989 (woman-decode-region): Replace escaped-escapes without destroying
9990 bold or underline (Bug#11552).
9991 (woman2-process-escapes): Handle nofill regions (Bug#11591).
9992
9993 2012-07-07 Chong Yidong <cyd@gnu.org>
9994
9995 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9996 (interprogram-cut-function, interprogram-paste-function):
9997 Mention that we typically mean the clipboard.
9998
9999 2012-07-06 Glenn Morris <rgm@gnu.org>
10000
10001 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10002
10003 * files.el (toggle-read-only): Restrict message to interactive use.
10004
10005 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10006
10007 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10008
10009 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10010
10011 2012-07-06 Glenn Morris <rgm@gnu.org>
10012
10013 * Makefile.in (compile-one-process): Rename from "recompile".
10014
10015 * Makefile.in (bzr-update): "compile" is the same as "recompile
10016 autoloads", but parallelizable, so use that instead.
10017
10018 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10019
10020 * window.el (quit-window): Always restore window height when
10021 it's saved in quit-restore parameter (Bug#11810).
10022
10023 2012-07-06 Glenn Morris <rgm@gnu.org>
10024
10025 * simple.el (kill-whole-line): Doc tweak.
10026
10027 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10028
10029 * files.el (file-relative-name): Compare file names
10030 case-insensitively if on MS-Windows or MS-DOS, or if
10031 read-file-name-completion-ignore-case is non-nil. Don't use
10032 case-fold-search for this purpose. (Bug#11827)
10033
10034 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10035
10036 * calendar/cal-dst.el (calendar-current-time-zone):
10037 Return calendar-current-time-zone-cache if non-nil.
10038
10039 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10040 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10041
10042 * calendar/cal-dst.el (calendar-current-time-zone):
10043 Return calendar-current-time-zone-cache if non-nil.
10044
10045 2012-07-06 Glenn Morris <rgm@gnu.org>
10046
10047 * Makefile.in (cvs-update): Remove old alias.
10048
10049 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10050
10051 Sync with Tramp 2.2.6-pre.
10052
10053 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10054 compatible declaration.
10055
10056 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10057 Protect `list-load-path-shadows' call.
10058
10059 * net/tramp-compat.el (top): Require packages, which aren't
10060 autoloaded anymore for XEmacs. Protect call of
10061 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10062 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10063 it hurts at least for SXEmacs.
10064 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10065 standard-value for `temporary-file-directory'.
10066
10067 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10068 Redirect stderr to /dev/null.
10069 (tramp-sh-handle-write-region): uid and gid can be floats.
10070 Reported by Russell Sim <russell.sim@gmail.com>.
10071 (tramp-sh-handle-vc-registered): Hide errors.
10072 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10073 and `start-file-process'.
10074 (tramp-maybe-open-connection): Check also whether `non-essential'
10075 is bound.
10076
10077 2012-07-04 Chong Yidong <cyd@gnu.org>
10078
10079 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10080 (xml-parse-tag): Likewise, and avoid changing entity tables.
10081 (xml-syntax-table): Define from scratch, making sure not to give
10082 x2000 and other Unicode spaces whitespace syntax, since those are
10083 not spaces in XML.
10084 (xml-parse-fragment): Delete unused function.
10085 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10086 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10087 (xml-entity-ref, xml-pe-reference-re)
10088 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10089 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10090 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10091 (xml-entity-value-re): Use syntax references in regexps where
10092 possible; no need to define inside a let-binding.
10093 (xml-parse-dtd): Use xml-pe-reference-re.
10094 (xml-entity-or-char-ref-re): New defconst.
10095 (xml-parse-string, xml-substitute-special): Use it.
10096
10097 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10100 (find-file--read-only): New function.
10101 (find-file-read-only, find-file-read-only-other-window)
10102 (find-file-read-only-other-frame): Use it.
10103 (insert-file-contents-literally): Don't `fset'.
10104 (get-free-disk-space): Use locate-dominating-file.
10105
10106 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10107 function is already compiled.
10108
10109 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10110
10111 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10112
10113 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10114 files on the same host.
10115
10116 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10117
10118 * help-fns.el (describe-function-1): Only call
10119 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10120
10121 2012-07-03 Chong Yidong <cyd@gnu.org>
10122
10123 * xml.el: Protect parser against XML bombs.
10124 (xml-entity-expansion-limit): New variable.
10125 (xml-parse-string, xml-substitute-special): Use it.
10126 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10127
10128 2012-07-03 Glenn Morris <rgm@gnu.org>
10129
10130 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10131 Allow linking to specific messages in debbugs reports (eg 123#5).
10132
10133 2012-07-02 Chong Yidong <cyd@gnu.org>
10134
10135 * xml.el: Fix entity and character reference expansion, allowing
10136 them to expand into markup as per XML spec.
10137 (xml-default-ns): New variable.
10138 (xml-entity-alist): Use XML spec definitions for lt and amp.
10139 (xml-parse-region): Make first two arguments optional.
10140 Discard text properties.
10141 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10142 All callers changed.
10143 (xml-parse-tag): Call xml-parse-tag-1. For backward
10144 compatibility, this function should not modify buffer contents.
10145 (xml-parse-tag-1): Fix opening-tag regexp.
10146 (xml-parse-string): Rewrite, handling entity and character
10147 references properly.
10148 (xml--entity-replacement-text): Signal an error if a parameter
10149 entity is undefined.
10150
10151 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10152
10153 * comint.el (comint-output-filter): Filter out repeated prompts.
10154
10155 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10156 and file-name-absolute-p.
10157 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10158 internal calls.
10159
10160 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10161
10162 Spelling fixes.
10163 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10164 Rename from byte-compile--refiy-function. All uses changed.
10165
10166 2012-07-01 Chong Yidong <cyd@gnu.org>
10167
10168 * xml.el (xml--parse-buffer): New function. Move most of
10169 xml-parse-region here.
10170 (xml-parse-region): Copy region into a temporary buffer, since
10171 parameter entity substitution requires changing buffer contents.
10172 Use xml--parse-buffer.
10173 (xml-parse-file): Use xml--parse-buffer.
10174 (xml-parse-dtd): Make parameter entity substitution work right.
10175 Use proper regexps for ELEMENT declarations (Bug#7172).
10176
10177 2012-06-30 Glenn Morris <rgm@gnu.org>
10178
10179 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10180
10181 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10182 Remove outdated and unnecessary dbus declarations.
10183
10184 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10185
10186 * emacs-lisp/timer.el (timer-until): Subtract results of
10187 float-time, instead of taking float-time of the result of
10188 time-subtract, since float-time signals an error for negative time
10189 arguments.
10190
10191 2012-06-30 Chong Yidong <cyd@gnu.org>
10192
10193 * xml.el (xml-*-re): Convert defvars into defconsts, and
10194 eval-and-compile them so eval-and-compile works on derivatives.
10195 (xml--entity-replacement-text): Use eval-and-comple.
10196
10197 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10198
10199 * vc/vc-git.el (vc-git-registered): Use cache property
10200 `git-registered'.
10201 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10202 `vc-git-working-revision' in order to benefit from the cache.
10203 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10204
10205 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10206
10207 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10208 removed (likely outside Emacs). (Bug#11757)
10209
10210 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 * emacs-lisp/cl-lib.el: Require macroexp.
10213
10214 2012-06-30 Chong Yidong <cyd@gnu.org>
10215
10216 * xml.el: Implement XML parameter entities.
10217 (xml-parameter-entity-alist): New variable.
10218 (xml-parse-region, xml-parse-fragment): Preserve previous values
10219 of xml-entity-alist and xml-parameter-entity-alist, so that
10220 repeated calls on different documents do not change them.
10221 (xml-parse-tag): Fix doctype regexp.
10222 (xml--entity-replacement-text): New function.
10223 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10224 properly requires url retrieval which is unimplemented.
10225 (xml-escape-string): Doc fix.
10226
10227 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10230
10231 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10232
10233 * fringe.el (fringe-mode): Doc fix.
10234
10235 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10236
10237 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10238 is non-nil.
10239 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10240 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10241
10242 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10243
10244 * calendar/cal-dst.el (calendar-current-time-zone):
10245 Return calendar-current-time-zone-cache if non-nil.
10246
10247 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10248
10249 * progmodes/which-func.el (which-func-format):
10250 Add mouse-face. (Bug#11698)
10251
10252 2012-06-29 Leo Liu <sdl.web@gmail.com>
10253
10254 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10255
10256 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * minibuffer.el (minibuffer-confirm-exit-commands):
10259 Add completion-at-point (bug#11725).
10260
10261 2012-06-29 Glenn Morris <rgm@gnu.org>
10262
10263 * progmodes/f90.el (f90-font-lock-keywords-2):
10264 Add some preprocessor elements. (Bug#10499)
10265
10266 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10269 Use syntax-propertize (bug#11739).
10270
10271 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10272
10273 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10274
10275 2012-06-28 Julien Danjou <julien@danjou.info>
10276
10277 * term.el (term-handle-colors-array): Use a set of new faces to
10278 color the terminal. Also uses :inverse-video property.
10279 (term-default-fg-color): Set to nil by default, deprecate in favor
10280 of `term-face'.
10281 (term-default-bg-color): Set to nil by default, deprecate in favor
10282 of `term-face'.
10283 (term-current-face): Use `term-face' by default.
10284 (term-bold-attribute): Variable deleted.
10285
10286 2012-06-28 Glenn Morris <rgm@gnu.org>
10287
10288 * simple.el (completion-list-mode-finish):
10289 Don't use toggle-read-only. (Since completion-list-mode has
10290 a special mode-class, it wasn't doing anything extra anyway.)
10291
10292 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 Make inlining of other-mode interpreted functions work (bug#11799).
10295 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10296 (byte-compile): Use it to fix compilation of lexical-binding closures.
10297 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10298 function, if needed.
10299
10300 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * help-mode.el (help-make-xrefs): Don't just withstand
10303 cyclic-variable-indirection but any error in documentation-property.
10304
10305 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10306 memory use.
10307 * bindings.el (bindings--define-key): New function.
10308 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10309 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10310 * bindings.el: Use it to purecopy define-key bindings.
10311
10312 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10313
10314 * emacs-lisp/cl.el (flet): Mark obsolete.
10315 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10316 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10317 * progmodes/js.el (js-c-fill-paragraph):
10318 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10319 (ebrowse-switch-member-buffer-to-derived-class):
10320 * play/5x5.el (5x5-solver): Use cl-flet.
10321
10322 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10323 (cl--symbol-function): New macro.
10324 (cl--letf, cl--letf*): Use it.
10325
10326 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10327 Strip "toggle-" if any.
10328
10329 2012-06-27 Glenn Morris <rgm@gnu.org>
10330
10331 * info.el (Info-default-directory-list): Move here from paths.el.
10332 * paths.el: Remove file, which is now empty.
10333 * loadup.el: No longer load "paths".
10334
10335 * custom.el (custom-initialize-delay): Doc fix.
10336
10337 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10338 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10339 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10340 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10341 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10342 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10343 * eshell/eshell.el (eshell-defgroup): Remove alias.
10344
10345 2012-06-27 Chong Yidong <cyd@gnu.org>
10346
10347 * help.el (help-enable-auto-load): New variable.
10348
10349 * help-fns.el (help-fns--autoloaded-p): New function.
10350 (describe-function-1): Refer to a function as "autoloaded" if it
10351 was autoloaded at any time in the past. Perform autoloading if
10352 help-enable-auto-load is non-nil.
10353
10354 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10355
10356 * makefile.w32-in (compile, compile-always): Depend on
10357 update-subdirs, not on subdirs.el. Otherwise, several different
10358 sub-targets of 'bootstrap' running in parallel could
10359 simultaneously write to subdirs.el, producing a garbled file.
10360
10361 2012-06-26 Sam Steingold <sds@gnu.org>
10362
10363 * files.el (file-name-base): New convenience function.
10364 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10365 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10366 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10367 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10368 * textmodes/ispell.el, textmodes/reftex-ref.el:
10369 * textmodes/tex-mode.el: Use it.
10370 Did not touch cedet and org because they are maintained elsewhere.
10371
10372 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10373
10374 * calendar/calendar.el (calendar-exit): Don't try to delete or
10375 iconify last frame. See:
10376 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10377
10378 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10379
10380 * server.el (server-process-filter): Remember dir in the
10381 process's `server-client-directory' properties.
10382
10383 2012-06-24 Chong Yidong <cyd@gnu.org>
10384
10385 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10386 non-tag text.
10387
10388 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10389
10390 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10391
10392 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * help-fns.el (describe-variable): Don't croak when doc is not found.
10395 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10396 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10397 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10398 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10399 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10400 ((lambda ..) ..).
10401 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10402
10403 2012-06-23 Chong Yidong <cyd@gnu.org>
10404
10405 * info.el (Info-mouse-follow-link): Accept symbol values of
10406 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10407 (Info-fontify-node): Use Info-link-keymap for all navigation
10408 buttons, with link-args property to perform the desired action.
10409 (Info-link-keymap): Doc fix.
10410 (Info-next-link-keymap, Info-prev-link-keymap)
10411 (Info-up-link-keymap): Delete now-unused keymaps.
10412
10413 2012-06-23 Chong Yidong <cyd@gnu.org>
10414
10415 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10416
10417 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10418 system abbrevs.
10419
10420 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10421
10422 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10425 (bug#11719).
10426
10427 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10428 the requote function doesn't work properly (bug#11714).
10429
10430 2012-06-23 Glenn Morris <rgm@gnu.org>
10431
10432 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10433
10434 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 Further GV/CL cleanups.
10437 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10438 gv-expander.
10439 (gv--defun-declaration): New function.
10440 (defun-declarations-alist): Use it.
10441 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10442 (gv-place): Autoload.
10443 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10444 original definition of dotimes and dolist.
10445 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10446 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10447 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10448 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10449 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10450 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10451 to the function's definition.
10452 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10453 * window.el:
10454 * files.el:
10455 * faces.el:
10456 * env.el: Don't use CL.
10457
10458 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10459
10460 Support higher-resolution time stamps (Bug#9000).
10461
10462 * calendar/time-date.el (with-decoded-time-value): New arg
10463 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10464 (encode-time-value): New optional arg PICO. New type 3.
10465 (time-to-seconds) [!float-time]: Support the new picoseconds
10466 component if it's used.
10467 (seconds-to-time, time-subtract, time-add):
10468 Support ps-resolution time stamps as well.
10469
10470 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10471 (timerp): Timer vectors now have length 9, not 8.
10472 (timer--time): Support new-style (4-part) time stamps.
10473 (timer-next-integral-multiple-of-time): Time stamps now have
10474 picosecond resolution, so take a bit more care about rounding.
10475 (timer-relative-time, timer-inc-time): New optional arg psecs.
10476 (timer-set-time-with-usecs): Set psecs to 0.
10477 (timer--activate): Check psecs component, too.
10478
10479 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10480
10481 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10484 Move the non-essential binding to the post/pre-command-hook where it is
10485 more obviously correct.
10486
10487 * subr.el (read-passwd): Don't use a history at all.
10488 * savehist.el (savehist-save): Remove password saved accidentally
10489 because of the above bug.
10490
10491 2012-06-22 Bastien Guerry <bzg@gnu.org>
10492
10493 * files.el (toggle-read-only): Display a message telling whether
10494 the buffer is read-only or not (bug#11726).
10495
10496 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * emacs-lisp/gv.el: New file.
10499 * subr.el (push, pop): Extend to generalized variables.
10500 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10501 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10502 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10503 gv-define-simple-setter, and gv-define-expander.
10504 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10505 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10506 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10507 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10508 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10509 gv-letplace.
10510 (cl-defstruct): Don't define setf-method any more.
10511 * emacs-lisp/cl.el (flet): Don't autoload.
10512 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10513 (define-setf-expander, defsetf, define-modify-macro)
10514 (cl-struct-setf-expander): Move from cl-lib.el.
10515 * emacs-lisp/syntax.el:
10516 * emacs-lisp/ewoc.el:
10517 * emacs-lisp/smie.el:
10518 * emacs-lisp/cconv.el:
10519 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10520 (timer--time): Use gv-define-simple-setter.
10521 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10522 to avoid coding-system problems in subr.el. Adjust all users.
10523 (macroexp--maxsize, macroexp-small-p): New functions.
10524 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10525 * scroll-bar.el (scroll-bar-mode):
10526 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10527 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10528 * winner.el (winner-configuration, winner-make-point-alist)
10529 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10530 * files.el (locate-file-completion-table): Avoid list*.
10531
10532 2012-06-22 Chong Yidong <cyd@gnu.org>
10533
10534 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10535 (dired-create-files): Doc fix (Bug#11329).
10536 (dired-do-copy): Doc fix (Bug#11334).
10537 (dired-mark-read-string): Doc fix (Bug#11553).
10538
10539 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10540 Doc fix (Bug#11326).
10541 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10542 (dired-dwim-target): Doc fix.
10543
10544 * wdired.el (wdired-mode): Doc fix.
10545
10546 2012-06-22 Glenn Morris <rgm@gnu.org>
10547
10548 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10549 (pcmpl-rpm-cache-stamp-file): New constant.
10550 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10551 (pcmpl-rpm-packages): Optionally cache list of packages.
10552
10553 * pcmpl-rpm.el (pcmpl-rpm): New group.
10554 (pcmpl-rpm-query-options): New option.
10555 (pcmpl-rpm-packages): No need to inline it.
10556 Use pcmpl-rpm-query-options.
10557
10558 * calendar/calendar.el (calendar-in-read-only-buffer):
10559 Avoid some needless mode changes.
10560
10561 2012-06-21 Chong Yidong <cyd@gnu.org>
10562
10563 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10564 (desktop-path): Remove . from the default value (Bug#10977).
10565 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10566
10567 2012-06-20 Chong Yidong <cyd@gnu.org>
10568
10569 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10570
10571 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10572
10573 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10574 (bug#11201).
10575
10576 2012-06-20 Chong Yidong <cyd@gnu.org>
10577
10578 * term.el (term-window-width): Handle the case of a missing right
10579 fringe (Bug#8837).
10580 (term-check-size): Use window-text-height (Bug#5445).
10581 (term-mode): Use define-derived-mode. Minor cleanups.
10582 Set font-lock-defaults (Bug#7692).
10583 (term-move-columns, term-insert-char, term-emulate-terminal)
10584 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10585
10586 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10587
10588 * net/ange-ftp.el (ange-ftp-get-passwd):
10589 Bind `enable-recursive-minibuffers'.
10590 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10591
10592 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10593
10594 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10595
10596 2012-06-19 Glenn Morris <rgm@gnu.org>
10597
10598 * progmodes/python.el (python-mode): Derive from prog-mode.
10599
10600 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10601
10602 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10603 (edt-user-menu-bar-update-buffers): New functions.
10604 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10605
10606 2012-06-19 Chong Yidong <cyd@gnu.org>
10607
10608 * subr.el (with-selected-window): Preserve the selected window's
10609 terminal's top-frame (Bug#4702).
10610
10611 * window.el (save-selected-window): Likewise.
10612
10613 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * progmodes/python.el (python-rx-constituents): Move backquote.
10616 (python-skeleton-define, python-define-auxiliary-skeleton):
10617 Use `declare'.
10618
10619 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10620
10621 * minibuffer.el (read-file-name-default): Revert the patch from
10622 2012-06-17.
10623
10624 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10627 (pcase--u1, pcase--q1): Don't use apply-partially.
10628
10629 2012-06-18 Glenn Morris <rgm@gnu.org>
10630
10631 * progmodes/python.el (python-proc, python-buffer)
10632 (python-send-receive, python-send-string): Fix obsolete versions.
10633
10634 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10635
10636 * window.el (special-display-p): Completely remove stringp
10637 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10638
10639 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10640
10641 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10642
10643 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10644
10645 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10646 * net/tramp-sh.el (tramp-maybe-open-connection):
10647 Throw if `non-essential' is non-nil.
10648
10649 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10650
10651 * window.el (special-display-p): Signal an error if BUFFER-NAME
10652 is not a string (Bug#11713).
10653
10654 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10655
10656 * progmodes/python.el (python-info-beginning-of-backslash):
10657 Rename from python-info-beginning-of-backlash, as a spelling fix.
10658
10659 2012-06-17 Chong Yidong <cyd@gnu.org>
10660
10661 * term.el (term-emulate-terminal): If term-check-size is called,
10662 move point to the process mark without resetting point (Bug#4635).
10663
10664 2012-06-17 Glenn Morris <rgm@gnu.org>
10665
10666 * international/mule-cmds.el (mule-menu-keymap)
10667 (set-language-environment, set-locale-environment): Doc tweaks.
10668
10669 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10670
10671 * cus-face.el (custom-face-attributes): Add wave-style underline
10672 attribute.
10673 * faces.el (set-face-attribute): Update docstring to describe
10674 wave-style underline attribute.
10675
10676 2012-06-16 Chong Yidong <cyd@gnu.org>
10677
10678 * term/xterm.el (terminal-init-xterm): Discard input before
10679 querying background mode (Bug#10959).
10680
10681 2012-06-16 Stefan Merten <smerten@oekonux.de>
10682
10683 * textmodes/rst.el: Added and corrected some comments.
10684 (rst-re-alist-def): Improve symbol syntax.
10685 (rst-mode-syntax-table): Correct syntax entries.
10686 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10687 (rst-official-version, rst-official-cvs-rev): Update version
10688 information.
10689
10690 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10691
10692 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10693 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10694
10695 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10696
10697 * progmodes/python.el: New python.el merge.
10698 (python-guess-indent): Obsolete var.
10699 (python-indent-guess-indent-offset): New defcustom.
10700 (python-indent): Obsolete var.
10701 (python-indent-offset): New defcustom.
10702 (python-python-command, python-jython-command): Delete var.
10703 (python-shell-interpreter): New defcustom.
10704 (python-pdbtrack-do-tracking-p): Delete var.
10705 (python-pdbtrack-activate): New defcustom.
10706 (python-use-skeletons): Obsolete var.
10707 (python-skeleton-autoinsert): New defcustom.
10708 (inferior-python-filter-regexp, python-continuation-offset)
10709 (python-honour-comment-indentation, python-indent-string-contents)
10710 (python-jython-packages, python-mode-hook)
10711 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10712 (python-shell-prompt-alist)
10713 (python-source-modes): Delete defcustoms.
10714 (python-check-buffer-name, python-eldoc-setup-code)
10715 (python-eldoc-string-code, python-ffap-setup-code)
10716 (python-ffap-string-code, python-fill-comment-function)
10717 (python-fill-decorator-function, python-fill-paren-function)
10718 (python-fill-string-function, python-imenu-include-defun-type)
10719 (python-imenu-make-tree, python-imenu-subtree-root-label)
10720 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10721 (python-shell-compilation-regexp-alist)
10722 (python-shell-completion-module-string-code)
10723 (python-shell-completion-pdb-string-code)
10724 (python-shell-completion-setup-code)
10725 (python-shell-completion-string-code)
10726 (python-shell-enable-font-lock, python-shell-exec-path)
10727 (python-shell-extra-pythonpaths)
10728 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10729 (python-shell-process-environment)
10730 (python-shell-prompt-block-regexp)
10731 (python-shell-prompt-output-regexp)
10732 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10733 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10734 (python-shell-virtualenv-path): New defcustoms.
10735 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10736 (inferior-python-mode-syntax-table, python--prompt-regexp)
10737 (python-buffer, python-command python-python-command)
10738 (python-default-template, python-imports, python-indent-index)
10739 (python-indent-list, python-indent-list-length)
10740 (python-mode-running, python-pdbtrack-is-tracking-p)
10741 (python-preoutput-continuation, python-preoutput-leftover)
10742 (python-preoutput-result, python-preoutput-skip-next-prompt)
10743 (python-prev-dir/file, python-recursing)
10744 (python-saved-check-command, python-version-checked)
10745 (python-which-func-length-limit)
10746 (view-return-to-alist): Delete vars.
10747 (python-check-custom-command, python-dotty-syntax-table)
10748 (python-imenu-index-alist, python-indent-current-level)
10749 (python-indent-dedenters, python-indent-levels)
10750 (python-nav-beginning-of-defun-regexp)
10751 (python-nav-list-defun-positions-cache)
10752 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10753 (python-shell-internal-buffer)
10754 (python-skeleton-available): New vars.
10755 (def-python-skeleton): Delete macro.
10756 (python-skeleton-define): New macro.
10757 (python-define-auxiliary-skeleton, python-rx): New macros.
10758 (python-insert-class): Delete command.
10759 (python-skeleton-class): New command.
10760 (python-insert-def): Delete command.
10761 (python-skeleton-def): New command.
10762 (python-insert-for): Delete command.
10763 (python-skeleton-for): New command.
10764 (python-insert-if): Delete command.
10765 (python-skeleton-if): New command.
10766 (python-insert-try/except, python-insert-try/finally): Delete commands.
10767 (python-skeleton-try): New command.
10768 (python-insert-while): Delete command.
10769 (python-skeleton-while): New command.
10770 (python-backspace): Delete command.
10771 (python-indent-dedent-line-backspace): New command.
10772 (python-electric-colon): Delete command.
10773 (python-indent-electric-colon): New command.
10774 (python-guess-indent): Delete command.
10775 (python-indent-guess-indent-offset): New command.
10776 (python-shift-left): Delete command.
10777 (python-indent-shift-left): New command.
10778 (python-shift-right): Delete command.
10779 (python-indent-shift-right): New command.
10780 (python-find-function): Delete command.
10781 (python-nav-jump-to-defun): New command.
10782 (python-next-statement): Delete command.
10783 (python-nav-forward-sentence): New command.
10784 (python-previous-statement): Delete command.
10785 (python-nav-backward-sentence): New command.
10786 (python-fill-paragraph): Delete command.
10787 (python-fill-paragraph-function): New command.
10788 (python-send-buffer): Delete command.
10789 (python-shell-send-buffer): New command.
10790 (python-send-defun): Delete command.
10791 (python-shell-send-defun): New command.
10792 (python-send-region, python-send-region-and-go): Delete commands.
10793 (python-shell-send-region)
10794 (python-shell-switch-to-shell): New commands.
10795 (python-send-string): Delete command.
10796 (python-shell-send-string): New command.
10797 (python-switch-to-python): Delete command.
10798 (python-shell-switch-to-shell): New command.
10799 (python-describe-symbol): Delete command.
10800 (python-eldoc-at-point): New command.
10801 (python--set-prompt-regexp, python-args-to-list)
10802 (python-after-info-look, python-check-version)
10803 (python-check-comint-prompt, python-find-imports)
10804 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10805 (python-unload-function, python-expand-template)
10806 (python-maybe-jython, python-preoutput-filter)
10807 (python-pdbtrack-get-source-buffer)
10808 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10809 (python-pdbtrack-toggle-stack-tracking)
10810 (python-pdbtrack-track-stack-file, python-initial-text)
10811 (python-first-word, python-comment-line-p, python-send-command)
10812 (python-setup-brm, python-sentinel, python-set-proc)
10813 (python-skip-out, python-input-filter, python-outdent-p)
10814 (python-outline-level, python-backslash-continuation-line-p)
10815 (python-end-of-block, python-end-of-statement, python-mark-block)
10816 (python-beginning-of-block, python-beginning-of-statement)
10817 (python-blank-line-p, python-beginning-of-string)
10818 (python-open-block-statement-p): Delete functions.
10819 (python-indent-line, python-indent-line-1): Delete functions.
10820 (python-indent-line): New function.
10821 (python-indentation-levels): Delete function.
10822 (python-indent-calculate-levels): New function.
10823 (python-proc): Delete function.
10824 (python-shell-get-process): New function.
10825 (python-send-receive): Delete function.
10826 (python-shell-send-string-no-output): New function.
10827 (python-module-path): Delete function.
10828 (python-ffap-module-path): New function.
10829 (python-completion-at-point)
10830 (python-symbol-completions): Delete functions.
10831 (python-completion-complete-at-point): New function.
10832 (python-load-file): Delete function.
10833 (python-shell-send-file): New function.
10834 (python-calculate-indentation): Delete function.
10835 (python-indent-calculate-indentation): New function.
10836 (python-skip-comments/blanks): Delete function.
10837 (python-util-forward-comment): New function.
10838 (python-continuation-line-p): Delete function.
10839 (python-info-continuation-line-p): New function.
10840 (python-which-func, python-current-defun): Delete function.
10841 (python-info-current-defun): New function.
10842 (python-beginning-of-defun): Delete function.
10843 (python-nav-beginning-of-defun): New function.
10844 (python-close-block-statement-p)
10845 (python-block-end-p): Delete function.
10846 (python-info-closing-block): New function.
10847 (python-comint-output-filter-function)
10848 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10849 (python-fill-comment, python-fill-decorator, python-fill-paren)
10850 (python-fill-string, python-imenu-make-element-tree)
10851 (python-imenu-make-tree, python-imenu-tree-assoc)
10852 (python-indent-context, python-indent-dedent-line)
10853 (python-indent-line-function)
10854 (python-indent-post-self-insert-function)
10855 (python-indent-toggle-levels)
10856 (python-info-assignment-continuation-line-p)
10857 (python-info-beginning-of-backlash)
10858 (python-info-block-continuation-line-p)
10859 (python-info-closing-block-message)
10860 (python-info-line-ends-backslash-p)
10861 (python-info-looking-at-beginning-of-defun)
10862 (python-info-ppss-context, python-info-ppss-context-type)
10863 (python-nav-list-defun-positions, python-nav-read-defun)
10864 (python-nav-sentence-end, python-nav-sentence-start)
10865 (python-pdbtrack-comint-output-filter-function)
10866 (python-pdbtrack-set-tracked-buffer)
10867 (python-shell-calculate-exec-path)
10868 (python-shell-calculate-process-environment)
10869 (python-shell-completion--do-completion-at-point)
10870 (python-shell-completion--get-completions)
10871 (python-shell-completion-complete-at-point)
10872 (python-shell-completion-complete-or-indent)
10873 (python-shell-get-or-create-process)
10874 (python-shell-get-process-name)
10875 (python-shell-internal-get-or-create-process)
10876 (python-shell-internal-get-process-name)
10877 (python-shell-internal-send-string, python-shell-make-comint)
10878 (python-shell-parse-command, python-shell-send-setup-code)
10879 (python-skeleton-add-menu-items)
10880 (python-util-clone-local-variables, python-util-position)
10881 (run-python-internal, python-indentation-levels)
10882 (python-nav-beginning-of-defun)
10883 (python-completion-complete-at-point): New functions.
10884 (run-python): Change arguments. New API requirements.
10885
10886 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10889 (bug#11649).
10890
10891 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10892 (macroexp--expand-all): Use it.
10893
10894 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10895 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10896 Use `cl-function' instead.
10897
10898 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10899
10900 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10901 Suggested by Stefan Monnier while discussing bug#11657.
10902
10903 2012-06-14 Sam Steingold <sds@gnu.org>
10904
10905 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10906
10907 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10908
10909 * play/doctor.el (doctor-doc): Remove parameter and use
10910 doctor-sent instead of sent.
10911 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10912
10913 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * files.el: Require cl-lib.
10916 (file-name-non-special): Replace case -> cl-case.
10917
10918 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10919
10920 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10921 mapping from #' to function*.
10922
10923 2012-06-13 Chong Yidong <cyd@gnu.org>
10924
10925 * mouse.el (mouse-drag-track): Do not set the mark if the user
10926 releases the mouse without selecting anything (Bug#11588).
10927
10928 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10931 as well (bug#11646).
10932
10933 * loadup.el: Count byte-code functions as well.
10934
10935 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10936 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10937
10938 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10939 (bug#11649). Add cl-defun and cl-defmacro.
10940
10941 2012-06-13 Drew Adams <drew.adams@oracle.com>
10942
10943 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10944 Fix last change.
10945
10946 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10947
10948 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10949 Otherwise, it blocks in batch mode.
10950
10951 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10952
10953 * help-mode.el (bookmark-make-record-default): Declare.
10954
10955 2012-06-13 Chong Yidong <cyd@gnu.org>
10956
10957 * emacs-lisp/package.el (list-packages): Compute a list of
10958 packages that are newly-available since the last list-packages
10959 invocation.
10960 (package-menu--new-package-list): New var.
10961 (package-menu--generate, package-menu--print-info)
10962 (package-menu--status-predicate, package-menu-mark-install):
10963 Handle new status label "new".
10964
10965 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10966
10967 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10968 conversion to backquotes.
10969
10970 2012-06-12 Chong Yidong <cyd@gnu.org>
10971
10972 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10973 Rename from gud-inhibit-global-bindings.
10974
10975 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10976
10977 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10978 hook from nxml-glyph-set-hook.
10979
10980 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10981 declaration.
10982
10983 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10984
10985 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10986 Convert to defcustom.
10987
10988 2012-06-12 Drew Adams <drew.adams@oracle.com>
10989
10990 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10991 New functions.
10992 (help-mode): Use them.
10993
10994 2012-06-11 Glenn Morris <rgm@gnu.org>
10995
10996 * progmodes/fortran.el (fortran-font-lock-keywords-3):
10997 Use preprocessor face for directives.
10998 (fortran-directive-re): Doc fix.
10999
11000 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11003 conversion to backquotes (bug#11652).
11004
11005 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11006 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11007 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11008 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11009 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11010 (cl-ninth, cl-tenth): Mark them as inlinable.
11011 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11012 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11013 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11014 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11015 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11016 (cl-list*, cl-adjoin): Don't put an autoload manually.
11017 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11018 (cl--compiler-macro-list*): Add autoload cookie.
11019 (cl--compiler-macro-cXXr): New function.
11020
11021 * help-fns.el (help-fns--compiler-macro): New function extracted from
11022 describe-function-1; follow aliases and use `compiler-macro' property.
11023 (describe-function-1): Use it.
11024
11025 2012-06-11 Chong Yidong <cyd@gnu.org>
11026
11027 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11028 is uninstalled, if imagemagick is installed.
11029
11030 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * emacs-lisp/cl-lib.el: Use lexical-binding.
11033 (cl-map-extents, cl-maclisp-member): Remove.
11034 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11035 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11036 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11037 * emacs-lisp/cl-extra.el: Use lexical-binding.
11038 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11039 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11040 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11041 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11042 * emacs-lisp/cl-seq.el: Use lexical-binding.
11043 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11044 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11045 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11046 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11047 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11048 CL's internals.
11049
11050 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11051
11052 Sync with Tramp 2.2.6-pre.
11053
11054 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11055 `print-length' and `print-level' to nil, in order to avoid
11056 truncation. Reported by Christopher Schmidt
11057 <christopher@ristopher.com>.
11058
11059 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11060
11061 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11062 New defmacro.
11063 (tramp-compat-copy-directory): Add optional argument
11064 COPY-CONTENTS. It is not handled yet.
11065
11066 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11067 (tramp-ftp-file-name-p): Simplify.
11068
11069 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11070 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11071 connection vector.
11072
11073 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11074 (tramp-methods): Do not use `tramp-password-end-of-line'.
11075 (tramp-completion-function-alist-putty): Handle UNIX case.
11076 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11077 (tramp-do-file-attributes-with-stat)
11078 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11079 gid as real numbers. They could run out of integer range on cygwin.
11080 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11081 (tramp-sh-handle-expand-file-name): Handle hops.
11082 (tramp-open-connection-setup-interactive-shell):
11083 Use `tramp-cleanup'. Move check for busyboxes ...
11084 (tramp-find-shell): ... here. Simplify implementation.
11085 Set "remote-shell" property also for alternative shells.
11086 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11087 If failing, a regular file would be written otherwise.
11088 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11089 (tramp-find-inline-encoding): Cache the coding commands in the
11090 process cache. Apply test command on the remote side, if defined.
11091 (tramp-find-inline-compress): Cache the compress commands in the
11092 process cache.
11093 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11094 when requested. Handle hops.
11095 (tramp-current-connection): New defvar.
11096 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11097 Throw `suppress', if there was a failed connection shortly before.
11098 Handle user interrupt. (Bug#10187)
11099 (tramp-get-inline-compress, tramp-get-inline-coding):
11100 Read connection properties from the process cache.
11101
11102 * net/tramp-smb.el (tramp-smb-server-version)
11103 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11104 New defconsts.
11105 (tramp-smb-prompt): Extend for powershell prompt.
11106 (tramp-smb-file-name-handler-alist): Add handlers for
11107 `process-file', `shell-command' and `start-file-process'.
11108 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11109 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11110 (tramp-smb-file-name-p): Simplify.
11111 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11112 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11113 (tramp-smb-shell-quote-argument): New defuns.
11114 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11115 Implement using "tar". By this, time-stamps are preserved.
11116 (tramp-smb-handle-copy-file): Handle also the case of directories.
11117 (tramp-smb-do-file-attributes-with-stat)
11118 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11119 Use `tramp-get-connection-buffer').
11120 (tramp-smb-handle-rename-file): Use "rename", when source and
11121 target are on the same share.
11122 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11123 Use `tramp-smb-server-version'.
11124 (tramp-smb-wait-for-output): Remove prompt.
11125
11126 * net/tramp.el (top): Require 'cl.
11127 (tramp-methods, tramp-rsh-end-of-line):
11128 Remove `tramp-password-end-of-line' from docstring.
11129 (tramp-save-ad-hoc-proxies): New defcustom.
11130 (tramp-completion-function-alist): Adapt docstring.
11131 (tramp-default-password-end-of-line): Remove defcustom.
11132 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11133 (tramp-user-regexp, tramp-file-name-regexp-unified)
11134 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11135 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11136 (tramp-remote-file-name-spec-regexp): New defconst.
11137 (tramp-file-name-structure): Extend structure for hops.
11138 (tramp-get-method-parameter): Move up.
11139 (tramp-file-name-p, tramp-dissect-file-name)
11140 (with-parsed-tramp-file-name): Handle hops.
11141 (tramp-file-name-hop): New defun.
11142 (tramp-make-tramp-file-name): New optional arg HOP.
11143 (tramp-message-show-progress-reporter-message): New defvar.
11144 (tramp-with-progress-reporter): Use it. We cannot use
11145 `tramp-message-show-message' here, because this suppresses also
11146 error buffers.
11147 (tramp-error-with-buffer): Suppress buffer view, if
11148 `tramp-message-show-message' is nil.
11149 Use `tramp-get-connection-buffer'.
11150 (tramp-cleanup): New defun.
11151 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11152 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11153 an error unchanged.
11154 (tramp-completion-handle-file-name-all-completions): Handle hops.
11155 Fix an error when called from ido.
11156 (tramp-completion-dissect-file-name): Use better local variable
11157 name. Add hop to the vector.
11158 (tramp-handle-insert-file-contents): Use progress-reporter for the
11159 whole scenario.
11160 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11161 to `t'.
11162 (tramp-check-for-regexp): Simplify search.
11163 (tramp-enter-password): Remove it. Move implementation ...
11164 (tramp-action-password): ... here.
11165 (tramp-mode-string-to-int, tramp-local-host-p)
11166 (tramp-make-tramp-temp-file, tramp-read-passwd)
11167 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11168 Set tramp-autoload cookie.
11169
11170 * net/trampver.el: Update release number.
11171
11172 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11173 Michael Albinus <michael.albinus@gmx.de>
11174
11175 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11176 (tramp-parse-group, tramp-parse-file)
11177 (tramp-parse-shostkeys-sknownhosts): New defuns.
11178 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11179 (tramp-parse-shosts-group, tramp-parse-sconfig)
11180 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11181 (tramp-parse-sknownhosts, tramp-parse-hosts)
11182 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11183 Use them.
11184 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11185 (tramp-parse-putty-group): Don't narrow.
11186 (tramp-parse-putty): Make a loop.
11187 (tramp-file-name-handler): Catch the `suppress' signal.
11188
11189 2012-06-11 Chong Yidong <cyd@gnu.org>
11190
11191 * image.el (imagemagick-register-types): Put the ImageMagick entry
11192 at the end of image-type-file-name-regexps.
11193
11194 2012-06-11 Johan Bockgård <bojohan@gnu.org>
11195
11196 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11197 (pcase, pcase-let*, pcase-dolist): Use them.
11198
11199 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * emacs-lisp/pcase.el (pcase--let*): New function.
11202 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11203 (pcase--expand): Use macroexp-let².
11204
11205 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11208 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11209 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11210 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11211 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11212 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11213
11214 2012-06-10 Glenn Morris <rgm@gnu.org>
11215
11216 * mail/rmail.el (rmail-yank-current-message): Leave point at
11217 correct position. (Bug#11660)
11218
11219 2012-06-10 Chong Yidong <cyd@gnu.org>
11220
11221 * allout-widgets.el: Fix code header.
11222
11223 2012-06-10 Chong Yidong <cyd@gnu.org>
11224
11225 * cus-edit.el (customize-changed-options-previous-release):
11226 Bump to 24.1.
11227
11228 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11229
11230 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11231
11232 2012-06-09 Chong Yidong <cyd@gnu.org>
11233
11234 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11235
11236 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11237
11238 * window.el (special-display-popup-frame): Don't use
11239 window--display-buffer (Bug#11651).
11240
11241 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11242
11243 Fix parallel builds: make sure loaddefs.el is not being written
11244 while Lisp files are compiled.
11245 (compile): Don't depend on 'mh-autoloads'.
11246 (compile-CMD, compile-SH): Depend on 'autoloads'.
11247 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11248
11249 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11250
11251 2012-06-09 Chong Yidong <cyd@gnu.org>
11252
11253 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11254 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11255 Doc fixes (Bug#11225).
11256
11257 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11258
11259 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11260 a function if there's a clear indication that it has a compiler-macro.
11261 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11262 (macro-declarations-alist): Add arglist to declaration functions.
11263 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11264 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11265 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11266 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11267 Also add autoload to find the compiler macro.
11268 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11269 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11270 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11271 (cl--compiler-macro-get): New functions, replacing calls to
11272 cl-define-compiler-macro.
11273 (cl-typep) [compiler-macro]: Use macroexp-let².
11274
11275 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11276
11277 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11278 string properly, fixes Bug#11473.
11279
11280 2012-06-08 Chong Yidong <cyd@gnu.org>
11281
11282 * faces.el (set-face-attribute): Doc fix.
11283 (modify-face): Don't use :bold and :italic.
11284 (error, warning, success): Tweak definitions.
11285
11286 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11287 (custom-modified, custom-set, custom-changed, custom-themed)
11288 (custom-saved, custom-button, custom-button-mouse)
11289 (custom-button-pressed, custom-state, custom-comment-tag)
11290 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11291 (custom-group-subtitle): Use new-style face specs.
11292 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11293 (custom-set-face, custom-changed-face, custom-saved-face)
11294 (custom-button-face, custom-button-pressed-face)
11295 (custom-documentation-face, custom-state-face)
11296 (custom-comment-face, custom-comment-tag-face)
11297 (custom-variable-tag-face, custom-variable-button-face)
11298 (custom-face-tag-face, custom-group-tag-face-1)
11299 (custom-group-tag-face): Remove obsolete face alias.
11300
11301 * epa.el (epa-validity-high, epa-validity-medium)
11302 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11303 (epa-field-name, epa-field-body):
11304 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11305 (font-lock-keyword-face, font-lock-builtin-face)
11306 (font-lock-function-name-face, font-lock-variable-name-face)
11307 (font-lock-type-face, font-lock-constant-face):
11308 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11309 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11310 * speedbar.el (speedbar-button-face, speedbar-file-face)
11311 (speedbar-directory-face, speedbar-tag-face)
11312 (speedbar-selected-face, speedbar-highlight-face)
11313 (speedbar-separator-face):
11314 * whitespace.el (whitespace-newline, whitespace-space)
11315 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11316 (whitespace-line, whitespace-space-before-tab)
11317 (whitespace-space-after-tab, whitespace-indentation)
11318 (whitespace-empty):
11319 * emulation/cua-base.el (cua-global-mark):
11320 * eshell/em-prompt.el (eshell-prompt):
11321 * net/newst-plainview.el (newsticker-new-item-face)
11322 (newsticker-old-item-face, newsticker-immortal-item-face)
11323 (newsticker-obsolete-item-face, newsticker-date-face)
11324 (newsticker-statistics-face, newsticker-default-face):
11325 * net/newst-reader.el (newsticker-feed-face)
11326 (newsticker-extra-face, newsticker-enclosure-face):
11327 * net/newst-treeview.el (newsticker-treeview-face)
11328 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11329 (newsticker-treeview-immortal-face)
11330 (newsticker-treeview-obsolete-face)
11331 (newsticker-treeview-selection-face):
11332 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11333 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11334 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11335 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11336 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11337 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11338 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11339 (mpuz-text):
11340 * progmodes/vera-mode.el (vera-font-lock-number)
11341 (vera-font-lock-function, vera-font-lock-interface):
11342 * textmodes/table.el (table-cell): Use new-style face specs, and
11343 don't use the old :bold and :italic attributes.
11344
11345 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11346 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11347 (ebrowse-member-class, ebrowse-progress): Likewise.
11348 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11349 (ebrowse-file-name-face, ebrowse-default-face)
11350 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11351 (ebrowse-progress-face): Remove obsolete faces.
11352
11353 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11354 Inherit from error and warning faces respectively.
11355
11356 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11357 Likewise.
11358 (flyspell-incorrect-face, flyspell-duplicate-face):
11359 Remove obsolete aliases.
11360
11361 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11362
11363 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11364 Avoid infloop.
11365
11366 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * startup.el (argv, argi): Make lexically scoped.
11369 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11370 * emacs-lisp/cl-macs.el: Use lexical-binding.
11371 Rename cl-bind-* to cl--bind-*.
11372 * files.el: Don't require `cl' since it doesn't use it.
11373 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11374
11375 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11376
11377 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11378 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11379 instead of calling external sort utility.
11380 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11381
11382 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11383
11384 * descr-text.el (describe-char): Mention how to insert the
11385 character, if the current input method doesn't support it.
11386 See the discussion in this thread for the details:
11387 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11388
11389 2012-06-08 Sam Steingold <sds@gnu.org>
11390
11391 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11392 XF86Back to previous-buffer.
11393 (minibuffer-local-map): Bind them to next-history-element and
11394 previous-history-element respectively.
11395 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11396 help-go-back respectively.
11397 * info.el (Info-mode-map): Bind them to Info-history-forward and
11398 Info-history-back respectively.
11399 These are the keys next to Up on the ThinkPad keyboard.
11400
11401 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11402
11403 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11404 * emacs-lisp/cl-macs.el: Provide itself.
11405 (cl--labels-convert-cache): New var.
11406 (cl--labels-convert): New function.
11407 (cl-flet, cl-labels): New implementation with new semantics, relying on
11408 lexical-binding.
11409 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11410 (cl-closure-vars, cl--function-convert-cache)
11411 (cl--function-convert): Move from cl-macs.el.
11412 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11413 rename by removing the "cl-" prefix.
11414 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11415
11416 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11417
11418 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11419 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11420 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11421 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11422 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11423 (cl-hash-table-count): Add old compatibility aliases.
11424
11425 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11426 Use macroexpand-all-environment instead.
11427 (cl--old-macroexpand): New var.
11428 (cl--sm-macroexpand): New function.
11429 (cl-symbol-macrolet): Use it during macro expansion.
11430 (cl--function-convert-cache): New var.
11431 (cl--function-convert): New function, extracted from
11432 cl-macroexpand-all.
11433 (cl-lexical-let): Use it.
11434
11435 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11436 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11437 (cl-member): Remove old alias.
11438
11439 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11440 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11441 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11442 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11443 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11444 (cl-macroexpand-cmacs): Remove var.
11445 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11446 Use macroexpand-all instead.
11447
11448 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11451 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11452 (macroexp-copyable-p): New functions and macros.
11453 * emacs-lisp/edebug.el (edebug-unwrap):
11454 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11455 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11456 (pcase--let*): Remove.
11457 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11458 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11459 macroexp-const-p instead.
11460 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11461
11462 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11463 instead of "cl-" for internal definitions. Use macroexp-const-p.
11464 (cl-old-bc-file-form): Remove var.
11465 (cl-const-exprs-p): Remove fun.
11466 (cl-labels, cl-macrolet): Use backquote.
11467 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11468 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11469 (cl-define-setf-expander): Rename from cl-define-setf-method.
11470 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11471
11472 * international/mule-cmds.el: Don't require CL.
11473 (view-hello-file): Don't use `letf'.
11474
11475 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11476
11477 * tmm.el (tmm-prompt): Use string-prefix-p.
11478 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11479 (tmm-add-prompt): Use minibuffer-completion-help.
11480 (tmm-delete-map): Remove.
11481
11482 * subr.el (kbd): Make it its own function.
11483
11484 2012-06-07 Stefan Merten <smerten@oekonux.de>
11485
11486 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11487 Silence compiler warnings. Fix versions.
11488 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11489 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11490 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11491 (rst-package-emacs-version-alist): Correct Emacs version to
11492 represent major merge with upstream.
11493 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11494
11495 2012-06-06 Glenn Morris <rgm@gnu.org>
11496
11497 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11498 Only print environment variables if set.
11499
11500 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11501
11502 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11503 (macroexp--cons): Rename from maybe-cons.
11504 (macroexp--accumulate): Rename from macroexp-accumulate.
11505 (macroexp--all-forms): Rename from macroexpand-all-forms.
11506 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11507 (macroexp--expand-all): Rename from macroexpand-all-1.
11508
11509 2012-06-06 Sam Steingold <sds@gnu.org>
11510
11511 * calendar/calendar.el (calendar-in-read-only-buffer):
11512 Call `special-mode' to enable the standard read-only keybindings.
11513
11514 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11517 with "loading" messages (bug#11635).
11518
11519 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11520
11521 * files.el (enable-remote-dir-locals): New option.
11522 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11523
11524 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11525 Ensure, that the temp directory is local.
11526
11527 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11528 `temporary-file-directory'.
11529
11530 * progmodes/python.el (python-send-region): Ensure, that the
11531 temporary file is created also in the remote case.
11532
11533 2012-06-06 Glenn Morris <rgm@gnu.org>
11534
11535 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11536 (vc-rcs-update-changelog): Use it.
11537
11538 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11539
11540 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11541 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11542 (vc-sccs-diff): Replace use of the external vcdiff script.
11543
11544 2012-06-05 Glenn Morris <rgm@gnu.org>
11545
11546 * ledit.el: Move to obsolete/.
11547
11548 2012-06-05 Sam Steingold <sds@gnu.org>
11549
11550 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11551 patch (Bug#11140).
11552
11553 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11554
11555 * emacs-lisp/cust-print.el: Move to obsolete.
11556
11557 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11558 compiler-macro expansion.
11559
11560 Add native compiler-macro support.
11561 * emacs-lisp/macroexp.el (macroexpand-all-1):
11562 Support compiler-macros directly. Properly follow aliases and apply
11563 the compiler macros more thoroughly.
11564 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11565 macroexpand now properly follows aliases.
11566 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11567 (cl-compiler-macroexpand): Use new prop.
11568 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11569
11570 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11571
11572 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11573
11574 * window.el (get-lru-window, get-mru-window, get-largest-window):
11575 New argument NOT-SELECTED to avoid picking the selected window.
11576 (window--display-buffer-1, window--display-buffer-2): Replace by
11577 new function window--display-buffer
11578 (display-buffer-same-window, display-buffer-reuse-window)
11579 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11580 Use window--display-buffer.
11581 (display-buffer-use-some-window): Remove temporary dedication
11582 hack by calling get-lru-window and get-largest-window with
11583 NOT-SELECTED argument non-nil. Call window--display-buffer.
11584
11585 2012-06-05 Glenn Morris <rgm@gnu.org>
11586
11587 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11588 Replace external vcdiff script.
11589
11590 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11593
11594 2012-06-04 Chong Yidong <cyd@gnu.org>
11595
11596 * image.el (imagemagick-types-inhibit): Revert last change.
11597 Add INFO and M.
11598 (imagemagick-enabled-types): Remove CIN and EPS*.
11599
11600 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * emacs-lisp/cl-lib.el: Rename from cl.el.
11603 * emacs-lisp/cl.el: New compatibility file.
11604 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11605 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11606 to obey the "cl-" prefix.
11607 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11608
11609 2012-06-03 Glenn Morris <rgm@gnu.org>
11610
11611 * emacs-lisp/authors.el (authors-aliases): Addition.
11612
11613 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11614 Fix :version.
11615
11616 2012-06-03 Stefan Merten <smerten@oekonux.de>
11617
11618 * textmodes/rst.el: Add comments.
11619 (rst-transition, rst-adornment): New faces.
11620 (rst-adornment-faces-alist): Make default safe to reevaluate.
11621 Fixes
11622 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11623 Improve customization tags.
11624 (rst-define-level-faces): Clarify meaning.
11625
11626 2012-06-03 Chong Yidong <cyd@gnu.org>
11627
11628 * progmodes/compile.el (compilation-mode-line-fail)
11629 (compilation-mode-line-run, compilation-mode-line-exit):
11630 New faces.
11631 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11632
11633 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11634
11635 * progmodes/which-func.el (which-func-update-ediff-windows):
11636 New function. Use it in ediff-select-hook (Bug#11478).
11637
11638 2012-06-03 Chong Yidong <cyd@gnu.org>
11639
11640 * bindings.el: Remove explicit help text from format-mode-line.
11641 It is now supplied by mode-line-default-help-echo.
11642 (mode-line-front-space, mode-line-end-spaces)
11643 (mode-line-misc-info): New variables.
11644 (mode-line-modes, mode-line-position): Move the default value to
11645 the variable definition.
11646 (mode-line-default-help-echo): New defcustom.
11647 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11648 (mode-line-modified-help-echo): New functions.
11649 (mode-line-mule-info, mode-line-modified): Use them.
11650 (mode-line-eol-desc, propertized-buffer-identification):
11651 Consistency fixes for help text.
11652 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11653 set-buffer-file-coding-system (Bug#289).
11654 (mode-line-mule-info-help-echo): Update help text.
11655
11656 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11657
11658 * simple.el (execute-extended-command): Set real-this-command
11659 (bug#11506).
11660
11661 2012-06-02 Chong Yidong <cyd@gnu.org>
11662
11663 Remove incorrect uses of "modeline" in comments, docstrings, and
11664 function/variable names (Bug#10329).
11665
11666 * cus-edit.el (mode-line):
11667 * dframe.el (dframe-mouse-hscroll):
11668 * emacs-lisp/re-builder.el:
11669 * emacs-lisp/easy-mmode.el (define-minor-mode):
11670 * frame.el (set-frame-name):
11671 * help.el (lookup-minor-mode-from-indicator):
11672 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11673 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11674 (c-toggle-hungry-state):
11675 * progmodes/antlr-mode.el (antlr-language-alist):
11676 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11677 * progmodes/vhdl-mode.el (vhdl-mode):
11678 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11679 * term/ns-win.el (ns-face-at-pos):
11680 * term/sup-mouse.el (sup-mouse-report):
11681 * textmodes/flyspell.el (flyspell-mode-line-string):
11682 * textmodes/ispell.el (ispell-highlight-face):
11683 * textmodes/reftex-global.el:
11684 * vc/vc-arch.el (vc-arch-mode-line-string):
11685 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11686 * vc/vc-git.el (vc-git-mode-line-string):
11687 * vc/vc-hooks.el (vc-display-status)
11688 (vc-default-mode-line-string):
11689 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11690
11691 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11692
11693 * dired.el (dired-sort-set-mode-line): Rename from
11694 dired-sort-set-modeline. All callers changed.
11695
11696 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11697 eshell-status-in-modeline.
11698
11699 * foldout.el (foldout-mode-line-string): Rename from
11700 foldout-modeline-string. All callers changed.
11701 (foldout-update-mode-line): Rename from foldout-update-modeline.
11702
11703 * subr.el (redraw-modeline): Make into obsolete alias.
11704
11705 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11706 timeclock-modeline-display. Make old name an alias.
11707 (timeclock-update-mode-line): Likewise. All callers changed.
11708 (timeclock-mode-line-display): No need to check before using
11709 add-hook.
11710 (timeclock-relative, timeclock-day-over-hook)
11711 (timeclock-use-elapsed, timeclock-mode-string)
11712 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11713
11714 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11715 crisp-mode-modeline-string.
11716
11717 * play/solitaire.el (solitaire-build-mode-line): Rename from
11718 solitaire-build-modeline. All callers changed.
11719
11720 * play/zone.el (zone-hiding-mode-line): Rename from
11721 zone-hiding-modeline. All callers changed.
11722 (zone): Remove unusued `modeline-hidden-level' property.
11723
11724 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11725 xscheme-modeline-initialize. All callers changed.
11726
11727 * strokes.el (strokes-lighter): Rename from
11728 strokes-modeline-string.
11729
11730 * textmodes/sgml-mode.el (html-face-tag-alist)
11731 (html-tag-face-alist): Use mode-line face instead of obsolete
11732 alias modeline.
11733
11734 2012-06-02 Stefan Merten <smerten@oekonux.de>
11735
11736 * textmodes/rst.el: Always require `cl'.
11737 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11738
11739 2012-06-02 Chong Yidong <cyd@gnu.org>
11740
11741 * image.el (imagemagick-enabled-types): Rename from
11742 imagemagick-types-enable. Add many more types.
11743 (imagemagick-types-inhibit): Change default to nil.
11744 (imagemagick-filter-types): Caller changed.
11745
11746 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * emacs-lisp/cl-macs.el: Use backquotes.
11749 (cl-transform-function-property): Use eval-and-compile rather than
11750 abusing `require'.
11751 (defstruct): Use declare-function instead of with-no-warnings.
11752
11753 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11754 (byte-compile-output-docform): Re-add the print-circle bindings.
11755 (byte-compile-fix-header): Use #$ just because it's shorter.
11756 (byte-compile-output-file-form): Remove defun/defmacro.
11757
11758 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11759
11760 * simple.el (choose-completion): Remove now obsolete binding for
11761 owindow.
11762
11763 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11764
11765 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11766 in order to avoid "Stack overflow in regexp matcher".
11767
11768 2012-05-31 Glenn Morris <rgm@gnu.org>
11769
11770 * image.el: For clarity, call imagemagick-register-types at
11771 top-level, rather than relying on a custom :initialize.
11772 (imagemagick-types-enable): New option. (Bug#11557)
11773 (imagemagick-filter-types): New function. (Bug#7406)
11774 (imagemagick-register-types): Use imagemagick-filter-types.
11775 If disabling support, remove elements altogether rather
11776 than using an impossible regexp.
11777 (imagemagick-types-inhibit): Give it the default init function.
11778
11779 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11780
11781 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11782 Handle arbitrary file name lengths (Bug#11585).
11783
11784 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11785
11786 * desktop.el (desktop-read): Clear previous and next buffers for
11787 all windows and bury *Messages* buffer (bug#11556).
11788
11789 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11790
11791 Add `declare' for `defun'. Align `defmacro's with it.
11792 * emacs-lisp/easy-mmode.el (define-minor-mode)
11793 (define-globalized-minor-mode): Don't autoload the var definitions.
11794 * emacs-lisp/byte-run.el: Use lexical-binding.
11795 (defun-declarations-alist, macro-declarations-alist): New vars.
11796 (defmacro, defun): Use them.
11797 (make-obsolete, define-obsolete-function-alias)
11798 (make-obsolete-variable, define-obsolete-variable-alias):
11799 Use `declare'.
11800 (macro-declaration-function): Mark obsolete.
11801 * emacs-lisp/autoload.el: Use lexical-binding.
11802 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11803
11804 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11805
11806 * textmodes/ispell.el (ispell-with-no-warnings):
11807 Define as a macro.
11808 (ispell-kill-ispell, ispell-change-dictionary):
11809 Use `called-interactively-p' for Emacs instead of obsolete
11810 `interactive-p'.
11811
11812 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11815 (macro-declaration-function): Move var from C code.
11816 (macro-declaration-function): Define function with defalias.
11817 * emacs-lisp/macroexp.el (macroexpand-all-1):
11818 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11819 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11820 defun/defmacro any more.
11821 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11822 Provide fallback for unknown arglist.
11823 (byte-compile-arglist-warn): Change calling convention.
11824 (byte-compile-output-file-form): Move print-vars binding.
11825 (byte-compile-output-docform): Simplify accordingly.
11826 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11827 (byte-compile-defmacro-declaration): Remove.
11828 (byte-compile-file-form-defmumble): Generalize to defalias.
11829 (byte-compile-output-as-comment): Return byte-positions.
11830 Simplify callers accordingly.
11831 (byte-compile-lambda): Use `assert'.
11832 (byte-compile-defun, byte-compile-defmacro): Remove.
11833 (byte-compile-file-form-defalias):
11834 Use byte-compile-file-form-defmumble.
11835 (byte-compile-defalias-warn): Remove.
11836
11837 2012-05-29 Stefan Merten <smerten@oekonux.de>
11838
11839 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11840 possible. Fix authors. Improve comments. Improve loading of `cl'.
11841
11842 (rst-mode-abbrev-table): Merge definition.
11843 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11844 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11845
11846 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11847
11848 * calendar/icalendar.el
11849 (icalendar-export-region): Export UID properly.
11850
11851 2012-05-29 Leo Liu <sdl.web@gmail.com>
11852 * calendar/icalendar.el (icalendar-import-format):
11853 Add `icalendar-import-format-uid' (Bug#11525).
11854 (icalendar-import-format-uid): New.
11855 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11856 Export UID.
11857
11858 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11861 different alternative patterns.
11862 (pcase-codegen): Be more careful to preserve identity.
11863 (pcase--u1): Don't forget to mark vars as used.
11864
11865 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11866 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11867 (byte-compile-from-buffer): ...rather than here.
11868
11869 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11870 functions from byte-compile-function-environment.
11871
11872 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11873
11874 * window.el (window-deletable-p): Avoid deleting the root window
11875 of a frame with an active minibuffer.
11876
11877 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11878
11879 * simple.el (choose-completion): Use quit-window (Bug#11567).
11880
11881 2012-05-29 Chong Yidong <cyd@gnu.org>
11882
11883 * whitespace.el (whitespace-cleanup): Fix usage of
11884 whitespace-empty-at-bob-regexp (Bug#11492).
11885
11886 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11887
11888 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11889 revert (Bug#11488).
11890
11891 2012-05-29 Juri Linkov <juri@jurta.org>
11892
11893 * isearch.el (isearch-mode-map): Bind `M-s _' to
11894 `isearch-toggle-symbol'. Bind `M-s c' to
11895 `isearch-toggle-case-fold'.
11896 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11897 (isearch-forward): Add `M-s _' to the docstring.
11898 (isearch-forward-symbol, isearch-toggle-case-fold)
11899 (isearch-symbol-regexp): New functions. (Bug#11381)
11900
11901 2012-05-29 Juri Linkov <juri@jurta.org>
11902
11903 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11904 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11905 a function, call it to get the regexp.
11906 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11907 property `isearch-message-prefix' instead of the string "word ".
11908 (isearch-search-fun-default): For the case of `isearch-word',
11909 return a lambda that calls re-search-forward/re-search-backward
11910 with a regexp returned by `word-search-regexp' or by the function
11911 in `isearch-word'.
11912
11913 2012-05-29 Juri Linkov <juri@jurta.org>
11914
11915 * isearch.el (isearch-search-fun-default): New function.
11916 (isearch-search-fun): Move default part to the new function
11917 `isearch-search-fun-default'.
11918 (isearch-search-fun-function): Set the default value to
11919 `isearch-search-fun-default'. (Bug#11381)
11920
11921 * comint.el (comint-history-isearch-end):
11922 Use `isearch-search-fun-default'.
11923 (comint-history-isearch-search): Use `isearch-search-fun-default'
11924 and remove spacial case for `isearch-word'.
11925 (comint-history-isearch-wrap): Remove spacial case for
11926 `isearch-word'.
11927
11928 * hexl.el (hexl-isearch-search-function):
11929 Use `isearch-search-fun-default'.
11930
11931 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11932 Use `word-search-regexp' for `isearch-word'.
11933
11934 * misearch.el (multi-isearch-search-fun):
11935 Use `isearch-search-fun-default'.
11936
11937 * simple.el (minibuffer-history-isearch-search):
11938 Use `isearch-search-fun-default' and remove spacial case for
11939 `isearch-word'.
11940 (minibuffer-history-isearch-wrap): Remove spacial case for
11941 `isearch-word'.
11942
11943 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11944 Remove spacial case for `isearch-word'.
11945 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11946
11947 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11948
11949 Decrease XEmacs incompatibilities.
11950 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11951 Use `string-match'.
11952 (flyspell-delete-region-overlays): Use alternative definition for
11953 XEmacs.
11954 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11955 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11956 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11957 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11958 `define-obsolete-face-alias' under XEmacs, but old method.
11959
11960 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11961 `with-no-warnings' definition or Emacs alias.
11962 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11963 (ispell-word): Do not use `region-p' if XEmacs.
11964
11965 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11966
11967 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11968 Check for `ispell-dictionary-base-alist' instead of full
11969 `ispell-dictionary-alist'.
11970 (ispell-init-process): Show spellchecker when starting new Ispell
11971 process.
11972
11973 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11976 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11977
11978 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11979
11980 * version.el (motif-version-string, gtk-version-string)
11981 (ns-version-string): Declare.
11982
11983 2012-05-27 Juri Linkov <juri@jurta.org>
11984
11985 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11986 after the `eval-defun-1' specialcaseing
11987 like in `edebug-eval-defun' (bug#10181).
11988
11989 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11990 like in `eval-defun-1'.
11991
11992 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11993
11994 * mail/sendmail.el (mail-yank-region):
11995 Recognize rmail-yank-current-message in addition to insert-buffer.
11996 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11997 a *mail* buffer created through rmail-start-mail with sendmail as
11998 mail-user-agent.
11999
12000 2012-05-27 Chong Yidong <cyd@gnu.org>
12001
12002 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12003 Default to 256 (Bug#11267).
12004
12005 * help.el (describe-mode): Doc fix.
12006
12007 2012-05-26 Glenn Morris <rgm@gnu.org>
12008
12009 * w32-fns.el (w32-init-info): Remove.
12010 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12011
12012 * info.el (info-initialize): For self-contained NS builds, put the
12013 included info/ directory at the front. (Bug#2791)
12014
12015 * paths.el (Info-default-directory-list): Make it a defcustom,
12016 mainly so that we can use custom-initialize-delay.
12017
12018 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12019
12020 * subr.el (buffer-has-markers-at): Mark obsolete.
12021
12022 * subr.el (lambda): Use declare.
12023
12024 * emacs-lisp/lisp-mode.el (lambda):
12025 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12026
12027 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12028
12029 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12030
12031 2012-05-26 Glenn Morris <rgm@gnu.org>
12032
12033 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12034
12035 2012-05-25 Glenn Morris <rgm@gnu.org>
12036
12037 * paths.el: Remove no-byte-compile.
12038 * loadup.el: No need to load paths.el uncompiled.
12039
12040 * image.el (imagemagick-types-inhibit): Doc fix.
12041
12042 * version.el: Remove no-byte-compile and associated formatting.
12043 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12044 is ancient code from when there was an "inc-vers.el".
12045
12046 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12047
12048 * progmodes/gdb-mi.el: Minor style changes.
12049 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12050 Turn into minor modes.
12051 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12052 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12053 (gdb-shell): Remove unneeded let-binding.
12054 (gdb-get-many-fields): Eliminate O(n²) behavior.
12055
12056 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12057
12058 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12059 platforms that don't link in fontset.c.
12060
12061 2012-05-25 Juri Linkov <juri@jurta.org>
12062
12063 Use the same diff color scheme as in modern VCSes (bug#10181).
12064
12065 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12066 to avoid confusion with `diff-added' that now uses green colors.
12067 (diff-removed): Use shades of red.
12068 (diff-added): Use shades of green.
12069 (diff-changed): Leave just the yellow color.
12070 (diff-use-changed-face): New variable.
12071 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12072 how to highlight context diff changes.
12073 (diff-refine-change): Use shades of yellow.
12074 (diff-refine-removed): New face that uses shades of red.
12075 (diff-refine-added): New face that uses shades of green.
12076 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12077 `diff-refine-removed' in the call to `smerge-refine-subst'
12078 depending on the value of `diff-use-changed-face'.
12079
12080 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12081 (smerge-other): Use shades of green.
12082 (smerge-base): Use shades of yellow.
12083 (smerge-refined-change): Empty face.
12084 (smerge-refined-removed): New face that uses shades of red.
12085 (smerge-refined-added): New face that uses shades of green.
12086 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12087 args `props-r' and `props-a', and use them. Doc fix.
12088 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12089 on its value use different faces `smerge-refined-change',
12090 `smerge-refined-removed', `smerge-refined-added' in the call to
12091 `smerge-refine-subst'.
12092
12093 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12094 Add face condition `min-colors 88' with shades of red.
12095 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12096 `min-colors 88' with shades of green.
12097 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12098 `min-colors 88' with shades of yellow.
12099
12100 2012-05-24 Glenn Morris <rgm@gnu.org>
12101
12102 * paths.el (prune-directory-list, remote-shell-program): Move to...
12103 * files.el (prune-directory-list, remote-shell-program): ...here.
12104 For the latter, delay initialization, prefer ssh, just search PATH.
12105
12106 * paths.el (term-file-prefix): Move to faces.el (the only user).
12107 * faces.el (term-file-prefix): Move here, make it a defcustom.
12108
12109 * paths.el (news-directory, news-path, news-inews-program):
12110 Move to gnus/nnspool.el.
12111
12112 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12113
12114 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12115 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12116 Make the latter a defcustom, with a delayed initialization.
12117
12118 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12119 These were deleted from Gnus itself late 2010.
12120
12121 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12122
12123 * progmodes/which-func.el (which-func-ff-hook):
12124 Check against user-error, not error.
12125
12126 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12127 cl-specs.el, which no longer exists.
12128
12129 2012-05-22 Glenn Morris <rgm@gnu.org>
12130
12131 * info.el (info-emacs-bug): New command.
12132 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12133 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12134
12135 2012-05-21 Glenn Morris <rgm@gnu.org>
12136
12137 * makefile.w32-in (update-subdirs-SH):
12138 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12139
12140 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12141
12142 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12143
12144 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12145 Simplify Maven regexp, and make sure the file can't start with a space
12146 (bug#11517).
12147
12148 2012-05-21 Glenn Morris <rgm@gnu.org>
12149
12150 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12151 Scrap superfluous subshells.
12152
12153 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12154
12155 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12156 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12157
12158 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12159
12160 * calc/calc.el (calc-ensure-consistent-units): New variable.
12161
12162 * calc/calc-units.el (math-consistent-units-p)
12163 (math-check-unit-consistency): New functions.
12164 (calc-quick-units, calc-convert-units):
12165 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12166 is non-nil.
12167 (calc-extract-units): Fix typo.
12168
12169 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12172
12173 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12174 (flyspell-default-deplacement-commands): Don't spell check after
12175 repeated window/frame switches (e.g. triggered by mouse-movement).
12176 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12177 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12178 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12179 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12180 Remove unused vars.
12181 (flyspell-get-casechars, flyspell-get-not-casechars):
12182 Simplify; Don't bother removing a ] just to add it back.
12183 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12184
12185 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12186
12187 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12188 New functions.
12189 (math-function-table): Add support for more C functions.
12190
12191 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12192
12193 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12194 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12195 Protect delay handling for otherchars against empty otherchars.
12196
12197 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12200 their respective macro declarations.
12201 * skeleton.el (define-skeleton):
12202 * progmodes/compile.el (define-compilation-mode):
12203 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12204 (define-ibuffer-filter):
12205 * emacs-lisp/generic.el (define-generic-mode):
12206 * emacs-lisp/easy-mmode.el (define-minor-mode)
12207 (define-globalized-minor-mode):
12208 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12209 * emacs-lisp/byte-run.el (defsubst):
12210 * custom.el (deftheme): Add doc-string metadata.
12211
12212 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12215
12216 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12217
12218 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12219
12220 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12221 * emacs-lisp/cl-macs.el: Idem.
12222 * emacs-lisp/cl-specs.el: Remove.
12223
12224 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12225
12226 Minor renaming of internal CL functions and variables.
12227 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12228 (cl--position): Rename from cl-position.
12229 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12230 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12231 (cl--random-state): Rename from *random-state*.
12232
12233 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12234
12235 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12236 parens around the arg list (bug#11499).
12237
12238 2012-05-17 Juri Linkov <juri@jurta.org>
12239
12240 * isearch.el (word-search-regexp, word-search-backward)
12241 (word-search-forward, word-search-backward-lax)
12242 (word-search-forward-lax): Move functions from search.c
12243 (bug#10145, bug#11381).
12244
12245 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12246
12247 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12248 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12249 Delay for otherchars as for normal word components.
12250
12251 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * minibuffer.el (completion--sifn-requote): Fix last change.
12254 (minibuffer-local-must-match-filename-map):
12255 Move define-obsolete-variable-alias before its var.
12256
12257 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12258
12259 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12260
12261 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12262 behavior.
12263 (completion--string-equal-p): New function.
12264 (completion--twq-all): Use it to get better assertion failure data.
12265
12266 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12267 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12268 (shell--requote-argument): New functions.
12269 (shell-completion-vars): Use them.
12270 (shell--parse-pcomplete-arguments): Rename from
12271 shell-parse-pcomplete-arguments.
12272 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12273 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12274 Obey comint-file-name-quote-list.
12275
12276 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12277 (smie-indent-keyword): Use it.
12278
12279 2012-05-14 Stefan Merten <smerten@oekonux.de>
12280
12281 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12282
12283 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * net/rlogin.el (rlogin-mode-map): Fix last change.
12286
12287 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12288
12289 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12290 the following \r\n using a single `process-send-string', since the
12291 Lotus SMTP server refuses to accept any commands if they are sent
12292 with two `process-send-string's (Bug#11444).
12293
12294 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * shell.el (shell-parse-pcomplete-arguments):
12297 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12298
12299 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12300
12301 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12302 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12303 (image-transform-width, image-transform-fit-width): New functions.
12304 (image-transform-properties): Use them.
12305 (image-transform-check-size): New function.
12306 (image-toggle-display-image): Use it (for testing).
12307 (image-transform-set-rotation): Reduce angle mod 360.
12308 Delete obsolete comment.
12309
12310 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12311
12312 * image-mode.el: Fix scaling (bug#11399).
12313 (image-transform-resize): Doc fix.
12314 (image-transform-properties): Default scale is 1 and height should
12315 be an integer.
12316
12317 2012-05-13 Johan Bockgård <bojohan@gnu.org>
12318
12319 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12320 than hard-coding `car', to fix misbehavior when moving forward.
12321
12322 2012-05-13 Chong Yidong <cyd@gnu.org>
12323
12324 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12325 (tabulated-list-entries, tabulated-list-padding)
12326 (tabulated-list-sort-key): Make permanent-local.
12327
12328 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12329 (electric-buffer-list): Put electric buffer menu
12330 command descriptions in this docstring, instead of the docstring
12331 of electric-buffer-menu-mode. Code cleanups.
12332 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12333 Electric-buffer-menu-mode.
12334 (electric-buffer-update-highlight): Minor code cleanup.
12335
12336 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12337
12338 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12339 (Bug#11447)
12340
12341 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 Move define-obsolete-variable-alias before the var's definition.
12344 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12345 * tooltip.el (tooltip-hook):
12346 * textmodes/reftex-toc.el (reftex-toc-map):
12347 * textmodes/reftex-sel.el (reftex-select-label-map)
12348 (reftex-select-bib-map):
12349 * textmodes/reftex-index.el (reftex-index-map)
12350 (reftex-index-phrases-map):
12351 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12352 * progmodes/meta-mode.el (meta-mode-map):
12353 * novice.el (disabled-command-hook):
12354 * loadhist.el (unload-hook-features-list):
12355 * frame.el (blink-cursor):
12356 * files.el (find-file-not-found-hooks, write-file-hooks)
12357 (write-contents-hooks):
12358 * emulation/tpu-edt.el (GOLD-map):
12359 * emacs-lock.el (emacs-lock-from-exiting):
12360 * emacs-lisp/generic.el (generic-font-lock-defaults):
12361 * emacs-lisp/chart.el (chart-map):
12362 * dos-fns.el (register-name-alist):
12363 * dired-x.el (dired-omit-files-p):
12364 * desktop.el (desktop-enable):
12365 * cus-edit.el (custom-mode-hook):
12366 * buff-menu.el (buffer-menu-mode-hook):
12367 * bookmark.el (bookmark-read-annotation-text-func)
12368 (bookmark-exit-hooks):
12369 * allout.el (allout-mode-deactivate-hook)
12370 (allout-exposure-change-hook, allout-structure-added-hook)
12371 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12372 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12373 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12374 comes before the corresponding variable's definition.
12375
12376 2012-05-12 Chong Yidong <cyd@gnu.org>
12377
12378 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12379 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12380 (Buffer-menu-mode-map): Bind it.
12381 (Buffer-menu--pretty-name): Add a mouse-face property.
12382
12383 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12386 (prolog-upper-case-string, prolog-lower-case-string)
12387 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12388 (prolog-use-smie, prolog-smie-grammar): New vars.
12389 (prolog-smie-forward-token, prolog-smie-backward-token)
12390 (prolog-smie-rules): New funs.
12391 (prolog-comment-indent): Remove.
12392 (prolog-mode-variables): Use default comment indentation instead.
12393 Setup SMIE.
12394 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12395 (prolog-mode): Don't call them any more.
12396 (prolog-electric-colon, prolog-electric-dash)
12397 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12398
12399 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12400
12401 * minibuffer.el (completion--twq-all): Again, allow case differences.
12402
12403 * term.el: Move keymap initialization code to be more idiomatic.
12404 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12405 (term-terminal-menu): Move initialization into declaration.
12406 (term-escape-char): Let the user set it in her .emacs.
12407
12408 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12409 Provide SMIE-based indentation (not enabled by default yet).
12410 (sh-mode-map): Don't bind electric keys.
12411 Use electric-pair-mode instead of skeleton-pair.
12412 (sh-assignment-regexp): Fit within 80 columns.
12413 (sh-indent-supported): Specify actual shell name instead of boolean.
12414 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12415 (sh-maybe-here-document): Use it. Make obsolete.
12416 (sh-electric-here-document-mode) New minor mode.
12417 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12418 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12419 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12420 (sh-smie-rc-grammar, sh-use-smie): New vars.
12421 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12422 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12423 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12424 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12425 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12426 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12427 (sh-set-shell): Use smie-setup if requested.
12428
12429 * term.el (term-set-escape-char): Properly set term-escape-char.
12430 See http://stackoverflow.com/questions/10524656.
12431
12432 2012-05-10 Chong Yidong <cyd@gnu.org>
12433
12434 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12435 Use url-generic-parse-url, and handle host names and Windows
12436 filenames properly.
12437 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12438 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12439 URL schemes to work on.
12440 (ffap--toggle-read-only): New function.
12441 (ffap-read-only, ffap-read-only-other-window)
12442 (ffap-read-only-other-frame): Use it.
12443 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12444 necessary for ffap-url-unwrap-remote.
12445
12446 2012-05-10 Dave Abrahams <dave@boostpro.com>
12447
12448 * cus-start.el (create-lockfiles): Add it.
12449
12450 2012-05-09 Chong Yidong <cyd@gnu.org>
12451
12452 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12453 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12454
12455 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12458
12459 2012-05-09 Chong Yidong <cyd@gnu.org>
12460
12461 * ansi-color.el (ansi-color-process-output): Check for validity of
12462 comint-last-output-start before using it. This avoids a bad
12463 interaction with gdb-mi's input/output buffer.
12464
12465 2012-05-09 Glenn Morris <rgm@gnu.org>
12466
12467 * files.el (dir-locals-read-from-file):
12468 Mention dir-locals in any error message.
12469
12470 2012-05-09 Chong Yidong <cyd@gnu.org>
12471
12472 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12473 package (Bug#11410).
12474
12475 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12476 variables into description.
12477
12478 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12479
12480 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12481 shell-delimiter-argument-list (bug#11348).
12482 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12483
12484 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12485
12486 * textmodes/rst.el: Silence byte-compiler warnings.
12487 (rst-re-alist, rst-reset-section-caches): Move around.
12488 (rst-re): Use `characterp', not `char-valid-p'.
12489 (font-lock-beg, font-lock-end): Declare.
12490
12491 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12492 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12493
12494 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12495
12496 2012-05-08 Glenn Morris <rgm@gnu.org>
12497
12498 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12499
12500 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * vc/log-edit.el: Add GNU coding standards highlighting.
12503 (log-edit-font-lock-gnu-style)
12504 (log-edit-font-lock-gnu-keywords): New vars.
12505 (log-edit-font-lock-keywords): New fun.
12506 (log-edit-mode): Don't fold case in font-lock.
12507 (log-edit-font-lock-keywords): Do not assume case-folding.
12508
12509 * imenu.el: Misc cleanup. Make docstrings out of comments.
12510 Use lexical-binding.
12511 (imenu--index-alist, imenu--last-menubar-index-alist)
12512 (imenu-menubar-modified-tick): Use defvar-local.
12513 (imenu--split-menu): Remove unused var.
12514 (imenu--cleanup-seen): Declare as global.
12515 (imenu--cleanup): Use dolist.
12516
12517 * subr.el (defvar-local): Add debug spec and doc-string position.
12518
12519 2012-05-08 Glenn Morris <rgm@gnu.org>
12520
12521 * language/burmese.el, language/cham.el, language/czech.el:
12522 * language/english.el, language/georgian.el, language/greek.el:
12523 * language/japanese.el, language/khmer.el, language/korean.el:
12524 * language/lao.el, language/misc-lang.el, language/romanian.el:
12525 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12526 * language/thai.el, language/utf-8-lang.el:
12527 Remove no-byte-compile setting.
12528
12529 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12530
12531 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12532
12533 * progmodes/make-mode.el (makefile-browse):
12534 Remove unnecessary interactive. (Bug#11324)
12535
12536 2012-05-07 Glenn Morris <rgm@gnu.org>
12537
12538 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12539
12540 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12541
12542 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12543
12544 * loadup.el: Preload newcomment.el.
12545 * newcomment.el: Move autoload-only code to toplevel.
12546
12547 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12548 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12549 Handle new :right-align column property.
12550 (tabulated-list-print-col): Idem, plus use `display' text-property to
12551 try and preserve alignment for variable pitch fonts.
12552
12553 2012-05-07 Chong Yidong <cyd@gnu.org>
12554
12555 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12556 (tabulated-list-use-header-line): New var.
12557 (tabulated-list-init-header): Use it.
12558 (tabulated-list-print-fake-header): New function.
12559 (tabulated-list-print): Use it.
12560 (tabulated-list-sort-button-map): Add non-header-line commands.
12561 (tabulated-list-init-header): Add column name property to basic
12562 labels as well.
12563 (tabulated-list-col-sort): Handle non-header-line button case.
12564 (tabulated-list--sort-by-column-name): Fix a corner case.
12565
12566 * buff-menu.el (list-buffers--refresh):
12567 Handle Buffer-menu-use-header-line.
12568
12569 2012-05-06 Chong Yidong <cyd@gnu.org>
12570
12571 * buff-menu.el: Convert to Tabulated List mode.
12572 (Buffer-menu-buffer+size-width): Make obsolete.
12573 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12574 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12575 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12576 documentation into docstring of buffer-menu.
12577 (Buffer-menu-toggle-files-only): Add an informative message.
12578 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12579 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12580 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12581 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12582 (Buffer-menu-execute, Buffer-menu-select)
12583 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12584 (Buffer-menu-bury): Use Tabulated List machinery.
12585 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12586 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12587 Delete.
12588 (list-buffers--refresh): New function.
12589 (list-buffers-noselect): Use it.
12590 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12591 (Buffer-menu--pretty-file-name): New helper functions.
12592
12593 * loadup.el: Preload tabulated-list.
12594
12595 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12596 tabulated-list-sort-column.
12597 (tabulated-list-init-header): Add the initial aligning space even
12598 if tabulated-list-padding is zero.
12599
12600 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12601
12602 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12603 whose cdr is not a cons cell correctly (bug#11038).
12604
12605 2012-05-06 Chong Yidong <cyd@gnu.org>
12606
12607 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12608 Accept additional plist in column descriptors.
12609 (tabulated-list-init-header): Obey it.
12610 (tabulated-list-get-entry): New function.
12611 (tabulated-list-put-tag): Use it. Use string-width instead of
12612 length.
12613 (tabulated-list--column-number): New function.
12614 (tabulated-list-print): Use it.
12615 (tabulated-list-print-col): New function.
12616 Set `tabulated-list-column-name' property on each column's text.
12617 (tabulated-list-print-entry): Use it.
12618 (tabulated-list-delete-entry, tabulated-list-set-col):
12619 New functions.
12620 (tabulated-list-sort-column): New command (Bug#11337).
12621
12622 * buff-menu.el (list-buffers): Move C-x C-b binding from
12623 buff-menu.el to bindings.el.
12624
12625 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12626 :advertised-binding feature.
12627
12628 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12629
12630 * progmodes/compile.el (compilation-internal-error-properties):
12631 Calculate start position correctly when end-col is set but
12632 end-line is not (Bug#11382).
12633
12634 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12635
12636 * man.el (Man-unindent): Use text-property-default-nonsticky to
12637 prevent untabify from inheriting face properties (Bug#11408).
12638
12639 2012-05-05 Stefan Merten <smerten@oekonux.de>
12640
12641 * textmodes/rst.el: Major merge with upstream development up to
12642 Docutils SVN r7399 / rst.el V1.2.1.
12643
12644 Clarify maintainership and authors.
12645
12646 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12647 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12648 (rst-official-version, rst-official-cvs-rev, rst-version)
12649 (rst-package-emacs-version-alist): New functions and variables
12650 for version information.
12651
12652 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12653 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12654 (rst-mode-syntax-table, rst-mode): New and corrected functions
12655 and variables representing reStructuredText features.
12656
12657 (rst-re): New function for reStructuredText regexes. Use in
12658 many places.
12659
12660 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12661 (rst-mode-map): Rebind keys.
12662
12663 (rst-mode-lazy, rst-font-lock-keywords)
12664 (rst-font-lock-extend-region)
12665 (rst-font-lock-extend-region-internal)
12666 (rst-font-lock-extend-region-extend)
12667 (rst-font-lock-find-unindented-line-limit)
12668 (rst-font-lock-find-unindented-line-match)
12669 (rst-adornment-level, rst-font-lock-adornment-level)
12670 (rst-font-lock-adornment-match)
12671 (rst-font-lock-handle-adornment-pre-match-form)
12672 (rst-font-lock-handle-adornment-matcher): Major revision of
12673 font-locking. Integrate with other code. Use `jit-lock-mode'.
12674
12675 (rst-preferred-adornments, rst-adjust-hook)
12676 (rst-new-adornment-down, rst-preferred-bullets)
12677 (rst-preferred-bullets, rst-indent, rst-indent-width)
12678 (rst-indent-field, rst-indent-literal-normal)
12679 (rst-indent-literal-minimized, rst-indent-comment): Change,
12680 extend and improve customization.
12681
12682 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12683 (rst-normalize-cursor-position, rst-get-decoration)
12684 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12685 (rst-rstrip, rst-toc-insert-find-delete-contents)
12686 (rst-shift-fill-region, rst-compute-bullet-tabs)
12687 (rst-debug-print-tabs, rst-debug-mark-found)
12688 (rst-shift-region-guts, rst-shift-region-right)
12689 (rst-shift-region-left, rst-use-char-classes)
12690 (rst-font-lock-keywords-function)
12691 (rst-font-lock-indentation-point)
12692 (rst-font-lock-find-unindented-line-begin)
12693 (rst-font-lock-find-unindented-line-end)
12694 (rst-font-lock-find-unindented-line)
12695 (rst-font-lock-adornment-point, rst-font-lock-level)
12696 (rst-adornment-level-alist): Remove functions and variables.
12697
12698 (rst-compare-adornments, rst-get-adornment-match)
12699 (rst-suggest-new-adornment, rst-get-adornments-around)
12700 (rst-adornment-complete-p, rst-get-next-adornment)
12701 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12702 (rst-straighten-adornments): Standardize function names to
12703 use "adornment" instead of "decoration". Correct callers.
12704 Similar standardizing in many places.
12705
12706 (rst-update-section, rst-adjust, rst-promote-region)
12707 (rst-enumerate-region, rst-bullet-list-region)
12708 (rst-repeat-last-character): Correct use of `interactive'.
12709
12710 (rst-classify-adornment, rst-find-all-adornments)
12711 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12712 (rst-find-leftmost-column, rst-repeat-last-character):
12713 Refactor functions.
12714
12715 (rst-find-title-line, rst-reset-section-caches)
12716 (rst-get-adornments-around, rst-adjust-adornment-work)
12717 (rst-arabic-to-roman, rst-roman-to-arabic)
12718 (rst-insert-list-pos, rst-insert-list-new-item)
12719 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12720 New functions.
12721
12722 (rst-all-sections, rst-section-hierarchy)
12723 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12724 New variables.
12725
12726 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12727 configuration instead of only buffer. Change where necessary.
12728
12729 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12730 (rst-shift-region, rst-adaptive-fill): New functions for
12731 indentation and filling.
12732
12733 (rst-comment-line-break, rst-comment-indent)
12734 (rst-comment-insert-comment, rst-comment-region)
12735 (rst-uncomment-region): New functions for handling comments.
12736
12737 (rst-compile): Quote shell arguments.
12738
12739 (rst-compile-pdf-preview, rst-compile-slides-preview):
12740 Delete temporary files after use.
12741
12742 2012-05-05 Glenn Morris <rgm@gnu.org>
12743
12744 * calendar/cal-html.el: Optionally include holidays in the output.
12745 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12746 (cal-html-holidays): New option.
12747 (cal-html-css-default): Add holiday entry.
12748 (holiday-in-range): Autoload it.
12749 (cal-html-htmlify-entry): Add optional class argument.
12750 (cal-html-htmlify-list): Add optional holidays argument.
12751 (cal-html-insert-agenda-days): Include holidays in the output.
12752 (cal-html-one-month): Maybe include holidays.
12753
12754 * calendar/holidays.el (holiday-in-range):
12755 Move here from cal-tex-list-holidays.
12756 * calendar/cal-tex.el (cal-tex-list-holidays):
12757 Make it an obsolete alias for holiday-in-range. Update all callers.
12758
12759 2012-05-05 Chong Yidong <cyd@gnu.org>
12760
12761 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12762 Nextstep.
12763
12764 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12765
12766 * files.el (file-auto-mode-skip): New var.
12767 (set-auto-mode-1): Use it.
12768
12769 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12770
12771 * repeat.el: Use lexical-binding.
12772 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12773 (repeat-undo-count): Remove.
12774 (repeat):
12775 * progmodes/octave-mod.el (octave-abbrev-start):
12776 * progmodes/f90.el (f90-abbrev-start):
12777 * face-remap.el (text-scale-adjust):
12778 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12779
12780 * emacs-lisp/pcase.el (pcase--let*): New function.
12781 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12782 a bit more.
12783 (pcase--split-pred): Be more clever about ruling out overlap between
12784 a predicate and some constant pattern.
12785 (pcase--q1): Use `null' instead of (eq foo nil).
12786
12787 * subr.el (setq-local, defvar-local): New macros.
12788 (kbd): Redefine as an alias.
12789 (with-selected-window): Leave unrelated frames alone.
12790 (set-temporary-overlay-map): New function.
12791
12792 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * subr.el (user-error): New function.
12795 * window.el (switch-to-buffer):
12796 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12797 (smerge-match-conflict):
12798 * simple.el (previous-matching-history-element)
12799 (next-matching-history-element, goto-history-element, undo-more)
12800 (undo-start):
12801 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12802 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12803 (next-file, tags-loop-scan, list-tags, complete-tag):
12804 * progmodes/compile.el (compilation-loop):
12805 * mouse.el (mouse-minibuffer-check):
12806 * man.el (Man-bgproc-sentinel, Man-goto-page):
12807 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12808 (Info-history-forward, Info-follow-reference, Info-menu)
12809 (Info-extract-menu-item, Info-extract-menu-counting)
12810 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12811 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12812 (Info-next-reference, Info-prev-reference, Info-index)
12813 (Info-index-next, Info-follow-nearest-node)
12814 (Info-copy-current-node-name):
12815 * imenu.el (imenu--make-index-alist)
12816 (imenu-default-create-index-function, imenu-add-to-menubar):
12817 * files.el (basic-save-buffer, recover-file):
12818 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12819 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12820 (checkdoc-message-text, checkdoc-defun):
12821 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12822 * cus-edit.el (customize-changed-options, customize-rogue)
12823 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12824 (custom-variable-mark-to-reset-standard)
12825 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12826 (custom-file):
12827 * completion.el (check-completion-length):
12828 * comint.el (comint-search-arg)
12829 (comint-previous-matching-input-string-position)
12830 (comint-previous-matching-input)
12831 (comint-replace-by-expanded-history-before-point, comint-send-input)
12832 (comint-copy-old-input, comint-backward-matching-input)
12833 (comint-goto-process-mark, comint-set-process-mark):
12834 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12835 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12836
12837 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12838
12839 * dabbrev.el (dabbrev--ignore-case-p): New function.
12840 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12841 Use it.
12842
12843 * files.el (automount-dir-prefix): Mark as obsolete.
12844
12845 2012-05-04 Glenn Morris <rgm@gnu.org>
12846
12847 * patcomp.el, play/bruce.el: Move to obsolete/.
12848
12849 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12850
12851 Fix minor Y10k bugs.
12852 * arc-mode.el (archive-unixdate):
12853 * autoinsert.el (auto-insert-alist):
12854 * calc/calc-forms.el (math-this-year):
12855 * emacs-lisp/copyright.el (copyright-current-year)
12856 (copyright-update-year, copyright):
12857 * tar-mode.el (tar-clip-time-string):
12858 * time.el (display-time-update):
12859 Don't assume years have 4 digits.
12860
12861 2012-05-04 Chong Yidong <cyd@gnu.org>
12862
12863 * dos-w32.el (file-name-buffer-file-type-alist)
12864 (direct-print-region-use-command-dot-com):
12865 * ffap.el (ffap-menu-regexp):
12866 * find-file.el (ff-special-constructs):
12867 * follow.el (follow-debug):
12868 * forms.el (forms--debug):
12869 * iswitchb.el (iswitchb-all-frames):
12870 * ido.el (ido-all-frames):
12871 * emacs-lisp/timer.el (timer-max-repeats):
12872 * mail/feedmail.el (feedmail-mail-send-hook)
12873 (feedmail-mail-send-hook-queued):
12874 * mail/footnote.el (footnote-signature-separator):
12875 * mail/mailabbrev.el (mail-alias-separator-string)
12876 (mail-abbrev-mode-regexp):
12877 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12878 * progmodes/idlwave.el (idlwave-libinfo-file)
12879 (idlwave-default-completion-case-is-down)
12880 (idlwave-library-routines): Convert defvars to defcustoms.
12881
12882 * mail/rmail.el (rmail-decode-mime-charset):
12883 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12884 (idlwave-shell-fix-inserted-breaks)
12885 (idlwave-shell-activate-alt-keybindings)
12886 (idlwave-shell-use-breakpoint-glyph):
12887 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12888
12889 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12890
12891 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12892
12893 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12894
12895 * progmodes/verilog-mode.el (font-lock-keywords):
12896 Fix mis-highligting auto. Reported by Craig Barner.
12897 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12898 defines from global name space. Reported by Dan Dever.
12899 (verilog-auto-reset, verilog-auto-reset-widths)
12900 (verilog-auto-tieoff): Support using unbased numbers for
12901 AUTORESET and AUTOTIEOFF.
12902 (verilog-submit-bug-report): Update variable list.
12903 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12904 parenthesis from not matching. Reported by Michael Rytting.
12905 (verilog-auto-template-lint): Fix hash error when linting modules
12906 with no used templates.
12907 (verilog-warn, verilog-warn-error)
12908 (verilog-warn-fatal): When non-interactive report multiple
12909 warnings before exiting. Suggested by Brad Dobbie.
12910 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12911 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12912 to report unused template errors. Reported by Brad Dobbie.
12913 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12914 nets, bug438. Reported by Vns Blore.
12915 (verilog-auto-inout-module, verilog-auto-reg)
12916 (verilog-read-decls, verilog-read-sub-decls-sig)
12917 (verilog-signals-edit-wire-reg, verilog-signals-with):
12918 Fix passing of Verilog data types in ANSI input/output ports
12919 such as "output logic" into the AUTOs. Special case "wire" and
12920 "reg" for backwards compatibility presuming Verilog 2001.
12921 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12922 (verilog-preprocess): Fix replication of preprocess output.
12923 Reported by Brad Dobbie.
12924 (verilog-auto-inst-interfaced-ports):
12925 Create verilog-auto-inst-interfaced-ports, bug429.
12926 Reported by Julian Gorfajn.
12927 (verilog-after-save-font-hook)
12928 (verilog-before-save-font-hook): New variable.
12929 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12930 (verilog-save-font-mods): Wrap disabling fontification, reported
12931 by David Rogoff.
12932 (verilog-do-indent, verilog-pretty-declarations-auto)
12933 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12934 Reported by Pierre-David Pfister.
12935 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12936 of class declarations, bug292. Reported by Kevin Heilman.
12937 (verilog-read-decls): Fix 'parameter type' not appearing in
12938 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12939 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12940 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12941 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12942 Reported by David Kravitz.
12943
12944 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12945
12946 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12947 assignment with tests in ifs and for loops.
12948 (verilog-extended-complete-re, verilog-complete-reg): Change so
12949 that DPI inport functions don't look like fuction declarations.
12950 (verilog-pretty-expr): Don't line up assignment
12951 operations to the test and increment in if and for loops
12952 (verilog-extended-complete-re, verilog-complete-reg): Change so
12953 that DPI inport functions don't look like fuction declarations.
12954
12955 2012-05-03 Kenichi Handa <handa@m17n.org>
12956
12957 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12958 decoding, and show a warning message without signaling an error
12959 (Bug#11282).
12960
12961 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12962
12963 * emacs-lisp/bytecomp.el
12964 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12965 since cconv.el might have introduced :fun-body, internal-make-closure,
12966 and friends for bytecomp to handle (bug#11391).
12967 * custom.el (defcustom): Avoid ((λ ..) ..).
12968
12969 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12970
12971 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12972
12973 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12974
12975 * notifications.el (dbus-debug):
12976 * term/linux.el (gpm-mouse-enable):
12977 * term/screen.el (xterm-register-default-colors): Declare.
12978
12979 2012-05-02 Chong Yidong <cyd@gnu.org>
12980
12981 * cus-start.el (gc-cons-percentage, exec-suffixes)
12982 (dos-display-scancodes, dos-hyper-key, dos-super-key)
12983 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12984 (make-cursor-line-fully-visible, void-text-area-pointer)
12985 (font-list-limit): Add customization data.
12986
12987 * allout.el (allout-exposure-change-functions)
12988 (allout-structure-added-functions)
12989 (allout-structure-deleted-functions)
12990 (allout-structure-shifted-functions): Rename abnormal hooks from
12991 *-hook, and convert to defcustoms.
12992 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12993 Convert to defcustoms.
12994 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12995
12996 * allout-widgets.el: Hook callers changed.
12997
12998 2012-05-02 Eli Zaretskii <eliz@gnu.org>
12999
13000 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13001 the yanked message in preference to the default value of
13002 buffer-file-coding-system.
13003
13004 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13005
13006 * window.el (display-buffer--action-function-custom-type):
13007 Fix entry.
13008
13009 2012-05-02 Alan Mackenzie <acm@muc.de>
13010
13011 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13012
13013 2012-05-01 Glenn Morris <rgm@gnu.org>
13014
13015 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13016
13017 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13018
13019 * cus-edit.el (custom-variable-documentation): Simplify with format.
13020
13021 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13022 Stefan Monnier <monnier@iro.umontreal.ca>
13023
13024 * simple.el (suggest-key-bindings, execute-extended-command):
13025 Move from keyboard.c.
13026
13027 2012-05-01 Chong Yidong <cyd@gnu.org>
13028
13029 * follow.el: Eliminate advice.
13030 (set-process-filter, process-filter, sit-for): Advice deleted.
13031 (follow-mode-off-hook): Obsolete hook removed.
13032 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13033 Vars deleted.
13034 (follow-auto): Use a :set function.
13035 (follow-mode): Rewritten. Don't advise process filters.
13036 (follow-switch-to-current-buffer-all, follow-scroll-up)
13037 (follow-scroll-down): Assume follow-mode is bound.
13038 (follow-comint-scroll-to-bottom)
13039 (follow-align-compilation-windows): New functions.
13040 (follow--window-sorter): New function.
13041 (follow-all-followers): Use it to explicitly sort windows by their
13042 positions; don't make assumptions about next-window order.
13043 (follow-windows-start-end, follow-delete-other-windows-and-split)
13044 (follow-calc-win-start): Doc fix.
13045 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13046 vertical-motion unnecessarily.
13047 (follow-adjust-window): New function.
13048 (follow-post-command-hook): Use it.
13049 (follow-call-set-process-filter, follow-call-process-filter)
13050 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13051 (follow-stop-intercept-process-output, follow-generic-filter):
13052 Functions deleted.
13053 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13054 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13055 New functions, replacing advice on scroll-bar-* commands.
13056 (follow-mwheel-scroll): New function (Bug#4112).
13057
13058 * comint.el (comint-adjust-point): New function.
13059 (comint-postoutput-scroll-to-bottom): Use it.
13060 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13061
13062 2012-05-01 Glenn Morris <rgm@gnu.org>
13063
13064 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13065 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13066 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13067 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13068 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13069 Remove no-byte-compile setting.
13070
13071 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13072
13073 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13074 all-completions code to not return a number in the last cdr.
13075
13076 2012-04-30 Leo Liu <sdl.web@gmail.com>
13077
13078 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13079 read-only error.
13080
13081 2012-04-29 Chong Yidong <cyd@gnu.org>
13082
13083 * follow.el (follow-calc-win-end): Rewrite to handle partial
13084 screen lines correctly (Bug#8390).
13085 (follow-avoid-tail-recenter): Minor cleanup.
13086
13087 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13088
13089 Avoid the obsolete `assoc' package.
13090 * speedbar.el (speedbar-refresh): Avoid adelete.
13091 (speedbar-file-lists): Simplify and avoid aput.
13092 * man.el (Man--sections, Man--refpages): New vars, replacing
13093 Man-sections-alist and Man-refpages-alist.
13094 (Man-build-section-alist, Man-build-references-alist):
13095 Use them; avoid aput.
13096 (Man--last-section, Man--last-refpage): New vars.
13097 (Man-follow-manual-reference): Use them.
13098 Use the `default' arg of completing-read.
13099 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13100
13101 2012-04-27 Chong Yidong <cyd@gnu.org>
13102
13103 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13104
13105 * startup.el (x-apply-session-resources): New function.
13106
13107 * term/ns-win.el (ns-initialize-window-system):
13108 * term/w32-win.el (w32-initialize-window-system):
13109 * term/x-win.el (x-initialize-window-system): Use it to properly
13110 set menu-bar-mode and other vars from X resources, even if the
13111 initial frame is not a window-system frame (Bug#2299).
13112
13113 * subr.el (read-key): Avoid running filter function when setting
13114 up temporary tool bar entries (Bug#9922).
13115
13116 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13117
13118 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13119 (Bug#11344)
13120
13121 2012-04-27 Chong Yidong <cyd@gnu.org>
13122
13123 * select.el (xselect--encode-string): New function, split from
13124 xselect-convert-to-string.
13125 (xselect-convert-to-string): Use it.
13126 (xselect-convert-to-filename, xselect-convert-to-os)
13127 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13128 returned strings are properly encoded (Bug#11315).
13129
13130 2012-04-27 Chong Yidong <cyd@gnu.org>
13131
13132 * simple.el (delete-active-region): Move to killing custom group.
13133
13134 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13135
13136 * progmodes/which-func.el (which-func-current): Quote %
13137 characters for mode-line processing.
13138
13139 2012-04-27 Chong Yidong <cyd@gnu.org>
13140
13141 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13142 reaching eob (Bug#11286).
13143
13144 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13145
13146 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13147 (gdb): Make it buffer-local and init to zero.
13148 (gdb-control-commands-regexp): New variable.
13149 (gdb-send): Don't wrap in "-interpreter-exec console" if
13150 gdb-control-level is positive. Increment gdb-control-level
13151 whenever the command matches gdb-control-commands-regexp, and
13152 decrement it each time the command is "end". (Bug#11279)
13153
13154 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13155
13156 * window.el (adjust-window-trailing-edge, enlarge-window)
13157 (shrink-window, window-resize):
13158 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13159 windows (Bug#11276).
13160
13161 2012-04-27 Chong Yidong <cyd@gnu.org>
13162
13163 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13164 fix "missing prefix" warning. All callers changed.
13165
13166 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13167
13168 * emacs-lisp/assoc.el: Move to obsolete/.
13169
13170 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13171
13172 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13173
13174 * term/ns-win.el (ns-define-service):
13175 * progmodes/pascal.el (pascal-goto-defun):
13176 * progmodes/js.el (js--read-tab):
13177 * progmodes/etags.el (tags-lazy-completion-table):
13178 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13179 * emacs-lisp/ewoc.el (ewoc--wrap):
13180 * emacs-lisp/assoc.el (aput, adelete, amake):
13181 * doc-view.el (doc-view-convert-current-doc):
13182 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13183
13184 2012-04-26 Chong Yidong <cyd@gnu.org>
13185
13186 * image.el (image-type-from-buffer): Only return supported image
13187 type (Bug#9045).
13188
13189 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13190 value, for symmetry with diff-end-of-hunk.
13191 (diff-split-hunk, diff-find-source-location)
13192 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13193 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13194 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13195 compute the relevant hunk or file properly (Bug#6005).
13196 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13197
13198 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13199
13200 * vc/vc-mtn.el:
13201 * vc/vc-hg.el:
13202 * vc/vc-git.el:
13203 * vc/vc-dir.el:
13204 * vc/vc-cvs.el:
13205 * vc/vc-bzr.el:
13206 * vc/vc-arch.el:
13207 * vc/vc.el: Replace lexical-let by lexical-binding.
13208 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13209 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13210 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13211
13212 2012-04-26 Chong Yidong <cyd@gnu.org>
13213
13214 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13215 (diff-mode-shared-map): Bind it to / and [remap undo].
13216
13217 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13218 (ediff-window-setup-function): Use it as the default, to set up
13219 windows based on whether the current frame is graphical (Bug#2138).
13220 (ediff-choose-window-setup-function-automatically): Make obsolete.
13221
13222 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13223
13224 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * ffap.el: Remove old code for obsolete package.
13227 (ffap-complete-as-file-p): Remove.
13228
13229 Use completion-table-with-quoting for comint and pcomplete.
13230 * comint.el (comint--unquote&requote-argument)
13231 (comint--unquote-argument, comint--requote-argument): New functions.
13232 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13233 (comint-quote-filename): Use regexp-opt-charset.
13234 (comint--common-suffix, comint--common-quoted-suffix)
13235 (comint--table-subvert): Remove.
13236 (comint-unquote-function, comint-requote-function): New vars.
13237 (comint--complete-file-name-data): Use them with
13238 completion-table-with-quoting.
13239 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13240 * pcomplete.el (pcomplete-arg-quote-list)
13241 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13242 (pcomplete-unquote-argument-function): Default to non-nil.
13243 (pcomplete-unquote-argument): Simplify.
13244 (pcomplete--common-quoted-suffix): Remove.
13245 (pcomplete-requote-argument-function): New var.
13246 (pcomplete--common-suffix): New function.
13247 (pcomplete-completions-at-point): Use completion-table-with-quoting
13248 and completion-table-subvert.
13249
13250 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13251 (minibuffer--double-dollars): Preserve properties.
13252 (completion--sifn-requote): New function.
13253 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13254
13255 * minibuffer.el: Add support for completion of quoted/escaped data.
13256 (completion-table-with-quoting, completion-table-subvert): New funs.
13257 (completion--twq-try, completion--twq-all): New functions.
13258 (completion--nth-completion): New function.
13259 (completion-try-completion, completion-all-completions): Use it.
13260
13261 2012-04-25 Leo Liu <sdl.web@gmail.com>
13262
13263 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13264 Use compilation-message if available to find real filename.
13265
13266 2012-04-25 Chong Yidong <cyd@gnu.org>
13267
13268 * vc/diff-mode.el (diff-setup-whitespace): New function.
13269 (diff-mode): Use it.
13270
13271 * vc/diff.el (diff-sentinel):
13272 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13273 Whitespace mode variables based on diff style (Bug#8612).
13274
13275 2012-04-25 Leo Liu <sdl.web@gmail.com>
13276
13277 * progmodes/python.el (python-send-region): Add suffix .py to the
13278 temp file.
13279
13280 * files.el (auto-mode-alist): Use javascript-mode instead.
13281
13282 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13283
13284 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13285
13286 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13287 (soap-resolve-references-for-array-type): Hack to prevent self
13288 references, see Bug#9.
13289 (soap-parse-envelope): Report the contents of the 'detail' node
13290 when receiving a fault reply.
13291 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13292
13293 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13294 (soap-inspect-simple-type): New function.
13295
13296 * net/soap-client.el (soap-simple-type): New struct.
13297 (soap-default-xsd-types, soap-default-soapenc-types)
13298 (soap-decode-basic-type, soap-encode-basic-type):
13299 support unsignedInt and double basic types.
13300 (soap-resolve-references-for-simple-type)
13301 (soap-parse-simple-type, soap-encode-simple-type): New function.
13302 (soap-parse-schema): Parse xsd:simpleType declarations.
13303
13304 * net/soap-client.el (soap-default-xsd-types)
13305 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13306 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13307 the local name of "soapenc:Array".
13308 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13309 decoding integer, byte and anyURI xsd types.
13310
13311 2012-04-25 Chong Yidong <cyd@gnu.org>
13312
13313 * cus-edit.el (custom-buffer-create-internal): Update header text.
13314
13315 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13316
13317 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13318 settings on 'system-type', not on 'window-system'. On MS-Windows,
13319 set interactive-mode on in GDB.
13320
13321 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13322
13323 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13324 (ruby-syntax-propertize-regexp): Remove.
13325 (ruby-syntax-propertize-function): Split regexp into chunks.
13326 Match following code directly.
13327
13328 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13329
13330 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13331 (ruby-syntax-propertize-regexp): New function.
13332 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13333 by a special keyword.
13334
13335 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13336 (ruby-syntax-general-delimiters-goto-beg)
13337 (ruby-syntax-propertize-general-delimiters): New functions.
13338 (ruby-syntax-propertize-function): Use them to handle GDL.
13339 (ruby-font-lock-keywords): Move old handling of GDL...
13340 (ruby-font-lock-syntactic-keywords): .. to here.
13341 (ruby-calculate-indent): Adjust indentation for GDL.
13342
13343 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13344
13345 * notifications.el (top): Remove unneeded declarations.
13346 (notifications-specification-version): Change to "1.2".
13347 (notifications-interface, notifications-notify-method)
13348 (notifications-close-notification-method): Fix docstring.
13349 (notifications-get-capabilities-method): New defconst.
13350 (notifications-notify): Add :action-items, :resident and
13351 :transient hints. Change "image_data" to "image-data" and
13352 "image_path" to "image-path".
13353 (notifications-get-capabilities): New defun.
13354
13355 2012-04-24 Leo Liu <sdl.web@gmail.com>
13356
13357 * progmodes/python.el: Move hideshow setup to the end.
13358
13359 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13360
13361 * window.el (handle-select-window): Clear echo area since this is
13362 no more done by read_char (Bug#11304).
13363
13364 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13365
13366 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13367 and `/ M' to filter-derived-mode.
13368 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13369 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13370 (ibuffer-mark-by-mode): Use default rather than initial-input.
13371 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13372
13373 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13374
13375 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13376 (ibuffer-filter-by-derived-mode): New filter.
13377 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13378
13379 2012-04-23 Andreas Politz <politza@fh-trier.de>
13380
13381 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13382
13383 2012-04-23 Chong Yidong <cyd@gnu.org>
13384
13385 * cus-edit.el (customize-apropos, customize-apropos-options):
13386 Disable matching of non-option variables (Bug#11176).
13387 (customize-option, customize-option-other-window)
13388 (customize-changed-options): Doc fix.
13389 (customize-apropos-options, customize-apropos-faces)
13390 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13391
13392 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13393 Fix word list splitting (Bug#11132).
13394 (apropos-symbol, apropos-keybinding, apropos-label)
13395 (apropos-property, apropos-function-button)
13396 (apropos-variable-button, apropos-misc-button): New faces.
13397 (apropos-symbol-face, apropos-keybinding-face)
13398 (apropos-label-face, apropos-property-face, apropos-match-face):
13399 Variables removed (Bug#8396).
13400 (apropos-library-button, apropos-format-plist, apropos-print)
13401 (apropos-print-doc, apropos-describe-plist): Callers changed.
13402
13403 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13404
13405 * net/xesam.el (xesam-mode-map): Use let-bound map in
13406 initialization. (Bug#11292)
13407
13408 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13409
13410 Preserve ispell session localwords when switching back to
13411 original buffer.
13412
13413 * textmodes/ispell.el (ispell-buffer-session-localwords):
13414 New buffer-local variable to hold buffer session localwords.
13415 (ispell-kill-ispell): Add option 'clear to delete session
13416 localwords.
13417 (ispell-command-loop, ispell-change-dictionary)
13418 (ispell-buffer-local-words): Preserve session localwords when
13419 needed.
13420
13421 * textmodes/flyspell.el (flyspell-process-localwords)
13422 (flyspell-do-correct): Preserve session localwords when needed.
13423
13424 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13425
13426 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13427 using obsolete `translation-table-for-input'.
13428 (ispell-word, ispell-process-line, ispell-complete-word):
13429 Use plain `insert' instead of removed `ispell-insert-word'.
13430
13431 2012-04-22 Chong Yidong <cyd@gnu.org>
13432
13433 * cus-edit.el (custom-variable-menu)
13434 (custom-variable-reset-saved, custom-face-menu)
13435 (custom-face-reset-saved): If there is no saved value, make the
13436 "reset-saved" operation bring back the default (Bug#9509).
13437 (custom-face-state): Properly detect themed faces.
13438
13439 * faces.el (face-spec-set): Stop supporting deprecated form of
13440 third arg.
13441
13442 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13443
13444 Move functions from C to Lisp. Make non-blocking method calls
13445 the default. Implement further D-Bus standard interfaces.
13446
13447 * net/dbus.el (dbus-message-internal): Declare function.
13448 Remove unneeded function declarations.
13449 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13450 (dbus-message-type-method-return, dbus-message-type-error)
13451 (dbus-message-type-signal): Declare variables. Remove local
13452 definitions.
13453 (dbus-interface-dbus, dbus-interface-peer)
13454 (dbus-interface-introspectable, dbus-interface-properties)
13455 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13456 Adapt docstring.
13457 (dbus-interface-objectmanager): New defconst.
13458 (dbus-call-method, dbus-call-method-asynchronously)
13459 (dbus-send-signal, dbus-method-return-internal)
13460 (dbus-method-error-internal, dbus-register-service)
13461 (dbus-register-signal, dbus-register-method): New defuns, moved
13462 from dbusbind.c
13463 (dbus-call-method-handler, dbus-setenv)
13464 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13465 New defuns.
13466 (dbus-call-method-non-blocking): Make it an obsolete function.
13467 (dbus-unregister-object, dbus-unregister-service)
13468 (dbus-handle-event, dbus-register-property)
13469 (dbus-property-handler): Obey the new structure of
13470 `bus-registered-objects'.
13471 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13472 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13473 Use `dbus-call-method'.
13474
13475 2012-04-22 Chong Yidong <cyd@gnu.org>
13476
13477 * cus-edit.el (custom-commands, custom-reset-menu)
13478 (Custom-reset-standard): Tweak labels.
13479 (custom-reset-button-menu): Change default to t.
13480 (custom-buffer-create-internal): For the custom-reset-button-menu
13481 case, put the revert button first.
13482 (custom-group-subtitle): New face.
13483 (custom-group-value-create): Align docstring to a specific column.
13484
13485 * wid-edit.el (widget-documentation-link-add): Don't handle
13486 indentation in this function.
13487 (widget-documentation-string-indent-to): New function.
13488 (widget-documentation-string-value-create): Use it.
13489
13490 * autorevert.el (auto-revert):
13491 * epg-config.el (epg):
13492 * ibuffer.el (ibuffer):
13493 * mpc.el (mpc):
13494 * ses.el (ses):
13495 * eshell/eshell.el (eshell):
13496 * net/ange-ftp.el (ange-ftp):
13497 * progmodes/ebnf2ps.el (postscript):
13498 * progmodes/flymake.el (flymake):
13499 * progmodes/prolog.el (prolog):
13500 * progmodes/verilog-mode.el (verilog-mode):
13501 * progmodes/which-func.el (which-func):
13502 * term/xterm.el (xterm):
13503 * textmodes/picture.el (picture):
13504 * textmodes/tildify.el (tildify):
13505 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13506 customization buffers.
13507
13508 2012-04-22 Alan Mackenzie <acm@muc.de>
13509
13510 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13511 Adding a ) can hide the resulting (..) from searches. Fix it.
13512 Bound the backward search to the position of the existing (.
13513
13514 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13515
13516 * progmodes/verilog-mode.el (verilog-mode): Check whether
13517 which-func-modes is t before adding verilog-mode.
13518 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13519
13520 2012-04-21 Leo Liu <sdl.web@gmail.com>
13521
13522 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13523
13524 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13525
13526 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13527 filling of the last column of a table (Bug#5635).
13528 (woman-find-next-control-line): New arg, specifying an additional
13529 regexp component for the control line.
13530 (woman2-roff-buffer): Use it.
13531 (woman-break-table): New function.
13532 (woman2-TS): Use it.
13533
13534 2012-04-21 Chong Yidong <cyd@gnu.org>
13535
13536 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13537 (woman-horizontal-escapes, woman-negative-vertical-space)
13538 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13539 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13540
13541 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13542
13543 * minibuffer.el (completion-file-name-table): Complete user names.
13544
13545 2012-04-20 Leo Liu <sdl.web@gmail.com>
13546
13547 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13548 and pcase-let*.
13549
13550 2012-04-20 Chong Yidong <cyd@gnu.org>
13551
13552 * server.el (server-execute): Respect initial-buffer-choice if it
13553 is a string and there are no files to open (Bug#2825).
13554 (server-create-window-system-frame, server-create-tty-frame):
13555 Don't switch buffers here.
13556 (server-process-filter): Only try to open a window system frame if
13557 compiled with graphical support (Bug#8314).
13558
13559 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13560
13561 * battery.el (battery-echo-area-format): Display remaining time
13562 for sysfs backend too (Bug#11269).
13563 (battery-linux-sysfs): Fix conditional for the charge.
13564
13565 2012-04-20 Chong Yidong <cyd@gnu.org>
13566
13567 * progmodes/gdb-mi.el (gdb): Revert previous change.
13568 (gdb-inferior-io--init-proc): New function.
13569 (gdb-init-1): Use it.
13570 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13571 responsible for allocating a new pty and hooking it to gdb when
13572 the old pty gets an EIO due to process exit.
13573 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13574 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13575 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13576
13577 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13578
13579 * window.el (window-min-size, window-sizable, window-min-delta)
13580 (window-max-delta, window--resizable, window-resizable)
13581 (window-total-size, window-full-height-p, window-full-width-p)
13582 (window-in-direction, window--resize-mini-window, window-resize)
13583 (window--resize-child-windows-normal)
13584 (window--resize-child-windows, window--resize-siblings)
13585 (window--resize-this-window, adjust-window-trailing-edge)
13586 (enlarge-window, shrink-window): Doc fixes.
13587
13588 2012-04-20 Chong Yidong <cyd@gnu.org>
13589
13590 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13591 New function to call delete-process on the gdb-inferior buffer's pty.
13592 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13593 pty process (Bug#11273).
13594 (gdb-update): New arg to suppress talking to the gdb process.
13595 (gdb-done-or-error): Use it.
13596 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13597 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13598 sentinel not being called.
13599
13600 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13601
13602 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13603
13604 2012-04-20 Glenn Morris <rgm@gnu.org>
13605
13606 * net/network-stream.el (open-network-stream): Doc fix.
13607
13608 2012-04-20 Chong Yidong <cyd@gnu.org>
13609
13610 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13611
13612 2012-04-20 Alan Mackenzie <acm@muc.de>
13613
13614 Ensure searching for keywords is case sensitive.
13615
13616 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13617 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13618 (c-defun-name, c-mark-function, c-cpp-define-name)
13619 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13620 (c-context-line-break): Bind case-fold-search to nil.
13621
13622 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13623 Bind case-fold-search to nil.
13624
13625 2012-04-20 Chong Yidong <cyd@gnu.org>
13626
13627 * mail/sendmail.el (mail-bury): Call return action with the right
13628 Rmail buffer (Bug#11242).
13629
13630 * server.el (server-process-filter): Handle corner case where both
13631 tty and nowait options are present (Bug#11102).
13632
13633 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13634
13635 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13636 (top level): Put into the executable the ident-style '$Id:' tag on
13637 windows-nt as well.
13638
13639 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13640
13641 * electric.el (electric-indent-post-self-insert-function): Check that
13642 electric-indent-mode is enabled in current buffer.
13643
13644 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13645
13646 * imenu.el (imenu-progress-message): Restore; it is "used" in
13647 erc/erc-imenu.el and net/snmp-mode.el.
13648
13649 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13650
13651 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13652 (mouse-avoidance-nudge-mouse): Remove unused binding.
13653
13654 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13655
13656 * descr-text.el (describe-char):
13657 * progmodes/python.el (python-describe-symbol):
13658 Don't call `toggle-read-only', set `buffer-read-only'.
13659
13660 * imenu.el (imenu-default-goto-function): Mark unused args.
13661 (imenu-progress-message): Remove obsolete macro; all callers changed.
13662
13663 * subr.el (keymap-canonicalize): Remove unused binding.
13664 (read-passwd): Mark unused arg.
13665
13666 * tutorial.el (tutorial--display-changes): Remove unused binding.
13667 (tutorial--save-tutorial-to): Remove unused variable.
13668
13669 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13670 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13671 (package-generate-autoloads, package-menu--generate)
13672 (package-menu--find-upgrades): Remove unused bindings.
13673
13674 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13675 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13676 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13677 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13678 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13679 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13680 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13681 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13682 (cua-delete-char-rectangle): Mark unused args.
13683 (cua-align-rectangle): Remove unused binding.
13684
13685 * mail/rmail.el (compilation--message->loc)
13686 (epa--find-coding-system-for-mime-charset): Declare.
13687
13688 * net/dbus.el (dbus-register-service): Declare.
13689 (dbus-name-owner-changed-handler): Remove unused binding.
13690
13691 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13692 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13693 (nxml-scan-backward-within): Mark unused arg.
13694 (nxml-dynamic-markup-word): Remove unused binding.
13695
13696 * mouse.el (mouse-menu-major-mode-map):
13697 * emacs-lisp/authors.el (authors-scan-change-log)
13698 (authors-add-to-author-list):
13699 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13700 * emacs-lisp/smie.el (smie-auto-fill):
13701 * mail/sendmail.el (mail-bury):
13702 * mail/unrmail.el (unrmail):
13703 * net/tls.el (open-tls-stream):
13704 * textmodes/picture.el (picture-mouse-set-point):
13705 Remove unused bindings.
13706
13707 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13708
13709 * net/tramp.el (tramp-action-password): Let-bind
13710 `enable-recursive-minibuffers' to t.
13711
13712 2012-04-18 Sam Steingold <sds@gnu.org>
13713
13714 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13715 instead of 'string to accommodate values like [f11].
13716 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13717 * progmodes/gdb-mi.el: Likewise.
13718
13719 2012-04-18 Leo Liu <sdl.web@gmail.com>
13720
13721 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13722 current buffer.
13723 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13724 LOCAL is nil.
13725
13726 2012-04-18 Chong Yidong <cyd@gnu.org>
13727
13728 * simple.el (line-move): Use forward-line if in batch mode
13729 (Bug#11053).
13730
13731 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13732
13733 * files.el (after-find-file): Do not try to add a final newline if
13734 the buffer is read-only (Bug#11156).
13735
13736 2012-04-17 Richard Stallman <rms@gnu.org>
13737
13738 * mail/rmail.el (rmail-start-mail):
13739 Pass (rmail-mail-return...) for the return-action.
13740 Pass (rmail-yank-current-message...) for the yank-action.
13741 (rmail-yank-current-message): New function.
13742 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13743 (rmail-reply): Likewise.
13744 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13745
13746 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13747 buffer, not the last. Reject temp buffers. Use the rmail-mode
13748 buffer, not newbuf.
13749
13750 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13751
13752 * server.el (server-ensure-safe-dir): Simplify.
13753
13754 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13755
13756 * emacs-lisp/smie.el: Provide smarter auto-filling.
13757 (smie-auto-fill): New function.
13758 (smie-setup): Use it.
13759
13760 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13761
13762 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13763
13764 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13765 (comment-indent): Use it.
13766
13767 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13768
13769 * ses.el: The overall change is to add cell renaming, that is
13770 setting fancy names for cell symbols other than name matching
13771 "\\`[A-Z]+[0-9]+\\'" regexp .
13772 (ses-localvars): Add ses--renamed-cell-symb-list.
13773 (ses-create-cell-variable): New defun.
13774 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13775 (ses-relocate-formula): Relocate formulas only for cells the
13776 symbols of which are not renamed, i.e. symbols whose names do not
13777 match regexp "\\`[A-Z]+[0-9]+\\'".
13778 (ses-relocate-all): Relocate values only for cells the symbols of
13779 which are not renamed.
13780 (ses-load): Create cells variables as the (ses-cell ...) are read,
13781 in order to check row col consistency with cell symbol name only
13782 for cells that are not renamed.
13783 (ses-replace-name-in-formula): New defun.
13784 (ses-rename-cell): New defun.
13785
13786 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13787
13788 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13789 New option (bug#11118).
13790 (perl-calculate-indent): Respect it.
13791
13792 2012-04-17 Glenn Morris <rgm@gnu.org>
13793
13794 * dired-aux.el (dired-mark-read-string): Doc fix.
13795
13796 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13797
13798 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13799 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13800
13801 2012-04-17 Glenn Morris <rgm@gnu.org>
13802
13803 * mouse.el (mouse-drag-track):
13804 * speedbar.el (speedbar-frame-mode):
13805 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13806
13807 2012-04-16 Leo Liu <sdl.web@gmail.com>
13808
13809 * progmodes/python.el: Trivial cleanup.
13810
13811 2012-04-16 Glenn Morris <rgm@gnu.org>
13812
13813 * vc/vc.el (vc-string-prefix-p):
13814 * vc/pcvs-util.el (cvs-string-prefix-p):
13815 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13816 * mpc.el (mpc-string-prefix-p):
13817 Make all of these into obsolete aliases for string-prefix-p.
13818 Update callers.
13819 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13820
13821 * textmodes/two-column.el: Move custom options to the start.
13822 (frame-width): Remove compat definition.
13823 (2C-associate-buffer, 2C-dissociate):
13824 Use with-current-buffer rather than save-excursion.
13825 (2C-dissociate): Force a mode-line update.
13826 (2C-autoscroll): Use ignore-errors.
13827
13828 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13829 Autoload trivia.
13830
13831 * emacs-lisp/cl-extra.el (*random-state*):
13832 Remove unnecessary declaration.
13833
13834 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13835
13836 * play/cookie1.el (cookie-snarf):
13837 Give an explicit error if input file cannot be read.
13838
13839 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13840
13841 * progmodes/perl-mode.el (c-macro-expand):
13842 Remove unnecessary autoload (it is in loaddefs.el).
13843
13844 * textmodes/picture.el (picture-desired-column)
13845 (picture-update-desired-column): Convert comments to doc-strings.
13846 (picture-substitute): Remove function.
13847 (picture-mode-map): Initialize in the defvar.
13848
13849 * woman.el: Remove eval-after-load for tar-mode.
13850 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13851 (woman-tar-extract-file): Autoload it.
13852
13853 * frame.el (automatic-hscrolling): Make this alias obsolete.
13854
13855 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13856
13857 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13858 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13859 (ispell-dictionary-base-alist): Revert to original XEmacs
13860 friendly version for default. [:alpha:] will be added in
13861 `ispell-set-spellchecker-params' if needed.
13862
13863 2012-04-16 Chong Yidong <cyd@gnu.org>
13864
13865 * image.el (imagemagick--file-regexp): New variable.
13866 (imagemagick-register-types): Use it.
13867 (imagemagick-types-inhibit): Add :set function. Allow new value
13868 of t to inhibit all types.
13869
13870 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13871 so we can preload it.
13872
13873 * loadup.el (fboundp): Preload regexp-opt, needed by
13874 imagemagick-register-types.
13875
13876 2012-04-15 Chong Yidong <cyd@gnu.org>
13877
13878 * frame.el (scrolling): Remove nearly unused customization group.
13879
13880 * scroll-all.el (scroll-all-mode): Move to windows group.
13881
13882 2012-04-15 Chong Yidong <cyd@gnu.org>
13883
13884 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13885
13886 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13889 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13890
13891 2012-04-15 Glenn Morris <rgm@gnu.org>
13892
13893 * simple.el (process-file-side-effects): Doc fix.
13894
13895 2012-04-15 Glenn Morris <rgm@gnu.org>
13896
13897 * international/mule-cmds.el (set-language-environment): Doc fix.
13898
13899 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13900
13901 * server.el (server-auth-key, server-generate-key): Doc fixes.
13902 (server-get-auth-key): Doc fix. Use `string-match-p'.
13903 (server-start): Reflow docstring.
13904
13905 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13906
13907 * server.el (server-generate-key): `called-interactively-p'
13908 requires a parameter.
13909
13910 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13911
13912 * server.el (server-auth-key): New variable.
13913 (server-generate-key, server-get-auth-key): New function.
13914 (server-start): Use the new variable and functions to allow
13915 setting a permanent server key (bug#9423).
13916
13917 2012-04-14 Leo Liu <sdl.web@gmail.com>
13918
13919 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13920
13921 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13922
13923 Spelling fixes.
13924 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13925 Emacs uses American spelling.
13926
13927 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13928
13929 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13930 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13931 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13932 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13933
13934 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13935
13936 * progmodes/which-func.el (which-func-modes): Change default.
13937
13938 2012-04-14 Kim F. Storm <storm@cua.dk>
13939
13940 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13941 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13942
13943 2012-04-14 Chong Yidong <cyd@gnu.org>
13944
13945 * custom.el (custom-theme-set-variables): Doc fix.
13946
13947 2012-04-14 Glenn Morris <rgm@gnu.org>
13948
13949 * international/mule.el (set-auto-coding-for-load): Doc fix.
13950
13951 2012-04-14 Alan Mackenzie <acm@muc.de>
13952
13953 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13954 imenu work again for Objective C Mode. Correct the *-index values,
13955 these having been disturbed by a previous change in 2011-08.
13956
13957 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13958 Correct two search limits.
13959
13960 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13961
13962 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13963
13964 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13965
13966 * international/characters.el: Fix sorting.
13967
13968 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13969
13970 * international/characters.el: Add more missing Latin case pairs.
13971
13972 2012-04-14 Glenn Morris <rgm@gnu.org>
13973
13974 * files.el (dir-locals-set-class-variables): Doc fix.
13975
13976 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13977
13978 * international/characters.el: Add set-case-syntax-pair call for
13979 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13980 counterpart. (Bug#11209)
13981
13982 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
13983
13984 2012-04-14 Glenn Morris <rgm@gnu.org>
13985
13986 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13987
13988 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13989
13990 * textmodes/ispell.el (ispell-dictionary-base-alist):
13991 Add data for Hebrew.
13992
13993 2012-04-14 Chong Yidong <cyd@gnu.org>
13994
13995 * net/rcirc.el (rcirc-cmd-quit):
13996 Revert 2012-03-18 change (Bug#11192).
13997
13998 2012-04-14 Glenn Morris <rgm@gnu.org>
13999
14000 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14001
14002 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14003
14004 * minibuffer.el (completion-in-region-mode-map):
14005 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14006
14007 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14008
14009 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14010
14011 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14012
14013 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14014 to allow `C-M-f' and `C-M-b' to move to the nearest path
14015 separator (bug#9511).
14016
14017 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14018
14019 * avoid.el: Require cl when compiling. And also move the
14020 `provide' to the end.
14021
14022 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14023
14024 * avoid.el (mouse-avoidance-banish-position): New variable.
14025 (mouse-avoidance-banish-destination): Use it (bug#10165).
14026
14027 2012-04-13 Leo Liu <sdl.web@gmail.com>
14028
14029 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14030
14031 2012-04-13 Ken Brown <kbrown@cornell.edu>
14032
14033 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14034 this is no longer needed now that cygstart understands file:// URLs.
14035 (browse-url-filename-alist): For the same reason, don't modify
14036 file:// URLs on Cygwin.
14037
14038 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14039
14040 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14041 the region on shift if the binding is already shifted (bug#11221).
14042
14043 2012-04-12 Glenn Morris <rgm@gnu.org>
14044
14045 * mail/mailpost.el: Move to obsolete/.
14046
14047 2012-04-12 Drew Adams <drew.adams@oracle.com>
14048
14049 * imenu.el (imenu--generic-function): Ignore invisible definitions
14050 (bug#10123).
14051
14052 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14053
14054 * hexl.el (hexl-bits): New variable.
14055 (hexl-options): Mention the variable in the doc string.
14056 (hexl-rulerise, hexl-line-displen): New functions.
14057 (hexl-mode): Mention the new variable.
14058 (hexl-mode, hexl-current-address, hexl-current-address):
14059 Use the displen.
14060 (hexl-ascii-start-column): New function.
14061 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14062 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14063
14064 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14065
14066 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14067 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14068 the encoding, as expected by hunspell.
14069
14070 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14071
14072 * battery.el (battery--linux-sysfs-regexp): New const.
14073 (battery-status-function): Use it. Remove yeeloong special case.
14074 (battery-yeeloong-sysfs): Remove.
14075 (battery-echo-area-format): Remove yeeloong special case.
14076
14077 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14078
14079 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14080 Reported by Noah Friedman.
14081
14082 * subr.el (read-passwd): Use read-string.
14083
14084 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14085
14086 * vcursor.el (vcursor-move): Increase the priority of the overlay
14087 (bug#9663).
14088
14089 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14090
14091 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14092 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14093
14094 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14095
14096 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14097 define-minor-mode (bug#10760).
14098
14099 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14100
14101 * progmodes/grep.el (rgrep): Tweak the find command line so
14102 that directories matching `grep-find-ignored-files' won't be
14103 pruned (bug#10351).
14104
14105 2012-04-11 Chong Yidong <cyd@gnu.org>
14106
14107 * startup.el (command-line): Remove support for long-obsolete
14108 variable font-lock-face-attributes.
14109
14110 2012-04-11 Glenn Morris <rgm@gnu.org>
14111
14112 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14113
14114 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 * window.el (window--state-get-1): Obey window-point-insertion-type.
14117
14118 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14119
14120 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14121 to previous function when point is on the first character of a
14122 function. Take care of that in `narrow-to-defun' (bug#6157).
14123
14124 2012-04-11 Glenn Morris <rgm@gnu.org>
14125
14126 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14127 not just file-errors.
14128
14129 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14130 (vc-bzr-sha1): Use internal sha1.
14131
14132 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14133
14134 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14135
14136 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
14137
14138 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14139 that start in the middle of the line (bug#10496).
14140
14141 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14142
14143 * battery.el (battery-linux-proc-acpi): Only one battery is
14144 discharged at a time, but that seems to confuse battery.el when
14145 computing `rate-type' for the battery not being discharged
14146 (bug#10332).
14147
14148 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14149
14150 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14151
14152 * international/quail.el: Use dolist and simplify.
14153 (quail-define-package, quail-update-keyboard-layout)
14154 (quail-define-rules): Use dolist.
14155 (quail-insert-kbd-layout, quail-get-translation): CSE.
14156
14157 * tmm.el: Use dolist, remove left over hook.
14158 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14159 Use dolist.
14160 (calendar-load-hook): Don't mess with it.
14161
14162 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14163 Use derived-mode-p. Run the diff asynchronously.
14164
14165 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14166
14167 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14168
14169 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14170
14171 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14172 (list-dynamic-libraries--loaded): New function.
14173 (list-dynamic-libraries--refresh): Use it.
14174
14175 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14176
14177 * progmodes/python.el (python-fill-paragraph):
14178 Make python-fill-region in a multiline string work when font-lock is
14179 disabled (bug#7018).
14180
14181 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
14182
14183 * language/european.el (cp775): Add oem/legacy (en)coding on
14184 DOS/MS Windows for the Baltic languages. There are still plenty
14185 of texts written in this encoding/codepage (bug#6519).
14186
14187 2012-04-10 Glenn Morris <rgm@gnu.org>
14188
14189 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14190 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14191
14192 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14193
14194 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14195 next-line "n" and previous-line "p" in order to make recentf more
14196 consistent with ibuffer, dired or org-mode (bug#9387).
14197
14198 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14199
14200 * image.el (put-image): Return the overlay created instead of the
14201 optional input string (bug#7834). Note that this may break code
14202 that is (for some reason or other) depending on `put-image'
14203 returning the string.
14204
14205 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14206
14207 * simple.el (zap-to-char): Allow zapping using input methods
14208 (bug#1580).
14209
14210 * textmodes/fill.el (fill-region): Leave point and mark where they
14211 were before filling (bug#5399).
14212
14213 2012-04-09 Glenn Morris <rgm@gnu.org>
14214
14215 * version.el (emacs-bzr-get-version):
14216 Handle lightweight checkouts of local branches.
14217
14218 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14219
14220 * international/characters.el: Recover lost case pairs. (Bug#11209)
14221
14222 2012-04-09 Chong Yidong <cyd@gnu.org>
14223
14224 * custom.el (custom-variable-p): Return nil for non-symbol
14225 arguments instead of signaling an error.
14226 (user-variable-p): Obsolete alias for custom-variable-p.
14227
14228 * apropos.el (apropos-variable):
14229 * files-x.el (read-file-local-variable):
14230 * simple.el (set-variable):
14231 * woman.el (woman-mini-help):
14232 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14233
14234 2012-04-09 Glenn Morris <rgm@gnu.org>
14235
14236 * startup.el (normal-top-level): Don't look for leim-list.el
14237 in places where it will not be found. (Bug#910)
14238
14239 * international/mule-cmds.el (set-default-coding-systems):
14240 * files.el (normal-mode):
14241 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14242 This function was removed with ucs-tables.el in 2008.
14243
14244 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14245
14246 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14247 ispell-encoding8-command to "-i", without a trailing space.
14248 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14249 separate command-line arguments, to specify the encoding, since
14250 that's how hunspell expects it.
14251
14252 2012-04-08 Glenn Morris <rgm@gnu.org>
14253
14254 * loadup.el: Load bindings before cus-start.
14255 This reduces somewhat the number of "rogue" settings in emacs -Q.
14256
14257 2012-04-07 Glenn Morris <rgm@gnu.org>
14258
14259 * version.el (emacs-bzr-get-version): New function.
14260 (emacs-bzr-version): New variable.
14261 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14262 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14263
14264 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14265
14266 * international/uni-bidi.el, international/uni-category.el:
14267 * international/uni-combining.el, international/uni-decimal.el:
14268 * international/uni-decomposition.el, international/uni-digit.el:
14269 * international/uni-lowercase.el, international/uni-mirrored.el:
14270 * international/uni-name.el, international/uni-numeric.el:
14271 * international/uni-titlecase.el, international/uni-uppercase.el:
14272 Update for Unicode 6.1.
14273
14274 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14275
14276 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14277
14278 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14279
14280 * window.el (shrink-window): Mention the `window-min-height'
14281 variable in the doc string.
14282
14283 2012-04-05 Bastien Guerry <bzg@altern.org>
14284
14285 * color.el (color-lighten-name): Fix typo.
14286
14287 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 * server.el (server--on-display-p): New function.
14290 (server--on-display-p): Use it.
14291
14292 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
14293
14294 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14295 (bug#11145).
14296
14297 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14298
14299 * comint.el (comint--common-quoted-suffix): Check string boundary
14300 before comparing (bug#11158).
14301 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14302
14303 2012-04-04 Chong Yidong <cyd@gnu.org>
14304
14305 * minibuffer.el (completion-extra-properties): Doc fix.
14306
14307 * subr.el (delayed-warnings-hook): Doc fix.
14308
14309 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14310
14311 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14312 selection (Bug#11159).
14313 (epa-insert-keys): Inform that the default public key will be
14314 exported if no key is selected.
14315
14316 2012-04-04 Richard Stallman <rms@gnu.org>
14317
14318 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14319
14320 2012-04-03 Chong Yidong <cyd@gnu.org>
14321
14322 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14323 mail-insert-file, not its obsolete alias mail-attach-file.
14324
14325 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14326
14327 * notifications.el (notifications-notify): Fix docstring.
14328
14329 2012-04-02 Glenn Morris <rgm@gnu.org>
14330
14331 * emacs-lisp/authors.el (authors-aliases): Another addition.
14332
14333 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14334
14335 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14336 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14337 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14338
14339 2012-04-01 Chong Yidong <cyd@gnu.org>
14340
14341 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14342 Handle root directory properly.
14343 (copy-directory): Caller changed.
14344
14345 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14346 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14347
14348 2012-03-31 Glenn Morris <rgm@gnu.org>
14349
14350 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14351
14352 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14353
14354 * calendar/calendar.el (calendar-window-list)
14355 (calendar-hide-window): Restore. (Bug#11140)
14356 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14357
14358 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14359
14360 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14361
14362 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14363 Check if file is a symlink (Bug#10489).
14364
14365 * files.el (copy-directory): Likewise.
14366
14367 2012-03-30 Chong Yidong <cyd@gnu.org>
14368
14369 * image.el (imagemagick-types-inhibit)
14370 (imagemagick-register-types): Doc fix.
14371
14372 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14373
14374 * textmodes/ispell.el (ispell-get-extended-character-mode):
14375 Disable extended-char-mode for hunspell. hunspell does not support it
14376 and treats ~word as ordinary words in pipe mode.
14377
14378 2012-03-30 Glenn Morris <rgm@gnu.org>
14379
14380 * tutorial.el (help-with-tutorial): Ensure local variables don't
14381 happen to make the buffer read-only. (Bug#11127)
14382
14383 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14384
14385 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14386 (perl-calculate-indent): Return `noindent' in strings.
14387
14388 2012-03-28 Sam Steingold <sds@gnu.org>
14389
14390 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14391 instead of the broken adhockery which does not prevent calendar
14392 buffers from being displayed at random after exit.
14393 (calendar-window-list, calendar-hide-window): Remove the broken
14394 adhockery.
14395
14396 2012-03-28 Glenn Morris <rgm@gnu.org>
14397
14398 * replace.el (query-replace-map): Doc fix.
14399
14400 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14401
14402 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14403 contents. (Bug#11109)
14404
14405 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14406
14407 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14408 (bug#11077).
14409 (avl-tree--check, avl-tree--check-node): New funs.
14410
14411 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14412
14413 * window.el (switch-to-visible-buffer): New option.
14414 (switch-to-prev-buffer, switch-to-next-buffer):
14415 Observe switch-to-visible-buffer. Make sure that checking for a window
14416 showing a buffer already is done on the same frame.
14417
14418 2012-03-27 Glenn Morris <rgm@gnu.org>
14419
14420 * startup.el (mail-host-address): Doc fix.
14421
14422 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14423
14424 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14425 than 197 variables.
14426
14427 2012-03-26 Ami Fischman <ami@fischman.org>
14428
14429 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14430
14431 2012-03-26 Glenn Morris <rgm@gnu.org>
14432
14433 * files.el (save-buffers-kill-emacs): Doc fix.
14434
14435 * startup.el (normal-top-level, command-line, command-line-1):
14436 Give them doc strings.
14437
14438 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14439
14440 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14441 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14442
14443 2012-03-25 Chong Yidong <cyd@gnu.org>
14444
14445 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14446 theme if it was previously enabled before (Bug#11031).
14447
14448 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14449 spec with custom-face-get-current-spec if its :shown-value is not
14450 determined yet (Bug#9337).
14451 (customize-create-theme, custom-theme-revert): Doc fixes.
14452
14453 * button.el (button-at): Minor addition to docstring.
14454
14455 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14456
14457 * vc/vc.el (vc-merge): Fix a prompt.
14458
14459 2012-03-24 Chong Yidong <cyd@gnu.org>
14460
14461 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14462 point (Bug#9623).
14463
14464 * button.el (button-at): Minor addition to docstring.
14465
14466 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * newcomment.el (comment-choose-indent): No space after BOL.
14469
14470 2012-03-22 Sam Steingold <sds@gnu.org>
14471
14472 * window.el (switch-to-prev-buffer): Revert last patch because the
14473 bug turned out to be an advertised feature (Elisp manual 28.14).
14474
14475 2012-03-22 Glenn Morris <rgm@gnu.org>
14476
14477 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14478 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14479
14480 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14481
14482 * net/network-stream.el (network-stream-open-starttls): Make error
14483 message under Windows be less misleading.
14484
14485 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14486
14487 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14488 understands (bug#9942).
14489
14490 2012-03-22 Chong Yidong <cyd@gnu.org>
14491
14492 * simple.el (end-of-visible-line): Handle return value of
14493 next-single-property-change properly (Bug#9371).
14494
14495 2012-03-22 Kenichi Handa <handa@m17n.org>
14496
14497 * international/quail.el (quail-insert-kbd-layout): Fix previous
14498 change. To avoid unwanted bidi reordering, use
14499 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14500
14501 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14502
14503 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14504 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14505 (ruby-beginning-of-indent): Be more careful with the difference
14506 between word-boundary and symbol boundary.
14507 (ruby-mode-syntax-table): Make : a symbol constituent.
14508
14509 2012-03-21 Andreas Politz <politza@fh-trier.de>
14510
14511 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14512
14513 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14514
14515 * progmodes/etags.el (tags-completion-at-point-function):
14516 Improve last fix.
14517
14518 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14519
14520 2012-03-21 Sam Steingold <sds@gnu.org>
14521
14522 * progmodes/etags.el (tags-completion-at-point-function):
14523 Avoid the error when point is inside the pattern.
14524
14525 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14526
14527 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14528 line (Bug#10855).
14529
14530 2012-03-21 Drew Adams <drew.adams@oracle.com>
14531
14532 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14533
14534 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14535
14536 * ido.el (ido-set-current-directory, ido-read-internal)
14537 (ido-choose-completion-string, ido-completion-help): Handle nil
14538 value of ido-completion-buffer (Bug#11008).
14539
14540 2012-03-21 Sam Steingold <sds@gnu.org>
14541
14542 * window.el (switch-to-prev-buffer): Do not switch to a visible
14543 window previous buffer, just like with the frame previous buffers.
14544
14545 2012-03-21 Chong Yidong <cyd@gnu.org>
14546
14547 * faces.el (make-face, make-empty-face, copy-face):
14548 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14549 Doc fixes.
14550
14551 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14552
14553 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14554 (widget-complete): Remove broken use of it.
14555
14556 2012-03-20 Chong Yidong <cyd@gnu.org>
14557
14558 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14559 Use string-width and truncate-string-width to handle arbitrary
14560 characters.
14561
14562 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14563
14564 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14565 to draw rectangles, not squares. (Regression introduced by revno
14566 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14567
14568 2012-03-18 Chong Yidong <cyd@gnu.org>
14569
14570 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14571 it is not yet defined (for temacs).
14572
14573 2012-03-18 Leo Liu <sdl.web@gmail.com>
14574
14575 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14576 prefix.
14577
14578 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14579
14580 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14581 (ispell-choices-win-default-height, ispell-silently-savep)
14582 (ispell-dictionary-alist, ispell-encoding8-command)
14583 (ispell-check-version, ispell-aspell-find-dictionary)
14584 (ispell-valid-dictionary-list, ispell-words-keyword)
14585 (ispell-get-word, ispell-internal-change-dictionary)
14586 (ispell-region, ispell-skip-region-list)
14587 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14588 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14589 (ispell-message-text-end, ispell-message)
14590 (ispell-buffer-local-parsing): Doc fix.
14591
14592 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14593
14594 * htmlfontify.el: Add support for code block fontification for ODT
14595 export (Bug #9914).
14596 (hfy-optimisations): Define new option
14597 `body-text-only'
14598 (hfy-fontify-buffer): Honor above setting.
14599 (hfy-begin-span, hfy-end-span): New routines factored out form
14600 `hfy-fontify-buffer'.
14601 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14602 that permit insertion of custom tags.
14603 (hfy-fontify-buffer): Use above handlers.
14604 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14605 (hfy-face-to-css): Re-defined to be a variable.
14606 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14607 over multiple runs. This is made possible by having the caller let
14608 bind a special variable `hfy-user-sheet-assoc'.
14609 (htmlfontify-string): New defun.
14610 (hfy-compile-face-map): Make sure that the last char in the
14611 buffer is correctly fontified.
14612 (hfy-face-resolve-face): Whitespace only change.
14613
14614 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14615
14616 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14617 message more clear.
14618
14619 2012-03-16 Leo Liu <sdl.web@gmail.com>
14620
14621 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14622
14623 2012-03-16 Alan Mackenzie <acm@muc.de>
14624
14625 Further optimize the handling of large macros.
14626
14627 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14628 limit to a call of `c-literal-limits'.
14629 (c-determine-+ve-limit): New function.
14630 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14631 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14632 In CASE 5B, restrict a search limit to 500.
14633 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14634
14635 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14636 Restrict macro bounds to +-500 from after-change's BEG END.
14637
14638 2012-03-16 Leo Liu <sdl.web@gmail.com>
14639
14640 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14641
14642 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14643
14644 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14645 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14646
14647 2012-03-16 Glenn Morris <rgm@gnu.org>
14648
14649 * view.el (view-buffer, view-buffer-other-window)
14650 (view-buffer-other-frame): Doc fixes re special mode-class.
14651
14652 * subr.el (eval-after-load): If named feature is provided not from
14653 a file, run after-load forms. (Bug#10946)
14654
14655 * calendar/calendar.el (calendar-insert-at-column):
14656 Handle non-unit-width characters a bit better. (Bug#10978)
14657
14658 2012-03-15 Chong Yidong <cyd@gnu.org>
14659
14660 * emacs-lisp/ring.el (ring-extend): New function.
14661 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14662
14663 * comint.el (comint-read-input-ring)
14664 (comint-add-to-input-history): Grow comint-input-ring lazily.
14665
14666 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14667
14668 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14669 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14670
14671 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14672 (imenu-add-to-menubar): Don't add a redundant index.
14673 (imenu-update-menubar): Handle a dynamically composed keymap.
14674
14675 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14676
14677 * mail/sendmail.el (mail-encode-header):
14678 Bind rfc2047-encode-encoded-words to nil.
14679
14680 2012-03-13 Glenn Morris <rgm@gnu.org>
14681
14682 * calendar/calendar.el (calendar-string-spread):
14683 Handle non-unit-width characters a bit better. (Bug#10978)
14684
14685 2012-03-13 Leo Liu <sdl.web@gmail.com>
14686
14687 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14688 directory and file as argument (Bug#10822).
14689
14690 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14691
14692 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14693 For dynamically generated code, follow $PC.
14694 (gdb-disassembly-handler-custom): Handle no function name case.
14695
14696 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14697
14698 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14699 * emulation/ws-mode.el (ws-query-replace):
14700 * sort.el (sort-regexp-fields):
14701 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14702
14703 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14704
14705 * dabbrev.el: Fix cycle completion order (bug#10963).
14706 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14707 (dabbrev-completion): Don't use an obarray; provide
14708 a cycle-sort-function.
14709
14710 2012-03-12 Leo Liu <sdl.web@gmail.com>
14711
14712 * simple.el (kill-new): Use equal-including-properties for comparison.
14713 (kill-do-not-save-duplicates): Doc fix.
14714
14715 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * dabbrev.el: Fix cycle completion (bug#10963).
14718 Use lexical binding and wrap to 80 columns.
14719 (dabbrev-completion): Delay computing the list of completions.
14720
14721 2012-03-12 Kenichi Handa <handa@m17n.org>
14722
14723 * international/quail.el (quail-insert-kbd-layout): Surround each
14724 row by LRO and PDF instead of inserting many LRMs. Pad the left
14725 and right of each non-spacing marks. Insert invisible space
14726 between lower and upper characters to prevent composition.
14727
14728 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * minibuffer.el (minibuffer-complete): Don't get confused when the
14731 function is run twice via different commands (bug#10958).
14732 (complete-with-action): Fix docstring.
14733
14734 2012-03-12 Chong Yidong <cyd@gnu.org>
14735
14736 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14737 (nxml-completion-at-point-function): New function.
14738 (nxml-mode): Use it.
14739 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14740
14741 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14742 Load generated autoloads file before byte compiling (Bug#10970).
14743 (package--make-autoloads-and-compile): New helper fun.
14744
14745 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14746
14747 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14748
14749 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14750
14751 * autorevert.el (auto-revert-handler): Ensure, that
14752 file-readable-p is applied only for local files or in
14753 auto-revert-tail-mode.
14754
14755 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14756
14757 * server.el (server-eval-at): Handle non-tcp connections.
14758 Decode result string.
14759
14760 * server.el (server-msg-size): New constant.
14761 (server-reply-print): New function.
14762 (server-eval-and-print): Use it.
14763 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14764 Handle -print-nonl.
14765
14766 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14767
14768 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14769 (Bug#10987).
14770
14771 2012-03-11 Chong Yidong <cyd@gnu.org>
14772
14773 * simple.el (goto-line): Doc fix (Bug#9938).
14774
14775 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14776
14777 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14778 when finished (Bug#10963).
14779
14780 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14781
14782 * window.el (split-window-below): Fix bug in case where
14783 split-window-keep-point is nil (Bug#10971).
14784
14785 2012-03-11 Juri Linkov <juri@jurta.org>
14786
14787 * replace.el (replace-highlight): Set isearch-word to nil
14788 unconditionally. (Bug#10887)
14789
14790 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14791
14792 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14793 mairix-replace-illegal-chars; all callers changed. Don't remove
14794 ^, ~, and = characters: they are meaningful in mairix search specs.
14795 (mairix-widget-create-query): Add usage information about mairix
14796 search forms: negating words, searching for substrings, etc.
14797
14798 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14799
14800 * international/fontset.el (font-encoding-alist): Add an entry for
14801 ksx1001 (Bug#5667).
14802
14803 2012-03-10 Richard Stallman <rms@gnu.org>
14804
14805 * mail/sendmail.el (mail-encode-header):
14806 Set rfc2047-encode-encoded-words.
14807
14808 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14809
14810 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14811 view buffer means not swapped.
14812 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14813 (rmail-write-region-annotate): Error if real text has disappeared.
14814
14815 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14816
14817 2012-03-10 Chong Yidong <cyd@gnu.org>
14818
14819 * emulation/cua-rect.el (cua--init-rectangles):
14820 * emulation/cua-base.el (cua--init-keymaps):
14821 Add delete-forward-char to remappings (Bug#9666).
14822
14823 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14824
14825 * speedbar.el (speedbar-unhighlight-one-tag-line):
14826 Avoid unhighlighting due to frame switching (Bug#10275).
14827
14828 2012-03-10 Chong Yidong <cyd@gnu.org>
14829
14830 * minibuffer.el (completion-in-region, completion-help-at-point):
14831 Give the completion field overlay a high priority (Bug#6830).
14832
14833 * dired.el (dired-goto-file): Recognize absolute file name
14834 listings (Bug#7126).
14835 (dired-goto-file-1): New helper function.
14836 (dired-toggle-read-only): Inhibit warnings.
14837
14838 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14839
14840 * net/dbus.el (dbus-property-handler): Return empty array if
14841 there are no properties.
14842
14843 2012-03-09 Leo Liu <sdl.web@gmail.com>
14844
14845 * savehist.el (savehist-printable): Stricter check for string
14846 value (Bug#10937).
14847
14848 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14849
14850 * mail/smtpmail.el (smtpmail-send-it):
14851 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14852 valid mbox format.
14853
14854 2012-03-09 Glenn Morris <rgm@gnu.org>
14855
14856 * files.el (dir-locals-find-file):
14857 Don't check result is regular, readable.
14858 (dir-locals-read-from-file): Demote errors.
14859
14860 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14861
14862 * international/quail.el (quail-insert-kbd-layout):
14863 Insert invisible LRM characters before each character in a keyboard
14864 layout cell, to prevent their reordering by bidi display engine.
14865 For details, see the discussion in
14866 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14867
14868 2012-03-08 Alan Mackenzie <acm@muc.de>
14869
14870 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14871 the starting position; make it extend the marked region when
14872 invoked repeatedly - all under appropriate circumstances.
14873 Fixes bugs #5525, #10906.
14874
14875 2012-03-08 Glenn Morris <rgm@gnu.org>
14876
14877 * files.el (locate-dominating-file, dir-locals-find-file):
14878 Undo 2012-03-06 change.
14879
14880 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14881
14882 * international/quail.el (quail-help):
14883 Force bidi-paragraph-direction be left-to-right. See discussion in
14884 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14885 for the reason.
14886
14887 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14888
14889 Avoid superfluous registering of signals. (Bug#10807)
14890
14891 * notifications.el (notifications-on-action-object)
14892 (notifications-on-close-object): New defvars.
14893 (notifications-on-action-signal, notifications-on-closed-signal):
14894 Unregister the signal if not needed any longer.
14895 (notifications-notify): Register `notifications-action-signal' or
14896 `notifications-closed-signal', if :on-action or :on-close has been
14897 passed as argument.
14898
14899 2012-03-07 Chong Yidong <cyd@gnu.org>
14900
14901 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14902 non-X platforms.
14903
14904 2012-03-06 Glenn Morris <rgm@gnu.org>
14905
14906 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14907 (x-disown-selection-internal, x-get-selection-internal):
14908 Doc fix (add arglist signatures). (Bug#10783)
14909
14910 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14911
14912 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14913 Handle breakpoints with no "type".
14914
14915 2012-03-06 Glenn Morris <rgm@gnu.org>
14916
14917 * files.el (locate-dominating-file): Add optional predicate argument.
14918 (dir-locals-find-file): Make use of above change.
14919
14920 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14921
14922 * info.el (Info-insert-dir): Also try "dir.gz".
14923
14924 2012-03-06 Glenn Morris <rgm@gnu.org>
14925
14926 * files.el (dir-locals-find-file):
14927 Ignore non-readable or non-regular files. (Bug#10928)
14928
14929 * files.el (locate-dominating-file): Doc fix.
14930
14931 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14932
14933 * calendar/calendar.el (calendar-set-mode-line):
14934 `getenv' returns a string. (Bug#10951)
14935
14936 2012-03-05 Leo Liu <sdl.web@gmail.com>
14937
14938 * simple.el (backward-delete-char-untabify): Constrain point to
14939 field (Bug#10939).
14940
14941 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14942
14943 2012-03-05 Chong Yidong <cyd@gnu.org>
14944
14945 * simple.el (count-words): If called from Lisp, return the word
14946 count, for symmetry with `count-lines'. Arglist changed.
14947 (count-words--message): Args changed. Consolidate counting code
14948 from count-words and count-words-region.
14949 (count-words-region): Caller changed.
14950 (count-lines-region): Make it an obsolete alias.
14951
14952 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14953
14954 * saveplace.el (save-place-to-alist)
14955 (save-place-ignore-files-regexp): Allow value nil to disable this
14956 feature.
14957
14958 2012-03-04 Chong Yidong <cyd@gnu.org>
14959
14960 * faces.el (face-spec-reset-face): For the default face, reset the
14961 attributes to default values (Bug#10748).
14962
14963 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14964
14965 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14966 previous patch: Check `message-send-mail-function', and not the
14967 default function (bug#10897).
14968
14969 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14970
14971 * notifications.el (notifications-on-action-signal)
14972 (notifications-on-closed-signal): Check for unique service name of
14973 incoming event. Fix error in removing entry.
14974 (top): Register for signals with wildcard service name.
14975 (notifications-notify): Use daemon unique service name for map entries.
14976
14977 2012-03-04 Chong Yidong <cyd@gnu.org>
14978
14979 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14980
14981 2012-03-04 Glenn Morris <rgm@gnu.org>
14982
14983 * abbrev.el (copy-abbrev-table, abbrev-table-p)
14984 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14985 (expand-abbrev, define-abbrev-table): Doc fixes.
14986
14987 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14988
14989 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14990 `message-default-send-mail-function' and not `send-mail-function'
14991 when doing the prompting for `sendmail-query-once' before sending
14992 in Message buffers (bug#10897).
14993
14994 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14995 This is inconsistent with all the other stream functions, which leave
14996 the setting up to the higher levels (if so wanted) (bug#10931).
14997
14998 2012-03-02 Alan Mackenzie <acm@muc.de>
14999
15000 Depessimize the handling of very large macros.
15001
15002 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15003 (c-macro-cache-syntactic): New variables to implement a one
15004 element macro cache.
15005 (c-invalidate-macro-cache): New function.
15006 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15007 Adapt to use the new cache.
15008 (c-state-safe-place): Use better the cache of safe positions.
15009 (c-state-semi-nonlit-pos-cache)
15010 (c-state-semi-nonlit-pos-cache-limit):
15011 New variables for...
15012 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15013 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15014 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15015 Use c-state-semi-safe-place.
15016
15017 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15018 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15019
15020 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15021
15022 * jka-compr.el (jka-compr-call-process):
15023 Apply `file-accessible-directory-p' only when the default directory is
15024 not remote.
15025
15026 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15027
15028 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15029 access of FILE2, if FILE1 does not exist.
15030
15031 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15032 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15033
15034 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15035 Add "PAGER=" to `process-environment'.
15036
15037 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15038
15039 * progmodes/sql.el: Bug fix
15040 (sql-get-login-ext): Save login values in globals.
15041 (sql-get-login): Use new version of `sql-get-login-ext'.
15042 (sql-interactive-mode): Set global `sql-connection' to nil.
15043 (sql-connect): Set global values for connection.
15044 (sql-product-interactive): Save global values as buffer local.
15045
15046 2012-02-29 Leo Liu <sdl.web@gmail.com>
15047
15048 * abbrev.el (define-abbrevs): Reset sys to nil.
15049
15050 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15051
15052 * files.el (file-equal-p): Rename from `files-equal-p'.
15053 Return nil when one or both files don't exist.
15054 (file-subdir-of-p): Now only top directory must exists,
15055 return nil if it doesn't.
15056 (copy-directory): No need to test with `file-subdir-of-p' after
15057 creating dir.
15058 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15059 to `file-equal-p'.
15060
15061 2012-02-28 Glenn Morris <rgm@gnu.org>
15062
15063 * shell.el (shell-mode):
15064 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15065 * play/landmark.el (landmark-font-lock-face-O):
15066 * play/handwrite.el (handwrite):
15067 * play/gomoku.el (gomoku-O):
15068 * net/browse-url.el (browse-url-browser-display):
15069 * international/mule.el (define-charset):
15070 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15071 * filesets.el (filesets-find-file-delay):
15072 * eshell/em-xtra.el (eshell-xtra):
15073 * eshell/em-unix.el (eshell-grep):
15074 * emulation/viper.el (viper-mode):
15075 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15076 * emacs-lisp/easymenu.el (easy-menu-define):
15077 * calendar/timeclock.el (timeclock-use-display-time):
15078 * bs.el (bs-mode):
15079 * bookmark.el (bookmark-save-flag):
15080 Doc fix (standardize possessive apostrophe usage).
15081
15082 2012-02-27 Chong Yidong <cyd@gnu.org>
15083
15084 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15085 Fix key-binding lookup for ESC key (Bug#9146).
15086
15087 * font-lock.el (font-lock-specified-p): Rename from
15088 font-lock-spec-present. Callers changed.
15089
15090 2012-02-27 Daniel Hackney <dan@haxney.org>
15091
15092 * emacs-lisp/package.el (package-compute-transaction):
15093 Handle holding a package version to t in package-load-list.
15094
15095 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15096
15097 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15098 (tramp-get-inode, tramp-get-device): Use cached values.
15099
15100 2012-02-26 Alan Mackenzie <acm@muc.de>
15101
15102 Check there is a font-lock specification before doing initial
15103 fontification.
15104
15105 * font-core.el (font-lock-mode): Move the conditional from
15106 :after-hook to font-lock-initial-fontify.
15107 (font-lock-default-function): Move the check for a specification
15108 to font-lock-spec-present.
15109
15110 * font-lock.el (font-lock-initial-fontify): Call ...
15111 (font-lock-spec-present): New function.
15112
15113 2012-02-26 Jim Blandy <jimb@red-bean.com>
15114
15115 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15116 (gdb-send): Apply it to the operand of the '-interpreter-exec
15117 console' command, so that we can pass arguments with (say) quotes
15118 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15119
15120 2012-02-26 Chong Yidong <cyd@gnu.org>
15121
15122 * help-fns.el (describe-function-1): Clarify description of
15123 remapping (Bug#10844).
15124
15125 * files.el (files-equal-p): Doc fix.
15126 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15127 and quit the loop once a mismatch is found.
15128
15129 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15130
15131 * bs.el (bs--show-with-configuration): Don't throw an error
15132 if the window cannot be split; otherwise, subsequent calls to
15133 bs-show fail, restoring a stale window config. (Bug#10882)
15134
15135 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15136
15137 * term/ns-win.el (global-map): Bind ns-drag-file to
15138 ns-find-file (Bug#5855, Bug#10050).
15139
15140 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15141
15142 * calendar/parse-time.el (parse-time-string): Allow extractor to
15143 return nil.
15144
15145 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15146
15147 * net/tramp.el (tramp-file-name-for-operation):
15148 Add `files-equal-p' and `file-subdir-of-p'.
15149
15150 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15151 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15152 Add COPY-CONTENTS argument.
15153
15154 2012-02-25 Chong Yidong <cyd@gnu.org>
15155
15156 Add custom groups for VC backends, for consistency with vc-bzr.
15157
15158 * vc/vc-arch.el (vc-arch):
15159 * vc/vc-cvs.el (vc-cvs):
15160 * vc/vc-git.el (vc-git):
15161 * vc/vc-hg.el (vc-hg):
15162 * vc/vc-mtn.el (vc-mtn):
15163 * vc/vc-rcs.el (vc-rcs):
15164 * vc/vc-sccs.el (vc-sccs):
15165 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15166 All relevant defcustoms reassigned.
15167
15168 2012-02-25 Chong Yidong <cyd@gnu.org>
15169
15170 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15171
15172 * term/x-win.el (x-initialize-window-system): Reduce default for
15173 x-selection-timeout to 5 seconds (Bug#8869).
15174
15175 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15176
15177 * files.el (files-equal-p, file-subdir-of-p): New functions.
15178 (copy-directory): Error when trying to copy a directory on itself.
15179 Add missing copy-contents arg to tramp handler.
15180 * dired-aux.el (dired-copy-file-recursive): Same.
15181 (dired-create-files): Modify destination when source is equal to
15182 dest when copying files.
15183 Return also when dest is a subdir of source. (Bug#10489)
15184
15185 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15186
15187 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15188 (Bug#10874)
15189
15190 2012-02-23 Alan Mackenzie <acm@muc.de>
15191
15192 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15193 parameter "after-hook:" to allow the expansion to run code after
15194 the execution of the mode hooks.
15195
15196 * font-lock.el (font-lock-initial-fontify): New function extracted
15197 from font-lock-mode-internal.
15198
15199 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15200 :after-hook.
15201
15202 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15203
15204 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15205 (completion--cache-all-sorted-completions): New function.
15206 (completion-all-sorted-completions): Use it.
15207 (completion--do-completion, minibuffer-force-complete):
15208 Use it to re-instate the flush hook.
15209
15210 * icomplete.el (icomplete-completions): Replace last fix with a better
15211 one (bug#10850).
15212
15213 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15214
15215 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15216 when it might call us back infinitely (bug#10797).
15217
15218 2012-02-23 Glenn Morris <rgm@gnu.org>
15219
15220 * minibuffer.el (completion-category-overrides): Doc fix.
15221
15222 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15223
15224 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15225 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15226
15227 2012-02-23 Glenn Morris <rgm@gnu.org>
15228
15229 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15230 (authors-obsolete-files-regexps, authors-ignored-files)
15231 (authors-ambiguous-files, authors-renamed-files-alist):
15232 Add more entries.
15233
15234 2012-02-23 Juri Linkov <juri@jurta.org>
15235
15236 * isearch.el (isearch-occur): Sync interactive spec with occur's
15237 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15238
15239 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15240
15241 2012-02-22 Juri Linkov <juri@jurta.org>
15242
15243 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15244 (ucs-insert): Doc fix. Check for hex digits in the string.
15245 Don't display `nil' in the error message. (Bug#10857)
15246
15247 2012-02-22 Alan Mackenzie <acm@muc.de>
15248
15249 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15250
15251 2012-02-22 Glenn Morris <rgm@gnu.org>
15252
15253 * ffap.el (ffap-c-path):
15254 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15255
15256 2012-02-22 Chong Yidong <cyd@gnu.org>
15257
15258 * custom.el (load-theme): Doc fix.
15259
15260 2012-02-22 Glenn Morris <rgm@gnu.org>
15261
15262 * dired-x.el (dired-guess-shell-alist-default):
15263 Remove escape sequences from nroff output. (Bug#172)
15264
15265 2012-02-21 Glenn Morris <rgm@gnu.org>
15266
15267 * vc/emerge.el (emerge-defvar-local):
15268 Set `permanent-local' property rather than unused `preserved'.
15269
15270 * textmodes/picture.el (picture-delete-char): New alias.
15271 (picture-mode-map): Use it. (Bug#10860)
15272 (picture-mode): Doc fix.
15273
15274 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15275
15276 * newcomment.el (uncomment-region-default): Remove unused binding.
15277
15278 2012-02-21 Glenn Morris <rgm@gnu.org>
15279
15280 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15281 (picture-self-insert, picture-tab-chars): Doc fix.
15282 (picture-mode-map): Fix C-a, C-e.
15283
15284 2012-02-20 Glenn Morris <rgm@gnu.org>
15285
15286 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15287
15288 2012-02-20 Leo Liu <sdl.web@gmail.com>
15289
15290 * icomplete.el (icomplete-completions): Check FROM arg before
15291 passing to substring (Bug#10850).
15292
15293 2012-02-19 Chong Yidong <cyd@gnu.org>
15294
15295 * comint.el: Require ansi-color.
15296 (comint-output-filter-functions): Add ansi-color-process-output.
15297
15298 * ansi-color.el: Don't set comint-output-filter-functions; it is
15299 now in the initial value defined in comint.el.
15300 (ansi-color-apply-face-function): New variable.
15301 (ansi-color-apply-on-region): Use it.
15302 (ansi-color-apply-overlay-face): New function.
15303
15304 * shell.el (shell): No need to require ansi-color.
15305 (shell-mode): Use ansi-color-apply-face-function to highlight
15306 color escapes using font-lock-face property (Bug#10835).
15307
15308 2012-02-19 Chong Yidong <cyd@gnu.org>
15309
15310 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15311 mode-line formats (Bug#10839).
15312
15313 2012-02-18 Glenn Morris <rgm@gnu.org>
15314
15315 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15316
15317 * mail/undigest.el (unforward-rmail-message): Doc fix.
15318
15319 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15320
15321 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15322
15323 * international/characters.el (script-list): Sync with the latest
15324 Unicode Character Database.
15325
15326 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15327
15328 * international/titdic-cnv.el: Remove duplicate coding tag.
15329 * language/cham.el: Likewise.
15330 * language/tai-viet.el: Likewise.
15331
15332 2012-02-18 Glenn Morris <rgm@gnu.org>
15333
15334 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15335 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15336 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15337 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15338 * calendar/holidays.el (holiday-bahai-holidays)
15339 (calendar-holidays, list-holidays):
15340 Use utf-8 Bahá'í in doc-strings, menus, etc.
15341
15342 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15343
15344 * saveplace.el (save-place-ignore-files-regexp): New variable
15345 allowing for excluding files from saving their location of point.
15346 The default value matches the temporary commit message editing
15347 files from Git, SVN, Bazaar, and Mercurial.
15348 (save-place-to-alist): Use it.
15349
15350 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15351 Stefan Monnier <monnier@iro.umontreal.ca>
15352
15353 * newcomment.el (uncomment-region-default): Don't leave extra space
15354 when an arg is provided (bug#8150).
15355
15356 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15357
15358 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15359
15360 2012-02-17 Glenn Morris <rgm@gnu.org>
15361
15362 * net/socks.el: Require network-stream. (Bug#10599)
15363
15364 2012-02-17 Kenichi Handa <handa@m17n.org>
15365
15366 * international/charprop.el:
15367 * international/uni-name.el:
15368 * international/uni-old-name.el:
15369 * international/uni-comment.el: Regenerate.
15370
15371 2012-02-16 Glenn Morris <rgm@gnu.org>
15372
15373 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15374 Interactively in calendar buffer, give an error if not on a date.
15375
15376 2012-02-15 Glenn Morris <rgm@gnu.org>
15377
15378 * shell.el (shell-delimiter-argument-list):
15379 Revert 2011-02-17 change. (Bug#8027)
15380
15381 2012-02-15 Chong Yidong <cyd@gnu.org>
15382
15383 * minibuffer.el (completion-at-point-functions): Doc fix.
15384
15385 * custom.el (defcustom): Doc fix; note use of defvar.
15386
15387 2012-02-15 Glenn Morris <rgm@gnu.org>
15388
15389 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15390 Doc fixes.
15391
15392 2012-02-14 Glenn Morris <rgm@gnu.org>
15393
15394 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15395
15396 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15397
15398 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15399 way the ports list is computed.
15400 (smtpmail-query-smtp-server): Prompt the user for a port number if
15401 we can't connect to any of the standard ports (bug#10810).
15402
15403 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15404
15405 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15406
15407 2012-02-13 Glenn Morris <rgm@gnu.org>
15408
15409 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15410
15411 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15412
15413 * net/gnutls.el (gnutls-trustfiles): New variable.
15414 (gnutls-negotiate): Use it.
15415
15416 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15417
15418 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15419 does its stuff if Gnus is running.
15420
15421 2012-02-13 Alan Mackenzie <acm@muc.de>
15422
15423 Fix a loop in c-set-fl-decl-start.
15424
15425 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15426 c-backward-syntactic-ws actually moves backwards.
15427
15428 2012-02-13 Leo Liu <sdl.web@gmail.com>
15429
15430 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15431 beginning so that all \C-o chars are removed.
15432
15433 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15434
15435 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15436
15437 2012-02-12 Alan Mackenzie <acm@muc.de>
15438
15439 Fix infinite loop with long macros.
15440 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15441
15442 2012-02-12 Chong Yidong <cyd@gnu.org>
15443
15444 * window.el (display-buffer): Doc fix (Bug#10785).
15445
15446 2012-02-12 Glenn Morris <rgm@gnu.org>
15447
15448 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15449 (x-disown-selection-internal, x-get-selection-internal):
15450 Sync docs with the xselect.c versions.
15451
15452 * allout-widgets.el: Add missing license notice.
15453
15454 2012-02-11 Glenn Morris <rgm@gnu.org>
15455
15456 * select.el (x-get-selection-internal, x-own-selection-internal)
15457 (x-disown-selection-internal):
15458 * x-dnd.el (x-get-selection-internal): Update declarations.
15459
15460 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15461
15462 * window.el (window-sides-slots):
15463 * tool-bar.el (tool-bar-position):
15464 * term/xterm.el (xterm-extra-capabilities):
15465 * ses.el (ses-self-reference-early-detection):
15466 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15467 (verilog-auto-wire-type)
15468 (verilog-auto-delete-trailing-whitespace)
15469 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15470 (verilog-auto-tieoff-declaration):
15471 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15472 (sql-oracle-statement-starters, sql-oracle-scan-on):
15473 * progmodes/prolog.el (prolog-align-comments-flag)
15474 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15475 (prolog-left-indent-regexp, prolog-paren-indent-p)
15476 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15477 (prolog-types, prolog-mode-specificators)
15478 (prolog-determinism-specificators, prolog-directives)
15479 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15480 (prolog-electric-dot-flag)
15481 (prolog-electric-dot-full-predicate-template)
15482 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15483 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15484 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15485 (prolog-program-switches, prolog-prompt-regexp)
15486 (prolog-debug-on-string, prolog-debug-off-string)
15487 (prolog-trace-on-string, prolog-trace-off-string)
15488 (prolog-zip-on-string, prolog-zip-off-string)
15489 (prolog-use-standard-consult-compile-method-flag)
15490 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15491 (prolog-imenu-max-lines, prolog-info-predicate-index)
15492 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15493 (prolog-char-quote-workaround):
15494 * progmodes/cc-vars.el (c-defun-tactic):
15495 * net/tramp.el (tramp-encoding-command-interactive)
15496 (tramp-local-end-of-line):
15497 * net/soap-client.el (soap-client):
15498 * net/netrc.el (netrc-file):
15499 * net/gnutls.el (gnutls):
15500 * minibuffer.el (completion-category-overrides)
15501 (completion-cycle-threshold)
15502 (completion-pcm-complete-word-inserts-delimiters):
15503 * man.el (Man-name-local-regexp):
15504 * mail/feedmail.el (feedmail-display-full-frame):
15505 * international/characters.el (glyphless-char-display-control):
15506 * eshell/em-ls.el (eshell-ls-date-format):
15507 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15508 (lisp-lambda-list-keyword-parameter-indentation)
15509 (lisp-lambda-list-keyword-parameter-alignment):
15510 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15511 * dired-x.el (dired-omit-verbose):
15512 * cus-theme.el (custom-theme-allow-multiple-selections):
15513 * calc/calc.el (calc-highlight-selections-with-faces)
15514 (calc-lu-field-reference, calc-lu-power-reference)
15515 (calc-note-threshold):
15516 * battery.el (battery-mode-line-limit):
15517 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15518 (archive-7z-update):
15519 * allout.el (allout-prefixed-keybindings)
15520 (allout-unprefixed-keybindings)
15521 (allout-inhibit-auto-fill-on-headline)
15522 (allout-flattened-numbering-abbreviation):
15523 * allout-widgets.el (allout-widgets-auto-activation)
15524 (allout-widgets-icons-dark-subdir)
15525 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15526 (allout-widgets-theme-dark-background)
15527 (allout-widgets-theme-light-background)
15528 (allout-widgets-item-image-properties-emacs)
15529 (allout-widgets-item-image-properties-xemacs)
15530 (allout-widgets-run-unit-tests-on-load)
15531 (allout-widgets-time-decoration-activity)
15532 (allout-widgets-hook-error-post-time)
15533 (allout-widgets-track-decoration):
15534 Add missing :version tags to new defcustoms and defgroups.
15535
15536 * progmodes/sql.el (sql-ansi-statement-starters)
15537 (sql-oracle-statement-starters): Add custom type.
15538
15539 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15540 (prolog-system-version): Give it a type.
15541
15542 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15543
15544 * term/pc-win.el (x-select-text, x-selection-owner-p)
15545 (x-own-selection-internal, x-disown-selection-internal)
15546 (x-get-selection-internal): Sync doc strings and argument lists
15547 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15548
15549 2012-02-11 Leo Liu <sdl.web@gmail.com>
15550
15551 * progmodes/python.el (python-end-of-statement): Fix infinite
15552 loop. (Bug#10788)
15553
15554 2012-02-10 Glenn Morris <rgm@gnu.org>
15555
15556 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15557 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15558
15559 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15560
15561 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15562 about SMTP before checking the From header.
15563
15564 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15565 into own function for reuse by emacsbug.el.
15566
15567 2012-02-10 Leo Liu <sdl.web@gmail.com>
15568
15569 * subr.el (condition-case-unless-debug): Rename from
15570 condition-case-no-debug. All callers changed.
15571 (with-demoted-errors): Fix caller.
15572
15573 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15574 * nxml/rng-valid.el (rng-do-some-validation):
15575 * emacs-lisp/package.el (package-refresh-contents)
15576 (package-menu-execute):
15577 * desktop.el (desktop-create-buffer):
15578 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15579
15580 2012-02-10 Glenn Morris <rgm@gnu.org>
15581
15582 * textmodes/bibtex.el:
15583 Add missing :version tags for new/changed defcustoms.
15584
15585 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15586
15587 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15588
15589 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15590 (smtpmail-via-smtp): Use it, or fall back on the From address.
15591 (smtpmail-send-it): Ditto.
15592
15593 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15594
15595 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15596 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15597 (byte-compile-tmp-var): New const.
15598 (byte-compile-defvar): Use it to minimize .elc size.
15599 Just use `defvar' rather than simulate it (bug#10761).
15600
15601 2012-02-09 Glenn Morris <rgm@gnu.org>
15602
15603 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15604
15605 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15606 Add :version tags.
15607
15608 * progmodes/compile.el (compilation-error-screen-columns)
15609 (compilation-first-column, compilation-filter-start): Doc fixes.
15610
15611 * vc/log-view.el (log-view-toggle-entry-display):
15612 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15613
15614 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15615 (report-emacs-bug-can-use-xdg-email):
15616 (report-emacs-bug-insert-to-mailer): Doc fixes.
15617 (report-emacs-bug): Message fix.
15618
15619 * net/browse-url.el (browse-url-can-use-xdg-open)
15620 (browse-url-xdg-open): Doc fixes.
15621
15622 * electric.el (electric-indent-mode, electric-pair-mode)
15623 (electric-layout-rules, electric-layout-mode): Doc fixes.
15624 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15625
15626 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15627
15628 * server.el (server-unselect-display): Don't inadvertently kill
15629 the current buffer. (Bug#10729)
15630
15631 2012-02-08 Glenn Morris <rgm@gnu.org>
15632
15633 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15634 (sql-list-table): Doc fixes.
15635
15636 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15637 Comment out (does nothing).
15638
15639 * completion.el (dynamic-completion-mode):
15640 * dirtrack.el (dirtrack-debug-mode):
15641 * electric.el (electric-layout-mode):
15642 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15643 * face-remap.el (text-scale-mode, buffer-face-mode):
15644 * iimage.el (iimage-mode):
15645 * image-mode.el (image-transform-mode):
15646 * minibuffer.el (completion-in-region-mode):
15647 * scroll-lock.el (scroll-lock-mode):
15648 * simple.el (next-error-follow-minor-mode):
15649 * tar-mode.el (tar-subfile-mode):
15650 * tooltip.el (tooltip-mode):
15651 * vcursor.el (vcursor-use-vcursor-map):
15652 * wid-browse.el (widget-minor-mode):
15653 * emulation/tpu-edt.el (tpu-edt-mode):
15654 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15655 * international/iso-ascii.el (iso-ascii-mode):
15656 * language/thai-util.el (thai-word-mode):
15657 * mail/supercite.el (sc-minor-mode):
15658 * net/goto-addr.el (goto-address-mode):
15659 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15660 * progmodes/cwarn.el (cwarn-mode):
15661 * progmodes/flymake.el (flymake-mode):
15662 * progmodes/glasses.el (glasses-mode):
15663 * progmodes/hideshow.el (hs-minor-mode):
15664 * progmodes/pascal.el (pascal-outline-mode):
15665 * textmodes/enriched.el (enriched-mode):
15666 * vc/smerge-mode.el (smerge-mode):
15667 Doc fixes (minor mode argument).
15668
15669 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15670
15671 * ls-lisp.el (ls-lisp-sanitize): New function.
15672 (ls-lisp-insert-directory): Use it to fix or remove any elements
15673 in file-alist with missing attributes. (Bug#4673)
15674
15675 2012-02-07 Alan Mackenzie <acm@muc.de>
15676
15677 Fix spurious recognition of c-in-knr-argdecl.
15678
15679 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15680 putative K&R region.
15681
15682 2012-02-07 Alan Mackenzie <acm@muc.de>
15683
15684 * progmodes/cc-engine.el (c-forward-objc-directive):
15685 Prevent looping in "#pragma mark @implementation".
15686
15687 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15688
15689 * notifications.el (notifications-on-closed-signal): Make `reason'
15690 optional. (Bug#10744)
15691
15692 2012-02-07 Glenn Morris <rgm@gnu.org>
15693
15694 * emacs-lisp/easy-mmode.el (define-minor-mode):
15695 Doc fixes for the macro and the mode it defines.
15696
15697 * image.el (imagemagick-types-inhibit): Doc fix.
15698
15699 * cus-start.el (imagemagick-render-type): Add it.
15700
15701 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15702
15703 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15704 Set the default at load time, too, so that `font-lock-fontify-buffer'
15705 can be called without setting up the entire mode first. This fixes
15706 a bug in `mm-inline-text' with C MIME parts.
15707
15708 2012-02-06 Chong Yidong <cyd@gnu.org>
15709
15710 * simple.el (list-processes--refresh): Delete exited processes
15711 (Bug#8094).
15712
15713 * comint.el (comint-next-prompt): next-single-char-property-change
15714 and prev-single-char-property-change never return nil (Bug#8657).
15715
15716 * custom.el (defcustom): Doc fix (Bug#9711).
15717
15718 2012-02-05 Chong Yidong <cyd@gnu.org>
15719
15720 * cus-edit.el (custom-variable-reset-backup): Quote the value
15721 before storing it in the customized-value property (Bug#6712).
15722 (custom-display): Add a customization type tag.
15723 (custom-buffer-create-internal): Improve tooltip message.
15724
15725 * wid-edit.el (widget-field-value-get): New optional arg to
15726 suppress trailing whitespace truncation.
15727 (character): Use it (Bug#2689).
15728
15729 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15730
15731 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15732 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15733
15734 2012-02-05 Chong Yidong <cyd@gnu.org>
15735
15736 * cus-edit.el (custom-variable-value-create): For mismatched
15737 types, show the current value (Bug#7600).
15738
15739 * custom.el (defcustom): Doc fix.
15740
15741 2012-02-05 Glenn Morris <rgm@gnu.org>
15742
15743 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15744
15745 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15746
15747 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15748 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15749 (pp-last-sexp): Use `looking-at-p'.
15750
15751 2012-02-04 Glenn Morris <rgm@gnu.org>
15752
15753 * files.el (revert-buffer):
15754 Doc fix (mention revert-buffer-in-progress-p).
15755
15756 * emacs-lisp/ert-x.el (ert-simulate-command):
15757 Check deferred-action-list (which is obsolete) is bound.
15758
15759 * subr.el (with-wrapper-hook): Doc fixes.
15760
15761 * simple.el (filter-buffer-substring-functions)
15762 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15763
15764 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15765
15766 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15767 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15768
15769 2012-02-04 Leo Liu <sdl.web@gmail.com>
15770
15771 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15772
15773 2012-02-04 Glenn Morris <rgm@gnu.org>
15774
15775 * image.el (image-extension-data): Add obsolete alias.
15776
15777 * isearch.el (isearch-update): Doc fix.
15778
15779 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15780
15781 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15782
15783 2012-02-03 Glenn Morris <rgm@gnu.org>
15784
15785 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15786 (image-animate-timeout): Doc fix.
15787
15788 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15789
15790 2012-02-02 Glenn Morris <rgm@gnu.org>
15791
15792 * server.el (server-auth-dir): Doc fix.
15793 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15794
15795 * subr.el (run-mode-hooks): Doc fix.
15796
15797 2012-02-02 Juri Linkov <juri@jurta.org>
15798
15799 * image-mode.el (image-toggle-display-image): Remove tautological
15800 `major-mode' from the `derived-mode-p' test.
15801
15802 2012-02-02 Kenichi Handa <handa@m17n.org>
15803
15804 * composite.el (compose-region): Cancel previous change.
15805
15806 2012-02-02 Kenichi Handa <handa@m17n.org>
15807
15808 * composite.el (compose-region, compose-string): Signal error for
15809 a null string component (Bug#6988).
15810
15811 2012-02-01 Chong Yidong <cyd@gnu.org>
15812
15813 * view.el (view-buffer-other-window, view-buffer-other-frame):
15814 Handle special modes like view-buffer (Bug#10650).
15815 (view-buffer): Simplify.
15816
15817 * frame.el (set-frame-font): Tweak meaning of third argument.
15818
15819 * dynamic-setting.el (font-setting-change-default-font):
15820 Use set-frame-font (Bug#9982).
15821
15822 2012-02-01 Glenn Morris <rgm@gnu.org>
15823
15824 * progmodes/compile.el (compilation-internal-error-properties):
15825 Respect compilation-first-column in the "*compilation*" buffer.
15826
15827 * emacs-lisp/easy-mmode.el (define-minor-mode):
15828 Relax :variable's test for a named function.
15829
15830 2012-01-31 Alan Mackenzie <acm@muc.de>
15831
15832 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15833 off by one error.
15834
15835 2012-01-31 Chong Yidong <cyd@gnu.org>
15836
15837 * frame.el (set-frame-font): New arg ALL-FRAMES.
15838
15839 * menu-bar.el (menu-set-font): Use set-frame-font.
15840
15841 * faces.el (face-spec-reset-face): Don't apply unspecified
15842 attribute values to the default face.
15843
15844 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15845
15846 * progmodes/cwarn.el (cwarn): Remove dead link.
15847 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15848 Remove * from defcustom docstrings.
15849 (turn-on-cwarn-mode): Make obsolete.
15850 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15851 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15852
15853 2012-01-31 Glenn Morris <rgm@gnu.org>
15854
15855 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15856 Fix :variable handling of mode a symbol not equal to modefun.
15857 Allow named functions to be used as the cdr of :variable.
15858
15859 2012-01-30 Glenn Morris <rgm@gnu.org>
15860
15861 * emacs-lisp/authors.el (authors-fixed-entries):
15862 Remove reference to deleted file rnewspost.el.
15863
15864 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15865
15866 * window.el (window-with-parameter): Remove unused variable `windows'.
15867 (window--side-check): Remove unused variable `code'.
15868 (window--resize-siblings): Remove unused variable `first'.
15869 (adjust-window-trailing-edge): Remove unused variable `failed'.
15870 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15871 Use `let', not `let*'.
15872 (balance-windows-2): Remove unused variable `found'.
15873 (window--state-put-2): Remove unused variable `splits'.
15874 (window-state-put): Remove unused variable `selected'.
15875 (same-window-p): Use `string-match-p'.
15876 (display-buffer-assq-regexp): Remove unused variable `value'.
15877 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15878 Mark argument ALIST as ignored.
15879 (pop-to-buffer): Remove unused variable `old-window'.
15880
15881 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15882
15883 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15884 and .lzma compressed files.
15885
15886 2012-01-29 Chong Yidong <cyd@gnu.org>
15887
15888 * frame.el (window-system-default-frame-alist): Doc fix.
15889
15890 * dynamic-setting.el (font-setting-change-default-font): Don't
15891 change the default face if SET-FONT argument is non-nil (Bug#9982).
15892
15893 2012-01-29 Samuel Bronson <naesten@gmail.com>
15894
15895 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15896
15897 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15898
15899 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15900 breakpoints in files outside current directory (Bug#6098).
15901
15902 2012-01-29 Chong Yidong <cyd@gnu.org>
15903
15904 * progmodes/python.el: Require ansi-color at top-level.
15905
15906 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15907 Define and use in Emacs Lisp mode (Bug#9360).
15908 (lisp-mode-abbrev-table): Add doc.
15909 (lisp-mode-variables): Don't set local-abbrev-table.
15910 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15911
15912 2012-01-28 Roland Winkler <winkler@gnu.org>
15913
15914 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15915
15916 2012-01-28 Roland Winkler <winkler@gnu.org>
15917
15918 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15919 (bibtex-set-dialect): Use it. Either set global values of
15920 dialect-dependent variables or bind these variables buffer-locally
15921 (Bug#10254).
15922 (bibtex-mode): Call bibtex-set-dialect via
15923 hack-local-variables-hook.
15924 (bibtex-dialect): Update docstring.
15925 Add safe-local-variable predicate.
15926 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15927 bibtex-set-dialect.
15928 (bibtex-mode-map): Define menu for each dialect.
15929 (bibtex-entry): Fix docstring.
15930
15931 2012-01-28 Chong Yidong <cyd@gnu.org>
15932
15933 * eshell/esh-arg.el (eshell-quote-argument): New function.
15934
15935 * eshell/esh-ext.el (eshell-invoke-batch-file):
15936 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15937 first arg to eshell-parse-command (Bug#10523).
15938
15939 2012-01-28 Drew Adams <drew.adams@oracle.com>
15940
15941 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15942 `default-directory' is non-nil.
15943
15944 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15945
15946 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15947 line that displays system-configuration-options. (Bug#9924)
15948
15949 2012-01-28 Drew Adams <drew.adams@oracle.com>
15950
15951 * descr-text.el (describe-char): Show information about POS, in
15952 addition to information about the character at POS. Improve and
15953 update the doc string. Change "code point" to "code point in
15954 charset", to avoid confusion with the character's Unicode code
15955 point shown above that. (Bug#10129)
15956
15957 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15958
15959 * descr-text.el (describe-char): Show the raw character, not only
15960 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15961 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15962 for the reasons.
15963
15964 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15965
15966 * emacs-lisp/package.el (package-install):
15967 Run package-refresh-contents if there is no archive yet (Bug#9798).
15968
15969 2012-01-28 Chong Yidong <cyd@gnu.org>
15970
15971 * emacs-lisp/package.el (package-maybe-load-descriptor):
15972 New function, split from package-maybe-load-descriptor.
15973 (package-maybe-load-descriptor): Use it.
15974 (package-download-transaction): Fully load required packages
15975 inside the loop, so that `require' calls work (Bug#10593).
15976 (package-install): No need to call package-initialize now.
15977
15978 2012-01-28 Chong Yidong <cyd@gnu.org>
15979
15980 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15981
15982 * tooltip.el (tooltip-mode): Doc fix.
15983 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15984
15985 * frame.el (set-cursor-color): Doc fix (Bug#352).
15986
15987 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15988 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15989
15990 * cus-edit.el (custom-buffer-create-internal): Fix search button
15991 action (Bug#10542).
15992 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15993
15994 2012-01-27 Eduard Wiebe <usenet@pusto.de>
15995
15996 * dired.el (dired-mark-files-regexp):
15997 Include any subdirectory components. (Bug#10445)
15998
15999 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16000
16001 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16002 Handle [host]:port syntax. (Bug#10533)
16003
16004 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16005
16006 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16007
16008 2012-01-26 Glenn Morris <rgm@gnu.org>
16009
16010 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16011 * term.el (term-raw-escape-map): Use Control-X-prefix.
16012 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16013
16014 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16015
16016 * window.el (window-state-get, window--state-get-1): Don't deal
16017 with fixed-sizeness of windows. Simplify code.
16018
16019 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16020
16021 * window.el (window--state-get-1, window--state-put-2):
16022 Don't save and restore the mark.
16023
16024 2012-01-25 Chong Yidong <cyd@gnu.org>
16025
16026 * custom.el (custom-variable-p): Doc fix.
16027
16028 2012-01-25 Glenn Morris <rgm@gnu.org>
16029
16030 * dired.el (dired-goto-file): Handle some of the more common
16031 characters that `ls -b' escapes. (Bug#10596)
16032
16033 * progmodes/compile.el (compilation-next-error-function):
16034 Respect compilation-first-column in the "*compilation*" buffer.
16035 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16036
16037 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16038
16039 2012-01-24 Glenn Morris <rgm@gnu.org>
16040
16041 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16042
16043 2012-01-24 Julien Danjou <julien@danjou.info>
16044
16045 * color.el (color-rgb-to-hsl): Fix value computing.
16046 (color-hue-to-rgb): New function.
16047 (color-hsl-to-rgb): New function.
16048 (color-clamp, color-saturate-hsl, color-saturate-name)
16049 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16050 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16051
16052 2012-01-24 Glenn Morris <rgm@gnu.org>
16053
16054 * vc/vc-rcs.el (vc-rcs-create-tag):
16055 * vc/vc-sccs.el (vc-sccs-create-tag):
16056 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16057
16058 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16059
16060 * eshell/esh-util.el (eshell-read-hosts-file):
16061 Skip comment lines. (Bug#10549)
16062
16063 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16064
16065 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16066
16067 * subr.el (display-delayed-warnings): Doc fix.
16068 (collapse-delayed-warnings): New function to collapse identical
16069 adjacent warnings.
16070 (delayed-warnings-hook): Add it.
16071
16072 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16073
16074 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16075
16076 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16077 (tramp-default-user-alist): Don't add "pscp".
16078 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16079 property "login-as", if set. (Bug#10530)
16080
16081 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16082
16083 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16084 "plink1" and "psftp". (Bug#10530)
16085
16086 2012-01-21 Kenichi Handa <handa@m17n.org>
16087
16088 * international/mule-cmds.el (prefer-coding-system): Show a
16089 warning message if the default value of file-name-coding-system
16090 was not changed.
16091
16092 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16093
16094 * windmove.el (windmove-reference-loc):
16095 Fix windmove-reference-loc miscalculation.
16096
16097 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16098
16099 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16100 default unit.
16101
16102 2012-01-21 Glenn Morris <rgm@gnu.org>
16103
16104 * international/mule.el (auto-coding-alist): Add .tbz.
16105
16106 * files.el (local-enable-local-variables): Doc fix.
16107 (inhibit-local-variables-regexps): Rename from
16108 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16109 Doc fix. Add some extensions from auto-coding-alist.
16110 (inhibit-local-variables-suffixes):
16111 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16112 (inhibit-local-variables-p):
16113 New function, extracted from set-auto-mode-1.
16114 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16115 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16116 (hack-local-variables): Doc fix. Make the mode-only case
16117 respect enable-local-variables and friends.
16118 Respect inhibit-local-variables-regexps for file-locals, but
16119 not for directory-locals.
16120 (set-visited-file-name):
16121 Take account of inhibit-local-variables-regexps.
16122 Whether it applies may change as the file name is changed.
16123 * jka-cmpr-hook.el (jka-compr-install):
16124 * jka-compr.el (jka-compr-uninstall):
16125 Update for inhibit-first-line-modes-suffixes name change.
16126
16127 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16128
16129 * help-macro.el (make-help-screen): Temporarily restore original
16130 binding for minor-mode-map-alist (Bug#10454).
16131
16132 2012-01-19 Julien Danjou <julien@danjou.info>
16133
16134 * color.el (color-name-to-rgb): Use the white color to find the max
16135 color component value and return correctly computed values.
16136 (color-name-to-rgb): Add missing float conversion for max value.
16137
16138 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16139
16140 * window.el (window--state-get-1, window-state-get): Do not use
16141 special state value for window-persistent-parameters.
16142 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16143 (window--state-put-2): Reset all window parameters to nil before
16144 assigning values of persistent parameters.
16145
16146 2012-01-18 Alan Mackenzie <acm@muc.de>
16147
16148 Eliminate sluggishness and hangs in fontification of "semicolon
16149 deserts".
16150
16151 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16152 Change value 10000 -> 3000.
16153 (c-state-safe-place): Reformulate so it doesn't stack up an
16154 infinite number of wrong entries in c-state-nonlit-pos-cache.
16155 (c-determine-limit-get-base, c-determine-limit): New functions to
16156 determine backward search limits disregarding literals.
16157 (c-find-decl-spots): Amend commenting.
16158 (c-cheap-inside-bracelist-p): New function which detects "={".
16159
16160 * progmodes/cc-fonts.el
16161 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16162 backward search.
16163 (c-font-lock-declarations): Fix an occurrence of point being
16164 undefined. Check additionally for point being in a bracelist or
16165 near a macro invocation without a semicolon so as to avoid a
16166 fruitless time consuming search for a declarator. Give a more
16167 precise search limit for declarators using the new
16168 c-determine-limit.
16169
16170 2012-01-18 Glenn Morris <rgm@gnu.org>
16171
16172 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16173 (set-auto-mode): Doc fixes.
16174
16175 2012-01-17 Glenn Morris <rgm@gnu.org>
16176
16177 * isearch.el (search-nonincremental-instead): Fix doc typo.
16178
16179 * dired.el (dired-insert-directory): Handle newlines in directory name.
16180 (dired-build-subdir-alist): Unescape newlines in directory name.
16181
16182 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16183
16184 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16185 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16186 (tramp-action-terminal): Use it. (Bug#10530)
16187
16188 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16189
16190 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16191
16192 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16193
16194 * window.el (window-state-ignored-parameters): Remove variable.
16195 (window--state-get-1): Rename argument MARKERS to IGNORE.
16196 Handle persistent window parameters. Make copy of clone-of
16197 parameter only if requested. (Bug#10348)
16198 (window--state-put-2): Install a window parameter only if it has
16199 a non-nil value or an existing parameter shall be overwritten.
16200
16201 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16202
16203 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16204
16205 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16206
16207 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16208 don't pass the (nil) value of `upnode' to string-match.
16209
16210 2012-01-14 Chong Yidong <cyd@gnu.org>
16211
16212 * startup.el (command-line): Fix X resource class for cursorColor.
16213 Fix values recognized by the cursorBlink resource.
16214
16215 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16216
16217 * epg.el (epg--make-temp-file): Avoid permission race condition
16218 when running on old Emacs versions (bug#10403).
16219
16220 2012-01-14 Glenn Morris <rgm@gnu.org>
16221
16222 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16223
16224 2012-01-13 Alan Mackenzie <acm@muc.de>
16225
16226 Fix filling for when filladapt mode is enabled.
16227
16228 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16229 c-mask-paragraph, pass in `fill-paragraph' rather than
16230 `fill-region-as-paragraph'. (This is a reversion of a previous
16231 change.)
16232 * progmodes/cc-mode.el (c-basic-common-init):
16233 Make fill-paragraph-handle-comment buffer local and set it to nil.
16234
16235 2012-01-13 Glenn Morris <rgm@gnu.org>
16236
16237 * dired.el (dired-switches-escape-p): New function.
16238 (dired-insert-directory): Use dired-switches-escape-p.
16239 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16240
16241 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16242
16243 2012-01-12 Glenn Morris <rgm@gnu.org>
16244
16245 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16246 changes in adaptive-fill-regexp. (Bug#10276)
16247
16248 2012-01-11 Alan Mackenzie <acm@muc.de>
16249
16250 Fix Emacs bug #10463 - put `widen's around the critical spots.
16251
16252 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16253 widen around each invocation of c-state-pp-to-literal. Remove an
16254 unused let variable.
16255
16256 2012-01-11 Glenn Morris <rgm@gnu.org>
16257
16258 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16259 Doc fix.
16260
16261 2012-01-10 Chong Yidong <cyd@gnu.org>
16262
16263 * net/network-stream.el (network-stream-open-starttls):
16264 Avoid emitting a confusing error message when the server gives a bad
16265 response to the capability command.
16266
16267 2012-01-10 Glenn Morris <rgm@gnu.org>
16268
16269 * mail/unrmail.el (unrmail): Tweak previous change.
16270
16271 2012-01-09 Chong Yidong <cyd@gnu.org>
16272
16273 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16274
16275 2012-01-08 Alan Mackenzie <acm@muc.de>
16276
16277 Optimize font locking in long enum definitions.
16278
16279 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16280 arm to a cond form to handle enums.
16281 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16282 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16283
16284 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16285
16286 * files.el (move-file-to-trash): Preserve default file modes on error.
16287 (Bug#10401)
16288
16289 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16290
16291 * faces.el (set-face-attribute): Clarify the meaning of the nil
16292 frame (bug#10294).
16293
16294 * subr.el (with-selected-frame): Mention that the selected frame
16295 is restored (bug#9980).
16296
16297 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16298 (bug#9759).
16299
16300 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16301 (password-read): Don't autoload unused function.
16302
16303 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16304
16305 * progmodes/which-func.el (which-func-mode): Turn into a
16306 non-interactive function and mark as obsolete (bug#10428).
16307
16308 2012-01-06 Chong Yidong <cyd@gnu.org>
16309
16310 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16311 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16312 functions, along with 1 and -1.
16313
16314 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16315
16316 * time.el (display-time-load-average)
16317 (display-time-default-load-average): Doc fixes. See the thread
16318 starting at
16319 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16320 for the details.
16321
16322 2012-01-06 Glenn Morris <rgm@gnu.org>
16323
16324 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16325 has no messages. (Bug#10377)
16326
16327 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16328 than Info-edit. (Bug#10385)
16329
16330 * time.el (display-time-load-average, display-time-next-load-average):
16331 Doc fixes.
16332
16333 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16334 local setting of buffer-read-only to the input buffer. (Bug#10419)
16335
16336 * calendar/calendar.el (calendar-mode):
16337 Locally set scroll-margin to 0. (Bug#10379)
16338
16339 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16340
16341 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16342
16343 2012-01-05 Glenn Morris <rgm@gnu.org>
16344
16345 * eshell/em-unix.el (diff-no-select): Autoload it.
16346 (eshell/diff): Use diff-no-select. (Bug#10420)
16347
16348 2012-01-05 Chong Yidong <cyd@gnu.org>
16349
16350 * shell.el (shell-dynamic-complete-functions): Revert last change.
16351 (shell-command-completion-function): New function.
16352 (shell-completion-vars): Use it to implement
16353 shell-completion-execonly (Bug#10417).
16354
16355 * custom.el (enable-theme): Don't set custom-safe-themes.
16356
16357 * cus-theme.el (custom-theme-merge-theme):
16358 Ignore custom-enabled-themes and custom-safe-themes.
16359
16360 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16361
16362 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16363 first prompt in `sql-interacive-mode'.
16364 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16365 keywords.
16366 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16367 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16368 context of original buffer. Invoke `sql-login-hook'.
16369
16370 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16371
16372 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16373 letters in cite-prefix.
16374
16375 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16376
16377 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16378
16379 2012-01-03 Chong Yidong <cyd@gnu.org>
16380
16381 * shell.el (shell-dynamic-complete-functions):
16382 Put pcomplete-completions-at-point, so as to try
16383 comint-filename-completion first (Bug#10417).
16384
16385 2012-01-02 Richard Stallman <rms@gnu.org>
16386
16387 * battery.el (battery-status-function):
16388 Detect when to use battery-yeeloong-sysfs.
16389 (battery-echo-area-format): Add string for Yeeloong.
16390 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16391 (battery-yeeloong-sysfs): New function.
16392
16393 2012-01-02 Chong Yidong <cyd@gnu.org>
16394
16395 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16396 (dirtrack): Merge code for handling relative filenames in prompt
16397 from shell-dir-cookie-watcher.
16398 (dirtrack-debug-message): New arg to avoid excess format calls.
16399
16400 * shell.el (shell-dir-cookie-re): Variable deleted.
16401 (shell-dir-cookie-watcher): Function deleted.
16402 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16403 with dirtrack-mode.
16404
16405 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16406
16407 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16408 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16409 libgnutls-26.dll.
16410
16411 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16412
16413 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16414
16415 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16416
16417 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16418 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16419
16420 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16421
16422 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16423 also for alternative shells.
16424 (tramp-open-connection-setup-interactive-shell): Check, whether
16425 the shell is a busybox.
16426 (tramp-send-command): Don't suppress multiple prompts for
16427 busyboxes, it hurts.
16428
16429 2011-12-28 Chong Yidong <cyd@gnu.org>
16430
16431 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16432 (gdb-get-source-file): Move mode line update to
16433 gdb-get-source-file (Bug#10087).
16434
16435 2011-12-25 Chong Yidong <cyd@gnu.org>
16436
16437 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16438 gud-gdb-marker-filter without taking it as an argument.
16439 (gud-gdb-run-command-fetch-lines): Caller changed.
16440 (gud-gdb-completion-function): New variable.
16441 (gud-gdb-completion-at-point): Use it.
16442 (gud-gdb-completions-1): Split from gud-gdb-completions.
16443
16444 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16445 function as separate arguments.
16446 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16447 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16448 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16449 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16450 (gdb-stopped, def-gdb-auto-update-trigger)
16451 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16452 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16453 Callers changed.
16454 (gud-gdbmi-completions): New function.
16455 (gdb): Use it for generating the completion table.
16456
16457 2011-12-24 Alan Mackenzie <acm@muc.de>
16458
16459 Introduce a mechanism to widen the region used in context font
16460 locking. Use this to protect declarations from losing their contexts.
16461
16462 * progmodes/cc-langs.el (c-before-font-lock-functions):
16463 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16464 (c-before-context-fontification-functions): New defvar, a list of
16465 functions to be run just before context (etc.) font locking.
16466
16467 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16468 New, functionality extracted from
16469 c-neutralize-syntax-in-and-mark-CPP.
16470 (c-in-after-change-fontification): New variable.
16471 (c-after-change): Set c-in-after-change-fontification.
16472 (c-set-fl-decl-start): Rejig its interface, so it can be called
16473 from both after-change and context fontifying.
16474 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16475 New functions.
16476 (c-standard-font-lock-fontify-region-function): New variable.
16477 (c-font-lock-fontify-region): New function.
16478
16479 2011-12-24 Juri Linkov <juri@jurta.org>
16480
16481 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16482 (Bug#10348)
16483
16484 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16485
16486 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16487 existence of source file. (Bug#10325)
16488
16489 2011-12-23 Alan Mackenzie <acm@muc.de>
16490
16491 Fix unstable fontification inside templates.
16492
16493 * progmodes/cc-langs.el (c-before-font-lock-functions):
16494 Newly created from the singular version. The (c c++ objc) entry now
16495 additionally has c-set-fl-decl-start. The other languages (apart
16496 from AWK) have that as a single entry.
16497
16498 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16499 The functionality for "local" declarations has been extracted to
16500 c-set-fl-decl-start.
16501
16502 * progmodes/cc-mode.el (c-common-init, c-after-change):
16503 Changes due to pluralisation of c-before-font-lock-functions.
16504 (c-set-fl-decl-start): New function, extracted from
16505 c-font-lock-enclosing-decls and enhanced.
16506
16507 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16508
16509 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16510
16511 2011-12-22 Juri Linkov <juri@jurta.org>
16512
16513 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16514
16515 2011-12-22 Chong Yidong <cyd@gnu.org>
16516
16517 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16518
16519 2011-12-21 Drew Adams <drew.adams@oracle.com>
16520
16521 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16522
16523 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16524
16525 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16526
16527 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16528
16529 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16530 highlighting and support. Fix up comments for capitalization.
16531 (cfengine-mode-debug): New var.
16532 (cfengine3-mode): Change the modeline indicator to "CFE3".
16533 (cfengine3-font-lock-keywords): Improve defun highlighting.
16534 (cfengine2-actions): Rename from `cfengine-actions'.
16535 (cfengine2-font-lock-keywords): Rename from
16536 `cfengine-font-lock-keywords'.
16537 (cfengine2-imenu-expression): Rename from
16538 `cfengine-imenu-expression'.
16539 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16540 (cfengine2-beginning-of-defun): Rename from
16541 `cfengine-beginning-of-defun'.
16542 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16543 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16544 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16545 modeline indicator to "CFE2".
16546 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16547 (cfengine-mode-abbrevs): Mark obsolete.
16548
16549 2011-12-21 Chong Yidong <cyd@gnu.org>
16550
16551 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16552 filename argument.
16553
16554 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16555
16556 * window.el (window-normalize-buffer-to-display): Remove.
16557 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16558
16559 2011-12-19 Chong Yidong <cyd@gnu.org>
16560
16561 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16562 Don't signal an error in a predicate function; return non-nil.
16563 (vc-dir-mark-file): Move the error here.
16564 (vc-dir-mark-unmark): If acting on the region, keep going if one
16565 of the entries cannot be marked/unmarked.
16566 (vc-dir-mark-all-files): If current entry is a directory, mark
16567 only child files, as documented.
16568
16569 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16570
16571 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16572 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16573 addition.
16574
16575 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16576
16577 * term/ns-win.el (ns-get-selection-internal)
16578 (ns-store-selection-internal): Declare.
16579 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16580 Declare as obsolete.
16581 (ns-get-pasteboard, ns-paste-secondary):
16582 Use ns-get-selection-internal.
16583 (ns-set-pasteboard, ns-copy-including-secondary):
16584 Use ns-store-selection-internal.
16585
16586 2011-12-17 Chong Yidong <cyd@gnu.org>
16587
16588 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16589 (vc-deduce-fileset): Doc fix.
16590
16591 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16592
16593 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16594
16595 2011-12-13 Sam Steingold <sds@gnu.org>
16596
16597 * man.el (Man-getpage-in-background): When running under a
16598 window-system, ignore $MANWIDTH and $COLUMNS.
16599
16600 2011-12-15 Kenichi Handa <handa@m17n.org>
16601
16602 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16603 (setup-ethiopic-environment-internal): Comment out key-binding for
16604 ethio-toggle-punctuation.
16605
16606 2011-12-13 Alan Mackenzie <acm@muc.de>
16607
16608 Add the switch statement to AWK Mode.
16609
16610 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16611 "default" to the keywords regexp.
16612
16613 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16614 expression as the rest.
16615 (c-nonlabel-token-key): Allow string literals for AWK.
16616 Refactor for the other modes.
16617
16618 Large brace-block initialisation makes CC Mode slow: Fix.
16619 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16620 routines. Limit backward searching in c-font-lock-enclosing.decl.
16621
16622 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16623 pp-state and literal type in addition to the limits.
16624 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16625 (c-state-literal-at): Use the above new defun.
16626 (c-slow-in-literal, c-fast-in-literal): Remove.
16627 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16628
16629 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16630 being in a literal. Add a limit for backward searching.
16631
16632 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16633 c-slow-in-literal.
16634
16635 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16636
16637 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16638
16639 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16640
16641 * window.el (delete-other-windows): Use correct frame in call to
16642 window-with-parameter.
16643
16644 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16645
16646 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16647 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16648 (makefile-gmake-statements, makefile-makepp-statements):
16649 Use it and add new makepp keywords.
16650 (makefile-makepp-font-lock-keywords): Add new patterns.
16651 (makefile-match-function-end): Match new [...] and [[...]].
16652
16653 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16654
16655 * ses.el (ses-call-printer-return, ses-cell-property-get)
16656 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16657 (ses-create-cell-variable, ses-reset-header-string)
16658 (ses-cell-set-formula, ses-repair-cell-reference-all)
16659 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16660 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16661 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16662 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16663 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16664 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16665 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16666 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16667 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16668 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16669 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16670 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16671
16672 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16673
16674 * ses.el: The overall change is to add cell renaming, that is
16675 setting fancy names for cell symbols other than name matching
16676 "\\`[A-Z]+[0-9]+\\'" regexp .
16677 (ses-create-cell-variable): New defun.
16678 (ses-relocate-formula): Relocate formulas only for cells the
16679 symbols of which are not renamed, i.e. symbols whose names do not
16680 match regexp "\\`[A-Z]+[0-9]+\\'".
16681 (ses-relocate-all): Relocate values only for cells the symbols of
16682 which are not renamed.
16683 (ses-load): Create cells variables as the (ses-cell ...) are read,
16684 in order to check row col consistency with cell symbol name only
16685 for cells that are not renamed.
16686 (ses-replace-name-in-formula): New defun.
16687 (ses-rename-cell): New defun.
16688
16689 2011-12-11 Chong Yidong <cyd@gnu.org>
16690
16691 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16692 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16693
16694 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16695
16696 * window.el (other-window): Fix docstring.
16697
16698 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16699
16700 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16701 `from' or `to' address before taking its substring.
16702 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16703 encoded name is chopped in the middle of the encoded string, and
16704 thus displayed encoded.
16705
16706 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16707
16708 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16709
16710 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16711
16712 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16713 to use texinfo-update-node and commands that call it if the
16714 Texinfo file uses @node lines without next/prev/up pointers.
16715 Correct outdated description about texinfo-master-menu.
16716 (texinfo-all-menus-update, texinfo-master-menu)
16717 (texinfo-update-node, texinfo-every-node-update)
16718 (texinfo-multiple-files-update): Doc fix. Warn against updating
16719 all the @node lines.
16720 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16721 argument is numeric. Explain better in the doc string what the
16722 function really does.
16723 (texinfo-insert-master-menu-list): Improve the error message
16724 displayed if there's no menu in the Top node.
16725 (Bug#2975) See also this thread:
16726 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16727
16728 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16729
16730 * speedbar.el (speedbar-supported-extension-expressions):
16731 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16732
16733 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16734
16735 * printing.el (pr-mode-alist):
16736 * simple.el (filter-buffer-substring-functions)
16737 (completion-list-insert-choice-function):
16738 * window.el (window-with-parameter, window-atom-root)
16739 (window-sides-slots, window-size-fixed, window-min-delta)
16740 (window-max-delta, window--resize-mini-window)
16741 (window--resize-child-windows-normal, window-tree)
16742 (delete-other-windows, quit-window, split-window)
16743 (display-buffer-record-window, special-display-buffer-names)
16744 (special-display-regexps, special-display-popup-frame)
16745 (same-window-p, split-window-sensibly)
16746 (display-buffer-overriding-action, display-buffer-alist)
16747 (display-buffer-base-action, display-buffer, switch-to-buffer)
16748 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16749 (fit-window-to-buffer, recenter-positions)
16750 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16751 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16752 and remove unneeded backslashes in docstrings.
16753
16754 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16755
16756 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16757
16758 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16759 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16760 end in ".mk".
16761 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16762 when reading the makefile (bug#10116).
16763
16764 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16765
16766 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16767 (bug#10116).
16768
16769 2011-12-06 Glenn Morris <rgm@gnu.org>
16770
16771 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16772
16773 2011-12-06 Chong Yidong <cyd@gnu.org>
16774
16775 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16776
16777 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16778
16779 * textmodes/table.el (table-shorten-cell): Fix typo.
16780
16781 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16782
16783 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16784
16785 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16786
16787 * descr-text.el (describe-char): Fix display of strong
16788 right-to-left characters and directional embeddings and overrides.
16789
16790 * simple.el (what-cursor-position): Fix display of codepoints of
16791 strong right-to-left characters.
16792
16793 2011-12-05 Chong Yidong <cyd@gnu.org>
16794
16795 * faces.el (read-color): Doc fix.
16796
16797 2011-12-05 Glenn Morris <rgm@gnu.org>
16798
16799 * align.el (align--set-marker): Add doc-string.
16800 Don't try to move something that is not a marker. (Bug#10216)
16801
16802 2011-12-04 Glenn Morris <rgm@gnu.org>
16803
16804 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16805 overly zealous deletion of trailing whitespace.
16806
16807 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16808
16809 * server.el (server-delete-client): On Windows, do not try to delete
16810 the only terminal.
16811 (server-process-filter): On Windows, treat requests for a tty frame as
16812 if they were for a GUI frame if the running server is in GUI mode.
16813
16814 2011-12-03 Glenn Morris <rgm@gnu.org>
16815
16816 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16817
16818 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16819
16820 * electric.el: Streamline electric-indent's hook.
16821 (electric-indent-chars): Revert to simple list.
16822 (electric-indent-functions): New var.
16823 (electric-indent-post-self-insert-function): Use it.
16824
16825 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16826 there's no inferior buffer (bug#10196).
16827 (prolog-consult-compile): Don't use toggle-read-only.
16828
16829 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16830
16831 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16832 interrupt. (Bug#10187)
16833
16834 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16835
16836 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16837 (bug#9160).
16838
16839 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16840 (bug#10191).
16841
16842 2011-12-02 Juri Linkov <juri@jurta.org>
16843
16844 * info.el (Info-search): Display "end of manual" when Isearch
16845 reaches the end of single-file Info manual. (Bug#9918)
16846
16847 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16848
16849 * isearch.el (isearch-message-prefix): Run the input method part
16850 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16851
16852 2011-12-02 Juri Linkov <juri@jurta.org>
16853
16854 * isearch.el (isearch-occur): Use `word-search-regexp' for
16855 `isearch-word'.
16856 (isearch-search-and-update): Add condition for `isearch-word' and
16857 call `word-search-regexp'. (Bug#10145)
16858
16859 2011-12-01 Glenn Morris <rgm@gnu.org>
16860
16861 * eshell/em-hist.el (eshell-hist-initialize):
16862 Handle eshell-history-size nil and HISTSIZE set or unset.
16863 (eshell-history-file-name, eshell-history-size): Fix custom type.
16864
16865 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16866
16867 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16868
16869 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16870
16871 * progmodes/verilog-mode.el (verilog-pretty-expr):
16872 Rework verilog-pretty-expr to handle new assignment operators in system
16873 verilog, such as += *= and the like.
16874 (verilog-assignment-operator-re): Regular expression to find the
16875 assigment operator in a verilog assignment.
16876 (verilog-assignment-operation-re): Regular expression to find an
16877 assignment statement for pretty-expr.
16878 (verilog-in-attribute-p): Query returns true if point is in an
16879 attribute context; used to skip these for expression line up from
16880 pretty-expr.
16881 (verilog-in-parameter-p): Query returns true if point is in an
16882 parameter definition context; used to skip these for expression
16883 line up from pretty-expr.
16884 (verilog-in-parenthesis-p): Query returns true if point is in a
16885 parenthetical expression, specifically ( ) but not [ ] or { };
16886 used by pretty-expr.
16887 (verilog-just-one-space): If there is no space, don't add one.
16888 (verilog-get-lineup-indent-2): Specifically skip just attribute
16889 contexts for expression lineup, rather than skipping all
16890 parenthetical expressions.
16891 (verilog-calculate-indent): Fix comment, and fix indent.
16892 (verilog-do-indent): Indent declarations in lists (suggested by
16893 Joachim Lechner).
16894 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16895 skeleton items.
16896 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16897 by Alain Mellan).
16898
16899 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16900
16901 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16902 parameters with embedded comments. Reported by Ray Stevens.
16903 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16904 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16905 Reported by Tim Holt.
16906 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16907 instantiated by upper module causing wrong expansion until AUTOed a
16908 second time. Reported by K C Buckenmaier.
16909 (verilog-diff-auto): Fix showing .* as a difference when
16910 `verilog-auto-star-save' off. Reported by Dan Dever.
16911 (verilog-auto-reset, verilog-read-always-signals)
16912 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16913 temporary signals in reset list if
16914 verilog-auto-reset-blocking-in-non is nil, and match assignment
16915 style to each signal's assignment type, bug381.
16916 Reported by Thomas Esposito.
16917 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16918 (verilog-uvm-statement-re): Support UVM indentation and
16919 highlighting, with old OVM keywords only.
16920 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16921 Support AUTOTIEOFF creating non-wire data types.
16922 Suggested by Jonathan Greenlaw.
16923 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16924 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16925 (verilog-inject-sense, verilog-read-inst-pins)
16926 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16927 Fix mismatching parenthesis inside commented out code when deleting
16928 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16929 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16930 non-numeric vector width. Reported by Alex Reed.
16931 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16932 detecting signals with parameter widths. Reported by Alex Reed.
16933 (verilog-auto-delete-trailing-whitespace):
16934 With `verilog-auto-delete-trailing-whitespace' remove trailing
16935 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16936 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16937 Fix verilog-scan-cache corruption when running user AUTO expansion
16938 hooks that call indentation routines.
16939 (verilog-simplify-range-expression): Fix typo ignoring lower case
16940 identifiers.
16941 (verilog-delete-auto): Fix delete-autos to also remove user created
16942 automatics, as long as they start with AUTO.
16943 (verilog-batch-diff-auto, verilog-diff-auto)
16944 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16945 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16946 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16947 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16948 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16949 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16950 is disabled and its cache will get corrupt, causing AUTOS not to
16951 expand. Instead use only -quick functions.
16952 (verilog-scan-region): Fix scanning over escaped quotes.
16953 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16954 (verilog-re-search-backward-quick)
16955 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16956 related functions now ignore strings, to fix misparsing of strings
16957 with magic comments embedded in them.
16958 (verilog-read-auto-template):
16959 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16960 Reported by Brad Dobbie.
16961 (verilog-read-auto-template):
16962 Fix 'verilog-auto-inst-template-numbers' with comments.
16963 Reported by Brad Dobbie.
16964 (verilog-auto-inst, verilog-auto-inst-param)
16965 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16966 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16967 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16968 debugging templates without merge conflicts, bug357.
16969 Reported by Brad Dobbie.
16970 (verilog-read-auto-template):
16971 Fix verilog-auto-inst-template-numbers with multiple templates.
16972 Reported by Brad Dobbie.
16973 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16974 abbrevs so user won't be asked to save.
16975 (verilog-read-auto-lisp-present): Fix to start at beginning of
16976 buffer in case called outside of verilog-auto.
16977 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16978 to "X-2". Reported by Matthew Myers.
16979 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16980 all inputs from module templates. Reported by Leith Johnson.
16981 (verilog-module-inside-filename-p): Fix locating programs as with
16982 modules.
16983 (verilog-auto-inst-port): Fix vl-width expressions when using
16984 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
16985 (verilog-decls-get-regs, verilog-decls-get-signals,
16986 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16987 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16988 verilog-read-decls): Combine reg and wire structures into one var
16989 structure to represent SystemVerilog concepts.
16990 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16991 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16992 (verilog-auto-wire-type, verilog-insert-definition):
16993 Add verilog-auto-wire-type and AUTOLOGIC to support using
16994 SystemVerilog "logic" keyword instead of "wire"/"reg".
16995 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16996 to declares outputs that also have assignments (presumably in an
16997 ifdef or generate if so there's not a driver conflict).
16998 Reported by Matthew Myers.
16999 (verilog-auto-declare-nettype, verilog-insert-definition):
17000 Add verilog-auto-declare-nettype to fix declarations using
17001 `default_nettype none. Reported by Julian Gorfajn.
17002 (verilog-read-always-signals-recurse, verilog-read-decls)
17003 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17004 malformed end statement, bug325. Reported by Joshua Wise and
17005 Andrew Drake.
17006 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17007 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17008 when expanding .* in interfaces, bug320.
17009 Reported by Pierre-David Pfister.
17010 (verilog-read-module-name): Fix import statements between module
17011 name and open parenthesis, bug317.
17012 Reported by Pierre-David Pfister.
17013 (verilog-simplify-range-expression): Fix simplification of
17014 multiplications inside AUTOWIRE connections, bug303.
17015 (verilog-auto-inst-port): Support parameter expansion in
17016 multidimensional arrays.
17017 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17018 after "assert property". Reported by Julian Gorfajn.
17019 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17020 with multiplication, bug303.
17021 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17022 Reported by Jan Frode Lonnum.
17023
17024 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17025
17026 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17027 (hfy-shell-file-name, hfy-shell):
17028 * international/fontset.el (x-decompose-font-name): Fix typos.
17029
17030 2011-11-29 Ken Brown <kbrown@cornell.edu>
17031
17032 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17033 (gdb-version): Remove defvar.
17034 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17035 (gdb-gud-context-command, gdb-non-stop-handler)
17036 (gdb-current-context-command, gdb-stopped): Use it.
17037 (gdb-init-1): Enable pretty printing here.
17038 (gdb-non-stop-handler): Don't enable pretty-printing here.
17039 Check to see if the target supports non-stop mode; if not, turn off
17040 non-stop mode. Use the following.
17041 (gdb-check-target-async): New defun.
17042 (gud-watch, gdb-stopped): Fix whitespace.
17043 (gdb-get-source-file): Don't try to display the source file if
17044 `gdb-main-file' is nil.
17045
17046 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17047
17048 * align.el: Try to generate fewer markers (bug#10047).
17049 (align--set-marker): New macro.
17050 (align-region): Use it.
17051
17052 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17053
17054 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17055
17056 2011-11-29 Chong Yidong <cyd@gnu.org>
17057
17058 * indent.el (indent-for-tab-command, indent-according-to-mode):
17059 Doc fix.
17060 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17061
17062 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17063
17064 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17065 aware of remote file names. (Bug#10124)
17066
17067 2011-11-29 Chong Yidong <cyd@gnu.org>
17068
17069 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17070
17071 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17072
17073 * files.el (find-file): Don't use force-same-window (bug#10144).
17074 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17075 use pop-to-buffer if the selected window can't be used.
17076 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17077
17078 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17079
17080 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17081 special-mode-map.
17082
17083 2011-11-28 Chong Yidong <cyd@gnu.org>
17084
17085 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17086
17087 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17088
17089 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17090 gdb-get-source-file-list on gdb-create-source-file-list.
17091
17092 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17093
17094 * whitespace.el (whitespace-newline): Use a different foreground
17095 color for 16-color light-background displays.
17096
17097 2011-11-24 Chong Yidong <cyd@gnu.org>
17098
17099 * window.el (display-buffer--special-action): Doc fix.
17100
17101 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17102
17103 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17104 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17105 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17106 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17107 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17108 (avl-tree-stack-first):
17109 * emacs-lisp/cconv.el (cconv--analyse-use):
17110 * net/gnutls.el (gnutls-negotiate): Fix typos.
17111
17112 2011-11-24 Glenn Morris <rgm@gnu.org>
17113
17114 * lpr.el (lpr-windows-system, lpr-lp-system):
17115 * mail/binhex.el (binhex-begin-line):
17116 * progmodes/grep.el (grep-history, grep-find-history):
17117 * textmodes/flyspell.el:
17118 * vc/pcvs-defs.el (cvs-global-menu):
17119 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17120 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17121 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17122
17123 * net/tls.el: Fix case of "GnuTLS".
17124
17125 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17126
17127 * version.el (emacs-build-system): Give it a doc-string.
17128
17129 2011-11-24 Juri Linkov <juri@jurta.org>
17130
17131 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17132
17133 2011-11-24 Glenn Morris <rgm@gnu.org>
17134
17135 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17136 if called on a non-mime message just toggle the headers. (Bug#8006)
17137
17138 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17139
17140 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17141 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17142 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17143 (allout-rebullet-heading, allout-open-sibtopic)
17144 (allout-toggle-current-subtree-encryption)
17145 (allout-toggle-subtree-encryption, allout-encrypt-string)
17146 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17147 (allout-distinctive-bullets-string, allout-auto-activation):
17148 * window.el (window-normalize-buffer-to-display):
17149 * progmodes/verilog-mode.el (verilog-batch-indent):
17150 * textmodes/bibtex.el (bibtex-field-braces-opt)
17151 (bibtex-field-strings-opt):
17152 * vc/cvs-status.el (cvs-tree-merge):
17153 Fix typos.
17154
17155 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17156
17157 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17158 `non-essential' to t, in order to avoid remote connections.
17159
17160 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17161
17162 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17163 On MS-DOS and MS-Windows, compare with loaddefs.el
17164 case-insensitively.
17165
17166 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17167
17168 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17169
17170 2011-11-23 Glenn Morris <rgm@gnu.org>
17171
17172 * paths.el (rmail-file-name): Reformat the doc-string so that it
17173 is picked up.
17174
17175 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17176 (rmail-auto-file): Ignore case in the "special" field names,
17177 as mail-fetch-field does for all others.
17178
17179 * mail/rmail.el (rmail-forward):
17180 * mail/rmailkwd.el (rmail-set-label):
17181 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17182 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17183
17184 * mail/rmail.el (rmail-current-message): Doc fix.
17185
17186 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17187
17188 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17189
17190 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17191
17192 2011-11-22 Glenn Morris <rgm@gnu.org>
17193
17194 * mail/rmailmm.el (test-rmail-mime-handler)
17195 (test-rmail-mime-bulk-handler)
17196 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17197
17198 2011-11-21 Juri Linkov <juri@jurta.org>
17199
17200 * calc/calc.el (calc-read-key-sequence):
17201 Let-bind `input-method-function' to nil. (Bug#10018)
17202
17203 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17204
17205 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17206 Tell the caller that the next line needs recomputation, even
17207 though it doesn't start a sexp (bug#10094).
17208
17209 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17210
17211 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17212
17213 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17214
17215 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17216 Use force-same-window.
17217
17218 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17219
17220 * descr-text.el (describe-char-unicode-data):
17221 * json.el (json-string-escape):
17222 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17223 (Footnote-unicode, Footnote-style-p):
17224 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17225
17226 2011-11-20 Chong Yidong <cyd@gnu.org>
17227
17228 * window.el (replace-buffer-in-windows): Restore interactive spec.
17229
17230 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17231
17232 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17233
17234 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17235 (byte-compile-global-not-obsolete-vars): New var.
17236 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17237 Use it.
17238 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17239
17240 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17241
17242 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17243 * progmodes/pascal.el (electric-pascal-equal):
17244 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17245 * xml.el (xml-substitute-special): Fix typos.
17246
17247 2011-11-20 Glenn Morris <rgm@gnu.org>
17248
17249 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17250 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17251 Doc fixes.
17252 (rmail-decode-mime-charset): Mark as obsolete.
17253
17254 * mail/rmailsum.el (rmail-message-regexp-p-1):
17255 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17256 Before using mime functions, check they are set. (Bug#10077)
17257
17258 2011-11-19 Juri Linkov <juri@jurta.org>
17259
17260 * info.el (Info-finder-find-node): Use `package--builtins' instead
17261 of `package-alist'. Use node names formed by the pattern "Keyword "
17262 and the keyword name.
17263
17264 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17265
17266 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17267
17268 2011-11-19 Juri Linkov <juri@jurta.org>
17269
17270 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17271 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17272 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17273 `old-history', `old-history-forward'. Add let-binding
17274 `window-selected'. Remove calls to `kill-buffer',
17275 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17276 before calling `Info-find-node', so `Info-find-node-2' will reread
17277 the Info file. Restore window positions only when `window-selected'
17278 is non-nil.
17279
17280 2011-11-19 Juri Linkov <juri@jurta.org>
17281
17282 * isearch.el (isearch-lazy-highlight-new-loop):
17283 Remove condition `(not isearch-error)'. (Bug#9918)
17284
17285 * misearch.el (multi-isearch-search-fun): Add condition
17286 `(not bound)' to ignore lazy-highlighting search.
17287 Add the search-failed message "end of multi" when the end of
17288 multi-sequence is reached. Uncapitalize the search-failed
17289 message "Repeat for next buffer".
17290
17291 * info.el (Info-search): Add the search-failed message
17292 "end of the manual" when the end of the manual is reached
17293 in Isearch mode.
17294
17295 2011-11-19 Juri Linkov <juri@jurta.org>
17296
17297 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17298 Use non-destructive `remove' instead of `delete' because
17299 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17300 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17301
17302 2011-11-19 Juri Linkov <juri@jurta.org>
17303
17304 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17305 to nil instead of binding `search-ring' and `regexp-search-ring'.
17306 (Bug#9185)
17307
17308 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17309
17310 * simple.el (line-move): Force movement by logical lines for any
17311 hscrolled window, not only when auto-hscroll-mode is on.
17312 (line-move-visual): Update doc string to that effect. (Bug#10076)
17313
17314 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17315
17316 * language/european.el (macintosh): Define as alias for mac-roman.
17317
17318 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17319
17320 * mail/rmailmm.el (rmail-mime-display-header)
17321 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17322 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17323 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17324 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17325 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17326 of a raw aref.
17327 (rmail-mime-entity-segment): To get past the tagline, move forward
17328 2 more lines, to account for the 2 empty lines that precede and
17329 follow the line with the buttons.
17330 (rmail-mime-update-tagline): Move one more line, to get past the
17331 empty line that follows the buttons in the tagline. (Bug#9520)
17332
17333 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17334
17335 * window.el (window-max-delta-1, window-min-delta-1)
17336 (window-min-size-1, window-state-get-1, window-state-put-1)
17337 (window-state-put-2): Use "window--" prefix.
17338
17339 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17342 (smie-warning-count): New var.
17343 (smie-set-prec2tab): Use it.
17344 (smie-bnf->prec2): Improve warnings. Add docstring.
17345 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17346 (smie-bnf--set-class): New function.
17347 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17348 corner case.
17349
17350 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17351 (compilation-error-properties, compilation-move-to-column):
17352 Handle compilation-first-column while in the target buffer.
17353
17354 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17355 Don't hardcode point-min==1.
17356
17357 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17358 (eshell-rewrite-for-command): Remove workaround.
17359 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17360 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17361 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17362
17363 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17364
17365 2011-11-17 Glenn Morris <rgm@gnu.org>
17366
17367 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17368 Ignore buffer-local generated-autoload-file if it is the same
17369 as the global value. (Bug#10049)
17370
17371 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17372
17373 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17374 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17375 (reftex-toc-previous-heading, reftex-toc-max-level)
17376 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17377 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17378 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17379 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17380 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17381 (reftex-toc-rename-label, reftex-toc-visit-location)
17382 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17383 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17384 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17385 leaving "*toc*" only for references to the buffer.
17386
17387 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17388
17389 * window.el (window-resize, delete-window, split-window):
17390 Replace window-splits by window-combination-resize.
17391 * cus-start.el (window-splits): Replace by window-combination-resize.
17392
17393 2011-11-17 Glenn Morris <rgm@gnu.org>
17394
17395 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17396 Make bash entry derive from sh entry, not shell entry.
17397
17398 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17399
17400 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17401 local file name.
17402
17403 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17404
17405 * menu-bar.el (menu-bar-file-menu):
17406 * printing.el (pr-ps-utility):
17407 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17408 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17409 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17410 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17411 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17412 (icalendar--convert-cyclic-to-ical)
17413 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17414 (icalendar--convert-ical-to-diary)
17415 (icalendar--convert-recurring-to-diary)
17416 (icalendar--convert-non-recurring-all-day-to-diary)
17417 (icalendar-import-format-sample):
17418 * progmodes/idlw-shell.el (idlwave-shell-mode):
17419 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17420 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17421 (vhdl-ps-print-init): Fix typos.
17422
17423 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17424
17425 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17426 FSF and collapse date sequence, obscure author/maintainer email address
17427 better, remove extra version line, track relocation of author's webpage.
17428
17429 * progmodes/python.el (python-pdbtrack-input-prompt)
17430 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17431 regular python pdb prompts. Adjustments shamelessly taken exactly as
17432 suggested in EmacsWiki page (tiny change):
17433 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17434
17435 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17436
17437 * expand.el (expand-pos, expand-index, expand-point):
17438 Remove redundant info from docstring.
17439 (expand-add-abbrevs): Doc fix.
17440 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17441 (expand-sample-perl-mode-expand-list): Fix typos.
17442
17443 * net/dbus.el (dbus-event-member-name):
17444 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17445 * term/pc-win.el (msdos-create-frame-with-faces):
17446 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17447
17448 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17449
17450 * window.el (split-window, window-state-get-1)
17451 (window-state-put-1, window-state-put-2): Rename occurrences of
17452 window-nest to window-combination-limit.
17453 * cus-start.el (window-nest): Rename to window-combination-limit.
17454
17455 2011-11-16 Chong Yidong <cyd@gnu.org>
17456
17457 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17458 regexp (Bug#10033).
17459
17460 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17461
17462 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17463 `completing-read' will remove *Completions* and will preserve
17464 current-buffer for us.
17465 (tmm-add-prompt): Users of *Completions* will always (re)set its
17466 major mode.
17467 (tmm-old-comp-map): Remove.
17468
17469 2011-11-16 Glenn Morris <rgm@gnu.org>
17470
17471 * mail/rmailedit.el: Require rmailmm when compiling.
17472 (rmail-old-mime-state): New declaration.
17473 (rmail-edit-current-message): If editing a mime message,
17474 edit the "raw" message from the mbox buffer.
17475 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17476
17477 2011-11-15 Glenn Morris <rgm@gnu.org>
17478
17479 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17480 which wasn't being used. Add optional arg to force given state.
17481 (rmail-mime): Add optional arg to force given state.
17482
17483 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17484
17485 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17486 * frame.el (display-mm-dimensions-alist):
17487 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17488 (outline-move-subtree-down):
17489 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17490 (newsticker--treeview-do-get-node):
17491 * net/quickurl.el (quickurl-list-buffer-name):
17492 * progmodes/dcl-mode.el (dcl-mode):
17493 * progmodes/gdb-mi.el (gdb-mapcar*):
17494 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17495
17496 2011-11-15 Glenn Morris <rgm@gnu.org>
17497
17498 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17499 in a boolean sense, so just make it a boolean, and fix the doc.
17500 (rmail-show-mime-function, rmail-mime-feature)
17501 (rmail-require-mime-maybe): Doc fixes.
17502 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17503
17504 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17505
17506 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17507
17508 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17509 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17510 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17511 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17512
17513 2011-11-15 Glenn Morris <rgm@gnu.org>
17514
17515 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17516 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17517 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17518 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17519 (rmail-mime, rmail-show-mime): Doc fixes.
17520
17521 * term/ns-win.el (mode-line-frame-identification):
17522 Leave it alone. (Bug#10051)
17523
17524 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17525
17526 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17527 Handle empty buffers. (Bug#9978)
17528
17529 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17530
17531 * international/mule.el (define-charset):
17532 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17533 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17534 * progmodes/verilog-mode.el (verilog-backward-token):
17535 * textmodes/ispell.el (lookup-words):
17536 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17537
17538 2011-11-14 Glenn Morris <rgm@gnu.org>
17539
17540 * progmodes/executable.el
17541 (executable-make-buffer-file-executable-if-script-p):
17542 Handle file-modes returning nil.
17543
17544 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17545 message - not necessary, and causes problems. (Bug#9831)
17546
17547 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17548
17549 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17550
17551 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17552 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17553 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17554
17555 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17556
17557 * window.el (window-resize, delete-window): Use window-splits
17558 variable instead of function.
17559 (window-state-get-1, window-state-put-2, window-state-put):
17560 Don't deal with windows' splits status.
17561
17562 2011-11-12 Glenn Morris <rgm@gnu.org>
17563
17564 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17565 (apropos-documentation): Doc fixes.
17566
17567 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17568
17569 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17570 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17571
17572 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17573
17574 * electric.el (electric-indent-post-self-insert-function): Make it
17575 possible for a char to only indent in some circumstances.
17576 (electric-indent-mode): Simplify.
17577
17578 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17579
17580 * window.el (windows-with-parameter): Remove unused function.
17581 (windows-at-side): Rename to window-at-side-list.
17582 (window-check, window-atom-check, window-atom-check-1)
17583 (window-side-check, window-size-ignore, window-size-fixed-1)
17584 (window-in-direction-2): Prefix with "window--".
17585 (window-tree-1): Rename to window--subtree, fix doc-string.
17586
17587 2011-11-11 Glenn Morris <rgm@gnu.org>
17588
17589 * subr.el (eval-after-load): If FILE is already loaded,
17590 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17591
17592 2011-11-10 Glenn Morris <rgm@gnu.org>
17593
17594 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17595 Call svn via vc-svn-command rather than vc-do-command.
17596 (vc-svn-command): Add --non-interactive. (Bug#9993)
17597 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17598
17599 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17600 Add toggle-read-only. (Bug#7292)
17601 * files.el (toggle-read-only): Mention that it should only
17602 be used interactively. (Bug#10006)
17603
17604 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17607 Adjust regexp for OCaml warnings.
17608
17609 * electric.el (electric-pair-post-self-insert-function): Let user
17610 turn it off buffer-locally (bug#9932).
17611
17612 * progmodes/python.el (python-beginning-of-statement):
17613 Rewrite (bug#2703).
17614
17615 * progmodes/compile.el: Better handle TABs (bug#9749).
17616 (compilation-internal-error-properties)
17617 (compilation-next-error-function): Obey the target buffer's
17618 compilation-error-screen-columns.
17619
17620 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17621
17622 * progmodes/meta-mode.el: Remove obsolete comments.
17623 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17624 Fix typos in docstrings.
17625
17626 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17627
17628 * window.el (window-size-fixed-p): Rewrite doc-string.
17629 (window-resizable-p): Rename to window--resizable-p. Update callers.
17630 (window--resizable): New function. Make all callers of
17631 window-resizable call window--resizable instead.
17632 (window-resizable): Rewrite in terms of window--resizable.
17633
17634 2011-11-08 Glenn Morris <rgm@gnu.org>
17635
17636 * progmodes/delphi.el (delphi-mode-syntax-table):
17637 Let define-derived-mode define a proper syntax table. (Bug#9994)
17638
17639 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17640
17641 * window.el: Stay away from defsubst.
17642 (window-list-no-nils): Remove.
17643 (window-state-get-1, window-state-get): Use backquote instead.
17644
17645 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17646
17647 * emacs-lisp/find-func.el (find-function-read):
17648 Fix incorrect use of default argument in `completing-read'.
17649
17650 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17651
17652 * window.el (display-buffer-function, special-display-function):
17653 Mention display-buffer-record-window but do not mention
17654 help-setup parameter in doc-strings.
17655 (window-min-delta): Fix doc-string typo.
17656
17657 2011-11-08 Chong Yidong <cyd@gnu.org>
17658
17659 * window.el (window-total-height, window-total-width): Doc fix.
17660 (window-body-size): Move from C.
17661 (window-body-height, window-body-width): Move to C.
17662
17663 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17664
17665 * window.el: Make special-display like display-buffer-alist (bug#9532).
17666 (display-buffer--special-action): New function, morphed
17667 from display-buffer--special.
17668 (display-buffer): Use it to handle special-display-buffers at higher
17669 priority (just after display-buffer-alist).
17670 (display-buffer-fallback-action, display-buffer--other-frame-action)
17671 (pop-to-buffer-same-window): Remove display-buffer--special.
17672
17673 2011-11-07 Glenn Morris <rgm@gnu.org>
17674
17675 * calendar/cal-menu.el (cal-menu-set-date-title):
17676 Do nothing if not in a calendar. (Bug#9976)
17677
17678 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17679
17680 * files.el (find-file): Always use selected-window.
17681
17682 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17683
17684 * window.el (window-combinations): Make WINDOW argument
17685 mandatory. Rewrite doc-string.
17686 (walk-window-subtree, window-atom-check, window-min-delta)
17687 (window-max-delta, window--resize-this-window)
17688 (window--resize-root-window-vertically, window-tree)
17689 (balance-windows, window-state-put): Rewrite doc-strings as to
17690 not mention the term "subwindow".
17691 (window--resize-subwindows-skip-p): Rename to
17692 window--resize-child-windows-skip-p.
17693 (window--resize-subwindows-normal): Rename to
17694 window--resize-child-windows-normal.
17695 (window--resize-subwindows): Rename to
17696 window--resize-child-windows.
17697 (window-or-subwindow-p): Rename to window--in-subtree-p.
17698
17699 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17700
17701 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17702 Ensure that mbox format messages end in two newlines (Bug#9974).
17703
17704 2011-11-06 Chong Yidong <cyd@gnu.org>
17705
17706 * window.el (window-combination-p): Function deleted; its
17707 side-effect is not used in any existing code.
17708 (window-combinations, window-combined-p): Call window-*-child
17709 directly.
17710
17711 2011-11-05 Chong Yidong <cyd@gnu.org>
17712
17713 * window.el (window-valid-p): Rename from window-any-p.
17714 (window-size-ignore, window-state-get): Callers changed.
17715 (window-normalize-window): Rename from window-normalize-any-window.
17716 New arg LIVE-ONLY, replacing window-normalize-live-window.
17717 (window-normalize-live-window): Delete.
17718 (window-combination-p, window-combined-p, window-combinations)
17719 (walk-window-subtree, window-atom-root, window-min-size)
17720 (window-sizable, window-sizable-p, window-size-fixed-p)
17721 (window-min-delta, window-max-delta, window-resizable)
17722 (window-resizable-p, window-full-height-p, window-full-width-p)
17723 (window-current-scroll-bars, window-point-1, set-window-point-1)
17724 (window-at-side-p, window-in-direction, window-resize)
17725 (adjust-window-trailing-edge, maximize-window, minimize-window)
17726 (window-deletable-p, delete-window, delete-other-windows)
17727 (record-window-buffer, unrecord-window-buffer)
17728 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17729 (quit-window, split-window, window-state-put)
17730 (set-window-text-height, fit-window-to-buffer)
17731 (shrink-window-if-larger-than-buffer): Callers changed.
17732
17733 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17734
17735 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17736 rfc2047-decode-string.
17737 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17738 warnings.
17739
17740 * window.el (window-body-height, window-body-width): Mention in
17741 the doc string that the return values are in frame's canonical
17742 units. (Bug#9949)
17743
17744 2011-11-03 Alan Mackenzie <acm@muc.de>
17745
17746 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17747 change in cc-engine.el.
17748
17749 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17750
17751 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17752
17753 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17754
17755 * window.el (quit-window): Call unrecord-window-buffer after
17756 showing another buffer in the window. (Bug#9937)
17757 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17758
17759 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17760
17761 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17762 Accept status with more than 9 shelves. (Bug#9935)
17763 Reported by Colin D Bennett <colin@gibibit.com>.
17764
17765 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17766
17767 * help.el (with-help-window): Don't reference
17768 temp-buffer-show-specifiers in doc-string.
17769
17770 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17771
17772 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17773 menu-item.
17774
17775 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17776
17777 * whitespace.el: New version 13.2.2.
17778 (whitespace-newline-mode): Disable properly. Reported by Sarah
17779 <EmacsWiki>.
17780
17781 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17782
17783 * net/newst-treeview.el: Remove "Time-stamp".
17784 (newsticker--group-manage-orphan-feeds): Do not call
17785 newsticker--treeview-tree-update.
17786 (newsticker-treeview-update, newsticker-treeview):
17787 Call newsticker--treeview-tree-update if necessary.
17788
17789 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17790
17791 * window.el (window-iso-combination-p, window-iso-combined-p)
17792 (window-iso-combinations): Remove "iso-" infix.
17793 Suggested by Chong Yidong.
17794 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17795 (window-max-delta-1, window-resize, window--resize-siblings)
17796 (window--resize-this-window, adjust-window-trailing-edge)
17797 (split-window, balance-windows-1)
17798 (shrink-window-if-larger-than-buffer):
17799 * calendar/calendar.el (calendar-generate-window):
17800 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17801
17802 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17803
17804 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17805 in place (bug#9907).
17806 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17807 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17808 (eshell-structure-basic-command, eshell-rewrite-while-command)
17809 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17810 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17811 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17812 (eshell-do-pipelines-synchronously, eshell-eval-command):
17813 Use backquotes and prefer setq to set.
17814 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17815 (eshell-macrop): Use functionp.
17816 (eshell-do-eval): Handle multiple expressions in `while' body.
17817
17818 2011-10-30 Chong Yidong <cyd@gnu.org>
17819
17820 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17821 instead of set-mark (Bug#9810).
17822
17823 2011-10-30 Chong Yidong <cyd@gnu.org>
17824
17825 * window.el (split-window-below, split-window-right): Rename from
17826 split-window-above-each-other and split-window-side-by-side
17827 respectively. All callers changed.
17828 (split-window-sensibly, split-window-sensibly): Use them.
17829 (split-window-keep-point): Doc fix.
17830
17831 * isearch.el: Add isearch-scroll property to split-window-below
17832 and split-window-right.
17833
17834 * follow.el (follow-mode):
17835 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17836 * progmodes/ada-xref.el (ada-gdb-application):
17837 * emulation/vip.el (vip-buffer-in-two-windows):
17838 * image-dired.el (image-dired-dired-with-window-configuration):
17839 * dired-x.el (dired-do-find-marked-files):
17840 * dired.el (dired-pop-to-buffer):
17841 * bs.el (bs--show-with-configuration):
17842 * vc/emerge.el (emerge-setup-windows):
17843 * textmodes/two-column.el (2C-two-columns):
17844 * textmodes/reftex-toc.el (reftex-toc):
17845 * progmodes/gdb-mi.el (gdb-setup-windows):
17846 * progmodes/fortran.el (fortran-window-create):
17847 * net/newst-treeview.el (newsticker--treeview-window-init):
17848 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17849 * emulation/tpu-edt.el (tpu-gold-map):
17850 * emulation/crisp.el (crisp-mode-map):
17851 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17852
17853 2011-10-29 Chong Yidong <cyd@gnu.org>
17854
17855 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17856
17857 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17858
17859 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17860 forged Ispell output (Bug#7904).
17861
17862 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17863
17864 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17865
17866 * doc-view.el: Avoid ugly errors about not finding nil.
17867 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17868 (doc-view-dvipdf-program, doc-view-unoconv-program)
17869 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17870 Avoid nil or absolute file name as default value.
17871 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17872
17873 2011-10-28 Alan Mackenzie <acm@muc.de>
17874
17875 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17876
17877 2011-10-28 Alan Mackenzie <acm@muc.de>
17878
17879 Amend the handling of c-beginning/end-of-defun in nested declaration
17880 scopes.
17881
17882 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17883 cc-langs.el. Change it to a defcustom.
17884
17885 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17886 cc-vars.el.
17887
17888 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17889 Prevent "class foo : bar" being spuriously recognized as a label.
17890
17891 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17892 Add parameter `inclusive' (to include enclosing braces in the region).
17893 (c-widen-to-enclosing-decl-scope): New function.
17894 (c-while-widening-to-decl-block): New macro.
17895 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17896 outward for defun boundaries, and correspondingly change symbol
17897 `respect-enclosure' to `go-outward'.
17898 (c-declaration-limits): Change algorithm to report only the "innermost"
17899 defun's boundaries.
17900
17901 2011-10-28 Deniz Dogan <deniz@dogan.se>
17902
17903 * net/rcirc.el (rcirc-mode): Use hard newlines.
17904
17905 2011-10-28 Alan Mackenzie <acm@muc.de>
17906
17907 Amend to indent and fontify macros "which include their own semicolon"
17908 correctly, using the "virtual semicolon" mechanism.
17909
17910 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17911
17912 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17913 Recode to scan one line at a time rather than having \n and \r
17914 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17915 (c-forward-label): Amend for virtual semicolons.
17916 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17917
17918 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17919 of the new C macros.
17920
17921 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17922 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17923 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17924 (c-opt-cpp-macro-define): Make into a full language variable.
17925 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17926 AWK Mode (including \n, \r) removed, no longer needed.
17927
17928 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17929 Invoke c-make-macro-with-semi-re.
17930
17931 * progmodes/cc-vars.el (c-macro-with-semi-re):
17932 (c-macro-names-with-semicolon): New variables.
17933 (c-make-macro-with-semi-re): New function.
17934
17935 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17936
17937 * vc/log-edit.el: Fill empty field rather than adding new one.
17938 (log-edit-add-field): New function.
17939 (log-edit-insert-changelog): Use it.
17940
17941 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17942
17943 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17944
17945 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17946
17947 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17948 (gdb--check-interpreter): New function.
17949 (gdb): Use it.
17950
17951 2011-10-27 Glenn Morris <rgm@gnu.org>
17952
17953 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17954 (least-positive-float, least-negative-float)
17955 (least-positive-normalized-float, least-negative-normalized-float)
17956 (float-epsilon, float-negative-epsilon):
17957 Remove unnecessary declarations.
17958
17959 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17960 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17961 (least-positive-float, least-negative-float)
17962 (least-positive-normalized-float, least-negative-normalized-float)
17963 (float-epsilon, float-negative-epsilon): Add doc-strings,
17964 based on those in cl.texi.
17965
17966 * files.el (set-visited-file-name): If the major-mode changed,
17967 reload the local variables. (Bug#9796)
17968
17969 2011-10-27 Chong Yidong <cyd@gnu.org>
17970
17971 * subr.el (change-major-mode-after-body-hook): New hook.
17972 (run-mode-hooks): Run it.
17973
17974 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17975 Use change-major-mode-before-body-hook.
17976
17977 * simple.el (fundamental-mode):
17978 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17979 change introducing fundamental-mode-hook.
17980
17981 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
17982
17983 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17984
17985 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
17986
17987 * ido.el (ido-file-name-all-completions-1): Do not require
17988 tramp.el explicitly. (Bug#7583)
17989
17990 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17991
17992 * progmodes/octave-mod.el:
17993 * progmodes/octave-inf.el: Update maintainer.
17994
17995 2011-10-26 Chong Yidong <cyd@gnu.org>
17996
17997 * subr.el (with-wrapper-hook): Rewrite doc.
17998
17999 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18000
18001 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18002 filenames "/method:foo:". (Bug#9793)
18003
18004 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18005
18006 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18007 (bug#9865).
18008
18009 2011-10-24 Glenn Morris <rgm@gnu.org>
18010
18011 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18012
18013 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18014
18015 * notifications.el: Add the requirement of a running D-Bus session
18016 bus to the Commentary.
18017
18018 2011-10-24 Juri Linkov <juri@jurta.org>
18019
18020 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18021 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18022 (Bug#9364)
18023
18024 2011-10-24 Juri Linkov <juri@jurta.org>
18025
18026 * info.el (Info-following-node-name-re): Add newline to the list
18027 of allowed characters for leading space. (Bug#9824)
18028
18029 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18030
18031 * progmodes/octave-inf.el (inferior-octave-mode-map):
18032 Fix C-c C-h binding.
18033 * progmodes/octave-mod.el (octave-help): Remove.
18034
18035 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18036
18037 Sync with Tramp 2.2.3.
18038
18039 * net/tramp-cache.el (top): Pacify byte-compiler using
18040 `init-file-user' and `site-run-file'.
18041
18042 * net/trampver.el: Update release number.
18043
18044 2011-10-23 Chong Yidong <cyd@gnu.org>
18045
18046 * files.el (toggle-read-only): Remove obsolete comment about
18047 version control.
18048
18049 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18050 for toggle-read-only. Note that this hasn't called vc-next-action
18051 since 2008-05-02, though it wasn't documented at the time.
18052
18053 * vc/ediff-init.el (ediff-toggle-read-only-function):
18054 Use toggle-read-only.
18055
18056 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18057
18058 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18059 of c-parse-state.
18060
18061 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18062 correct faulty logical expression.
18063 (c-parse-state-state, c-record-parse-state-state):
18064 (c-replay-parse-state-state): New defvar/defuns.
18065 (c-debug-parse-state): Use new functions.
18066
18067 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18068
18069 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18070 last fix. Use window-in-direction correctly.
18071
18072 2011-10-21 Chong Yidong <cyd@gnu.org>
18073
18074 * progmodes/idlwave.el (idlwave-mode):
18075 * progmodes/vera-mode.el (vera-mode): No need to set
18076 require-final-newline; that's done in prog-mode.
18077 Suggested by Stefan Monnier.
18078
18079 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18080
18081 * mouse.el (mouse-drag-window-above)
18082 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18083 (mouse-drag-mode-line-1, mouse-drag-header-line)
18084 (mouse-drag-vertical-line-rightward-window): Remove.
18085 (mouse-drag-line): New function.
18086 (mouse-drag-mode-line, mouse-drag-header-line)
18087 (mouse-drag-vertical-line): Call mouse-drag-line.
18088 * window.el (window-at-side-p, windows-at-side): New functions.
18089
18090 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18091
18092 * tar-mode.el (tar-grind-file-mode):
18093 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18094
18095 2011-10-21 Chong Yidong <cyd@gnu.org>
18096
18097 * progmodes/idlwave.el (idlwave-mode):
18098 * progmodes/vera-mode.el (vera-mode):
18099 Use mode-require-final-newline.
18100
18101 2011-10-20 Glenn Morris <rgm@gnu.org>
18102
18103 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18104
18105 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18106
18107 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18108
18109 2011-10-20 Chong Yidong <cyd@gnu.org>
18110
18111 * emulation/cua-base.el (cua-mode):
18112 * mail/footnote.el (footnote-mode):
18113 * mail/mailabbrev.el (mail-abbrevs-mode):
18114 * net/xesam.el (xesam-minor-mode):
18115 * progmodes/bug-reference.el (bug-reference-mode):
18116 * progmodes/cap-words.el (capitalized-words-mode):
18117 * progmodes/compile.el (compilation-minor-mode)
18118 (compilation-shell-minor-mode):
18119 * progmodes/gud.el (gud-tooltip-mode):
18120 * progmodes/hideif.el (hide-ifdef-mode):
18121 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18122 * progmodes/subword.el (subword-mode):
18123 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18124 * progmodes/which-func.el (which-function-mode):
18125 * term/tvi970.el (tvi970-set-keypad-mode):
18126 * term/vt100.el (vt100-wide-mode):
18127 * textmodes/flyspell.el (flyspell-mode):
18128 * textmodes/ispell.el (ispell-minor-mode):
18129 * textmodes/nroff-mode.el (nroff-electric-mode):
18130 * textmodes/paragraphs.el (use-hard-newlines):
18131 * textmodes/refill.el (refill-mode):
18132 * textmodes/reftex.el (reftex-mode):
18133 * textmodes/rst.el (rst-minor-mode):
18134 * textmodes/sgml-mode.el (html-autoview-mode)
18135 (sgml-electric-tag-pair-mode):
18136 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18137 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18138 * emulation/crisp.el (crisp-mode):
18139 * emacs-lisp/eldoc.el (eldoc-mode):
18140 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18141 minor mode behavior.
18142
18143 2011-10-19 Juri Linkov <juri@jurta.org>
18144
18145 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18146 the list of hard-coded chars with escape-glyph face.
18147
18148 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18149
18150 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18151
18152 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18153
18154 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18155 running process.
18156
18157 2011-10-19 Glenn Morris <rgm@gnu.org>
18158
18159 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18160 Ignore ignored files. (Bug#9726)
18161
18162 2011-10-19 Chong Yidong <cyd@gnu.org>
18163
18164 Doc fix for minor modes, stating that an omitted argument enables
18165 the mode unconditionally when called from Lisp.
18166
18167 * abbrev.el (abbrev-mode):
18168 * allout.el (allout-mode):
18169 * autoinsert.el (auto-insert-mode):
18170 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18171 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18172 (global-auto-revert-mode):
18173 * battery.el (display-battery-mode):
18174 * composite.el (global-auto-composition-mode)
18175 (auto-composition-mode):
18176 * delsel.el (delete-selection-mode):
18177 * desktop.el (desktop-save-mode):
18178 * dired-x.el (dired-omit-mode):
18179 * dirtrack.el (dirtrack-mode):
18180 * doc-view.el (doc-view-minor-mode):
18181 * double.el (double-mode):
18182 * electric.el (electric-indent-mode, electric-pair-mode):
18183 * emacs-lock.el (emacs-lock-mode):
18184 * epa-hook.el (auto-encryption-mode):
18185 * follow.el (follow-mode):
18186 * font-core.el (font-lock-mode):
18187 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18188 * help.el (temp-buffer-resize-mode):
18189 * hilit-chg.el (highlight-changes-mode)
18190 (highlight-changes-visible-mode):
18191 * hi-lock.el (hi-lock-mode):
18192 * hl-line.el (hl-line-mode, global-hl-line-mode):
18193 * icomplete.el (icomplete-mode):
18194 * ido.el (ido-everywhere):
18195 * image-file.el (auto-image-file-mode):
18196 * image-mode.el (image-minor-mode):
18197 * iswitchb.el (iswitchb-mode):
18198 * jka-cmpr-hook.el (auto-compression-mode):
18199 * linum.el (linum-mode):
18200 * longlines.el (longlines-mode):
18201 * master.el (master-mode):
18202 * mb-depth.el (minibuffer-depth-indicate-mode):
18203 * menu-bar.el (menu-bar-mode):
18204 * minibuf-eldef.el (minibuffer-electric-default-mode):
18205 * mouse-sel.el (mouse-sel-mode):
18206 * msb.el (msb-mode):
18207 * mwheel.el (mouse-wheel-mode):
18208 * outline.el (outline-minor-mode):
18209 * paren.el (show-paren-mode):
18210 * recentf.el (recentf-mode):
18211 * reveal.el (reveal-mode, global-reveal-mode):
18212 * rfn-eshadow.el (file-name-shadow-mode):
18213 * ruler-mode.el (ruler-mode):
18214 * savehist.el (savehist-mode):
18215 * scroll-all.el (scroll-all-mode):
18216 * scroll-bar.el (scroll-bar-mode):
18217 * server.el (server-mode):
18218 * shell.el (shell-dirtrack-mode):
18219 * simple.el (auto-fill-mode, transient-mark-mode)
18220 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18221 (line-number-mode, column-number-mode, size-indication-mode)
18222 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18223 * strokes.el (strokes-mode):
18224 * time.el (display-time-mode):
18225 * t-mouse.el (gpm-mouse-mode):
18226 * tool-bar.el (tool-bar-mode):
18227 * tooltip.el (tooltip-mode):
18228 * type-break.el (type-break-mode-line-message-mode)
18229 (type-break-query-mode):
18230 * view.el (view-mode):
18231 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18232 (global-whitespace-mode, global-whitespace-newline-mode):
18233 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18234
18235 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18236 Fix autogenerated docstring.
18237
18238 2011-10-19 Juri Linkov <juri@jurta.org>
18239
18240 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18241 by checking environment variables "DESKTOP_SESSION" and
18242 "XDG_CURRENT_DESKTOP". (Bug#9779)
18243
18244 2011-10-19 Juri Linkov <juri@jurta.org>
18245
18246 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18247 (browse-url-chromium-program, browse-url-chromium-arguments):
18248 New defcustoms.
18249 (browse-url-default-browser): Check for `browse-url-chromium' and
18250 call `browse-url-chromium-program'.
18251 (browse-url-chromium): New command. (Bug#9779)
18252
18253 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18254
18255 * facemenu.el (list-colors-duplicates): On Windows, detect more
18256 duplicates by assuming that only colors matching "^System" are
18257 special "system colors". (Bug#9722)
18258
18259 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18260
18261 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18262 to distinguish the author from the committer.
18263
18264 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18265
18266 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18267
18268 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18269
18270 * international/mule.el (sgml-html-meta-auto-coding-function):
18271 Add support for detecting encoding in HTML5 specified only as
18272 <meta charset="UTF-8">. Implementation just makes http-equiv and
18273 content-type parts from HTML4 encoding string optional. (Bug#9716)
18274
18275 2011-10-18 Glenn Morris <rgm@gnu.org>
18276
18277 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18278
18279 2011-10-18 Chong Yidong <cyd@gnu.org>
18280
18281 * faces.el (cursor): Doc fix.
18282
18283 2011-10-17 Chong Yidong <cyd@gnu.org>
18284
18285 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18286
18287 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18288
18289 * dirtrack.el (dirtrack): Support shell buffers with path
18290 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18291
18292 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18293
18294 * json.el: Bump version to 1.3 and note change in History.
18295 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18296
18297 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18298
18299 * comint.el (comint-insert-input, comint-send-input)
18300 (comint-get-old-input-default, comint-backward-matching-input)
18301 (comint-next-prompt): Use nil instead of `input' for field property of
18302 past user input (bug#114).
18303
18304 * minibuffer.el (completion--replace): Inherit surrounding properties
18305 (bug#114).
18306 (minibuffer-complete-and-exit): Use it.
18307
18308 * comint.el (comint--table-subvert): Quote the all-completions output
18309 (bug#9160).
18310
18311 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18312
18313 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18314
18315 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18316 window on right of selected. (Bug#9350) Reword other window
18317 entries and separate them from frame entries.
18318
18319 2011-10-15 Glenn Morris <rgm@gnu.org>
18320
18321 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18322 Doc fixes.
18323
18324 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18325
18326 * net/network-stream.el (network-stream-open-starttls):
18327 Improve detection of failure due to lack of TLS support.
18328
18329 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18330 putting the input text in front and in bold.
18331
18332 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18333
18334 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18335
18336 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18337 empty buffer.
18338
18339 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18340 unread-command-events rather than pushing yet-another event.
18341
18342 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18343
18344 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18345 the explanation of the possible choices. Make the options passed
18346 to completing-read shorter.
18347
18348 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18349
18350 * textmodes/flyspell.el (flyspell-large-region): Make sure
18351 extended character mode is used if defined (Bug#1339).
18352
18353 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18354
18355 * simple.el (what-cursor-position): Fix the display of the
18356 character info for LRE, LRO, RLE, and RLO characters by appending
18357 an invisible PDF.
18358
18359 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18360
18361 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18362 even in case of error; add debug spec; simplify data flow.
18363 (with-timeout-handler): Remove.
18364
18365 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18366
18367 Fix Bug#6019, Bug#9315.
18368
18369 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18370 complete `buffer-file-name', the local file name part could look
18371 remotely (for example on VMS).
18372
18373 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18374 `tramp-run-real-handler'.
18375 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18376 already quoted by '"'.
18377
18378 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18379 Let `file-name-handler-alist' be nil, the local file name part
18380 could look remotely (for example on VMS).
18381
18382 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18383
18384 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18385 from here...
18386 (flyspell-post-command-hook): ...to here.
18387
18388 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18389
18390 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18391 if not needed.
18392 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18393 using completion. Protect against "slow" callers.
18394 Remove the "message hack".
18395
18396 2011-10-11 Juri Linkov <juri@jurta.org>
18397
18398 * isearch.el (isearch-lazy-highlight-word): New variable.
18399 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18400 Use it. (Bug#9727)
18401
18402 2011-10-11 Glenn Morris <rgm@gnu.org>
18403
18404 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18405 like f90-previous-statement does.
18406
18407 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18408
18409 * eshell/eshell.el (eshell-command): History should be saved
18410 only in interactive use, to avoid error.
18411
18412 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18413
18414 * minibuffer.el (completion-file-name-table): Fix last change,
18415 i.e. ignore normal errors but not the other ones.
18416
18417 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18418
18419 * window.el (special-display-buffer-names)
18420 (special-display-regexps): Remove some remnants of earlier
18421 changes from doc-strings.
18422 (quit-windows-on): New function.
18423
18424 * vc/vc.el (vc-revert, vc-rollback):
18425 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18426 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18427 (Bug#6183) (Bug#7074) (Bug#7447)
18428
18429 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18430
18431 * window.el (frame-auto-hide-function): Add version tag.
18432 (Bug#9699)
18433
18434 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18435
18436 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18437 condition.
18438
18439 2011-10-09 Leo Liu <sdl.web@gmail.com>
18440
18441 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18442 (Bug#9701)
18443
18444 2011-10-08 Glenn Morris <rgm@gnu.org>
18445
18446 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18447 before the first code statement zero indent. (Bug#9690)
18448
18449 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18450
18451 * simple.el (count-words-region): Always count in the region.
18452 Report the number of lines and characters too.
18453 (count-words): New command, which counts in the buffer if the
18454 region is inactive, as count-words-region used to.
18455 (count-words--message): New function. Handle plurals.
18456 (count-lines-region): Make it an alias for count-words-region.
18457
18458 * bindings.el (esc-map): Replace count-lines-region with
18459 count-words-region.
18460
18461 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18462
18463 * window.el (window--delete): Delete dedicated frame
18464 unconditionally when argument KILL is non-nil. (Bug#9699)
18465 (switch-to-buffer): Fix doc-string typo.
18466
18467 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18468
18469 * eshell/eshell.el (eshell-command): Avoid using hooks.
18470
18471 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18472
18473 * bindings.el ([M-left],[M-right]): Bind to left-word and
18474 right-word respectively.
18475
18476 2011-10-07 Glenn Morris <rgm@gnu.org>
18477
18478 * cus-start.el (debug-on-quit): Fix custom type.
18479
18480 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18481
18482 * subr.el (define-key-after): Clarify that the function is not
18483 useful for non-menu keymaps.
18484
18485 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18486
18487 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18488
18489 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18490 in current minibuffer (Fix bug with recursive minibuffers).
18491
18492 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18493
18494 * progmodes/gdb-mi.el (gdb): Doc fix.
18495
18496 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18497
18498 * window.el (frame-auto-hide-function): New option replacing
18499 frame-auto-delete. Suggested by Stefan Monnier.
18500 (window--delete): Call frame-auto-hide-function instead of
18501 investigating frame-auto-delete.
18502 (window-point-1, set-window-point-1): New functions.
18503 (window-in-direction, record-window-buffer, window-state-get-1)
18504 (display-buffer-record-window): Use window-point-1 instead of
18505 window-point.
18506 (set-window-buffer-start-and-point): Use set-window-point-1.
18507
18508 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18509
18510 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18511
18512 2011-10-05 Glenn Morris <rgm@gnu.org>
18513
18514 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18515 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18516
18517 2011-10-05 Leo Liu <sdl.web@gmail.com>
18518
18519 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18520 works with buffer object.
18521
18522 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18523
18524 * mpc.el (mpc-tool-bar-map): Add labels.
18525
18526 2011-10-04 Glenn Morris <rgm@gnu.org>
18527
18528 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18529
18530 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18531
18532 * window.el (window--delete): New function.
18533 (frame-auto-delete): Resuscitate option.
18534 (bury-buffer, replace-buffer-in-windows)
18535 (quit-window): Rewrite using window--delete.
18536 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18537 Pass display-buffer-mark-dedicated to window--display-buffer-2
18538 (Bug#9639).
18539
18540 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18541
18542 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18543 returns a list (bug#9554). Add remote file name completion.
18544 * comint.el (comint--table-subvert): Curry and get quote&unquote
18545 functions as arguments.
18546 (comint--complete-file-name-data): Adjust call accordingly.
18547 * pcomplete.el (pcomplete--table-subvert): Remove.
18548 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18549
18550 * minibuffer.el (completion-table-case-fold): Use currying.
18551 (completion--styles-type, completion--cycling-threshold-type):
18552 New constants.
18553 (completion-styles, completion-category-overrides)
18554 (completion-cycle-threshold): Use them.
18555 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18556 completion-table-case-fold.
18557
18558 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18559
18560 * minibuffer.el (completion-category-overrides): Fix type of styles
18561 and add more user friendly tags (bug#9660).
18562
18563 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18564
18565 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18566 (mule-input-method-string): New widget.
18567 (default-input-method, language-info-custom-alist): Use it.
18568
18569 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18570
18571 * pcomplete.el: Require comint.
18572 (pcomplete--common-suffix): Remove.
18573 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18574 (pcomplete--table-subvert): Sync with comint--table-subvert.
18575 (pcomplete--entries): Use comint-completion-file-name-table.
18576 * comint.el (comint-unquote-filename): Simplify.
18577 (comint-completion-file-name-table): New function (bug#9616).
18578 (comint--complete-file-name-data): Use it.
18579
18580 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18581 (pcmpl-gnu-tar-buffer): Remove.
18582 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18583 around. Make sure pcomplete-suffix-list is only changed temporarily.
18584 Don't look inside the tar's file if it's too large.
18585
18586 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18587
18588 * cus-edit.el (custom-mode-map):
18589 * epa.el (epa-key-list-mode-map):
18590 * man.el (Man-mode-map):
18591 * startup.el (splash-screen-keymap):
18592 * simple.el (special-mode-map): Use scroll-up-command and
18593 scroll-down-command.
18594
18595 * progmodes/idlw-help.el (idlwave-help-mode-map):
18596 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18597 * net/newst-plainview.el (newsticker-mode-map):
18598 * emulation/ws-mode.el (wordstar-mode-map):
18599 * emulation/vi.el (vi-com-map):
18600 * calc/calc-graph.el (calc-graph-show-dumb):
18601 * term/sun.el (terminal-init-sun):
18602 * term/ns-win.el (global-map):
18603 * progmodes/grep.el (grep-mode-map):
18604 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18605 * mail/rmail.el (rmail-mode-map):
18606 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18607
18608 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18609 custom-safe-themes as special.
18610
18611 2011-10-01 Julien Danjou <julien@danjou.info>
18612
18613 * notifications.el (notifications-notify): Fix docstring.
18614
18615 2011-10-01 Per Starbäck <per@starback.se>
18616
18617 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18618
18619 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18620
18621 * startup.el (command-line-1): Fix last fix by inserting
18622 initial-scratch-message into *scratch* before displaying it.
18623 (Bug#9605) and (Bug#9636)
18624
18625 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18626
18627 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18628 window is hscrolled, move by logical lines. (Bug#9607)
18629 (line-move-visual): Update the doc string to the above effect.
18630
18631 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18632
18633 * window.el (display-buffer-record-window): When WINDOW is the
18634 selected window use `point' instead of `window-point'. (Bug#9626)
18635
18636 * startup.el (command-line-1): Use insert-before-markers when
18637 inserting initial-scratch-message. (Bug#9605)
18638
18639 * help.el (help-window): Remove variable.
18640
18641 2011-09-29 Glenn Morris <rgm@gnu.org>
18642
18643 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18644
18645 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18646
18647 * descr-text.el (describe-char-categories): Accept category
18648 descriptions more than one line long.
18649
18650 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18651
18652 * simple.el (delete-trailing-whitespace): Fix last change.
18653
18654 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18655 Don't confuse "y => 3" as the beginning of a `y' operation.
18656
18657 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18658 object has more than 4 slots (bug#9613).
18659
18660 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18661
18662 * subr.el (with-output-to-temp-buffer):
18663 * net/quickurl.el (quickurl, quickurl-browse-url):
18664 Fix typos in docstrings.
18665
18666 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18667
18668 * minibuffer.el (completion-styles)
18669 (completion-category-overrides): Cross reference each other in doc
18670 strings.
18671
18672 2011-09-27 Glenn Morris <rgm@gnu.org>
18673
18674 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18675 to split-string. (Bug#9606)
18676
18677 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18678
18679 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18680 (bug#9615).
18681
18682 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18683
18684 * emacs-lisp/package.el (list-packages): Fix echo area message.
18685
18686 2011-09-27 Leo Liu <sdl.web@gmail.com>
18687
18688 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18689
18690 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18691
18692 * net/dbus.el (dbus-unregister-object): Don't release services for
18693 registered signals. (Bug#9581)
18694
18695 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18696
18697 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18698 function that picks between cfengine 2 and 3 support
18699 automatically. Update docs accordingly.
18700
18701 2011-09-22 Kenichi Handa <handa@m17n.org>
18702
18703 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18704 ZERO.
18705 (indian-itrans-v5-table-for-tamil): New variable.
18706 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18707
18708 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18709
18710 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18711 that's true if the current command involved collapsing of text.
18712 It's reset to false at the beginning of the next command.
18713 (allout-post-command-business): Move the cursor to the beginning
18714 of entry if the cursor is hidden and collapsing activity just
18715 happened.
18716
18717 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18718
18719 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18720 tracking (Bug#9541).
18721
18722 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18723
18724 * net/newst-reader.el (newsticker-html-renderer)
18725 (newsticker-show-news): Automatically load html rendering package
18726 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18727 because w3m-fill-column is let-bound" and the error "Symbol's value
18728 as variable is void: w3m-fill-column".
18729
18730 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18731
18732 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18733 Release services only if they are defined. (Bug#9581)
18734
18735 2011-09-23 Richard Stallman <rms@gnu.org>
18736
18737 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18738 distinguish start of paragraph from start of its text.
18739
18740 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18741
18742 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18743 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18744 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18745
18746 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18747
18748 * international/mule-diag.el (mule-diag): Insert a newline after
18749 each fontset description.
18750
18751 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * simple.el (delete-trailing-whitespace):
18754 Document last change; simplify.
18755
18756 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18757
18758 * simple.el (delete-trailing-whitespace): Also delete
18759 extra newlines at the end of the buffer.
18760
18761 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18762 (picture-newline): Use forward-line so as to ignore fields.
18763
18764 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18765
18766 * subr.el (with-wrapper-hook): Fix edebug spec.
18767
18768 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18769
18770 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18771 (bug#4538).
18772
18773 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18774
18775 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18776 Fix nasty bug using wrong cached values.
18777
18778 2011-09-23 Alan Mackenzie <acm@muc.de>
18779
18780 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18781
18782 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18783
18784 * window.el (pop-to-buffer): Ensure right window is selected if we
18785 chose another frame.
18786
18787 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18788
18789 * simple.el (what-cursor-position): Use get-char-property-change
18790 and next-single-char-property-change, to be able to show display
18791 properties that come from overlays as well as text properties.
18792
18793 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18794
18795 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18796
18797 * cmuscheme.el (run-scheme, switch-to-scheme):
18798 * cus-edit.el (customize-group, custom-buffer-create)
18799 (customize-browse):
18800 * info.el (info):
18801 * shell.el (shell):
18802 * mail/sendmail.el (mail):
18803 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18804
18805 2011-09-22 Richard Stallman <rms@gnu.org>
18806
18807 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18808 move back only to line beg, don't move back over blank lines.
18809
18810 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18811
18812 * files.el (copy-directory): Set directory attributes only in case
18813 they could be retrieved from the source directory. (Bug#9565)
18814
18815 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18816
18817 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18818 (hs-find-block-beginning, hs-hide-level-recursive):
18819 Ignore strings as well as comments. (Bug#9502)
18820
18821 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18822
18823 * progmodes/sql.el (sql-comint-postgres):
18824 Convert port number to a string. (Bug#9566)
18825
18826 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18827
18828 * window.el (quit-window): Undedicate window when switching to
18829 previous buffer. Reported by Thierry Volpiatto
18830 <thierry.volpiatto@gmail.com>.
18831 (special-display-popup-frame): When popping up a new frame reset
18832 its previous buffers to nil. Simplify code.
18833
18834 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18835
18836 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18837 and process filter, as done also in `shell-command'.
18838
18839 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18840
18841 * window.el (set-window-buffer-start-and-point):
18842 Call set-window-start with NOFORCE argument t.
18843 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18844 (quit-window): Reword doc-string. Handle new format of
18845 quit-restore parameter. Don't delete window if it has a
18846 previous buffer we can show instead of the present one.
18847 (display-buffer-record-window): Rewrite using a new format for
18848 the quit-restore window parameter
18849 (special-display-popup-frame, display-buffer-same-window)
18850 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18851 (display-buffer-pop-up-window, display-buffer-use-some-window):
18852 Adapt symbol passed to display-buffer-record-window.
18853 * help.el (help-window-setup): Handle new format of quit-restore
18854 parameter.
18855
18856 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18857
18858 * faces.el (face-list): Fix docstring (bug#9564).
18859
18860 * window.el (display-buffer--action-function-custom-type):
18861 Don't include internal functions in the Custom interface.
18862
18863 2011-09-20 Juri Linkov <juri@jurta.org>
18864
18865 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18866 (Info-forward-node, Info-backward-node, Info-next-preorder)
18867 (Info-last-preorder): Use it. (Bug#9528)
18868
18869 2011-09-20 Juri Linkov <juri@jurta.org>
18870
18871 * info.el (Info-last-preorder): Visit last menu item only when
18872 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18873
18874 2011-09-20 Julien Danjou <julien@danjou.info>
18875
18876 * password-cache.el (password-cache-remove): Remove entries even if the
18877 value is nil, so that password with a nil value (negative caching) is
18878 possible to invalidate.
18879
18880 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18881
18882 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18883 all whitespace around breakpoint. (Bug#9553)
18884 (f90-find-breakpoint): Only break at whitespace inside a comment.
18885
18886 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18887
18888 * minibuffer.el (completion-file-name-table): Keep track of errors.
18889 (completion-table-with-predicate): Handle the case where pred1 is nil.
18890 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18891
18892 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18893
18894 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18895 (debugger-return-value): Signal an error if the debugging context does
18896 not await any return value.
18897
18898 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18899 * image-mode.el (image-toggle-display-text)
18900 (image-toggle-display-image): Stay away from evil `intangible'.
18901
18902 2011-09-19 Leo Liu <sdl.web@gmail.com>
18903
18904 * replace.el (occur-revert-arguments): Make it permanent-local.
18905 (occur-mode): Don't call font-lock-defontify.
18906
18907 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18908
18909 * net/ldap.el (ldap-search-internal): Don't push empty search
18910 result (Bug#9508).
18911
18912 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18913
18914 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18915
18916 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18917
18918 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18919 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18920
18921 2011-09-18 Juri Linkov <juri@jurta.org>
18922
18923 * buff-menu.el (Buffer-menu-mode-map):
18924 * dired.el (dired-mode-map):
18925 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18926 (lisp-interaction-mode-map):
18927 * emacs-lisp/package.el (package-menu-mode-map):
18928 * epa.el (epa-key-list-mode-map):
18929 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18930 (menu-bar-options-menu):
18931 * outline.el (outline-mode-menu-bar-map):
18932 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18933 * vc/vc-dir.el (vc-dir-menu-map):
18934 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18935 Capitalize non-function content words in menu item strings.
18936
18937 * dired.el (dired-mode-map): Add menu item for
18938 `image-dired-dired-toggle-marked-thumbs'.
18939
18940 2011-09-18 Juri Linkov <juri@jurta.org>
18941
18942 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18943 to `isearch-case-fold-search' and restore its original value
18944 after the `isearch-mode' call.
18945
18946 2011-09-18 Juri Linkov <juri@jurta.org>
18947
18948 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18949 because `zgrep' returns 1 for successful matches (bug#9226).
18950
18951 2011-09-18 Juri Linkov <juri@jurta.org>
18952
18953 * info.el (Info-extract-menu-node-name): Check the second match
18954 for empty string (second test-case of bug#9528).
18955 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18956 intermediate nodes to the history (first test-case of bug#9528).
18957
18958 2011-09-18 Juri Linkov <juri@jurta.org>
18959
18960 * info.el (Info-mode-syntax-table): New variable.
18961 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18962
18963 2011-09-18 Juri Linkov <juri@jurta.org>
18964
18965 * info.el (Info-file-supports-index-cookies):
18966 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18967 outputs one more line for long file names (bug#4142).
18968
18969 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18970
18971 * newcomment.el (comment-normalize-vars): If prompting for
18972 comment-start, set comment-start-skip too (Bug#8424).
18973
18974 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18975
18976 * icomplete.el: Fix previous fix of Bug#5849.
18977 (icomplete-mode): Don't set completion-show-inline-help.
18978 (icomplete-minibuffer-setup): Set completion-show-inline-help
18979 locally during icompletion.
18980
18981 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18982
18983 * woman.el (woman2-process-escapes): Don't delete unrecognized
18984 escapes (Bug#7843).
18985
18986 * files.el (inhibit-first-line-modes-regexps): Add image files.
18987 (hack-local-variables-prop-line): Return nil for malformed
18988 prop-lines (Bug#9044).
18989
18990 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
18991
18992 * net/tramp.el (top): Don't require 'shell.
18993 (tramp-methods): Fix docstring.
18994 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18995 Return complete remote file name. Handle "smb" case.
18996 Use `tramp-tmpdir', if defined for the respective method.
18997 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18998
18999 * net/tramp-compat.el (top): Require 'shell.
19000
19001 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19002 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19003 `tramp-current-host'.
19004 (tramp-get-remote-tmpdir): Remove.
19005
19006 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19007 `tramp-tmpdir' entries.
19008 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19009 (tramp-smb-handle-file-attributes): Ignore errors.
19010 (tramp-smb-wait-for-output): Check also for process end.
19011
19012 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19013
19014 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19015 when sending QUIT (bug#9312).
19016
19017 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19018
19019 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19020 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19021 occur-mode-display-occurrence.
19022 (occur-edit-mode): Add usage message.
19023 (occur-cease-edit): New command.
19024 (occur-after-change-function): Use text properties to find the
19025 position of the prefix text.
19026 (occur-engine): Set stickiness of prefix text properties.
19027
19028 2011-09-17 Glenn Morris <rgm@gnu.org>
19029
19030 * progmodes/etags.el (complete-tag):
19031 Fix call to completion-in-region. (Bug#9526)
19032
19033 2011-09-17 Juri Linkov <juri@jurta.org>
19034
19035 * textmodes/ispell.el (ispell-word): Add to the error message
19036 the word, ispell program name and current dictionary (bug#9121).
19037 (ispell-tex-arg-end): Capitalize "error" in the error message.
19038
19039 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19040
19041 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19042 check. (Bug#4251)
19043
19044 2011-09-17 Juri Linkov <juri@jurta.org>
19045
19046 * window.el (window-safe-min-height, window-safe-min-width):
19047 Fix typos (followup to bug#9522).
19048
19049 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19050
19051 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19052
19053 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19054
19055 * simple.el (line-move): If goal-column is set, move by logical
19056 lines, not by display lines. (Bug#971)
19057 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19058 to reflect the above change.
19059
19060 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19061
19062 * image.el (imagemagick-register-types): Use regexp-opt.
19063
19064 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19065
19066 * window.el (display-buffer-base-action): Rename from
19067 display-buffer-default-action. Make default value empty.
19068 (display-buffer-overriding-action): Convert to defvar.
19069 (display-buffer-fallback-action): New var.
19070
19071 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19072
19073 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19074 declaration.
19075 (package--add-to-archive-contents): If there is a duplicate entry
19076 with an older version, remove it.
19077 (package-menu-mark-delete, package-menu-mark-install)
19078 (package-menu-mark-unmark): Make unused args optional.
19079 (package-menu-mark-obsolete-for-deletion):
19080 Use package-menu-get-status instead of a regexp search.
19081 (package-menu-get-status): Use tabulated-list-entry.
19082 (package-menu-mark-upgrades): New command.
19083 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19084 (package-menu-execute): Do installation before deletion.
19085 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19086 instead of checking major-mode.
19087 (package-menu--find-upgrades): New function.
19088
19089 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19090
19091 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19092 passwords in the log buffer.
19093 (smtpmail-process-filter): Update the process marker so that the
19094 "broken by peer" status message is inserted in the right place.
19095
19096 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19097
19098 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19099 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19100 bibtex-completion-at-point-function.
19101 (bibtex-completion-at-point-function): Use them.
19102
19103 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19104
19105 * mpc.el (mpc-constraints-tag-lookup): New function.
19106 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19107 also to browser "album|playlist".
19108
19109 2011-09-14 Juri Linkov <juri@jurta.org>
19110
19111 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19112 (isearch-edit-string): Use length of `isearch-string' when
19113 `isearch-fail-pos' returns nil.
19114 (isearch-message): Remove duplicate code and call
19115 `isearch-fail-pos' with arg `t'.
19116
19117 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19118
19119 * replace.el (occur-mode-goto-occurrence): Don't force using other
19120 window (Bug#9499).
19121
19122 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19123
19124 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19125
19126 * window.el (display-buffer-window): Remove.
19127 (display-buffer-record-window): Use help-setup window parameter
19128 instead of variable display-buffer-window.
19129 (display-buffer-function, special-display-buffer-names)
19130 (special-display-function): Mention help-setup parameter instead
19131 of display-buffer-window in doc-string.
19132 * help.el (help-window-setup): New argument help-window.
19133 Use help-window-setup parameter instead of display-buffer-window.
19134 Reword some messages.
19135 (with-help-window): Pass window used for displaying the buffer
19136 to help-window-setup. Don't set display-buffer-window.
19137
19138 2011-09-13 Glenn Morris <rgm@gnu.org>
19139
19140 * emacs-lisp/debug.el (debugger-make-xrefs):
19141 Preserve point. (Bug#9462)
19142
19143 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19144
19145 * window.el (window-deletable-p): Use next-frame.
19146
19147 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19148
19149 * window.el (window-auto-delete): Remove.
19150 (window-deletable-p): Remove argument FORCE. Don't deal with
19151 dedication and previous buffers.
19152 (switch-to-prev-buffer): Don't delete window.
19153 (delete-windows-on): Delete a window's frame if and only if the
19154 window is dedicated.
19155 (replace-buffer-in-windows): Delete buffer's window or frame if
19156 and only if window is dedicated.
19157 (quit-window): Handle quit-restore as before last change.
19158 (bury-buffer): Delete window only if window-deletable-p returns t.
19159
19160 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19161
19162 * window.el (window-deletable-p): Never delete the last frame on a
19163 given terminal.
19164
19165 2011-09-13 Glenn Morris <rgm@gnu.org>
19166
19167 * help.el (describe-key-briefly): Copy previous standard-output change.
19168
19169 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19170
19171 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19172
19173 2011-09-13 Glenn Morris <rgm@gnu.org>
19174
19175 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19176 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19177
19178 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19179
19180 * dired-aux.el (dired-mark-read-string): Don't return default
19181 value on empty input (Bug#9361).
19182 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19183 Omit initial minibuffer contents.
19184 (dired-do-chmod): Signal an error on empty input.
19185 (dired-mark-read-string): Don't return default on empty input.
19186
19187 * files.el (file-modes-symbolic-to-number): Doc fix.
19188
19189 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19190
19191 * international/mule-cmds.el (ucs-completions): Remove.
19192 (read-char-by-name): Use complete-with-action instead; add metadata.
19193
19194 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19195
19196 * window.el (display-buffer--action-function-custom-type)
19197 (display-buffer--action-custom-type): New vars.
19198 (display-buffer-alist, display-buffer-default-action)
19199 (display-buffer-overriding-action): Add defcustom types.
19200
19201 * frame.el (delete-other-frames): Doc fix (Bug#276).
19202
19203 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19204
19205 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19206
19207 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19208
19209 Change modes that used same-window-* vars to use switch-to-buffer.
19210
19211 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19212 Use switch-to-buffer.
19213
19214 * cus-edit.el (customize-group, custom-buffer-create)
19215 (customize-browse, custom-buffer-create-other-window):
19216 Use switch-to-buffer or switch-to-buffer-other-window.
19217
19218 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19219 (Info-prev, Info-up, Info-speedbar-goto-node)
19220 (info-display-manual): Use switch-to-buffer.
19221 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19222
19223 * mail/sendmail.el (mail): Use switch-to-buffer.
19224 (mail-recover): Use switch-to-buffer-other-window.
19225
19226 * cmuscheme.el (run-scheme, switch-to-scheme):
19227 * ielm.el (ielm):
19228 * shell.el (shell):
19229 * net/rlogin.el (rlogin):
19230 * net/telnet.el (telnet, rsh):
19231 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19232
19233 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19234
19235 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19236
19237 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19238
19239 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19240 so don't mention it (bug#9301).
19241 (dired-sort-toggle-or-edit): Clarify string further.
19242
19243 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19244 match `x', `w32' and `ns', like the manual says (bug#9029).
19245
19246 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19247 (process-kill-buffer-query-function): Mention the buffer name in
19248 the query.
19249
19250 * image-mode.el (image-next-line): The line parameter is mandatory
19251 (bug#9258).
19252
19253 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19254 which can be useful (bug#9301).
19255
19256 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19257
19258 * subr.el (match-string): Mention that the current buffer should
19259 be the same as the search was done in (bug#9282).
19260
19261 * facemenu.el: Disable the remove-* commands if the mark isn't
19262 active (bug#9162).
19263
19264 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19265
19266 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19267 of display-buffer.
19268 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19269
19270 * replace.el (occur-mode-goto-occurrence)
19271 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19272 and display-buffer.
19273
19274 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19275 display-buffer.
19276
19277 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19278 special-display and same-window variables.
19279 (mail-other-window): Use switch-to-buffer-other-window.
19280 (mail-other-frame): USe switch-to-buffer-other-frame.
19281
19282 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19283 Use display-buffer-other-frame.
19284 (gdb-display-gdb-buffer): Use pop-to-buffer.
19285
19286 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19287
19288 * progmodes/python.el: Don't set same-window-buffer-names.
19289
19290 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19291
19292 * window.el (display-buffer-alist): Add *Python*.
19293
19294 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19295
19296 * window.el (display-buffer-alist): Add entry for buffers
19297 previously handled same-window-*.
19298 (display-buffer-alist, display-buffer-default-action)
19299 (display-buffer-overriding-action): Mark as risky.
19300 (display-buffer-alist): Document action function changes.
19301 (display-buffer--same-window-action)
19302 (display-buffer--other-frame-action): New variables.
19303 (switch-to-buffer, display-buffer-other-frame): Use them.
19304 (display-buffer): Rename reuse-frame entry to reusable-frames.
19305 (display-buffer-reuse-selected-window): Function deleted.
19306 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19307 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19308 (display-buffer-special): New function.
19309 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19310 display-buffer-reuse-or-pop-window. Split off special-display
19311 part into display-buffer-special.
19312 (display-buffer-use-some-window): Don't perform any special
19313 pop-up-frames handling.
19314 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19315 (display-buffer--maybe-same-window): Rename from
19316 display-buffer-maybe-same-window.
19317
19318 * info.el: Don't set same-window-regexps.
19319 (info-setup): New function.
19320 (info-other-window, info): Call it.
19321
19322 * cus-edit.el: Don't set same-window-regexps.
19323 (customize-group): New argument.
19324 (customize-group-other-window): Use it.
19325 (customize-face, customize-face-other-window): Likewise.
19326 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19327
19328 * net/rlogin.el:
19329 * net/telnet.el:
19330 * progmodes/gud.el: Don't set same-window-regexps.
19331
19332 * cmuscheme.el:
19333 * ielm.el:
19334 * shell.el:
19335 * mail/sendmail.el:
19336 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19337
19338 2011-09-10 Juri Linkov <juri@jurta.org>
19339
19340 * isearch.el (isearch-edit-string): Remove obsolete mention of
19341 `C-w' (`isearch-yank-word-or-char') from docstring.
19342 (isearch-query-replace): Fix typo in docstring (bug#9466).
19343
19344 2011-09-10 Juri Linkov <juri@jurta.org>
19345
19346 * paren.el (show-paren-function): Don't show escaped parens.
19347 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19348
19349 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19350
19351 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19352 (mm-default-file-encoding): Remove autoload forms, they are
19353 replaced with autoload cookies in mml.el and mm-encode.el.
19354 (mail-add-attachment): New command.
19355 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19356 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19357 the doc string.
19358 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19359
19360 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19361
19362 * simple.el (count-words-region): Use buffer if there's no region
19363 (bug#9429).
19364
19365 2011-09-09 Juri Linkov <juri@jurta.org>
19366
19367 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19368 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19369 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19370
19371 2011-09-09 Alan Mackenzie <acm@muc.de>
19372
19373 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19374 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19375
19376 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19377
19378 Fix for Savannah bug#9392.
19379 * simple.el (mail-encode-mml): New defvar.
19380
19381 * mail/rmail.el (mail-encode-mml): Add a defvar.
19382 (rmail-enable-mime-composing): Default to t.
19383 (rmail-forward): Use MIME method of forwarding only if both
19384 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19385 Set mail-encode-mml non-nil if the MIME method was used.
19386
19387 * mail/sendmail.el (mml-to-mime): Add autoload form.
19388 (mail-encode-mml): Add a defvar.
19389 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19390 to nil.
19391 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19392 message through mml-to-mime, and reset mail-encode-mml to nil.
19393
19394 2011-09-09 Glenn Morris <rgm@gnu.org>
19395
19396 * woman.el (woman-if-body): When processing an .el block,
19397 do not delete the next .el block as well. (Bug#9447)
19398 (woman-special-characters): Add oq, cq, and hy characters.
19399
19400 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19401
19402 * window.el (window-deletable-p): Make sure window is live before
19403 invoking window-prev-buffers.
19404
19405 2011-09-08 Leo Liu <sdl.web@gmail.com>
19406
19407 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19408
19409 2011-09-08 Juri Linkov <juri@jurta.org>
19410
19411 * progmodes/compile.el (compilation-environment): Make it
19412 a defcustom (bug#8340).
19413
19414 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19415
19416 * window.el (frame-auto-delete): Rename to window-auto-delete.
19417 Make it control auto-deletion of windows and/or frames.
19418 (window-deletable-p): New argument FORCE. Rewrite conditions
19419 for deleting window/frame. (Bug#9419)
19420 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19421 Rewrite handling of case when window/frame can be deleted.
19422 (delete-windows-on): Call window-deletable-p with new FORCE
19423 argument t. (Bug#9456)
19424
19425 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19426
19427 * help-mode.el (help-mode): Restore autoload.
19428
19429 2011-09-07 Juri Linkov <juri@jurta.org>
19430
19431 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19432 `compilation-environment'. Set buffer-local
19433 `compilation-environment' to `thisenv' later after (funcall mode).
19434 (Bug#8340)
19435
19436 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19437 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19438 instead of replacing its value. (Bug#8340)
19439
19440 2011-09-07 Juri Linkov <juri@jurta.org>
19441
19442 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19443 based on text properties put by `grep-filter' instead of matching
19444 escape sequences.
19445 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19446 to the value of `grep-error-screen-columns' (bug#9438).
19447
19448 2011-09-07 Juri Linkov <juri@jurta.org>
19449
19450 * simple.el (next-error-highlight, next-error-highlight-no-select):
19451 Doc fix (bug#9432).
19452
19453 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19454
19455 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19456 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19457
19458 2011-09-07 Leo Liu <sdl.web@gmail.com>
19459
19460 * net/rcirc.el (rcirc-mode): Conditionally initialize
19461 rcirc-input-ring.
19462
19463 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19464
19465 * emacs-lisp/find-func.el (find-function-C-source): Only set
19466 find-function-C-source-directory after checking that we found a source
19467 file there (bug#9440).
19468
19469 2011-09-06 Alan Mackenzie <acm@muc.de>
19470
19471 * isearch.el (isearch-other-meta-char): Wherever a key list is
19472 unread, "unread" the prefix arg, too. This fixes bug #8901.
19473
19474 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19475
19476 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19477
19478 2011-09-05 Juri Linkov <juri@jurta.org>
19479
19480 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19481
19482 2011-09-05 Juri Linkov <juri@jurta.org>
19483
19484 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19485 keeping point where processing of grep matches begins, and
19486 continue to delete remaining escape sequences from the same point.
19487 (grep-filter): Make leading zero optional in "0?1;31m" because
19488 git-grep emits "\033[1;31m" escape sequences unlike expected
19489 "\033[01;31m" as GNU Grep does (bug#9408).
19490 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19491
19492 2011-09-05 Juri Linkov <juri@jurta.org>
19493
19494 * subr.el (y-or-n-p): Capitalize "yes".
19495
19496 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19497
19498 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19499 `tramp-cache-unload-hook' where appropriate.
19500 (tramp-methods): Rename `tramp-remote-sh' to
19501 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19502 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19503
19504 * net/tramp-sh.el (top): Don't require 'shell.
19505 (tramp-methods): Add `tramp-remote-shell' and
19506 `tramp-remote-shell-args' entries.
19507 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19508 (tramp-sh-handle-shell-command): Remove.
19509 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19510 Use `tramp-remote-shell'.
19511
19512 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19513
19514 * mail/sendmail.el (sendmail-query-once-function): Delete.
19515 (sendmail-query-once): Save directly to send-mail-function.
19516 Update message-send-mail-function too.
19517
19518 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19519
19520 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19521
19522 * progmodes/python.el (python-mode-map): Use correct function to
19523 start python interpreter from menu-bar (as reported by Geert
19524 Kloosterman).
19525 (inferior-python-mode-map): Fix typo.
19526 (python-shell-map): Remove.
19527
19528 2011-09-03 Deniz Dogan <deniz@dogan.se>
19529
19530 * net/rcirc.el (rcirc-print): Simplify code for
19531 rcirc-scroll-show-maximum-output. There is no need to walk
19532 through all windows to find the right one.
19533
19534 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19535
19536 * help.el (help-return-method): Doc fix.
19537
19538 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19539
19540 * window.el (window-deletable-p): Don't return a non-nil value
19541 when there's a buffer that was shown in the window before.
19542 (Bug#9419)
19543 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19544 Set window's previous buffers to nil.
19545
19546 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19547
19548 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19549 newline before and after the tag line, so it doesn't interfere
19550 with determining the paragraph direction of bidirectional text.
19551
19552 2011-09-03 Leo Liu <sdl.web@gmail.com>
19553
19554 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19555
19556 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19557
19558 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19559 (pop-to-buffer): Change interactive spec. Pass second argument
19560 directly to display-buffer.
19561 (display-buffer): Fix interactive spec. Use functionp to
19562 distinguish between a function and a list of functions.
19563
19564 * abbrev.el (edit-abbrevs):
19565 * arc-mode.el (archive-extract):
19566 * autoinsert.el (auto-insert):
19567 * bookmark.el (bookmark-bmenu-list):
19568 * files.el (find-file):
19569 * view.el (view-buffer):
19570 * progmodes/compile.el (compilation-goto-locus):
19571 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19572
19573 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19574
19575 * window.el (display-buffer-alist): Doc fix.
19576 (display-buffer): Add docstring. Don't treat
19577 display-buffer-default specially.
19578 (display-buffer-reuse-selected-window)
19579 (display-buffer-same-window, display-buffer-maybe-same-window)
19580 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19581 (display-buffer-pop-up-window)
19582 (display-buffer-reuse-or-pop-window)
19583 (display-buffer-use-some-window): New functions.
19584 (display-buffer-default-action): Use them.
19585 (display-buffer-default): Delete.
19586 (pop-to-buffer-1): Fix choice of actions.
19587
19588 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19589
19590 * minibuffer.el (completion--insert-strings): Don't get confused by
19591 completion entries that end with an LF char.
19592
19593 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19594
19595 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19596
19597 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19598
19599 * window.el (display-buffer): Restore interactive spec.
19600 (display-buffer-same-window, display-buffer-other-window):
19601 New functions.
19602 (pop-to-buffer-1): New function. Use the above.
19603 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19604 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19605
19606 * view.el (view-buffer-other-window, view-buffer-other-frame):
19607 Just use pop-to-buffer.
19608
19609 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19610
19611 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19612
19613 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19614
19615 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19616
19617 2011-08-31 Richard Stallman <rms@gnu.org>
19618
19619 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19620 of the separation of rmail-view-buffer from rmail-buffer.
19621 If you say no to "replace original", the decrypt is in the
19622 view buffer. If you say yes, the decrypt goes into the
19623 rmail buffer also.
19624
19625 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19626
19627 * window.el (display-buffer-window): Rewrite doc-string.
19628 (display-buffer-record-window): New function.
19629 (display-buffer-macro-specifiers)
19630 (display-buffer-even-window-sizes, display-buffer-set-height)
19631 (display-buffer-set-width, display-buffer-in-window)
19632 (display-buffer-reuse-window, display-buffer-split-specifiers)
19633 (display-buffer-side-specifiers, display-buffer-split-window-1)
19634 (display-buffer-split-window, display-buffer-split-atom-window)
19635 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19636 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19637 (display-buffer-other-window-means-other-frame)
19638 (display-buffer-normalize-special)
19639 (display-buffer-normalize-default)
19640 (display-buffer-normalize-argument)
19641 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19642 (display-buffer-normalize-specifiers, display-buffer-frame)
19643 (display-buffer-same-window, display-buffer-same-frame)
19644 (display-buffer-other-window)
19645 (display-buffer-same-frame-other-window)
19646 (display-buffer-other-frame, pop-to-buffer-same-window)
19647 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19648 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19649 (switch-to-buffer-same-frame)
19650 (switch-to-buffer-other-window-same-frame)
19651 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19652 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19653 (display-buffer-alist-set): Remove.
19654 (display-buffer-function, special-display-buffer-names)
19655 (special-display-regexps, special-display-function):
19656 In doc-string refer to display-buffer-window and quit-restore
19657 parameter.
19658 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19659 (special-display-frame-alist, special-display-popup-frame)
19660 (same-window-buffer-names, same-window-regexps, same-window-p)
19661 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19662 (split-window-preferred-function, split-height-threshold)
19663 (split-width-threshold, window-splittable-p)
19664 (split-window-sensibly, window--try-to-split-window)
19665 (window--frame-usable-p, even-window-heights)
19666 (window--even-window-heights, window--display-buffer-1)
19667 (window--display-buffer-2, display-buffer-other-frame):
19668 Restore old Emacs 23 code, order and doc-strings where applicable.
19669 (display-buffer-default, display-buffer-assq-regexp): New functions.
19670 (display-buffer-alist): Rewrite doc-string.
19671 (display-buffer-default-action)
19672 (display-buffer-overriding-action): New variables.
19673 (display-buffer, switch-to-buffer): Rewrite.
19674 (pop-to-buffer): Restore Emacs 23 behavior but use
19675 window-normalize-buffer-to-display.
19676 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19677 Restore Emacs 23 behavior but use
19678 window-normalize-buffer-to-switch-to.
19679 (pop-to-buffer-same-window): Rewrite.
19680 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19681 Rewrite using Emacs 23 options.
19682
19683 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19684
19685 * net/tramp.el (tramp-root-regexp): Remove.
19686 (tramp-completion-file-name-regexp-unified)
19687 (tramp-completion-file-name-regexp-separate)
19688 (tramp-completion-file-name-regexp-url): Don't use leading volume
19689 letter on w32 systems. (Bug#5303, Bug#9311)
19690 (tramp-drop-volume-letter): Simplify definition.
19691 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19692
19693 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19694
19695 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19696 (bug#9356).
19697
19698 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19699
19700 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19701
19702 2011-08-29 Juri Linkov <juri@jurta.org>
19703
19704 * isearch.el (isearch-done): Don't display message "Mark saved"
19705 when arg `edit' is non-nil to prevent its flicker in the echo area.
19706
19707 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19708
19709 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19710 obsolete packages for deletion.
19711
19712 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19713
19714 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19715 (help-mode): Derive help-mode from special-mode. Don't invoke
19716 view-mode from help-mode.
19717 (help-xref-override-view-map): Remove.
19718 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19719 view-mode is not used anymore.
19720
19721 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19722
19723 * server.el (server-port): Doc fix.
19724
19725 * cus-theme.el (custom-theme-choose-mode): Inherit from
19726 special-mode (Bug#9124).
19727 (custom-theme-choose-mode-map): Add special-mode to parent.
19728
19729 2011-08-28 Alan Mackenzie <acm@muc.de>
19730
19731 * progmodes/cc-fonts.el
19732 (c-make-font-lock-BO-decl-search-function): New function.
19733 (c-basic-matchers-after - "Fontify the clauses after various
19734 keywords"): Extract the three keyword lists for the 3 erroneous
19735 constructs from the list of four, and use the new function above
19736 in place of an old one.
19737
19738 2011-08-28 Deniz Dogan <deniz@dogan.se>
19739
19740 * net/rcirc.el (rcirc-insert-prev-input)
19741 (rcirc-insert-next-input): Remove unused argument.
19742
19743 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19746
19747 2011-08-27 Alan Mackenzie <acm@muc.de>
19748
19749 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19750 handle function pointer parameters properly.
19751
19752 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19753
19754 * window.el (display-buffer-reuse-window): Fix case where
19755 selected window was reused with non-nil OTHER-WINDOW argument.
19756 (Bug#9381)
19757
19758 2011-08-27 Deniz Dogan <deniz@dogan.se>
19759
19760 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19761 oftc's NickServ messages.
19762
19763 2011-08-27 Glenn Morris <rgm@gnu.org>
19764
19765 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19766
19767 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19768
19769 * emacs-lisp/package.el (package-install): Call package-initialize
19770 if called interactively.
19771
19772 2011-08-26 Leo Liu <sdl.web@gmail.com>
19773
19774 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19775
19776 2011-08-25 Juri Linkov <juri@jurta.org>
19777
19778 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19779 `search-whitespace-regexp' (bug#9364).
19780
19781 2011-08-25 Juri Linkov <juri@jurta.org>
19782
19783 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19784 `regexp-search-ring' to their global values to protect from
19785 updating by `read-from-minibuffer' (bug#9185).
19786
19787 2011-08-25 Juri Linkov <juri@jurta.org>
19788
19789 * textmodes/ispell.el (ispell-command-loop): Add newline
19790 at the end of the "Use option `i'..." line.
19791
19792 2011-08-25 Juri Linkov <juri@jurta.org>
19793
19794 * battery.el (display-battery-mode): If `battery-status-function'
19795 or `battery-mode-line-format' is nil, display the message and set
19796 `display-battery-mode' to nil (bug#9363).
19797
19798 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19799
19800 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19801 bidi-string-mark-left-to-right; they are unnecessary now.
19802
19803 2011-08-25 Deniz Dogan <deniz@dogan.se>
19804
19805 * net/quickurl.el: Documentation typo fixes.
19806
19807 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19808
19809 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19810
19811 2011-08-25 Glenn Morris <rgm@gnu.org>
19812
19813 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19814
19815 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19816 (smtpmail-via-smtp): Handle nil response from smtp.
19817
19818 2011-08-24 Juri Linkov <juri@jurta.org>
19819
19820 * proced.el (proced-marked): Inherit from `error' instead of
19821 `font-lock-warning-face'.
19822
19823 * ibuffer.el (ibuffer-marked-face): Change default face from
19824 `font-lock-warning-face' to `warning'.
19825 (ibuffer-deletion-face): Change default face from
19826 `font-lock-type-face' to `error'.
19827
19828 * battery.el (battery-update): Use the face `error' instead of
19829 `font-lock-warning-face' (bug#6117).
19830
19831 2011-08-24 Juri Linkov <juri@jurta.org>
19832
19833 * faces.el (success): Change face color from "Green3" to
19834 "ForestGreen" on light background (bug#9353).
19835
19836 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19837
19838 * window.el (quit-window): Rename from quit-restore-window.
19839 Use same arglist as old quit-window.
19840 (frame-auto-delete): Doc fix.
19841
19842 * view.el (view-mode-exit): Use quit-window.
19843
19844 2011-08-24 Juri Linkov <juri@jurta.org>
19845
19846 * isearch.el (isearch-ring-adjust1): Start visiting previous
19847 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19848 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19849 for empty search string (when the last search string is reused
19850 automatically) to adjust the isearch ring to the last element and
19851 prepare the correct index for further M-p commands (bug#9185).
19852
19853 2011-08-24 Kenichi Handa <handa@m17n.org>
19854
19855 * international/ucs-normalize.el: If decomposition property of
19856 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19857 nil.
19858 (nfd, nfkd): Likewise.
19859
19860 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19861
19862 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19863 from process filters aren't reliably transmitted to the surrounding
19864 accept-process-output.
19865 (mpc-proc-check): New function.
19866 (mpc-proc-sync): Use it (bug#8293)
19867
19868 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19869
19870 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19871 Add compatibility functions (bug#9313).
19872
19873 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19874
19875 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19876
19877 * international/uni-bidi.el: Regenerate.
19878
19879 2011-08-23 Kenichi Handa <handa@m17n.org>
19880
19881 * international/charprop.el:
19882 * international/uni-bidi.el:
19883 * international/uni-category.el:
19884 * international/uni-combining.el:
19885 * international/uni-comment.el:
19886 * international/uni-decimal.el:
19887 * international/uni-decomposition.el:
19888 * international/uni-digit.el:
19889 * international/uni-lowercase.el:
19890 * international/uni-mirrored.el:
19891 * international/uni-name.el:
19892 * international/uni-numeric.el:
19893 * international/uni-old-name.el:
19894 * international/uni-titlecase.el:
19895 * international/uni-uppercase.el: Regenerate.
19896
19897 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19898
19899 * help.el (help-window-setup): Fix message displayed when other
19900 window is reused. (Bug#9341)
19901
19902 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19903
19904 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19905 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19906
19907 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19908 Mark obsolete.
19909 * shell.el (shell-parse-pcomplete-arguments): New function.
19910 (shell-completion-vars): Use it instead (bug#9160).
19911
19912 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19913
19914 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19915 strings and comments (bug#9333).
19916
19917 * emacs-lisp/debug.el (debug-arglist): New function.
19918 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19919 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19920
19921 2011-08-22 Juri Linkov <juri@jurta.org>
19922
19923 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19924 Revert regexp that highlights output switches to its old
19925 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19926
19927 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19928 to check for empty output (bug#9226).
19929
19930 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19931
19932 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19933 symbol-constituent as the default, as that stops font-lock from
19934 working properly (Bug#8843).
19935
19936 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19937
19938 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19939 `coding-system-for-*' around the process open call to avoid
19940 auth-source side effects.
19941 (smtpmail-try-auth-methods): Expand the secret password.
19942 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19943 probe hangs.
19944
19945 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19946
19947 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19948
19949 * emacs-lisp/find-func.el (find-function-noselect): New arg
19950 lisp-only.
19951
19952 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19953 signal an error for built-in functions (Bug#6664).
19954
19955 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19956
19957 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19958 (smtpmail-try-auth-methods): Use it.
19959
19960 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19961
19962 * font-lock.el (font-lock-fontify-region)
19963 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19964 (font-lock-default-unfontify-buffer)
19965 (font-lock-default-fontify-region)
19966 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19967
19968 * progmodes/compile.el (compilation-error-properties):
19969 Fix confusion between file struct and message struct (Bug#9319).
19970 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19971 `ant' regexp.
19972
19973 * net/browse-url.el (browse-url-firefox): Don't call
19974 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19975
19976 2011-08-20 Glenn Morris <rgm@gnu.org>
19977
19978 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19979
19980 * tutorial.el (tutorial--default-keys): Update some default bindings.
19981
19982 * files.el (hack-local-variables): Fully ignore case for "mode:".
19983
19984 2011-08-20 Alan Mackenzie <acm@muc.de>
19985
19986 Resolve invalid use of a regexp in regexp-opt.
19987
19988 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19989 detection for a java annotation.
19990
19991 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19992 detection for a java annotation.
19993
19994 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19995 handling for java.
19996 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19997
19998 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
19999
20000 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20001 (Bug#9274).
20002
20003 2011-08-20 Alan Mackenzie <acm@muc.de>
20004
20005 Fontify CPP expressions correctly when starting in the middle of
20006 such a construct. Mainly for when jit-lock etc. starts a chunk
20007 here.
20008
20009 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20010 variable.
20011 (c-make-font-lock-search-form): New function, extracted from
20012 c-make-font-lock-search-function.
20013 (c-make-font-lock-search-function): Use the above function.
20014 (c-make-font-lock-context-search-function): New function.
20015 (c-cpp-matchers): Enhance the preprocessor expression case with
20016 the above function
20017 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20018 which takes an expression.
20019
20020 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20021
20022 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20023
20024 * window.el (display-buffer-reuse-window)
20025 (display-buffer-pop-up-window): Don't reuse or split a side
20026 window.
20027
20028 2011-08-19 Glenn Morris <rgm@gnu.org>
20029
20030 * files.el (hack-local-variables-prop-line, hack-local-variables):
20031 Downcase "Mode:". (Bug#9331)
20032
20033 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20034
20035 * international/characters.el: Add L and R categories.
20036
20037 * subr.el (bidi-string-mark-left-to-right): Rename from
20038 string-mark-left-to-right. Use category search.
20039
20040 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20041
20042 2011-08-18 Juri Linkov <juri@jurta.org>
20043
20044 * faces.el (error, warning, success): New faces with definitions
20045 copied from old default values of `font-lock-warning-face',
20046 `compilation-warning', `compilation-info' (bug#6117).
20047
20048 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20049
20050 * progmodes/compile.el (compilation-error): Inherit from `error'.
20051 (compilation-warning): Inherit from `warning'.
20052 (compilation-info): Inherit from `success'.
20053
20054 * dired.el (dired-marked): Inherit from `warning'.
20055 (dired-flagged): Inherit from `error'.
20056
20057 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20058
20059 * mail/smtpmail.el (auth-source): Require to avoid problems with
20060 binding variables (bug#9298). Also clean up some unused
20061 autoloads.
20062
20063 * net/network-stream.el (network-stream-open-starttls):
20064 Support using starttls.el without using gnutls-cli.
20065
20066 2011-08-17 Juri Linkov <juri@jurta.org>
20067
20068 * progmodes/grep.el (rgrep): Handle the case when
20069 `grep-find-command' is a cons cell (bug#9278).
20070
20071 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20072
20073 * window.el (display-buffer-pop-up-frame): Run frame creation
20074 function with BUFFER current (as special-display-popup-frame
20075 does). Reported by Drew Adams.
20076
20077 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20078
20079 * epa-mail.el: Simplify GnuPG group expansion using
20080 epg-expand-group.
20081 (epa-mail-group-alist, epa-mail-group-modtime)
20082 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20083 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20084 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20085 Remove.
20086
20087 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20088
20089 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20090
20091 2011-08-16 Alan Mackenzie <acm@muc.de>
20092
20093 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20094 Correct, to avoid the inside of macros.
20095
20096 2011-08-16 Richard Stallman <rms@gnu.org>
20097
20098 * epa-mail.el: Handle GnuPG group definitions.
20099 (epa-mail-group-alist, epa-mail-group-modtime)
20100 (epa-mail-gnupg-conf-file): New variables.
20101 (epa-mail-parse-groups, epa-mail-sync-groups)
20102 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20103 (epa-mail-expand-recipients): New functions.
20104 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20105
20106 * mail/rmail.el (rmail-epa-decrypt): New command.
20107
20108 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20109 Don't bind buffer-read-only, just inhibit-read-only.
20110 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20111 (epa-decrypt-armor-in-region): Make error message clearer.
20112
20113 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20114
20115 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20116 and "a2b" to "ab" for `prefix'.
20117
20118 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20119
20120 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20121 filter groups.
20122 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20123 Fourquet (Bug#8804).
20124
20125 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20126
20127 * startup.el (argi): Declare as global variable (bug#9275).
20128
20129 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20130
20131 * subr.el (string-mark-left-to-right): Search the entire string
20132 for RTL script, not just the terminating character. Doc fix.
20133
20134 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20135
20136 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20137 New function.
20138 (js--regexp-literal, js-syntax-propertize-function): Remove.
20139 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20140 (js-mode-map): Don't rebind electric keys.
20141 (js-insert-and-indent): Remove.
20142 (js-mode): Setup electric-layout and electric-indent instead.
20143
20144 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20145
20146 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20147
20148 * epa.el (epa-progress-callback-function): Fix the logic of
20149 displaying progress.
20150 * epa-file.el (epa-file-insert-file-contents): Make progress
20151 display more user-friendly.
20152 (epa-file-write-region): Ditto.
20153
20154 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20155
20156 * subr.el (string-mark-left-to-right): New function.
20157
20158 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20159 Use string-mark-left-to-right.
20160 (list-buffers-noselect): Caller changed.
20161
20162 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20163 Use string-mark-left-to-right.
20164 (tabulated-list-print): Recenter after moving point.
20165
20166 2011-08-10 Juri Linkov <juri@jurta.org>
20167
20168 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20169 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20170 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20171
20172 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20173
20174 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20175 (Bug#7554).
20176
20177 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20178
20179 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20180 character. (Bug#6594)
20181
20182 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20183
20184 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20185 (image-dired--with-db-file): New macro.
20186 (image-dired-write-tags, image-dired-remove-tag)
20187 (image-dired-create-gallery-lists, image-dired-write-comments)
20188 (image-dired-get-comment, image-dired-mark-tagged-files)
20189 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20190 (image-dired-gallery-generate): Use insert-file-contents.
20191
20192 * time.el (display-time-world-list, display-time-world-display):
20193 * time-stamp.el (time-stamp-string):
20194 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20195 set-time-zone-rule (Bug#7337).
20196
20197 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20198
20199 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20200 (epg-error-to-string, epg-errors-to-string): New function.
20201 (epg-wait-for-completion): Reverse errors list.
20202 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20203 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20204 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20205 (epg-sign-keys, epg-generate-key-from-file)
20206 (epg-generate-key-from-string): Format errors by using
20207 epg-errors-to-string (bug#9255).
20208 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20209
20210 2011-08-07 Juri Linkov <juri@jurta.org>
20211
20212 * faces.el (list-faces-display): Remove extra angle bracket
20213 from `help-mode-map'.
20214
20215 * info.el (Info-history-toc-nodes): Doc fix.
20216
20217 * longlines.el (longlines-mode): Doc fix.
20218
20219 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20220
20221 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20222 of statements and in a few more cases (bug#9183).
20223
20224 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20225 New functions.
20226 (cl-transform-lambda): Use them (bug#9239).
20227
20228 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20229
20230 * window.el (display-buffer-same-window)
20231 (display-buffer-same-frame, display-buffer-other-window)
20232 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20233 (pop-to-buffer-other-window)
20234 (pop-to-buffer-same-frame-other-window)
20235 (pop-to-buffer-other-frame): Make them defuns.
20236 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20237
20238 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20239
20240 * subr.el (make-composed-keymap): Move from C. Change calling
20241 convention, and improve docstring to bring attention to a subtle point.
20242 * minibuffer.el (completing-read-default): Adjust accordingly.
20243
20244 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20245
20246 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20247 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20248
20249 * net/trampver.el: Update release number.
20250
20251 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20252
20253 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20254 "in" (bug#9190).
20255
20256 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20257
20258 * mail/sendmail.el (sendmail-query-once): Restore the current
20259 buffer after querying (bug#9074).
20260
20261 * dired.el (dired-flagged): Use different faces for marked and
20262 flagged files (bug#6117).
20263
20264 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20265 (bug#4433).
20266
20267 * ido.el (ido-mode): Switch off the message if called
20268 non-interactively.
20269
20270 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20271 before 587, since it appears that that's more likely to work for
20272 more people.
20273
20274 * cus-edit.el (custom-file): When running under emacs -q, always
20275 refuse to save the customizations, even if the .emacs file doesn't
20276 exist.
20277
20278 * info.el: Remove the `Info-beginning-of-buffer' function
20279 (bug#8325).
20280
20281 * net/network-stream.el (network-stream-open-starttls):
20282 Use `starttls-available-p' to see whether starttls.el can be used.
20283
20284 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20285
20286 * window.el (display-buffer-in-window): Don't set dedicated status
20287 of window here (Bug#9215).
20288 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20289 (display-buffer-pop-up-side-window)
20290 (display-buffer-in-side-window): Set dedicated status of window here.
20291
20292 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20293
20294 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20295 before binding generated-autoload-file.
20296
20297 2011-08-01 Deniz Dogan <deniz@dogan.se>
20298
20299 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20300
20301 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20302
20303 Sync with Tramp 2.2.2.
20304
20305 * net/trampver.el: Update release number.
20306
20307 2011-07-30 Juri Linkov <juri@jurta.org>
20308
20309 * dired-aux.el (dired-touch-initial): Remove function.
20310 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20311 current time, and `default' to the last modification time of the
20312 current marked file (bug#6887).
20313
20314 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20315
20316 * simple.el (goto-line): Use string-to-number to provide a
20317 numeric argument to read-number (bug#9163).
20318
20319 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20320
20321 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20322 connection process, it could be nil.
20323
20324 2011-07-27 Leo Liu <sdl.web@gmail.com>
20325
20326 Simplify url handling in rcirc-mode.
20327
20328 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20329 (rcirc-browse-url-at-mouse): Remove.
20330 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20331
20332 2011-07-26 Alan Mackenzie <acm@muc.de>
20333
20334 Fontify bitfield declarations properly.
20335
20336 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20337 (c-symbol-chars): Now exported as a lang variable.
20338 (c-not-primitive-type-keywords): New lang variable.
20339
20340 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20341 QT keyword "more" to prevent "more slots: ...." being spuriously
20342 parsed as a bitfield declaration.
20343
20344 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20345 Refactor and enhance to handle bitfield declarations.
20346 (c-punctuation-in): New function.
20347 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20348 declarations properly.
20349
20350 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20351
20352 * calendar/icalendar.el (icalendar--all-events): Take care of
20353 multiple vcalendars in a single file.
20354 (icalendar--convert-float-to-ical): Checkdoc fixes.
20355
20356 2011-07-25 Deniz Dogan <deniz@dogan.se>
20357
20358 * image.el (insert-image): Clarifying docstring.
20359
20360 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20361
20362 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20363 `tramp-send-command-and-check' if there is no error.
20364 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20365
20366 2011-07-22 Alan Mackenzie <acm@muc.de>
20367
20368 Prevent cc-langs.elc being loaded at run time.
20369
20370 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20371 cc-langs.
20372
20373 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20374 "(require 'cc-langs)". Quote a form so it will evaluate at
20375 (cc-mode's) compilation time.
20376
20377 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20378
20379 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20380 loading. (Bug#9114)
20381
20382 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20383
20384 * window.el (display-buffer-pop-up-window)
20385 (display-buffer-pop-up-side-window)
20386 (display-buffer-in-side-window): Call display-buffer-set-height
20387 and display-buffer-set-width after setting the new window's
20388 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20389
20390 2011-07-20 Sam Steingold <sds@gnu.org>
20391
20392 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20393 (etags-tags-included-tables): Call `convert-standard-filename' on
20394 the file names contained in TAGS so that windows Emacs can handle
20395 TAGS files created by cygwin ctags.
20396
20397 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20398
20399 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20400 which apparently didn't work.
20401
20402 2011-07-19 Roland Winkler <winkler@gnu.org>
20403
20404 * proced.el (proced-send-signal): For *Marked Processes* buffer
20405 put point at beginning of buffer.
20406
20407 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20408
20409 * proced.el (proced-format): Make header lines align with the text
20410 (bug#1779).
20411
20412 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20413
20414 * view.el (view-buffer): Allow running in `special' modes if we're
20415 visiting a file (bug#8615).
20416
20417 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20418
20419 * window.el (display-buffer-alist-of-strings-p)
20420 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20421 New functions.
20422 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20423 more accurately.
20424
20425 2011-07-18 Alan Mackenzie <acm@muc.de>
20426
20427 Fontify declarators properly when, e.g., a jit-lock chunk begins
20428 inside a declaration.
20429
20430 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20431
20432 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20433 New function.
20434 (c-complex-decl-matchers): Insert reference to
20435 c-font-lock-enclosing-decls.
20436
20437 * progmodes/cc-engine.el (c-backward-single-comment):
20438 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20439 to nil around calls to (forward-comment -1).
20440
20441 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20442
20443 * image.el (put-image): Doc typo fix.
20444
20445 * progmodes/etags.el (tags-search): Doc typo fix.
20446
20447 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20448 password if we get errors 550 to 554.
20449
20450 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20451
20452 * net/gnutls.el (gnutls-log-level): Remove.
20453
20454 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20455 indentation character (bug#6380).
20456
20457 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20458
20459 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20460 to clarify what the problem is (bug#4291).
20461
20462 * simple.el (current-kill): Clarify what
20463 `interprogram-paste-function' does (bug#7500).
20464 (auto-fill-mode): Document `auto-fill-function' in relation to
20465 `auto-fill-mode' (bug#2470).
20466
20467 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20468
20469 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20470 method if slot is read-only (bug#9035).
20471
20472 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20473
20474 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20475 * window.el (pop-to-buffer): Select window used even if it was
20476 selected before, see discussion of (Bug#8615), (Bug#6954).
20477 Pass argument NORECORD on to select-frame-set-input-focus.
20478
20479 2011-07-15 Glenn Morris <rgm@gnu.org>
20480
20481 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20482 Respect help-form.
20483
20484 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20485
20486 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20487 (gnutls-negotiate): Use it.
20488
20489 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20490
20491 * net/gnutls.el (gnutls-negotiate):
20492 Upcase `gnutls-algorithm-priority'.
20493
20494 2011-07-15 Glenn Morris <rgm@gnu.org>
20495
20496 * jka-compr.el (jka-compr-verbose): Move from here...
20497 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20498 Add missing :version tag.
20499 * info.el: No need to require jka-compr when compiling.
20500
20501 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20502
20503 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20504 (gnutls-negotiate): Use it.
20505
20506 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20507
20508 * info.el (Info-beginning-of-buffer): New command.
20509 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20510 announcing `b' as the key (bug#8325).
20511 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20512
20513 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20514
20515 * international/mule-cmds.el
20516 (describe-specified-language-support): Make the error message
20517 clearer (bug#8905).
20518
20519 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20520
20521 * isearch.el (isearch-barrier): Add a doc string, since it's
20522 mentioned in a function doc string (bug#8678).
20523
20524 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20525
20526 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20527 buffer argument (Bug#9083) and self-identifying label argument.
20528
20529 2011-07-15 Glenn Morris <rgm@gnu.org>
20530
20531 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20532
20533 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20534
20535 * man.el (Man-fontify-manpage): Fix message when formatting the
20536 man page (bug#7929).
20537
20538 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20539
20540 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20541 argument LRM; if non-nil, append an invisible LRM character to the
20542 buffer name.
20543 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20544 last argument non-nil, when formatting buffer names.
20545 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20546 paragraph direction.
20547
20548 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20549
20550 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20551 the man page name (bug#7929).
20552
20553 * image.el (put-image): Mention the `put-image' overlay property
20554 (bug#7834).
20555
20556 * scroll-bar.el (set-scroll-bar-mode): Mention that
20557 `scroll-bar-mode' lists the values (bug#7772).
20558
20559 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20560 command (bug#7729).
20561
20562 * rect.el (apply-on-rectangle): Return the point after the last
20563 operation.
20564 (string-rectangle): Go to the point after the last operation
20565 (bug#7522).
20566
20567 * printing.el (pr-toggle-region): Clarify the documentation
20568 slightly (bug#7493).
20569
20570 * time.el (display-time-update):
20571 Allow `display-time-mail-function' to return nil (bug#7158).
20572 Fix suggested by Detlev Zundel.
20573
20574 * vc/diff.el (diff): Clarify the order the file names are read
20575 (bug#7111).
20576
20577 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20578 the doc string (bug#7015).
20579
20580 * font-lock.el (font-lock-maximum-decoration): Mention what
20581 numeric levels mean (bug#6935).
20582
20583 * startup.el (initial-buffer-choice): Don't mention the `none'
20584 selection, which is against policy.
20585
20586 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20587
20588 * window.el (display-buffer-normalize-special):
20589 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20590
20591 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20592
20593 * subr.el (version<, version<=, version=): Mention "-CVS" and
20594 "-12345" alpha version numbers.
20595
20596 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20597
20598 * bindings.el: Add advertised binding for set-mark-command
20599 (Bug#5772).
20600
20601 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20602
20603 * bindings.el (mode-line-other-buffer):
20604 * bookmark.el (bookmark-bmenu-2-window):
20605 * bs.el (bs-cycle-next, bs-cycle-previous):
20606 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20607 switch-to-buffer.
20608
20609 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20610 Delete.
20611
20612 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20613
20614 * follow.el (follow-debug-message, follow-redisplay):
20615 * jka-cmpr-hook.el (with-auto-compression-mode):
20616 Fix typos in docstrings.
20617
20618 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20619
20620 * subr.el (with-silent-modifications): Clarify somewhat what the
20621 macro inhibits (bug#6525).
20622
20623 * simple.el (eval-expression): Note what it does if called
20624 interactively (bug#6495).
20625
20626 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20627
20628 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20629 Use pop-to-buffer buffer-or-name if it is nil.
20630
20631 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20632 Remove switch-to-buffer.
20633
20634 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20635
20636 * files.el (make-directory): Clarify that an error will be raised
20637 if there's an error (bug#6397).
20638
20639 * startup.el (initial-buffer-choice): Add `none' as a choice
20640 (bug#6234).
20641
20642 * subr.el (add-hook): Clarify section about buffer-local hooks
20643 (bug#6218).
20644
20645 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20646
20647 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20648
20649 * tabify.el (untabify): Preserve the current column so that point
20650 doesn't move (bug#6032).
20651
20652 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20653
20654 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20655 Rewrite to avoid awkward possessive "s" (bug#5986).
20656
20657 2011-07-13 Glenn Morris <rgm@gnu.org>
20658
20659 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20660 (dired-insert-directory): Give a message the first time
20661 if ls is found not to support --dired.
20662
20663 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20664
20665 * simple.el (toggle-truncate-lines): Clarify what is toggled
20666 (bug#5580). Text by Drew Adams.
20667
20668 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20669
20670 * simple.el (blink-matching-open): Make the error message from the
20671 last change less verbose.
20672
20673 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20674
20675 * font-lock.el (font-lock-comment-face): Use the high contrast
20676 "yellow" color for font-lock-comment-face on low color terminals
20677 using a dark background color (bug#4221).
20678
20679 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20680
20681 * dired.el (dired-insert-set-properties): Make the doc string
20682 reflect what it does now (bug#5325).
20683
20684 * simple.el (blink-matching-open): Say that we were unable to find
20685 the match within the limit, if we're limited (bug#5122).
20686
20687 * international/mule-cmds.el (prefer-coding-system): Add an
20688 example (bug#4869).
20689
20690 * progmodes/etags.el (tags-search): Document `file-list-form'
20691 (bug#4731).
20692
20693 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20694
20695 * net/browse-url.el (browse-url-default-browser)
20696 (browse-url-browser-function): Make the default browser choice a
20697 bit more logical (bug#4300). Also clean up the doc string.
20698
20699 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20700
20701 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20702 binary endings (bug#4440).
20703
20704 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20705
20706 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20707 which can be pretty annoying (bug#8971).
20708
20709 * jka-compr.el (jka-compr-verbose): New variable, and use
20710 throughout (bug#8971).
20711
20712 * info.el (Info-find-file): Fall back on the installation
20713 directory if we can't find the info node anywhere else.
20714
20715 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20716
20717 * vc/vc.el (vc-revert-file):
20718 Don't set file time-stamp in the past. (Bug#5181)
20719
20720 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20721
20722 * files.el (after-find-file): Give a better error message when
20723 trying to find a symlink that points to a file that doesn't exist
20724 (bug#4398).
20725
20726 * progmodes/cc-vars.el: Remove (probably) misleading comment
20727 (bug#4396).
20728
20729 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20730
20731 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20732
20733 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20734
20735 * mouse-sel.el: Hack restoring functionality, while keeping
20736 compatibility with 2010-07-03 changes to mouse selection.
20737 (mouse-sel-primary-overlay): New var.
20738 (mouse-sel-selection-alist): Use it.
20739 (mouse-sel-mode): Doc fix; remove points that are default features
20740 of mouse.el.
20741
20742 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20743
20744 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20745 Fix previous fix (bug#2490).
20746
20747 2011-07-12 Roland Winkler <winkler@gnu.org>
20748
20749 * textmodes/bibtex.el (bibtex-initialize):
20750 Use pop-to-buffer-same-window.
20751 (bibtex-search-entries): Fix interactive call.
20752
20753 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20754
20755 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20756 Fontise bytecomp Error lines more correctly (bug#2490).
20757 Fix suggested by Johan Bockgård.
20758
20759 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20760
20761 * dired-x.el (dired-guess-default): Use `delete-dups'.
20762
20763 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20764
20765 * dired.el (dired-mark-prompt):
20766 * dired-aux.el (dired-read-shell-command): Doc fix.
20767
20768 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20769
20770 * mail/sendmail.el (sendmail-query-once):
20771 Use `customize-save-variable' unconditionally, now that it works under
20772 emacs -Q.
20773
20774 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20775
20776 * cus-edit.el (custom-file): Take an optional no-error variable.
20777 (customize-save-variable): Set the variable, and give a warning if
20778 running under "emacs -q".
20779
20780 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20781
20782 * loadhist.el (unload-feature-special-hooks):
20783 Add `auto-coding-functions', `fill-nobreak-predicate' and
20784 `find-directory-functions' (bug#5327).
20785
20786 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20787
20788 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20789
20790 * cus-edit.el (custom-guess-name-alist): -alist variables should
20791 use the `alist' type (bug#3120). Suggested by Drew Adams.
20792
20793 * printing.el: Add documentation to all the `pr-toggle-' commands.
20794
20795 2011-07-11 Leo Liu <sdl.web@gmail.com>
20796
20797 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20798 backends where it makes sense (bug#2623).
20799
20800 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20801
20802 * dired-x.el (dired-guess-default): Remove duplicate shell command
20803 entries (bug#2028).
20804 (dired-guess-default): Fix grammar in doc string (bug#2028).
20805 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20806
20807 * subr.el (remove-duplicates): New conveniency function.
20808
20809 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20810
20811 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20812 (bug#1526).
20813
20814 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20815
20816 * window.el (display-buffer-normalize-default): Don't invert
20817 meaning of even-window-heights. Reported by Eli Zaretskii
20818 <eliz@gnu.org>.
20819
20820 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20821
20822 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20823
20824 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20825
20826 * window.el (display-buffer): Fix arguments to
20827 display-buffer-reuse-window in last change.
20828
20829 * faces.el (link): Use a less saturated blue on light backgrounds.
20830
20831 * startup.el (fancy-startup-text, fancy-about-text)
20832 (fancy-startup-tail): Use font-lock faces, for background safety.
20833
20834 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20835
20836 * emulation/viper-cmd.el (viper-change-state-to-vi):
20837 Limit triggering of abbrev expansion (Bug#9038).
20838
20839 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20840
20841 * window.el (display-buffer-default-specifiers): Remove.
20842 (display-buffer-macro-specifiers): Remove default specifiers.
20843 (display-buffer-alist): Default to nil.
20844 (display-buffer-reuse-window): New optional argument other-window.
20845 (display-buffer-pop-up-window): Allow splitting internal
20846 windows. Check whether a live window was created.
20847 (display-buffer-other-window-means-other-frame)
20848 (display-buffer-normalize-arguments): Rename to
20849 display-buffer-normalize-argument and rewrite. Set the
20850 other-window specifier.
20851 (display-buffer-normalize-special): New function.
20852 (display-buffer-normalize-options): Rename to
20853 display-buffer-normalize-default and rewrite.
20854 (display-buffer-normalize-options-inhibit): Remove.
20855 (display-buffer-normalize-specifiers): Rewrite.
20856 (display-buffer): Process other-window specifier and call
20857 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20858 more faithfully.
20859 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20860 (display-buffer-alist-set): Don't handle 'unset default values.
20861 (display-buffer-in-window, display-buffer-alist-set):
20862 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20863 <tassilo@member.fsf.org>.
20864
20865 2011-07-09 Leo Liu <sdl.web@gmail.com>
20866
20867 * register.el (insert-register): Restore accidental change on
20868 2011-06-26. (Bug#9028)
20869
20870 2011-07-09 Glenn Morris <rgm@gnu.org>
20871
20872 * subr.el (remq): Handle the empty list. (Bug#9024)
20873
20874 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20875
20876 * mail/sendmail.el (send-mail-function): No longer delay custom
20877 initialization.
20878 * custom.el (custom-initialize-delay): Doc fix.
20879
20880 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20883
20884 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20885
20886 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20887 human-friendly prompt.
20888
20889 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20890
20891 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20892 provided by a particular plugin.
20893
20894 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20895
20896 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20897 save customizations (with "emacs -Q"), just set the variable
20898 instead of erroring out.
20899
20900 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20901
20902 2011-07-08 Juri Linkov <juri@jurta.org>
20903
20904 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20905 (archive-zip-update-case): Use 7z if found by `executable-find'.
20906 The order of searching the available programs is the same as in
20907 `archive-zip-extract' (bug#8968).
20908
20909 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20910
20911 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20912 (menu-bar-options-menu): Tweak descriptions.
20913
20914 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20915
20916 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20917 menu items into verb phrases (bug#1421). Also refill to fit under
20918 80 columns.
20919
20920 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20921
20922 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20923 (Info-read-node-name): Doc fix (Bug#1084).
20924
20925 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20926 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20927 (end-of-sexp, beginning-of-sexp)
20928 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20929 (forward-symbol, forward-same-syntax, word-at-point)
20930 (sentence-at-point): Doc fix (Bug#1144).
20931
20932 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20933
20934 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20935 should cover it (bug#1281).
20936
20937 * cus-edit.el (custom-show): Mark as obsolete.
20938
20939 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20940 negotiation fails, then possibly try again with a non-encrypted
20941 connection (bug#9017).
20942
20943 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20944 be used.
20945
20946 2011-07-07 Richard Stallman <rms@gnu.org>
20947
20948 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20949 property, and handle its changed format.
20950 Look for the correct line number.
20951 Use file's line contents (but not past first =) to find
20952 correct line in message.
20953
20954 2011-07-07 Kenichi Handa <handa@m17n.org>
20955
20956 * international/characters.el (build-unicode-category-table):
20957 Delete it.
20958 (unicode-category-table): Set it by unicode-property-table-internal.
20959
20960 * international/mule-cmds.el (char-code-property-alist): Move to
20961 to src/chartab.c.
20962 (get-char-code-property): Call unicode-property-table-internal to
20963 load a file. Call get-unicode-property-internal where necessary.
20964 (put-char-code-property): Call unicode-property-table-internal to
20965 load a file. Call put-unicode-property-internal where necessary.
20966 put-unicode-property-internal where necessary.
20967 (char-code-property-description):
20968 Call unicode-property-table-internal to load a file.
20969
20970 * international/charprop.el:
20971 * international/uni-bidi.el:
20972 * international/uni-category.el:
20973 * international/uni-combining.el:
20974 * international/uni-comment.el:
20975 * international/uni-decimal.el:
20976 * international/uni-decomposition.el:
20977 * international/uni-digit.el:
20978 * international/uni-lowercase.el:
20979 * international/uni-mirrored.el:
20980 * international/uni-name.el:
20981 * international/uni-numeric.el:
20982 * international/uni-old-name.el:
20983 * international/uni-titlecase.el:
20984 * international/uni-uppercase.el: Regenerate.
20985
20986 * loadup.el: Load international/charprop.el before
20987 international/characters.
20988
20989 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20990
20991 * window.el (next-buffer, previous-buffer): Signal an error if
20992 called from a minibuffer window.
20993
20994 * bindings.el: Revert 2011-07-04 change.
20995
20996 2011-07-06 Richard Stallman <rms@gnu.org>
20997
20998 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20999 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21000 Treat markers like ints.
21001 (rmail-mime-entity): Doc fix.
21002
21003 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21004
21005 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21006 defcustom again for backwards compatibility.
21007
21008 * simple.el (shell-command-on-region): Fill.
21009
21010 * dired-aux.el (dired-kill-line): Add a doc string.
21011
21012 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21013 to "\\sw\\|\\s_" (bug#358).
21014
21015 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21016 (dired-unmark-backward): Ditto.
21017 (dired-flag-backup-files): Ditto.
21018
21019 * dired-x.el (dired-mark-sexp): Ditto.
21020
21021 2011-07-06 Richard Stallman <rms@gnu.org>
21022
21023 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21024 (rmail-mime-entity): New arg TRUNCATED.
21025 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21026 New functions.
21027 (rmail-mime-save): Warn if entity is truncated.
21028 (rmail-mime-toggle-hidden): Likewise, for showing.
21029 (rmail-mime-process-multipart): Record when an entity is truncated.
21030
21031 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21032 if ENTITY is a string.
21033
21034 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21035
21036 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21037 of faces when `M-C-x'-ing their definitions (bug#8378).
21038 Also clean up the code slightly.
21039
21040 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21041 because that makes the colors go away.
21042
21043 * mail/sendmail.el (send-mail-function): Change the default to
21044 `sendmail-query-once'.
21045 (sendmail-query-once): Add an autoload cookie.
21046
21047 * net/network-stream.el (network-stream-open-starttls): Try using
21048 a plain connection even if the server offered STARTTLS, and we
21049 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21050 capability. This should make smtpmail.el work in slightly more
21051 configurations.
21052
21053 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21054
21055 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21056 New defun.
21057 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21058
21059 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21060
21061 * progmodes/sql.el: Version 3.0
21062 (sql-product-alist): Add product :completion-object,
21063 :completion-column, and :statement attributes.
21064 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21065 (sql-mode-syntax-table): Mark all punctuation.
21066 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21067 ansi keywords.
21068 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21069 (sql-mode-oracle-font-lock-keywords): Improve.
21070 (sql-oracle-show-reserved-words): New function for development.
21071 (sql-product-font-lock): Simplify for source code buffers.
21072 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21073 New functions.
21074 (sql-highlight-product): Set product specific syntax table.
21075 (sql-mode-map): Add statement movement functions.
21076 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21077 New variable.
21078 (sql-statement-regexp, sql-beginning-of-statement)
21079 (sql-end-of-statement, sql-signum): New functions.
21080 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21081 (sql-show-sqli-buffer): Bug fix.
21082 (sql-interactive-mode): Store connection data as buffer local.
21083 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21084 with sql-interactive-mode.
21085 (sql-save-connection): Save buffer local settings.
21086 (sql-connection-menu-filter): Change menu entry name.
21087 (sql-product-interactive): Bug fix.
21088 (sql-preoutput-hold): New variable.
21089 (sql-interactive-remove-continuation-prompt): Bug fixes.
21090 (sql-debug-redirect): New variable.
21091 (sql-str-literal): New function.
21092 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21093 Redesign.
21094 (sql-oracle-save-settings, sql-oracle-restore-settings)
21095 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21096 (sql-completion-object, sql-completion-column)
21097 (sql-completion-sqlbuf): New variables.
21098 (sql-build-completions-1, sql-build-completions)
21099 (sql-try-completion): New functions.
21100 (sql-read-table-name): Use them.
21101 (sql-contains-names): New buffer local variable.
21102 (sql-list-all, sql-list-table): Use it.
21103 (sql-oracle-completion-types): New variable.
21104 (sql-oracle-completion-object, sql-sqlite-completion-object)
21105 (sql-postgres-completion-object): New functions.
21106
21107 2011-07-06 Glenn Morris <rgm@gnu.org>
21108
21109 * window.el (pop-to-buffer): Doc fix.
21110
21111 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21112
21113 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21114
21115 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21116
21117 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21118
21119 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21120
21121 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21122
21123 * button.el (button): Inherit from link face. Suggested by Dan
21124 Nicolaescu.
21125
21126 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21127
21128 * progmodes/gdb-mi.el: Fit in 80 columns.
21129 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21130 switch-to-buffer.
21131
21132 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21133 if imenu is simply not configured (bug#8941).
21134
21135 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21136
21137 * allout.el (allout-post-undo-hook): New allout outline-change
21138 event hook to signal undo activity.
21139 (allout-post-command-business): Run allout-post-undo-hook if an
21140 undo just occurred.
21141 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21142 * allout-widgets.el (allout-widgets-after-undo-function):
21143 Ensure the integrity of the current item's decoration after it has been
21144 in the vicinity of an undo.
21145 (allout-widgets-mode): Include allout-widgets-after-undo-function
21146 on the new allout-post-undo-hook.
21147
21148 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21149
21150 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21151 Let define-derived-mode define it.
21152 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21153 cycles of abbrev-table inheritance (bug#8998).
21154
21155 2011-07-05 Roland Winkler <winkler@gnu.org>
21156
21157 * textmodes/bibtex.el: Add support for biblatex.
21158 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21159 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21160 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21161 (bibtex-entry-alist, bibtex-field-alist): New variables.
21162 (bibtex-entry-field-alist): Obsolete alias for
21163 bibtex-BibTeX-entry-alist.
21164 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21165 (bibtex-set-dialect): New command.
21166 (bibtex-entry-type, bibtex-entry-head)
21167 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21168 Bind via bibtex-set-dialect.
21169 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21170 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21171 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21172 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21173 Define via bibtex-set-dialect.
21174 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21175 Obey bibtex-no-opt-remove-re.
21176 (bibtex-vec-push, bibtex-vec-incr): New functions.
21177 (bibtex-format-entry, bibtex-field-list)
21178 (bibtex-print-help-message, bibtex-validate)
21179 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21180
21181 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21182
21183 * progmodes/compile.el (compilation-goto-locus):
21184 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21185 * bs.el (bs-cycle-next, bs-cycle-previous):
21186 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21187 * bindings.el (mode-line-other-buffer):
21188 * autoinsert.el (auto-insert):
21189 * arc-mode.el (archive-extract):
21190 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21191
21192 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21193
21194 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21195 Fix check of `emacs-lock-unlockable-modes'.
21196 Coerce true values of `emacs-lock--try-unlocking' to t.
21197
21198 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21199
21200 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21201 * emacs-lock.el: New file.
21202
21203 2011-07-05 Julien Danjou <julien@danjou.info>
21204
21205 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21206 than `boundp' to check if face is set.
21207
21208 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21209
21210 * register.el (registerv-make):
21211 * window.el (window-min-height): Fix typos in docstrings.
21212
21213 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21214
21215 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21216 Update doc string.
21217
21218 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21219
21220 * server.el (server-execute): Catch quit and call
21221 `server-return-error' to pass the error back to emacsclient and
21222 close the connection (bug#8942).
21223
21224 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21225
21226 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21227 insecure exception for current topic. Also note that auto-saves
21228 are handled differently.
21229
21230 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21231 State variables for tracking auto-save inhibition situation.
21232
21233 (allout-write-contents-hook-handler): Rename from
21234 'allout-write-file-hook-handler', and describe how it depends on
21235 write-contents-functions sensitivity to non-nil value to prevent
21236 file write.
21237
21238 (allout-auto-save-hook-handler): Remove. auto-save does not check
21239 this in individual buffers, only in the starting buffer, so this
21240 is not the right way for us to inhibit auto-save in a buffer
21241 according to its condition.
21242
21243 (allout-mode): Use new allout-write-contents-hook-handler, and
21244 only with write-contents-functions. Remove auto-save provisions -
21245 they're implemented elsewhere.
21246
21247 (allout-before-change-handler): If undo is in progress, note that
21248 for attention of allout-post-command-business.
21249
21250 (allout-post-command-business): If the command we're following was
21251 an undo, check for change in the status of encrypted items and
21252 adjust auto-save inhibitions accordingly.
21253
21254 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21255 according to whether there are or aren't any plain-text topics
21256 pending encryption.
21257
21258 (allout-inhibit-auto-save-info-for-decryption):
21259 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21260 if there are plain-text topics pending encryption.
21261
21262 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21263 buffer-saved-size and some allout state to not inhibit auto-saves
21264 if there are no longer any plain-text topics pending encryption.
21265
21266 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21267 No longer provide for exemption of the current topic.
21268
21269 2011-07-04 Juri Linkov <juri@jurta.org>
21270
21271 Add 7z operations to delete and save changed members (bug#8968).
21272 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21273 New defcustoms.
21274 (archive-7z-write-file-member): New function.
21275 (archive-7z-summarize): Fix the number of dashes in the
21276 listing output.
21277
21278 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21279
21280 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21281 (bug#8958).
21282
21283 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21284
21285 * bindings.el: Ignore next-buffer and previous-buffer in
21286 minibuffer-local-map.
21287
21288 * font-lock.el (font-lock-builtin-face): Change light background
21289 color to dark slate blue (Bug#6693).
21290
21291 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21292
21293 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21294
21295 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21296
21297 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21298 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21299 Add switch-to-buffer.
21300
21301 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21302
21303 * isearch.el (isearch-search-fun-function): Clarify further the
21304 meaning of the function returned.
21305
21306 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21307
21308 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21309
21310 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21311 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21312 Use it.
21313 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21314 `tramp-default-remote-path' does not exist.
21315 (tramp-send-command-and-read): New optional argument NOERROR.
21316 (tramp-open-connection-setup-interactive-shell)
21317 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21318 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21319 (tramp-process-sentinel): Flush also process' connection property.
21320 (tramp-sh-handle-start-file-process): Do not set process
21321 sentinel. It is done now ...
21322 (tramp-maybe-open-connection): ... here. (Bug#8929)
21323
21324 2011-07-04 MON KEY <monkey@sandpframing.com>
21325
21326 * play/animate.el (animate-string): Doc fixes and allow changing
21327 the buffer name (bug#5417).
21328
21329 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21330
21331 * play/animate.el (animation-buffer-name): Rename from *animate*.
21332
21333 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21334
21335 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21336 This is simpler and helps future-proof the code.
21337 (timer-until): Use time-subtract and float-time.
21338 (timer--time-less-p): Use time-less-p.
21339
21340 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21341
21342 * type-break.el (timep): Use the value of `float-time' to avoid a
21343 byte-compiler warning.
21344
21345 * server.el (server-eval-and-print): Return any result, even nil.
21346
21347 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21348
21349 * type-break.el: Accept time formats that the builtins accept.
21350 (timep, type-break-time-difference): Accept any format that
21351 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21352 This is simpler and helps future-proof the code.
21353 (type-break-time-difference): Round rather than ignoring
21354 subseconds components.
21355
21356 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21357
21358 * info.el (Info-apropos-matches): Make non-interactive, since it
21359 doesn't seem to do anything useful as a command (bug#8829).
21360
21361 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21362
21363 * frame.el (frame-background-mode, frame-set-background-mode):
21364 Move from faces.el.
21365 (frame-default-terminal-background): New function.
21366
21367 * custom.el (custom-push-theme): Don't record faces in `changed'
21368 theme; this doesn't work correctly for per-frame face settings.
21369 (disable-theme): Use face-set-after-frame-default to reset faces.
21370 (custom--frame-color-default): New function.
21371
21372 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21373
21374 * dired.el (dired-flagging-regexp): Remove unused variable
21375 (bug#8769).
21376
21377 2011-03-29 Kevin Ryde <user42@zip.com.au>
21378
21379 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21380 `perl-Test2' extend to match possible "fail #N" rep count
21381 (bug#8377).
21382
21383 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21384
21385 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21386 `smtpmail-via-smtp' now returns the error instead of nil.
21387
21388 * isearch.el (isearch-search-fun-function): Clarify the doc string
21389 (bug#8101).
21390
21391 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21392
21393 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21394 unnecessary spaces (bug#8987).
21395
21396 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21397
21398 * net/network-stream.el (open-network-stream): Use the
21399 :end-of-capability command thoughout.
21400
21401 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21402
21403 * net/network-stream.el (open-network-stream): Add the
21404 :end-of-capability command parameter, used by pop3.el.
21405
21406 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21407
21408 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21409
21410 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21411 for list)" (bug#6475).
21412
21413 * files.el (file-expand-wildcards): Ignore non-readable
21414 sub-directories while trying to find matches instead of signaling
21415 an error (bug#6297).
21416
21417 * man.el (Man-reference-regexp): Allow matching possible
21418 word-wrapped references (bug#6289).
21419
21420 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21421 for consistency with the other vc buffers (bug#6197).
21422 (vc-checkin): Ditto.
21423
21424 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21425
21426 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21427
21428 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21429
21430 * custom.el (defcustom): Clarify that :set is only used in the
21431 Customize user interface (bug#6089).
21432
21433 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21434 associated with a file, refuse to run instead of erroring out
21435 (bug#6084).
21436
21437 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21438 the doc string, since it appears that using `fill-column' always
21439 controls the width (bug#7845).
21440
21441 * simple.el (shell-command-on-region): Say where the error output
21442 went if `shell-command-default-error-buffer' is set (bug#6857).
21443
21444 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21445
21446 * allout.el (allout-yank-processing): Adjust cursor position for
21447 backwards-deleted space.
21448
21449 (allout-rebullet-heading): Register changes with
21450 allout-exposure-changed-hook, so the modified topic is properly
21451 decorated.
21452
21453 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21454
21455 * minibuffer.el (completion-in-region): Document PREDICATE
21456 (bug#7136).
21457
21458 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21459 of keyword/argument pairs (bug#6904).
21460
21461 * replace.el (multi-occur):
21462 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21463
21464 2011-07-02 Drew Adams <drew.adams@oracle.com>
21465
21466 * dired.el (dired-mark-if): Make the message about whether it's
21467 marking or unmarking clearer (bug#8523).
21468
21469 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21470
21471 * disp-table.el (display-table-print-array): New function.
21472 (describe-display-table): Use it to print the vectors more pretty
21473 (Bug#8859).
21474
21475 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21476
21477 * window.el (window-state-get-1): Don't assign clone numbers.
21478 Add clone-of item to list of window parameters.
21479 (window-state-put-2): Don't process clone numbers.
21480 (display-buffer-alist): Fix doc-string.
21481
21482 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21483
21484 * subr.el (remq): Don't allocate if it's not needed.
21485 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21486 (keymap--merge-bindings): New functions.
21487 (keymap-canonicalize): Use them to refine the canonicalization.
21488 * minibuffer.el (minibuffer-local-completion-map)
21489 (minibuffer-local-must-match-map): Move initialization from C.
21490 (minibuffer-local-filename-completion-map): Move initialization from C;
21491 don't inherit from anything here.
21492 (minibuffer-local-filename-must-match-map): Make obsolete.
21493 (completing-read-default): Use make-composed-keymap to combine
21494 minibuffer-local-filename-completion-map with either
21495 minibuffer-local-must-match-map or
21496 minibuffer-local-filename-completion-map.
21497
21498 2011-07-01 Glenn Morris <rgm@gnu.org>
21499
21500 * type-break.el (type-break-time-sum): Use dolist.
21501
21502 * textmodes/flyspell.el (flyspell-word-search-backward):
21503 Replace CL function.
21504
21505 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21506
21507 * mouse.el (mouse--strip-first-event): New function.
21508 (function-key-map): Use it to map fringe clicks to normal clicks
21509 by default.
21510
21511 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21512 (vc-bzr-revision-completion-table): Add support for annotate and date.
21513
21514 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21515 inherit from parent.
21516
21517 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21518
21519 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21520 (dired-show-file-type): Doc fixup (bug#8818).
21521
21522 * dired.el (dired-mode): Fix up the doc string as suggested by
21523 Drew Adams (bug#8817).
21524
21525 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21526 cookie, since the manual says that it should be possible to add
21527 this function to `find-file-hook' (bug#8709).
21528
21529 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21530
21531 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21532 here. Noted Ted Zlatanov as the maintainer.
21533 (cfengine-common-settings, cfengine-common-syntax): New functions
21534 to set up common things between `cfengine-mode' and
21535 `cfengine3-mode'.
21536 (cfengine3-mode): New mode.
21537 (cfengine3-defuns cfengine3-defuns-regex
21538 (cfengine3-class-selector-regex cfengine3-category-regex)
21539 (cfengine3-vartypes cfengine3-font-lock-keywords)
21540 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21541 (cfengine3-indent-line): Add from cfengine3.el.
21542
21543 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21544
21545 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21546
21547 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21548
21549 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21550
21551 * window.el (same-window-buffer-names, same-window-regexps)
21552 (same-window-p, special-display-frame-alist)
21553 (special-display-popup-frame, special-display-function)
21554 (special-display-buffer-names, special-display-regexps)
21555 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21556 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21557 (split-window-preferred-function, split-height-threshold)
21558 (split-width-threshold, even-window-heights)
21559 (display-buffer-mark-dedicated, window-splittable-p)
21560 (split-window-sensibly, window-safely-shrinkable-p):
21561 Un-obsolete.
21562 (display-buffer): Don't spread args with function specifier
21563 because special-display-popup-frame won't like it.
21564
21565 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21566
21567 Time-stamp simplifications and fixes.
21568 These improve accuracy slightly, and future-proof the code
21569 against some potential changes to current-time format.
21570
21571 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21572 by using time-since and float-time.
21573
21574 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21575 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21576 + NNN microseconds".
21577
21578 * type-break.el (type-break-time-sum): Rewrite using time-add.
21579
21580 * play/hanoi.el (hanoi-current-time-float): Remove.
21581 All uses replaced by float-time.
21582
21583 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21584 This yields a more-accurate answer.
21585 (rng-time-to-float): Remove; no longer needed.
21586
21587 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21588
21589 * calendar/timeclock.el (timeclock-seconds-to-time):
21590 Defalias to seconds-to-time, since they're the same thing.
21591
21592 * emacs-lisp/elp.el (elp-elapsed-time):
21593 * emacs-lisp/benchmark.el (benchmark-elapse):
21594 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21595
21596 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21597
21598 * window.el (bury-buffer): Don't iconify the only frame.
21599 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21600 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21601
21602 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21603
21604 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21605 Add mouse-yank-primary.
21606
21607 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21608
21609 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21610
21611 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21612
21613 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21614 (find-library-name): Use it to find relative load names when provided
21615 absolute file name (bug#8803).
21616
21617 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21618
21619 * textmodes/flyspell.el (flyspell-word): Consider words that
21620 differ only in case as potential doublons (bug#5687).
21621
21622 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21623 Remove two rather uninteresting debugging-like messages to make
21624 debbugs.el more silent.
21625
21626 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21627 a password-like phrase.
21628
21629 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21630
21631 * progmodes/cc-guess.el: New file.
21632
21633 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21634
21635 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21636 derived from `c-basic-common-init'.
21637
21638 * progmodes/cc-mode.el (top-level): Require cc-guess.
21639 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21640
21641 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21642
21643 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21644
21645 2011-06-30 Alan Mackenzie <acm@muc.de>
21646
21647 * progmodes/cc-engine.el (c-guess-continued-construct):
21648 Correct the handling of template-args-cont, particularly for when font
21649 lock is disabled. Name this case as "CASE G".
21650
21651 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21652
21653 * allout.el (allout-yank-processing): Fix injection of extra space
21654 between bullet and non-whitespace character in first topic when
21655 pasting, ensuring that the actual spacing in the pasted topic
21656 following the bullet char is preserved. This extra space was
21657 causing pasted encrypted topics to get a decrypted status even
21658 when the content was actually still encrypted. Now the decryption
21659 status from before the paste is preserved.
21660
21661 (allout-flag-region): Set all allout overlays so they evaporate
21662 when reduced to zero length (evanescent), to prevent overlay
21663 leakage.
21664
21665 2011-06-30 Glenn Morris <rgm@gnu.org>
21666
21667 * w32-fns.el (w32-charset-info-alist): Declare.
21668
21669 * find-dired.el (find-grep-options): Simplify.
21670
21671 * term/ns-win.el (ns-set-resource): Declare.
21672
21673 * ses.el (row, col): Declare dynamic variables honestly.
21674
21675 * textmodes/reftex-parse.el (index-tags): Declare.
21676
21677 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21678
21679 * cus-edit.el (customize-push-and-save): New function.
21680
21681 * files.el (hack-local-variables-confirm): Use it.
21682
21683 * custom.el (load-theme): New arg NO-CONFIRM.
21684 Use customize-push-and-save (Bug#8720).
21685 (custom-enabled-themes): Doc fix.
21686
21687 * cus-theme.el (customize-create-theme)
21688 (custom-theme-merge-theme): Callers to load-theme changed.
21689
21690 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21691
21692 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21693 short URLs have at least one dot in them (bug #7614).
21694
21695 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21696 nil, because using a pty is apparently too slow (bug #895).
21697
21698 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21699
21700 * mail/sendmail.el (sendmail-query-once): New function.
21701 (sendmail-query-once-function): New variable.
21702
21703 2011-06-29 Glenn Morris <rgm@gnu.org>
21704
21705 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21706
21707 * ses.el (top-level): Require cl when compiling.
21708 (ses-set-localvars): Fix error statement.
21709 Call it at compile time to silence a storm of warnings.
21710
21711 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21712
21713 * window.el (normalize-live-buffer): Rename to
21714 window-normalize-buffer.
21715 (normalize-live-frame): Rename to window-normalize-frame.
21716 (normalize-any-window): Rename to window-normalize-any-window.
21717 (normalize-live-window): Rename to window-normalize-live-window.
21718 (make-window-atom): Rename to window-make-atom.
21719 (window-resize-reset): Rename to window--resize-reset.
21720 (window-resize-reset-1): Rename to window--resize-reset-1.
21721 (resize-mini-window): Rename to window--resize-mini-window.
21722 (resize-subwindows-skip-p): Rename to
21723 window--resize-subwindows-skip-p.
21724 (resize-subwindows-normal): Rename to
21725 window--resize-subwindows-normal.
21726 (resize-subwindows): Rename to window--resize-subwindows.
21727 (resize-other-windows): Rename to window--resize-siblings.
21728 (resize-this-window): Rename to window--resize-this-window.
21729 (resize-root-window): Rename to window--resize-root-window.
21730 (resize-root-window-vertically): Rename to
21731 window--resize-root-window-vertically.
21732 (normalize-buffer-to-display): Rename to
21733 window-normalize-buffer-to-display.
21734 (normalize-buffer-to-switch-to): Rename to
21735 window-normalize-buffer-to-switch-to.
21736 Correspondingly update all callers of the functions listed
21737 above.
21738 (display-buffer-alist, display-buffer-normalize-arguments)
21739 (display-buffer-normalize-options, display-buffer)
21740 (display-buffer-alist-set): Use "function" instead of
21741 "fun-with-args".
21742
21743 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21744
21745 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21746 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21747 debbugs.gnu.org. Mention acknowledgment email.
21748
21749 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21750
21751 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21752 buffer multibyteness, since it shouldn't matter.
21753
21754 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21755
21756 * window.el (display-buffer-in-side-window): Handle dedicated
21757 windows as in display-buffer-reuse-window.
21758 (display-buffer-normalize-alist): Use value of override
21759 specifier.
21760 (display-buffer-normalize-specifiers): Use value of
21761 other-window-means-other-frame specifier.
21762 (display-buffer-alist): Rewrite some texts in widgets.
21763 (display-buffer): Spread arguments when calling function
21764 specified by fun-with-args.
21765
21766 2011-06-28 Deniz Dogan <deniz@dogan.se>
21767
21768 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21769 Unnest `let'.
21770
21771 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21772 selectors (Bug#5732).
21773 (css-proprietary-nmstart-re): Use `regexp-opt'.
21774
21775 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21776
21777 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21778 (eshell-ls-date-format): New defcustom.
21779 (eshell-ls-file): Use it.
21780
21781 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21782
21783 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21784
21785 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21786
21787 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21788 (ange-ftp-make-tmp-name): New arg.
21789 (ange-ftp-file-local-copy): Use it.
21790
21791 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21792
21793 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21794 no-conversion (Bug#8870).
21795
21796 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21797
21798 * window.el (window-right, window-left, window-child)
21799 (window-child-count, window-last-child)
21800 (window-iso-combination-p, walk-window-tree-1)
21801 (window-atom-check-1, window-tree-1, delete-window)
21802 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21803 new naming conventions - window-vchild, window-hchild,
21804 window-next and window-prev are now called window-top-child,
21805 window-left-child, window-next-sibling and window-prev-sibling
21806 respectively.
21807 (resize-window-reset): Rename to window-resize-reset.
21808 (resize-window-reset-1): Rename to window-resize-reset-1.
21809 (resize-window): Rename to window-resize.
21810 (window-min-height, window-min-width)
21811 (resize-mini-window, resize-this-window, resize-root-window)
21812 (resize-root-window-vertically, adjust-window-trailing-edge)
21813 (enlarge-window, shrink-window, maximize-window)
21814 (minimize-window, delete-window, quit-restore-window)
21815 (split-window, balance-windows, balance-windows-area-adjust)
21816 (balance-windows-area, window-state-put-2)
21817 (display-buffer-even-window-sizes, display-buffer-set-height)
21818 (display-buffer-set-width, set-window-text-height)
21819 (fit-window-to-buffer): Rename all "resize-window" prefixed
21820 calls to use the "window-resize" prefix convention.
21821 (display-buffer-alist): Fix symbol for label specifier.
21822 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21823 corresponding specifier.
21824 Reported by Juanma Barranquero <lekktu@gmail.com>.
21825
21826 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21827
21828 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21829 convention.
21830 (ses-call-printer): Does not pass an empty string to formatter when the
21831 cell is empty to keep from barking printer Calc math-format-value.
21832
21833 2011-06-27 Richard Stallman <rms@gnu.org>
21834
21835 * battery.el (battery-mode-line-limit): New variable.
21836 (battery-update): Handle it.
21837
21838 * mail/rmailmm.el (rmail-mime-process-multipart):
21839 Handle truncated messages.
21840
21841 2011-06-27 Glenn Morris <rgm@gnu.org>
21842
21843 * progmodes/flymake.el (flymake-err-line-patterns):
21844 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21845
21846 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21847
21848 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21849 (ses--clean-!, ses--clean-_): New functions.
21850 (ses-range): Add configurability of readout order, and conversion
21851 to Calc vector.
21852
21853 * ses.el (ses-repair-cell-reference-all): New function.
21854 (ses-cell-symbol): Set macro as safe, so that it can be used in
21855 formulas.
21856
21857 * ses.el: Update cycle detection algorithm.
21858 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21859 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21860 (ses-set-localvars): New function.
21861 (ses-make-cell): Add property-list as a cell element.
21862 (ses-cell-property-get-fun, ses-cell-property-get)
21863 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21864 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21865 New functions.
21866 (ses-cell-property-set, ses-cell-property-pop)
21867 (ses-cell-property-get-handle): New macro.
21868 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21869 New aliases, used for code readability.
21870 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21871 cycle detection.
21872 (ses-self-reference-early-detection): New defcustom.
21873 (ses-formula-references): Robustify against self-referring cells.
21874 (ses-mode): Use ses-set-localvars.
21875 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21876 before lauching the update processing.
21877 (ses-initialize-Dijkstra-attempt): New function.
21878 (ses-recalculate-cell): Update for cycle detection based on
21879 Dijkstra algorithm.
21880
21881 * ses.el: Fix commenting and indenting convention.
21882
21883 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21884
21885 * bs.el (bs-cycle-next): Complete last change.
21886
21887 2011-06-27 Drew Adams <drew.adams@oracle.com>
21888
21889 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21890
21891 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21892
21893 * net/network-stream.el (network-stream-open-starttls):
21894 Don't re-get capabilities unless we've reestablished connection.
21895 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21896
21897 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21898 to binary to possibly avoid line encoding issues on Windows (among
21899 other things).
21900
21901 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21902
21903 * net/network-stream.el (open-network-stream): Return an :error
21904 saying what the problem was, if possible.
21905
21906 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21907 server.
21908
21909 * net/network-stream.el (network-stream-open-starttls): If we
21910 wanted to use STARTTLS, and the server offered it, but we weren't
21911 able to because we had no STARTTLS support, then close the connection.
21912 (open-network-stream): Return an :error element, if present.
21913
21914 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21915
21916 * hl-line.el (hl-line-sticky-flag): Doc fix.
21917 (global-hl-line-sticky-flag): New option (Bug#8323).
21918 (global-hl-line-highlight): Obey it.
21919
21920 * vc/vc.el (vc-revert-show-diff): Default to t.
21921
21922 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21923
21924 * allout-widgets.el (allout-widgets-post-command-business):
21925 Stop decorating intermediate isearch matches. They're not being
21926 undecorated when an isearch is continued past, and isearch
21927 automatically collapses them. This leads to "widget leaks", where
21928 decorated items accumulate in collapsed areas. Lines with lots of
21929 hidden widgets can slow down cursor travel, substantially.
21930 Too much complicated machinery would be needed to ensure undecoration,
21931 so we're doing without this nicety.
21932
21933 (allout-widgets-tally-string): Don't try to do a hash-table-count
21934 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21935 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21936 *Messages* when allout-widgets-maintain-tally is t.
21937
21938 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21939
21940 * window.el (display-buffer-normalize-argument): Rename to
21941 display-buffer-normalize-arguments. Handle special meaning of
21942 LABEL argument. Respect special-display-function when popping up
21943 a new frame. Fix code searching for a window showing the buffer
21944 on another frame.
21945 (display-buffer-normalize-specifiers):
21946 Call display-buffer-normalize-arguments.
21947 (display-buffer-in-window): Don't undedicate the window if its
21948 buffer remains the same.
21949 Reported by Drew Adams <drew.adams@oracle.com>.
21950 (display-buffer-alist): Add choice for same-window macro
21951 specfier.
21952 (display-buffer): Mention special meaning of LABEL argument in
21953 doc-string. Fix quoting. Don't pop up a new frame even as
21954 fallback.
21955
21956 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21957
21958 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21959 avoid deleting the current window in some cases (bug#8911).
21960
21961 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21962
21963 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21964 (Bug#8934)
21965
21966 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21967
21968 * net/network-stream.el (network-stream-open-starttls):
21969 Use built-in TLS support if `gnutls-available-p' is true.
21970 (network-stream-open-tls): Ditto.
21971
21972 2011-06-26 Leo Liu <sdl.web@gmail.com>
21973
21974 * register.el (registerv): New struct.
21975 (registerv-make): New function.
21976 (jump-to-register, describe-register-1, insert-register):
21977 Support the jump-func, print-func and insert-func slot of a registerv
21978 struct. (Bug#8415)
21979
21980 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21981
21982 * vc/vc.el (vc-revert-show-diff): New defcustom.
21983 (vc-diff-internal): New arg specifying diff buffer.
21984 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
21985 reuse an existing *vc-diff* buffer (Bug#8927).
21986
21987 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21988
21989 2011-06-26 Glenn Morris <rgm@gnu.org>
21990
21991 * progmodes/f90.el (f90-critical-indent): New option.
21992 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21993 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21994 (f90-mode): Doc fix.
21995 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21996 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21997 (f90-beginning-of-block, f90-next-block, f90-indent-region)
21998 (f90-match-end): Handle block, critical.
21999
22000 2011-06-25 Glenn Morris <rgm@gnu.org>
22001
22002 * calendar/diary-lib.el (diary-included-files): Doc fix.
22003 (diary-include-files): New function, extracted from
22004 diary-include-other-diary-files and diary-mark-included-diary-files.
22005 (diary-include-other-diary-files, diary-mark-included-diary-files):
22006 Just call diary-include-files.
22007 (diary-mark-entries): Reset diary-included-files on first call.
22008
22009 * calendar/diary-lib.el (diary-mark-entries)
22010 (diary-mark-included-diary-files):
22011 Visit included diary-files in temp buffers.
22012
22013 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22014 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22015 (f90-start-block-re, f90-imenu-generic-expression)
22016 (f90-looking-at-program-block-start, f90-no-block-limit):
22017 Add support for submodules.
22018
22019 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22020 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22021
22022 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22023
22024 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22025 buffer-file-type before setting its value, to avoid disastrous
22026 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22027
22028 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22029
22030 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22031
22032 * ses.el (ses-unload-function):
22033 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22034
22035 * proced.el (proced-unload-function):
22036 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22037
22038 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22039
22040 * server.el (server-create-window-system-frame): Add parameters arg.
22041 (server-process-filter): Doc fix. Handle frame-parameters.
22042
22043 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22044
22045 Fix bug#8730, bug#8781.
22046
22047 * loadhist.el (unload--set-major-mode): New function.
22048 (unload-feature): Use it.
22049
22050 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22051 (python-unload-function): New function.
22052
22053 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22054
22055 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22056
22057 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22058
22059 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22060 the candidates list.
22061
22062 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22063
22064 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22065
22066 2011-06-23 Richard Stallman <rms@gnu.org>
22067
22068 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22069 (rmail-variables): Set next-error-move-function.
22070 (rmail-what-message): Take argument POS.
22071 (rmail-next-error-move): New function.
22072
22073 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22074
22075 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22076 messages for adjacent non-terminals.
22077
22078 2011-06-23 Richard Stallman <rms@gnu.org>
22079
22080 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22081 (rmail-show-message-1): Preserve buffer modified flag.
22082 (rmail-start-mail): Don't specify use of rmail-mail-return;
22083 that's done by mail-bury now.
22084 (rmail-mail-return): Handle arg NEWBUF.
22085
22086 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22087
22088 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22089 SIZE is a number.
22090
22091 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22092
22093 * window.el (get-lru-window, get-mru-window)
22094 (get-largest-window): Never return a minibuffer window.
22095 (display-buffer-pop-up-window): Fix a bug that could lead to
22096 reusing the minibuffer window.
22097 (display-buffer): Pass original specifier argument to
22098 display-buffer-function instead of the normalized one.
22099 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22100
22101 2011-06-22 Leo Liu <sdl.web@gmail.com>
22102
22103 * minibuffer.el (completing-read-function)
22104 (completing-read-default): Move from minibuf.c.
22105
22106 2011-06-22 Richard Stallman <rms@gnu.org>
22107
22108 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22109 to Rmail even if not started by a special Rmail command.
22110
22111 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22112 Copy the buffer currently showing just one message.
22113
22114 2011-06-22 Roland Winkler <winkler@gnu.org>
22115
22116 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22117 (bibtex-clean-entry): First delete the old key so that a
22118 customized algorithm for generating the new key does not get
22119 confused by the old key.
22120 (bibtex-url): Obey regexp of first step.
22121 (bibtex-search-entries): Do not use add-to-list with local
22122 list-var.
22123
22124 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22125
22126 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22127 stored a user name, then query for the password first, instead of
22128 waiting for SMTP to give an error message and the trying again.
22129
22130 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22131
22132 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22133 BUFFER in call-process.
22134
22135 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22136
22137 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22138 QUIT twice.
22139 (smtpmail-try-auth-methods): Require user name and password from
22140 auth-source.
22141
22142 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22143
22144 * window.el (display-buffer-default-specifiers)
22145 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22146 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22147 (split-window): Normalize SIDE argument (Bug#8916).
22148
22149 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22150 (special-display-frame-alist, special-display-popup-frame):
22151 Remove duplicate declarations. These are now in window.el.
22152
22153 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22154
22155 * mail/smtpmail.el (smtpmail-via-smtp):
22156 Set :use-starttls-if-possible so that we always use STARTTLS if the
22157 server supports it. SMTP servers that support STARTTLS commonly
22158 require it.
22159
22160 * net/network-stream.el (network-stream-open-starttls): Support
22161 upgrading to STARTTLS always, even if we don't have built-in support.
22162 (open-network-stream): Add the :always-query-capabilities keyword.
22163
22164 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22165 upgrades with `open-network-stream', and rely solely on
22166 auth-source for all credentials. Big changes throughout the file,
22167 but in particular:
22168 (smtpmail-auth-credentials): Remove.
22169 (smtpmail-starttls-credentials): Remove.
22170 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22171 MAIL FROM, too.
22172
22173 * net/network-stream.el (network-stream-open-starttls):
22174 Provide support for client certificates both for external and built-in
22175 STARTTLS.
22176 (auth-source): Require.
22177 (open-network-stream): Document the :client-certificate keyword.
22178 (network-stream-certificate): Change cert-cert to cert and
22179 cert-key to key.
22180
22181 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22182
22183 * net/tramp-cache.el (top): Don't load the persistency file when
22184 "emacs -Q" has been called.
22185
22186 2011-06-21 Tim Harper <timcharper@gmail.com>
22187
22188 * term/ns-win.el (ns-initialize-window-system):
22189 Set application-specific `ApplePressAndHoldEnabled' system
22190 resource to NO as it is not yet supported by the NS port.
22191
22192 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22193
22194 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22195 (list-dynamic-libraries): ...not here.
22196
22197 2011-06-21 Leo Liu <sdl.web@gmail.com>
22198
22199 * subr.el (sha1): Implement sha1 using secure-hash.
22200
22201 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22202
22203 * window.el (display-buffer-alist): In default value do not
22204 enforce searching a window on any but the selected frame.
22205 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22206 (display-buffer-select-window): Remove function.
22207 (display-buffer-in-window): When a window on another frame gets
22208 reused, do not select it any more but just raise its frame if
22209 necessary (Bug#8851) and (Bug#8856).
22210 (display-buffer-normalize-options): Handle pop-up-frames related
22211 options more faithfully.
22212 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22213 window if it is on another frame.
22214 (display-buffer-alist, display-buffer-default-specifiers):
22215 Don't make new frame unsplittable by default.
22216 (display-buffer-normalize-argument): Fix doc-string typo and use
22217 'same-frame-other-window instead of 'other-window when associating
22218 with display-buffer-macro-specifiers.
22219
22220 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
22221
22222 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22223 New functions.
22224 (5x5-mode-map, 5x5-mode-menu): Bind them.
22225 (5x5-draw-grid): Tweak the solver's rendering.
22226
22227 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22228
22229 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22230 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22231
22232 2011-06-21 Drew Adams <drew.adams@oracle.com>
22233
22234 * menu-bar.el: Use function variable instead of switch-to-buffer.
22235 (menu-bar-select-buffer-function): New variable.
22236 (menu-bar-update-buffers): Use it (bug#8876).
22237
22238 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22239
22240 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22241 variable's status.
22242
22243 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22244
22245 * x-dnd.el (x-dnd-version-from-flags)
22246 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22247 and long as number (Bug#8899).
22248 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22249
22250 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22251
22252 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22253 (completion-try-completion, completion-all-completions): Compute the
22254 metadata argument if it's missing; make it optional (bug#8795).
22255
22256 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22257 (widget-complete): Use new :completion-function property.
22258 (widget-completions-at-point): New function.
22259 (default): Use :completion-function instead of :complete.
22260 (widget-default-completions): Rename from widget-default-complete;
22261 Rewrite.
22262 (widget-string-complete, widget-file-complete, widget-color-complete):
22263 Remove functions.
22264 (file, symbol, function, variable, coding-system, color):
22265 * international/mule-cmds.el (default-input-method, charset)
22266 (language-info-custom-alist):
22267 * cus-edit.el (face): Use new property :completions.
22268
22269 * progmodes/pascal.el (pascal-completions-at-point): New function.
22270 (pascal-mode): Use it.
22271 (pascal-mode-map): Use completion-at-point.
22272 (pascal-toggle-completions): Make obsolete.
22273 (pascal-complete-word, pascal-show-completions):
22274 * progmodes/octave-mod.el (octave-complete-symbol):
22275 Redefine as obsolete alias.
22276 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22277 Signal absence of completion info for old Octave,
22278 (inferior-octave-complete): Redefine as obsolete alias.
22279 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22280 (meta-completions-at-point): Rename from meta-complete-symbol and
22281 adapt it for use on completion-at-point-functions.
22282 (meta-common-mode): Use it.
22283 (meta-looking-at-backward, meta-match-buffer): Remove.
22284 (meta-complete-symbol): Redefine as obsolete alias.
22285 (meta-common-mode-map): Use completion-at-point.
22286 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22287 (makefile-mode-map): Use completion-at-point.
22288 (makefile-completions-at-point): Rename from makefile-complete and
22289 adapt it for use on completion-at-point-functions.
22290 (makefile-mode): Use it.
22291 (makefile-complete): Redefine as obsolete alias.
22292
22293 2011-06-20 Deniz Dogan <deniz@dogan.se>
22294
22295 * net/rcirc.el: Delete trailing whitespaces once and for all.
22296
22297 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22298
22299 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22300
22301 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22302
22303 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22304
22305 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22306
22307 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22308
22309 * window.el (display-buffer-other-window-means-other-frame):
22310 Call display-buffer-normalize-alist.
22311 (display-buffer-normalize-specifiers-1): Rename to
22312 display-buffer-normalize-argument. New argument other-frame.
22313 Rewrite.
22314 (display-buffer-normalize-specifiers-2): Rename to
22315 display-buffer-normalize-options.
22316 (display-buffer-normalize-alist-1): New function.
22317 (display-buffer-normalize-specifiers-3): Rename to
22318 display-buffer-normalize-alist.
22319 Call display-buffer-normalize-alist-1.
22320 (display-buffer-normalize-options-inhibit): New variable.
22321 (display-buffer-normalize-specifiers): Rewrite calling
22322 display-buffer-normalize-alist,
22323 display-buffer-normalize-argument, and
22324 display-buffer-normalize-options. Don't call the latter if
22325 display-buffer-normalize-options-inhibit is non-nil.
22326 (frame-auto-delete): New option.
22327 (window-deletable-p): Use frame-auto-delete.
22328 (window-list-no-nils, window-state-ignored-parameters)
22329 (window-state-get-1, window-state-get, window-state-put-list)
22330 (window-state-put-1, window-state-put-2, window-state-put):
22331 New functions.
22332 (display-buffer-normalize-options): Move special-display-p group
22333 after pop-up-frame group (Bug#8851) and (Bug#8856).
22334
22335 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22336
22337 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22338 groups (Bug#8776).
22339 (rx-submatch-n): New function.
22340 (rx): Document it.
22341
22342 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22343 (Bug#8768).
22344
22345 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22346
22347 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22348
22349 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22350 anytime existing face settings are present (Bug#8889).
22351
22352 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22353 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22354 Remove unused argument.
22355
22356 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22357
22358 * window.el (display-buffer-default-specifiers):
22359 Remove pop-up-frame. Add pop-up-window-min-height,
22360 pop-up-window-min-width, and another reuse-window specifier
22361 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22362 (display-buffer-normalize-specifiers-2):
22363 Handle split-height-threshold and split-width-threshold also when
22364 pop-up-windows is unset. Add a reuse-window specifier for the
22365 case popping up a new window fails.
22366 (special-display-popup-frame): Remove double quoting.
22367 (display-buffer-normalize-specifiers-1): Fix thinko.
22368
22369 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22370
22371 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22372 according to comint-completion-addsuffix.
22373
22374 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22375 (pcomplete-suffix-list): Mark as obsolete.
22376 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22377 pcomplete-seen in the closure.
22378 (pcomplete-comint-setup): Setup completion-at-point as well.
22379 (pcomplete--entries): New function.
22380 (pcomplete--env-regexp): New var.
22381 (pcomplete-entries): Rewrite to work with partial-completion and
22382 without relying on pcomplete-suffix-list.
22383 (pcomplete-pare-list): Remove, unused.
22384
22385 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22386
22387 * window.el (display-buffer-alist): Set pop-up-window-min-height
22388 and pop-up-window-min-width in default value. Reported by
22389 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22390 other-window-means-other-frame.
22391 (display-buffer-macro-specifiers): Comment out entry for
22392 other-window specifier.
22393 (display-buffer-other-window-means-other-frame): New function.
22394 (display-buffer-normalize-specifiers-1): New arguments
22395 buffer-name and label. Treat other-window case specially.
22396 (display-buffer-normalize-specifiers-2): Treat other-window case
22397 specially.
22398 (display-buffer-normalize-specifiers-3): New function.
22399 (display-buffer-normalize-specifiers):
22400 Call display-buffer-normalize-specifiers-3.
22401
22402 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22403
22404 * window.el (same-window-p): Fix two typos introduced when
22405 adding with-no-warnings.
22406 (display-buffer-normalize-specifiers-1): Don't check
22407 pop-up-frames for 'unset initialization.
22408 (display-buffer-normalize-specifiers-2): Major rewrite using
22409 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22410 (pop-up-frames, display-buffer-reuse-frames)
22411 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22412 Suggested by David Engster <deng@randomsample.de>.
22413 (even-window-heights): Initialize to 'unset.
22414 (display-buffer-alist-set): Handle new 'unset initializations.
22415 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22416 other window case.
22417
22418 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22419
22420 * window.el (display-buffer-normalize-specifiers-1):
22421 Respect current value of pop-up-frames for most reasonable values of
22422 second argument of display-buffer (Bug#8865).
22423 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22424 (switch-to-buffer-other-window-same-frame)
22425 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22426 Adams (Bug#8875).
22427 (display-buffer): Don't check noninteractive when calling
22428 display-buffer-pop-up-frame.
22429 (display-buffer-pop-up-frame): Never pop up a frame in
22430 noninteractive mode (Bug#8857).
22431 (enlarge-window, shrink-window): Don't report an error when the
22432 window can't be resized as requested (Bug#8862).
22433
22434 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22435
22436 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22437
22438 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22439
22440 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22441
22442 2011-06-15 Alan Mackenzie <acm@muc.de>
22443
22444 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22445 for declarators, disable knr checking to speed up for normal files.
22446 2: Refactor, replacing a sequence of nested if forms by a cond form.
22447
22448 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22449
22450 * net/network-stream.el (open-network-stream): Add the keyword
22451 :always-query-capabilities for the case where you want to force a
22452 `plain' network connection, but the protocol still requires the
22453 capabilitiy command (i.e., SMTP and EHLO).
22454
22455 * subr.el (process-live-p): Rename from `process-alive-p' for
22456 consistency with other `-live-p' functions.
22457
22458 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22459
22460 * window.el (same-window-buffer-names, same-window-regexps)
22461 (special-display-frame-alist, special-display-popup-frame)
22462 (special-display-function, special-display-buffer-names)
22463 (special-display-regexps, pop-up-frame-alist)
22464 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22465 (pop-up-windows, split-window-preferred-function)
22466 (split-height-threshold, split-width-threshold, even-window-heights)
22467 (display-buffer-mark-dedicated): Don't encourage the use of
22468 display-buffer-alist from Elisp code.
22469
22470 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22471
22472 * progmodes/python.el (python-mode): Derive from prog-mode.
22473 * progmodes/ps-mode.el (ps-mode):
22474 * progmodes/mixal-mode.el (mixal-mode):
22475 * progmodes/cfengine.el (cfengine-mode):
22476 * progmodes/ld-script.el (ld-script-mode): Likewise.
22477
22478 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22479
22480 * window.el (display-buffer-alist): Trim default value to avoid
22481 popping up a new frame (Bug#8857) or reusing an arbitrary window
22482 on another frame.
22483 (display-buffer): Do not fall back on popping up a new frame in
22484 batch mode (Bug#8857).
22485
22486 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22487
22488 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22489 (custom-theme-summary): New function.
22490 (customize-themes): Use it.
22491
22492 2011-06-13 Glenn Morris <rgm@gnu.org>
22493
22494 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22495
22496 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22497
22498 * help.el (help-window): Remove variable.
22499 (help-window-point-marker, temp-buffer-max-height)
22500 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22501 (help-print-return-message): Don't set help-window.
22502 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22503 (help-window-setup-finish): Remove.
22504 (help-window-display-message, help-window-setup)
22505 (with-help-window): Major rewrite based on new
22506 display-buffer-window variable.
22507
22508 * help-mode.el (help-mode-finish): Remove help-window related
22509 code.
22510
22511 * view.el (view-exits-all-viewing-windows): Remove reference to
22512 view-return-to-alist in doc-string.
22513 (view-return-to-alist): Make obsolete.
22514 (view-buffer): Call pop-to-buffer-same-window and remove
22515 undo-window code.
22516 (view-buffer-other-window): Call pop-to-buffer-other-window and
22517 simplify code. Ignore second argument.
22518 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22519 simplify code. Ignore second argument.
22520 (view-return-to-alist-update): Make obsolete.
22521 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22522 Rewrite using quit-restore window parameters.
22523 (view-mode-exit): Rename second argument to EXIT-ONLY.
22524 Rewrite using quit-restore-window.
22525 (View-exit, View-exit-and-edit, View-leave, View-quit)
22526 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22527 appropriate arguments.
22528 (view-end-message): Use quit-restore window parameter.
22529
22530 * window.el (display-buffer-function): Rewrite doc-string.
22531 (display-buffer-window, display-buffer-alist): New variables.
22532 (display-buffer-split-specifiers)
22533 (display-buffer-side-specifiers)
22534 (display-buffer-macro-specifiers): New constants.
22535 (display-buffer-even-window-sizes, display-buffer-set-height)
22536 (display-buffer-set-width, display-buffer-select-window)
22537 (display-buffer-in-window, display-buffer-reuse-window)
22538 (display-buffer-split-window-1, display-buffer-split-window)
22539 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22540 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22541 (display-buffer-in-side-window, normalize-buffer-to-display)
22542 (display-buffer-normalize-specifiers-1)
22543 (display-buffer-normalize-specifiers-2)
22544 (display-buffer-normalize-specifiers, display-buffer-frame):
22545 New functions.
22546 (display-buffer): Major rewrite.
22547 (display-buffer-other-window, display-buffer-other-frame)
22548 (pop-to-buffer, switch-to-buffer-other-window)
22549 (switch-to-buffer-other-frame): Rewrite.
22550 (display-buffer-same-window, display-buffer-same-frame)
22551 (display-buffer-same-frame-other-window)
22552 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22553 (pop-to-buffer-other-window)
22554 (pop-to-buffer-same-frame-other-window)
22555 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22556 (switch-to-buffer-other-window-same-frame): New functions.
22557 (same-window-p, special-display-p): Rewrite disabling warnings.
22558 Make obsolete.
22559 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22560 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22561 Make obsolete
22562 (same-window-buffer-names, same-window-regexps)
22563 (special-display-frame-alist, special-display-popup-frame)
22564 (special-display-function, special-display-buffer-names)
22565 (special-display-regexps, pop-up-frame-alist)
22566 (pop-up-frame-function, split-window-preferred-function)
22567 (split-height-threshold, split-width-threshold)
22568 (even-window-heights): Make obsolete.
22569
22570 2011-06-12 Glenn Morris <rgm@gnu.org>
22571
22572 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22573 Misc simplifications.
22574
22575 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22576
22577 * window.el (window-safely-shrinkable-p): Restore function which
22578 was inadvertently removed in change from 2011-06-11. Declare as
22579 obsolete.
22580
22581 * calendar/calendar.el (calendar-generate-window):
22582 Use window-iso-combined-p instead of combination of one-window-p and
22583 window-safely-shrinkable-p.
22584
22585 2011-06-12 Glenn Morris <rgm@gnu.org>
22586
22587 * progmodes/fortran.el (fortran-mode-syntax-table):
22588 * progmodes/f90.el (f90-mode-syntax-table):
22589 Set % to punctuation. (Bug#8820)
22590 (f90-find-tag-default): Remove, no longer needed.
22591
22592 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22593
22594 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22595
22596 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22597
22598 * image.el (image-animated-p): Return animation delay in seconds.
22599 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22600 (image-animate-timeout): Remove DELAY argument. Don't assume
22601 every subimage has the same delay; get it from image-animated-p.
22602 (image-animate): Caller changed.
22603
22604 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22605
22606 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22607 to ignored backtrace functions.
22608
22609 2011-06-11 Glenn Morris <rgm@gnu.org>
22610
22611 * calendar/appt.el (appt-disp-window-function): Doc fix.
22612 (appt-check): Handle overlapping appointments. (Bug#8337)
22613
22614 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22615
22616 * window.el (window-tree-1, window-tree): New functions, moving
22617 the latter to window.el.
22618 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22619 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22620 (bw-refresh-edges): Remove.
22621 (balance-windows-1, balance-windows-2): New functions.
22622 (balance-windows): Rewrite in terms of window tree functions,
22623 balance-windows-1 and balance-windows-2.
22624 (bw-adjust-window): Remove.
22625 (balance-windows-area-adjust): New function with functionality of
22626 bw-adjust-window but using resize-window.
22627 (set-window-text-height): Rewrite doc-string.
22628 Use normalize-live-window and resize-window.
22629 (enlarge-window-horizontally, shrink-window-horizontally):
22630 Rename argument to DELTA.
22631 (window-buffer-height): New function.
22632 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22633 Rewrite using new window resize routines.
22634 (kill-buffer-and-window, mouse-autoselect-window-select):
22635 Use ignore-errors instead of condition-case.
22636 (quit-window): Call delete-frame instead of delete-windows-on
22637 for the only buffer on frame.
22638
22639 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22640
22641 * loadup.el (top-level): Load window before files for the sake
22642 of replace-buffer-in-windows.
22643
22644 * files.el (read-buffer-to-switch)
22645 (switch-to-buffer-other-window)
22646 (switch-to-buffer-other-frame, display-buffer-other-frame):
22647 Move to window.el.
22648
22649 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22650 (previous-buffer): Move to window.el.
22651
22652 * bindings.el (unbury-buffer): Move to window.el.
22653
22654 * window.el (delete-other-windows-vertically): Move after
22655 definition of delete-other-windows.
22656 (other-window, delete-windows-on, replace-buffer-in-windows):
22657 Move here from window.c.
22658 (record-window-buffer, unrecord-window-buffer)
22659 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22660 (switch-to-next-buffer): New functions.
22661 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22662 from simple.el. Call switch-to-next-buffer.
22663 (previous-buffer): Move here from simple.el.
22664 Call switch-to-prev-buffer.
22665 (bury-buffer): Move here from buffer.c. Switch to previous
22666 buffer when window cannot be deleted.
22667 (unbury-buffer): Move here from bindings.el.
22668 (ctl-x-map): Move binding for other-window from window.c to
22669 here.
22670 (read-buffer-to-switch, switch-to-buffer-other-window)
22671 (switch-to-buffer-other-frame): Move here from files.el.
22672 (normalize-buffer-to-switch-to): New functions.
22673 (switch-to-buffer): Move here from buffer.c.
22674 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22675
22676 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22677
22678 * window.el (window-min-height, window-min-width): Move here
22679 from window.c. Add defcustoms and rewrite doc-strings.
22680 (resize-mini-window, resize-window): New functions.
22681 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22682 Move here from window.c.
22683 (maximize-window, minimize-window): New functions.
22684 (delete-window, delete-other-windows, split-window): Move here
22685 from window.c.
22686 (window-split-min-size): New function.
22687 (split-window-keep-point): Mention split-window-above-each-other
22688 instead of split-window-vertically.
22689 (split-window-above-each-other, split-window-vertically):
22690 Rename split-window-vertically to split-window-above-each-other
22691 and provide defalias for old definition.
22692 (split-window-side-by-side, split-window-horizontally):
22693 Rename split-window-horizontally to split-window-side-by-side
22694 and provide defalias for the old definition.
22695 (ctl-x-map): Move bindings for delete-window,
22696 delete-other-windows and enlarge-window here from window.c.
22697 Replace bindings for split-window-vertically and
22698 split-window-horizontally by bindings for
22699 split-window-above-each-other and split-window-side-by-side.
22700
22701 * cus-start.el (all): Remove entries for window-min-height and
22702 window-min-width. Add entries for window-splits and
22703 window-nest.
22704
22705 2011-06-09 Glenn Morris <rgm@gnu.org>
22706
22707 * calendar/appt.el (appt-mode-line): New function.
22708 (appt-check, appt-disp-window): Use it.
22709
22710 * files.el (hack-one-local-variable-eval-safep):
22711 Allow minor-modes with explicit +/-1 arguments.
22712
22713 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22714
22715 * term/xterm.el (xterm): Add defgroup.
22716 (xterm-extra-capabilities): Add defcustom to supply known xterm
22717 capabilities, skip querying them, or query them (default).
22718 (terminal-init-xterm): Use it.
22719 (terminal-init-xterm-modify-other-keys): New function to set up
22720 modifyOtherKeys support to simplify `terminal-init-xterm'.
22721
22722 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22723
22724 * window.el (resize-window-reset, resize-window-reset-1)
22725 (resize-subwindows-skip-p, resize-subwindows-normal)
22726 (resize-subwindows, resize-other-windows, resize-this-window)
22727 (resize-root-window, resize-root-window-vertically)
22728 (window-deletable-p, window-or-subwindow-p)
22729 (frame-root-window-p): New functions.
22730
22731 2011-06-09 Glenn Morris <rgm@gnu.org>
22732
22733 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22734 (ange-ftp-get-files): Use it.
22735
22736 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22737
22738 * mail/sendmail.el (mail-recover-1, mail-recover):
22739 * files.el (recover-file, recover-session):
22740 Handle dired-listing-switches not being just a single short option.
22741
22742 2011-06-09 Glenn Morris <rgm@gnu.org>
22743
22744 * calendar/appt.el (appt-display-message, appt-disp-window):
22745 Handle lists of appointments.
22746
22747 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22748
22749 * window.el (one-window-p): Move down in code.
22750 Rewrite doc-string.
22751 (window-current-scroll-bars): Rewrite doc-string.
22752 Normalize live window argument.
22753 (walk-windows, get-window-with-predicate, count-windows):
22754 Rewrite doc-string. Use window-list-1.
22755 (window-in-direction-2, window-in-direction, get-mru-window):
22756 New functions.
22757
22758 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22759
22760 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22761 Doc fix (Bug#8713).
22762
22763 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22764
22765 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22766
22767 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22768
22769 * loadhist.el (unload-feature-special-hooks):
22770 Add `comint-output-filter-functions'.
22771
22772 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22773
22774 * calendar/appt.el (appt-check): Move some initializations into the let.
22775
22776 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22777
22778 * window.el (window-height): Defalias to window-total-height.
22779 (window-width): Defalias to window-body-width.
22780
22781 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22782
22783 * image-mode.el (image-toggle-animation): New command.
22784 (image-mode-map): Bind it to RET.
22785 (image-mode): Update message.
22786 (image-toggle-display-image): Avoid a spurious cache flush.
22787 (image-transform-rotation): Doc fix.
22788 (image-transform-properties): Return quickly in the normal case.
22789 (image-animate-loop): Rename from image-animate-max-time.
22790
22791 * image.el (image-animate-max-time): Move to image-mode.el.
22792 (create-animated-image): Remove unnecessary function.
22793 (image-animate): Rename from image-animate-start. New arg.
22794 (image-animate-stop): Remove; just use image-animate-timer.
22795 (image-animate-timer): Use car-safe.
22796 (image-animate-timeout): Rename argument.
22797
22798 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22799
22800 * window.el (get-lru-window, get-largest-window): Move here from
22801 window.c. Rename first argument to ALL-FRAMES.
22802 Rephrase doc-strings.
22803 (get-buffer-window-list): Rewrite using window-list-1.
22804 Rephrase doc-string.
22805 (window-safe-min-height, window-safe-min-width): New constants.
22806 (window-size-ignore, window-min-size, window-min-size-1)
22807 (window-sizable, window-sizable-p, window-size-fixed-1)
22808 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22809 (window-max-delta-1, window-max-delta, window-resizable)
22810 (window-resizable-p, window-total-height, window-total-width)
22811 (window-body-width): New functions.
22812 (window-full-height-p, window-full-width-p): Rewrite using
22813 window-total-size.
22814 (window-body-height): Rewrite using window-body-size.
22815
22816 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22817
22818 * window.el (window-right, window-left, window-child)
22819 (window-child-count, window-last-child, window-any-p)
22820 (normalize-live-buffer, normalize-live-frame)
22821 (normalize-any-window, normalize-live-window)
22822 (window-iso-combination-p, window-iso-combined-p)
22823 (window-iso-combinations)
22824 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22825 (windows-with-parameter, window-with-parameter)
22826 (window-atom-root, make-window-atom, window-atom-check-1)
22827 (window-atom-check, window-side-check, window-check):
22828 New functions.
22829 (ignore-window-parameters, window-sides, window-sides-vertical)
22830 (window-sides-slots): New variables.
22831 (window-size-fixed): Move down in code. Minor doc-string fix.
22832
22833 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22834
22835 * comint.el (comint-dynamic-complete-as-filename)
22836 (comint-dynamic-complete-filename): Correctly call
22837 completion-in-region.
22838
22839 2011-06-05 Deniz Dogan <deniz@dogan.se>
22840
22841 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22842 in last change.
22843
22844 2011-06-05 Deniz Dogan <deniz@dogan.se>
22845
22846 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22847 (rcirc): Use it to prompt for encryption.
22848
22849 2011-06-05 Roland Winkler <winkler@gnu.org>
22850
22851 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22852 (bibtex-search-entries): New command bound to C-c C-a.
22853 (bibtex-display-entries): New function.
22854
22855 2011-06-05 Roland Winkler <winkler@gnu.org>
22856
22857 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22858 (bibtex-insert-kill): After yanking insert newline if necessary.
22859 (bibtex-initialize): Call bibtex-string-files-init only once.
22860 (bibtex-mode): Do not call easy-menu-add.
22861 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22862 (bibtex-yank): Set arg properly if nil.
22863
22864 2011-06-05 Roland Winkler <winkler@gnu.org>
22865
22866 * textmodes/bibtex.el (bibtex-search-entry-globally):
22867 New variable.
22868 (bibtex-search-entry): Use it.
22869
22870 2011-06-05 Roland Winkler <winkler@gnu.org>
22871
22872 * textmodes/bibtex.el (bibtex-entry-format): New option
22873 sort-fields.
22874 (bibtex-format-entry, bibtex-reformat): Honor this option.
22875 (bibtex-parse-entry): Return fields in proper order.
22876
22877 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22878
22879 * doc-view.el (doc-view-remove-if): Move computation of result out
22880 of `dolist' to silence misleading lexical-binding warning.
22881
22882 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22883
22884 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22885 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22886
22887 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22888
22889 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22890 "SunOS 5.10".
22891
22892 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22893
22894 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22895 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22896 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22897 (tramp-parse-putty):
22898 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22899 (tramp-completion-function-alist-ssh)
22900 (tramp-completion-function-alist-telnet)
22901 (tramp-completion-function-alist-su)
22902 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22903 cookie.
22904
22905 * net/tramp-ftp.el:
22906 * net/tramp-sh.el:
22907 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22908 load "tramp.el" `tramp-set-completion-function'.
22909
22910 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22911
22912 * shell.el: Require and use pcomplete.
22913 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22914 (shell-completion-vars): Set pcomplete-default-completion-function.
22915
22916 2011-06-04 Deniz Dogan <deniz@dogan.se>
22917
22918 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22919 `memq' (Bug#8799).
22920
22921 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22922
22923 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22924
22925 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22926
22927 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22928 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22929 * vc/log-view.el (log-view-beginning-of-defun):
22930 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22931 (smerge-refine-forward, smerge-refine-chopup-region):
22932 Silence warning for unused `dotimes' counter variables.
22933
22934 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22935
22936 * net/tramp.el (tramp-with-progress-reporter): Rename from
22937 with-progress-reporter. Use `declare'.
22938 * net/tramp-smb.el:
22939 * net/tramp-sh.el:
22940 * net/tramp-gvfs.el: Update all uses.
22941
22942 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22943
22944 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22945 buffer isn't killed before making it current.
22946
22947 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22948
22949 Silence various byte-compiler warnings.
22950 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22951 `access-type' and new obsolescence format.
22952 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22953 new format.
22954 (byte-compile-check-variable): New `access-type' argument.
22955 Only warn if the access-type is obsolete.
22956 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22957 (byte-compile-variable-set): Adjust callers.
22958 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22959 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22960 setting it as obsolete.
22961 * simple.el (minibuffer-completing-symbol):
22962 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22963 access as obsolete.
22964 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22965 obsolete yet.
22966 * international/quail.el (quail-mouse-choose-completion): Remove unused
22967 code referring to obsolete var.
22968 (quail-choose-completion-string): Remove.
22969 * server.el (server-clients-with, server-kill-buffer-query-function)
22970 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22971 * proced.el (proced-send-signal):
22972 * emacs-lisp/lisp.el (lisp-complete-symbol):
22973 Replace completion-annotate-function with completion-extra-properties.
22974
22975 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22976
22977 * simple.el (goto-line): Use read-number.
22978 (overriding-map-is-bound): Remove.
22979 (saved-overriding-map): Change default.
22980 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22981 Take the map as argument.
22982 (universal-argument, negative-argument, digit-argument): Use it.
22983 (restore-overriding-map): Adjust.
22984 (do-auto-fill): Use fill-forward-paragraph.
22985 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22986
22987 * minibuffer.el (minibuffer-inactive-mode-map): New var.
22988 (minibuffer-inactive-mode): New major mode.
22989 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22990 the *Messages* buffer" hack.
22991 (mouse-popup-menubar): Don't burp if the event is a normal key.
22992
22993 Miscellaneous tweaks.
22994 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22995 lexical scoping as in subr.el's dolist and dotimes.
22996 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22997 Silence compiler warning.
22998 * thingatpt.el (forward-whitespace): Trivial coding style fix.
22999 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23000 * international/ccl.el (ccl-compile): Trivial simplification.
23001 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23002 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23003 `printflag' argument.
23004 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23005 Purecopy the whole obsolescence data.
23006
23007 2011-06-01 Leo Liu <sdl.web@gmail.com>
23008
23009 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23010 improve doc-string as suggested by Marco Pessotto
23011 <melmothx@gmail.com>.
23012 (rcirc-print): Fix last change.
23013
23014 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23015
23016 * minibuffer.el (complete-with-action): Return nil for the metadata and
23017 boundaries of non-functional tables.
23018 (completion-table-dynamic): Return nil for the metadata.
23019 (completion-table-with-terminator): Add default case, using
23020 complete-with-action.
23021 (completion--metadata): New function.
23022 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23023 to try and avoid pathological performance problems.
23024 (completion--embedded-envvar-table): Return `category' metadata.
23025
23026 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23027
23028 * subr.el (process-alive-p): New tiny convenience function.
23029
23030 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23031
23032 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23033 content but also its previous major mode.
23034
23035 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23036
23037 * emacs-lisp/debug.el (debug): Restore the previous content of the
23038 *Backtrace* buffer when we exit with C-M-c.
23039
23040 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23041
23042 * minibuffer.el: Add metadata method to completion tables.
23043 (completion-category-overrides): New defcustom.
23044 (completion-metadata, completion--field-metadata)
23045 (completion-metadata-get, completion--styles)
23046 (completion--cycle-threshold): New functions.
23047 (completion-try-completion, completion-all-completions):
23048 Add `metadata' argument to choose completion-styles.
23049 (completion--do-completion): Use metadata to choose cycling.
23050 (completion-all-sorted-completions): Use metadata for sorting.
23051 Remove :completion-cycle-penalty which is not needed any more.
23052 (completion--try-word-completion): Add `metadata' argument.
23053 (minibuffer-completion-help): Check metadata for annotation function
23054 and sorting.
23055 (completion-file-name-table): Return `category' metadata.
23056 (minibuffer-completing-file-name): Make obsolete.
23057 * simple.el (minibuffer-completing-symbol): Make obsolete.
23058 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23059 completion-try-completion.
23060
23061 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23062
23063 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23064
23065 2011-05-30 Leo Liu <sdl.web@gmail.com>
23066
23067 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23068 (rcirc-print): Decode all incoming messages (bug#8744).
23069 (rcirc-decode-coding-system): Allow value nil for automatic coding
23070 system detection.
23071
23072 2011-06-01 Glenn Morris <rgm@gnu.org>
23073
23074 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23075
23076 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23077
23078 * image.el (image-animate-max-time): Allow nil and t values.
23079 Default to nil.
23080 (create-animated-image): Doc fix.
23081 (image-animate-start): Remove second arg; just use
23082 image-animate-max-time.
23083 (image-animate-timeout): Doc fix. Args changed.
23084
23085 * image-mode.el (image-toggle-display-image): Ensure that the
23086 image spec passed to the animate timer is the same object as in
23087 the buffer's display property (Bug#6981).
23088 (image-transform-properties): Doc fix.
23089
23090 * image.el (image-animate-max-time): Default to nil.
23091
23092 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23093
23094 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23095 entire buffer list (Bug#8184).
23096
23097 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23098
23099 * image.el (imagemagick-types-inhibit)
23100 (imagemagick-register-types): Doc fix.
23101
23102 2011-05-29 Deniz Dogan <deniz@dogan.se>
23103
23104 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23105 default.
23106
23107 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23108
23109 * select.el: Don't perform clipboard-manager saving in hooks;
23110 leave the hooks empty.
23111
23112 2011-05-28 Leo Liu <sdl.web@gmail.com>
23113
23114 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23115 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23116 (occur-edit-mode): New major mode (Bug#8463).
23117 (occur-after-change-function): New function.
23118 (occur-engine): Give Occur tags a read-only property.
23119
23120 2011-05-28 Kevin Ryde <user42@zip.com.au>
23121
23122 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23123
23124 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23125
23126 * bindings.el (help-echo): Make the initial non-indicator dash
23127 empty on graphical terminals (Bug#7295).
23128
23129 * files.el (auto-mode-alist): Move config rule after the
23130 in-stripping one (Bug#8547).
23131
23132 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23133
23134 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23135 setting (Bug#8740).
23136
23137 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23138
23139 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23140 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23141 (Bug#8539).
23142
23143 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23144
23145 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23146
23147 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23148
23149 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23150 (hs-hide-block-at-point, hs-find-block-beginning)
23151 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23152 (Bug#8279).
23153
23154 2011-05-28 Glenn Morris <rgm@gnu.org>
23155
23156 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23157
23158 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23159
23160 * help-fns.el (describe-function-1): If the function is a derived
23161 major mode, print the parent mode.
23162
23163 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23164 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23165
23166 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23167
23168 * minibuffer.el (completion--capf-wrapper): Check applicability before
23169 returning non-nil for non-exclusive completion data.
23170 * progmodes/etags.el (tags-completion-at-point-function):
23171 * info-look.el (info-lookup-completions-at-point): Mark as
23172 non-exclusive.
23173 (info-complete): Adjust accordingly.
23174
23175 * info-look.el: Convert to lexical-binding and completion-at-point.
23176 (info-lookup-completions-at-point): New function.
23177 (info-complete): Use it and completion-in-region.
23178
23179 2011-05-28 Drew Adams <drew.adams@oracle.com>
23180
23181 * isearch.el: Let M-e start with point at the first mismatched char.
23182 (isearch-fail-pos): New function.
23183 (isearch-edit-string): Use it.
23184
23185 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23186
23187 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23188
23189 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23190
23191 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23192 traversal functions for avl-trees.
23193 (avl-tree--stack): New struct.
23194 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23195 (avl-tree-enter): Add optional `updatefun' arg.
23196 (avl-tree--do-enter): Add optional `updatefun' arg.
23197 Change return value.
23198 (avl-tree-delete): Add optional `test' and `nilflag' args.
23199 (avl-tree--do-delete): Add `test' and `nilflag' args.
23200 Change return value.
23201 (avl-tree-member): Add optional `nilflag'
23202 (avl-tree-member-p): New function.
23203 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23204 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23205 (avl-tree-stack-empty-p): New functions.
23206
23207 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23208 avl-tree--del-balance1 and make it work both ways.
23209 (avl-tree--del-balance2): Remove.
23210 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23211 make it work both ways.
23212 (avl-tree--enter-balance2): Remove.
23213 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23214 New macros.
23215 (avl-tree--mapc, avl-tree-map): Add direction argument.
23216
23217 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23218
23219 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23220
23221 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23222
23223 * select.el: Support clipboard managers with built-in function
23224 x-clipboard-manager-save, via delete-frame-functions and
23225 kill-emacs-hook.
23226 (xselect-convert-to-targets): Add MULTIPLE target to list.
23227 (xselect-convert-to-save-targets): New function.
23228
23229 2011-05-27 Kenichi Handa <handa@m17n.org>
23230
23231 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23232 let-binding rfc2047-encode-encoded-words to nil.
23233
23234 2011-05-27 Glenn Morris <rgm@gnu.org>
23235
23236 * mail/emacsbug.el: Don't require url-util.
23237
23238 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23239
23240 * files.el (set-auto-mode):
23241 Also respect mode: entries at the end of the file. (Bug#8586)
23242
23243 2011-05-26 Glenn Morris <rgm@gnu.org>
23244
23245 * files.el (hack-local-variables-prop-line, hack-local-variables):
23246 Downcase mode names, as seems to be traditional.
23247 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23248
23249 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23250 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23251
23252 2011-05-25 Julien Danjou <julien@danjou.info>
23253
23254 * textmodes/rst.el (rst-define-level-faces): Do not define face
23255 symbol if it is already defined.
23256
23257 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
23258
23259 * play/5x5.el (5x5-new-game, 5x5-randomize):
23260 Reset 5x5-solver-output to nil when a new grid is cast.
23261 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23262 these debugging traces, as defmacro breaks the compiled code.
23263
23264 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23265
23266 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23267
23268 2011-05-24 Leo Liu <sdl.web@gmail.com>
23269
23270 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23271 (vc-bzr-sha1): Adapt.
23272
23273 * sha1.el: Remove. Function `sha1' is now builtin.
23274
23275 * bindings.el: Provide sha1 feature.
23276
23277 2011-05-24 Kenichi Handa <handa@m17n.org>
23278
23279 * mail/sendmail.el: Require `rfc2047'.
23280 (mail-insert-from-field): Do not perform RFC2047 encoding.
23281 (mail-encode-header): New function.
23282 (sendmail-send-it): Set buffer-file-coding-system of the work
23283 buffer to the return value of select-message-coding-system.
23284 Call mail-encode-header.
23285
23286 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23287
23288 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23289
23290 * mail/supercite.el (sc-default-cite-frame):
23291 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23292
23293 2011-05-24 Glenn Morris <rgm@gnu.org>
23294
23295 * progmodes/python.el (brm-menu): Declare.
23296
23297 * emulation/viper.el (viper-set-hooks): Declare.
23298
23299 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23300 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23301 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23302 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23303 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23304 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23305
23306 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23307
23308 Add an :exit-function for completion-at-point.
23309
23310 * minibuffer.el (completion--done): New fun.
23311 (completion--do-completion): Use it. New arg `expect-exact'.
23312 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23313 since completion--do-completion does it for us now.
23314 (minibuffer-force-complete): Use completion--done and
23315 completion--replace. Handle sole-completion case with more care.
23316 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23317 (completion-extra-properties): New var.
23318 (completion-annotate-function): Make obsolete.
23319 (minibuffer-completion-help): Adjust accordingly.
23320 Use completion-list-insert-choice-function.
23321 (completion-at-point, completion-help-at-point):
23322 Bind completion-extra-properties.
23323 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23324 * simple.el (completion-list-insert-choice-function): New var.
23325 (completion-setup-function): Preserve it.
23326 (choose-completion): Pay attention to it, shuffle the code a bit.
23327 (choose-completion-string): New arg `insert-function'.
23328
23329 * textmodes/bibtex.el: Convert to lexical binding.
23330 (bibtex-mode-map): Use completion-at-point.
23331 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23332 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23333 (bibtex-complete): Define as obsolete alias.
23334 (bibtex-complete-internal): Remove.
23335 (bibtex-format-entry): Remove unused sub-group in regexp.
23336 * shell.el (shell--command-completion-data)
23337 (shell-environment-variable-completion):
23338 * pcomplete.el (pcomplete-completions-at-point):
23339 * comint.el (comint--complete-file-name-data): Use :exit-function
23340 instead of completion-table-with-terminator so it also works for
23341 choose-completion.
23342
23343 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23344
23345 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23346
23347 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23348 (bug#8710).
23349
23350 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23351
23352 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23353
23354 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23355 customization variable and implement: If non-nil, auto-fill will
23356 be inhibited while on topic's header line.
23357
23358 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23359
23360 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23361 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23362 always have a solution in grid size = 5 cases.
23363 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23364 (5x5-solver-output, 5x5-log-buffer): New vars.
23365 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23366 Make these variables buffer local to achieve 5x5 multi-session-ness.
23367 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23368 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23369 (5x5-solve-suggest): New funs.
23370 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23371 randomize a grid so that we ensure that there is always a solution.
23372 (5x5-make-random-grid): Allow other movement than flipping.
23373
23374 2011-05-23 Kevin Ryde <user42@zip.com.au>
23375
23376 * emacs-lisp/advice.el (ad-read-advised-function):
23377 Use `function-called-at-point' as the default, if it has
23378 advice and passes PREDICATE.
23379
23380 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23381
23382 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23383 byte-compile-lambda if it's actually a lambda.
23384
23385 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23386 Fix function quoting. Use backquote better.
23387
23388 2011-05-22 Yuanle Song <sylecn@gmail.com>
23389
23390 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23391 matching (Bug#8516).
23392
23393 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23394
23395 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23396 different face (Bug#8178).
23397
23398 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23399
23400 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23401 defface (Bug#8144).
23402
23403 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23404
23405 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23406 funcall as well (bug#8712). Warn when performing those conversions.
23407 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23408
23409 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23410
23411 2011-05-22 Glenn Morris <rgm@gnu.org>
23412
23413 * files.el (hack-local-variables-prop-line): Small simplifications.
23414 (hack-local-variables, hack-local-variables-prop-line):
23415 If MODE-ONLY, return the mode, rather than just `t'.
23416
23417 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23418
23419 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23420
23421 2011-05-21 Glenn Morris <rgm@gnu.org>
23422
23423 * files.el (hack-local-variables-prop-line, hack-local-variables):
23424 If only interested in the mode, don't bother doing the other stuff.
23425
23426 * image-mode.el (image-after-revert-hook):
23427 Redraw all frames on which the image is visible. (Bug#8567)
23428
23429 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23430
23431 * wid-edit.el (widget-checklist-match-inline):
23432 Fix 2011-04-19 change. (Bug#8649)
23433
23434 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23435
23436 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23437 Also allow singlespace after single-letter capitals followed by a dot.
23438
23439 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23440 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23441
23442 2011-05-20 Nix <nix@esperi.org.uk>
23443
23444 * files.el (basic-save-buffer-2):
23445 Fix handling of break-hardlink-on-save with non-existent files.
23446
23447 2011-05-19 Deniz Dogan <deniz@dogan.se>
23448
23449 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23450 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23451
23452 2011-05-19 Glenn Morris <rgm@gnu.org>
23453
23454 * progmodes/f90.el (f90-type-def-re):
23455 Handle "type, bind(c)". (Bug#8691)
23456
23457 * emacs-lisp/autoload.el (batch-update-autoloads):
23458 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23459
23460 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23461
23462 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23463 property for the correct connection in case of multihops.
23464
23465 2011-05-18 Glenn Morris <rgm@gnu.org>
23466
23467 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23468 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23469
23470 Rationalize calendar handling of day and month abbrev-arrays.
23471 * calendar/calendar.el (calendar-customized-p): New function.
23472 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23473 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23474 Add :set function.
23475 (calendar-abbrev-length, calendar-day-abbrev-array)
23476 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23477 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23478 Elements may no longer be nil.
23479 (calendar-day-name, calendar-month-name):
23480 Update for changed nature of abbrev arrays.
23481 * calendar/diary-lib.el (diary-name-pattern):
23482 Update for changed nature of abbrev arrays.
23483 (diary-mark-entries-1): Update calendar-make-alist calls.
23484 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23485 * calendar/cal-html.el (cal-html-day-abbrev-array):
23486 Simply inherit from calendar-day-abbrev-array.
23487
23488 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23489
23490 * progmodes/grep.el (grep-mode): Disable default
23491 compilation-directory-matcher setting (bug#8684).
23492
23493 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23494
23495 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23496 instead of "head" and "tail". There were problems with SunOS 5.9,
23497 and it performs better.
23498
23499 2011-05-17 Glenn Morris <rgm@gnu.org>
23500
23501 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23502
23503 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23504 Replace obsolete function.
23505
23506 * shell.el (pcomplete-parse-arguments-function): Declare.
23507
23508 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23509 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23510 (appt-check): Doc fixes.
23511 (appt-disp-window-function, appt-delete-window-function):
23512 Remove needless special case in custom :type.
23513 (appt-display-count): Default to 0, not nil.
23514 (appt-check): Reset appt-display-count to 0, not nil.
23515
23516 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23517
23518 * progmodes/python.el (python-font-lock-keywords):
23519 Add the Python 3.X keyword "nonlocal" (bug#8639).
23520
23521 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23522
23523 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23524
23525 2011-05-16 Kevin Ryde <user42@zip.com.au>
23526
23527 * info-look.el (makefile-automake-mode): New setups, looking in
23528 automake manual, then makefile-mode.
23529 (makefile-mode): Remove automake manual, have it just in
23530 makefile-automake-mode since there's various things different or
23531 not relevant to plain make.
23532 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23533 believe a hypothetical automake-mode would go to makefile-mode,
23534 not the other way around.
23535
23536 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23537
23538 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23539 hunk-end tags (Bug#8672).
23540
23541 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23542 vc-annotate-show-diff-revision-at-line (Bug#8671).
23543
23544 2011-05-14 Glenn Morris <rgm@gnu.org>
23545
23546 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23547 in the middle of an existing one with multiple authors. (Bug#8645)
23548 (change-log-font-lock-keywords): Also handle multiple author lines
23549 with leading tabs. (Bug#8644)
23550
23551 * calendar/appt.el (appt-check): Rename some local variables.
23552 Some simplification/reordering.
23553
23554 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23555 (feedmail-sendmail-f-doesnt-sell-me-out)
23556 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23557 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23558 (feedmail-queue-runner-message-sender): Set :version.
23559 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23560 (bbdb-dwim-net-address, vm-mail): Declare.
23561 (feedmail-binmail-gnulinuxish-template):
23562 Rename from feedmail-binmail-linuxish-template.
23563 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23564 Use insert-buffer-substring.
23565
23566 2011-05-14 Bill Carpenter <bill@carpenter.org>
23567
23568 * mail/feedmail.el (feedmail-patch-level): Increase.
23569 (feedmail-debug): New custom group.
23570 (feedmail-confirm-outgoing-timeout)
23571 (feedmail-sendmail-f-doesnt-sell-me-out)
23572 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23573 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23574 (feedmail-sender-line, feedmail-from-line)
23575 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23576 (feedmail-spray-this-address)
23577 (feedmail-spray-address-fiddle-plex-list)
23578 (feedmail-queue-use-send-time-for-date)
23579 (feedmail-queue-use-send-time-for-message-id)
23580 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23581 (feedmail-buffer-eating-function):
23582 Doc fixes.
23583 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23584 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23585 (feedmail-message-action-scroll-down): New functions.
23586 (feedmail-queue-directory, feedmail-queue-draft-directory):
23587 Use expand-file-name.
23588 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23589 Remove C-v help entry.
23590 (feedmail-queue-buffer-file-name): New variable.
23591 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23592 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23593 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23594 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23595 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23596 (feedmail-message-action-toggle-spray)
23597 (feedmail-run-the-queue-no-prompts)
23598 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23599 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23600 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23601 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23602 (feedmail-envelope-deducer, feedmail-fiddle-from)
23603 (feedmail-fiddle-sender, feedmail-default-date-generator)
23604 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23605 (feedmail-fiddle-spray-address)
23606 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23607 (feedmail-fiddle-list-of-fiddle-plexes)
23608 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23609 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23610 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23611 Change default. Doc fix.
23612 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23613 (feedmail-binmail-linuxish-template): New constant.
23614 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23615 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23616 (feedmail-send-it): Add debug call.
23617 Use feedmail-queue-buffer-file-name, and
23618 feedmail-send-it-immediately-wrapper.
23619 (feedmail-message-action-send): Add debug call.
23620 Use feedmail-send-it-immediately-wrapper.
23621 (feedmail-queue-express-to-queue): Add debug call.
23622 Run feedmail-queue-express-hook.
23623 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23624 (feedmail-message-action-help-blat):
23625 Rename from feedmail-queue-send-edit-prompt-help-first.
23626 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23627 Check line-endings. Handle errors better.
23628 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23629 Doc fix. Add debug call.
23630 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23631 Use feedmail-queue-send-edit-prompt-inner.
23632 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23633 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23634 from feedmail-queue-send-edit-prompt.
23635 (feedmail-queue-send-edit-prompt-help)
23636 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23637 (feedmail-tidy-up-slug): Add debug call.
23638 Respect feedmail-queue-slug-suspect-regexp.
23639 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23640 (feedmail-dump-message-to-queue): Add debug call.
23641 Expand queue-directory.
23642 (feedmail-dump-message-to-queue): Change message slightly.
23643 Use feedmail-say-chatter.
23644 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23645 (feedmail-send-it-immediately-wrapper): New function.
23646 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23647 Insert empty string rather than newline. Handle full-frame case.
23648 Use catch/throw. Use feedmail-say-chatter.
23649 (feedmail-fiddle-from): Try mail-host-address.
23650 (feedmail-default-message-id-generator): Doc fix.
23651 Bind system-time-locale. Handle missing end.
23652 (feedmail-fiddle-x-mailer): Add debug call.
23653 Handle feedmail-x-mailer-line being nil.
23654 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23655 Add debug call. Use buffer-substring-no-properties.
23656 (feedmail-say-debug, feedmail-say-chatter): New functions.
23657 (feedmail-find-eoh): Give an explicit error.
23658
23659 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23660
23661 * net/newst-treeview.el (newsticker-treeview-face): Change default
23662 family from helvetica to sans.
23663 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23664 etc/images/newsticker.
23665
23666 * net/newst-reader.el (newsticker-feed-face): Change default
23667 family from helvetica to sans.
23668
23669 * net/newst-plainview.el (newsticker-new-item-face)
23670 (newsticker-old-item-face, newsticker-immortal-item-face)
23671 (newsticker-obsolete-item-face, newsticker-date-face)
23672 (newsticker-statistics-face): Change default family from
23673 helvetica to sans.
23674 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23675 etc/images/newsticker.
23676
23677 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23678 (newsticker--process-auto-mark-filter-match): Tell user about
23679 auto-marking.
23680
23681 2011-05-13 Didier Verna <didier@xemacs.org>
23682
23683 Common Lisp indentation improvements on defmethod and lambda-lists.
23684 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23685 TODO entries.
23686 (lisp-lambda-list-keyword-parameter-indentation)
23687 (lisp-lambda-list-keyword-parameter-alignment)
23688 (lisp-lambda-list-keyword-alignment): New customizable user options.
23689 (lisp-indent-defun-method): Improve docstring.
23690 (extended-loop-p): Fix comment.
23691 (lisp-indent-lambda-list-keywords-regexp): New variable.
23692 (lisp-indent-lambda-list): New function.
23693 (lisp-indent-259): Use it.
23694 (lisp-indent-defmethod): Support for more than one
23695 method qualifier and properly indent methods lambda-lists.
23696 (defgeneric): Provide a missing common-lisp-indent-function property.
23697
23698 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23699
23700 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23701 bounds for the empty string (bug#8667).
23702
23703 2011-05-13 Glenn Morris <rgm@gnu.org>
23704
23705 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23706
23707 * mail/sendmail.el (sendmail-program): Try executable-find first.
23708 (sendmail-send-it): `sendmail-program' cannot be unbound.
23709
23710 * calendar/appt.el (appt-make-list): Simplify.
23711 (appt-time-msg-list): Doc fix.
23712 (appt-check): Change mode-line message at the time of the appointment.
23713
23714 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23715
23716 * progmodes/ld-script.el (ld-script-keywords)
23717 (ld-script-builtins): Update keywords list.
23718
23719 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23720
23721 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23722
23723 * shell.el (shell-completion-vars): New function.
23724 (shell-mode):
23725 * simple.el (read-shell-command): Use it.
23726 (blink-matching-open): No need for " [...]" in minibuffer-message.
23727
23728 2011-05-12 Glenn Morris <rgm@gnu.org>
23729
23730 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23731 (appt-check): Simplify.
23732
23733 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23734
23735 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23736 literal "/dev/null".
23737
23738 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23739
23740 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23741 Fix typo.
23742
23743 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23744
23745 * progmodes/which-func.el (which-function):
23746 Use add-log-current-defun instead of add-log-current-defun-function,
23747 which might not be defined (Bug#8260).
23748
23749 2011-05-12 Glenn Morris <rgm@gnu.org>
23750
23751 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23752 Let byte-compile-initial-macro-environment always take precedence.
23753
23754 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23755
23756 * net/rcirc.el: Add support for SSL/TLS connections.
23757 (rcirc-server-alist): New field `encryption'.
23758 (rcirc): Check `encryption' settings.
23759 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23760 Merge make-local-variable into `set'.
23761 (rcirc--connection-open-p): New function.
23762 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23763 the process is not a network process (e.g. running gnutls-cli).
23764 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23765 Make rcirc-(en|de)code-coding-system local here.
23766 (rcirc-mode): Merge make-local-variable into `set'.
23767 (rcirc-parent-buffer): Make permanent buffer-local.
23768 (rcirc-multiline-minor-mode): Don't do it here.
23769 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23770 there's no server buffer.
23771
23772 2011-05-11 Glenn Morris <rgm@gnu.org>
23773
23774 * newcomment.el (comment-kill): Prefix "unused" local.
23775
23776 * term/w32console.el (get-screen-color): Declare.
23777
23778 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23779 Handle symbol elements of byte-compile-initial-macro-environment.
23780
23781 2011-05-10 Leo Liu <sdl.web@gmail.com>
23782
23783 * bookmark.el (bookmark-bmenu-mode-map):
23784 Bind bookmark-bmenu-search to `/'.
23785
23786 * mail/footnote.el: Convert to utf-8 encoding.
23787 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23788 (Footnote-unicode): New function.
23789 (footnote-style-alist): Add unicode style to the list.
23790 (footnote-style): Doc fix.
23791
23792 2011-05-10 Jim Meyering <meyering@redhat.com>
23793
23794 Fix doubled-word typos.
23795 * international/quail.el (quail-insert-kbd-layout): and and -> and
23796 * kermit.el: and and -> and
23797 * net/ldap.el (ldap-search-internal): to to -> to
23798 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23799 * progmodes/js.el (js-mode): and and -> and
23800 * textmodes/artist.el (artist-move-to-xy): at at -> at
23801 (artist-draw-region-trim-line-endings): if if -> if
23802 And Safetyc -> Safety.
23803 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23804
23805 2011-05-10 Glenn Morris <rgm@gnu.org>
23806 Stefan Monnier <monnier@iro.umontreal.ca>
23807
23808 * files.el (hack-one-local-variable-eval-safep):
23809 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23810
23811 2011-05-10 Glenn Morris <rgm@gnu.org>
23812
23813 * calendar/diary-lib.el (diary-list-entries-hook)
23814 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23815 (diary-nongregorian-marking-hook, diary-list-entries)
23816 (diary-include-other-diary-files, diary-mark-entries)
23817 (diary-mark-included-diary-files): Doc fixes.
23818
23819 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23820
23821 * misc.el: Require tabulated-list.el during compilation.
23822
23823 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23824
23825 * progmodes/compile.el (compilation-start):
23826 Run compilation-filter-hook for the async case too.
23827 (compilation-filter-hook): Doc fix.
23828
23829 2011-05-09 Deniz Dogan <deniz@dogan.se>
23830
23831 * wdired.el: Remove outdated installation comment. Fix usage
23832 comment.
23833
23834 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23835
23836 * misc.el: Implement new command `list-dynamic-libraries'.
23837 (list-dynamic-libraries--loaded-only-p): New variable.
23838 (list-dynamic-libraries--refresh): New function.
23839 (list-dynamic-libraries): New command.
23840
23841 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23842
23843 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23844 Fix the ant regexp to handle end-line and end-column info from jikes.
23845 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23846 higher priority to avoid clobbering by gnu.
23847
23848 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23849
23850 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23851 if the face has existing theme settings (Bug#8454).
23852
23853 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23854
23855 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23856 Only match variables declared via `my' or `our' (Bug#8261).
23857
23858 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23859 special file names `.' and `..' (Bug#8259).
23860
23861 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23862
23863 * progmodes/grep.el (grep-mode-font-lock-keywords):
23864 Remove buffer-changing entries.
23865 (grep-filter): New function.
23866 (grep-mode): Add it to compilation-filter-hook.
23867
23868 * progmodes/compile.el (compilation-filter-hook)
23869 (compilation-filter-start): New defvars.
23870 (compilation-filter): Call compilation-filter-hook prior to
23871 updating the process mark.
23872
23873 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23874
23875 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23876
23877 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23878
23879 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23880 mailclient-send-it even if window-system is nil. (Bug#8595)
23881
23882 * term/w32console.el (terminal-init-w32console):
23883 Call get-screen-color and use its output to set the frame
23884 background-mode. (Bug#8597)
23885
23886 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23887
23888 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23889 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23890 New functions.
23891 (defgeneric, eieio--defmethod): Use them.
23892 (eieio-defgeneric): Remove.
23893 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23894
23895 2011-05-07 Glenn Morris <rgm@gnu.org>
23896
23897 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23898 Use let rather than let*.
23899 (timeclock-find-discrep): Remove unused local.
23900
23901 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23902
23903 * calendar/appt.el (appt-time-msg-list): Doc fix.
23904
23905 2011-05-06 Noah Friedman <friedman@splode.com>
23906
23907 * apropos.el (apropos-print-doc): Only use
23908 emacs-lisp-docstring-fill-column when it is bound to an integer,
23909 per that variable's documentation.
23910
23911 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23912
23913 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23914 and warnings are not silently discarded (e.g. use -d instead of -P).
23915
23916 2011-05-06 Glenn Morris <rgm@gnu.org>
23917
23918 * calendar/appt.el (appt-message-warning-time): Doc fix.
23919 (appt-warning-time-regexp): New option.
23920 (appt-make-list): Respect appt-message-warning-time.
23921
23922 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23923 New options.
23924 (diary-add-to-list): Strip comments from the displayed string.
23925 (diary-mode): Set comment-start and comment-end.
23926
23927 * vc/diff-mode.el (smerge-refine-subst): Declare.
23928 (diff-refine-hunk): Don't require smerge-mode when compiling.
23929
23930 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23931
23932 * simple.el (list-processes): Return nil as the docstring says.
23933
23934 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23935
23936 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23937 to "".
23938 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23939 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23940 determining of binary transfer. (Bug#7383)
23941
23942 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23943
23944 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23945 Fix port computation bug. (Bug#8618)
23946
23947 2011-05-05 Glenn Morris <rgm@gnu.org>
23948
23949 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23950
23951 * simple.el (shell-dynamic-complete-functions)
23952 (comint-dynamic-complete-functions): Declare.
23953
23954 * net/network-stream.el (gnutls-negotiate):
23955 * simple.el (tabulated-list-print): Fix declarations.
23956
23957 * progmodes/gud.el (syntax-symbol, syntax-point):
23958 Remove unnecessary and incorrect declarations.
23959
23960 * emacs-lisp/check-declare.el (check-declare-scan):
23961 Handle byte-compile-initial-macro-environment in bytecomp.el.
23962
23963 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23964
23965 Fix earlier half-done eieio-defmethod change (bug#8338).
23966 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23967 Streamline and change calling convention.
23968 (defmethod): Adjust accordingly and simplify.
23969 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23970 new eieio--defmethod.
23971 (slot-boundp): Minor CSE simplification.
23972
23973 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23974
23975 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23976 (glasses-make-readable): Use glasses-separate-capital-groups.
23977
23978 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23979
23980 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23981 (warning-series): Doc fix.
23982 (display-warning): Don't try to create the buffer if we just found it.
23983
23984 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
23985
23986 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23987 (autoload-find-generated-file): New function.
23988 (generate-file-autoloads): Bind generated-autoload-file to
23989 buffer-file-name.
23990 (update-file-autoloads, update-directory-autoloads):
23991 Use autoload-find-generated-file. If called interactively, prompt for
23992 output file (Bug#7989).
23993 (batch-update-autoloads): Doc fix.
23994
23995 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
23996
23997 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23998
23999 2011-05-04 Glenn Morris <rgm@gnu.org>
24000
24001 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24002 function, so it follows changes in calendar-date-style.
24003 (diary-fancy-date-matcher): New function.
24004 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24005 (diary-fancy-font-lock-fontify-region-function):
24006 Use diary-fancy-date-pattern as a function.
24007
24008 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24009 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24010
24011 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24012
24013 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24014 instead of positional arguments. Allow :keylist and :crlfiles
24015 arguments.
24016 (open-gnutls-stream): Call it.
24017
24018 * net/network-stream.el (network-stream-open-starttls): Adjust to
24019 call `gnutls-negotiate' with :process and :hostname arguments.
24020
24021 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24022
24023 * minibuffer.el (completion--message): New function.
24024 (completion--do-completion, minibuffer-complete)
24025 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24026 (completion--do-completion): Don't ignore completion-auto-help when in
24027 icomplete-mode.
24028
24029 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24030 internal encoding (e.g. tibetan zero is not whitespace).
24031 (global-whitespace-mode): Prefer save-current-buffer.
24032 (whitespace-trailing-regexp): Remove useless save-match-data.
24033 (whitespace-empty-at-bob-regexp): Minor simplification.
24034
24035 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24036
24037 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24038
24039 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24040
24041 * textmodes/ispell.el (ispell-add-per-file-word-list):
24042 Use `concat' to create string for insertion.
24043
24044 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24045
24046 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24047 Avoid open-line which runs post-self-insert-hook.
24048 (bibtex-fill-entry): Remove unused `end' var.
24049
24050 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24051
24052 * textmodes/ispell.el (ispell-add-per-file-word-list):
24053 Protect against `nil' value of `comment-start' (Bug#8579).
24054
24055 2011-05-03 Leo Liu <sdl.web@gmail.com>
24056
24057 * isearch.el (isearch-yank-pop): New command.
24058 (isearch-mode-map): Bind it to `M-y'.
24059 (isearch-forward): Mention it.
24060
24061 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24062
24063 * simple.el (minibuffer-complete-shell-command): Remove.
24064 (minibuffer-local-shell-command-map): Use completion-at-point.
24065 (read-shell-command): Setup completion vars here instead.
24066 (read-expression-map): Bind TAB to symbol completion.
24067
24068 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24069 error directly rather via storing it into `results'.
24070
24071 2011-05-02 Leo Liu <sdl.web@gmail.com>
24072
24073 * vc/diff.el: Fix description.
24074
24075 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24076
24077 * server.el (server-eval-at): New function.
24078
24079 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24080
24081 * net/network-stream.el (open-network-stream): Take a :nowait
24082 parameter and pass it on to `make-network-process'.
24083 (network-stream-open-plain): Ditto.
24084
24085 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24086
24087 * faces.el (face-spec-set-match-display): Don't match toolkit
24088 options on terminal frames.
24089
24090 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24091
24092 * progmodes/pascal.el: Use lexical binding.
24093 (pascal-mode-map): Remove author preferences.
24094
24095 * pcomplete.el (pcomplete-std-complete): Don't abuse
24096 completion-at-point.
24097
24098 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24099
24100 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24101 removing code that has been dead since 1991 or so.
24102
24103 * startup.el (command-line): When warning about "_emacs", use a
24104 delayed warning to allow the user to filter it out.
24105
24106 2011-04-28 Deniz Dogan <deniz@dogan.se>
24107
24108 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24109 user has not joined.
24110
24111 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24112
24113 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24114 aren't any completions at point.
24115
24116 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24117
24118 * subr.el (display-delayed-warnings): New function.
24119 (delayed-warnings-hook): New variable.
24120
24121 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24122
24123 * minibuffer.el (completion-at-point, completion-help-at-point):
24124 Don't presume that a given completion-at-point-function will always
24125 use the same calling convention.
24126
24127 * pcomplete.el (pcomplete-completions-at-point):
24128 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24129 pcomplete-seen is non-nil.
24130 (pcomplete-comint-setup): Also recognize the new comint/shell
24131 completion functions.
24132 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24133 pcomplete-seen is non-nil.
24134
24135 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24136
24137 * calendar/icalendar.el (diary-lib): Add require statement.
24138 (icalendar--create-uid): Read out a uid from a text-property on
24139 the first character in the entry. This allows for code to add its
24140 own uid to the entry.
24141 (icalendar--convert-float-to-ical): Add export of
24142 `diary-float'-entries save for those with the optional DAY
24143 argument.
24144
24145 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24146
24147 * subr.el (shell-quote-argument): Use alternate escaping strategy
24148 when we spot a variable reference in a string.
24149
24150 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24151
24152 * cus-start.el (all): Define customization for debug-on-event.
24153
24154 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24155
24156 * subr.el (shell-quote-argument): Escape correctly under Windows.
24157
24158 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24159
24160 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24161
24162 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24163
24164 * net/tramp.el (tramp-process-actions): Add POS argument.
24165 Delete region between POS and (pos).
24166
24167 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24168 Use `nil' position in `tramp-process-actions' call.
24169 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24170
24171 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24172 position in `tramp-process-actions' call.
24173
24174 * net/trampver.el: Update release number.
24175
24176 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24177
24178 * custom.el (defcustom): Obey lexical-binding.
24179
24180 Fix octave-inf completion problems reported by Alexander Klimov.
24181 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24182 Inherit from octave-mode-syntax-table.
24183 (inferior-octave-mode): Set info-lookup-mode.
24184 (inferior-octave-completion-at-point): New function.
24185 (inferior-octave-complete): Use it and completion-in-region.
24186 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24187 comint-filename-completion.
24188 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24189 symbol elements which shouldn't be word elements.
24190 (octave-font-lock-keywords, octave-beginning-of-defun)
24191 (octave-function-header-regexp): Adjust regexps accordingly.
24192 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24193
24194 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24195
24196 * net/gnutls.el (gnutls-errorp): Declare before first use.
24197
24198 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24199
24200 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24201 verify-error, and verify-hostname-error parameters. Check whether
24202 default trustfile exists before going to use it. Add missing
24203 argument to gnutls-message-maybe call. Return value.
24204 Reported by Claudio Bley <claudio.bley@gmail.com>.
24205 (open-gnutls-stream): Add usage example.
24206
24207 * net/network-stream.el (network-stream-open-starttls): Give host
24208 parameter to `gnutls-negotiate'.
24209 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24210 * subr.el (shell-quote-argument): Escape correctly under Windows.
24211
24212 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24213
24214 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24215 Use correct match group (bug#8438).
24216
24217 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24218
24219 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24220 (package-menu--generate): New arg specifying packages to show.
24221 (package-menu-refresh, package-menu-execute, list-packages):
24222 Callers changed.
24223 (package-show-package-list): New function, replacing deleted
24224 package--list-packages (renamed because it is non-internal).
24225
24226 * finder.el (finder-list-matches): Use package-show-package-list
24227 instead of deleted package--list-packages.
24228
24229 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24230 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24231 (vc-annotate-mode-map): Bind it to RET.
24232
24233 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24234
24235 * progmodes/etags.el (next-file): Don't use set-buffer to change
24236 buffers (Bug#8478).
24237
24238 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24239
24240 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24241
24242 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24243 (apropos-accumulator): Doc fix.
24244 (apropos-function, apropos-macro, apropos-command)
24245 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24246 (apropos-plist): Add face property.
24247 (apropos-symbols-internal): Fix indentation.
24248 (apropos-print): Simplify help, and recognize apropos-multi-type.
24249 (apropos-print-doc): Use button-type-get to extract the button's
24250 face property. Fill docstring (Bug#8352).
24251
24252 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24253
24254 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24255
24256 * play/mpuz.el (mpuz-silent): Doc fix.
24257 (mpuz-mode-map): Use mapc.
24258 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24259 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24260 Fix typos in docstrings.
24261
24262 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24263 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24264
24265 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24266
24267 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24268
24269 * minibuffer.el (completion--do-completion): Avoid the "Next char
24270 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24271
24272 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24273 mouse-2 into unread-command-events, it is interpreted correctly.
24274
24275 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24276 (image-toggle-display): Doc fix.
24277
24278 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24279
24280 * textmodes/page.el (what-page): Use line-number-at-pos to
24281 calculate line number (Bug#6825).
24282
24283 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24284
24285 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24286 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24287 Pass argument NO-DEFAULT to `find-tag-interactive'.
24288
24289 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24290
24291 Lexical-binding cleanup.
24292
24293 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24294 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24295 * progmodes/ada-prj.el (ada-prj-initialize-values)
24296 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24297 (ada-prj-show-value):
24298 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24299 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24300 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24301 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24302 * progmodes/bug-reference.el (bug-reference-push-button):
24303 * progmodes/fortran.el (fortran-line-length):
24304 * progmodes/glasses.el (glasses-change):
24305 * progmodes/octave-mod.el (octave-fill-paragraph):
24306 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24307 (python-pdbtrack-grub-for-buffer, python-sentinel):
24308 * progmodes/sql.el (sql-save-connection):
24309 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24310 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24311 Mark unused parameters.
24312
24313 * progmodes/compile.el (compilation--flush-directory-cache)
24314 (compilation--flush-parse, compile-internal): Mark unused parameters.
24315 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24316 (compilation-next-error-function): Remove unused variable `timestamp'.
24317
24318 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24319 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24320
24321 * progmodes/dcl-mode.el (dcl-end-of-command):
24322 Remove unused variable `start'.
24323 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24324 (dcl-option-value-basic, dcl-option-value-offset)
24325 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24326 Mark unused parameters.
24327 (dcl-save-local-variable): Remove unused variable `val'.
24328 (mode): Declare.
24329
24330 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24331 Mark unused parameters.
24332 (delphi-ignore-changes): Move before first use.
24333 (delphi-charset-token-at): Remove unused variable `start'.
24334 (delphi-else-start): Remove unused variable `if-count'.
24335 (delphi-comment-block-start, delphi-comment-block-end):
24336 Remove unused variable `kind'.
24337 (delphi-indent-line): Remove unused variable `new-point'.
24338
24339 * progmodes/ebrowse.el (ebrowse-files-list)
24340 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24341 Mark unused parameters. Don't quote `lambda'.
24342 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24343 Don't quote `lambda'.
24344 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24345 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24346 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24347 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24348 Use `ignore-errors'.
24349 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24350 (ebrowse-view/find-file-and-search-pattern)
24351 (ebrowse-view/find-member-declaration/definition):
24352 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24353 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24354 Rename parameter PREFIX-ARG to PREFIX.
24355 (ebrowse-tags-read-name): Remove unused variables `start' and
24356 `member-info'.
24357 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24358 to `tags-file'.
24359
24360 * progmodes/etags.el (local-find-tag-hook): Declare.
24361 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24362 Mark unused parameters.
24363
24364 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24365 (executable-interpret): Mark unused parameter.
24366
24367 * progmodes/flymake.el (flymake-process-sentinel)
24368 (flymake-after-change-function)
24369 (flymake-create-temp-with-folder-structure)
24370 (flymake-get-include-dirs-dot): Mark unused parameters.
24371 (flymake-safe-delete-directory): Remove unused variable `err'.
24372
24373 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24374 (speedbar-timer-fn, speedbar-line-text)
24375 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24376 (speedbar-center-buffer-smartly): Declare functions.
24377 (gdb-find-watch-expression): Remove unused variable `array'.
24378 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24379 (gdb-starting): Mark unused parameters.
24380 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24381 (gdb-table-string): Remove unused variable `res'.
24382 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24383 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24384 (gdb-display-buffer): Remove unused variable `cur-size'.
24385
24386 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24387 allow lexical-binding compilation.
24388 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24389 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24390 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24391 Mark unused parameters.
24392 (gud-gdb-marker-filter): Remove unused variable `match'.
24393 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24394 lambda expressions and funcall them, instead of using `fset'.
24395
24396 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24397 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24398
24399 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24400 variable `header-beg'; use `let'.
24401
24402 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24403 `restart', `last-sexp' and `at-do'.
24404
24405 * progmodes/js.el (js--debug): Mark unused parameter.
24406 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24407 (js--splice-into-items): Remove unused variable `item'.
24408 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24409
24410 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24411 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24412 (makefile-complete): Remove unused variable `try'.
24413 (makefile-fill-paragraph, makefile-match-function-end):
24414 Mark unused parameters.
24415
24416 * progmodes/octave-inf.el (inferior-octave-complete):
24417 Remove unused variable `proc'.
24418 (inferior-octave-output-digest): Mark unused parameter.
24419
24420 * progmodes/perl-mode.el (perl-calculate-indent):
24421 Remove unused variable `err'.
24422
24423 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24424 (prolog-indent-line): Mark unused parameters.
24425 (prolog-indent-line): Remove unused variable `beg'.
24426
24427 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24428 (reporter-dont-compact-list): Declare.
24429
24430 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24431 Remove unused variable `char'.
24432 (sh-debug): Mark unused parameter.
24433 (sh-get-indent-info): Remove unused variable `start'.
24434 (sh-calculate-indent): Remove unused variable `var'.
24435
24436 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24437 (simula-electric-keyword): Remove unused variable `null'.
24438 (simula-search-backward, simula-search-forward): Remove unused
24439 variables `begin' and `end'.
24440
24441 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24442 Remove unused variable `pos'.
24443 (vera-electric-tab, vera-comment-uncomment-region):
24444 Mark unused parameters.
24445 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24446
24447 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24448
24449 * emacs-lisp/package.el (package--builtins, package-alist)
24450 (package-load-descriptor, package-built-in-p, package-activate)
24451 (define-package, package-installed-p)
24452 (package-compute-transaction, package-buffer-info)
24453 (package--push): Doc fix. Distinguish more clearly between
24454 version strings and version lists.
24455
24456 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24457
24458 Lexical-binding cleanup.
24459
24460 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24461 (5x5-make-mutate-best):
24462 * play/fortune.el (fortune-in-buffer):
24463 * play/gomoku.el (gomoku-init-display):
24464 * play/solitaire.el (solitaire, solitaire-do-check):
24465 * play/tetris.el (tetris-default-update-speed-function):
24466 Mark unused parameters.
24467
24468 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24469 (bubbles--shift): Remove unused variable `char-org'.
24470 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24471 (bubbles--show-images): Remove unused variable `char'.
24472
24473 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24474 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24475 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24476 (decipher-analyze-buffer): Use ?\s.
24477 (decipher-make-checkpoint): Remove unused variable `mapping'.
24478
24479 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24480
24481 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24482 Remove unused variable `result'; use `let'.
24483
24484 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24485 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24486 (gametree-children-shown-p, gametree-compute-reduced-score):
24487 Use `ignore-errors'.
24488
24489 * play/handwrite.el (ps-lpr-switches): Declare.
24490 (handwrite): Remove unused variables `pmin' and `lastp'.
24491
24492 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24493
24494 * play/landmark.el (landmark-init-display)
24495 (landmark-update-naught-weights): Mark unused parameters.
24496 (landmark-y): Remove unused variable `noise'. Simplify.
24497 (landmark-human-plays): Remove unused variable `score'.
24498
24499 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24500 (mpuz-try-proposal): Remove unused variable `game'.
24501
24502 * play/zone.el (life-patterns): Declare.
24503
24504 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24505
24506 * vc/vc.el (ediff-vc-internal): Declare function.
24507
24508 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24509
24510 * shell.el: Use lexical-binding and std completion UI.
24511 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24512 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24513 comint-preoutput-filter-functions rather than on
24514 comint-output-filter-functions.
24515 (shell-command-completion, shell--command-completion-data)
24516 (shell-filename-completion, shell-environment-variable-completion)
24517 (shell-c-a-p-replace-by-expanded-directory): New functions.
24518 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24519 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24520 (shell-dynamic-complete-environment-variable): Use them.
24521 (shell-dynamic-complete-as-environment-variable)
24522 (shell-dynamic-complete-as-command): Remove.
24523 (shell-match-partial-variable): Match past point.
24524 * comint.el: Clean up use of completion-at-point-functions.
24525 (comint-completion-at-point): New function.
24526 (comint-mode): Use it completion-at-point-functions.
24527 (comint-dynamic-complete): Make it obsolete.
24528 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24529 (comint-c-a-p-replace-by-expanded-history): New function.
24530 (comint-dynamic-complete-functions)
24531 (comint-replace-by-expanded-history): Use it.
24532 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24533 termination strings. Try harder to avoid second try-completion.
24534 (completion-in-region-mode-map): Disable bindings that don't work yet.
24535
24536 * comint.el: Use lexical-binding. Require CL.
24537 (comint-dynamic-complete-functions): Use comint-filename-completion.
24538 (comint-completion-addsuffix): Tweak custom type.
24539 (comint-filename-completion, comint--common-suffix)
24540 (comint--common-quoted-suffix, comint--table-subvert)
24541 (comint--complete-file-name-data): New functions.
24542 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24543 (comint-dynamic-list-filename-completions): Use them.
24544 (comint-dynamic-simple-complete): Make obsolete.
24545
24546 * minibuffer.el (completion-in-region-mode):
24547 Keep completion-in-region-mode--predicate global.
24548 (completion-in-region--postch):
24549 Assume completion-in-region-mode--predicate is not null.
24550
24551 * progmodes/flymake.el (flymake-start-syntax-check-process):
24552 Obey `dir'. Simplify.
24553
24554 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24555 we're in VC after all.
24556
24557 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24558
24559 * vc/vc.el (vc-diff-build-argument-list-internal)
24560 (vc-version-ediff, vc-ediff): New commands.
24561 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24562
24563 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24564
24565 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24566 add sanity check.
24567
24568 * obsolete/erc-hecomplete.el: Make obsolete.
24569 * obsolete/: Standardize obsolescence info in the header.
24570
24571 2011-04-20 Glenn Morris <rgm@gnu.org>
24572
24573 * calendar/solar.el (solar-horizontal-coordinates):
24574 Use the longitude argument rather than `calendar-longitude'.
24575 (solar-date-next-longitude): Remove unused locals.
24576
24577 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24578
24579 * whitespace.el: New version 13.2.1.
24580
24581 2011-04-20 felix <EmacsWiki> (tiny change)
24582
24583 * whitespace.el (global-whitespace-mode): Keep highlight when
24584 switching between major modes on a file.
24585
24586 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24587
24588 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24589 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24590 multi-line comments as well.
24591
24592 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24593
24594 Lexical-binding cleanup.
24595
24596 * arc-mode.el (archive-mode-revert):
24597 * cmuscheme.el (scheme-interactively-start-process):
24598 * custom.el (custom-initialize-delay):
24599 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24600 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24601 * emacs-lock.el (emacs-lock-clear-sentinel):
24602 * ezimage.el (defezimage):
24603 * follow.el (follow-avoid-tail-recenter):
24604 * fringe.el (set-fringe-mode-1):
24605 * generic-x.el (bat-generic-mode-compile):
24606 * help-mode.el (help-info-variable, help-do-xref)
24607 (help-mode-revert-buffer):
24608 * help.el (view-emacs-todo):
24609 * iswitchb.el (iswitchb-completion-help):
24610 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24611 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24612 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24613 * locate.el (locate-update):
24614 * longlines.el (longlines-encode-region)
24615 (longlines-after-change-function):
24616 * outline.el (outline-isearch-open-invisible):
24617 * ps-def.el (declare-function, charset-dimension, char-width)
24618 (encode-char):
24619 * ps-mule.el (ps-mule-plot-string):
24620 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24621 (recentf-edit-list-select, recentf-edit-list-validate)
24622 (recentf-open-files-action):
24623 * rect.el (delete-whitespace-rectangle-line)
24624 (rectangle-number-line-callback):
24625 * register.el (window-configuration-to-register)
24626 (frame-configuration-to-register):
24627 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24628 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24629 (xselect-convert-to-targets, xselect-convert-to-delete)
24630 (xselect-convert-to-filename, xselect-convert-to-charpos)
24631 (xselect-convert-to-lineno, xselect-convert-to-colno)
24632 (xselect-convert-to-os, xselect-convert-to-host)
24633 (xselect-convert-to-user, xselect-convert-to-class)
24634 (xselect-convert-to-name, xselect-convert-to-integer)
24635 (xselect-convert-to-atom, xselect-convert-to-identity):
24636 * subr.el (declare, ignore, process-kill-without-query)
24637 (text-clone-maintain):
24638 * terminal.el (te-get-char, te-tic-sentinel):
24639 * tool-bar.el (tool-bar-make-keymap):
24640 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24641 * type-break.el (type-break-mode, type-break-noninteractive-query):
24642 * view.el (View-back-to-mark):
24643 * wid-browse.el (widget-browse-action, widget-browse-widget)
24644 (widget-browse-widgets, widget-browse-sexp):
24645 * widget.el (define-widget-keywords):
24646 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24647 Mark unused parameters.
24648
24649 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24650 (align-areas): Remove unused variable `look'.
24651 (align-region): Remove unused variables `real-end' and `pos-list'.
24652
24653 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24654
24655 * bindings.el (mode-line-modified, mode-line-remote):
24656 Mark unused parameters.
24657 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24658
24659 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24660 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24661
24662 * comint.el (comint-history-isearch-pop-state)
24663 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24664 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24665 (comint-substitute-in-file-name): Doc fix.
24666
24667 * completion.el (cmpl-statistics-block): Mark unused parameter.
24668 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24669 (save-completions-to-file, load-completions-from-file):
24670 Remove unused local variable `e'.
24671
24672 * composite.el (compose-chars): Remove unused variable `len'.
24673 (lgstring-insert-glyph): Remove unused variable `g'.
24674 (compose-glyph-string): Remove unused variables `ascent',
24675 `descent', `lbearing' and `rbearing'.
24676 (compose-glyph-string-relative): Remove unused variables
24677 `lbearing', `rbearing' and `wadjust'.
24678 (compose-gstring-for-graphic): Remove unused variables `header',
24679 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24680 (compose-gstring-for-terminal): Remove unused variables `header'
24681 and `nchars'. Use `let', not `let*'.
24682
24683 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24684 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24685 (Custom-buffer-done, custom-buffer-create-internal)
24686 (custom-browse-visibility-action, custom-browse-group-tag-action)
24687 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24688 (widget-magic-mouse-down-action, custom-toggle-parent)
24689 (custom-add-parent-links, custom-toggle-hide-variable)
24690 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24691 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24692 (custom-face-menu-create, custom-variable-menu-create, get)
24693 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24694 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24695 (customize-apropos): Remove unused variable `tests'.
24696 (custom-group-value-create): Remove unused variable `hidden-p'.
24697 (sort-fold-case): Declare.
24698
24699 * cus-theme.el (custom-reset-standard-faces-list)
24700 (custom-reset-standard-variables-list): Declare.
24701 (customize-create-theme, custom-theme-revert, custom-theme-write)
24702 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24703 Mark unused parameters.
24704
24705 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24706
24707 * delim-col.el (delimit-columns-max): Move defvar before first use.
24708
24709 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24710 (describe-char): Don't quote `lambda'. Mark unused parameter.
24711
24712 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24713 (auto-insert): Declare.
24714 (desktop-restore-file-buffer): Rename desktop-* parameters;
24715 mark unused ones.
24716 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24717 (desktop-buffer): Rename desktop-* parameters.
24718
24719 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24720 (dframe-reposition-frame-xemacs, dframe-help-echo)
24721 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24722 Mark unused parameters.
24723
24724 * dired-aux.el (backup-extract-version-start, overwrite-query)
24725 (overwrite-backup-query, rename-regexp-query)
24726 (rename-non-directory-query): Declare.
24727 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24728 (dired-add-entry): Remove unused variable `orig-file-name'.
24729 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24730 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24731 `dired-copy-preserve-time' directly.
24732 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24733 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24734
24735 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24736 (dired-virtual-revert, dired-make-relative-symlink):
24737 Mark unused parameters.
24738 (manual-program): Declare.
24739 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24740 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24741 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24742
24743 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24744
24745 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24746
24747 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24748 Declare.
24749
24750 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24751
24752 * electric.el (Electric-command-loop): Rename parameter
24753 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24754
24755 * expand.el (expand-in-literal): Remove unused variable `here'.
24756
24757 * facemenu.el (facemenu-add-new-color):
24758 Remove unused variable `docstring'.
24759
24760 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24761 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24762 (face-attr-construct): Mark unused parameter. Doc fix.
24763 (read-color): Remove unused variable `hex-string'.
24764
24765 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24766 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24767 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24768 (display-buffer-other-frame): Remove unused variable `old-window'.
24769 (kill-buffer-hook): Declare.
24770 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24771 Mark unused parameters.
24772 (after-find-file): Pass 1 to `auto-save-mode', not t.
24773
24774 * files-x.el (auto-insert): Declare.
24775 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24776
24777 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24778 variable `buf'. Mark unused parameter.
24779 (find-lisp-insert-directory): Mark unused parameter.
24780
24781 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24782 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24783 (format-common-tail): Remove, unused.
24784 (format-deannotate-region): Remove unused variable `loc'.
24785 (format-annotate-region): Remove unused variable `p'.
24786 (format-annotate-single-property-change): Remove unused variables
24787 `default' and `tail'.
24788
24789 * forms.el (read-file-filter): Declare.
24790 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24791
24792 * frame.el (frame-creation-function-alist): Mark unused parameter.
24793 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24794
24795 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24796 Remove unused parameters.
24797 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24798 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24799
24800 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24801 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24802 (hfy-prepare-tag-map): Mark unused parameters.
24803 (htmlfontify-buffer): Use `called-interactively-p'.
24804
24805 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24806 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24807 (ibuffer-do-occur): Mark unused parameters.
24808 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24809 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24810
24811 * ibuffer.el: Don't quote `lambda'.
24812 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24813 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24814 Mark unused parameters.
24815
24816 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24817 (ido-completing-read): Mark unused parameters.
24818 (ido-copy-current-word): Mark unused parameters;
24819 remove unused variable `name'.
24820 (ido-sort-merged-list): Remove unused parameter `dirs'.
24821
24822 * ielm.el (ielm-input-sender): Mark unused parameter.
24823 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24824 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24825 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24826 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24827 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24828
24829 * image-dired.el (image-dired-display-thumbs): Remove unused
24830 variables `curr-file' and `count'.
24831 (image-dired-remove-tag): Remove unused variable `start'.
24832 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24833 variable `curr-file'
24834 (image-dired-rotate-original): Remove unused variable `temp-file'.
24835 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24836 Remove unused variable `file'.
24837 (image-dired-gallery-generate): Remove unused variable `curr'.
24838 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24839
24840 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24841
24842 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24843
24844 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24845
24846 * isearch.el (minibuffer-history-symbol): Declare.
24847 (isearch-edit-string): Remove unused variable `err'.
24848 (isearch-message-prefix, isearch-message-suffix):
24849 Mark unused parameters.
24850
24851 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24852
24853 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24854
24855 * makesum.el (double-column): Remove unused variable `cnt'.
24856
24857 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24858 (ido-ignore-item-temp-list): Declare.
24859
24860 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24861 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24862 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24863 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24864 `mouse-col-delta'.
24865
24866 * mouse-sel.el (mouse-extend-internal):
24867 Remove unused variable `orig-window-frame'.
24868
24869 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24870 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24871 Move declarations before first use.
24872 (pcomplete-opt): Mark unused parameters; doc fix.
24873
24874 * proced.el (proced-revert): Mark unused parameter.
24875 (proced-send-signal): Remove unused variable `err'.
24876
24877 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24878 Rename parameter PREFIX-ARG to ARG.
24879 (ps-basic-plot-string, ps-basic-plot-whitespace):
24880 Mark unused parameters.
24881
24882 * replace.el (replace-count): Define.
24883 (occur-revert-function): Mark unused parameters.
24884 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24885 (isearch-case-fold-search, isearch-string): Declare.
24886 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24887 bind `case-fold-search'. Remove unused variables `beg' and `end',
24888 and simplify.
24889 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24890 COUNT and bind `replace-count'.
24891 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24892 to COUNT.
24893
24894 * savehist.el (print-readably, print-string-length): Declare.
24895
24896 * shadowfile.el (shadow-expand-cluster-in-file-name):
24897 Remove unused variable `cluster'.
24898 (shadow-copy-file): Remove unused variable `i'.
24899 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24900 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24901 (shadow-define-literal-group, shadow-define-regexp-group)
24902 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24903
24904 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24905 (shell): Use `called-interactively-p'.
24906 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24907
24908 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24909 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24910 (delete-backward-char): Remove unused variable `ocol'.
24911 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24912 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24913 (event-apply-hyper-modifier, event-apply-shift-modifier)
24914 (event-apply-control-modifier, event-apply-meta-modifier):
24915 Mark unused parameters.
24916 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24917 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24918
24919 * speedbar.el (speedbar-ignored-directory-expressions)
24920 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24921 (speedbar-find-file, speedbar-dir-follow)
24922 (speedbar-directory-buttons-follow, speedbar-tag-find)
24923 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24924 (speedbar-buffers-line-directory, speedbar-buffer-click):
24925 Mark unused parameters.
24926 (speedbar-tag-file): Remove unused variable `mode'.
24927 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24928
24929 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24930
24931 * talk.el (talk): Remove unused variable `display'.
24932
24933 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24934 (tar-write-region-annotate): Mark unused parameter.
24935
24936 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24937 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24938 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24939 warning by another.
24940
24941 * time-stamp.el (time-stamp-string-preprocess):
24942 Remove unused variable `require-padding'.
24943
24944 * tree-widget.el (widget-glyph-enable): Declare.
24945 (tree-widget-action): Mark unused parameter.
24946
24947 * w32-fns.el (x-get-selection): Mark unused parameter.
24948 (autoload-make-program, generated-autoload-file): Declare.
24949
24950 * wdired.el (wdired-revert): Mark unused parameters.
24951 (wdired-xcase-word): Remove unused variable `err'.
24952
24953 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24954 (whitespace-help-scroll): Remove unused variable `data-help'.
24955
24956 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24957 (widget-image-insert, widget-after-change, default)
24958 (widget-default-format-handler, widget-default-notify)
24959 (widget-default-prompt-value, widget-info-link-action)
24960 (widget-url-link-action, widget-function-link-action)
24961 (widget-variable-link-action, widget-file-link-action)
24962 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24963 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24964 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24965 (widget-insert-button-action, widget-delete-button-action, visibility)
24966 (widget-documentation-link-action, widget-documentation-string-action)
24967 (widget-const-prompt-value, widget-regexp-match, symbol)
24968 (widget-coding-system-prompt-value)
24969 (widget-key-sequence-value-to-external, sexp)
24970 (widget-sexp-value-to-internal, character, vector, cons)
24971 (widget-choice-prompt-value, widget-boolean-prompt-value)
24972 (widget-color--choose-action): Mark unused parameters.
24973 (widget-item-match-inline, widget-choice-match-inline)
24974 (widget-checklist-match, widget-checklist-match-inline)
24975 (widget-group-match): Rename parameter VALUES to VALS.
24976 (widget-field-value-set): Remove unused variable `size'.
24977 (widget-color-action): Remove unused variables `value' and `start'.
24978
24979 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24980 variable `dir'. Doc fix.
24981 (windmove-find-other-window): Don't pass it.
24982
24983 * window.el (count-windows): Mark unused parameter.
24984 (bw-adjust-window): Remove unused variable `err'.
24985
24986 * woman.el (woman-file-name): Remove unused variable `default'.
24987 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24988 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24989 (global-font-lock-mode): Declare.
24990 (woman-decode-region): Mark unused parameter.
24991 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24992
24993 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24994 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24995 (x-dnd-handle-moz-url): Remove unused variable `title'.
24996 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24997
24998 * xml.el (xml-parse-tag, xml-parse-attlist):
24999 Remove unused variable `pos'.
25000
25001 2011-04-19 Glenn Morris <rgm@gnu.org>
25002
25003 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25004 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25005 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25006 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25007 * calendar/cal-html.el (cal-html-insert-minical):
25008 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25009 (calendar-mark-date-pattern):
25010 Prefix "unused" locals.
25011
25012 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25013 optional argument `style'.
25014
25015 * calendar/appt.el (appt-make-list):
25016 * calendar/cal-china.el (calendar-chinese-date-string):
25017 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25018 (diary-hebrew-yahrzeit):
25019 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25020 * calendar/calendar.el (calendar-generate-window):
25021 * calendar/time-date.el (time-to-days):
25022 Remove unused local variables.
25023
25024 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25025
25026 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25027 glyphless-char-display table.
25028 (tabulated-list-glyphless-char-display): New var.
25029
25030 2011-04-18 Sam Steingold <sds@gnu.org>
25031
25032 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25033 to acknowledgments.
25034
25035 2011-04-17 Glenn Morris <rgm@gnu.org>
25036
25037 * calendar/diary-lib.el (diary-sexp-entry):
25038 * calendar/holidays.el (holiday-sexp):
25039 Set debug-on-error rather than the removed stack-trace-on-error.
25040
25041 2011-04-16 Glenn Morris <rgm@gnu.org>
25042
25043 * progmodes/f90.el: Use lexical-binding.
25044 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25045
25046 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25047
25048 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25049 (mail-mode): Setup mailalias completion here instead.
25050 * mail/mailalias.el: Use lexical-binding.
25051 (pattern, mailalias-done): Declare dynamic.
25052 (mail-completion-at-point-function): New function, from mail-complete.
25053 (mail-complete): Use it.
25054 (mail-completion-expand): New function.
25055 (mail-get-names): Use it.
25056 (mail-directory, mail-directory-process, mail-directory-stream):
25057 Don't use `pattern' for lexically bound arg.
25058
25059 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25060
25061 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25062 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25063 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25064
25065 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25066 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25067 (byte-interactive-p): Define them again, for use when inlining
25068 old code.
25069
25070 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25071
25072 * loadup.el: Use `string-to-number', not `string-to-int'.
25073
25074 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25075
25076 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25077 gud-gdb-complete-command.
25078 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25079 (gud-gdb-completion-at-point): New function.
25080 (gud-gdb-completions): Remove.
25081
25082 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25083
25084 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25085 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25086 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25087 whether `executable-find' is bound.
25088
25089 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25090
25091 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25092
25093 * minibuffer.el (completion-in-region-mode-predicate)
25094 (completion-in-region-mode--predicate): New vars.
25095 (completion-in-region, completion-in-region--postch)
25096 (completion-in-region-mode): Use them.
25097 (completion--capf-wrapper): Also return the hook function.
25098 (completion-at-point, completion-help-at-point):
25099 Adjust and provide a predicate.
25100
25101 Preserve arg names for advice of subr and lexical functions (bug#8457).
25102 * help-fns.el (help-function-arglist): Consolidate the subr and
25103 new-byte-code cases. Add argument `preserve-names' to extract names
25104 from the docstring when needed.
25105 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25106 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25107 (ad-arglist): Use help-function-arglist's new arg.
25108 (ad-definition-type): Use cond.
25109
25110 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25111
25112 * autorevert.el (auto-revert-handler):
25113 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25114 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25115 Don't quote lambda.
25116
25117 * image-mode.el (image-transform-set-scale):
25118 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25119
25120 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25121
25122 * net/network-stream.el (network-stream-open-starttls): Only do
25123 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25124 Upgrades via gnutls-cli are too slow to be done opportunistically.
25125
25126 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25127
25128 * dframe.el (dframe-current-frame): Remove spurious quote.
25129
25130 2011-04-12 Glenn Morris <rgm@gnu.org>
25131
25132 * calendar/cal-tex.el (cal-tex-end-document):
25133 Try to automatically use latin1 input if needed.
25134
25135 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25136 Don't try to cons a mark onto an empty element.
25137
25138 2011-04-11 Leo Liu <sdl.web@gmail.com>
25139
25140 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25141 buffers.
25142 (ido-kill-buffer-at-head): Support killing virtual buffers.
25143
25144 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25145
25146 * minibuffer.el (completion-show-inline-help): New var.
25147 (completion--do-completion, minibuffer-complete)
25148 (minibuffer-force-complete, minibuffer-complete-word):
25149 Inhibit minibuffer messages if completion-show-inline-help is nil.
25150
25151 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25152 to avoid interference from inline help (Bug#5849).
25153
25154 2011-04-10 Leo Liu <sdl.web@gmail.com>
25155
25156 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25157 Fix typo.
25158
25159 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25160
25161 * image-mode.el (image-toggle-display-image): Signal an error if
25162 not in Image mode.
25163 (image-transform-mode, image-transform-resize)
25164 (image-transform-set-rotation): Doc fix.
25165 (image-transform-set-resize): Delete.
25166 (image-transform-set-scale, image-transform-fit-to-height)
25167 (image-transform-fit-to-width): Handle image-toggle-display-image
25168 and image-transform-resize directly.
25169
25170 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25171
25172 * doc-view.el (doc-view-fit-width-to-window)
25173 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25174 New functions for fitting the shown image to the Emacs window size.
25175 (doc-view-mode-map): Add bindings for the new functions.
25176
25177 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25178
25179 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25180 Fix typo in docstring.
25181
25182 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25183
25184 * files.el (file-size-human-readable): Produce one digit after
25185 decimal, like "ls -lh" does.
25186
25187 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25188 the file size representation.
25189
25190 * simple.el (list-processes): If async subprocesses are not
25191 available, error out with a clear error message.
25192
25193 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25194
25195 * help.el (help-form-show): New function, to be called from C.
25196 Put help-form output in a buffer named differently than *Help*.
25197
25198 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25199
25200 * files.el (file-size-human-readable): New function.
25201
25202 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25203 computing the representation inline. Don't require `cl'.
25204
25205 2011-04-08 Glenn Morris <rgm@gnu.org>
25206
25207 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25208
25209 * net/browse-url.el (browse-url-firefox):
25210 Test system-type, not system-configuration.
25211
25212 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25213 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25214 Use log-edit-empty-buffer-p. (Bug#7598)
25215
25216 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25217 (rlogin-mode-map): Initialize in the defvar.
25218 (rlogin): Use ignore-errors.
25219
25220 * replace.el (occur-mode-map): Some fixes for menu items.
25221
25222 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25223
25224 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25225
25226 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25227
25228 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25229 issuing unused warnings.
25230
25231 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25232 macro directly.
25233
25234 * simple.el: Lisp reimplement of list-processes. Based on an
25235 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25236 (process-menu-mode): New major mode.
25237 (list-processes--refresh, list-processes):
25238 (process-menu-visit-buffer): New functions.
25239
25240 * files.el (save-buffers-kill-emacs): Don't assume any return
25241 value of list-processes, which is undocumented anyway.
25242
25243 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25244
25245 * emacs-lisp/tabulated-list.el: New file.
25246
25247 * emacs-lisp/package.el: Use Tabulated List mode.
25248 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25249 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25250 table format using Tabulated List mode variables.
25251 (package--push): New macro, replacing package-list-maybe-add.
25252 (package-menu--generate): Use package--push. Renamed from
25253 package--generate-package-list.
25254 (package-menu-refresh, list-packages): Use it.
25255 (package-menu--print-info): Rename from package-print-package.
25256 Return insertion data instead of inserting it directly.
25257 (package-menu-describe-package, package-menu-execute):
25258 Use tabulated-list-get-id.
25259 (package-menu-mark-delete, package-menu-mark-install)
25260 (package-menu-mark-unmark, package-menu-backup-unmark)
25261 (package-menu-mark-obsolete-for-deletion):
25262 Use tabulated-list-put-tag.
25263 (package--list-packages, package-menu-revert)
25264 (package-menu-get-package, package-menu-get-version)
25265 (package-menu-sort-by-column): Functions deleted.
25266 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25267 (package-menu--status-predicate, package-menu--version-predicate)
25268 (package-menu--name-predicate)
25269 (package-menu--description-predicate): Handle arguments in the
25270 Tabulated List format.
25271 (package-list-packages-no-fetch): Call list-packages.
25272
25273 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25274
25275 * files.el (after-find-file-from-revert-buffer): Remove variable.
25276 (after-find-file): Don't bind it.
25277 (revert-buffer-in-progress-p): New variable.
25278 (revert-buffer): Bind it.
25279 Pass nil for `after-find-file-from-revert-buffer'.
25280
25281 * saveplace.el (save-place-find-file-hook): Use new variable
25282 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25283
25284 2011-04-06 Glenn Morris <rgm@gnu.org>
25285
25286 * Makefile.in (AUTOGEN_VCS): New variable.
25287 (autoloads): Use $AUTOGEN_VCS.
25288
25289 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25290 * calendar/calendar.el (calendar-mode-map):
25291 Check for toolkit scroll bars. (Bug#8305)
25292
25293 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25294
25295 * minibuffer.el (completion-in-region--postch)
25296 (completion-in-region-mode): Remove unnecessary messages.
25297
25298 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25299
25300 * font-lock.el (font-lock-refresh-defaults):
25301 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25302 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25303
25304 * info.el (Info-directory-list, Info-read-node-name-2)
25305 (Info-split-parameter-string): Doc fixes.
25306 (Info-virtual-nodes): Reflow docstring.
25307 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25308 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25309 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25310 Fix typos in docstrings.
25311 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25312 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25313 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25314 (Info-restore-desktop-buffer): Mark unused parameters.
25315 (Info-directory-find-file, Info-directory-find-node)
25316 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25317 (Info-virtual-index-find-node, Info-apropos-find-file)
25318 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25319 Mark unused parameters; fix typos in docstrings.
25320 (Info-virtual-index): Remove unused local variable `nodename'.
25321
25322 2011-04-05 Deniz Dogan <deniz@dogan.se>
25323
25324 * net/rcirc.el: Update my e-mail address.
25325 (rcirc-mode-map): Remove M-o binding.
25326
25327 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25328
25329 * startup.el (command-line): Save the cursor's theme-face
25330 directly, instead of using face-override-spec.
25331
25332 * custom.el (load-theme): Minor optimization in assigning faces.
25333
25334 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25335
25336 * help-fns.el (describe-variable): Complete all variables having
25337 documentation, including keywords.
25338 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25339
25340 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25341
25342 Convert to lexical-binding.
25343
25344 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25345 (bs--get-marked-string, bs--get-modified-string)
25346 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25347 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25348 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25349
25350 * ehelp.el (electric-help-execute-extended)
25351 (electric-help-ctrl-x-prefix):
25352 * hexl.el (hexl-revert-buffer-function):
25353 * linum.el (linum-after-change, linum-after-scroll):
25354 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25355
25356 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25357
25358 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25359
25360 * epa-dired.el:
25361 * epa-mail.el:
25362 * epa-hook.el:
25363 * epa-file.el:
25364 * epa.el:
25365 * epg.el: Use lexical binding.
25366
25367 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25368
25369 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25370
25371 * textmodes/flyspell.el (flyspell-word): Recognize default
25372 dictionary case for flyspell-mark-duplications-exceptions.
25373 Use regexp matching for languages.
25374 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25375 default dictionary (Bug#7926).
25376
25377 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25378
25379 * emacs-lisp/package.el (package--with-work-buffer):
25380 Recognize https URLs.
25381
25382 * net/network-stream.el: Move from gnus/proto-stream.el.
25383 Change prefix to network-stream throughout.
25384 (open-protocol-stream): Merge into open-network-stream, leaving
25385 open-protocol-stream as an alias. Handle nil BUFFER args.
25386
25387 * subr.el (open-network-stream): Move to net/network-stream.el.
25388
25389 2011-04-02 Glenn Morris <rgm@gnu.org>
25390
25391 * find-dired.el (find-exec-terminator): New option.
25392 (find-ls-option): Test for -ls support.
25393 (find-ls-subdir-switches): Test for -b in find-ls-option.
25394 (find-dired, find-grep-dired): Doc fixes.
25395 (find-dired): Use find-exec-terminator.
25396
25397 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25398 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25399 (find-name-arg): Remove purecopy.
25400
25401 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25402 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25403 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25404 accordingly. Don't add the null-device if not needed.
25405
25406 * files.el (save-some-buffers): Doc fix.
25407
25408 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25409
25410 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25411
25412 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25413
25414 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25415 Use `dolist' rather than `mapcar'.
25416
25417 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25418
25419 Add lexical binding.
25420
25421 * subr.el (apply-partially): Use new closures rather than CL.
25422 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25423 (dolist, dotimes): Use slightly different expansion for lexical code.
25424 (functionp): Move to C.
25425 (letrec): New macro.
25426 (with-wrapper-hook): Use it and apply-partially instead of CL.
25427 (eval-after-load): Preserve lexical-binding.
25428 (save-window-excursion, with-output-to-temp-buffer): Turn them
25429 into macros.
25430
25431 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25432
25433 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25434 than the arglist.
25435 (help-add-fundoc-usage): Don't add `Not documented'.
25436 (help-function-arglist): Handle closures, subroutines, and new
25437 byte-code-functions.
25438 (help-make-usage): Remove leading underscores.
25439 (describe-function-1): Handle closures.
25440 (describe-variable): Use special-variable-p for completion.
25441
25442 * files.el (lexical-binding): Declare safe.
25443
25444 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25445 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25446 (pcase): Add `let' pattern.
25447 Change memoization so it actually works.
25448 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25449 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25450 <let>: New case.
25451
25452 * emacs-lisp/macroexp.el: Use lexical binding.
25453 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25454 Don't convert ' to #' without checking that it's indeed quoting
25455 a lambda.
25456
25457 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25458 Use eval-sexp-add-defvars.
25459 (eval-sexp-add-defvars): New fun.
25460
25461 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25462
25463 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25464 Don't autoload.
25465 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25466 than the internal `byte-compile-lambda'.
25467 (defmethod): Don't hide code under quotes.
25468 (eieio-defmethod): New `code' argument.
25469
25470 * emacs-lisp/eieio-comp.el: Remove.
25471
25472 * emacs-lisp/edebug.el (edebug-eval-defun)
25473 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25474 (edebug-toggle): Avoid `eval'.
25475
25476 * emacs-lisp/disass.el (disassemble-internal): Handle new
25477 `closure' objects.
25478 (disassemble-1): Handle new byte codes.
25479
25480 * emacs-lisp/cl.el (pushnew): Silence warning.
25481
25482 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25483 (cl-byte-compile-throw): Remove.
25484 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25485
25486 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25487 closures.
25488
25489 * emacs-lisp/cconv.el: New file.
25490
25491 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25492 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25493 (byte-compile-initial-macro-environment):
25494 Handle declare-function here.
25495 (byte-compile--lexical-environment): New var.
25496 (byte-stack-ref, byte-stack-set, byte-discardN)
25497 (byte-discardN-preserve-tos): New lap codes.
25498 (byte-interactive-p): Don't use any more.
25499 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25500 New macros.
25501 (byte-compile-lapcode): Use them and handle new lap codes.
25502 (byte-compile-obsolete): Remove.
25503 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25504 (byte-compile-arglist-warn): Check late def of inlinable funs.
25505 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25506 since they should have been expanded by now.
25507 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25508 (byte-compile-from-buffer): Remove unused second arg.
25509 (byte-compile-preprocess): New function.
25510 (byte-compile-toplevel-file-form): New function to distinguish
25511 file-form calls from outside from file-form calls from hunk-handlers.
25512 (byte-compile-file-form): Simplify.
25513 (byte-compile-file-form-defsubst): Remove.
25514 (byte-compile-file-form-defmumble): Simplify now that
25515 byte-compile-lambda always returns a byte-code-function.
25516 (byte-compile): Preprocess.
25517 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25518 Remove, not used any more.
25519 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25520 (byte-compile-make-args-desc): New funs.
25521 (byte-compile-lambda): Handle lexical functions. Always return
25522 a byte-code-function.
25523 (byte-compile-reserved-constants): New var, to make up room for
25524 closed-over variables.
25525 (byte-compile-constants-vector): Obey it.
25526 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25527 (byte-compile-macroexpand-declare-function): New function.
25528 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25529 byte-code-functions.
25530 (byte-compile-form): Check obsolescence here.
25531 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25532 (byte-compile-variable-ref): Remove.
25533 (byte-compile-dynamic-variable-op): New fun.
25534 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25535 (byte-compile-variable-set): New funs.
25536 (byte-compile-discard): Add 2 args.
25537 (byte-compile-stack-ref, byte-compile-stack-set)
25538 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25539 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25540 macroexpand-all instead.
25541 (byte-compile-quote-form): Remove.
25542 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25543 (byte-compile-bind, byte-compile-unbind): New funs.
25544 (byte-compile-let): Handle let* and lexical binding.
25545 (byte-compile-let*): Remove.
25546 (byte-compile-catch, byte-compile-unwind-protect)
25547 (byte-compile-track-mouse, byte-compile-condition-case):
25548 Handle a new :fun-body form, used for lexical scoping.
25549 (byte-compile-save-window-excursion)
25550 (byte-compile-with-output-to-temp-buffer): Remove.
25551 (byte-compile-defun): Simplify.
25552 (byte-compile-stack-adjustment): New fun.
25553 (byte-compile-out): Use it.
25554 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25555
25556 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25557 handler any more.
25558
25559 * emacs-lisp/byte-opt.el: Use lexical binding.
25560 (byte-inline-lapcode): Remove (to bytecomp).
25561 (byte-compile-inline-expand): Pay attention to inlining to/from
25562 lexically bound code.
25563 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25564 any more.
25565 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25566 any more and don't call compiler-macros.
25567 (byte-compile-splice-in-already-compiled-code): Remove.
25568 (byte-code): Don't inline any more.
25569 (disassemble-offset): Receive `bytes' as argument rather than via
25570 dynamic scoping.
25571 (byte-compile-tag-number): Declare before first use.
25572 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25573 `return' even if make-spliceable.
25574 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25575 obsolete interactive-p.
25576 (byte-optimize-lapcode): Optimize new lap-codes.
25577 Don't trip up on new form of `byte-constant' lap code.
25578
25579 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25580
25581 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25582
25583 * custom.el (custom-initialize-default, custom-declare-variable):
25584 Use `defvar'.
25585
25586 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25587 New variables.
25588 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25589 (COMPILE_FIRST): Add macroexp and cconv.
25590 * makefile.w32-in: Mirror changes in Makefile.in.
25591
25592 * vc/cvs-status.el:
25593 * vc/diff-mode.el:
25594 * vc/log-edit.el:
25595 * vc/log-view.el:
25596 * vc/smerge-mode.el:
25597 * textmodes/bibtex-style.el:
25598 * textmodes/css-mode.el:
25599 * startup.el:
25600 * uniquify.el:
25601 * minibuffer.el:
25602 * newcomment.el:
25603 * reveal.el:
25604 * server.el:
25605 * mpc.el:
25606 * emacs-lisp/smie.el:
25607 * doc-view.el:
25608 * dired.el:
25609 * abbrev.el: Use lexical binding.
25610
25611 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25612
25613 * info.el (info-display-manual): New function.
25614
25615 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25616
25617 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25618
25619 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25620
25621 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25622 an entry for that server in rcirc-authinfo. (Bug#8385)
25623
25624 2011-03-31 Glenn Morris <rgm@gnu.org>
25625
25626 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25627
25628 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25629
25630 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25631
25632 * progmodes/python.el (python-default-interpreter)
25633 (python-python-command-args, python-jython-command-args)
25634 (python-which-shell, python-which-args, python-which-bufname)
25635 (python-file-queue, python-comint-output-filter-function)
25636 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25637 variables and functions.
25638
25639 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25640
25641 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25642 (completion-in-region-mode): New minor mode.
25643 (completion-in-region): Use it.
25644 (completion-in-region--data, completion-in-region-mode-map): New vars.
25645 (completion-in-region--postch): New function.
25646 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25647 New vars.
25648 (completion--capf-wrapper): New function.
25649 (completion-at-point): Use it to track well-behavedness of
25650 hook functions.
25651 (completion-help-at-point): New command.
25652
25653 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25654
25655 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25656 syntax class to search for whitespace on a single line
25657 (Message-ID: <4D938140.4030905@redhat.com>).
25658
25659 2011-03-30 Leo Liu <sdl.web@gmail.com>
25660
25661 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25662 New commands.
25663 (edit-abbrevs-map): Bind them here.
25664 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25665
25666 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25667
25668 * allout.el (allout-hide-by-annotation, allout-flag-region):
25669 Reduce possibility of overlay leakage by making them volatile.
25670
25671 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25672 hash is not shared between buffers. Mode initialization is
25673 responsible for giving it a useful starting value.
25674 (allout-item-span): Reduce possibility of overlay leakage by
25675 making them volatile.
25676 (allout-widgets-count-buttons-in-region): Add diagnostic function
25677 for tracking down button overlay leaks.
25678
25679 2011-03-29 Leo Liu <sdl.web@gmail.com>
25680
25681 * ido.el (ido-read-internal): Use the default history var
25682 minibuffer-history if no HISTORY is specified.
25683
25684 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25685
25686 * net/imap.el (imap-shell-open, imap-process-connection-type):
25687 Use imap-process-connection-type for 'shell' streams as well as
25688 Kerberos, SSL, other subprocesses.
25689
25690 2011-03-28 Leo Liu <sdl.web@gmail.com>
25691
25692 * abbrev.el (abbrev-table-empty-p): New function.
25693 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25694 nonempty ones. (Bug#5937)
25695
25696 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25697
25698 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25699
25700 2011-03-27 Leo Liu <sdl.web@gmail.com>
25701
25702 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25703 for foreground and background colors.
25704 (ansi-color-make-color-map): Adapt.
25705
25706 2011-03-25 Leo Liu <sdl.web@gmail.com>
25707
25708 * midnight.el (midnight-time-float): Remove. Note it calculates
25709 the microsecond component incorrectly and seconds-to-time does the
25710 same job.
25711 Remove redundant (require 'timer).
25712
25713 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25714 (ido-completions): Remove unused arguments. (Bug#8329)
25715
25716 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25717
25718 * minibuffer.el (completion--flush-all-sorted-completions):
25719 Remove itself from hook.
25720 (completion-at-point): Let the functions perform the completion
25721 immediately and return nil or t.
25722 * comint.el (comint-dynamic-complete-functions): Now identical to
25723 completion-at-point-functions.
25724 (comint-dynamic-list-input-ring): Remove unused var `index'.
25725 (comint--match-partial-filename, comint--unquote&expand-filename):
25726 New funs, split from comint-match-partial-filename.
25727 (comint-dynamic-complete): Use completion-at-point.
25728 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25729
25730 2011-03-24 Drew Adams <drew.adams@oracle.com>
25731
25732 * thingatpt.el: Support `defun'.
25733
25734 2011-03-23 Leo Liu <sdl.web@gmail.com>
25735
25736 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25737
25738 * help-mode.el (help-mode-finish): Tweak regexp.
25739
25740 2011-03-23 Glenn Morris <rgm@gnu.org>
25741
25742 * eshell/esh-opt.el (eshell-eval-using-options):
25743 Do not bind unused local variable `eshell-option-stub'.
25744
25745 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25746
25747 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25748
25749 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25750 keymap variable in `with-no-warnings' to avoid a warning when the
25751 keymap has been already `defconst'ed.
25752
25753 2011-03-22 Leo Liu <sdl.web@gmail.com>
25754
25755 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25756 encode all chars in abbrevs; otherwise use emacs-mule or
25757 utf-8-emacs. (Bug#8308)
25758
25759 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25760
25761 * simple.el (backward-delete-char-untabify):
25762 Avoid warning about using `delete-backward-char'.
25763
25764 * image.el (image-type-file-name-regexps): Make it variable.
25765 `imagemagick-register-types' modifies it, and the user may want
25766 to add new extensions for known image types.
25767 (imagemagick-register-types): Throw error if not using ImageMagick.
25768
25769 2011-03-22 Leo Liu <sdl.web@gmail.com>
25770
25771 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25772 located before rcirc-prompt-end-marker.
25773 (rcirc-complete): Error if point is not after rcirc prompt.
25774 Handle the case when table is nil.
25775 (rcirc-user-authenticated): Define to fix compiler warning.
25776
25777 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25778
25779 * custom.el (custom--inhibit-theme-enable): Make it affect only
25780 custom-theme-set-variables and custom-theme-set-faces.
25781 (provide-theme): Ignore custom--inhibit-theme-enable.
25782 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25783 (custom-enabling-themes): Delete variable.
25784 (enable-theme): Accept only loaded themes as arguments.
25785 Ignore the special custom-enabled-themes variable.
25786 (custom-enabled-themes): Forbid themes from setting this.
25787 Eliminate use of custom-enabling-themes.
25788 (custom-push-theme): Quote "changed" custom var entry.
25789
25790 2011-03-21 Leo Liu <sdl.web@gmail.com>
25791
25792 * ido.el (ido-read-internal): Add ido-selected to history instead
25793 of user input.
25794
25795 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25796
25797 * subr.el (deferred-action-list, deferred-action-function):
25798 Mark obsolete.
25799
25800 2011-03-21 Leo Liu <sdl.web@gmail.com>
25801
25802 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25803 change on 2011-02-13 (bug#8309).
25804
25805 * minibuffer.el (read-file-name-function): Change default value.
25806 (read-file-name--defaults): Rename from read-file-name-defaults.
25807 (read-file-name-default): Rename from read-file-name.
25808 (read-file-name): Call read-file-name-function.
25809
25810 2011-03-21 Glenn Morris <rgm@gnu.org>
25811
25812 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25813 Doc fixes.
25814
25815 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25816
25817 * cus-theme.el: Add missing provide statement.
25818 (customize-create-theme): Extract theme value correctly.
25819 (custom-theme-visit-theme): Autoload.
25820 (customize-create-theme): Prompt before inserting default faces.
25821
25822 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25823
25824 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25825 units and musical notes.
25826
25827 2011-03-20 Leo Liu <sdl.web@gmail.com>
25828
25829 * ido.el (ido-read-internal): Use completing-read-default.
25830 (ido-completing-read): Fix compatibility with completing-read.
25831
25832 2011-03-20 Christian Ohler <ohler@gnu.org>
25833
25834 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25835 (ert-delete-all-tests): Use `called-interactively-p' rather than
25836 `interactive-p'.
25837 (ert--make-xrefs-region): Respect END.
25838
25839 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25840
25841 * dired-aux.el (dired-create-directory): Signal an error if the
25842 directory already exists (Bug#8246).
25843
25844 * facemenu.el (list-colors-display): Call list-faces-display
25845 inside with-help-window.
25846 (list-colors-print): Use display property to align the final
25847 column, instead of checking window-width.
25848
25849 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25850
25851 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25852 windows-nt systems.
25853 (emerge-protect-metachars): Quote correctly for ms-dos and
25854 windows-nt systems.
25855
25856 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25857
25858 * info.el (info-initialize): Replace all uses of `:' with
25859 path-separator for compatibility with non-Unix systems.
25860 Cache quoting of path-separator. (Bug#8258)
25861
25862 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25863
25864 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25865 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25866 (mouse-avoidance-mode): Fix typos in docstrings.
25867
25868 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25869
25870 * startup.el (package-subdirectory-regexp): Move from package.el.
25871 Omit \\` and \\', and let callers add them.
25872
25873 * emacs-lisp/package.el (package-strip-version)
25874 (package-load-all-descriptors): Add \\` and \\' to
25875 package-subdirectory-regexp before using it.
25876 (package-untar-buffer): New arg DIR; ensure that file untars only
25877 into this expected directory. Remove superfluous delete-region.
25878 (package-unpack): Caller changed.
25879 (package-tar-file-info): Use package-subdirectory-regexp.
25880
25881 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25882
25883 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25884 diff-mode-shared-map (bug#8284).
25885 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25886
25887 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25888
25889 * calendar/time-date.el (format-seconds): Use assoc instead of
25890 assoc-string, since assoc-string doesn't exist in XEmacs.
25891
25892 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25893
25894 * custom.el (custom-known-themes): Reflow docstring.
25895 (custom-theme-load-path): Fix typo in docstring.
25896 (load-theme): Fix typo in error message.
25897 (custom-available-themes, custom-variable-theme-value):
25898 Use `let', not `let*'.
25899
25900 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25901
25902 * calc/README: Mention inclusion of musical notes.
25903
25904 * calc/calc-units.el (calc-lu-quant): Rename from
25905 `calc-logunits-quantity'.
25906 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25907 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25908 (calc-db): Rename from `calc-dblevel'.
25909 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25910 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25911 (calc-np): Rename from `calc-nplevel'.
25912 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25913 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25914 (calc-lu-plus): Rename from `calc-logunits-add'.
25915 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25916 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25917 (calc-lu-minus): Rename from `calc-logunits-sub'.
25918 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25919 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25920 (calc-lu-times): Rename from `calc-logunits-mul'.
25921 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25922 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25923 (calc-lu-divide): Rename from `calc-logunits-div'.
25924 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25925 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25926
25927 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25928 functions being autoloaded.
25929
25930 * calc/calc.el (calc-lu-power-reference): Rename from
25931 `calc-logunits-power-reference'.
25932 (calc-lu-field-reference): Rename from
25933 `calc-logunits-field-reference'.
25934
25935 * calc/calc-help.el (calc-l-prefix-help):
25936 Mention musical note functions.
25937
25938 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25939
25940 * minibuffer.el (completion-all-sorted-completions):
25941 Use :completion-cycle-penalty text property if present.
25942
25943 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25944
25945 * allout.el (allout-yank-processing): Adjust for new rebulleting
25946 regime so bullet being yanked is used without prompting the user
25947 for a choice.
25948
25949 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25950
25951 * startup.el (command-line): Warn the user that _emacs is deprecated.
25952
25953 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25954
25955 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25956 (delphi-verbose, delphi-comment-face, delphi-string-face)
25957 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25958 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25959 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25960 (delphi-new-comment-line, delphi-font-lock-defaults)
25961 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25962 Fix typos in docstrings.
25963
25964 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25965
25966 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25967 Invert the roles of character and string values for INSTEAD, so a
25968 string is used for the more common case of a defaulting prompt.
25969
25970 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25971
25972 * progmodes/ruby-mode.el (ruby-backward-sexp):
25973 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25974 * play/gamegrid.el (gamegrid-make-face):
25975 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25976 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25977 * notifications.el (notifications-notify):
25978 * net/xesam.el (xesam-search-engines):
25979 * net/quickurl.el (quickurl-list-insert):
25980 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25981
25982 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
25983
25984 * startup.el (command-line): Update package subdirectory regexp.
25985
25986 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25987
25988 * allout.el (allout-abbreviate-flattened-numbering)
25989 (allout-mode-deactivate-hook): Fix up obsolescence "date".
25990
25991 * subr.el (read-char-choice): Only show the cursor after the prompt,
25992 not after the answer.
25993
25994 2011-03-15 Kevin Ryde <user42@zip.com.au>
25995
25996 * help-fns.el (variable-at-point): Skip leading quotes, if any
25997 (bug#8253).
25998
25999 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26000
26001 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26002 warning message.
26003
26004 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26005
26006 * shell.el (shell): When called interactively, offer to change the
26007 shell file name on remote hosts.
26008
26009 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26010
26011 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26012 integration for LDAP parameters. The host, base, user or binddn,
26013 and secret tokens can be specified in a netrc file, for instance.
26014 This is optional because an `auth-source' parameter must be
26015 specified in the search attributes.
26016
26017 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26018
26019 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26020
26021 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26022
26023 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26024 into declaration. Remove redundant and harmful binding.
26025
26026 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26027
26028 * files.el (file-ownership-preserved-p): Pass `integer' as an
26029 explicit 2nd argument to `file-attributes'. If the file's owner
26030 is the Administrators group on Windows, and the current user is
26031 Administrator, consider that a match.
26032
26033 * server.el (server-ensure-safe-dir): Consider server directory
26034 safe on MS-Windows if its owner is the Administrators group while
26035 the current Emacs user is Administrator. Use `=' to compare
26036 numerical UIDs, since they could be integers or floats.
26037
26038 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26039
26040 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26041
26042 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26043
26044 Sync with Tramp 2.2.1.
26045
26046 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26047
26048 * net/trampver.el: Update release number.
26049
26050 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26051
26052 * progmodes/compile.el (compilation--previous-directory): Fix up
26053 various nil/dead-marker mismatches (bug#8014).
26054 (compilation-directory-properties, compilation-error-properties):
26055 Don't call it at a position past the one we're about to change.
26056
26057 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26058 Disable obsolescence warnings in the file that declares it.
26059
26060 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26061
26062 * allout-widgets.el (allout-widgets-tally):
26063 Initialize allout-widgets-tally as a hash table rather than nil to
26064 prevent mode-line redisplay warnings. Also, clarify the module
26065 description and fix a comment typo.
26066
26067 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26068
26069 * help-fns.el (describe-variable): Don't complete keywords.
26070 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26071
26072 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26073
26074 * emacs-lisp/package.el (package-version-join): Impose a standard
26075 string representation for pre/alpha/beta version lists.
26076 (package-unpack-single): Standardize the directory name by passing
26077 it through package-version-join.
26078 (package-strip-rcs-id): Accept any version string that does not
26079 signal an error in version-to-list.
26080
26081 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26082
26083 * simple.el (delete-trailing-whitespace): Return nil for the
26084 benefit of `write-file-functions'.
26085
26086 2011-03-10 Glenn Morris <rgm@gnu.org>
26087
26088 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26089
26090 * vc/vc-git.el (vc-git-program): New option.
26091 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26092 (vc-git--call): Use it.
26093
26094 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26095
26096 * cus-edit.el (Custom-newline): If no button at point, look
26097 for a subgroup button at start-of-line. (Bug#2298)
26098
26099 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26100
26101 2011-03-10 Julien Danjou <julien@danjou.info>
26102
26103 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26104 `cursor-type' is nil.
26105
26106 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26107
26108 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26109
26110 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26111
26112 * allout.el: Change so yank of distinctive-bullet items
26113 preserves the existing header prefix, rebulleting it if necessary,
26114 rather than replacing it. This is necessary for proper operation
26115 of cooperative addons like allout-widgets.
26116 (allout-make-topic-prefix, allout-rebullet-heading):
26117 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26118 value as alternate bullet to be used, instead of prompting the user
26119 for a bullet character.
26120
26121 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26122
26123 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26124 Do not use `tramp-file-name-port', because this returns also
26125 `tramp-default-port'.
26126
26127 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26128
26129 * net/rcirc.el (rcirc-handler-001): Remove useless
26130 with-rcirc-process-buffer.
26131 (rcirc-check-auth-status): Swap arguments to string-match.
26132
26133 2011-03-09 Glenn Morris <rgm@gnu.org>
26134
26135 * shell.el (shell-mode):
26136 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26137
26138 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26139 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26140
26141 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26142
26143 * emacs-lisp/package.el (package-refresh-contents)
26144 (package-menu-execute): Use condition-case-no-debug.
26145
26146 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26147
26148 * simple.el (shell-command-to-string): Use `process-file'.
26149
26150 * emacs-lisp/package.el (package-tar-file-info): Handle also
26151 remote files.
26152
26153 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26154 Use `equal' for upload base check.
26155
26156 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26157
26158 * textmodes/texinfo.el (texinfo-environments):
26159 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26160
26161 2011-03-08 Glenn Morris <rgm@gnu.org>
26162
26163 * cus-start.el (cursor-in-non-selected-windows):
26164 Fix :set quoting oddness. (Bug#8192)
26165
26166 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26167 in some setf expressions. (Bug#2159)
26168
26169 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26170
26171 * custom.el (custom-available-themes): Return themes in
26172 alphabetical order.
26173
26174 See ChangeLog.15 for earlier changes.
26175
26176 ;; Local Variables:
26177 ;; coding: utf-8
26178 ;; End:
26179
26180 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26181
26182 This file is part of GNU Emacs.
26183
26184 GNU Emacs is free software: you can redistribute it and/or modify
26185 it under the terms of the GNU General Public License as published by
26186 the Free Software Foundation, either version 3 of the License, or
26187 (at your option) any later version.
26188
26189 GNU Emacs is distributed in the hope that it will be useful,
26190 but WITHOUT ANY WARRANTY; without even the implied warranty of
26191 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26192 GNU General Public License for more details.
26193
26194 You should have received a copy of the GNU General Public License
26195 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.