Remove some code duplication in startup.el
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-23 Glenn Morris <rgm@gnu.org>
2
3 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
4 Remove venerable code attempting to avoid substitute-command-keys.
5
6 2013-04-23 Tassilo Horn <tsdh@gnu.org>
7
8 * textmodes/reftex-vars.el (reftex-label-regexps): Call
9 `reftex-compile-variables' after changes to this variable.
10
11 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * jit-lock.el: Fix signals in jit-lock-force-redisplay.
14 Use lexical-binding.
15 (jit-lock-force-redisplay): Use markers, check buffer's continued
16 existence and beware narrowed buffers.
17 (jit-lock-fontify-now): Adjust call accordingly.
18
19 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
22 to avoid misleading the user.
23
24 2013-04-22 Leo Liu <sdl.web@gmail.com>
25
26 * info-look.el: Prefer latex2e.info. (Bug#14240)
27
28 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
29
30 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
31
32 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
33 * net/tramp.el (tramp-call-process): ... here
34 (tramp-set-completion-function, tramp-parse-putty):
35 * net/tramp-adb.el (tramp-adb-execute-adb-command):
36 * net/tramp-gvfs.el (tramp-gvfs-send-command):
37 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
38 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
39 (tramp-call-local-coding-command): Use `tramp-call-process'
40 instead of `tramp-compat-call-process'.
41
42 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
43 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
44 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
45 (tramp-find-inline-compress):Improve traces.
46 (tramp-maybe-send-script): Check for Perl binary.
47 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
48
49 2013-04-22 Daiki Ueno <ueno@gnu.org>
50
51 * epg.el (epg-context-pinentry-mode): New function.
52 (epg-context-set-pinentry-mode): New function.
53 (epg--start): Pass --pinentry-mode option to gpg command.
54
55 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
56
57 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
58 `comint-dynamic-complete' is obsolete since 24.1, replaced by
59 `completion-at-point'. (Bug#13774)
60
61 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
62 default key binding for `describe-distribution' has been moved to
63 `C-h C-o'. (Bug#13970)
64
65 2013-04-21 Glenn Morris <rgm@gnu.org>
66
67 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
68 Add doc strings.
69 (vc-print-log): Clarify interactive prompt.
70
71 2013-04-20 Glenn Morris <rgm@gnu.org>
72
73 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
74 No longer include timestamp etc information.
75
76 2013-04-20 Roland Winkler <winkler@gnu.org>
77
78 * faces.el (read-face-name): Bug fix, return just one face if arg
79 multiple is nil. (Bug#14209)
80
81 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
84 (remove-function): Autoload.
85
86 * comint.el (comint-redirect-original-filter-function): Remove.
87 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
88 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
89 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
90 * progmodes/prolog.el (prolog-consult-compile):
91 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
92 Use add/remove-function instead.
93 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
94 (gud-tooltip-process-output, gud-tooltip-tips):
95 Use add/remove-function instead.
96 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
97 (scheme-interaction-mode, exit-scheme-interaction-mode):
98 Use add/remove-function instead.
99
100 * vc/vc-dispatcher.el: Use lexical-binding.
101 (vc--process-sentinel): Rename from vc-process-sentinel.
102 Change last arg to be the code to run. Don't use vc-previous-sentinel
103 and vc-sentinel-commands any more.
104 (vc-exec-after): Allow code to be a function. Use add/remove-function.
105 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
106
107 2013-04-19 Masatake YAMATO <yamato@redhat.com>
108
109 * progmodes/sh-script.el (sh-imenu-generic-expression):
110 Handle function names with a single character. (Bug#14111)
111
112 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
113
114 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
115 for subroutines defined in an eval (bug#14182).
116
117 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
118
119 * bookmark.el (bookmark-completing-read): Improve handling of empty
120 string (bug#14176).
121
122 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
125
126 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
127
128 New faster Imenu implementation (bug#14058).
129 * progmodes/python.el:
130 (python-imenu-prev-index-position):
131 (python-imenu-format-item-label-function)
132 (python-imenu-format-parent-item-label-function)
133 (python-imenu-format-parent-item-jump-label-function):
134 New vars.
135 (python-imenu-format-item-label)
136 (python-imenu-format-parent-item-label)
137 (python-imenu-format-parent-item-jump-label)
138 (python-imenu--put-parent, python-imenu--build-tree)
139 (python-imenu-create-index, python-imenu-create-flat-index)
140 (python-util-popn): New functions.
141 (python-mode): Set imenu-create-index-function to
142 python-imenu-create-index.
143
144 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * winner.el (winner-active-region): Use region-active-p, activate-mark
147 and deactivate-mark (bug#14225).
148
149 * simple.el (deactivate-mark): Don't inline it.
150
151 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
152
153 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
154
155 2013-04-18 Tassilo Horn <tsdh@gnu.org>
156
157 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
158 file extensions from the archive-mode entry in order to prefer
159 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
160
161 2013-04-18 Leo Liu <sdl.web@gmail.com>
162
163 * bindings.el (help-event-list): Add ?\?.
164
165 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * subr.el (with-wrapper-hook): Declare obsolete.
168 * simple.el (filter-buffer-substring-function): New hook.
169 (filter-buffer-substring): Use it.
170 (filter-buffer-substring-functions): Mark obsolete.
171 * minibuffer.el (completion-in-region-function): New hook.
172 (completion-in-region): Use it.
173 (completion-in-region-functions): Mark obsolete.
174 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
175 * abbrev.el (abbrev-expand-function): New hook.
176 (expand-abbrev): Use it.
177 (abbrev-expand-functions): Mark obsolete.
178 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
179 and :filter-return.
180
181 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
182
183 * progmodes/python.el (python-nav--syntactically): Fix cornercases
184 and do not care about match data.
185
186 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
189 completion tables when completing error conditions and
190 `declare' arguments.
191 (lisp-complete-symbol, field-complete): Mark as obsolete.
192 (check-parens): Unmatched parens are user errors.
193 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
194
195 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
196
197 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
198 command changed buffer (ie. `flyspell-pre-buffer' is not current
199 buffer), which prevents making decisions based on invalid value of
200 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
201 cause an error when `flyspell-pre-point' was nil after switching
202 buffers.
203 (flyspell-post-command-hook): No longer needs to change buffers when
204 checking pre-word. While at it remove unnecessary progn.
205
206 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
207
208 * textmodes/ispell.el (ispell-add-per-file-word-list):
209 Fix `flyspell-correct-word-before-point' error when accepting
210 words and `coment-padding' is an integer by using
211 `comment-normalize-vars' (Bug #14214).
212
213 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
214
215 New defun movement commands.
216 * progmodes/python.el (python-nav--syntactically)
217 (python-nav--forward-defun, python-nav-backward-defun)
218 (python-nav-forward-defun): New functions.
219
220 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
221
222 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
223 (python-syntax-context): Use named compiler-macro for backwards
224 compatibility with Emacs 24.x.
225
226 2013-04-17 Leo Liu <sdl.web@gmail.com>
227
228 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
229 octave-hide-process-buffer.
230
231 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
234 (bug#14216).
235
236 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
237
238 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
239 Fix adjustment of offset when receiving incomplete responses from GDB
240 (bug#14129).
241
242 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
245 python-mode-abbrev-table.
246 (python-skeleton-define): Adjust accordingly.
247 (python-mode-abbrev-table): New table that inherits from it so that
248 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
249
250 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
251 (abbrev-symbol): Use it.
252 (abbrev--before-point): Use it since we already handle inheritance.
253
254 2013-04-16 Leo Liu <sdl.web@gmail.com>
255
256 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
257 binding to info-lookup-symbol.
258
259 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
260
261 * minibuffer.el (completion--twq-all):
262 * term/ns-win.el (ns-initialize-window-system):
263 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
264
265 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
268 global bindings.
269
270 * doc-view.el (doc-view-start-process): Handle url-handler directories.
271
272 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
273
274 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
275 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
276 to nil.
277 (ruby-end-of-defun): Remove the unused arg, change the docstring
278 to reflect that this function is only used as the value of
279 `end-of-defun-function'.
280 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
281 to reflect an earlier change that beginning/end-of-defun functions
282 jump between methods in a class definition, as well as top-level
283 functions.
284
285 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * minibuffer.el (minibuffer-complete): Don't just scroll
288 a *Completions* that's been iconified.
289 (minibuffer-force-complete): Make sure repetitions do cycle when going
290 through completion-in-region -> minibuffer-complete.
291
292 2013-04-15 Alan Mackenzie <acm@muc.de>
293
294 Correct the placement of c-cpp-delimiters when there're #s not at
295 col 0.
296
297 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
298 place a submatch around the #.
299 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
300 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
301 on the #, not BOL.
302
303 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * emacs-lisp/nadvice.el: Properly test names when adding advice.
306 (advice--member-p): New arg `name'.
307 (advice--add-function, advice-member-p): Use it (bug#14202).
308
309 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
310
311 Reformulate java imenu-generic-expression.
312 The old expression contained ill formed regexps.
313
314 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
315 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
316 (cc-imenu-java-method-arg-regexp): New defconsts.
317 (cc-imenu-java-build-type-args-regex): New defun.
318 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
319 handling of spaces in the regexp.
320
321 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
322
323 * textmodes/ispell.el (ispell-command-loop): Remove
324 flyspell highlight of a word when ispell accepts it (bug #14178).
325
326 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
327
328 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
329 uses code from the previous `ange-ftp-run-real-handler'.
330 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
331 only in case that function exist. This is needed for proper
332 unloading of Tramp.
333
334 2013-04-15 Tassilo Horn <tsdh@gnu.org>
335
336 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
337
338 * textmodes/reftex.el (reftex-compile-variables): Use it.
339
340 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * files.el (normal-mode): Only use default major-mode if no other mode
343 was specified.
344
345 * emacs-lisp/trace.el (trace-values): New function.
346
347 * files.el: Allow : in local variables (bug#14089).
348 (hack-local-variable-regexp): New var.
349 (hack-local-variables-prop-line, hack-local-variables): Use it.
350
351 2013-04-13 Roland Winkler <winkler@gnu.org>
352
353 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
354 data before it gets modified by bibtex-beginning-of-entry.
355
356 2013-04-13 Roland Winkler <winkler@gnu.org>
357
358 * textmodes/bibtex.el (bibtex-url): Doc fix.
359
360 2013-04-13 Roland Winkler <winkler@gnu.org>
361
362 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
363 does not visit a BibTeX file, exclude it from the list of buffers
364 returned by bibtex-initialize.
365
366 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
367
368 * window.el (split-window): Remove interactive form, since as a
369 command this function is a special case of split-window-below.
370 Correct doc string.
371
372 2013-04-12 Roland Winkler <winkler@gnu.org>
373
374 * faces.el (read-face-name): Do not override value of arg default.
375 Allow single faces and strings as default values. Remove those
376 elements from return value that are not faces.
377 (describe-face): Simplify.
378 (face-at-point): New optional args thing and multiple so that this
379 function can provide the same functionality previously provided by
380 read-face-name.
381 (make-face-bold, make-face-unbold, make-face-italic)
382 (make-face-unitalic, make-face-bold-italic, invert-face)
383 (modify-face, read-face-and-attribute): Use face-at-point.
384
385 * cus-edit.el (customize-face, customize-face-other-window)
386 * cus-theme.el (custom-theme-add-face)
387 * face-remap.el (buffer-face-set)
388 * facemenu.el (facemenu-set-face): Use face-at-point.
389
390 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
391
392 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
393
394 2013-04-10 Tassilo Horn <tsdh@gnu.org>
395
396 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
397 off leading { and trailing } from field values.
398
399 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * emacs-lisp/timer.el (timer--check): New function.
402 (timer--time, timer-set-function, timer-event-handler): Use it.
403 (timer-set-idle-time): Simplify.
404 (timer--activate): CSE.
405 (timer-event-handler): Give more info in error message.
406 (internal-timer-start-idle): New function, moved from C.
407
408 * mpc.el (mpc-proc): Add `restart' argument.
409 (mpc-proc-cmd): Use it.
410 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
411 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
412 less often.
413
414 2013-04-10 Masatake YAMATO <yamato@redhat.com>
415
416 * progmodes/sh-script.el: Implement `sh-mode' own
417 `add-log-current-defun-function' (bug#14112).
418 (sh-current-defun-name): New function.
419 (sh-mode): Use the function.
420
421 2013-04-09 Bastien Guerry <bzg@gnu.org>
422
423 * simple.el (choose-completion-string): Fix docstring (bug#14163).
424
425 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
426
427 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
428
429 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
430 timer (bug#14156).
431
432 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
433
434 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
435 declaration.
436
437 2013-04-07 Leo Liu <sdl.web@gmail.com>
438
439 * pcmpl-x.el: New file.
440
441 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
442
443 Do not set x-display-name until X connection is established.
444 This is needed to prevent from weird situation described at
445 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
446 * frame.el (make-frame): Set x-display-name after call to
447 window system initialization function, not before.
448 * term/x-win.el (x-initialize-window-system): Add optional
449 display argument and use it.
450 * term/w32-win.el (w32-initialize-window-system):
451 * term/ns-win.el (ns-initialize-window-system):
452 * term/pc-win.el (msdos-initialize-window-system):
453 Add compatible optional display argument.
454
455 2013-04-06 Eli Zaretskii <eliz@gnu.org>
456
457 * files.el (normal-backup-enable-predicate): On MS-Windows and
458 MS-DOS compare truenames of temporary-file-directory and of the
459 file, so that 8+3 aliases (usually found in $TEMP on Windows)
460 don't fail comparison by compare-strings. Also, compare file
461 names case-insensitively on MS-Windows and MS-DOS.
462
463 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
466 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
467
468 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
469
470 * whitespace.el (whitespace-color-on, whitespace-color-off):
471 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
472
473 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
474
475 * ispell.el (ispell-set-spellchecker-params):
476 Really set `ispell-args' for all equivs.
477
478 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * ido.el (ido-completions): Use extra elements of ido-decorations
481 (bug#14143).
482 (ido-decorations): Update docstring.
483
484 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
485
486 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
487 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
488 nil during initialization, in order not to miss changes since the
489 file was opened. (Bug#14140)
490
491 2013-04-05 Leo Liu <sdl.web@gmail.com>
492
493 * kmacro.el (kmacro-call-macro): Fix bug#14135.
494
495 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
496
497 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
498
499 2013-04-04 Glenn Morris <rgm@gnu.org>
500
501 * electric.el (electric-pair-inhibit-predicate): Add :version.
502
503 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
506 when a package is required several times (bug#14082).
507
508 2013-04-04 Roland Winkler <winkler@gnu.org>
509
510 * faces.el (read-face-name): Behave as promised by the docstring.
511 Assume that arg default is a list of faces.
512 (describe-face): Call read-face-name with list of default faces.
513
514 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
515
516 * bookmark.el: Fix deletion of bookmarks (bug#13972).
517 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
518 (bookmark-bmenu-execute-deletions): Only skip first line if it's
519 the header.
520 (bookmark-exit-hook-internal): Save even if list is empty.
521
522 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
523
524 * emacs-lisp/package.el (package-pinned-packages): New var.
525 (package--add-to-archive-contents): Obey it (bug#14118).
526
527 2013-04-03 Alan Mackenzie <acm@muc.de>
528
529 Handle `parse-partial-sexp' landing inside a comment opener
530 (Bug#13244). Also adapt to the new values of element 7 of a parse
531 state.
532
533 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
534 parameter `not-in-delimiter'. Handle being inside comment opener.
535 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
536 character in case we're typing a '*' after a '/'.
537 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
538 instead by passing the parameter to c-state-pp-to-literal.
539
540 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
541 for elt. 7 of a parse state.
542
543 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
544
545 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
546 * international/latin1-disp.el, international/mule-util.el:
547 * language/cyril-util.el, language/european.el, language/ind-util.el:
548 * language/lao-util.el, language/thai.el, language/tibet-util.el:
549 * language/tibetan.el, language/viet-util.el:
550 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
551
552 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
555 (electric-pair-post-self-insert-function): Use it.
556 (electric-pair-default-inhibit): New function, extracted from
557 electric-pair-post-self-insert-function.
558
559 2013-03-31 Roland Winkler <winkler@gnu.org>
560
561 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
562
563 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
566
567 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
568
569 Un-indent after "pass" and "return" statements (Bug#13888)
570 * progmodes/python.el (python-indent-block-enders): New var.
571 (python-indent-calculate-indentation): Use it.
572
573 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
574
575 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
576 defun. Defining it as defalias could introduce too eager
577 byte-compiler optimization. (Bug#14030)
578
579 2013-03-30 Chong Yidong <cyd@gnu.org>
580
581 * iswitchb.el (iswitchb-read-buffer): Fix typo.
582
583 2013-03-30 Leo Liu <sdl.web@gmail.com>
584
585 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
586 (kmacro-execute-from-register): Pass the keyboard macro to
587 kmacro-call-macro or repeating won't work correctly.
588
589 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
590
591 * progmodes/subword.el: Back to using `forward-symbol'.
592
593 * subr.el (forward-whitespace, forward-symbol)
594 (forward-same-syntax): Move from thingatpt.el.
595
596 2013-03-29 Leo Liu <sdl.web@gmail.com>
597
598 * kmacro.el (kmacro-to-register): New command.
599 (kmacro-execute-from-register): New function.
600 (kmacro-keymap): Bind to 'x'. (Bug#14071)
601
602 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * mpc.el: Use defvar-local and setq-local.
605 (mpc--proc-connect): Connection failures are not bugs.
606 (mpc-mode-map): `follow-link' only applies to the buffer's content.
607 (mpc-volume-map): Bind to the up-events.
608
609 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
610
611 * progmodes/subword.el (superword-mode): Use `forward-sexp'
612 instead of `forward-symbol'.
613
614 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
617 (edebug--recursive-edit): Use it.
618 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
619 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
620
621 2013-03-28 Leo Liu <sdl.web@gmail.com>
622
623 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
624
625 2013-03-27 Eli Zaretskii <eliz@gnu.org>
626
627 * facemenu.el (list-colors-callback): New defvar.
628 (list-colors-redisplay): New function.
629 (list-colors-display): Install list-colors-redisplay as the
630 revert-buffer-function. (Bug#14063)
631
632 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
635 and suffixes don't overlap (bug#14061).
636
637 * case-table.el: Use lexical-binding.
638 (case-table-get-table): New function.
639 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
640
641 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
642
643 * progmodes/subword.el: Add `superword-mode' to do word motion
644 over symbol_words (parallels and leverages `subword-mode' which
645 does word motion inside MixedCaseWords).
646
647 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
648
649 * eshell/em-unix.el: Move su and sudo to...
650 * eshell/em-tramp.el: ...Eshell tramp module.
651
652 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
655 Change return value to be a sexp. Delay `get-buffer' to after
656 restoring the desktop (bug#13951).
657
658 2013-03-26 Leo Liu <sdl.web@gmail.com>
659
660 * register.el: Move semantic tag handling back to
661 cedet/semantic/senator.el. (Bug#14052)
662
663 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
666 into the prompt either (bug#13963).
667
668 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
671 part of "(error-foo)".
672
673 2013-03-24 Juri Linkov <juri@jurta.org>
674
675 * replace.el (list-matching-lines-prefix-face): New defcustom.
676 (occur-1): Pass `list-matching-lines-prefix-face' to the function
677 `occur-engine' if `face-differs-from-default-p' returns t.
678 (occur-engine): Add `,' inside backquote construct to evaluate
679 `prefix-face'. Propertize the prefix with the `prefix-face' face.
680 Pass `prefix-face' to the functions `occur-context-lines' and
681 `occur-engine-add-prefix'.
682 (occur-engine-add-prefix, occur-context-lines): Add optional arg
683 `prefix-face' and propertize the prefix with `prefix-face'.
684 (Bug#14017)
685
686 2013-03-24 Leo Liu <sdl.web@gmail.com>
687
688 * nxml/rng-valid.el (rng-validate-while-idle)
689 (rng-validate-quick-while-idle): Guard against deleted buffer.
690 (Bug#13999)
691
692 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
693 is the last entry in kill-buffer-hook.
694
695 * files.el (kill-buffer-hook): Doc fix.
696
697 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
698
699 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
700 Make it safe-local.
701
702 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
703
704 2013-03-23 Leo Liu <sdl.web@gmail.com>
705
706 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
707 Remove.
708
709 * nxml/rng-valid.el (rng-validate-mode)
710 (rng-after-change-function, rng-do-some-validation):
711 * nxml/rng-maint.el (rng-validate-buffer):
712 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
713 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
714 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
715 (nxml-extend-after-change-region): Use with-silent-modifications.
716
717 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
718 timer-idle-list.
719
720 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
721 (rng-next-error-1, rng-previous-error-1): Do not let-bind
722 timer-idle-list. (Bug#13999)
723
724 2013-03-23 Juri Linkov <juri@jurta.org>
725
726 * info.el (info-index-match): New face.
727 (Info-index, Info-apropos-matches): Add a nested subgroup to the
728 main pattern and add text properties with the new face to matches
729 in index entries relative to the beginning of the index entry.
730 (Bug#14015)
731
732 2013-03-21 Eric Ludlam <zappo@gnu.org>
733
734 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
735 Inhibit read only while inserting objects.
736
737 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
738
739 * progmodes/cfengine.el: Update docs to mention
740 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
741 symbol motion. Remove "_" from the word syntax.
742
743 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
744
745 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
746 syntax for both `cfengine2-mode' and `cfengine3-mode'.
747
748 2013-03-20 Juri Linkov <juri@jurta.org>
749
750 * info.el (Info-next-reference-or-link)
751 (Info-prev-reference-or-link): New functions.
752 (Info-next-reference, Info-prev-reference): Use them.
753 (Info-try-follow-nearest-node): Handle footnote navigation.
754 (Info-fontify-node): Fontify footnotes. (Bug#13989)
755
756 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
759 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
760
761 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
762
763 Suppress unnecessary non-ASCII chatter during build process.
764 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
765 (batch-skkdic-convert): Suppress most of the chatter.
766 It's not needed so much now that machines are faster,
767 and its non-ASCII component was confusing; see Dmitry Gutov in
768 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
769
770 2013-03-20 Leo Liu <sdl.web@gmail.com>
771
772 * ido.el (ido-chop): Fix bug#10994.
773
774 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
775
776 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
777 Remove vars.
778 (whitespace-color-on, whitespace-color-off):
779 Use `font-lock-fontify-buffer' (Bug#13817).
780
781 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
784 remapping in mode-line.
785 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
786
787 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
788
789 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
790 value for `whitespace-line' face (Bug#13875).
791 (whitespace-font-lock-keywords): Change description.
792 (whitespace-color-on): Don't save `font-lock-keywords' value, save
793 the constructed keywords instead.
794 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
795
796 2013-03-19 Leo Liu <sdl.web@gmail.com>
797
798 * progmodes/compile.el (compilation-display-error): New command.
799 (compilation-mode-map, compilation-minor-mode-map): Bind it to
800 C-o. (Bug#13992)
801
802 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
803
804 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
805
806 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
807
808 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
809
810 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
811
812 * net/tramp-compat.el (tramp-compat-user-error): New defun.
813
814 * net/tramp-adb.el (tramp-adb-handle-shell-command):
815 * net/tramp-gvfs.el (top):
816 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
817 (tramp-handle-shell-command): Use it.
818 (tramp-dissect-file-name): Raise an error when hostname is a
819 method name, and neither method nor user is specified.
820
821 * net/trampver.el: Update release number.
822
823 2013-03-18 Leo Liu <sdl.web@gmail.com>
824
825 Make sure eldoc can be turned off properly.
826 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
827 eldoc-mode.
828 (eldoc-display-message-p): Revert last change.
829 (eldoc-display-message-no-interference-p)
830 (eldoc-print-current-symbol-info): Tweak.
831
832 2013-03-18 Tassilo Horn <tsdh@gnu.org>
833
834 * doc-view.el (doc-view-new-window-function): Check the new window
835 overlay's display property instead the char property of the
836 buffer's first char. Use `with-selected-window' instead of
837 `save-window-excursion' with `select-window'.
838 (doc-view-document->bitmap): Check the current doc-view overlay's
839 display property instead the char property of the buffer's first char.
840
841 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
842
843 Automate the build of ja-dic.el (Bug#13984).
844 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
845 from the input, rather than assume that it's been done for us by the
846 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
847 the current date into a ja-dic.el comment, as that complicates
848 regression testing.
849
850 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * whitespace.el: Fix double evaluation.
853 (whitespace-space, whitespace-hspace, whitespace-tab)
854 (whitespace-newline, whitespace-trailing, whitespace-line)
855 (whitespace-space-before-tab, whitespace-indentation)
856 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
857 obsolete defvars.
858 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
859 (whitespace-color-on): Use a single font-lock-add-keywords call.
860 Fix double-evaluation of face variables.
861
862 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
863
864 * net/tramp-adb.el (tramp-adb-parse-device-names):
865 Use `start-process' instead of `call-process'. Otherwise, the
866 function might be blocked under MS Windows. (Bug#13299)
867
868 2013-03-17 Leo Liu <sdl.web@gmail.com>
869
870 Extend eldoc to display info in the mode-line. (Bug#13978)
871 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
872 (eldoc-mode-line-string): New variable.
873 (eldoc-minibuffer-message): New function.
874 (eldoc-message-function): New variable.
875 (eldoc-message): Use it.
876 (eldoc-display-message-p)
877 (eldoc-display-message-no-interference-p):
878 Support eldoc-post-insert-mode.
879
880 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
881 (eval-expression): Run it.
882
883 2013-03-17 Roland Winkler <winkler@gnu.org>
884
885 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
886 strings in the list of return values.
887
888 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
889
890 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
891 radix before checking for HMS forms.
892
893 2013-03-16 Leo Liu <sdl.web@gmail.com>
894
895 * progmodes/scheme.el: Add indentation and font-locking for λ.
896 (Bug#13975)
897
898 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
901 token before point (bug#13942).
902
903 2013-03-16 Leo Liu <sdl.web@gmail.com>
904
905 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
906
907 2013-03-16 Eli Zaretskii <eliz@gnu.org>
908
909 * startup.el (command-line-normalize-file-name): Fix handling of
910 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
911 <xfq.free@gmail.com> in
912 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
913
914 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
915
916 Sync with Tramp 2.2.7.
917
918 * net/trampver.el: Update release number.
919
920 2013-03-14 Tassilo Horn <tsdh@gnu.org>
921
922 * doc-view.el Fix bug#13887.
923 (doc-view-insert-image): Don't modify overlay associated to
924 non-live windows, and implement horizontal centering of image in
925 case it's smaller than the window.
926 (doc-view-new-window-function): Force redisplay of new windows on
927 doc-view buffers.
928
929 2013-03-13 Karl Fogel <kfogel@red-bean.com>
930
931 * saveplace.el (save-place-alist-to-file): Don't sort
932 `save-place-alist', just pretty-print it (bug#13882).
933
934 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
935
936 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
937 whether `default-file-name-coding-system' is bound. It isn't in
938 XEmacs.
939
940 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
943 backquotes for `obsolete' (bug#13929).
944
945 * international/mule.el (find-auto-coding): Include file name in
946 obsolescence warning (bug#13922).
947
948 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
949
950 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
951 for CFEngine 3-specific indentation.
952 (cfengine3-indent-line): Use it. Fix up category regex.
953 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
954
955 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * type-break.el (type-break-file-name):
958 * textmodes/remember.el (remember-data-file):
959 * strokes.el (strokes-file):
960 * shadowfile.el (shadow-initialize):
961 * saveplace.el (save-place-file):
962 * ps-bdf.el (bdf-cache-file):
963 * progmodes/idlwave.el (idlwave-config-directory):
964 * net/quickurl.el (quickurl-url-file):
965 * international/kkc.el (kkc-init-file-name):
966 * ido.el (ido-save-directory-list-file):
967 * emulation/viper.el (viper-custom-file-name):
968 * emulation/vip.el (vip-startup-file):
969 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
970 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
971
972 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
973
974 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
975 * language/thai-word.el: Switch to UTF-8.
976
977 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
980
981 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
982
983 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
984 Use with-current-buffer and don't move point.
985 (net-utils-run-simple): Remove useless code.
986 (net-utils-remove-ctl-m): Remove unused custom.
987
988 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
989
990 * international/characters.el (glyphless-set-char-table-range): New fun.
991 (update-glyphless-char-display): Use it (bug#13744).
992
993 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
994
995 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
996 namespaces in the syntax, indent closer for hanging brace
997 correctly, allow single-quote delimited 'strings', and make
998 `cfengine3-mode' the default.
999
1000 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1001
1002 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1003 Use lexical-binding. Fix up docstring according to conventions.
1004 (gdbmi-debug-mode): New var.
1005 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1006 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1007 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1008 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1009 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1010 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1011 (gdbmi-bnf-incomplete-record-result): New functions.
1012 (gdb-car<): Remove function.
1013 (gdbmi-record-list): Remove variable.
1014 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1015 (gdbmi-bnf-result-state-configs): New const.
1016 (gud-gdbmi-marker-filter): Rewrite.
1017 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1018 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1019 Add `token' argument.
1020 (gdb-done, gdb-error): New functions.
1021 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1022
1023 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * term/xterm.el (xterm--report-background-handler): Don't burp
1026 upon timeout.
1027 (xterm--version-handler): Extract from terminal-init-xterm.
1028 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1029 Allow multiple handlers.
1030 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1031
1032 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1033 (xterm--report-background-handler, xterm--query): New functions.
1034 (terminal-init-xterm): Use them.
1035
1036 2013-03-11 Michael R. Mauger <michael@mauger.com>
1037
1038 * progmodes/sql.el Version 3.2
1039 Please note that my address changed to <michael@mauger.com>;
1040 the <mmaug@yahoo.com> address remains active.
1041 (sql-connection-alist): Updates documentation to fix bug#13715.
1042 (sql-connect): Handle missing `sql-connection-alist' correctly.
1043 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1044 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1045 property.
1046 (sql-default-value): New function.
1047 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1048 values were not used.
1049 (sql-rename-buffer): Make sure alternate buffer name has no text
1050 properties.
1051 (sql-input-sender, sql-execute-feature): Fetch variable with
1052 `buffer-local-value' rather than `with-current-buffer'.
1053 (sql-*): Use #' function syntax consistently.
1054 (sql-*): Use message/error/user-error consistently.
1055
1056 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * xt-mouse.el (xterm-mouse-event-read): Remove.
1059 (xterm-mouse--read-event-sequence-1000)
1060 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1061
1062 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * term/xterm.el (xterm-function-map): Support format used with
1065 formatOtherKeys=1 (bug#13839).
1066
1067 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1068 (with-no-warnings): Use `declare'.
1069
1070 * whitespace.el (whitespace-enable-predicate): New variable.
1071 (whitespace-enable-predicate): Use it.
1072
1073 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1074 (comint-output-filter, comint-update-fence):
1075 Use with-silent-modifications.
1076
1077 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1078
1079 * replace.el (occur-read-regexp-defaults-function): New var.
1080 (occur-read-regexp-defaults): New defun.
1081 (occur-read-primary-args): Propagate above change (bug#13892).
1082
1083 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1086
1087 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1088
1089 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1090
1091 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1092 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1093 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1094 New defconst.
1095 (tramp-gvfs-file-name-handler-alist) [directory-files]
1096 [directory-files-and-attributes, file-exists-p, file-modes]:
1097 Use Tramp default handler.
1098 [file-acl, file-selinux-context, process-file, set-file-acl]:
1099 [set-file-modes, set-file-selinux-context, shell-command]:
1100 [start-file-process]: Remove handler.
1101 [verify-visited-file-modtime]: New handler.
1102 (tramp-gvfs-dbus-string-to-byte-array)
1103 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1104 calls of `dbus-string-to-byte-array' and
1105 `tramp-gvfs-dbus-byte-array-to-string'.
1106 (tramp-gvfs-handle-copy-file)
1107 (tramp-gvfs-handle-delete-directory)
1108 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1109 (tramp-gvfs-handle-file-directory-p)
1110 (tramp-gvfs-handle-file-executable-p)
1111 (tramp-gvfs-handle-file-name-all-completions)
1112 (tramp-gvfs-handle-file-readable-p)
1113 (tramp-gvfs-handle-file-writable-p)
1114 (tramp-gvfs-handle-insert-directory)
1115 (tramp-gvfs-handle-insert-file-contents)
1116 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1117 (tramp-gvfs-handle-set-visited-file-modtime)
1118 (tramp-gvfs-handle-write-region): Rewrite.
1119 (tramp-gvfs-handle-file-acl)
1120 (tramp-gvfs-handle-file-selinux-context)
1121 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1122 (tramp-gvfs-handle-set-file-modes)
1123 (tramp-gvfs-handle-set-file-selinux-context)
1124 (tramp-gvfs-handle-shell-command)
1125 (tramp-gvfs-handle-start-file-process)
1126 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1127 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1128 over the symlinks. Fix user handling.
1129 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1130 of the D-Bus signals.
1131 (tramp-gvfs-connection-mounted-p): Handle different names of the
1132 D-Bus methods.
1133 (tramp-gvfs-mount-spec-entry): New defun.
1134 (tramp-gvfs-mount-spec): Use it.
1135 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1136 there is a share name. Handle different names of the D-Bus
1137 signals and methods. Set connection properties needed for
1138 `tramp-check-cached-permissions'.
1139 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1140 Return t or nil.
1141
1142 * net/tramp.el (tramp-backtrace): Move up.
1143 (tramp-error): Dump a backtrace into the debug buffer when
1144 `tramp-verbose > 9.
1145 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1146 (tramp-file-mode-permissions, tramp-get-local-uid)
1147 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1148 tramp-sh.el.
1149
1150 * net/tramp-sh.el (tramp-file-mode-type-map)
1151 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1152 (tramp-file-mode-permissions, tramp-get-local-uid)
1153 (tramp-get-local-gid): Move to tramp.el.
1154
1155 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 Separate mouse-1-click-follows-link from mouse-drag-region.
1158 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1159 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1160 (mouse-drag-line, mouse-drag-track):
1161 Remove mouse-1-click-follows-link code.
1162 (mouse--remap-link-click-p): Remove.
1163
1164 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1165
1166 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1167 (hi-lock-read-regexp-defaults): New defun.
1168 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1169 (hi-lock-face-phrase-buffer): Propagate above change.
1170 Update docstring (bug#13892).
1171
1172 * subr.el (find-tag-default-as-regexp): New defun.
1173 * replace.el (read-regexp): Propagate above change.
1174
1175 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1176
1177 * calc/calc-units.el (calc-convert-units): Fix the way that default
1178 new units are stored.
1179
1180 2013-03-07 Matthias Meulien <orontee@gmail.com>
1181
1182 * bookmark.el: Define a face to highlight bookmark names in
1183 bookmark menu buffers, where the default is a bold face similarly
1184 to buffer names in buffer menu buffers.
1185 (bookmark-menu-bookmark): New face to highlight bookmark names.
1186 (bookmark-insert-location): Remove duplicated text property to
1187 conform to buffer list (see `list-buffers').
1188 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1189 `bookmark-menu-bookmark' to bookmark names.
1190
1191 2013-03-07 Matthias Meulien <orontee@gmail.com>
1192 Karl Fogel <kfogel@red-bean.com>
1193
1194 * bookmark.el: Display the bookmark list header similarly to the
1195 buffer list header (see `list-buffers'), where the default is now
1196 an immovable/immutable header line.
1197 (bookmark-bmenu-use-header-line): New variable.
1198 (bookmark-bmenu-inline-header-height): New name for
1199 `bookmark-bmenu-header-height', to avoid confusion with the code
1200 for the new immovable header. All references changed.
1201 (bookmark-bmenu-set-header): New function.
1202 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1203 Conditionalize header construction accordingly.
1204 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1205 the inline header height.
1206 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1207 Conditionalize the skipping of the inline header height.
1208
1209 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1210
1211 * progmodes/js.el (js--multi-line-declaration-indentation):
1212 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1213
1214 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1215
1216 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1217 Only propertize regexp when not inside a string (Bug#13885).
1218
1219 2013-03-06 Alan Mackenzie <acm@muc.de>
1220
1221 Correct the position of point in some line-up functions.
1222 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1223 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1224 point at column 0 rather than at a random place in the line.
1225
1226 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1227
1228 * net/tramp-compat.el (tramp-compat-delete-directory):
1229 Implement TRASH argument.
1230
1231 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1232
1233 Keep pre-existing highlighting in completion candidates (Bug#13250).
1234 * minibuffer.el (completions-first-difference): State that the
1235 face is "added" in the docstring.
1236 (completions-common-part): Same. And don't inherit from default.
1237 (completion-hilit-commonality): Prepend 'completions-common-part
1238 and 'completion-first-difference faces to the 'face property,
1239 instead of replacing the value(s).
1240 (completion--insert-strings): Same with 'completions-annotations face.
1241 (completion-hilit-commonality): Use 'face instead of
1242 'font-lock-face, because it gets priority if the completion
1243 strings already have 'face set.
1244
1245 2013-03-04 Alan Mackenzie <acm@muc.de>
1246
1247 Replace `last-command-event' by `last-command-char' in XEmacs.
1248 * progmodes/cc-defs.el (c-last-command-char): New macro.
1249 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1250 (c-semi&comma-no-newlines-before-nonblanks)
1251 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1252 in place of `last-command-event'.
1253 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1254 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1255 (c-electric-paren, c-electric-continued-statement): Use the new
1256 macro in place of `last-command-event'.
1257
1258 2013-03-04 Glenn Morris <rgm@gnu.org>
1259
1260 * files.el (inhibit-local-variables-regexps):
1261 Add .diff and .patch. (Bug#13862)
1262
1263 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1264
1265 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1266 whether the "su" command is available on the device.
1267
1268 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1269
1270 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1271 (tramp-adb-handle-process-file): Remove superfluous setting.
1272 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1273 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1274 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1275
1276 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1277
1278 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1279 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1280 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1281 Use dict-key rather than dict-name for the error message.
1282
1283 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1284
1285 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1286 when reverting (bug#13831).
1287
1288 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1289
1290 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1291 Always expand affix-file before storing to protect against changed
1292 `default-directory'.
1293 (ispell-print-if-debug): Make sure message is printed at the end
1294 of the debug buffer.
1295
1296 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1297
1298 * net/tramp.el (tramp-obsolete-methods): New defconst.
1299 (tramp-warned-obsolete-methods): New defvar.
1300 (tramp-find-method): Check for obsolete methods. Map them to a
1301 replacement method if appropriate.
1302
1303 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1304 Remove methods.
1305 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1306 "ssh2" and "plink1".
1307
1308 2013-02-28 Dale Sedivec <dale@codefu.org>
1309
1310 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1311 Return valid syntax-table property value when converting
1312 quotes within text from string syntax to punctuation syntax (bug#13844).
1313
1314 2013-02-28 Juri Linkov <juri@jurta.org>
1315
1316 * dired-aux.el (dired-diff): If file at point is a backup file,
1317 use its original as the default value, and reverse the order
1318 of arguments to the `diff' call. Doc fix. (Bug#13772)
1319
1320 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1321
1322 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1323 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1324
1325 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1326
1327 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1328
1329 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1330 Ask hunspell about available and default dictionaries.
1331 (ispell-parse-hunspell-affix-file): Extract relevant info from
1332 hunspell affix file.
1333 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1334 `ispell-dictionary-alist' entry for given dictionary after info
1335 provided by `ispell-parse-hunspell-affix-file'.
1336 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1337 of parsed hunspell dicts and associated affix files.
1338 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1339 of parsed hunspell dicts and associated parameters.
1340 (ispell-set-spellchecker-params):
1341 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1342 previously done.
1343 (ispell-start-process):
1344 Call `ispell-hunspell-fill-dictionary-entry' for current
1345 dictionary if it is not initialized.
1346
1347 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * imenu.el: Comment nitpicks.
1350
1351 2013-02-28 Sam Steingold <sds@gnu.org>
1352
1353 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1354 See <http://stackoverflow.com/questions/14720205>.
1355
1356 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1357
1358 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1359 (net-utils-mode): Use it.
1360 (net-utils--revert-cmd): New var.
1361 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1362 (traceroute): Use net-utils-run-simple.
1363
1364 2013-02-28 Glenn Morris <rgm@gnu.org>
1365
1366 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1367
1368 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1371 (doc-view-fallback-mode): Remove overlays here.
1372 (doc-view-toggle-display): Instead of here. Don't throw away
1373 image-mode-winprops-alist.
1374 (doc-view-goto-page): Don't mess with hscroll.
1375
1376 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1377
1378 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1379 &optional (bug#13819).
1380
1381 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1382
1383 * net/tramp-adb.el (tramp-adb-parse-device-names)
1384 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1385
1386 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1387
1388 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1389 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1390 defined. POSIX environments fall back to the "C" locale then and
1391 emit a warning, which shall be suppressed.
1392
1393 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1396 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1397
1398 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1401
1402 2013-02-25 Juri Linkov <juri@jurta.org>
1403
1404 * replace.el (read-regexp): Let-bind `default' to the first
1405 element of `defaults' if it's a list, otherwise it should be
1406 a string or nil. Let-bind `suggestions' to `defaults' if it's
1407 a list, otherwise make a list with the string value. Doc fix.
1408 (Bug#13805)
1409
1410 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1411
1412 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1413 that match "\`\.#", to avoid compiling lock files, even if they
1414 are readable (as they are on MS-Windows).
1415
1416 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * files.el (basic-save-buffer): Remove redundant directory-creation.
1419
1420 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1421
1422 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1423 Add option to force `pi' to remain symbolic.
1424 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1425 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1426 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1427 derivatives, when necessary.
1428
1429 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1430
1431 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1432 (ps-mode-octal-region): Use string-make-unibyte.
1433
1434 2013-02-23 Glenn Morris <rgm@gnu.org>
1435
1436 * emulation/viper-cmd.el (viper-submit-report):
1437 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1438 * progmodes/vera-mode.el (vera-mode-help-address):
1439 * textmodes/artist.el (artist-maintainer-address):
1440 * textmodes/reftex.el (reftex-report-bug):
1441 * vc/ediff-util.el (ediff-submit-report):
1442 Add bug-gnu-emacs to bug report address.
1443
1444 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1445 Remove bug report entries.
1446 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1447
1448 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1449 (byte-compile-file, byte-compile-from-buffer):
1450 Use separate input/output buffers for each level of recursive
1451 byte-compile-file calls. (Bug#13787)
1452
1453 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1454
1455 * net/tramp.el (tramp-methods): Fix docstring.
1456 (tramp-ssh-controlmaster-options): Rename it from
1457 `tramp-ssh-controlmaster-template'. Return a string.
1458 (tramp-default-method): Adapt check for
1459 `tramp-ssh-controlmaster-options'.
1460
1461 * net/tramp-sh.el (tramp-methods):
1462 Replace `tramp-ssh-controlmaster-template' by "%c".
1463 (tramp-do-copy-or-rename-file-out-of-band)
1464 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1465 that it is applied for the first hop only.
1466
1467 2013-02-22 Juri Linkov <juri@jurta.org>
1468
1469 * isearch.el (isearch-lazy-highlight-new-loop):
1470 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1471 to `isearch-other-end' if it is not nil. (Bug#13402)
1472
1473 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1474 to `match-beg'.
1475
1476 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1477 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1478 and `isearch-error' to nil.
1479
1480 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1481
1482 * progmodes/python.el (python-info-current-defun):
1483 Enhance match-data cluttering prevention.
1484
1485 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1486
1487 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1488
1489 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1490 Handle multibyte file names.
1491
1492 2013-02-22 Glenn Morris <rgm@gnu.org>
1493
1494 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1495 (sgml-transformation-function): Give it a :set function.
1496 (sgml-tag): Doc fix.
1497
1498 * cmuscheme.el (scheme-buffer):
1499 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1500 * progmodes/tcl.el (inferior-tcl-buffer):
1501 * textmodes/tex-mode.el (tex-command): Doc fixes.
1502
1503 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1504
1505 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1506
1507 2013-02-21 Bastien Guerry <bzg@gnu.org>
1508
1509 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1510
1511 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1512
1513 * progmodes/python.el (python-info-current-defun):
1514 Enhance match-data cluttering prevention.
1515
1516 2013-02-21 Glenn Morris <rgm@gnu.org>
1517
1518 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1519 loaded while outline-regexp is let bound. (Bug#9584)
1520
1521 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1522
1523 * progmodes/python.el (python-info-current-defun): Fix failed
1524 defun name retrieval because of unwanted match-data cluttering.
1525
1526 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1527
1528 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1529 defconst. Apply independent check for ControlPersist.
1530
1531 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1532 temporarily, via "env".
1533
1534 2013-02-21 Glenn Morris <rgm@gnu.org>
1535
1536 * info.el (Info-enable-edit): Remove.
1537 (Info-edit): Disable it rather than using Info-enable.
1538 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1539 (Info-cease-edit): Make editing of Info files obsolete.
1540
1541 * informat.el (Info-tagify):
1542 Handle buffers not visiting files. (Bug#13763)
1543
1544 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1545
1546 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1547
1548 2013-02-21 Glenn Morris <rgm@gnu.org>
1549
1550 * files.el (basic-save-buffer): Move check for existing parent
1551 directory after hooks. (Bug#13773)
1552
1553 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * simple.el (command-execute): Move from C. Add obsolete check.
1556 (extended-command-history): Move from C.
1557
1558 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1559
1560 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1561 (jka-compr-mode-alist-additions): Handle .txz suffix for
1562 XZ-compressed tar archives (bug#13770).
1563
1564 2013-02-20 Bastien Guerry <bzg@gnu.org>
1565
1566 * outline.el (outline-regexp, outline-heading-end-regexp):
1567 Make variables, not options (bug#13731).
1568
1569 2013-02-20 Glenn Morris <rgm@gnu.org>
1570
1571 * image.el (image-current-frame): Change from variable to function.
1572 (image-show-frame): Rename from image-nth-frame. Update callers.
1573 * image-mode.el (image-multi-frame): New variable.
1574 (image-mode-map, image-mode, image-goto-frame):
1575 Use image-multi-frame rather than image-current-frame.
1576 (image-mode, image-goto-frame): Use image-current-frame as
1577 function rather than as variable.
1578
1579 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1580 * emacs-lisp/cl-macs.el (cl--make-type-test)
1581 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1582
1583 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1586 (tramp-get-file-property, tramp-set-file-property)
1587 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1588 (tramp-flush-file-property, tramp-flush-directory-property):
1589 Rename argument to KEY.
1590 (tramp-flush-connection-property): Simplify a little bit.
1591 (tramp-connection-property-p): New defun.
1592 (top): Reapply saved values only if there isn't a corresponding
1593 entry in `tramp-connection-properties'.
1594
1595 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1596
1597 * progmodes/python.el (python-indent-context):
1598 Fix python-info-line-ends-backslash-p call.
1599 (python-info-line-ends-backslash-p)
1600 (python-info-beginning-of-backslash): Respect line-number argument.
1601 (python-info-current-line-comment-p):
1602 Fix behavior when not at beginning-of-line.
1603 (python-util-position): Remove function.
1604 (python-util-goto-line): New function.
1605
1606 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1607
1608 * eshell/em-unix.el (eshell/su): Require tramp.
1609 (eshell/sudo): Require tramp. Remove now unnecessary check.
1610
1611 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1612 `tramp-current-connection' in order to avoid an error when several
1613 commands are invoked in a short time in eshell and friends.
1614
1615 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 Cleanup some of EIEIO's namespace.
1618 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1619 Use it to define all the class-* and object-* field accessors (renamed
1620 to eieio--class-* and eieio--object-*). Update all uses.
1621 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1622 class-num-slots and object-num-slots.
1623 (eieio--check-type): New macro.
1624 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1625 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1626 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1627 (object-assoc-list-safe): Use it.
1628 (eieio-defclass): Tighten regexp.
1629 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1630 Remove unreachable code.
1631 (object-class-fast): Declare obsolete.
1632 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1633 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1634 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1635 Rename from class-name, object-name, object-set-name-string,
1636 object-class, object-class-name, class-parents, class-children,
1637 class-precedence-list, class-parent; with obsolete alias.
1638 (class-of, class-direct-superclasses, class-direct-subclasses):
1639 Declare obsolete.
1640 (eieio-defmethod): Use `memq'; remove unreachable code.
1641 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1642 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1643 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1644
1645 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1646
1647 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1648 commentary.
1649
1650 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1651
1652 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1653 Use font-lock-keyword-face for macros and special forms (bug#8345).
1654
1655 2013-02-17 Didier Verna <didier@didierverna.net>
1656
1657 * net/network-stream.el (network-stream-open-starttls):
1658 Check that response to the starttls-command is non-nil. (Bug#13706)
1659
1660 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1663 Don't assume all identifier chars have syntax word.
1664 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1665 Remove bar-not-symbol. Adjust callers.
1666 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1667
1668 2013-02-17 Leo Liu <sdl.web@gmail.com>
1669
1670 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1671
1672 2013-02-17 Glenn Morris <rgm@gnu.org>
1673
1674 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1675
1676 * image-mode.el (image-mode-map): Add image-dired menu entry.
1677
1678 * image-dired.el (tumme): Make this alias obsolete.
1679
1680 2013-02-16 Glenn Morris <rgm@gnu.org>
1681
1682 * image.el (image-animated-types): Remove.
1683 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1684 (image-animated-p): Make obsolete alias.
1685 (image-animate, image-nth-frame, image-animate-timeout):
1686 Use image-multi-frame-p.
1687 (image-animate-timeout): If no delay, use image-default-frame-delay.
1688 * image-mode.el (image-mode, image-toggle-animation):
1689 Use image-multi-frame-p. (Bug#763, bug#10739)
1690 (image-mode): Adjust startup message for a multi-frame image.
1691
1692 * image-mode.el (image-mode-map): Give it a menu.
1693
1694 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1695
1696 * net/tramp-cache.el (tramp-connection-properties): New customer
1697 option.
1698 (tramp-get-connection-property): Use it.
1699
1700 * net/tramp-compat.el (top): Require 'trampver.
1701
1702 * net/tramp-sh.el (tramp-remote-process-environment):
1703 Set tramp-autoload cookie.
1704
1705 2013-02-16 Kevin Ryde <user42@zip.com.au>
1706
1707 * info-look.el (info-lookup-select-mode): If major-mode has no
1708 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1709
1710 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1711
1712 * replace.el (read-regexp): Tighten the regexp that matches tag.
1713 When tag is retrieved with `find-tag-default', use regexp that
1714 matches tag at point. Also update docstring (Bug#13687).
1715
1716 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1717
1718 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1719 add watch for the file, not its parent directory, since w32notify
1720 sets up the watch for the directory internally. (Bug#13725)
1721
1722 2013-02-16 Glenn Morris <rgm@gnu.org>
1723
1724 * image.el (image-default-frame-delay): New variable.
1725 (image-animated-p): Use image-default-frame-delay.
1726 (image-minimum-frame-delay): New constant.
1727 (image-animate-timeout): Use image-minimum-frame-delay.
1728
1729 * image.el (image-nth-frame): New, split from image-animate-timeout.
1730 (image-animate-timeout): Use image-nth-frame.
1731 * image-mode.el (image-goto-frame, image-next-frame)
1732 (image-previous-frame): New commands.
1733 (image-mode-map): Add new frame commands.
1734
1735 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1736
1737 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1738 If col-desc already has help-echo, use it. (Bug#13563)
1739
1740 2013-02-16 Glenn Morris <rgm@gnu.org>
1741
1742 * image.el (image-current-frame): New variable.
1743 (image-animate-timeout): Set image-current-frame.
1744 * image-mode.el (image-mode): For animated images,
1745 display a frame counter via mode-line-process.
1746
1747 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1748
1749 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1752
1753 2013-02-15 Alan Mackenzie <acm@muc.de>
1754
1755 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1756 global minor mode has been enabled, call the minor mode function
1757 for a new buffer once only, after the major mode hook, whilst
1758 allowing that hook explicitly to disable the minor mode.
1759 (MODE-disable-in-buffer): New (generated) function.
1760 (disable-MODE): New (generated) buffer local variable.
1761
1762 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1763
1764 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1765 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1766 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1767 `ido-next-match' and `ido-prev-match' resply.
1768 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1769 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1770 `icomplete-backward-completions' (Bug#13708).
1771
1772 2013-02-15 Glenn Morris <rgm@gnu.org>
1773
1774 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1775
1776 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1779 (goto-address-fontify-region): Use them instead of narrowing, so
1780 syntax-ppss has access to the whole buffer.
1781
1782 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1783
1784 * progmodes/python.el: Explain how to restore "cc-mode"-like
1785 forward-sexp movement in header documentation (Bug#13642).
1786 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1787 comments and strings (GH bug 114).
1788
1789 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1790
1791 * progmodes/python.el (python-info-current-defun): Fix current
1792 defun detection (Bug#13618).
1793
1794 2013-02-15 Chong Yidong <cyd@gnu.org>
1795
1796 * xml.el (xml-parse-string): Fix typo in handling of bad character
1797 references.
1798
1799 2013-02-15 Glenn Morris <rgm@gnu.org>
1800
1801 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1802
1803 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1804
1805 * net/tramp.el (tramp-debug-message):
1806 Add `tramp-condition-case-unless-debug'.
1807 (tramp-debug-on-error): New defvar.
1808 (tramp-condition-case-unless-debug): New defun.
1809 (tramp-file-name-handler): Use it.
1810
1811 2013-02-14 Juri Linkov <juri@jurta.org>
1812
1813 * info.el (Info-isearch-filter): Treat non-nil values of
1814 `search-invisible' including its default value `open'
1815 like the value `t' to match hidden text. (Bug#13402)
1816
1817 2013-02-14 Glenn Morris <rgm@gnu.org>
1818
1819 * help-fns.el (find-lisp-object-file-name): Give special treatment
1820 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1821
1822 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1823
1824 * net/quickurl.el (quickurl-save-urls):
1825 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1826
1827 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1828
1829 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1830 depth for unfinished percent literal. Not using it in the caller.
1831 (ruby-move-to-block): Jump over multiline literals of all types,
1832 ignoring code-looking contents inside them.
1833 (ruby-add-log-current-method): Improve performance at the expense
1834 of accuracy. `ruby-block-contains-point' is relatively slow, so
1835 only use it for method and singleton class blocks.
1836
1837 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1838
1839 Use ControlMaster where applicable. (Bug#13677)
1840
1841 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1842 replacing `tramp-detect-ssh-controlmaster'.
1843 (tramp-default-method): Use it.
1844
1845 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1846 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1847 arguments.
1848 [scpc, rsyncc]: Remove methods.
1849 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1850 and "ssh2_old".
1851 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1852 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1853
1854 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * emacs-lisp/package.el (package--initialized): Move before first use.
1857
1858 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1859
1860 * icomplete.el (icomplete-hide-common-prefix): New user option.
1861 (icomplete-first-match): New face.
1862 (icomplete-completions): Correct handling of "complete but not
1863 unique" (Bug#12638).
1864
1865 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1866
1867 * descr-text.el (describe-char): Display the script (bug#13698).
1868
1869 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * tmm.el: Use lexical-binding and current-active-maps.
1872 (tmm-menubar): Use map-keymap and pcase.
1873 (tmm--completion-table): New function.
1874 (tmm-prompt): Use it to fix the menu order.
1875 (tmm-get-keybind): Use current-active-maps.
1876
1877 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1878
1879 Add dired-hide-details-mode. (Bug#6799)
1880
1881 * locate.el (locate-mode): Set parent mode property to dired-mode.
1882
1883 * find-dired.el (find-dired): Call dired-insert-set-properties on
1884 initial information line. Set process mark on end of buffer.
1885 (find-dired-sentinel):
1886 Call dired-insert-set-properties on summary.
1887
1888 * dired.el (dired-hide-details-hide-symlink-targets)
1889 (dired-hide-details-hide-information-lines): New options.
1890 (dired-insert-directory):
1891 Set properties after final treatment of output.
1892 (dired-insert-set-properties):
1893 Set dired-hide-details-* properties.
1894 (dired-mode-map): Bind dired-hide-details-mode.
1895 (dired-mode): Set buffer-invisibility-spec to a list.
1896 (dired-next-line): Skip hidden lines.
1897 (dired-previous-line): Use dired-next-line.
1898 (dired-hide-details-mode): New minor mode.
1899 (dired-hide-details-update-invisibility-spec): New function.
1900
1901 2013-02-13 Glenn Morris <rgm@gnu.org>
1902
1903 * play/yow.el: Move to obsolete/. (Bug#9384)
1904
1905 2013-02-13 Juri Linkov <juri@jurta.org>
1906
1907 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1908 to select `ediff-control-frame' and set input focus correctly on Xfce.
1909 (Bug#12218)
1910
1911 2013-02-13 Juri Linkov <juri@jurta.org>
1912
1913 * image-mode.el (image-mode-map):
1914 * doc-view.el (doc-view-mode-map):
1915 * vc/ediff-util.el (ediff-setup-keymap):
1916 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1917
1918 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1919
1920 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1921 performance. Instead of recalculating indentation fully for each
1922 line, sum up indentation depth based only on visited lines.
1923 (ruby-parse-partial): Increase the depth after "do" even when END
1924 is right after it.
1925 (ruby-parse-partial): When END is in the middle of a percent
1926 literal, increase the depth if the delimiter chars belong to the
1927 paren syntax class.
1928
1929 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1930
1931 * play/fortune.el (fortune-compile): Also make the compiled file
1932 if it does not exist at all, not just if it is old. (Bug#5338)
1933
1934 2013-02-13 Glenn Morris <rgm@gnu.org>
1935
1936 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1937
1938 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1939
1940 * lisp/emacs-lisp/package.el (package-menu-execute):
1941 Add optional noquery argument. (Bug#13625)
1942
1943 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1944
1945 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1946 if DIR exists and PARENTS is non-nil.
1947
1948 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1949
1950 * progmodes/js.el (js--multi-line-declaration-indentation):
1951 Silence byte-compiler warning.
1952
1953 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1954
1955 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1956
1957 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1958 only if it doesn't exist.
1959
1960 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1961 Set process marker.
1962
1963 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1964
1965 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1966 UserInstallation when calling soffice to work around LibreOffice
1967 bug 37531.
1968
1969 2013-02-12 Glenn Morris <rgm@gnu.org>
1970
1971 * files.el (basic-save-buffer):
1972 Offer to create a non-existing directory. (Bug#3016)
1973
1974 * calc/calc-graph.el (calc-graph-show-dumb):
1975 * calendar/calendar.el (calendar-mode-map):
1976 * cus-edit.el (custom-mode-map):
1977 * ehelp.el (electric-help-map):
1978 * emulation/vip.el (vip-mode-map):
1979 * epa.el (epa-key-list-mode-map):
1980 * info.el (Info-mode-map):
1981 * mail/rmail.el (rmail-mode-map):
1982 * mail/rmailsum.el (rmail-summary-mode-map):
1983 * man.el (Man-mode-map):
1984 * net/newst-plainview.el (newsticker-mode-map):
1985 * progmodes/cpp.el (cpp-edit-mode-map):
1986 * progmodes/grep.el (grep-mode-map):
1987 * progmodes/idlw-help.el (idlwave-help-mode-map):
1988 * simple.el (special-mode-map):
1989 * startup.el (splash-screen-keymap):
1990 * view.el (view-mode-map):
1991 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1992
1993 2013-02-11 Elias Pipping <pipping@lavabit.com>
1994
1995 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1996 (bug#13679).
1997
1998 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2001
2002 2013-02-11 Glenn Morris <rgm@gnu.org>
2003
2004 * vc/diff.el (diff-use-labels): New variable.
2005 (diff-no-select): Use --label rather than -L, and first
2006 check that it is supported. (Bug#11067)
2007
2008 * files.el (enable-dir-local-variables): New variable.
2009 (hack-dir-local-variables): Respect enable-dir-local-variables.
2010 * tutorial.el (help-with-tutorial):
2011 Ignore directory-local variables. (Bug#11127)
2012
2013 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2014 (vc-svn-global-switches): ... to here. (Bug#13513)
2015
2016 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2017
2018 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2019 Handle "foo (bar, default: xxx): " prompts.
2020
2021 2013-02-10 Chong Yidong <cyd@gnu.org>
2022
2023 * files.el (basic-save-buffer-1): Do not set
2024 buffer-file-coding-system-explicit (Bug#4533).
2025
2026 * mail/emacsbug.el (report-emacs-bug): Change binding of
2027 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2028
2029 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2030
2031 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2032 * calc/calc-units.el (calc-convert-units): Use new variable.
2033
2034 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2035
2036 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2037
2038 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2039 buffer-file-type.
2040
2041 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2042 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2043 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2044 coding-system-for-write instead.
2045
2046 * jka-compr.el (jka-compr-write-region): Don't bind
2047 buffer-file-type.
2048
2049 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2050 buffer-file-type.
2051
2052 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2053 (insert-file-contents-literally): Remove reference to
2054 file-name-buffer-file-type-alist.
2055
2056 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2057 make-obsolete.
2058 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2059 (find-buffer-file-type-coding-system): Remove references to
2060 find-buffer-file-type-match, find-buffer-file-type, and
2061 buffer-file-type.
2062 Don't put find-buffer-file-type-coding-system into
2063 file-coding-system-alist.
2064 (find-file-binary, find-file-text): Bind coding-system-for-read
2065 instead of file-name-buffer-file-type-alist.
2066
2067 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2068
2069 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2070 converter (Bug#13622).
2071 (doc-view-unoconv-program): Make obsolete alias.
2072 (doc-view-odf->pdf-converter-program): New variable.
2073 (doc-view-odf->pdf-converter-function): New variable.
2074 (doc-view-mode-p): Use it.
2075 (doc-view-odf->pdf-converter-unoconv):
2076 Rename from `doc-view-odf->pdf-converter-unoconv'.
2077 (doc-view-odf->pdf-converter-soffice): New function.
2078 (doc-view-convert-current-doc):
2079 Use `doc-view-odf->pdf-converter-function'.
2080
2081 2013-02-09 Chong Yidong <cyd@gnu.org>
2082
2083 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2084 view-echo-area-messages (Bug#13340).
2085
2086 * help.el (view-echo-area-messages): Use display-buffer.
2087
2088 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2089 (Bug#13561).
2090
2091 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2094 Eval body right away, now that we do eager macroexpansion (bug#13605).
2095
2096 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2097 (fundamental-mode): Use run-mode-hooks.
2098
2099 * eshell/esh-proc.el (eshell/kill): Fix last change.
2100 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2101
2102 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2103
2104 * eshell/esh-proc.el (eshell/kill): Rewrite.
2105
2106 * eshell/em-ls.el (show-almost-all): Declare.
2107 (eshell-do-ls): Add support for -A argument.
2108
2109 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2110
2111 * icomplete.el (icomplete-forward-completions)
2112 (icomplete-backward-completions): Handle corner case (bug#13602).
2113
2114 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2115
2116 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2117 be nil. Handle this. (Bug#13636)
2118
2119 2013-02-07 Richard Stallman <rms@gnu.org>
2120
2121 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2122 `save-buffer-coding-system'.
2123
2124 2013-02-07 Alan Mackenzie <acm@muc.de>
2125
2126 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2127 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2128 (c-parse-state-get-strategy): Don't return 'BOD any more.
2129 (c-append-lower-brace-pair-to-state-cache):
2130 Extra parameter HERE instead of narrowing.
2131 Widen to top of buffer before searching backwards for a brace pair.
2132 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2133 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2134 Narrow to parameter HERE, in place of being called narrowed.
2135 (c-remove-stale-state-cache): Extra parameter HERE in place of
2136 narrowing. Check there's an open brace in the cache before
2137 searching for its match.
2138 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2139 (c-parse-state-1): Don't narrow here for 'forward strategy,
2140 instead passing extra parameter HERE to several functions.
2141 Remove 'BOD strategy.
2142
2143 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2144
2145 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2146 used to install the package.
2147
2148 2013-02-06 Glenn Morris <rgm@gnu.org>
2149
2150 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2151 if we can't get user input. (Bug#6567)
2152
2153 * startup.el (command-line): If simple.el is missing,
2154 test and warn about for some possible causes.
2155
2156 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2157
2158 * cus-start.el (all): Add ns-use-native-fullscreen.
2159
2160 2013-02-05 Glenn Morris <rgm@gnu.org>
2161
2162 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2163
2164 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2165 Fix directory creation in fallback case.
2166
2167 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2168
2169 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2170 (vc-update-change-log): Use dolist.
2171
2172 2013-02-04 Chong Yidong <cyd@gnu.org>
2173
2174 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2175 code from ffap.el.
2176 (thing-at-point-beginning-of-url-regexp): New var.
2177 (thing-at-point-uri-schemes): Update list of URI schemes.
2178 (thing-at-point-url-regexp): Variable deleted.
2179 (thing-at-point-markedup-url-regexp): Disallow newlines.
2180 (thing-at-point-newsgroup-regexp)
2181 (thing-at-point-newsgroup-heads)
2182 (thing-at-point-default-mail-uri-scheme): New variables.
2183 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2184 method to find the possible bounds of the URI at point.
2185 New optional argument to find ill-formed URIs.
2186 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2187 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2188 the scheme-adding heuristics from ffap-url-at-point.
2189 (thing-at-point--bounds-of-well-formed-url): New function.
2190 Do parens matching to decide whether to include parens in the URI
2191 (Bug#9153).
2192
2193 * ffap.el: Require thingatpt.
2194 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2195 All URI-valid characters are now recognized (Bug#5673).
2196 (ffap-string-at-point): Use use-region-p.
2197 (ffap-url-regexp): Extra character is handled by thing-at-point.
2198 (ffap-string-at-point-mode-alist): Allow parentheses.
2199 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2200 Convert to aliases; code moved to thingatpt.el.
2201 (ffap-gnus-hook): Use setq-local.
2202
2203 2013-02-04 Glenn Morris <rgm@gnu.org>
2204
2205 * emacs-lisp/ert.el (ert--explain-format-atom):
2206 Don't try to print non-characters as characters. (Bug#13543)
2207
2208 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2209
2210 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2211 (tramp-backtrace): New defun.
2212 (tramp-handle-insert-file-contents): Use `visit' when inserting
2213 the local copy.
2214
2215 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2216 Use `remote-file-name-inhibit-cache'.
2217
2218 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2221 (bug#13614).
2222
2223 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2224 current-load-list (bug#13366).
2225
2226 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2227
2228 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2229 Identify g++ template instantiation trace. (Bug#12287)
2230 (compilation-mode-hook, compilation-start-hook)
2231 (compilation-window-height): Simplify docstrings. (Bug#13379)
2232
2233 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * mouse.el (mouse-drag-track): Always deactivate the mark before
2236 running the final event's command since that command is in charge of
2237 activating the mark if needed (bug#13523).
2238
2239 2013-02-02 Juri Linkov <juri@jurta.org>
2240
2241 * replace.el (perform-replace): Move let-bindings of isearch-*
2242 variables deeper to the loop that searches for the next match.
2243 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2244 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2245 (Bug#13579)
2246
2247 * isearch.el (isearch-search-fun-default): Check for null
2248 first element of isearch-cmds as a precaution when it's used
2249 with inactive isearch.
2250
2251 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2252
2253 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2254 error when buffer in question is narrowed so position 1 is out of
2255 visible part.
2256
2257 2013-02-02 Glenn Morris <rgm@gnu.org>
2258
2259 * textmodes/remember.el (remember-clipboard): Doc fix.
2260
2261 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2264 properties (bug#13179).
2265
2266 2013-02-02 Juri Linkov <juri@jurta.org>
2267
2268 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2269 instead of hard-coded default face `match'. (Bug#9438)
2270
2271 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2272
2273 * vc/vc-arch.el (vc-arch-registered):
2274 * vc/vc-bzr.el (vc-bzr-registered):
2275 * vc/vc-cvs.el (vc-cvs-registered):
2276 * vc/vc-git.el (vc-git-registered):
2277 * vc/vc-hg.el (vc-hg-registered):
2278 * vc/vc-mtn.el (vc-mtn-registered):
2279 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2280 (Bug#13139)
2281
2282 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2283 prefix argument. (Bug#11656)
2284
2285 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2286
2287 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2288
2289 2013-02-01 Glenn Morris <rgm@gnu.org>
2290
2291 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2292 if the backend is known not to support it.
2293
2294 * imenu.el (imenu-default-create-index-function):
2295 Tweak infinite loop test to check for forward motion as well as none.
2296
2297 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2298
2299 * net/soap-client.el (soap-invoke): Encode the string for
2300 `url-request-data' as UTF-8.
2301 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2302
2303 2013-02-01 Glenn Morris <rgm@gnu.org>
2304
2305 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2306
2307 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2308
2309 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2310
2311 * net/tramp.el (tramp-tramp-file-p): Comment check for
2312 `string-as-unibyte'. The function does not exist on XEmacs, and
2313 likely we need another approach.
2314
2315 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2316 `tramp-gw-*' variables are bound.
2317
2318 2013-01-31 Glenn Morris <rgm@gnu.org>
2319
2320 * files.el (basic-save-buffer-2): Choose coding system for
2321 writing the file before backing it up, to reduce delay between
2322 backing up and writing the new version. (Bug#13522)
2323
2324 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2325
2326 * simple.el (cycle-spacing): New command.
2327 (just-one-space): Use it.
2328
2329 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2332 (opascal-newline-always-indents): Remove custom.
2333 (opascal-tab, opascal-newline): Remove commands.
2334 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2335 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2336 (opascal-save-match-data): Remove, use save-match-data instead.
2337 (opascal-save-state): Use with-silent-modifications.
2338
2339 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2340 (bug#13585).
2341
2342 2013-01-30 Juri Linkov <juri@jurta.org>
2343
2344 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2345 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2346 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2347
2348 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2351 column if we're just deleting the backslashes.
2352 (makefile-fill-paragraph): Use eolp.
2353
2354 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2355
2356 * autorevert.el (auto-revert-use-notify): Fix docstring.
2357
2358 2013-01-30 Leo Liu <sdl.web@gmail.com>
2359
2360 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2361
2362 2013-01-30 Glenn Morris <rgm@gnu.org>
2363
2364 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2365 unread-command-events twice in some cases. This tries to implement
2366 the 2012-07-26 changes in a different way. (Bug#13560)
2367
2368 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2369
2370 * progmodes/python.el
2371 (python-pdbtrack-comint-output-filter-function): Enhancements on
2372 stacktrace detection. (thanks @gnovak)
2373
2374 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2377 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2378 Use defvar-local.
2379 (jit-lock-register): Use setq-local.
2380
2381 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2382
2383 * calc-units.el (math-default-units-table): Remove initial value.
2384 (calc-convert-units): Treat expressions where all the units cancel as
2385 if they didn't have units.
2386
2387 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2388
2389 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2390 (tramp-completion-reread-directory-timeout): Fix type.
2391 (tramp-connection-min-time-diff): New defcustom.
2392
2393 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2394
2395 2013-01-30 Glenn Morris <rgm@gnu.org>
2396
2397 * imenu.el (imenu-default-create-index-function):
2398 Put back a version of the infinite loop test removed 2013-01-23.
2399
2400 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2401
2402 * progmodes/python.el (python-shell-parse-command):
2403 Find python-shell-interpreter with modified environment.
2404
2405 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2408
2409 2013-01-29 Alan Mackenzie <acm@muc.de>
2410
2411 Amend to fontify /regexp/s in actions correctly.
2412 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2413 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2414 are no longer included.
2415 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2416 What used to be these variables without "-line" in the name.
2417 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2418 (c-awk-non-arith-op-bra-re): Now also matches {.
2419 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2420 "return", and "case".
2421 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2422 by /.
2423 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2424 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2425
2426 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2427
2428 * autorevert.el (auto-revert-use-notify):
2429 Use `custom-initialize-default' for initialization. (Bug#13583)
2430
2431 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2432
2433 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2434 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2435 in `tramp-file-name-handler'.
2436 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2437 compatibility.
2438 (tramp-compute-multi-hops): Check, whether
2439 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2440
2441 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2444 (bug#13297).
2445
2446 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2447
2448 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2449 checks made superfluous by the \_< operator.
2450 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2451 temporarily) broken indentation.
2452 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2453 Highlight nested constants, too. \_< broke that.
2454
2455 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2456
2457 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2458 instead of "\\b".
2459
2460 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * autorevert.el (auto-revert-handler): Notifications which result
2463 from a saved file shall not be taken into account. (Bug#13557)
2464
2465 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2466
2467 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2468 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2469 (lisp-mode): Pass t for it. (Bug#13556)
2470
2471 2013-01-25 Alan Mackenzie <acm@muc.de>
2472
2473 AWK Mode: Fix indentation bug at top level. Bug #12274.
2474
2475 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2476 just before CASE 5D.
2477
2478 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2479
2480 * net/socks.el (socks-nslookup-host): Use string-to-number.
2481
2482 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2483
2484 * autorevert.el (auto-revert-remote-files)
2485 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2486 (auto-revert-notify-enabled, auto-revert-use-notify)
2487 (auto-revert-notify-watch-descriptor-hash-list)
2488 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2489 (auto-revert-notify-event-descriptor)
2490 (auto-revert-notify-event-action)
2491 (auto-revert-notify-event-file-name): Doc fix.
2492 (global-auto-revert-mode): Reorder checks.
2493 (auto-revert-notify-rm-watch): Respect changed values of
2494 `auto-revert-notify-watch-descriptor-hash-list'.
2495 (auto-revert-notify-add-watch): Check for
2496 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2497 `inotify-add-watch'. Watch `default-directory' instead of
2498 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2499 has a changed meaning now. (Bug#13540)
2500 (auto-revert-notify-handler): Change implementation wrt events
2501 returning from a directory.
2502 (auto-revert-handler): Reorder implementation for checks of remote
2503 files.
2504 (auto-revert-buffers): Fix parentheses error.
2505
2506 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2507
2508 * progmodes/python.el: Enhancements to header documentation about
2509 skeletons. (Bug#5716)
2510
2511 * imenu.el (imenu-default-create-index-function): Remove useless
2512 infinite loop check. (Bug#13438)
2513
2514 2013-01-25 Alan Mackenzie <acm@muc.de>
2515
2516 Fix a bug in the state cache mechanism. Refactor this a bit.
2517
2518 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2519 `cache-pos' element from the return value.
2520 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2521 buffer to enable proper searching from beyond HERE. Amend the
2522 test for detecting the sought brace pair. Amend the value written
2523 to the "brace desert cache" when the brace isn't found.
2524 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2525 and several other variables analogously.
2526 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2527 parameter to a locally calculated variable.
2528 (c-parse-state-1): Change the calling conventions to the two
2529 defuns involving `cache-pos'.
2530
2531 2013-01-25 Chong Yidong <cyd@gnu.org>
2532
2533 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2534
2535 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2536
2537 * paren.el (show-paren-function): Make sure to set 'priority and
2538 'face only if the overlay does exist.
2539
2540 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2541
2542 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2543
2544 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2545 basic attributes.
2546 (tramp-sh-handle-set-file-acl): Improve error checking.
2547
2548 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2549
2550 * doc-view.el (doc-view-display): Force mode line update until all
2551 document is converted. Suggested by Stefan Monnier (Bug#13164).
2552
2553 2013-01-23 Bastien Guerry <bzg@gnu.org>
2554
2555 * paren.el (show-paren-function): Make sure an overlay exists
2556 before trying to delete it. Also use `pos' as a position only
2557 when it is an integer.
2558
2559 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2560
2561 * play/gametree.el (gametree-break-line-here): Use point-marker.
2562
2563 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2564
2565 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2566 Mark descriptive parts with `display' property.
2567
2568 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2569
2570 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2571 New variable to map standard dict names to hunspell ones.
2572 (ispell-set-spellchecker-params): Make sure specific dict names
2573 are used for standard dicts with hunspell.
2574
2575 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2576
2577 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2578 chars for note (%N) and url (%U).
2579 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2580
2581 2013-01-21 Juri Linkov <juri@jurta.org>
2582
2583 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2584 in addition to existing separate binding `meta f10' in `global-map'.
2585 (Bug#13484)
2586
2587 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2588
2589 Improve XEmacs compatibility.
2590
2591 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2592
2593 * net/tramp-adb.el (top): Require `time-date'.
2594 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2595 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2596 Use `tramp-file-name-handler'.
2597 (tramp-adb-maybe-open-connection):
2598 Use `tramp-compat-set-process-query-on-exit-flag'.
2599
2600 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2601 Use `tramp-compat-funcall'.
2602
2603 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2604 `tramp-compat-funcall'.
2605
2606 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2607
2608 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2609 reimplementation using "adb shell command ..." instead of running
2610 remote shell interactively.
2611
2612 2013-01-20 Glenn Morris <rgm@gnu.org>
2613
2614 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2615 Add native profiler menu entries.
2616
2617 * profiler.el (profiler-running-p): New function.
2618 (profiler-cpu-profile): Use profiler-running-p.
2619 (profiler-report-mode-map): Add some more menu entries.
2620
2621 2013-01-19 Glenn Morris <rgm@gnu.org>
2622
2623 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2624 fixes 2012-12-07 change. (Bug#13499)
2625
2626 2013-01-19 Leo Liu <sdl.web@gmail.com>
2627
2628 * dired.el (dired-get-marked-files): Prune erroneous values due to
2629 last change. (Bug#13152)
2630
2631 2013-01-19 Glenn Morris <rgm@gnu.org>
2632
2633 * progmodes/etags.el (tags-table-check-computed-list):
2634 Preserve point in tags buffer. (Bug#13412)
2635
2636 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2637
2638 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2639 Chong Yidong <cyd@gnu.org>
2640
2641 * image-mode.el (image-next-file, image-previous-file):
2642 New commands (Bug#8453).
2643 (image-mode-map): Bind them to n and p.
2644 (image-mode--images-in-directory): New helper function.
2645
2646 2013-01-19 Chong Yidong <cyd@gnu.org>
2647
2648 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2649 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2650 save and restore the old window configuration.
2651
2652 2013-01-18 Leo Liu <sdl.web@gmail.com>
2653
2654 * progmodes/js.el: Tweak autoload cookie for alias.
2655
2656 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2657
2658 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2659 buffer local, again. This was lost with the fix on 2013-01-12.
2660
2661 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2662
2663 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2664 order to support several eshell buffers in parallel.
2665
2666 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2667
2668 * autorevert.el (auto-revert-use-notify): In the :set function, do
2669 not modify `kill-buffer-hook'.
2670 (auto-revert-notify-rm-watch):
2671 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2672 (auto-revert-notify-add-watch): Do not call
2673 `auto-revert-notify-rm-watch', but add it to a buffer local
2674 `kill-buffer-hook'.
2675
2676 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2679 call to `eval' rather than a backquoted lambda.
2680
2681 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2684 to return an explicit nil.
2685 (advice--remove-function): Change accordingly.
2686
2687 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2688 the use of nadvice.el.
2689
2690 * progmodes/which-func.el (which-function): Silence imenu errors
2691 (bug#13433).
2692
2693 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2694
2695 * progmodes/sql.el (sql-imenu-generic-expression):
2696 (sql-mode-font-lock-object-name): Match schema qualified names.
2697 (sql-connect): Use string keys.
2698 (sql-product-interactive): Wait for interpreter prompt.
2699 (sql-comint-oracle): Set process coding based on NLS_LANG.
2700
2701 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2702
2703 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2704 (sql-interactive-remove-continuation-prompt):
2705 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2706
2707 2013-01-14 Leo Liu <sdl.web@gmail.com>
2708
2709 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2710 (Bug#13420)
2711
2712 2013-01-14 Glenn Morris <rgm@gnu.org>
2713
2714 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2715 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2716
2717 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2718
2719 * progmodes/python.el (python-nav-end-of-statement):
2720 Fix cornercase when handling multiline strings.
2721
2722 2013-01-13 Richard Stallman <rms@gnu.org>
2723
2724 * mail/sendmail.el (mail-position-on-field): Add doc string.
2725
2726 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2727 Get current message boundaries and pass them to
2728 message-forward-make-body-mime. Minor style changes.
2729
2730 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2731
2732 * cus-start.el (all): Avoid warnings about
2733 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2734
2735 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2736
2737 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2738
2739 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2742 (jit-lock--debug-fontifying): New var.
2743 (jit-lock--debug-fontify): New function.
2744 * subr.el (condition-case-unless-debug): Don't prevent catching the
2745 error, just let the debbugger run.
2746 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2747 timer code and don't drop errors silently.
2748
2749 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2750
2751 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2752 `permanent-local' property.
2753 (auto-revert-notify-handler): Use `file-equal-p'.
2754
2755 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2756
2757 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2758 file notification by ACTION. For filtering by file name, compare
2759 only the non-directory part of the file name.
2760
2761 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * autorevert.el: Use cl-lib instead of cl.
2764
2765 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2766 (vc-bzr-checkin): Use it.
2767 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2768 will preserve match-data.
2769
2770 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2771
2772 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2773 (js--declaration-keyword-re): New var.
2774 (js--multi-line-declaration-indentation): New function.
2775 (js--proper-indentation): Use it.
2776
2777 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2778
2779 * calc/calc.el (calc-highlight-selections-with-faces)
2780 (calc-dispatch):
2781 * comint.el (comint-history-isearch-message):
2782 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2783 * ffap.el (ffap-string-at-point-region, ffap-next)
2784 (ffap-string-at-point, ffap-string-around)
2785 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2786 (ffap-literally):
2787 * font-lock.el (font-lock-keywords-alist)
2788 (font-lock-removed-keywords-alist):
2789 * help-mode.el (help-xref-symbol-regexp):
2790 * info.el (Info-find-emacs-command-nodes):
2791 * international/mule.el (add-to-coding-system-list):
2792 * isearch.el (isearch-message-function, isearch-fail-pos):
2793 * misearch.el (multi-isearch-next-buffer-function):
2794 * newcomment.el (comment-box):
2795 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2796 (pr-setting-database):
2797 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2798 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2799 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2800 (pike-font-lock-keywords-3):
2801 * progmodes/compile.el (compile):
2802 * progmodes/etags.el (tags-table-files)
2803 (tags-table-files-function, tags-included-tables-function):
2804 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2805 (gdb-restore-windows):
2806 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2807 (ps-n-up-filling-database):
2808 * server.el (server-buffer, server-log):
2809 * simple.el (newline, delete-backward-char, delete-forward-char)
2810 (minibuffer-history-isearch-message, kill-line, track-eol)
2811 (temporary-goal-column):
2812 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2813 (flyspell-default-deplacement-commands):
2814 * textmodes/ispell.el (ispell-accept-output):
2815 * textmodes/sgml-mode.el (html-tag-help):
2816 * vc/compare-w.el (compare-ignore-whitespace)
2817 (compare-ignore-case, compare-windows-dehighlight):
2818 * vc/diff.el (diff):
2819 * whitespace.el (whitespace-point)
2820 (whitespace-font-lock-refontify, whitespace-bob-marker)
2821 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2822
2823 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2824
2825 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2826 (auto-revert-notify-rm-watch): Ignore errors.
2827 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2828 inotify, and '(size last-write-time) for w32notify.
2829 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2830 watch fails - this is a fallback to the file modification check.
2831 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2832 (auto-revert-notify-event-action)
2833 (auto-revert-notify-event-file-name): New defuns.
2834 (auto-revert-notify-handler): Use them. Implement first
2835 plausibility checks.
2836 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2837
2838 2013-01-11 Julien Danjou <julien@danjou.info>
2839
2840 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2841 max are almost equal. Also return the correct value for V which is
2842 already between 0 and 1.
2843
2844 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2845
2846 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2847
2848 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2849
2850 * autorevert.el (auto-revert-notify-rm-watch)
2851 (auto-revert-notify-add-watch): Fix typos in w32notify function
2852 names.
2853
2854 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2855
2856 * autorevert.el (auto-revert-notify-enabled): Move up.
2857 (auto-revert-use-notify): New defcustom.
2858 (auto-revert-mode, global-auto-revert-mode)
2859 (auto-revert-notify-add-watch, auto-revert-handler)
2860 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2861 `auto-revert-notify-enabled'.
2862
2863 2013-01-10 Elias Pipping <pipping@exherbo.org>
2864
2865 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2866 * doc-view.el (doc-view-document->bitmap):
2867 Use doc-view-single-page-converter-function instead of
2868 single-page-converter arg; adjust callers.
2869
2870 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2871
2872 * progmodes/which-func.el (which-function): Understand Semantic's use
2873 of overlays in imenu--index-alist.
2874
2875 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2876
2877 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2878 (Man-man-k-use-anchor): New var.
2879 (Man-parse-man-k): New function.
2880 (Man-completion-table): Use it.
2881 (man): Flush the completion cache between uses.
2882
2883 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2884
2885 * autorevert.el: Add file watch support.
2886 (auto-revert-notify-enabled): New defconst.
2887 (auto-revert-notify-watch-descriptor-hash-list)
2888 (auto-revert-notify-watch-descriptor)
2889 (auto-revert-notify-modified-p): New defvars.
2890 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2891 (auto-revert-notify-handler): New defuns.
2892 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2893 when mode is disabled.
2894 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2895 (auto-revert-buffers): Add file watches for active buffers.
2896
2897 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2898
2899 * cus-start.el (toplevel): Only allow float values for
2900 scroll-up-aggressively and scroll-down-aggressively.
2901 Allow any number for line-spacing.
2902
2903 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2906 (doc-view-pdf->png-converter-function): Use mupdf if available.
2907 (doc-view-djvu->png-converter-function)
2908 (doc-view-ps->png-converter-function): Remove.
2909 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2910 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2911 (doc-view-already-converted-p): Adjust accordingly.
2912 (doc-view-mode-p): Simplify.
2913 (doc-view-enlarge): Use setq-local.
2914 (doc-view-pdf->png-converter-ghostscript)
2915 (doc-view-djvu->png-converter-ddjvu)
2916 (doc-view-pdf->png-converter-mupdf): Rework to call
2917 doc-view-start-process directly.
2918 (doc-view-pdf/ps->png): Simplify accordingly.
2919 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2920 (doc-view-document->bitmap): Rename from doc-view-document->png.
2921 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2922 (doc-view-set-slice-from-bounding-box): Fix completion table.
2923 (doc-view-mode): Use add-hook for after-revert-hook.
2924
2925 2013-01-10 Glenn Morris <rgm@gnu.org>
2926
2927 * emacs-lisp/authors.el (authors-ignored-files)
2928 (authors-valid-file-names, authors-renamed-files-alist):
2929 Add some more entries.
2930
2931 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2934 `t' pseudo-window entry.
2935
2936 2013-01-10 Alan Mackenzie <acm@muc.de>
2937
2938 Fix bugs in the c-parse-state mechanism. Reuse some markers
2939 instead of continually generating new ones.
2940
2941 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2942 (c-state-old-cpp-end-marker): New variables.
2943 (c-append-lower-brace-pair-to-state-cache): Start a backward
2944 search for "}" definitively outside CPP constructs.
2945 (c-remove-stale-state-cache): Inform the caller of a need to
2946 search back for a brace pair in certain circumstances.
2947 (c-state-maybe-marker): New macro.
2948 (c-parse-state): Reuse markers when appropriate.
2949
2950 2013-01-10 Glenn Morris <rgm@gnu.org>
2951
2952 * simple.el (execute-extended-command): Doc fix.
2953 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2954
2955 2013-01-10 Chong Yidong <cyd@gnu.org>
2956
2957 * faces.el (read-face-name): Doc fix.
2958
2959 2013-01-10 Roland Winkler <winkler@gnu.org>
2960
2961 * emacs-lisp/crm.el: Allow any regexp for separators.
2962 (crm-default-separator): All spaces around the default comma separator.
2963 (crm--completion-command): New macro.
2964 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2965 (crm-complete-and-exit): Handle non-single-char separators.
2966
2967 2013-01-09 Elias Pipping <pipping@lavabit.com>
2968
2969 * doc-view.el: Add support for DjVu (bug#13164).
2970 (doc-view-djvu->png-converter-function): New config var.
2971 (doc-view-single-page-converter-function, doc-view--image-type)
2972 (doc-view--image-file-extension): New vars.
2973 (doc-view-mode): Initialize them.
2974 (doc-view-goto-page): Use them.
2975 (doc-view-mode-p): Add support for ddjvu.
2976 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2977 (doc-view-set-up-single-converter): New funs.
2978 (doc-view-pdf/ps->png): Extend for djvu.
2979 (doc-view-document->png): Rename from doc-view-pdf->png.
2980 (doc-view-convert-current-doc): Handle djvu.
2981 (doc-view-insert-image, doc-view-display)
2982 (doc-view-already-converted-p): Don't hardcode png.
2983 (doc-view-set-doc-type): Recognize djvu docs.
2984
2985 2013-01-09 Elias Pipping <pipping@lavabit.com>
2986
2987 * doc-view.el: Add support for mupdf converter (bug#13164).
2988 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2989 (doc-view-ps->png-converter-function): New config vars.
2990 (doc-view-pdf->png-converter-ghostscript)
2991 (doc-view-ps->png-converter-ghostscript)
2992 (doc-view-pdf->png-converter-mupdf): New functions.
2993 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2994
2995 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2996
2997 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2998 first in session cache: When `tramp-own-remote-path' is in
2999 `tramp-remote-path', the remote path is only set in the session
3000 cache.
3001
3002 2013-01-09 Glenn Morris <rgm@gnu.org>
3003
3004 * emacs-lisp/trace.el (trace-function-foreground)
3005 (trace-function-background): Doc fix.
3006
3007 2013-01-09 Juri Linkov <juri@jurta.org>
3008
3009 * international/mule-cmds.el (read-char-by-name): Move let-binding
3010 of completion-ignore-case around completing-read to fix regression
3011 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3012 `string-match-p' using the nil value of `case-fold-search' and
3013 `completion-ignore-case' in `completion-pcm--all-completions'.
3014 (Bug#12615).
3015
3016 2013-01-09 Glenn Morris <rgm@gnu.org>
3017
3018 * progmodes/compile.el (compilation-parse-errors):
3019 Fix typo. (Bug#13369)
3020
3021 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3022
3023 * comint.el (comint-send-input): Check size of buffer before
3024 waiting for process output, in case already accepted. (Bug#13290)
3025
3026 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3027
3028 Spelling fixes.
3029 * net/tramp-adb.el (tramp-adb-get-toolbox):
3030 Fix misspelling of 'unknown'.
3031
3032 2013-01-08 Juri Linkov <juri@jurta.org>
3033
3034 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3035 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3036 Use underline style wave on terminals that support it. (Bug#13000)
3037
3038 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3041 the predicate returns nil.
3042
3043 * simple.el: Use lexical-binding.
3044 (primitive-undo): Use pcase.
3045 (minibuffer-history-isearch-push-state): Use a closure.
3046
3047 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3048
3049 * simple.el (primitive-undo): Move from undo.c.
3050
3051 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3054 (cvs-mode-remove-handled): Use it (bug#13380).
3055
3056 * emacs-lisp/nadvice.el (advice--tweak): New function.
3057 (advice--remove-function, advice--subst-main): Use it.
3058
3059 * emacs-lisp/advice.el: Update commentary.
3060
3061 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3062
3063 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3064 Remove spurious entry.
3065
3066 2013-01-08 Glenn Morris <rgm@gnu.org>
3067
3068 * net/tramp.el (tramp-default-host-alist): Add :version.
3069
3070 2013-01-08 Juri Linkov <juri@jurta.org>
3071
3072 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3073 single completion. (Bug#12456)
3074 (info--manual-names): Expand node completions into an explicit list
3075 before appending it to another list. Filter out internal buffers
3076 with the leading space in the buffer name. (Bug#10771)
3077
3078 2013-01-08 Juri Linkov <juri@jurta.org>
3079
3080 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3081 that defaults to the Top node.
3082 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3083 the short format (FILENAME) goes to the Top node.
3084 (Info-build-node-completions): Rename arg `file' to `filename'.
3085 (Bug#13365)
3086
3087 2013-01-07 Bastien Guerry <bzg@gnu.org>
3088
3089 * menu-bar.el (menu-bar-search-documentation-menu):
3090 Use `apropos-user-option' and fix the help message.
3091
3092 2013-01-07 Bastien Guerry <bzg@gnu.org>
3093
3094 * apropos.el (apropos-do-all): Update docstring.
3095 (apropos-user-option-button): New face.
3096 (apropos-user-option): Rename from `apropos-variable' and update
3097 docstring.
3098 (apropos-variable): Rewrite, now show all variables by default.
3099 (apropos-print): Mention "User option" instead of "Variable" when
3100 printing doc for user options. (Bug#13276)
3101
3102 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
3103
3104 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3105 Handle filename correctly, when parsing "source -> target" symlink
3106 output.
3107 (tramp-adb-handle-set-file-times): New defun.
3108
3109 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3112 advice list when the interactive-spec of ad-Advice-* changes.
3113
3114 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3115
3116 * wid-edit.el (widget-default-get): Work for inlined elements.
3117 (Bug#12670)
3118
3119 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3120
3121 * net/tramp.el (tramp-default-host-alist): New defcustom.
3122 (tramp-find-host): Use it.
3123 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3124 `eshell-directory-change-hook'.
3125
3126 * net/tramp-adb.el (top): Add adb specific entry in
3127 `tramp-default-host-alist'.
3128 (tramp-adb-file-name-host): Remove function.
3129 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3130 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3131
3132 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3133
3134 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
3135
3136 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3137
3138 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3139
3140 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3141 consist of more than one digit.
3142 (tramp-adb-file-name-handler-alist):
3143 Use `tramp-handle-file-exists-p' consistently.
3144 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3145 (tramp-adb-handle-file-exists-p): Remove function.
3146 (tramp-adb-file-name-host): New defun.
3147 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3148 Use it.
3149 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3150
3151 2013-01-06 Chong Yidong <cyd@gnu.org>
3152
3153 * vc/vc.el (vc-next-action): Detect buffer modifications
3154 conflicting with locking VCS operation (Bug#11490).
3155
3156 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3157
3158 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3159
3160 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3161 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3162
3163 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
3164
3165 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3166 parsing of ls output using regular expression (handle filenames
3167 with spaces). Use virtual device number.
3168 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3169 cleanup).
3170
3171 2013-01-04 Daiki Ueno <ueno@gnu.org>
3172
3173 * epg.el: Silence byte-compiler warnings.
3174 (epg--start): Use delete-char instead of delete-backward-char.
3175 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3176
3177 2013-01-04 Daiki Ueno <ueno@gnu.org>
3178
3179 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3180 Suggested by Eli Zaretskii <eliz@gnu.org>.
3181
3182 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3183
3184 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3185 non-negative integers. Otherwise, the default values are used.
3186 (tramp-convert-file-attributes): Convert uid and gid to integers.
3187
3188 2013-01-04 Glenn Morris <rgm@gnu.org>
3189
3190 * term.el (term-handle-colors-array): Ensure face attributes
3191 are fully specified, not nil. (Bug#13337)
3192
3193 * term.el (term-default-fg-color, term-default-bg-color):
3194 Fix custom type.
3195
3196 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3197 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3198 rather than 'jka-compr being loaded. (Bug#13338)
3199
3200 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3201
3202 * icomplete.el (icomplete-completions):
3203 Honor icomplete-prospects-height once more following
3204 2012-11-29 changes. (Bug#13224)
3205
3206 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3209 of called-interactively-p as well (bug#13237).
3210
3211 * view.el (view--enable, view--disable): Rename from view-mode-enable
3212 and view-mode-disable and assume it's called from view-mode.
3213 (view-mode-enable, view-mode-disable): Redefine as obsolete
3214 compatibility layer above view-mode.
3215 (view-mode-enter): Call `view-mode'.
3216
3217 * files.el (after-find-file): Call `view-mode'.
3218
3219 * doc-view.el (doc-view-scale-internally): New var.
3220 (doc-view-enlarge, doc-view-insert-image): Obey it.
3221
3222 2013-01-03 Daiki Ueno <ueno@gnu.org>
3223
3224 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3225 exist. (Bug#13344)
3226
3227 2013-01-03 Glenn Morris <rgm@gnu.org>
3228
3229 * mail/rmail.el (rmail-set-header-1): Ignore case.
3230 Handle multi-line headers. (Bug#13330)
3231
3232 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3233 Handle paragraph starting at beginning of buffer.
3234
3235 * subr.el (eval-after-load): Don't purecopy the form, so that it
3236 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3237
3238 * emacs-lisp/byte-run.el (defun): Place cl declarations
3239 after any interactive spec. (Bug#13265)
3240
3241 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3242
3243 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3244 defun. Don't check for DECL if DOCSTRING isn't a string.
3245 (defun): Likewise.
3246
3247 2013-01-02 Glenn Morris <rgm@gnu.org>
3248
3249 * eshell/em-cmpl.el (eshell-pcomplete):
3250 More thoroughly imitate pcomplete. (Bug#13293)
3251
3252 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3253 Return nil for empty path elements. (Bug#13296)
3254
3255 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
3256
3257 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3258 order to improve efficiency (Based on Daniel Colascione's
3259 <dancol@dancol.org> patch). (Bug#13182)
3260
3261 2013-01-02 Glenn Morris <rgm@gnu.org>
3262
3263 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3264
3265 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3266
3267 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3268 neither DOCSTRING nor DECL was given. (Bug#13316)
3269
3270 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3271
3272 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3273 `error' call.
3274 (tramp-do-copy-or-rename-file): Ignore errors when calling
3275 `set-file-extended-attributes'.
3276
3277 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3278 Add handler for `file-acl'.
3279 (tramp-smb-handle-file-acl): New defun.
3280
3281 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3282
3283 * calc/README: Mention ISO 8601 week-numbering dates.
3284
3285 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3286
3287 * view.el (view-mode-enable): New argument run-view-mode-hook.
3288 Run view-mode-hook only when it's non-nil (Bug#13315).
3289 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3290 argument t.
3291
3292 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
3293
3294 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3295 (No device connected, invalid device name). (Bug #13299)
3296
3297 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3298
3299 * window.el (window-resizable--p): Rename to window-resizable-p.
3300 (window-resize-no-error): New function.
3301
3302 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3303 broken in fix from 2012-12-28.
3304
3305 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * subr.el (special-form-p): Don't signal errors on undef aliases.
3308
3309 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3310
3311 * calc/calc-forms.el (math-parse-date): Try using
3312 `math-parse-iso-date' when it looks like it might be needed.
3313 Allow times of 24:00.
3314 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3315 of 24:00.
3316
3317 2012-12-30 Glenn Morris <rgm@gnu.org>
3318
3319 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3320 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3321 (rmail-summary-displayed, rmail-summary): Declare.
3322 (mairix-rmail-display): Just require rmail.
3323
3324 2012-12-30 Chong Yidong <cyd@gnu.org>
3325
3326 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3327 check for the tarball contents.
3328
3329 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3330
3331 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3332 tarfile content listings (Bug#13136).
3333
3334 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3335
3336 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3337 Insert the undecoded text of the message being forwarded. (Bug#9521)
3338
3339 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3340
3341 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3342 integers, if they are real numbers. (Bug#13282)
3343
3344 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3345 Return `t' on success.
3346
3347 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3348 Add handler for `set-file-selinux-context'.
3349
3350 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3351
3352 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3353 (tramp-sh-handle-set-file-acl): Return `t' on success.
3354
3355 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3356
3357 * files.el (backup-buffer-copy, basic-save-buffer-2):
3358 If set-file-extended-attributes fails, fall back on set-file-modes
3359 instead of signaling an error. (Bug#13298)
3360 (basic-save-buffer): Likewise.
3361
3362 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3363
3364 * progmodes/python.el: Support other commands triggering
3365 python-indent-line so indentation cycling continues to work.
3366 (python-indent-trigger-commands): New defcustom.
3367 (python-indent-line): Use it.
3368
3369 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3370
3371 * progmodes/python.el (python-shell-send-region): Add blank lines
3372 for non sent code so backtraces remain correct.
3373
3374 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3375
3376 * progmodes/python.el: Remove cl dependency.
3377 (python-syntax-count-quotes): Replace incf call.
3378 (python-fill-string): Replace setf call.
3379
3380 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3381
3382 * info.el (info-other-window): New arg, for consistency with info.
3383
3384 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3385
3386 * mail/rmail.el (rmail-maybe-display-summary):
3387 Rewrite (Bug#13066).
3388
3389 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3390
3391 * epg.el (epg--start): Modify process-environment locally.
3392
3393 2012-12-28 Daiki Ueno <ueno@gnu.org>
3394
3395 * epg.el: Support pinentry-curses.
3396 Suggested by Werner Koch in
3397 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3398 (epg-agent-file, epg-agent-mtime): New variable.
3399 (epg--start): Record the modified time of gpg-agent socket file,
3400 to restore Emacs frame after pinentry-curses termination.
3401 (epg-wait-for-completion): Restore Emacs frame here.
3402
3403 2012-12-27 Juri Linkov <juri@jurta.org>
3404
3405 * info.el (Info-file-completions): New variable.
3406 (Info-read-node-name-1): Complete node names in the Info file
3407 when a file name is given. Call `Info-build-node-completions'
3408 with a file name.
3409 (Info-build-node-completions): Add new arg `file'. When it is
3410 non-nil, visit it in a temporary buffer and cache its completions in
3411 `Info-current-file-completions'. Move most of the function body to
3412 `Info-build-node-completions-1'.
3413 (Info-build-node-completions-1): New function with the body from
3414 `Info-build-node-completions'. (Bug#12456)
3415
3416 2012-12-27 Juri Linkov <juri@jurta.org>
3417
3418 * frame.el (frame-maximization-style): Remove user option.
3419 (cycle-frame-maximized): Remove function.
3420 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3421 (toggle-frame-fullscreen): New command bound to <f11> instead of
3422 `toggle-frame-maximized'.
3423 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3424
3425 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3426
3427 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3428
3429 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3430 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3431 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3432 for `file-accessible-directory-p'. (Bug#13275)
3433
3434 2012-12-27 Sam Steingold <sds@gnu.org>
3435
3436 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3437 continuations, see <http://stackoverflow.com/questions/3582436>.
3438
3439 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3440
3441 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3442 "module" and "def" to have indentation before them.
3443 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3444
3445 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3446
3447 2012-12-27 Alan Mackenzie <acm@muc.de>
3448
3449 Speed up fontification where there's large brace blocks.
3450 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3451 to a call of c-beginning-of-decl-1.
3452
3453 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3454
3455 * comint.el (comint-adjust-window-point): New function.
3456 (comint-postoutput-scroll-to-bottom):
3457 Call comint-adjust-window-point (Bug#13248).
3458
3459 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3460
3461 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3462 Rakefile regexp.
3463 (auto-mode-alist): Associate .gemspec files with ruby-mode
3464 (https://bugs.ruby-lang.org/issues/5453).
3465
3466 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3467
3468 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3469 Suppress coloring, if possible (required for BusyBox based systems like
3470 CyanogenMod).
3471 (tramp-adb-handle-file-attributes)
3472 (tramp-adb-handle-insert-directory)
3473 (tramp-adb-handle-file-name-all-completions): Use it.
3474 (tramp-adb-get-toolbox): New defun. Check for remote shell
3475 implementation (BusyBox or Toolbox).
3476
3477 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3478
3479 * startup.el (initial-buffer-choice): Allow function as value
3480 (Bug#13251).
3481 (command-line-1): Handle case where initial-buffer-choice
3482 specifies a function.
3483 * server.el (server-execute): Handle case where
3484 initial-buffer-choice specifies a function.
3485
3486 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3487
3488 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3489 its own function.
3490 (smtpmail-try-auth-methods): Forget the user name/password if the
3491 login is unsuccessful (bug#12424).
3492
3493 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3494
3495 * notifications.el (notifications-notify): Protect body with
3496 `with-demoted-errors'.
3497
3498 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3499 Check properties of remote device. Restart connection, if there is a
3500 change.
3501
3502 2012-12-21 Chong Yidong <cyd@gnu.org>
3503
3504 * sort.el (sort-subr): Doc fix (Bug#13056).
3505
3506 2012-12-21 Bastien Guerry <bzg@gnu.org>
3507
3508 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3509
3510 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3511
3512 * simple.el (process-file): Overwrite stderr file, if exists.
3513
3514 2012-12-21 Daiki Ueno <ueno@gnu.org>
3515
3516 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3517 (epg-error): Set `error-message' property.
3518
3519 2012-12-21 Chong Yidong <cyd@gnu.org>
3520
3521 * international/mule-cmds.el (read-char-by-name): Signal an error
3522 if the user does not supply a valid character (Bug#13177).
3523
3524 * simple.el (transpose-subr-1): Preserve marker positions by
3525 changing the insertion sequence (Bug#13122).
3526
3527 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3528
3529 * simple.el (kill-region): Deactivate mark even for empty regions
3530 (Bug#13169).
3531
3532 2012-12-21 Chong Yidong <cyd@gnu.org>
3533
3534 * help-fns.el (describe-variable): Make sure we get the right
3535 buffer name (Bug#13105). Suggested by Kelly Dean.
3536
3537 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3538
3539 * comint.el (comint-redirect-previous-input-string): New variable.
3540 (comint-redirect-setup, comint-redirect-cleanup)
3541 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3542 (comint-redirect-preoutput-filter): Fix verbose message.
3543
3544 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3545
3546 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3547 is too long for Tramp. See discussion in
3548 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3549
3550 * progmodes/compile.el (compilation-start): Remove line escape
3551 template.
3552
3553 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3554
3555 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3556 Adjust comment.
3557
3558 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3559
3560 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3561 following non-comment text (bug#13207).
3562 (lm-header-multiline): Continuation lines need to be indented more than
3563 the first line.
3564 (lm-homepage): New function.
3565 (lm-with-file): Don't be confused if narrowing is in effect.
3566
3567 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3570 very beginning of a hunk (e.g. killing the first line).
3571
3572 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3573
3574 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3575 and text properties from returned ACL string.
3576 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3577 for "setfacl" command.
3578
3579 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3582 `tramp-cleanup-this-connection', when the process has died.
3583 (Bug#13151)
3584
3585 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3588
3589 2012-12-17 Kevin Ryde <user42@zip.com.au>
3590
3591 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3592
3593 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3594
3595 Add support for preserving ACL entries of files.
3596
3597 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3598 `set-file-acl' handlers.
3599
3600 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3601 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3602
3603 * net/tramp-compat.el (tramp-compat-copy-file):
3604 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3605
3606 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3607 Add `file-acl' and `set-file-acl' handlers.
3608 (tramp-gvfs-handle-copy-file):
3609 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3610 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3611 New defuns.
3612
3613 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3614 Add `file-acl' and `set-file-acl' handlers.
3615 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3616 (tramp-sh-handle-set-file-acl): New defuns.
3617 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3618 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3619
3620 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3621 Add `file-acl' and `set-file-acl' handlers.
3622 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3623
3624 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3625
3626 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3627 use pop-to-buffer with NORECORD argument t. As buffer name, use
3628 *Metahelp* with a leading space (Bug#13190).
3629
3630 2012-12-16 Romain Francoise <romain@orebokech.com>
3631
3632 * files.el (file-extended-attributes)
3633 (set-file-extended-attributes): New functions.
3634 (backup-buffer): Use them to handle both SELinux context and ACL
3635 entries.
3636 (backup-buffer-copy): Work with an alist of extended attributes,
3637 rather than an SELinux context.
3638 (basic-save-buffer-2): Ditto.
3639
3640 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3641
3642 * battery.el (battery-bsd-apm): New function.
3643
3644 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3645
3646 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3647 standard date formats.
3648
3649 2012-12-15 Juri Linkov <juri@jurta.org>
3650
3651 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3652 `isearch-insert-char-by-name'.
3653 (with-isearch-suspended): New defmacro with body mostly from
3654 `isearch-edit-string' except the part that sets
3655 `isearch-new-string' and `isearch-new-message'.
3656 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3657 body that sets `isearch-new-string' and `isearch-new-message'.
3658 (isearch-insert-char-by-name): New command.
3659 * international/mule-cmds.el (read-char-by-name): Let-bind
3660 `enable-recursive-minibuffers' to t.
3661 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3662
3663 2012-12-15 Juri Linkov <juri@jurta.org>
3664
3665 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3666 (Bug#13175)
3667
3668 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3669
3670 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3671 the prompt. (Bug#13045)
3672
3673 2012-12-14 Glenn Morris <rgm@gnu.org>
3674
3675 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3676 Try to include filename in non-bytecomp warning. (Bug#13132)
3677
3678 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3679
3680 Fix permissions bugs with setgid directories etc. (Bug#13125)
3681 * files.el (backup-buffer): Don't rely on 9th output of
3682 file-attributes, as it's now a placeholder. Instead, use the new
3683 optional arg of file-ownership-preserved-p.
3684 (file-ownership-preserved-p): New optional arg GROUP.
3685 Fix mishandling of setuid directories that would cause this
3686 function to return t when it should have returned nil.
3687 Document what happens if the file does not exist, and when
3688 it's not known whether the ownership will be preserved.
3689 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3690 Likewise.
3691 (tramp-get-local-gid): Use group-gid for integer, as that's
3692 faster and more reliable.
3693
3694 2012-12-14 Julien Danjou <julien@danjou.info>
3695
3696 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3697 Update keywords list, data type and PL/pgSQL.
3698
3699 2012-12-14 Dave Abrahams <dave@boostpro.com>
3700
3701 * vc/ediff-util.el (ediff-buffer-type): New function.
3702 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3703 rather than taking it as as argument.
3704 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3705
3706 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3707
3708 * json.el: Add pretty-print option (bug#12634).
3709 (json-encoding-separator, json-encoding-default-indentation)
3710 (json--encoding-current-indentation, json-encoding-pretty-print)
3711 (json-encoding-lisp-style-closings): New vars.
3712 (json--with-indentation): New macro.
3713 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3714 (json-encode-array): Use it to obey json-encoding-pretty-print.
3715 (json-pretty-print-buffer, json-pretty-print): New commands.
3716
3717 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3718
3719 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3720 Extract `ruby-syntax-propertize-expansions'.
3721 (ruby-syntax-propertize-expansions): Only change syntax on
3722 certain string delimiters, to punctuation. This way the common
3723 functions like forward-word and thing-at-point still work.
3724 (ruby-match-expression-expansion): Improve readability.
3725 (ruby-block-contains-point): New function.
3726 (ruby-add-log-current-method): Handle several edge cases.
3727
3728 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3729
3730 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3731 unload-feature finishes even when aborting an ongoing edebug session.
3732 Also, do not worry about edebug-mode, unload-feature takes care of it.
3733
3734 2012-12-13 Andreas Schwab <schwab@suse.de>
3735
3736 * net/tls.el (tls-program): Update customize type.
3737
3738 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3739
3740 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3741 (edebug-setup-hook, cl-read-load-hooks): Use it.
3742 (edebug-unload-function): New function. (Bug#13163)
3743
3744 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3745
3746 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3747 Otherwise, there could be errors in autoloading. (Bug#13151)
3748
3749 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3750
3751 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3752 sequences.
3753
3754 2012-12-13 Alan Mackenzie <acm@muc.de>
3755
3756 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3757 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3758 around `forward-comment' not recognizing ^M as whitespace.
3759
3760 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3761
3762 * progmodes/python.el (python-skeleton-class)
3763 (python-skeleton-def): Do not add space after defun name.
3764
3765 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3768 (cl--symbol-function): Remove (now that funbound is like nil).
3769
3770 2012-12-12 Glenn Morris <rgm@gnu.org>
3771
3772 * button.el (button--area-button-p): Fix typo.
3773
3774 2012-12-12 Sam Steingold <sds@gnu.org>
3775
3776 * frame.el (frame-maximization-style): New user option.
3777 (toggle-frame-maximized): Toggle frame maximization according to
3778 `frame-maximization-style', bound to <f11>.
3779 (cycle-frame-maximized): Cycle between all maximization styles and
3780 non-maximized frame, bound to shift-<f11>.
3781
3782 2012-12-12 David Cadé <codename68@gmail.com>
3783
3784 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3785
3786 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3787
3788 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3789 (eieio-override-prin1): Don't quote kewords and booleans.
3790 (object-write) <eieio-default-superclass>: Don't put closing parens
3791 on new line, avoid needless empty lines, align values that are objects
3792 with the slot keyword (instead of beginning on the same line).
3793 (eieio-list-prin1): Align value with slot keyword; increase
3794 eieio-print-depth before printing members of the list.
3795
3796 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3799 a display text-property.
3800 (report-emacs-bug-hook): Don't bother deleting it any more.
3801
3802 * hilit-chg.el (highlight-save-buffer-state): Delete.
3803 Use with-silent-modifications instead.
3804 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3805
3806 * button.el: Handle buttons in display text-properties.
3807 (button--area-button-p, button--area-button-string):
3808 Use (STRING . STRING-POS) representation instead of just STRING.
3809
3810 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3811
3812 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3813 subdirectory be skipped.
3814
3815 2012-12-11 Glenn Morris <rgm@gnu.org>
3816
3817 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3818
3819 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3820 Treat preprocessor lines embedded in continuations like comments.
3821 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3822
3823 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3824
3825 * calc/calc.el (calc-standard-date-formats): Add more date
3826 formats.
3827 * calc/calc-forms.el (math-parse-iso-date): New function.
3828 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3829 (math-parse-iso-date-validate): Add extra error checking.
3830 (calc-date-notation): Add ability to access new date formats.
3831
3832 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3835 font-lock as well as when there's no text-property.
3836
3837 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3838
3839 * hi-lock.el: Refine the choice of default face.
3840 (hi-lock-keyword->face): New function. Use it wherever we used
3841 cadadadr instead.
3842 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3843 (hi-lock--last-face): Remove var.
3844 (hi-lock--unused-faces): New var to replace it.
3845 (hi-lock-read-face-name): Use/maintain it.
3846 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3847 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3848 if it has another face.
3849
3850 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3851
3852 * subr.el (w32notify-handle-event): New function.
3853 (inotify-handle-event): Doc fix.
3854
3855 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3856
3857 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3858
3859 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3860
3861 * simple.el (just-one-space): Doc fix.
3862
3863 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3864
3865 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3866
3867 2012-12-10 Le Wang <l26wang@gmail.com>
3868
3869 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3870 narrowed buffer (bug#12361).
3871
3872 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3873
3874 * vc/vc-hooks.el (vc-state): Doc fix.
3875
3876 2012-12-10 Glenn Morris <rgm@gnu.org>
3877
3878 * mail/rmail.el (rmail-maybe-display-summary):
3879 Preserve buffer, in case select-window changes it. (Bug#13066)
3880
3881 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3884 cl-load-hook where they belong.
3885
3886 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3889
3890 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3891
3892 Parallelize byte compilation on MS-Windows.
3893 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3894 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3895 (WINS_BASIC): Define as concatenation of the above.
3896 (compile): Subdivide into 4 separate and independent jobs that can
3897 be run in parallel.
3898 (compile0-CMD, compile0-SH): New targets for compiling
3899 COMPILE_FIRST files, which are prerequisites for the rest of the
3900 byte-compilation.
3901 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3902 New targets for parallel compilation with cmd.exe.
3903 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3904 compiling under a Unixy shell.
3905
3906 2012-12-09 Chong Yidong <cyd@gnu.org>
3907
3908 * simple.el (set-mark-default-inactive): Delete this
3909 accidentally-introduced option.
3910 (set-mark-command, exchange-point-and-mark): Remove calls.
3911
3912 2012-12-09 Glenn Morris <rgm@gnu.org>
3913
3914 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3915 Respect a defcustom's :set function, if appropriate. (Bug#109)
3916 (eval-defun): Doc fix.
3917
3918 2012-12-08 Juri Linkov <juri@jurta.org>
3919
3920 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3921 (Info-fontify-node, Info-bookmark-make-record): Remove the
3922 file extension from Info-current-file (Bug#13016).
3923
3924 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3927 point, still provide some default.
3928 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3929 names, since we don't use it right now. Actually return the list.
3930 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3931
3932 2012-12-07 Chong Yidong <cyd@gnu.org>
3933
3934 * novice.el (disabled-command-function): Remove a spurious help
3935 xref (Bug#13043). Suggested by Kelly Dean.
3936
3937 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3938 syntax is specified (Bug#13025).
3939
3940 * info.el (Info-set-mode-line): Remove the file extension from
3941 Info-current-file if there is one (Bug#13016).
3942
3943 2012-12-07 Glenn Morris <rgm@gnu.org>
3944
3945 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3946 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3947 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3948 and rmail-mime-decoded. (Bug#9841)
3949
3950 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3951 (batch-unrmail, unrmail): Doc fixes.
3952 (unrmail): Respect unrmail-mbox-format.
3953 * mail/rmail.el (rmail-mbox-format): New option.
3954 (rmail-show-message-1): Respect rmail-mbox-format.
3955
3956 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3959
3960 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3961
3962 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3963 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3964 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3965 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3966 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3967 (cl-progv): Don't rely on dynamic scoping to find the body.
3968 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3969 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3970 (cl-declaim): Use backquotes.
3971 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3972 Use "cl--" prefix for the object's tag.
3973
3974 * ses.el: Use advice-add/remove.
3975 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3976 (copy-region-as-kill, yank): Use advice-add.
3977 (ses-unload-function): Use advice-remove.
3978
3979 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3980
3981 * button.el: Make them work in header-lines (bug#12817).
3982 (button-map): Add bindings for header-line and mode-line use.
3983 (button-get, button-put, button-label): `button' may now be a string.
3984 (button-activate): Don't make it a defsubst.
3985 (button--area-button-p, button--area-button-string): New functions.
3986 (make-text-button): Fix the return value when `beg' was a string.
3987 (push-button): Handle the mode-line case.
3988
3989 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3992 (sql-signum): Remove. Use `cl-signum' instead.
3993 (sql-read-passwd): Remove; use read-passwd instread.
3994 (sql-get-login-ext): Use read-string.
3995 (sql-get-login): Use dolist and pcase.
3996 (sql--completion-table): Rename from sql-try-completion.
3997 Use complete-with-action.
3998 (sql-mode): Don't change abbrev-all-caps globally.
3999 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4000 (sql-postgres-completion-object): Initialize vars in their `let'.
4001 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4002 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4003 (sql-comint-interbase): Use a single append, without setq.
4004 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4005
4006 * hi-lock.el: Rework the default face and the serialize regexp code.
4007 (hi-lock--auto-select-face-defaults): Remove.
4008 (hi-lock-string-serialize-serial): Remove.
4009 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4010 make weak.
4011 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4012 equal string.
4013 (hi-lock-set-pattern): Adjust accordingly.
4014 (hi-lock--regexps-at-point): Simplify accordingly.
4015 (hi-lock--auto-select-face-defaults): Remove.
4016 (hi-lock--last-face): New var to replace it.
4017 (hi-lock-read-face-name): Rewrite (bug#11095).
4018 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4019
4020 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4021
4022 * net/tramp.el (tramp-replace-environment-variables):
4023 Hide compiler warning.
4024 (tramp-file-name-for-operation): Remove `executable-find',
4025 `start-process', `call-process' and `call-process-region'.
4026
4027 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4028
4029 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4030 compatibility.
4031
4032 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4033
4034 2012-12-06 Chong Yidong <cyd@gnu.org>
4035
4036 * ffap.el (ffap-replace-file-component): Fix typo.
4037
4038 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4039
4040 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4041 fix open-paren-like token test (bug#12785).
4042
4043 2012-12-06 Glenn Morris <rgm@gnu.org>
4044
4045 * mail/rmailsum.el (rmail-new-summary): Tweak for
4046 rmail-maybe-display-summary changing buffer. (Bug#13066)
4047
4048 2012-12-06 Juri Linkov <juri@jurta.org>
4049
4050 * info.el (Info-fontify-node): Don't hide the last newline.
4051 (Bug#12272)
4052
4053 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4054
4055 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4056 so as to enable message-read-from-minibuffer to expand mail aliases.
4057
4058 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4061 the `intangible' property.
4062 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4063
4064 2012-12-05 Deniz Dogan <deniz@dogan.se>
4065
4066 * net/rcirc.el (rcirc-urls): Update documentation.
4067 (rcirc-condition-filter): New function.
4068 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4069 and exclude consecutive duplicate URLs (Bug#6082).
4070
4071 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4072
4073 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4074 Check return code of copy command.
4075
4076 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4077 Use group `tramp'. Add version.
4078
4079 2012-12-05 Chong Yidong <cyd@gnu.org>
4080
4081 * ffap.el (ffap-url-regexp): Don't require matching at front of
4082 string (Bug#4952).
4083 (ffap-url-p): If only a substring matches, return that.
4084 (ffap-url-at-point): Use the return value of ffap-url-p.
4085 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4086 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4087 (ffap-guess-file-name-at-point): Likewise.
4088 (ffap-replace-file-component): Fix typo.
4089
4090 * info.el (info-display-manual): Add existing Info buffers, whose
4091 files may not be in Info-directory-list, to the completion.
4092 (info--manual-names): New helper function.
4093
4094 2012-12-05 Glenn Morris <rgm@gnu.org>
4095
4096 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4097 New functions, for detecting and resolving conflicts. (Bug#10709)
4098
4099 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4100
4101 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4102 (hi-lock-auto-select-face-defaults): New buffer local variable.
4103 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4104 (hi-lock-unface-buffer): Prompt user with useful defaults.
4105 With prefix arg, unhighlight all hi-lock patterns in buffer.
4106
4107 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4110
4111 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4112
4113 * Makefile.in (TRAMP_SRC):
4114 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4115
4116 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4117
4118 * net/tramp-adb.el: New package.
4119
4120 2012-12-04 Chong Yidong <cyd@gnu.org>
4121
4122 * terminal.el: Move to obsolete/.
4123
4124 * longlines.el: Move to obsolete/.
4125
4126 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4127 Remove code referring to longlines mode.
4128
4129 2012-12-03 Juri Linkov <juri@jurta.org>
4130
4131 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4132
4133 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4134
4135 * textmodes/ispell.el (ispell-init-process)
4136 (ispell-start-process, ispell-internal-change-dictionary):
4137 Make sure personal dictionary name is expanded after initial
4138 `default-directory' value. Use expanded strings for
4139 keep/restart checks and for value (Bug#13019).
4140
4141 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4142
4143 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4144
4145 2012-12-03 Leo Liu <sdl.web@gmail.com>
4146
4147 * files.el (dir-locals-read-from-file): Check file non-empty
4148 before reading. (Bug#13038)
4149
4150 2012-12-03 Glenn Morris <rgm@gnu.org>
4151
4152 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4153 Remove any version extension before checking filename. (Bug#13006)
4154 (jka-compr-compression-info-list): Belated :version bump.
4155
4156 2012-12-03 Chong Yidong <cyd@gnu.org>
4157
4158 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4159
4160 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4161 (buffer-menu): Doc fix (Bug#12294).
4162
4163 2012-12-03 Roland Winkler <winkler@gnu.org>
4164
4165 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4166 of diary-show-all-entries in the diary buffer (Bug#12994).
4167
4168 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4169
4170 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4171 "<STDIN>". This is binary safe.
4172
4173 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4174
4175 * calc/calc-forms.el (math-absolute-from-iso-dt)
4176 (math-date-to-iso-dt, math-parse-iso-date-validate)
4177 (math-iso-dt-to-date): New functions.
4178 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4179 (math-fd-isoweekday): New variables.
4180 (calc-date-notation, math-parse-standard-date, math-format-date)
4181 (math-format-date-part): Add support for more formatting codes.
4182
4183 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4184
4185 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4186 current buffer's file name when called interactively (Bug#12488).
4187
4188 2012-12-02 Juri Linkov <juri@jurta.org>
4189
4190 * info.el (info-display-manual): Don't clobber an existing Info
4191 buffer (Bug#10770). Add completion (Bug#10771).
4192
4193 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4194
4195 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4196 before using it for comparison (Bug#5297).
4197
4198 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4199
4200 * textmodes/css-mode.el (css-current-defun-name): New function.
4201 (css-mode): Use it.
4202
4203 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4204 (html-mode): Use it.
4205
4206 2012-12-01 Chong Yidong <cyd@gnu.org>
4207
4208 Modularize add-log-current-defun (Bug#2224).
4209 Suggested by Jari Aalto.
4210
4211 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4212 (add-log-current-defun): Move mode-specific code to other files.
4213 (add-log-lisp-like-modes, add-log-c-like-modes)
4214 (add-log-tex-like-modes): Variables deleted.
4215
4216 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4217 (lisp-mode-variables): Use it.
4218
4219 * progmodes/cc-mode.el (c-common-init):
4220 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4221 add-log-current-defun-function.
4222
4223 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4224 (m4-mode): Use it.
4225
4226 * progmodes/perl-mode.el (perl-current-defun-name): New.
4227 (perl-mode): Use it.
4228
4229 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4230 Use lisp-current-defun-name.
4231
4232 * textmodes/tex-mode.el (tex-current-defun-name): New.
4233 (tex-common-initialization): Use it.
4234
4235 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4236 (texinfo-mode): Use it.
4237
4238 2012-12-01 Chong Yidong <cyd@gnu.org>
4239
4240 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4241 * progmodes/autoconf.el (autoconf-mode):
4242 * progmodes/js.el (js-mode):
4243 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4244 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4245 * progmodes/perl-mode.el (perl-mode):
4246 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4247 * textmodes/css-mode.el (css-mode):
4248 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4249 (sgml-tags-invisible, sgml-guess-indent):
4250 * textmodes/tex-mode.el (tex-common-initialization)
4251 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4252 (doctex-mode, plain-tex-mode, latex-mode):
4253 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4254
4255 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4256
4257 * vc/vc-hg.el (vc-hg-next-revision):
4258 Ensure use of default "tip" output format. (Bug#6968)
4259
4260 2012-12-01 Kim F. Storm <storm@cua.dk>
4261
4262 * startup.el (fancy-startup-tail): Add a clickable link
4263 (Bug#2176).
4264
4265 2012-12-01 Chong Yidong <cyd@gnu.org>
4266
4267 * startup.el (fancy-startup-tail): Improve the message about
4268 auto-save files (Bug#2176).
4269
4270 * files.el (recover-session): Improve the descriptive message, and
4271 use substitute-command-keys.
4272
4273 2012-12-01 Glenn Morris <rgm@gnu.org>
4274
4275 * ido.el (ido-file-internal):
4276 Handle other-window, other-frame for dired. (Bug#13036)
4277
4278 2012-11-30 Glenn Morris <rgm@gnu.org>
4279
4280 * icomplete.el (icomplete-separator): Fix :version.
4281
4282 2012-11-30 Chong Yidong <cyd@gnu.org>
4283
4284 * shell.el (shell): For C-u M-x shell, use an inactive shell
4285 buffer as the default (Bug#1975).
4286 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4287 (shell-mode): Use them to reapply ansi colorization if Shell mode
4288 is re-enabled.
4289
4290 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4291
4292 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4293
4294 2012-11-30 Samuel Bronson <naesten@gmail.com>
4295
4296 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4297 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4298
4299 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4300
4301 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4302 by move-to-column (Bug#3234).
4303
4304 2012-11-30 Chong Yidong <cyd@gnu.org>
4305
4306 * longlines.el (longlines-wrap-line, longlines-encode-region):
4307 Preserve text properties (Bug#1425).
4308
4309 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4310
4311 * vc/vc.el (vc-register): Allow registering a file which is
4312 already registered with a different backend (Bug#10589).
4313
4314 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4315 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * icomplete.el: Change separator; add ido-style commands.
4318 (icomplete-show-key-bindings): Remove custom var.
4319 (icomplete-get-keys): Remove function.
4320 (icomplete-forward-completions, icomplete-backward-completions):
4321 New commands.
4322 (icomplete-minibuffer-map): New var.
4323 (icomplete-minibuffer-setup): Use it.
4324 (icomplete-exhibit): Don't delay if the list of completions is known.
4325 (icomplete-separator): New custom.
4326 (icomplete-completions): Use it.
4327 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4328 (minibuffer-force-complete-and-exit): New command.
4329 (minibuffer--complete-and-exit): New function extracted from
4330 minibuffer-complete-and-exit.
4331 (minibuffer-complete-and-exit): Use it.
4332
4333 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4334 error message when the file doesn't exist (bug#12974).
4335
4336 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4337
4338 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4339
4340 2012-11-29 Glenn Morris <rgm@gnu.org>
4341
4342 * files.el (hack-dir-local-variables): Warn if try to set
4343 coding via dir-locals, since it doesn't work. (Bug#7169)
4344
4345 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4346 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4347 Set buffer-local value of desktop-save-buffer.
4348 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4349 New functions.
4350 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4351 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4352
4353 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4354 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4355 Doc fix.
4356 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4357 Doc fixes.
4358
4359 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4360
4361 * calc/calc-forms.el (calc-date-notation): Fix regexp
4362 used to find time codes. Fix symbol for seconds.
4363
4364 2012-11-27 Glenn Morris <rgm@gnu.org>
4365
4366 * emacs-lisp/derived.el (derived-mode-make-docstring):
4367 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4368
4369 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4372 lexically scoped variables (bug#13005).
4373
4374 2012-11-27 Glenn Morris <rgm@gnu.org>
4375
4376 * vc/vc-hooks.el (vc-mistrust-permissions):
4377 Default to t, to avoid data-loss. (Bug#11490)
4378
4379 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4380
4381 * progmodes/python.el (python-indent-guess-indent-offset):
4382 If indentation is guessed make python-indent-offset buffer-local.
4383
4384 Fix Imenu regression.
4385 * progmodes/python.el (python-nav-beginning-of-defun):
4386 Fix forward movement when statement(s) separates point from defun.
4387 (python-imenu-prev-index-position): New function.
4388
4389 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4390
4391 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4392
4393 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4394 Don't set buffer-file-type. Return nil. (Bug#12989)
4395
4396 2012-11-27 Glenn Morris <rgm@gnu.org>
4397
4398 * hippie-exp.el (hippie-expand-try-functions-list):
4399 Re-autoload it. (Bug#12982)
4400
4401 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4402
4403 * descr-text.el (describe-char-padded-string):
4404 Call internal-char-font only on GUI frames. (Bug#11964)
4405
4406 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4407
4408 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4409 and obsoletion message.
4410
4411 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4414 the constructs to keep outside of the `cl-block' (bug#12977).
4415
4416 2012-11-27 Chong Yidong <cyd@gnu.org>
4417
4418 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4419 keep reading until we get the up-event anyway, in order to process
4420 the up-event for mouse-1-click-follows-link (Bug#12971).
4421
4422 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4425 base function is not yet defined (bug#12965).
4426 (ad-activate-advised-definition): Use ad-compile-function.
4427 (ad-activate): Use cond.
4428
4429 2012-11-25 Leo Liu <sdl.web@gmail.com>
4430
4431 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4432 (Bug#12979)
4433
4434 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4435
4436 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4437 reftex-section-info-function in order to be compatible with
4438 Texinfo integration.
4439
4440 * textmodes/reftex.el (reftex-section-pre-regexp)
4441 (reftex-section-post-regexp, reftex-section-info-function):
4442 New variable.
4443 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4444 reftex-section-post-regexp, and reftex-section-info-function in order
4445 to be compatible with Texinfo integration.
4446
4447 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4448 use reftex-section-pre-regexp variable in order to be compatible with
4449 Texinfo integration.
4450
4451 2012-11-25 Chong Yidong <cyd@gnu.org>
4452
4453 * faces.el: Make face-spec-set more analogous to setq.
4454 (face-spec-set): Change the third arg to specify whether this
4455 function is being called via defface, customize, or a third party.
4456 Set the appropriate symbol properties. Clear the override spec if
4457 setting via Custom. Initialize face if necessary. (Bug#4988)
4458 (face-spec-recalc): Allow theme faces to completely replace the
4459 defface spec, in the same way as custom faces (Bug#8454).
4460
4461 * cus-face.el (custom-declare-face): Move face initialization to
4462 face-spec-set.
4463 (custom-theme-set-faces): Don't initialize the face name here, as
4464 that is now done in face-spec-set.
4465
4466 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4467 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4468 Simplify by using the new arg to face-spec-set.
4469
4470 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4471 reset face-override-spec too, and use custom-declare-face.
4472
4473 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4474
4475 * term/ns-win.el (ns-initialize-window-system): Move creation of
4476 fontsets here (Bug#11964).
4477
4478 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4479
4480 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4481 cell renaming.
4482
4483 2012-11-24 Chong Yidong <cyd@gnu.org>
4484
4485 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4486 obsolete.
4487
4488 * custom.el (custom-theme-set-variables): Use a topological sort
4489 for ordering by custom dependencies (Bug#12952).
4490 (custom--sort-vars, custom--sort-vars-1): New functions.
4491
4492 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4495 lexical-binding (bug#12938).
4496
4497 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4498
4499 * image-mode.el (image-transform-check-size): Use assertions only
4500 for images of type imagemagick.
4501
4502 Otherwise no error, image-transform-fit-to-{width,height} is
4503 silently ignored, as before. Doc fix.
4504
4505 2012-11-24 Chong Yidong <cyd@gnu.org>
4506
4507 * faces.el (color-defined-p): Doc fix (Bug#12853).
4508
4509 2012-11-24 Juri Linkov <juri@jurta.org>
4510
4511 * dired.el (dired-mark): Add optional arg `interactive'.
4512 Check for `use-region-p' if `interactive' is non-nil.
4513 (dired-unmark, dired-flag-file-deletion): Add optional arg
4514 `interactive'. Call `dired-mark' with the arg `interactive'.
4515 (Bug#10624)
4516
4517 * wdired.el: Revert 2012-10-17 change partly and replace it with
4518 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4519 (wdired-finish-edit): Add marks for new file names to
4520 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4521 after `revert-buffer'.
4522 (wdired-do-renames): Remove calls to `dired-remove-file',
4523 `dired-add-file', `dired-add-entry'. (Bug#11795)
4524
4525 2012-11-24 Alan Mackenzie <acm@muc.de>
4526
4527 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4528
4529 Fix bugs in the state cache. Enhance a debugging mechanism.
4530 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4531 "brace at column zero" strategy for C++.
4532 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4533 (c-parse-state-point): New variable.
4534 (c-record-parse-state-state): Record old parse state with
4535 `copy-tree'. Record previous value of point.
4536 (c-debug-parse-state-double-cons): New debugging function.
4537 (c-debug-parse-state): Call the above new function.
4538 (c-toggle-parse-state-debug): Output a confirmatory message.
4539
4540 * progmodes/cc-mode.el (c-before-change, c-after-change):
4541 Call c-invalidate-state-cache from `c-before-change' instead of
4542 `c-after-change'.
4543
4544 2012-11-23 Chong Yidong <cyd@gnu.org>
4545
4546 * find-cmd.el (find-constituents): Add executable, ipath,
4547 readable, samefile, writable, daystart, regextype (Bug#12856).
4548
4549 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4552
4553 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4554
4555 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4556 definition. This fixes a bootstrap failure.
4557 (calc-gregorian-switch): In menu, put dates before regions.
4558 This is easier to follow, lines up better in the menu, and lets us
4559 coalesce regions that switch at the same time. Give country
4560 names, not "Vatican", as that's better for non-expert users.
4561 Use names that are stable between the date of switch and now, e.g.,
4562 Bohemia and Moravia (which existed then and now) and not
4563 Czechoslovakia (which didn't exist then and doesn't exist now).
4564 What is now the U.S. mostly did not switch at the same time as
4565 Britain, so omit the U.S. Correct spelling of "Britain".
4566 Catholic Switzerland was too much of a mess, so omit it.
4567
4568 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4569
4570 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4571 after the variable is changed.
4572
4573 2012-11-21 Daniel Colascione <dancol@dancol.org>
4574
4575 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4576 in SQL declarations for font-lock.
4577 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4578
4579 2012-11-21 Glenn Morris <rgm@gnu.org>
4580
4581 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4582 (face-italic-p): Add optional argument "inherit".
4583
4584 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4585 Remove -p suffix from names, for consistency with other set-face-*.
4586 (set-face-inverse-video): Fix interactive spec.
4587 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4588 * textmodes/table.el (table--update-cell-face):
4589 Use set-face-inverse-video rather than now obsolete alias.
4590
4591 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4592
4593 * simple.el (line-move): Don't call line-move-partial if
4594 scroll-conservatively is in effect. (Bug#12927)
4595
4596 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4599 Fallback on completion-at-point rather than
4600 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4601 (eshell-cmpl-initialize): Setup completion-at-point.
4602
4603 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4604
4605 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4606
4607 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4608
4609 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4610 are remote, check out-of-band property for both.
4611
4612 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4615 code rewrite.
4616
4617 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4618
4619 More minor time fixes.
4620 * calendar/time-date.el: Commentary fix.
4621 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4622 too much other code depends on (0 0) time stamps.
4623 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4624 Add a couple of FIXME comments.
4625
4626 Minor cleanup for times as lists of four integers.
4627 * files.el (dir-locals-directory-cache):
4628 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4629 Doc fixes.
4630 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4631 * ps-bdf.el (bdf-file-newer-than-time):
4632 Process four-integers time stamps, not two. Doc fixes.
4633
4634 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * uniquify.el (uniquify-managed): Use defvar-local.
4637 (rename-buffer, create-file-buffer): Advise with advice-add.
4638 (uniquify-unload-function): Unadvise accordingly.
4639
4640 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4641 (trace-buffer): Don't purecopy.
4642 (trace-entry-message, trace-exit-message): Add `context' arg.
4643 (trace--timer): New var.
4644 (trace-make-advice): Adjust for use in nadvice.
4645 Add `context' argument. Delay `display-buffer' via a timer.
4646 (trace-function-internal): Use advice-add.
4647 (trace--read-args): New function.
4648 (trace-function-foreground, trace-function-background): Use it.
4649 (trace-function): Rename to trace-function-foreground and redefine as
4650 an alias to that new name.
4651 (untrace-function, untrace-all): Adjust to the use of nadvice.
4652
4653 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4654
4655 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4656
4657 * subr.el (called-interactively-p-functions): New var.
4658 (internal--called-interactively-p--get-frame): New macro.
4659 (called-interactively-p, interactive-p): Rewrite in Lisp.
4660 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4661 (called-interactively-p-functions): Use it.
4662 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4663 (called-interactively-p-functions): Use it.
4664 * allout.el (allout-called-interactively-p): Don't assume
4665 called-interactively-p is a subr.
4666
4667 2012-11-20 Glenn Morris <rgm@gnu.org>
4668
4669 * profiler.el (profiler-report-mode-map): Add a menu.
4670 No need to bind `q' because we derive from special-mode.
4671 (profiler-report-find-entry): Handle calls from the menu-bar.
4672
4673 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4674
4675 * emacs-lisp/byte-run.el (defun-declarations-alist):
4676 Allow a compiler-macro to be a lambda expression.
4677
4678 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4679 eval-when-compile.
4680 (python-syntax-context): Add compiler-macro.
4681 (python-font-lock-keywords): Simplify with De Morgan.
4682
4683 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4684
4685 * files.el (load-file): Require match in minibuffer selection, as was
4686 the case in Emacs-20 before we changed the spec to allow .elc files
4687 (bug#12935).
4688
4689 * json.el: Don't require cl since we don't use it.
4690 * color.el: Don't require cl.
4691 (color-complement): `caddr' -> `nth 2'.
4692
4693 * calendar/time-date.el (time-to-seconds): De-obsolete.
4694
4695 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4696
4697 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4698 year numbers.
4699 (math-date-to-julian-dt): Adjust the initial approximation for the
4700 year to deal with the new definition of the DATE.
4701
4702 2012-11-19 Daniel Colascione <dancol@dancol.org>
4703
4704 * term/w32-win.el (cygwin-convert-path-from-windows):
4705 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4706
4707 2012-11-18 Chong Yidong <cyd@gnu.org>
4708
4709 * filecache.el (file-cache--read-list): New function.
4710 (file-cache-add-directory-list, file-cache-add-file-list)
4711 (file-cache-delete-file-list, file-cache-delete-directory-list):
4712 Use it to read a list of files or directories (Bug#12846).
4713 (file-cache-add-file, file-cache-add-directory)
4714 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4715 (file-cache-delete-directory): Print an message.
4716
4717 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4718
4719 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4720 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4721
4722 2012-11-18 Glenn Morris <rgm@gnu.org>
4723
4724 * image.el (insert-image, insert-sliced-image): Doc fix.
4725
4726 2012-11-18 Chong Yidong <cyd@gnu.org>
4727
4728 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4729 (Bug#12810).
4730
4731 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4732
4733 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4734 response when the target file is in a subdirectory (Bug#12757).
4735
4736 2012-11-18 Chong Yidong <cyd@gnu.org>
4737
4738 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4739
4740 2012-11-18 Glenn Morris <rgm@gnu.org>
4741
4742 * emacs-lisp/cl-lib.el (face-underline-p):
4743 Use set-face-underline rather than the alias set-face-underline-p.
4744
4745 * window.el (with-temp-buffer-window): Doc fix.
4746 * subr.el (with-output-to-temp-buffer):
4747 Add doc xref to with-temp-buffer-window.
4748
4749 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4750
4751 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4752 * calc/calc.el (math-format-date-cache): Declare.
4753
4754 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4755
4756 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4757 It also uses January 1, 1 AD as its day number 1.
4758 * calc/calc-forms.el (math-julian-date-beginning)
4759 (math-julian-date-beginning-int): Implement this.
4760
4761 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4762
4763 * descr-text.el (quail-find-key):
4764 * dired.el (desktop-file-name):
4765 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4766 * generic-x.el (comint-mode, comint-exec):
4767 * image-dired.el (widget-forward):
4768 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4769 (speedbar-change-expand-button-char)
4770 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4771 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4772 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4773 (widget-field-action, widget-value-set):
4774 * speedbar.el (imenu--make-index-alist):
4775 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4776 (ring-length, ring-insert):
4777 * vcursor.el (compare-windows-skip-whitespace):
4778 * woman.el (dired-get-filename):
4779 Declare functions.
4780
4781 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4782
4783 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4784
4785 * calc/calc.el (calc-gregorian-switch): New variable.
4786
4787 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4788 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4789 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4790 (math-leap-year-p): Add option to distinguish between Julian
4791 and Gregorian calendars.
4792 (math-day-number): Use `math-day-in-year' to do the computations.
4793 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4794 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4795 to do the computations.
4796 (math-date-to-dt): Use `math-date-to-julian-dt' and
4797 `math-date-to-gregorian-dt' to do the computations.
4798 (calcFunc-weekday, math-format-date-part): Use the new version of
4799 the DATE to determine the weekday.
4800 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4801 when necessary.
4802
4803 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4804
4805 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4806 Cygwin; otherwise use 'file:'. (Bug#12914)
4807 (cygwin-convert-path-from-windows): Declare, to avoid
4808 byte-compiler warnings.
4809
4810 2012-11-17 Andreas Politz <politza@fh-trier.de>
4811
4812 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4813 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4814 prefix and negative numeric prefix args (Bug#12795).
4815
4816 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4817
4818 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4819 Don't signal an error with a score that is too low to add to the
4820 list of top scores. (Bug#12779)
4821
4822 2012-11-17 Chong Yidong <cyd@gnu.org>
4823
4824 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4825
4826 * filecache.el (file-cache-add-file): Handle relative file name in
4827 the argument (Bug#12694).
4828
4829 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4830
4831 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4832
4833 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4836
4837 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4838
4839 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4840
4841 * window.el (enlarge-window, shrink-window): Don't mention return
4842 value in doc-string (Bug#12896).
4843 (window--display-buffer): Don't resize frames - it won't work
4844 with all window managers and defeat pop-up-frame-alist.
4845 (display-buffer-alist): In doc-string explain that CONDITION can
4846 be a function and which arguments are passed to it (Bug#12854).
4847 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4848 expressions (Bug#12854).
4849 (display-buffer): Pass ACTION argument to
4850 display-buffer-assq-regexp.
4851
4852 2012-11-16 Glenn Morris <rgm@gnu.org>
4853
4854 * window.el (fit-frame-to-buffer-bottom-margin)
4855 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4856
4857 * faces.el (face-underline-p): Use face-attribute-specified-or.
4858
4859 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4860
4861 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4862
4863 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4866
4867 2012-11-16 Glenn Morris <rgm@gnu.org>
4868
4869 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4870 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4871
4872 * faces.el (face-underline-p): Doc fix. Handle :underline being
4873 things other than `t' (a string, a list).
4874 (face-inverse-video-p): Doc fix.
4875 (set-face-underline): Rename it back from set-face-underline-p.
4876 Doc fix. Allow interactive input of values other than t.
4877 (read-face-attribute): Apply formatting to :underline,
4878 since like :box and :stipple it can take list values.
4879
4880 * term.el (ansi-term): Don't let C-x escape-char binding
4881 clobber the more standard C-c binding. (Bug#12842)
4882
4883 * subr.el (set-temporary-overlay-map): Doc fix.
4884
4885 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4886
4887 * window.el (record-window-buffer)
4888 (display-buffer-record-window): When copying the markers to
4889 window-point preserve window-point-insertion-type. (Bug#12588)
4890
4891 2012-11-16 Glenn Morris <rgm@gnu.org>
4892
4893 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4894 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4895 Use new names for hooks rather than obsolete aliases.
4896
4897 2012-11-15 Daniel Colascione <dancol@dancol.org>
4898
4899 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4900 prefix instead of "file:" so that when FILE-NAME begins with "//",
4901 as it does when the target file is on a network share, url-handler
4902 isn't confused.
4903
4904 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4907 a preactivated advice from an old advice.el; they're not compatible!
4908
4909 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4910
4911 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4912 Fix string-spec case.
4913
4914 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4915
4916 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4919 (advice--buffer-local-function-sample): New var.
4920 (advice--set-buffer-local, advice--buffer-local): New functions.
4921 (add-function, remove-function): Use them.
4922
4923 2012-11-15 Drew Adams <drew.adams@oracle.com>
4924
4925 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4926
4927 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4930 potential binding of print-gensym to t, and prettify (back)quotes in
4931 case they appear in args's default values (bug#12884).
4932
4933 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4936 (advice-eval-interactive-spec): New function.
4937 (advice--make-interactive-form): Support around advice (bug#12844).
4938
4939 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4940
4941 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4942 more strict. Add docstring.
4943 (ruby-expression-expansion-re): Extract from
4944 `ruby-match-expression-expansion'.
4945 (ruby-syntax-propertize-function): After everything else, search
4946 for expansions in string literals, mark their insides as
4947 whitespace syntax and save match data for font-lock.
4948 (ruby-font-lock-keywords): Use the 2nd group from expression
4949 expansion matches.
4950 (ruby-match-expression-expansion): Use the match data saved to the
4951 text property in ruby-syntax-propertize-function.
4952
4953 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4956 (bug#12879).
4957
4958 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4959
4960 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4961 start/end keyword a bit harder. Works with different values of N.
4962 Add more comments.
4963 (ruby-end-of-block): Update accordingly.
4964
4965 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4966
4967 * woman.el (woman-file-name): Don't mess with unread-command-events
4968 (bug#12861).
4969
4970 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4971 Remove out of date self-require hack.
4972 (ad-do-advised-functions): Use simple `dolist'.
4973 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4974 (ad-advice-definition): Redefine as functions.
4975 (ad-advice-classes): Move before first use.
4976 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4977 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4978 (ad--defalias-fset): Remove functions.
4979 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4980 (ad-get-orig-definition): Rewrite.
4981 (ad-make-advised-definition-docstring): Change base docstring.
4982 (ad-real-orig-definition): Rewrite.
4983 (ad-map-arglists): Change name of called function.
4984 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4985 (ad-make-advised-definition): Simplify.
4986 (ad-assemble-advised-definition): Tweak for new calling context.
4987 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4988 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4989 function and call ad-activate if needed.
4990 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4991 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4992 (ad-compile-function): Compile ad-Advice-*.
4993 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4994 (ad-start-advice, ad-stop-advice): Remove.
4995
4996 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4997
4998 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4999 period before class method names, not after. Remove handling of
5000 one impossible case. Add comments.
5001
5002 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * emacs-lisp/advice.el: Remove support for freezing.
5005 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5006 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5007 Remove support for `freeze'.
5008
5009 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5010 override the default.
5011 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5012 cl--dotimes/dolist.
5013 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5014 `cl' is loaded.
5015
5016 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5017 from add-advice.
5018 (advice--strip-macro): New function.
5019 (advice--defalias-fset): Use them to handle macros.
5020 (advice-add): Use them.
5021 (advice-member-p): Correctly handle macros.
5022
5023 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5024
5025 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5026 Never font-lock the beginning of singleton class as heredoc.
5027
5028 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5031
5032 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5033
5034 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5035 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5036 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5037
5038 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
5039
5040 Fix end-of-defun misbehavior.
5041 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5042 python-beginning-of-defun-function. Handle nested defuns
5043 correctly.
5044 (python-nav-end-of-defun): Rename from
5045 python-end-of-defun-function. Ensure forward movement.
5046 (python-info-current-defun): Reimplement to work as intended
5047 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5048 parent defuns as soon as possible.
5049
5050 2012-11-13 Glenn Morris <rgm@gnu.org>
5051
5052 * progmodes/flymake.el (flymake-error-bitmap)
5053 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5054 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5055
5056 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5057
5058 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5059 backward, always stop at indentation. Reverts the change from
5060 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5061
5062 2012-11-13 Glenn Morris <rgm@gnu.org>
5063
5064 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5065 Add ibuffer-filter-by-derived-mode.
5066
5067 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5068 the same name shadowing each other.
5069
5070 * window.el (with-temp-buffer-window): Doc tweak.
5071
5072 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5073
5074 * help.el (temp-buffer-max-height):
5075 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5076 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5077
5078 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * emacs-lisp/nadvice.el: New package.
5081 * subr.el (special-form-p): New function.
5082 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5083 (elp-all-instrumented-list): Remove var.
5084 (elp-not-profilable): Remove elp-wrapper.
5085 (elp-profilable-p): Use autoloadp and special-form-p.
5086 (elp--advice-name): New const.
5087 (elp-instrument-function): Use advice-add.
5088 (elp--instrumented-p): New predicate.
5089 (elp-restore-function): Use advice-remove.
5090 (elp-restore-all, elp-reset-all): Use mapatoms.
5091 (elp-set-master): Use elp--instrumented-p.
5092 (elp--make-wrapper): Rename from elp-wrapper, return a function
5093 suitable for advice-add. Use cl-inf.
5094 (elp-results): Use mapatoms+elp--instrumented-p.
5095 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5096 (debug-function-list): Remove var.
5097 (debug): Rename arg, and then let-bind it explicitly inside.
5098 (debugger-setup-buffer): Rename arg.
5099 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5100 (debugger-frame-number): Adjust to new debug-on-entry setup.
5101 (debug--implement-debug-on-entry): Rename from
5102 implement-debug-on-entry, add argument.
5103 (debugger-special-form-p): Remove, use special-form-p instead.
5104 (debug-on-entry): Use advice-add.
5105 (debug--function-list): New function.
5106 (cancel-debug-on-entry): Use it, along with advice-remove.
5107 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5108 (debugger-list-functions): Use debug--function-list instead of
5109 debug-function-list.
5110 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5111 (ad-special-form-p): Remove, use special-form-p instead.
5112 (ad-set-advice-info): Use add-function and remove-function.
5113 (ad--defalias-fset): Adjust accordingly.
5114
5115 2012-11-10 Glenn Morris <rgm@gnu.org>
5116
5117 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5118 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5119 (report-emacs-bug-create-existing-bugs-buffer)
5120 (report-emacs-bug-parse-query-results)
5121 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5122
5123 * term.el (term-default-fg-color, term-default-bg-color):
5124 Make obsolete, rather than just saying "deprecated" in the doc.
5125
5126 * term.el (term): Rename from `term-face'.
5127 (term-current-face, ansi-term-color-vector)
5128 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5129 Update all users.
5130
5131 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5132
5133 * server.el (server-create-window-system-frame): Handle Nextstep
5134 specially (Bug#12780).
5135
5136 2012-11-10 Glenn Morris <rgm@gnu.org>
5137
5138 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5139 Unautoload, and make obsolete. (Bug#7449)
5140
5141 2012-11-10 Chong Yidong <cyd@gnu.org>
5142
5143 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5144 rename from diff-remove-trailing-whitespace (Bug#12831).
5145
5146 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5149 miscompilation of trace.el.
5150
5151 2012-11-10 Glenn Morris <rgm@gnu.org>
5152
5153 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5154
5155 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5156
5157 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5158 (bug#12812).
5159
5160 2012-11-10 Chong Yidong <cyd@gnu.org>
5161
5162 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5163 a defcustom with an appropriate :set function.
5164 (minibuffer-default--in-prompt-regexps): New function.
5165
5166 2012-11-10 Glenn Morris <rgm@gnu.org>
5167
5168 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5169 (define-modify-macro): Doc fixes.
5170
5171 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5172 (gv-define-simple-setter): Update doc of `fix-return'.
5173
5174 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5177 twice when `fix-return' is set (bug#12813).
5178
5179 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5180 gv-define-simple-setter (bug#12812).
5181
5182 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5183 (bug#12756).
5184
5185 2012-11-10 Glenn Morris <rgm@gnu.org>
5186
5187 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5188
5189 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5190 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5191 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5192 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5193
5194 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5195
5196 2012-11-10 Leo Liu <sdl.web@gmail.com>
5197
5198 * ido.el (ido-set-matches-1): Improve flex matching performance by
5199 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5200
5201 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5204 (ad--defalias-fset): New function.
5205 (ad-safe-fset): Remove.
5206 (ad-make-freeze-definition): Use cl-letf*.
5207
5208 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5209
5210 * subr.el (dolist): Don't bind VAR in RESULT.
5211
5212 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5213 (fset, documentation): Don't save real def since we don't advise.
5214 (ad-do-advised-functions): Remove problematic `result-form'.
5215 (ad-safe-fset): `ad-real-fset' => `fset'.
5216 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5217 uses CL's dolist internally.
5218 (ad-arglist): Remove unused arg `name'.
5219 (ad-docstring, ad-make-advised-docstring):
5220 `ad-real-documentation' => `documentation'.
5221 (warning-suppress-types): Declare.
5222 (ad-set-arguments): Simple CSE.
5223 (ad-recover-normality): Sanity check.
5224
5225 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5226 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5227
5228 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
5229
5230 * ses.el: symbol to coordinate mapping is made by symbol property
5231 `ses-cell'. This means that the same mapping is done for all SES
5232 sheets. That is good enough for cells with standard A1 names, but
5233 not for named cell. So a hash map is added for the latter.
5234 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5235 (ses-sym-rowcol): Use hashmap for named cell.
5236 (ses-is-cell-sym-p): New defun.
5237 (ses-decode-cell-symbol): New defun.
5238 (ses-create-cell-variable): Add cell to hashmap when name is not
5239 A1-like.
5240 (ses-rename-cell): Check that cell new name is not already in
5241 spreadsheet with the use of ses-is-cell-sym-p
5242 (ses-rename-cell): Use hash map for named cells, but accept also
5243 renaming back to A1-like.
5244
5245 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5246
5247 * emacs-lisp/advice.el: Use new dynamic docstrings.
5248 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5249 Use dynamic-docstring-function instead of ad-advice-info.
5250 (ad--make-advised-docstring): New function extracted from
5251 ad-make-advised-docstring.
5252 (ad-make-advised-docstring): Use it.
5253 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5254 from sql-help.
5255 (sql-help): Use it with dynamic-docstring-function.
5256
5257 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5258
5259 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * files.el (hack-one-local-variable--obsolete): New function.
5262 (hack-one-local-variable): Use it for obsolete settings.
5263
5264 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5265 the new name.
5266
5267 * progmodes/js.el (js--filling-paragraph): New var.
5268 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5269 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5270 less sneaky.
5271
5272 2012-11-08 Julien Danjou <julien@danjou.info>
5273
5274 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5275 `auto-mode-alist' (Bug#12835).
5276
5277 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5280 (perl--prettify-symbols-alist): New const.
5281 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5282 New functions.
5283 (perl-font-lock-keywords-2): Use them.
5284 (perl-electric-noindent-p): New function.
5285 (perl-mode): Use it to set up electric-indent-mode.
5286 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5287 (perl-mode-map): Remove bindings for them.
5288 (perl-imenu-generic-expression, perl-outline-level):
5289 Match functions&packages in column>0.
5290
5291 * env.el (env--substitute-vars-regexp): New const.
5292 (substitute-env-vars): Use it. Add `only-defined' arg.
5293 * net/tramp.el (tramp-replace-environment-variables): Use it.
5294
5295 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5296 Byte-compile *before* eval in eval-and-compile.
5297 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5298 (byte-compile-file-form-autoload): Don't hide actual definition.
5299 (byte-compile-maybe-guarded): Accept `functionp' as well.
5300
5301 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5302
5303 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5304
5305 * notifications.el (notifications-get-server-information-method):
5306 New defconst.
5307 (notifications-get-capabilities): Fix docstring.
5308 (notifications-get-server-information): New defun.
5309
5310 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5311
5312 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5313 readability.
5314
5315 * textmodes/ispell.el: Experimental support for support debugging.
5316 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5317 buffer for ispell.
5318 (ispell-print-if-debug): New function to print stuff to
5319 `ispell-debug-buffer' if debugging is enabled.
5320 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5321 show some debugging info.
5322 (ispell-buffer-with-debug): New function that creates a debugging
5323 buffer and calls `ispell-buffer' with debugging enabled.
5324
5325 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5326 comment in autoconf mode. (Bug#12768)
5327
5328 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5329
5330 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5331 frame-first-window, frame-root-window, frame-selected-window,
5332 minibuffer-selected-window, minibuffer-window,
5333 window-absolute-pixel-edges, window-at, window-body-height,
5334 window-body-width, window-display-table, window-combination-limit,
5335 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5336 window-inside-edges, window-inside-pixel-edges, window-left-child,
5337 window-left-column, window-margins, window-next-buffers,
5338 window-next-sibling, window-new-normal, window-new-total,
5339 window-normal-size, window-parameter, window-parameters, window-parent,
5340 window-pixel-edges, window-point, window-prev-buffers,
5341 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5342 window-start, window-text-height, window-top-child, window-top-line,
5343 window-total-height, window-total-width and window-use-time to the list
5344 of functions without side-effects.
5345 (toplevel): Add window-valid-p to the list of error-free functions
5346 without side-effects.
5347
5348 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5349
5350 * textmodes/ispell.el (ispell-program-name):
5351 Update spellchecker parameters when customized.
5352
5353 2012-11-04 Glenn Morris <rgm@gnu.org>
5354
5355 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5356
5357 2012-11-04 Chong Yidong <cyd@gnu.org>
5358
5359 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5360 same-window-* variables.
5361
5362 2012-11-04 Juri Linkov <juri@jurta.org>
5363
5364 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5365 (isearch-describe-key, isearch-describe-mode): Use a display
5366 action instead of binding same-window-* variables (Bug#10040).
5367
5368 2012-11-03 Glenn Morris <rgm@gnu.org>
5369
5370 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5371 Rename handler properties back from cl-- to cl-. (Bug#12788)
5372
5373 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5374
5375 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5376
5377 * term/pc-win.el: Don't load term/internal from here.
5378
5379 * loadup.el: Load term/internal from here.
5380
5381 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5382
5383 * progmodes/python.el (inferior-python-mode): Fix hang in
5384 jit-lock (Bug#12645).
5385
5386 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5387
5388 * window.el (switch-to-visible-buffer)
5389 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5390
5391 2012-11-03 Glenn Morris <rgm@gnu.org>
5392
5393 * emacs-lisp/cl-lib.el (cl--random-time):
5394 Rename from cl-random-time. (Bug#12773)
5395 (cl--gensym-counter, cl--random-state): Update callers.
5396 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5397
5398 2012-11-03 Chong Yidong <cyd@gnu.org>
5399
5400 * cus-start.el: Make cursor-type customizable (Bug#11633).
5401
5402 2012-11-02 Glenn Morris <rgm@gnu.org>
5403
5404 * filecache.el: No need to load find-lisp when compiling.
5405 (find-lisp-find-files): Autoload it.
5406 (file-cache-add-directory-recursively): Don't require find-lisp.
5407
5408 * image.el (image-type-from-file-name): Trivial simplification.
5409
5410 * emacs-lisp/bytecomp.el (byte-compile-eval):
5411 Decouple "noruntime" and "cl-functions" warnings.
5412
5413 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5414
5415 * play/gomoku.el (gomoku-display-statistics): Update mode line
5416 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5417
5418 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5419
5420 * window.el (quit-restore-window): If the window has been
5421 created on an existing frame and ended up as the sole window on
5422 that frame, do not delete it (Bug#12764).
5423
5424 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5427 Rename from sh--inside-arithmetic-expression, handle more cases
5428 (bug#11263).
5429
5430 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5431 (sh-font-lock-open-heredoc): Use it (bug#12770).
5432
5433 2012-10-30 Glenn Morris <rgm@gnu.org>
5434
5435 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5436
5437 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5438
5439 2012-10-29 Chong Yidong <cyd@gnu.org>
5440
5441 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5442 function key is stored in a keyboard macro (Bug#4894).
5443
5444 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5445
5446 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5449 header comments".
5450 (diff-unified->context, diff-context->unified)
5451 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5452
5453 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5454
5455 * files.el (find-alternate-file): Only ask one question (bug#12487).
5456
5457 2012-10-29 Chong Yidong <cyd@gnu.org>
5458
5459 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5460 Suggested by Dan Nicolaescu (Bug#6326).
5461
5462 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5463
5464 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5465
5466 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5467
5468 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5469
5470 * face-remap.el (face-remap-add-relative): Handle the case where a
5471 face-remapping-alist entry is a cons cell (Bug#12762).
5472
5473 2012-10-29 Kevin Ryde <user42@zip.com.au>
5474
5475 * woman.el (woman-parse-numeric-value): Handle picas correctly
5476 (Bug#12639).
5477
5478 2012-10-29 Glenn Morris <rgm@gnu.org>
5479
5480 * emacs-lisp/cl.el (defsetf): Doc fix.
5481
5482 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5485 syntax to the matching opener, if any (bug#12547).
5486 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5487 matching open as a "case-(".
5488 (sh-smie-rc-grammar): Add a corresponding rule for it.
5489
5490 2012-10-28 Daniel Hackney <dan@haxney.org>
5491
5492 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5493 "PKGNAME-autoloads.el" in case we created it.
5494
5495 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5498 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5499 (completion--twq-all): Disable too-strict assertions.
5500
5501 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5502
5503 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5504
5505 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5506 text to match the real keybindings.
5507
5508 2012-10-27 Juri Linkov <juri@jurta.org>
5509
5510 * wdired.el (wdired-keep-marker-rename): New defcustom.
5511 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5512 (Bug#11795)
5513
5514 * dired.el (dired-keep-marker-rename): Add reference to
5515 `wdired-keep-marker-rename' in the docstring.
5516 Add default character value ?R to display initially in
5517 Customization UI instead of ?@.
5518
5519 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5520
5521 * window.el (display-buffer): In doc-string describe
5522 window-height and window-width alist entries.
5523
5524 * time.el (display-time-world): Restore fit-window-to-buffer
5525 behavior.
5526
5527 2012-10-27 Chong Yidong <cyd@gnu.org>
5528
5529 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5530
5531 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5532
5533 * minibuffer.el (completion-category-overrides): New completion
5534 category `bookmark' (bug#11131).
5535
5536 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5539 Silence bogus compiler warnings for ad-do-it.
5540
5541 * bookmark.el (bookmark-completing-read): Set the completion category
5542 to `bookmark' (bug#11131).
5543
5544 2012-10-26 Bastien <bzg@altern.org>
5545 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * face-remap.el: Use lexical-binding.
5548 (text-scale-adjust): Improve docstring. Use itself for the temporary
5549 overlay-map bindings, so as to repeat the "Use..." message each time.
5550
5551 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * emacs-lisp/macroexp.el (macroexp--expand-all):
5554 Obey byte-compile-warning-enabled-p (bug#12486).
5555
5556 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5557 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5558
5559 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5560
5561 * mouse.el (mouse-drag-line): Move last form into preceding when
5562 clause (Bug#12731).
5563
5564 * help.el (resize-temp-buffer-window): Fix doc-string.
5565
5566 2012-10-25 David Engster <deng@randomsample.de>
5567
5568 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5569 Remove. This feature is already integrated in imenu.
5570
5571 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5572 always loaded. Require `speedbar' unconditionally.
5573
5574 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5577
5578 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5579
5580 * net/ldap.el (ldap-search-internal): The official ldif format starts
5581 with a "version: 1" header (bug#12724).
5582
5583 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5584 (bug#12721).
5585
5586 2012-10-25 Glenn Morris <rgm@gnu.org>
5587
5588 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5589
5590 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * minibuffer.el (minibuffer-force-complete): Use one more marker
5593 for the temporary-overlay-map command (bug#12619).
5594
5595 2012-10-24 Chong Yidong <cyd@gnu.org>
5596
5597 * time.el (display-time-world-mode): Derive from special-mode.
5598 (display-time-world): Use display-buffer (Bug#12708).
5599 (display-time-world-mode-map): Variable deleted.
5600 (display-time-world-display): Wrap the final delete-char inside
5601 inhibit-read-only.
5602
5603 2012-10-24 Chong Yidong <cyd@gnu.org>
5604
5605 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5606 Doc fix.
5607
5608 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5609
5610 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * minibuffer.el (completion--all-sorted-completions-location): New var.
5613 (completion--cache-all-sorted-completions)
5614 (completion--flush-all-sorted-completions): Use it.
5615 (completion-in-region, completion-in-region--postch)
5616 (completion-at-point, completion-help-at-point): Use markers in
5617 completion-in-region--data (bug#12619).
5618
5619 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * progmodes/compile.el (compilation-start): Try to handle common
5622 quoting of `cd' argument (bug#12640).
5623
5624 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5625 (bug#12671).
5626
5627 2012-10-23 Glenn Morris <rgm@gnu.org>
5628
5629 * progmodes/gud.el (gud-menu-map):
5630 Check gdb-active-process is bound. (Bug#12358)
5631
5632 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * repeat.el (repeat): Set real-this-command (bug#12232).
5635
5636 * htmlfontify.el (hfy-post-html-hook):
5637 * filesets.el (filesets-cache-fill-content-hook):
5638 * arc-mode.el (archive-extract-hook):
5639 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5640 * net/rcirc.el (rcirc-sentinel-functions)
5641 (rcirc-receive-message-functions, rcirc-activity-functions)
5642 (rcirc-print-functions):
5643 * net/dbus.el (dbus-event-error-functions):
5644 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5645 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5646 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5647 * term/sun.el (sun-raw-prefix-hooks):
5648 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5649
5650 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5651
5652 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5653 Set `tramp-chunksize' to 1. This improves the performance.
5654 (tramp-smb-wait-for-output): Add timeout to
5655 `tramp-accept-process-output' calls.
5656
5657 2012-10-23 Chong Yidong <cyd@gnu.org>
5658
5659 * faces.el (font-list-limit): Define as an obsolete variable.
5660
5661 * startup.el (command-line):
5662 * cus-start.el: Don't refer to font-list-limit.
5663
5664 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5665
5666 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * subr.el (internal-temp-output-buffer-show): Rename from
5669 temp-output-buffer-show, since previously compiled files expect this name.
5670
5671 2012-10-23 Glenn Morris <rgm@gnu.org>
5672
5673 * image.el (image-type-from-file-name): If multiple types match,
5674 return the first one that is supported. (Bug#9045)
5675
5676 2012-10-22 Glenn Morris <rgm@gnu.org>
5677
5678 * image.el (imagemagick-enabled-types): Doc fix.
5679
5680 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5681
5682 * progmodes/which-func.el (which-func-current): The hash-table may have
5683 an explicit nil (bug#12338).
5684
5685 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * electric.el (electric-pair-delete-selection-self-insert-function):
5688 Rename to electric-pair-will-use-region, return a boolean.
5689 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5690
5691 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5692 (delete-selection-pre-hook): Use use-region-p.
5693 (delete-selection-self-insert-function): Remove.
5694 (self-insert-command): Obey self-insert-uses-region-functions.
5695 (self-insert-iso): Revert to previous setting, since we don't actually
5696 know what that command does.
5697 (delete-selection-self-insert-hooks): Remove.
5698
5699 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5700
5701 * delsel.el (delete-selection-helper): New function, extracted from
5702 delete-selection-pre-hook.
5703 (delete-selection-pre-hook): Use it.
5704 (delete-selection-self-insert-function): New function.
5705 (delete-selection-self-insert-hooks): New hook.
5706 (self-insert-command, self-insert-iso): Use it.
5707 * electric.el (electric-pair-syntax): New function, extracted from
5708 electric-pair-post-self-insert-function.
5709 (electric-pair-post-self-insert-function): Use it.
5710 (electric-pair-delete-selection-self-insert-function): New function.
5711 (electric-pair-mode): Require delsel and setup
5712 delete-selection-self-insert-hooks (bug#11520).
5713
5714 2012-10-20 Chong Yidong <cyd@gnu.org>
5715
5716 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5717 no changes to show (Bug#12586).
5718
5719 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5720 list explicitly (Bug#12571).
5721
5722 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5723
5724 * progmodes/flymake.el (flymake-create-temp-inplace):
5725 Use file-truename.
5726
5727 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5728
5729 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5730
5731 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5732
5733 * calc/calc-units.el (math-extract-units): Properly extract powers
5734 of units.
5735
5736 2012-10-20 Daniel Colascione <dancol@dancol.org>
5737
5738 * frame.el (make-frame): Set x-display-name as we used to in order
5739 to unbreak creating an X11 frame from an Emacs daemon started
5740 without a display.
5741
5742 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5745 the same completion-field (bug#12221).
5746
5747 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5748
5749 * emacs-lisp/debug.el (debug): Record height of debugger window
5750 also when debugger will be back (Bug#8789).
5751
5752 2012-10-18 Chong Yidong <cyd@gnu.org>
5753
5754 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5755 Convert to defcustom.
5756 (gdb-get-source-file): Don't bind pop-up-windows.
5757
5758 * progmodes/gud.el (gud-display-line): Don't specially re-use
5759 other frames for the gdb-mi case (Bug#12648).
5760
5761 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * emacs-lisp/advice.el: Clean up commentary a bit.
5764 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5765 (byte-code-function-p): Never redefine.
5766
5767 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5768
5769 2012-10-18 Glenn Morris <rgm@gnu.org>
5770
5771 * dired.el (dired-sort-toggle): Some ls implementations only allow
5772 a single option string. (Bug#12666)
5773
5774 * minibuffer.el (completion-cycle-threshold): Doc fix.
5775
5776 2012-10-17 Kenichi Handa <handa@gnu.org>
5777
5778 * international/mule.el (set-keyboard-coding-system):
5779 Recover input meta mode when the new coding system doesn not use 8-bit.
5780 Supply TERMINAL arg to set-input-meta-mode.
5781
5782 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5783
5784 * wdired.el (wdired-old-marks): New variable.
5785 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5786 (wdired-do-renames): Move point with renamed file and don't lose
5787 mark status (Bug#11795).
5788
5789 2012-10-16 Juri Linkov <juri@jurta.org>
5790
5791 * replace.el (query-replace-help): Mention multi-buffer replacement
5792 keys in the Help message. (Bug#12655)
5793
5794 2012-10-15 Chong Yidong <cyd@gnu.org>
5795
5796 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5797
5798 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5799
5800 * window.el (display-buffer): Doc fix.
5801
5802 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5803 Adjust the msft regexp to the output of Studio 2010, and move msft
5804 before edg-1. See the discussion on emacs-devel,
5805 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5806 for the details.
5807
5808 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5811 (oset): Move uses of object-class-fast macro after its definition.
5812
5813 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5814
5815 2012-10-13 Chong Yidong <cyd@gnu.org>
5816
5817 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5818 enabled, re-enable it (Bug#11963).
5819
5820 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5821
5822 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5823 non-nil, restore window configuration (Bug#12623).
5824
5825 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * help-fns.el (describe-variable, describe-function-1):
5828 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5829
5830 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5831
5832 2012-10-12 Glenn Morris <rgm@gnu.org>
5833
5834 * mail/rmailsum.el (rmail-header-summary):
5835 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5836
5837 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5838
5839 * progmodes/python.el (python-mode-map):
5840 Replace subtitute-key-definition with proper command remapping.
5841 (python-nav--up-list): Fix behavior for blocks on the same level.
5842
5843 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5844
5845 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5846
5847 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5848 changes to the format of load-history.
5849
5850 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5851 completion-ignore-case in case that var is buffer-local (bug#12615).
5852
5853 2012-10-11 Kenichi Handa <handa@gnu.org>
5854
5855 * international/eucjp-ms.el: Re-generated.
5856
5857 2012-10-10 Kenichi Handa <handa@gnu.org>
5858
5859 * select.el (xselect--encode-string): If a coding is specified for
5860 selection, and that is compatible with COMPOUND_TEXT, use it.
5861
5862 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5863
5864 * window.el (switch-to-buffer-preserve-window-point): New option.
5865 (switch-to-buffer):
5866 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5867
5868 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5871 Don't document nil as a useful value (bug#12583).
5872
5873 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5874
5875 * net/tramp.el (tramp-debug-message):
5876 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5877 (with-tramp-progress-reporter): Rename from
5878 `tramp-with-progress-reporter'.
5879 (with-tramp-file-property, with-tramp-connection-property):
5880 Move from tramp-cache.el, rename from `with-file-property' and
5881 `with-connection-property', respectively.
5882
5883 * net/tramp-cache.el: Remove `with-file-property' and
5884 `with-connection-property'.
5885
5886 * net/tramp.el:
5887 * net/tramp-gvfs.el:
5888 * net/tramp-sh.el:
5889 * net/tramp-smb.el: Adapt callees.
5890
5891 * net/trampver.el: Update release number.
5892
5893 2012-10-09 Glenn Morris <rgm@gnu.org>
5894
5895 * w32-fns.el (set-message-beep):
5896 * term/w32-win.el (set-message-beep): Update declarations.
5897
5898 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5899
5900 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5901 (mode-line-widen, mode-line-input-method-map)
5902 (mode-line-coding-system-map, mode-line-remote)
5903 (mode-line-unbury-buffer, mode-line-bury-buffer)
5904 (mode-line-next-buffer, mode-line-previous-buffer):
5905 Replace save-selected-window+select-window => with-selected-window.
5906
5907 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5908 * progmodes/cc-vars.el (bq-process): Remove, unused.
5909
5910 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5911
5912 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5913
5914 Implemented `backward-up-list'-like navigation.
5915 * progmodes/python.el (python-nav-up-list)
5916 (python-nav-backward-up-list): New functions.
5917 (python-mode-map): Define substitute key for backward-up-list to
5918 python-nav-backward-up-list.
5919
5920 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5921
5922 * progmodes/python.el (python-fill-paragraph): Rename from
5923 python-fill-paragraph-function. Fixed fill-paragraph for
5924 decorators (Bug#12605).
5925
5926 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5927
5928 * progmodes/python.el (python-shell-output-filter): Handle extra
5929 carriage return in OSX (Bug#12409).
5930
5931 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5932
5933 Fix shell handling of unbalanced quotes and parens in output.
5934 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5935 (python-syntax-propertize-function): Use it.
5936 (python-shell-output-syntax-table): New var.
5937 (inferior-python-mode): Prevent unbalanced parens/quotes from
5938 previous output mess with current input context.
5939
5940 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5941
5942 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5943 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5944
5945 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5946
5947 * ffap.el (ffap-replace-file-component): Support Tramp file name
5948 syntax, not only ange-ftp's one.
5949
5950 2012-10-08 Glenn Morris <rgm@gnu.org>
5951
5952 * cus-start.el (message-log-max): Set :version.
5953
5954 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5955
5956 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5957
5958 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5959 the minibuffer window (Bug#10851).
5960
5961 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5962
5963 Enhancements on forward-sexp movement.
5964 * progmodes/python.el (python-nav-beginning-of-statement)
5965 (python-nav-end-of-statement): Return point-marker.
5966 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5967 (python-info-current-symbol)
5968 (python-info-statement-starts-block-p): Rename from
5969 python-info-beginning-of-block-p.
5970 (python-info-statement-ends-block-p): Rename from
5971 python-info-end-of-block-p.
5972 (python-info-beginning-of-statement-p)
5973 (python-info-end-of-statement-p)
5974 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5975 New functions.
5976
5977 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5980 frame-selected-windows.
5981
5982 2012-10-08 Daniel Colascione <dancol@dancol.org>
5983
5984 * battery.el (battery-status-function): Check for
5985 w32-battery-status itself, not system-time windows-nt.
5986
5987 * frame.el: Require cl-lib.
5988 (display-format-alist): New variable mapping frame types to
5989 functions that initialize them.
5990 (window-system-for-display): New function: interprets
5991 display-format-alist.
5992 (make-frame-on-display): Remove existing display-selection logic
5993 and just forward to make-frame, which will now DTRT.
5994 (make-frame): Restructure to use window-system-for-display to
5995 figure out how to create a frame on a given display.
5996 (display-mouse-p): Look for frame-type w32, not a particular
5997 system-type.
5998
5999 * loadup.el: Load w32 lisp code when we have the w32 feature.
6000
6001 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6002 system-type windows-nt.
6003
6004 * server.el (server-create-window-system-frame): Look for window
6005 type.
6006 (server-proces-filter): Only force a window system when windows-nt
6007 _and_ w32. Explain why.
6008
6009 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6010 of window systems we configure for the mode.
6011
6012 * startup.el (command-line): Mark window system is initialized
6013 after we've done it.
6014
6015 * common-win.el (x-select-text): Look for w32, not windows-nt.
6016
6017 * ns-win.el: Require cl-lib. Add ourselves to
6018 display-format-alist.
6019 (ns-initialize-window-system): Assert we're not initialized twice.
6020
6021 * w32-win.el: Enable lexical binding; require cl-lib; add
6022 ourselves to display-format-alist.
6023 (w32-handle-dropped-file): Convert incoming dropped files from
6024 Windows paths to Cygwin ones before passing them on to the rest of
6025 Emacs.
6026 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6027 (w32-initialize-window-system): Assert we're not initialized twice.
6028
6029 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6030 (x-initialize-window-system): Assert we're not initialized twice.
6031
6032 * w32-common-fns.el: New File.
6033 (w32-version, w32-using-nt, w32-get-clipboard-data)
6034 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6035 (w32-charset-info-alist, x-last-selected, text)
6036 (x-get-selection-value, x-selection-value): Move here.
6037
6038 * w32-fns.el: Require w32-common-fns.
6039 (w32-version, w32-using-nt, w32-get-clipboard-data)
6040 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6041 (w32-charset-info-alist, x-last-selected, text)
6042 (x-get-selection-value, x-selection-value): Move to
6043 w32-common-fns.
6044
6045 * w32-vars.el:
6046 (w32-allow-system-shell, w32-system-shells): Define only in
6047 non-cygwin case.
6048
6049 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6052 (read-passwd): Remove a few more potential sources of leaks.
6053
6054 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6055
6056 * progmodes/python.el (inferior-python-mode)
6057 (python-shell-make-comint): Fix initialization of local
6058 variables copied from parent buffer.
6059
6060 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6061
6062 * term/ns-win.el (ns-read-file-name): Update declaration to match
6063 nsfns.m.
6064 (ns-respond-to-change-font): Change fontsize separately so we are sure
6065 it is set when font is acted upon.
6066
6067 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6068
6069 Enhancements to indentation.
6070 * progmodes/python.el (python-indent-context): Give priority to
6071 inside-string context. Make comments indentation markers.
6072 (python-indent-region): Do not mess with strings, unless it's the
6073 enclosing set of quotes.
6074
6075 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * window.el (internal--before-save-selected-window)
6078 (internal--after-save-selected-window): New functions extracted from
6079 save-selected-window. Make sure we return the `alist' we construct.
6080 (save-selected-window): Use them.
6081
6082 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6083 Use with-selected-window.
6084
6085 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6086 forms that define macros (bug#12593).
6087
6088 2012-10-07 Kenichi Handa <handa@gnu.org>
6089
6090 * international/mule-conf.el (compound-text-with-extensions):
6091 Add :mime-charset property as x-ctext.
6092
6093 2012-10-07 Stefan Merten <smerten@oekonux.de>
6094
6095 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6096 (rst-indent-literal-normal, rst-indent-literal-minimized)
6097 (rst-indent-comment): Correct :version tag.
6098 (rst-official-cvs-rev): Correct version string.
6099
6100 2012-10-07 Glenn Morris <rgm@gnu.org>
6101
6102 * mail/rmailmm.el (rmail-mime-process-multipart):
6103 Do not confuse a multipart message with an epilogue
6104 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6105
6106 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6107
6108 Fix shell output retrieval and comint-prompt-regexp init.
6109 * progmodes/python.el (inferior-python-mode):
6110 (python-shell-make-comint): Fix initialization of
6111 comint-prompt-regexp from copied file local variables.
6112 (python-shell-fetched-lines): Remove var.
6113 (python-shell-output-filter-in-progress): Rename from
6114 python-shell-fetch-lines-in-progress.
6115 (python-shell-output-filter-buffer): Rename from
6116 python-shell-fetch-lines-string.
6117 (python-shell-fetch-lines-filter): Delete function.
6118 (python-shell-output-filter): New function.
6119 (python-shell-send-string-no-output): Use them.
6120
6121 2012-10-07 Glenn Morris <rgm@gnu.org>
6122
6123 * hi-lock.el (hi-lock-process-phrase):
6124 Try to make it less fragile. (Bug#7161)
6125
6126 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6127
6128 2012-10-06 Glenn Morris <rgm@gnu.org>
6129
6130 * ehelp.el (electric-help-mode): Use help-mode rather than
6131 non-existent mode `help'.
6132 (electric-help-map): Use button-buffer-map. (Bug#10917)
6133
6134 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6135 (reftex-create-bibtex-footer): Fix custom types.
6136
6137 * progmodes/sh-script.el (sh-indent-after-continuation):
6138 Add explicit :group.
6139
6140 * textmodes/rst.el (rst-preferred-decorations)
6141 (rst-shift-basic-offset): Clarify obsolescence versions.
6142
6143 * profiler.el (profiler): Add missing group :version tag.
6144 * avoid.el (mouse-avoidance-banish-position):
6145 * proced.el (proced-renice-command):
6146 * calc/calc.el (calc-ensure-consistent-units):
6147 * calendar/icalendar.el (icalendar-import-format-uid):
6148 * net/tramp.el (tramp-save-ad-hoc-proxies):
6149 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6150 * progmodes/flymake.el (flymake-error-bitmap)
6151 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6152 * progmodes/sh-script.el (sh-indent-after-continuation):
6153 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6154 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6155 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6156 (vhdl-array-index-record-field-in-sensitivity-list)
6157 (vhdl-indent-comment-like-next-code-line):
6158 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6159 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6160 (reftex-cite-key-separator, reftex-create-bibtex-header)
6161 (reftex-create-bibtex-footer):
6162 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6163 (rst-indent-literal-normal, rst-indent-literal-minimized)
6164 (rst-indent-comment): Add missing custom :version tags.
6165
6166 * calendar/timeclock.el (timeclock-modeline-display):
6167 Add missing obsolete alias for renamed user option.
6168
6169 * strokes.el (strokes-modeline-string):
6170 * emulation/crisp.el (crisp-mode-modeline-string):
6171 * eshell/esh-mode.el (eshell-status-in-modeline):
6172 Aliases to defcustoms must come before the defcustom.
6173
6174 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6175 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6176 (cal-tex-cursor-week-monday): Doc fixes.
6177 (cal-tex-cursor-week2-summary): Doc fix.
6178 Rename from cal-tex-cursor-week-at-a-glance.
6179
6180 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6181 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6182
6183 * calendar/calendar.el (calendar-mode-map):
6184 Add cal-tex-cursor-week2-summary.
6185
6186 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6189
6190 * subr.el (read-passwd-map): New var.
6191 (read-passwd): Use `read-string' again.
6192 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6193
6194 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6195
6196 * register.el (append-to-register, prepend-to-register):
6197 Deactivate mark, as does `copy-to-register' (bug#12389).
6198
6199 2012-10-06 Chong Yidong <cyd@gnu.org>
6200
6201 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6202
6203 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6204
6205 * international/characters.el: Fix simple mistake ((car chars) ->
6206 elt), delete duplicated code.
6207
6208 2012-10-06 Glenn Morris <rgm@gnu.org>
6209
6210 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6211
6212 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6213
6214 * color.el (color-hsl-to-rgb): Fix incorrect results for
6215 small and large hue values. (Bug#12559)
6216
6217 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
6218
6219 Enhancements to docstring formatting when filling paragraphs.
6220 * progmodes/python.el (python-fill-docstring-style): Rename from
6221 python-fill-string-style. Added new style.
6222 (python-fill-string): Use new style. Better checks for
6223 docstrings.
6224
6225 2012-10-05 Glenn Morris <rgm@gnu.org>
6226
6227 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6228
6229 * color.el (color-name-to-rgb, color-rgb-to-hex)
6230 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6231 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6232 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6233 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6234
6235 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6236
6237 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6238
6239 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6240 to get the correct size across symlinks.
6241
6242 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6243
6244 2012-10-04 Juri Linkov <juri@jurta.org>
6245
6246 * replace.el (query-replace-interactive): Declare obsolete.
6247 (query-replace-read-from): Add the last incremental search string
6248 to the list of default values accessible via M-n.
6249 (map-query-replace-regexp): Use `read-regexp'.
6250 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6251 (map-query-replace-regexp, replace-string, replace-regexp):
6252 Fix docstrings to replace mentions of `query-replace-interactive'
6253 with alternatives. (Bug#12526)
6254
6255 2012-10-04 Juri Linkov <juri@jurta.org>
6256
6257 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6258 (dired-pop-to-buffer): Declare obsolete.
6259 (dired-mark-pop-up): Doc fix.
6260
6261 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
6262
6263 Allow user to set docstring style for fill-paragraph.
6264 * progmodes/python.el
6265 (python-fill-comment-function, python-fill-string-function)
6266 (python-fill-decorator-function, python-fill-paren-function):
6267 Remove :safe for defcustoms.
6268 (python-fill-string-style): New defcustom
6269 (python-fill-paragraph-function): Enhance context detection.
6270 (python-fill-string): Honor python-fill-string-style settings.
6271
6272 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6273
6274 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6275 after setting its buffer (Bug#10805).
6276
6277 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
6278
6279 Fix cornercase for string syntax.
6280 * progmodes/python.el (python-syntax-propertize-function):
6281 Simplify and enhance the regexp for unescaped quotes. Now it also
6282 matches quotes in weird situations like the single quote in
6283 "something\"'".
6284 (python-syntax-stringify): Simplify num-quotes detecting code.
6285
6286 2012-10-03 Glenn Morris <rgm@gnu.org>
6287
6288 * help-macro.el (three-step-help):
6289 Revert 2012-09-29 change. (Bug#12567)
6290
6291 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6292
6293 * menu-bar.el (kill-this-buffer): Don't do anything when
6294 `menu-frame' is not alive or visible (Bug#8184).
6295
6296 * emacs-lisp/debug.el (debug): When quitting the debugger window
6297 restore current buffer (Bug#12502).
6298
6299 2012-10-02 Chong Yidong <cyd@gnu.org>
6300
6301 * progmodes/hideif.el (hif-lookup, hif-defined):
6302 Handle semantic-c-takeover-hideif.
6303
6304 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6305
6306 Change sampling interval units from ms to ns.
6307 * profiler.el (profiler-sampling-interval): Change units
6308 from ms to ns, multiplying the default by 1000000 so that
6309 it remains 1 ms.
6310 (profiler-report-cpu-line-format): Give enough room for
6311 the maximum counters on 64-bit hosts.
6312 (profiler-report-render-calltree-1): Call them "CPU samples",
6313 not "Time (ms)", since they are not milliseconds now (and
6314 never really were).
6315
6316 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6317
6318 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6319 Fix querying BBDB for entries without a last name (Bug#11580).
6320
6321 2012-10-02 Chong Yidong <cyd@gnu.org>
6322
6323 * emacs-lisp/eieio.el: Restore Version header.
6324
6325 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * vc/diff-mode.el (diff--auto-refine-data): New var.
6328 (diff-hunk): Use it to delay refinement.
6329 (diff-mode): Remove overlays when we turn off font-lock.
6330
6331 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6332 (table-initialize-table-fixed-width-mode)
6333 (table-set-table-fixed-width-mode): Remove functions.
6334 (table-command-list): Move initialization into declaration.
6335 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6336 (table-with-cache-buffer): Use `declare'.
6337 (table-span-cell): Simplify via CSE.
6338 (table-fixed-width-mode): Use define-minor-mode.
6339 (table-call-interactively, table-funcall, table-apply): Remove.
6340 (table-function): New function, to replace them.
6341
6342 * bookmark.el (bookmark-search-pattern): Remove var.
6343 (bookmark-read-search-input): Remove function.
6344 (bookmark-bmenu-search): Reimplement using a minibuffer.
6345
6346 * faces.el (modeline): Remove obsolete face name.
6347
6348 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6349 and give a non-nil default value.
6350 (add-change-log-entry): Simplify accordingly.
6351
6352 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6353
6354 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6355 (vc-git-log-edit-toggle-amend): New function.
6356 (vc-git-log-edit-toggle-signoff): New function.
6357 (vc-git-log-edit-mode): New major mode.
6358 (vc-git-log-edit-mode-map): Keymap for it.
6359 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6360
6361 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6362 header names.
6363 (log-edit-toggle-header): New function.
6364 (log-edit-extract-headers): Accept function values in HEADERS alist.
6365
6366 2012-10-01 David Engster <deng@randomsample.de>
6367
6368 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6369 from symbol property and change message to be more consistent with
6370 Emacs proper.
6371 (eieio-describe-generic): Add filename for each implementation.
6372 Fix indices for generic and normal methods.
6373 (eieio-method-def, eieio-class-def): New buttons.
6374 (eieio-help-find-method-definition)
6375 (eieio-help-find-class-definition): New functions.
6376 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6377 class, constructor and method definitions.
6378
6379 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6380 information in symbol property.
6381 (scoped-class): Remove.
6382 (eieio-slot-name-index, call-next-method): Check if it is bound.
6383
6384 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6385
6386 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6387 (eieio-custom-mode): New major mode.
6388 (eieio-customize-object): Use it.
6389
6390 2012-10-01 Eric Ludlam <zappo@gnu.org>
6391
6392 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6393 specifying the expected class, and whether subclassing is allowed.
6394 (eieio-persistent-convert-list-to-object):
6395 (eieio-persistent-validate/fix-slot-value)
6396 (eieio-persistent-slot-type-is-class-p): New functions.
6397 (eieio-named::slot-missing): Doc fix.
6398
6399 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6400 Stop using unused publd variable.
6401
6402 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6403 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6404 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6405 (eieio-speedbar-handle-click): Do not specify a class for the
6406 method. Fixes method invocation order problems with EDE.
6407
6408 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6411 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6412
6413 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6414
6415 * bookmark.el (bookmark-version-control): Give tags in the
6416 :type choices (Bug#12309), and improve doc string.
6417 (bookmark-write-file): Bind `print-circle' to `t' to allow
6418 circular custom bookmark types. (Bug#12503)
6419
6420 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6421
6422 Revert the FOLLOW-SYMLINKS change for file-attributes.
6423 * files.el (remote-file-name-inhibit-cache, after-find-file):
6424 * time.el (display-time-file-nonempty-p): Undo last change.
6425
6426 * profiler.el (profiler-sampling-interval): Change default back to 1.
6427 See Stefan Monnier in
6428 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6429
6430 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6431
6432 Shell output catching a la gud-gdb.
6433 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6434 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6435 New Vars.
6436 (python-shell-fetch-lines-filter): New function.
6437 (python-shell-send-string-no-output): Use them.
6438
6439 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6440
6441 * profiler.el (profiler-sampling-interval): Rename from
6442 profiler-sample-interval.
6443 (profiler-sampling-interval): Default to 10.
6444 (profiler-find-profile): New command (was profiler-find-log).
6445 (profiler-find-profile-other-window): New command.
6446 (profiler-find-profile-other-frame): New command.
6447 (profiler-profile): Introduce API-level data structure.
6448
6449 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6450
6451 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6452 * files.el (remote-file-name-inhibit-cache):
6453 * time.el (display-time-file-nonempty-p): Use it.
6454 * files.el (after-find-file): Don't chase links before calling
6455 file-exists-p, as file-exists-p already does the right thing.
6456
6457 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6458
6459 Merge from standalone RefTeX repository.
6460
6461 The following ChangeLog entries are shortened versions of the
6462 original ones with file paths adapted. A not so strongly edited
6463 version of the original ChangeLog can be found in the commit log.
6464
6465 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6466 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6467 Correctly handle new value type returned by `reftex-citation'.
6468
6469 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6470 that entries with whitespace at various places are found.
6471 Doc fix. Include entries that are cross-referenced from cited entries.
6472 Include @String definitions in the resulting bib file. Add header
6473 and footer defined in `reftex-create-bibtex-header' and
6474 `reftex-create-bibtex-footer'.
6475 (reftex-do-citation): Make it possible again to insert
6476 non-existent entries. Save match data when asking for optional
6477 arguments. Return all keys, not just the first one.
6478 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6479 all citations in the same line.
6480 (reftex-parse-bibtex-entry): Accept additional optional argument
6481 `raw' and keep quotes or braces if it is non-nil. Match fields
6482 containing hyphens besides word constituents.
6483 (reftex-get-string-refs): New function.
6484 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6485 and ask if it should be reread in case it did.
6486 (reftex-pop-to-bibtex-entry)
6487 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6488 entries with spaces or tabs in front of arguments.
6489 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6490 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6491 Match entries containing numbers and symbol constituents.
6492 (reftex-do-citation, reftex-figure-out-cite-format):
6493 Use `reftex-cite-key-separator'.
6494
6495 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6496 (reftex-mouse-view-crossref): Explain why point is set.
6497
6498 * textmodes/reftex-global.el: Whitespace changes.
6499
6500 * textmodes/reftex-index.el: Move provide statement to end of
6501 file.
6502 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6503 (reftex-index-visit-phrases-buffer): Set marker when visiting
6504 buffer. This allows for returning from the phrases file to the
6505 file one was just editing instead of the file where the last
6506 phrases was added from.
6507 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6508 punctuation syntax as it usually is not used as string quote in
6509 TeX-related modes and may occur unmatched. The change also
6510 prevents fontification of quoted content.
6511 (reftex-index-phrases-mode): Use it.
6512
6513 * textmodes/reftex-parse.el (reftex-parse-from-file):
6514 Move backward one char if a `\' was matched after a section macro.
6515 (reftex-parse-from-file): Use beginning of match instead of end as
6516 bound.
6517
6518 * textmodes/reftex-ref.el: Adapt creation of
6519 `reftex-<package>-<macro>' functions to new structure of
6520 `reftex-ref-style-alist'.
6521 (reftex-reference): Use `reftex-ref-style-list' function.
6522 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6523 reference macro if `reftex-ref-macro-prompt' is non-nil.
6524 (reftex-reference): Pass refstyle to `reftex-format-special'.
6525 Determine reference macro by looking at
6526 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6527 Use only one special format function.
6528 (reftex-varioref-vref, reftex-fancyref-fref)
6529 (reftex-fancyref-Fref): Remove definitions. The functions are now
6530 generated from `reftex-ref-style-alist'.
6531 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6532 Remove.
6533 (reftex-format-special): New function.
6534
6535 * textmodes/reftex-sel.el
6536 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6537 of `reftex-ref-style-alist'. Remove code for testing macro type.
6538 (reftex-select-toggle-varioref)
6539 (reftex-select-toggle-fancyref): Remove.
6540 (reftex-select-cycle-ref-style-internal)
6541 (reftex-select-cycle-ref-style-forward)
6542 (reftex-select-cycle-ref-style-backward): New functions.
6543 (reftex-select-label-map): Use `v' and `V' for general cycling
6544 through reference styles. Add `p' for switching between number
6545 and page reference types.
6546
6547 * textmodes/reftex-toc.el (reftex-re-enlarge):
6548 Call `enlarge-window' only if there is something to do because in Emacs
6549 the horizontal version throws an error even if the parameter is 0.
6550
6551 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6552 (reftex-plug-into-AUCTeX): Doc fix.
6553 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6554 string. Adapt to new name.
6555 (reftex-ref-style-alist): Change structure so that it is not
6556 possible to use multiple different package names within a style.
6557 Remove the symbols for symbols for macro type distinction.
6558 Add characters for macro selection.
6559 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6560 (reftex-create-bibtex-footer): New variables.
6561 (reftex-format-ref-function): Mention third argument of special
6562 format function.
6563 (reftex-ref-style-alist, reftex-ref-style-default-list):
6564 New variables.
6565 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6566 to new implementation. Mark as obsolete. Add compatibility code
6567 for honoring the variable values in case they are set.
6568 (reftex-cite-format-builtin, reftex-bibliography-commands):
6569 Add support for ConTeXt.
6570 (reftex-format-ref-function, reftex-format-cite-function):
6571 Fix custom type.
6572 (reftex-cite-key-separator): New variable.
6573
6574 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6575 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6576 `reftex-syntax-table' because parens have to retain their paren
6577 syntax in order for parsing of BibTeX entries like @book(...) to
6578 work.
6579 (reftex-in-comment): Do not error out if `comment-start-skip' is
6580 not set. Deal correctly with escaped comment characters.
6581 (reftex-tie-multifile-symbols): Add doc string.
6582 Initialize `reftex-ref-style-list'.
6583 (reftex-untie-multifile-symbols): Add doc string.
6584 (reftex-add-index-macros): Doc fix.
6585 (reftex-ref-style-activate, reftex-ref-style-toggle)
6586 (reftex-ref-style-list): New functions.
6587 (reftex-mode-menu): Use them. Adapt to new structure of
6588 `reftex-ref-style-alist'.
6589 (reftex-select-with-char): Kill the RefTeX Select buffer when
6590 done.
6591 (reftex-remove-if): New function.
6592 (reftex-erase-all-selection-and-index-buffers)
6593 (reftex-mode-menu): Reference styles are now computed from
6594 `reftex-ref-style-alist'. Fix typo.
6595 (reftex-report-bug): New function.
6596 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6597 algorithms with O(n log n). Introduce optional argument SORT (not
6598 yet used).
6599
6600 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6601
6602 Enhancements for triple-quote string syntax.
6603 * progmodes/python.el (python-syntax-propertize-function):
6604 Match both quote cases in one regexp.
6605 (python-syntax-stringify): Handle matches properly.
6606
6607 2012-09-30 Juri Linkov <juri@jurta.org>
6608
6609 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6610 to nil around the call to `insert' to prevent
6611 directory time modification by lock_file. (Bug#2295)
6612 * tar-mode.el (tar-summarize-buffer): Idem.
6613
6614 2012-09-30 Juri Linkov <juri@jurta.org>
6615
6616 * facemenu.el (list-colors-sort): Add option "Luminance".
6617 (list-colors-sort-key): Implement it.
6618
6619 * vc/diff-mode.el (diff-refine-removed):
6620 * vc/ediff-init.el (ediff-fine-diff-A):
6621 * vc/smerge-mode.el (smerge-refined-removed):
6622 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6623
6624 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6625
6626 * term/ns-win.el (x-file-dialog): New function.
6627
6628 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6629
6630 * ido.el (ido-max-directory-size): Default to nil; the current
6631 default is small for POSIX systems, and impractical on Windows 7
6632 now that lstat returns directory sizes for NTFS.
6633
6634 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6635
6636 In buffer display functions handle window-height/window-width
6637 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6638 * window.el (window--display-buffer): New argument ALIST.
6639 Obey window-height and window-width alist entries.
6640 (window--try-to-split-window): New argument ALIST.
6641 Bind window-combination-limit to t when the window's size shall be
6642 changed and window-combination-limit equals `window-size'.
6643 (display-buffer-in-atom-window)
6644 (display-buffer-in-major-side-window)
6645 (display-buffer-in-side-window, display-buffer-same-window)
6646 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6647 (display-buffer-pop-up-window, display-buffer-below-selected)
6648 (display-buffer-at-bottom, display-buffer-in-previous-window)
6649 (display-buffer-use-some-window): Adjust all callers of
6650 window--display-buffer and window--try-to-split-window.
6651 (fit-frame-to-buffer): New option.
6652 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6653 is non-nil.
6654 (display-buffer-in-major-side-window): Evaluate window-height /
6655 window-width alist entries.
6656
6657 * help.el (temp-buffer-resize-frames)
6658 (temp-buffer-resize-regexps): Remove options.
6659 (temp-buffer-resize-mode): Adjust doc-string.
6660 (resize-temp-buffer-window): Don't consult
6661 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6662 temp-buffer-resize-frames.
6663
6664 * dired.el (dired-mark-pop-up):
6665 Call display-buffer-below-selected with a fit-window-to-buffer alist
6666 entry.
6667
6668 2012-09-30 Chong Yidong <cyd@gnu.org>
6669
6670 * server.el (server-host): Document the security implications.
6671 (server-auth-key): Doc fix.
6672
6673 * startup.el (initial-buffer-choice): Doc fix.
6674
6675 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6676
6677 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6678 restriction change.
6679
6680 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6681
6682 * help-fns.el (help-fns--obsolete): Fix last change.
6683
6684 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6687 (minor-mode-map-alist): Remove redundant code.
6688
6689 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6690 visited in a buffer.
6691 (cvs-insert-visited-file): New function.
6692 (find-file-hook): Use it.
6693
6694 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6695
6696 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6697 chose face.
6698 (log-edit-empty-buffer-p): Don't require a space after a header.
6699
6700 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6701
6702 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6703
6704 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6705 a proper minor-mode.
6706
6707 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6708
6709 2012-09-29 Glenn Morris <rgm@gnu.org>
6710
6711 * winner.el (winner-mode): Remove variable (let define-minor-mode
6712 handle it).
6713 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6714 Doc fixes.
6715 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6716 (winner-mode): Use define-minor-mode.
6717
6718 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6719 the full definition in loaddefs, rather than duplicating it.
6720
6721 * help-macro.el (three-step-help): No need to autoload defcustom.
6722
6723 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6724 (inferior-lisp-program, inferior-lisp-load-command)
6725 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6726 No need to autoload defcustoms.
6727
6728 * hippie-exp.el (hippie-expand-try-functions-list)
6729 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6730 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6731 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6732 (hippie-expand-only-buffers): No need to autoload defcustoms.
6733 * progmodes/vhdl-mode.el (vhdl-line-expand):
6734 Explicitly load hippie-exp, so it does not get autoloaded
6735 while hippie-expand-try-functions-list is let-bound.
6736
6737 2012-09-28 Glenn Morris <rgm@gnu.org>
6738
6739 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6740
6741 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6742 Only "cl.el" counts as cl these days.
6743
6744 2012-09-28 Juri Linkov <juri@jurta.org>
6745
6746 Display archive errors in the echo area instead of inserting
6747 to the file buffer.
6748
6749 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6750 to STDERR-TEST that can be a regexp matching a successful output.
6751 Create a temporary file and redirect stderr to it. Search for
6752 STDERR-TEST in the stderr output and display it in the echo area
6753 if no match is found.
6754 (archive-extract-by-file): New function like
6755 `archive-extract-by-stdout' but extracting archives to files
6756 and looking for successful matches in stdout. Function body is
6757 mostly copied from `archive-rar-extract'.
6758 (archive-rar-extract): Use `archive-extract-by-file'.
6759 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6760
6761 2012-09-28 Leo Liu <sdl.web@gmail.com>
6762
6763 * pcomplete.el (pcomplete-show-completions):
6764 Use minibuffer-message to make pcomplete usable in minibuffer.
6765
6766 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6767
6768 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6769
6770 * type-break.el: Use lexical-binding.
6771 (type-break-mode): Use define-minor-mode.
6772
6773 * emacs-lisp/pcase.el (pcase--mark-used): New.
6774 (pcase--u1): Use it (bug#12512).
6775
6776 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6777 in load-history with the right file name.
6778
6779 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6780
6781 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6782 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6783 (doc-view-get-bounding-box): Make bounding box slicing work for
6784 ODF and DVI documents.
6785
6786 2012-09-28 Glenn Morris <rgm@gnu.org>
6787
6788 * type-break.el (type-break-mode, type-break-interval)
6789 (type-break-good-rest-interval, type-break-keystroke-threshold):
6790 No need to autoload.
6791 (type-break-good-rest-interval, type-break-keystroke-threshold):
6792 Add :set-after.
6793
6794 2012-09-28 Chong Yidong <cyd@gnu.org>
6795
6796 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6797 Add :version tag.
6798
6799 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6802
6803 2012-09-27 Glenn Morris <rgm@gnu.org>
6804
6805 * faces.el (x-display-name): Declare (for without-x builds).
6806
6807 * linum.el (linum-format): Don't autoload it. Improve :type.
6808
6809 * progmodes/tcl.el: Don't require outline when compiling.
6810 (outline-regexp, outline-level): Declare.
6811 * textmodes/sgml-mode.el: Don't require outline when compiling.
6812 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6813
6814 * term.el (term-ansi-reset):
6815 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6816
6817 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6818 files for RCS and SCCS. (Bug#9781)
6819
6820 2012-09-27 Chong Yidong <cyd@gnu.org>
6821
6822 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6823 change; value should be t.
6824
6825 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * image-mode.el: Use lexical-binding.
6828 (image-mode-winprops): Use t to stand for the window of
6829 a buffer that's not displayed.
6830 * doc-view.el (doc-view-new-window-function): Handle the new
6831 t in winprops.
6832 (doc-view-enlarge): Make it a real nop if the size is not changed.
6833 (doc-view-display): Handle the case where the buffer is not (yet?)
6834 displayed in any window.
6835 (doc-view-saved-settings): New var.
6836 (doc-view-mode): Use it.
6837 (doc-view-fallback-mode): Set it.
6838
6839 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6840 Set lexical-binding.
6841 (minibuffer-eldef-shorten-default): New var.
6842 (minibuffer-default-in-prompt-regexps): Use it for new default.
6843 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6844
6845 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6846
6847 * international/uni-bidi.el:
6848 * international/uni-category.el:
6849 * international/uni-name.el:
6850 * international/uni-numeric.el: Regenerate.
6851
6852 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6853 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * profiler.el: New file.
6856
6857 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6860 (testcover-reinstrument): Simplify with CSE.
6861
6862 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6863
6864 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6865
6866 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6867
6868 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6869 (verilog-auto-input, verilog-auto-insert-lisp)
6870 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6871 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6872 (verilog-auto-unused, verilog-auto-wire)
6873 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6874 newline. Reported by Andrew Jones.
6875 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6876 Reported by Brad Dobbie.
6877 (verilog-batch-delete-trailing-whitespace):
6878 Create verilog-batch-delete-trailing-whitespace.
6879 Reported by Brad Dobbie.
6880 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6881 parameters from another module. Reported by Dan Katz.
6882 (verilog-auto, verilog-auto-assign-modport)
6883 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6884 AUTOINOUTMODPORT for UVM interface module shell generation.
6885 Reported by Brad Dobbie.
6886 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6887 standard behavior.
6888 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6889 Reported by Matt Martin.
6890
6891 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6892
6893 * window.el (window--resize-child-windows): When resizing child
6894 windows proportionally, process them in reverse order to
6895 preserve the "when splitting a window the new one gets the odd
6896 line" behavior.
6897 (window--resize-root-window-vertically): When resizing the
6898 minibuffer window try to affect only windows at the bottom of the
6899 frame. (Bug#12419)
6900
6901 2012-09-25 Chong Yidong <cyd@gnu.org>
6902
6903 * subr.el (declare): Doc fix.
6904
6905 * help-fns.el (help-fns--obsolete): Handle macros properly.
6906
6907 2012-09-25 Chong Yidong <cyd@gnu.org>
6908
6909 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6910 this function obsolete.
6911
6912 * calendar/cal-x.el (calendar-two-frame-setup)
6913 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6914 * calendar/calendar.el (american-calendar, european-calendar)
6915 (calendar-for-loop):
6916 * comint.el (comint-dynamic-simple-complete)
6917 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6918 * desktop.el (desktop-load-default):
6919 * dired-x.el (dired-omit-here-always)
6920 (dired-hack-local-variables, dired-default-directory):
6921 * emacs-lisp/derived.el (derived-mode-class):
6922 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6923 * emacs-lock.el (toggle-emacs-lock):
6924 * epa.el (epa-display-verify-result):
6925 * epg.el (epg-sign-keys, epg-start-sign-keys)
6926 (epg-passphrase-callback-function):
6927 * eshell/esh-util.el (eshell-for):
6928 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6929 (eshell-add-to-window-buffer-names):
6930 * files.el (locate-file-completion):
6931 * imenu.el (imenu-example--create-c-index)
6932 (imenu-example--create-lisp-index)
6933 (imenu-example--lisp-extract-index-name)
6934 (imenu-example--name-and-position):
6935 * international/mule-cmds.el (princ-list):
6936 * international/mule-diag.el (decode-codepage-char):
6937 * international/mule-util.el (detect-coding-with-priority):
6938 * iswitchb.el (iswitchb-read-buffer):
6939 * mail/mailalias.el (mail-complete):
6940 * mail/sendmail.el (mail-sent-via):
6941 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6942 (mouse-major-mode-menu):
6943 * password-cache.el (password-read-and-add):
6944 * pcomplete.el (pcomplete-parse-comint-arguments):
6945 * progmodes/sh-script.el (sh-maybe-here-document):
6946 * replace.el (query-replace-regexp-eval):
6947 * savehist.el (savehist-load):
6948 * simple.el (choose-completion-delete-max-match):
6949 * term.el (term-dynamic-simple-complete):
6950 * vc/ediff-init.el (ediff-check-version):
6951 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6952 * vc/vc.el (vc-diff-switches-list):
6953 * view.el (view-return-to-alist-update): Likewise.
6954
6955 * subr.el (eval-next-after-load, makehash, insert-string)
6956 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6957 mark obsolete.
6958 (mode-line-inverse-video): Variable deleted.
6959
6960 * international/mule-util.el (string-to-sequence): Remove.
6961
6962 * calendar/calendar.el (calendar-version):
6963 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6964 (icalendar-convert-diary-to-ical):
6965 * cus-edit.el (custom-mode):
6966 * ansi-color.el (ansi-color-unfontify-region):
6967 * international/latin1-disp.el (latin1-char-displayable-p):
6968 * progmodes/cwarn.el (turn-on-cwarn-mode):
6969 * progmodes/which-func.el (which-func-update-1):
6970 Use define-obsolete-function-alias.
6971
6972 * net/newst-backend.el (newsticker-cache-filename):
6973 * net/newst-treeview.el (newsticker-groups-filename):
6974 Fix incorrect obsolescence declaration.
6975
6976 * allout.el (allout-passphrase-hint-string): Likewise.
6977 (allout-init): Use a declare form to mark obsolete.
6978
6979 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6980 this applies to functions.
6981
6982 * iswitchb.el (iswitchb-read-buffer): Move code of
6983 iswitchb-define-mode-map here, and delete that obsolete function.
6984
6985 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6986 font-lock-reference-face.
6987
6988 2012-09-25 Glenn Morris <rgm@gnu.org>
6989
6990 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6991 Doc fixes.
6992
6993 * eshell/em-term.el (eshell-term-name):
6994 Default to term-term-name. (Bug#12485)
6995
6996 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6997
6998 * progmodes/python.el (python-shell-send-buffer): Better handling
6999 of "if __name__ == '__main__':" conditionals when sending the buffer.
7000
7001 2012-09-24 Glenn Morris <rgm@gnu.org>
7002
7003 * eshell/esh-cmd.el (eshell-find-alias-function):
7004 Tighten up file-name regexp. (Bug#12499)
7005
7006 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
7007
7008 Enhancements for triple-quote string syntax.
7009 * progmodes/python.el (python-quote-syntax): Remove.
7010 (python-syntax-propertize-function): New value.
7011 (python-syntax-count-quotes, python-syntax-stringify):
7012 New functions.
7013
7014 2012-09-24 Chong Yidong <cyd@gnu.org>
7015
7016 * mail/supercite.el (sc-version): Remove obsolete function.
7017 (sc-describe): Don't mark as obsolete, since it is bound.
7018 (sc-submit-bug-report): Remove.
7019
7020 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7021 (cvs-commit-buffer-require-final-newline): Remove.
7022 (log-edit-require-final-newline)
7023 (log-edit-changelog-full-paragraphs): Default to t.
7024
7025 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7026 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7027 * vc/vc.el (vc-checkout-carefully): Likewise.
7028
7029 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7030 (emerge-version): Remove.
7031
7032 * progmodes/compile.el (compile-internal): Remove.
7033 (compilation-parse-errors-function): Fix typo.
7034
7035 * international/mule.el (set-char-table-default): Remove.
7036 (set-coding-priority, make-coding-system, generic-char-p)
7037 (charset-list, charset-bytes, charset-id): Use declare to mark
7038 functions as obsolete.
7039
7040 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7041 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7042 * vc/vc-hooks.el (vc-default-registered): Don't use
7043 vc-master-templates.
7044
7045 * font-lock.el (font-lock-reference-face):
7046 Use define-obsolete-variable-alias.
7047
7048 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7049 * calendar/calendar.el (calendar-font-lock-keywords):
7050 * calendar/diary-lib.el (diary-font-lock-keywords)
7051 (diary-fancy-font-lock-keywords):
7052 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7053 * textmodes/reftex-index.el (reftex-insert-index):
7054 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7055 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7056 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7057 * progmodes/prolog.el (prolog-font-lock-keywords):
7058 * progmodes/idlwave.el (idlwave-idl-keywords):
7059 * progmodes/ada-mode.el (ada-font-lock-keywords):
7060 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7061
7062 2012-09-24 Glenn Morris <rgm@gnu.org>
7063
7064 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7065
7066 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
7067
7068 * progmodes/python.el (python-indent-line): More consistent cursor
7069 movement behavior.
7070
7071 2012-09-23 Stefan Merten <smerten@oekonux.de>
7072
7073 * textmodes/rst.el: Fix compiler warning.
7074
7075 2012-09-23 Roland Winkler <winkler@gnu.org>
7076
7077 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7078 Transcribe also LaTeX hyphenation.
7079 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7080 bibtex-reformat-previous-options.
7081
7082 2012-09-23 Roland Winkler <winkler@gnu.org>
7083
7084 * proced.el (proced-renice-command): New variable.
7085 (proced-marked-processes): New function.
7086 (proced-with-processes-buffer): New macro.
7087 (proced-send-signal): Use them.
7088 (proced-renice): New command bound to r.
7089
7090 2012-09-23 Roland Winkler <winkler@gnu.org>
7091
7092 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7093 ibuffer-saved-filter-groups has one element, shortcut the call of
7094 completing-read. (Bug#12331)
7095
7096 2012-09-23 Chong Yidong <cyd@gnu.org>
7097
7098 * bindings.el (mode-line-toggle-read-only):
7099 * bs.el (bs-toggle-readonly):
7100 * buff-menu.el (Buffer-menu-toggle-read-only):
7101 * dired.el (dired-toggle-read-only):
7102 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7103
7104 2012-09-23 Chong Yidong <cyd@gnu.org>
7105
7106 * image.el (image-type-available-p): Adapt to init-image-library
7107 argument changes.
7108
7109 2012-09-22 Juri Linkov <juri@jurta.org>
7110
7111 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7112 `dired-toggle-read-only'. (Bug#12462)
7113
7114 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7115
7116 * subr.el (temp-output-buffer-show): New function.
7117 (with-output-to-temp-buffer): Call temp-output-buffer-show
7118 instead of internal-temp-output-buffer-show.
7119
7120 2012-09-22 Chong Yidong <cyd@gnu.org>
7121
7122 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7123 (Bug#12462).
7124
7125 * repeat.el (repeat): Doc fix (Bug#12348).
7126
7127 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7128 (Bug#10909).
7129
7130 * simple.el (shell-command-on-region): Doc fix.
7131 (read-only-mode): Doc fix.
7132
7133 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7134
7135 * emacs-lisp/timer.el (run-with-idle-timer)
7136 (timer-activate-when-idle): Warn against reinvoking an idle timer
7137 from within its own timer action. (Bug#12447)
7138
7139 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7140
7141 * cus-start.el (window-combination-limit): Add new optional
7142 values.
7143 * window.el (temp-buffer-window-show)
7144 (window--try-to-split-window): Handle new values of
7145 window-combination-limit (Bug#1806).
7146 (split-window): Test window-combination-limit for t instead of
7147 non-nil.
7148 (display-buffer-at-bottom): New buffer display action function.
7149 * help.el (temp-buffer-resize-regexps): New option.
7150 (temp-buffer-resize-mode): Rewrite doc-string.
7151 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7152 Don't resize reused window. Suggested by Glenn Morris.
7153
7154 2012-09-22 Stefan Merten <smerten@oekonux.de>
7155
7156 * textmodes/rst.el: Revamp section title faces.
7157 (rst-official-version)
7158 (rst-package-emacs-version-alist): Sync with official version
7159 V1.4.0.
7160 (rst-faces-defaults, rst-set-level-default)
7161 (rst-level-face-max, rst-level-face-base-color)
7162 (rst-level-face-base-light, rst-level-face-format-light)
7163 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7164 (rst-adornment-faces-alist): Match new setup.
7165 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7166 (rst-level-5, rst-level-6): New faces.
7167
7168 2012-09-22 Chong Yidong <cyd@gnu.org>
7169
7170 * simple.el (undo): Handle indirect buffers (Bug#8207).
7171
7172 2012-09-21 Leo Liu <sdl.web@gmail.com>
7173
7174 IDO: Disable match re-ordering for buffer switching.
7175 * ido.el (ido-buffer-disable-smart-matches): New variable.
7176 (ido-set-matches-1): Use it. (Bug#2042)
7177
7178 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7179
7180 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7181 Fix 2011-05-17 change. (Bug#12418)
7182
7183 2012-09-21 Leo Liu <sdl.web@gmail.com>
7184
7185 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7186
7187 2012-09-21 Glenn Morris <rgm@gnu.org>
7188
7189 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7190 Be more robust about locating simple.el.
7191
7192 2012-09-21 Glenn Morris <rgm@gnu.org>
7193
7194 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7195
7196 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7197
7198 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7199
7200 2012-09-20 Juri Linkov <juri@jurta.org>
7201
7202 * replace.el (query-replace-read-from): Use `read-regexp' instead
7203 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7204 (occur-read-primary-args): Use `read-regexp' instead of
7205 `read-string'.
7206 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7207 `read-from-minibuffer'.
7208 * isearch.el (isearch-occur): Use `read-regexp' instead of
7209 `read-string'.
7210 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7211 `read-from-minibuffer'.
7212 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7213 of `read-string'. (Bug#7567)
7214
7215 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7216 and allow accepting a list of strings prepended to a list of
7217 standard default values. Doc fix. (Bug#12321)
7218
7219 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7220
7221 * replace.el (read-regexp): Don't add ": " when PROMPT already
7222 ends with a colon and space. (Bug#12321)
7223
7224 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7225
7226 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7227 error.
7228
7229 2012-09-20 Stefan Merten <smerten@oekonux.de>
7230
7231 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7232 Fixes feature request bug#11711.
7233 (rst-mode): Create `imenu-create-index-function'.
7234 (rst-get-stripped-line): Delete after refactoring.
7235 (rst-section-tree, rst-section-tree-rec)
7236 (rst-section-tree-point): Refactor and document properly.
7237 (rst-imenu-find-adornments-for-position)
7238 (rst-imenu-convert-cell, rst-imenu-create-index):
7239 New function.
7240
7241 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7242
7243 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7244 (macroexp--expand-all): Use it.
7245 (macroexp--funcall-and-return): Remove by folding it into its sole
7246 caller (macroexp--warn-and-return).
7247 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7248 Use macroexp--obsolete-warning.
7249
7250 * calc/calc.el: Fix last change by removing the whole chunk, since it
7251 was only needed back when Calc was not bundled.
7252
7253 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7254
7255 * emacs-lisp/debug.el (debug): Restore assignment to
7256 debugger-old-buffer removed on 2012-09-08.
7257
7258 2012-09-20 Juri Linkov <juri@jurta.org>
7259
7260 * dired-aux.el (dired-diff): Remove (require 'diff) since
7261 `diff-latest-backup-file' is now autoloaded.
7262
7263 2012-09-20 Chong Yidong <cyd@gnu.org>
7264
7265 * vc/diff.el (diff-latest-backup-file): Autoload.
7266
7267 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * calc/calc.el: Remove redundant autoload shape check.
7270 (sel-mode): Don't defvar.
7271 (calc-get-stack-element): Add `sel-mode' arg instead.
7272 (calc-top, calc-top-list): Pass it this additional argument.
7273 * calc/calc-store.el (calc-store-map):
7274 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7275 (calc-map-equation, calc-outer-product, calc-inner-product):
7276 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7277
7278 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7279
7280 2012-09-19 Juri Linkov <juri@jurta.org>
7281
7282 * dired-aux.el (dired-diff): Add (require 'diff) because
7283 `diff-latest-backup-file' is not autoloaded.
7284 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7285 of `dired-get-filename' to t to not report error when there is
7286 no default file on the current line.
7287
7288 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7291 macroexp--eval-if-compile.
7292 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7293 (macroexp--expand-all): Use them (bug#12371).
7294
7295 * doc-view.el (doc-view-guess-paper-size)
7296 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7297
7298 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7299
7300 New feature: set optimal slice from BoundingBox information.
7301 * doc-view.el (doc-view-mode-map): Add keybinding.
7302 (doc-view-menu): Add menu entry.
7303 (doc-view-set-slice): Adapt docstring.
7304 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7305 (doc-view-scale-bounding-box)
7306 (doc-view-set-slice-from-bounding-box): New functions.
7307 (doc-view-paper-sizes): New defvar.
7308
7309 2012-09-19 Glenn Morris <rgm@gnu.org>
7310
7311 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7312 (byte-compile-log-warning): Autoload. (Bug#12371)
7313
7314 * calendar/calendar.el (calendar-american-month-header)
7315 (calendar-european-month-header, calendar-iso-month-header)
7316 (calendar-month-header): New options.
7317 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7318 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7319
7320 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7321
7322 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7323
7324 2012-09-18 Juri Linkov <juri@jurta.org>
7325
7326 * dired-aux.el (dired-diff): Restore original functionality of
7327 getting the default value, but keep new feature of using the
7328 latest existing backup file (`diff-latest-backup-file').
7329
7330 2012-09-18 Juri Linkov <juri@jurta.org>
7331
7332 * dired.el (dired-mark): If the region is active in Transient Mark
7333 mode, mark all files in the active region. Doc fix.
7334 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7335 Doc fix. (Bug#10624)
7336
7337 2012-09-18 Juri Linkov <juri@jurta.org>
7338
7339 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7340 attributes for M-n are pulled from the file at point.
7341 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7342 Suggested by Drew Adams. (Bug#10624)
7343
7344 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7345
7346 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7347 whitespace after "end".
7348 (ruby-do-end-to-brace): Collapse block to one line if it fits
7349 within fill-column.
7350
7351 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7352
7353 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7354 value.
7355 (debug): Don't remove debugger window when debugger is expected
7356 to be back.
7357
7358 2012-09-18 Chong Yidong <cyd@gnu.org>
7359
7360 * custom.el (defface): Doc fix.
7361
7362 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7363
7364 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7365
7366 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7367 to initialize query-on-exit; then test that instead (bug#12288).
7368
7369 2012-09-17 Stefan Merten <smerten@oekonux.de>
7370
7371 * textmodes/rst.el: Add support for `testcover'.
7372 (rst-defcustom-testcover, rst-testcover-add-compose)
7373 (rst-testcover-add-1value): New functions.
7374 (rst-portable-mark-active-p): Replace by `use-region-p'.
7375 (rst-update-section, rst-classify-adornment)
7376 (rst-find-title-line): Mark `1value' forms.
7377 (rst-classify-adornment): Remove superfluous form.
7378 (rst-update-section, rst-get-adornments-around)
7379 (rst-adornment-complete-p, rst-get-next-adornment)
7380 (rst-adjust, rst-promote-region)
7381 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7382 (rst-find-pfx-in-region, rst-section-tree-rec)
7383 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7384 (rst-toc-node, rst-toc, rst-forward-section)
7385 (rst-iterate-leftmost-paragraphs)
7386 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7387 (rst-bullet-list-region)
7388 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7389 (rst-compile-find-conf, rst-compile)
7390 (rst-repeat-last-character): Fix style.
7391
7392 2012-09-17 Chong Yidong <cyd@gnu.org>
7393
7394 * comint.el (comint--complete-file-name-data): Don't add a space
7395 if the status is `sole'; that adds a gratuitous space in the
7396 completion-cycling case (Bug#12092).
7397
7398 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7399
7400 2012-09-17 Richard Stallman <rms@gnu.org>
7401
7402 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7403 only in the mime-shown mode, not in raw mode.
7404 (rmail-mime): Toggle off mime by displaying the message without
7405 mime processing. (Bug#12305)
7406
7407 * mail/rmail.el (rmail-retry-failure):
7408 Turn off mime processing first. (Bug#12037)
7409
7410 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7411
7412 2012-09-17 Chong Yidong <cyd@gnu.org>
7413
7414 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7415 (shell-dynamic-complete-functions): Convert to defcustom.
7416 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7417
7418 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7419 * comint.el (comint-prompt-read-only):
7420 * custom.el (defcustom):
7421 * hi-lock.el (hi-lock-mode):
7422 * ibuffer.el (ibuffer-formats):
7423 * ielm.el (ielm-prompt-read-only):
7424 * novice.el (disable-command):
7425 * saveplace.el (toggle-save-place):
7426 * speedbar.el (speedbar-supported-extension-expressions):
7427 * startup.el (auto-save-list-file-prefix, init-file-user)
7428 (after-init-hook, inhibit-startup-echo-area-message):
7429 * strokes.el (strokes-help):
7430 * time-stamp.el (time-stamp):
7431 * calendar/calendar.el (calendar, diary-file):
7432 * calendar/diary-lib.el (diary-mail-entries, diary)
7433 (diary-list-entries-hook):
7434 * calendar/holidays.el (holidays, calendar-holidays):
7435 * calendar/lunar.el (lunar-phases):
7436 * calendar/solar.el (sunrise-sunset):
7437 * emulation/edt.el (edt-load-keys):
7438 * emulation/viper.el (viper-mode):
7439 * eshell/em-alias.el (eshell-command-aliases-list):
7440 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7441 * international/ogonek.el (ogonek-information):
7442 * net/tramp-cmds.el (tramp-bug):
7443 * net/quickurl.el (quickurl-reread-hook-postfix):
7444 * play/decipher.el (decipher-font-lock-keywords):
7445 * progmodes/cc-styles.el (c-set-style):
7446 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7447 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7448 * progmodes/octave-mod.el (octave-mode):
7449 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7450 * progmodes/verilog-mode.el (verilog-read-defines):
7451 * textmodes/two-column.el (2C-mode): Likewise.
7452
7453 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7454
7455 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7456 that holds many addresses.
7457
7458 2012-09-16 Chong Yidong <cyd@gnu.org>
7459
7460 * align.el (align-areas): Call the indication function with
7461 positions instead of markers for arguments (Bug#12343).
7462
7463 * files.el (parse-colon-path): Use split-string (Bug#12351).
7464
7465 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7466 (display-buffer-function): Mark as obsolete.
7467
7468 * progmodes/compile.el (compilation-parse-errors): Accept list
7469 values similar to font-lock-keywords (Bug#12136).
7470 Suggested by Oleksandr Manzyuk.
7471 (compilation-error-regexp-alist): Doc fix.
7472
7473 2012-09-15 Glenn Morris <rgm@gnu.org>
7474
7475 * version.el (emacs-bzr-version-bzr): New function.
7476 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7477
7478 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7479 checkouts, check the parent dirstate matches the branch.
7480 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7481 empty string.
7482
7483 * version.el (emacs-bzr-version): Doc fix.
7484 (emacs-bzr-version-dirstate): New function.
7485 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7486 is local try and check that it matches the branch. If not, just
7487 use dirstate information. (Bug#12441)
7488
7489 2012-09-14 Juri Linkov <juri@jurta.org>
7490
7491 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7492 (Bug#12399)
7493
7494 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7497
7498 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7499 Remove obsolete byte-compiler hack that tried to silence some warnings.
7500 (edebug-submit-bug-report): Remove.
7501 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7502 Remove aliases, use the un-prefixed name instead.
7503 (edebug-pop-to-buffer): Consider other frames.
7504 (edebug-original-read):: Make it more obvious that it's always defined.
7505 (edebug--make-form-data-entry, edebug--form-data-name)
7506 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7507 single-dashed name, and implement with cl-defstruct.
7508 (edebug-set-form-data-entry): Use the standard accessors.
7509 (edebug-make-top-form-data-entry): Use push.
7510 (edebug-no-match): Drop useless `funcall'.
7511 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7512 to functions.
7513 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7514 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7515 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7516 (easy-menu-define, with-custom-print): Remove redundant specs.
7517 (edebug-outside-overriding-local-map)
7518 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7519 (edebug--display): Bind unread-command-events directly to nil rather
7520 than binding it to unread-command-events and later setting it to nil.
7521 (edebug--display): Kill edebug-eval-buffer here...
7522 (edebug--recursive-edit): ...rather than here.
7523 Bind standard-output and standard-input.
7524 (edebug-eval): Check cl-macroexpand-all is fboundp.
7525 (edebug-temp-display-freq-count): Fix last change.
7526
7527 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7528 * subr.el (noreturn, 1value): Add `debug' spec.
7529 * emacs-lisp/advice.el: Require cl-lib.
7530 (ad-copy-tree): Remove, use copy-tree instead.
7531 (ad-dolist): Remove use dolist or cl-dolist instead.
7532 (ad-do-return): Remove, use cl-return instead.
7533 (defadvice): Add `debug' spec.
7534
7535 2012-09-13 Juri Linkov <juri@jurta.org>
7536
7537 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7538 (Bug#12399)
7539
7540 2012-09-13 Glenn Morris <rgm@gnu.org>
7541
7542 * calc/calc.el (math-compose-expr):
7543 * calc/calc-ext.el (math-compose-expr):
7544 * progmodes/cc-defs.el (cl-macroexpand-all):
7545 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7546 (cl-macroexpand-all): Update declarations.
7547
7548 * vc/vc.el: No need to require ediff.
7549 (ediff-load-version-control): Declare.
7550 (ediff-vc-internal): Fix declaration.
7551 (vc-version-ediff): Require ediff.
7552
7553 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7554
7555 Use a more backwards-compatible timer format (Bug#12430).
7556 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7557 being right after USECS, as that better supports old code that
7558 inadvisedly looked directly at the timer vector.
7559
7560 2012-09-13 Kenichi Handa <handa@gnu.org>
7561
7562 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7563 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7564 `coding-priority' property of these language environment.
7565
7566 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7567
7568 Fix glitches caused by addition of psec to timers (Bug#12430).
7569 * image.el (image-animate-timer):
7570 * time.el (display-time-world-timer):
7571 Use timer--function and timer--args rather than raw access to
7572 timer vector.
7573
7574 2012-09-13 Glenn Morris <rgm@gnu.org>
7575
7576 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7577 If not compiling a file, try using load-file-name.
7578
7579 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7582 Fix last change.
7583 (edebug-update-eval-list): Use `push'.
7584
7585 * emacs-lisp/edebug.el: Use lexical-binding.
7586 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7587 Mark unused args with underscore.
7588 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7589 (edebug-form-data): Use defvar-local.
7590 (edebug-make-before-and-after-form, edebug-make-after-form):
7591 Use backquote.
7592 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7593 Not dynamically scoped any more.
7594 (edebug--enter-trace): Add arguments `function' and `args'.
7595 Rename from edebug-enter-trace.
7596 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7597 (edebug--update-coverage): Add `after-index' and `value' args.
7598 Rename from edebug-update-coverage.
7599 (edebug-slow-after): Call it accordingly.
7600 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7601 edebug-recursive-edit.
7602 (edebug--display): Call it accordingly. Add args `value',
7603 `offset-index', and `arg-mode'. Rename from edebug-display.
7604 (edebug-debugger, edebug): Call it accordingly.
7605 (edebug-eval-display-list): Use dolist.
7606
7607 2012-09-12 Juri Linkov <juri@jurta.org>
7608
7609 * info.el (Info-search): Don't check for isearch-mode and
7610 isearch-regexp before let-binding search-spaces-regexp to
7611 Info-search-whitespace-regexp.
7612 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7613 search-whitespace-regexp if isearch-lax-whitespace or
7614 isearch-regexp-lax-whitespace is non-nil.
7615 (Info-mode): Don't set local variable search-whitespace-regexp.
7616 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7617
7618 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7621 (debugger-env-macro): Remove support for unread-command-char.
7622
7623 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7624 the temporary map re-appearing on emulation-mode-map-alists.
7625
7626 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7627 since 22.1.
7628
7629 * ehelp.el (with-electric-help): Accept functions in
7630 electric-help-form-to-execute.
7631 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7632 And replace unread-command-char -> unread-command-events.
7633
7634 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7635
7636 Sync with Tramp 2.2.6.
7637
7638 * net/tramp.el (tramp-accept-process-output): Don't use
7639 JUST-THIS-ONE in the XEmacs case.
7640
7641 * net/trampver.el: Update release number.
7642
7643 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7644
7645 * emacs-lisp/debug.el (debugger-previous-window-height):
7646 New variable.
7647 (debug): When debugger-jumping-flag is non-nil try to restore
7648 height of debugger window. (Bug#8789)
7649
7650 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7653 overriding-local-map and pre/post-command-hook here.
7654 (edebug-recursive-edit): Do it here instead (bug#12345).
7655 (edebug-outside-unread-command-char): Remove all uses of
7656 unread-command-char.
7657
7658 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7659 inhibit-debugger is bound instead.
7660
7661 2012-09-11 Bastien Guerry <bzg@gnu.org>
7662
7663 * subr.el (set-temporary-overlay-map): Add a docstring.
7664 (Bug#12346)
7665
7666 2012-09-11 Bastien Guerry <bzg@gnu.org>
7667
7668 * minibuffer.el (completion-table-subvert): Fix docstring.
7669 (Bug#12347)
7670
7671 2012-09-11 Bastien Guerry <bzg@gnu.org>
7672
7673 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7674
7675 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7676
7677 * progmodes/sql.el: Version 3.1
7678 (sql-db2-escape-newlines): New variable.
7679 (sql-escape-newlines-filter): Use it.
7680
7681 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7682
7683 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7684
7685 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7686
7687 * vc/diff-mode.el (diff-mode-menu):
7688 Bind diff-remove-trailing-whitespace.
7689
7690 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7693 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7694 (emacs-lisp-byte-code-mode): New functions.
7695 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7696 (eval-defun-2): Remove bogus interactive spec.
7697 (lisp-indent-line): Remove redundant whole-exp code, now done in
7698 indent-according-to-mode.
7699 (save-match-data): Remove redundant indent data.
7700
7701 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7702 Use `declare'.
7703
7704 2012-09-09 Juri Linkov <juri@jurta.org>
7705
7706 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7707 (replace-lax-whitespace, query-replace-regexp)
7708 (query-replace-regexp-eval, replace-regexp): Doc fix.
7709 (perform-replace, replace-highlight): Let-bind
7710 isearch-lax-whitespace to replace-lax-whitespace and
7711 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7712
7713 * isearch.el (isearch-query-replace): Let-bind
7714 replace-lax-whitespace to isearch-lax-whitespace and
7715 replace-regexp-lax-whitespace to
7716 isearch-regexp-lax-whitespace. (Bug#10885)
7717
7718 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7721
7722 2012-09-09 Alan Mackenzie <acm@muc.de>
7723
7724 * progmodes/cc-engine.el (c-state-cache-init):
7725 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7726 (c-record-parse-state-state):
7727 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7728
7729 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7730
7731 * register.el (register-separator): Rename from
7732 separator-register. All uses changed. Doc fix.
7733 (register): Fix version.
7734
7735 2012-09-09 Chong Yidong <cyd@gnu.org>
7736
7737 * replace.el (query-replace-map): Bind four new symbols for
7738 requesting window scrolling.
7739
7740 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7741 query-replace-map (Bug#8948).
7742
7743 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7744
7745 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7746 since they are now in query-replace-map.
7747
7748 * window.el (scroll-other-window-down): Make the arg optional.
7749
7750 2012-09-09 Chong Yidong <cyd@gnu.org>
7751
7752 * files.el (hack-local-variables-confirm): Use quit-window to kill
7753 the *Local Variables* buffer.
7754
7755 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7756
7757 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7758 not just expect to be at its beginning. Adjust callees.
7759 Succeed when do-end block has no space before the pipe character.
7760 (ruby-brace-to-do-end): When the original block is one-liner,
7761 convert to multiline. Reindent the result.
7762
7763 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7764
7765 * register.el (register): New group.
7766 (separator-register): New user option.
7767 (increment-register): Route it to `append-to-register', if
7768 register contains text. Implication is that `C-x r +' can now be
7769 used for appending to a text register (bug#12217).
7770 (append-to-register, prepend-to-register): Add separator based on
7771 `separator-register'.
7772
7773 2012-09-08 Alan Mackenzie <acm@muc.de>
7774
7775 AWK Mode: make auto-newline work when there's "==" in the pattern.
7776 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7777 correctly.
7778 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7779 Test more rigorously for "=" token.
7780
7781 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7782
7783 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7784 Only fail when reached LIMIT.
7785
7786 2012-09-08 Chong Yidong <cyd@gnu.org>
7787
7788 * dired.el (dired-mode-map): Don't bind M-=.
7789
7790 * dired-aux.el (dired-diff): Use backup file as default.
7791
7792 2012-09-08 Drew Adams <drew.adams@oracle.com>
7793
7794 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7795
7796 2012-09-08 Chong Yidong <cyd@gnu.org>
7797
7798 * subr.el (syntax-after, syntax-class): Doc fix.
7799
7800 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7801
7802 * window.el (display-buffer-in-previous-window): New buffer
7803 display action function.
7804
7805 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7806 (debugger-previous-window): New variable.
7807 (debug): Rewrite using display-buffer-in-previous-window,
7808 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7809
7810 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7813
7814 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7815
7816 * progmodes/python.el (python-shell-send-string):
7817 When default-directory is remote, create temp file on remote
7818 filesystem.
7819 (python-shell-send-file): When file is remote, pass local view of
7820 file paths to remote Python interpreter. (Bug#12340)
7821
7822 2012-09-07 Chong Yidong <cyd@gnu.org>
7823
7824 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7825
7826 * files.el (after-find-file): Don't fail on a read-only buffer if
7827 require-final-newline is `visit' or `visit-save' (Bug#11156).
7828
7829 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7830
7831 * userlock.el (ask-user-about-supersession-threat):
7832 Use read-char-choice (Bug#12093).
7833
7834 2012-09-07 Chong Yidong <cyd@gnu.org>
7835
7836 * subr.el (buffer-narrowed-p): New function.
7837
7838 * ses.el (ses-widen):
7839 * simple.el (count-words--buffer-message):
7840 * net/browse-url.el (browse-url-of-buffer): Use it.
7841
7842 * simple.el (count-words-region): Don't signal an error if there
7843 is a non-nil prefix arg and the mark is not set.
7844
7845 * help.el (describe-key-briefly): Allow the message to be seen
7846 when invoked from the minibuffer (Bug#7014).
7847
7848 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7849
7850 * progmodes/ruby-mode.el (ruby-end-of-defun)
7851 (ruby-beginning-of-defun): Simplify, allow indentation before
7852 block beginning and end keywords.
7853 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7854 (ruby-end-of-defun): Expect that the point is at the beginning of
7855 the defun.
7856
7857 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7858
7859 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7860 (bug#12367).
7861 (cl--make-usage-args): Strip _ from argument names.
7862
7863 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7864
7865 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7866 obsolete alias speedbar-key-map.
7867 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7868 (vhdl-index-menu-init): Don't use obsolete variable
7869 font-lock-maximum-size.
7870
7871 2012-09-06 Chong Yidong <cyd@gnu.org>
7872
7873 * frame.el (window-system-version): Mark as obsolete.
7874
7875 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7876 of obsolete variable speedbar-key-map.
7877
7878 2012-09-06 Juri Linkov <juri@jurta.org>
7879
7880 * replace.el (replace-lax-whitespace): New defcustom.
7881 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7882 (replace-string, replace-regexp): Mention it in docstrings.
7883 (perform-replace, replace-highlight): Let-bind
7884 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7885 to the values of replace-lax-whitespace and regexp-flag.
7886 Don't let-bind search-whitespace-regexp. (Bug#10885)
7887
7888 * isearch.el (isearch-query-replace): Let-bind
7889 replace-lax-whitespace instead of let-binding
7890 replace-search-function and replace-re-search-function.
7891 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7892 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7893 (isearch-toggle-symbol): Set isearch-regexp to nil
7894 in isearch-word mode (like in isearch-toggle-word).
7895
7896 2012-09-06 Juri Linkov <juri@jurta.org>
7897
7898 * replace.el (replace-search-function)
7899 (replace-re-search-function): Set default values to nil.
7900 (perform-replace): Let-bind isearch-related variables based on
7901 replace-related values, call `isearch-search-fun' and let-bind
7902 the result to `search-function'. Remove code that sets
7903 `search-function' and `search-string' separately for
7904 `delimited-flag'.
7905 (replace-highlight): Add new argument `delimited-flag' and
7906 rename other arguments to the names used in `perform-replace'.
7907 Let-bind `isearch-word' to the argument `delimited-flag'.
7908 (Bug#10885, bug#10887)
7909
7910 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7911
7912 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7913 ruby-beginning-of-indent, simplify, allow all keywords to have
7914 indentation before them.
7915 (ruby-beginning-of-indent): Adjust for above. Search until the
7916 found point is not inside a string or comment.
7917 (ruby-font-lock-keywords): Allow symbols to start with "@"
7918 character, give them higher priority than variables.
7919 (ruby-syntax-propertize-function)
7920 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7921 matchers. Expression expansions are not comments when inside a
7922 string, and there comment syntax status is irrelevant.
7923 (ruby-match-expression-expansion): New function. Check that
7924 expression expansion is inside a string, and it's not escaped.
7925 (ruby-font-lock-keywords): Use it.
7926
7927 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7928
7929 * help.el (temp-buffer-max-height): New default value.
7930 (temp-buffer-resize-frames): New option.
7931 (resize-temp-buffer-window): Optionally resize frame.
7932
7933 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7934 (fit-frame-to-buffer): New function.
7935
7936 2012-09-05 Glenn Morris <rgm@gnu.org>
7937
7938 * emulation/cua-rect.el (cua--init-rectangles):
7939 * textmodes/picture.el (picture-mode-map):
7940 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7941 like forward-char and backward-char. (Bug#12317)
7942
7943 2012-09-05 Leo Liu <sdl.web@gmail.com>
7944
7945 * progmodes/flymake.el (flymake-warning-re): New variable.
7946 (flymake-parse-line): Use it.
7947
7948 2012-09-05 Glenn Morris <rgm@gnu.org>
7949
7950 * calendar/holidays.el (holiday-christian-holidays):
7951 Rename an entry. (Bug#12289)
7952
7953 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7956 (bug#12222).
7957
7958 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7959
7960 * loadup.el: Load macroexp. Remove hack.
7961 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7962 (macroexp--expand-all): Use it to get better warnings.
7963 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7964 (internal-macroexpand-for-load): New functions.
7965 (macroexp--pending-eager-loads): New var.
7966 (emacs-startup-hook): New hack to replace one in loadup.el.
7967 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7968 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7969 (cl-psetf): Simplify.
7970 (cl-defstruct): Add indent rule.
7971
7972 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7973
7974 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7975 over `user-mail-address' for the SMTP MAIL FROM envelope.
7976 (smtpmail-via-smtp): Ditto.
7977
7978 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7979
7980 * progmodes/ruby-mode.el: Clean up keybindings.
7981 (ruby-mode-map): Don't bind ruby-electric-brace,
7982 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7983 backward-kill-word, reindent-then-newline-and-indent.
7984 (ruby-mark-defun): Remove.
7985 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7986 (ruby-mode): Set local beginning-of-defun-function and
7987 end-of-defun-function values.
7988
7989 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7990
7991 * window.el (temp-buffer-window-setup-hook)
7992 (temp-buffer-window-show-hook): New hooks.
7993 (temp-buffer-window-setup, temp-buffer-window-show)
7994 (with-temp-buffer-window): New functions.
7995 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7996 (special-display-popup-frame): Make sure the window used shows BUFFER.
7997
7998 * help.el (temp-buffer-resize-mode): Fix doc-string.
7999 (resize-temp-buffer-window): New optional argument WINDOW.
8000
8001 * files.el (recover-file, save-buffers-kill-emacs):
8002 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8003
8004 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8005
8006 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8007 remote definition of `default-directory', ensure we can connect.
8008
8009 2012-09-02 Juri Linkov <juri@jurta.org>
8010
8011 Toggle whitespace matching mode with M-s SPC.
8012 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8013
8014 * isearch.el (search-whitespace-regexp): Doc fix.
8015 Remove cons cell customization.
8016 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8017 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8018 New variables.
8019 (isearch-forward, isearch-forward-regexp): Doc fix.
8020 (isearch-toggle-lax-whitespace): New command.
8021 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8022 (re-search-forward-lax-whitespace)
8023 (re-search-backward-lax-whitespace): New functions.
8024 (isearch-whitespace-regexp): Remove function.
8025 (isearch-query-replace): Let-bind replace-search-function and
8026 replace-re-search-function.
8027 (isearch-occur): Let-bind search-spaces-regexp according to the
8028 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8029 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8030 condition for C-q SPC.
8031 (isearch-search-fun-default): Use new functions mentioned above.
8032 (isearch-search-forward, isearch-search-backward): Remove functions.
8033 (isearch-search): Don't let-bind search-spaces-regexp.
8034 (isearch-lazy-highlight-space-regexp): Remove variable.
8035 (isearch-lazy-highlight-lax-whitespace)
8036 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8037 (isearch-lazy-highlight-new-loop): Use them.
8038 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8039
8040 2012-09-02 Chong Yidong <cyd@gnu.org>
8041
8042 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8043
8044 2012-09-02 Glenn Morris <rgm@gnu.org>
8045
8046 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8047
8048 2012-09-01 Glenn Morris <rgm@gnu.org>
8049
8050 * term.el: Tidy up menu definitions.
8051 (term-mode-map): Use easymenu for In/Out, Complete menus.
8052 (term-pager-break-map): Initialize in the defvar.
8053 (term-terminal-menu, term-signals-menu): Define with easymenu.
8054 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8055 (term-pager-menu): New, extracted from term-process-pager.
8056 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8057 (term-update-mode-line): Propertize line/char and page items.
8058 (term-process-pager): Move keymap initialization elsewhere.
8059
8060 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8061
8062 * window.el (switch-to-prev-buffer): Handle additional values of
8063 BURY-OR-KILL argument. Don't switch in minibuffer window.
8064 (switch-to-next-buffer): Don't switch in minibuffer window.
8065 (quit-restore-window): New function based on quit-window.
8066 Handle additional values of former KILL argument.
8067 (quit-window): Call quit-restore-window with appropriate
8068 interpretation of KILL argument.
8069 (display-buffer-below-selected): New buffer display action
8070 function.
8071
8072 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * minibuffer.el (completion-at-point-functions): Complete docstring
8075 (bug#12254).
8076
8077 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8078
8079 Better seed support for (random).
8080 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8081 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8082 * play/mpuz.el, play/tetris.el, play/zone.el:
8083 * calc/calc-comb.el (math-init-random-base):
8084 * play/blackbox.el (bb-init-board):
8085 * play/life.el (life):
8086 * server.el (server-use-tcp):
8087 * type-break.el (type-break):
8088 Remove unnecessary call to (random t).
8089 * net/sasl.el (sasl-unique-id-function):
8090 Change (random t) to (random), now that the latter is more random.
8091 * play/life.el (life-initialized): Remove no-longer-needed var.
8092
8093 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8094
8095 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8096 Consider frame's buffer predicate when choosing the buffer.
8097 (Bug#12081)
8098
8099 2012-08-30 Richard Stallman <rms@gnu.org>
8100
8101 * simple.el (special-mode-map): Delete binding for `z'.
8102
8103 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8104
8105 * progmodes/compile.el (compilation-always-kill): Doc fix.
8106
8107 2012-08-30 Chong Yidong <cyd@gnu.org>
8108
8109 * window.el (display-buffer-reuse-frames): Make the obsolescence
8110 message more informative.
8111
8112 2012-08-30 Glenn Morris <rgm@gnu.org>
8113
8114 * paren.el (show-paren-delay):
8115 Add a :set function. Doc fix. (Bug#12297)
8116
8117 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8118
8119 * progmodes/compile.el (compilation-always-kill): New var.
8120 (compilation-start): Use it.
8121
8122 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8123
8124 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8125 * files.el (read-only-mode): Move to simple.el.
8126
8127 * files.el (read-only-mode): New minor mode.
8128 (toggle-read-only): Use it and mark obsolete.
8129 (find-file--read-only):
8130 * vc/vc.el (vc-next-action, vc-checkout):
8131 * vc/vc-cvs.el (vc-cvs-checkout):
8132 * obsolete/vc-mcvs.el (vc-mcvs-update):
8133 * ffap.el (ffap--toggle-read-only): Update callers.
8134
8135 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8136
8137 * eshell/esh-ext.el (eshell-external-command): Do not examine
8138 remote shell scripts.
8139 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8140
8141 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8142 "/usr/local/sbin".
8143
8144 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8147
8148 2012-08-28 Leo Liu <sdl.web@gmail.com>
8149
8150 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8151 completion-at-point. (Bug#12220)
8152
8153 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8154
8155 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8156
8157 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8160 be buffer-local; add delete-trailing-whitespace (bug#12259).
8161
8162 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8163
8164 * progmodes/hideif.el (hif-compress-define-list):
8165 Fix typo. (Bug#11951)
8166
8167 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8168
8169 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8170 buffer local setting.
8171
8172 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8173 rcirc-encode-coding-system.
8174
8175 2012-08-28 Leo Liu <sdl.web@gmail.com>
8176
8177 * net/rcirc.el (rcirc-split-message): New function.
8178 (rcirc-send-message): Use it. (Bug#12051)
8179
8180 2012-08-28 Juri Linkov <juri@jurta.org>
8181
8182 * info.el (Info-fontify-node): Hide empty lines at the end of
8183 the node. (Bug#12272)
8184
8185 2012-08-27 Drew Adams <drew.adams@oracle.com>
8186
8187 * dired.el (dired-pop-to-buffer): Make window start at beginning
8188 of buffer (Bug#12281).
8189
8190 2012-08-26 Chong Yidong <cyd@gnu.org>
8191
8192 * window.el (special-display-regexps, special-display-frame-alist)
8193 (special-display-buffer-names, special-display-function)
8194 (display-buffer-reuse-frames): Mark as obsolete.
8195
8196 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8197
8198 * help.el (help-print-return-message): Don't treat
8199 display-buffer-reuse-frames specially.
8200
8201 2012-08-26 Chong Yidong <cyd@gnu.org>
8202
8203 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8204 New variable, replacing gdb-frame-parameters.
8205 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8206 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8207 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8208 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8209 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8210 the functions directly with gdb-display-buffer-other-frame-action.
8211 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8212 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8213 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8214 (gdb-display-registers-buffer): Define directly.
8215 (def-gdb-display-buffer): Macro deleted.
8216 (gdb-display-buffer): Remove second and third args, callers don't
8217 use them. Defer to the default display-buffer behavior, apart
8218 from making windows dedicated.
8219 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8220
8221 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8222
8223 * window.el (display-buffer-pop-up-frame): Handle a
8224 pop-up-frame-parameters alist entry.
8225 (display-buffer): Document it.
8226
8227 2012-08-26 Chong Yidong <cyd@gnu.org>
8228
8229 * isearch.el (search-whitespace-regexp): Make string and nil
8230 values apply to both ordinary and regexp search. Allow a cons
8231 cell value to distinguish between the two.
8232 (isearch-whitespace-regexp, isearch-search-forward)
8233 (isearch-search-backward): New functions.
8234 (isearch-occur, isearch-search-fun-default, isearch-search)
8235 (isearch-lazy-highlight-new-loop): Use them.
8236 (isearch-forward, isearch-forward-regexp): Doc fix.
8237
8238 2012-08-26 Chong Yidong <cyd@gnu.org>
8239
8240 * faces.el (help-argument-name): Always inherit from italic
8241 (Bug#12213).
8242
8243 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8244
8245 * window.el (window--even-window-heights): Even heights when
8246 WINDOW and the selected window form a vertical combination.
8247 (display-buffer-use-some-window): Provide that window used gets
8248 sized back by quit-window. (Bug#11880) and (Bug#12091)
8249
8250 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8251
8252 Fix file time stamp problem with bzr and CVS (Bug#12001).
8253 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8254 in the file's time stamp, since the version control system loses
8255 that information.
8256
8257 2012-08-22 Juri Linkov <juri@jurta.org>
8258
8259 * info.el (Info-fontify-node): Hide the suffix of the
8260 Info file name in the header line. (Bug#12187)
8261
8262 2012-08-22 Glenn Morris <rgm@gnu.org>
8263
8264 * calendar/cal-tex.el (cal-tex-weekly-common):
8265 Restore leading blank page.
8266
8267 2012-08-22 Le Wang <l26wang@gmail.com>
8268
8269 * misc.el (forward-to-word, backward-to-word): Activate or extend
8270 the region under `shift-select-mode'. (Bug#12231)
8271
8272 2012-08-22 Bastien Guerry <bzg@gnu.org>
8273
8274 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8275 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8276 gives details on why the space is never needed.
8277
8278 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8279
8280 * window.el (walk-window-tree, window-with-parameter):
8281 New optional argument MINIBUF to control whether these functions
8282 should run on the minibuffer window.
8283 (window-at-side-list): Don't operate on minibuffer window.
8284 (window-in-direction): Simplify and rewrite doc-string.
8285 (window--size-ignore): Rename to window--size-ignore-p.
8286 Update callers.
8287 (display-buffer-in-atom-window, window--major-non-side-window)
8288 (window--major-side-window, display-buffer-in-major-side-window)
8289 (delete-side-window, display-buffer-in-side-window):
8290 New functions.
8291 (window--side-check, window-deletable-p, delete-window)
8292 (delete-other-windows, split-window): Handle side windows and
8293 atomic windows appropriately.
8294 (window--display-buffer): Call display-buffer-record-window also
8295 when the window buffer did not change.
8296
8297 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8298
8299 * help-fns.el (help-fns--key-bindings):
8300 Abbreviate non-symbol remap targets. (Bug#12174)
8301
8302 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8303
8304 * dired.el (dired-mark-remembered): Don't clobber point.
8305 (Bug#11795)
8306
8307 2012-08-22 Glenn Morris <rgm@gnu.org>
8308
8309 * progmodes/bug-reference.el (bug-reference): New custom group.
8310 (bug-reference-bug-regexp): Make it a defcustom.
8311
8312 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8313
8314 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8315 (js-paren-indent-offset, js-square-indent-offset)
8316 (js-curly-indent-offset): Add :safe (Bug#12257).
8317
8318 2012-08-22 Edward O'Connor <hober0@gmail.com>
8319
8320 * json.el (json-key-format): Add error properties.
8321 (json-encode-key): New function.
8322 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8323 Use json-encode-key.
8324
8325 2012-08-22 Glenn Morris <rgm@gnu.org>
8326
8327 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8328 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8329 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8330 Update for above change.
8331
8332 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8333
8334 * cus-face.el (custom-face-attributes): Fix customize type for the
8335 :underline attribute. (Bug#11805)
8336
8337 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8338
8339 * window.el (window-point-1, set-window-point-1): Remove.
8340 (window-in-direction, record-window-buffer)
8341 (set-window-buffer-start-and-point, split-window-below)
8342 (window--state-get-1, display-buffer-record-window):
8343 Replace calls to window-point-1 and set-window-point-1 by calls to
8344 window-point and set-window-point respectively.
8345
8346 2012-08-21 Glenn Morris <rgm@gnu.org>
8347
8348 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8349 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8350 Use it.
8351
8352 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8353 (cal-tex-shortday): New function.
8354 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8355 (cal-tex-cursor-filofax-daily): Use the above.
8356
8357 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8358 New functions.
8359 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8360 (cal-tex-cursor-filofax-week): Use them.
8361
8362 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8363 New constants.
8364 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8365 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8366
8367 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8368 (cal-tex-end-document): Don't rely on buffer name.
8369
8370 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8371 Use cal-tex-vspace.
8372 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8373 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8374 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8375 Use cal-tex-arg.
8376
8377 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8378 (cal-tex-cursor-week, cal-tex-cursor-week2)
8379 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8380 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8381 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8382 (cal-tex-insert-preamble, cal-tex-b-document)
8383 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8384 Improve cal-tex-cmd usage.
8385
8386 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8387 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8388 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8389 (cal-tex-weekly-paper): New function.
8390 (cal-tex-cursor-week, cal-tex-cursor-week2)
8391 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8392 (cal-tex-cursor-day): Use it.
8393
8394 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8395 (cal-tex-cursor-filofax-week): Remove leading blank page.
8396
8397 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8398 Add autoload cookie. For now at least, don't use color, since
8399 no other cal-tex function does.
8400
8401 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8402 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8403 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8404
8405 2012-08-21 Juri Linkov <juri@jurta.org>
8406
8407 * info.el (Info-file-attributes): New variable.
8408 (info-insert-file-contents): Add file attributes to
8409 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8410 `Info-toc-nodes' when previous modtime of the Info file is less
8411 than new modtime.
8412 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8413 of info.el. (Bug#12230)
8414
8415 2012-08-20 Glenn Morris <rgm@gnu.org>
8416
8417 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8418 * calendar/holidays.el (calendar-holiday-list):
8419 Report errors with display-warning rather than beep'n'sleep.
8420
8421 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8422
8423 * net/tramp.el (tramp-accept-process-output): Accept only output
8424 from PROC. Otherwise, process filters and sentinels might be
8425 confused. (Bug#12145)
8426
8427 2012-08-20 Chong Yidong <cyd@gnu.org>
8428
8429 * descr-text.el (describe-text-properties-1): Use overlays-in to
8430 report on empty overlays (Bug#3322).
8431
8432 2012-08-20 Glenn Morris <rgm@gnu.org>
8433
8434 * mail/rmailout.el (rmail-output-read-file-name):
8435 Trap and report errors in rmail-output-file-alist elements.
8436
8437 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8438 since most non-font-lock faces are not also variables).
8439
8440 2012-08-20 Edward Reingold <reingold@iit.edu>
8441
8442 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8443 New function. (Bug12160)
8444
8445 2012-08-19 Glenn Morris <rgm@gnu.org>
8446
8447 * mail/rmailout.el (rmail-output-read-file-name):
8448 Fix previous change (when the alist is nil or does not match).
8449
8450 2012-08-19 Chong Yidong <cyd@gnu.org>
8451
8452 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8453 (Bug#12228).
8454
8455 2012-08-18 Chong Yidong <cyd@gnu.org>
8456
8457 * simple.el (yank-handled-properties): New defcustom.
8458 (yank-excluded-properties): Add font-lock-face and category.
8459 (yank): Doc fix.
8460
8461 * subr.el (remove-yank-excluded-properties):
8462 Obey yank-handled-properties. The special handling of font-lock-face
8463 and category is now done this way, instead of being hard-coded.
8464 (insert-for-yank-1): Remove font-lock-face handling.
8465 (yank-handle-font-lock-face-property)
8466 (yank-handle-category-property): New function.
8467
8468 2012-08-17 Glenn Morris <rgm@gnu.org>
8469
8470 * mail/rmailout.el (rmail-output-read-file-name):
8471 Check rmail-output-file-alist against the full message body
8472 in the correct rmail buffer. (Bug#12214)
8473
8474 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8475
8476 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8477 Eliminate superfluous prompt. (Bug#12203)
8478
8479 2012-08-17 Chong Yidong <cyd@gnu.org>
8480
8481 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8482 font spec, set the font directly (Bug#3228).
8483
8484 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8485
8486 * window.el (delete-window): Fix last fix.
8487
8488 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8489
8490 * window.el (window-valid-p): Move to window.c.
8491 (window-child, window-child-count, window-last-child)
8492 (window-normalize-window, window-combined-p)
8493 (window-combinations, window-atom-root, window-min-size)
8494 (window-sizable, window-sizable-p, window-size-fixed-p)
8495 (window-min-delta, window-max-delta, window--resizable)
8496 (window--resizable-p, window-resizable, window-total-size)
8497 (window-full-height-p, window-full-width-p, window-body-size)
8498 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8499 (minimize-window, window-deletable-p, delete-window)
8500 (delete-other-windows, set-window-buffer-start-and-point)
8501 (next-buffer, previous-buffer, split-window, balance-windows-2)
8502 (set-window-text-height, window-buffer-height)
8503 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8504 (truncated-partial-width-window-p): Minor code adjustments.
8505 In doc-strings state whether the argument window has to denote a
8506 live, valid or any window.
8507
8508 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8509
8510 * progmodes/subword.el (subword-forward-function)
8511 (subword-backward-function, subword-forward-regexp)
8512 (subword-backward-regexp): New variables.
8513 (subword-forward, subword-forward-internal, subword-backward-internal):
8514 Use new variables, eg so that different "word" definitions
8515 can be easily used. (Bug#11411)
8516
8517 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8520 for composite selectors.
8521 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8522 operation just because we can't find a previous revision.
8523
8524 2012-08-15 Chong Yidong <cyd@gnu.org>
8525
8526 * frame.el (set-frame-font): Accept font objects.
8527
8528 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8531
8532 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8533
8534 * man.el (Man-overstrike-face, Man-underline-face)
8535 (Man-reverse-face): Remove variables.
8536 (Man-overstrike, Man-underline, Man-reverse): New faces.
8537 (Man-fontify-manpage): Use them instead of the variables.
8538 (Man-cleanup-manpage): Comment change.
8539 (Man-ansi-color-map): New variable.
8540 (Man-fontify-manpage): Use it.
8541 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8542
8543 Implement ANSI SGR parameters 22-27 (bug#12146).
8544 * ansi-color.el (ansi-colors): Doc fix.
8545 (ansi-color-context, ansi-color-context-region): Doc fix.
8546 (ansi-color--find-face): New function.
8547 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8548 Rename the local variable `face' to `codes' since it is now a list of
8549 ansi codes. Doc fix.
8550 (ansi-color-get-face): Remove.
8551 (ansi-color-parse-sequence): New function, derived from
8552 ansi-color-get-face.
8553 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8554 codes 22-27.
8555
8556 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * subr.el (read-passwd): Allow use from a minibuffer.
8559
8560 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8561
8562 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8563 inside comments and strings as identifiers.
8564
8565 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8566 expression to evaluate. This allows to evaluate expressions with
8567 embedded whitespace.
8568 (gud-tooltip-tips): Add a blank before the newline in the
8569 message-box text, for the benefit of message-box emulation on
8570 MS-Windows.
8571
8572 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8573 messages from GDB, pop them up in a tooltip to give feedback to
8574 user.
8575 (gdb-tooltip-print-1): Quote the expression to evaluate.
8576 This allows to evaluate expressions with embedded whitespace.
8577 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8578 if the TTY name is nil or empty (which happens when communicating
8579 with the inferior via pipes, e.g. on MS-Windows).
8580 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8581 don't send that to the GUD buffer.
8582
8583 2012-08-14 Glenn Morris <rgm@gnu.org>
8584
8585 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8586 Optimize away setq-default with no args, as for setq. (Bug#12195)
8587
8588 2012-08-14 Chong Yidong <cyd@gnu.org>
8589
8590 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8591
8592 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8593 (Bug#12085).
8594
8595 2012-08-14 Glenn Morris <rgm@gnu.org>
8596
8597 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8598
8599 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8600
8601 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8602 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8603 Use cached shell name.
8604
8605 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8606
8607 * progmodes/python.el (python-shell-send-string):
8608 (python-shell-send-setup-code): Do not use `format' with `message'.
8609
8610 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8611
8612 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8613 (ruby-percent-literal-beg-re): New constant.
8614 (ruby-syntax-general-delimiters-goto-beg): Rename to
8615 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8616 (ruby-syntax-propertize-general-delimiters): Rename to
8617 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8618 popular term. Adjust comments everywhere.
8619 (ruby-syntax-propertize-percent-literal): Only propertize when not
8620 inside a simple string or comment. When the literal is unclosed,
8621 leave the text after it unpropertized.
8622 (ruby-syntax-methods-before-regexp): New constant.
8623 (ruby-syntax-propertize-function): Use it to recognize regexps.
8624 Don't look at the text after regexp, just use the whitelist.
8625
8626 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8627
8628 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8629 non-nil always load the compiled file if it exists. (Bug#12197)
8630
8631 2012-08-14 Chong Yidong <cyd@gnu.org>
8632
8633 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8634 (hi-lock-set-pattern): When deciding whether to use font lock or
8635 overlays, look at font-lock-mode instead of font-lock-fontified
8636 (Bug#12168).
8637 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8638 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8639
8640 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8641
8642 * subr.el (internal--after-with-selected-window): Fix typo
8643 (Bug#12193).
8644
8645 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8646
8647 Use `completion-table-dynamic' for completion functions.
8648 * progmodes/python.el
8649 (python-shell-completion--do-completion-at-point)
8650 (python-shell-completion--get-completions):
8651 Remove functions.
8652 (python-shell-completion-complete-at-point): New function.
8653 (python-completion-complete-at-point): Use it.
8654
8655 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8656
8657 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8658 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8659
8660 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * subr.el (function-get): Refine `autoload' arg so it can also
8663 autoload functions for gv.el (bug#12191).
8664 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8665 autoloads macros.
8666
8667 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8668 Prefer pcase-let over destructuring-bind.
8669 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8670 Also, remove whitespace as we go, rather than after accumulating the
8671 various places.
8672
8673 * subr.el (internal--before-with-selected-window)
8674 (internal--after-with-selected-window): Fix typo seleted->selected.
8675 (with-selected-window): Adjust callers.
8676 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8677
8678 2012-08-13 Bastien Guerry <bzg@gnu.org>
8679
8680 * window.el (special-display-popup-frame): Minor docstring
8681 enhancement. (Bug#12172)
8682
8683 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8684
8685 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8686 type 1-6.
8687 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8688 extended headers.
8689
8690 * files.el (hack-local-variables-filter): Remove useless eval.
8691
8692 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8693
8694 * subr.el (with-selected-window): Fix last change.
8695
8696 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * subr.el (internal--before-with-seleted-window)
8699 (internal--after-with-seleted-window): New functions.
8700 (with-selected-window): Use them, to replace dependency on
8701 tty-top-frame.
8702
8703 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8704
8705 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8706 binding for `newline'.
8707 (ruby-move-to-block): When moving backward, stop at block opening,
8708 not indentation.
8709 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8710 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8711 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8712 `ruby-toggle-block'.
8713
8714 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8715
8716 * ibuffer.el (ibuffer-do-toggle-read-only):
8717 * dired.el (dired-toggle-read-only):
8718 * buff-menu.el (Buffer-menu-toggle-read-only):
8719 * bindings.el (mode-line-toggle-read-only):
8720 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8721
8722 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8723
8724 * descr-text.el (describe-char): Put the overlays over the
8725 "displayed as" character.
8726
8727 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8728
8729 * calc/calc-units.el (math-default-units-table): Give an
8730 initial value.
8731 (math-put-default-units): Add options to put composite units and
8732 unit systems in the default units table.
8733 (calc-convert-units): Send composite units to
8734 `math-put-default-units' when appropriate.
8735
8736 2012-08-11 Glenn Morris <rgm@gnu.org>
8737
8738 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8739
8740 * tutorial.el (help-with-tutorial):
8741 * emacs-lisp/copyright.el (copyright-update-directory):
8742 * emacs-lisp/autoload.el (autoload-find-generated-file)
8743 (autoload-find-file): Disable local eval: (for insurance).
8744
8745 * files.el (hack-local-variables-filter): If an eval: form is not
8746 known to be safe, and enable-local-variables is :safe, then ignore
8747 the form totally, as is done for non-eval forms. (Bug#12155)
8748 This is CVE-2012-3479.
8749
8750 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8753 (rx-form): Simplify.
8754
8755 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8756
8757 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8758 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8759 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8760 (ruby-syntax-propertize-function): Adjust for changes in
8761 `ruby-syntax-propertize-heredoc'.
8762
8763 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8764
8765 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8766 binding (use `M-;' instead).
8767 (ruby-singleton-class-p): New function.
8768 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8769
8770 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8773
8774 2012-08-10 Chong Yidong <cyd@gnu.org>
8775
8776 * progmodes/python.el (python-shell-get-process-name): Don't mess
8777 with same-window-buffer-names.
8778
8779 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8780 (eshell-remove-from-window-buffer-names): Make obsolete.
8781 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8782 (eshell): Just use pop-to-buffer-same-window instead.
8783
8784 2012-08-10 Chong Yidong <cyd@gnu.org>
8785
8786 * bindings.el: Bind M-= back to count-words-region.
8787
8788 * simple.el (count-words-region): Accept a prefix arg for acting
8789 on the entire buffer.
8790 (count-words--buffer-message): New helper function.
8791
8792 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8795 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8796 (event-start, event-end): Use posn-at-point to return a more
8797 informative posn.
8798 (posnp): New function.
8799 * mouse.el (popup-menu-normalize-position): Use it.
8800
8801 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8802
8803 * mouse.el (popup-menu-normalize-position): New function.
8804 (popup-menu): Use `popup-menu-normalize-position' to normalize
8805 the form for POSITION argument.
8806
8807 * term/x-win.el (x-menu-bar-open):
8808 Use the value returend from (posn-at-point) as position
8809 passed to `popup-menu'.
8810
8811 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8812
8813 * calc/calccomp.el (math-compose-expr): Add extra argument
8814 indicating that parentheses should be put around products in
8815 denominators. Give multiplication precedence over division during
8816 composition.
8817
8818 2012-08-09 Chong Yidong <cyd@gnu.org>
8819
8820 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8821 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8822 (Man-untabify-command, manual-program): Convert to defcustom
8823 (Bug#10429).
8824
8825 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8826
8827 * descr-text.el (describe-char): Don't insert extra newlines
8828 (Bug#10127).
8829
8830 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8831 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8832
8833 * align.el (align-region): Delete temporary markers (Bug#10047).
8834 Plus some code cleanups.
8835
8836 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8837
8838 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8839 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8840 (python-shell-internal-last-output): Use make-local-variable
8841 instead of make-variable-buffer-local.
8842
8843 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8844
8845 * progmodes/python.el: Enhancements to forward-sexp.
8846 (python-nav-forward-sexp): Rename from
8847 python-nav-forward-sexp-function.
8848 (python-nav--forward-sexp, python-nav--backward-sexp):
8849 New functions.
8850
8851 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8852
8853 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8854 modes and simplification modes.
8855
8856 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8857
8858 * delsel.el (delete-selection-pre-hook): Don't propagate the
8859 file-supersession signals (bug#12161).
8860
8861 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8864 (cl-map-extents): Add compatibility aliases (bug#12135).
8865
8866 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8867
8868 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8869 tests by `ignore-error'.
8870 (tramp-find-shell): Open also a new shell, when cache is already
8871 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8872
8873 2012-08-08 Juri Linkov <juri@jurta.org>
8874
8875 * bookmark.el: Add `defaults' property to the bookmark record.
8876 (bookmark-current-buffer): Doc fix.
8877 (bookmark-make-record): Add `defaults' property with default values
8878 to the bookmark record.
8879 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8880 with `bookmark-insert-current-bookmark'.
8881 (bookmark-set): Get `defaults' property from the bookmark record
8882 and use it in `read-from-minibuffer'.
8883 (bookmark-insert-current-bookmark): Remove function.
8884
8885 * info.el (Info-bookmark-make-record): Add `defaults' property
8886 with values of canonical Info node name, the current Info file
8887 name and the current Info node name. (Bug#12107)
8888
8889 2012-08-08 Juri Linkov <juri@jurta.org>
8890
8891 * files.el (basic-save-buffer): Use `buffer-name' as the default
8892 of `read-file-name' when buffer is not visiting a file (bug#12128).
8893
8894 2012-08-08 Juri Linkov <juri@jurta.org>
8895
8896 * info.el (Info-isearch-search): Doc fix.
8897 (Info-search): Change search-failed message from "initial node" to
8898 "end of node" (bug#12078).
8899 (Info-isearch-search): Change `isearch-string-state' to
8900 `isearch--state-string'.
8901
8902 2012-08-08 Glenn Morris <rgm@gnu.org>
8903
8904 * language/persian.el: Remove file.
8905 * language/misc-lang.el: Move unique part of persian.el here.
8906 * loadup.el: Remove language/persian.
8907
8908 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8909
8910 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8911
8912 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8913
8914 * progmodes/python.el: Fix defsubst warning.
8915 (python-syntax-context) Rename from python-info-ppss-context.
8916 (python-syntax-context-type): Rename from
8917 python-info-ppss-context-type.
8918 (python-syntax-comment-or-string-p): Rename from
8919 python-info-ppss-comment-or-string-p.
8920
8921 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8922
8923 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8924
8925 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8926
8927 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8928 a defcustom that is quoted with backquote.
8929
8930 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8931 Fix handling of interactive spec when the body uses return.
8932 (math-do-arg-check, math-define-function-body): Use backquote forms.
8933 * calc/calc-ext.el (math-defcache): Likewise.
8934 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8935 * allout.el (allout-new-exposure): Likewise.
8936 * calc/calcalg2.el (math-tracing-integral): Likewise.
8937 * info.el (Info-last-menu-item): Likewise.
8938 * emulation/vip.el (vip-loop): Likewise.
8939 * textmodes/artist.el (artist-funcall): Likewise.
8940 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8941 Construct menu-item directly.
8942
8943 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8944 Don't declare.
8945
8946 2012-08-07 Chong Yidong <cyd@gnu.org>
8947
8948 * simple.el (deactivate-mark): Preserve text properties when
8949 saving the primary selection (Bug#8384).
8950
8951 2012-08-07 Kevin Ryde <user42@zip.com.au>
8952
8953 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8954 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8955 and continue processing (Bug#12110).
8956
8957 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8960 syntax-propertize-function (bug#10095).
8961
8962 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8965 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8966 describe-function-1.
8967 (describe-function-1): Use them. Move compiler macro after sig.
8968 (help-fns--compiler-macro): Use function-get. Assume we're already in
8969 standard-output. Adjust layout to new call order.
8970
8971 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8972 re-binding a symbol that has a symbol-macro (bug#12119).
8973
8974 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8975
8976 * language/persian.el: New file. (Bug#11812)
8977 * loadup.el: Add language/persian.el.
8978
8979 2012-08-06 Chong Yidong <cyd@gnu.org>
8980
8981 * window.el (window--maybe-raise-frame): New function.
8982 (window--display-buffer): Split off from here.
8983 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8984 (display-buffer-pop-up-window, display-buffer-use-some-window):
8985 Obey an inhibit-switch-frame action alist entry.
8986 (display-buffer): Update doc.
8987
8988 * replace.el (occur-after-change-function): Avoid losing focus by
8989 using the inhibit-switch-frame display parameter (Bug#12139).
8990
8991 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8992
8993 Make internal shell process buffer names start with space.
8994 * progmodes/python.el (python-shell-make-comint): Add optional
8995 argument INTERNAL.
8996 (run-python-internal): Use it.
8997 (python-shell-internal-get-or-create-process): Check for new
8998 internal buffer names.
8999
9000 2012-08-06 Glenn Morris <rgm@gnu.org>
9001
9002 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9003 Do less getting and setting of environment variables.
9004
9005 2012-08-05 Chong Yidong <cyd@gnu.org>
9006
9007 * proced.el (proced): Add substitution string to docstring to
9008 trigger autoloading of the proced library on C-h f (Bug#1768).
9009
9010 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9011 Don't show defvars which have no second argument (Bug#8638).
9012
9013 * imenu.el (imenu-generic-expression): Move documentation here
9014 from imenu--generic-function.
9015 (imenu--generic-function): Refer to imenu-generic-expression.
9016
9017 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
9018
9019 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9020 indentation declaration.
9021 (viper-loop): Add indentation declaration (Bug#7025).
9022
9023 2012-08-05 Chong Yidong <cyd@gnu.org>
9024
9025 * help-fns.el (describe-variable): Add hyperlink for
9026 directory-local variables files. Improve buffer-local and
9027 permanent-local reporting; suggested by MON KEY (Bug#6644).
9028
9029 * help-mode.el (help-dir-local-var-def): New button type.
9030
9031 * files.el (kill-buffer-hook): Provide a defvar.
9032
9033 2012-08-05 Glenn Morris <rgm@gnu.org>
9034
9035 * eshell/esh-ext.el (eshell/addpath):
9036 Also update eshell-path-env. (Bug#12013)
9037
9038 2012-08-05 Chong Yidong <cyd@gnu.org>
9039
9040 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9041
9042 * fringe.el (fringe-styles): Add docstring.
9043 (fringe--check-mode): New function.
9044 (set-fringe-mode, set-fringe-style): Use it.
9045 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9046
9047 * files.el (set-auto-mode): Fix invalid setq call.
9048
9049 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9050
9051 * isearch.el: Misc simplification; use defstruct.
9052 (isearch-mode-map): Dense maps now work like sparse ones.
9053 (isearch--state): New defstruct.
9054 (isearch-string-state, isearch-message-state, isearch-point-state)
9055 (isearch-success-state, isearch-forward-state)
9056 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9057 (isearch-wrapped-state, isearch-barrier-state)
9058 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9059 replaced by defstruct's accessors.
9060 (isearch--set-state): Rename from isearch-top-state and change
9061 calling convention.
9062 (isearch-push-state): Use new isearch--get-state.
9063 (isearch-toggle-word): Disable regexp when enabling word.
9064 (isearch-message-prefix): Remove unused arg _c-q-hack.
9065 (isearch-message-suffix): Remove unused arg _ellipsis.
9066
9067 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9068
9069 * simple.el (list-processes--refresh): For a server use :host or
9070 :local as the address.
9071 (list-processes): Doc fix.
9072
9073 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9074
9075 * lisp/mpc.el: Support password in host argument.
9076 (mpc--proc-connect): Parse and use new password element.
9077 Set mpc-proc variable instead of returning process.
9078 (mpc-proc): Adjust accordingly.
9079
9080 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9081
9082 * whitespace.el (whitespace-display-mappings): Use Unicode
9083 codepoints, instead of emacs-mule codepoints. See
9084 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9085 for the details.
9086
9087 * files.el (file-truename): Don't skip symlink-chasing part on
9088 windows-nt. Incorporate the resolution of 8+3 short aliases on
9089 Windows into the loop that recursively chases symlinks.
9090 Compare directory and its parent case-insensitively on MS-Windows and
9091 MS-DOS.
9092
9093 2012-08-03 Chong Yidong <cyd@gnu.org>
9094
9095 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9096
9097 * sort.el (sort-regexp-fields): Doc fix.
9098
9099 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9100
9101 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9102 labels regex position point at the expected place.
9103
9104 2012-08-03 MON KEY <monkey@sandpframing.com>
9105
9106 * net/imap.el (imap-interactive-login, imap-authenticate)
9107 (imap-mailbox-lsub, imap-mailbox-list)
9108 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9109 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9110 (imap-parse-response): Doc fix.
9111
9112 2012-08-03 João Távora <joaotavora@gmail.com>
9113
9114 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9115 if sexp scanning does not move point (Bug#5734).
9116
9117 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9118
9119 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9120 Add listings, minted, and ctable packages.
9121 (reftex-label-alist-builtin): Move listings, minted, and ctable
9122 entries before LaTeX.
9123 (reftex-label-alist): Docfix.
9124
9125 2012-08-02 Bastien Guerry <bzg@gnu.org>
9126
9127 * replace.el (occur): Fix docstring (bug#12122).
9128
9129 2012-08-02 Glenn Morris <rgm@gnu.org>
9130
9131 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9132
9133 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9134
9135 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9136 * international/mule-cmds.el: Create
9137 inactivate-current-input-method-function as an obsolete alias for
9138 deactivate-current-input-method-function. See Katsumi Yamaoka in
9139 <http://bugs.gnu.org/10150#46>.
9140
9141 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9142
9143 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9144 of nested `if's.
9145
9146 2012-08-01 Glenn Morris <rgm@gnu.org>
9147
9148 * progmodes/autoconf.el (autoconf-definition-regexp):
9149 Add AH_TEMPLATE, adjust submatch numbering.
9150 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9151 (autoconf-current-defun-function): Update for above change.
9152 (autoconf-current-defun-function): First skip to end of current word.
9153
9154 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9155
9156 * calendar/cal-html.el (cal-html-insert-agenda-days):
9157 Fix typo. (Bug#12018)
9158
9159 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9160
9161 Shell processes: enhancements to startup and CEDET compatibility.
9162 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9163 (python-shell-make-comint): accept-process-output at startup.
9164 (run-python-internal): Set inferior-python-mode-hook to nil.
9165 (python-shell-internal-get-or-create-process): call sit-for.
9166 (python-preoutput-result): Add obsolete alias.
9167 (python-shell-internal-send-string): Use it.
9168 (python-shell-send-setup-code): Remove call to
9169 accept-process-output.
9170
9171 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9172
9173 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9174 (Bug#12108)
9175
9176 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9177
9178 * calc-mode.el (calc-basic-simplification-mode): Rename from
9179 `calc-limited-simplification-mode'.
9180 (calc-alg-simplification-mode): New function.
9181 (calc-set-simplify-mode): Adjust message.
9182
9183 * calc.el (calc-set-mode-line): Adjust mode line display for
9184 basic simplification mode.
9185
9186 * calc-help.el (calc-m-prefix-help): Update help message.
9187
9188 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9189 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9190
9191 2012-07-31 Bastien Guerry <bzg@gnu.org>
9192
9193 * man.el (man): Fix comment. (bug#12101)
9194
9195 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9196
9197 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9198 Don't return a non-nil value when no suitable buffer was found.
9199
9200 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9201
9202 * progmodes/python.el (run-python-internal): Disable font lock for
9203 internal shells.
9204
9205 2012-07-30 Stefan Merten <smerten@oekonux.de>
9206
9207 * textmodes/rst.el: Silence `checkdoc-ispell'.
9208 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9209 (rst-official-version, rst-official-cvs-rev)
9210 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9211 (rst-mode-map): New key binding.
9212
9213 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9214
9215 Update .PHONY listings in makefiles.
9216 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9217 autoloads, update-subdirs, updates, bzr-update, update-authors,
9218 compile-onefile, compile-calc, backup-compiled-files,
9219 compile-after-backup, compile-one-process, mh-autoloads,
9220 bootstrap-clean, distclean, maintainer-clean.
9221
9222 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9223
9224 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9225 (calc-set-mode-line): Don't display "AlgSimp ".
9226
9227 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9228 (calc-lim-simplify-mode): New function.
9229 (calc-set-simplify-mode): Default to 'alg.
9230 (calc-default-simplify-mode): Make algebraic simplifications
9231 the default.
9232
9233 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9234 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9235
9236 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9237 indicate new simplification modes.
9238
9239 * calc/README: Mention new default simplification mode.
9240
9241 * calc/calc.el (math-normalize-error): New variable.
9242 (math-normalize): Set `math-normalize-error' to t
9243 when there's an error.
9244
9245 * calc/calc-alg.el (math-simplify): Don't simplify when
9246 `math-normalize' returns an error.
9247
9248 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9249
9250 * international/mule-cmds.el (set-locale-environment): Revert last
9251 change, since display-graphic-p returns nil when this function is
9252 called during startup. Instead...
9253
9254 * term/w32console.el (terminal-init-w32console): ...setup the
9255 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9256
9257 2012-07-29 Juri Linkov <juri@jurta.org>
9258
9259 * simple.el (goto-line): Don't display default line number in the
9260 prompt because it should be displayed by `read-number' (bug#9952).
9261 Add the current line number to the defaults of `goto-line' to
9262 allow its easier modification by users with `M-n' (bug#9201).
9263
9264 * subr.el (read-number): Support multiple default values like in
9265 other minibuffer reading functions. Replace `read' with
9266 `string-to-number' for consistency with `number-to-string'.
9267
9268 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9269
9270 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9271 * emulation/viper-init.el (viper-deactivate-input-method-action):
9272 Rename from viper-inactivate-input-method-action.
9273 (viper-deactivate-input-method):
9274 Rename from viper-inactivate-input-method.
9275 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9276 * international/mule-cmds.el (deactivate-input-method):
9277 Rename from inactivate-input-method.
9278 Also run input-method-deactivate-hook.
9279 (deactivate-current-input-method-function):
9280 Rename from inactivate-current-input-method-function.
9281 (input-method-deactivate-hook): New hook.
9282 (input-method-inactivate-hook): Mark obsolete.
9283 (inactivate-input-method): Mark obsolete.
9284
9285 * international/quail.el (quail-activate):
9286 Also run quail-deactivate-hook.
9287 (quail-deactivate): Rename from quail-inactivate.
9288 * international/robin.el (robin-activate):
9289 Also run robin-deactivate-hook.
9290 (robin-deactivate): Rename from robin-inactivate.
9291
9292 2012-07-29 Chong Yidong <cyd@gnu.org>
9293
9294 * simple.el (indicate-copied-region): New function.
9295 (kill-ring-save): Split off from here.
9296
9297 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9298 (kill-rectangle): Set deactivate-mark to t on read-only error.
9299
9300 * register.el (copy-to-register, copy-rectangle-to-register):
9301 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9302 (append-to-register, prepend-to-register): Call indicate-copied-region.
9303
9304 2012-07-29 Juri Linkov <juri@jurta.org>
9305
9306 * simple.el (async-shell-command-buffer): New defcustom.
9307 (shell-command): Use it. (Bug#4719)
9308
9309 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9310
9311 * international/mule-cmds.el (set-locale-environment): In a
9312 console session on MS-Windows, set up keyboard and terminal
9313 encoding from the OEM codepage, not the ANSI codepage.
9314 (Bug#12055)
9315
9316 2012-07-28 Chong Yidong <cyd@gnu.org>
9317
9318 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9319 gdb-get-location.
9320
9321 2012-07-28 Leo Liu <sdl.web@gmail.com>
9322
9323 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9324 the alist (bug#12029).
9325
9326 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9327
9328 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9329 (compile-always, compile-first)
9330 ($(lisp)/calendar/cal-loaddefs.el)
9331 ($(lisp)/calendar/diary-loaddefs.el)
9332 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9333 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9334 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9335 instead of on update-subdirs.
9336 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9337
9338 2012-07-28 Chong Yidong <cyd@gnu.org>
9339
9340 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9341 directory if vc-deduce-backend returns nil (Bug#7350).
9342
9343 * simple.el (delete-trailing-lines): New option.
9344 (delete-trailing-whitespace): Obey it (Bug#11879).
9345
9346 2012-07-28 David Engster <deng@randomsample.de>
9347
9348 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9349 Explanation of new 'symbol-qnames feature in doc-strings.
9350 (xml-maybe-do-ns): Return expanded names as plain symbols if
9351 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9352 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9353
9354 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9355
9356 Consistent completion in inferior python with emacs -nw.
9357 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9358 binding in inferior-python-mode-map with "\t".
9359 (python-shell-completion-complete-at-point)
9360 (python-completion-complete-at-point): Remove interactive spec.
9361
9362 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9363
9364 * calc/calccomp.el (math-compose-expr): Undo previous change.
9365
9366 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9367
9368 * progmodes/python.el (python-mode-map): Add keybinding for
9369 run-python.
9370 (python-shell-make-comint): Fix pop-to-buffer call.
9371 (run-python): Autoload. New arg SHOW.
9372 (python-shell-get-or-create-process): Do not pop python process
9373 buffer.
9374
9375 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9376
9377 * notifications.el (notifications-on-action-signal)
9378 (notifications-on-closed-signal): Use also the bus address for the map.
9379 (notifications-notify, notifications-close-notification)
9380 (notifications-get-capabilities): Add optional argument BUS.
9381
9382 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9383
9384 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9385 Add support for the lstlisting and minted environments, and for the
9386 ctable macro.
9387 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9388 labels written in keyvals syntax.
9389
9390 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9391
9392 * calc/calccomp.el (math-compose-expr): Use parentheses when
9393 there is a product in the denominator of a fraction.
9394
9395 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9396
9397 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9398 ($(lisp)/calendar/diary-loaddefs.el)
9399 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9400 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9401 Fixes failures in parallel bootstrap because subdirs.el is being
9402 rewritten while the autoload files are built at the same time,
9403 which needs to load subdirs.el.
9404
9405 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9406
9407 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9408 (mouse-drag-line): Don't exit tracking when a switch-frame or
9409 switch-window event occurs (Bug#12006).
9410
9411 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9412
9413 * mouse.el (popup-menu): Fix last change.
9414
9415 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 Autoload from Lisp with more care. Follow aliases when looking for
9418 function properties.
9419 * subr.el (autoloadp): New function.
9420 (symbol-file): Use it.
9421 (function-get): New function.
9422 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9423 autoload-do-load.
9424 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9425 (lisp-indent-function):
9426 * emacs-lisp/gv.el (gv-get):
9427 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9428 * emacs-lisp/byte-opt.el (byte-optimize-form):
9429 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9430 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9431 Use function-get.
9432 * emacs-lisp/cl.el: Don't propagate function properties any more.
9433
9434 * speedbar.el (speedbar-add-localized-speedbar-support):
9435 * emacs-lisp/disass.el (disassemble-internal):
9436 * desktop.el (desktop-load-file):
9437 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9438 (describe-function-1):
9439 * emacs-lisp/find-func.el (find-function-noselect):
9440 * emacs-lisp/elp.el (elp-instrument-function):
9441 * emacs-lisp/advice.el (ad-has-proper-definition):
9442 * apropos.el (apropos-safe-documentation, apropos-macrop):
9443 * emacs-lisp/debug.el (debug-on-entry):
9444 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9445 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9446 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9447
9448 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9449
9450 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9451 function, not an obsolete variable (Bug#12046).
9452
9453 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9454
9455 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9456
9457 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9458
9459 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9460 window only if it is still live (Bug#12034).
9461
9462 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9463
9464 * subr.el (redirect-frame-focus): Add advertised calling
9465 convention (Bug#12030).
9466
9467 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9468
9469 Prefer typical American spelling for "acknowledgment".
9470 * vc/add-log.el (change-log-acknowledgment): Rename from
9471 change-log-acknowledgement, with an alias for the old name.
9472
9473 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9474
9475 * calc-alg.el (math-simplify-divide): Don't cross multiply
9476 in an equation when the lhs is a variable.
9477
9478 2012-07-24 Julien Danjou <julien@danjou.info>
9479
9480 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9481 Remove, unused.
9482
9483 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9484
9485 * startup.el (command-line): Don't display an empty user name in
9486 the error message about non-existent home directory, when
9487 init-file-user was set to an empty string. See
9488 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9489 for the details and context.
9490
9491 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9492
9493 * ses.el (ses-cell-formula-aset): New macro.
9494 (ses-cell-references-aset): New macro.
9495 (ses-cell-p): New function.
9496 (ses-rename-cell): Do no longer rely on complex operations like
9497 ses-cell-set-formula or ses-set-cell to change the cell and handle
9498 the undo at the same time, but rather use lower level new macros
9499 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9500 the undo directly. Refresh the mode line.
9501
9502 2012-07-21 Leo Liu <sdl.web@gmail.com>
9503
9504 * progmodes/cc-cmds.el (c-defun-name):
9505 Use match-string-no-properties instead for consistency.
9506
9507 2012-07-20 Leo Liu <sdl.web@gmail.com>
9508
9509 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9510 (Bug#7879)
9511
9512 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9513
9514 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9517 * progmodes/bug-reference.el, misearch.el: Provide themselves
9518 (bug#11915).
9519
9520 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9521 of narrowed buffer (bug#11966).
9522
9523 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9524
9525 * ses.el (ses-rename-cell): Set new name also in reference list of
9526 cells of which the renamed cell depends.
9527
9528 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9529
9530 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9531 to check whether menu-bar is shown or not. If not shown,
9532 show the menu-bar as a popup menu instead of using tmm.
9533 * mouse.el (popup-menu): Accept `point' as `position' argument.
9534
9535 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9536
9537 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9538 up inside string symbol literal (bug#11923).
9539
9540 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9541
9542 * startup.el (fancy-startup-text): Read the whole tutorial, not
9543 just its first 256 bytes. Prevents gibberish in display of the
9544 tutorial title.
9545
9546 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9547
9548 Drop idle buffer compaction due to an absence of the
9549 proved efficiency.
9550 * compact.el: Remove.
9551
9552 2012-07-19 Sam Steingold <sds@gnu.org>
9553
9554 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9555 vc-bzr-pull & vc-bzr-merge-branch.
9556 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9557 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9558 for consistency with compilation-error-regexp-alist.
9559 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9560 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9561 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9562 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9563
9564 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * emacs-lisp/chart.el: Use lexical-binding.
9567 (chart-emacs-storage): Don't hardcode the list of entries.
9568
9569 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9570
9571 Next round of tweaks caused by Fgarbage_collect changes.
9572 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9573
9574 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9575
9576 Compact buffers when idle.
9577 * compact.el: New file.
9578
9579 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * subr.el (eventp): Presume that if it looks vaguely like an event,
9582 it's an event (bug#10190).
9583
9584 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9585
9586 Enhancements to ppss related code (thanks Stefan).
9587 * progmodes/python.el (python-indent-context)
9588 (python-indent-calculate-indentation, python-indent-dedent-line)
9589 (python-indent-electric-colon, python-nav-forward-block)
9590 (python-mode-abbrev-table)
9591 (python-info-assignment-continuation-line-p): Simplify checks
9592 for ppss context.
9593 (python-info-continuation-line-p): Cleanup.
9594 (python-info-ppss-context): Do not catch 'quote.
9595 (python-info-ppss-context-type)
9596 (python-info-ppss-comment-or-string-p): Simplify.
9597
9598 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9599
9600 * progmodes/python.el: Enhancements to eldoc support.
9601 (python-info-current-symbol): New function.
9602 (python-eldoc-at-point): Use python-info-current-symbol.
9603 (python-info-current-defun): Fix cornercase on first defun scan.
9604 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9605 and signal error when no inferior python process is available.
9606
9607 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9608
9609 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9610 assume it's always t.
9611 (vc-git-registered): Remove caching, the function is only called
9612 once.
9613 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9614
9615 2012-07-18 Chong Yidong <cyd@gnu.org>
9616
9617 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9618
9619 * simple.el (count-words): Report on narrowing (Bug#9959).
9620
9621 * bindings.el: Bind M-= to count-words.
9622
9623 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9624
9625 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9626
9627 * progmodes/sh-script.el (sh-imenu-generic-expression):
9628 Capture a function with `function' keyword and without parentheses
9629 like "function FOO" (bug#11856).
9630
9631 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9632
9633 * window.el (split-window-sensibly): Make WINDOW argument
9634 optional.
9635
9636 2012-07-18 Chong Yidong <cyd@gnu.org>
9637
9638 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9639
9640 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9641 and make C-x 8 RET exit isearch (Bug#11439).
9642
9643 * international/iso-transl.el: Move isearch-mode-map key
9644 definitions to isearch.el.
9645
9646 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9649 (eieio-defclass): Use gv-define-setter when possible.
9650
9651 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9652
9653 Reflect recent changes in Fgarbage_collect.
9654 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9655 reflect new format of data returned by Fgarbage_collect.
9656
9657 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9658
9659 New utility functions + python-info-ppss-context fix (Bug#11910).
9660 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9661 (python-info-ppss-comment-or-string-p): New functions.
9662 (python-info-ppss-context): Small fix for string check.
9663
9664 2012-07-17 Juri Linkov <juri@jurta.org>
9665
9666 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9667 (dired-do-async-shell-command): Don't add `*' at the end of the
9668 command (Bug#11815).
9669 (dired-do-shell-command): Doc fix.
9670 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9671 Join the individual commands using either "&" or ";" as the
9672 separator depending on the values of these trailing characters.
9673 At the end re-add the trailing "&". (Bug#10598)
9674
9675 * simple.el (async-shell-command): Sync the interactive spec with
9676 `shell-command'. Doc fix.
9677 (shell-command): Doc fix.
9678
9679 2012-07-17 Juri Linkov <juri@jurta.org>
9680
9681 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9682
9683 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9684
9685 Final renames and doc fixes for movement commands (bug#11899).
9686 * progmodes/python.el (python-nav-beginning-of-statement):
9687 Rename from python-nav-statement-start.
9688 (python-nav-end-of-statement): Rename from
9689 python-nav-statement-end.
9690 (python-nav-beginning-of-block): Rename from
9691 python-nav-block-start.
9692 (python-nav-end-of-block): Rename from python-nav-block-end.
9693
9694 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9695
9696 * progmodes/python.el (python-shell-send-string-no-output):
9697 Allow accept-process-output to quit, keeping shell process ready for
9698 future interactions (Bug#11868).
9699
9700 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9703
9704 * emacs-lisp/elint.el (elint-find-args-in-code):
9705 Use help-function-arglist, so as to handle lexical byte-code.
9706
9707 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9708 change (bug#11826).
9709
9710 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9713 Avoid spuriously marking the buffer as modified because of c-is-sws.
9714
9715 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9716 as not-a-comment (bug#11946).
9717
9718 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9719 for uninterned vars.
9720
9721 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9722 Use read-event since we don't really want to read chars but bytes.
9723
9724 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9725 $$..$$ but also $..$ using regexps (bug#11953).
9726 Use tex-verbatim for \url and \path.
9727 (tex-font-lock-keywords): Define as defconst like the others.
9728 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9729
9730 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9731
9732 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9733 alias for insert-char.
9734
9735 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9736
9737 * progmodes/python.el: Simplified imenu implementation.
9738 (python-nav-jump-to-defun): Remove command.
9739 (python-mode-map): Use `imenu' instead.
9740 (python-nav-list-defun-positions-cache)
9741 (python-imenu-include-defun-type, python-imenu-make-tree)
9742 (python-imenu-subtree-root-label, python-imenu-index-alist):
9743 Remove vars.
9744 (python-nav-list-defun-positions, python-nav-read-defun)
9745 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9746 (python-imenu-make-tree, python-imenu-create-index):
9747 Remove functions.
9748 (python-mode): Update to interact with imenu by setting
9749 `imenu-extract-index-name-function' only.
9750
9751 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9752
9753 * progmodes/python.el: Enhancements to navigation commands.
9754 (python-nav-backward-sentence)
9755 (python-nav-forward-sentence): Remove.
9756 (python-nav-backward-statement, python-nav-forward-statement)
9757 (python-nav-statement-start, python-nav-statement-end)
9758 (python-nav-backward-block, python-nav-forward-block)
9759 (python-nav-block-start, python-nav-block-end)
9760 (python-nav-forward-sexp-function)
9761 (python-info-current-line-comment-p)
9762 (python-info-current-line-empty-p): New functions.
9763 (python-indent-context): Use `python-nav-statement-start'.
9764
9765 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9766
9767 * eshell/em-ls.el (eshell/ls): Use `apply'.
9768
9769 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9770 multi-hops, instead of Tramp internals.
9771
9772 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9773
9774 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9775 when F1 and F2 are located on different hosts.
9776
9777 2012-07-14 Chong Yidong <cyd@gnu.org>
9778
9779 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9780 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9781 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9782 (xterm-mouse--read-event-sequence-1000)
9783 (xterm-mouse--read-event-sequence-1006): New functions. For old
9784 mouse protocol, handle M-mouse-X events correctly.
9785 (xterm-mouse-event): New arg specifying mouse protocol.
9786 (turn-on-xterm-mouse-tracking-on-terminal)
9787 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9788 sequence to toggle extended coordinates on newer XTerms.
9789 This appears to be harmless on terminals which do not support this.
9790
9791 2012-07-14 Leo Liu <sdl.web@gmail.com>
9792
9793 Add fringe bitmap indicators for flymake. (Bug#11253)
9794 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9795 (flymake-make-overlay): New arg BITMAP.
9796 (flymake-error-bitmap, flymake-warning-bitmap)
9797 (flymake-fringe-indicator-position): New user variables.
9798
9799 * fringe.el: New bitmap exclamation-mark.
9800
9801 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9802
9803 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9804 also (Bug#7879).
9805
9806 2012-07-14 Chong Yidong <cyd@gnu.org>
9807
9808 * electric.el (electric-pair-post-self-insert-function): Fix pair
9809 insertion in empty-region case (Bug#11520).
9810
9811 2012-07-14 Chong Yidong <cyd@gnu.org>
9812
9813 * bindings.el: Consolidate ctl-x-r-map bindings.
9814 Bind copy-rectangle-as-kill to C-x r w.
9815
9816 * rect.el, register.el: Move bindings to bindings.el.
9817
9818 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9819
9820 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9821
9822 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9823
9824 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9825
9826 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9827
9828 * bindings.el (top): Use `mapc' instead of `mapcar'.
9829
9830 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9831
9832 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9833
9834 * progmodes/sql.el (sql-comint): Suppress the check for program on
9835 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9836 (Bug#11908)
9837
9838 2012-07-13 Chong Yidong <cyd@gnu.org>
9839
9840 * bindings.el: Assign a non-nil permanent-local property to
9841 per-buffer variables which lack a default value (Bug#11930).
9842
9843 * help-fns.el (describe-variable): In the "automatically becomes
9844 local" notice, take note of permanent-local variables.
9845
9846 2012-07-13 Chong Yidong <cyd@gnu.org>
9847
9848 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9849 to allow printing the message when called from Lisp.
9850
9851 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9852 Remove toggle-read-only.
9853
9854 * bs.el (bs-toggle-readonly):
9855 * buff-menu.el (Buffer-menu-toggle-read-only):
9856 Remove with-no-warnings around toggle-read-only.
9857
9858 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9859 Remove with-no-warnings around toggle-read-only.
9860 (ffap-read-only, ffap-read-only-other-window)
9861 (ffap-read-only-other-frame): Callers changed.
9862
9863 * help-mode.el: Don't require view package.
9864 (help-mode-finish): Set buffer-read-only instead of calling
9865 toggle-read-only.
9866
9867 * bindings.el (mode-line-toggle-read-only):
9868 * dired.el (dired-toggle-read-only):
9869 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9870 with non-nil second arg.
9871
9872 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9873 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9874 directly.
9875
9876 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9877
9878 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9879 not incf.
9880
9881 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 More CL cleanups and reduction of use of cl.el.
9884 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9885 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9886 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9887 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9888 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9889 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9890 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9891 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9892 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9893 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9894 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9895 * eshell/em-cmpl.el, eshell/em-banner.el:
9896 * calendar/parse-time.el: Use cl-lib.
9897 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9898 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9899 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9900 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9901 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9902 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9903 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9904 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9905 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9906 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9907 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9908 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9909 `lambda' rather than with `quote'.
9910 (eshell-do-opt): Adjust accordingly.
9911 (eshell-process-option): Simplify.
9912 * eshell/esh-var.el:
9913 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9914 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9915 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9916 to `pcase--dontcare'.
9917 * emacs-lisp/cl.el (labels): Mark obsolete.
9918 (cl--letf, letf): Move to cl-lib.
9919 (cl--letf*, letf*): Remove.
9920 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9921 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9922 (cl-progv): Rewrite.
9923 (cl--letf, cl-letf): Move from cl.el.
9924 (cl-letf*): New macro.
9925 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9926
9927 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9928
9929 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9930
9931 2012-07-11 Chong Yidong <cyd@gnu.org>
9932
9933 * vc/log-edit.el (log-edit-vc-backend): New variable.
9934 (log-edit): Doc fix.
9935
9936 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9937 argument of log-edit to set up all local variables.
9938 (vc-start-logentry): New optional arg specifying VC backend.
9939
9940 * vc/vc.el (vc-checkin): Use it.
9941 (vc-deduce-fileset): Handle Log Edit buffers.
9942 (vc-diff): Make first argument optional too.
9943
9944 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9945
9946 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9947
9948 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9949 command, just in case. The function is not needed anymore.
9950 (eshell-external-command): Do not call `eshell-remote-command'.
9951
9952 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 Reduce use of (require 'cl).
9955 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9956 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9957 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9958 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9959 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9960 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9961 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9962 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9963 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9964 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9965 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9966 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9967 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9968 (byte-compile-unfold-bcf, byte-compile-check-variable):
9969 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9970 (byte-compile-nilconstp):
9971 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9972 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9973
9974 * emacs-lisp/gv.el (cond): Make it a valid place.
9975 (if): Simplify slightly.
9976
9977 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9978 (pcase--self-quoting-p): New function.
9979 (pcase--u1): Use it.
9980
9981 2012-07-10 Glenn Morris <rgm@gnu.org>
9982
9983 * emacs-lisp/authors.el (authors-fixed-entries):
9984 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9985
9986 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9987
9988 Rename configure.in to configure.ac (Bug#11603).
9989 * emacs-lisp/authors.el (authors-canonical-file-name):
9990 * progmodes/autoconf.el (autoconf-mode):
9991 Prefer configure.ac to configure.in.
9992
9993 2012-07-08 Chong Yidong <cyd@gnu.org>
9994
9995 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9996 Implement the mouse-1-click-follows-link handling properly.
9997
9998 * info.el (Info-link-keymap): Use follow-link mechanism for
9999 header-line links (Bug#374).
10000
10001 * simple.el (deactivate-mark): Do not set the primary selection
10002 if another program has acquired it (Bug#11772).
10003
10004 2012-07-07 Kevin Ryde <user42@zip.com.au>
10005
10006 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10007 (woman-decode-region): Replace escaped-escapes without destroying
10008 bold or underline (Bug#11552).
10009 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10010
10011 2012-07-07 Chong Yidong <cyd@gnu.org>
10012
10013 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10014 (interprogram-cut-function, interprogram-paste-function):
10015 Mention that we typically mean the clipboard.
10016
10017 2012-07-06 Glenn Morris <rgm@gnu.org>
10018
10019 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10020
10021 * files.el (toggle-read-only): Restrict message to interactive use.
10022
10023 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10024
10025 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10026
10027 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10028
10029 2012-07-06 Glenn Morris <rgm@gnu.org>
10030
10031 * Makefile.in (compile-one-process): Rename from "recompile".
10032
10033 * Makefile.in (bzr-update): "compile" is the same as "recompile
10034 autoloads", but parallelizable, so use that instead.
10035
10036 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10037
10038 * window.el (quit-window): Always restore window height when
10039 it's saved in quit-restore parameter (Bug#11810).
10040
10041 2012-07-06 Glenn Morris <rgm@gnu.org>
10042
10043 * simple.el (kill-whole-line): Doc tweak.
10044
10045 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10046
10047 * files.el (file-relative-name): Compare file names
10048 case-insensitively if on MS-Windows or MS-DOS, or if
10049 read-file-name-completion-ignore-case is non-nil. Don't use
10050 case-fold-search for this purpose. (Bug#11827)
10051
10052 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10053
10054 * calendar/cal-dst.el (calendar-current-time-zone):
10055 Return calendar-current-time-zone-cache if non-nil.
10056
10057 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10058 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10059
10060 * calendar/cal-dst.el (calendar-current-time-zone):
10061 Return calendar-current-time-zone-cache if non-nil.
10062
10063 2012-07-06 Glenn Morris <rgm@gnu.org>
10064
10065 * Makefile.in (cvs-update): Remove old alias.
10066
10067 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10068
10069 Sync with Tramp 2.2.6-pre.
10070
10071 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10072 compatible declaration.
10073
10074 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10075 Protect `list-load-path-shadows' call.
10076
10077 * net/tramp-compat.el (top): Require packages, which aren't
10078 autoloaded anymore for XEmacs. Protect call of
10079 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10080 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10081 it hurts at least for SXEmacs.
10082 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10083 standard-value for `temporary-file-directory'.
10084
10085 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10086 Redirect stderr to /dev/null.
10087 (tramp-sh-handle-write-region): uid and gid can be floats.
10088 Reported by Russell Sim <russell.sim@gmail.com>.
10089 (tramp-sh-handle-vc-registered): Hide errors.
10090 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10091 and `start-file-process'.
10092 (tramp-maybe-open-connection): Check also whether `non-essential'
10093 is bound.
10094
10095 2012-07-04 Chong Yidong <cyd@gnu.org>
10096
10097 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10098 (xml-parse-tag): Likewise, and avoid changing entity tables.
10099 (xml-syntax-table): Define from scratch, making sure not to give
10100 x2000 and other Unicode spaces whitespace syntax, since those are
10101 not spaces in XML.
10102 (xml-parse-fragment): Delete unused function.
10103 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10104 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10105 (xml-entity-ref, xml-pe-reference-re)
10106 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10107 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10108 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10109 (xml-entity-value-re): Use syntax references in regexps where
10110 possible; no need to define inside a let-binding.
10111 (xml-parse-dtd): Use xml-pe-reference-re.
10112 (xml-entity-or-char-ref-re): New defconst.
10113 (xml-parse-string, xml-substitute-special): Use it.
10114
10115 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10116
10117 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10118 (find-file--read-only): New function.
10119 (find-file-read-only, find-file-read-only-other-window)
10120 (find-file-read-only-other-frame): Use it.
10121 (insert-file-contents-literally): Don't `fset'.
10122 (get-free-disk-space): Use locate-dominating-file.
10123
10124 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10125 function is already compiled.
10126
10127 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10128
10129 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10130
10131 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10132 files on the same host.
10133
10134 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10135
10136 * help-fns.el (describe-function-1): Only call
10137 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10138
10139 2012-07-03 Chong Yidong <cyd@gnu.org>
10140
10141 * xml.el: Protect parser against XML bombs.
10142 (xml-entity-expansion-limit): New variable.
10143 (xml-parse-string, xml-substitute-special): Use it.
10144 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10145
10146 2012-07-03 Glenn Morris <rgm@gnu.org>
10147
10148 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10149 Allow linking to specific messages in debbugs reports (eg 123#5).
10150
10151 2012-07-02 Chong Yidong <cyd@gnu.org>
10152
10153 * xml.el: Fix entity and character reference expansion, allowing
10154 them to expand into markup as per XML spec.
10155 (xml-default-ns): New variable.
10156 (xml-entity-alist): Use XML spec definitions for lt and amp.
10157 (xml-parse-region): Make first two arguments optional.
10158 Discard text properties.
10159 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10160 All callers changed.
10161 (xml-parse-tag): Call xml-parse-tag-1. For backward
10162 compatibility, this function should not modify buffer contents.
10163 (xml-parse-tag-1): Fix opening-tag regexp.
10164 (xml-parse-string): Rewrite, handling entity and character
10165 references properly.
10166 (xml--entity-replacement-text): Signal an error if a parameter
10167 entity is undefined.
10168
10169 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * comint.el (comint-output-filter): Filter out repeated prompts.
10172
10173 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10174 and file-name-absolute-p.
10175 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10176 internal calls.
10177
10178 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10179
10180 Spelling fixes.
10181 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10182 Rename from byte-compile--refiy-function. All uses changed.
10183
10184 2012-07-01 Chong Yidong <cyd@gnu.org>
10185
10186 * xml.el (xml--parse-buffer): New function. Move most of
10187 xml-parse-region here.
10188 (xml-parse-region): Copy region into a temporary buffer, since
10189 parameter entity substitution requires changing buffer contents.
10190 Use xml--parse-buffer.
10191 (xml-parse-file): Use xml--parse-buffer.
10192 (xml-parse-dtd): Make parameter entity substitution work right.
10193 Use proper regexps for ELEMENT declarations (Bug#7172).
10194
10195 2012-06-30 Glenn Morris <rgm@gnu.org>
10196
10197 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10198
10199 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10200 Remove outdated and unnecessary dbus declarations.
10201
10202 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10203
10204 * emacs-lisp/timer.el (timer-until): Subtract results of
10205 float-time, instead of taking float-time of the result of
10206 time-subtract, since float-time signals an error for negative time
10207 arguments.
10208
10209 2012-06-30 Chong Yidong <cyd@gnu.org>
10210
10211 * xml.el (xml-*-re): Convert defvars into defconsts, and
10212 eval-and-compile them so eval-and-compile works on derivatives.
10213 (xml--entity-replacement-text): Use eval-and-comple.
10214
10215 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10216
10217 * vc/vc-git.el (vc-git-registered): Use cache property
10218 `git-registered'.
10219 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10220 `vc-git-working-revision' in order to benefit from the cache.
10221 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10222
10223 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10224
10225 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10226 removed (likely outside Emacs). (Bug#11757)
10227
10228 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10229
10230 * emacs-lisp/cl-lib.el: Require macroexp.
10231
10232 2012-06-30 Chong Yidong <cyd@gnu.org>
10233
10234 * xml.el: Implement XML parameter entities.
10235 (xml-parameter-entity-alist): New variable.
10236 (xml-parse-region, xml-parse-fragment): Preserve previous values
10237 of xml-entity-alist and xml-parameter-entity-alist, so that
10238 repeated calls on different documents do not change them.
10239 (xml-parse-tag): Fix doctype regexp.
10240 (xml--entity-replacement-text): New function.
10241 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10242 properly requires url retrieval which is unimplemented.
10243 (xml-escape-string): Doc fix.
10244
10245 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10246
10247 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10248
10249 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10250
10251 * fringe.el (fringe-mode): Doc fix.
10252
10253 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10254
10255 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10256 is non-nil.
10257 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10258 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10259
10260 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10261
10262 * calendar/cal-dst.el (calendar-current-time-zone):
10263 Return calendar-current-time-zone-cache if non-nil.
10264
10265 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10266
10267 * progmodes/which-func.el (which-func-format):
10268 Add mouse-face. (Bug#11698)
10269
10270 2012-06-29 Leo Liu <sdl.web@gmail.com>
10271
10272 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10273
10274 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * minibuffer.el (minibuffer-confirm-exit-commands):
10277 Add completion-at-point (bug#11725).
10278
10279 2012-06-29 Glenn Morris <rgm@gnu.org>
10280
10281 * progmodes/f90.el (f90-font-lock-keywords-2):
10282 Add some preprocessor elements. (Bug#10499)
10283
10284 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10287 Use syntax-propertize (bug#11739).
10288
10289 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10290
10291 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10292
10293 2012-06-28 Julien Danjou <julien@danjou.info>
10294
10295 * term.el (term-handle-colors-array): Use a set of new faces to
10296 color the terminal. Also uses :inverse-video property.
10297 (term-default-fg-color): Set to nil by default, deprecate in favor
10298 of `term-face'.
10299 (term-default-bg-color): Set to nil by default, deprecate in favor
10300 of `term-face'.
10301 (term-current-face): Use `term-face' by default.
10302 (term-bold-attribute): Variable deleted.
10303
10304 2012-06-28 Glenn Morris <rgm@gnu.org>
10305
10306 * simple.el (completion-list-mode-finish):
10307 Don't use toggle-read-only. (Since completion-list-mode has
10308 a special mode-class, it wasn't doing anything extra anyway.)
10309
10310 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 Make inlining of other-mode interpreted functions work (bug#11799).
10313 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10314 (byte-compile): Use it to fix compilation of lexical-binding closures.
10315 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10316 function, if needed.
10317
10318 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * help-mode.el (help-make-xrefs): Don't just withstand
10321 cyclic-variable-indirection but any error in documentation-property.
10322
10323 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10324 memory use.
10325 * bindings.el (bindings--define-key): New function.
10326 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10327 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10328 * bindings.el: Use it to purecopy define-key bindings.
10329
10330 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10331
10332 * emacs-lisp/cl.el (flet): Mark obsolete.
10333 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10334 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10335 * progmodes/js.el (js-c-fill-paragraph):
10336 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10337 (ebrowse-switch-member-buffer-to-derived-class):
10338 * play/5x5.el (5x5-solver): Use cl-flet.
10339
10340 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10341 (cl--symbol-function): New macro.
10342 (cl--letf, cl--letf*): Use it.
10343
10344 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10345 Strip "toggle-" if any.
10346
10347 2012-06-27 Glenn Morris <rgm@gnu.org>
10348
10349 * info.el (Info-default-directory-list): Move here from paths.el.
10350 * paths.el: Remove file, which is now empty.
10351 * loadup.el: No longer load "paths".
10352
10353 * custom.el (custom-initialize-delay): Doc fix.
10354
10355 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10356 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10357 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10358 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10359 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10360 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10361 * eshell/eshell.el (eshell-defgroup): Remove alias.
10362
10363 2012-06-27 Chong Yidong <cyd@gnu.org>
10364
10365 * help.el (help-enable-auto-load): New variable.
10366
10367 * help-fns.el (help-fns--autoloaded-p): New function.
10368 (describe-function-1): Refer to a function as "autoloaded" if it
10369 was autoloaded at any time in the past. Perform autoloading if
10370 help-enable-auto-load is non-nil.
10371
10372 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10373
10374 * makefile.w32-in (compile, compile-always): Depend on
10375 update-subdirs, not on subdirs.el. Otherwise, several different
10376 sub-targets of 'bootstrap' running in parallel could
10377 simultaneously write to subdirs.el, producing a garbled file.
10378
10379 2012-06-26 Sam Steingold <sds@gnu.org>
10380
10381 * files.el (file-name-base): New convenience function.
10382 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10383 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10384 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10385 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10386 * textmodes/ispell.el, textmodes/reftex-ref.el:
10387 * textmodes/tex-mode.el: Use it.
10388 Did not touch cedet and org because they are maintained elsewhere.
10389
10390 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10391
10392 * calendar/calendar.el (calendar-exit): Don't try to delete or
10393 iconify last frame. See:
10394 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10395
10396 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10397
10398 * server.el (server-process-filter): Remember dir in the
10399 process's `server-client-directory' properties.
10400
10401 2012-06-24 Chong Yidong <cyd@gnu.org>
10402
10403 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10404 non-tag text.
10405
10406 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10407
10408 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10409
10410 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * help-fns.el (describe-variable): Don't croak when doc is not found.
10413 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10414 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10415 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10416 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10417 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10418 ((lambda ..) ..).
10419 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10420
10421 2012-06-23 Chong Yidong <cyd@gnu.org>
10422
10423 * info.el (Info-mouse-follow-link): Accept symbol values of
10424 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10425 (Info-fontify-node): Use Info-link-keymap for all navigation
10426 buttons, with link-args property to perform the desired action.
10427 (Info-link-keymap): Doc fix.
10428 (Info-next-link-keymap, Info-prev-link-keymap)
10429 (Info-up-link-keymap): Delete now-unused keymaps.
10430
10431 2012-06-23 Chong Yidong <cyd@gnu.org>
10432
10433 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10434
10435 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10436 system abbrevs.
10437
10438 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10439
10440 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10443 (bug#11719).
10444
10445 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10446 the requote function doesn't work properly (bug#11714).
10447
10448 2012-06-23 Glenn Morris <rgm@gnu.org>
10449
10450 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10451
10452 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 Further GV/CL cleanups.
10455 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10456 gv-expander.
10457 (gv--defun-declaration): New function.
10458 (defun-declarations-alist): Use it.
10459 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10460 (gv-place): Autoload.
10461 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10462 original definition of dotimes and dolist.
10463 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10464 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10465 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10466 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10467 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10468 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10469 to the function's definition.
10470 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10471 * window.el:
10472 * files.el:
10473 * faces.el:
10474 * env.el: Don't use CL.
10475
10476 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10477
10478 Support higher-resolution time stamps (Bug#9000).
10479
10480 * calendar/time-date.el (with-decoded-time-value): New arg
10481 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10482 (encode-time-value): New optional arg PICO. New type 3.
10483 (time-to-seconds) [!float-time]: Support the new picoseconds
10484 component if it's used.
10485 (seconds-to-time, time-subtract, time-add):
10486 Support ps-resolution time stamps as well.
10487
10488 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10489 (timerp): Timer vectors now have length 9, not 8.
10490 (timer--time): Support new-style (4-part) time stamps.
10491 (timer-next-integral-multiple-of-time): Time stamps now have
10492 picosecond resolution, so take a bit more care about rounding.
10493 (timer-relative-time, timer-inc-time): New optional arg psecs.
10494 (timer-set-time-with-usecs): Set psecs to 0.
10495 (timer--activate): Check psecs component, too.
10496
10497 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10498
10499 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10500
10501 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10502 Move the non-essential binding to the post/pre-command-hook where it is
10503 more obviously correct.
10504
10505 * subr.el (read-passwd): Don't use a history at all.
10506 * savehist.el (savehist-save): Remove password saved accidentally
10507 because of the above bug.
10508
10509 2012-06-22 Bastien Guerry <bzg@gnu.org>
10510
10511 * files.el (toggle-read-only): Display a message telling whether
10512 the buffer is read-only or not (bug#11726).
10513
10514 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * emacs-lisp/gv.el: New file.
10517 * subr.el (push, pop): Extend to generalized variables.
10518 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10519 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10520 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10521 gv-define-simple-setter, and gv-define-expander.
10522 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10523 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10524 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10525 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10526 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10527 gv-letplace.
10528 (cl-defstruct): Don't define setf-method any more.
10529 * emacs-lisp/cl.el (flet): Don't autoload.
10530 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10531 (define-setf-expander, defsetf, define-modify-macro)
10532 (cl-struct-setf-expander): Move from cl-lib.el.
10533 * emacs-lisp/syntax.el:
10534 * emacs-lisp/ewoc.el:
10535 * emacs-lisp/smie.el:
10536 * emacs-lisp/cconv.el:
10537 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10538 (timer--time): Use gv-define-simple-setter.
10539 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10540 to avoid coding-system problems in subr.el. Adjust all users.
10541 (macroexp--maxsize, macroexp-small-p): New functions.
10542 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10543 * scroll-bar.el (scroll-bar-mode):
10544 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10545 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10546 * winner.el (winner-configuration, winner-make-point-alist)
10547 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10548 * files.el (locate-file-completion-table): Avoid list*.
10549
10550 2012-06-22 Chong Yidong <cyd@gnu.org>
10551
10552 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10553 (dired-create-files): Doc fix (Bug#11329).
10554 (dired-do-copy): Doc fix (Bug#11334).
10555 (dired-mark-read-string): Doc fix (Bug#11553).
10556
10557 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10558 Doc fix (Bug#11326).
10559 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10560 (dired-dwim-target): Doc fix.
10561
10562 * wdired.el (wdired-mode): Doc fix.
10563
10564 2012-06-22 Glenn Morris <rgm@gnu.org>
10565
10566 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10567 (pcmpl-rpm-cache-stamp-file): New constant.
10568 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10569 (pcmpl-rpm-packages): Optionally cache list of packages.
10570
10571 * pcmpl-rpm.el (pcmpl-rpm): New group.
10572 (pcmpl-rpm-query-options): New option.
10573 (pcmpl-rpm-packages): No need to inline it.
10574 Use pcmpl-rpm-query-options.
10575
10576 * calendar/calendar.el (calendar-in-read-only-buffer):
10577 Avoid some needless mode changes.
10578
10579 2012-06-21 Chong Yidong <cyd@gnu.org>
10580
10581 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10582 (desktop-path): Remove . from the default value (Bug#10977).
10583 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10584
10585 2012-06-20 Chong Yidong <cyd@gnu.org>
10586
10587 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10588
10589 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10590
10591 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10592 (bug#11201).
10593
10594 2012-06-20 Chong Yidong <cyd@gnu.org>
10595
10596 * term.el (term-window-width): Handle the case of a missing right
10597 fringe (Bug#8837).
10598 (term-check-size): Use window-text-height (Bug#5445).
10599 (term-mode): Use define-derived-mode. Minor cleanups.
10600 Set font-lock-defaults (Bug#7692).
10601 (term-move-columns, term-insert-char, term-emulate-terminal)
10602 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10603
10604 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10605
10606 * net/ange-ftp.el (ange-ftp-get-passwd):
10607 Bind `enable-recursive-minibuffers'.
10608 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10609
10610 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10611
10612 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10613
10614 2012-06-19 Glenn Morris <rgm@gnu.org>
10615
10616 * progmodes/python.el (python-mode): Derive from prog-mode.
10617
10618 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10619
10620 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10621 (edt-user-menu-bar-update-buffers): New functions.
10622 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10623
10624 2012-06-19 Chong Yidong <cyd@gnu.org>
10625
10626 * subr.el (with-selected-window): Preserve the selected window's
10627 terminal's top-frame (Bug#4702).
10628
10629 * window.el (save-selected-window): Likewise.
10630
10631 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10632
10633 * progmodes/python.el (python-rx-constituents): Move backquote.
10634 (python-skeleton-define, python-define-auxiliary-skeleton):
10635 Use `declare'.
10636
10637 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10638
10639 * minibuffer.el (read-file-name-default): Revert the patch from
10640 2012-06-17.
10641
10642 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10643
10644 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10645 (pcase--u1, pcase--q1): Don't use apply-partially.
10646
10647 2012-06-18 Glenn Morris <rgm@gnu.org>
10648
10649 * progmodes/python.el (python-proc, python-buffer)
10650 (python-send-receive, python-send-string): Fix obsolete versions.
10651
10652 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10653
10654 * window.el (special-display-p): Completely remove stringp
10655 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10656
10657 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10658
10659 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10660
10661 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10662
10663 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10664 * net/tramp-sh.el (tramp-maybe-open-connection):
10665 Throw if `non-essential' is non-nil.
10666
10667 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10668
10669 * window.el (special-display-p): Signal an error if BUFFER-NAME
10670 is not a string (Bug#11713).
10671
10672 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10673
10674 * progmodes/python.el (python-info-beginning-of-backslash):
10675 Rename from python-info-beginning-of-backlash, as a spelling fix.
10676
10677 2012-06-17 Chong Yidong <cyd@gnu.org>
10678
10679 * term.el (term-emulate-terminal): If term-check-size is called,
10680 move point to the process mark without resetting point (Bug#4635).
10681
10682 2012-06-17 Glenn Morris <rgm@gnu.org>
10683
10684 * international/mule-cmds.el (mule-menu-keymap)
10685 (set-language-environment, set-locale-environment): Doc tweaks.
10686
10687 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10688
10689 * cus-face.el (custom-face-attributes): Add wave-style underline
10690 attribute.
10691 * faces.el (set-face-attribute): Update docstring to describe
10692 wave-style underline attribute.
10693
10694 2012-06-16 Chong Yidong <cyd@gnu.org>
10695
10696 * term/xterm.el (terminal-init-xterm): Discard input before
10697 querying background mode (Bug#10959).
10698
10699 2012-06-16 Stefan Merten <smerten@oekonux.de>
10700
10701 * textmodes/rst.el: Added and corrected some comments.
10702 (rst-re-alist-def): Improve symbol syntax.
10703 (rst-mode-syntax-table): Correct syntax entries.
10704 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10705 (rst-official-version, rst-official-cvs-rev): Update version
10706 information.
10707
10708 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10709
10710 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10711 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10712
10713 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10714
10715 * progmodes/python.el: New python.el merge.
10716 (python-guess-indent): Obsolete var.
10717 (python-indent-guess-indent-offset): New defcustom.
10718 (python-indent): Obsolete var.
10719 (python-indent-offset): New defcustom.
10720 (python-python-command, python-jython-command): Delete var.
10721 (python-shell-interpreter): New defcustom.
10722 (python-pdbtrack-do-tracking-p): Delete var.
10723 (python-pdbtrack-activate): New defcustom.
10724 (python-use-skeletons): Obsolete var.
10725 (python-skeleton-autoinsert): New defcustom.
10726 (inferior-python-filter-regexp, python-continuation-offset)
10727 (python-honour-comment-indentation, python-indent-string-contents)
10728 (python-jython-packages, python-mode-hook)
10729 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10730 (python-shell-prompt-alist)
10731 (python-source-modes): Delete defcustoms.
10732 (python-check-buffer-name, python-eldoc-setup-code)
10733 (python-eldoc-string-code, python-ffap-setup-code)
10734 (python-ffap-string-code, python-fill-comment-function)
10735 (python-fill-decorator-function, python-fill-paren-function)
10736 (python-fill-string-function, python-imenu-include-defun-type)
10737 (python-imenu-make-tree, python-imenu-subtree-root-label)
10738 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10739 (python-shell-compilation-regexp-alist)
10740 (python-shell-completion-module-string-code)
10741 (python-shell-completion-pdb-string-code)
10742 (python-shell-completion-setup-code)
10743 (python-shell-completion-string-code)
10744 (python-shell-enable-font-lock, python-shell-exec-path)
10745 (python-shell-extra-pythonpaths)
10746 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10747 (python-shell-process-environment)
10748 (python-shell-prompt-block-regexp)
10749 (python-shell-prompt-output-regexp)
10750 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10751 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10752 (python-shell-virtualenv-path): New defcustoms.
10753 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10754 (inferior-python-mode-syntax-table, python--prompt-regexp)
10755 (python-buffer, python-command python-python-command)
10756 (python-default-template, python-imports, python-indent-index)
10757 (python-indent-list, python-indent-list-length)
10758 (python-mode-running, python-pdbtrack-is-tracking-p)
10759 (python-preoutput-continuation, python-preoutput-leftover)
10760 (python-preoutput-result, python-preoutput-skip-next-prompt)
10761 (python-prev-dir/file, python-recursing)
10762 (python-saved-check-command, python-version-checked)
10763 (python-which-func-length-limit)
10764 (view-return-to-alist): Delete vars.
10765 (python-check-custom-command, python-dotty-syntax-table)
10766 (python-imenu-index-alist, python-indent-current-level)
10767 (python-indent-dedenters, python-indent-levels)
10768 (python-nav-beginning-of-defun-regexp)
10769 (python-nav-list-defun-positions-cache)
10770 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10771 (python-shell-internal-buffer)
10772 (python-skeleton-available): New vars.
10773 (def-python-skeleton): Delete macro.
10774 (python-skeleton-define): New macro.
10775 (python-define-auxiliary-skeleton, python-rx): New macros.
10776 (python-insert-class): Delete command.
10777 (python-skeleton-class): New command.
10778 (python-insert-def): Delete command.
10779 (python-skeleton-def): New command.
10780 (python-insert-for): Delete command.
10781 (python-skeleton-for): New command.
10782 (python-insert-if): Delete command.
10783 (python-skeleton-if): New command.
10784 (python-insert-try/except, python-insert-try/finally): Delete commands.
10785 (python-skeleton-try): New command.
10786 (python-insert-while): Delete command.
10787 (python-skeleton-while): New command.
10788 (python-backspace): Delete command.
10789 (python-indent-dedent-line-backspace): New command.
10790 (python-electric-colon): Delete command.
10791 (python-indent-electric-colon): New command.
10792 (python-guess-indent): Delete command.
10793 (python-indent-guess-indent-offset): New command.
10794 (python-shift-left): Delete command.
10795 (python-indent-shift-left): New command.
10796 (python-shift-right): Delete command.
10797 (python-indent-shift-right): New command.
10798 (python-find-function): Delete command.
10799 (python-nav-jump-to-defun): New command.
10800 (python-next-statement): Delete command.
10801 (python-nav-forward-sentence): New command.
10802 (python-previous-statement): Delete command.
10803 (python-nav-backward-sentence): New command.
10804 (python-fill-paragraph): Delete command.
10805 (python-fill-paragraph-function): New command.
10806 (python-send-buffer): Delete command.
10807 (python-shell-send-buffer): New command.
10808 (python-send-defun): Delete command.
10809 (python-shell-send-defun): New command.
10810 (python-send-region, python-send-region-and-go): Delete commands.
10811 (python-shell-send-region)
10812 (python-shell-switch-to-shell): New commands.
10813 (python-send-string): Delete command.
10814 (python-shell-send-string): New command.
10815 (python-switch-to-python): Delete command.
10816 (python-shell-switch-to-shell): New command.
10817 (python-describe-symbol): Delete command.
10818 (python-eldoc-at-point): New command.
10819 (python--set-prompt-regexp, python-args-to-list)
10820 (python-after-info-look, python-check-version)
10821 (python-check-comint-prompt, python-find-imports)
10822 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10823 (python-unload-function, python-expand-template)
10824 (python-maybe-jython, python-preoutput-filter)
10825 (python-pdbtrack-get-source-buffer)
10826 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10827 (python-pdbtrack-toggle-stack-tracking)
10828 (python-pdbtrack-track-stack-file, python-initial-text)
10829 (python-first-word, python-comment-line-p, python-send-command)
10830 (python-setup-brm, python-sentinel, python-set-proc)
10831 (python-skip-out, python-input-filter, python-outdent-p)
10832 (python-outline-level, python-backslash-continuation-line-p)
10833 (python-end-of-block, python-end-of-statement, python-mark-block)
10834 (python-beginning-of-block, python-beginning-of-statement)
10835 (python-blank-line-p, python-beginning-of-string)
10836 (python-open-block-statement-p): Delete functions.
10837 (python-indent-line, python-indent-line-1): Delete functions.
10838 (python-indent-line): New function.
10839 (python-indentation-levels): Delete function.
10840 (python-indent-calculate-levels): New function.
10841 (python-proc): Delete function.
10842 (python-shell-get-process): New function.
10843 (python-send-receive): Delete function.
10844 (python-shell-send-string-no-output): New function.
10845 (python-module-path): Delete function.
10846 (python-ffap-module-path): New function.
10847 (python-completion-at-point)
10848 (python-symbol-completions): Delete functions.
10849 (python-completion-complete-at-point): New function.
10850 (python-load-file): Delete function.
10851 (python-shell-send-file): New function.
10852 (python-calculate-indentation): Delete function.
10853 (python-indent-calculate-indentation): New function.
10854 (python-skip-comments/blanks): Delete function.
10855 (python-util-forward-comment): New function.
10856 (python-continuation-line-p): Delete function.
10857 (python-info-continuation-line-p): New function.
10858 (python-which-func, python-current-defun): Delete function.
10859 (python-info-current-defun): New function.
10860 (python-beginning-of-defun): Delete function.
10861 (python-nav-beginning-of-defun): New function.
10862 (python-close-block-statement-p)
10863 (python-block-end-p): Delete function.
10864 (python-info-closing-block): New function.
10865 (python-comint-output-filter-function)
10866 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10867 (python-fill-comment, python-fill-decorator, python-fill-paren)
10868 (python-fill-string, python-imenu-make-element-tree)
10869 (python-imenu-make-tree, python-imenu-tree-assoc)
10870 (python-indent-context, python-indent-dedent-line)
10871 (python-indent-line-function)
10872 (python-indent-post-self-insert-function)
10873 (python-indent-toggle-levels)
10874 (python-info-assignment-continuation-line-p)
10875 (python-info-beginning-of-backlash)
10876 (python-info-block-continuation-line-p)
10877 (python-info-closing-block-message)
10878 (python-info-line-ends-backslash-p)
10879 (python-info-looking-at-beginning-of-defun)
10880 (python-info-ppss-context, python-info-ppss-context-type)
10881 (python-nav-list-defun-positions, python-nav-read-defun)
10882 (python-nav-sentence-end, python-nav-sentence-start)
10883 (python-pdbtrack-comint-output-filter-function)
10884 (python-pdbtrack-set-tracked-buffer)
10885 (python-shell-calculate-exec-path)
10886 (python-shell-calculate-process-environment)
10887 (python-shell-completion--do-completion-at-point)
10888 (python-shell-completion--get-completions)
10889 (python-shell-completion-complete-at-point)
10890 (python-shell-completion-complete-or-indent)
10891 (python-shell-get-or-create-process)
10892 (python-shell-get-process-name)
10893 (python-shell-internal-get-or-create-process)
10894 (python-shell-internal-get-process-name)
10895 (python-shell-internal-send-string, python-shell-make-comint)
10896 (python-shell-parse-command, python-shell-send-setup-code)
10897 (python-skeleton-add-menu-items)
10898 (python-util-clone-local-variables, python-util-position)
10899 (run-python-internal, python-indentation-levels)
10900 (python-nav-beginning-of-defun)
10901 (python-completion-complete-at-point): New functions.
10902 (run-python): Change arguments. New API requirements.
10903
10904 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10905
10906 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10907 (bug#11649).
10908
10909 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10910 (macroexp--expand-all): Use it.
10911
10912 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10913 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10914 Use `cl-function' instead.
10915
10916 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10917
10918 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10919 Suggested by Stefan Monnier while discussing bug#11657.
10920
10921 2012-06-14 Sam Steingold <sds@gnu.org>
10922
10923 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10924
10925 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10926
10927 * play/doctor.el (doctor-doc): Remove parameter and use
10928 doctor-sent instead of sent.
10929 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10930
10931 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * files.el: Require cl-lib.
10934 (file-name-non-special): Replace case -> cl-case.
10935
10936 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10937
10938 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10939 mapping from #' to function*.
10940
10941 2012-06-13 Chong Yidong <cyd@gnu.org>
10942
10943 * mouse.el (mouse-drag-track): Do not set the mark if the user
10944 releases the mouse without selecting anything (Bug#11588).
10945
10946 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10949 as well (bug#11646).
10950
10951 * loadup.el: Count byte-code functions as well.
10952
10953 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10954 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10955
10956 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10957 (bug#11649). Add cl-defun and cl-defmacro.
10958
10959 2012-06-13 Drew Adams <drew.adams@oracle.com>
10960
10961 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10962 Fix last change.
10963
10964 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10965
10966 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10967 Otherwise, it blocks in batch mode.
10968
10969 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10970
10971 * help-mode.el (bookmark-make-record-default): Declare.
10972
10973 2012-06-13 Chong Yidong <cyd@gnu.org>
10974
10975 * emacs-lisp/package.el (list-packages): Compute a list of
10976 packages that are newly-available since the last list-packages
10977 invocation.
10978 (package-menu--new-package-list): New var.
10979 (package-menu--generate, package-menu--print-info)
10980 (package-menu--status-predicate, package-menu-mark-install):
10981 Handle new status label "new".
10982
10983 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10984
10985 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10986 conversion to backquotes.
10987
10988 2012-06-12 Chong Yidong <cyd@gnu.org>
10989
10990 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10991 Rename from gud-inhibit-global-bindings.
10992
10993 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10994
10995 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10996 hook from nxml-glyph-set-hook.
10997
10998 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10999 declaration.
11000
11001 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11002
11003 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11004 Convert to defcustom.
11005
11006 2012-06-12 Drew Adams <drew.adams@oracle.com>
11007
11008 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11009 New functions.
11010 (help-mode): Use them.
11011
11012 2012-06-11 Glenn Morris <rgm@gnu.org>
11013
11014 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11015 Use preprocessor face for directives.
11016 (fortran-directive-re): Doc fix.
11017
11018 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11021 conversion to backquotes (bug#11652).
11022
11023 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11024 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11025 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11026 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11027 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11028 (cl-ninth, cl-tenth): Mark them as inlinable.
11029 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11030 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11031 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11032 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11033 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11034 (cl-list*, cl-adjoin): Don't put an autoload manually.
11035 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11036 (cl--compiler-macro-list*): Add autoload cookie.
11037 (cl--compiler-macro-cXXr): New function.
11038
11039 * help-fns.el (help-fns--compiler-macro): New function extracted from
11040 describe-function-1; follow aliases and use `compiler-macro' property.
11041 (describe-function-1): Use it.
11042
11043 2012-06-11 Chong Yidong <cyd@gnu.org>
11044
11045 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11046 is uninstalled, if imagemagick is installed.
11047
11048 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * emacs-lisp/cl-lib.el: Use lexical-binding.
11051 (cl-map-extents, cl-maclisp-member): Remove.
11052 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11053 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11054 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11055 * emacs-lisp/cl-extra.el: Use lexical-binding.
11056 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11057 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11058 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11059 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11060 * emacs-lisp/cl-seq.el: Use lexical-binding.
11061 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11062 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11063 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11064 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11065 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11066 CL's internals.
11067
11068 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11069
11070 Sync with Tramp 2.2.6-pre.
11071
11072 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11073 `print-length' and `print-level' to nil, in order to avoid
11074 truncation. Reported by Christopher Schmidt
11075 <christopher@ristopher.com>.
11076
11077 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11078
11079 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11080 New defmacro.
11081 (tramp-compat-copy-directory): Add optional argument
11082 COPY-CONTENTS. It is not handled yet.
11083
11084 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11085 (tramp-ftp-file-name-p): Simplify.
11086
11087 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11088 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11089 connection vector.
11090
11091 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11092 (tramp-methods): Do not use `tramp-password-end-of-line'.
11093 (tramp-completion-function-alist-putty): Handle UNIX case.
11094 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11095 (tramp-do-file-attributes-with-stat)
11096 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11097 gid as real numbers. They could run out of integer range on cygwin.
11098 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11099 (tramp-sh-handle-expand-file-name): Handle hops.
11100 (tramp-open-connection-setup-interactive-shell):
11101 Use `tramp-cleanup'. Move check for busyboxes ...
11102 (tramp-find-shell): ... here. Simplify implementation.
11103 Set "remote-shell" property also for alternative shells.
11104 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11105 If failing, a regular file would be written otherwise.
11106 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11107 (tramp-find-inline-encoding): Cache the coding commands in the
11108 process cache. Apply test command on the remote side, if defined.
11109 (tramp-find-inline-compress): Cache the compress commands in the
11110 process cache.
11111 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11112 when requested. Handle hops.
11113 (tramp-current-connection): New defvar.
11114 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11115 Throw `suppress', if there was a failed connection shortly before.
11116 Handle user interrupt. (Bug#10187)
11117 (tramp-get-inline-compress, tramp-get-inline-coding):
11118 Read connection properties from the process cache.
11119
11120 * net/tramp-smb.el (tramp-smb-server-version)
11121 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11122 New defconsts.
11123 (tramp-smb-prompt): Extend for powershell prompt.
11124 (tramp-smb-file-name-handler-alist): Add handlers for
11125 `process-file', `shell-command' and `start-file-process'.
11126 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11127 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11128 (tramp-smb-file-name-p): Simplify.
11129 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11130 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11131 (tramp-smb-shell-quote-argument): New defuns.
11132 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11133 Implement using "tar". By this, time-stamps are preserved.
11134 (tramp-smb-handle-copy-file): Handle also the case of directories.
11135 (tramp-smb-do-file-attributes-with-stat)
11136 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11137 Use `tramp-get-connection-buffer').
11138 (tramp-smb-handle-rename-file): Use "rename", when source and
11139 target are on the same share.
11140 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11141 Use `tramp-smb-server-version'.
11142 (tramp-smb-wait-for-output): Remove prompt.
11143
11144 * net/tramp.el (top): Require 'cl.
11145 (tramp-methods, tramp-rsh-end-of-line):
11146 Remove `tramp-password-end-of-line' from docstring.
11147 (tramp-save-ad-hoc-proxies): New defcustom.
11148 (tramp-completion-function-alist): Adapt docstring.
11149 (tramp-default-password-end-of-line): Remove defcustom.
11150 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11151 (tramp-user-regexp, tramp-file-name-regexp-unified)
11152 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11153 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11154 (tramp-remote-file-name-spec-regexp): New defconst.
11155 (tramp-file-name-structure): Extend structure for hops.
11156 (tramp-get-method-parameter): Move up.
11157 (tramp-file-name-p, tramp-dissect-file-name)
11158 (with-parsed-tramp-file-name): Handle hops.
11159 (tramp-file-name-hop): New defun.
11160 (tramp-make-tramp-file-name): New optional arg HOP.
11161 (tramp-message-show-progress-reporter-message): New defvar.
11162 (tramp-with-progress-reporter): Use it. We cannot use
11163 `tramp-message-show-message' here, because this suppresses also
11164 error buffers.
11165 (tramp-error-with-buffer): Suppress buffer view, if
11166 `tramp-message-show-message' is nil.
11167 Use `tramp-get-connection-buffer'.
11168 (tramp-cleanup): New defun.
11169 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11170 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11171 an error unchanged.
11172 (tramp-completion-handle-file-name-all-completions): Handle hops.
11173 Fix an error when called from ido.
11174 (tramp-completion-dissect-file-name): Use better local variable
11175 name. Add hop to the vector.
11176 (tramp-handle-insert-file-contents): Use progress-reporter for the
11177 whole scenario.
11178 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11179 to `t'.
11180 (tramp-check-for-regexp): Simplify search.
11181 (tramp-enter-password): Remove it. Move implementation ...
11182 (tramp-action-password): ... here.
11183 (tramp-mode-string-to-int, tramp-local-host-p)
11184 (tramp-make-tramp-temp-file, tramp-read-passwd)
11185 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11186 Set tramp-autoload cookie.
11187
11188 * net/trampver.el: Update release number.
11189
11190 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11191 Michael Albinus <michael.albinus@gmx.de>
11192
11193 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11194 (tramp-parse-group, tramp-parse-file)
11195 (tramp-parse-shostkeys-sknownhosts): New defuns.
11196 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11197 (tramp-parse-shosts-group, tramp-parse-sconfig)
11198 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11199 (tramp-parse-sknownhosts, tramp-parse-hosts)
11200 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11201 Use them.
11202 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11203 (tramp-parse-putty-group): Don't narrow.
11204 (tramp-parse-putty): Make a loop.
11205 (tramp-file-name-handler): Catch the `suppress' signal.
11206
11207 2012-06-11 Chong Yidong <cyd@gnu.org>
11208
11209 * image.el (imagemagick-register-types): Put the ImageMagick entry
11210 at the end of image-type-file-name-regexps.
11211
11212 2012-06-11 Johan Bockgård <bojohan@gnu.org>
11213
11214 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11215 (pcase, pcase-let*, pcase-dolist): Use them.
11216
11217 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * emacs-lisp/pcase.el (pcase--let*): New function.
11220 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11221 (pcase--expand): Use macroexp-let².
11222
11223 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11224
11225 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11226 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11227 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11228 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11229 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11230 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11231
11232 2012-06-10 Glenn Morris <rgm@gnu.org>
11233
11234 * mail/rmail.el (rmail-yank-current-message): Leave point at
11235 correct position. (Bug#11660)
11236
11237 2012-06-10 Chong Yidong <cyd@gnu.org>
11238
11239 * allout-widgets.el: Fix code header.
11240
11241 2012-06-10 Chong Yidong <cyd@gnu.org>
11242
11243 * cus-edit.el (customize-changed-options-previous-release):
11244 Bump to 24.1.
11245
11246 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11247
11248 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11249
11250 2012-06-09 Chong Yidong <cyd@gnu.org>
11251
11252 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11253
11254 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11255
11256 * window.el (special-display-popup-frame): Don't use
11257 window--display-buffer (Bug#11651).
11258
11259 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11260
11261 Fix parallel builds: make sure loaddefs.el is not being written
11262 while Lisp files are compiled.
11263 (compile): Don't depend on 'mh-autoloads'.
11264 (compile-CMD, compile-SH): Depend on 'autoloads'.
11265 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11266
11267 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11268
11269 2012-06-09 Chong Yidong <cyd@gnu.org>
11270
11271 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11272 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11273 Doc fixes (Bug#11225).
11274
11275 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11276
11277 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11278 a function if there's a clear indication that it has a compiler-macro.
11279 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11280 (macro-declarations-alist): Add arglist to declaration functions.
11281 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11282 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11283 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11284 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11285 Also add autoload to find the compiler macro.
11286 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11287 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11288 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11289 (cl--compiler-macro-get): New functions, replacing calls to
11290 cl-define-compiler-macro.
11291 (cl-typep) [compiler-macro]: Use macroexp-let².
11292
11293 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11294
11295 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11296 string properly, fixes Bug#11473.
11297
11298 2012-06-08 Chong Yidong <cyd@gnu.org>
11299
11300 * faces.el (set-face-attribute): Doc fix.
11301 (modify-face): Don't use :bold and :italic.
11302 (error, warning, success): Tweak definitions.
11303
11304 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11305 (custom-modified, custom-set, custom-changed, custom-themed)
11306 (custom-saved, custom-button, custom-button-mouse)
11307 (custom-button-pressed, custom-state, custom-comment-tag)
11308 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11309 (custom-group-subtitle): Use new-style face specs.
11310 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11311 (custom-set-face, custom-changed-face, custom-saved-face)
11312 (custom-button-face, custom-button-pressed-face)
11313 (custom-documentation-face, custom-state-face)
11314 (custom-comment-face, custom-comment-tag-face)
11315 (custom-variable-tag-face, custom-variable-button-face)
11316 (custom-face-tag-face, custom-group-tag-face-1)
11317 (custom-group-tag-face): Remove obsolete face alias.
11318
11319 * epa.el (epa-validity-high, epa-validity-medium)
11320 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11321 (epa-field-name, epa-field-body):
11322 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11323 (font-lock-keyword-face, font-lock-builtin-face)
11324 (font-lock-function-name-face, font-lock-variable-name-face)
11325 (font-lock-type-face, font-lock-constant-face):
11326 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11327 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11328 * speedbar.el (speedbar-button-face, speedbar-file-face)
11329 (speedbar-directory-face, speedbar-tag-face)
11330 (speedbar-selected-face, speedbar-highlight-face)
11331 (speedbar-separator-face):
11332 * whitespace.el (whitespace-newline, whitespace-space)
11333 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11334 (whitespace-line, whitespace-space-before-tab)
11335 (whitespace-space-after-tab, whitespace-indentation)
11336 (whitespace-empty):
11337 * emulation/cua-base.el (cua-global-mark):
11338 * eshell/em-prompt.el (eshell-prompt):
11339 * net/newst-plainview.el (newsticker-new-item-face)
11340 (newsticker-old-item-face, newsticker-immortal-item-face)
11341 (newsticker-obsolete-item-face, newsticker-date-face)
11342 (newsticker-statistics-face, newsticker-default-face):
11343 * net/newst-reader.el (newsticker-feed-face)
11344 (newsticker-extra-face, newsticker-enclosure-face):
11345 * net/newst-treeview.el (newsticker-treeview-face)
11346 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11347 (newsticker-treeview-immortal-face)
11348 (newsticker-treeview-obsolete-face)
11349 (newsticker-treeview-selection-face):
11350 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11351 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11352 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11353 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11354 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11355 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11356 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11357 (mpuz-text):
11358 * progmodes/vera-mode.el (vera-font-lock-number)
11359 (vera-font-lock-function, vera-font-lock-interface):
11360 * textmodes/table.el (table-cell): Use new-style face specs, and
11361 don't use the old :bold and :italic attributes.
11362
11363 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11364 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11365 (ebrowse-member-class, ebrowse-progress): Likewise.
11366 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11367 (ebrowse-file-name-face, ebrowse-default-face)
11368 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11369 (ebrowse-progress-face): Remove obsolete faces.
11370
11371 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11372 Inherit from error and warning faces respectively.
11373
11374 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11375 Likewise.
11376 (flyspell-incorrect-face, flyspell-duplicate-face):
11377 Remove obsolete aliases.
11378
11379 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11380
11381 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11382 Avoid infloop.
11383
11384 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 * startup.el (argv, argi): Make lexically scoped.
11387 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11388 * emacs-lisp/cl-macs.el: Use lexical-binding.
11389 Rename cl-bind-* to cl--bind-*.
11390 * files.el: Don't require `cl' since it doesn't use it.
11391 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11392
11393 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11394
11395 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11396 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11397 instead of calling external sort utility.
11398 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11399
11400 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11401
11402 * descr-text.el (describe-char): Mention how to insert the
11403 character, if the current input method doesn't support it.
11404 See the discussion in this thread for the details:
11405 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11406
11407 2012-06-08 Sam Steingold <sds@gnu.org>
11408
11409 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11410 XF86Back to previous-buffer.
11411 (minibuffer-local-map): Bind them to next-history-element and
11412 previous-history-element respectively.
11413 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11414 help-go-back respectively.
11415 * info.el (Info-mode-map): Bind them to Info-history-forward and
11416 Info-history-back respectively.
11417 These are the keys next to Up on the ThinkPad keyboard.
11418
11419 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11420
11421 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11422 * emacs-lisp/cl-macs.el: Provide itself.
11423 (cl--labels-convert-cache): New var.
11424 (cl--labels-convert): New function.
11425 (cl-flet, cl-labels): New implementation with new semantics, relying on
11426 lexical-binding.
11427 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11428 (cl-closure-vars, cl--function-convert-cache)
11429 (cl--function-convert): Move from cl-macs.el.
11430 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11431 rename by removing the "cl-" prefix.
11432 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11433
11434 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11437 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11438 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11439 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11440 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11441 (cl-hash-table-count): Add old compatibility aliases.
11442
11443 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11444 Use macroexpand-all-environment instead.
11445 (cl--old-macroexpand): New var.
11446 (cl--sm-macroexpand): New function.
11447 (cl-symbol-macrolet): Use it during macro expansion.
11448 (cl--function-convert-cache): New var.
11449 (cl--function-convert): New function, extracted from
11450 cl-macroexpand-all.
11451 (cl-lexical-let): Use it.
11452
11453 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11454 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11455 (cl-member): Remove old alias.
11456
11457 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11458 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11459 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11460 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11461 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11462 (cl-macroexpand-cmacs): Remove var.
11463 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11464 Use macroexpand-all instead.
11465
11466 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11467
11468 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11469 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11470 (macroexp-copyable-p): New functions and macros.
11471 * emacs-lisp/edebug.el (edebug-unwrap):
11472 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11473 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11474 (pcase--let*): Remove.
11475 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11476 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11477 macroexp-const-p instead.
11478 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11479
11480 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11481 instead of "cl-" for internal definitions. Use macroexp-const-p.
11482 (cl-old-bc-file-form): Remove var.
11483 (cl-const-exprs-p): Remove fun.
11484 (cl-labels, cl-macrolet): Use backquote.
11485 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11486 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11487 (cl-define-setf-expander): Rename from cl-define-setf-method.
11488 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11489
11490 * international/mule-cmds.el: Don't require CL.
11491 (view-hello-file): Don't use `letf'.
11492
11493 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * tmm.el (tmm-prompt): Use string-prefix-p.
11496 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11497 (tmm-add-prompt): Use minibuffer-completion-help.
11498 (tmm-delete-map): Remove.
11499
11500 * subr.el (kbd): Make it its own function.
11501
11502 2012-06-07 Stefan Merten <smerten@oekonux.de>
11503
11504 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11505 Silence compiler warnings. Fix versions.
11506 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11507 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11508 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11509 (rst-package-emacs-version-alist): Correct Emacs version to
11510 represent major merge with upstream.
11511 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11512
11513 2012-06-06 Glenn Morris <rgm@gnu.org>
11514
11515 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11516 Only print environment variables if set.
11517
11518 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11519
11520 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11521 (macroexp--cons): Rename from maybe-cons.
11522 (macroexp--accumulate): Rename from macroexp-accumulate.
11523 (macroexp--all-forms): Rename from macroexpand-all-forms.
11524 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11525 (macroexp--expand-all): Rename from macroexpand-all-1.
11526
11527 2012-06-06 Sam Steingold <sds@gnu.org>
11528
11529 * calendar/calendar.el (calendar-in-read-only-buffer):
11530 Call `special-mode' to enable the standard read-only keybindings.
11531
11532 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11533
11534 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11535 with "loading" messages (bug#11635).
11536
11537 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11538
11539 * files.el (enable-remote-dir-locals): New option.
11540 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11541
11542 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11543 Ensure, that the temp directory is local.
11544
11545 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11546 `temporary-file-directory'.
11547
11548 * progmodes/python.el (python-send-region): Ensure, that the
11549 temporary file is created also in the remote case.
11550
11551 2012-06-06 Glenn Morris <rgm@gnu.org>
11552
11553 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11554 (vc-rcs-update-changelog): Use it.
11555
11556 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11557
11558 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11559 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11560 (vc-sccs-diff): Replace use of the external vcdiff script.
11561
11562 2012-06-05 Glenn Morris <rgm@gnu.org>
11563
11564 * ledit.el: Move to obsolete/.
11565
11566 2012-06-05 Sam Steingold <sds@gnu.org>
11567
11568 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11569 patch (Bug#11140).
11570
11571 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11572
11573 * emacs-lisp/cust-print.el: Move to obsolete.
11574
11575 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11576 compiler-macro expansion.
11577
11578 Add native compiler-macro support.
11579 * emacs-lisp/macroexp.el (macroexpand-all-1):
11580 Support compiler-macros directly. Properly follow aliases and apply
11581 the compiler macros more thoroughly.
11582 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11583 macroexpand now properly follows aliases.
11584 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11585 (cl-compiler-macroexpand): Use new prop.
11586 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11587
11588 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11589
11590 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11591
11592 * window.el (get-lru-window, get-mru-window, get-largest-window):
11593 New argument NOT-SELECTED to avoid picking the selected window.
11594 (window--display-buffer-1, window--display-buffer-2): Replace by
11595 new function window--display-buffer
11596 (display-buffer-same-window, display-buffer-reuse-window)
11597 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11598 Use window--display-buffer.
11599 (display-buffer-use-some-window): Remove temporary dedication
11600 hack by calling get-lru-window and get-largest-window with
11601 NOT-SELECTED argument non-nil. Call window--display-buffer.
11602
11603 2012-06-05 Glenn Morris <rgm@gnu.org>
11604
11605 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11606 Replace external vcdiff script.
11607
11608 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11611
11612 2012-06-04 Chong Yidong <cyd@gnu.org>
11613
11614 * image.el (imagemagick-types-inhibit): Revert last change.
11615 Add INFO and M.
11616 (imagemagick-enabled-types): Remove CIN and EPS*.
11617
11618 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11619
11620 * emacs-lisp/cl-lib.el: Rename from cl.el.
11621 * emacs-lisp/cl.el: New compatibility file.
11622 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11623 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11624 to obey the "cl-" prefix.
11625 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11626
11627 2012-06-03 Glenn Morris <rgm@gnu.org>
11628
11629 * emacs-lisp/authors.el (authors-aliases): Addition.
11630
11631 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11632 Fix :version.
11633
11634 2012-06-03 Stefan Merten <smerten@oekonux.de>
11635
11636 * textmodes/rst.el: Add comments.
11637 (rst-transition, rst-adornment): New faces.
11638 (rst-adornment-faces-alist): Make default safe to reevaluate.
11639 Fixes
11640 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11641 Improve customization tags.
11642 (rst-define-level-faces): Clarify meaning.
11643
11644 2012-06-03 Chong Yidong <cyd@gnu.org>
11645
11646 * progmodes/compile.el (compilation-mode-line-fail)
11647 (compilation-mode-line-run, compilation-mode-line-exit):
11648 New faces.
11649 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11650
11651 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11652
11653 * progmodes/which-func.el (which-func-update-ediff-windows):
11654 New function. Use it in ediff-select-hook (Bug#11478).
11655
11656 2012-06-03 Chong Yidong <cyd@gnu.org>
11657
11658 * bindings.el: Remove explicit help text from format-mode-line.
11659 It is now supplied by mode-line-default-help-echo.
11660 (mode-line-front-space, mode-line-end-spaces)
11661 (mode-line-misc-info): New variables.
11662 (mode-line-modes, mode-line-position): Move the default value to
11663 the variable definition.
11664 (mode-line-default-help-echo): New defcustom.
11665 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11666 (mode-line-modified-help-echo): New functions.
11667 (mode-line-mule-info, mode-line-modified): Use them.
11668 (mode-line-eol-desc, propertized-buffer-identification):
11669 Consistency fixes for help text.
11670 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11671 set-buffer-file-coding-system (Bug#289).
11672 (mode-line-mule-info-help-echo): Update help text.
11673
11674 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * simple.el (execute-extended-command): Set real-this-command
11677 (bug#11506).
11678
11679 2012-06-02 Chong Yidong <cyd@gnu.org>
11680
11681 Remove incorrect uses of "modeline" in comments, docstrings, and
11682 function/variable names (Bug#10329).
11683
11684 * cus-edit.el (mode-line):
11685 * dframe.el (dframe-mouse-hscroll):
11686 * emacs-lisp/re-builder.el:
11687 * emacs-lisp/easy-mmode.el (define-minor-mode):
11688 * frame.el (set-frame-name):
11689 * help.el (lookup-minor-mode-from-indicator):
11690 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11691 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11692 (c-toggle-hungry-state):
11693 * progmodes/antlr-mode.el (antlr-language-alist):
11694 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11695 * progmodes/vhdl-mode.el (vhdl-mode):
11696 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11697 * term/ns-win.el (ns-face-at-pos):
11698 * term/sup-mouse.el (sup-mouse-report):
11699 * textmodes/flyspell.el (flyspell-mode-line-string):
11700 * textmodes/ispell.el (ispell-highlight-face):
11701 * textmodes/reftex-global.el:
11702 * vc/vc-arch.el (vc-arch-mode-line-string):
11703 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11704 * vc/vc-git.el (vc-git-mode-line-string):
11705 * vc/vc-hooks.el (vc-display-status)
11706 (vc-default-mode-line-string):
11707 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11708
11709 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11710
11711 * dired.el (dired-sort-set-mode-line): Rename from
11712 dired-sort-set-modeline. All callers changed.
11713
11714 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11715 eshell-status-in-modeline.
11716
11717 * foldout.el (foldout-mode-line-string): Rename from
11718 foldout-modeline-string. All callers changed.
11719 (foldout-update-mode-line): Rename from foldout-update-modeline.
11720
11721 * subr.el (redraw-modeline): Make into obsolete alias.
11722
11723 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11724 timeclock-modeline-display. Make old name an alias.
11725 (timeclock-update-mode-line): Likewise. All callers changed.
11726 (timeclock-mode-line-display): No need to check before using
11727 add-hook.
11728 (timeclock-relative, timeclock-day-over-hook)
11729 (timeclock-use-elapsed, timeclock-mode-string)
11730 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11731
11732 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11733 crisp-mode-modeline-string.
11734
11735 * play/solitaire.el (solitaire-build-mode-line): Rename from
11736 solitaire-build-modeline. All callers changed.
11737
11738 * play/zone.el (zone-hiding-mode-line): Rename from
11739 zone-hiding-modeline. All callers changed.
11740 (zone): Remove unusued `modeline-hidden-level' property.
11741
11742 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11743 xscheme-modeline-initialize. All callers changed.
11744
11745 * strokes.el (strokes-lighter): Rename from
11746 strokes-modeline-string.
11747
11748 * textmodes/sgml-mode.el (html-face-tag-alist)
11749 (html-tag-face-alist): Use mode-line face instead of obsolete
11750 alias modeline.
11751
11752 2012-06-02 Stefan Merten <smerten@oekonux.de>
11753
11754 * textmodes/rst.el: Always require `cl'.
11755 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11756
11757 2012-06-02 Chong Yidong <cyd@gnu.org>
11758
11759 * image.el (imagemagick-enabled-types): Rename from
11760 imagemagick-types-enable. Add many more types.
11761 (imagemagick-types-inhibit): Change default to nil.
11762 (imagemagick-filter-types): Caller changed.
11763
11764 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * emacs-lisp/cl-macs.el: Use backquotes.
11767 (cl-transform-function-property): Use eval-and-compile rather than
11768 abusing `require'.
11769 (defstruct): Use declare-function instead of with-no-warnings.
11770
11771 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11772 (byte-compile-output-docform): Re-add the print-circle bindings.
11773 (byte-compile-fix-header): Use #$ just because it's shorter.
11774 (byte-compile-output-file-form): Remove defun/defmacro.
11775
11776 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11777
11778 * simple.el (choose-completion): Remove now obsolete binding for
11779 owindow.
11780
11781 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11782
11783 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11784 in order to avoid "Stack overflow in regexp matcher".
11785
11786 2012-05-31 Glenn Morris <rgm@gnu.org>
11787
11788 * image.el: For clarity, call imagemagick-register-types at
11789 top-level, rather than relying on a custom :initialize.
11790 (imagemagick-types-enable): New option. (Bug#11557)
11791 (imagemagick-filter-types): New function. (Bug#7406)
11792 (imagemagick-register-types): Use imagemagick-filter-types.
11793 If disabling support, remove elements altogether rather
11794 than using an impossible regexp.
11795 (imagemagick-types-inhibit): Give it the default init function.
11796
11797 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11800 Handle arbitrary file name lengths (Bug#11585).
11801
11802 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11803
11804 * desktop.el (desktop-read): Clear previous and next buffers for
11805 all windows and bury *Messages* buffer (bug#11556).
11806
11807 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11808
11809 Add `declare' for `defun'. Align `defmacro's with it.
11810 * emacs-lisp/easy-mmode.el (define-minor-mode)
11811 (define-globalized-minor-mode): Don't autoload the var definitions.
11812 * emacs-lisp/byte-run.el: Use lexical-binding.
11813 (defun-declarations-alist, macro-declarations-alist): New vars.
11814 (defmacro, defun): Use them.
11815 (make-obsolete, define-obsolete-function-alias)
11816 (make-obsolete-variable, define-obsolete-variable-alias):
11817 Use `declare'.
11818 (macro-declaration-function): Mark obsolete.
11819 * emacs-lisp/autoload.el: Use lexical-binding.
11820 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11821
11822 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11823
11824 * textmodes/ispell.el (ispell-with-no-warnings):
11825 Define as a macro.
11826 (ispell-kill-ispell, ispell-change-dictionary):
11827 Use `called-interactively-p' for Emacs instead of obsolete
11828 `interactive-p'.
11829
11830 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11833 (macro-declaration-function): Move var from C code.
11834 (macro-declaration-function): Define function with defalias.
11835 * emacs-lisp/macroexp.el (macroexpand-all-1):
11836 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11837 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11838 defun/defmacro any more.
11839 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11840 Provide fallback for unknown arglist.
11841 (byte-compile-arglist-warn): Change calling convention.
11842 (byte-compile-output-file-form): Move print-vars binding.
11843 (byte-compile-output-docform): Simplify accordingly.
11844 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11845 (byte-compile-defmacro-declaration): Remove.
11846 (byte-compile-file-form-defmumble): Generalize to defalias.
11847 (byte-compile-output-as-comment): Return byte-positions.
11848 Simplify callers accordingly.
11849 (byte-compile-lambda): Use `assert'.
11850 (byte-compile-defun, byte-compile-defmacro): Remove.
11851 (byte-compile-file-form-defalias):
11852 Use byte-compile-file-form-defmumble.
11853 (byte-compile-defalias-warn): Remove.
11854
11855 2012-05-29 Stefan Merten <smerten@oekonux.de>
11856
11857 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11858 possible. Fix authors. Improve comments. Improve loading of `cl'.
11859
11860 (rst-mode-abbrev-table): Merge definition.
11861 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11862 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11863
11864 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11865
11866 * calendar/icalendar.el
11867 (icalendar-export-region): Export UID properly.
11868
11869 2012-05-29 Leo Liu <sdl.web@gmail.com>
11870 * calendar/icalendar.el (icalendar-import-format):
11871 Add `icalendar-import-format-uid' (Bug#11525).
11872 (icalendar-import-format-uid): New.
11873 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11874 Export UID.
11875
11876 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11879 different alternative patterns.
11880 (pcase-codegen): Be more careful to preserve identity.
11881 (pcase--u1): Don't forget to mark vars as used.
11882
11883 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11884 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11885 (byte-compile-from-buffer): ...rather than here.
11886
11887 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11888 functions from byte-compile-function-environment.
11889
11890 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11891
11892 * window.el (window-deletable-p): Avoid deleting the root window
11893 of a frame with an active minibuffer.
11894
11895 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11896
11897 * simple.el (choose-completion): Use quit-window (Bug#11567).
11898
11899 2012-05-29 Chong Yidong <cyd@gnu.org>
11900
11901 * whitespace.el (whitespace-cleanup): Fix usage of
11902 whitespace-empty-at-bob-regexp (Bug#11492).
11903
11904 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11905
11906 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11907 revert (Bug#11488).
11908
11909 2012-05-29 Juri Linkov <juri@jurta.org>
11910
11911 * isearch.el (isearch-mode-map): Bind `M-s _' to
11912 `isearch-toggle-symbol'. Bind `M-s c' to
11913 `isearch-toggle-case-fold'.
11914 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11915 (isearch-forward): Add `M-s _' to the docstring.
11916 (isearch-forward-symbol, isearch-toggle-case-fold)
11917 (isearch-symbol-regexp): New functions. (Bug#11381)
11918
11919 2012-05-29 Juri Linkov <juri@jurta.org>
11920
11921 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11922 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11923 a function, call it to get the regexp.
11924 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11925 property `isearch-message-prefix' instead of the string "word ".
11926 (isearch-search-fun-default): For the case of `isearch-word',
11927 return a lambda that calls re-search-forward/re-search-backward
11928 with a regexp returned by `word-search-regexp' or by the function
11929 in `isearch-word'.
11930
11931 2012-05-29 Juri Linkov <juri@jurta.org>
11932
11933 * isearch.el (isearch-search-fun-default): New function.
11934 (isearch-search-fun): Move default part to the new function
11935 `isearch-search-fun-default'.
11936 (isearch-search-fun-function): Set the default value to
11937 `isearch-search-fun-default'. (Bug#11381)
11938
11939 * comint.el (comint-history-isearch-end):
11940 Use `isearch-search-fun-default'.
11941 (comint-history-isearch-search): Use `isearch-search-fun-default'
11942 and remove spacial case for `isearch-word'.
11943 (comint-history-isearch-wrap): Remove spacial case for
11944 `isearch-word'.
11945
11946 * hexl.el (hexl-isearch-search-function):
11947 Use `isearch-search-fun-default'.
11948
11949 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11950 Use `word-search-regexp' for `isearch-word'.
11951
11952 * misearch.el (multi-isearch-search-fun):
11953 Use `isearch-search-fun-default'.
11954
11955 * simple.el (minibuffer-history-isearch-search):
11956 Use `isearch-search-fun-default' and remove spacial case for
11957 `isearch-word'.
11958 (minibuffer-history-isearch-wrap): Remove spacial case for
11959 `isearch-word'.
11960
11961 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11962 Remove spacial case for `isearch-word'.
11963 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11964
11965 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11966
11967 Decrease XEmacs incompatibilities.
11968 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11969 Use `string-match'.
11970 (flyspell-delete-region-overlays): Use alternative definition for
11971 XEmacs.
11972 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11973 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11974 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11975 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11976 `define-obsolete-face-alias' under XEmacs, but old method.
11977
11978 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11979 `with-no-warnings' definition or Emacs alias.
11980 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11981 (ispell-word): Do not use `region-p' if XEmacs.
11982
11983 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11984
11985 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11986 Check for `ispell-dictionary-base-alist' instead of full
11987 `ispell-dictionary-alist'.
11988 (ispell-init-process): Show spellchecker when starting new Ispell
11989 process.
11990
11991 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11992
11993 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11994 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11995
11996 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11997
11998 * version.el (motif-version-string, gtk-version-string)
11999 (ns-version-string): Declare.
12000
12001 2012-05-27 Juri Linkov <juri@jurta.org>
12002
12003 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12004 after the `eval-defun-1' specialcaseing
12005 like in `edebug-eval-defun' (bug#10181).
12006
12007 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12008 like in `eval-defun-1'.
12009
12010 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12011
12012 * mail/sendmail.el (mail-yank-region):
12013 Recognize rmail-yank-current-message in addition to insert-buffer.
12014 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12015 a *mail* buffer created through rmail-start-mail with sendmail as
12016 mail-user-agent.
12017
12018 2012-05-27 Chong Yidong <cyd@gnu.org>
12019
12020 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12021 Default to 256 (Bug#11267).
12022
12023 * help.el (describe-mode): Doc fix.
12024
12025 2012-05-26 Glenn Morris <rgm@gnu.org>
12026
12027 * w32-fns.el (w32-init-info): Remove.
12028 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12029
12030 * info.el (info-initialize): For self-contained NS builds, put the
12031 included info/ directory at the front. (Bug#2791)
12032
12033 * paths.el (Info-default-directory-list): Make it a defcustom,
12034 mainly so that we can use custom-initialize-delay.
12035
12036 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12037
12038 * subr.el (buffer-has-markers-at): Mark obsolete.
12039
12040 * subr.el (lambda): Use declare.
12041
12042 * emacs-lisp/lisp-mode.el (lambda):
12043 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12044
12045 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12046
12047 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12048
12049 2012-05-26 Glenn Morris <rgm@gnu.org>
12050
12051 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12052
12053 2012-05-25 Glenn Morris <rgm@gnu.org>
12054
12055 * paths.el: Remove no-byte-compile.
12056 * loadup.el: No need to load paths.el uncompiled.
12057
12058 * image.el (imagemagick-types-inhibit): Doc fix.
12059
12060 * version.el: Remove no-byte-compile and associated formatting.
12061 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12062 is ancient code from when there was an "inc-vers.el".
12063
12064 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12065
12066 * progmodes/gdb-mi.el: Minor style changes.
12067 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12068 Turn into minor modes.
12069 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12070 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12071 (gdb-shell): Remove unneeded let-binding.
12072 (gdb-get-many-fields): Eliminate O(n²) behavior.
12073
12074 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12075
12076 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12077 platforms that don't link in fontset.c.
12078
12079 2012-05-25 Juri Linkov <juri@jurta.org>
12080
12081 Use the same diff color scheme as in modern VCSes (bug#10181).
12082
12083 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12084 to avoid confusion with `diff-added' that now uses green colors.
12085 (diff-removed): Use shades of red.
12086 (diff-added): Use shades of green.
12087 (diff-changed): Leave just the yellow color.
12088 (diff-use-changed-face): New variable.
12089 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12090 how to highlight context diff changes.
12091 (diff-refine-change): Use shades of yellow.
12092 (diff-refine-removed): New face that uses shades of red.
12093 (diff-refine-added): New face that uses shades of green.
12094 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12095 `diff-refine-removed' in the call to `smerge-refine-subst'
12096 depending on the value of `diff-use-changed-face'.
12097
12098 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12099 (smerge-other): Use shades of green.
12100 (smerge-base): Use shades of yellow.
12101 (smerge-refined-change): Empty face.
12102 (smerge-refined-removed): New face that uses shades of red.
12103 (smerge-refined-added): New face that uses shades of green.
12104 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12105 args `props-r' and `props-a', and use them. Doc fix.
12106 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12107 on its value use different faces `smerge-refined-change',
12108 `smerge-refined-removed', `smerge-refined-added' in the call to
12109 `smerge-refine-subst'.
12110
12111 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12112 Add face condition `min-colors 88' with shades of red.
12113 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12114 `min-colors 88' with shades of green.
12115 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12116 `min-colors 88' with shades of yellow.
12117
12118 2012-05-24 Glenn Morris <rgm@gnu.org>
12119
12120 * paths.el (prune-directory-list, remote-shell-program): Move to...
12121 * files.el (prune-directory-list, remote-shell-program): ...here.
12122 For the latter, delay initialization, prefer ssh, just search PATH.
12123
12124 * paths.el (term-file-prefix): Move to faces.el (the only user).
12125 * faces.el (term-file-prefix): Move here, make it a defcustom.
12126
12127 * paths.el (news-directory, news-path, news-inews-program):
12128 Move to gnus/nnspool.el.
12129
12130 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12131
12132 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12133 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12134 Make the latter a defcustom, with a delayed initialization.
12135
12136 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12137 These were deleted from Gnus itself late 2010.
12138
12139 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12140
12141 * progmodes/which-func.el (which-func-ff-hook):
12142 Check against user-error, not error.
12143
12144 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12145 cl-specs.el, which no longer exists.
12146
12147 2012-05-22 Glenn Morris <rgm@gnu.org>
12148
12149 * info.el (info-emacs-bug): New command.
12150 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12151 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12152
12153 2012-05-21 Glenn Morris <rgm@gnu.org>
12154
12155 * makefile.w32-in (update-subdirs-SH):
12156 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12157
12158 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12159
12160 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12161
12162 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12163 Simplify Maven regexp, and make sure the file can't start with a space
12164 (bug#11517).
12165
12166 2012-05-21 Glenn Morris <rgm@gnu.org>
12167
12168 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12169 Scrap superfluous subshells.
12170
12171 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12172
12173 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12174 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12175
12176 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12177
12178 * calc/calc.el (calc-ensure-consistent-units): New variable.
12179
12180 * calc/calc-units.el (math-consistent-units-p)
12181 (math-check-unit-consistency): New functions.
12182 (calc-quick-units, calc-convert-units):
12183 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12184 is non-nil.
12185 (calc-extract-units): Fix typo.
12186
12187 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12190
12191 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12192 (flyspell-default-deplacement-commands): Don't spell check after
12193 repeated window/frame switches (e.g. triggered by mouse-movement).
12194 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12195 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12196 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12197 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12198 Remove unused vars.
12199 (flyspell-get-casechars, flyspell-get-not-casechars):
12200 Simplify; Don't bother removing a ] just to add it back.
12201 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12202
12203 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12204
12205 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12206 New functions.
12207 (math-function-table): Add support for more C functions.
12208
12209 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12210
12211 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12212 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12213 Protect delay handling for otherchars against empty otherchars.
12214
12215 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12218 their respective macro declarations.
12219 * skeleton.el (define-skeleton):
12220 * progmodes/compile.el (define-compilation-mode):
12221 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12222 (define-ibuffer-filter):
12223 * emacs-lisp/generic.el (define-generic-mode):
12224 * emacs-lisp/easy-mmode.el (define-minor-mode)
12225 (define-globalized-minor-mode):
12226 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12227 * emacs-lisp/byte-run.el (defsubst):
12228 * custom.el (deftheme): Add doc-string metadata.
12229
12230 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12231
12232 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12233
12234 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12235
12236 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12237
12238 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12239 * emacs-lisp/cl-macs.el: Idem.
12240 * emacs-lisp/cl-specs.el: Remove.
12241
12242 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12243
12244 Minor renaming of internal CL functions and variables.
12245 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12246 (cl--position): Rename from cl-position.
12247 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12248 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12249 (cl--random-state): Rename from *random-state*.
12250
12251 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12254 parens around the arg list (bug#11499).
12255
12256 2012-05-17 Juri Linkov <juri@jurta.org>
12257
12258 * isearch.el (word-search-regexp, word-search-backward)
12259 (word-search-forward, word-search-backward-lax)
12260 (word-search-forward-lax): Move functions from search.c
12261 (bug#10145, bug#11381).
12262
12263 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12264
12265 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12266 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12267 Delay for otherchars as for normal word components.
12268
12269 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * minibuffer.el (completion--sifn-requote): Fix last change.
12272 (minibuffer-local-must-match-filename-map):
12273 Move define-obsolete-variable-alias before its var.
12274
12275 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12276
12277 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12278
12279 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12280 behavior.
12281 (completion--string-equal-p): New function.
12282 (completion--twq-all): Use it to get better assertion failure data.
12283
12284 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12285 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12286 (shell--requote-argument): New functions.
12287 (shell-completion-vars): Use them.
12288 (shell--parse-pcomplete-arguments): Rename from
12289 shell-parse-pcomplete-arguments.
12290 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12291 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12292 Obey comint-file-name-quote-list.
12293
12294 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12295 (smie-indent-keyword): Use it.
12296
12297 2012-05-14 Stefan Merten <smerten@oekonux.de>
12298
12299 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12300
12301 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12302
12303 * net/rlogin.el (rlogin-mode-map): Fix last change.
12304
12305 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12306
12307 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12308 the following \r\n using a single `process-send-string', since the
12309 Lotus SMTP server refuses to accept any commands if they are sent
12310 with two `process-send-string's (Bug#11444).
12311
12312 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * shell.el (shell-parse-pcomplete-arguments):
12315 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12316
12317 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12318
12319 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12320 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12321 (image-transform-width, image-transform-fit-width): New functions.
12322 (image-transform-properties): Use them.
12323 (image-transform-check-size): New function.
12324 (image-toggle-display-image): Use it (for testing).
12325 (image-transform-set-rotation): Reduce angle mod 360.
12326 Delete obsolete comment.
12327
12328 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12329
12330 * image-mode.el: Fix scaling (bug#11399).
12331 (image-transform-resize): Doc fix.
12332 (image-transform-properties): Default scale is 1 and height should
12333 be an integer.
12334
12335 2012-05-13 Johan Bockgård <bojohan@gnu.org>
12336
12337 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12338 than hard-coding `car', to fix misbehavior when moving forward.
12339
12340 2012-05-13 Chong Yidong <cyd@gnu.org>
12341
12342 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12343 (tabulated-list-entries, tabulated-list-padding)
12344 (tabulated-list-sort-key): Make permanent-local.
12345
12346 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12347 (electric-buffer-list): Put electric buffer menu
12348 command descriptions in this docstring, instead of the docstring
12349 of electric-buffer-menu-mode. Code cleanups.
12350 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12351 Electric-buffer-menu-mode.
12352 (electric-buffer-update-highlight): Minor code cleanup.
12353
12354 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12355
12356 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12357 (Bug#11447)
12358
12359 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12360
12361 Move define-obsolete-variable-alias before the var's definition.
12362 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12363 * tooltip.el (tooltip-hook):
12364 * textmodes/reftex-toc.el (reftex-toc-map):
12365 * textmodes/reftex-sel.el (reftex-select-label-map)
12366 (reftex-select-bib-map):
12367 * textmodes/reftex-index.el (reftex-index-map)
12368 (reftex-index-phrases-map):
12369 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12370 * progmodes/meta-mode.el (meta-mode-map):
12371 * novice.el (disabled-command-hook):
12372 * loadhist.el (unload-hook-features-list):
12373 * frame.el (blink-cursor):
12374 * files.el (find-file-not-found-hooks, write-file-hooks)
12375 (write-contents-hooks):
12376 * emulation/tpu-edt.el (GOLD-map):
12377 * emacs-lock.el (emacs-lock-from-exiting):
12378 * emacs-lisp/generic.el (generic-font-lock-defaults):
12379 * emacs-lisp/chart.el (chart-map):
12380 * dos-fns.el (register-name-alist):
12381 * dired-x.el (dired-omit-files-p):
12382 * desktop.el (desktop-enable):
12383 * cus-edit.el (custom-mode-hook):
12384 * buff-menu.el (buffer-menu-mode-hook):
12385 * bookmark.el (bookmark-read-annotation-text-func)
12386 (bookmark-exit-hooks):
12387 * allout.el (allout-mode-deactivate-hook)
12388 (allout-exposure-change-hook, allout-structure-added-hook)
12389 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12390 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12391 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12392 comes before the corresponding variable's definition.
12393
12394 2012-05-12 Chong Yidong <cyd@gnu.org>
12395
12396 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12397 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12398 (Buffer-menu-mode-map): Bind it.
12399 (Buffer-menu--pretty-name): Add a mouse-face property.
12400
12401 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12404 (prolog-upper-case-string, prolog-lower-case-string)
12405 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12406 (prolog-use-smie, prolog-smie-grammar): New vars.
12407 (prolog-smie-forward-token, prolog-smie-backward-token)
12408 (prolog-smie-rules): New funs.
12409 (prolog-comment-indent): Remove.
12410 (prolog-mode-variables): Use default comment indentation instead.
12411 Setup SMIE.
12412 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12413 (prolog-mode): Don't call them any more.
12414 (prolog-electric-colon, prolog-electric-dash)
12415 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12416
12417 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12418
12419 * minibuffer.el (completion--twq-all): Again, allow case differences.
12420
12421 * term.el: Move keymap initialization code to be more idiomatic.
12422 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12423 (term-terminal-menu): Move initialization into declaration.
12424 (term-escape-char): Let the user set it in her .emacs.
12425
12426 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12427 Provide SMIE-based indentation (not enabled by default yet).
12428 (sh-mode-map): Don't bind electric keys.
12429 Use electric-pair-mode instead of skeleton-pair.
12430 (sh-assignment-regexp): Fit within 80 columns.
12431 (sh-indent-supported): Specify actual shell name instead of boolean.
12432 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12433 (sh-maybe-here-document): Use it. Make obsolete.
12434 (sh-electric-here-document-mode) New minor mode.
12435 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12436 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12437 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12438 (sh-smie-rc-grammar, sh-use-smie): New vars.
12439 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12440 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12441 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12442 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12443 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12444 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12445 (sh-set-shell): Use smie-setup if requested.
12446
12447 * term.el (term-set-escape-char): Properly set term-escape-char.
12448 See http://stackoverflow.com/questions/10524656.
12449
12450 2012-05-10 Chong Yidong <cyd@gnu.org>
12451
12452 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12453 Use url-generic-parse-url, and handle host names and Windows
12454 filenames properly.
12455 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12456 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12457 URL schemes to work on.
12458 (ffap--toggle-read-only): New function.
12459 (ffap-read-only, ffap-read-only-other-window)
12460 (ffap-read-only-other-frame): Use it.
12461 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12462 necessary for ffap-url-unwrap-remote.
12463
12464 2012-05-10 Dave Abrahams <dave@boostpro.com>
12465
12466 * cus-start.el (create-lockfiles): Add it.
12467
12468 2012-05-09 Chong Yidong <cyd@gnu.org>
12469
12470 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12471 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12472
12473 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12474
12475 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12476
12477 2012-05-09 Chong Yidong <cyd@gnu.org>
12478
12479 * ansi-color.el (ansi-color-process-output): Check for validity of
12480 comint-last-output-start before using it. This avoids a bad
12481 interaction with gdb-mi's input/output buffer.
12482
12483 2012-05-09 Glenn Morris <rgm@gnu.org>
12484
12485 * files.el (dir-locals-read-from-file):
12486 Mention dir-locals in any error message.
12487
12488 2012-05-09 Chong Yidong <cyd@gnu.org>
12489
12490 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12491 package (Bug#11410).
12492
12493 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12494 variables into description.
12495
12496 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12499 shell-delimiter-argument-list (bug#11348).
12500 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12501
12502 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12503
12504 * textmodes/rst.el: Silence byte-compiler warnings.
12505 (rst-re-alist, rst-reset-section-caches): Move around.
12506 (rst-re): Use `characterp', not `char-valid-p'.
12507 (font-lock-beg, font-lock-end): Declare.
12508
12509 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12510 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12511
12512 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12513
12514 2012-05-08 Glenn Morris <rgm@gnu.org>
12515
12516 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12517
12518 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * vc/log-edit.el: Add GNU coding standards highlighting.
12521 (log-edit-font-lock-gnu-style)
12522 (log-edit-font-lock-gnu-keywords): New vars.
12523 (log-edit-font-lock-keywords): New fun.
12524 (log-edit-mode): Don't fold case in font-lock.
12525 (log-edit-font-lock-keywords): Do not assume case-folding.
12526
12527 * imenu.el: Misc cleanup. Make docstrings out of comments.
12528 Use lexical-binding.
12529 (imenu--index-alist, imenu--last-menubar-index-alist)
12530 (imenu-menubar-modified-tick): Use defvar-local.
12531 (imenu--split-menu): Remove unused var.
12532 (imenu--cleanup-seen): Declare as global.
12533 (imenu--cleanup): Use dolist.
12534
12535 * subr.el (defvar-local): Add debug spec and doc-string position.
12536
12537 2012-05-08 Glenn Morris <rgm@gnu.org>
12538
12539 * language/burmese.el, language/cham.el, language/czech.el:
12540 * language/english.el, language/georgian.el, language/greek.el:
12541 * language/japanese.el, language/khmer.el, language/korean.el:
12542 * language/lao.el, language/misc-lang.el, language/romanian.el:
12543 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12544 * language/thai.el, language/utf-8-lang.el:
12545 Remove no-byte-compile setting.
12546
12547 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12548
12549 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12550
12551 * progmodes/make-mode.el (makefile-browse):
12552 Remove unnecessary interactive. (Bug#11324)
12553
12554 2012-05-07 Glenn Morris <rgm@gnu.org>
12555
12556 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12557
12558 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12559
12560 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * loadup.el: Preload newcomment.el.
12563 * newcomment.el: Move autoload-only code to toplevel.
12564
12565 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12566 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12567 Handle new :right-align column property.
12568 (tabulated-list-print-col): Idem, plus use `display' text-property to
12569 try and preserve alignment for variable pitch fonts.
12570
12571 2012-05-07 Chong Yidong <cyd@gnu.org>
12572
12573 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12574 (tabulated-list-use-header-line): New var.
12575 (tabulated-list-init-header): Use it.
12576 (tabulated-list-print-fake-header): New function.
12577 (tabulated-list-print): Use it.
12578 (tabulated-list-sort-button-map): Add non-header-line commands.
12579 (tabulated-list-init-header): Add column name property to basic
12580 labels as well.
12581 (tabulated-list-col-sort): Handle non-header-line button case.
12582 (tabulated-list--sort-by-column-name): Fix a corner case.
12583
12584 * buff-menu.el (list-buffers--refresh):
12585 Handle Buffer-menu-use-header-line.
12586
12587 2012-05-06 Chong Yidong <cyd@gnu.org>
12588
12589 * buff-menu.el: Convert to Tabulated List mode.
12590 (Buffer-menu-buffer+size-width): Make obsolete.
12591 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12592 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12593 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12594 documentation into docstring of buffer-menu.
12595 (Buffer-menu-toggle-files-only): Add an informative message.
12596 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12597 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12598 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12599 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12600 (Buffer-menu-execute, Buffer-menu-select)
12601 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12602 (Buffer-menu-bury): Use Tabulated List machinery.
12603 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12604 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12605 Delete.
12606 (list-buffers--refresh): New function.
12607 (list-buffers-noselect): Use it.
12608 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12609 (Buffer-menu--pretty-file-name): New helper functions.
12610
12611 * loadup.el: Preload tabulated-list.
12612
12613 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12614 tabulated-list-sort-column.
12615 (tabulated-list-init-header): Add the initial aligning space even
12616 if tabulated-list-padding is zero.
12617
12618 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12619
12620 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12621 whose cdr is not a cons cell correctly (bug#11038).
12622
12623 2012-05-06 Chong Yidong <cyd@gnu.org>
12624
12625 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12626 Accept additional plist in column descriptors.
12627 (tabulated-list-init-header): Obey it.
12628 (tabulated-list-get-entry): New function.
12629 (tabulated-list-put-tag): Use it. Use string-width instead of
12630 length.
12631 (tabulated-list--column-number): New function.
12632 (tabulated-list-print): Use it.
12633 (tabulated-list-print-col): New function.
12634 Set `tabulated-list-column-name' property on each column's text.
12635 (tabulated-list-print-entry): Use it.
12636 (tabulated-list-delete-entry, tabulated-list-set-col):
12637 New functions.
12638 (tabulated-list-sort-column): New command (Bug#11337).
12639
12640 * buff-menu.el (list-buffers): Move C-x C-b binding from
12641 buff-menu.el to bindings.el.
12642
12643 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12644 :advertised-binding feature.
12645
12646 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12647
12648 * progmodes/compile.el (compilation-internal-error-properties):
12649 Calculate start position correctly when end-col is set but
12650 end-line is not (Bug#11382).
12651
12652 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12653
12654 * man.el (Man-unindent): Use text-property-default-nonsticky to
12655 prevent untabify from inheriting face properties (Bug#11408).
12656
12657 2012-05-05 Stefan Merten <smerten@oekonux.de>
12658
12659 * textmodes/rst.el: Major merge with upstream development up to
12660 Docutils SVN r7399 / rst.el V1.2.1.
12661
12662 Clarify maintainership and authors.
12663
12664 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12665 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12666 (rst-official-version, rst-official-cvs-rev, rst-version)
12667 (rst-package-emacs-version-alist): New functions and variables
12668 for version information.
12669
12670 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12671 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12672 (rst-mode-syntax-table, rst-mode): New and corrected functions
12673 and variables representing reStructuredText features.
12674
12675 (rst-re): New function for reStructuredText regexes. Use in
12676 many places.
12677
12678 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12679 (rst-mode-map): Rebind keys.
12680
12681 (rst-mode-lazy, rst-font-lock-keywords)
12682 (rst-font-lock-extend-region)
12683 (rst-font-lock-extend-region-internal)
12684 (rst-font-lock-extend-region-extend)
12685 (rst-font-lock-find-unindented-line-limit)
12686 (rst-font-lock-find-unindented-line-match)
12687 (rst-adornment-level, rst-font-lock-adornment-level)
12688 (rst-font-lock-adornment-match)
12689 (rst-font-lock-handle-adornment-pre-match-form)
12690 (rst-font-lock-handle-adornment-matcher): Major revision of
12691 font-locking. Integrate with other code. Use `jit-lock-mode'.
12692
12693 (rst-preferred-adornments, rst-adjust-hook)
12694 (rst-new-adornment-down, rst-preferred-bullets)
12695 (rst-preferred-bullets, rst-indent, rst-indent-width)
12696 (rst-indent-field, rst-indent-literal-normal)
12697 (rst-indent-literal-minimized, rst-indent-comment): Change,
12698 extend and improve customization.
12699
12700 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12701 (rst-normalize-cursor-position, rst-get-decoration)
12702 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12703 (rst-rstrip, rst-toc-insert-find-delete-contents)
12704 (rst-shift-fill-region, rst-compute-bullet-tabs)
12705 (rst-debug-print-tabs, rst-debug-mark-found)
12706 (rst-shift-region-guts, rst-shift-region-right)
12707 (rst-shift-region-left, rst-use-char-classes)
12708 (rst-font-lock-keywords-function)
12709 (rst-font-lock-indentation-point)
12710 (rst-font-lock-find-unindented-line-begin)
12711 (rst-font-lock-find-unindented-line-end)
12712 (rst-font-lock-find-unindented-line)
12713 (rst-font-lock-adornment-point, rst-font-lock-level)
12714 (rst-adornment-level-alist): Remove functions and variables.
12715
12716 (rst-compare-adornments, rst-get-adornment-match)
12717 (rst-suggest-new-adornment, rst-get-adornments-around)
12718 (rst-adornment-complete-p, rst-get-next-adornment)
12719 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12720 (rst-straighten-adornments): Standardize function names to
12721 use "adornment" instead of "decoration". Correct callers.
12722 Similar standardizing in many places.
12723
12724 (rst-update-section, rst-adjust, rst-promote-region)
12725 (rst-enumerate-region, rst-bullet-list-region)
12726 (rst-repeat-last-character): Correct use of `interactive'.
12727
12728 (rst-classify-adornment, rst-find-all-adornments)
12729 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12730 (rst-find-leftmost-column, rst-repeat-last-character):
12731 Refactor functions.
12732
12733 (rst-find-title-line, rst-reset-section-caches)
12734 (rst-get-adornments-around, rst-adjust-adornment-work)
12735 (rst-arabic-to-roman, rst-roman-to-arabic)
12736 (rst-insert-list-pos, rst-insert-list-new-item)
12737 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12738 New functions.
12739
12740 (rst-all-sections, rst-section-hierarchy)
12741 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12742 New variables.
12743
12744 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12745 configuration instead of only buffer. Change where necessary.
12746
12747 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12748 (rst-shift-region, rst-adaptive-fill): New functions for
12749 indentation and filling.
12750
12751 (rst-comment-line-break, rst-comment-indent)
12752 (rst-comment-insert-comment, rst-comment-region)
12753 (rst-uncomment-region): New functions for handling comments.
12754
12755 (rst-compile): Quote shell arguments.
12756
12757 (rst-compile-pdf-preview, rst-compile-slides-preview):
12758 Delete temporary files after use.
12759
12760 2012-05-05 Glenn Morris <rgm@gnu.org>
12761
12762 * calendar/cal-html.el: Optionally include holidays in the output.
12763 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12764 (cal-html-holidays): New option.
12765 (cal-html-css-default): Add holiday entry.
12766 (holiday-in-range): Autoload it.
12767 (cal-html-htmlify-entry): Add optional class argument.
12768 (cal-html-htmlify-list): Add optional holidays argument.
12769 (cal-html-insert-agenda-days): Include holidays in the output.
12770 (cal-html-one-month): Maybe include holidays.
12771
12772 * calendar/holidays.el (holiday-in-range):
12773 Move here from cal-tex-list-holidays.
12774 * calendar/cal-tex.el (cal-tex-list-holidays):
12775 Make it an obsolete alias for holiday-in-range. Update all callers.
12776
12777 2012-05-05 Chong Yidong <cyd@gnu.org>
12778
12779 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12780 Nextstep.
12781
12782 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12783
12784 * files.el (file-auto-mode-skip): New var.
12785 (set-auto-mode-1): Use it.
12786
12787 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12788
12789 * repeat.el: Use lexical-binding.
12790 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12791 (repeat-undo-count): Remove.
12792 (repeat):
12793 * progmodes/octave-mod.el (octave-abbrev-start):
12794 * progmodes/f90.el (f90-abbrev-start):
12795 * face-remap.el (text-scale-adjust):
12796 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12797
12798 * emacs-lisp/pcase.el (pcase--let*): New function.
12799 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12800 a bit more.
12801 (pcase--split-pred): Be more clever about ruling out overlap between
12802 a predicate and some constant pattern.
12803 (pcase--q1): Use `null' instead of (eq foo nil).
12804
12805 * subr.el (setq-local, defvar-local): New macros.
12806 (kbd): Redefine as an alias.
12807 (with-selected-window): Leave unrelated frames alone.
12808 (set-temporary-overlay-map): New function.
12809
12810 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12811
12812 * subr.el (user-error): New function.
12813 * window.el (switch-to-buffer):
12814 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12815 (smerge-match-conflict):
12816 * simple.el (previous-matching-history-element)
12817 (next-matching-history-element, goto-history-element, undo-more)
12818 (undo-start):
12819 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12820 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12821 (next-file, tags-loop-scan, list-tags, complete-tag):
12822 * progmodes/compile.el (compilation-loop):
12823 * mouse.el (mouse-minibuffer-check):
12824 * man.el (Man-bgproc-sentinel, Man-goto-page):
12825 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12826 (Info-history-forward, Info-follow-reference, Info-menu)
12827 (Info-extract-menu-item, Info-extract-menu-counting)
12828 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12829 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12830 (Info-next-reference, Info-prev-reference, Info-index)
12831 (Info-index-next, Info-follow-nearest-node)
12832 (Info-copy-current-node-name):
12833 * imenu.el (imenu--make-index-alist)
12834 (imenu-default-create-index-function, imenu-add-to-menubar):
12835 * files.el (basic-save-buffer, recover-file):
12836 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12837 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12838 (checkdoc-message-text, checkdoc-defun):
12839 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12840 * cus-edit.el (customize-changed-options, customize-rogue)
12841 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12842 (custom-variable-mark-to-reset-standard)
12843 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12844 (custom-file):
12845 * completion.el (check-completion-length):
12846 * comint.el (comint-search-arg)
12847 (comint-previous-matching-input-string-position)
12848 (comint-previous-matching-input)
12849 (comint-replace-by-expanded-history-before-point, comint-send-input)
12850 (comint-copy-old-input, comint-backward-matching-input)
12851 (comint-goto-process-mark, comint-set-process-mark):
12852 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12853 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12854
12855 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * dabbrev.el (dabbrev--ignore-case-p): New function.
12858 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12859 Use it.
12860
12861 * files.el (automount-dir-prefix): Mark as obsolete.
12862
12863 2012-05-04 Glenn Morris <rgm@gnu.org>
12864
12865 * patcomp.el, play/bruce.el: Move to obsolete/.
12866
12867 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12868
12869 Fix minor Y10k bugs.
12870 * arc-mode.el (archive-unixdate):
12871 * autoinsert.el (auto-insert-alist):
12872 * calc/calc-forms.el (math-this-year):
12873 * emacs-lisp/copyright.el (copyright-current-year)
12874 (copyright-update-year, copyright):
12875 * tar-mode.el (tar-clip-time-string):
12876 * time.el (display-time-update):
12877 Don't assume years have 4 digits.
12878
12879 2012-05-04 Chong Yidong <cyd@gnu.org>
12880
12881 * dos-w32.el (file-name-buffer-file-type-alist)
12882 (direct-print-region-use-command-dot-com):
12883 * ffap.el (ffap-menu-regexp):
12884 * find-file.el (ff-special-constructs):
12885 * follow.el (follow-debug):
12886 * forms.el (forms--debug):
12887 * iswitchb.el (iswitchb-all-frames):
12888 * ido.el (ido-all-frames):
12889 * emacs-lisp/timer.el (timer-max-repeats):
12890 * mail/feedmail.el (feedmail-mail-send-hook)
12891 (feedmail-mail-send-hook-queued):
12892 * mail/footnote.el (footnote-signature-separator):
12893 * mail/mailabbrev.el (mail-alias-separator-string)
12894 (mail-abbrev-mode-regexp):
12895 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12896 * progmodes/idlwave.el (idlwave-libinfo-file)
12897 (idlwave-default-completion-case-is-down)
12898 (idlwave-library-routines): Convert defvars to defcustoms.
12899
12900 * mail/rmail.el (rmail-decode-mime-charset):
12901 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12902 (idlwave-shell-fix-inserted-breaks)
12903 (idlwave-shell-activate-alt-keybindings)
12904 (idlwave-shell-use-breakpoint-glyph):
12905 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12906
12907 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12910
12911 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12912
12913 * progmodes/verilog-mode.el (font-lock-keywords):
12914 Fix mis-highligting auto. Reported by Craig Barner.
12915 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12916 defines from global name space. Reported by Dan Dever.
12917 (verilog-auto-reset, verilog-auto-reset-widths)
12918 (verilog-auto-tieoff): Support using unbased numbers for
12919 AUTORESET and AUTOTIEOFF.
12920 (verilog-submit-bug-report): Update variable list.
12921 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12922 parenthesis from not matching. Reported by Michael Rytting.
12923 (verilog-auto-template-lint): Fix hash error when linting modules
12924 with no used templates.
12925 (verilog-warn, verilog-warn-error)
12926 (verilog-warn-fatal): When non-interactive report multiple
12927 warnings before exiting. Suggested by Brad Dobbie.
12928 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12929 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12930 to report unused template errors. Reported by Brad Dobbie.
12931 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12932 nets, bug438. Reported by Vns Blore.
12933 (verilog-auto-inout-module, verilog-auto-reg)
12934 (verilog-read-decls, verilog-read-sub-decls-sig)
12935 (verilog-signals-edit-wire-reg, verilog-signals-with):
12936 Fix passing of Verilog data types in ANSI input/output ports
12937 such as "output logic" into the AUTOs. Special case "wire" and
12938 "reg" for backwards compatibility presuming Verilog 2001.
12939 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12940 (verilog-preprocess): Fix replication of preprocess output.
12941 Reported by Brad Dobbie.
12942 (verilog-auto-inst-interfaced-ports):
12943 Create verilog-auto-inst-interfaced-ports, bug429.
12944 Reported by Julian Gorfajn.
12945 (verilog-after-save-font-hook)
12946 (verilog-before-save-font-hook): New variable.
12947 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12948 (verilog-save-font-mods): Wrap disabling fontification, reported
12949 by David Rogoff.
12950 (verilog-do-indent, verilog-pretty-declarations-auto)
12951 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12952 Reported by Pierre-David Pfister.
12953 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12954 of class declarations, bug292. Reported by Kevin Heilman.
12955 (verilog-read-decls): Fix 'parameter type' not appearing in
12956 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12957 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12958 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12959 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12960 Reported by David Kravitz.
12961
12962 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12963
12964 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12965 assignment with tests in ifs and for loops.
12966 (verilog-extended-complete-re, verilog-complete-reg): Change so
12967 that DPI inport functions don't look like fuction declarations.
12968 (verilog-pretty-expr): Don't line up assignment
12969 operations to the test and increment in if and for loops
12970 (verilog-extended-complete-re, verilog-complete-reg): Change so
12971 that DPI inport functions don't look like fuction declarations.
12972
12973 2012-05-03 Kenichi Handa <handa@m17n.org>
12974
12975 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12976 decoding, and show a warning message without signaling an error
12977 (Bug#11282).
12978
12979 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12980
12981 * emacs-lisp/bytecomp.el
12982 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12983 since cconv.el might have introduced :fun-body, internal-make-closure,
12984 and friends for bytecomp to handle (bug#11391).
12985 * custom.el (defcustom): Avoid ((λ ..) ..).
12986
12987 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12988
12989 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12990
12991 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12992
12993 * notifications.el (dbus-debug):
12994 * term/linux.el (gpm-mouse-enable):
12995 * term/screen.el (xterm-register-default-colors): Declare.
12996
12997 2012-05-02 Chong Yidong <cyd@gnu.org>
12998
12999 * cus-start.el (gc-cons-percentage, exec-suffixes)
13000 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13001 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13002 (make-cursor-line-fully-visible, void-text-area-pointer)
13003 (font-list-limit): Add customization data.
13004
13005 * allout.el (allout-exposure-change-functions)
13006 (allout-structure-added-functions)
13007 (allout-structure-deleted-functions)
13008 (allout-structure-shifted-functions): Rename abnormal hooks from
13009 *-hook, and convert to defcustoms.
13010 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13011 Convert to defcustoms.
13012 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13013
13014 * allout-widgets.el: Hook callers changed.
13015
13016 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13017
13018 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13019 the yanked message in preference to the default value of
13020 buffer-file-coding-system.
13021
13022 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13023
13024 * window.el (display-buffer--action-function-custom-type):
13025 Fix entry.
13026
13027 2012-05-02 Alan Mackenzie <acm@muc.de>
13028
13029 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13030
13031 2012-05-01 Glenn Morris <rgm@gnu.org>
13032
13033 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13034
13035 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13036
13037 * cus-edit.el (custom-variable-documentation): Simplify with format.
13038
13039 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13040 Stefan Monnier <monnier@iro.umontreal.ca>
13041
13042 * simple.el (suggest-key-bindings, execute-extended-command):
13043 Move from keyboard.c.
13044
13045 2012-05-01 Chong Yidong <cyd@gnu.org>
13046
13047 * follow.el: Eliminate advice.
13048 (set-process-filter, process-filter, sit-for): Advice deleted.
13049 (follow-mode-off-hook): Obsolete hook removed.
13050 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13051 Vars deleted.
13052 (follow-auto): Use a :set function.
13053 (follow-mode): Rewritten. Don't advise process filters.
13054 (follow-switch-to-current-buffer-all, follow-scroll-up)
13055 (follow-scroll-down): Assume follow-mode is bound.
13056 (follow-comint-scroll-to-bottom)
13057 (follow-align-compilation-windows): New functions.
13058 (follow--window-sorter): New function.
13059 (follow-all-followers): Use it to explicitly sort windows by their
13060 positions; don't make assumptions about next-window order.
13061 (follow-windows-start-end, follow-delete-other-windows-and-split)
13062 (follow-calc-win-start): Doc fix.
13063 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13064 vertical-motion unnecessarily.
13065 (follow-adjust-window): New function.
13066 (follow-post-command-hook): Use it.
13067 (follow-call-set-process-filter, follow-call-process-filter)
13068 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13069 (follow-stop-intercept-process-output, follow-generic-filter):
13070 Functions deleted.
13071 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13072 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13073 New functions, replacing advice on scroll-bar-* commands.
13074 (follow-mwheel-scroll): New function (Bug#4112).
13075
13076 * comint.el (comint-adjust-point): New function.
13077 (comint-postoutput-scroll-to-bottom): Use it.
13078 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13079
13080 2012-05-01 Glenn Morris <rgm@gnu.org>
13081
13082 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13083 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13084 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13085 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13086 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13087 Remove no-byte-compile setting.
13088
13089 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13090
13091 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13092 all-completions code to not return a number in the last cdr.
13093
13094 2012-04-30 Leo Liu <sdl.web@gmail.com>
13095
13096 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13097 read-only error.
13098
13099 2012-04-29 Chong Yidong <cyd@gnu.org>
13100
13101 * follow.el (follow-calc-win-end): Rewrite to handle partial
13102 screen lines correctly (Bug#8390).
13103 (follow-avoid-tail-recenter): Minor cleanup.
13104
13105 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13106
13107 Avoid the obsolete `assoc' package.
13108 * speedbar.el (speedbar-refresh): Avoid adelete.
13109 (speedbar-file-lists): Simplify and avoid aput.
13110 * man.el (Man--sections, Man--refpages): New vars, replacing
13111 Man-sections-alist and Man-refpages-alist.
13112 (Man-build-section-alist, Man-build-references-alist):
13113 Use them; avoid aput.
13114 (Man--last-section, Man--last-refpage): New vars.
13115 (Man-follow-manual-reference): Use them.
13116 Use the `default' arg of completing-read.
13117 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13118
13119 2012-04-27 Chong Yidong <cyd@gnu.org>
13120
13121 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13122
13123 * startup.el (x-apply-session-resources): New function.
13124
13125 * term/ns-win.el (ns-initialize-window-system):
13126 * term/w32-win.el (w32-initialize-window-system):
13127 * term/x-win.el (x-initialize-window-system): Use it to properly
13128 set menu-bar-mode and other vars from X resources, even if the
13129 initial frame is not a window-system frame (Bug#2299).
13130
13131 * subr.el (read-key): Avoid running filter function when setting
13132 up temporary tool bar entries (Bug#9922).
13133
13134 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13135
13136 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13137 (Bug#11344)
13138
13139 2012-04-27 Chong Yidong <cyd@gnu.org>
13140
13141 * select.el (xselect--encode-string): New function, split from
13142 xselect-convert-to-string.
13143 (xselect-convert-to-string): Use it.
13144 (xselect-convert-to-filename, xselect-convert-to-os)
13145 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13146 returned strings are properly encoded (Bug#11315).
13147
13148 2012-04-27 Chong Yidong <cyd@gnu.org>
13149
13150 * simple.el (delete-active-region): Move to killing custom group.
13151
13152 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13153
13154 * progmodes/which-func.el (which-func-current): Quote %
13155 characters for mode-line processing.
13156
13157 2012-04-27 Chong Yidong <cyd@gnu.org>
13158
13159 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13160 reaching eob (Bug#11286).
13161
13162 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13163
13164 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13165 (gdb): Make it buffer-local and init to zero.
13166 (gdb-control-commands-regexp): New variable.
13167 (gdb-send): Don't wrap in "-interpreter-exec console" if
13168 gdb-control-level is positive. Increment gdb-control-level
13169 whenever the command matches gdb-control-commands-regexp, and
13170 decrement it each time the command is "end". (Bug#11279)
13171
13172 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13173
13174 * window.el (adjust-window-trailing-edge, enlarge-window)
13175 (shrink-window, window-resize):
13176 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13177 windows (Bug#11276).
13178
13179 2012-04-27 Chong Yidong <cyd@gnu.org>
13180
13181 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13182 fix "missing prefix" warning. All callers changed.
13183
13184 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 * emacs-lisp/assoc.el: Move to obsolete/.
13187
13188 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13191
13192 * term/ns-win.el (ns-define-service):
13193 * progmodes/pascal.el (pascal-goto-defun):
13194 * progmodes/js.el (js--read-tab):
13195 * progmodes/etags.el (tags-lazy-completion-table):
13196 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13197 * emacs-lisp/ewoc.el (ewoc--wrap):
13198 * emacs-lisp/assoc.el (aput, adelete, amake):
13199 * doc-view.el (doc-view-convert-current-doc):
13200 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13201
13202 2012-04-26 Chong Yidong <cyd@gnu.org>
13203
13204 * image.el (image-type-from-buffer): Only return supported image
13205 type (Bug#9045).
13206
13207 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13208 value, for symmetry with diff-end-of-hunk.
13209 (diff-split-hunk, diff-find-source-location)
13210 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13211 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13212 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13213 compute the relevant hunk or file properly (Bug#6005).
13214 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13215
13216 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13217
13218 * vc/vc-mtn.el:
13219 * vc/vc-hg.el:
13220 * vc/vc-git.el:
13221 * vc/vc-dir.el:
13222 * vc/vc-cvs.el:
13223 * vc/vc-bzr.el:
13224 * vc/vc-arch.el:
13225 * vc/vc.el: Replace lexical-let by lexical-binding.
13226 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13227 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13228 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13229
13230 2012-04-26 Chong Yidong <cyd@gnu.org>
13231
13232 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13233 (diff-mode-shared-map): Bind it to / and [remap undo].
13234
13235 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13236 (ediff-window-setup-function): Use it as the default, to set up
13237 windows based on whether the current frame is graphical (Bug#2138).
13238 (ediff-choose-window-setup-function-automatically): Make obsolete.
13239
13240 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13241
13242 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13243
13244 * ffap.el: Remove old code for obsolete package.
13245 (ffap-complete-as-file-p): Remove.
13246
13247 Use completion-table-with-quoting for comint and pcomplete.
13248 * comint.el (comint--unquote&requote-argument)
13249 (comint--unquote-argument, comint--requote-argument): New functions.
13250 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13251 (comint-quote-filename): Use regexp-opt-charset.
13252 (comint--common-suffix, comint--common-quoted-suffix)
13253 (comint--table-subvert): Remove.
13254 (comint-unquote-function, comint-requote-function): New vars.
13255 (comint--complete-file-name-data): Use them with
13256 completion-table-with-quoting.
13257 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13258 * pcomplete.el (pcomplete-arg-quote-list)
13259 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13260 (pcomplete-unquote-argument-function): Default to non-nil.
13261 (pcomplete-unquote-argument): Simplify.
13262 (pcomplete--common-quoted-suffix): Remove.
13263 (pcomplete-requote-argument-function): New var.
13264 (pcomplete--common-suffix): New function.
13265 (pcomplete-completions-at-point): Use completion-table-with-quoting
13266 and completion-table-subvert.
13267
13268 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13269 (minibuffer--double-dollars): Preserve properties.
13270 (completion--sifn-requote): New function.
13271 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13272
13273 * minibuffer.el: Add support for completion of quoted/escaped data.
13274 (completion-table-with-quoting, completion-table-subvert): New funs.
13275 (completion--twq-try, completion--twq-all): New functions.
13276 (completion--nth-completion): New function.
13277 (completion-try-completion, completion-all-completions): Use it.
13278
13279 2012-04-25 Leo Liu <sdl.web@gmail.com>
13280
13281 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13282 Use compilation-message if available to find real filename.
13283
13284 2012-04-25 Chong Yidong <cyd@gnu.org>
13285
13286 * vc/diff-mode.el (diff-setup-whitespace): New function.
13287 (diff-mode): Use it.
13288
13289 * vc/diff.el (diff-sentinel):
13290 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13291 Whitespace mode variables based on diff style (Bug#8612).
13292
13293 2012-04-25 Leo Liu <sdl.web@gmail.com>
13294
13295 * progmodes/python.el (python-send-region): Add suffix .py to the
13296 temp file.
13297
13298 * files.el (auto-mode-alist): Use javascript-mode instead.
13299
13300 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13301
13302 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13303
13304 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13305 (soap-resolve-references-for-array-type): Hack to prevent self
13306 references, see Bug#9.
13307 (soap-parse-envelope): Report the contents of the 'detail' node
13308 when receiving a fault reply.
13309 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13310
13311 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13312 (soap-inspect-simple-type): New function.
13313
13314 * net/soap-client.el (soap-simple-type): New struct.
13315 (soap-default-xsd-types, soap-default-soapenc-types)
13316 (soap-decode-basic-type, soap-encode-basic-type):
13317 support unsignedInt and double basic types.
13318 (soap-resolve-references-for-simple-type)
13319 (soap-parse-simple-type, soap-encode-simple-type): New function.
13320 (soap-parse-schema): Parse xsd:simpleType declarations.
13321
13322 * net/soap-client.el (soap-default-xsd-types)
13323 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13324 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13325 the local name of "soapenc:Array".
13326 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13327 decoding integer, byte and anyURI xsd types.
13328
13329 2012-04-25 Chong Yidong <cyd@gnu.org>
13330
13331 * cus-edit.el (custom-buffer-create-internal): Update header text.
13332
13333 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13334
13335 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13336 settings on 'system-type', not on 'window-system'. On MS-Windows,
13337 set interactive-mode on in GDB.
13338
13339 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13340
13341 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13342 (ruby-syntax-propertize-regexp): Remove.
13343 (ruby-syntax-propertize-function): Split regexp into chunks.
13344 Match following code directly.
13345
13346 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13347
13348 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13349 (ruby-syntax-propertize-regexp): New function.
13350 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13351 by a special keyword.
13352
13353 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13354 (ruby-syntax-general-delimiters-goto-beg)
13355 (ruby-syntax-propertize-general-delimiters): New functions.
13356 (ruby-syntax-propertize-function): Use them to handle GDL.
13357 (ruby-font-lock-keywords): Move old handling of GDL...
13358 (ruby-font-lock-syntactic-keywords): .. to here.
13359 (ruby-calculate-indent): Adjust indentation for GDL.
13360
13361 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13362
13363 * notifications.el (top): Remove unneeded declarations.
13364 (notifications-specification-version): Change to "1.2".
13365 (notifications-interface, notifications-notify-method)
13366 (notifications-close-notification-method): Fix docstring.
13367 (notifications-get-capabilities-method): New defconst.
13368 (notifications-notify): Add :action-items, :resident and
13369 :transient hints. Change "image_data" to "image-data" and
13370 "image_path" to "image-path".
13371 (notifications-get-capabilities): New defun.
13372
13373 2012-04-24 Leo Liu <sdl.web@gmail.com>
13374
13375 * progmodes/python.el: Move hideshow setup to the end.
13376
13377 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13378
13379 * window.el (handle-select-window): Clear echo area since this is
13380 no more done by read_char (Bug#11304).
13381
13382 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13383
13384 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13385 and `/ M' to filter-derived-mode.
13386 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13387 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13388 (ibuffer-mark-by-mode): Use default rather than initial-input.
13389 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13390
13391 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13392
13393 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13394 (ibuffer-filter-by-derived-mode): New filter.
13395 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13396
13397 2012-04-23 Andreas Politz <politza@fh-trier.de>
13398
13399 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13400
13401 2012-04-23 Chong Yidong <cyd@gnu.org>
13402
13403 * cus-edit.el (customize-apropos, customize-apropos-options):
13404 Disable matching of non-option variables (Bug#11176).
13405 (customize-option, customize-option-other-window)
13406 (customize-changed-options): Doc fix.
13407 (customize-apropos-options, customize-apropos-faces)
13408 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13409
13410 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13411 Fix word list splitting (Bug#11132).
13412 (apropos-symbol, apropos-keybinding, apropos-label)
13413 (apropos-property, apropos-function-button)
13414 (apropos-variable-button, apropos-misc-button): New faces.
13415 (apropos-symbol-face, apropos-keybinding-face)
13416 (apropos-label-face, apropos-property-face, apropos-match-face):
13417 Variables removed (Bug#8396).
13418 (apropos-library-button, apropos-format-plist, apropos-print)
13419 (apropos-print-doc, apropos-describe-plist): Callers changed.
13420
13421 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13422
13423 * net/xesam.el (xesam-mode-map): Use let-bound map in
13424 initialization. (Bug#11292)
13425
13426 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13427
13428 Preserve ispell session localwords when switching back to
13429 original buffer.
13430
13431 * textmodes/ispell.el (ispell-buffer-session-localwords):
13432 New buffer-local variable to hold buffer session localwords.
13433 (ispell-kill-ispell): Add option 'clear to delete session
13434 localwords.
13435 (ispell-command-loop, ispell-change-dictionary)
13436 (ispell-buffer-local-words): Preserve session localwords when
13437 needed.
13438
13439 * textmodes/flyspell.el (flyspell-process-localwords)
13440 (flyspell-do-correct): Preserve session localwords when needed.
13441
13442 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13443
13444 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13445 using obsolete `translation-table-for-input'.
13446 (ispell-word, ispell-process-line, ispell-complete-word):
13447 Use plain `insert' instead of removed `ispell-insert-word'.
13448
13449 2012-04-22 Chong Yidong <cyd@gnu.org>
13450
13451 * cus-edit.el (custom-variable-menu)
13452 (custom-variable-reset-saved, custom-face-menu)
13453 (custom-face-reset-saved): If there is no saved value, make the
13454 "reset-saved" operation bring back the default (Bug#9509).
13455 (custom-face-state): Properly detect themed faces.
13456
13457 * faces.el (face-spec-set): Stop supporting deprecated form of
13458 third arg.
13459
13460 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13461
13462 Move functions from C to Lisp. Make non-blocking method calls
13463 the default. Implement further D-Bus standard interfaces.
13464
13465 * net/dbus.el (dbus-message-internal): Declare function.
13466 Remove unneeded function declarations.
13467 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13468 (dbus-message-type-method-return, dbus-message-type-error)
13469 (dbus-message-type-signal): Declare variables. Remove local
13470 definitions.
13471 (dbus-interface-dbus, dbus-interface-peer)
13472 (dbus-interface-introspectable, dbus-interface-properties)
13473 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13474 Adapt docstring.
13475 (dbus-interface-objectmanager): New defconst.
13476 (dbus-call-method, dbus-call-method-asynchronously)
13477 (dbus-send-signal, dbus-method-return-internal)
13478 (dbus-method-error-internal, dbus-register-service)
13479 (dbus-register-signal, dbus-register-method): New defuns, moved
13480 from dbusbind.c
13481 (dbus-call-method-handler, dbus-setenv)
13482 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13483 New defuns.
13484 (dbus-call-method-non-blocking): Make it an obsolete function.
13485 (dbus-unregister-object, dbus-unregister-service)
13486 (dbus-handle-event, dbus-register-property)
13487 (dbus-property-handler): Obey the new structure of
13488 `bus-registered-objects'.
13489 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13490 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13491 Use `dbus-call-method'.
13492
13493 2012-04-22 Chong Yidong <cyd@gnu.org>
13494
13495 * cus-edit.el (custom-commands, custom-reset-menu)
13496 (Custom-reset-standard): Tweak labels.
13497 (custom-reset-button-menu): Change default to t.
13498 (custom-buffer-create-internal): For the custom-reset-button-menu
13499 case, put the revert button first.
13500 (custom-group-subtitle): New face.
13501 (custom-group-value-create): Align docstring to a specific column.
13502
13503 * wid-edit.el (widget-documentation-link-add): Don't handle
13504 indentation in this function.
13505 (widget-documentation-string-indent-to): New function.
13506 (widget-documentation-string-value-create): Use it.
13507
13508 * autorevert.el (auto-revert):
13509 * epg-config.el (epg):
13510 * ibuffer.el (ibuffer):
13511 * mpc.el (mpc):
13512 * ses.el (ses):
13513 * eshell/eshell.el (eshell):
13514 * net/ange-ftp.el (ange-ftp):
13515 * progmodes/ebnf2ps.el (postscript):
13516 * progmodes/flymake.el (flymake):
13517 * progmodes/prolog.el (prolog):
13518 * progmodes/verilog-mode.el (verilog-mode):
13519 * progmodes/which-func.el (which-func):
13520 * term/xterm.el (xterm):
13521 * textmodes/picture.el (picture):
13522 * textmodes/tildify.el (tildify):
13523 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13524 customization buffers.
13525
13526 2012-04-22 Alan Mackenzie <acm@muc.de>
13527
13528 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13529 Adding a ) can hide the resulting (..) from searches. Fix it.
13530 Bound the backward search to the position of the existing (.
13531
13532 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13533
13534 * progmodes/verilog-mode.el (verilog-mode): Check whether
13535 which-func-modes is t before adding verilog-mode.
13536 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13537
13538 2012-04-21 Leo Liu <sdl.web@gmail.com>
13539
13540 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13541
13542 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13543
13544 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13545 filling of the last column of a table (Bug#5635).
13546 (woman-find-next-control-line): New arg, specifying an additional
13547 regexp component for the control line.
13548 (woman2-roff-buffer): Use it.
13549 (woman-break-table): New function.
13550 (woman2-TS): Use it.
13551
13552 2012-04-21 Chong Yidong <cyd@gnu.org>
13553
13554 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13555 (woman-horizontal-escapes, woman-negative-vertical-space)
13556 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13557 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13558
13559 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13560
13561 * minibuffer.el (completion-file-name-table): Complete user names.
13562
13563 2012-04-20 Leo Liu <sdl.web@gmail.com>
13564
13565 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13566 and pcase-let*.
13567
13568 2012-04-20 Chong Yidong <cyd@gnu.org>
13569
13570 * server.el (server-execute): Respect initial-buffer-choice if it
13571 is a string and there are no files to open (Bug#2825).
13572 (server-create-window-system-frame, server-create-tty-frame):
13573 Don't switch buffers here.
13574 (server-process-filter): Only try to open a window system frame if
13575 compiled with graphical support (Bug#8314).
13576
13577 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13578
13579 * battery.el (battery-echo-area-format): Display remaining time
13580 for sysfs backend too (Bug#11269).
13581 (battery-linux-sysfs): Fix conditional for the charge.
13582
13583 2012-04-20 Chong Yidong <cyd@gnu.org>
13584
13585 * progmodes/gdb-mi.el (gdb): Revert previous change.
13586 (gdb-inferior-io--init-proc): New function.
13587 (gdb-init-1): Use it.
13588 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13589 responsible for allocating a new pty and hooking it to gdb when
13590 the old pty gets an EIO due to process exit.
13591 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13592 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13593 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13594
13595 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13596
13597 * window.el (window-min-size, window-sizable, window-min-delta)
13598 (window-max-delta, window--resizable, window-resizable)
13599 (window-total-size, window-full-height-p, window-full-width-p)
13600 (window-in-direction, window--resize-mini-window, window-resize)
13601 (window--resize-child-windows-normal)
13602 (window--resize-child-windows, window--resize-siblings)
13603 (window--resize-this-window, adjust-window-trailing-edge)
13604 (enlarge-window, shrink-window): Doc fixes.
13605
13606 2012-04-20 Chong Yidong <cyd@gnu.org>
13607
13608 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13609 New function to call delete-process on the gdb-inferior buffer's pty.
13610 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13611 pty process (Bug#11273).
13612 (gdb-update): New arg to suppress talking to the gdb process.
13613 (gdb-done-or-error): Use it.
13614 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13615 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13616 sentinel not being called.
13617
13618 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13619
13620 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13621
13622 2012-04-20 Glenn Morris <rgm@gnu.org>
13623
13624 * net/network-stream.el (open-network-stream): Doc fix.
13625
13626 2012-04-20 Chong Yidong <cyd@gnu.org>
13627
13628 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13629
13630 2012-04-20 Alan Mackenzie <acm@muc.de>
13631
13632 Ensure searching for keywords is case sensitive.
13633
13634 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13635 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13636 (c-defun-name, c-mark-function, c-cpp-define-name)
13637 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13638 (c-context-line-break): Bind case-fold-search to nil.
13639
13640 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13641 Bind case-fold-search to nil.
13642
13643 2012-04-20 Chong Yidong <cyd@gnu.org>
13644
13645 * mail/sendmail.el (mail-bury): Call return action with the right
13646 Rmail buffer (Bug#11242).
13647
13648 * server.el (server-process-filter): Handle corner case where both
13649 tty and nowait options are present (Bug#11102).
13650
13651 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13652
13653 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13654 (top level): Put into the executable the ident-style '$Id:' tag on
13655 windows-nt as well.
13656
13657 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13658
13659 * electric.el (electric-indent-post-self-insert-function): Check that
13660 electric-indent-mode is enabled in current buffer.
13661
13662 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13663
13664 * imenu.el (imenu-progress-message): Restore; it is "used" in
13665 erc/erc-imenu.el and net/snmp-mode.el.
13666
13667 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13668
13669 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13670 (mouse-avoidance-nudge-mouse): Remove unused binding.
13671
13672 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13673
13674 * descr-text.el (describe-char):
13675 * progmodes/python.el (python-describe-symbol):
13676 Don't call `toggle-read-only', set `buffer-read-only'.
13677
13678 * imenu.el (imenu-default-goto-function): Mark unused args.
13679 (imenu-progress-message): Remove obsolete macro; all callers changed.
13680
13681 * subr.el (keymap-canonicalize): Remove unused binding.
13682 (read-passwd): Mark unused arg.
13683
13684 * tutorial.el (tutorial--display-changes): Remove unused binding.
13685 (tutorial--save-tutorial-to): Remove unused variable.
13686
13687 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13688 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13689 (package-generate-autoloads, package-menu--generate)
13690 (package-menu--find-upgrades): Remove unused bindings.
13691
13692 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13693 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13694 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13695 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13696 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13697 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13698 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13699 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13700 (cua-delete-char-rectangle): Mark unused args.
13701 (cua-align-rectangle): Remove unused binding.
13702
13703 * mail/rmail.el (compilation--message->loc)
13704 (epa--find-coding-system-for-mime-charset): Declare.
13705
13706 * net/dbus.el (dbus-register-service): Declare.
13707 (dbus-name-owner-changed-handler): Remove unused binding.
13708
13709 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13710 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13711 (nxml-scan-backward-within): Mark unused arg.
13712 (nxml-dynamic-markup-word): Remove unused binding.
13713
13714 * mouse.el (mouse-menu-major-mode-map):
13715 * emacs-lisp/authors.el (authors-scan-change-log)
13716 (authors-add-to-author-list):
13717 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13718 * emacs-lisp/smie.el (smie-auto-fill):
13719 * mail/sendmail.el (mail-bury):
13720 * mail/unrmail.el (unrmail):
13721 * net/tls.el (open-tls-stream):
13722 * textmodes/picture.el (picture-mouse-set-point):
13723 Remove unused bindings.
13724
13725 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13726
13727 * net/tramp.el (tramp-action-password): Let-bind
13728 `enable-recursive-minibuffers' to t.
13729
13730 2012-04-18 Sam Steingold <sds@gnu.org>
13731
13732 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13733 instead of 'string to accommodate values like [f11].
13734 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13735 * progmodes/gdb-mi.el: Likewise.
13736
13737 2012-04-18 Leo Liu <sdl.web@gmail.com>
13738
13739 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13740 current buffer.
13741 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13742 LOCAL is nil.
13743
13744 2012-04-18 Chong Yidong <cyd@gnu.org>
13745
13746 * simple.el (line-move): Use forward-line if in batch mode
13747 (Bug#11053).
13748
13749 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13750
13751 * files.el (after-find-file): Do not try to add a final newline if
13752 the buffer is read-only (Bug#11156).
13753
13754 2012-04-17 Richard Stallman <rms@gnu.org>
13755
13756 * mail/rmail.el (rmail-start-mail):
13757 Pass (rmail-mail-return...) for the return-action.
13758 Pass (rmail-yank-current-message...) for the yank-action.
13759 (rmail-yank-current-message): New function.
13760 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13761 (rmail-reply): Likewise.
13762 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13763
13764 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13765 buffer, not the last. Reject temp buffers. Use the rmail-mode
13766 buffer, not newbuf.
13767
13768 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13769
13770 * server.el (server-ensure-safe-dir): Simplify.
13771
13772 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * emacs-lisp/smie.el: Provide smarter auto-filling.
13775 (smie-auto-fill): New function.
13776 (smie-setup): Use it.
13777
13778 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13779
13780 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13781
13782 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13783 (comment-indent): Use it.
13784
13785 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13786
13787 * ses.el: The overall change is to add cell renaming, that is
13788 setting fancy names for cell symbols other than name matching
13789 "\\`[A-Z]+[0-9]+\\'" regexp .
13790 (ses-localvars): Add ses--renamed-cell-symb-list.
13791 (ses-create-cell-variable): New defun.
13792 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13793 (ses-relocate-formula): Relocate formulas only for cells the
13794 symbols of which are not renamed, i.e. symbols whose names do not
13795 match regexp "\\`[A-Z]+[0-9]+\\'".
13796 (ses-relocate-all): Relocate values only for cells the symbols of
13797 which are not renamed.
13798 (ses-load): Create cells variables as the (ses-cell ...) are read,
13799 in order to check row col consistency with cell symbol name only
13800 for cells that are not renamed.
13801 (ses-replace-name-in-formula): New defun.
13802 (ses-rename-cell): New defun.
13803
13804 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13805
13806 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13807 New option (bug#11118).
13808 (perl-calculate-indent): Respect it.
13809
13810 2012-04-17 Glenn Morris <rgm@gnu.org>
13811
13812 * dired-aux.el (dired-mark-read-string): Doc fix.
13813
13814 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13815
13816 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13817 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13818
13819 2012-04-17 Glenn Morris <rgm@gnu.org>
13820
13821 * mouse.el (mouse-drag-track):
13822 * speedbar.el (speedbar-frame-mode):
13823 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13824
13825 2012-04-16 Leo Liu <sdl.web@gmail.com>
13826
13827 * progmodes/python.el: Trivial cleanup.
13828
13829 2012-04-16 Glenn Morris <rgm@gnu.org>
13830
13831 * vc/vc.el (vc-string-prefix-p):
13832 * vc/pcvs-util.el (cvs-string-prefix-p):
13833 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13834 * mpc.el (mpc-string-prefix-p):
13835 Make all of these into obsolete aliases for string-prefix-p.
13836 Update callers.
13837 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13838
13839 * textmodes/two-column.el: Move custom options to the start.
13840 (frame-width): Remove compat definition.
13841 (2C-associate-buffer, 2C-dissociate):
13842 Use with-current-buffer rather than save-excursion.
13843 (2C-dissociate): Force a mode-line update.
13844 (2C-autoscroll): Use ignore-errors.
13845
13846 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13847 Autoload trivia.
13848
13849 * emacs-lisp/cl-extra.el (*random-state*):
13850 Remove unnecessary declaration.
13851
13852 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13853
13854 * play/cookie1.el (cookie-snarf):
13855 Give an explicit error if input file cannot be read.
13856
13857 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13858
13859 * progmodes/perl-mode.el (c-macro-expand):
13860 Remove unnecessary autoload (it is in loaddefs.el).
13861
13862 * textmodes/picture.el (picture-desired-column)
13863 (picture-update-desired-column): Convert comments to doc-strings.
13864 (picture-substitute): Remove function.
13865 (picture-mode-map): Initialize in the defvar.
13866
13867 * woman.el: Remove eval-after-load for tar-mode.
13868 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13869 (woman-tar-extract-file): Autoload it.
13870
13871 * frame.el (automatic-hscrolling): Make this alias obsolete.
13872
13873 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13874
13875 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13876 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13877 (ispell-dictionary-base-alist): Revert to original XEmacs
13878 friendly version for default. [:alpha:] will be added in
13879 `ispell-set-spellchecker-params' if needed.
13880
13881 2012-04-16 Chong Yidong <cyd@gnu.org>
13882
13883 * image.el (imagemagick--file-regexp): New variable.
13884 (imagemagick-register-types): Use it.
13885 (imagemagick-types-inhibit): Add :set function. Allow new value
13886 of t to inhibit all types.
13887
13888 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13889 so we can preload it.
13890
13891 * loadup.el (fboundp): Preload regexp-opt, needed by
13892 imagemagick-register-types.
13893
13894 2012-04-15 Chong Yidong <cyd@gnu.org>
13895
13896 * frame.el (scrolling): Remove nearly unused customization group.
13897
13898 * scroll-all.el (scroll-all-mode): Move to windows group.
13899
13900 2012-04-15 Chong Yidong <cyd@gnu.org>
13901
13902 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13903
13904 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13905
13906 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13907 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13908
13909 2012-04-15 Glenn Morris <rgm@gnu.org>
13910
13911 * simple.el (process-file-side-effects): Doc fix.
13912
13913 2012-04-15 Glenn Morris <rgm@gnu.org>
13914
13915 * international/mule-cmds.el (set-language-environment): Doc fix.
13916
13917 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13918
13919 * server.el (server-auth-key, server-generate-key): Doc fixes.
13920 (server-get-auth-key): Doc fix. Use `string-match-p'.
13921 (server-start): Reflow docstring.
13922
13923 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13924
13925 * server.el (server-generate-key): `called-interactively-p'
13926 requires a parameter.
13927
13928 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13929
13930 * server.el (server-auth-key): New variable.
13931 (server-generate-key, server-get-auth-key): New function.
13932 (server-start): Use the new variable and functions to allow
13933 setting a permanent server key (bug#9423).
13934
13935 2012-04-14 Leo Liu <sdl.web@gmail.com>
13936
13937 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13938
13939 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13940
13941 Spelling fixes.
13942 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13943 Emacs uses American spelling.
13944
13945 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13946
13947 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13948 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13949 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13950 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13951
13952 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13953
13954 * progmodes/which-func.el (which-func-modes): Change default.
13955
13956 2012-04-14 Kim F. Storm <storm@cua.dk>
13957
13958 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13959 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13960
13961 2012-04-14 Chong Yidong <cyd@gnu.org>
13962
13963 * custom.el (custom-theme-set-variables): Doc fix.
13964
13965 2012-04-14 Glenn Morris <rgm@gnu.org>
13966
13967 * international/mule.el (set-auto-coding-for-load): Doc fix.
13968
13969 2012-04-14 Alan Mackenzie <acm@muc.de>
13970
13971 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13972 imenu work again for Objective C Mode. Correct the *-index values,
13973 these having been disturbed by a previous change in 2011-08.
13974
13975 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13976 Correct two search limits.
13977
13978 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13979
13980 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13981
13982 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13983
13984 * international/characters.el: Fix sorting.
13985
13986 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13987
13988 * international/characters.el: Add more missing Latin case pairs.
13989
13990 2012-04-14 Glenn Morris <rgm@gnu.org>
13991
13992 * files.el (dir-locals-set-class-variables): Doc fix.
13993
13994 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13995
13996 * international/characters.el: Add set-case-syntax-pair call for
13997 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13998 counterpart. (Bug#11209)
13999
14000 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14001
14002 2012-04-14 Glenn Morris <rgm@gnu.org>
14003
14004 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14005
14006 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14007
14008 * textmodes/ispell.el (ispell-dictionary-base-alist):
14009 Add data for Hebrew.
14010
14011 2012-04-14 Chong Yidong <cyd@gnu.org>
14012
14013 * net/rcirc.el (rcirc-cmd-quit):
14014 Revert 2012-03-18 change (Bug#11192).
14015
14016 2012-04-14 Glenn Morris <rgm@gnu.org>
14017
14018 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14019
14020 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14021
14022 * minibuffer.el (completion-in-region-mode-map):
14023 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14024
14025 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14026
14027 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14028
14029 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14030
14031 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14032 to allow `C-M-f' and `C-M-b' to move to the nearest path
14033 separator (bug#9511).
14034
14035 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14036
14037 * avoid.el: Require cl when compiling. And also move the
14038 `provide' to the end.
14039
14040 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14041
14042 * avoid.el (mouse-avoidance-banish-position): New variable.
14043 (mouse-avoidance-banish-destination): Use it (bug#10165).
14044
14045 2012-04-13 Leo Liu <sdl.web@gmail.com>
14046
14047 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14048
14049 2012-04-13 Ken Brown <kbrown@cornell.edu>
14050
14051 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14052 this is no longer needed now that cygstart understands file:// URLs.
14053 (browse-url-filename-alist): For the same reason, don't modify
14054 file:// URLs on Cygwin.
14055
14056 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14059 the region on shift if the binding is already shifted (bug#11221).
14060
14061 2012-04-12 Glenn Morris <rgm@gnu.org>
14062
14063 * mail/mailpost.el: Move to obsolete/.
14064
14065 2012-04-12 Drew Adams <drew.adams@oracle.com>
14066
14067 * imenu.el (imenu--generic-function): Ignore invisible definitions
14068 (bug#10123).
14069
14070 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14071
14072 * hexl.el (hexl-bits): New variable.
14073 (hexl-options): Mention the variable in the doc string.
14074 (hexl-rulerise, hexl-line-displen): New functions.
14075 (hexl-mode): Mention the new variable.
14076 (hexl-mode, hexl-current-address, hexl-current-address):
14077 Use the displen.
14078 (hexl-ascii-start-column): New function.
14079 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14080 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14081
14082 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14083
14084 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14085 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14086 the encoding, as expected by hunspell.
14087
14088 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * battery.el (battery--linux-sysfs-regexp): New const.
14091 (battery-status-function): Use it. Remove yeeloong special case.
14092 (battery-yeeloong-sysfs): Remove.
14093 (battery-echo-area-format): Remove yeeloong special case.
14094
14095 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14096
14097 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14098 Reported by Noah Friedman.
14099
14100 * subr.el (read-passwd): Use read-string.
14101
14102 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14103
14104 * vcursor.el (vcursor-move): Increase the priority of the overlay
14105 (bug#9663).
14106
14107 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14108
14109 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14110 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14111
14112 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14113
14114 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14115 define-minor-mode (bug#10760).
14116
14117 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14118
14119 * progmodes/grep.el (rgrep): Tweak the find command line so
14120 that directories matching `grep-find-ignored-files' won't be
14121 pruned (bug#10351).
14122
14123 2012-04-11 Chong Yidong <cyd@gnu.org>
14124
14125 * startup.el (command-line): Remove support for long-obsolete
14126 variable font-lock-face-attributes.
14127
14128 2012-04-11 Glenn Morris <rgm@gnu.org>
14129
14130 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14131
14132 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14133
14134 * window.el (window--state-get-1): Obey window-point-insertion-type.
14135
14136 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14137
14138 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14139 to previous function when point is on the first character of a
14140 function. Take care of that in `narrow-to-defun' (bug#6157).
14141
14142 2012-04-11 Glenn Morris <rgm@gnu.org>
14143
14144 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14145 not just file-errors.
14146
14147 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14148 (vc-bzr-sha1): Use internal sha1.
14149
14150 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14151
14152 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14153
14154 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
14155
14156 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14157 that start in the middle of the line (bug#10496).
14158
14159 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14160
14161 * battery.el (battery-linux-proc-acpi): Only one battery is
14162 discharged at a time, but that seems to confuse battery.el when
14163 computing `rate-type' for the battery not being discharged
14164 (bug#10332).
14165
14166 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14167
14168 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14169
14170 * international/quail.el: Use dolist and simplify.
14171 (quail-define-package, quail-update-keyboard-layout)
14172 (quail-define-rules): Use dolist.
14173 (quail-insert-kbd-layout, quail-get-translation): CSE.
14174
14175 * tmm.el: Use dolist, remove left over hook.
14176 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14177 Use dolist.
14178 (calendar-load-hook): Don't mess with it.
14179
14180 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14181 Use derived-mode-p. Run the diff asynchronously.
14182
14183 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14184
14185 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14186
14187 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14188
14189 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14190 (list-dynamic-libraries--loaded): New function.
14191 (list-dynamic-libraries--refresh): Use it.
14192
14193 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14194
14195 * progmodes/python.el (python-fill-paragraph):
14196 Make python-fill-region in a multiline string work when font-lock is
14197 disabled (bug#7018).
14198
14199 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
14200
14201 * language/european.el (cp775): Add oem/legacy (en)coding on
14202 DOS/MS Windows for the Baltic languages. There are still plenty
14203 of texts written in this encoding/codepage (bug#6519).
14204
14205 2012-04-10 Glenn Morris <rgm@gnu.org>
14206
14207 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14208 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14209
14210 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14211
14212 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14213 next-line "n" and previous-line "p" in order to make recentf more
14214 consistent with ibuffer, dired or org-mode (bug#9387).
14215
14216 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14217
14218 * image.el (put-image): Return the overlay created instead of the
14219 optional input string (bug#7834). Note that this may break code
14220 that is (for some reason or other) depending on `put-image'
14221 returning the string.
14222
14223 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14224
14225 * simple.el (zap-to-char): Allow zapping using input methods
14226 (bug#1580).
14227
14228 * textmodes/fill.el (fill-region): Leave point and mark where they
14229 were before filling (bug#5399).
14230
14231 2012-04-09 Glenn Morris <rgm@gnu.org>
14232
14233 * version.el (emacs-bzr-get-version):
14234 Handle lightweight checkouts of local branches.
14235
14236 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14237
14238 * international/characters.el: Recover lost case pairs. (Bug#11209)
14239
14240 2012-04-09 Chong Yidong <cyd@gnu.org>
14241
14242 * custom.el (custom-variable-p): Return nil for non-symbol
14243 arguments instead of signaling an error.
14244 (user-variable-p): Obsolete alias for custom-variable-p.
14245
14246 * apropos.el (apropos-variable):
14247 * files-x.el (read-file-local-variable):
14248 * simple.el (set-variable):
14249 * woman.el (woman-mini-help):
14250 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14251
14252 2012-04-09 Glenn Morris <rgm@gnu.org>
14253
14254 * startup.el (normal-top-level): Don't look for leim-list.el
14255 in places where it will not be found. (Bug#910)
14256
14257 * international/mule-cmds.el (set-default-coding-systems):
14258 * files.el (normal-mode):
14259 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14260 This function was removed with ucs-tables.el in 2008.
14261
14262 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14263
14264 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14265 ispell-encoding8-command to "-i", without a trailing space.
14266 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14267 separate command-line arguments, to specify the encoding, since
14268 that's how hunspell expects it.
14269
14270 2012-04-08 Glenn Morris <rgm@gnu.org>
14271
14272 * loadup.el: Load bindings before cus-start.
14273 This reduces somewhat the number of "rogue" settings in emacs -Q.
14274
14275 2012-04-07 Glenn Morris <rgm@gnu.org>
14276
14277 * version.el (emacs-bzr-get-version): New function.
14278 (emacs-bzr-version): New variable.
14279 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14280 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14281
14282 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14283
14284 * international/uni-bidi.el, international/uni-category.el:
14285 * international/uni-combining.el, international/uni-decimal.el:
14286 * international/uni-decomposition.el, international/uni-digit.el:
14287 * international/uni-lowercase.el, international/uni-mirrored.el:
14288 * international/uni-name.el, international/uni-numeric.el:
14289 * international/uni-titlecase.el, international/uni-uppercase.el:
14290 Update for Unicode 6.1.
14291
14292 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14293
14294 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14295
14296 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14297
14298 * window.el (shrink-window): Mention the `window-min-height'
14299 variable in the doc string.
14300
14301 2012-04-05 Bastien Guerry <bzg@altern.org>
14302
14303 * color.el (color-lighten-name): Fix typo.
14304
14305 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * server.el (server--on-display-p): New function.
14308 (server--on-display-p): Use it.
14309
14310 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
14311
14312 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14313 (bug#11145).
14314
14315 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * comint.el (comint--common-quoted-suffix): Check string boundary
14318 before comparing (bug#11158).
14319 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14320
14321 2012-04-04 Chong Yidong <cyd@gnu.org>
14322
14323 * minibuffer.el (completion-extra-properties): Doc fix.
14324
14325 * subr.el (delayed-warnings-hook): Doc fix.
14326
14327 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14328
14329 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14330 selection (Bug#11159).
14331 (epa-insert-keys): Inform that the default public key will be
14332 exported if no key is selected.
14333
14334 2012-04-04 Richard Stallman <rms@gnu.org>
14335
14336 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14337
14338 2012-04-03 Chong Yidong <cyd@gnu.org>
14339
14340 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14341 mail-insert-file, not its obsolete alias mail-attach-file.
14342
14343 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14344
14345 * notifications.el (notifications-notify): Fix docstring.
14346
14347 2012-04-02 Glenn Morris <rgm@gnu.org>
14348
14349 * emacs-lisp/authors.el (authors-aliases): Another addition.
14350
14351 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14352
14353 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14354 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14355 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14356
14357 2012-04-01 Chong Yidong <cyd@gnu.org>
14358
14359 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14360 Handle root directory properly.
14361 (copy-directory): Caller changed.
14362
14363 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14364 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14365
14366 2012-03-31 Glenn Morris <rgm@gnu.org>
14367
14368 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14369
14370 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14371
14372 * calendar/calendar.el (calendar-window-list)
14373 (calendar-hide-window): Restore. (Bug#11140)
14374 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14375
14376 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14377
14378 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14379
14380 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14381 Check if file is a symlink (Bug#10489).
14382
14383 * files.el (copy-directory): Likewise.
14384
14385 2012-03-30 Chong Yidong <cyd@gnu.org>
14386
14387 * image.el (imagemagick-types-inhibit)
14388 (imagemagick-register-types): Doc fix.
14389
14390 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14391
14392 * textmodes/ispell.el (ispell-get-extended-character-mode):
14393 Disable extended-char-mode for hunspell. hunspell does not support it
14394 and treats ~word as ordinary words in pipe mode.
14395
14396 2012-03-30 Glenn Morris <rgm@gnu.org>
14397
14398 * tutorial.el (help-with-tutorial): Ensure local variables don't
14399 happen to make the buffer read-only. (Bug#11127)
14400
14401 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14402
14403 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14404 (perl-calculate-indent): Return `noindent' in strings.
14405
14406 2012-03-28 Sam Steingold <sds@gnu.org>
14407
14408 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14409 instead of the broken adhockery which does not prevent calendar
14410 buffers from being displayed at random after exit.
14411 (calendar-window-list, calendar-hide-window): Remove the broken
14412 adhockery.
14413
14414 2012-03-28 Glenn Morris <rgm@gnu.org>
14415
14416 * replace.el (query-replace-map): Doc fix.
14417
14418 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14419
14420 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14421 contents. (Bug#11109)
14422
14423 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14426 (bug#11077).
14427 (avl-tree--check, avl-tree--check-node): New funs.
14428
14429 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14430
14431 * window.el (switch-to-visible-buffer): New option.
14432 (switch-to-prev-buffer, switch-to-next-buffer):
14433 Observe switch-to-visible-buffer. Make sure that checking for a window
14434 showing a buffer already is done on the same frame.
14435
14436 2012-03-27 Glenn Morris <rgm@gnu.org>
14437
14438 * startup.el (mail-host-address): Doc fix.
14439
14440 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14443 than 197 variables.
14444
14445 2012-03-26 Ami Fischman <ami@fischman.org>
14446
14447 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14448
14449 2012-03-26 Glenn Morris <rgm@gnu.org>
14450
14451 * files.el (save-buffers-kill-emacs): Doc fix.
14452
14453 * startup.el (normal-top-level, command-line, command-line-1):
14454 Give them doc strings.
14455
14456 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14457
14458 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14459 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14460
14461 2012-03-25 Chong Yidong <cyd@gnu.org>
14462
14463 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14464 theme if it was previously enabled before (Bug#11031).
14465
14466 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14467 spec with custom-face-get-current-spec if its :shown-value is not
14468 determined yet (Bug#9337).
14469 (customize-create-theme, custom-theme-revert): Doc fixes.
14470
14471 * button.el (button-at): Minor addition to docstring.
14472
14473 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14474
14475 * vc/vc.el (vc-merge): Fix a prompt.
14476
14477 2012-03-24 Chong Yidong <cyd@gnu.org>
14478
14479 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14480 point (Bug#9623).
14481
14482 * button.el (button-at): Minor addition to docstring.
14483
14484 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14485
14486 * newcomment.el (comment-choose-indent): No space after BOL.
14487
14488 2012-03-22 Sam Steingold <sds@gnu.org>
14489
14490 * window.el (switch-to-prev-buffer): Revert last patch because the
14491 bug turned out to be an advertised feature (Elisp manual 28.14).
14492
14493 2012-03-22 Glenn Morris <rgm@gnu.org>
14494
14495 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14496 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14497
14498 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14499
14500 * net/network-stream.el (network-stream-open-starttls): Make error
14501 message under Windows be less misleading.
14502
14503 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14504
14505 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14506 understands (bug#9942).
14507
14508 2012-03-22 Chong Yidong <cyd@gnu.org>
14509
14510 * simple.el (end-of-visible-line): Handle return value of
14511 next-single-property-change properly (Bug#9371).
14512
14513 2012-03-22 Kenichi Handa <handa@m17n.org>
14514
14515 * international/quail.el (quail-insert-kbd-layout): Fix previous
14516 change. To avoid unwanted bidi reordering, use
14517 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14518
14519 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14520
14521 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14522 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14523 (ruby-beginning-of-indent): Be more careful with the difference
14524 between word-boundary and symbol boundary.
14525 (ruby-mode-syntax-table): Make : a symbol constituent.
14526
14527 2012-03-21 Andreas Politz <politza@fh-trier.de>
14528
14529 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14530
14531 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14532
14533 * progmodes/etags.el (tags-completion-at-point-function):
14534 Improve last fix.
14535
14536 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14537
14538 2012-03-21 Sam Steingold <sds@gnu.org>
14539
14540 * progmodes/etags.el (tags-completion-at-point-function):
14541 Avoid the error when point is inside the pattern.
14542
14543 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14544
14545 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14546 line (Bug#10855).
14547
14548 2012-03-21 Drew Adams <drew.adams@oracle.com>
14549
14550 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14551
14552 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14553
14554 * ido.el (ido-set-current-directory, ido-read-internal)
14555 (ido-choose-completion-string, ido-completion-help): Handle nil
14556 value of ido-completion-buffer (Bug#11008).
14557
14558 2012-03-21 Sam Steingold <sds@gnu.org>
14559
14560 * window.el (switch-to-prev-buffer): Do not switch to a visible
14561 window previous buffer, just like with the frame previous buffers.
14562
14563 2012-03-21 Chong Yidong <cyd@gnu.org>
14564
14565 * faces.el (make-face, make-empty-face, copy-face):
14566 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14567 Doc fixes.
14568
14569 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14572 (widget-complete): Remove broken use of it.
14573
14574 2012-03-20 Chong Yidong <cyd@gnu.org>
14575
14576 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14577 Use string-width and truncate-string-width to handle arbitrary
14578 characters.
14579
14580 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14581
14582 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14583 to draw rectangles, not squares. (Regression introduced by revno
14584 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14585
14586 2012-03-18 Chong Yidong <cyd@gnu.org>
14587
14588 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14589 it is not yet defined (for temacs).
14590
14591 2012-03-18 Leo Liu <sdl.web@gmail.com>
14592
14593 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14594 prefix.
14595
14596 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14597
14598 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14599 (ispell-choices-win-default-height, ispell-silently-savep)
14600 (ispell-dictionary-alist, ispell-encoding8-command)
14601 (ispell-check-version, ispell-aspell-find-dictionary)
14602 (ispell-valid-dictionary-list, ispell-words-keyword)
14603 (ispell-get-word, ispell-internal-change-dictionary)
14604 (ispell-region, ispell-skip-region-list)
14605 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14606 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14607 (ispell-message-text-end, ispell-message)
14608 (ispell-buffer-local-parsing): Doc fix.
14609
14610 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14611
14612 * htmlfontify.el: Add support for code block fontification for ODT
14613 export (Bug #9914).
14614 (hfy-optimisations): Define new option
14615 `body-text-only'
14616 (hfy-fontify-buffer): Honor above setting.
14617 (hfy-begin-span, hfy-end-span): New routines factored out form
14618 `hfy-fontify-buffer'.
14619 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14620 that permit insertion of custom tags.
14621 (hfy-fontify-buffer): Use above handlers.
14622 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14623 (hfy-face-to-css): Re-defined to be a variable.
14624 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14625 over multiple runs. This is made possible by having the caller let
14626 bind a special variable `hfy-user-sheet-assoc'.
14627 (htmlfontify-string): New defun.
14628 (hfy-compile-face-map): Make sure that the last char in the
14629 buffer is correctly fontified.
14630 (hfy-face-resolve-face): Whitespace only change.
14631
14632 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14633
14634 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14635 message more clear.
14636
14637 2012-03-16 Leo Liu <sdl.web@gmail.com>
14638
14639 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14640
14641 2012-03-16 Alan Mackenzie <acm@muc.de>
14642
14643 Further optimize the handling of large macros.
14644
14645 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14646 limit to a call of `c-literal-limits'.
14647 (c-determine-+ve-limit): New function.
14648 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14649 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14650 In CASE 5B, restrict a search limit to 500.
14651 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14652
14653 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14654 Restrict macro bounds to +-500 from after-change's BEG END.
14655
14656 2012-03-16 Leo Liu <sdl.web@gmail.com>
14657
14658 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14659
14660 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14661
14662 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14663 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14664
14665 2012-03-16 Glenn Morris <rgm@gnu.org>
14666
14667 * view.el (view-buffer, view-buffer-other-window)
14668 (view-buffer-other-frame): Doc fixes re special mode-class.
14669
14670 * subr.el (eval-after-load): If named feature is provided not from
14671 a file, run after-load forms. (Bug#10946)
14672
14673 * calendar/calendar.el (calendar-insert-at-column):
14674 Handle non-unit-width characters a bit better. (Bug#10978)
14675
14676 2012-03-15 Chong Yidong <cyd@gnu.org>
14677
14678 * emacs-lisp/ring.el (ring-extend): New function.
14679 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14680
14681 * comint.el (comint-read-input-ring)
14682 (comint-add-to-input-history): Grow comint-input-ring lazily.
14683
14684 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14685
14686 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14687 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14688
14689 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14690 (imenu-add-to-menubar): Don't add a redundant index.
14691 (imenu-update-menubar): Handle a dynamically composed keymap.
14692
14693 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14694
14695 * mail/sendmail.el (mail-encode-header):
14696 Bind rfc2047-encode-encoded-words to nil.
14697
14698 2012-03-13 Glenn Morris <rgm@gnu.org>
14699
14700 * calendar/calendar.el (calendar-string-spread):
14701 Handle non-unit-width characters a bit better. (Bug#10978)
14702
14703 2012-03-13 Leo Liu <sdl.web@gmail.com>
14704
14705 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14706 directory and file as argument (Bug#10822).
14707
14708 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14709
14710 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14711 For dynamically generated code, follow $PC.
14712 (gdb-disassembly-handler-custom): Handle no function name case.
14713
14714 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14715
14716 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14717 * emulation/ws-mode.el (ws-query-replace):
14718 * sort.el (sort-regexp-fields):
14719 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14720
14721 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * dabbrev.el: Fix cycle completion order (bug#10963).
14724 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14725 (dabbrev-completion): Don't use an obarray; provide
14726 a cycle-sort-function.
14727
14728 2012-03-12 Leo Liu <sdl.web@gmail.com>
14729
14730 * simple.el (kill-new): Use equal-including-properties for comparison.
14731 (kill-do-not-save-duplicates): Doc fix.
14732
14733 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14734
14735 * dabbrev.el: Fix cycle completion (bug#10963).
14736 Use lexical binding and wrap to 80 columns.
14737 (dabbrev-completion): Delay computing the list of completions.
14738
14739 2012-03-12 Kenichi Handa <handa@m17n.org>
14740
14741 * international/quail.el (quail-insert-kbd-layout): Surround each
14742 row by LRO and PDF instead of inserting many LRMs. Pad the left
14743 and right of each non-spacing marks. Insert invisible space
14744 between lower and upper characters to prevent composition.
14745
14746 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14747
14748 * minibuffer.el (minibuffer-complete): Don't get confused when the
14749 function is run twice via different commands (bug#10958).
14750 (complete-with-action): Fix docstring.
14751
14752 2012-03-12 Chong Yidong <cyd@gnu.org>
14753
14754 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14755 (nxml-completion-at-point-function): New function.
14756 (nxml-mode): Use it.
14757 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14758
14759 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14760 Load generated autoloads file before byte compiling (Bug#10970).
14761 (package--make-autoloads-and-compile): New helper fun.
14762
14763 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14764
14765 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14766
14767 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14768
14769 * autorevert.el (auto-revert-handler): Ensure, that
14770 file-readable-p is applied only for local files or in
14771 auto-revert-tail-mode.
14772
14773 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14774
14775 * server.el (server-eval-at): Handle non-tcp connections.
14776 Decode result string.
14777
14778 * server.el (server-msg-size): New constant.
14779 (server-reply-print): New function.
14780 (server-eval-and-print): Use it.
14781 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14782 Handle -print-nonl.
14783
14784 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14785
14786 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14787 (Bug#10987).
14788
14789 2012-03-11 Chong Yidong <cyd@gnu.org>
14790
14791 * simple.el (goto-line): Doc fix (Bug#9938).
14792
14793 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14794
14795 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14796 when finished (Bug#10963).
14797
14798 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14799
14800 * window.el (split-window-below): Fix bug in case where
14801 split-window-keep-point is nil (Bug#10971).
14802
14803 2012-03-11 Juri Linkov <juri@jurta.org>
14804
14805 * replace.el (replace-highlight): Set isearch-word to nil
14806 unconditionally. (Bug#10887)
14807
14808 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14809
14810 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14811 mairix-replace-illegal-chars; all callers changed. Don't remove
14812 ^, ~, and = characters: they are meaningful in mairix search specs.
14813 (mairix-widget-create-query): Add usage information about mairix
14814 search forms: negating words, searching for substrings, etc.
14815
14816 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14817
14818 * international/fontset.el (font-encoding-alist): Add an entry for
14819 ksx1001 (Bug#5667).
14820
14821 2012-03-10 Richard Stallman <rms@gnu.org>
14822
14823 * mail/sendmail.el (mail-encode-header):
14824 Set rfc2047-encode-encoded-words.
14825
14826 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14827
14828 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14829 view buffer means not swapped.
14830 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14831 (rmail-write-region-annotate): Error if real text has disappeared.
14832
14833 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14834
14835 2012-03-10 Chong Yidong <cyd@gnu.org>
14836
14837 * emulation/cua-rect.el (cua--init-rectangles):
14838 * emulation/cua-base.el (cua--init-keymaps):
14839 Add delete-forward-char to remappings (Bug#9666).
14840
14841 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14842
14843 * speedbar.el (speedbar-unhighlight-one-tag-line):
14844 Avoid unhighlighting due to frame switching (Bug#10275).
14845
14846 2012-03-10 Chong Yidong <cyd@gnu.org>
14847
14848 * minibuffer.el (completion-in-region, completion-help-at-point):
14849 Give the completion field overlay a high priority (Bug#6830).
14850
14851 * dired.el (dired-goto-file): Recognize absolute file name
14852 listings (Bug#7126).
14853 (dired-goto-file-1): New helper function.
14854 (dired-toggle-read-only): Inhibit warnings.
14855
14856 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14857
14858 * net/dbus.el (dbus-property-handler): Return empty array if
14859 there are no properties.
14860
14861 2012-03-09 Leo Liu <sdl.web@gmail.com>
14862
14863 * savehist.el (savehist-printable): Stricter check for string
14864 value (Bug#10937).
14865
14866 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14867
14868 * mail/smtpmail.el (smtpmail-send-it):
14869 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14870 valid mbox format.
14871
14872 2012-03-09 Glenn Morris <rgm@gnu.org>
14873
14874 * files.el (dir-locals-find-file):
14875 Don't check result is regular, readable.
14876 (dir-locals-read-from-file): Demote errors.
14877
14878 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14879
14880 * international/quail.el (quail-insert-kbd-layout):
14881 Insert invisible LRM characters before each character in a keyboard
14882 layout cell, to prevent their reordering by bidi display engine.
14883 For details, see the discussion in
14884 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14885
14886 2012-03-08 Alan Mackenzie <acm@muc.de>
14887
14888 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14889 the starting position; make it extend the marked region when
14890 invoked repeatedly - all under appropriate circumstances.
14891 Fixes bugs #5525, #10906.
14892
14893 2012-03-08 Glenn Morris <rgm@gnu.org>
14894
14895 * files.el (locate-dominating-file, dir-locals-find-file):
14896 Undo 2012-03-06 change.
14897
14898 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14899
14900 * international/quail.el (quail-help):
14901 Force bidi-paragraph-direction be left-to-right. See discussion in
14902 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14903 for the reason.
14904
14905 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14906
14907 Avoid superfluous registering of signals. (Bug#10807)
14908
14909 * notifications.el (notifications-on-action-object)
14910 (notifications-on-close-object): New defvars.
14911 (notifications-on-action-signal, notifications-on-closed-signal):
14912 Unregister the signal if not needed any longer.
14913 (notifications-notify): Register `notifications-action-signal' or
14914 `notifications-closed-signal', if :on-action or :on-close has been
14915 passed as argument.
14916
14917 2012-03-07 Chong Yidong <cyd@gnu.org>
14918
14919 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14920 non-X platforms.
14921
14922 2012-03-06 Glenn Morris <rgm@gnu.org>
14923
14924 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14925 (x-disown-selection-internal, x-get-selection-internal):
14926 Doc fix (add arglist signatures). (Bug#10783)
14927
14928 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14929
14930 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14931 Handle breakpoints with no "type".
14932
14933 2012-03-06 Glenn Morris <rgm@gnu.org>
14934
14935 * files.el (locate-dominating-file): Add optional predicate argument.
14936 (dir-locals-find-file): Make use of above change.
14937
14938 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14939
14940 * info.el (Info-insert-dir): Also try "dir.gz".
14941
14942 2012-03-06 Glenn Morris <rgm@gnu.org>
14943
14944 * files.el (dir-locals-find-file):
14945 Ignore non-readable or non-regular files. (Bug#10928)
14946
14947 * files.el (locate-dominating-file): Doc fix.
14948
14949 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14950
14951 * calendar/calendar.el (calendar-set-mode-line):
14952 `getenv' returns a string. (Bug#10951)
14953
14954 2012-03-05 Leo Liu <sdl.web@gmail.com>
14955
14956 * simple.el (backward-delete-char-untabify): Constrain point to
14957 field (Bug#10939).
14958
14959 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14960
14961 2012-03-05 Chong Yidong <cyd@gnu.org>
14962
14963 * simple.el (count-words): If called from Lisp, return the word
14964 count, for symmetry with `count-lines'. Arglist changed.
14965 (count-words--message): Args changed. Consolidate counting code
14966 from count-words and count-words-region.
14967 (count-words-region): Caller changed.
14968 (count-lines-region): Make it an obsolete alias.
14969
14970 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14971
14972 * saveplace.el (save-place-to-alist)
14973 (save-place-ignore-files-regexp): Allow value nil to disable this
14974 feature.
14975
14976 2012-03-04 Chong Yidong <cyd@gnu.org>
14977
14978 * faces.el (face-spec-reset-face): For the default face, reset the
14979 attributes to default values (Bug#10748).
14980
14981 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14982
14983 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14984 previous patch: Check `message-send-mail-function', and not the
14985 default function (bug#10897).
14986
14987 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14988
14989 * notifications.el (notifications-on-action-signal)
14990 (notifications-on-closed-signal): Check for unique service name of
14991 incoming event. Fix error in removing entry.
14992 (top): Register for signals with wildcard service name.
14993 (notifications-notify): Use daemon unique service name for map entries.
14994
14995 2012-03-04 Chong Yidong <cyd@gnu.org>
14996
14997 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14998
14999 2012-03-04 Glenn Morris <rgm@gnu.org>
15000
15001 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15002 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15003 (expand-abbrev, define-abbrev-table): Doc fixes.
15004
15005 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15006
15007 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15008 `message-default-send-mail-function' and not `send-mail-function'
15009 when doing the prompting for `sendmail-query-once' before sending
15010 in Message buffers (bug#10897).
15011
15012 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15013 This is inconsistent with all the other stream functions, which leave
15014 the setting up to the higher levels (if so wanted) (bug#10931).
15015
15016 2012-03-02 Alan Mackenzie <acm@muc.de>
15017
15018 Depessimize the handling of very large macros.
15019
15020 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15021 (c-macro-cache-syntactic): New variables to implement a one
15022 element macro cache.
15023 (c-invalidate-macro-cache): New function.
15024 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15025 Adapt to use the new cache.
15026 (c-state-safe-place): Use better the cache of safe positions.
15027 (c-state-semi-nonlit-pos-cache)
15028 (c-state-semi-nonlit-pos-cache-limit):
15029 New variables for...
15030 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15031 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15032 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15033 Use c-state-semi-safe-place.
15034
15035 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15036 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15037
15038 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15039
15040 * jka-compr.el (jka-compr-call-process):
15041 Apply `file-accessible-directory-p' only when the default directory is
15042 not remote.
15043
15044 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15045
15046 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15047 access of FILE2, if FILE1 does not exist.
15048
15049 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15050 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15051
15052 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15053 Add "PAGER=" to `process-environment'.
15054
15055 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15056
15057 * progmodes/sql.el: Bug fix
15058 (sql-get-login-ext): Save login values in globals.
15059 (sql-get-login): Use new version of `sql-get-login-ext'.
15060 (sql-interactive-mode): Set global `sql-connection' to nil.
15061 (sql-connect): Set global values for connection.
15062 (sql-product-interactive): Save global values as buffer local.
15063
15064 2012-02-29 Leo Liu <sdl.web@gmail.com>
15065
15066 * abbrev.el (define-abbrevs): Reset sys to nil.
15067
15068 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15069
15070 * files.el (file-equal-p): Rename from `files-equal-p'.
15071 Return nil when one or both files don't exist.
15072 (file-subdir-of-p): Now only top directory must exists,
15073 return nil if it doesn't.
15074 (copy-directory): No need to test with `file-subdir-of-p' after
15075 creating dir.
15076 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15077 to `file-equal-p'.
15078
15079 2012-02-28 Glenn Morris <rgm@gnu.org>
15080
15081 * shell.el (shell-mode):
15082 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15083 * play/landmark.el (landmark-font-lock-face-O):
15084 * play/handwrite.el (handwrite):
15085 * play/gomoku.el (gomoku-O):
15086 * net/browse-url.el (browse-url-browser-display):
15087 * international/mule.el (define-charset):
15088 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15089 * filesets.el (filesets-find-file-delay):
15090 * eshell/em-xtra.el (eshell-xtra):
15091 * eshell/em-unix.el (eshell-grep):
15092 * emulation/viper.el (viper-mode):
15093 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15094 * emacs-lisp/easymenu.el (easy-menu-define):
15095 * calendar/timeclock.el (timeclock-use-display-time):
15096 * bs.el (bs-mode):
15097 * bookmark.el (bookmark-save-flag):
15098 Doc fix (standardize possessive apostrophe usage).
15099
15100 2012-02-27 Chong Yidong <cyd@gnu.org>
15101
15102 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15103 Fix key-binding lookup for ESC key (Bug#9146).
15104
15105 * font-lock.el (font-lock-specified-p): Rename from
15106 font-lock-spec-present. Callers changed.
15107
15108 2012-02-27 Daniel Hackney <dan@haxney.org>
15109
15110 * emacs-lisp/package.el (package-compute-transaction):
15111 Handle holding a package version to t in package-load-list.
15112
15113 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15114
15115 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15116 (tramp-get-inode, tramp-get-device): Use cached values.
15117
15118 2012-02-26 Alan Mackenzie <acm@muc.de>
15119
15120 Check there is a font-lock specification before doing initial
15121 fontification.
15122
15123 * font-core.el (font-lock-mode): Move the conditional from
15124 :after-hook to font-lock-initial-fontify.
15125 (font-lock-default-function): Move the check for a specification
15126 to font-lock-spec-present.
15127
15128 * font-lock.el (font-lock-initial-fontify): Call ...
15129 (font-lock-spec-present): New function.
15130
15131 2012-02-26 Jim Blandy <jimb@red-bean.com>
15132
15133 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15134 (gdb-send): Apply it to the operand of the '-interpreter-exec
15135 console' command, so that we can pass arguments with (say) quotes
15136 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15137
15138 2012-02-26 Chong Yidong <cyd@gnu.org>
15139
15140 * help-fns.el (describe-function-1): Clarify description of
15141 remapping (Bug#10844).
15142
15143 * files.el (files-equal-p): Doc fix.
15144 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15145 and quit the loop once a mismatch is found.
15146
15147 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15148
15149 * bs.el (bs--show-with-configuration): Don't throw an error
15150 if the window cannot be split; otherwise, subsequent calls to
15151 bs-show fail, restoring a stale window config. (Bug#10882)
15152
15153 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15154
15155 * term/ns-win.el (global-map): Bind ns-drag-file to
15156 ns-find-file (Bug#5855, Bug#10050).
15157
15158 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15159
15160 * calendar/parse-time.el (parse-time-string): Allow extractor to
15161 return nil.
15162
15163 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15164
15165 * net/tramp.el (tramp-file-name-for-operation):
15166 Add `files-equal-p' and `file-subdir-of-p'.
15167
15168 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15169 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15170 Add COPY-CONTENTS argument.
15171
15172 2012-02-25 Chong Yidong <cyd@gnu.org>
15173
15174 Add custom groups for VC backends, for consistency with vc-bzr.
15175
15176 * vc/vc-arch.el (vc-arch):
15177 * vc/vc-cvs.el (vc-cvs):
15178 * vc/vc-git.el (vc-git):
15179 * vc/vc-hg.el (vc-hg):
15180 * vc/vc-mtn.el (vc-mtn):
15181 * vc/vc-rcs.el (vc-rcs):
15182 * vc/vc-sccs.el (vc-sccs):
15183 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15184 All relevant defcustoms reassigned.
15185
15186 2012-02-25 Chong Yidong <cyd@gnu.org>
15187
15188 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15189
15190 * term/x-win.el (x-initialize-window-system): Reduce default for
15191 x-selection-timeout to 5 seconds (Bug#8869).
15192
15193 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15194
15195 * files.el (files-equal-p, file-subdir-of-p): New functions.
15196 (copy-directory): Error when trying to copy a directory on itself.
15197 Add missing copy-contents arg to tramp handler.
15198 * dired-aux.el (dired-copy-file-recursive): Same.
15199 (dired-create-files): Modify destination when source is equal to
15200 dest when copying files.
15201 Return also when dest is a subdir of source. (Bug#10489)
15202
15203 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15204
15205 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15206 (Bug#10874)
15207
15208 2012-02-23 Alan Mackenzie <acm@muc.de>
15209
15210 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15211 parameter "after-hook:" to allow the expansion to run code after
15212 the execution of the mode hooks.
15213
15214 * font-lock.el (font-lock-initial-fontify): New function extracted
15215 from font-lock-mode-internal.
15216
15217 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15218 :after-hook.
15219
15220 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15221
15222 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15223 (completion--cache-all-sorted-completions): New function.
15224 (completion-all-sorted-completions): Use it.
15225 (completion--do-completion, minibuffer-force-complete):
15226 Use it to re-instate the flush hook.
15227
15228 * icomplete.el (icomplete-completions): Replace last fix with a better
15229 one (bug#10850).
15230
15231 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15232
15233 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15234 when it might call us back infinitely (bug#10797).
15235
15236 2012-02-23 Glenn Morris <rgm@gnu.org>
15237
15238 * minibuffer.el (completion-category-overrides): Doc fix.
15239
15240 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15241
15242 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15243 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15244
15245 2012-02-23 Glenn Morris <rgm@gnu.org>
15246
15247 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15248 (authors-obsolete-files-regexps, authors-ignored-files)
15249 (authors-ambiguous-files, authors-renamed-files-alist):
15250 Add more entries.
15251
15252 2012-02-23 Juri Linkov <juri@jurta.org>
15253
15254 * isearch.el (isearch-occur): Sync interactive spec with occur's
15255 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15256
15257 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15258
15259 2012-02-22 Juri Linkov <juri@jurta.org>
15260
15261 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15262 (ucs-insert): Doc fix. Check for hex digits in the string.
15263 Don't display `nil' in the error message. (Bug#10857)
15264
15265 2012-02-22 Alan Mackenzie <acm@muc.de>
15266
15267 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15268
15269 2012-02-22 Glenn Morris <rgm@gnu.org>
15270
15271 * ffap.el (ffap-c-path):
15272 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15273
15274 2012-02-22 Chong Yidong <cyd@gnu.org>
15275
15276 * custom.el (load-theme): Doc fix.
15277
15278 2012-02-22 Glenn Morris <rgm@gnu.org>
15279
15280 * dired-x.el (dired-guess-shell-alist-default):
15281 Remove escape sequences from nroff output. (Bug#172)
15282
15283 2012-02-21 Glenn Morris <rgm@gnu.org>
15284
15285 * vc/emerge.el (emerge-defvar-local):
15286 Set `permanent-local' property rather than unused `preserved'.
15287
15288 * textmodes/picture.el (picture-delete-char): New alias.
15289 (picture-mode-map): Use it. (Bug#10860)
15290 (picture-mode): Doc fix.
15291
15292 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15293
15294 * newcomment.el (uncomment-region-default): Remove unused binding.
15295
15296 2012-02-21 Glenn Morris <rgm@gnu.org>
15297
15298 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15299 (picture-self-insert, picture-tab-chars): Doc fix.
15300 (picture-mode-map): Fix C-a, C-e.
15301
15302 2012-02-20 Glenn Morris <rgm@gnu.org>
15303
15304 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15305
15306 2012-02-20 Leo Liu <sdl.web@gmail.com>
15307
15308 * icomplete.el (icomplete-completions): Check FROM arg before
15309 passing to substring (Bug#10850).
15310
15311 2012-02-19 Chong Yidong <cyd@gnu.org>
15312
15313 * comint.el: Require ansi-color.
15314 (comint-output-filter-functions): Add ansi-color-process-output.
15315
15316 * ansi-color.el: Don't set comint-output-filter-functions; it is
15317 now in the initial value defined in comint.el.
15318 (ansi-color-apply-face-function): New variable.
15319 (ansi-color-apply-on-region): Use it.
15320 (ansi-color-apply-overlay-face): New function.
15321
15322 * shell.el (shell): No need to require ansi-color.
15323 (shell-mode): Use ansi-color-apply-face-function to highlight
15324 color escapes using font-lock-face property (Bug#10835).
15325
15326 2012-02-19 Chong Yidong <cyd@gnu.org>
15327
15328 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15329 mode-line formats (Bug#10839).
15330
15331 2012-02-18 Glenn Morris <rgm@gnu.org>
15332
15333 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15334
15335 * mail/undigest.el (unforward-rmail-message): Doc fix.
15336
15337 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15338
15339 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15340
15341 * international/characters.el (script-list): Sync with the latest
15342 Unicode Character Database.
15343
15344 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15345
15346 * international/titdic-cnv.el: Remove duplicate coding tag.
15347 * language/cham.el: Likewise.
15348 * language/tai-viet.el: Likewise.
15349
15350 2012-02-18 Glenn Morris <rgm@gnu.org>
15351
15352 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15353 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15354 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15355 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15356 * calendar/holidays.el (holiday-bahai-holidays)
15357 (calendar-holidays, list-holidays):
15358 Use utf-8 Bahá'í in doc-strings, menus, etc.
15359
15360 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15361
15362 * saveplace.el (save-place-ignore-files-regexp): New variable
15363 allowing for excluding files from saving their location of point.
15364 The default value matches the temporary commit message editing
15365 files from Git, SVN, Bazaar, and Mercurial.
15366 (save-place-to-alist): Use it.
15367
15368 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15369 Stefan Monnier <monnier@iro.umontreal.ca>
15370
15371 * newcomment.el (uncomment-region-default): Don't leave extra space
15372 when an arg is provided (bug#8150).
15373
15374 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15375
15376 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15377
15378 2012-02-17 Glenn Morris <rgm@gnu.org>
15379
15380 * net/socks.el: Require network-stream. (Bug#10599)
15381
15382 2012-02-17 Kenichi Handa <handa@m17n.org>
15383
15384 * international/charprop.el:
15385 * international/uni-name.el:
15386 * international/uni-old-name.el:
15387 * international/uni-comment.el: Regenerate.
15388
15389 2012-02-16 Glenn Morris <rgm@gnu.org>
15390
15391 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15392 Interactively in calendar buffer, give an error if not on a date.
15393
15394 2012-02-15 Glenn Morris <rgm@gnu.org>
15395
15396 * shell.el (shell-delimiter-argument-list):
15397 Revert 2011-02-17 change. (Bug#8027)
15398
15399 2012-02-15 Chong Yidong <cyd@gnu.org>
15400
15401 * minibuffer.el (completion-at-point-functions): Doc fix.
15402
15403 * custom.el (defcustom): Doc fix; note use of defvar.
15404
15405 2012-02-15 Glenn Morris <rgm@gnu.org>
15406
15407 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15408 Doc fixes.
15409
15410 2012-02-14 Glenn Morris <rgm@gnu.org>
15411
15412 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15413
15414 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15415
15416 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15417 way the ports list is computed.
15418 (smtpmail-query-smtp-server): Prompt the user for a port number if
15419 we can't connect to any of the standard ports (bug#10810).
15420
15421 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15422
15423 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15424
15425 2012-02-13 Glenn Morris <rgm@gnu.org>
15426
15427 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15428
15429 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15430
15431 * net/gnutls.el (gnutls-trustfiles): New variable.
15432 (gnutls-negotiate): Use it.
15433
15434 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15435
15436 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15437 does its stuff if Gnus is running.
15438
15439 2012-02-13 Alan Mackenzie <acm@muc.de>
15440
15441 Fix a loop in c-set-fl-decl-start.
15442
15443 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15444 c-backward-syntactic-ws actually moves backwards.
15445
15446 2012-02-13 Leo Liu <sdl.web@gmail.com>
15447
15448 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15449 beginning so that all \C-o chars are removed.
15450
15451 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15452
15453 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15454
15455 2012-02-12 Alan Mackenzie <acm@muc.de>
15456
15457 Fix infinite loop with long macros.
15458 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15459
15460 2012-02-12 Chong Yidong <cyd@gnu.org>
15461
15462 * window.el (display-buffer): Doc fix (Bug#10785).
15463
15464 2012-02-12 Glenn Morris <rgm@gnu.org>
15465
15466 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15467 (x-disown-selection-internal, x-get-selection-internal):
15468 Sync docs with the xselect.c versions.
15469
15470 * allout-widgets.el: Add missing license notice.
15471
15472 2012-02-11 Glenn Morris <rgm@gnu.org>
15473
15474 * select.el (x-get-selection-internal, x-own-selection-internal)
15475 (x-disown-selection-internal):
15476 * x-dnd.el (x-get-selection-internal): Update declarations.
15477
15478 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15479
15480 * window.el (window-sides-slots):
15481 * tool-bar.el (tool-bar-position):
15482 * term/xterm.el (xterm-extra-capabilities):
15483 * ses.el (ses-self-reference-early-detection):
15484 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15485 (verilog-auto-wire-type)
15486 (verilog-auto-delete-trailing-whitespace)
15487 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15488 (verilog-auto-tieoff-declaration):
15489 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15490 (sql-oracle-statement-starters, sql-oracle-scan-on):
15491 * progmodes/prolog.el (prolog-align-comments-flag)
15492 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15493 (prolog-left-indent-regexp, prolog-paren-indent-p)
15494 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15495 (prolog-types, prolog-mode-specificators)
15496 (prolog-determinism-specificators, prolog-directives)
15497 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15498 (prolog-electric-dot-flag)
15499 (prolog-electric-dot-full-predicate-template)
15500 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15501 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15502 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15503 (prolog-program-switches, prolog-prompt-regexp)
15504 (prolog-debug-on-string, prolog-debug-off-string)
15505 (prolog-trace-on-string, prolog-trace-off-string)
15506 (prolog-zip-on-string, prolog-zip-off-string)
15507 (prolog-use-standard-consult-compile-method-flag)
15508 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15509 (prolog-imenu-max-lines, prolog-info-predicate-index)
15510 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15511 (prolog-char-quote-workaround):
15512 * progmodes/cc-vars.el (c-defun-tactic):
15513 * net/tramp.el (tramp-encoding-command-interactive)
15514 (tramp-local-end-of-line):
15515 * net/soap-client.el (soap-client):
15516 * net/netrc.el (netrc-file):
15517 * net/gnutls.el (gnutls):
15518 * minibuffer.el (completion-category-overrides)
15519 (completion-cycle-threshold)
15520 (completion-pcm-complete-word-inserts-delimiters):
15521 * man.el (Man-name-local-regexp):
15522 * mail/feedmail.el (feedmail-display-full-frame):
15523 * international/characters.el (glyphless-char-display-control):
15524 * eshell/em-ls.el (eshell-ls-date-format):
15525 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15526 (lisp-lambda-list-keyword-parameter-indentation)
15527 (lisp-lambda-list-keyword-parameter-alignment):
15528 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15529 * dired-x.el (dired-omit-verbose):
15530 * cus-theme.el (custom-theme-allow-multiple-selections):
15531 * calc/calc.el (calc-highlight-selections-with-faces)
15532 (calc-lu-field-reference, calc-lu-power-reference)
15533 (calc-note-threshold):
15534 * battery.el (battery-mode-line-limit):
15535 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15536 (archive-7z-update):
15537 * allout.el (allout-prefixed-keybindings)
15538 (allout-unprefixed-keybindings)
15539 (allout-inhibit-auto-fill-on-headline)
15540 (allout-flattened-numbering-abbreviation):
15541 * allout-widgets.el (allout-widgets-auto-activation)
15542 (allout-widgets-icons-dark-subdir)
15543 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15544 (allout-widgets-theme-dark-background)
15545 (allout-widgets-theme-light-background)
15546 (allout-widgets-item-image-properties-emacs)
15547 (allout-widgets-item-image-properties-xemacs)
15548 (allout-widgets-run-unit-tests-on-load)
15549 (allout-widgets-time-decoration-activity)
15550 (allout-widgets-hook-error-post-time)
15551 (allout-widgets-track-decoration):
15552 Add missing :version tags to new defcustoms and defgroups.
15553
15554 * progmodes/sql.el (sql-ansi-statement-starters)
15555 (sql-oracle-statement-starters): Add custom type.
15556
15557 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15558 (prolog-system-version): Give it a type.
15559
15560 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15561
15562 * term/pc-win.el (x-select-text, x-selection-owner-p)
15563 (x-own-selection-internal, x-disown-selection-internal)
15564 (x-get-selection-internal): Sync doc strings and argument lists
15565 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15566
15567 2012-02-11 Leo Liu <sdl.web@gmail.com>
15568
15569 * progmodes/python.el (python-end-of-statement): Fix infinite
15570 loop. (Bug#10788)
15571
15572 2012-02-10 Glenn Morris <rgm@gnu.org>
15573
15574 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15575 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15576
15577 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15578
15579 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15580 about SMTP before checking the From header.
15581
15582 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15583 into own function for reuse by emacsbug.el.
15584
15585 2012-02-10 Leo Liu <sdl.web@gmail.com>
15586
15587 * subr.el (condition-case-unless-debug): Rename from
15588 condition-case-no-debug. All callers changed.
15589 (with-demoted-errors): Fix caller.
15590
15591 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15592 * nxml/rng-valid.el (rng-do-some-validation):
15593 * emacs-lisp/package.el (package-refresh-contents)
15594 (package-menu-execute):
15595 * desktop.el (desktop-create-buffer):
15596 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15597
15598 2012-02-10 Glenn Morris <rgm@gnu.org>
15599
15600 * textmodes/bibtex.el:
15601 Add missing :version tags for new/changed defcustoms.
15602
15603 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15604
15605 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15606
15607 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15608 (smtpmail-via-smtp): Use it, or fall back on the From address.
15609 (smtpmail-send-it): Ditto.
15610
15611 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15612
15613 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15614 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15615 (byte-compile-tmp-var): New const.
15616 (byte-compile-defvar): Use it to minimize .elc size.
15617 Just use `defvar' rather than simulate it (bug#10761).
15618
15619 2012-02-09 Glenn Morris <rgm@gnu.org>
15620
15621 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15622
15623 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15624 Add :version tags.
15625
15626 * progmodes/compile.el (compilation-error-screen-columns)
15627 (compilation-first-column, compilation-filter-start): Doc fixes.
15628
15629 * vc/log-view.el (log-view-toggle-entry-display):
15630 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15631
15632 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15633 (report-emacs-bug-can-use-xdg-email):
15634 (report-emacs-bug-insert-to-mailer): Doc fixes.
15635 (report-emacs-bug): Message fix.
15636
15637 * net/browse-url.el (browse-url-can-use-xdg-open)
15638 (browse-url-xdg-open): Doc fixes.
15639
15640 * electric.el (electric-indent-mode, electric-pair-mode)
15641 (electric-layout-rules, electric-layout-mode): Doc fixes.
15642 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15643
15644 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15645
15646 * server.el (server-unselect-display): Don't inadvertently kill
15647 the current buffer. (Bug#10729)
15648
15649 2012-02-08 Glenn Morris <rgm@gnu.org>
15650
15651 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15652 (sql-list-table): Doc fixes.
15653
15654 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15655 Comment out (does nothing).
15656
15657 * completion.el (dynamic-completion-mode):
15658 * dirtrack.el (dirtrack-debug-mode):
15659 * electric.el (electric-layout-mode):
15660 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15661 * face-remap.el (text-scale-mode, buffer-face-mode):
15662 * iimage.el (iimage-mode):
15663 * image-mode.el (image-transform-mode):
15664 * minibuffer.el (completion-in-region-mode):
15665 * scroll-lock.el (scroll-lock-mode):
15666 * simple.el (next-error-follow-minor-mode):
15667 * tar-mode.el (tar-subfile-mode):
15668 * tooltip.el (tooltip-mode):
15669 * vcursor.el (vcursor-use-vcursor-map):
15670 * wid-browse.el (widget-minor-mode):
15671 * emulation/tpu-edt.el (tpu-edt-mode):
15672 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15673 * international/iso-ascii.el (iso-ascii-mode):
15674 * language/thai-util.el (thai-word-mode):
15675 * mail/supercite.el (sc-minor-mode):
15676 * net/goto-addr.el (goto-address-mode):
15677 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15678 * progmodes/cwarn.el (cwarn-mode):
15679 * progmodes/flymake.el (flymake-mode):
15680 * progmodes/glasses.el (glasses-mode):
15681 * progmodes/hideshow.el (hs-minor-mode):
15682 * progmodes/pascal.el (pascal-outline-mode):
15683 * textmodes/enriched.el (enriched-mode):
15684 * vc/smerge-mode.el (smerge-mode):
15685 Doc fixes (minor mode argument).
15686
15687 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15688
15689 * ls-lisp.el (ls-lisp-sanitize): New function.
15690 (ls-lisp-insert-directory): Use it to fix or remove any elements
15691 in file-alist with missing attributes. (Bug#4673)
15692
15693 2012-02-07 Alan Mackenzie <acm@muc.de>
15694
15695 Fix spurious recognition of c-in-knr-argdecl.
15696
15697 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15698 putative K&R region.
15699
15700 2012-02-07 Alan Mackenzie <acm@muc.de>
15701
15702 * progmodes/cc-engine.el (c-forward-objc-directive):
15703 Prevent looping in "#pragma mark @implementation".
15704
15705 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15706
15707 * notifications.el (notifications-on-closed-signal): Make `reason'
15708 optional. (Bug#10744)
15709
15710 2012-02-07 Glenn Morris <rgm@gnu.org>
15711
15712 * emacs-lisp/easy-mmode.el (define-minor-mode):
15713 Doc fixes for the macro and the mode it defines.
15714
15715 * image.el (imagemagick-types-inhibit): Doc fix.
15716
15717 * cus-start.el (imagemagick-render-type): Add it.
15718
15719 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15720
15721 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15722 Set the default at load time, too, so that `font-lock-fontify-buffer'
15723 can be called without setting up the entire mode first. This fixes
15724 a bug in `mm-inline-text' with C MIME parts.
15725
15726 2012-02-06 Chong Yidong <cyd@gnu.org>
15727
15728 * simple.el (list-processes--refresh): Delete exited processes
15729 (Bug#8094).
15730
15731 * comint.el (comint-next-prompt): next-single-char-property-change
15732 and prev-single-char-property-change never return nil (Bug#8657).
15733
15734 * custom.el (defcustom): Doc fix (Bug#9711).
15735
15736 2012-02-05 Chong Yidong <cyd@gnu.org>
15737
15738 * cus-edit.el (custom-variable-reset-backup): Quote the value
15739 before storing it in the customized-value property (Bug#6712).
15740 (custom-display): Add a customization type tag.
15741 (custom-buffer-create-internal): Improve tooltip message.
15742
15743 * wid-edit.el (widget-field-value-get): New optional arg to
15744 suppress trailing whitespace truncation.
15745 (character): Use it (Bug#2689).
15746
15747 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15748
15749 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15750 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15751
15752 2012-02-05 Chong Yidong <cyd@gnu.org>
15753
15754 * cus-edit.el (custom-variable-value-create): For mismatched
15755 types, show the current value (Bug#7600).
15756
15757 * custom.el (defcustom): Doc fix.
15758
15759 2012-02-05 Glenn Morris <rgm@gnu.org>
15760
15761 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15762
15763 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15764
15765 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15766 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15767 (pp-last-sexp): Use `looking-at-p'.
15768
15769 2012-02-04 Glenn Morris <rgm@gnu.org>
15770
15771 * files.el (revert-buffer):
15772 Doc fix (mention revert-buffer-in-progress-p).
15773
15774 * emacs-lisp/ert-x.el (ert-simulate-command):
15775 Check deferred-action-list (which is obsolete) is bound.
15776
15777 * subr.el (with-wrapper-hook): Doc fixes.
15778
15779 * simple.el (filter-buffer-substring-functions)
15780 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15781
15782 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15783
15784 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15785 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15786
15787 2012-02-04 Leo Liu <sdl.web@gmail.com>
15788
15789 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15790
15791 2012-02-04 Glenn Morris <rgm@gnu.org>
15792
15793 * image.el (image-extension-data): Add obsolete alias.
15794
15795 * isearch.el (isearch-update): Doc fix.
15796
15797 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15798
15799 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15800
15801 2012-02-03 Glenn Morris <rgm@gnu.org>
15802
15803 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15804 (image-animate-timeout): Doc fix.
15805
15806 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15807
15808 2012-02-02 Glenn Morris <rgm@gnu.org>
15809
15810 * server.el (server-auth-dir): Doc fix.
15811 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15812
15813 * subr.el (run-mode-hooks): Doc fix.
15814
15815 2012-02-02 Juri Linkov <juri@jurta.org>
15816
15817 * image-mode.el (image-toggle-display-image): Remove tautological
15818 `major-mode' from the `derived-mode-p' test.
15819
15820 2012-02-02 Kenichi Handa <handa@m17n.org>
15821
15822 * composite.el (compose-region): Cancel previous change.
15823
15824 2012-02-02 Kenichi Handa <handa@m17n.org>
15825
15826 * composite.el (compose-region, compose-string): Signal error for
15827 a null string component (Bug#6988).
15828
15829 2012-02-01 Chong Yidong <cyd@gnu.org>
15830
15831 * view.el (view-buffer-other-window, view-buffer-other-frame):
15832 Handle special modes like view-buffer (Bug#10650).
15833 (view-buffer): Simplify.
15834
15835 * frame.el (set-frame-font): Tweak meaning of third argument.
15836
15837 * dynamic-setting.el (font-setting-change-default-font):
15838 Use set-frame-font (Bug#9982).
15839
15840 2012-02-01 Glenn Morris <rgm@gnu.org>
15841
15842 * progmodes/compile.el (compilation-internal-error-properties):
15843 Respect compilation-first-column in the "*compilation*" buffer.
15844
15845 * emacs-lisp/easy-mmode.el (define-minor-mode):
15846 Relax :variable's test for a named function.
15847
15848 2012-01-31 Alan Mackenzie <acm@muc.de>
15849
15850 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15851 off by one error.
15852
15853 2012-01-31 Chong Yidong <cyd@gnu.org>
15854
15855 * frame.el (set-frame-font): New arg ALL-FRAMES.
15856
15857 * menu-bar.el (menu-set-font): Use set-frame-font.
15858
15859 * faces.el (face-spec-reset-face): Don't apply unspecified
15860 attribute values to the default face.
15861
15862 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15863
15864 * progmodes/cwarn.el (cwarn): Remove dead link.
15865 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15866 Remove * from defcustom docstrings.
15867 (turn-on-cwarn-mode): Make obsolete.
15868 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15869 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15870
15871 2012-01-31 Glenn Morris <rgm@gnu.org>
15872
15873 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15874 Fix :variable handling of mode a symbol not equal to modefun.
15875 Allow named functions to be used as the cdr of :variable.
15876
15877 2012-01-30 Glenn Morris <rgm@gnu.org>
15878
15879 * emacs-lisp/authors.el (authors-fixed-entries):
15880 Remove reference to deleted file rnewspost.el.
15881
15882 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15883
15884 * window.el (window-with-parameter): Remove unused variable `windows'.
15885 (window--side-check): Remove unused variable `code'.
15886 (window--resize-siblings): Remove unused variable `first'.
15887 (adjust-window-trailing-edge): Remove unused variable `failed'.
15888 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15889 Use `let', not `let*'.
15890 (balance-windows-2): Remove unused variable `found'.
15891 (window--state-put-2): Remove unused variable `splits'.
15892 (window-state-put): Remove unused variable `selected'.
15893 (same-window-p): Use `string-match-p'.
15894 (display-buffer-assq-regexp): Remove unused variable `value'.
15895 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15896 Mark argument ALIST as ignored.
15897 (pop-to-buffer): Remove unused variable `old-window'.
15898
15899 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15900
15901 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15902 and .lzma compressed files.
15903
15904 2012-01-29 Chong Yidong <cyd@gnu.org>
15905
15906 * frame.el (window-system-default-frame-alist): Doc fix.
15907
15908 * dynamic-setting.el (font-setting-change-default-font): Don't
15909 change the default face if SET-FONT argument is non-nil (Bug#9982).
15910
15911 2012-01-29 Samuel Bronson <naesten@gmail.com>
15912
15913 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15914
15915 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15916
15917 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15918 breakpoints in files outside current directory (Bug#6098).
15919
15920 2012-01-29 Chong Yidong <cyd@gnu.org>
15921
15922 * progmodes/python.el: Require ansi-color at top-level.
15923
15924 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15925 Define and use in Emacs Lisp mode (Bug#9360).
15926 (lisp-mode-abbrev-table): Add doc.
15927 (lisp-mode-variables): Don't set local-abbrev-table.
15928 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15929
15930 2012-01-28 Roland Winkler <winkler@gnu.org>
15931
15932 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15933
15934 2012-01-28 Roland Winkler <winkler@gnu.org>
15935
15936 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15937 (bibtex-set-dialect): Use it. Either set global values of
15938 dialect-dependent variables or bind these variables buffer-locally
15939 (Bug#10254).
15940 (bibtex-mode): Call bibtex-set-dialect via
15941 hack-local-variables-hook.
15942 (bibtex-dialect): Update docstring.
15943 Add safe-local-variable predicate.
15944 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15945 bibtex-set-dialect.
15946 (bibtex-mode-map): Define menu for each dialect.
15947 (bibtex-entry): Fix docstring.
15948
15949 2012-01-28 Chong Yidong <cyd@gnu.org>
15950
15951 * eshell/esh-arg.el (eshell-quote-argument): New function.
15952
15953 * eshell/esh-ext.el (eshell-invoke-batch-file):
15954 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15955 first arg to eshell-parse-command (Bug#10523).
15956
15957 2012-01-28 Drew Adams <drew.adams@oracle.com>
15958
15959 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15960 `default-directory' is non-nil.
15961
15962 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15963
15964 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15965 line that displays system-configuration-options. (Bug#9924)
15966
15967 2012-01-28 Drew Adams <drew.adams@oracle.com>
15968
15969 * descr-text.el (describe-char): Show information about POS, in
15970 addition to information about the character at POS. Improve and
15971 update the doc string. Change "code point" to "code point in
15972 charset", to avoid confusion with the character's Unicode code
15973 point shown above that. (Bug#10129)
15974
15975 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15976
15977 * descr-text.el (describe-char): Show the raw character, not only
15978 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15979 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15980 for the reasons.
15981
15982 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15983
15984 * emacs-lisp/package.el (package-install):
15985 Run package-refresh-contents if there is no archive yet (Bug#9798).
15986
15987 2012-01-28 Chong Yidong <cyd@gnu.org>
15988
15989 * emacs-lisp/package.el (package-maybe-load-descriptor):
15990 New function, split from package-maybe-load-descriptor.
15991 (package-maybe-load-descriptor): Use it.
15992 (package-download-transaction): Fully load required packages
15993 inside the loop, so that `require' calls work (Bug#10593).
15994 (package-install): No need to call package-initialize now.
15995
15996 2012-01-28 Chong Yidong <cyd@gnu.org>
15997
15998 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15999
16000 * tooltip.el (tooltip-mode): Doc fix.
16001 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16002
16003 * frame.el (set-cursor-color): Doc fix (Bug#352).
16004
16005 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16006 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16007
16008 * cus-edit.el (custom-buffer-create-internal): Fix search button
16009 action (Bug#10542).
16010 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16011
16012 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16013
16014 * dired.el (dired-mark-files-regexp):
16015 Include any subdirectory components. (Bug#10445)
16016
16017 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16018
16019 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16020 Handle [host]:port syntax. (Bug#10533)
16021
16022 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16023
16024 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16025
16026 2012-01-26 Glenn Morris <rgm@gnu.org>
16027
16028 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16029 * term.el (term-raw-escape-map): Use Control-X-prefix.
16030 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16031
16032 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16033
16034 * window.el (window-state-get, window--state-get-1): Don't deal
16035 with fixed-sizeness of windows. Simplify code.
16036
16037 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16038
16039 * window.el (window--state-get-1, window--state-put-2):
16040 Don't save and restore the mark.
16041
16042 2012-01-25 Chong Yidong <cyd@gnu.org>
16043
16044 * custom.el (custom-variable-p): Doc fix.
16045
16046 2012-01-25 Glenn Morris <rgm@gnu.org>
16047
16048 * dired.el (dired-goto-file): Handle some of the more common
16049 characters that `ls -b' escapes. (Bug#10596)
16050
16051 * progmodes/compile.el (compilation-next-error-function):
16052 Respect compilation-first-column in the "*compilation*" buffer.
16053 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16054
16055 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16056
16057 2012-01-24 Glenn Morris <rgm@gnu.org>
16058
16059 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16060
16061 2012-01-24 Julien Danjou <julien@danjou.info>
16062
16063 * color.el (color-rgb-to-hsl): Fix value computing.
16064 (color-hue-to-rgb): New function.
16065 (color-hsl-to-rgb): New function.
16066 (color-clamp, color-saturate-hsl, color-saturate-name)
16067 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16068 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16069
16070 2012-01-24 Glenn Morris <rgm@gnu.org>
16071
16072 * vc/vc-rcs.el (vc-rcs-create-tag):
16073 * vc/vc-sccs.el (vc-sccs-create-tag):
16074 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16075
16076 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16077
16078 * eshell/esh-util.el (eshell-read-hosts-file):
16079 Skip comment lines. (Bug#10549)
16080
16081 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16082
16083 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16084
16085 * subr.el (display-delayed-warnings): Doc fix.
16086 (collapse-delayed-warnings): New function to collapse identical
16087 adjacent warnings.
16088 (delayed-warnings-hook): Add it.
16089
16090 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16091
16092 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16093
16094 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16095 (tramp-default-user-alist): Don't add "pscp".
16096 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16097 property "login-as", if set. (Bug#10530)
16098
16099 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16100
16101 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16102 "plink1" and "psftp". (Bug#10530)
16103
16104 2012-01-21 Kenichi Handa <handa@m17n.org>
16105
16106 * international/mule-cmds.el (prefer-coding-system): Show a
16107 warning message if the default value of file-name-coding-system
16108 was not changed.
16109
16110 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16111
16112 * windmove.el (windmove-reference-loc):
16113 Fix windmove-reference-loc miscalculation.
16114
16115 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16116
16117 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16118 default unit.
16119
16120 2012-01-21 Glenn Morris <rgm@gnu.org>
16121
16122 * international/mule.el (auto-coding-alist): Add .tbz.
16123
16124 * files.el (local-enable-local-variables): Doc fix.
16125 (inhibit-local-variables-regexps): Rename from
16126 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16127 Doc fix. Add some extensions from auto-coding-alist.
16128 (inhibit-local-variables-suffixes):
16129 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16130 (inhibit-local-variables-p):
16131 New function, extracted from set-auto-mode-1.
16132 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16133 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16134 (hack-local-variables): Doc fix. Make the mode-only case
16135 respect enable-local-variables and friends.
16136 Respect inhibit-local-variables-regexps for file-locals, but
16137 not for directory-locals.
16138 (set-visited-file-name):
16139 Take account of inhibit-local-variables-regexps.
16140 Whether it applies may change as the file name is changed.
16141 * jka-cmpr-hook.el (jka-compr-install):
16142 * jka-compr.el (jka-compr-uninstall):
16143 Update for inhibit-first-line-modes-suffixes name change.
16144
16145 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16146
16147 * help-macro.el (make-help-screen): Temporarily restore original
16148 binding for minor-mode-map-alist (Bug#10454).
16149
16150 2012-01-19 Julien Danjou <julien@danjou.info>
16151
16152 * color.el (color-name-to-rgb): Use the white color to find the max
16153 color component value and return correctly computed values.
16154 (color-name-to-rgb): Add missing float conversion for max value.
16155
16156 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16157
16158 * window.el (window--state-get-1, window-state-get): Do not use
16159 special state value for window-persistent-parameters.
16160 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16161 (window--state-put-2): Reset all window parameters to nil before
16162 assigning values of persistent parameters.
16163
16164 2012-01-18 Alan Mackenzie <acm@muc.de>
16165
16166 Eliminate sluggishness and hangs in fontification of "semicolon
16167 deserts".
16168
16169 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16170 Change value 10000 -> 3000.
16171 (c-state-safe-place): Reformulate so it doesn't stack up an
16172 infinite number of wrong entries in c-state-nonlit-pos-cache.
16173 (c-determine-limit-get-base, c-determine-limit): New functions to
16174 determine backward search limits disregarding literals.
16175 (c-find-decl-spots): Amend commenting.
16176 (c-cheap-inside-bracelist-p): New function which detects "={".
16177
16178 * progmodes/cc-fonts.el
16179 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16180 backward search.
16181 (c-font-lock-declarations): Fix an occurrence of point being
16182 undefined. Check additionally for point being in a bracelist or
16183 near a macro invocation without a semicolon so as to avoid a
16184 fruitless time consuming search for a declarator. Give a more
16185 precise search limit for declarators using the new
16186 c-determine-limit.
16187
16188 2012-01-18 Glenn Morris <rgm@gnu.org>
16189
16190 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16191 (set-auto-mode): Doc fixes.
16192
16193 2012-01-17 Glenn Morris <rgm@gnu.org>
16194
16195 * isearch.el (search-nonincremental-instead): Fix doc typo.
16196
16197 * dired.el (dired-insert-directory): Handle newlines in directory name.
16198 (dired-build-subdir-alist): Unescape newlines in directory name.
16199
16200 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16201
16202 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16203 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16204 (tramp-action-terminal): Use it. (Bug#10530)
16205
16206 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16207
16208 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16209
16210 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16211
16212 * window.el (window-state-ignored-parameters): Remove variable.
16213 (window--state-get-1): Rename argument MARKERS to IGNORE.
16214 Handle persistent window parameters. Make copy of clone-of
16215 parameter only if requested. (Bug#10348)
16216 (window--state-put-2): Install a window parameter only if it has
16217 a non-nil value or an existing parameter shall be overwritten.
16218
16219 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16220
16221 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16222
16223 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16224
16225 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16226 don't pass the (nil) value of `upnode' to string-match.
16227
16228 2012-01-14 Chong Yidong <cyd@gnu.org>
16229
16230 * startup.el (command-line): Fix X resource class for cursorColor.
16231 Fix values recognized by the cursorBlink resource.
16232
16233 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16234
16235 * epg.el (epg--make-temp-file): Avoid permission race condition
16236 when running on old Emacs versions (bug#10403).
16237
16238 2012-01-14 Glenn Morris <rgm@gnu.org>
16239
16240 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16241
16242 2012-01-13 Alan Mackenzie <acm@muc.de>
16243
16244 Fix filling for when filladapt mode is enabled.
16245
16246 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16247 c-mask-paragraph, pass in `fill-paragraph' rather than
16248 `fill-region-as-paragraph'. (This is a reversion of a previous
16249 change.)
16250 * progmodes/cc-mode.el (c-basic-common-init):
16251 Make fill-paragraph-handle-comment buffer local and set it to nil.
16252
16253 2012-01-13 Glenn Morris <rgm@gnu.org>
16254
16255 * dired.el (dired-switches-escape-p): New function.
16256 (dired-insert-directory): Use dired-switches-escape-p.
16257 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16258
16259 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16260
16261 2012-01-12 Glenn Morris <rgm@gnu.org>
16262
16263 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16264 changes in adaptive-fill-regexp. (Bug#10276)
16265
16266 2012-01-11 Alan Mackenzie <acm@muc.de>
16267
16268 Fix Emacs bug #10463 - put `widen's around the critical spots.
16269
16270 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16271 widen around each invocation of c-state-pp-to-literal. Remove an
16272 unused let variable.
16273
16274 2012-01-11 Glenn Morris <rgm@gnu.org>
16275
16276 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16277 Doc fix.
16278
16279 2012-01-10 Chong Yidong <cyd@gnu.org>
16280
16281 * net/network-stream.el (network-stream-open-starttls):
16282 Avoid emitting a confusing error message when the server gives a bad
16283 response to the capability command.
16284
16285 2012-01-10 Glenn Morris <rgm@gnu.org>
16286
16287 * mail/unrmail.el (unrmail): Tweak previous change.
16288
16289 2012-01-09 Chong Yidong <cyd@gnu.org>
16290
16291 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16292
16293 2012-01-08 Alan Mackenzie <acm@muc.de>
16294
16295 Optimize font locking in long enum definitions.
16296
16297 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16298 arm to a cond form to handle enums.
16299 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16300 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16301
16302 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16303
16304 * files.el (move-file-to-trash): Preserve default file modes on error.
16305 (Bug#10401)
16306
16307 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16308
16309 * faces.el (set-face-attribute): Clarify the meaning of the nil
16310 frame (bug#10294).
16311
16312 * subr.el (with-selected-frame): Mention that the selected frame
16313 is restored (bug#9980).
16314
16315 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16316 (bug#9759).
16317
16318 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16319 (password-read): Don't autoload unused function.
16320
16321 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16322
16323 * progmodes/which-func.el (which-func-mode): Turn into a
16324 non-interactive function and mark as obsolete (bug#10428).
16325
16326 2012-01-06 Chong Yidong <cyd@gnu.org>
16327
16328 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16329 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16330 functions, along with 1 and -1.
16331
16332 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16333
16334 * time.el (display-time-load-average)
16335 (display-time-default-load-average): Doc fixes. See the thread
16336 starting at
16337 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16338 for the details.
16339
16340 2012-01-06 Glenn Morris <rgm@gnu.org>
16341
16342 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16343 has no messages. (Bug#10377)
16344
16345 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16346 than Info-edit. (Bug#10385)
16347
16348 * time.el (display-time-load-average, display-time-next-load-average):
16349 Doc fixes.
16350
16351 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16352 local setting of buffer-read-only to the input buffer. (Bug#10419)
16353
16354 * calendar/calendar.el (calendar-mode):
16355 Locally set scroll-margin to 0. (Bug#10379)
16356
16357 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16358
16359 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16360
16361 2012-01-05 Glenn Morris <rgm@gnu.org>
16362
16363 * eshell/em-unix.el (diff-no-select): Autoload it.
16364 (eshell/diff): Use diff-no-select. (Bug#10420)
16365
16366 2012-01-05 Chong Yidong <cyd@gnu.org>
16367
16368 * shell.el (shell-dynamic-complete-functions): Revert last change.
16369 (shell-command-completion-function): New function.
16370 (shell-completion-vars): Use it to implement
16371 shell-completion-execonly (Bug#10417).
16372
16373 * custom.el (enable-theme): Don't set custom-safe-themes.
16374
16375 * cus-theme.el (custom-theme-merge-theme):
16376 Ignore custom-enabled-themes and custom-safe-themes.
16377
16378 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16379
16380 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16381 first prompt in `sql-interacive-mode'.
16382 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16383 keywords.
16384 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16385 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16386 context of original buffer. Invoke `sql-login-hook'.
16387
16388 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16389
16390 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16391 letters in cite-prefix.
16392
16393 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16394
16395 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16396
16397 2012-01-03 Chong Yidong <cyd@gnu.org>
16398
16399 * shell.el (shell-dynamic-complete-functions):
16400 Put pcomplete-completions-at-point, so as to try
16401 comint-filename-completion first (Bug#10417).
16402
16403 2012-01-02 Richard Stallman <rms@gnu.org>
16404
16405 * battery.el (battery-status-function):
16406 Detect when to use battery-yeeloong-sysfs.
16407 (battery-echo-area-format): Add string for Yeeloong.
16408 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16409 (battery-yeeloong-sysfs): New function.
16410
16411 2012-01-02 Chong Yidong <cyd@gnu.org>
16412
16413 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16414 (dirtrack): Merge code for handling relative filenames in prompt
16415 from shell-dir-cookie-watcher.
16416 (dirtrack-debug-message): New arg to avoid excess format calls.
16417
16418 * shell.el (shell-dir-cookie-re): Variable deleted.
16419 (shell-dir-cookie-watcher): Function deleted.
16420 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16421 with dirtrack-mode.
16422
16423 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16424
16425 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16426 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16427 libgnutls-26.dll.
16428
16429 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16430
16431 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16432
16433 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16434
16435 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16436 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16437
16438 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16439
16440 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16441 also for alternative shells.
16442 (tramp-open-connection-setup-interactive-shell): Check, whether
16443 the shell is a busybox.
16444 (tramp-send-command): Don't suppress multiple prompts for
16445 busyboxes, it hurts.
16446
16447 2011-12-28 Chong Yidong <cyd@gnu.org>
16448
16449 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16450 (gdb-get-source-file): Move mode line update to
16451 gdb-get-source-file (Bug#10087).
16452
16453 2011-12-25 Chong Yidong <cyd@gnu.org>
16454
16455 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16456 gud-gdb-marker-filter without taking it as an argument.
16457 (gud-gdb-run-command-fetch-lines): Caller changed.
16458 (gud-gdb-completion-function): New variable.
16459 (gud-gdb-completion-at-point): Use it.
16460 (gud-gdb-completions-1): Split from gud-gdb-completions.
16461
16462 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16463 function as separate arguments.
16464 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16465 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16466 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16467 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16468 (gdb-stopped, def-gdb-auto-update-trigger)
16469 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16470 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16471 Callers changed.
16472 (gud-gdbmi-completions): New function.
16473 (gdb): Use it for generating the completion table.
16474
16475 2011-12-24 Alan Mackenzie <acm@muc.de>
16476
16477 Introduce a mechanism to widen the region used in context font
16478 locking. Use this to protect declarations from losing their contexts.
16479
16480 * progmodes/cc-langs.el (c-before-font-lock-functions):
16481 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16482 (c-before-context-fontification-functions): New defvar, a list of
16483 functions to be run just before context (etc.) font locking.
16484
16485 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16486 New, functionality extracted from
16487 c-neutralize-syntax-in-and-mark-CPP.
16488 (c-in-after-change-fontification): New variable.
16489 (c-after-change): Set c-in-after-change-fontification.
16490 (c-set-fl-decl-start): Rejig its interface, so it can be called
16491 from both after-change and context fontifying.
16492 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16493 New functions.
16494 (c-standard-font-lock-fontify-region-function): New variable.
16495 (c-font-lock-fontify-region): New function.
16496
16497 2011-12-24 Juri Linkov <juri@jurta.org>
16498
16499 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16500 (Bug#10348)
16501
16502 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16503
16504 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16505 existence of source file. (Bug#10325)
16506
16507 2011-12-23 Alan Mackenzie <acm@muc.de>
16508
16509 Fix unstable fontification inside templates.
16510
16511 * progmodes/cc-langs.el (c-before-font-lock-functions):
16512 Newly created from the singular version. The (c c++ objc) entry now
16513 additionally has c-set-fl-decl-start. The other languages (apart
16514 from AWK) have that as a single entry.
16515
16516 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16517 The functionality for "local" declarations has been extracted to
16518 c-set-fl-decl-start.
16519
16520 * progmodes/cc-mode.el (c-common-init, c-after-change):
16521 Changes due to pluralisation of c-before-font-lock-functions.
16522 (c-set-fl-decl-start): New function, extracted from
16523 c-font-lock-enclosing-decls and enhanced.
16524
16525 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16526
16527 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16528
16529 2011-12-22 Juri Linkov <juri@jurta.org>
16530
16531 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16532
16533 2011-12-22 Chong Yidong <cyd@gnu.org>
16534
16535 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16536
16537 2011-12-21 Drew Adams <drew.adams@oracle.com>
16538
16539 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16540
16541 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16542
16543 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16544
16545 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16546
16547 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16548 highlighting and support. Fix up comments for capitalization.
16549 (cfengine-mode-debug): New var.
16550 (cfengine3-mode): Change the modeline indicator to "CFE3".
16551 (cfengine3-font-lock-keywords): Improve defun highlighting.
16552 (cfengine2-actions): Rename from `cfengine-actions'.
16553 (cfengine2-font-lock-keywords): Rename from
16554 `cfengine-font-lock-keywords'.
16555 (cfengine2-imenu-expression): Rename from
16556 `cfengine-imenu-expression'.
16557 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16558 (cfengine2-beginning-of-defun): Rename from
16559 `cfengine-beginning-of-defun'.
16560 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16561 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16562 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16563 modeline indicator to "CFE2".
16564 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16565 (cfengine-mode-abbrevs): Mark obsolete.
16566
16567 2011-12-21 Chong Yidong <cyd@gnu.org>
16568
16569 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16570 filename argument.
16571
16572 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16573
16574 * window.el (window-normalize-buffer-to-display): Remove.
16575 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16576
16577 2011-12-19 Chong Yidong <cyd@gnu.org>
16578
16579 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16580 Don't signal an error in a predicate function; return non-nil.
16581 (vc-dir-mark-file): Move the error here.
16582 (vc-dir-mark-unmark): If acting on the region, keep going if one
16583 of the entries cannot be marked/unmarked.
16584 (vc-dir-mark-all-files): If current entry is a directory, mark
16585 only child files, as documented.
16586
16587 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16588
16589 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16590 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16591 addition.
16592
16593 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16594
16595 * term/ns-win.el (ns-get-selection-internal)
16596 (ns-store-selection-internal): Declare.
16597 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16598 Declare as obsolete.
16599 (ns-get-pasteboard, ns-paste-secondary):
16600 Use ns-get-selection-internal.
16601 (ns-set-pasteboard, ns-copy-including-secondary):
16602 Use ns-store-selection-internal.
16603
16604 2011-12-17 Chong Yidong <cyd@gnu.org>
16605
16606 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16607 (vc-deduce-fileset): Doc fix.
16608
16609 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16610
16611 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16612
16613 2011-12-13 Sam Steingold <sds@gnu.org>
16614
16615 * man.el (Man-getpage-in-background): When running under a
16616 window-system, ignore $MANWIDTH and $COLUMNS.
16617
16618 2011-12-15 Kenichi Handa <handa@m17n.org>
16619
16620 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16621 (setup-ethiopic-environment-internal): Comment out key-binding for
16622 ethio-toggle-punctuation.
16623
16624 2011-12-13 Alan Mackenzie <acm@muc.de>
16625
16626 Add the switch statement to AWK Mode.
16627
16628 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16629 "default" to the keywords regexp.
16630
16631 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16632 expression as the rest.
16633 (c-nonlabel-token-key): Allow string literals for AWK.
16634 Refactor for the other modes.
16635
16636 Large brace-block initialisation makes CC Mode slow: Fix.
16637 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16638 routines. Limit backward searching in c-font-lock-enclosing.decl.
16639
16640 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16641 pp-state and literal type in addition to the limits.
16642 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16643 (c-state-literal-at): Use the above new defun.
16644 (c-slow-in-literal, c-fast-in-literal): Remove.
16645 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16646
16647 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16648 being in a literal. Add a limit for backward searching.
16649
16650 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16651 c-slow-in-literal.
16652
16653 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16654
16655 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16656
16657 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16658
16659 * window.el (delete-other-windows): Use correct frame in call to
16660 window-with-parameter.
16661
16662 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16663
16664 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16665 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16666 (makefile-gmake-statements, makefile-makepp-statements):
16667 Use it and add new makepp keywords.
16668 (makefile-makepp-font-lock-keywords): Add new patterns.
16669 (makefile-match-function-end): Match new [...] and [[...]].
16670
16671 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16672
16673 * ses.el (ses-call-printer-return, ses-cell-property-get)
16674 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16675 (ses-create-cell-variable, ses-reset-header-string)
16676 (ses-cell-set-formula, ses-repair-cell-reference-all)
16677 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16678 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16679 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16680 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16681 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16682 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16683 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16684 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16685 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16686 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16687 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16688 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16689
16690 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16691
16692 * ses.el: The overall change is to add cell renaming, that is
16693 setting fancy names for cell symbols other than name matching
16694 "\\`[A-Z]+[0-9]+\\'" regexp .
16695 (ses-create-cell-variable): New defun.
16696 (ses-relocate-formula): Relocate formulas only for cells the
16697 symbols of which are not renamed, i.e. symbols whose names do not
16698 match regexp "\\`[A-Z]+[0-9]+\\'".
16699 (ses-relocate-all): Relocate values only for cells the symbols of
16700 which are not renamed.
16701 (ses-load): Create cells variables as the (ses-cell ...) are read,
16702 in order to check row col consistency with cell symbol name only
16703 for cells that are not renamed.
16704 (ses-replace-name-in-formula): New defun.
16705 (ses-rename-cell): New defun.
16706
16707 2011-12-11 Chong Yidong <cyd@gnu.org>
16708
16709 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16710 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16711
16712 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16713
16714 * window.el (other-window): Fix docstring.
16715
16716 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16717
16718 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16719 `from' or `to' address before taking its substring.
16720 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16721 encoded name is chopped in the middle of the encoded string, and
16722 thus displayed encoded.
16723
16724 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16725
16726 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16727
16728 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16729
16730 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16731 to use texinfo-update-node and commands that call it if the
16732 Texinfo file uses @node lines without next/prev/up pointers.
16733 Correct outdated description about texinfo-master-menu.
16734 (texinfo-all-menus-update, texinfo-master-menu)
16735 (texinfo-update-node, texinfo-every-node-update)
16736 (texinfo-multiple-files-update): Doc fix. Warn against updating
16737 all the @node lines.
16738 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16739 argument is numeric. Explain better in the doc string what the
16740 function really does.
16741 (texinfo-insert-master-menu-list): Improve the error message
16742 displayed if there's no menu in the Top node.
16743 (Bug#2975) See also this thread:
16744 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16745
16746 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16747
16748 * speedbar.el (speedbar-supported-extension-expressions):
16749 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16750
16751 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16752
16753 * printing.el (pr-mode-alist):
16754 * simple.el (filter-buffer-substring-functions)
16755 (completion-list-insert-choice-function):
16756 * window.el (window-with-parameter, window-atom-root)
16757 (window-sides-slots, window-size-fixed, window-min-delta)
16758 (window-max-delta, window--resize-mini-window)
16759 (window--resize-child-windows-normal, window-tree)
16760 (delete-other-windows, quit-window, split-window)
16761 (display-buffer-record-window, special-display-buffer-names)
16762 (special-display-regexps, special-display-popup-frame)
16763 (same-window-p, split-window-sensibly)
16764 (display-buffer-overriding-action, display-buffer-alist)
16765 (display-buffer-base-action, display-buffer, switch-to-buffer)
16766 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16767 (fit-window-to-buffer, recenter-positions)
16768 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16769 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16770 and remove unneeded backslashes in docstrings.
16771
16772 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16773
16774 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16775
16776 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16777 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16778 end in ".mk".
16779 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16780 when reading the makefile (bug#10116).
16781
16782 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16785 (bug#10116).
16786
16787 2011-12-06 Glenn Morris <rgm@gnu.org>
16788
16789 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16790
16791 2011-12-06 Chong Yidong <cyd@gnu.org>
16792
16793 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16794
16795 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16796
16797 * textmodes/table.el (table-shorten-cell): Fix typo.
16798
16799 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16800
16801 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16802
16803 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16804
16805 * descr-text.el (describe-char): Fix display of strong
16806 right-to-left characters and directional embeddings and overrides.
16807
16808 * simple.el (what-cursor-position): Fix display of codepoints of
16809 strong right-to-left characters.
16810
16811 2011-12-05 Chong Yidong <cyd@gnu.org>
16812
16813 * faces.el (read-color): Doc fix.
16814
16815 2011-12-05 Glenn Morris <rgm@gnu.org>
16816
16817 * align.el (align--set-marker): Add doc-string.
16818 Don't try to move something that is not a marker. (Bug#10216)
16819
16820 2011-12-04 Glenn Morris <rgm@gnu.org>
16821
16822 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16823 overly zealous deletion of trailing whitespace.
16824
16825 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16826
16827 * server.el (server-delete-client): On Windows, do not try to delete
16828 the only terminal.
16829 (server-process-filter): On Windows, treat requests for a tty frame as
16830 if they were for a GUI frame if the running server is in GUI mode.
16831
16832 2011-12-03 Glenn Morris <rgm@gnu.org>
16833
16834 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16835
16836 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16837
16838 * electric.el: Streamline electric-indent's hook.
16839 (electric-indent-chars): Revert to simple list.
16840 (electric-indent-functions): New var.
16841 (electric-indent-post-self-insert-function): Use it.
16842
16843 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16844 there's no inferior buffer (bug#10196).
16845 (prolog-consult-compile): Don't use toggle-read-only.
16846
16847 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16848
16849 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16850 interrupt. (Bug#10187)
16851
16852 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16853
16854 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16855 (bug#9160).
16856
16857 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16858 (bug#10191).
16859
16860 2011-12-02 Juri Linkov <juri@jurta.org>
16861
16862 * info.el (Info-search): Display "end of manual" when Isearch
16863 reaches the end of single-file Info manual. (Bug#9918)
16864
16865 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16866
16867 * isearch.el (isearch-message-prefix): Run the input method part
16868 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16869
16870 2011-12-02 Juri Linkov <juri@jurta.org>
16871
16872 * isearch.el (isearch-occur): Use `word-search-regexp' for
16873 `isearch-word'.
16874 (isearch-search-and-update): Add condition for `isearch-word' and
16875 call `word-search-regexp'. (Bug#10145)
16876
16877 2011-12-01 Glenn Morris <rgm@gnu.org>
16878
16879 * eshell/em-hist.el (eshell-hist-initialize):
16880 Handle eshell-history-size nil and HISTSIZE set or unset.
16881 (eshell-history-file-name, eshell-history-size): Fix custom type.
16882
16883 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16884
16885 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16886
16887 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16888
16889 * progmodes/verilog-mode.el (verilog-pretty-expr):
16890 Rework verilog-pretty-expr to handle new assignment operators in system
16891 verilog, such as += *= and the like.
16892 (verilog-assignment-operator-re): Regular expression to find the
16893 assigment operator in a verilog assignment.
16894 (verilog-assignment-operation-re): Regular expression to find an
16895 assignment statement for pretty-expr.
16896 (verilog-in-attribute-p): Query returns true if point is in an
16897 attribute context; used to skip these for expression line up from
16898 pretty-expr.
16899 (verilog-in-parameter-p): Query returns true if point is in an
16900 parameter definition context; used to skip these for expression
16901 line up from pretty-expr.
16902 (verilog-in-parenthesis-p): Query returns true if point is in a
16903 parenthetical expression, specifically ( ) but not [ ] or { };
16904 used by pretty-expr.
16905 (verilog-just-one-space): If there is no space, don't add one.
16906 (verilog-get-lineup-indent-2): Specifically skip just attribute
16907 contexts for expression lineup, rather than skipping all
16908 parenthetical expressions.
16909 (verilog-calculate-indent): Fix comment, and fix indent.
16910 (verilog-do-indent): Indent declarations in lists (suggested by
16911 Joachim Lechner).
16912 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16913 skeleton items.
16914 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16915 by Alain Mellan).
16916
16917 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16918
16919 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16920 parameters with embedded comments. Reported by Ray Stevens.
16921 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16922 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16923 Reported by Tim Holt.
16924 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16925 instantiated by upper module causing wrong expansion until AUTOed a
16926 second time. Reported by K C Buckenmaier.
16927 (verilog-diff-auto): Fix showing .* as a difference when
16928 `verilog-auto-star-save' off. Reported by Dan Dever.
16929 (verilog-auto-reset, verilog-read-always-signals)
16930 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16931 temporary signals in reset list if
16932 verilog-auto-reset-blocking-in-non is nil, and match assignment
16933 style to each signal's assignment type, bug381.
16934 Reported by Thomas Esposito.
16935 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16936 (verilog-uvm-statement-re): Support UVM indentation and
16937 highlighting, with old OVM keywords only.
16938 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16939 Support AUTOTIEOFF creating non-wire data types.
16940 Suggested by Jonathan Greenlaw.
16941 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16942 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16943 (verilog-inject-sense, verilog-read-inst-pins)
16944 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16945 Fix mismatching parenthesis inside commented out code when deleting
16946 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16947 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16948 non-numeric vector width. Reported by Alex Reed.
16949 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16950 detecting signals with parameter widths. Reported by Alex Reed.
16951 (verilog-auto-delete-trailing-whitespace):
16952 With `verilog-auto-delete-trailing-whitespace' remove trailing
16953 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16954 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16955 Fix verilog-scan-cache corruption when running user AUTO expansion
16956 hooks that call indentation routines.
16957 (verilog-simplify-range-expression): Fix typo ignoring lower case
16958 identifiers.
16959 (verilog-delete-auto): Fix delete-autos to also remove user created
16960 automatics, as long as they start with AUTO.
16961 (verilog-batch-diff-auto, verilog-diff-auto)
16962 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16963 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16964 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16965 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16966 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16967 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16968 is disabled and its cache will get corrupt, causing AUTOS not to
16969 expand. Instead use only -quick functions.
16970 (verilog-scan-region): Fix scanning over escaped quotes.
16971 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16972 (verilog-re-search-backward-quick)
16973 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16974 related functions now ignore strings, to fix misparsing of strings
16975 with magic comments embedded in them.
16976 (verilog-read-auto-template):
16977 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16978 Reported by Brad Dobbie.
16979 (verilog-read-auto-template):
16980 Fix 'verilog-auto-inst-template-numbers' with comments.
16981 Reported by Brad Dobbie.
16982 (verilog-auto-inst, verilog-auto-inst-param)
16983 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16984 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16985 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16986 debugging templates without merge conflicts, bug357.
16987 Reported by Brad Dobbie.
16988 (verilog-read-auto-template):
16989 Fix verilog-auto-inst-template-numbers with multiple templates.
16990 Reported by Brad Dobbie.
16991 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16992 abbrevs so user won't be asked to save.
16993 (verilog-read-auto-lisp-present): Fix to start at beginning of
16994 buffer in case called outside of verilog-auto.
16995 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16996 to "X-2". Reported by Matthew Myers.
16997 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16998 all inputs from module templates. Reported by Leith Johnson.
16999 (verilog-module-inside-filename-p): Fix locating programs as with
17000 modules.
17001 (verilog-auto-inst-port): Fix vl-width expressions when using
17002 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17003 (verilog-decls-get-regs, verilog-decls-get-signals,
17004 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17005 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17006 verilog-read-decls): Combine reg and wire structures into one var
17007 structure to represent SystemVerilog concepts.
17008 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17009 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17010 (verilog-auto-wire-type, verilog-insert-definition):
17011 Add verilog-auto-wire-type and AUTOLOGIC to support using
17012 SystemVerilog "logic" keyword instead of "wire"/"reg".
17013 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17014 to declares outputs that also have assignments (presumably in an
17015 ifdef or generate if so there's not a driver conflict).
17016 Reported by Matthew Myers.
17017 (verilog-auto-declare-nettype, verilog-insert-definition):
17018 Add verilog-auto-declare-nettype to fix declarations using
17019 `default_nettype none. Reported by Julian Gorfajn.
17020 (verilog-read-always-signals-recurse, verilog-read-decls)
17021 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17022 malformed end statement, bug325. Reported by Joshua Wise and
17023 Andrew Drake.
17024 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17025 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17026 when expanding .* in interfaces, bug320.
17027 Reported by Pierre-David Pfister.
17028 (verilog-read-module-name): Fix import statements between module
17029 name and open parenthesis, bug317.
17030 Reported by Pierre-David Pfister.
17031 (verilog-simplify-range-expression): Fix simplification of
17032 multiplications inside AUTOWIRE connections, bug303.
17033 (verilog-auto-inst-port): Support parameter expansion in
17034 multidimensional arrays.
17035 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17036 after "assert property". Reported by Julian Gorfajn.
17037 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17038 with multiplication, bug303.
17039 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17040 Reported by Jan Frode Lonnum.
17041
17042 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17043
17044 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17045 (hfy-shell-file-name, hfy-shell):
17046 * international/fontset.el (x-decompose-font-name): Fix typos.
17047
17048 2011-11-29 Ken Brown <kbrown@cornell.edu>
17049
17050 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17051 (gdb-version): Remove defvar.
17052 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17053 (gdb-gud-context-command, gdb-non-stop-handler)
17054 (gdb-current-context-command, gdb-stopped): Use it.
17055 (gdb-init-1): Enable pretty printing here.
17056 (gdb-non-stop-handler): Don't enable pretty-printing here.
17057 Check to see if the target supports non-stop mode; if not, turn off
17058 non-stop mode. Use the following.
17059 (gdb-check-target-async): New defun.
17060 (gud-watch, gdb-stopped): Fix whitespace.
17061 (gdb-get-source-file): Don't try to display the source file if
17062 `gdb-main-file' is nil.
17063
17064 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17065
17066 * align.el: Try to generate fewer markers (bug#10047).
17067 (align--set-marker): New macro.
17068 (align-region): Use it.
17069
17070 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17071
17072 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17073
17074 2011-11-29 Chong Yidong <cyd@gnu.org>
17075
17076 * indent.el (indent-for-tab-command, indent-according-to-mode):
17077 Doc fix.
17078 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17079
17080 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17081
17082 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17083 aware of remote file names. (Bug#10124)
17084
17085 2011-11-29 Chong Yidong <cyd@gnu.org>
17086
17087 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17088
17089 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17090
17091 * files.el (find-file): Don't use force-same-window (bug#10144).
17092 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17093 use pop-to-buffer if the selected window can't be used.
17094 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17095
17096 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17097
17098 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17099 special-mode-map.
17100
17101 2011-11-28 Chong Yidong <cyd@gnu.org>
17102
17103 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17104
17105 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17106
17107 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17108 gdb-get-source-file-list on gdb-create-source-file-list.
17109
17110 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17111
17112 * whitespace.el (whitespace-newline): Use a different foreground
17113 color for 16-color light-background displays.
17114
17115 2011-11-24 Chong Yidong <cyd@gnu.org>
17116
17117 * window.el (display-buffer--special-action): Doc fix.
17118
17119 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17120
17121 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17122 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17123 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17124 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17125 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17126 (avl-tree-stack-first):
17127 * emacs-lisp/cconv.el (cconv--analyse-use):
17128 * net/gnutls.el (gnutls-negotiate): Fix typos.
17129
17130 2011-11-24 Glenn Morris <rgm@gnu.org>
17131
17132 * lpr.el (lpr-windows-system, lpr-lp-system):
17133 * mail/binhex.el (binhex-begin-line):
17134 * progmodes/grep.el (grep-history, grep-find-history):
17135 * textmodes/flyspell.el:
17136 * vc/pcvs-defs.el (cvs-global-menu):
17137 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17138 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17139 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17140
17141 * net/tls.el: Fix case of "GnuTLS".
17142
17143 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17144
17145 * version.el (emacs-build-system): Give it a doc-string.
17146
17147 2011-11-24 Juri Linkov <juri@jurta.org>
17148
17149 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17150
17151 2011-11-24 Glenn Morris <rgm@gnu.org>
17152
17153 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17154 if called on a non-mime message just toggle the headers. (Bug#8006)
17155
17156 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17157
17158 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17159 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17160 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17161 (allout-rebullet-heading, allout-open-sibtopic)
17162 (allout-toggle-current-subtree-encryption)
17163 (allout-toggle-subtree-encryption, allout-encrypt-string)
17164 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17165 (allout-distinctive-bullets-string, allout-auto-activation):
17166 * window.el (window-normalize-buffer-to-display):
17167 * progmodes/verilog-mode.el (verilog-batch-indent):
17168 * textmodes/bibtex.el (bibtex-field-braces-opt)
17169 (bibtex-field-strings-opt):
17170 * vc/cvs-status.el (cvs-tree-merge):
17171 Fix typos.
17172
17173 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17174
17175 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17176 `non-essential' to t, in order to avoid remote connections.
17177
17178 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17179
17180 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17181 On MS-DOS and MS-Windows, compare with loaddefs.el
17182 case-insensitively.
17183
17184 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17185
17186 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17187
17188 2011-11-23 Glenn Morris <rgm@gnu.org>
17189
17190 * paths.el (rmail-file-name): Reformat the doc-string so that it
17191 is picked up.
17192
17193 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17194 (rmail-auto-file): Ignore case in the "special" field names,
17195 as mail-fetch-field does for all others.
17196
17197 * mail/rmail.el (rmail-forward):
17198 * mail/rmailkwd.el (rmail-set-label):
17199 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17200 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17201
17202 * mail/rmail.el (rmail-current-message): Doc fix.
17203
17204 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17205
17206 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17209
17210 2011-11-22 Glenn Morris <rgm@gnu.org>
17211
17212 * mail/rmailmm.el (test-rmail-mime-handler)
17213 (test-rmail-mime-bulk-handler)
17214 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17215
17216 2011-11-21 Juri Linkov <juri@jurta.org>
17217
17218 * calc/calc.el (calc-read-key-sequence):
17219 Let-bind `input-method-function' to nil. (Bug#10018)
17220
17221 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17222
17223 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17224 Tell the caller that the next line needs recomputation, even
17225 though it doesn't start a sexp (bug#10094).
17226
17227 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17228
17229 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17230
17231 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17232
17233 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17234 Use force-same-window.
17235
17236 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17237
17238 * descr-text.el (describe-char-unicode-data):
17239 * json.el (json-string-escape):
17240 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17241 (Footnote-unicode, Footnote-style-p):
17242 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17243
17244 2011-11-20 Chong Yidong <cyd@gnu.org>
17245
17246 * window.el (replace-buffer-in-windows): Restore interactive spec.
17247
17248 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17249
17250 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17251
17252 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17253 (byte-compile-global-not-obsolete-vars): New var.
17254 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17255 Use it.
17256 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17257
17258 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17259
17260 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17261 * progmodes/pascal.el (electric-pascal-equal):
17262 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17263 * xml.el (xml-substitute-special): Fix typos.
17264
17265 2011-11-20 Glenn Morris <rgm@gnu.org>
17266
17267 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17268 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17269 Doc fixes.
17270 (rmail-decode-mime-charset): Mark as obsolete.
17271
17272 * mail/rmailsum.el (rmail-message-regexp-p-1):
17273 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17274 Before using mime functions, check they are set. (Bug#10077)
17275
17276 2011-11-19 Juri Linkov <juri@jurta.org>
17277
17278 * info.el (Info-finder-find-node): Use `package--builtins' instead
17279 of `package-alist'. Use node names formed by the pattern "Keyword "
17280 and the keyword name.
17281
17282 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17283
17284 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17285
17286 2011-11-19 Juri Linkov <juri@jurta.org>
17287
17288 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17289 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17290 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17291 `old-history', `old-history-forward'. Add let-binding
17292 `window-selected'. Remove calls to `kill-buffer',
17293 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17294 before calling `Info-find-node', so `Info-find-node-2' will reread
17295 the Info file. Restore window positions only when `window-selected'
17296 is non-nil.
17297
17298 2011-11-19 Juri Linkov <juri@jurta.org>
17299
17300 * isearch.el (isearch-lazy-highlight-new-loop):
17301 Remove condition `(not isearch-error)'. (Bug#9918)
17302
17303 * misearch.el (multi-isearch-search-fun): Add condition
17304 `(not bound)' to ignore lazy-highlighting search.
17305 Add the search-failed message "end of multi" when the end of
17306 multi-sequence is reached. Uncapitalize the search-failed
17307 message "Repeat for next buffer".
17308
17309 * info.el (Info-search): Add the search-failed message
17310 "end of the manual" when the end of the manual is reached
17311 in Isearch mode.
17312
17313 2011-11-19 Juri Linkov <juri@jurta.org>
17314
17315 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17316 Use non-destructive `remove' instead of `delete' because
17317 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17318 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17319
17320 2011-11-19 Juri Linkov <juri@jurta.org>
17321
17322 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17323 to nil instead of binding `search-ring' and `regexp-search-ring'.
17324 (Bug#9185)
17325
17326 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17327
17328 * simple.el (line-move): Force movement by logical lines for any
17329 hscrolled window, not only when auto-hscroll-mode is on.
17330 (line-move-visual): Update doc string to that effect. (Bug#10076)
17331
17332 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17333
17334 * language/european.el (macintosh): Define as alias for mac-roman.
17335
17336 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17337
17338 * mail/rmailmm.el (rmail-mime-display-header)
17339 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17340 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17341 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17342 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17343 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17344 of a raw aref.
17345 (rmail-mime-entity-segment): To get past the tagline, move forward
17346 2 more lines, to account for the 2 empty lines that precede and
17347 follow the line with the buttons.
17348 (rmail-mime-update-tagline): Move one more line, to get past the
17349 empty line that follows the buttons in the tagline. (Bug#9520)
17350
17351 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17352
17353 * window.el (window-max-delta-1, window-min-delta-1)
17354 (window-min-size-1, window-state-get-1, window-state-put-1)
17355 (window-state-put-2): Use "window--" prefix.
17356
17357 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17358
17359 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17360 (smie-warning-count): New var.
17361 (smie-set-prec2tab): Use it.
17362 (smie-bnf->prec2): Improve warnings. Add docstring.
17363 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17364 (smie-bnf--set-class): New function.
17365 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17366 corner case.
17367
17368 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17369 (compilation-error-properties, compilation-move-to-column):
17370 Handle compilation-first-column while in the target buffer.
17371
17372 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17373 Don't hardcode point-min==1.
17374
17375 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17376 (eshell-rewrite-for-command): Remove workaround.
17377 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17378 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17379 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17380
17381 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17382
17383 2011-11-17 Glenn Morris <rgm@gnu.org>
17384
17385 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17386 Ignore buffer-local generated-autoload-file if it is the same
17387 as the global value. (Bug#10049)
17388
17389 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17390
17391 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17392 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17393 (reftex-toc-previous-heading, reftex-toc-max-level)
17394 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17395 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17396 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17397 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17398 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17399 (reftex-toc-rename-label, reftex-toc-visit-location)
17400 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17401 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17402 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17403 leaving "*toc*" only for references to the buffer.
17404
17405 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17406
17407 * window.el (window-resize, delete-window, split-window):
17408 Replace window-splits by window-combination-resize.
17409 * cus-start.el (window-splits): Replace by window-combination-resize.
17410
17411 2011-11-17 Glenn Morris <rgm@gnu.org>
17412
17413 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17414 Make bash entry derive from sh entry, not shell entry.
17415
17416 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17417
17418 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17419 local file name.
17420
17421 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17422
17423 * menu-bar.el (menu-bar-file-menu):
17424 * printing.el (pr-ps-utility):
17425 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17426 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17427 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17428 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17429 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17430 (icalendar--convert-cyclic-to-ical)
17431 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17432 (icalendar--convert-ical-to-diary)
17433 (icalendar--convert-recurring-to-diary)
17434 (icalendar--convert-non-recurring-all-day-to-diary)
17435 (icalendar-import-format-sample):
17436 * progmodes/idlw-shell.el (idlwave-shell-mode):
17437 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17438 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17439 (vhdl-ps-print-init): Fix typos.
17440
17441 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17442
17443 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17444 FSF and collapse date sequence, obscure author/maintainer email address
17445 better, remove extra version line, track relocation of author's webpage.
17446
17447 * progmodes/python.el (python-pdbtrack-input-prompt)
17448 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17449 regular python pdb prompts. Adjustments shamelessly taken exactly as
17450 suggested in EmacsWiki page (tiny change):
17451 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17452
17453 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17454
17455 * expand.el (expand-pos, expand-index, expand-point):
17456 Remove redundant info from docstring.
17457 (expand-add-abbrevs): Doc fix.
17458 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17459 (expand-sample-perl-mode-expand-list): Fix typos.
17460
17461 * net/dbus.el (dbus-event-member-name):
17462 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17463 * term/pc-win.el (msdos-create-frame-with-faces):
17464 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17465
17466 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17467
17468 * window.el (split-window, window-state-get-1)
17469 (window-state-put-1, window-state-put-2): Rename occurrences of
17470 window-nest to window-combination-limit.
17471 * cus-start.el (window-nest): Rename to window-combination-limit.
17472
17473 2011-11-16 Chong Yidong <cyd@gnu.org>
17474
17475 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17476 regexp (Bug#10033).
17477
17478 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17479
17480 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17481 `completing-read' will remove *Completions* and will preserve
17482 current-buffer for us.
17483 (tmm-add-prompt): Users of *Completions* will always (re)set its
17484 major mode.
17485 (tmm-old-comp-map): Remove.
17486
17487 2011-11-16 Glenn Morris <rgm@gnu.org>
17488
17489 * mail/rmailedit.el: Require rmailmm when compiling.
17490 (rmail-old-mime-state): New declaration.
17491 (rmail-edit-current-message): If editing a mime message,
17492 edit the "raw" message from the mbox buffer.
17493 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17494
17495 2011-11-15 Glenn Morris <rgm@gnu.org>
17496
17497 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17498 which wasn't being used. Add optional arg to force given state.
17499 (rmail-mime): Add optional arg to force given state.
17500
17501 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17502
17503 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17504 * frame.el (display-mm-dimensions-alist):
17505 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17506 (outline-move-subtree-down):
17507 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17508 (newsticker--treeview-do-get-node):
17509 * net/quickurl.el (quickurl-list-buffer-name):
17510 * progmodes/dcl-mode.el (dcl-mode):
17511 * progmodes/gdb-mi.el (gdb-mapcar*):
17512 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17513
17514 2011-11-15 Glenn Morris <rgm@gnu.org>
17515
17516 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17517 in a boolean sense, so just make it a boolean, and fix the doc.
17518 (rmail-show-mime-function, rmail-mime-feature)
17519 (rmail-require-mime-maybe): Doc fixes.
17520 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17521
17522 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17523
17524 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17525
17526 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17527 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17528 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17529 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17530
17531 2011-11-15 Glenn Morris <rgm@gnu.org>
17532
17533 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17534 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17535 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17536 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17537 (rmail-mime, rmail-show-mime): Doc fixes.
17538
17539 * term/ns-win.el (mode-line-frame-identification):
17540 Leave it alone. (Bug#10051)
17541
17542 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17543
17544 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17545 Handle empty buffers. (Bug#9978)
17546
17547 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17548
17549 * international/mule.el (define-charset):
17550 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17551 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17552 * progmodes/verilog-mode.el (verilog-backward-token):
17553 * textmodes/ispell.el (lookup-words):
17554 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17555
17556 2011-11-14 Glenn Morris <rgm@gnu.org>
17557
17558 * progmodes/executable.el
17559 (executable-make-buffer-file-executable-if-script-p):
17560 Handle file-modes returning nil.
17561
17562 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17563 message - not necessary, and causes problems. (Bug#9831)
17564
17565 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17566
17567 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17568
17569 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17570 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17571 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17572
17573 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17574
17575 * window.el (window-resize, delete-window): Use window-splits
17576 variable instead of function.
17577 (window-state-get-1, window-state-put-2, window-state-put):
17578 Don't deal with windows' splits status.
17579
17580 2011-11-12 Glenn Morris <rgm@gnu.org>
17581
17582 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17583 (apropos-documentation): Doc fixes.
17584
17585 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17586
17587 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17588 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17589
17590 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17591
17592 * electric.el (electric-indent-post-self-insert-function): Make it
17593 possible for a char to only indent in some circumstances.
17594 (electric-indent-mode): Simplify.
17595
17596 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17597
17598 * window.el (windows-with-parameter): Remove unused function.
17599 (windows-at-side): Rename to window-at-side-list.
17600 (window-check, window-atom-check, window-atom-check-1)
17601 (window-side-check, window-size-ignore, window-size-fixed-1)
17602 (window-in-direction-2): Prefix with "window--".
17603 (window-tree-1): Rename to window--subtree, fix doc-string.
17604
17605 2011-11-11 Glenn Morris <rgm@gnu.org>
17606
17607 * subr.el (eval-after-load): If FILE is already loaded,
17608 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17609
17610 2011-11-10 Glenn Morris <rgm@gnu.org>
17611
17612 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17613 Call svn via vc-svn-command rather than vc-do-command.
17614 (vc-svn-command): Add --non-interactive. (Bug#9993)
17615 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17616
17617 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17618 Add toggle-read-only. (Bug#7292)
17619 * files.el (toggle-read-only): Mention that it should only
17620 be used interactively. (Bug#10006)
17621
17622 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17623
17624 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17625 Adjust regexp for OCaml warnings.
17626
17627 * electric.el (electric-pair-post-self-insert-function): Let user
17628 turn it off buffer-locally (bug#9932).
17629
17630 * progmodes/python.el (python-beginning-of-statement):
17631 Rewrite (bug#2703).
17632
17633 * progmodes/compile.el: Better handle TABs (bug#9749).
17634 (compilation-internal-error-properties)
17635 (compilation-next-error-function): Obey the target buffer's
17636 compilation-error-screen-columns.
17637
17638 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17639
17640 * progmodes/meta-mode.el: Remove obsolete comments.
17641 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17642 Fix typos in docstrings.
17643
17644 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17645
17646 * window.el (window-size-fixed-p): Rewrite doc-string.
17647 (window-resizable-p): Rename to window--resizable-p. Update callers.
17648 (window--resizable): New function. Make all callers of
17649 window-resizable call window--resizable instead.
17650 (window-resizable): Rewrite in terms of window--resizable.
17651
17652 2011-11-08 Glenn Morris <rgm@gnu.org>
17653
17654 * progmodes/delphi.el (delphi-mode-syntax-table):
17655 Let define-derived-mode define a proper syntax table. (Bug#9994)
17656
17657 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17658
17659 * window.el: Stay away from defsubst.
17660 (window-list-no-nils): Remove.
17661 (window-state-get-1, window-state-get): Use backquote instead.
17662
17663 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17664
17665 * emacs-lisp/find-func.el (find-function-read):
17666 Fix incorrect use of default argument in `completing-read'.
17667
17668 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17669
17670 * window.el (display-buffer-function, special-display-function):
17671 Mention display-buffer-record-window but do not mention
17672 help-setup parameter in doc-strings.
17673 (window-min-delta): Fix doc-string typo.
17674
17675 2011-11-08 Chong Yidong <cyd@gnu.org>
17676
17677 * window.el (window-total-height, window-total-width): Doc fix.
17678 (window-body-size): Move from C.
17679 (window-body-height, window-body-width): Move to C.
17680
17681 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17682
17683 * window.el: Make special-display like display-buffer-alist (bug#9532).
17684 (display-buffer--special-action): New function, morphed
17685 from display-buffer--special.
17686 (display-buffer): Use it to handle special-display-buffers at higher
17687 priority (just after display-buffer-alist).
17688 (display-buffer-fallback-action, display-buffer--other-frame-action)
17689 (pop-to-buffer-same-window): Remove display-buffer--special.
17690
17691 2011-11-07 Glenn Morris <rgm@gnu.org>
17692
17693 * calendar/cal-menu.el (cal-menu-set-date-title):
17694 Do nothing if not in a calendar. (Bug#9976)
17695
17696 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17697
17698 * files.el (find-file): Always use selected-window.
17699
17700 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17701
17702 * window.el (window-combinations): Make WINDOW argument
17703 mandatory. Rewrite doc-string.
17704 (walk-window-subtree, window-atom-check, window-min-delta)
17705 (window-max-delta, window--resize-this-window)
17706 (window--resize-root-window-vertically, window-tree)
17707 (balance-windows, window-state-put): Rewrite doc-strings as to
17708 not mention the term "subwindow".
17709 (window--resize-subwindows-skip-p): Rename to
17710 window--resize-child-windows-skip-p.
17711 (window--resize-subwindows-normal): Rename to
17712 window--resize-child-windows-normal.
17713 (window--resize-subwindows): Rename to
17714 window--resize-child-windows.
17715 (window-or-subwindow-p): Rename to window--in-subtree-p.
17716
17717 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17718
17719 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17720 Ensure that mbox format messages end in two newlines (Bug#9974).
17721
17722 2011-11-06 Chong Yidong <cyd@gnu.org>
17723
17724 * window.el (window-combination-p): Function deleted; its
17725 side-effect is not used in any existing code.
17726 (window-combinations, window-combined-p): Call window-*-child
17727 directly.
17728
17729 2011-11-05 Chong Yidong <cyd@gnu.org>
17730
17731 * window.el (window-valid-p): Rename from window-any-p.
17732 (window-size-ignore, window-state-get): Callers changed.
17733 (window-normalize-window): Rename from window-normalize-any-window.
17734 New arg LIVE-ONLY, replacing window-normalize-live-window.
17735 (window-normalize-live-window): Delete.
17736 (window-combination-p, window-combined-p, window-combinations)
17737 (walk-window-subtree, window-atom-root, window-min-size)
17738 (window-sizable, window-sizable-p, window-size-fixed-p)
17739 (window-min-delta, window-max-delta, window-resizable)
17740 (window-resizable-p, window-full-height-p, window-full-width-p)
17741 (window-current-scroll-bars, window-point-1, set-window-point-1)
17742 (window-at-side-p, window-in-direction, window-resize)
17743 (adjust-window-trailing-edge, maximize-window, minimize-window)
17744 (window-deletable-p, delete-window, delete-other-windows)
17745 (record-window-buffer, unrecord-window-buffer)
17746 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17747 (quit-window, split-window, window-state-put)
17748 (set-window-text-height, fit-window-to-buffer)
17749 (shrink-window-if-larger-than-buffer): Callers changed.
17750
17751 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17752
17753 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17754 rfc2047-decode-string.
17755 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17756 warnings.
17757
17758 * window.el (window-body-height, window-body-width): Mention in
17759 the doc string that the return values are in frame's canonical
17760 units. (Bug#9949)
17761
17762 2011-11-03 Alan Mackenzie <acm@muc.de>
17763
17764 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17765 change in cc-engine.el.
17766
17767 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17768
17769 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17770
17771 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17772
17773 * window.el (quit-window): Call unrecord-window-buffer after
17774 showing another buffer in the window. (Bug#9937)
17775 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17776
17777 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17778
17779 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17780 Accept status with more than 9 shelves. (Bug#9935)
17781 Reported by Colin D Bennett <colin@gibibit.com>.
17782
17783 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17784
17785 * help.el (with-help-window): Don't reference
17786 temp-buffer-show-specifiers in doc-string.
17787
17788 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17789
17790 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17791 menu-item.
17792
17793 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17794
17795 * whitespace.el: New version 13.2.2.
17796 (whitespace-newline-mode): Disable properly. Reported by Sarah
17797 <EmacsWiki>.
17798
17799 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17800
17801 * net/newst-treeview.el: Remove "Time-stamp".
17802 (newsticker--group-manage-orphan-feeds): Do not call
17803 newsticker--treeview-tree-update.
17804 (newsticker-treeview-update, newsticker-treeview):
17805 Call newsticker--treeview-tree-update if necessary.
17806
17807 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17808
17809 * window.el (window-iso-combination-p, window-iso-combined-p)
17810 (window-iso-combinations): Remove "iso-" infix.
17811 Suggested by Chong Yidong.
17812 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17813 (window-max-delta-1, window-resize, window--resize-siblings)
17814 (window--resize-this-window, adjust-window-trailing-edge)
17815 (split-window, balance-windows-1)
17816 (shrink-window-if-larger-than-buffer):
17817 * calendar/calendar.el (calendar-generate-window):
17818 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17819
17820 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17821
17822 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17823 in place (bug#9907).
17824 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17825 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17826 (eshell-structure-basic-command, eshell-rewrite-while-command)
17827 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17828 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17829 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17830 (eshell-do-pipelines-synchronously, eshell-eval-command):
17831 Use backquotes and prefer setq to set.
17832 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17833 (eshell-macrop): Use functionp.
17834 (eshell-do-eval): Handle multiple expressions in `while' body.
17835
17836 2011-10-30 Chong Yidong <cyd@gnu.org>
17837
17838 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17839 instead of set-mark (Bug#9810).
17840
17841 2011-10-30 Chong Yidong <cyd@gnu.org>
17842
17843 * window.el (split-window-below, split-window-right): Rename from
17844 split-window-above-each-other and split-window-side-by-side
17845 respectively. All callers changed.
17846 (split-window-sensibly, split-window-sensibly): Use them.
17847 (split-window-keep-point): Doc fix.
17848
17849 * isearch.el: Add isearch-scroll property to split-window-below
17850 and split-window-right.
17851
17852 * follow.el (follow-mode):
17853 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17854 * progmodes/ada-xref.el (ada-gdb-application):
17855 * emulation/vip.el (vip-buffer-in-two-windows):
17856 * image-dired.el (image-dired-dired-with-window-configuration):
17857 * dired-x.el (dired-do-find-marked-files):
17858 * dired.el (dired-pop-to-buffer):
17859 * bs.el (bs--show-with-configuration):
17860 * vc/emerge.el (emerge-setup-windows):
17861 * textmodes/two-column.el (2C-two-columns):
17862 * textmodes/reftex-toc.el (reftex-toc):
17863 * progmodes/gdb-mi.el (gdb-setup-windows):
17864 * progmodes/fortran.el (fortran-window-create):
17865 * net/newst-treeview.el (newsticker--treeview-window-init):
17866 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17867 * emulation/tpu-edt.el (tpu-gold-map):
17868 * emulation/crisp.el (crisp-mode-map):
17869 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17870
17871 2011-10-29 Chong Yidong <cyd@gnu.org>
17872
17873 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17874
17875 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17876
17877 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17878 forged Ispell output (Bug#7904).
17879
17880 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17881
17882 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17883
17884 * doc-view.el: Avoid ugly errors about not finding nil.
17885 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17886 (doc-view-dvipdf-program, doc-view-unoconv-program)
17887 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17888 Avoid nil or absolute file name as default value.
17889 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17890
17891 2011-10-28 Alan Mackenzie <acm@muc.de>
17892
17893 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17894
17895 2011-10-28 Alan Mackenzie <acm@muc.de>
17896
17897 Amend the handling of c-beginning/end-of-defun in nested declaration
17898 scopes.
17899
17900 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17901 cc-langs.el. Change it to a defcustom.
17902
17903 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17904 cc-vars.el.
17905
17906 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17907 Prevent "class foo : bar" being spuriously recognized as a label.
17908
17909 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17910 Add parameter `inclusive' (to include enclosing braces in the region).
17911 (c-widen-to-enclosing-decl-scope): New function.
17912 (c-while-widening-to-decl-block): New macro.
17913 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17914 outward for defun boundaries, and correspondingly change symbol
17915 `respect-enclosure' to `go-outward'.
17916 (c-declaration-limits): Change algorithm to report only the "innermost"
17917 defun's boundaries.
17918
17919 2011-10-28 Deniz Dogan <deniz@dogan.se>
17920
17921 * net/rcirc.el (rcirc-mode): Use hard newlines.
17922
17923 2011-10-28 Alan Mackenzie <acm@muc.de>
17924
17925 Amend to indent and fontify macros "which include their own semicolon"
17926 correctly, using the "virtual semicolon" mechanism.
17927
17928 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17929
17930 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17931 Recode to scan one line at a time rather than having \n and \r
17932 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17933 (c-forward-label): Amend for virtual semicolons.
17934 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17935
17936 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17937 of the new C macros.
17938
17939 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17940 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17941 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17942 (c-opt-cpp-macro-define): Make into a full language variable.
17943 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17944 AWK Mode (including \n, \r) removed, no longer needed.
17945
17946 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17947 Invoke c-make-macro-with-semi-re.
17948
17949 * progmodes/cc-vars.el (c-macro-with-semi-re):
17950 (c-macro-names-with-semicolon): New variables.
17951 (c-make-macro-with-semi-re): New function.
17952
17953 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17954
17955 * vc/log-edit.el: Fill empty field rather than adding new one.
17956 (log-edit-add-field): New function.
17957 (log-edit-insert-changelog): Use it.
17958
17959 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17960
17961 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17962
17963 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17964
17965 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17966 (gdb--check-interpreter): New function.
17967 (gdb): Use it.
17968
17969 2011-10-27 Glenn Morris <rgm@gnu.org>
17970
17971 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17972 (least-positive-float, least-negative-float)
17973 (least-positive-normalized-float, least-negative-normalized-float)
17974 (float-epsilon, float-negative-epsilon):
17975 Remove unnecessary declarations.
17976
17977 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17978 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17979 (least-positive-float, least-negative-float)
17980 (least-positive-normalized-float, least-negative-normalized-float)
17981 (float-epsilon, float-negative-epsilon): Add doc-strings,
17982 based on those in cl.texi.
17983
17984 * files.el (set-visited-file-name): If the major-mode changed,
17985 reload the local variables. (Bug#9796)
17986
17987 2011-10-27 Chong Yidong <cyd@gnu.org>
17988
17989 * subr.el (change-major-mode-after-body-hook): New hook.
17990 (run-mode-hooks): Run it.
17991
17992 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17993 Use change-major-mode-before-body-hook.
17994
17995 * simple.el (fundamental-mode):
17996 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17997 change introducing fundamental-mode-hook.
17998
17999 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18000
18001 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18002
18003 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18004
18005 * ido.el (ido-file-name-all-completions-1): Do not require
18006 tramp.el explicitly. (Bug#7583)
18007
18008 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18009
18010 * progmodes/octave-mod.el:
18011 * progmodes/octave-inf.el: Update maintainer.
18012
18013 2011-10-26 Chong Yidong <cyd@gnu.org>
18014
18015 * subr.el (with-wrapper-hook): Rewrite doc.
18016
18017 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18018
18019 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18020 filenames "/method:foo:". (Bug#9793)
18021
18022 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18023
18024 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18025 (bug#9865).
18026
18027 2011-10-24 Glenn Morris <rgm@gnu.org>
18028
18029 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18030
18031 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18032
18033 * notifications.el: Add the requirement of a running D-Bus session
18034 bus to the Commentary.
18035
18036 2011-10-24 Juri Linkov <juri@jurta.org>
18037
18038 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18039 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18040 (Bug#9364)
18041
18042 2011-10-24 Juri Linkov <juri@jurta.org>
18043
18044 * info.el (Info-following-node-name-re): Add newline to the list
18045 of allowed characters for leading space. (Bug#9824)
18046
18047 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18048
18049 * progmodes/octave-inf.el (inferior-octave-mode-map):
18050 Fix C-c C-h binding.
18051 * progmodes/octave-mod.el (octave-help): Remove.
18052
18053 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18054
18055 Sync with Tramp 2.2.3.
18056
18057 * net/tramp-cache.el (top): Pacify byte-compiler using
18058 `init-file-user' and `site-run-file'.
18059
18060 * net/trampver.el: Update release number.
18061
18062 2011-10-23 Chong Yidong <cyd@gnu.org>
18063
18064 * files.el (toggle-read-only): Remove obsolete comment about
18065 version control.
18066
18067 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18068 for toggle-read-only. Note that this hasn't called vc-next-action
18069 since 2008-05-02, though it wasn't documented at the time.
18070
18071 * vc/ediff-init.el (ediff-toggle-read-only-function):
18072 Use toggle-read-only.
18073
18074 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18075
18076 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18077 of c-parse-state.
18078
18079 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18080 correct faulty logical expression.
18081 (c-parse-state-state, c-record-parse-state-state):
18082 (c-replay-parse-state-state): New defvar/defuns.
18083 (c-debug-parse-state): Use new functions.
18084
18085 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18086
18087 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18088 last fix. Use window-in-direction correctly.
18089
18090 2011-10-21 Chong Yidong <cyd@gnu.org>
18091
18092 * progmodes/idlwave.el (idlwave-mode):
18093 * progmodes/vera-mode.el (vera-mode): No need to set
18094 require-final-newline; that's done in prog-mode.
18095 Suggested by Stefan Monnier.
18096
18097 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18098
18099 * mouse.el (mouse-drag-window-above)
18100 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18101 (mouse-drag-mode-line-1, mouse-drag-header-line)
18102 (mouse-drag-vertical-line-rightward-window): Remove.
18103 (mouse-drag-line): New function.
18104 (mouse-drag-mode-line, mouse-drag-header-line)
18105 (mouse-drag-vertical-line): Call mouse-drag-line.
18106 * window.el (window-at-side-p, windows-at-side): New functions.
18107
18108 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18109
18110 * tar-mode.el (tar-grind-file-mode):
18111 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18112
18113 2011-10-21 Chong Yidong <cyd@gnu.org>
18114
18115 * progmodes/idlwave.el (idlwave-mode):
18116 * progmodes/vera-mode.el (vera-mode):
18117 Use mode-require-final-newline.
18118
18119 2011-10-20 Glenn Morris <rgm@gnu.org>
18120
18121 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18122
18123 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18124
18125 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18126
18127 2011-10-20 Chong Yidong <cyd@gnu.org>
18128
18129 * emulation/cua-base.el (cua-mode):
18130 * mail/footnote.el (footnote-mode):
18131 * mail/mailabbrev.el (mail-abbrevs-mode):
18132 * net/xesam.el (xesam-minor-mode):
18133 * progmodes/bug-reference.el (bug-reference-mode):
18134 * progmodes/cap-words.el (capitalized-words-mode):
18135 * progmodes/compile.el (compilation-minor-mode)
18136 (compilation-shell-minor-mode):
18137 * progmodes/gud.el (gud-tooltip-mode):
18138 * progmodes/hideif.el (hide-ifdef-mode):
18139 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18140 * progmodes/subword.el (subword-mode):
18141 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18142 * progmodes/which-func.el (which-function-mode):
18143 * term/tvi970.el (tvi970-set-keypad-mode):
18144 * term/vt100.el (vt100-wide-mode):
18145 * textmodes/flyspell.el (flyspell-mode):
18146 * textmodes/ispell.el (ispell-minor-mode):
18147 * textmodes/nroff-mode.el (nroff-electric-mode):
18148 * textmodes/paragraphs.el (use-hard-newlines):
18149 * textmodes/refill.el (refill-mode):
18150 * textmodes/reftex.el (reftex-mode):
18151 * textmodes/rst.el (rst-minor-mode):
18152 * textmodes/sgml-mode.el (html-autoview-mode)
18153 (sgml-electric-tag-pair-mode):
18154 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18155 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18156 * emulation/crisp.el (crisp-mode):
18157 * emacs-lisp/eldoc.el (eldoc-mode):
18158 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18159 minor mode behavior.
18160
18161 2011-10-19 Juri Linkov <juri@jurta.org>
18162
18163 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18164 the list of hard-coded chars with escape-glyph face.
18165
18166 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18167
18168 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18169
18170 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18171
18172 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18173 running process.
18174
18175 2011-10-19 Glenn Morris <rgm@gnu.org>
18176
18177 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18178 Ignore ignored files. (Bug#9726)
18179
18180 2011-10-19 Chong Yidong <cyd@gnu.org>
18181
18182 Doc fix for minor modes, stating that an omitted argument enables
18183 the mode unconditionally when called from Lisp.
18184
18185 * abbrev.el (abbrev-mode):
18186 * allout.el (allout-mode):
18187 * autoinsert.el (auto-insert-mode):
18188 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18189 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18190 (global-auto-revert-mode):
18191 * battery.el (display-battery-mode):
18192 * composite.el (global-auto-composition-mode)
18193 (auto-composition-mode):
18194 * delsel.el (delete-selection-mode):
18195 * desktop.el (desktop-save-mode):
18196 * dired-x.el (dired-omit-mode):
18197 * dirtrack.el (dirtrack-mode):
18198 * doc-view.el (doc-view-minor-mode):
18199 * double.el (double-mode):
18200 * electric.el (electric-indent-mode, electric-pair-mode):
18201 * emacs-lock.el (emacs-lock-mode):
18202 * epa-hook.el (auto-encryption-mode):
18203 * follow.el (follow-mode):
18204 * font-core.el (font-lock-mode):
18205 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18206 * help.el (temp-buffer-resize-mode):
18207 * hilit-chg.el (highlight-changes-mode)
18208 (highlight-changes-visible-mode):
18209 * hi-lock.el (hi-lock-mode):
18210 * hl-line.el (hl-line-mode, global-hl-line-mode):
18211 * icomplete.el (icomplete-mode):
18212 * ido.el (ido-everywhere):
18213 * image-file.el (auto-image-file-mode):
18214 * image-mode.el (image-minor-mode):
18215 * iswitchb.el (iswitchb-mode):
18216 * jka-cmpr-hook.el (auto-compression-mode):
18217 * linum.el (linum-mode):
18218 * longlines.el (longlines-mode):
18219 * master.el (master-mode):
18220 * mb-depth.el (minibuffer-depth-indicate-mode):
18221 * menu-bar.el (menu-bar-mode):
18222 * minibuf-eldef.el (minibuffer-electric-default-mode):
18223 * mouse-sel.el (mouse-sel-mode):
18224 * msb.el (msb-mode):
18225 * mwheel.el (mouse-wheel-mode):
18226 * outline.el (outline-minor-mode):
18227 * paren.el (show-paren-mode):
18228 * recentf.el (recentf-mode):
18229 * reveal.el (reveal-mode, global-reveal-mode):
18230 * rfn-eshadow.el (file-name-shadow-mode):
18231 * ruler-mode.el (ruler-mode):
18232 * savehist.el (savehist-mode):
18233 * scroll-all.el (scroll-all-mode):
18234 * scroll-bar.el (scroll-bar-mode):
18235 * server.el (server-mode):
18236 * shell.el (shell-dirtrack-mode):
18237 * simple.el (auto-fill-mode, transient-mark-mode)
18238 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18239 (line-number-mode, column-number-mode, size-indication-mode)
18240 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18241 * strokes.el (strokes-mode):
18242 * time.el (display-time-mode):
18243 * t-mouse.el (gpm-mouse-mode):
18244 * tool-bar.el (tool-bar-mode):
18245 * tooltip.el (tooltip-mode):
18246 * type-break.el (type-break-mode-line-message-mode)
18247 (type-break-query-mode):
18248 * view.el (view-mode):
18249 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18250 (global-whitespace-mode, global-whitespace-newline-mode):
18251 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18252
18253 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18254 Fix autogenerated docstring.
18255
18256 2011-10-19 Juri Linkov <juri@jurta.org>
18257
18258 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18259 by checking environment variables "DESKTOP_SESSION" and
18260 "XDG_CURRENT_DESKTOP". (Bug#9779)
18261
18262 2011-10-19 Juri Linkov <juri@jurta.org>
18263
18264 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18265 (browse-url-chromium-program, browse-url-chromium-arguments):
18266 New defcustoms.
18267 (browse-url-default-browser): Check for `browse-url-chromium' and
18268 call `browse-url-chromium-program'.
18269 (browse-url-chromium): New command. (Bug#9779)
18270
18271 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18272
18273 * facemenu.el (list-colors-duplicates): On Windows, detect more
18274 duplicates by assuming that only colors matching "^System" are
18275 special "system colors". (Bug#9722)
18276
18277 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18278
18279 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18280 to distinguish the author from the committer.
18281
18282 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18283
18284 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18285
18286 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18287
18288 * international/mule.el (sgml-html-meta-auto-coding-function):
18289 Add support for detecting encoding in HTML5 specified only as
18290 <meta charset="UTF-8">. Implementation just makes http-equiv and
18291 content-type parts from HTML4 encoding string optional. (Bug#9716)
18292
18293 2011-10-18 Glenn Morris <rgm@gnu.org>
18294
18295 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18296
18297 2011-10-18 Chong Yidong <cyd@gnu.org>
18298
18299 * faces.el (cursor): Doc fix.
18300
18301 2011-10-17 Chong Yidong <cyd@gnu.org>
18302
18303 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18304
18305 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18306
18307 * dirtrack.el (dirtrack): Support shell buffers with path
18308 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18309
18310 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18311
18312 * json.el: Bump version to 1.3 and note change in History.
18313 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18314
18315 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18316
18317 * comint.el (comint-insert-input, comint-send-input)
18318 (comint-get-old-input-default, comint-backward-matching-input)
18319 (comint-next-prompt): Use nil instead of `input' for field property of
18320 past user input (bug#114).
18321
18322 * minibuffer.el (completion--replace): Inherit surrounding properties
18323 (bug#114).
18324 (minibuffer-complete-and-exit): Use it.
18325
18326 * comint.el (comint--table-subvert): Quote the all-completions output
18327 (bug#9160).
18328
18329 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18330
18331 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18332
18333 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18334 window on right of selected. (Bug#9350) Reword other window
18335 entries and separate them from frame entries.
18336
18337 2011-10-15 Glenn Morris <rgm@gnu.org>
18338
18339 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18340 Doc fixes.
18341
18342 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18343
18344 * net/network-stream.el (network-stream-open-starttls):
18345 Improve detection of failure due to lack of TLS support.
18346
18347 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18348 putting the input text in front and in bold.
18349
18350 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18351
18352 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18353
18354 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18355 empty buffer.
18356
18357 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18358 unread-command-events rather than pushing yet-another event.
18359
18360 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18361
18362 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18363 the explanation of the possible choices. Make the options passed
18364 to completing-read shorter.
18365
18366 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18367
18368 * textmodes/flyspell.el (flyspell-large-region): Make sure
18369 extended character mode is used if defined (Bug#1339).
18370
18371 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18372
18373 * simple.el (what-cursor-position): Fix the display of the
18374 character info for LRE, LRO, RLE, and RLO characters by appending
18375 an invisible PDF.
18376
18377 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18378
18379 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18380 even in case of error; add debug spec; simplify data flow.
18381 (with-timeout-handler): Remove.
18382
18383 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18384
18385 Fix Bug#6019, Bug#9315.
18386
18387 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18388 complete `buffer-file-name', the local file name part could look
18389 remotely (for example on VMS).
18390
18391 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18392 `tramp-run-real-handler'.
18393 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18394 already quoted by '"'.
18395
18396 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18397 Let `file-name-handler-alist' be nil, the local file name part
18398 could look remotely (for example on VMS).
18399
18400 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18401
18402 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18403 from here...
18404 (flyspell-post-command-hook): ...to here.
18405
18406 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18409 if not needed.
18410 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18411 using completion. Protect against "slow" callers.
18412 Remove the "message hack".
18413
18414 2011-10-11 Juri Linkov <juri@jurta.org>
18415
18416 * isearch.el (isearch-lazy-highlight-word): New variable.
18417 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18418 Use it. (Bug#9727)
18419
18420 2011-10-11 Glenn Morris <rgm@gnu.org>
18421
18422 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18423 like f90-previous-statement does.
18424
18425 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18426
18427 * eshell/eshell.el (eshell-command): History should be saved
18428 only in interactive use, to avoid error.
18429
18430 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18431
18432 * minibuffer.el (completion-file-name-table): Fix last change,
18433 i.e. ignore normal errors but not the other ones.
18434
18435 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18436
18437 * window.el (special-display-buffer-names)
18438 (special-display-regexps): Remove some remnants of earlier
18439 changes from doc-strings.
18440 (quit-windows-on): New function.
18441
18442 * vc/vc.el (vc-revert, vc-rollback):
18443 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18444 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18445 (Bug#6183) (Bug#7074) (Bug#7447)
18446
18447 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18448
18449 * window.el (frame-auto-hide-function): Add version tag.
18450 (Bug#9699)
18451
18452 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18453
18454 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18455 condition.
18456
18457 2011-10-09 Leo Liu <sdl.web@gmail.com>
18458
18459 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18460 (Bug#9701)
18461
18462 2011-10-08 Glenn Morris <rgm@gnu.org>
18463
18464 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18465 before the first code statement zero indent. (Bug#9690)
18466
18467 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18468
18469 * simple.el (count-words-region): Always count in the region.
18470 Report the number of lines and characters too.
18471 (count-words): New command, which counts in the buffer if the
18472 region is inactive, as count-words-region used to.
18473 (count-words--message): New function. Handle plurals.
18474 (count-lines-region): Make it an alias for count-words-region.
18475
18476 * bindings.el (esc-map): Replace count-lines-region with
18477 count-words-region.
18478
18479 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18480
18481 * window.el (window--delete): Delete dedicated frame
18482 unconditionally when argument KILL is non-nil. (Bug#9699)
18483 (switch-to-buffer): Fix doc-string typo.
18484
18485 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18486
18487 * eshell/eshell.el (eshell-command): Avoid using hooks.
18488
18489 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18490
18491 * bindings.el ([M-left],[M-right]): Bind to left-word and
18492 right-word respectively.
18493
18494 2011-10-07 Glenn Morris <rgm@gnu.org>
18495
18496 * cus-start.el (debug-on-quit): Fix custom type.
18497
18498 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18499
18500 * subr.el (define-key-after): Clarify that the function is not
18501 useful for non-menu keymaps.
18502
18503 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18504
18505 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18506
18507 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18508 in current minibuffer (Fix bug with recursive minibuffers).
18509
18510 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18511
18512 * progmodes/gdb-mi.el (gdb): Doc fix.
18513
18514 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18515
18516 * window.el (frame-auto-hide-function): New option replacing
18517 frame-auto-delete. Suggested by Stefan Monnier.
18518 (window--delete): Call frame-auto-hide-function instead of
18519 investigating frame-auto-delete.
18520 (window-point-1, set-window-point-1): New functions.
18521 (window-in-direction, record-window-buffer, window-state-get-1)
18522 (display-buffer-record-window): Use window-point-1 instead of
18523 window-point.
18524 (set-window-buffer-start-and-point): Use set-window-point-1.
18525
18526 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18527
18528 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18529
18530 2011-10-05 Glenn Morris <rgm@gnu.org>
18531
18532 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18533 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18534
18535 2011-10-05 Leo Liu <sdl.web@gmail.com>
18536
18537 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18538 works with buffer object.
18539
18540 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18541
18542 * mpc.el (mpc-tool-bar-map): Add labels.
18543
18544 2011-10-04 Glenn Morris <rgm@gnu.org>
18545
18546 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18547
18548 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18549
18550 * window.el (window--delete): New function.
18551 (frame-auto-delete): Resuscitate option.
18552 (bury-buffer, replace-buffer-in-windows)
18553 (quit-window): Rewrite using window--delete.
18554 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18555 Pass display-buffer-mark-dedicated to window--display-buffer-2
18556 (Bug#9639).
18557
18558 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18559
18560 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18561 returns a list (bug#9554). Add remote file name completion.
18562 * comint.el (comint--table-subvert): Curry and get quote&unquote
18563 functions as arguments.
18564 (comint--complete-file-name-data): Adjust call accordingly.
18565 * pcomplete.el (pcomplete--table-subvert): Remove.
18566 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18567
18568 * minibuffer.el (completion-table-case-fold): Use currying.
18569 (completion--styles-type, completion--cycling-threshold-type):
18570 New constants.
18571 (completion-styles, completion-category-overrides)
18572 (completion-cycle-threshold): Use them.
18573 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18574 completion-table-case-fold.
18575
18576 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18577
18578 * minibuffer.el (completion-category-overrides): Fix type of styles
18579 and add more user friendly tags (bug#9660).
18580
18581 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18582
18583 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18584 (mule-input-method-string): New widget.
18585 (default-input-method, language-info-custom-alist): Use it.
18586
18587 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18588
18589 * pcomplete.el: Require comint.
18590 (pcomplete--common-suffix): Remove.
18591 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18592 (pcomplete--table-subvert): Sync with comint--table-subvert.
18593 (pcomplete--entries): Use comint-completion-file-name-table.
18594 * comint.el (comint-unquote-filename): Simplify.
18595 (comint-completion-file-name-table): New function (bug#9616).
18596 (comint--complete-file-name-data): Use it.
18597
18598 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18599 (pcmpl-gnu-tar-buffer): Remove.
18600 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18601 around. Make sure pcomplete-suffix-list is only changed temporarily.
18602 Don't look inside the tar's file if it's too large.
18603
18604 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18605
18606 * cus-edit.el (custom-mode-map):
18607 * epa.el (epa-key-list-mode-map):
18608 * man.el (Man-mode-map):
18609 * startup.el (splash-screen-keymap):
18610 * simple.el (special-mode-map): Use scroll-up-command and
18611 scroll-down-command.
18612
18613 * progmodes/idlw-help.el (idlwave-help-mode-map):
18614 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18615 * net/newst-plainview.el (newsticker-mode-map):
18616 * emulation/ws-mode.el (wordstar-mode-map):
18617 * emulation/vi.el (vi-com-map):
18618 * calc/calc-graph.el (calc-graph-show-dumb):
18619 * term/sun.el (terminal-init-sun):
18620 * term/ns-win.el (global-map):
18621 * progmodes/grep.el (grep-mode-map):
18622 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18623 * mail/rmail.el (rmail-mode-map):
18624 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18625
18626 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18627 custom-safe-themes as special.
18628
18629 2011-10-01 Julien Danjou <julien@danjou.info>
18630
18631 * notifications.el (notifications-notify): Fix docstring.
18632
18633 2011-10-01 Per Starbäck <per@starback.se>
18634
18635 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18636
18637 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18638
18639 * startup.el (command-line-1): Fix last fix by inserting
18640 initial-scratch-message into *scratch* before displaying it.
18641 (Bug#9605) and (Bug#9636)
18642
18643 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18644
18645 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18646 window is hscrolled, move by logical lines. (Bug#9607)
18647 (line-move-visual): Update the doc string to the above effect.
18648
18649 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18650
18651 * window.el (display-buffer-record-window): When WINDOW is the
18652 selected window use `point' instead of `window-point'. (Bug#9626)
18653
18654 * startup.el (command-line-1): Use insert-before-markers when
18655 inserting initial-scratch-message. (Bug#9605)
18656
18657 * help.el (help-window): Remove variable.
18658
18659 2011-09-29 Glenn Morris <rgm@gnu.org>
18660
18661 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18662
18663 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18664
18665 * descr-text.el (describe-char-categories): Accept category
18666 descriptions more than one line long.
18667
18668 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18669
18670 * simple.el (delete-trailing-whitespace): Fix last change.
18671
18672 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18673 Don't confuse "y => 3" as the beginning of a `y' operation.
18674
18675 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18676 object has more than 4 slots (bug#9613).
18677
18678 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18679
18680 * subr.el (with-output-to-temp-buffer):
18681 * net/quickurl.el (quickurl, quickurl-browse-url):
18682 Fix typos in docstrings.
18683
18684 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18685
18686 * minibuffer.el (completion-styles)
18687 (completion-category-overrides): Cross reference each other in doc
18688 strings.
18689
18690 2011-09-27 Glenn Morris <rgm@gnu.org>
18691
18692 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18693 to split-string. (Bug#9606)
18694
18695 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18696
18697 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18698 (bug#9615).
18699
18700 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18701
18702 * emacs-lisp/package.el (list-packages): Fix echo area message.
18703
18704 2011-09-27 Leo Liu <sdl.web@gmail.com>
18705
18706 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18707
18708 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18709
18710 * net/dbus.el (dbus-unregister-object): Don't release services for
18711 registered signals. (Bug#9581)
18712
18713 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18714
18715 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18716 function that picks between cfengine 2 and 3 support
18717 automatically. Update docs accordingly.
18718
18719 2011-09-22 Kenichi Handa <handa@m17n.org>
18720
18721 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18722 ZERO.
18723 (indian-itrans-v5-table-for-tamil): New variable.
18724 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18725
18726 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18727
18728 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18729 that's true if the current command involved collapsing of text.
18730 It's reset to false at the beginning of the next command.
18731 (allout-post-command-business): Move the cursor to the beginning
18732 of entry if the cursor is hidden and collapsing activity just
18733 happened.
18734
18735 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18736
18737 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18738 tracking (Bug#9541).
18739
18740 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18741
18742 * net/newst-reader.el (newsticker-html-renderer)
18743 (newsticker-show-news): Automatically load html rendering package
18744 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18745 because w3m-fill-column is let-bound" and the error "Symbol's value
18746 as variable is void: w3m-fill-column".
18747
18748 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18749
18750 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18751 Release services only if they are defined. (Bug#9581)
18752
18753 2011-09-23 Richard Stallman <rms@gnu.org>
18754
18755 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18756 distinguish start of paragraph from start of its text.
18757
18758 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18759
18760 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18761 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18762 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18763
18764 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18765
18766 * international/mule-diag.el (mule-diag): Insert a newline after
18767 each fontset description.
18768
18769 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18770
18771 * simple.el (delete-trailing-whitespace):
18772 Document last change; simplify.
18773
18774 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18775
18776 * simple.el (delete-trailing-whitespace): Also delete
18777 extra newlines at the end of the buffer.
18778
18779 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18780 (picture-newline): Use forward-line so as to ignore fields.
18781
18782 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18783
18784 * subr.el (with-wrapper-hook): Fix edebug spec.
18785
18786 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18787
18788 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18789 (bug#4538).
18790
18791 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18792
18793 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18794 Fix nasty bug using wrong cached values.
18795
18796 2011-09-23 Alan Mackenzie <acm@muc.de>
18797
18798 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18799
18800 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18801
18802 * window.el (pop-to-buffer): Ensure right window is selected if we
18803 chose another frame.
18804
18805 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18806
18807 * simple.el (what-cursor-position): Use get-char-property-change
18808 and next-single-char-property-change, to be able to show display
18809 properties that come from overlays as well as text properties.
18810
18811 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18812
18813 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18814
18815 * cmuscheme.el (run-scheme, switch-to-scheme):
18816 * cus-edit.el (customize-group, custom-buffer-create)
18817 (customize-browse):
18818 * info.el (info):
18819 * shell.el (shell):
18820 * mail/sendmail.el (mail):
18821 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18822
18823 2011-09-22 Richard Stallman <rms@gnu.org>
18824
18825 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18826 move back only to line beg, don't move back over blank lines.
18827
18828 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18829
18830 * files.el (copy-directory): Set directory attributes only in case
18831 they could be retrieved from the source directory. (Bug#9565)
18832
18833 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18834
18835 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18836 (hs-find-block-beginning, hs-hide-level-recursive):
18837 Ignore strings as well as comments. (Bug#9502)
18838
18839 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18840
18841 * progmodes/sql.el (sql-comint-postgres):
18842 Convert port number to a string. (Bug#9566)
18843
18844 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18845
18846 * window.el (quit-window): Undedicate window when switching to
18847 previous buffer. Reported by Thierry Volpiatto
18848 <thierry.volpiatto@gmail.com>.
18849 (special-display-popup-frame): When popping up a new frame reset
18850 its previous buffers to nil. Simplify code.
18851
18852 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18853
18854 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18855 and process filter, as done also in `shell-command'.
18856
18857 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18858
18859 * window.el (set-window-buffer-start-and-point):
18860 Call set-window-start with NOFORCE argument t.
18861 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18862 (quit-window): Reword doc-string. Handle new format of
18863 quit-restore parameter. Don't delete window if it has a
18864 previous buffer we can show instead of the present one.
18865 (display-buffer-record-window): Rewrite using a new format for
18866 the quit-restore window parameter
18867 (special-display-popup-frame, display-buffer-same-window)
18868 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18869 (display-buffer-pop-up-window, display-buffer-use-some-window):
18870 Adapt symbol passed to display-buffer-record-window.
18871 * help.el (help-window-setup): Handle new format of quit-restore
18872 parameter.
18873
18874 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18875
18876 * faces.el (face-list): Fix docstring (bug#9564).
18877
18878 * window.el (display-buffer--action-function-custom-type):
18879 Don't include internal functions in the Custom interface.
18880
18881 2011-09-20 Juri Linkov <juri@jurta.org>
18882
18883 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18884 (Info-forward-node, Info-backward-node, Info-next-preorder)
18885 (Info-last-preorder): Use it. (Bug#9528)
18886
18887 2011-09-20 Juri Linkov <juri@jurta.org>
18888
18889 * info.el (Info-last-preorder): Visit last menu item only when
18890 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18891
18892 2011-09-20 Julien Danjou <julien@danjou.info>
18893
18894 * password-cache.el (password-cache-remove): Remove entries even if the
18895 value is nil, so that password with a nil value (negative caching) is
18896 possible to invalidate.
18897
18898 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18899
18900 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18901 all whitespace around breakpoint. (Bug#9553)
18902 (f90-find-breakpoint): Only break at whitespace inside a comment.
18903
18904 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18905
18906 * minibuffer.el (completion-file-name-table): Keep track of errors.
18907 (completion-table-with-predicate): Handle the case where pred1 is nil.
18908 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18909
18910 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18911
18912 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18913 (debugger-return-value): Signal an error if the debugging context does
18914 not await any return value.
18915
18916 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18917 * image-mode.el (image-toggle-display-text)
18918 (image-toggle-display-image): Stay away from evil `intangible'.
18919
18920 2011-09-19 Leo Liu <sdl.web@gmail.com>
18921
18922 * replace.el (occur-revert-arguments): Make it permanent-local.
18923 (occur-mode): Don't call font-lock-defontify.
18924
18925 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18926
18927 * net/ldap.el (ldap-search-internal): Don't push empty search
18928 result (Bug#9508).
18929
18930 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18931
18932 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18933
18934 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18935
18936 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18937 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18938
18939 2011-09-18 Juri Linkov <juri@jurta.org>
18940
18941 * buff-menu.el (Buffer-menu-mode-map):
18942 * dired.el (dired-mode-map):
18943 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18944 (lisp-interaction-mode-map):
18945 * emacs-lisp/package.el (package-menu-mode-map):
18946 * epa.el (epa-key-list-mode-map):
18947 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18948 (menu-bar-options-menu):
18949 * outline.el (outline-mode-menu-bar-map):
18950 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18951 * vc/vc-dir.el (vc-dir-menu-map):
18952 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18953 Capitalize non-function content words in menu item strings.
18954
18955 * dired.el (dired-mode-map): Add menu item for
18956 `image-dired-dired-toggle-marked-thumbs'.
18957
18958 2011-09-18 Juri Linkov <juri@jurta.org>
18959
18960 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18961 to `isearch-case-fold-search' and restore its original value
18962 after the `isearch-mode' call.
18963
18964 2011-09-18 Juri Linkov <juri@jurta.org>
18965
18966 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18967 because `zgrep' returns 1 for successful matches (bug#9226).
18968
18969 2011-09-18 Juri Linkov <juri@jurta.org>
18970
18971 * info.el (Info-extract-menu-node-name): Check the second match
18972 for empty string (second test-case of bug#9528).
18973 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18974 intermediate nodes to the history (first test-case of bug#9528).
18975
18976 2011-09-18 Juri Linkov <juri@jurta.org>
18977
18978 * info.el (Info-mode-syntax-table): New variable.
18979 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18980
18981 2011-09-18 Juri Linkov <juri@jurta.org>
18982
18983 * info.el (Info-file-supports-index-cookies):
18984 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18985 outputs one more line for long file names (bug#4142).
18986
18987 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18988
18989 * newcomment.el (comment-normalize-vars): If prompting for
18990 comment-start, set comment-start-skip too (Bug#8424).
18991
18992 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18993
18994 * icomplete.el: Fix previous fix of Bug#5849.
18995 (icomplete-mode): Don't set completion-show-inline-help.
18996 (icomplete-minibuffer-setup): Set completion-show-inline-help
18997 locally during icompletion.
18998
18999 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19000
19001 * woman.el (woman2-process-escapes): Don't delete unrecognized
19002 escapes (Bug#7843).
19003
19004 * files.el (inhibit-first-line-modes-regexps): Add image files.
19005 (hack-local-variables-prop-line): Return nil for malformed
19006 prop-lines (Bug#9044).
19007
19008 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19009
19010 * net/tramp.el (top): Don't require 'shell.
19011 (tramp-methods): Fix docstring.
19012 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19013 Return complete remote file name. Handle "smb" case.
19014 Use `tramp-tmpdir', if defined for the respective method.
19015 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19016
19017 * net/tramp-compat.el (top): Require 'shell.
19018
19019 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19020 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19021 `tramp-current-host'.
19022 (tramp-get-remote-tmpdir): Remove.
19023
19024 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19025 `tramp-tmpdir' entries.
19026 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19027 (tramp-smb-handle-file-attributes): Ignore errors.
19028 (tramp-smb-wait-for-output): Check also for process end.
19029
19030 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19031
19032 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19033 when sending QUIT (bug#9312).
19034
19035 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19036
19037 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19038 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19039 occur-mode-display-occurrence.
19040 (occur-edit-mode): Add usage message.
19041 (occur-cease-edit): New command.
19042 (occur-after-change-function): Use text properties to find the
19043 position of the prefix text.
19044 (occur-engine): Set stickiness of prefix text properties.
19045
19046 2011-09-17 Glenn Morris <rgm@gnu.org>
19047
19048 * progmodes/etags.el (complete-tag):
19049 Fix call to completion-in-region. (Bug#9526)
19050
19051 2011-09-17 Juri Linkov <juri@jurta.org>
19052
19053 * textmodes/ispell.el (ispell-word): Add to the error message
19054 the word, ispell program name and current dictionary (bug#9121).
19055 (ispell-tex-arg-end): Capitalize "error" in the error message.
19056
19057 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19058
19059 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19060 check. (Bug#4251)
19061
19062 2011-09-17 Juri Linkov <juri@jurta.org>
19063
19064 * window.el (window-safe-min-height, window-safe-min-width):
19065 Fix typos (followup to bug#9522).
19066
19067 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19068
19069 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19070
19071 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19072
19073 * simple.el (line-move): If goal-column is set, move by logical
19074 lines, not by display lines. (Bug#971)
19075 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19076 to reflect the above change.
19077
19078 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19079
19080 * image.el (imagemagick-register-types): Use regexp-opt.
19081
19082 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19083
19084 * window.el (display-buffer-base-action): Rename from
19085 display-buffer-default-action. Make default value empty.
19086 (display-buffer-overriding-action): Convert to defvar.
19087 (display-buffer-fallback-action): New var.
19088
19089 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19090
19091 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19092 declaration.
19093 (package--add-to-archive-contents): If there is a duplicate entry
19094 with an older version, remove it.
19095 (package-menu-mark-delete, package-menu-mark-install)
19096 (package-menu-mark-unmark): Make unused args optional.
19097 (package-menu-mark-obsolete-for-deletion):
19098 Use package-menu-get-status instead of a regexp search.
19099 (package-menu-get-status): Use tabulated-list-entry.
19100 (package-menu-mark-upgrades): New command.
19101 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19102 (package-menu-execute): Do installation before deletion.
19103 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19104 instead of checking major-mode.
19105 (package-menu--find-upgrades): New function.
19106
19107 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19108
19109 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19110 passwords in the log buffer.
19111 (smtpmail-process-filter): Update the process marker so that the
19112 "broken by peer" status message is inserted in the right place.
19113
19114 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19115
19116 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19117 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19118 bibtex-completion-at-point-function.
19119 (bibtex-completion-at-point-function): Use them.
19120
19121 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19122
19123 * mpc.el (mpc-constraints-tag-lookup): New function.
19124 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19125 also to browser "album|playlist".
19126
19127 2011-09-14 Juri Linkov <juri@jurta.org>
19128
19129 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19130 (isearch-edit-string): Use length of `isearch-string' when
19131 `isearch-fail-pos' returns nil.
19132 (isearch-message): Remove duplicate code and call
19133 `isearch-fail-pos' with arg `t'.
19134
19135 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19136
19137 * replace.el (occur-mode-goto-occurrence): Don't force using other
19138 window (Bug#9499).
19139
19140 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19141
19142 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19143
19144 * window.el (display-buffer-window): Remove.
19145 (display-buffer-record-window): Use help-setup window parameter
19146 instead of variable display-buffer-window.
19147 (display-buffer-function, special-display-buffer-names)
19148 (special-display-function): Mention help-setup parameter instead
19149 of display-buffer-window in doc-string.
19150 * help.el (help-window-setup): New argument help-window.
19151 Use help-window-setup parameter instead of display-buffer-window.
19152 Reword some messages.
19153 (with-help-window): Pass window used for displaying the buffer
19154 to help-window-setup. Don't set display-buffer-window.
19155
19156 2011-09-13 Glenn Morris <rgm@gnu.org>
19157
19158 * emacs-lisp/debug.el (debugger-make-xrefs):
19159 Preserve point. (Bug#9462)
19160
19161 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19162
19163 * window.el (window-deletable-p): Use next-frame.
19164
19165 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19166
19167 * window.el (window-auto-delete): Remove.
19168 (window-deletable-p): Remove argument FORCE. Don't deal with
19169 dedication and previous buffers.
19170 (switch-to-prev-buffer): Don't delete window.
19171 (delete-windows-on): Delete a window's frame if and only if the
19172 window is dedicated.
19173 (replace-buffer-in-windows): Delete buffer's window or frame if
19174 and only if window is dedicated.
19175 (quit-window): Handle quit-restore as before last change.
19176 (bury-buffer): Delete window only if window-deletable-p returns t.
19177
19178 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19179
19180 * window.el (window-deletable-p): Never delete the last frame on a
19181 given terminal.
19182
19183 2011-09-13 Glenn Morris <rgm@gnu.org>
19184
19185 * help.el (describe-key-briefly): Copy previous standard-output change.
19186
19187 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19188
19189 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19190
19191 2011-09-13 Glenn Morris <rgm@gnu.org>
19192
19193 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19194 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19195
19196 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19197
19198 * dired-aux.el (dired-mark-read-string): Don't return default
19199 value on empty input (Bug#9361).
19200 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19201 Omit initial minibuffer contents.
19202 (dired-do-chmod): Signal an error on empty input.
19203 (dired-mark-read-string): Don't return default on empty input.
19204
19205 * files.el (file-modes-symbolic-to-number): Doc fix.
19206
19207 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19208
19209 * international/mule-cmds.el (ucs-completions): Remove.
19210 (read-char-by-name): Use complete-with-action instead; add metadata.
19211
19212 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19213
19214 * window.el (display-buffer--action-function-custom-type)
19215 (display-buffer--action-custom-type): New vars.
19216 (display-buffer-alist, display-buffer-default-action)
19217 (display-buffer-overriding-action): Add defcustom types.
19218
19219 * frame.el (delete-other-frames): Doc fix (Bug#276).
19220
19221 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19222
19223 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19224
19225 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19226
19227 Change modes that used same-window-* vars to use switch-to-buffer.
19228
19229 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19230 Use switch-to-buffer.
19231
19232 * cus-edit.el (customize-group, custom-buffer-create)
19233 (customize-browse, custom-buffer-create-other-window):
19234 Use switch-to-buffer or switch-to-buffer-other-window.
19235
19236 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19237 (Info-prev, Info-up, Info-speedbar-goto-node)
19238 (info-display-manual): Use switch-to-buffer.
19239 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19240
19241 * mail/sendmail.el (mail): Use switch-to-buffer.
19242 (mail-recover): Use switch-to-buffer-other-window.
19243
19244 * cmuscheme.el (run-scheme, switch-to-scheme):
19245 * ielm.el (ielm):
19246 * shell.el (shell):
19247 * net/rlogin.el (rlogin):
19248 * net/telnet.el (telnet, rsh):
19249 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19250
19251 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19252
19253 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19254
19255 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19256
19257 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19258 so don't mention it (bug#9301).
19259 (dired-sort-toggle-or-edit): Clarify string further.
19260
19261 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19262 match `x', `w32' and `ns', like the manual says (bug#9029).
19263
19264 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19265 (process-kill-buffer-query-function): Mention the buffer name in
19266 the query.
19267
19268 * image-mode.el (image-next-line): The line parameter is mandatory
19269 (bug#9258).
19270
19271 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19272 which can be useful (bug#9301).
19273
19274 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19275
19276 * subr.el (match-string): Mention that the current buffer should
19277 be the same as the search was done in (bug#9282).
19278
19279 * facemenu.el: Disable the remove-* commands if the mark isn't
19280 active (bug#9162).
19281
19282 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19283
19284 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19285 of display-buffer.
19286 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19287
19288 * replace.el (occur-mode-goto-occurrence)
19289 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19290 and display-buffer.
19291
19292 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19293 display-buffer.
19294
19295 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19296 special-display and same-window variables.
19297 (mail-other-window): Use switch-to-buffer-other-window.
19298 (mail-other-frame): USe switch-to-buffer-other-frame.
19299
19300 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19301 Use display-buffer-other-frame.
19302 (gdb-display-gdb-buffer): Use pop-to-buffer.
19303
19304 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19305
19306 * progmodes/python.el: Don't set same-window-buffer-names.
19307
19308 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19309
19310 * window.el (display-buffer-alist): Add *Python*.
19311
19312 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19313
19314 * window.el (display-buffer-alist): Add entry for buffers
19315 previously handled same-window-*.
19316 (display-buffer-alist, display-buffer-default-action)
19317 (display-buffer-overriding-action): Mark as risky.
19318 (display-buffer-alist): Document action function changes.
19319 (display-buffer--same-window-action)
19320 (display-buffer--other-frame-action): New variables.
19321 (switch-to-buffer, display-buffer-other-frame): Use them.
19322 (display-buffer): Rename reuse-frame entry to reusable-frames.
19323 (display-buffer-reuse-selected-window): Function deleted.
19324 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19325 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19326 (display-buffer-special): New function.
19327 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19328 display-buffer-reuse-or-pop-window. Split off special-display
19329 part into display-buffer-special.
19330 (display-buffer-use-some-window): Don't perform any special
19331 pop-up-frames handling.
19332 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19333 (display-buffer--maybe-same-window): Rename from
19334 display-buffer-maybe-same-window.
19335
19336 * info.el: Don't set same-window-regexps.
19337 (info-setup): New function.
19338 (info-other-window, info): Call it.
19339
19340 * cus-edit.el: Don't set same-window-regexps.
19341 (customize-group): New argument.
19342 (customize-group-other-window): Use it.
19343 (customize-face, customize-face-other-window): Likewise.
19344 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19345
19346 * net/rlogin.el:
19347 * net/telnet.el:
19348 * progmodes/gud.el: Don't set same-window-regexps.
19349
19350 * cmuscheme.el:
19351 * ielm.el:
19352 * shell.el:
19353 * mail/sendmail.el:
19354 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19355
19356 2011-09-10 Juri Linkov <juri@jurta.org>
19357
19358 * isearch.el (isearch-edit-string): Remove obsolete mention of
19359 `C-w' (`isearch-yank-word-or-char') from docstring.
19360 (isearch-query-replace): Fix typo in docstring (bug#9466).
19361
19362 2011-09-10 Juri Linkov <juri@jurta.org>
19363
19364 * paren.el (show-paren-function): Don't show escaped parens.
19365 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19366
19367 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19368
19369 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19370 (mm-default-file-encoding): Remove autoload forms, they are
19371 replaced with autoload cookies in mml.el and mm-encode.el.
19372 (mail-add-attachment): New command.
19373 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19374 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19375 the doc string.
19376 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19377
19378 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19379
19380 * simple.el (count-words-region): Use buffer if there's no region
19381 (bug#9429).
19382
19383 2011-09-09 Juri Linkov <juri@jurta.org>
19384
19385 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19386 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19387 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19388
19389 2011-09-09 Alan Mackenzie <acm@muc.de>
19390
19391 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19392 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19393
19394 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19395
19396 Fix for Savannah bug#9392.
19397 * simple.el (mail-encode-mml): New defvar.
19398
19399 * mail/rmail.el (mail-encode-mml): Add a defvar.
19400 (rmail-enable-mime-composing): Default to t.
19401 (rmail-forward): Use MIME method of forwarding only if both
19402 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19403 Set mail-encode-mml non-nil if the MIME method was used.
19404
19405 * mail/sendmail.el (mml-to-mime): Add autoload form.
19406 (mail-encode-mml): Add a defvar.
19407 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19408 to nil.
19409 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19410 message through mml-to-mime, and reset mail-encode-mml to nil.
19411
19412 2011-09-09 Glenn Morris <rgm@gnu.org>
19413
19414 * woman.el (woman-if-body): When processing an .el block,
19415 do not delete the next .el block as well. (Bug#9447)
19416 (woman-special-characters): Add oq, cq, and hy characters.
19417
19418 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19419
19420 * window.el (window-deletable-p): Make sure window is live before
19421 invoking window-prev-buffers.
19422
19423 2011-09-08 Leo Liu <sdl.web@gmail.com>
19424
19425 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19426
19427 2011-09-08 Juri Linkov <juri@jurta.org>
19428
19429 * progmodes/compile.el (compilation-environment): Make it
19430 a defcustom (bug#8340).
19431
19432 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19433
19434 * window.el (frame-auto-delete): Rename to window-auto-delete.
19435 Make it control auto-deletion of windows and/or frames.
19436 (window-deletable-p): New argument FORCE. Rewrite conditions
19437 for deleting window/frame. (Bug#9419)
19438 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19439 Rewrite handling of case when window/frame can be deleted.
19440 (delete-windows-on): Call window-deletable-p with new FORCE
19441 argument t. (Bug#9456)
19442
19443 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19444
19445 * help-mode.el (help-mode): Restore autoload.
19446
19447 2011-09-07 Juri Linkov <juri@jurta.org>
19448
19449 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19450 `compilation-environment'. Set buffer-local
19451 `compilation-environment' to `thisenv' later after (funcall mode).
19452 (Bug#8340)
19453
19454 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19455 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19456 instead of replacing its value. (Bug#8340)
19457
19458 2011-09-07 Juri Linkov <juri@jurta.org>
19459
19460 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19461 based on text properties put by `grep-filter' instead of matching
19462 escape sequences.
19463 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19464 to the value of `grep-error-screen-columns' (bug#9438).
19465
19466 2011-09-07 Juri Linkov <juri@jurta.org>
19467
19468 * simple.el (next-error-highlight, next-error-highlight-no-select):
19469 Doc fix (bug#9432).
19470
19471 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19472
19473 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19474 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19475
19476 2011-09-07 Leo Liu <sdl.web@gmail.com>
19477
19478 * net/rcirc.el (rcirc-mode): Conditionally initialize
19479 rcirc-input-ring.
19480
19481 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19482
19483 * emacs-lisp/find-func.el (find-function-C-source): Only set
19484 find-function-C-source-directory after checking that we found a source
19485 file there (bug#9440).
19486
19487 2011-09-06 Alan Mackenzie <acm@muc.de>
19488
19489 * isearch.el (isearch-other-meta-char): Wherever a key list is
19490 unread, "unread" the prefix arg, too. This fixes bug #8901.
19491
19492 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19493
19494 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19495
19496 2011-09-05 Juri Linkov <juri@jurta.org>
19497
19498 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19499
19500 2011-09-05 Juri Linkov <juri@jurta.org>
19501
19502 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19503 keeping point where processing of grep matches begins, and
19504 continue to delete remaining escape sequences from the same point.
19505 (grep-filter): Make leading zero optional in "0?1;31m" because
19506 git-grep emits "\033[1;31m" escape sequences unlike expected
19507 "\033[01;31m" as GNU Grep does (bug#9408).
19508 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19509
19510 2011-09-05 Juri Linkov <juri@jurta.org>
19511
19512 * subr.el (y-or-n-p): Capitalize "yes".
19513
19514 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19515
19516 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19517 `tramp-cache-unload-hook' where appropriate.
19518 (tramp-methods): Rename `tramp-remote-sh' to
19519 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19520 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19521
19522 * net/tramp-sh.el (top): Don't require 'shell.
19523 (tramp-methods): Add `tramp-remote-shell' and
19524 `tramp-remote-shell-args' entries.
19525 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19526 (tramp-sh-handle-shell-command): Remove.
19527 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19528 Use `tramp-remote-shell'.
19529
19530 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19531
19532 * mail/sendmail.el (sendmail-query-once-function): Delete.
19533 (sendmail-query-once): Save directly to send-mail-function.
19534 Update message-send-mail-function too.
19535
19536 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19537
19538 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19539
19540 * progmodes/python.el (python-mode-map): Use correct function to
19541 start python interpreter from menu-bar (as reported by Geert
19542 Kloosterman).
19543 (inferior-python-mode-map): Fix typo.
19544 (python-shell-map): Remove.
19545
19546 2011-09-03 Deniz Dogan <deniz@dogan.se>
19547
19548 * net/rcirc.el (rcirc-print): Simplify code for
19549 rcirc-scroll-show-maximum-output. There is no need to walk
19550 through all windows to find the right one.
19551
19552 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19553
19554 * help.el (help-return-method): Doc fix.
19555
19556 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19557
19558 * window.el (window-deletable-p): Don't return a non-nil value
19559 when there's a buffer that was shown in the window before.
19560 (Bug#9419)
19561 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19562 Set window's previous buffers to nil.
19563
19564 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19565
19566 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19567 newline before and after the tag line, so it doesn't interfere
19568 with determining the paragraph direction of bidirectional text.
19569
19570 2011-09-03 Leo Liu <sdl.web@gmail.com>
19571
19572 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19573
19574 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19575
19576 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19577 (pop-to-buffer): Change interactive spec. Pass second argument
19578 directly to display-buffer.
19579 (display-buffer): Fix interactive spec. Use functionp to
19580 distinguish between a function and a list of functions.
19581
19582 * abbrev.el (edit-abbrevs):
19583 * arc-mode.el (archive-extract):
19584 * autoinsert.el (auto-insert):
19585 * bookmark.el (bookmark-bmenu-list):
19586 * files.el (find-file):
19587 * view.el (view-buffer):
19588 * progmodes/compile.el (compilation-goto-locus):
19589 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19590
19591 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19592
19593 * window.el (display-buffer-alist): Doc fix.
19594 (display-buffer): Add docstring. Don't treat
19595 display-buffer-default specially.
19596 (display-buffer-reuse-selected-window)
19597 (display-buffer-same-window, display-buffer-maybe-same-window)
19598 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19599 (display-buffer-pop-up-window)
19600 (display-buffer-reuse-or-pop-window)
19601 (display-buffer-use-some-window): New functions.
19602 (display-buffer-default-action): Use them.
19603 (display-buffer-default): Delete.
19604 (pop-to-buffer-1): Fix choice of actions.
19605
19606 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19607
19608 * minibuffer.el (completion--insert-strings): Don't get confused by
19609 completion entries that end with an LF char.
19610
19611 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19612
19613 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19614
19615 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19616
19617 * window.el (display-buffer): Restore interactive spec.
19618 (display-buffer-same-window, display-buffer-other-window):
19619 New functions.
19620 (pop-to-buffer-1): New function. Use the above.
19621 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19622 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19623
19624 * view.el (view-buffer-other-window, view-buffer-other-frame):
19625 Just use pop-to-buffer.
19626
19627 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19628
19629 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19630
19631 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19632
19633 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19634
19635 2011-08-31 Richard Stallman <rms@gnu.org>
19636
19637 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19638 of the separation of rmail-view-buffer from rmail-buffer.
19639 If you say no to "replace original", the decrypt is in the
19640 view buffer. If you say yes, the decrypt goes into the
19641 rmail buffer also.
19642
19643 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19644
19645 * window.el (display-buffer-window): Rewrite doc-string.
19646 (display-buffer-record-window): New function.
19647 (display-buffer-macro-specifiers)
19648 (display-buffer-even-window-sizes, display-buffer-set-height)
19649 (display-buffer-set-width, display-buffer-in-window)
19650 (display-buffer-reuse-window, display-buffer-split-specifiers)
19651 (display-buffer-side-specifiers, display-buffer-split-window-1)
19652 (display-buffer-split-window, display-buffer-split-atom-window)
19653 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19654 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19655 (display-buffer-other-window-means-other-frame)
19656 (display-buffer-normalize-special)
19657 (display-buffer-normalize-default)
19658 (display-buffer-normalize-argument)
19659 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19660 (display-buffer-normalize-specifiers, display-buffer-frame)
19661 (display-buffer-same-window, display-buffer-same-frame)
19662 (display-buffer-other-window)
19663 (display-buffer-same-frame-other-window)
19664 (display-buffer-other-frame, pop-to-buffer-same-window)
19665 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19666 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19667 (switch-to-buffer-same-frame)
19668 (switch-to-buffer-other-window-same-frame)
19669 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19670 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19671 (display-buffer-alist-set): Remove.
19672 (display-buffer-function, special-display-buffer-names)
19673 (special-display-regexps, special-display-function):
19674 In doc-string refer to display-buffer-window and quit-restore
19675 parameter.
19676 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19677 (special-display-frame-alist, special-display-popup-frame)
19678 (same-window-buffer-names, same-window-regexps, same-window-p)
19679 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19680 (split-window-preferred-function, split-height-threshold)
19681 (split-width-threshold, window-splittable-p)
19682 (split-window-sensibly, window--try-to-split-window)
19683 (window--frame-usable-p, even-window-heights)
19684 (window--even-window-heights, window--display-buffer-1)
19685 (window--display-buffer-2, display-buffer-other-frame):
19686 Restore old Emacs 23 code, order and doc-strings where applicable.
19687 (display-buffer-default, display-buffer-assq-regexp): New functions.
19688 (display-buffer-alist): Rewrite doc-string.
19689 (display-buffer-default-action)
19690 (display-buffer-overriding-action): New variables.
19691 (display-buffer, switch-to-buffer): Rewrite.
19692 (pop-to-buffer): Restore Emacs 23 behavior but use
19693 window-normalize-buffer-to-display.
19694 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19695 Restore Emacs 23 behavior but use
19696 window-normalize-buffer-to-switch-to.
19697 (pop-to-buffer-same-window): Rewrite.
19698 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19699 Rewrite using Emacs 23 options.
19700
19701 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19702
19703 * net/tramp.el (tramp-root-regexp): Remove.
19704 (tramp-completion-file-name-regexp-unified)
19705 (tramp-completion-file-name-regexp-separate)
19706 (tramp-completion-file-name-regexp-url): Don't use leading volume
19707 letter on w32 systems. (Bug#5303, Bug#9311)
19708 (tramp-drop-volume-letter): Simplify definition.
19709 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19710
19711 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19712
19713 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19714 (bug#9356).
19715
19716 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19717
19718 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19719
19720 2011-08-29 Juri Linkov <juri@jurta.org>
19721
19722 * isearch.el (isearch-done): Don't display message "Mark saved"
19723 when arg `edit' is non-nil to prevent its flicker in the echo area.
19724
19725 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19726
19727 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19728 obsolete packages for deletion.
19729
19730 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19731
19732 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19733 (help-mode): Derive help-mode from special-mode. Don't invoke
19734 view-mode from help-mode.
19735 (help-xref-override-view-map): Remove.
19736 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19737 view-mode is not used anymore.
19738
19739 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19740
19741 * server.el (server-port): Doc fix.
19742
19743 * cus-theme.el (custom-theme-choose-mode): Inherit from
19744 special-mode (Bug#9124).
19745 (custom-theme-choose-mode-map): Add special-mode to parent.
19746
19747 2011-08-28 Alan Mackenzie <acm@muc.de>
19748
19749 * progmodes/cc-fonts.el
19750 (c-make-font-lock-BO-decl-search-function): New function.
19751 (c-basic-matchers-after - "Fontify the clauses after various
19752 keywords"): Extract the three keyword lists for the 3 erroneous
19753 constructs from the list of four, and use the new function above
19754 in place of an old one.
19755
19756 2011-08-28 Deniz Dogan <deniz@dogan.se>
19757
19758 * net/rcirc.el (rcirc-insert-prev-input)
19759 (rcirc-insert-next-input): Remove unused argument.
19760
19761 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19762
19763 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19764
19765 2011-08-27 Alan Mackenzie <acm@muc.de>
19766
19767 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19768 handle function pointer parameters properly.
19769
19770 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19771
19772 * window.el (display-buffer-reuse-window): Fix case where
19773 selected window was reused with non-nil OTHER-WINDOW argument.
19774 (Bug#9381)
19775
19776 2011-08-27 Deniz Dogan <deniz@dogan.se>
19777
19778 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19779 oftc's NickServ messages.
19780
19781 2011-08-27 Glenn Morris <rgm@gnu.org>
19782
19783 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19784
19785 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19786
19787 * emacs-lisp/package.el (package-install): Call package-initialize
19788 if called interactively.
19789
19790 2011-08-26 Leo Liu <sdl.web@gmail.com>
19791
19792 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19793
19794 2011-08-25 Juri Linkov <juri@jurta.org>
19795
19796 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19797 `search-whitespace-regexp' (bug#9364).
19798
19799 2011-08-25 Juri Linkov <juri@jurta.org>
19800
19801 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19802 `regexp-search-ring' to their global values to protect from
19803 updating by `read-from-minibuffer' (bug#9185).
19804
19805 2011-08-25 Juri Linkov <juri@jurta.org>
19806
19807 * textmodes/ispell.el (ispell-command-loop): Add newline
19808 at the end of the "Use option `i'..." line.
19809
19810 2011-08-25 Juri Linkov <juri@jurta.org>
19811
19812 * battery.el (display-battery-mode): If `battery-status-function'
19813 or `battery-mode-line-format' is nil, display the message and set
19814 `display-battery-mode' to nil (bug#9363).
19815
19816 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19817
19818 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19819 bidi-string-mark-left-to-right; they are unnecessary now.
19820
19821 2011-08-25 Deniz Dogan <deniz@dogan.se>
19822
19823 * net/quickurl.el: Documentation typo fixes.
19824
19825 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19826
19827 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19828
19829 2011-08-25 Glenn Morris <rgm@gnu.org>
19830
19831 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19832
19833 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19834 (smtpmail-via-smtp): Handle nil response from smtp.
19835
19836 2011-08-24 Juri Linkov <juri@jurta.org>
19837
19838 * proced.el (proced-marked): Inherit from `error' instead of
19839 `font-lock-warning-face'.
19840
19841 * ibuffer.el (ibuffer-marked-face): Change default face from
19842 `font-lock-warning-face' to `warning'.
19843 (ibuffer-deletion-face): Change default face from
19844 `font-lock-type-face' to `error'.
19845
19846 * battery.el (battery-update): Use the face `error' instead of
19847 `font-lock-warning-face' (bug#6117).
19848
19849 2011-08-24 Juri Linkov <juri@jurta.org>
19850
19851 * faces.el (success): Change face color from "Green3" to
19852 "ForestGreen" on light background (bug#9353).
19853
19854 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19855
19856 * window.el (quit-window): Rename from quit-restore-window.
19857 Use same arglist as old quit-window.
19858 (frame-auto-delete): Doc fix.
19859
19860 * view.el (view-mode-exit): Use quit-window.
19861
19862 2011-08-24 Juri Linkov <juri@jurta.org>
19863
19864 * isearch.el (isearch-ring-adjust1): Start visiting previous
19865 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19866 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19867 for empty search string (when the last search string is reused
19868 automatically) to adjust the isearch ring to the last element and
19869 prepare the correct index for further M-p commands (bug#9185).
19870
19871 2011-08-24 Kenichi Handa <handa@m17n.org>
19872
19873 * international/ucs-normalize.el: If decomposition property of
19874 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19875 nil.
19876 (nfd, nfkd): Likewise.
19877
19878 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19879
19880 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19881 from process filters aren't reliably transmitted to the surrounding
19882 accept-process-output.
19883 (mpc-proc-check): New function.
19884 (mpc-proc-sync): Use it (bug#8293)
19885
19886 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19887
19888 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19889 Add compatibility functions (bug#9313).
19890
19891 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19892
19893 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19894
19895 * international/uni-bidi.el: Regenerate.
19896
19897 2011-08-23 Kenichi Handa <handa@m17n.org>
19898
19899 * international/charprop.el:
19900 * international/uni-bidi.el:
19901 * international/uni-category.el:
19902 * international/uni-combining.el:
19903 * international/uni-comment.el:
19904 * international/uni-decimal.el:
19905 * international/uni-decomposition.el:
19906 * international/uni-digit.el:
19907 * international/uni-lowercase.el:
19908 * international/uni-mirrored.el:
19909 * international/uni-name.el:
19910 * international/uni-numeric.el:
19911 * international/uni-old-name.el:
19912 * international/uni-titlecase.el:
19913 * international/uni-uppercase.el: Regenerate.
19914
19915 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19916
19917 * help.el (help-window-setup): Fix message displayed when other
19918 window is reused. (Bug#9341)
19919
19920 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19921
19922 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19923 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19924
19925 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19926 Mark obsolete.
19927 * shell.el (shell-parse-pcomplete-arguments): New function.
19928 (shell-completion-vars): Use it instead (bug#9160).
19929
19930 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19931
19932 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19933 strings and comments (bug#9333).
19934
19935 * emacs-lisp/debug.el (debug-arglist): New function.
19936 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19937 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19938
19939 2011-08-22 Juri Linkov <juri@jurta.org>
19940
19941 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19942 Revert regexp that highlights output switches to its old
19943 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19944
19945 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19946 to check for empty output (bug#9226).
19947
19948 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19949
19950 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19951 symbol-constituent as the default, as that stops font-lock from
19952 working properly (Bug#8843).
19953
19954 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19955
19956 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19957 `coding-system-for-*' around the process open call to avoid
19958 auth-source side effects.
19959 (smtpmail-try-auth-methods): Expand the secret password.
19960 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19961 probe hangs.
19962
19963 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19964
19965 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19966
19967 * emacs-lisp/find-func.el (find-function-noselect): New arg
19968 lisp-only.
19969
19970 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19971 signal an error for built-in functions (Bug#6664).
19972
19973 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19974
19975 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19976 (smtpmail-try-auth-methods): Use it.
19977
19978 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19979
19980 * font-lock.el (font-lock-fontify-region)
19981 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19982 (font-lock-default-unfontify-buffer)
19983 (font-lock-default-fontify-region)
19984 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19985
19986 * progmodes/compile.el (compilation-error-properties):
19987 Fix confusion between file struct and message struct (Bug#9319).
19988 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19989 `ant' regexp.
19990
19991 * net/browse-url.el (browse-url-firefox): Don't call
19992 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19993
19994 2011-08-20 Glenn Morris <rgm@gnu.org>
19995
19996 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19997
19998 * tutorial.el (tutorial--default-keys): Update some default bindings.
19999
20000 * files.el (hack-local-variables): Fully ignore case for "mode:".
20001
20002 2011-08-20 Alan Mackenzie <acm@muc.de>
20003
20004 Resolve invalid use of a regexp in regexp-opt.
20005
20006 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20007 detection for a java annotation.
20008
20009 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20010 detection for a java annotation.
20011
20012 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20013 handling for java.
20014 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20015
20016 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20017
20018 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20019 (Bug#9274).
20020
20021 2011-08-20 Alan Mackenzie <acm@muc.de>
20022
20023 Fontify CPP expressions correctly when starting in the middle of
20024 such a construct. Mainly for when jit-lock etc. starts a chunk
20025 here.
20026
20027 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20028 variable.
20029 (c-make-font-lock-search-form): New function, extracted from
20030 c-make-font-lock-search-function.
20031 (c-make-font-lock-search-function): Use the above function.
20032 (c-make-font-lock-context-search-function): New function.
20033 (c-cpp-matchers): Enhance the preprocessor expression case with
20034 the above function
20035 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20036 which takes an expression.
20037
20038 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20039
20040 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20041
20042 * window.el (display-buffer-reuse-window)
20043 (display-buffer-pop-up-window): Don't reuse or split a side
20044 window.
20045
20046 2011-08-19 Glenn Morris <rgm@gnu.org>
20047
20048 * files.el (hack-local-variables-prop-line, hack-local-variables):
20049 Downcase "Mode:". (Bug#9331)
20050
20051 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20052
20053 * international/characters.el: Add L and R categories.
20054
20055 * subr.el (bidi-string-mark-left-to-right): Rename from
20056 string-mark-left-to-right. Use category search.
20057
20058 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20059
20060 2011-08-18 Juri Linkov <juri@jurta.org>
20061
20062 * faces.el (error, warning, success): New faces with definitions
20063 copied from old default values of `font-lock-warning-face',
20064 `compilation-warning', `compilation-info' (bug#6117).
20065
20066 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20067
20068 * progmodes/compile.el (compilation-error): Inherit from `error'.
20069 (compilation-warning): Inherit from `warning'.
20070 (compilation-info): Inherit from `success'.
20071
20072 * dired.el (dired-marked): Inherit from `warning'.
20073 (dired-flagged): Inherit from `error'.
20074
20075 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20076
20077 * mail/smtpmail.el (auth-source): Require to avoid problems with
20078 binding variables (bug#9298). Also clean up some unused
20079 autoloads.
20080
20081 * net/network-stream.el (network-stream-open-starttls):
20082 Support using starttls.el without using gnutls-cli.
20083
20084 2011-08-17 Juri Linkov <juri@jurta.org>
20085
20086 * progmodes/grep.el (rgrep): Handle the case when
20087 `grep-find-command' is a cons cell (bug#9278).
20088
20089 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20090
20091 * window.el (display-buffer-pop-up-frame): Run frame creation
20092 function with BUFFER current (as special-display-popup-frame
20093 does). Reported by Drew Adams.
20094
20095 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20096
20097 * epa-mail.el: Simplify GnuPG group expansion using
20098 epg-expand-group.
20099 (epa-mail-group-alist, epa-mail-group-modtime)
20100 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20101 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20102 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20103 Remove.
20104
20105 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20106
20107 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20108
20109 2011-08-16 Alan Mackenzie <acm@muc.de>
20110
20111 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20112 Correct, to avoid the inside of macros.
20113
20114 2011-08-16 Richard Stallman <rms@gnu.org>
20115
20116 * epa-mail.el: Handle GnuPG group definitions.
20117 (epa-mail-group-alist, epa-mail-group-modtime)
20118 (epa-mail-gnupg-conf-file): New variables.
20119 (epa-mail-parse-groups, epa-mail-sync-groups)
20120 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20121 (epa-mail-expand-recipients): New functions.
20122 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20123
20124 * mail/rmail.el (rmail-epa-decrypt): New command.
20125
20126 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20127 Don't bind buffer-read-only, just inhibit-read-only.
20128 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20129 (epa-decrypt-armor-in-region): Make error message clearer.
20130
20131 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20132
20133 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20134 and "a2b" to "ab" for `prefix'.
20135
20136 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20137
20138 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20139 filter groups.
20140 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20141 Fourquet (Bug#8804).
20142
20143 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20144
20145 * startup.el (argi): Declare as global variable (bug#9275).
20146
20147 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20148
20149 * subr.el (string-mark-left-to-right): Search the entire string
20150 for RTL script, not just the terminating character. Doc fix.
20151
20152 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20153
20154 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20155 New function.
20156 (js--regexp-literal, js-syntax-propertize-function): Remove.
20157 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20158 (js-mode-map): Don't rebind electric keys.
20159 (js-insert-and-indent): Remove.
20160 (js-mode): Setup electric-layout and electric-indent instead.
20161
20162 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20163
20164 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20165
20166 * epa.el (epa-progress-callback-function): Fix the logic of
20167 displaying progress.
20168 * epa-file.el (epa-file-insert-file-contents): Make progress
20169 display more user-friendly.
20170 (epa-file-write-region): Ditto.
20171
20172 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20173
20174 * subr.el (string-mark-left-to-right): New function.
20175
20176 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20177 Use string-mark-left-to-right.
20178 (list-buffers-noselect): Caller changed.
20179
20180 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20181 Use string-mark-left-to-right.
20182 (tabulated-list-print): Recenter after moving point.
20183
20184 2011-08-10 Juri Linkov <juri@jurta.org>
20185
20186 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20187 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20188 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20189
20190 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20191
20192 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20193 (Bug#7554).
20194
20195 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20196
20197 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20198 character. (Bug#6594)
20199
20200 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20201
20202 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20203 (image-dired--with-db-file): New macro.
20204 (image-dired-write-tags, image-dired-remove-tag)
20205 (image-dired-create-gallery-lists, image-dired-write-comments)
20206 (image-dired-get-comment, image-dired-mark-tagged-files)
20207 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20208 (image-dired-gallery-generate): Use insert-file-contents.
20209
20210 * time.el (display-time-world-list, display-time-world-display):
20211 * time-stamp.el (time-stamp-string):
20212 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20213 set-time-zone-rule (Bug#7337).
20214
20215 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20216
20217 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20218 (epg-error-to-string, epg-errors-to-string): New function.
20219 (epg-wait-for-completion): Reverse errors list.
20220 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20221 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20222 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20223 (epg-sign-keys, epg-generate-key-from-file)
20224 (epg-generate-key-from-string): Format errors by using
20225 epg-errors-to-string (bug#9255).
20226 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20227
20228 2011-08-07 Juri Linkov <juri@jurta.org>
20229
20230 * faces.el (list-faces-display): Remove extra angle bracket
20231 from `help-mode-map'.
20232
20233 * info.el (Info-history-toc-nodes): Doc fix.
20234
20235 * longlines.el (longlines-mode): Doc fix.
20236
20237 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20238
20239 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20240 of statements and in a few more cases (bug#9183).
20241
20242 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20243 New functions.
20244 (cl-transform-lambda): Use them (bug#9239).
20245
20246 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20247
20248 * window.el (display-buffer-same-window)
20249 (display-buffer-same-frame, display-buffer-other-window)
20250 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20251 (pop-to-buffer-other-window)
20252 (pop-to-buffer-same-frame-other-window)
20253 (pop-to-buffer-other-frame): Make them defuns.
20254 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20255
20256 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * subr.el (make-composed-keymap): Move from C. Change calling
20259 convention, and improve docstring to bring attention to a subtle point.
20260 * minibuffer.el (completing-read-default): Adjust accordingly.
20261
20262 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20263
20264 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20265 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20266
20267 * net/trampver.el: Update release number.
20268
20269 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20270
20271 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20272 "in" (bug#9190).
20273
20274 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20275
20276 * mail/sendmail.el (sendmail-query-once): Restore the current
20277 buffer after querying (bug#9074).
20278
20279 * dired.el (dired-flagged): Use different faces for marked and
20280 flagged files (bug#6117).
20281
20282 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20283 (bug#4433).
20284
20285 * ido.el (ido-mode): Switch off the message if called
20286 non-interactively.
20287
20288 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20289 before 587, since it appears that that's more likely to work for
20290 more people.
20291
20292 * cus-edit.el (custom-file): When running under emacs -q, always
20293 refuse to save the customizations, even if the .emacs file doesn't
20294 exist.
20295
20296 * info.el: Remove the `Info-beginning-of-buffer' function
20297 (bug#8325).
20298
20299 * net/network-stream.el (network-stream-open-starttls):
20300 Use `starttls-available-p' to see whether starttls.el can be used.
20301
20302 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20303
20304 * window.el (display-buffer-in-window): Don't set dedicated status
20305 of window here (Bug#9215).
20306 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20307 (display-buffer-pop-up-side-window)
20308 (display-buffer-in-side-window): Set dedicated status of window here.
20309
20310 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20311
20312 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20313 before binding generated-autoload-file.
20314
20315 2011-08-01 Deniz Dogan <deniz@dogan.se>
20316
20317 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20318
20319 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20320
20321 Sync with Tramp 2.2.2.
20322
20323 * net/trampver.el: Update release number.
20324
20325 2011-07-30 Juri Linkov <juri@jurta.org>
20326
20327 * dired-aux.el (dired-touch-initial): Remove function.
20328 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20329 current time, and `default' to the last modification time of the
20330 current marked file (bug#6887).
20331
20332 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20333
20334 * simple.el (goto-line): Use string-to-number to provide a
20335 numeric argument to read-number (bug#9163).
20336
20337 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20338
20339 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20340 connection process, it could be nil.
20341
20342 2011-07-27 Leo Liu <sdl.web@gmail.com>
20343
20344 Simplify url handling in rcirc-mode.
20345
20346 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20347 (rcirc-browse-url-at-mouse): Remove.
20348 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20349
20350 2011-07-26 Alan Mackenzie <acm@muc.de>
20351
20352 Fontify bitfield declarations properly.
20353
20354 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20355 (c-symbol-chars): Now exported as a lang variable.
20356 (c-not-primitive-type-keywords): New lang variable.
20357
20358 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20359 QT keyword "more" to prevent "more slots: ...." being spuriously
20360 parsed as a bitfield declaration.
20361
20362 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20363 Refactor and enhance to handle bitfield declarations.
20364 (c-punctuation-in): New function.
20365 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20366 declarations properly.
20367
20368 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20369
20370 * calendar/icalendar.el (icalendar--all-events): Take care of
20371 multiple vcalendars in a single file.
20372 (icalendar--convert-float-to-ical): Checkdoc fixes.
20373
20374 2011-07-25 Deniz Dogan <deniz@dogan.se>
20375
20376 * image.el (insert-image): Clarifying docstring.
20377
20378 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20379
20380 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20381 `tramp-send-command-and-check' if there is no error.
20382 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20383
20384 2011-07-22 Alan Mackenzie <acm@muc.de>
20385
20386 Prevent cc-langs.elc being loaded at run time.
20387
20388 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20389 cc-langs.
20390
20391 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20392 "(require 'cc-langs)". Quote a form so it will evaluate at
20393 (cc-mode's) compilation time.
20394
20395 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20396
20397 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20398 loading. (Bug#9114)
20399
20400 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20401
20402 * window.el (display-buffer-pop-up-window)
20403 (display-buffer-pop-up-side-window)
20404 (display-buffer-in-side-window): Call display-buffer-set-height
20405 and display-buffer-set-width after setting the new window's
20406 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20407
20408 2011-07-20 Sam Steingold <sds@gnu.org>
20409
20410 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20411 (etags-tags-included-tables): Call `convert-standard-filename' on
20412 the file names contained in TAGS so that windows Emacs can handle
20413 TAGS files created by cygwin ctags.
20414
20415 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20416
20417 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20418 which apparently didn't work.
20419
20420 2011-07-19 Roland Winkler <winkler@gnu.org>
20421
20422 * proced.el (proced-send-signal): For *Marked Processes* buffer
20423 put point at beginning of buffer.
20424
20425 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20426
20427 * proced.el (proced-format): Make header lines align with the text
20428 (bug#1779).
20429
20430 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20431
20432 * view.el (view-buffer): Allow running in `special' modes if we're
20433 visiting a file (bug#8615).
20434
20435 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20436
20437 * window.el (display-buffer-alist-of-strings-p)
20438 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20439 New functions.
20440 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20441 more accurately.
20442
20443 2011-07-18 Alan Mackenzie <acm@muc.de>
20444
20445 Fontify declarators properly when, e.g., a jit-lock chunk begins
20446 inside a declaration.
20447
20448 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20449
20450 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20451 New function.
20452 (c-complex-decl-matchers): Insert reference to
20453 c-font-lock-enclosing-decls.
20454
20455 * progmodes/cc-engine.el (c-backward-single-comment):
20456 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20457 to nil around calls to (forward-comment -1).
20458
20459 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20460
20461 * image.el (put-image): Doc typo fix.
20462
20463 * progmodes/etags.el (tags-search): Doc typo fix.
20464
20465 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20466 password if we get errors 550 to 554.
20467
20468 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20469
20470 * net/gnutls.el (gnutls-log-level): Remove.
20471
20472 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20473 indentation character (bug#6380).
20474
20475 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20476
20477 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20478 to clarify what the problem is (bug#4291).
20479
20480 * simple.el (current-kill): Clarify what
20481 `interprogram-paste-function' does (bug#7500).
20482 (auto-fill-mode): Document `auto-fill-function' in relation to
20483 `auto-fill-mode' (bug#2470).
20484
20485 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20486
20487 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20488 method if slot is read-only (bug#9035).
20489
20490 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20491
20492 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20493 * window.el (pop-to-buffer): Select window used even if it was
20494 selected before, see discussion of (Bug#8615), (Bug#6954).
20495 Pass argument NORECORD on to select-frame-set-input-focus.
20496
20497 2011-07-15 Glenn Morris <rgm@gnu.org>
20498
20499 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20500 Respect help-form.
20501
20502 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20503
20504 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20505 (gnutls-negotiate): Use it.
20506
20507 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20508
20509 * net/gnutls.el (gnutls-negotiate):
20510 Upcase `gnutls-algorithm-priority'.
20511
20512 2011-07-15 Glenn Morris <rgm@gnu.org>
20513
20514 * jka-compr.el (jka-compr-verbose): Move from here...
20515 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20516 Add missing :version tag.
20517 * info.el: No need to require jka-compr when compiling.
20518
20519 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20520
20521 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20522 (gnutls-negotiate): Use it.
20523
20524 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20525
20526 * info.el (Info-beginning-of-buffer): New command.
20527 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20528 announcing `b' as the key (bug#8325).
20529 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20530
20531 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20532
20533 * international/mule-cmds.el
20534 (describe-specified-language-support): Make the error message
20535 clearer (bug#8905).
20536
20537 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20538
20539 * isearch.el (isearch-barrier): Add a doc string, since it's
20540 mentioned in a function doc string (bug#8678).
20541
20542 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20543
20544 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20545 buffer argument (Bug#9083) and self-identifying label argument.
20546
20547 2011-07-15 Glenn Morris <rgm@gnu.org>
20548
20549 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20550
20551 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20552
20553 * man.el (Man-fontify-manpage): Fix message when formatting the
20554 man page (bug#7929).
20555
20556 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20557
20558 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20559 argument LRM; if non-nil, append an invisible LRM character to the
20560 buffer name.
20561 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20562 last argument non-nil, when formatting buffer names.
20563 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20564 paragraph direction.
20565
20566 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20567
20568 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20569 the man page name (bug#7929).
20570
20571 * image.el (put-image): Mention the `put-image' overlay property
20572 (bug#7834).
20573
20574 * scroll-bar.el (set-scroll-bar-mode): Mention that
20575 `scroll-bar-mode' lists the values (bug#7772).
20576
20577 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20578 command (bug#7729).
20579
20580 * rect.el (apply-on-rectangle): Return the point after the last
20581 operation.
20582 (string-rectangle): Go to the point after the last operation
20583 (bug#7522).
20584
20585 * printing.el (pr-toggle-region): Clarify the documentation
20586 slightly (bug#7493).
20587
20588 * time.el (display-time-update):
20589 Allow `display-time-mail-function' to return nil (bug#7158).
20590 Fix suggested by Detlev Zundel.
20591
20592 * vc/diff.el (diff): Clarify the order the file names are read
20593 (bug#7111).
20594
20595 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20596 the doc string (bug#7015).
20597
20598 * font-lock.el (font-lock-maximum-decoration): Mention what
20599 numeric levels mean (bug#6935).
20600
20601 * startup.el (initial-buffer-choice): Don't mention the `none'
20602 selection, which is against policy.
20603
20604 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20605
20606 * window.el (display-buffer-normalize-special):
20607 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20608
20609 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20610
20611 * subr.el (version<, version<=, version=): Mention "-CVS" and
20612 "-12345" alpha version numbers.
20613
20614 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20615
20616 * bindings.el: Add advertised binding for set-mark-command
20617 (Bug#5772).
20618
20619 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20620
20621 * bindings.el (mode-line-other-buffer):
20622 * bookmark.el (bookmark-bmenu-2-window):
20623 * bs.el (bs-cycle-next, bs-cycle-previous):
20624 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20625 switch-to-buffer.
20626
20627 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20628 Delete.
20629
20630 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20631
20632 * follow.el (follow-debug-message, follow-redisplay):
20633 * jka-cmpr-hook.el (with-auto-compression-mode):
20634 Fix typos in docstrings.
20635
20636 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20637
20638 * subr.el (with-silent-modifications): Clarify somewhat what the
20639 macro inhibits (bug#6525).
20640
20641 * simple.el (eval-expression): Note what it does if called
20642 interactively (bug#6495).
20643
20644 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20645
20646 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20647 Use pop-to-buffer buffer-or-name if it is nil.
20648
20649 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20650 Remove switch-to-buffer.
20651
20652 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20653
20654 * files.el (make-directory): Clarify that an error will be raised
20655 if there's an error (bug#6397).
20656
20657 * startup.el (initial-buffer-choice): Add `none' as a choice
20658 (bug#6234).
20659
20660 * subr.el (add-hook): Clarify section about buffer-local hooks
20661 (bug#6218).
20662
20663 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20664
20665 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20666
20667 * tabify.el (untabify): Preserve the current column so that point
20668 doesn't move (bug#6032).
20669
20670 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20671
20672 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20673 Rewrite to avoid awkward possessive "s" (bug#5986).
20674
20675 2011-07-13 Glenn Morris <rgm@gnu.org>
20676
20677 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20678 (dired-insert-directory): Give a message the first time
20679 if ls is found not to support --dired.
20680
20681 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20682
20683 * simple.el (toggle-truncate-lines): Clarify what is toggled
20684 (bug#5580). Text by Drew Adams.
20685
20686 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20687
20688 * simple.el (blink-matching-open): Make the error message from the
20689 last change less verbose.
20690
20691 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20692
20693 * font-lock.el (font-lock-comment-face): Use the high contrast
20694 "yellow" color for font-lock-comment-face on low color terminals
20695 using a dark background color (bug#4221).
20696
20697 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20698
20699 * dired.el (dired-insert-set-properties): Make the doc string
20700 reflect what it does now (bug#5325).
20701
20702 * simple.el (blink-matching-open): Say that we were unable to find
20703 the match within the limit, if we're limited (bug#5122).
20704
20705 * international/mule-cmds.el (prefer-coding-system): Add an
20706 example (bug#4869).
20707
20708 * progmodes/etags.el (tags-search): Document `file-list-form'
20709 (bug#4731).
20710
20711 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20712
20713 * net/browse-url.el (browse-url-default-browser)
20714 (browse-url-browser-function): Make the default browser choice a
20715 bit more logical (bug#4300). Also clean up the doc string.
20716
20717 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20718
20719 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20720 binary endings (bug#4440).
20721
20722 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20723
20724 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20725 which can be pretty annoying (bug#8971).
20726
20727 * jka-compr.el (jka-compr-verbose): New variable, and use
20728 throughout (bug#8971).
20729
20730 * info.el (Info-find-file): Fall back on the installation
20731 directory if we can't find the info node anywhere else.
20732
20733 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20734
20735 * vc/vc.el (vc-revert-file):
20736 Don't set file time-stamp in the past. (Bug#5181)
20737
20738 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20739
20740 * files.el (after-find-file): Give a better error message when
20741 trying to find a symlink that points to a file that doesn't exist
20742 (bug#4398).
20743
20744 * progmodes/cc-vars.el: Remove (probably) misleading comment
20745 (bug#4396).
20746
20747 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20748
20749 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20750
20751 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20752
20753 * mouse-sel.el: Hack restoring functionality, while keeping
20754 compatibility with 2010-07-03 changes to mouse selection.
20755 (mouse-sel-primary-overlay): New var.
20756 (mouse-sel-selection-alist): Use it.
20757 (mouse-sel-mode): Doc fix; remove points that are default features
20758 of mouse.el.
20759
20760 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20761
20762 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20763 Fix previous fix (bug#2490).
20764
20765 2011-07-12 Roland Winkler <winkler@gnu.org>
20766
20767 * textmodes/bibtex.el (bibtex-initialize):
20768 Use pop-to-buffer-same-window.
20769 (bibtex-search-entries): Fix interactive call.
20770
20771 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20772
20773 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20774 Fontise bytecomp Error lines more correctly (bug#2490).
20775 Fix suggested by Johan Bockgård.
20776
20777 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20778
20779 * dired-x.el (dired-guess-default): Use `delete-dups'.
20780
20781 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20782
20783 * dired.el (dired-mark-prompt):
20784 * dired-aux.el (dired-read-shell-command): Doc fix.
20785
20786 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20787
20788 * mail/sendmail.el (sendmail-query-once):
20789 Use `customize-save-variable' unconditionally, now that it works under
20790 emacs -Q.
20791
20792 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20793
20794 * cus-edit.el (custom-file): Take an optional no-error variable.
20795 (customize-save-variable): Set the variable, and give a warning if
20796 running under "emacs -q".
20797
20798 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20799
20800 * loadhist.el (unload-feature-special-hooks):
20801 Add `auto-coding-functions', `fill-nobreak-predicate' and
20802 `find-directory-functions' (bug#5327).
20803
20804 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20805
20806 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20807
20808 * cus-edit.el (custom-guess-name-alist): -alist variables should
20809 use the `alist' type (bug#3120). Suggested by Drew Adams.
20810
20811 * printing.el: Add documentation to all the `pr-toggle-' commands.
20812
20813 2011-07-11 Leo Liu <sdl.web@gmail.com>
20814
20815 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20816 backends where it makes sense (bug#2623).
20817
20818 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20819
20820 * dired-x.el (dired-guess-default): Remove duplicate shell command
20821 entries (bug#2028).
20822 (dired-guess-default): Fix grammar in doc string (bug#2028).
20823 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20824
20825 * subr.el (remove-duplicates): New conveniency function.
20826
20827 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20828
20829 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20830 (bug#1526).
20831
20832 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20833
20834 * window.el (display-buffer-normalize-default): Don't invert
20835 meaning of even-window-heights. Reported by Eli Zaretskii
20836 <eliz@gnu.org>.
20837
20838 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20839
20840 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20841
20842 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20843
20844 * window.el (display-buffer): Fix arguments to
20845 display-buffer-reuse-window in last change.
20846
20847 * faces.el (link): Use a less saturated blue on light backgrounds.
20848
20849 * startup.el (fancy-startup-text, fancy-about-text)
20850 (fancy-startup-tail): Use font-lock faces, for background safety.
20851
20852 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20853
20854 * emulation/viper-cmd.el (viper-change-state-to-vi):
20855 Limit triggering of abbrev expansion (Bug#9038).
20856
20857 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20858
20859 * window.el (display-buffer-default-specifiers): Remove.
20860 (display-buffer-macro-specifiers): Remove default specifiers.
20861 (display-buffer-alist): Default to nil.
20862 (display-buffer-reuse-window): New optional argument other-window.
20863 (display-buffer-pop-up-window): Allow splitting internal
20864 windows. Check whether a live window was created.
20865 (display-buffer-other-window-means-other-frame)
20866 (display-buffer-normalize-arguments): Rename to
20867 display-buffer-normalize-argument and rewrite. Set the
20868 other-window specifier.
20869 (display-buffer-normalize-special): New function.
20870 (display-buffer-normalize-options): Rename to
20871 display-buffer-normalize-default and rewrite.
20872 (display-buffer-normalize-options-inhibit): Remove.
20873 (display-buffer-normalize-specifiers): Rewrite.
20874 (display-buffer): Process other-window specifier and call
20875 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20876 more faithfully.
20877 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20878 (display-buffer-alist-set): Don't handle 'unset default values.
20879 (display-buffer-in-window, display-buffer-alist-set):
20880 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20881 <tassilo@member.fsf.org>.
20882
20883 2011-07-09 Leo Liu <sdl.web@gmail.com>
20884
20885 * register.el (insert-register): Restore accidental change on
20886 2011-06-26. (Bug#9028)
20887
20888 2011-07-09 Glenn Morris <rgm@gnu.org>
20889
20890 * subr.el (remq): Handle the empty list. (Bug#9024)
20891
20892 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20893
20894 * mail/sendmail.el (send-mail-function): No longer delay custom
20895 initialization.
20896 * custom.el (custom-initialize-delay): Doc fix.
20897
20898 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20899
20900 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20901
20902 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20903
20904 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20905 human-friendly prompt.
20906
20907 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20908
20909 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20910 provided by a particular plugin.
20911
20912 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20913
20914 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20915 save customizations (with "emacs -Q"), just set the variable
20916 instead of erroring out.
20917
20918 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20919
20920 2011-07-08 Juri Linkov <juri@jurta.org>
20921
20922 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20923 (archive-zip-update-case): Use 7z if found by `executable-find'.
20924 The order of searching the available programs is the same as in
20925 `archive-zip-extract' (bug#8968).
20926
20927 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20928
20929 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20930 (menu-bar-options-menu): Tweak descriptions.
20931
20932 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20933
20934 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20935 menu items into verb phrases (bug#1421). Also refill to fit under
20936 80 columns.
20937
20938 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20939
20940 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20941 (Info-read-node-name): Doc fix (Bug#1084).
20942
20943 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20944 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20945 (end-of-sexp, beginning-of-sexp)
20946 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20947 (forward-symbol, forward-same-syntax, word-at-point)
20948 (sentence-at-point): Doc fix (Bug#1144).
20949
20950 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20951
20952 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20953 should cover it (bug#1281).
20954
20955 * cus-edit.el (custom-show): Mark as obsolete.
20956
20957 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20958 negotiation fails, then possibly try again with a non-encrypted
20959 connection (bug#9017).
20960
20961 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20962 be used.
20963
20964 2011-07-07 Richard Stallman <rms@gnu.org>
20965
20966 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20967 property, and handle its changed format.
20968 Look for the correct line number.
20969 Use file's line contents (but not past first =) to find
20970 correct line in message.
20971
20972 2011-07-07 Kenichi Handa <handa@m17n.org>
20973
20974 * international/characters.el (build-unicode-category-table):
20975 Delete it.
20976 (unicode-category-table): Set it by unicode-property-table-internal.
20977
20978 * international/mule-cmds.el (char-code-property-alist): Move to
20979 to src/chartab.c.
20980 (get-char-code-property): Call unicode-property-table-internal to
20981 load a file. Call get-unicode-property-internal where necessary.
20982 (put-char-code-property): Call unicode-property-table-internal to
20983 load a file. Call put-unicode-property-internal where necessary.
20984 put-unicode-property-internal where necessary.
20985 (char-code-property-description):
20986 Call unicode-property-table-internal to load a file.
20987
20988 * international/charprop.el:
20989 * international/uni-bidi.el:
20990 * international/uni-category.el:
20991 * international/uni-combining.el:
20992 * international/uni-comment.el:
20993 * international/uni-decimal.el:
20994 * international/uni-decomposition.el:
20995 * international/uni-digit.el:
20996 * international/uni-lowercase.el:
20997 * international/uni-mirrored.el:
20998 * international/uni-name.el:
20999 * international/uni-numeric.el:
21000 * international/uni-old-name.el:
21001 * international/uni-titlecase.el:
21002 * international/uni-uppercase.el: Regenerate.
21003
21004 * loadup.el: Load international/charprop.el before
21005 international/characters.
21006
21007 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21008
21009 * window.el (next-buffer, previous-buffer): Signal an error if
21010 called from a minibuffer window.
21011
21012 * bindings.el: Revert 2011-07-04 change.
21013
21014 2011-07-06 Richard Stallman <rms@gnu.org>
21015
21016 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21017 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21018 Treat markers like ints.
21019 (rmail-mime-entity): Doc fix.
21020
21021 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21022
21023 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21024 defcustom again for backwards compatibility.
21025
21026 * simple.el (shell-command-on-region): Fill.
21027
21028 * dired-aux.el (dired-kill-line): Add a doc string.
21029
21030 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21031 to "\\sw\\|\\s_" (bug#358).
21032
21033 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21034 (dired-unmark-backward): Ditto.
21035 (dired-flag-backup-files): Ditto.
21036
21037 * dired-x.el (dired-mark-sexp): Ditto.
21038
21039 2011-07-06 Richard Stallman <rms@gnu.org>
21040
21041 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21042 (rmail-mime-entity): New arg TRUNCATED.
21043 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21044 New functions.
21045 (rmail-mime-save): Warn if entity is truncated.
21046 (rmail-mime-toggle-hidden): Likewise, for showing.
21047 (rmail-mime-process-multipart): Record when an entity is truncated.
21048
21049 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21050 if ENTITY is a string.
21051
21052 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21053
21054 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21055 of faces when `M-C-x'-ing their definitions (bug#8378).
21056 Also clean up the code slightly.
21057
21058 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21059 because that makes the colors go away.
21060
21061 * mail/sendmail.el (send-mail-function): Change the default to
21062 `sendmail-query-once'.
21063 (sendmail-query-once): Add an autoload cookie.
21064
21065 * net/network-stream.el (network-stream-open-starttls): Try using
21066 a plain connection even if the server offered STARTTLS, and we
21067 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21068 capability. This should make smtpmail.el work in slightly more
21069 configurations.
21070
21071 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21072
21073 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21074 New defun.
21075 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21076
21077 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21078
21079 * progmodes/sql.el: Version 3.0
21080 (sql-product-alist): Add product :completion-object,
21081 :completion-column, and :statement attributes.
21082 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21083 (sql-mode-syntax-table): Mark all punctuation.
21084 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21085 ansi keywords.
21086 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21087 (sql-mode-oracle-font-lock-keywords): Improve.
21088 (sql-oracle-show-reserved-words): New function for development.
21089 (sql-product-font-lock): Simplify for source code buffers.
21090 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21091 New functions.
21092 (sql-highlight-product): Set product specific syntax table.
21093 (sql-mode-map): Add statement movement functions.
21094 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21095 New variable.
21096 (sql-statement-regexp, sql-beginning-of-statement)
21097 (sql-end-of-statement, sql-signum): New functions.
21098 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21099 (sql-show-sqli-buffer): Bug fix.
21100 (sql-interactive-mode): Store connection data as buffer local.
21101 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21102 with sql-interactive-mode.
21103 (sql-save-connection): Save buffer local settings.
21104 (sql-connection-menu-filter): Change menu entry name.
21105 (sql-product-interactive): Bug fix.
21106 (sql-preoutput-hold): New variable.
21107 (sql-interactive-remove-continuation-prompt): Bug fixes.
21108 (sql-debug-redirect): New variable.
21109 (sql-str-literal): New function.
21110 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21111 Redesign.
21112 (sql-oracle-save-settings, sql-oracle-restore-settings)
21113 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21114 (sql-completion-object, sql-completion-column)
21115 (sql-completion-sqlbuf): New variables.
21116 (sql-build-completions-1, sql-build-completions)
21117 (sql-try-completion): New functions.
21118 (sql-read-table-name): Use them.
21119 (sql-contains-names): New buffer local variable.
21120 (sql-list-all, sql-list-table): Use it.
21121 (sql-oracle-completion-types): New variable.
21122 (sql-oracle-completion-object, sql-sqlite-completion-object)
21123 (sql-postgres-completion-object): New functions.
21124
21125 2011-07-06 Glenn Morris <rgm@gnu.org>
21126
21127 * window.el (pop-to-buffer): Doc fix.
21128
21129 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21130
21131 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21132
21133 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21134
21135 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21136
21137 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21138
21139 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21140
21141 * button.el (button): Inherit from link face. Suggested by Dan
21142 Nicolaescu.
21143
21144 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21145
21146 * progmodes/gdb-mi.el: Fit in 80 columns.
21147 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21148 switch-to-buffer.
21149
21150 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21151 if imenu is simply not configured (bug#8941).
21152
21153 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21154
21155 * allout.el (allout-post-undo-hook): New allout outline-change
21156 event hook to signal undo activity.
21157 (allout-post-command-business): Run allout-post-undo-hook if an
21158 undo just occurred.
21159 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21160 * allout-widgets.el (allout-widgets-after-undo-function):
21161 Ensure the integrity of the current item's decoration after it has been
21162 in the vicinity of an undo.
21163 (allout-widgets-mode): Include allout-widgets-after-undo-function
21164 on the new allout-post-undo-hook.
21165
21166 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21167
21168 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21169 Let define-derived-mode define it.
21170 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21171 cycles of abbrev-table inheritance (bug#8998).
21172
21173 2011-07-05 Roland Winkler <winkler@gnu.org>
21174
21175 * textmodes/bibtex.el: Add support for biblatex.
21176 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21177 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21178 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21179 (bibtex-entry-alist, bibtex-field-alist): New variables.
21180 (bibtex-entry-field-alist): Obsolete alias for
21181 bibtex-BibTeX-entry-alist.
21182 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21183 (bibtex-set-dialect): New command.
21184 (bibtex-entry-type, bibtex-entry-head)
21185 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21186 Bind via bibtex-set-dialect.
21187 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21188 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21189 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21190 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21191 Define via bibtex-set-dialect.
21192 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21193 Obey bibtex-no-opt-remove-re.
21194 (bibtex-vec-push, bibtex-vec-incr): New functions.
21195 (bibtex-format-entry, bibtex-field-list)
21196 (bibtex-print-help-message, bibtex-validate)
21197 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21198
21199 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21200
21201 * progmodes/compile.el (compilation-goto-locus):
21202 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21203 * bs.el (bs-cycle-next, bs-cycle-previous):
21204 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21205 * bindings.el (mode-line-other-buffer):
21206 * autoinsert.el (auto-insert):
21207 * arc-mode.el (archive-extract):
21208 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21209
21210 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21211
21212 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21213 Fix check of `emacs-lock-unlockable-modes'.
21214 Coerce true values of `emacs-lock--try-unlocking' to t.
21215
21216 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21217
21218 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21219 * emacs-lock.el: New file.
21220
21221 2011-07-05 Julien Danjou <julien@danjou.info>
21222
21223 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21224 than `boundp' to check if face is set.
21225
21226 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21227
21228 * register.el (registerv-make):
21229 * window.el (window-min-height): Fix typos in docstrings.
21230
21231 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21232
21233 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21234 Update doc string.
21235
21236 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21237
21238 * server.el (server-execute): Catch quit and call
21239 `server-return-error' to pass the error back to emacsclient and
21240 close the connection (bug#8942).
21241
21242 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21243
21244 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21245 insecure exception for current topic. Also note that auto-saves
21246 are handled differently.
21247
21248 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21249 State variables for tracking auto-save inhibition situation.
21250
21251 (allout-write-contents-hook-handler): Rename from
21252 'allout-write-file-hook-handler', and describe how it depends on
21253 write-contents-functions sensitivity to non-nil value to prevent
21254 file write.
21255
21256 (allout-auto-save-hook-handler): Remove. auto-save does not check
21257 this in individual buffers, only in the starting buffer, so this
21258 is not the right way for us to inhibit auto-save in a buffer
21259 according to its condition.
21260
21261 (allout-mode): Use new allout-write-contents-hook-handler, and
21262 only with write-contents-functions. Remove auto-save provisions -
21263 they're implemented elsewhere.
21264
21265 (allout-before-change-handler): If undo is in progress, note that
21266 for attention of allout-post-command-business.
21267
21268 (allout-post-command-business): If the command we're following was
21269 an undo, check for change in the status of encrypted items and
21270 adjust auto-save inhibitions accordingly.
21271
21272 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21273 according to whether there are or aren't any plain-text topics
21274 pending encryption.
21275
21276 (allout-inhibit-auto-save-info-for-decryption):
21277 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21278 if there are plain-text topics pending encryption.
21279
21280 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21281 buffer-saved-size and some allout state to not inhibit auto-saves
21282 if there are no longer any plain-text topics pending encryption.
21283
21284 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21285 No longer provide for exemption of the current topic.
21286
21287 2011-07-04 Juri Linkov <juri@jurta.org>
21288
21289 Add 7z operations to delete and save changed members (bug#8968).
21290 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21291 New defcustoms.
21292 (archive-7z-write-file-member): New function.
21293 (archive-7z-summarize): Fix the number of dashes in the
21294 listing output.
21295
21296 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21297
21298 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21299 (bug#8958).
21300
21301 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21302
21303 * bindings.el: Ignore next-buffer and previous-buffer in
21304 minibuffer-local-map.
21305
21306 * font-lock.el (font-lock-builtin-face): Change light background
21307 color to dark slate blue (Bug#6693).
21308
21309 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21310
21311 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21312
21313 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21314
21315 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21316 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21317 Add switch-to-buffer.
21318
21319 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21320
21321 * isearch.el (isearch-search-fun-function): Clarify further the
21322 meaning of the function returned.
21323
21324 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21325
21326 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21327
21328 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21329 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21330 Use it.
21331 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21332 `tramp-default-remote-path' does not exist.
21333 (tramp-send-command-and-read): New optional argument NOERROR.
21334 (tramp-open-connection-setup-interactive-shell)
21335 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21336 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21337 (tramp-process-sentinel): Flush also process' connection property.
21338 (tramp-sh-handle-start-file-process): Do not set process
21339 sentinel. It is done now ...
21340 (tramp-maybe-open-connection): ... here. (Bug#8929)
21341
21342 2011-07-04 MON KEY <monkey@sandpframing.com>
21343
21344 * play/animate.el (animate-string): Doc fixes and allow changing
21345 the buffer name (bug#5417).
21346
21347 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21348
21349 * play/animate.el (animation-buffer-name): Rename from *animate*.
21350
21351 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21352
21353 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21354 This is simpler and helps future-proof the code.
21355 (timer-until): Use time-subtract and float-time.
21356 (timer--time-less-p): Use time-less-p.
21357
21358 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21359
21360 * type-break.el (timep): Use the value of `float-time' to avoid a
21361 byte-compiler warning.
21362
21363 * server.el (server-eval-and-print): Return any result, even nil.
21364
21365 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21366
21367 * type-break.el: Accept time formats that the builtins accept.
21368 (timep, type-break-time-difference): Accept any format that
21369 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21370 This is simpler and helps future-proof the code.
21371 (type-break-time-difference): Round rather than ignoring
21372 subseconds components.
21373
21374 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21375
21376 * info.el (Info-apropos-matches): Make non-interactive, since it
21377 doesn't seem to do anything useful as a command (bug#8829).
21378
21379 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21380
21381 * frame.el (frame-background-mode, frame-set-background-mode):
21382 Move from faces.el.
21383 (frame-default-terminal-background): New function.
21384
21385 * custom.el (custom-push-theme): Don't record faces in `changed'
21386 theme; this doesn't work correctly for per-frame face settings.
21387 (disable-theme): Use face-set-after-frame-default to reset faces.
21388 (custom--frame-color-default): New function.
21389
21390 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21391
21392 * dired.el (dired-flagging-regexp): Remove unused variable
21393 (bug#8769).
21394
21395 2011-03-29 Kevin Ryde <user42@zip.com.au>
21396
21397 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21398 `perl-Test2' extend to match possible "fail #N" rep count
21399 (bug#8377).
21400
21401 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21402
21403 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21404 `smtpmail-via-smtp' now returns the error instead of nil.
21405
21406 * isearch.el (isearch-search-fun-function): Clarify the doc string
21407 (bug#8101).
21408
21409 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21410
21411 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21412 unnecessary spaces (bug#8987).
21413
21414 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21415
21416 * net/network-stream.el (open-network-stream): Use the
21417 :end-of-capability command thoughout.
21418
21419 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21420
21421 * net/network-stream.el (open-network-stream): Add the
21422 :end-of-capability command parameter, used by pop3.el.
21423
21424 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21425
21426 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21427
21428 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21429 for list)" (bug#6475).
21430
21431 * files.el (file-expand-wildcards): Ignore non-readable
21432 sub-directories while trying to find matches instead of signaling
21433 an error (bug#6297).
21434
21435 * man.el (Man-reference-regexp): Allow matching possible
21436 word-wrapped references (bug#6289).
21437
21438 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21439 for consistency with the other vc buffers (bug#6197).
21440 (vc-checkin): Ditto.
21441
21442 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21443
21444 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21445
21446 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21447
21448 * custom.el (defcustom): Clarify that :set is only used in the
21449 Customize user interface (bug#6089).
21450
21451 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21452 associated with a file, refuse to run instead of erroring out
21453 (bug#6084).
21454
21455 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21456 the doc string, since it appears that using `fill-column' always
21457 controls the width (bug#7845).
21458
21459 * simple.el (shell-command-on-region): Say where the error output
21460 went if `shell-command-default-error-buffer' is set (bug#6857).
21461
21462 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21463
21464 * allout.el (allout-yank-processing): Adjust cursor position for
21465 backwards-deleted space.
21466
21467 (allout-rebullet-heading): Register changes with
21468 allout-exposure-changed-hook, so the modified topic is properly
21469 decorated.
21470
21471 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21472
21473 * minibuffer.el (completion-in-region): Document PREDICATE
21474 (bug#7136).
21475
21476 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21477 of keyword/argument pairs (bug#6904).
21478
21479 * replace.el (multi-occur):
21480 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21481
21482 2011-07-02 Drew Adams <drew.adams@oracle.com>
21483
21484 * dired.el (dired-mark-if): Make the message about whether it's
21485 marking or unmarking clearer (bug#8523).
21486
21487 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21488
21489 * disp-table.el (display-table-print-array): New function.
21490 (describe-display-table): Use it to print the vectors more pretty
21491 (Bug#8859).
21492
21493 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21494
21495 * window.el (window-state-get-1): Don't assign clone numbers.
21496 Add clone-of item to list of window parameters.
21497 (window-state-put-2): Don't process clone numbers.
21498 (display-buffer-alist): Fix doc-string.
21499
21500 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21501
21502 * subr.el (remq): Don't allocate if it's not needed.
21503 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21504 (keymap--merge-bindings): New functions.
21505 (keymap-canonicalize): Use them to refine the canonicalization.
21506 * minibuffer.el (minibuffer-local-completion-map)
21507 (minibuffer-local-must-match-map): Move initialization from C.
21508 (minibuffer-local-filename-completion-map): Move initialization from C;
21509 don't inherit from anything here.
21510 (minibuffer-local-filename-must-match-map): Make obsolete.
21511 (completing-read-default): Use make-composed-keymap to combine
21512 minibuffer-local-filename-completion-map with either
21513 minibuffer-local-must-match-map or
21514 minibuffer-local-filename-completion-map.
21515
21516 2011-07-01 Glenn Morris <rgm@gnu.org>
21517
21518 * type-break.el (type-break-time-sum): Use dolist.
21519
21520 * textmodes/flyspell.el (flyspell-word-search-backward):
21521 Replace CL function.
21522
21523 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21524
21525 * mouse.el (mouse--strip-first-event): New function.
21526 (function-key-map): Use it to map fringe clicks to normal clicks
21527 by default.
21528
21529 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21530 (vc-bzr-revision-completion-table): Add support for annotate and date.
21531
21532 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21533 inherit from parent.
21534
21535 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21536
21537 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21538 (dired-show-file-type): Doc fixup (bug#8818).
21539
21540 * dired.el (dired-mode): Fix up the doc string as suggested by
21541 Drew Adams (bug#8817).
21542
21543 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21544 cookie, since the manual says that it should be possible to add
21545 this function to `find-file-hook' (bug#8709).
21546
21547 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21548
21549 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21550 here. Noted Ted Zlatanov as the maintainer.
21551 (cfengine-common-settings, cfengine-common-syntax): New functions
21552 to set up common things between `cfengine-mode' and
21553 `cfengine3-mode'.
21554 (cfengine3-mode): New mode.
21555 (cfengine3-defuns cfengine3-defuns-regex
21556 (cfengine3-class-selector-regex cfengine3-category-regex)
21557 (cfengine3-vartypes cfengine3-font-lock-keywords)
21558 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21559 (cfengine3-indent-line): Add from cfengine3.el.
21560
21561 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21562
21563 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21564
21565 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21566
21567 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21568
21569 * window.el (same-window-buffer-names, same-window-regexps)
21570 (same-window-p, special-display-frame-alist)
21571 (special-display-popup-frame, special-display-function)
21572 (special-display-buffer-names, special-display-regexps)
21573 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21574 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21575 (split-window-preferred-function, split-height-threshold)
21576 (split-width-threshold, even-window-heights)
21577 (display-buffer-mark-dedicated, window-splittable-p)
21578 (split-window-sensibly, window-safely-shrinkable-p):
21579 Un-obsolete.
21580 (display-buffer): Don't spread args with function specifier
21581 because special-display-popup-frame won't like it.
21582
21583 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21584
21585 Time-stamp simplifications and fixes.
21586 These improve accuracy slightly, and future-proof the code
21587 against some potential changes to current-time format.
21588
21589 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21590 by using time-since and float-time.
21591
21592 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21593 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21594 + NNN microseconds".
21595
21596 * type-break.el (type-break-time-sum): Rewrite using time-add.
21597
21598 * play/hanoi.el (hanoi-current-time-float): Remove.
21599 All uses replaced by float-time.
21600
21601 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21602 This yields a more-accurate answer.
21603 (rng-time-to-float): Remove; no longer needed.
21604
21605 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21606
21607 * calendar/timeclock.el (timeclock-seconds-to-time):
21608 Defalias to seconds-to-time, since they're the same thing.
21609
21610 * emacs-lisp/elp.el (elp-elapsed-time):
21611 * emacs-lisp/benchmark.el (benchmark-elapse):
21612 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21613
21614 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21615
21616 * window.el (bury-buffer): Don't iconify the only frame.
21617 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21618 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21619
21620 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21621
21622 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21623 Add mouse-yank-primary.
21624
21625 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21626
21627 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21628
21629 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21630
21631 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21632 (find-library-name): Use it to find relative load names when provided
21633 absolute file name (bug#8803).
21634
21635 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21636
21637 * textmodes/flyspell.el (flyspell-word): Consider words that
21638 differ only in case as potential doublons (bug#5687).
21639
21640 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21641 Remove two rather uninteresting debugging-like messages to make
21642 debbugs.el more silent.
21643
21644 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21645 a password-like phrase.
21646
21647 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21648
21649 * progmodes/cc-guess.el: New file.
21650
21651 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21652
21653 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21654 derived from `c-basic-common-init'.
21655
21656 * progmodes/cc-mode.el (top-level): Require cc-guess.
21657 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21658
21659 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21660
21661 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21662
21663 2011-06-30 Alan Mackenzie <acm@muc.de>
21664
21665 * progmodes/cc-engine.el (c-guess-continued-construct):
21666 Correct the handling of template-args-cont, particularly for when font
21667 lock is disabled. Name this case as "CASE G".
21668
21669 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21670
21671 * allout.el (allout-yank-processing): Fix injection of extra space
21672 between bullet and non-whitespace character in first topic when
21673 pasting, ensuring that the actual spacing in the pasted topic
21674 following the bullet char is preserved. This extra space was
21675 causing pasted encrypted topics to get a decrypted status even
21676 when the content was actually still encrypted. Now the decryption
21677 status from before the paste is preserved.
21678
21679 (allout-flag-region): Set all allout overlays so they evaporate
21680 when reduced to zero length (evanescent), to prevent overlay
21681 leakage.
21682
21683 2011-06-30 Glenn Morris <rgm@gnu.org>
21684
21685 * w32-fns.el (w32-charset-info-alist): Declare.
21686
21687 * find-dired.el (find-grep-options): Simplify.
21688
21689 * term/ns-win.el (ns-set-resource): Declare.
21690
21691 * ses.el (row, col): Declare dynamic variables honestly.
21692
21693 * textmodes/reftex-parse.el (index-tags): Declare.
21694
21695 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21696
21697 * cus-edit.el (customize-push-and-save): New function.
21698
21699 * files.el (hack-local-variables-confirm): Use it.
21700
21701 * custom.el (load-theme): New arg NO-CONFIRM.
21702 Use customize-push-and-save (Bug#8720).
21703 (custom-enabled-themes): Doc fix.
21704
21705 * cus-theme.el (customize-create-theme)
21706 (custom-theme-merge-theme): Callers to load-theme changed.
21707
21708 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21709
21710 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21711 short URLs have at least one dot in them (bug #7614).
21712
21713 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21714 nil, because using a pty is apparently too slow (bug #895).
21715
21716 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21717
21718 * mail/sendmail.el (sendmail-query-once): New function.
21719 (sendmail-query-once-function): New variable.
21720
21721 2011-06-29 Glenn Morris <rgm@gnu.org>
21722
21723 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21724
21725 * ses.el (top-level): Require cl when compiling.
21726 (ses-set-localvars): Fix error statement.
21727 Call it at compile time to silence a storm of warnings.
21728
21729 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21730
21731 * window.el (normalize-live-buffer): Rename to
21732 window-normalize-buffer.
21733 (normalize-live-frame): Rename to window-normalize-frame.
21734 (normalize-any-window): Rename to window-normalize-any-window.
21735 (normalize-live-window): Rename to window-normalize-live-window.
21736 (make-window-atom): Rename to window-make-atom.
21737 (window-resize-reset): Rename to window--resize-reset.
21738 (window-resize-reset-1): Rename to window--resize-reset-1.
21739 (resize-mini-window): Rename to window--resize-mini-window.
21740 (resize-subwindows-skip-p): Rename to
21741 window--resize-subwindows-skip-p.
21742 (resize-subwindows-normal): Rename to
21743 window--resize-subwindows-normal.
21744 (resize-subwindows): Rename to window--resize-subwindows.
21745 (resize-other-windows): Rename to window--resize-siblings.
21746 (resize-this-window): Rename to window--resize-this-window.
21747 (resize-root-window): Rename to window--resize-root-window.
21748 (resize-root-window-vertically): Rename to
21749 window--resize-root-window-vertically.
21750 (normalize-buffer-to-display): Rename to
21751 window-normalize-buffer-to-display.
21752 (normalize-buffer-to-switch-to): Rename to
21753 window-normalize-buffer-to-switch-to.
21754 Correspondingly update all callers of the functions listed
21755 above.
21756 (display-buffer-alist, display-buffer-normalize-arguments)
21757 (display-buffer-normalize-options, display-buffer)
21758 (display-buffer-alist-set): Use "function" instead of
21759 "fun-with-args".
21760
21761 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21762
21763 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21764 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21765 debbugs.gnu.org. Mention acknowledgment email.
21766
21767 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21768
21769 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21770 buffer multibyteness, since it shouldn't matter.
21771
21772 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21773
21774 * window.el (display-buffer-in-side-window): Handle dedicated
21775 windows as in display-buffer-reuse-window.
21776 (display-buffer-normalize-alist): Use value of override
21777 specifier.
21778 (display-buffer-normalize-specifiers): Use value of
21779 other-window-means-other-frame specifier.
21780 (display-buffer-alist): Rewrite some texts in widgets.
21781 (display-buffer): Spread arguments when calling function
21782 specified by fun-with-args.
21783
21784 2011-06-28 Deniz Dogan <deniz@dogan.se>
21785
21786 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21787 Unnest `let'.
21788
21789 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21790 selectors (Bug#5732).
21791 (css-proprietary-nmstart-re): Use `regexp-opt'.
21792
21793 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21794
21795 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21796 (eshell-ls-date-format): New defcustom.
21797 (eshell-ls-file): Use it.
21798
21799 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21800
21801 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21802
21803 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21804
21805 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21806 (ange-ftp-make-tmp-name): New arg.
21807 (ange-ftp-file-local-copy): Use it.
21808
21809 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21810
21811 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21812 no-conversion (Bug#8870).
21813
21814 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21815
21816 * window.el (window-right, window-left, window-child)
21817 (window-child-count, window-last-child)
21818 (window-iso-combination-p, walk-window-tree-1)
21819 (window-atom-check-1, window-tree-1, delete-window)
21820 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21821 new naming conventions - window-vchild, window-hchild,
21822 window-next and window-prev are now called window-top-child,
21823 window-left-child, window-next-sibling and window-prev-sibling
21824 respectively.
21825 (resize-window-reset): Rename to window-resize-reset.
21826 (resize-window-reset-1): Rename to window-resize-reset-1.
21827 (resize-window): Rename to window-resize.
21828 (window-min-height, window-min-width)
21829 (resize-mini-window, resize-this-window, resize-root-window)
21830 (resize-root-window-vertically, adjust-window-trailing-edge)
21831 (enlarge-window, shrink-window, maximize-window)
21832 (minimize-window, delete-window, quit-restore-window)
21833 (split-window, balance-windows, balance-windows-area-adjust)
21834 (balance-windows-area, window-state-put-2)
21835 (display-buffer-even-window-sizes, display-buffer-set-height)
21836 (display-buffer-set-width, set-window-text-height)
21837 (fit-window-to-buffer): Rename all "resize-window" prefixed
21838 calls to use the "window-resize" prefix convention.
21839 (display-buffer-alist): Fix symbol for label specifier.
21840 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21841 corresponding specifier.
21842 Reported by Juanma Barranquero <lekktu@gmail.com>.
21843
21844 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21845
21846 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21847 convention.
21848 (ses-call-printer): Does not pass an empty string to formatter when the
21849 cell is empty to keep from barking printer Calc math-format-value.
21850
21851 2011-06-27 Richard Stallman <rms@gnu.org>
21852
21853 * battery.el (battery-mode-line-limit): New variable.
21854 (battery-update): Handle it.
21855
21856 * mail/rmailmm.el (rmail-mime-process-multipart):
21857 Handle truncated messages.
21858
21859 2011-06-27 Glenn Morris <rgm@gnu.org>
21860
21861 * progmodes/flymake.el (flymake-err-line-patterns):
21862 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21863
21864 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21865
21866 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21867 (ses--clean-!, ses--clean-_): New functions.
21868 (ses-range): Add configurability of readout order, and conversion
21869 to Calc vector.
21870
21871 * ses.el (ses-repair-cell-reference-all): New function.
21872 (ses-cell-symbol): Set macro as safe, so that it can be used in
21873 formulas.
21874
21875 * ses.el: Update cycle detection algorithm.
21876 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21877 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21878 (ses-set-localvars): New function.
21879 (ses-make-cell): Add property-list as a cell element.
21880 (ses-cell-property-get-fun, ses-cell-property-get)
21881 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21882 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21883 New functions.
21884 (ses-cell-property-set, ses-cell-property-pop)
21885 (ses-cell-property-get-handle): New macro.
21886 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21887 New aliases, used for code readability.
21888 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21889 cycle detection.
21890 (ses-self-reference-early-detection): New defcustom.
21891 (ses-formula-references): Robustify against self-referring cells.
21892 (ses-mode): Use ses-set-localvars.
21893 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21894 before lauching the update processing.
21895 (ses-initialize-Dijkstra-attempt): New function.
21896 (ses-recalculate-cell): Update for cycle detection based on
21897 Dijkstra algorithm.
21898
21899 * ses.el: Fix commenting and indenting convention.
21900
21901 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21902
21903 * bs.el (bs-cycle-next): Complete last change.
21904
21905 2011-06-27 Drew Adams <drew.adams@oracle.com>
21906
21907 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21908
21909 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21910
21911 * net/network-stream.el (network-stream-open-starttls):
21912 Don't re-get capabilities unless we've reestablished connection.
21913 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21914
21915 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21916 to binary to possibly avoid line encoding issues on Windows (among
21917 other things).
21918
21919 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21920
21921 * net/network-stream.el (open-network-stream): Return an :error
21922 saying what the problem was, if possible.
21923
21924 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21925 server.
21926
21927 * net/network-stream.el (network-stream-open-starttls): If we
21928 wanted to use STARTTLS, and the server offered it, but we weren't
21929 able to because we had no STARTTLS support, then close the connection.
21930 (open-network-stream): Return an :error element, if present.
21931
21932 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21933
21934 * hl-line.el (hl-line-sticky-flag): Doc fix.
21935 (global-hl-line-sticky-flag): New option (Bug#8323).
21936 (global-hl-line-highlight): Obey it.
21937
21938 * vc/vc.el (vc-revert-show-diff): Default to t.
21939
21940 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21941
21942 * allout-widgets.el (allout-widgets-post-command-business):
21943 Stop decorating intermediate isearch matches. They're not being
21944 undecorated when an isearch is continued past, and isearch
21945 automatically collapses them. This leads to "widget leaks", where
21946 decorated items accumulate in collapsed areas. Lines with lots of
21947 hidden widgets can slow down cursor travel, substantially.
21948 Too much complicated machinery would be needed to ensure undecoration,
21949 so we're doing without this nicety.
21950
21951 (allout-widgets-tally-string): Don't try to do a hash-table-count
21952 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21953 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21954 *Messages* when allout-widgets-maintain-tally is t.
21955
21956 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21957
21958 * window.el (display-buffer-normalize-argument): Rename to
21959 display-buffer-normalize-arguments. Handle special meaning of
21960 LABEL argument. Respect special-display-function when popping up
21961 a new frame. Fix code searching for a window showing the buffer
21962 on another frame.
21963 (display-buffer-normalize-specifiers):
21964 Call display-buffer-normalize-arguments.
21965 (display-buffer-in-window): Don't undedicate the window if its
21966 buffer remains the same.
21967 Reported by Drew Adams <drew.adams@oracle.com>.
21968 (display-buffer-alist): Add choice for same-window macro
21969 specfier.
21970 (display-buffer): Mention special meaning of LABEL argument in
21971 doc-string. Fix quoting. Don't pop up a new frame even as
21972 fallback.
21973
21974 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21975
21976 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21977 avoid deleting the current window in some cases (bug#8911).
21978
21979 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21980
21981 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21982 (Bug#8934)
21983
21984 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21985
21986 * net/network-stream.el (network-stream-open-starttls):
21987 Use built-in TLS support if `gnutls-available-p' is true.
21988 (network-stream-open-tls): Ditto.
21989
21990 2011-06-26 Leo Liu <sdl.web@gmail.com>
21991
21992 * register.el (registerv): New struct.
21993 (registerv-make): New function.
21994 (jump-to-register, describe-register-1, insert-register):
21995 Support the jump-func, print-func and insert-func slot of a registerv
21996 struct. (Bug#8415)
21997
21998 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21999
22000 * vc/vc.el (vc-revert-show-diff): New defcustom.
22001 (vc-diff-internal): New arg specifying diff buffer.
22002 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22003 reuse an existing *vc-diff* buffer (Bug#8927).
22004
22005 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22006
22007 2011-06-26 Glenn Morris <rgm@gnu.org>
22008
22009 * progmodes/f90.el (f90-critical-indent): New option.
22010 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22011 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22012 (f90-mode): Doc fix.
22013 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22014 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22015 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22016 (f90-match-end): Handle block, critical.
22017
22018 2011-06-25 Glenn Morris <rgm@gnu.org>
22019
22020 * calendar/diary-lib.el (diary-included-files): Doc fix.
22021 (diary-include-files): New function, extracted from
22022 diary-include-other-diary-files and diary-mark-included-diary-files.
22023 (diary-include-other-diary-files, diary-mark-included-diary-files):
22024 Just call diary-include-files.
22025 (diary-mark-entries): Reset diary-included-files on first call.
22026
22027 * calendar/diary-lib.el (diary-mark-entries)
22028 (diary-mark-included-diary-files):
22029 Visit included diary-files in temp buffers.
22030
22031 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22032 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22033 (f90-start-block-re, f90-imenu-generic-expression)
22034 (f90-looking-at-program-block-start, f90-no-block-limit):
22035 Add support for submodules.
22036
22037 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22038 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22039
22040 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22041
22042 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22043 buffer-file-type before setting its value, to avoid disastrous
22044 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22045
22046 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22047
22048 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22049
22050 * ses.el (ses-unload-function):
22051 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22052
22053 * proced.el (proced-unload-function):
22054 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22055
22056 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22057
22058 * server.el (server-create-window-system-frame): Add parameters arg.
22059 (server-process-filter): Doc fix. Handle frame-parameters.
22060
22061 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22062
22063 Fix bug#8730, bug#8781.
22064
22065 * loadhist.el (unload--set-major-mode): New function.
22066 (unload-feature): Use it.
22067
22068 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22069 (python-unload-function): New function.
22070
22071 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22072
22073 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22074
22075 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22076
22077 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22078 the candidates list.
22079
22080 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22081
22082 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22083
22084 2011-06-23 Richard Stallman <rms@gnu.org>
22085
22086 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22087 (rmail-variables): Set next-error-move-function.
22088 (rmail-what-message): Take argument POS.
22089 (rmail-next-error-move): New function.
22090
22091 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22092
22093 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22094 messages for adjacent non-terminals.
22095
22096 2011-06-23 Richard Stallman <rms@gnu.org>
22097
22098 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22099 (rmail-show-message-1): Preserve buffer modified flag.
22100 (rmail-start-mail): Don't specify use of rmail-mail-return;
22101 that's done by mail-bury now.
22102 (rmail-mail-return): Handle arg NEWBUF.
22103
22104 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22105
22106 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22107 SIZE is a number.
22108
22109 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22110
22111 * window.el (get-lru-window, get-mru-window)
22112 (get-largest-window): Never return a minibuffer window.
22113 (display-buffer-pop-up-window): Fix a bug that could lead to
22114 reusing the minibuffer window.
22115 (display-buffer): Pass original specifier argument to
22116 display-buffer-function instead of the normalized one.
22117 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22118
22119 2011-06-22 Leo Liu <sdl.web@gmail.com>
22120
22121 * minibuffer.el (completing-read-function)
22122 (completing-read-default): Move from minibuf.c.
22123
22124 2011-06-22 Richard Stallman <rms@gnu.org>
22125
22126 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22127 to Rmail even if not started by a special Rmail command.
22128
22129 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22130 Copy the buffer currently showing just one message.
22131
22132 2011-06-22 Roland Winkler <winkler@gnu.org>
22133
22134 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22135 (bibtex-clean-entry): First delete the old key so that a
22136 customized algorithm for generating the new key does not get
22137 confused by the old key.
22138 (bibtex-url): Obey regexp of first step.
22139 (bibtex-search-entries): Do not use add-to-list with local
22140 list-var.
22141
22142 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22143
22144 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22145 stored a user name, then query for the password first, instead of
22146 waiting for SMTP to give an error message and the trying again.
22147
22148 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22149
22150 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22151 BUFFER in call-process.
22152
22153 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22154
22155 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22156 QUIT twice.
22157 (smtpmail-try-auth-methods): Require user name and password from
22158 auth-source.
22159
22160 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22161
22162 * window.el (display-buffer-default-specifiers)
22163 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22164 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22165 (split-window): Normalize SIDE argument (Bug#8916).
22166
22167 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22168 (special-display-frame-alist, special-display-popup-frame):
22169 Remove duplicate declarations. These are now in window.el.
22170
22171 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22172
22173 * mail/smtpmail.el (smtpmail-via-smtp):
22174 Set :use-starttls-if-possible so that we always use STARTTLS if the
22175 server supports it. SMTP servers that support STARTTLS commonly
22176 require it.
22177
22178 * net/network-stream.el (network-stream-open-starttls): Support
22179 upgrading to STARTTLS always, even if we don't have built-in support.
22180 (open-network-stream): Add the :always-query-capabilities keyword.
22181
22182 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22183 upgrades with `open-network-stream', and rely solely on
22184 auth-source for all credentials. Big changes throughout the file,
22185 but in particular:
22186 (smtpmail-auth-credentials): Remove.
22187 (smtpmail-starttls-credentials): Remove.
22188 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22189 MAIL FROM, too.
22190
22191 * net/network-stream.el (network-stream-open-starttls):
22192 Provide support for client certificates both for external and built-in
22193 STARTTLS.
22194 (auth-source): Require.
22195 (open-network-stream): Document the :client-certificate keyword.
22196 (network-stream-certificate): Change cert-cert to cert and
22197 cert-key to key.
22198
22199 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22200
22201 * net/tramp-cache.el (top): Don't load the persistency file when
22202 "emacs -Q" has been called.
22203
22204 2011-06-21 Tim Harper <timcharper@gmail.com>
22205
22206 * term/ns-win.el (ns-initialize-window-system):
22207 Set application-specific `ApplePressAndHoldEnabled' system
22208 resource to NO as it is not yet supported by the NS port.
22209
22210 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22211
22212 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22213 (list-dynamic-libraries): ...not here.
22214
22215 2011-06-21 Leo Liu <sdl.web@gmail.com>
22216
22217 * subr.el (sha1): Implement sha1 using secure-hash.
22218
22219 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22220
22221 * window.el (display-buffer-alist): In default value do not
22222 enforce searching a window on any but the selected frame.
22223 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22224 (display-buffer-select-window): Remove function.
22225 (display-buffer-in-window): When a window on another frame gets
22226 reused, do not select it any more but just raise its frame if
22227 necessary (Bug#8851) and (Bug#8856).
22228 (display-buffer-normalize-options): Handle pop-up-frames related
22229 options more faithfully.
22230 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22231 window if it is on another frame.
22232 (display-buffer-alist, display-buffer-default-specifiers):
22233 Don't make new frame unsplittable by default.
22234 (display-buffer-normalize-argument): Fix doc-string typo and use
22235 'same-frame-other-window instead of 'other-window when associating
22236 with display-buffer-macro-specifiers.
22237
22238 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
22239
22240 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22241 New functions.
22242 (5x5-mode-map, 5x5-mode-menu): Bind them.
22243 (5x5-draw-grid): Tweak the solver's rendering.
22244
22245 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22246
22247 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22248 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22249
22250 2011-06-21 Drew Adams <drew.adams@oracle.com>
22251
22252 * menu-bar.el: Use function variable instead of switch-to-buffer.
22253 (menu-bar-select-buffer-function): New variable.
22254 (menu-bar-update-buffers): Use it (bug#8876).
22255
22256 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22257
22258 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22259 variable's status.
22260
22261 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22262
22263 * x-dnd.el (x-dnd-version-from-flags)
22264 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22265 and long as number (Bug#8899).
22266 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22267
22268 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22269
22270 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22271 (completion-try-completion, completion-all-completions): Compute the
22272 metadata argument if it's missing; make it optional (bug#8795).
22273
22274 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22275 (widget-complete): Use new :completion-function property.
22276 (widget-completions-at-point): New function.
22277 (default): Use :completion-function instead of :complete.
22278 (widget-default-completions): Rename from widget-default-complete;
22279 Rewrite.
22280 (widget-string-complete, widget-file-complete, widget-color-complete):
22281 Remove functions.
22282 (file, symbol, function, variable, coding-system, color):
22283 * international/mule-cmds.el (default-input-method, charset)
22284 (language-info-custom-alist):
22285 * cus-edit.el (face): Use new property :completions.
22286
22287 * progmodes/pascal.el (pascal-completions-at-point): New function.
22288 (pascal-mode): Use it.
22289 (pascal-mode-map): Use completion-at-point.
22290 (pascal-toggle-completions): Make obsolete.
22291 (pascal-complete-word, pascal-show-completions):
22292 * progmodes/octave-mod.el (octave-complete-symbol):
22293 Redefine as obsolete alias.
22294 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22295 Signal absence of completion info for old Octave,
22296 (inferior-octave-complete): Redefine as obsolete alias.
22297 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22298 (meta-completions-at-point): Rename from meta-complete-symbol and
22299 adapt it for use on completion-at-point-functions.
22300 (meta-common-mode): Use it.
22301 (meta-looking-at-backward, meta-match-buffer): Remove.
22302 (meta-complete-symbol): Redefine as obsolete alias.
22303 (meta-common-mode-map): Use completion-at-point.
22304 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22305 (makefile-mode-map): Use completion-at-point.
22306 (makefile-completions-at-point): Rename from makefile-complete and
22307 adapt it for use on completion-at-point-functions.
22308 (makefile-mode): Use it.
22309 (makefile-complete): Redefine as obsolete alias.
22310
22311 2011-06-20 Deniz Dogan <deniz@dogan.se>
22312
22313 * net/rcirc.el: Delete trailing whitespaces once and for all.
22314
22315 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22316
22317 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22318
22319 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22320
22321 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22322
22323 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22324
22325 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22326
22327 * window.el (display-buffer-other-window-means-other-frame):
22328 Call display-buffer-normalize-alist.
22329 (display-buffer-normalize-specifiers-1): Rename to
22330 display-buffer-normalize-argument. New argument other-frame.
22331 Rewrite.
22332 (display-buffer-normalize-specifiers-2): Rename to
22333 display-buffer-normalize-options.
22334 (display-buffer-normalize-alist-1): New function.
22335 (display-buffer-normalize-specifiers-3): Rename to
22336 display-buffer-normalize-alist.
22337 Call display-buffer-normalize-alist-1.
22338 (display-buffer-normalize-options-inhibit): New variable.
22339 (display-buffer-normalize-specifiers): Rewrite calling
22340 display-buffer-normalize-alist,
22341 display-buffer-normalize-argument, and
22342 display-buffer-normalize-options. Don't call the latter if
22343 display-buffer-normalize-options-inhibit is non-nil.
22344 (frame-auto-delete): New option.
22345 (window-deletable-p): Use frame-auto-delete.
22346 (window-list-no-nils, window-state-ignored-parameters)
22347 (window-state-get-1, window-state-get, window-state-put-list)
22348 (window-state-put-1, window-state-put-2, window-state-put):
22349 New functions.
22350 (display-buffer-normalize-options): Move special-display-p group
22351 after pop-up-frame group (Bug#8851) and (Bug#8856).
22352
22353 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22354
22355 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22356 groups (Bug#8776).
22357 (rx-submatch-n): New function.
22358 (rx): Document it.
22359
22360 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22361 (Bug#8768).
22362
22363 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22364
22365 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22366
22367 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22368 anytime existing face settings are present (Bug#8889).
22369
22370 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22371 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22372 Remove unused argument.
22373
22374 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22375
22376 * window.el (display-buffer-default-specifiers):
22377 Remove pop-up-frame. Add pop-up-window-min-height,
22378 pop-up-window-min-width, and another reuse-window specifier
22379 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22380 (display-buffer-normalize-specifiers-2):
22381 Handle split-height-threshold and split-width-threshold also when
22382 pop-up-windows is unset. Add a reuse-window specifier for the
22383 case popping up a new window fails.
22384 (special-display-popup-frame): Remove double quoting.
22385 (display-buffer-normalize-specifiers-1): Fix thinko.
22386
22387 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22388
22389 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22390 according to comint-completion-addsuffix.
22391
22392 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22393 (pcomplete-suffix-list): Mark as obsolete.
22394 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22395 pcomplete-seen in the closure.
22396 (pcomplete-comint-setup): Setup completion-at-point as well.
22397 (pcomplete--entries): New function.
22398 (pcomplete--env-regexp): New var.
22399 (pcomplete-entries): Rewrite to work with partial-completion and
22400 without relying on pcomplete-suffix-list.
22401 (pcomplete-pare-list): Remove, unused.
22402
22403 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22404
22405 * window.el (display-buffer-alist): Set pop-up-window-min-height
22406 and pop-up-window-min-width in default value. Reported by
22407 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22408 other-window-means-other-frame.
22409 (display-buffer-macro-specifiers): Comment out entry for
22410 other-window specifier.
22411 (display-buffer-other-window-means-other-frame): New function.
22412 (display-buffer-normalize-specifiers-1): New arguments
22413 buffer-name and label. Treat other-window case specially.
22414 (display-buffer-normalize-specifiers-2): Treat other-window case
22415 specially.
22416 (display-buffer-normalize-specifiers-3): New function.
22417 (display-buffer-normalize-specifiers):
22418 Call display-buffer-normalize-specifiers-3.
22419
22420 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22421
22422 * window.el (same-window-p): Fix two typos introduced when
22423 adding with-no-warnings.
22424 (display-buffer-normalize-specifiers-1): Don't check
22425 pop-up-frames for 'unset initialization.
22426 (display-buffer-normalize-specifiers-2): Major rewrite using
22427 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22428 (pop-up-frames, display-buffer-reuse-frames)
22429 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22430 Suggested by David Engster <deng@randomsample.de>.
22431 (even-window-heights): Initialize to 'unset.
22432 (display-buffer-alist-set): Handle new 'unset initializations.
22433 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22434 other window case.
22435
22436 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22437
22438 * window.el (display-buffer-normalize-specifiers-1):
22439 Respect current value of pop-up-frames for most reasonable values of
22440 second argument of display-buffer (Bug#8865).
22441 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22442 (switch-to-buffer-other-window-same-frame)
22443 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22444 Adams (Bug#8875).
22445 (display-buffer): Don't check noninteractive when calling
22446 display-buffer-pop-up-frame.
22447 (display-buffer-pop-up-frame): Never pop up a frame in
22448 noninteractive mode (Bug#8857).
22449 (enlarge-window, shrink-window): Don't report an error when the
22450 window can't be resized as requested (Bug#8862).
22451
22452 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22453
22454 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22455
22456 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22457
22458 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22459
22460 2011-06-15 Alan Mackenzie <acm@muc.de>
22461
22462 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22463 for declarators, disable knr checking to speed up for normal files.
22464 2: Refactor, replacing a sequence of nested if forms by a cond form.
22465
22466 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22467
22468 * net/network-stream.el (open-network-stream): Add the keyword
22469 :always-query-capabilities for the case where you want to force a
22470 `plain' network connection, but the protocol still requires the
22471 capabilitiy command (i.e., SMTP and EHLO).
22472
22473 * subr.el (process-live-p): Rename from `process-alive-p' for
22474 consistency with other `-live-p' functions.
22475
22476 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22477
22478 * window.el (same-window-buffer-names, same-window-regexps)
22479 (special-display-frame-alist, special-display-popup-frame)
22480 (special-display-function, special-display-buffer-names)
22481 (special-display-regexps, pop-up-frame-alist)
22482 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22483 (pop-up-windows, split-window-preferred-function)
22484 (split-height-threshold, split-width-threshold, even-window-heights)
22485 (display-buffer-mark-dedicated): Don't encourage the use of
22486 display-buffer-alist from Elisp code.
22487
22488 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22489
22490 * progmodes/python.el (python-mode): Derive from prog-mode.
22491 * progmodes/ps-mode.el (ps-mode):
22492 * progmodes/mixal-mode.el (mixal-mode):
22493 * progmodes/cfengine.el (cfengine-mode):
22494 * progmodes/ld-script.el (ld-script-mode): Likewise.
22495
22496 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22497
22498 * window.el (display-buffer-alist): Trim default value to avoid
22499 popping up a new frame (Bug#8857) or reusing an arbitrary window
22500 on another frame.
22501 (display-buffer): Do not fall back on popping up a new frame in
22502 batch mode (Bug#8857).
22503
22504 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22505
22506 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22507 (custom-theme-summary): New function.
22508 (customize-themes): Use it.
22509
22510 2011-06-13 Glenn Morris <rgm@gnu.org>
22511
22512 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22513
22514 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22515
22516 * help.el (help-window): Remove variable.
22517 (help-window-point-marker, temp-buffer-max-height)
22518 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22519 (help-print-return-message): Don't set help-window.
22520 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22521 (help-window-setup-finish): Remove.
22522 (help-window-display-message, help-window-setup)
22523 (with-help-window): Major rewrite based on new
22524 display-buffer-window variable.
22525
22526 * help-mode.el (help-mode-finish): Remove help-window related
22527 code.
22528
22529 * view.el (view-exits-all-viewing-windows): Remove reference to
22530 view-return-to-alist in doc-string.
22531 (view-return-to-alist): Make obsolete.
22532 (view-buffer): Call pop-to-buffer-same-window and remove
22533 undo-window code.
22534 (view-buffer-other-window): Call pop-to-buffer-other-window and
22535 simplify code. Ignore second argument.
22536 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22537 simplify code. Ignore second argument.
22538 (view-return-to-alist-update): Make obsolete.
22539 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22540 Rewrite using quit-restore window parameters.
22541 (view-mode-exit): Rename second argument to EXIT-ONLY.
22542 Rewrite using quit-restore-window.
22543 (View-exit, View-exit-and-edit, View-leave, View-quit)
22544 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22545 appropriate arguments.
22546 (view-end-message): Use quit-restore window parameter.
22547
22548 * window.el (display-buffer-function): Rewrite doc-string.
22549 (display-buffer-window, display-buffer-alist): New variables.
22550 (display-buffer-split-specifiers)
22551 (display-buffer-side-specifiers)
22552 (display-buffer-macro-specifiers): New constants.
22553 (display-buffer-even-window-sizes, display-buffer-set-height)
22554 (display-buffer-set-width, display-buffer-select-window)
22555 (display-buffer-in-window, display-buffer-reuse-window)
22556 (display-buffer-split-window-1, display-buffer-split-window)
22557 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22558 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22559 (display-buffer-in-side-window, normalize-buffer-to-display)
22560 (display-buffer-normalize-specifiers-1)
22561 (display-buffer-normalize-specifiers-2)
22562 (display-buffer-normalize-specifiers, display-buffer-frame):
22563 New functions.
22564 (display-buffer): Major rewrite.
22565 (display-buffer-other-window, display-buffer-other-frame)
22566 (pop-to-buffer, switch-to-buffer-other-window)
22567 (switch-to-buffer-other-frame): Rewrite.
22568 (display-buffer-same-window, display-buffer-same-frame)
22569 (display-buffer-same-frame-other-window)
22570 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22571 (pop-to-buffer-other-window)
22572 (pop-to-buffer-same-frame-other-window)
22573 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22574 (switch-to-buffer-other-window-same-frame): New functions.
22575 (same-window-p, special-display-p): Rewrite disabling warnings.
22576 Make obsolete.
22577 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22578 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22579 Make obsolete
22580 (same-window-buffer-names, same-window-regexps)
22581 (special-display-frame-alist, special-display-popup-frame)
22582 (special-display-function, special-display-buffer-names)
22583 (special-display-regexps, pop-up-frame-alist)
22584 (pop-up-frame-function, split-window-preferred-function)
22585 (split-height-threshold, split-width-threshold)
22586 (even-window-heights): Make obsolete.
22587
22588 2011-06-12 Glenn Morris <rgm@gnu.org>
22589
22590 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22591 Misc simplifications.
22592
22593 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22594
22595 * window.el (window-safely-shrinkable-p): Restore function which
22596 was inadvertently removed in change from 2011-06-11. Declare as
22597 obsolete.
22598
22599 * calendar/calendar.el (calendar-generate-window):
22600 Use window-iso-combined-p instead of combination of one-window-p and
22601 window-safely-shrinkable-p.
22602
22603 2011-06-12 Glenn Morris <rgm@gnu.org>
22604
22605 * progmodes/fortran.el (fortran-mode-syntax-table):
22606 * progmodes/f90.el (f90-mode-syntax-table):
22607 Set % to punctuation. (Bug#8820)
22608 (f90-find-tag-default): Remove, no longer needed.
22609
22610 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22611
22612 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22613
22614 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22615
22616 * image.el (image-animated-p): Return animation delay in seconds.
22617 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22618 (image-animate-timeout): Remove DELAY argument. Don't assume
22619 every subimage has the same delay; get it from image-animated-p.
22620 (image-animate): Caller changed.
22621
22622 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22623
22624 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22625 to ignored backtrace functions.
22626
22627 2011-06-11 Glenn Morris <rgm@gnu.org>
22628
22629 * calendar/appt.el (appt-disp-window-function): Doc fix.
22630 (appt-check): Handle overlapping appointments. (Bug#8337)
22631
22632 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22633
22634 * window.el (window-tree-1, window-tree): New functions, moving
22635 the latter to window.el.
22636 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22637 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22638 (bw-refresh-edges): Remove.
22639 (balance-windows-1, balance-windows-2): New functions.
22640 (balance-windows): Rewrite in terms of window tree functions,
22641 balance-windows-1 and balance-windows-2.
22642 (bw-adjust-window): Remove.
22643 (balance-windows-area-adjust): New function with functionality of
22644 bw-adjust-window but using resize-window.
22645 (set-window-text-height): Rewrite doc-string.
22646 Use normalize-live-window and resize-window.
22647 (enlarge-window-horizontally, shrink-window-horizontally):
22648 Rename argument to DELTA.
22649 (window-buffer-height): New function.
22650 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22651 Rewrite using new window resize routines.
22652 (kill-buffer-and-window, mouse-autoselect-window-select):
22653 Use ignore-errors instead of condition-case.
22654 (quit-window): Call delete-frame instead of delete-windows-on
22655 for the only buffer on frame.
22656
22657 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22658
22659 * loadup.el (top-level): Load window before files for the sake
22660 of replace-buffer-in-windows.
22661
22662 * files.el (read-buffer-to-switch)
22663 (switch-to-buffer-other-window)
22664 (switch-to-buffer-other-frame, display-buffer-other-frame):
22665 Move to window.el.
22666
22667 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22668 (previous-buffer): Move to window.el.
22669
22670 * bindings.el (unbury-buffer): Move to window.el.
22671
22672 * window.el (delete-other-windows-vertically): Move after
22673 definition of delete-other-windows.
22674 (other-window, delete-windows-on, replace-buffer-in-windows):
22675 Move here from window.c.
22676 (record-window-buffer, unrecord-window-buffer)
22677 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22678 (switch-to-next-buffer): New functions.
22679 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22680 from simple.el. Call switch-to-next-buffer.
22681 (previous-buffer): Move here from simple.el.
22682 Call switch-to-prev-buffer.
22683 (bury-buffer): Move here from buffer.c. Switch to previous
22684 buffer when window cannot be deleted.
22685 (unbury-buffer): Move here from bindings.el.
22686 (ctl-x-map): Move binding for other-window from window.c to
22687 here.
22688 (read-buffer-to-switch, switch-to-buffer-other-window)
22689 (switch-to-buffer-other-frame): Move here from files.el.
22690 (normalize-buffer-to-switch-to): New functions.
22691 (switch-to-buffer): Move here from buffer.c.
22692 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22693
22694 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22695
22696 * window.el (window-min-height, window-min-width): Move here
22697 from window.c. Add defcustoms and rewrite doc-strings.
22698 (resize-mini-window, resize-window): New functions.
22699 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22700 Move here from window.c.
22701 (maximize-window, minimize-window): New functions.
22702 (delete-window, delete-other-windows, split-window): Move here
22703 from window.c.
22704 (window-split-min-size): New function.
22705 (split-window-keep-point): Mention split-window-above-each-other
22706 instead of split-window-vertically.
22707 (split-window-above-each-other, split-window-vertically):
22708 Rename split-window-vertically to split-window-above-each-other
22709 and provide defalias for old definition.
22710 (split-window-side-by-side, split-window-horizontally):
22711 Rename split-window-horizontally to split-window-side-by-side
22712 and provide defalias for the old definition.
22713 (ctl-x-map): Move bindings for delete-window,
22714 delete-other-windows and enlarge-window here from window.c.
22715 Replace bindings for split-window-vertically and
22716 split-window-horizontally by bindings for
22717 split-window-above-each-other and split-window-side-by-side.
22718
22719 * cus-start.el (all): Remove entries for window-min-height and
22720 window-min-width. Add entries for window-splits and
22721 window-nest.
22722
22723 2011-06-09 Glenn Morris <rgm@gnu.org>
22724
22725 * calendar/appt.el (appt-mode-line): New function.
22726 (appt-check, appt-disp-window): Use it.
22727
22728 * files.el (hack-one-local-variable-eval-safep):
22729 Allow minor-modes with explicit +/-1 arguments.
22730
22731 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22732
22733 * term/xterm.el (xterm): Add defgroup.
22734 (xterm-extra-capabilities): Add defcustom to supply known xterm
22735 capabilities, skip querying them, or query them (default).
22736 (terminal-init-xterm): Use it.
22737 (terminal-init-xterm-modify-other-keys): New function to set up
22738 modifyOtherKeys support to simplify `terminal-init-xterm'.
22739
22740 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22741
22742 * window.el (resize-window-reset, resize-window-reset-1)
22743 (resize-subwindows-skip-p, resize-subwindows-normal)
22744 (resize-subwindows, resize-other-windows, resize-this-window)
22745 (resize-root-window, resize-root-window-vertically)
22746 (window-deletable-p, window-or-subwindow-p)
22747 (frame-root-window-p): New functions.
22748
22749 2011-06-09 Glenn Morris <rgm@gnu.org>
22750
22751 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22752 (ange-ftp-get-files): Use it.
22753
22754 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22755
22756 * mail/sendmail.el (mail-recover-1, mail-recover):
22757 * files.el (recover-file, recover-session):
22758 Handle dired-listing-switches not being just a single short option.
22759
22760 2011-06-09 Glenn Morris <rgm@gnu.org>
22761
22762 * calendar/appt.el (appt-display-message, appt-disp-window):
22763 Handle lists of appointments.
22764
22765 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22766
22767 * window.el (one-window-p): Move down in code.
22768 Rewrite doc-string.
22769 (window-current-scroll-bars): Rewrite doc-string.
22770 Normalize live window argument.
22771 (walk-windows, get-window-with-predicate, count-windows):
22772 Rewrite doc-string. Use window-list-1.
22773 (window-in-direction-2, window-in-direction, get-mru-window):
22774 New functions.
22775
22776 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22777
22778 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22779 Doc fix (Bug#8713).
22780
22781 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22782
22783 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22784
22785 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22786
22787 * loadhist.el (unload-feature-special-hooks):
22788 Add `comint-output-filter-functions'.
22789
22790 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22791
22792 * calendar/appt.el (appt-check): Move some initializations into the let.
22793
22794 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22795
22796 * window.el (window-height): Defalias to window-total-height.
22797 (window-width): Defalias to window-body-width.
22798
22799 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22800
22801 * image-mode.el (image-toggle-animation): New command.
22802 (image-mode-map): Bind it to RET.
22803 (image-mode): Update message.
22804 (image-toggle-display-image): Avoid a spurious cache flush.
22805 (image-transform-rotation): Doc fix.
22806 (image-transform-properties): Return quickly in the normal case.
22807 (image-animate-loop): Rename from image-animate-max-time.
22808
22809 * image.el (image-animate-max-time): Move to image-mode.el.
22810 (create-animated-image): Remove unnecessary function.
22811 (image-animate): Rename from image-animate-start. New arg.
22812 (image-animate-stop): Remove; just use image-animate-timer.
22813 (image-animate-timer): Use car-safe.
22814 (image-animate-timeout): Rename argument.
22815
22816 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22817
22818 * window.el (get-lru-window, get-largest-window): Move here from
22819 window.c. Rename first argument to ALL-FRAMES.
22820 Rephrase doc-strings.
22821 (get-buffer-window-list): Rewrite using window-list-1.
22822 Rephrase doc-string.
22823 (window-safe-min-height, window-safe-min-width): New constants.
22824 (window-size-ignore, window-min-size, window-min-size-1)
22825 (window-sizable, window-sizable-p, window-size-fixed-1)
22826 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22827 (window-max-delta-1, window-max-delta, window-resizable)
22828 (window-resizable-p, window-total-height, window-total-width)
22829 (window-body-width): New functions.
22830 (window-full-height-p, window-full-width-p): Rewrite using
22831 window-total-size.
22832 (window-body-height): Rewrite using window-body-size.
22833
22834 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22835
22836 * window.el (window-right, window-left, window-child)
22837 (window-child-count, window-last-child, window-any-p)
22838 (normalize-live-buffer, normalize-live-frame)
22839 (normalize-any-window, normalize-live-window)
22840 (window-iso-combination-p, window-iso-combined-p)
22841 (window-iso-combinations)
22842 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22843 (windows-with-parameter, window-with-parameter)
22844 (window-atom-root, make-window-atom, window-atom-check-1)
22845 (window-atom-check, window-side-check, window-check):
22846 New functions.
22847 (ignore-window-parameters, window-sides, window-sides-vertical)
22848 (window-sides-slots): New variables.
22849 (window-size-fixed): Move down in code. Minor doc-string fix.
22850
22851 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22852
22853 * comint.el (comint-dynamic-complete-as-filename)
22854 (comint-dynamic-complete-filename): Correctly call
22855 completion-in-region.
22856
22857 2011-06-05 Deniz Dogan <deniz@dogan.se>
22858
22859 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22860 in last change.
22861
22862 2011-06-05 Deniz Dogan <deniz@dogan.se>
22863
22864 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22865 (rcirc): Use it to prompt for encryption.
22866
22867 2011-06-05 Roland Winkler <winkler@gnu.org>
22868
22869 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22870 (bibtex-search-entries): New command bound to C-c C-a.
22871 (bibtex-display-entries): New function.
22872
22873 2011-06-05 Roland Winkler <winkler@gnu.org>
22874
22875 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22876 (bibtex-insert-kill): After yanking insert newline if necessary.
22877 (bibtex-initialize): Call bibtex-string-files-init only once.
22878 (bibtex-mode): Do not call easy-menu-add.
22879 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22880 (bibtex-yank): Set arg properly if nil.
22881
22882 2011-06-05 Roland Winkler <winkler@gnu.org>
22883
22884 * textmodes/bibtex.el (bibtex-search-entry-globally):
22885 New variable.
22886 (bibtex-search-entry): Use it.
22887
22888 2011-06-05 Roland Winkler <winkler@gnu.org>
22889
22890 * textmodes/bibtex.el (bibtex-entry-format): New option
22891 sort-fields.
22892 (bibtex-format-entry, bibtex-reformat): Honor this option.
22893 (bibtex-parse-entry): Return fields in proper order.
22894
22895 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22896
22897 * doc-view.el (doc-view-remove-if): Move computation of result out
22898 of `dolist' to silence misleading lexical-binding warning.
22899
22900 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22901
22902 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22903 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22904
22905 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22906
22907 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22908 "SunOS 5.10".
22909
22910 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22911
22912 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22913 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22914 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22915 (tramp-parse-putty):
22916 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22917 (tramp-completion-function-alist-ssh)
22918 (tramp-completion-function-alist-telnet)
22919 (tramp-completion-function-alist-su)
22920 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22921 cookie.
22922
22923 * net/tramp-ftp.el:
22924 * net/tramp-sh.el:
22925 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22926 load "tramp.el" `tramp-set-completion-function'.
22927
22928 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22929
22930 * shell.el: Require and use pcomplete.
22931 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22932 (shell-completion-vars): Set pcomplete-default-completion-function.
22933
22934 2011-06-04 Deniz Dogan <deniz@dogan.se>
22935
22936 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22937 `memq' (Bug#8799).
22938
22939 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22940
22941 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22942
22943 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22944
22945 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22946 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22947 * vc/log-view.el (log-view-beginning-of-defun):
22948 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22949 (smerge-refine-forward, smerge-refine-chopup-region):
22950 Silence warning for unused `dotimes' counter variables.
22951
22952 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22953
22954 * net/tramp.el (tramp-with-progress-reporter): Rename from
22955 with-progress-reporter. Use `declare'.
22956 * net/tramp-smb.el:
22957 * net/tramp-sh.el:
22958 * net/tramp-gvfs.el: Update all uses.
22959
22960 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22961
22962 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22963 buffer isn't killed before making it current.
22964
22965 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22966
22967 Silence various byte-compiler warnings.
22968 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22969 `access-type' and new obsolescence format.
22970 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22971 new format.
22972 (byte-compile-check-variable): New `access-type' argument.
22973 Only warn if the access-type is obsolete.
22974 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22975 (byte-compile-variable-set): Adjust callers.
22976 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22977 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22978 setting it as obsolete.
22979 * simple.el (minibuffer-completing-symbol):
22980 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22981 access as obsolete.
22982 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22983 obsolete yet.
22984 * international/quail.el (quail-mouse-choose-completion): Remove unused
22985 code referring to obsolete var.
22986 (quail-choose-completion-string): Remove.
22987 * server.el (server-clients-with, server-kill-buffer-query-function)
22988 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22989 * proced.el (proced-send-signal):
22990 * emacs-lisp/lisp.el (lisp-complete-symbol):
22991 Replace completion-annotate-function with completion-extra-properties.
22992
22993 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22994
22995 * simple.el (goto-line): Use read-number.
22996 (overriding-map-is-bound): Remove.
22997 (saved-overriding-map): Change default.
22998 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22999 Take the map as argument.
23000 (universal-argument, negative-argument, digit-argument): Use it.
23001 (restore-overriding-map): Adjust.
23002 (do-auto-fill): Use fill-forward-paragraph.
23003 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23004
23005 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23006 (minibuffer-inactive-mode): New major mode.
23007 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23008 the *Messages* buffer" hack.
23009 (mouse-popup-menubar): Don't burp if the event is a normal key.
23010
23011 Miscellaneous tweaks.
23012 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23013 lexical scoping as in subr.el's dolist and dotimes.
23014 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23015 Silence compiler warning.
23016 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23017 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23018 * international/ccl.el (ccl-compile): Trivial simplification.
23019 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23020 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23021 `printflag' argument.
23022 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23023 Purecopy the whole obsolescence data.
23024
23025 2011-06-01 Leo Liu <sdl.web@gmail.com>
23026
23027 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23028 improve doc-string as suggested by Marco Pessotto
23029 <melmothx@gmail.com>.
23030 (rcirc-print): Fix last change.
23031
23032 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23033
23034 * minibuffer.el (complete-with-action): Return nil for the metadata and
23035 boundaries of non-functional tables.
23036 (completion-table-dynamic): Return nil for the metadata.
23037 (completion-table-with-terminator): Add default case, using
23038 complete-with-action.
23039 (completion--metadata): New function.
23040 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23041 to try and avoid pathological performance problems.
23042 (completion--embedded-envvar-table): Return `category' metadata.
23043
23044 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23045
23046 * subr.el (process-alive-p): New tiny convenience function.
23047
23048 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23049
23050 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23051 content but also its previous major mode.
23052
23053 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23054
23055 * emacs-lisp/debug.el (debug): Restore the previous content of the
23056 *Backtrace* buffer when we exit with C-M-c.
23057
23058 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23059
23060 * minibuffer.el: Add metadata method to completion tables.
23061 (completion-category-overrides): New defcustom.
23062 (completion-metadata, completion--field-metadata)
23063 (completion-metadata-get, completion--styles)
23064 (completion--cycle-threshold): New functions.
23065 (completion-try-completion, completion-all-completions):
23066 Add `metadata' argument to choose completion-styles.
23067 (completion--do-completion): Use metadata to choose cycling.
23068 (completion-all-sorted-completions): Use metadata for sorting.
23069 Remove :completion-cycle-penalty which is not needed any more.
23070 (completion--try-word-completion): Add `metadata' argument.
23071 (minibuffer-completion-help): Check metadata for annotation function
23072 and sorting.
23073 (completion-file-name-table): Return `category' metadata.
23074 (minibuffer-completing-file-name): Make obsolete.
23075 * simple.el (minibuffer-completing-symbol): Make obsolete.
23076 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23077 completion-try-completion.
23078
23079 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23080
23081 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23082
23083 2011-05-30 Leo Liu <sdl.web@gmail.com>
23084
23085 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23086 (rcirc-print): Decode all incoming messages (bug#8744).
23087 (rcirc-decode-coding-system): Allow value nil for automatic coding
23088 system detection.
23089
23090 2011-06-01 Glenn Morris <rgm@gnu.org>
23091
23092 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23093
23094 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23095
23096 * image.el (image-animate-max-time): Allow nil and t values.
23097 Default to nil.
23098 (create-animated-image): Doc fix.
23099 (image-animate-start): Remove second arg; just use
23100 image-animate-max-time.
23101 (image-animate-timeout): Doc fix. Args changed.
23102
23103 * image-mode.el (image-toggle-display-image): Ensure that the
23104 image spec passed to the animate timer is the same object as in
23105 the buffer's display property (Bug#6981).
23106 (image-transform-properties): Doc fix.
23107
23108 * image.el (image-animate-max-time): Default to nil.
23109
23110 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23111
23112 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23113 entire buffer list (Bug#8184).
23114
23115 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23116
23117 * image.el (imagemagick-types-inhibit)
23118 (imagemagick-register-types): Doc fix.
23119
23120 2011-05-29 Deniz Dogan <deniz@dogan.se>
23121
23122 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23123 default.
23124
23125 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23126
23127 * select.el: Don't perform clipboard-manager saving in hooks;
23128 leave the hooks empty.
23129
23130 2011-05-28 Leo Liu <sdl.web@gmail.com>
23131
23132 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23133 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23134 (occur-edit-mode): New major mode (Bug#8463).
23135 (occur-after-change-function): New function.
23136 (occur-engine): Give Occur tags a read-only property.
23137
23138 2011-05-28 Kevin Ryde <user42@zip.com.au>
23139
23140 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23141
23142 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23143
23144 * bindings.el (help-echo): Make the initial non-indicator dash
23145 empty on graphical terminals (Bug#7295).
23146
23147 * files.el (auto-mode-alist): Move config rule after the
23148 in-stripping one (Bug#8547).
23149
23150 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23151
23152 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23153 setting (Bug#8740).
23154
23155 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23156
23157 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23158 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23159 (Bug#8539).
23160
23161 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23162
23163 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23164
23165 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23166
23167 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23168 (hs-hide-block-at-point, hs-find-block-beginning)
23169 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23170 (Bug#8279).
23171
23172 2011-05-28 Glenn Morris <rgm@gnu.org>
23173
23174 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23175
23176 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23177
23178 * help-fns.el (describe-function-1): If the function is a derived
23179 major mode, print the parent mode.
23180
23181 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23182 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23183
23184 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23185
23186 * minibuffer.el (completion--capf-wrapper): Check applicability before
23187 returning non-nil for non-exclusive completion data.
23188 * progmodes/etags.el (tags-completion-at-point-function):
23189 * info-look.el (info-lookup-completions-at-point): Mark as
23190 non-exclusive.
23191 (info-complete): Adjust accordingly.
23192
23193 * info-look.el: Convert to lexical-binding and completion-at-point.
23194 (info-lookup-completions-at-point): New function.
23195 (info-complete): Use it and completion-in-region.
23196
23197 2011-05-28 Drew Adams <drew.adams@oracle.com>
23198
23199 * isearch.el: Let M-e start with point at the first mismatched char.
23200 (isearch-fail-pos): New function.
23201 (isearch-edit-string): Use it.
23202
23203 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23204
23205 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23206
23207 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23208
23209 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23210 traversal functions for avl-trees.
23211 (avl-tree--stack): New struct.
23212 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23213 (avl-tree-enter): Add optional `updatefun' arg.
23214 (avl-tree--do-enter): Add optional `updatefun' arg.
23215 Change return value.
23216 (avl-tree-delete): Add optional `test' and `nilflag' args.
23217 (avl-tree--do-delete): Add `test' and `nilflag' args.
23218 Change return value.
23219 (avl-tree-member): Add optional `nilflag'
23220 (avl-tree-member-p): New function.
23221 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23222 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23223 (avl-tree-stack-empty-p): New functions.
23224
23225 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23226 avl-tree--del-balance1 and make it work both ways.
23227 (avl-tree--del-balance2): Remove.
23228 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23229 make it work both ways.
23230 (avl-tree--enter-balance2): Remove.
23231 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23232 New macros.
23233 (avl-tree--mapc, avl-tree-map): Add direction argument.
23234
23235 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23236
23237 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23238
23239 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23240
23241 * select.el: Support clipboard managers with built-in function
23242 x-clipboard-manager-save, via delete-frame-functions and
23243 kill-emacs-hook.
23244 (xselect-convert-to-targets): Add MULTIPLE target to list.
23245 (xselect-convert-to-save-targets): New function.
23246
23247 2011-05-27 Kenichi Handa <handa@m17n.org>
23248
23249 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23250 let-binding rfc2047-encode-encoded-words to nil.
23251
23252 2011-05-27 Glenn Morris <rgm@gnu.org>
23253
23254 * mail/emacsbug.el: Don't require url-util.
23255
23256 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23257
23258 * files.el (set-auto-mode):
23259 Also respect mode: entries at the end of the file. (Bug#8586)
23260
23261 2011-05-26 Glenn Morris <rgm@gnu.org>
23262
23263 * files.el (hack-local-variables-prop-line, hack-local-variables):
23264 Downcase mode names, as seems to be traditional.
23265 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23266
23267 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23268 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23269
23270 2011-05-25 Julien Danjou <julien@danjou.info>
23271
23272 * textmodes/rst.el (rst-define-level-faces): Do not define face
23273 symbol if it is already defined.
23274
23275 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
23276
23277 * play/5x5.el (5x5-new-game, 5x5-randomize):
23278 Reset 5x5-solver-output to nil when a new grid is cast.
23279 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23280 these debugging traces, as defmacro breaks the compiled code.
23281
23282 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23283
23284 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23285
23286 2011-05-24 Leo Liu <sdl.web@gmail.com>
23287
23288 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23289 (vc-bzr-sha1): Adapt.
23290
23291 * sha1.el: Remove. Function `sha1' is now builtin.
23292
23293 * bindings.el: Provide sha1 feature.
23294
23295 2011-05-24 Kenichi Handa <handa@m17n.org>
23296
23297 * mail/sendmail.el: Require `rfc2047'.
23298 (mail-insert-from-field): Do not perform RFC2047 encoding.
23299 (mail-encode-header): New function.
23300 (sendmail-send-it): Set buffer-file-coding-system of the work
23301 buffer to the return value of select-message-coding-system.
23302 Call mail-encode-header.
23303
23304 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23305
23306 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23307
23308 * mail/supercite.el (sc-default-cite-frame):
23309 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23310
23311 2011-05-24 Glenn Morris <rgm@gnu.org>
23312
23313 * progmodes/python.el (brm-menu): Declare.
23314
23315 * emulation/viper.el (viper-set-hooks): Declare.
23316
23317 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23318 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23319 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23320 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23321 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23322 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23323
23324 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23325
23326 Add an :exit-function for completion-at-point.
23327
23328 * minibuffer.el (completion--done): New fun.
23329 (completion--do-completion): Use it. New arg `expect-exact'.
23330 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23331 since completion--do-completion does it for us now.
23332 (minibuffer-force-complete): Use completion--done and
23333 completion--replace. Handle sole-completion case with more care.
23334 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23335 (completion-extra-properties): New var.
23336 (completion-annotate-function): Make obsolete.
23337 (minibuffer-completion-help): Adjust accordingly.
23338 Use completion-list-insert-choice-function.
23339 (completion-at-point, completion-help-at-point):
23340 Bind completion-extra-properties.
23341 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23342 * simple.el (completion-list-insert-choice-function): New var.
23343 (completion-setup-function): Preserve it.
23344 (choose-completion): Pay attention to it, shuffle the code a bit.
23345 (choose-completion-string): New arg `insert-function'.
23346
23347 * textmodes/bibtex.el: Convert to lexical binding.
23348 (bibtex-mode-map): Use completion-at-point.
23349 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23350 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23351 (bibtex-complete): Define as obsolete alias.
23352 (bibtex-complete-internal): Remove.
23353 (bibtex-format-entry): Remove unused sub-group in regexp.
23354 * shell.el (shell--command-completion-data)
23355 (shell-environment-variable-completion):
23356 * pcomplete.el (pcomplete-completions-at-point):
23357 * comint.el (comint--complete-file-name-data): Use :exit-function
23358 instead of completion-table-with-terminator so it also works for
23359 choose-completion.
23360
23361 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23362
23363 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23364
23365 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23366 (bug#8710).
23367
23368 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23369
23370 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23371
23372 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23373 customization variable and implement: If non-nil, auto-fill will
23374 be inhibited while on topic's header line.
23375
23376 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23377
23378 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23379 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23380 always have a solution in grid size = 5 cases.
23381 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23382 (5x5-solver-output, 5x5-log-buffer): New vars.
23383 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23384 Make these variables buffer local to achieve 5x5 multi-session-ness.
23385 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23386 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23387 (5x5-solve-suggest): New funs.
23388 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23389 randomize a grid so that we ensure that there is always a solution.
23390 (5x5-make-random-grid): Allow other movement than flipping.
23391
23392 2011-05-23 Kevin Ryde <user42@zip.com.au>
23393
23394 * emacs-lisp/advice.el (ad-read-advised-function):
23395 Use `function-called-at-point' as the default, if it has
23396 advice and passes PREDICATE.
23397
23398 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23399
23400 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23401 byte-compile-lambda if it's actually a lambda.
23402
23403 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23404 Fix function quoting. Use backquote better.
23405
23406 2011-05-22 Yuanle Song <sylecn@gmail.com>
23407
23408 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23409 matching (Bug#8516).
23410
23411 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23412
23413 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23414 different face (Bug#8178).
23415
23416 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23417
23418 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23419 defface (Bug#8144).
23420
23421 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23422
23423 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23424 funcall as well (bug#8712). Warn when performing those conversions.
23425 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23426
23427 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23428
23429 2011-05-22 Glenn Morris <rgm@gnu.org>
23430
23431 * files.el (hack-local-variables-prop-line): Small simplifications.
23432 (hack-local-variables, hack-local-variables-prop-line):
23433 If MODE-ONLY, return the mode, rather than just `t'.
23434
23435 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23436
23437 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23438
23439 2011-05-21 Glenn Morris <rgm@gnu.org>
23440
23441 * files.el (hack-local-variables-prop-line, hack-local-variables):
23442 If only interested in the mode, don't bother doing the other stuff.
23443
23444 * image-mode.el (image-after-revert-hook):
23445 Redraw all frames on which the image is visible. (Bug#8567)
23446
23447 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23448
23449 * wid-edit.el (widget-checklist-match-inline):
23450 Fix 2011-04-19 change. (Bug#8649)
23451
23452 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23453
23454 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23455 Also allow singlespace after single-letter capitals followed by a dot.
23456
23457 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23458 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23459
23460 2011-05-20 Nix <nix@esperi.org.uk>
23461
23462 * files.el (basic-save-buffer-2):
23463 Fix handling of break-hardlink-on-save with non-existent files.
23464
23465 2011-05-19 Deniz Dogan <deniz@dogan.se>
23466
23467 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23468 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23469
23470 2011-05-19 Glenn Morris <rgm@gnu.org>
23471
23472 * progmodes/f90.el (f90-type-def-re):
23473 Handle "type, bind(c)". (Bug#8691)
23474
23475 * emacs-lisp/autoload.el (batch-update-autoloads):
23476 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23477
23478 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23479
23480 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23481 property for the correct connection in case of multihops.
23482
23483 2011-05-18 Glenn Morris <rgm@gnu.org>
23484
23485 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23486 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23487
23488 Rationalize calendar handling of day and month abbrev-arrays.
23489 * calendar/calendar.el (calendar-customized-p): New function.
23490 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23491 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23492 Add :set function.
23493 (calendar-abbrev-length, calendar-day-abbrev-array)
23494 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23495 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23496 Elements may no longer be nil.
23497 (calendar-day-name, calendar-month-name):
23498 Update for changed nature of abbrev arrays.
23499 * calendar/diary-lib.el (diary-name-pattern):
23500 Update for changed nature of abbrev arrays.
23501 (diary-mark-entries-1): Update calendar-make-alist calls.
23502 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23503 * calendar/cal-html.el (cal-html-day-abbrev-array):
23504 Simply inherit from calendar-day-abbrev-array.
23505
23506 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23507
23508 * progmodes/grep.el (grep-mode): Disable default
23509 compilation-directory-matcher setting (bug#8684).
23510
23511 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23512
23513 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23514 instead of "head" and "tail". There were problems with SunOS 5.9,
23515 and it performs better.
23516
23517 2011-05-17 Glenn Morris <rgm@gnu.org>
23518
23519 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23520
23521 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23522 Replace obsolete function.
23523
23524 * shell.el (pcomplete-parse-arguments-function): Declare.
23525
23526 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23527 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23528 (appt-check): Doc fixes.
23529 (appt-disp-window-function, appt-delete-window-function):
23530 Remove needless special case in custom :type.
23531 (appt-display-count): Default to 0, not nil.
23532 (appt-check): Reset appt-display-count to 0, not nil.
23533
23534 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23535
23536 * progmodes/python.el (python-font-lock-keywords):
23537 Add the Python 3.X keyword "nonlocal" (bug#8639).
23538
23539 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23540
23541 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23542
23543 2011-05-16 Kevin Ryde <user42@zip.com.au>
23544
23545 * info-look.el (makefile-automake-mode): New setups, looking in
23546 automake manual, then makefile-mode.
23547 (makefile-mode): Remove automake manual, have it just in
23548 makefile-automake-mode since there's various things different or
23549 not relevant to plain make.
23550 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23551 believe a hypothetical automake-mode would go to makefile-mode,
23552 not the other way around.
23553
23554 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23555
23556 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23557 hunk-end tags (Bug#8672).
23558
23559 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23560 vc-annotate-show-diff-revision-at-line (Bug#8671).
23561
23562 2011-05-14 Glenn Morris <rgm@gnu.org>
23563
23564 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23565 in the middle of an existing one with multiple authors. (Bug#8645)
23566 (change-log-font-lock-keywords): Also handle multiple author lines
23567 with leading tabs. (Bug#8644)
23568
23569 * calendar/appt.el (appt-check): Rename some local variables.
23570 Some simplification/reordering.
23571
23572 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23573 (feedmail-sendmail-f-doesnt-sell-me-out)
23574 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23575 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23576 (feedmail-queue-runner-message-sender): Set :version.
23577 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23578 (bbdb-dwim-net-address, vm-mail): Declare.
23579 (feedmail-binmail-gnulinuxish-template):
23580 Rename from feedmail-binmail-linuxish-template.
23581 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23582 Use insert-buffer-substring.
23583
23584 2011-05-14 Bill Carpenter <bill@carpenter.org>
23585
23586 * mail/feedmail.el (feedmail-patch-level): Increase.
23587 (feedmail-debug): New custom group.
23588 (feedmail-confirm-outgoing-timeout)
23589 (feedmail-sendmail-f-doesnt-sell-me-out)
23590 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23591 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23592 (feedmail-sender-line, feedmail-from-line)
23593 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23594 (feedmail-spray-this-address)
23595 (feedmail-spray-address-fiddle-plex-list)
23596 (feedmail-queue-use-send-time-for-date)
23597 (feedmail-queue-use-send-time-for-message-id)
23598 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23599 (feedmail-buffer-eating-function):
23600 Doc fixes.
23601 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23602 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23603 (feedmail-message-action-scroll-down): New functions.
23604 (feedmail-queue-directory, feedmail-queue-draft-directory):
23605 Use expand-file-name.
23606 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23607 Remove C-v help entry.
23608 (feedmail-queue-buffer-file-name): New variable.
23609 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23610 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23611 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23612 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23613 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23614 (feedmail-message-action-toggle-spray)
23615 (feedmail-run-the-queue-no-prompts)
23616 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23617 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23618 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23619 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23620 (feedmail-envelope-deducer, feedmail-fiddle-from)
23621 (feedmail-fiddle-sender, feedmail-default-date-generator)
23622 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23623 (feedmail-fiddle-spray-address)
23624 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23625 (feedmail-fiddle-list-of-fiddle-plexes)
23626 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23627 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23628 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23629 Change default. Doc fix.
23630 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23631 (feedmail-binmail-linuxish-template): New constant.
23632 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23633 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23634 (feedmail-send-it): Add debug call.
23635 Use feedmail-queue-buffer-file-name, and
23636 feedmail-send-it-immediately-wrapper.
23637 (feedmail-message-action-send): Add debug call.
23638 Use feedmail-send-it-immediately-wrapper.
23639 (feedmail-queue-express-to-queue): Add debug call.
23640 Run feedmail-queue-express-hook.
23641 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23642 (feedmail-message-action-help-blat):
23643 Rename from feedmail-queue-send-edit-prompt-help-first.
23644 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23645 Check line-endings. Handle errors better.
23646 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23647 Doc fix. Add debug call.
23648 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23649 Use feedmail-queue-send-edit-prompt-inner.
23650 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23651 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23652 from feedmail-queue-send-edit-prompt.
23653 (feedmail-queue-send-edit-prompt-help)
23654 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23655 (feedmail-tidy-up-slug): Add debug call.
23656 Respect feedmail-queue-slug-suspect-regexp.
23657 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23658 (feedmail-dump-message-to-queue): Add debug call.
23659 Expand queue-directory.
23660 (feedmail-dump-message-to-queue): Change message slightly.
23661 Use feedmail-say-chatter.
23662 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23663 (feedmail-send-it-immediately-wrapper): New function.
23664 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23665 Insert empty string rather than newline. Handle full-frame case.
23666 Use catch/throw. Use feedmail-say-chatter.
23667 (feedmail-fiddle-from): Try mail-host-address.
23668 (feedmail-default-message-id-generator): Doc fix.
23669 Bind system-time-locale. Handle missing end.
23670 (feedmail-fiddle-x-mailer): Add debug call.
23671 Handle feedmail-x-mailer-line being nil.
23672 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23673 Add debug call. Use buffer-substring-no-properties.
23674 (feedmail-say-debug, feedmail-say-chatter): New functions.
23675 (feedmail-find-eoh): Give an explicit error.
23676
23677 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23678
23679 * net/newst-treeview.el (newsticker-treeview-face): Change default
23680 family from helvetica to sans.
23681 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23682 etc/images/newsticker.
23683
23684 * net/newst-reader.el (newsticker-feed-face): Change default
23685 family from helvetica to sans.
23686
23687 * net/newst-plainview.el (newsticker-new-item-face)
23688 (newsticker-old-item-face, newsticker-immortal-item-face)
23689 (newsticker-obsolete-item-face, newsticker-date-face)
23690 (newsticker-statistics-face): Change default family from
23691 helvetica to sans.
23692 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23693 etc/images/newsticker.
23694
23695 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23696 (newsticker--process-auto-mark-filter-match): Tell user about
23697 auto-marking.
23698
23699 2011-05-13 Didier Verna <didier@xemacs.org>
23700
23701 Common Lisp indentation improvements on defmethod and lambda-lists.
23702 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23703 TODO entries.
23704 (lisp-lambda-list-keyword-parameter-indentation)
23705 (lisp-lambda-list-keyword-parameter-alignment)
23706 (lisp-lambda-list-keyword-alignment): New customizable user options.
23707 (lisp-indent-defun-method): Improve docstring.
23708 (extended-loop-p): Fix comment.
23709 (lisp-indent-lambda-list-keywords-regexp): New variable.
23710 (lisp-indent-lambda-list): New function.
23711 (lisp-indent-259): Use it.
23712 (lisp-indent-defmethod): Support for more than one
23713 method qualifier and properly indent methods lambda-lists.
23714 (defgeneric): Provide a missing common-lisp-indent-function property.
23715
23716 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23717
23718 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23719 bounds for the empty string (bug#8667).
23720
23721 2011-05-13 Glenn Morris <rgm@gnu.org>
23722
23723 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23724
23725 * mail/sendmail.el (sendmail-program): Try executable-find first.
23726 (sendmail-send-it): `sendmail-program' cannot be unbound.
23727
23728 * calendar/appt.el (appt-make-list): Simplify.
23729 (appt-time-msg-list): Doc fix.
23730 (appt-check): Change mode-line message at the time of the appointment.
23731
23732 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23733
23734 * progmodes/ld-script.el (ld-script-keywords)
23735 (ld-script-builtins): Update keywords list.
23736
23737 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23738
23739 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23740
23741 * shell.el (shell-completion-vars): New function.
23742 (shell-mode):
23743 * simple.el (read-shell-command): Use it.
23744 (blink-matching-open): No need for " [...]" in minibuffer-message.
23745
23746 2011-05-12 Glenn Morris <rgm@gnu.org>
23747
23748 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23749 (appt-check): Simplify.
23750
23751 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23752
23753 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23754 literal "/dev/null".
23755
23756 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23757
23758 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23759 Fix typo.
23760
23761 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23762
23763 * progmodes/which-func.el (which-function):
23764 Use add-log-current-defun instead of add-log-current-defun-function,
23765 which might not be defined (Bug#8260).
23766
23767 2011-05-12 Glenn Morris <rgm@gnu.org>
23768
23769 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23770 Let byte-compile-initial-macro-environment always take precedence.
23771
23772 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23773
23774 * net/rcirc.el: Add support for SSL/TLS connections.
23775 (rcirc-server-alist): New field `encryption'.
23776 (rcirc): Check `encryption' settings.
23777 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23778 Merge make-local-variable into `set'.
23779 (rcirc--connection-open-p): New function.
23780 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23781 the process is not a network process (e.g. running gnutls-cli).
23782 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23783 Make rcirc-(en|de)code-coding-system local here.
23784 (rcirc-mode): Merge make-local-variable into `set'.
23785 (rcirc-parent-buffer): Make permanent buffer-local.
23786 (rcirc-multiline-minor-mode): Don't do it here.
23787 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23788 there's no server buffer.
23789
23790 2011-05-11 Glenn Morris <rgm@gnu.org>
23791
23792 * newcomment.el (comment-kill): Prefix "unused" local.
23793
23794 * term/w32console.el (get-screen-color): Declare.
23795
23796 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23797 Handle symbol elements of byte-compile-initial-macro-environment.
23798
23799 2011-05-10 Leo Liu <sdl.web@gmail.com>
23800
23801 * bookmark.el (bookmark-bmenu-mode-map):
23802 Bind bookmark-bmenu-search to `/'.
23803
23804 * mail/footnote.el: Convert to utf-8 encoding.
23805 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23806 (Footnote-unicode): New function.
23807 (footnote-style-alist): Add unicode style to the list.
23808 (footnote-style): Doc fix.
23809
23810 2011-05-10 Jim Meyering <meyering@redhat.com>
23811
23812 Fix doubled-word typos.
23813 * international/quail.el (quail-insert-kbd-layout): and and -> and
23814 * kermit.el: and and -> and
23815 * net/ldap.el (ldap-search-internal): to to -> to
23816 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23817 * progmodes/js.el (js-mode): and and -> and
23818 * textmodes/artist.el (artist-move-to-xy): at at -> at
23819 (artist-draw-region-trim-line-endings): if if -> if
23820 And Safetyc -> Safety.
23821 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23822
23823 2011-05-10 Glenn Morris <rgm@gnu.org>
23824 Stefan Monnier <monnier@iro.umontreal.ca>
23825
23826 * files.el (hack-one-local-variable-eval-safep):
23827 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23828
23829 2011-05-10 Glenn Morris <rgm@gnu.org>
23830
23831 * calendar/diary-lib.el (diary-list-entries-hook)
23832 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23833 (diary-nongregorian-marking-hook, diary-list-entries)
23834 (diary-include-other-diary-files, diary-mark-entries)
23835 (diary-mark-included-diary-files): Doc fixes.
23836
23837 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23838
23839 * misc.el: Require tabulated-list.el during compilation.
23840
23841 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23842
23843 * progmodes/compile.el (compilation-start):
23844 Run compilation-filter-hook for the async case too.
23845 (compilation-filter-hook): Doc fix.
23846
23847 2011-05-09 Deniz Dogan <deniz@dogan.se>
23848
23849 * wdired.el: Remove outdated installation comment. Fix usage
23850 comment.
23851
23852 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23853
23854 * misc.el: Implement new command `list-dynamic-libraries'.
23855 (list-dynamic-libraries--loaded-only-p): New variable.
23856 (list-dynamic-libraries--refresh): New function.
23857 (list-dynamic-libraries): New command.
23858
23859 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23860
23861 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23862 Fix the ant regexp to handle end-line and end-column info from jikes.
23863 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23864 higher priority to avoid clobbering by gnu.
23865
23866 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23867
23868 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23869 if the face has existing theme settings (Bug#8454).
23870
23871 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23872
23873 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23874 Only match variables declared via `my' or `our' (Bug#8261).
23875
23876 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23877 special file names `.' and `..' (Bug#8259).
23878
23879 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23880
23881 * progmodes/grep.el (grep-mode-font-lock-keywords):
23882 Remove buffer-changing entries.
23883 (grep-filter): New function.
23884 (grep-mode): Add it to compilation-filter-hook.
23885
23886 * progmodes/compile.el (compilation-filter-hook)
23887 (compilation-filter-start): New defvars.
23888 (compilation-filter): Call compilation-filter-hook prior to
23889 updating the process mark.
23890
23891 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23892
23893 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23894
23895 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23896
23897 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23898 mailclient-send-it even if window-system is nil. (Bug#8595)
23899
23900 * term/w32console.el (terminal-init-w32console):
23901 Call get-screen-color and use its output to set the frame
23902 background-mode. (Bug#8597)
23903
23904 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23905
23906 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23907 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23908 New functions.
23909 (defgeneric, eieio--defmethod): Use them.
23910 (eieio-defgeneric): Remove.
23911 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23912
23913 2011-05-07 Glenn Morris <rgm@gnu.org>
23914
23915 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23916 Use let rather than let*.
23917 (timeclock-find-discrep): Remove unused local.
23918
23919 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23920
23921 * calendar/appt.el (appt-time-msg-list): Doc fix.
23922
23923 2011-05-06 Noah Friedman <friedman@splode.com>
23924
23925 * apropos.el (apropos-print-doc): Only use
23926 emacs-lisp-docstring-fill-column when it is bound to an integer,
23927 per that variable's documentation.
23928
23929 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23930
23931 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23932 and warnings are not silently discarded (e.g. use -d instead of -P).
23933
23934 2011-05-06 Glenn Morris <rgm@gnu.org>
23935
23936 * calendar/appt.el (appt-message-warning-time): Doc fix.
23937 (appt-warning-time-regexp): New option.
23938 (appt-make-list): Respect appt-message-warning-time.
23939
23940 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23941 New options.
23942 (diary-add-to-list): Strip comments from the displayed string.
23943 (diary-mode): Set comment-start and comment-end.
23944
23945 * vc/diff-mode.el (smerge-refine-subst): Declare.
23946 (diff-refine-hunk): Don't require smerge-mode when compiling.
23947
23948 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23949
23950 * simple.el (list-processes): Return nil as the docstring says.
23951
23952 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23953
23954 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23955 to "".
23956 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23957 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23958 determining of binary transfer. (Bug#7383)
23959
23960 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23961
23962 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23963 Fix port computation bug. (Bug#8618)
23964
23965 2011-05-05 Glenn Morris <rgm@gnu.org>
23966
23967 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23968
23969 * simple.el (shell-dynamic-complete-functions)
23970 (comint-dynamic-complete-functions): Declare.
23971
23972 * net/network-stream.el (gnutls-negotiate):
23973 * simple.el (tabulated-list-print): Fix declarations.
23974
23975 * progmodes/gud.el (syntax-symbol, syntax-point):
23976 Remove unnecessary and incorrect declarations.
23977
23978 * emacs-lisp/check-declare.el (check-declare-scan):
23979 Handle byte-compile-initial-macro-environment in bytecomp.el.
23980
23981 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23982
23983 Fix earlier half-done eieio-defmethod change (bug#8338).
23984 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23985 Streamline and change calling convention.
23986 (defmethod): Adjust accordingly and simplify.
23987 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23988 new eieio--defmethod.
23989 (slot-boundp): Minor CSE simplification.
23990
23991 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23992
23993 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23994 (glasses-make-readable): Use glasses-separate-capital-groups.
23995
23996 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23997
23998 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23999 (warning-series): Doc fix.
24000 (display-warning): Don't try to create the buffer if we just found it.
24001
24002 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24003
24004 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24005 (autoload-find-generated-file): New function.
24006 (generate-file-autoloads): Bind generated-autoload-file to
24007 buffer-file-name.
24008 (update-file-autoloads, update-directory-autoloads):
24009 Use autoload-find-generated-file. If called interactively, prompt for
24010 output file (Bug#7989).
24011 (batch-update-autoloads): Doc fix.
24012
24013 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24014
24015 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24016
24017 2011-05-04 Glenn Morris <rgm@gnu.org>
24018
24019 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24020 function, so it follows changes in calendar-date-style.
24021 (diary-fancy-date-matcher): New function.
24022 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24023 (diary-fancy-font-lock-fontify-region-function):
24024 Use diary-fancy-date-pattern as a function.
24025
24026 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24027 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24028
24029 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24030
24031 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24032 instead of positional arguments. Allow :keylist and :crlfiles
24033 arguments.
24034 (open-gnutls-stream): Call it.
24035
24036 * net/network-stream.el (network-stream-open-starttls): Adjust to
24037 call `gnutls-negotiate' with :process and :hostname arguments.
24038
24039 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24040
24041 * minibuffer.el (completion--message): New function.
24042 (completion--do-completion, minibuffer-complete)
24043 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24044 (completion--do-completion): Don't ignore completion-auto-help when in
24045 icomplete-mode.
24046
24047 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24048 internal encoding (e.g. tibetan zero is not whitespace).
24049 (global-whitespace-mode): Prefer save-current-buffer.
24050 (whitespace-trailing-regexp): Remove useless save-match-data.
24051 (whitespace-empty-at-bob-regexp): Minor simplification.
24052
24053 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24054
24055 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24056
24057 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24058
24059 * textmodes/ispell.el (ispell-add-per-file-word-list):
24060 Use `concat' to create string for insertion.
24061
24062 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24063
24064 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24065 Avoid open-line which runs post-self-insert-hook.
24066 (bibtex-fill-entry): Remove unused `end' var.
24067
24068 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24069
24070 * textmodes/ispell.el (ispell-add-per-file-word-list):
24071 Protect against `nil' value of `comment-start' (Bug#8579).
24072
24073 2011-05-03 Leo Liu <sdl.web@gmail.com>
24074
24075 * isearch.el (isearch-yank-pop): New command.
24076 (isearch-mode-map): Bind it to `M-y'.
24077 (isearch-forward): Mention it.
24078
24079 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24080
24081 * simple.el (minibuffer-complete-shell-command): Remove.
24082 (minibuffer-local-shell-command-map): Use completion-at-point.
24083 (read-shell-command): Setup completion vars here instead.
24084 (read-expression-map): Bind TAB to symbol completion.
24085
24086 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24087 error directly rather via storing it into `results'.
24088
24089 2011-05-02 Leo Liu <sdl.web@gmail.com>
24090
24091 * vc/diff.el: Fix description.
24092
24093 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24094
24095 * server.el (server-eval-at): New function.
24096
24097 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24098
24099 * net/network-stream.el (open-network-stream): Take a :nowait
24100 parameter and pass it on to `make-network-process'.
24101 (network-stream-open-plain): Ditto.
24102
24103 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24104
24105 * faces.el (face-spec-set-match-display): Don't match toolkit
24106 options on terminal frames.
24107
24108 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24109
24110 * progmodes/pascal.el: Use lexical binding.
24111 (pascal-mode-map): Remove author preferences.
24112
24113 * pcomplete.el (pcomplete-std-complete): Don't abuse
24114 completion-at-point.
24115
24116 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24117
24118 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24119 removing code that has been dead since 1991 or so.
24120
24121 * startup.el (command-line): When warning about "_emacs", use a
24122 delayed warning to allow the user to filter it out.
24123
24124 2011-04-28 Deniz Dogan <deniz@dogan.se>
24125
24126 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24127 user has not joined.
24128
24129 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24130
24131 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24132 aren't any completions at point.
24133
24134 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24135
24136 * subr.el (display-delayed-warnings): New function.
24137 (delayed-warnings-hook): New variable.
24138
24139 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24140
24141 * minibuffer.el (completion-at-point, completion-help-at-point):
24142 Don't presume that a given completion-at-point-function will always
24143 use the same calling convention.
24144
24145 * pcomplete.el (pcomplete-completions-at-point):
24146 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24147 pcomplete-seen is non-nil.
24148 (pcomplete-comint-setup): Also recognize the new comint/shell
24149 completion functions.
24150 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24151 pcomplete-seen is non-nil.
24152
24153 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24154
24155 * calendar/icalendar.el (diary-lib): Add require statement.
24156 (icalendar--create-uid): Read out a uid from a text-property on
24157 the first character in the entry. This allows for code to add its
24158 own uid to the entry.
24159 (icalendar--convert-float-to-ical): Add export of
24160 `diary-float'-entries save for those with the optional DAY
24161 argument.
24162
24163 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24164
24165 * subr.el (shell-quote-argument): Use alternate escaping strategy
24166 when we spot a variable reference in a string.
24167
24168 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24169
24170 * cus-start.el (all): Define customization for debug-on-event.
24171
24172 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24173
24174 * subr.el (shell-quote-argument): Escape correctly under Windows.
24175
24176 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24177
24178 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24179
24180 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24181
24182 * net/tramp.el (tramp-process-actions): Add POS argument.
24183 Delete region between POS and (pos).
24184
24185 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24186 Use `nil' position in `tramp-process-actions' call.
24187 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24188
24189 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24190 position in `tramp-process-actions' call.
24191
24192 * net/trampver.el: Update release number.
24193
24194 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24195
24196 * custom.el (defcustom): Obey lexical-binding.
24197
24198 Fix octave-inf completion problems reported by Alexander Klimov.
24199 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24200 Inherit from octave-mode-syntax-table.
24201 (inferior-octave-mode): Set info-lookup-mode.
24202 (inferior-octave-completion-at-point): New function.
24203 (inferior-octave-complete): Use it and completion-in-region.
24204 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24205 comint-filename-completion.
24206 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24207 symbol elements which shouldn't be word elements.
24208 (octave-font-lock-keywords, octave-beginning-of-defun)
24209 (octave-function-header-regexp): Adjust regexps accordingly.
24210 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24211
24212 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24213
24214 * net/gnutls.el (gnutls-errorp): Declare before first use.
24215
24216 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24217
24218 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24219 verify-error, and verify-hostname-error parameters. Check whether
24220 default trustfile exists before going to use it. Add missing
24221 argument to gnutls-message-maybe call. Return value.
24222 Reported by Claudio Bley <claudio.bley@gmail.com>.
24223 (open-gnutls-stream): Add usage example.
24224
24225 * net/network-stream.el (network-stream-open-starttls): Give host
24226 parameter to `gnutls-negotiate'.
24227 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24228 * subr.el (shell-quote-argument): Escape correctly under Windows.
24229
24230 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24231
24232 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24233 Use correct match group (bug#8438).
24234
24235 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24236
24237 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24238 (package-menu--generate): New arg specifying packages to show.
24239 (package-menu-refresh, package-menu-execute, list-packages):
24240 Callers changed.
24241 (package-show-package-list): New function, replacing deleted
24242 package--list-packages (renamed because it is non-internal).
24243
24244 * finder.el (finder-list-matches): Use package-show-package-list
24245 instead of deleted package--list-packages.
24246
24247 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24248 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24249 (vc-annotate-mode-map): Bind it to RET.
24250
24251 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24252
24253 * progmodes/etags.el (next-file): Don't use set-buffer to change
24254 buffers (Bug#8478).
24255
24256 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24257
24258 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24259
24260 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24261 (apropos-accumulator): Doc fix.
24262 (apropos-function, apropos-macro, apropos-command)
24263 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24264 (apropos-plist): Add face property.
24265 (apropos-symbols-internal): Fix indentation.
24266 (apropos-print): Simplify help, and recognize apropos-multi-type.
24267 (apropos-print-doc): Use button-type-get to extract the button's
24268 face property. Fill docstring (Bug#8352).
24269
24270 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24271
24272 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24273
24274 * play/mpuz.el (mpuz-silent): Doc fix.
24275 (mpuz-mode-map): Use mapc.
24276 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24277 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24278 Fix typos in docstrings.
24279
24280 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24281 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24282
24283 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24284
24285 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24286
24287 * minibuffer.el (completion--do-completion): Avoid the "Next char
24288 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24289
24290 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24291 mouse-2 into unread-command-events, it is interpreted correctly.
24292
24293 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24294 (image-toggle-display): Doc fix.
24295
24296 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24297
24298 * textmodes/page.el (what-page): Use line-number-at-pos to
24299 calculate line number (Bug#6825).
24300
24301 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24302
24303 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24304 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24305 Pass argument NO-DEFAULT to `find-tag-interactive'.
24306
24307 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24308
24309 Lexical-binding cleanup.
24310
24311 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24312 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24313 * progmodes/ada-prj.el (ada-prj-initialize-values)
24314 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24315 (ada-prj-show-value):
24316 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24317 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24318 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24319 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24320 * progmodes/bug-reference.el (bug-reference-push-button):
24321 * progmodes/fortran.el (fortran-line-length):
24322 * progmodes/glasses.el (glasses-change):
24323 * progmodes/octave-mod.el (octave-fill-paragraph):
24324 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24325 (python-pdbtrack-grub-for-buffer, python-sentinel):
24326 * progmodes/sql.el (sql-save-connection):
24327 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24328 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24329 Mark unused parameters.
24330
24331 * progmodes/compile.el (compilation--flush-directory-cache)
24332 (compilation--flush-parse, compile-internal): Mark unused parameters.
24333 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24334 (compilation-next-error-function): Remove unused variable `timestamp'.
24335
24336 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24337 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24338
24339 * progmodes/dcl-mode.el (dcl-end-of-command):
24340 Remove unused variable `start'.
24341 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24342 (dcl-option-value-basic, dcl-option-value-offset)
24343 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24344 Mark unused parameters.
24345 (dcl-save-local-variable): Remove unused variable `val'.
24346 (mode): Declare.
24347
24348 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24349 Mark unused parameters.
24350 (delphi-ignore-changes): Move before first use.
24351 (delphi-charset-token-at): Remove unused variable `start'.
24352 (delphi-else-start): Remove unused variable `if-count'.
24353 (delphi-comment-block-start, delphi-comment-block-end):
24354 Remove unused variable `kind'.
24355 (delphi-indent-line): Remove unused variable `new-point'.
24356
24357 * progmodes/ebrowse.el (ebrowse-files-list)
24358 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24359 Mark unused parameters. Don't quote `lambda'.
24360 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24361 Don't quote `lambda'.
24362 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24363 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24364 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24365 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24366 Use `ignore-errors'.
24367 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24368 (ebrowse-view/find-file-and-search-pattern)
24369 (ebrowse-view/find-member-declaration/definition):
24370 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24371 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24372 Rename parameter PREFIX-ARG to PREFIX.
24373 (ebrowse-tags-read-name): Remove unused variables `start' and
24374 `member-info'.
24375 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24376 to `tags-file'.
24377
24378 * progmodes/etags.el (local-find-tag-hook): Declare.
24379 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24380 Mark unused parameters.
24381
24382 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24383 (executable-interpret): Mark unused parameter.
24384
24385 * progmodes/flymake.el (flymake-process-sentinel)
24386 (flymake-after-change-function)
24387 (flymake-create-temp-with-folder-structure)
24388 (flymake-get-include-dirs-dot): Mark unused parameters.
24389 (flymake-safe-delete-directory): Remove unused variable `err'.
24390
24391 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24392 (speedbar-timer-fn, speedbar-line-text)
24393 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24394 (speedbar-center-buffer-smartly): Declare functions.
24395 (gdb-find-watch-expression): Remove unused variable `array'.
24396 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24397 (gdb-starting): Mark unused parameters.
24398 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24399 (gdb-table-string): Remove unused variable `res'.
24400 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24401 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24402 (gdb-display-buffer): Remove unused variable `cur-size'.
24403
24404 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24405 allow lexical-binding compilation.
24406 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24407 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24408 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24409 Mark unused parameters.
24410 (gud-gdb-marker-filter): Remove unused variable `match'.
24411 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24412 lambda expressions and funcall them, instead of using `fset'.
24413
24414 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24415 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24416
24417 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24418 variable `header-beg'; use `let'.
24419
24420 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24421 `restart', `last-sexp' and `at-do'.
24422
24423 * progmodes/js.el (js--debug): Mark unused parameter.
24424 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24425 (js--splice-into-items): Remove unused variable `item'.
24426 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24427
24428 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24429 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24430 (makefile-complete): Remove unused variable `try'.
24431 (makefile-fill-paragraph, makefile-match-function-end):
24432 Mark unused parameters.
24433
24434 * progmodes/octave-inf.el (inferior-octave-complete):
24435 Remove unused variable `proc'.
24436 (inferior-octave-output-digest): Mark unused parameter.
24437
24438 * progmodes/perl-mode.el (perl-calculate-indent):
24439 Remove unused variable `err'.
24440
24441 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24442 (prolog-indent-line): Mark unused parameters.
24443 (prolog-indent-line): Remove unused variable `beg'.
24444
24445 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24446 (reporter-dont-compact-list): Declare.
24447
24448 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24449 Remove unused variable `char'.
24450 (sh-debug): Mark unused parameter.
24451 (sh-get-indent-info): Remove unused variable `start'.
24452 (sh-calculate-indent): Remove unused variable `var'.
24453
24454 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24455 (simula-electric-keyword): Remove unused variable `null'.
24456 (simula-search-backward, simula-search-forward): Remove unused
24457 variables `begin' and `end'.
24458
24459 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24460 Remove unused variable `pos'.
24461 (vera-electric-tab, vera-comment-uncomment-region):
24462 Mark unused parameters.
24463 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24464
24465 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24466
24467 * emacs-lisp/package.el (package--builtins, package-alist)
24468 (package-load-descriptor, package-built-in-p, package-activate)
24469 (define-package, package-installed-p)
24470 (package-compute-transaction, package-buffer-info)
24471 (package--push): Doc fix. Distinguish more clearly between
24472 version strings and version lists.
24473
24474 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24475
24476 Lexical-binding cleanup.
24477
24478 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24479 (5x5-make-mutate-best):
24480 * play/fortune.el (fortune-in-buffer):
24481 * play/gomoku.el (gomoku-init-display):
24482 * play/solitaire.el (solitaire, solitaire-do-check):
24483 * play/tetris.el (tetris-default-update-speed-function):
24484 Mark unused parameters.
24485
24486 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24487 (bubbles--shift): Remove unused variable `char-org'.
24488 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24489 (bubbles--show-images): Remove unused variable `char'.
24490
24491 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24492 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24493 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24494 (decipher-analyze-buffer): Use ?\s.
24495 (decipher-make-checkpoint): Remove unused variable `mapping'.
24496
24497 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24498
24499 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24500 Remove unused variable `result'; use `let'.
24501
24502 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24503 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24504 (gametree-children-shown-p, gametree-compute-reduced-score):
24505 Use `ignore-errors'.
24506
24507 * play/handwrite.el (ps-lpr-switches): Declare.
24508 (handwrite): Remove unused variables `pmin' and `lastp'.
24509
24510 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24511
24512 * play/landmark.el (landmark-init-display)
24513 (landmark-update-naught-weights): Mark unused parameters.
24514 (landmark-y): Remove unused variable `noise'. Simplify.
24515 (landmark-human-plays): Remove unused variable `score'.
24516
24517 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24518 (mpuz-try-proposal): Remove unused variable `game'.
24519
24520 * play/zone.el (life-patterns): Declare.
24521
24522 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24523
24524 * vc/vc.el (ediff-vc-internal): Declare function.
24525
24526 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24527
24528 * shell.el: Use lexical-binding and std completion UI.
24529 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24530 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24531 comint-preoutput-filter-functions rather than on
24532 comint-output-filter-functions.
24533 (shell-command-completion, shell--command-completion-data)
24534 (shell-filename-completion, shell-environment-variable-completion)
24535 (shell-c-a-p-replace-by-expanded-directory): New functions.
24536 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24537 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24538 (shell-dynamic-complete-environment-variable): Use them.
24539 (shell-dynamic-complete-as-environment-variable)
24540 (shell-dynamic-complete-as-command): Remove.
24541 (shell-match-partial-variable): Match past point.
24542 * comint.el: Clean up use of completion-at-point-functions.
24543 (comint-completion-at-point): New function.
24544 (comint-mode): Use it completion-at-point-functions.
24545 (comint-dynamic-complete): Make it obsolete.
24546 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24547 (comint-c-a-p-replace-by-expanded-history): New function.
24548 (comint-dynamic-complete-functions)
24549 (comint-replace-by-expanded-history): Use it.
24550 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24551 termination strings. Try harder to avoid second try-completion.
24552 (completion-in-region-mode-map): Disable bindings that don't work yet.
24553
24554 * comint.el: Use lexical-binding. Require CL.
24555 (comint-dynamic-complete-functions): Use comint-filename-completion.
24556 (comint-completion-addsuffix): Tweak custom type.
24557 (comint-filename-completion, comint--common-suffix)
24558 (comint--common-quoted-suffix, comint--table-subvert)
24559 (comint--complete-file-name-data): New functions.
24560 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24561 (comint-dynamic-list-filename-completions): Use them.
24562 (comint-dynamic-simple-complete): Make obsolete.
24563
24564 * minibuffer.el (completion-in-region-mode):
24565 Keep completion-in-region-mode--predicate global.
24566 (completion-in-region--postch):
24567 Assume completion-in-region-mode--predicate is not null.
24568
24569 * progmodes/flymake.el (flymake-start-syntax-check-process):
24570 Obey `dir'. Simplify.
24571
24572 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24573 we're in VC after all.
24574
24575 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24576
24577 * vc/vc.el (vc-diff-build-argument-list-internal)
24578 (vc-version-ediff, vc-ediff): New commands.
24579 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24580
24581 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24582
24583 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24584 add sanity check.
24585
24586 * obsolete/erc-hecomplete.el: Make obsolete.
24587 * obsolete/: Standardize obsolescence info in the header.
24588
24589 2011-04-20 Glenn Morris <rgm@gnu.org>
24590
24591 * calendar/solar.el (solar-horizontal-coordinates):
24592 Use the longitude argument rather than `calendar-longitude'.
24593 (solar-date-next-longitude): Remove unused locals.
24594
24595 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24596
24597 * whitespace.el: New version 13.2.1.
24598
24599 2011-04-20 felix <EmacsWiki> (tiny change)
24600
24601 * whitespace.el (global-whitespace-mode): Keep highlight when
24602 switching between major modes on a file.
24603
24604 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24605
24606 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24607 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24608 multi-line comments as well.
24609
24610 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24611
24612 Lexical-binding cleanup.
24613
24614 * arc-mode.el (archive-mode-revert):
24615 * cmuscheme.el (scheme-interactively-start-process):
24616 * custom.el (custom-initialize-delay):
24617 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24618 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24619 * emacs-lock.el (emacs-lock-clear-sentinel):
24620 * ezimage.el (defezimage):
24621 * follow.el (follow-avoid-tail-recenter):
24622 * fringe.el (set-fringe-mode-1):
24623 * generic-x.el (bat-generic-mode-compile):
24624 * help-mode.el (help-info-variable, help-do-xref)
24625 (help-mode-revert-buffer):
24626 * help.el (view-emacs-todo):
24627 * iswitchb.el (iswitchb-completion-help):
24628 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24629 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24630 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24631 * locate.el (locate-update):
24632 * longlines.el (longlines-encode-region)
24633 (longlines-after-change-function):
24634 * outline.el (outline-isearch-open-invisible):
24635 * ps-def.el (declare-function, charset-dimension, char-width)
24636 (encode-char):
24637 * ps-mule.el (ps-mule-plot-string):
24638 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24639 (recentf-edit-list-select, recentf-edit-list-validate)
24640 (recentf-open-files-action):
24641 * rect.el (delete-whitespace-rectangle-line)
24642 (rectangle-number-line-callback):
24643 * register.el (window-configuration-to-register)
24644 (frame-configuration-to-register):
24645 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24646 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24647 (xselect-convert-to-targets, xselect-convert-to-delete)
24648 (xselect-convert-to-filename, xselect-convert-to-charpos)
24649 (xselect-convert-to-lineno, xselect-convert-to-colno)
24650 (xselect-convert-to-os, xselect-convert-to-host)
24651 (xselect-convert-to-user, xselect-convert-to-class)
24652 (xselect-convert-to-name, xselect-convert-to-integer)
24653 (xselect-convert-to-atom, xselect-convert-to-identity):
24654 * subr.el (declare, ignore, process-kill-without-query)
24655 (text-clone-maintain):
24656 * terminal.el (te-get-char, te-tic-sentinel):
24657 * tool-bar.el (tool-bar-make-keymap):
24658 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24659 * type-break.el (type-break-mode, type-break-noninteractive-query):
24660 * view.el (View-back-to-mark):
24661 * wid-browse.el (widget-browse-action, widget-browse-widget)
24662 (widget-browse-widgets, widget-browse-sexp):
24663 * widget.el (define-widget-keywords):
24664 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24665 Mark unused parameters.
24666
24667 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24668 (align-areas): Remove unused variable `look'.
24669 (align-region): Remove unused variables `real-end' and `pos-list'.
24670
24671 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24672
24673 * bindings.el (mode-line-modified, mode-line-remote):
24674 Mark unused parameters.
24675 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24676
24677 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24678 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24679
24680 * comint.el (comint-history-isearch-pop-state)
24681 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24682 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24683 (comint-substitute-in-file-name): Doc fix.
24684
24685 * completion.el (cmpl-statistics-block): Mark unused parameter.
24686 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24687 (save-completions-to-file, load-completions-from-file):
24688 Remove unused local variable `e'.
24689
24690 * composite.el (compose-chars): Remove unused variable `len'.
24691 (lgstring-insert-glyph): Remove unused variable `g'.
24692 (compose-glyph-string): Remove unused variables `ascent',
24693 `descent', `lbearing' and `rbearing'.
24694 (compose-glyph-string-relative): Remove unused variables
24695 `lbearing', `rbearing' and `wadjust'.
24696 (compose-gstring-for-graphic): Remove unused variables `header',
24697 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24698 (compose-gstring-for-terminal): Remove unused variables `header'
24699 and `nchars'. Use `let', not `let*'.
24700
24701 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24702 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24703 (Custom-buffer-done, custom-buffer-create-internal)
24704 (custom-browse-visibility-action, custom-browse-group-tag-action)
24705 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24706 (widget-magic-mouse-down-action, custom-toggle-parent)
24707 (custom-add-parent-links, custom-toggle-hide-variable)
24708 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24709 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24710 (custom-face-menu-create, custom-variable-menu-create, get)
24711 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24712 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24713 (customize-apropos): Remove unused variable `tests'.
24714 (custom-group-value-create): Remove unused variable `hidden-p'.
24715 (sort-fold-case): Declare.
24716
24717 * cus-theme.el (custom-reset-standard-faces-list)
24718 (custom-reset-standard-variables-list): Declare.
24719 (customize-create-theme, custom-theme-revert, custom-theme-write)
24720 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24721 Mark unused parameters.
24722
24723 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24724
24725 * delim-col.el (delimit-columns-max): Move defvar before first use.
24726
24727 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24728 (describe-char): Don't quote `lambda'. Mark unused parameter.
24729
24730 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24731 (auto-insert): Declare.
24732 (desktop-restore-file-buffer): Rename desktop-* parameters;
24733 mark unused ones.
24734 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24735 (desktop-buffer): Rename desktop-* parameters.
24736
24737 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24738 (dframe-reposition-frame-xemacs, dframe-help-echo)
24739 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24740 Mark unused parameters.
24741
24742 * dired-aux.el (backup-extract-version-start, overwrite-query)
24743 (overwrite-backup-query, rename-regexp-query)
24744 (rename-non-directory-query): Declare.
24745 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24746 (dired-add-entry): Remove unused variable `orig-file-name'.
24747 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24748 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24749 `dired-copy-preserve-time' directly.
24750 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24751 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24752
24753 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24754 (dired-virtual-revert, dired-make-relative-symlink):
24755 Mark unused parameters.
24756 (manual-program): Declare.
24757 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24758 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24759 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24760
24761 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24762
24763 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24764
24765 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24766 Declare.
24767
24768 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24769
24770 * electric.el (Electric-command-loop): Rename parameter
24771 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24772
24773 * expand.el (expand-in-literal): Remove unused variable `here'.
24774
24775 * facemenu.el (facemenu-add-new-color):
24776 Remove unused variable `docstring'.
24777
24778 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24779 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24780 (face-attr-construct): Mark unused parameter. Doc fix.
24781 (read-color): Remove unused variable `hex-string'.
24782
24783 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24784 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24785 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24786 (display-buffer-other-frame): Remove unused variable `old-window'.
24787 (kill-buffer-hook): Declare.
24788 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24789 Mark unused parameters.
24790 (after-find-file): Pass 1 to `auto-save-mode', not t.
24791
24792 * files-x.el (auto-insert): Declare.
24793 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24794
24795 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24796 variable `buf'. Mark unused parameter.
24797 (find-lisp-insert-directory): Mark unused parameter.
24798
24799 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24800 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24801 (format-common-tail): Remove, unused.
24802 (format-deannotate-region): Remove unused variable `loc'.
24803 (format-annotate-region): Remove unused variable `p'.
24804 (format-annotate-single-property-change): Remove unused variables
24805 `default' and `tail'.
24806
24807 * forms.el (read-file-filter): Declare.
24808 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24809
24810 * frame.el (frame-creation-function-alist): Mark unused parameter.
24811 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24812
24813 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24814 Remove unused parameters.
24815 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24816 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24817
24818 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24819 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24820 (hfy-prepare-tag-map): Mark unused parameters.
24821 (htmlfontify-buffer): Use `called-interactively-p'.
24822
24823 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24824 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24825 (ibuffer-do-occur): Mark unused parameters.
24826 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24827 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24828
24829 * ibuffer.el: Don't quote `lambda'.
24830 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24831 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24832 Mark unused parameters.
24833
24834 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24835 (ido-completing-read): Mark unused parameters.
24836 (ido-copy-current-word): Mark unused parameters;
24837 remove unused variable `name'.
24838 (ido-sort-merged-list): Remove unused parameter `dirs'.
24839
24840 * ielm.el (ielm-input-sender): Mark unused parameter.
24841 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24842 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24843 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24844 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24845 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24846
24847 * image-dired.el (image-dired-display-thumbs): Remove unused
24848 variables `curr-file' and `count'.
24849 (image-dired-remove-tag): Remove unused variable `start'.
24850 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24851 variable `curr-file'
24852 (image-dired-rotate-original): Remove unused variable `temp-file'.
24853 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24854 Remove unused variable `file'.
24855 (image-dired-gallery-generate): Remove unused variable `curr'.
24856 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24857
24858 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24859
24860 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24861
24862 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24863
24864 * isearch.el (minibuffer-history-symbol): Declare.
24865 (isearch-edit-string): Remove unused variable `err'.
24866 (isearch-message-prefix, isearch-message-suffix):
24867 Mark unused parameters.
24868
24869 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24870
24871 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24872
24873 * makesum.el (double-column): Remove unused variable `cnt'.
24874
24875 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24876 (ido-ignore-item-temp-list): Declare.
24877
24878 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24879 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24880 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24881 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24882 `mouse-col-delta'.
24883
24884 * mouse-sel.el (mouse-extend-internal):
24885 Remove unused variable `orig-window-frame'.
24886
24887 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24888 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24889 Move declarations before first use.
24890 (pcomplete-opt): Mark unused parameters; doc fix.
24891
24892 * proced.el (proced-revert): Mark unused parameter.
24893 (proced-send-signal): Remove unused variable `err'.
24894
24895 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24896 Rename parameter PREFIX-ARG to ARG.
24897 (ps-basic-plot-string, ps-basic-plot-whitespace):
24898 Mark unused parameters.
24899
24900 * replace.el (replace-count): Define.
24901 (occur-revert-function): Mark unused parameters.
24902 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24903 (isearch-case-fold-search, isearch-string): Declare.
24904 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24905 bind `case-fold-search'. Remove unused variables `beg' and `end',
24906 and simplify.
24907 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24908 COUNT and bind `replace-count'.
24909 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24910 to COUNT.
24911
24912 * savehist.el (print-readably, print-string-length): Declare.
24913
24914 * shadowfile.el (shadow-expand-cluster-in-file-name):
24915 Remove unused variable `cluster'.
24916 (shadow-copy-file): Remove unused variable `i'.
24917 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24918 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24919 (shadow-define-literal-group, shadow-define-regexp-group)
24920 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24921
24922 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24923 (shell): Use `called-interactively-p'.
24924 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24925
24926 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24927 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24928 (delete-backward-char): Remove unused variable `ocol'.
24929 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24930 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24931 (event-apply-hyper-modifier, event-apply-shift-modifier)
24932 (event-apply-control-modifier, event-apply-meta-modifier):
24933 Mark unused parameters.
24934 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24935 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24936
24937 * speedbar.el (speedbar-ignored-directory-expressions)
24938 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24939 (speedbar-find-file, speedbar-dir-follow)
24940 (speedbar-directory-buttons-follow, speedbar-tag-find)
24941 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24942 (speedbar-buffers-line-directory, speedbar-buffer-click):
24943 Mark unused parameters.
24944 (speedbar-tag-file): Remove unused variable `mode'.
24945 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24946
24947 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24948
24949 * talk.el (talk): Remove unused variable `display'.
24950
24951 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24952 (tar-write-region-annotate): Mark unused parameter.
24953
24954 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24955 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24956 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24957 warning by another.
24958
24959 * time-stamp.el (time-stamp-string-preprocess):
24960 Remove unused variable `require-padding'.
24961
24962 * tree-widget.el (widget-glyph-enable): Declare.
24963 (tree-widget-action): Mark unused parameter.
24964
24965 * w32-fns.el (x-get-selection): Mark unused parameter.
24966 (autoload-make-program, generated-autoload-file): Declare.
24967
24968 * wdired.el (wdired-revert): Mark unused parameters.
24969 (wdired-xcase-word): Remove unused variable `err'.
24970
24971 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24972 (whitespace-help-scroll): Remove unused variable `data-help'.
24973
24974 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24975 (widget-image-insert, widget-after-change, default)
24976 (widget-default-format-handler, widget-default-notify)
24977 (widget-default-prompt-value, widget-info-link-action)
24978 (widget-url-link-action, widget-function-link-action)
24979 (widget-variable-link-action, widget-file-link-action)
24980 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24981 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24982 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24983 (widget-insert-button-action, widget-delete-button-action, visibility)
24984 (widget-documentation-link-action, widget-documentation-string-action)
24985 (widget-const-prompt-value, widget-regexp-match, symbol)
24986 (widget-coding-system-prompt-value)
24987 (widget-key-sequence-value-to-external, sexp)
24988 (widget-sexp-value-to-internal, character, vector, cons)
24989 (widget-choice-prompt-value, widget-boolean-prompt-value)
24990 (widget-color--choose-action): Mark unused parameters.
24991 (widget-item-match-inline, widget-choice-match-inline)
24992 (widget-checklist-match, widget-checklist-match-inline)
24993 (widget-group-match): Rename parameter VALUES to VALS.
24994 (widget-field-value-set): Remove unused variable `size'.
24995 (widget-color-action): Remove unused variables `value' and `start'.
24996
24997 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24998 variable `dir'. Doc fix.
24999 (windmove-find-other-window): Don't pass it.
25000
25001 * window.el (count-windows): Mark unused parameter.
25002 (bw-adjust-window): Remove unused variable `err'.
25003
25004 * woman.el (woman-file-name): Remove unused variable `default'.
25005 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25006 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25007 (global-font-lock-mode): Declare.
25008 (woman-decode-region): Mark unused parameter.
25009 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25010
25011 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25012 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25013 (x-dnd-handle-moz-url): Remove unused variable `title'.
25014 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25015
25016 * xml.el (xml-parse-tag, xml-parse-attlist):
25017 Remove unused variable `pos'.
25018
25019 2011-04-19 Glenn Morris <rgm@gnu.org>
25020
25021 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25022 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25023 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25024 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25025 * calendar/cal-html.el (cal-html-insert-minical):
25026 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25027 (calendar-mark-date-pattern):
25028 Prefix "unused" locals.
25029
25030 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25031 optional argument `style'.
25032
25033 * calendar/appt.el (appt-make-list):
25034 * calendar/cal-china.el (calendar-chinese-date-string):
25035 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25036 (diary-hebrew-yahrzeit):
25037 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25038 * calendar/calendar.el (calendar-generate-window):
25039 * calendar/time-date.el (time-to-days):
25040 Remove unused local variables.
25041
25042 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25043
25044 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25045 glyphless-char-display table.
25046 (tabulated-list-glyphless-char-display): New var.
25047
25048 2011-04-18 Sam Steingold <sds@gnu.org>
25049
25050 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25051 to acknowledgments.
25052
25053 2011-04-17 Glenn Morris <rgm@gnu.org>
25054
25055 * calendar/diary-lib.el (diary-sexp-entry):
25056 * calendar/holidays.el (holiday-sexp):
25057 Set debug-on-error rather than the removed stack-trace-on-error.
25058
25059 2011-04-16 Glenn Morris <rgm@gnu.org>
25060
25061 * progmodes/f90.el: Use lexical-binding.
25062 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25063
25064 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25065
25066 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25067 (mail-mode): Setup mailalias completion here instead.
25068 * mail/mailalias.el: Use lexical-binding.
25069 (pattern, mailalias-done): Declare dynamic.
25070 (mail-completion-at-point-function): New function, from mail-complete.
25071 (mail-complete): Use it.
25072 (mail-completion-expand): New function.
25073 (mail-get-names): Use it.
25074 (mail-directory, mail-directory-process, mail-directory-stream):
25075 Don't use `pattern' for lexically bound arg.
25076
25077 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25078
25079 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25080 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25081 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25082
25083 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25084 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25085 (byte-interactive-p): Define them again, for use when inlining
25086 old code.
25087
25088 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25089
25090 * loadup.el: Use `string-to-number', not `string-to-int'.
25091
25092 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25093
25094 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25095 gud-gdb-complete-command.
25096 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25097 (gud-gdb-completion-at-point): New function.
25098 (gud-gdb-completions): Remove.
25099
25100 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25101
25102 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25103 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25104 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25105 whether `executable-find' is bound.
25106
25107 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25108
25109 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25110
25111 * minibuffer.el (completion-in-region-mode-predicate)
25112 (completion-in-region-mode--predicate): New vars.
25113 (completion-in-region, completion-in-region--postch)
25114 (completion-in-region-mode): Use them.
25115 (completion--capf-wrapper): Also return the hook function.
25116 (completion-at-point, completion-help-at-point):
25117 Adjust and provide a predicate.
25118
25119 Preserve arg names for advice of subr and lexical functions (bug#8457).
25120 * help-fns.el (help-function-arglist): Consolidate the subr and
25121 new-byte-code cases. Add argument `preserve-names' to extract names
25122 from the docstring when needed.
25123 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25124 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25125 (ad-arglist): Use help-function-arglist's new arg.
25126 (ad-definition-type): Use cond.
25127
25128 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25129
25130 * autorevert.el (auto-revert-handler):
25131 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25132 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25133 Don't quote lambda.
25134
25135 * image-mode.el (image-transform-set-scale):
25136 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25137
25138 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25139
25140 * net/network-stream.el (network-stream-open-starttls): Only do
25141 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25142 Upgrades via gnutls-cli are too slow to be done opportunistically.
25143
25144 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25145
25146 * dframe.el (dframe-current-frame): Remove spurious quote.
25147
25148 2011-04-12 Glenn Morris <rgm@gnu.org>
25149
25150 * calendar/cal-tex.el (cal-tex-end-document):
25151 Try to automatically use latin1 input if needed.
25152
25153 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25154 Don't try to cons a mark onto an empty element.
25155
25156 2011-04-11 Leo Liu <sdl.web@gmail.com>
25157
25158 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25159 buffers.
25160 (ido-kill-buffer-at-head): Support killing virtual buffers.
25161
25162 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25163
25164 * minibuffer.el (completion-show-inline-help): New var.
25165 (completion--do-completion, minibuffer-complete)
25166 (minibuffer-force-complete, minibuffer-complete-word):
25167 Inhibit minibuffer messages if completion-show-inline-help is nil.
25168
25169 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25170 to avoid interference from inline help (Bug#5849).
25171
25172 2011-04-10 Leo Liu <sdl.web@gmail.com>
25173
25174 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25175 Fix typo.
25176
25177 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25178
25179 * image-mode.el (image-toggle-display-image): Signal an error if
25180 not in Image mode.
25181 (image-transform-mode, image-transform-resize)
25182 (image-transform-set-rotation): Doc fix.
25183 (image-transform-set-resize): Delete.
25184 (image-transform-set-scale, image-transform-fit-to-height)
25185 (image-transform-fit-to-width): Handle image-toggle-display-image
25186 and image-transform-resize directly.
25187
25188 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25189
25190 * doc-view.el (doc-view-fit-width-to-window)
25191 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25192 New functions for fitting the shown image to the Emacs window size.
25193 (doc-view-mode-map): Add bindings for the new functions.
25194
25195 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25196
25197 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25198 Fix typo in docstring.
25199
25200 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25201
25202 * files.el (file-size-human-readable): Produce one digit after
25203 decimal, like "ls -lh" does.
25204
25205 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25206 the file size representation.
25207
25208 * simple.el (list-processes): If async subprocesses are not
25209 available, error out with a clear error message.
25210
25211 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25212
25213 * help.el (help-form-show): New function, to be called from C.
25214 Put help-form output in a buffer named differently than *Help*.
25215
25216 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25217
25218 * files.el (file-size-human-readable): New function.
25219
25220 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25221 computing the representation inline. Don't require `cl'.
25222
25223 2011-04-08 Glenn Morris <rgm@gnu.org>
25224
25225 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25226
25227 * net/browse-url.el (browse-url-firefox):
25228 Test system-type, not system-configuration.
25229
25230 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25231 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25232 Use log-edit-empty-buffer-p. (Bug#7598)
25233
25234 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25235 (rlogin-mode-map): Initialize in the defvar.
25236 (rlogin): Use ignore-errors.
25237
25238 * replace.el (occur-mode-map): Some fixes for menu items.
25239
25240 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25241
25242 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25243
25244 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25245
25246 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25247 issuing unused warnings.
25248
25249 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25250 macro directly.
25251
25252 * simple.el: Lisp reimplement of list-processes. Based on an
25253 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25254 (process-menu-mode): New major mode.
25255 (list-processes--refresh, list-processes):
25256 (process-menu-visit-buffer): New functions.
25257
25258 * files.el (save-buffers-kill-emacs): Don't assume any return
25259 value of list-processes, which is undocumented anyway.
25260
25261 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25262
25263 * emacs-lisp/tabulated-list.el: New file.
25264
25265 * emacs-lisp/package.el: Use Tabulated List mode.
25266 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25267 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25268 table format using Tabulated List mode variables.
25269 (package--push): New macro, replacing package-list-maybe-add.
25270 (package-menu--generate): Use package--push. Renamed from
25271 package--generate-package-list.
25272 (package-menu-refresh, list-packages): Use it.
25273 (package-menu--print-info): Rename from package-print-package.
25274 Return insertion data instead of inserting it directly.
25275 (package-menu-describe-package, package-menu-execute):
25276 Use tabulated-list-get-id.
25277 (package-menu-mark-delete, package-menu-mark-install)
25278 (package-menu-mark-unmark, package-menu-backup-unmark)
25279 (package-menu-mark-obsolete-for-deletion):
25280 Use tabulated-list-put-tag.
25281 (package--list-packages, package-menu-revert)
25282 (package-menu-get-package, package-menu-get-version)
25283 (package-menu-sort-by-column): Functions deleted.
25284 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25285 (package-menu--status-predicate, package-menu--version-predicate)
25286 (package-menu--name-predicate)
25287 (package-menu--description-predicate): Handle arguments in the
25288 Tabulated List format.
25289 (package-list-packages-no-fetch): Call list-packages.
25290
25291 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25292
25293 * files.el (after-find-file-from-revert-buffer): Remove variable.
25294 (after-find-file): Don't bind it.
25295 (revert-buffer-in-progress-p): New variable.
25296 (revert-buffer): Bind it.
25297 Pass nil for `after-find-file-from-revert-buffer'.
25298
25299 * saveplace.el (save-place-find-file-hook): Use new variable
25300 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25301
25302 2011-04-06 Glenn Morris <rgm@gnu.org>
25303
25304 * Makefile.in (AUTOGEN_VCS): New variable.
25305 (autoloads): Use $AUTOGEN_VCS.
25306
25307 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25308 * calendar/calendar.el (calendar-mode-map):
25309 Check for toolkit scroll bars. (Bug#8305)
25310
25311 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25312
25313 * minibuffer.el (completion-in-region--postch)
25314 (completion-in-region-mode): Remove unnecessary messages.
25315
25316 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25317
25318 * font-lock.el (font-lock-refresh-defaults):
25319 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25320 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25321
25322 * info.el (Info-directory-list, Info-read-node-name-2)
25323 (Info-split-parameter-string): Doc fixes.
25324 (Info-virtual-nodes): Reflow docstring.
25325 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25326 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25327 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25328 Fix typos in docstrings.
25329 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25330 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25331 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25332 (Info-restore-desktop-buffer): Mark unused parameters.
25333 (Info-directory-find-file, Info-directory-find-node)
25334 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25335 (Info-virtual-index-find-node, Info-apropos-find-file)
25336 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25337 Mark unused parameters; fix typos in docstrings.
25338 (Info-virtual-index): Remove unused local variable `nodename'.
25339
25340 2011-04-05 Deniz Dogan <deniz@dogan.se>
25341
25342 * net/rcirc.el: Update my e-mail address.
25343 (rcirc-mode-map): Remove M-o binding.
25344
25345 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25346
25347 * startup.el (command-line): Save the cursor's theme-face
25348 directly, instead of using face-override-spec.
25349
25350 * custom.el (load-theme): Minor optimization in assigning faces.
25351
25352 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25353
25354 * help-fns.el (describe-variable): Complete all variables having
25355 documentation, including keywords.
25356 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25357
25358 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25359
25360 Convert to lexical-binding.
25361
25362 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25363 (bs--get-marked-string, bs--get-modified-string)
25364 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25365 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25366 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25367
25368 * ehelp.el (electric-help-execute-extended)
25369 (electric-help-ctrl-x-prefix):
25370 * hexl.el (hexl-revert-buffer-function):
25371 * linum.el (linum-after-change, linum-after-scroll):
25372 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25373
25374 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25375
25376 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25377
25378 * epa-dired.el:
25379 * epa-mail.el:
25380 * epa-hook.el:
25381 * epa-file.el:
25382 * epa.el:
25383 * epg.el: Use lexical binding.
25384
25385 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25386
25387 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25388
25389 * textmodes/flyspell.el (flyspell-word): Recognize default
25390 dictionary case for flyspell-mark-duplications-exceptions.
25391 Use regexp matching for languages.
25392 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25393 default dictionary (Bug#7926).
25394
25395 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25396
25397 * emacs-lisp/package.el (package--with-work-buffer):
25398 Recognize https URLs.
25399
25400 * net/network-stream.el: Move from gnus/proto-stream.el.
25401 Change prefix to network-stream throughout.
25402 (open-protocol-stream): Merge into open-network-stream, leaving
25403 open-protocol-stream as an alias. Handle nil BUFFER args.
25404
25405 * subr.el (open-network-stream): Move to net/network-stream.el.
25406
25407 2011-04-02 Glenn Morris <rgm@gnu.org>
25408
25409 * find-dired.el (find-exec-terminator): New option.
25410 (find-ls-option): Test for -ls support.
25411 (find-ls-subdir-switches): Test for -b in find-ls-option.
25412 (find-dired, find-grep-dired): Doc fixes.
25413 (find-dired): Use find-exec-terminator.
25414
25415 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25416 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25417 (find-name-arg): Remove purecopy.
25418
25419 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25420 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25421 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25422 accordingly. Don't add the null-device if not needed.
25423
25424 * files.el (save-some-buffers): Doc fix.
25425
25426 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25427
25428 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25429
25430 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25431
25432 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25433 Use `dolist' rather than `mapcar'.
25434
25435 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25436
25437 Add lexical binding.
25438
25439 * subr.el (apply-partially): Use new closures rather than CL.
25440 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25441 (dolist, dotimes): Use slightly different expansion for lexical code.
25442 (functionp): Move to C.
25443 (letrec): New macro.
25444 (with-wrapper-hook): Use it and apply-partially instead of CL.
25445 (eval-after-load): Preserve lexical-binding.
25446 (save-window-excursion, with-output-to-temp-buffer): Turn them
25447 into macros.
25448
25449 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25450
25451 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25452 than the arglist.
25453 (help-add-fundoc-usage): Don't add `Not documented'.
25454 (help-function-arglist): Handle closures, subroutines, and new
25455 byte-code-functions.
25456 (help-make-usage): Remove leading underscores.
25457 (describe-function-1): Handle closures.
25458 (describe-variable): Use special-variable-p for completion.
25459
25460 * files.el (lexical-binding): Declare safe.
25461
25462 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25463 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25464 (pcase): Add `let' pattern.
25465 Change memoization so it actually works.
25466 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25467 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25468 <let>: New case.
25469
25470 * emacs-lisp/macroexp.el: Use lexical binding.
25471 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25472 Don't convert ' to #' without checking that it's indeed quoting
25473 a lambda.
25474
25475 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25476 Use eval-sexp-add-defvars.
25477 (eval-sexp-add-defvars): New fun.
25478
25479 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25480
25481 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25482 Don't autoload.
25483 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25484 than the internal `byte-compile-lambda'.
25485 (defmethod): Don't hide code under quotes.
25486 (eieio-defmethod): New `code' argument.
25487
25488 * emacs-lisp/eieio-comp.el: Remove.
25489
25490 * emacs-lisp/edebug.el (edebug-eval-defun)
25491 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25492 (edebug-toggle): Avoid `eval'.
25493
25494 * emacs-lisp/disass.el (disassemble-internal): Handle new
25495 `closure' objects.
25496 (disassemble-1): Handle new byte codes.
25497
25498 * emacs-lisp/cl.el (pushnew): Silence warning.
25499
25500 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25501 (cl-byte-compile-throw): Remove.
25502 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25503
25504 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25505 closures.
25506
25507 * emacs-lisp/cconv.el: New file.
25508
25509 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25510 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25511 (byte-compile-initial-macro-environment):
25512 Handle declare-function here.
25513 (byte-compile--lexical-environment): New var.
25514 (byte-stack-ref, byte-stack-set, byte-discardN)
25515 (byte-discardN-preserve-tos): New lap codes.
25516 (byte-interactive-p): Don't use any more.
25517 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25518 New macros.
25519 (byte-compile-lapcode): Use them and handle new lap codes.
25520 (byte-compile-obsolete): Remove.
25521 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25522 (byte-compile-arglist-warn): Check late def of inlinable funs.
25523 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25524 since they should have been expanded by now.
25525 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25526 (byte-compile-from-buffer): Remove unused second arg.
25527 (byte-compile-preprocess): New function.
25528 (byte-compile-toplevel-file-form): New function to distinguish
25529 file-form calls from outside from file-form calls from hunk-handlers.
25530 (byte-compile-file-form): Simplify.
25531 (byte-compile-file-form-defsubst): Remove.
25532 (byte-compile-file-form-defmumble): Simplify now that
25533 byte-compile-lambda always returns a byte-code-function.
25534 (byte-compile): Preprocess.
25535 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25536 Remove, not used any more.
25537 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25538 (byte-compile-make-args-desc): New funs.
25539 (byte-compile-lambda): Handle lexical functions. Always return
25540 a byte-code-function.
25541 (byte-compile-reserved-constants): New var, to make up room for
25542 closed-over variables.
25543 (byte-compile-constants-vector): Obey it.
25544 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25545 (byte-compile-macroexpand-declare-function): New function.
25546 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25547 byte-code-functions.
25548 (byte-compile-form): Check obsolescence here.
25549 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25550 (byte-compile-variable-ref): Remove.
25551 (byte-compile-dynamic-variable-op): New fun.
25552 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25553 (byte-compile-variable-set): New funs.
25554 (byte-compile-discard): Add 2 args.
25555 (byte-compile-stack-ref, byte-compile-stack-set)
25556 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25557 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25558 macroexpand-all instead.
25559 (byte-compile-quote-form): Remove.
25560 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25561 (byte-compile-bind, byte-compile-unbind): New funs.
25562 (byte-compile-let): Handle let* and lexical binding.
25563 (byte-compile-let*): Remove.
25564 (byte-compile-catch, byte-compile-unwind-protect)
25565 (byte-compile-track-mouse, byte-compile-condition-case):
25566 Handle a new :fun-body form, used for lexical scoping.
25567 (byte-compile-save-window-excursion)
25568 (byte-compile-with-output-to-temp-buffer): Remove.
25569 (byte-compile-defun): Simplify.
25570 (byte-compile-stack-adjustment): New fun.
25571 (byte-compile-out): Use it.
25572 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25573
25574 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25575 handler any more.
25576
25577 * emacs-lisp/byte-opt.el: Use lexical binding.
25578 (byte-inline-lapcode): Remove (to bytecomp).
25579 (byte-compile-inline-expand): Pay attention to inlining to/from
25580 lexically bound code.
25581 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25582 any more.
25583 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25584 any more and don't call compiler-macros.
25585 (byte-compile-splice-in-already-compiled-code): Remove.
25586 (byte-code): Don't inline any more.
25587 (disassemble-offset): Receive `bytes' as argument rather than via
25588 dynamic scoping.
25589 (byte-compile-tag-number): Declare before first use.
25590 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25591 `return' even if make-spliceable.
25592 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25593 obsolete interactive-p.
25594 (byte-optimize-lapcode): Optimize new lap-codes.
25595 Don't trip up on new form of `byte-constant' lap code.
25596
25597 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25598
25599 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25600
25601 * custom.el (custom-initialize-default, custom-declare-variable):
25602 Use `defvar'.
25603
25604 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25605 New variables.
25606 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25607 (COMPILE_FIRST): Add macroexp and cconv.
25608 * makefile.w32-in: Mirror changes in Makefile.in.
25609
25610 * vc/cvs-status.el:
25611 * vc/diff-mode.el:
25612 * vc/log-edit.el:
25613 * vc/log-view.el:
25614 * vc/smerge-mode.el:
25615 * textmodes/bibtex-style.el:
25616 * textmodes/css-mode.el:
25617 * startup.el:
25618 * uniquify.el:
25619 * minibuffer.el:
25620 * newcomment.el:
25621 * reveal.el:
25622 * server.el:
25623 * mpc.el:
25624 * emacs-lisp/smie.el:
25625 * doc-view.el:
25626 * dired.el:
25627 * abbrev.el: Use lexical binding.
25628
25629 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25630
25631 * info.el (info-display-manual): New function.
25632
25633 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25634
25635 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25636
25637 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25638
25639 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25640 an entry for that server in rcirc-authinfo. (Bug#8385)
25641
25642 2011-03-31 Glenn Morris <rgm@gnu.org>
25643
25644 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25645
25646 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25647
25648 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25649
25650 * progmodes/python.el (python-default-interpreter)
25651 (python-python-command-args, python-jython-command-args)
25652 (python-which-shell, python-which-args, python-which-bufname)
25653 (python-file-queue, python-comint-output-filter-function)
25654 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25655 variables and functions.
25656
25657 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25658
25659 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25660 (completion-in-region-mode): New minor mode.
25661 (completion-in-region): Use it.
25662 (completion-in-region--data, completion-in-region-mode-map): New vars.
25663 (completion-in-region--postch): New function.
25664 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25665 New vars.
25666 (completion--capf-wrapper): New function.
25667 (completion-at-point): Use it to track well-behavedness of
25668 hook functions.
25669 (completion-help-at-point): New command.
25670
25671 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25672
25673 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25674 syntax class to search for whitespace on a single line
25675 (Message-ID: <4D938140.4030905@redhat.com>).
25676
25677 2011-03-30 Leo Liu <sdl.web@gmail.com>
25678
25679 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25680 New commands.
25681 (edit-abbrevs-map): Bind them here.
25682 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25683
25684 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25685
25686 * allout.el (allout-hide-by-annotation, allout-flag-region):
25687 Reduce possibility of overlay leakage by making them volatile.
25688
25689 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25690 hash is not shared between buffers. Mode initialization is
25691 responsible for giving it a useful starting value.
25692 (allout-item-span): Reduce possibility of overlay leakage by
25693 making them volatile.
25694 (allout-widgets-count-buttons-in-region): Add diagnostic function
25695 for tracking down button overlay leaks.
25696
25697 2011-03-29 Leo Liu <sdl.web@gmail.com>
25698
25699 * ido.el (ido-read-internal): Use the default history var
25700 minibuffer-history if no HISTORY is specified.
25701
25702 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25703
25704 * net/imap.el (imap-shell-open, imap-process-connection-type):
25705 Use imap-process-connection-type for 'shell' streams as well as
25706 Kerberos, SSL, other subprocesses.
25707
25708 2011-03-28 Leo Liu <sdl.web@gmail.com>
25709
25710 * abbrev.el (abbrev-table-empty-p): New function.
25711 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25712 nonempty ones. (Bug#5937)
25713
25714 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25715
25716 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25717
25718 2011-03-27 Leo Liu <sdl.web@gmail.com>
25719
25720 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25721 for foreground and background colors.
25722 (ansi-color-make-color-map): Adapt.
25723
25724 2011-03-25 Leo Liu <sdl.web@gmail.com>
25725
25726 * midnight.el (midnight-time-float): Remove. Note it calculates
25727 the microsecond component incorrectly and seconds-to-time does the
25728 same job.
25729 Remove redundant (require 'timer).
25730
25731 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25732 (ido-completions): Remove unused arguments. (Bug#8329)
25733
25734 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25735
25736 * minibuffer.el (completion--flush-all-sorted-completions):
25737 Remove itself from hook.
25738 (completion-at-point): Let the functions perform the completion
25739 immediately and return nil or t.
25740 * comint.el (comint-dynamic-complete-functions): Now identical to
25741 completion-at-point-functions.
25742 (comint-dynamic-list-input-ring): Remove unused var `index'.
25743 (comint--match-partial-filename, comint--unquote&expand-filename):
25744 New funs, split from comint-match-partial-filename.
25745 (comint-dynamic-complete): Use completion-at-point.
25746 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25747
25748 2011-03-24 Drew Adams <drew.adams@oracle.com>
25749
25750 * thingatpt.el: Support `defun'.
25751
25752 2011-03-23 Leo Liu <sdl.web@gmail.com>
25753
25754 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25755
25756 * help-mode.el (help-mode-finish): Tweak regexp.
25757
25758 2011-03-23 Glenn Morris <rgm@gnu.org>
25759
25760 * eshell/esh-opt.el (eshell-eval-using-options):
25761 Do not bind unused local variable `eshell-option-stub'.
25762
25763 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25764
25765 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25766
25767 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25768 keymap variable in `with-no-warnings' to avoid a warning when the
25769 keymap has been already `defconst'ed.
25770
25771 2011-03-22 Leo Liu <sdl.web@gmail.com>
25772
25773 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25774 encode all chars in abbrevs; otherwise use emacs-mule or
25775 utf-8-emacs. (Bug#8308)
25776
25777 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25778
25779 * simple.el (backward-delete-char-untabify):
25780 Avoid warning about using `delete-backward-char'.
25781
25782 * image.el (image-type-file-name-regexps): Make it variable.
25783 `imagemagick-register-types' modifies it, and the user may want
25784 to add new extensions for known image types.
25785 (imagemagick-register-types): Throw error if not using ImageMagick.
25786
25787 2011-03-22 Leo Liu <sdl.web@gmail.com>
25788
25789 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25790 located before rcirc-prompt-end-marker.
25791 (rcirc-complete): Error if point is not after rcirc prompt.
25792 Handle the case when table is nil.
25793 (rcirc-user-authenticated): Define to fix compiler warning.
25794
25795 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25796
25797 * custom.el (custom--inhibit-theme-enable): Make it affect only
25798 custom-theme-set-variables and custom-theme-set-faces.
25799 (provide-theme): Ignore custom--inhibit-theme-enable.
25800 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25801 (custom-enabling-themes): Delete variable.
25802 (enable-theme): Accept only loaded themes as arguments.
25803 Ignore the special custom-enabled-themes variable.
25804 (custom-enabled-themes): Forbid themes from setting this.
25805 Eliminate use of custom-enabling-themes.
25806 (custom-push-theme): Quote "changed" custom var entry.
25807
25808 2011-03-21 Leo Liu <sdl.web@gmail.com>
25809
25810 * ido.el (ido-read-internal): Add ido-selected to history instead
25811 of user input.
25812
25813 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25814
25815 * subr.el (deferred-action-list, deferred-action-function):
25816 Mark obsolete.
25817
25818 2011-03-21 Leo Liu <sdl.web@gmail.com>
25819
25820 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25821 change on 2011-02-13 (bug#8309).
25822
25823 * minibuffer.el (read-file-name-function): Change default value.
25824 (read-file-name--defaults): Rename from read-file-name-defaults.
25825 (read-file-name-default): Rename from read-file-name.
25826 (read-file-name): Call read-file-name-function.
25827
25828 2011-03-21 Glenn Morris <rgm@gnu.org>
25829
25830 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25831 Doc fixes.
25832
25833 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25834
25835 * cus-theme.el: Add missing provide statement.
25836 (customize-create-theme): Extract theme value correctly.
25837 (custom-theme-visit-theme): Autoload.
25838 (customize-create-theme): Prompt before inserting default faces.
25839
25840 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25841
25842 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25843 units and musical notes.
25844
25845 2011-03-20 Leo Liu <sdl.web@gmail.com>
25846
25847 * ido.el (ido-read-internal): Use completing-read-default.
25848 (ido-completing-read): Fix compatibility with completing-read.
25849
25850 2011-03-20 Christian Ohler <ohler@gnu.org>
25851
25852 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25853 (ert-delete-all-tests): Use `called-interactively-p' rather than
25854 `interactive-p'.
25855 (ert--make-xrefs-region): Respect END.
25856
25857 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25858
25859 * dired-aux.el (dired-create-directory): Signal an error if the
25860 directory already exists (Bug#8246).
25861
25862 * facemenu.el (list-colors-display): Call list-faces-display
25863 inside with-help-window.
25864 (list-colors-print): Use display property to align the final
25865 column, instead of checking window-width.
25866
25867 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25868
25869 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25870 windows-nt systems.
25871 (emerge-protect-metachars): Quote correctly for ms-dos and
25872 windows-nt systems.
25873
25874 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25875
25876 * info.el (info-initialize): Replace all uses of `:' with
25877 path-separator for compatibility with non-Unix systems.
25878 Cache quoting of path-separator. (Bug#8258)
25879
25880 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25881
25882 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25883 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25884 (mouse-avoidance-mode): Fix typos in docstrings.
25885
25886 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25887
25888 * startup.el (package-subdirectory-regexp): Move from package.el.
25889 Omit \\` and \\', and let callers add them.
25890
25891 * emacs-lisp/package.el (package-strip-version)
25892 (package-load-all-descriptors): Add \\` and \\' to
25893 package-subdirectory-regexp before using it.
25894 (package-untar-buffer): New arg DIR; ensure that file untars only
25895 into this expected directory. Remove superfluous delete-region.
25896 (package-unpack): Caller changed.
25897 (package-tar-file-info): Use package-subdirectory-regexp.
25898
25899 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25900
25901 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25902 diff-mode-shared-map (bug#8284).
25903 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25904
25905 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25906
25907 * calendar/time-date.el (format-seconds): Use assoc instead of
25908 assoc-string, since assoc-string doesn't exist in XEmacs.
25909
25910 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25911
25912 * custom.el (custom-known-themes): Reflow docstring.
25913 (custom-theme-load-path): Fix typo in docstring.
25914 (load-theme): Fix typo in error message.
25915 (custom-available-themes, custom-variable-theme-value):
25916 Use `let', not `let*'.
25917
25918 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25919
25920 * calc/README: Mention inclusion of musical notes.
25921
25922 * calc/calc-units.el (calc-lu-quant): Rename from
25923 `calc-logunits-quantity'.
25924 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25925 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25926 (calc-db): Rename from `calc-dblevel'.
25927 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25928 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25929 (calc-np): Rename from `calc-nplevel'.
25930 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25931 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25932 (calc-lu-plus): Rename from `calc-logunits-add'.
25933 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25934 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25935 (calc-lu-minus): Rename from `calc-logunits-sub'.
25936 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25937 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25938 (calc-lu-times): Rename from `calc-logunits-mul'.
25939 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25940 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25941 (calc-lu-divide): Rename from `calc-logunits-div'.
25942 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25943 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25944
25945 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25946 functions being autoloaded.
25947
25948 * calc/calc.el (calc-lu-power-reference): Rename from
25949 `calc-logunits-power-reference'.
25950 (calc-lu-field-reference): Rename from
25951 `calc-logunits-field-reference'.
25952
25953 * calc/calc-help.el (calc-l-prefix-help):
25954 Mention musical note functions.
25955
25956 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25957
25958 * minibuffer.el (completion-all-sorted-completions):
25959 Use :completion-cycle-penalty text property if present.
25960
25961 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25962
25963 * allout.el (allout-yank-processing): Adjust for new rebulleting
25964 regime so bullet being yanked is used without prompting the user
25965 for a choice.
25966
25967 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25968
25969 * startup.el (command-line): Warn the user that _emacs is deprecated.
25970
25971 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25972
25973 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25974 (delphi-verbose, delphi-comment-face, delphi-string-face)
25975 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25976 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25977 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25978 (delphi-new-comment-line, delphi-font-lock-defaults)
25979 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25980 Fix typos in docstrings.
25981
25982 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25983
25984 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25985 Invert the roles of character and string values for INSTEAD, so a
25986 string is used for the more common case of a defaulting prompt.
25987
25988 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25989
25990 * progmodes/ruby-mode.el (ruby-backward-sexp):
25991 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25992 * play/gamegrid.el (gamegrid-make-face):
25993 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25994 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25995 * notifications.el (notifications-notify):
25996 * net/xesam.el (xesam-search-engines):
25997 * net/quickurl.el (quickurl-list-insert):
25998 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25999
26000 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26001
26002 * startup.el (command-line): Update package subdirectory regexp.
26003
26004 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26005
26006 * allout.el (allout-abbreviate-flattened-numbering)
26007 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26008
26009 * subr.el (read-char-choice): Only show the cursor after the prompt,
26010 not after the answer.
26011
26012 2011-03-15 Kevin Ryde <user42@zip.com.au>
26013
26014 * help-fns.el (variable-at-point): Skip leading quotes, if any
26015 (bug#8253).
26016
26017 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26018
26019 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26020 warning message.
26021
26022 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26023
26024 * shell.el (shell): When called interactively, offer to change the
26025 shell file name on remote hosts.
26026
26027 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26028
26029 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26030 integration for LDAP parameters. The host, base, user or binddn,
26031 and secret tokens can be specified in a netrc file, for instance.
26032 This is optional because an `auth-source' parameter must be
26033 specified in the search attributes.
26034
26035 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26036
26037 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26038
26039 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26040
26041 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26042 into declaration. Remove redundant and harmful binding.
26043
26044 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26045
26046 * files.el (file-ownership-preserved-p): Pass `integer' as an
26047 explicit 2nd argument to `file-attributes'. If the file's owner
26048 is the Administrators group on Windows, and the current user is
26049 Administrator, consider that a match.
26050
26051 * server.el (server-ensure-safe-dir): Consider server directory
26052 safe on MS-Windows if its owner is the Administrators group while
26053 the current Emacs user is Administrator. Use `=' to compare
26054 numerical UIDs, since they could be integers or floats.
26055
26056 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26057
26058 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26059
26060 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26061
26062 Sync with Tramp 2.2.1.
26063
26064 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26065
26066 * net/trampver.el: Update release number.
26067
26068 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26069
26070 * progmodes/compile.el (compilation--previous-directory): Fix up
26071 various nil/dead-marker mismatches (bug#8014).
26072 (compilation-directory-properties, compilation-error-properties):
26073 Don't call it at a position past the one we're about to change.
26074
26075 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26076 Disable obsolescence warnings in the file that declares it.
26077
26078 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26079
26080 * allout-widgets.el (allout-widgets-tally):
26081 Initialize allout-widgets-tally as a hash table rather than nil to
26082 prevent mode-line redisplay warnings. Also, clarify the module
26083 description and fix a comment typo.
26084
26085 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26086
26087 * help-fns.el (describe-variable): Don't complete keywords.
26088 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26089
26090 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26091
26092 * emacs-lisp/package.el (package-version-join): Impose a standard
26093 string representation for pre/alpha/beta version lists.
26094 (package-unpack-single): Standardize the directory name by passing
26095 it through package-version-join.
26096 (package-strip-rcs-id): Accept any version string that does not
26097 signal an error in version-to-list.
26098
26099 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26100
26101 * simple.el (delete-trailing-whitespace): Return nil for the
26102 benefit of `write-file-functions'.
26103
26104 2011-03-10 Glenn Morris <rgm@gnu.org>
26105
26106 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26107
26108 * vc/vc-git.el (vc-git-program): New option.
26109 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26110 (vc-git--call): Use it.
26111
26112 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26113
26114 * cus-edit.el (Custom-newline): If no button at point, look
26115 for a subgroup button at start-of-line. (Bug#2298)
26116
26117 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26118
26119 2011-03-10 Julien Danjou <julien@danjou.info>
26120
26121 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26122 `cursor-type' is nil.
26123
26124 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26125
26126 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26127
26128 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26129
26130 * allout.el: Change so yank of distinctive-bullet items
26131 preserves the existing header prefix, rebulleting it if necessary,
26132 rather than replacing it. This is necessary for proper operation
26133 of cooperative addons like allout-widgets.
26134 (allout-make-topic-prefix, allout-rebullet-heading):
26135 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26136 value as alternate bullet to be used, instead of prompting the user
26137 for a bullet character.
26138
26139 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26140
26141 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26142 Do not use `tramp-file-name-port', because this returns also
26143 `tramp-default-port'.
26144
26145 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26146
26147 * net/rcirc.el (rcirc-handler-001): Remove useless
26148 with-rcirc-process-buffer.
26149 (rcirc-check-auth-status): Swap arguments to string-match.
26150
26151 2011-03-09 Glenn Morris <rgm@gnu.org>
26152
26153 * shell.el (shell-mode):
26154 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26155
26156 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26157 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26158
26159 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26160
26161 * emacs-lisp/package.el (package-refresh-contents)
26162 (package-menu-execute): Use condition-case-no-debug.
26163
26164 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26165
26166 * simple.el (shell-command-to-string): Use `process-file'.
26167
26168 * emacs-lisp/package.el (package-tar-file-info): Handle also
26169 remote files.
26170
26171 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26172 Use `equal' for upload base check.
26173
26174 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26175
26176 * textmodes/texinfo.el (texinfo-environments):
26177 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26178
26179 2011-03-08 Glenn Morris <rgm@gnu.org>
26180
26181 * cus-start.el (cursor-in-non-selected-windows):
26182 Fix :set quoting oddness. (Bug#8192)
26183
26184 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26185 in some setf expressions. (Bug#2159)
26186
26187 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26188
26189 * custom.el (custom-available-themes): Return themes in
26190 alphabetical order.
26191
26192 See ChangeLog.15 for earlier changes.
26193
26194 ;; Local Variables:
26195 ;; coding: utf-8
26196 ;; End:
26197
26198 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26199
26200 This file is part of GNU Emacs.
26201
26202 GNU Emacs is free software: you can redistribute it and/or modify
26203 it under the terms of the GNU General Public License as published by
26204 the Free Software Foundation, either version 3 of the License, or
26205 (at your option) any later version.
26206
26207 GNU Emacs is distributed in the hope that it will be useful,
26208 but WITHOUT ANY WARRANTY; without even the implied warranty of
26209 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26210 GNU General Public License for more details.
26211
26212 You should have received a copy of the GNU General Public License
26213 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.