epg.el: support pinentry mode added in GnuPG 2.1
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-22 Daiki Ueno <ueno@gnu.org>
2
3 * epg.el (epg-context-pinentry-mode): New function.
4 (epg-context-set-pinentry-mode): New function.
5 (epg--start): Pass --pinentry-mode option to gpg command.
6
7 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
8
9 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
10 `comint-dynamic-complete' is obsolete since 24.1, replaced by
11 `completion-at-point'. (Bug#13774)
12
13 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14 default key binding for `describe-distribution' has been moved to
15 `C-h C-o'. (Bug#13970)
16
17 2013-04-21 Glenn Morris <rgm@gnu.org>
18
19 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
20 Add doc strings.
21 (vc-print-log): Clarify interactive prompt.
22
23 2013-04-20 Glenn Morris <rgm@gnu.org>
24
25 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
26 No longer include timestamp etc information.
27
28 2013-04-20 Roland Winkler <winkler@gnu.org>
29
30 * faces.el (read-face-name): Bug fix, return just one face if arg
31 multiple is nil. (Bug#14209)
32
33 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
36 (remove-function): Autoload.
37
38 * comint.el (comint-redirect-original-filter-function): Remove.
39 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
40 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
41 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
42 * progmodes/prolog.el (prolog-consult-compile):
43 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
44 Use add/remove-function instead.
45 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
46 (gud-tooltip-process-output, gud-tooltip-tips):
47 Use add/remove-function instead.
48 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
49 (scheme-interaction-mode, exit-scheme-interaction-mode):
50 Use add/remove-function instead.
51
52 * vc/vc-dispatcher.el: Use lexical-binding.
53 (vc--process-sentinel): Rename from vc-process-sentinel.
54 Change last arg to be the code to run. Don't use vc-previous-sentinel
55 and vc-sentinel-commands any more.
56 (vc-exec-after): Allow code to be a function. Use add/remove-function.
57 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
58
59 2013-04-19 Masatake YAMATO <yamato@redhat.com>
60
61 * progmodes/sh-script.el (sh-imenu-generic-expression):
62 Handle function names with a single character. (Bug#14111)
63
64 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
65
66 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
67 for subroutines defined in an eval (bug#14182).
68
69 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
70
71 * bookmark.el (bookmark-completing-read): Improve handling of empty
72 string (bug#14176).
73
74 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
77
78 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
79
80 New faster Imenu implementation (bug#14058).
81 * progmodes/python.el:
82 (python-imenu-prev-index-position):
83 (python-imenu-format-item-label-function)
84 (python-imenu-format-parent-item-label-function)
85 (python-imenu-format-parent-item-jump-label-function):
86 New vars.
87 (python-imenu-format-item-label)
88 (python-imenu-format-parent-item-label)
89 (python-imenu-format-parent-item-jump-label)
90 (python-imenu--put-parent, python-imenu--build-tree)
91 (python-imenu-create-index, python-imenu-create-flat-index)
92 (python-util-popn): New functions.
93 (python-mode): Set imenu-create-index-function to
94 python-imenu-create-index.
95
96 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * winner.el (winner-active-region): Use region-active-p, activate-mark
99 and deactivate-mark (bug#14225).
100
101 * simple.el (deactivate-mark): Don't inline it.
102
103 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
104
105 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
106
107 2013-04-18 Tassilo Horn <tsdh@gnu.org>
108
109 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
110 file extensions from the archive-mode entry in order to prefer
111 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
112
113 2013-04-18 Leo Liu <sdl.web@gmail.com>
114
115 * bindings.el (help-event-list): Add ?\?.
116
117 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * subr.el (with-wrapper-hook): Declare obsolete.
120 * simple.el (filter-buffer-substring-function): New hook.
121 (filter-buffer-substring): Use it.
122 (filter-buffer-substring-functions): Mark obsolete.
123 * minibuffer.el (completion-in-region-function): New hook.
124 (completion-in-region): Use it.
125 (completion-in-region-functions): Mark obsolete.
126 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
127 * abbrev.el (abbrev-expand-function): New hook.
128 (expand-abbrev): Use it.
129 (abbrev-expand-functions): Mark obsolete.
130 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
131 and :filter-return.
132
133 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
134
135 * progmodes/python.el (python-nav--syntactically): Fix cornercases
136 and do not care about match data.
137
138 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
141 completion tables when completing error conditions and
142 `declare' arguments.
143 (lisp-complete-symbol, field-complete): Mark as obsolete.
144 (check-parens): Unmatched parens are user errors.
145 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
146
147 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
148
149 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
150 command changed buffer (ie. `flyspell-pre-buffer' is not current
151 buffer), which prevents making decisions based on invalid value of
152 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
153 cause an error when `flyspell-pre-point' was nil after switching
154 buffers.
155 (flyspell-post-command-hook): No longer needs to change buffers when
156 checking pre-word. While at it remove unnecessary progn.
157
158 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
159
160 * textmodes/ispell.el (ispell-add-per-file-word-list):
161 Fix `flyspell-correct-word-before-point' error when accepting
162 words and `coment-padding' is an integer by using
163 `comment-normalize-vars' (Bug #14214).
164
165 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
166
167 New defun movement commands.
168 * progmodes/python.el (python-nav--syntactically)
169 (python-nav--forward-defun, python-nav-backward-defun)
170 (python-nav-forward-defun): New functions.
171
172 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
173
174 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
175 (python-syntax-context): Use named compiler-macro for backwards
176 compatibility with Emacs 24.x.
177
178 2013-04-17 Leo Liu <sdl.web@gmail.com>
179
180 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
181 octave-hide-process-buffer.
182
183 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
186 (bug#14216).
187
188 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
189
190 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
191 Fix adjustment of offset when receiving incomplete responses from GDB
192 (bug#14129).
193
194 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
197 python-mode-abbrev-table.
198 (python-skeleton-define): Adjust accordingly.
199 (python-mode-abbrev-table): New table that inherits from it so that
200 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
201
202 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
203 (abbrev-symbol): Use it.
204 (abbrev--before-point): Use it since we already handle inheritance.
205
206 2013-04-16 Leo Liu <sdl.web@gmail.com>
207
208 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
209 binding to info-lookup-symbol.
210
211 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
212
213 * minibuffer.el (completion--twq-all):
214 * term/ns-win.el (ns-initialize-window-system):
215 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
216
217 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
220 global bindings.
221
222 * doc-view.el (doc-view-start-process): Handle url-handler directories.
223
224 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
225
226 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
227 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
228 to nil.
229 (ruby-end-of-defun): Remove the unused arg, change the docstring
230 to reflect that this function is only used as the value of
231 `end-of-defun-function'.
232 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
233 to reflect an earlier change that beginning/end-of-defun functions
234 jump between methods in a class definition, as well as top-level
235 functions.
236
237 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * minibuffer.el (minibuffer-complete): Don't just scroll
240 a *Completions* that's been iconified.
241 (minibuffer-force-complete): Make sure repetitions do cycle when going
242 through completion-in-region -> minibuffer-complete.
243
244 2013-04-15 Alan Mackenzie <acm@muc.de>
245
246 Correct the placement of c-cpp-delimiters when there're #s not at
247 col 0.
248
249 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
250 place a submatch around the #.
251 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
252 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
253 on the #, not BOL.
254
255 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * emacs-lisp/nadvice.el: Properly test names when adding advice.
258 (advice--member-p): New arg `name'.
259 (advice--add-function, advice-member-p): Use it (bug#14202).
260
261 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
262
263 Reformulate java imenu-generic-expression.
264 The old expression contained ill formed regexps.
265
266 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
267 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
268 (cc-imenu-java-method-arg-regexp): New defconsts.
269 (cc-imenu-java-build-type-args-regex): New defun.
270 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
271 handling of spaces in the regexp.
272
273 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
274
275 * textmodes/ispell.el (ispell-command-loop): Remove
276 flyspell highlight of a word when ispell accepts it (bug #14178).
277
278 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
279
280 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
281 uses code from the previous `ange-ftp-run-real-handler'.
282 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
283 only in case that function exist. This is needed for proper
284 unloading of Tramp.
285
286 2013-04-15 Tassilo Horn <tsdh@gnu.org>
287
288 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
289
290 * textmodes/reftex.el (reftex-compile-variables): Use it.
291
292 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * files.el (normal-mode): Only use default major-mode if no other mode
295 was specified.
296
297 * emacs-lisp/trace.el (trace-values): New function.
298
299 * files.el: Allow : in local variables (bug#14089).
300 (hack-local-variable-regexp): New var.
301 (hack-local-variables-prop-line, hack-local-variables): Use it.
302
303 2013-04-13 Roland Winkler <winkler@gnu.org>
304
305 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
306 data before it gets modified by bibtex-beginning-of-entry.
307
308 2013-04-13 Roland Winkler <winkler@gnu.org>
309
310 * textmodes/bibtex.el (bibtex-url): Doc fix.
311
312 2013-04-13 Roland Winkler <winkler@gnu.org>
313
314 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
315 does not visit a BibTeX file, exclude it from the list of buffers
316 returned by bibtex-initialize.
317
318 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
319
320 * window.el (split-window): Remove interactive form, since as a
321 command this function is a special case of split-window-below.
322 Correct doc string.
323
324 2013-04-12 Roland Winkler <winkler@gnu.org>
325
326 * faces.el (read-face-name): Do not override value of arg default.
327 Allow single faces and strings as default values. Remove those
328 elements from return value that are not faces.
329 (describe-face): Simplify.
330 (face-at-point): New optional args thing and multiple so that this
331 function can provide the same functionality previously provided by
332 read-face-name.
333 (make-face-bold, make-face-unbold, make-face-italic)
334 (make-face-unitalic, make-face-bold-italic, invert-face)
335 (modify-face, read-face-and-attribute): Use face-at-point.
336
337 * cus-edit.el (customize-face, customize-face-other-window)
338 * cus-theme.el (custom-theme-add-face)
339 * face-remap.el (buffer-face-set)
340 * facemenu.el (facemenu-set-face): Use face-at-point.
341
342 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
343
344 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
345
346 2013-04-10 Tassilo Horn <tsdh@gnu.org>
347
348 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
349 off leading { and trailing } from field values.
350
351 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * emacs-lisp/timer.el (timer--check): New function.
354 (timer--time, timer-set-function, timer-event-handler): Use it.
355 (timer-set-idle-time): Simplify.
356 (timer--activate): CSE.
357 (timer-event-handler): Give more info in error message.
358 (internal-timer-start-idle): New function, moved from C.
359
360 * mpc.el (mpc-proc): Add `restart' argument.
361 (mpc-proc-cmd): Use it.
362 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
363 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
364 less often.
365
366 2013-04-10 Masatake YAMATO <yamato@redhat.com>
367
368 * progmodes/sh-script.el: Implement `sh-mode' own
369 `add-log-current-defun-function' (bug#14112).
370 (sh-current-defun-name): New function.
371 (sh-mode): Use the function.
372
373 2013-04-09 Bastien Guerry <bzg@gnu.org>
374
375 * simple.el (choose-completion-string): Fix docstring (bug#14163).
376
377 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
380
381 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
382 timer (bug#14156).
383
384 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
385
386 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
387 declaration.
388
389 2013-04-07 Leo Liu <sdl.web@gmail.com>
390
391 * pcmpl-x.el: New file.
392
393 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
394
395 Do not set x-display-name until X connection is established.
396 This is needed to prevent from weird situation described at
397 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
398 * frame.el (make-frame): Set x-display-name after call to
399 window system initialization function, not before.
400 * term/x-win.el (x-initialize-window-system): Add optional
401 display argument and use it.
402 * term/w32-win.el (w32-initialize-window-system):
403 * term/ns-win.el (ns-initialize-window-system):
404 * term/pc-win.el (msdos-initialize-window-system):
405 Add compatible optional display argument.
406
407 2013-04-06 Eli Zaretskii <eliz@gnu.org>
408
409 * files.el (normal-backup-enable-predicate): On MS-Windows and
410 MS-DOS compare truenames of temporary-file-directory and of the
411 file, so that 8+3 aliases (usually found in $TEMP on Windows)
412 don't fail comparison by compare-strings. Also, compare file
413 names case-insensitively on MS-Windows and MS-DOS.
414
415 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
418 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
419
420 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
421
422 * whitespace.el (whitespace-color-on, whitespace-color-off):
423 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
424
425 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
426
427 * ispell.el (ispell-set-spellchecker-params):
428 Really set `ispell-args' for all equivs.
429
430 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * ido.el (ido-completions): Use extra elements of ido-decorations
433 (bug#14143).
434 (ido-decorations): Update docstring.
435
436 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
437
438 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
439 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
440 nil during initialization, in order not to miss changes since the
441 file was opened. (Bug#14140)
442
443 2013-04-05 Leo Liu <sdl.web@gmail.com>
444
445 * kmacro.el (kmacro-call-macro): Fix bug#14135.
446
447 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
448
449 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
450
451 2013-04-04 Glenn Morris <rgm@gnu.org>
452
453 * electric.el (electric-pair-inhibit-predicate): Add :version.
454
455 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
458 when a package is required several times (bug#14082).
459
460 2013-04-04 Roland Winkler <winkler@gnu.org>
461
462 * faces.el (read-face-name): Behave as promised by the docstring.
463 Assume that arg default is a list of faces.
464 (describe-face): Call read-face-name with list of default faces.
465
466 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
467
468 * bookmark.el: Fix deletion of bookmarks (bug#13972).
469 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
470 (bookmark-bmenu-execute-deletions): Only skip first line if it's
471 the header.
472 (bookmark-exit-hook-internal): Save even if list is empty.
473
474 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
475
476 * emacs-lisp/package.el (package-pinned-packages): New var.
477 (package--add-to-archive-contents): Obey it (bug#14118).
478
479 2013-04-03 Alan Mackenzie <acm@muc.de>
480
481 Handle `parse-partial-sexp' landing inside a comment opener
482 (Bug#13244). Also adapt to the new values of element 7 of a parse
483 state.
484
485 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
486 parameter `not-in-delimiter'. Handle being inside comment opener.
487 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
488 character in case we're typing a '*' after a '/'.
489 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
490 instead by passing the parameter to c-state-pp-to-literal.
491
492 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
493 for elt. 7 of a parse state.
494
495 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
496
497 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
498 * international/latin1-disp.el, international/mule-util.el:
499 * language/cyril-util.el, language/european.el, language/ind-util.el:
500 * language/lao-util.el, language/thai.el, language/tibet-util.el:
501 * language/tibetan.el, language/viet-util.el:
502 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
503
504 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
507 (electric-pair-post-self-insert-function): Use it.
508 (electric-pair-default-inhibit): New function, extracted from
509 electric-pair-post-self-insert-function.
510
511 2013-03-31 Roland Winkler <winkler@gnu.org>
512
513 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
514
515 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
516
517 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
518
519 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
520
521 Un-indent after "pass" and "return" statements (Bug#13888)
522 * progmodes/python.el (python-indent-block-enders): New var.
523 (python-indent-calculate-indentation): Use it.
524
525 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
526
527 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
528 defun. Defining it as defalias could introduce too eager
529 byte-compiler optimization. (Bug#14030)
530
531 2013-03-30 Chong Yidong <cyd@gnu.org>
532
533 * iswitchb.el (iswitchb-read-buffer): Fix typo.
534
535 2013-03-30 Leo Liu <sdl.web@gmail.com>
536
537 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
538 (kmacro-execute-from-register): Pass the keyboard macro to
539 kmacro-call-macro or repeating won't work correctly.
540
541 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
542
543 * progmodes/subword.el: Back to using `forward-symbol'.
544
545 * subr.el (forward-whitespace, forward-symbol)
546 (forward-same-syntax): Move from thingatpt.el.
547
548 2013-03-29 Leo Liu <sdl.web@gmail.com>
549
550 * kmacro.el (kmacro-to-register): New command.
551 (kmacro-execute-from-register): New function.
552 (kmacro-keymap): Bind to 'x'. (Bug#14071)
553
554 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * mpc.el: Use defvar-local and setq-local.
557 (mpc--proc-connect): Connection failures are not bugs.
558 (mpc-mode-map): `follow-link' only applies to the buffer's content.
559 (mpc-volume-map): Bind to the up-events.
560
561 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
562
563 * progmodes/subword.el (superword-mode): Use `forward-sexp'
564 instead of `forward-symbol'.
565
566 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
569 (edebug--recursive-edit): Use it.
570 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
571 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
572
573 2013-03-28 Leo Liu <sdl.web@gmail.com>
574
575 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
576
577 2013-03-27 Eli Zaretskii <eliz@gnu.org>
578
579 * facemenu.el (list-colors-callback): New defvar.
580 (list-colors-redisplay): New function.
581 (list-colors-display): Install list-colors-redisplay as the
582 revert-buffer-function. (Bug#14063)
583
584 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
587 and suffixes don't overlap (bug#14061).
588
589 * case-table.el: Use lexical-binding.
590 (case-table-get-table): New function.
591 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
592
593 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
594
595 * progmodes/subword.el: Add `superword-mode' to do word motion
596 over symbol_words (parallels and leverages `subword-mode' which
597 does word motion inside MixedCaseWords).
598
599 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
600
601 * eshell/em-unix.el: Move su and sudo to...
602 * eshell/em-tramp.el: ...Eshell tramp module.
603
604 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
607 Change return value to be a sexp. Delay `get-buffer' to after
608 restoring the desktop (bug#13951).
609
610 2013-03-26 Leo Liu <sdl.web@gmail.com>
611
612 * register.el: Move semantic tag handling back to
613 cedet/semantic/senator.el. (Bug#14052)
614
615 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
616
617 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
618 into the prompt either (bug#13963).
619
620 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
623 part of "(error-foo)".
624
625 2013-03-24 Juri Linkov <juri@jurta.org>
626
627 * replace.el (list-matching-lines-prefix-face): New defcustom.
628 (occur-1): Pass `list-matching-lines-prefix-face' to the function
629 `occur-engine' if `face-differs-from-default-p' returns t.
630 (occur-engine): Add `,' inside backquote construct to evaluate
631 `prefix-face'. Propertize the prefix with the `prefix-face' face.
632 Pass `prefix-face' to the functions `occur-context-lines' and
633 `occur-engine-add-prefix'.
634 (occur-engine-add-prefix, occur-context-lines): Add optional arg
635 `prefix-face' and propertize the prefix with `prefix-face'.
636 (Bug#14017)
637
638 2013-03-24 Leo Liu <sdl.web@gmail.com>
639
640 * nxml/rng-valid.el (rng-validate-while-idle)
641 (rng-validate-quick-while-idle): Guard against deleted buffer.
642 (Bug#13999)
643
644 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
645 is the last entry in kill-buffer-hook.
646
647 * files.el (kill-buffer-hook): Doc fix.
648
649 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
650
651 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
652 Make it safe-local.
653
654 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
655
656 2013-03-23 Leo Liu <sdl.web@gmail.com>
657
658 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
659 Remove.
660
661 * nxml/rng-valid.el (rng-validate-mode)
662 (rng-after-change-function, rng-do-some-validation):
663 * nxml/rng-maint.el (rng-validate-buffer):
664 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
665 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
666 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
667 (nxml-extend-after-change-region): Use with-silent-modifications.
668
669 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
670 timer-idle-list.
671
672 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
673 (rng-next-error-1, rng-previous-error-1): Do not let-bind
674 timer-idle-list. (Bug#13999)
675
676 2013-03-23 Juri Linkov <juri@jurta.org>
677
678 * info.el (info-index-match): New face.
679 (Info-index, Info-apropos-matches): Add a nested subgroup to the
680 main pattern and add text properties with the new face to matches
681 in index entries relative to the beginning of the index entry.
682 (Bug#14015)
683
684 2013-03-21 Eric Ludlam <zappo@gnu.org>
685
686 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
687 Inhibit read only while inserting objects.
688
689 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
690
691 * progmodes/cfengine.el: Update docs to mention
692 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
693 symbol motion. Remove "_" from the word syntax.
694
695 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
696
697 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
698 syntax for both `cfengine2-mode' and `cfengine3-mode'.
699
700 2013-03-20 Juri Linkov <juri@jurta.org>
701
702 * info.el (Info-next-reference-or-link)
703 (Info-prev-reference-or-link): New functions.
704 (Info-next-reference, Info-prev-reference): Use them.
705 (Info-try-follow-nearest-node): Handle footnote navigation.
706 (Info-fontify-node): Fontify footnotes. (Bug#13989)
707
708 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
711 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
712
713 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
714
715 Suppress unnecessary non-ASCII chatter during build process.
716 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
717 (batch-skkdic-convert): Suppress most of the chatter.
718 It's not needed so much now that machines are faster,
719 and its non-ASCII component was confusing; see Dmitry Gutov in
720 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
721
722 2013-03-20 Leo Liu <sdl.web@gmail.com>
723
724 * ido.el (ido-chop): Fix bug#10994.
725
726 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
727
728 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
729 Remove vars.
730 (whitespace-color-on, whitespace-color-off):
731 Use `font-lock-fontify-buffer' (Bug#13817).
732
733 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
736 remapping in mode-line.
737 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
738
739 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
740
741 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
742 value for `whitespace-line' face (Bug#13875).
743 (whitespace-font-lock-keywords): Change description.
744 (whitespace-color-on): Don't save `font-lock-keywords' value, save
745 the constructed keywords instead.
746 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
747
748 2013-03-19 Leo Liu <sdl.web@gmail.com>
749
750 * progmodes/compile.el (compilation-display-error): New command.
751 (compilation-mode-map, compilation-minor-mode-map): Bind it to
752 C-o. (Bug#13992)
753
754 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
755
756 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
757
758 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
759
760 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
761
762 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
763
764 * net/tramp-compat.el (tramp-compat-user-error): New defun.
765
766 * net/tramp-adb.el (tramp-adb-handle-shell-command):
767 * net/tramp-gvfs.el (top):
768 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
769 (tramp-handle-shell-command): Use it.
770 (tramp-dissect-file-name): Raise an error when hostname is a
771 method name, and neither method nor user is specified.
772
773 * net/trampver.el: Update release number.
774
775 2013-03-18 Leo Liu <sdl.web@gmail.com>
776
777 Make sure eldoc can be turned off properly.
778 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
779 eldoc-mode.
780 (eldoc-display-message-p): Revert last change.
781 (eldoc-display-message-no-interference-p)
782 (eldoc-print-current-symbol-info): Tweak.
783
784 2013-03-18 Tassilo Horn <tsdh@gnu.org>
785
786 * doc-view.el (doc-view-new-window-function): Check the new window
787 overlay's display property instead the char property of the
788 buffer's first char. Use `with-selected-window' instead of
789 `save-window-excursion' with `select-window'.
790 (doc-view-document->bitmap): Check the current doc-view overlay's
791 display property instead the char property of the buffer's first char.
792
793 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
794
795 Automate the build of ja-dic.el (Bug#13984).
796 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
797 from the input, rather than assume that it's been done for us by the
798 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
799 the current date into a ja-dic.el comment, as that complicates
800 regression testing.
801
802 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 * whitespace.el: Fix double evaluation.
805 (whitespace-space, whitespace-hspace, whitespace-tab)
806 (whitespace-newline, whitespace-trailing, whitespace-line)
807 (whitespace-space-before-tab, whitespace-indentation)
808 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
809 obsolete defvars.
810 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
811 (whitespace-color-on): Use a single font-lock-add-keywords call.
812 Fix double-evaluation of face variables.
813
814 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
815
816 * net/tramp-adb.el (tramp-adb-parse-device-names):
817 Use `start-process' instead of `call-process'. Otherwise, the
818 function might be blocked under MS Windows. (Bug#13299)
819
820 2013-03-17 Leo Liu <sdl.web@gmail.com>
821
822 Extend eldoc to display info in the mode-line. (Bug#13978)
823 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
824 (eldoc-mode-line-string): New variable.
825 (eldoc-minibuffer-message): New function.
826 (eldoc-message-function): New variable.
827 (eldoc-message): Use it.
828 (eldoc-display-message-p)
829 (eldoc-display-message-no-interference-p):
830 Support eldoc-post-insert-mode.
831
832 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
833 (eval-expression): Run it.
834
835 2013-03-17 Roland Winkler <winkler@gnu.org>
836
837 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
838 strings in the list of return values.
839
840 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
841
842 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
843 radix before checking for HMS forms.
844
845 2013-03-16 Leo Liu <sdl.web@gmail.com>
846
847 * progmodes/scheme.el: Add indentation and font-locking for λ.
848 (Bug#13975)
849
850 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
853 token before point (bug#13942).
854
855 2013-03-16 Leo Liu <sdl.web@gmail.com>
856
857 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
858
859 2013-03-16 Eli Zaretskii <eliz@gnu.org>
860
861 * startup.el (command-line-normalize-file-name): Fix handling of
862 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
863 <xfq.free@gmail.com> in
864 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
865
866 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
867
868 Sync with Tramp 2.2.7.
869
870 * net/trampver.el: Update release number.
871
872 2013-03-14 Tassilo Horn <tsdh@gnu.org>
873
874 * doc-view.el Fix bug#13887.
875 (doc-view-insert-image): Don't modify overlay associated to
876 non-live windows, and implement horizontal centering of image in
877 case it's smaller than the window.
878 (doc-view-new-window-function): Force redisplay of new windows on
879 doc-view buffers.
880
881 2013-03-13 Karl Fogel <kfogel@red-bean.com>
882
883 * saveplace.el (save-place-alist-to-file): Don't sort
884 `save-place-alist', just pretty-print it (bug#13882).
885
886 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
887
888 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
889 whether `default-file-name-coding-system' is bound. It isn't in
890 XEmacs.
891
892 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
893
894 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
895 backquotes for `obsolete' (bug#13929).
896
897 * international/mule.el (find-auto-coding): Include file name in
898 obsolescence warning (bug#13922).
899
900 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
901
902 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
903 for CFEngine 3-specific indentation.
904 (cfengine3-indent-line): Use it. Fix up category regex.
905 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
906
907 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * type-break.el (type-break-file-name):
910 * textmodes/remember.el (remember-data-file):
911 * strokes.el (strokes-file):
912 * shadowfile.el (shadow-initialize):
913 * saveplace.el (save-place-file):
914 * ps-bdf.el (bdf-cache-file):
915 * progmodes/idlwave.el (idlwave-config-directory):
916 * net/quickurl.el (quickurl-url-file):
917 * international/kkc.el (kkc-init-file-name):
918 * ido.el (ido-save-directory-list-file):
919 * emulation/viper.el (viper-custom-file-name):
920 * emulation/vip.el (vip-startup-file):
921 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
922 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
923
924 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
925
926 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
927 * language/thai-word.el: Switch to UTF-8.
928
929 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
932
933 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
934
935 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
936 Use with-current-buffer and don't move point.
937 (net-utils-run-simple): Remove useless code.
938 (net-utils-remove-ctl-m): Remove unused custom.
939
940 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
941
942 * international/characters.el (glyphless-set-char-table-range): New fun.
943 (update-glyphless-char-display): Use it (bug#13744).
944
945 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
946
947 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
948 namespaces in the syntax, indent closer for hanging brace
949 correctly, allow single-quote delimited 'strings', and make
950 `cfengine3-mode' the default.
951
952 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
953
954 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
955 Use lexical-binding. Fix up docstring according to conventions.
956 (gdbmi-debug-mode): New var.
957 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
958 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
959 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
960 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
961 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
962 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
963 (gdbmi-bnf-incomplete-record-result): New functions.
964 (gdb-car<): Remove function.
965 (gdbmi-record-list): Remove variable.
966 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
967 (gdbmi-bnf-result-state-configs): New const.
968 (gud-gdbmi-marker-filter): Rewrite.
969 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
970 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
971 Add `token' argument.
972 (gdb-done, gdb-error): New functions.
973 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
974
975 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * term/xterm.el (xterm--report-background-handler): Don't burp
978 upon timeout.
979 (xterm--version-handler): Extract from terminal-init-xterm.
980 (xterm--query): Don't mishandle timeout. Remove debugging messages.
981 Allow multiple handlers.
982 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
983
984 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
985 (xterm--report-background-handler, xterm--query): New functions.
986 (terminal-init-xterm): Use them.
987
988 2013-03-11 Michael R. Mauger <michael@mauger.com>
989
990 * progmodes/sql.el Version 3.2
991 Please note that my address changed to <michael@mauger.com>;
992 the <mmaug@yahoo.com> address remains active.
993 (sql-connection-alist): Updates documentation to fix bug#13715.
994 (sql-connect): Handle missing `sql-connection-alist' correctly.
995 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
996 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
997 property.
998 (sql-default-value): New function.
999 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1000 values were not used.
1001 (sql-rename-buffer): Make sure alternate buffer name has no text
1002 properties.
1003 (sql-input-sender, sql-execute-feature): Fetch variable with
1004 `buffer-local-value' rather than `with-current-buffer'.
1005 (sql-*): Use #' function syntax consistently.
1006 (sql-*): Use message/error/user-error consistently.
1007
1008 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * xt-mouse.el (xterm-mouse-event-read): Remove.
1011 (xterm-mouse--read-event-sequence-1000)
1012 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1013
1014 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * term/xterm.el (xterm-function-map): Support format used with
1017 formatOtherKeys=1 (bug#13839).
1018
1019 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1020 (with-no-warnings): Use `declare'.
1021
1022 * whitespace.el (whitespace-enable-predicate): New variable.
1023 (whitespace-enable-predicate): Use it.
1024
1025 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1026 (comint-output-filter, comint-update-fence):
1027 Use with-silent-modifications.
1028
1029 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1030
1031 * replace.el (occur-read-regexp-defaults-function): New var.
1032 (occur-read-regexp-defaults): New defun.
1033 (occur-read-primary-args): Propagate above change (bug#13892).
1034
1035 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1038
1039 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1040
1041 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1042
1043 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1044 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1045 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1046 New defconst.
1047 (tramp-gvfs-file-name-handler-alist) [directory-files]
1048 [directory-files-and-attributes, file-exists-p, file-modes]:
1049 Use Tramp default handler.
1050 [file-acl, file-selinux-context, process-file, set-file-acl]:
1051 [set-file-modes, set-file-selinux-context, shell-command]:
1052 [start-file-process]: Remove handler.
1053 [verify-visited-file-modtime]: New handler.
1054 (tramp-gvfs-dbus-string-to-byte-array)
1055 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1056 calls of `dbus-string-to-byte-array' and
1057 `tramp-gvfs-dbus-byte-array-to-string'.
1058 (tramp-gvfs-handle-copy-file)
1059 (tramp-gvfs-handle-delete-directory)
1060 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1061 (tramp-gvfs-handle-file-directory-p)
1062 (tramp-gvfs-handle-file-executable-p)
1063 (tramp-gvfs-handle-file-name-all-completions)
1064 (tramp-gvfs-handle-file-readable-p)
1065 (tramp-gvfs-handle-file-writable-p)
1066 (tramp-gvfs-handle-insert-directory)
1067 (tramp-gvfs-handle-insert-file-contents)
1068 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1069 (tramp-gvfs-handle-set-visited-file-modtime)
1070 (tramp-gvfs-handle-write-region): Rewrite.
1071 (tramp-gvfs-handle-file-acl)
1072 (tramp-gvfs-handle-file-selinux-context)
1073 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1074 (tramp-gvfs-handle-set-file-modes)
1075 (tramp-gvfs-handle-set-file-selinux-context)
1076 (tramp-gvfs-handle-shell-command)
1077 (tramp-gvfs-handle-start-file-process)
1078 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1079 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1080 over the symlinks. Fix user handling.
1081 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1082 of the D-Bus signals.
1083 (tramp-gvfs-connection-mounted-p): Handle different names of the
1084 D-Bus methods.
1085 (tramp-gvfs-mount-spec-entry): New defun.
1086 (tramp-gvfs-mount-spec): Use it.
1087 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1088 there is a share name. Handle different names of the D-Bus
1089 signals and methods. Set connection properties needed for
1090 `tramp-check-cached-permissions'.
1091 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1092 Return t or nil.
1093
1094 * net/tramp.el (tramp-backtrace): Move up.
1095 (tramp-error): Dump a backtrace into the debug buffer when
1096 `tramp-verbose > 9.
1097 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1098 (tramp-file-mode-permissions, tramp-get-local-uid)
1099 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1100 tramp-sh.el.
1101
1102 * net/tramp-sh.el (tramp-file-mode-type-map)
1103 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1104 (tramp-file-mode-permissions, tramp-get-local-uid)
1105 (tramp-get-local-gid): Move to tramp.el.
1106
1107 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 Separate mouse-1-click-follows-link from mouse-drag-region.
1110 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1111 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1112 (mouse-drag-line, mouse-drag-track):
1113 Remove mouse-1-click-follows-link code.
1114 (mouse--remap-link-click-p): Remove.
1115
1116 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1117
1118 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1119 (hi-lock-read-regexp-defaults): New defun.
1120 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1121 (hi-lock-face-phrase-buffer): Propagate above change.
1122 Update docstring (bug#13892).
1123
1124 * subr.el (find-tag-default-as-regexp): New defun.
1125 * replace.el (read-regexp): Propagate above change.
1126
1127 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1128
1129 * calc/calc-units.el (calc-convert-units): Fix the way that default
1130 new units are stored.
1131
1132 2013-03-07 Matthias Meulien <orontee@gmail.com>
1133
1134 * bookmark.el: Define a face to highlight bookmark names in
1135 bookmark menu buffers, where the default is a bold face similarly
1136 to buffer names in buffer menu buffers.
1137 (bookmark-menu-bookmark): New face to highlight bookmark names.
1138 (bookmark-insert-location): Remove duplicated text property to
1139 conform to buffer list (see `list-buffers').
1140 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1141 `bookmark-menu-bookmark' to bookmark names.
1142
1143 2013-03-07 Matthias Meulien <orontee@gmail.com>
1144 Karl Fogel <kfogel@red-bean.com>
1145
1146 * bookmark.el: Display the bookmark list header similarly to the
1147 buffer list header (see `list-buffers'), where the default is now
1148 an immovable/immutable header line.
1149 (bookmark-bmenu-use-header-line): New variable.
1150 (bookmark-bmenu-inline-header-height): New name for
1151 `bookmark-bmenu-header-height', to avoid confusion with the code
1152 for the new immovable header. All references changed.
1153 (bookmark-bmenu-set-header): New function.
1154 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1155 Conditionalize header construction accordingly.
1156 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1157 the inline header height.
1158 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1159 Conditionalize the skipping of the inline header height.
1160
1161 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1162
1163 * progmodes/js.el (js--multi-line-declaration-indentation):
1164 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1165
1166 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1167
1168 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1169 Only propertize regexp when not inside a string (Bug#13885).
1170
1171 2013-03-06 Alan Mackenzie <acm@muc.de>
1172
1173 Correct the position of point in some line-up functions.
1174 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1175 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1176 point at column 0 rather than at a random place in the line.
1177
1178 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1179
1180 * net/tramp-compat.el (tramp-compat-delete-directory):
1181 Implement TRASH argument.
1182
1183 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1184
1185 Keep pre-existing highlighting in completion candidates (Bug#13250).
1186 * minibuffer.el (completions-first-difference): State that the
1187 face is "added" in the docstring.
1188 (completions-common-part): Same. And don't inherit from default.
1189 (completion-hilit-commonality): Prepend 'completions-common-part
1190 and 'completion-first-difference faces to the 'face property,
1191 instead of replacing the value(s).
1192 (completion--insert-strings): Same with 'completions-annotations face.
1193 (completion-hilit-commonality): Use 'face instead of
1194 'font-lock-face, because it gets priority if the completion
1195 strings already have 'face set.
1196
1197 2013-03-04 Alan Mackenzie <acm@muc.de>
1198
1199 Replace `last-command-event' by `last-command-char' in XEmacs.
1200 * progmodes/cc-defs.el (c-last-command-char): New macro.
1201 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1202 (c-semi&comma-no-newlines-before-nonblanks)
1203 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1204 in place of `last-command-event'.
1205 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1206 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1207 (c-electric-paren, c-electric-continued-statement): Use the new
1208 macro in place of `last-command-event'.
1209
1210 2013-03-04 Glenn Morris <rgm@gnu.org>
1211
1212 * files.el (inhibit-local-variables-regexps):
1213 Add .diff and .patch. (Bug#13862)
1214
1215 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1216
1217 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1218 whether the "su" command is available on the device.
1219
1220 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1221
1222 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1223 (tramp-adb-handle-process-file): Remove superfluous setting.
1224 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1225 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1226 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1227
1228 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1229
1230 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1231 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1232 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1233 Use dict-key rather than dict-name for the error message.
1234
1235 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1236
1237 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1238 when reverting (bug#13831).
1239
1240 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1241
1242 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1243 Always expand affix-file before storing to protect against changed
1244 `default-directory'.
1245 (ispell-print-if-debug): Make sure message is printed at the end
1246 of the debug buffer.
1247
1248 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1249
1250 * net/tramp.el (tramp-obsolete-methods): New defconst.
1251 (tramp-warned-obsolete-methods): New defvar.
1252 (tramp-find-method): Check for obsolete methods. Map them to a
1253 replacement method if appropriate.
1254
1255 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1256 Remove methods.
1257 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1258 "ssh2" and "plink1".
1259
1260 2013-02-28 Dale Sedivec <dale@codefu.org>
1261
1262 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1263 Return valid syntax-table property value when converting
1264 quotes within text from string syntax to punctuation syntax (bug#13844).
1265
1266 2013-02-28 Juri Linkov <juri@jurta.org>
1267
1268 * dired-aux.el (dired-diff): If file at point is a backup file,
1269 use its original as the default value, and reverse the order
1270 of arguments to the `diff' call. Doc fix. (Bug#13772)
1271
1272 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1273
1274 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1275 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1276
1277 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1278
1279 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1280
1281 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1282 Ask hunspell about available and default dictionaries.
1283 (ispell-parse-hunspell-affix-file): Extract relevant info from
1284 hunspell affix file.
1285 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1286 `ispell-dictionary-alist' entry for given dictionary after info
1287 provided by `ispell-parse-hunspell-affix-file'.
1288 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1289 of parsed hunspell dicts and associated affix files.
1290 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1291 of parsed hunspell dicts and associated parameters.
1292 (ispell-set-spellchecker-params):
1293 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1294 previously done.
1295 (ispell-start-process):
1296 Call `ispell-hunspell-fill-dictionary-entry' for current
1297 dictionary if it is not initialized.
1298
1299 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * imenu.el: Comment nitpicks.
1302
1303 2013-02-28 Sam Steingold <sds@gnu.org>
1304
1305 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1306 See <http://stackoverflow.com/questions/14720205>.
1307
1308 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1309
1310 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1311 (net-utils-mode): Use it.
1312 (net-utils--revert-cmd): New var.
1313 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1314 (traceroute): Use net-utils-run-simple.
1315
1316 2013-02-28 Glenn Morris <rgm@gnu.org>
1317
1318 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1319
1320 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1323 (doc-view-fallback-mode): Remove overlays here.
1324 (doc-view-toggle-display): Instead of here. Don't throw away
1325 image-mode-winprops-alist.
1326 (doc-view-goto-page): Don't mess with hscroll.
1327
1328 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1329
1330 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1331 &optional (bug#13819).
1332
1333 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1334
1335 * net/tramp-adb.el (tramp-adb-parse-device-names)
1336 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1337
1338 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1339
1340 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1341 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1342 defined. POSIX environments fall back to the "C" locale then and
1343 emit a warning, which shall be suppressed.
1344
1345 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1348 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1349
1350 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1353
1354 2013-02-25 Juri Linkov <juri@jurta.org>
1355
1356 * replace.el (read-regexp): Let-bind `default' to the first
1357 element of `defaults' if it's a list, otherwise it should be
1358 a string or nil. Let-bind `suggestions' to `defaults' if it's
1359 a list, otherwise make a list with the string value. Doc fix.
1360 (Bug#13805)
1361
1362 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1363
1364 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1365 that match "\`\.#", to avoid compiling lock files, even if they
1366 are readable (as they are on MS-Windows).
1367
1368 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * files.el (basic-save-buffer): Remove redundant directory-creation.
1371
1372 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1373
1374 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1375 Add option to force `pi' to remain symbolic.
1376 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1377 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1378 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1379 derivatives, when necessary.
1380
1381 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1382
1383 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1384 (ps-mode-octal-region): Use string-make-unibyte.
1385
1386 2013-02-23 Glenn Morris <rgm@gnu.org>
1387
1388 * emulation/viper-cmd.el (viper-submit-report):
1389 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1390 * progmodes/vera-mode.el (vera-mode-help-address):
1391 * textmodes/artist.el (artist-maintainer-address):
1392 * textmodes/reftex.el (reftex-report-bug):
1393 * vc/ediff-util.el (ediff-submit-report):
1394 Add bug-gnu-emacs to bug report address.
1395
1396 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1397 Remove bug report entries.
1398 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1399
1400 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1401 (byte-compile-file, byte-compile-from-buffer):
1402 Use separate input/output buffers for each level of recursive
1403 byte-compile-file calls. (Bug#13787)
1404
1405 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1406
1407 * net/tramp.el (tramp-methods): Fix docstring.
1408 (tramp-ssh-controlmaster-options): Rename it from
1409 `tramp-ssh-controlmaster-template'. Return a string.
1410 (tramp-default-method): Adapt check for
1411 `tramp-ssh-controlmaster-options'.
1412
1413 * net/tramp-sh.el (tramp-methods):
1414 Replace `tramp-ssh-controlmaster-template' by "%c".
1415 (tramp-do-copy-or-rename-file-out-of-band)
1416 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1417 that it is applied for the first hop only.
1418
1419 2013-02-22 Juri Linkov <juri@jurta.org>
1420
1421 * isearch.el (isearch-lazy-highlight-new-loop):
1422 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1423 to `isearch-other-end' if it is not nil. (Bug#13402)
1424
1425 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1426 to `match-beg'.
1427
1428 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1429 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1430 and `isearch-error' to nil.
1431
1432 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1433
1434 * progmodes/python.el (python-info-current-defun):
1435 Enhance match-data cluttering prevention.
1436
1437 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1438
1439 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1440
1441 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1442 Handle multibyte file names.
1443
1444 2013-02-22 Glenn Morris <rgm@gnu.org>
1445
1446 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1447 (sgml-transformation-function): Give it a :set function.
1448 (sgml-tag): Doc fix.
1449
1450 * cmuscheme.el (scheme-buffer):
1451 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1452 * progmodes/tcl.el (inferior-tcl-buffer):
1453 * textmodes/tex-mode.el (tex-command): Doc fixes.
1454
1455 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1456
1457 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1458
1459 2013-02-21 Bastien Guerry <bzg@gnu.org>
1460
1461 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1462
1463 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1464
1465 * progmodes/python.el (python-info-current-defun):
1466 Enhance match-data cluttering prevention.
1467
1468 2013-02-21 Glenn Morris <rgm@gnu.org>
1469
1470 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1471 loaded while outline-regexp is let bound. (Bug#9584)
1472
1473 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1474
1475 * progmodes/python.el (python-info-current-defun): Fix failed
1476 defun name retrieval because of unwanted match-data cluttering.
1477
1478 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1479
1480 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1481 defconst. Apply independent check for ControlPersist.
1482
1483 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1484 temporarily, via "env".
1485
1486 2013-02-21 Glenn Morris <rgm@gnu.org>
1487
1488 * info.el (Info-enable-edit): Remove.
1489 (Info-edit): Disable it rather than using Info-enable.
1490 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1491 (Info-cease-edit): Make editing of Info files obsolete.
1492
1493 * informat.el (Info-tagify):
1494 Handle buffers not visiting files. (Bug#13763)
1495
1496 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1499
1500 2013-02-21 Glenn Morris <rgm@gnu.org>
1501
1502 * files.el (basic-save-buffer): Move check for existing parent
1503 directory after hooks. (Bug#13773)
1504
1505 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * simple.el (command-execute): Move from C. Add obsolete check.
1508 (extended-command-history): Move from C.
1509
1510 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1511
1512 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1513 (jka-compr-mode-alist-additions): Handle .txz suffix for
1514 XZ-compressed tar archives (bug#13770).
1515
1516 2013-02-20 Bastien Guerry <bzg@gnu.org>
1517
1518 * outline.el (outline-regexp, outline-heading-end-regexp):
1519 Make variables, not options (bug#13731).
1520
1521 2013-02-20 Glenn Morris <rgm@gnu.org>
1522
1523 * image.el (image-current-frame): Change from variable to function.
1524 (image-show-frame): Rename from image-nth-frame. Update callers.
1525 * image-mode.el (image-multi-frame): New variable.
1526 (image-mode-map, image-mode, image-goto-frame):
1527 Use image-multi-frame rather than image-current-frame.
1528 (image-mode, image-goto-frame): Use image-current-frame as
1529 function rather than as variable.
1530
1531 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1532 * emacs-lisp/cl-macs.el (cl--make-type-test)
1533 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1534
1535 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1536
1537 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1538 (tramp-get-file-property, tramp-set-file-property)
1539 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1540 (tramp-flush-file-property, tramp-flush-directory-property):
1541 Rename argument to KEY.
1542 (tramp-flush-connection-property): Simplify a little bit.
1543 (tramp-connection-property-p): New defun.
1544 (top): Reapply saved values only if there isn't a corresponding
1545 entry in `tramp-connection-properties'.
1546
1547 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1548
1549 * progmodes/python.el (python-indent-context):
1550 Fix python-info-line-ends-backslash-p call.
1551 (python-info-line-ends-backslash-p)
1552 (python-info-beginning-of-backslash): Respect line-number argument.
1553 (python-info-current-line-comment-p):
1554 Fix behavior when not at beginning-of-line.
1555 (python-util-position): Remove function.
1556 (python-util-goto-line): New function.
1557
1558 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1559
1560 * eshell/em-unix.el (eshell/su): Require tramp.
1561 (eshell/sudo): Require tramp. Remove now unnecessary check.
1562
1563 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1564 `tramp-current-connection' in order to avoid an error when several
1565 commands are invoked in a short time in eshell and friends.
1566
1567 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 Cleanup some of EIEIO's namespace.
1570 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1571 Use it to define all the class-* and object-* field accessors (renamed
1572 to eieio--class-* and eieio--object-*). Update all uses.
1573 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1574 class-num-slots and object-num-slots.
1575 (eieio--check-type): New macro.
1576 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1577 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1578 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1579 (object-assoc-list-safe): Use it.
1580 (eieio-defclass): Tighten regexp.
1581 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1582 Remove unreachable code.
1583 (object-class-fast): Declare obsolete.
1584 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1585 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1586 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1587 Rename from class-name, object-name, object-set-name-string,
1588 object-class, object-class-name, class-parents, class-children,
1589 class-precedence-list, class-parent; with obsolete alias.
1590 (class-of, class-direct-superclasses, class-direct-subclasses):
1591 Declare obsolete.
1592 (eieio-defmethod): Use `memq'; remove unreachable code.
1593 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1594 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1595 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1596
1597 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1598
1599 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1600 commentary.
1601
1602 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1603
1604 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1605 Use font-lock-keyword-face for macros and special forms (bug#8345).
1606
1607 2013-02-17 Didier Verna <didier@didierverna.net>
1608
1609 * net/network-stream.el (network-stream-open-starttls):
1610 Check that response to the starttls-command is non-nil. (Bug#13706)
1611
1612 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1615 Don't assume all identifier chars have syntax word.
1616 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1617 Remove bar-not-symbol. Adjust callers.
1618 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1619
1620 2013-02-17 Leo Liu <sdl.web@gmail.com>
1621
1622 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1623
1624 2013-02-17 Glenn Morris <rgm@gnu.org>
1625
1626 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1627
1628 * image-mode.el (image-mode-map): Add image-dired menu entry.
1629
1630 * image-dired.el (tumme): Make this alias obsolete.
1631
1632 2013-02-16 Glenn Morris <rgm@gnu.org>
1633
1634 * image.el (image-animated-types): Remove.
1635 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1636 (image-animated-p): Make obsolete alias.
1637 (image-animate, image-nth-frame, image-animate-timeout):
1638 Use image-multi-frame-p.
1639 (image-animate-timeout): If no delay, use image-default-frame-delay.
1640 * image-mode.el (image-mode, image-toggle-animation):
1641 Use image-multi-frame-p. (Bug#763, bug#10739)
1642 (image-mode): Adjust startup message for a multi-frame image.
1643
1644 * image-mode.el (image-mode-map): Give it a menu.
1645
1646 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1647
1648 * net/tramp-cache.el (tramp-connection-properties): New customer
1649 option.
1650 (tramp-get-connection-property): Use it.
1651
1652 * net/tramp-compat.el (top): Require 'trampver.
1653
1654 * net/tramp-sh.el (tramp-remote-process-environment):
1655 Set tramp-autoload cookie.
1656
1657 2013-02-16 Kevin Ryde <user42@zip.com.au>
1658
1659 * info-look.el (info-lookup-select-mode): If major-mode has no
1660 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1661
1662 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1663
1664 * replace.el (read-regexp): Tighten the regexp that matches tag.
1665 When tag is retrieved with `find-tag-default', use regexp that
1666 matches tag at point. Also update docstring (Bug#13687).
1667
1668 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1669
1670 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1671 add watch for the file, not its parent directory, since w32notify
1672 sets up the watch for the directory internally. (Bug#13725)
1673
1674 2013-02-16 Glenn Morris <rgm@gnu.org>
1675
1676 * image.el (image-default-frame-delay): New variable.
1677 (image-animated-p): Use image-default-frame-delay.
1678 (image-minimum-frame-delay): New constant.
1679 (image-animate-timeout): Use image-minimum-frame-delay.
1680
1681 * image.el (image-nth-frame): New, split from image-animate-timeout.
1682 (image-animate-timeout): Use image-nth-frame.
1683 * image-mode.el (image-goto-frame, image-next-frame)
1684 (image-previous-frame): New commands.
1685 (image-mode-map): Add new frame commands.
1686
1687 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1688
1689 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1690 If col-desc already has help-echo, use it. (Bug#13563)
1691
1692 2013-02-16 Glenn Morris <rgm@gnu.org>
1693
1694 * image.el (image-current-frame): New variable.
1695 (image-animate-timeout): Set image-current-frame.
1696 * image-mode.el (image-mode): For animated images,
1697 display a frame counter via mode-line-process.
1698
1699 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1700
1701 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1704
1705 2013-02-15 Alan Mackenzie <acm@muc.de>
1706
1707 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1708 global minor mode has been enabled, call the minor mode function
1709 for a new buffer once only, after the major mode hook, whilst
1710 allowing that hook explicitly to disable the minor mode.
1711 (MODE-disable-in-buffer): New (generated) function.
1712 (disable-MODE): New (generated) buffer local variable.
1713
1714 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1715
1716 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1717 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1718 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1719 `ido-next-match' and `ido-prev-match' resply.
1720 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1721 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1722 `icomplete-backward-completions' (Bug#13708).
1723
1724 2013-02-15 Glenn Morris <rgm@gnu.org>
1725
1726 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1727
1728 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1731 (goto-address-fontify-region): Use them instead of narrowing, so
1732 syntax-ppss has access to the whole buffer.
1733
1734 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1735
1736 * progmodes/python.el: Explain how to restore "cc-mode"-like
1737 forward-sexp movement in header documentation (Bug#13642).
1738 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1739 comments and strings (GH bug 114).
1740
1741 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1742
1743 * progmodes/python.el (python-info-current-defun): Fix current
1744 defun detection (Bug#13618).
1745
1746 2013-02-15 Chong Yidong <cyd@gnu.org>
1747
1748 * xml.el (xml-parse-string): Fix typo in handling of bad character
1749 references.
1750
1751 2013-02-15 Glenn Morris <rgm@gnu.org>
1752
1753 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1754
1755 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1756
1757 * net/tramp.el (tramp-debug-message):
1758 Add `tramp-condition-case-unless-debug'.
1759 (tramp-debug-on-error): New defvar.
1760 (tramp-condition-case-unless-debug): New defun.
1761 (tramp-file-name-handler): Use it.
1762
1763 2013-02-14 Juri Linkov <juri@jurta.org>
1764
1765 * info.el (Info-isearch-filter): Treat non-nil values of
1766 `search-invisible' including its default value `open'
1767 like the value `t' to match hidden text. (Bug#13402)
1768
1769 2013-02-14 Glenn Morris <rgm@gnu.org>
1770
1771 * help-fns.el (find-lisp-object-file-name): Give special treatment
1772 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1773
1774 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1775
1776 * net/quickurl.el (quickurl-save-urls):
1777 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1778
1779 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1780
1781 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1782 depth for unfinished percent literal. Not using it in the caller.
1783 (ruby-move-to-block): Jump over multiline literals of all types,
1784 ignoring code-looking contents inside them.
1785 (ruby-add-log-current-method): Improve performance at the expense
1786 of accuracy. `ruby-block-contains-point' is relatively slow, so
1787 only use it for method and singleton class blocks.
1788
1789 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1790
1791 Use ControlMaster where applicable. (Bug#13677)
1792
1793 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1794 replacing `tramp-detect-ssh-controlmaster'.
1795 (tramp-default-method): Use it.
1796
1797 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1798 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1799 arguments.
1800 [scpc, rsyncc]: Remove methods.
1801 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1802 and "ssh2_old".
1803 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1804 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1805
1806 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * emacs-lisp/package.el (package--initialized): Move before first use.
1809
1810 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1811
1812 * icomplete.el (icomplete-hide-common-prefix): New user option.
1813 (icomplete-first-match): New face.
1814 (icomplete-completions): Correct handling of "complete but not
1815 unique" (Bug#12638).
1816
1817 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1818
1819 * descr-text.el (describe-char): Display the script (bug#13698).
1820
1821 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * tmm.el: Use lexical-binding and current-active-maps.
1824 (tmm-menubar): Use map-keymap and pcase.
1825 (tmm--completion-table): New function.
1826 (tmm-prompt): Use it to fix the menu order.
1827 (tmm-get-keybind): Use current-active-maps.
1828
1829 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1830
1831 Add dired-hide-details-mode. (Bug#6799)
1832
1833 * locate.el (locate-mode): Set parent mode property to dired-mode.
1834
1835 * find-dired.el (find-dired): Call dired-insert-set-properties on
1836 initial information line. Set process mark on end of buffer.
1837 (find-dired-sentinel):
1838 Call dired-insert-set-properties on summary.
1839
1840 * dired.el (dired-hide-details-hide-symlink-targets)
1841 (dired-hide-details-hide-information-lines): New options.
1842 (dired-insert-directory):
1843 Set properties after final treatment of output.
1844 (dired-insert-set-properties):
1845 Set dired-hide-details-* properties.
1846 (dired-mode-map): Bind dired-hide-details-mode.
1847 (dired-mode): Set buffer-invisibility-spec to a list.
1848 (dired-next-line): Skip hidden lines.
1849 (dired-previous-line): Use dired-next-line.
1850 (dired-hide-details-mode): New minor mode.
1851 (dired-hide-details-update-invisibility-spec): New function.
1852
1853 2013-02-13 Glenn Morris <rgm@gnu.org>
1854
1855 * play/yow.el: Move to obsolete/. (Bug#9384)
1856
1857 2013-02-13 Juri Linkov <juri@jurta.org>
1858
1859 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1860 to select `ediff-control-frame' and set input focus correctly on Xfce.
1861 (Bug#12218)
1862
1863 2013-02-13 Juri Linkov <juri@jurta.org>
1864
1865 * image-mode.el (image-mode-map):
1866 * doc-view.el (doc-view-mode-map):
1867 * vc/ediff-util.el (ediff-setup-keymap):
1868 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1869
1870 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1871
1872 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1873 performance. Instead of recalculating indentation fully for each
1874 line, sum up indentation depth based only on visited lines.
1875 (ruby-parse-partial): Increase the depth after "do" even when END
1876 is right after it.
1877 (ruby-parse-partial): When END is in the middle of a percent
1878 literal, increase the depth if the delimiter chars belong to the
1879 paren syntax class.
1880
1881 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1882
1883 * play/fortune.el (fortune-compile): Also make the compiled file
1884 if it does not exist at all, not just if it is old. (Bug#5338)
1885
1886 2013-02-13 Glenn Morris <rgm@gnu.org>
1887
1888 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1889
1890 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1891
1892 * lisp/emacs-lisp/package.el (package-menu-execute):
1893 Add optional noquery argument. (Bug#13625)
1894
1895 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1896
1897 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1898 if DIR exists and PARENTS is non-nil.
1899
1900 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1901
1902 * progmodes/js.el (js--multi-line-declaration-indentation):
1903 Silence byte-compiler warning.
1904
1905 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1906
1907 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1908
1909 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1910 only if it doesn't exist.
1911
1912 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1913 Set process marker.
1914
1915 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1916
1917 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1918 UserInstallation when calling soffice to work around LibreOffice
1919 bug 37531.
1920
1921 2013-02-12 Glenn Morris <rgm@gnu.org>
1922
1923 * files.el (basic-save-buffer):
1924 Offer to create a non-existing directory. (Bug#3016)
1925
1926 * calc/calc-graph.el (calc-graph-show-dumb):
1927 * calendar/calendar.el (calendar-mode-map):
1928 * cus-edit.el (custom-mode-map):
1929 * ehelp.el (electric-help-map):
1930 * emulation/vip.el (vip-mode-map):
1931 * epa.el (epa-key-list-mode-map):
1932 * info.el (Info-mode-map):
1933 * mail/rmail.el (rmail-mode-map):
1934 * mail/rmailsum.el (rmail-summary-mode-map):
1935 * man.el (Man-mode-map):
1936 * net/newst-plainview.el (newsticker-mode-map):
1937 * progmodes/cpp.el (cpp-edit-mode-map):
1938 * progmodes/grep.el (grep-mode-map):
1939 * progmodes/idlw-help.el (idlwave-help-mode-map):
1940 * simple.el (special-mode-map):
1941 * startup.el (splash-screen-keymap):
1942 * view.el (view-mode-map):
1943 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1944
1945 2013-02-11 Elias Pipping <pipping@lavabit.com>
1946
1947 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1948 (bug#13679).
1949
1950 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1953
1954 2013-02-11 Glenn Morris <rgm@gnu.org>
1955
1956 * vc/diff.el (diff-use-labels): New variable.
1957 (diff-no-select): Use --label rather than -L, and first
1958 check that it is supported. (Bug#11067)
1959
1960 * files.el (enable-dir-local-variables): New variable.
1961 (hack-dir-local-variables): Respect enable-dir-local-variables.
1962 * tutorial.el (help-with-tutorial):
1963 Ignore directory-local variables. (Bug#11127)
1964
1965 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1966 (vc-svn-global-switches): ... to here. (Bug#13513)
1967
1968 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
1969
1970 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1971 Handle "foo (bar, default: xxx): " prompts.
1972
1973 2013-02-10 Chong Yidong <cyd@gnu.org>
1974
1975 * files.el (basic-save-buffer-1): Do not set
1976 buffer-file-coding-system-explicit (Bug#4533).
1977
1978 * mail/emacsbug.el (report-emacs-bug): Change binding of
1979 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1980
1981 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1982
1983 * calc/calc.el (calc-allow-units-as-numbers): New variable.
1984 * calc/calc-units.el (calc-convert-units): Use new variable.
1985
1986 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1987
1988 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1989
1990 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1991 buffer-file-type.
1992
1993 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1994 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1995 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1996 coding-system-for-write instead.
1997
1998 * jka-compr.el (jka-compr-write-region): Don't bind
1999 buffer-file-type.
2000
2001 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2002 buffer-file-type.
2003
2004 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2005 (insert-file-contents-literally): Remove reference to
2006 file-name-buffer-file-type-alist.
2007
2008 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2009 make-obsolete.
2010 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2011 (find-buffer-file-type-coding-system): Remove references to
2012 find-buffer-file-type-match, find-buffer-file-type, and
2013 buffer-file-type.
2014 Don't put find-buffer-file-type-coding-system into
2015 file-coding-system-alist.
2016 (find-file-binary, find-file-text): Bind coding-system-for-read
2017 instead of file-name-buffer-file-type-alist.
2018
2019 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2020
2021 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2022 converter (Bug#13622).
2023 (doc-view-unoconv-program): Make obsolete alias.
2024 (doc-view-odf->pdf-converter-program): New variable.
2025 (doc-view-odf->pdf-converter-function): New variable.
2026 (doc-view-mode-p): Use it.
2027 (doc-view-odf->pdf-converter-unoconv):
2028 Rename from `doc-view-odf->pdf-converter-unoconv'.
2029 (doc-view-odf->pdf-converter-soffice): New function.
2030 (doc-view-convert-current-doc):
2031 Use `doc-view-odf->pdf-converter-function'.
2032
2033 2013-02-09 Chong Yidong <cyd@gnu.org>
2034
2035 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2036 view-echo-area-messages (Bug#13340).
2037
2038 * help.el (view-echo-area-messages): Use display-buffer.
2039
2040 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2041 (Bug#13561).
2042
2043 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2046 Eval body right away, now that we do eager macroexpansion (bug#13605).
2047
2048 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2049 (fundamental-mode): Use run-mode-hooks.
2050
2051 * eshell/esh-proc.el (eshell/kill): Fix last change.
2052 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2053
2054 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2055
2056 * eshell/esh-proc.el (eshell/kill): Rewrite.
2057
2058 * eshell/em-ls.el (show-almost-all): Declare.
2059 (eshell-do-ls): Add support for -A argument.
2060
2061 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2062
2063 * icomplete.el (icomplete-forward-completions)
2064 (icomplete-backward-completions): Handle corner case (bug#13602).
2065
2066 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2067
2068 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2069 be nil. Handle this. (Bug#13636)
2070
2071 2013-02-07 Richard Stallman <rms@gnu.org>
2072
2073 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2074 `save-buffer-coding-system'.
2075
2076 2013-02-07 Alan Mackenzie <acm@muc.de>
2077
2078 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2079 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2080 (c-parse-state-get-strategy): Don't return 'BOD any more.
2081 (c-append-lower-brace-pair-to-state-cache):
2082 Extra parameter HERE instead of narrowing.
2083 Widen to top of buffer before searching backwards for a brace pair.
2084 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2085 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2086 Narrow to parameter HERE, in place of being called narrowed.
2087 (c-remove-stale-state-cache): Extra parameter HERE in place of
2088 narrowing. Check there's an open brace in the cache before
2089 searching for its match.
2090 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2091 (c-parse-state-1): Don't narrow here for 'forward strategy,
2092 instead passing extra parameter HERE to several functions.
2093 Remove 'BOD strategy.
2094
2095 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2096
2097 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2098 used to install the package.
2099
2100 2013-02-06 Glenn Morris <rgm@gnu.org>
2101
2102 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2103 if we can't get user input. (Bug#6567)
2104
2105 * startup.el (command-line): If simple.el is missing,
2106 test and warn about for some possible causes.
2107
2108 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2109
2110 * cus-start.el (all): Add ns-use-native-fullscreen.
2111
2112 2013-02-05 Glenn Morris <rgm@gnu.org>
2113
2114 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2115
2116 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2117 Fix directory creation in fallback case.
2118
2119 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2120
2121 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2122 (vc-update-change-log): Use dolist.
2123
2124 2013-02-04 Chong Yidong <cyd@gnu.org>
2125
2126 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2127 code from ffap.el.
2128 (thing-at-point-beginning-of-url-regexp): New var.
2129 (thing-at-point-uri-schemes): Update list of URI schemes.
2130 (thing-at-point-url-regexp): Variable deleted.
2131 (thing-at-point-markedup-url-regexp): Disallow newlines.
2132 (thing-at-point-newsgroup-regexp)
2133 (thing-at-point-newsgroup-heads)
2134 (thing-at-point-default-mail-uri-scheme): New variables.
2135 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2136 method to find the possible bounds of the URI at point.
2137 New optional argument to find ill-formed URIs.
2138 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2139 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2140 the scheme-adding heuristics from ffap-url-at-point.
2141 (thing-at-point--bounds-of-well-formed-url): New function.
2142 Do parens matching to decide whether to include parens in the URI
2143 (Bug#9153).
2144
2145 * ffap.el: Require thingatpt.
2146 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2147 All URI-valid characters are now recognized (Bug#5673).
2148 (ffap-string-at-point): Use use-region-p.
2149 (ffap-url-regexp): Extra character is handled by thing-at-point.
2150 (ffap-string-at-point-mode-alist): Allow parentheses.
2151 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2152 Convert to aliases; code moved to thingatpt.el.
2153 (ffap-gnus-hook): Use setq-local.
2154
2155 2013-02-04 Glenn Morris <rgm@gnu.org>
2156
2157 * emacs-lisp/ert.el (ert--explain-format-atom):
2158 Don't try to print non-characters as characters. (Bug#13543)
2159
2160 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2161
2162 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2163 (tramp-backtrace): New defun.
2164 (tramp-handle-insert-file-contents): Use `visit' when inserting
2165 the local copy.
2166
2167 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2168 Use `remote-file-name-inhibit-cache'.
2169
2170 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2173 (bug#13614).
2174
2175 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2176 current-load-list (bug#13366).
2177
2178 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2179
2180 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2181 Identify g++ template instantiation trace. (Bug#12287)
2182 (compilation-mode-hook, compilation-start-hook)
2183 (compilation-window-height): Simplify docstrings. (Bug#13379)
2184
2185 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * mouse.el (mouse-drag-track): Always deactivate the mark before
2188 running the final event's command since that command is in charge of
2189 activating the mark if needed (bug#13523).
2190
2191 2013-02-02 Juri Linkov <juri@jurta.org>
2192
2193 * replace.el (perform-replace): Move let-bindings of isearch-*
2194 variables deeper to the loop that searches for the next match.
2195 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2196 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2197 (Bug#13579)
2198
2199 * isearch.el (isearch-search-fun-default): Check for null
2200 first element of isearch-cmds as a precaution when it's used
2201 with inactive isearch.
2202
2203 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2204
2205 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2206 error when buffer in question is narrowed so position 1 is out of
2207 visible part.
2208
2209 2013-02-02 Glenn Morris <rgm@gnu.org>
2210
2211 * textmodes/remember.el (remember-clipboard): Doc fix.
2212
2213 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2216 properties (bug#13179).
2217
2218 2013-02-02 Juri Linkov <juri@jurta.org>
2219
2220 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2221 instead of hard-coded default face `match'. (Bug#9438)
2222
2223 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2224
2225 * vc/vc-arch.el (vc-arch-registered):
2226 * vc/vc-bzr.el (vc-bzr-registered):
2227 * vc/vc-cvs.el (vc-cvs-registered):
2228 * vc/vc-git.el (vc-git-registered):
2229 * vc/vc-hg.el (vc-hg-registered):
2230 * vc/vc-mtn.el (vc-mtn-registered):
2231 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2232 (Bug#13139)
2233
2234 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2235 prefix argument. (Bug#11656)
2236
2237 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2240
2241 2013-02-01 Glenn Morris <rgm@gnu.org>
2242
2243 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2244 if the backend is known not to support it.
2245
2246 * imenu.el (imenu-default-create-index-function):
2247 Tweak infinite loop test to check for forward motion as well as none.
2248
2249 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2250
2251 * net/soap-client.el (soap-invoke): Encode the string for
2252 `url-request-data' as UTF-8.
2253 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2254
2255 2013-02-01 Glenn Morris <rgm@gnu.org>
2256
2257 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2258
2259 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2260
2261 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2262
2263 * net/tramp.el (tramp-tramp-file-p): Comment check for
2264 `string-as-unibyte'. The function does not exist on XEmacs, and
2265 likely we need another approach.
2266
2267 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2268 `tramp-gw-*' variables are bound.
2269
2270 2013-01-31 Glenn Morris <rgm@gnu.org>
2271
2272 * files.el (basic-save-buffer-2): Choose coding system for
2273 writing the file before backing it up, to reduce delay between
2274 backing up and writing the new version. (Bug#13522)
2275
2276 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2277
2278 * simple.el (cycle-spacing): New command.
2279 (just-one-space): Use it.
2280
2281 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2284 (opascal-newline-always-indents): Remove custom.
2285 (opascal-tab, opascal-newline): Remove commands.
2286 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2287 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2288 (opascal-save-match-data): Remove, use save-match-data instead.
2289 (opascal-save-state): Use with-silent-modifications.
2290
2291 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2292 (bug#13585).
2293
2294 2013-01-30 Juri Linkov <juri@jurta.org>
2295
2296 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2297 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2298 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2299
2300 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2303 column if we're just deleting the backslashes.
2304 (makefile-fill-paragraph): Use eolp.
2305
2306 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2307
2308 * autorevert.el (auto-revert-use-notify): Fix docstring.
2309
2310 2013-01-30 Leo Liu <sdl.web@gmail.com>
2311
2312 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2313
2314 2013-01-30 Glenn Morris <rgm@gnu.org>
2315
2316 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2317 unread-command-events twice in some cases. This tries to implement
2318 the 2012-07-26 changes in a different way. (Bug#13560)
2319
2320 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2321
2322 * progmodes/python.el
2323 (python-pdbtrack-comint-output-filter-function): Enhancements on
2324 stacktrace detection. (thanks @gnovak)
2325
2326 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2329 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2330 Use defvar-local.
2331 (jit-lock-register): Use setq-local.
2332
2333 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2334
2335 * calc-units.el (math-default-units-table): Remove initial value.
2336 (calc-convert-units): Treat expressions where all the units cancel as
2337 if they didn't have units.
2338
2339 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2340
2341 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2342 (tramp-completion-reread-directory-timeout): Fix type.
2343 (tramp-connection-min-time-diff): New defcustom.
2344
2345 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2346
2347 2013-01-30 Glenn Morris <rgm@gnu.org>
2348
2349 * imenu.el (imenu-default-create-index-function):
2350 Put back a version of the infinite loop test removed 2013-01-23.
2351
2352 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2353
2354 * progmodes/python.el (python-shell-parse-command):
2355 Find python-shell-interpreter with modified environment.
2356
2357 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2358
2359 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2360
2361 2013-01-29 Alan Mackenzie <acm@muc.de>
2362
2363 Amend to fontify /regexp/s in actions correctly.
2364 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2365 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2366 are no longer included.
2367 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2368 What used to be these variables without "-line" in the name.
2369 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2370 (c-awk-non-arith-op-bra-re): Now also matches {.
2371 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2372 "return", and "case".
2373 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2374 by /.
2375 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2376 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2377
2378 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2379
2380 * autorevert.el (auto-revert-use-notify):
2381 Use `custom-initialize-default' for initialization. (Bug#13583)
2382
2383 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2384
2385 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2386 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2387 in `tramp-file-name-handler'.
2388 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2389 compatibility.
2390 (tramp-compute-multi-hops): Check, whether
2391 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2392
2393 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2396 (bug#13297).
2397
2398 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2399
2400 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2401 checks made superfluous by the \_< operator.
2402 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2403 temporarily) broken indentation.
2404 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2405 Highlight nested constants, too. \_< broke that.
2406
2407 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2408
2409 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2410 instead of "\\b".
2411
2412 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2413
2414 * autorevert.el (auto-revert-handler): Notifications which result
2415 from a saved file shall not be taken into account. (Bug#13557)
2416
2417 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2418
2419 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2420 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2421 (lisp-mode): Pass t for it. (Bug#13556)
2422
2423 2013-01-25 Alan Mackenzie <acm@muc.de>
2424
2425 AWK Mode: Fix indentation bug at top level. Bug #12274.
2426
2427 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2428 just before CASE 5D.
2429
2430 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2431
2432 * net/socks.el (socks-nslookup-host): Use string-to-number.
2433
2434 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2435
2436 * autorevert.el (auto-revert-remote-files)
2437 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2438 (auto-revert-notify-enabled, auto-revert-use-notify)
2439 (auto-revert-notify-watch-descriptor-hash-list)
2440 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2441 (auto-revert-notify-event-descriptor)
2442 (auto-revert-notify-event-action)
2443 (auto-revert-notify-event-file-name): Doc fix.
2444 (global-auto-revert-mode): Reorder checks.
2445 (auto-revert-notify-rm-watch): Respect changed values of
2446 `auto-revert-notify-watch-descriptor-hash-list'.
2447 (auto-revert-notify-add-watch): Check for
2448 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2449 `inotify-add-watch'. Watch `default-directory' instead of
2450 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2451 has a changed meaning now. (Bug#13540)
2452 (auto-revert-notify-handler): Change implementation wrt events
2453 returning from a directory.
2454 (auto-revert-handler): Reorder implementation for checks of remote
2455 files.
2456 (auto-revert-buffers): Fix parentheses error.
2457
2458 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2459
2460 * progmodes/python.el: Enhancements to header documentation about
2461 skeletons. (Bug#5716)
2462
2463 * imenu.el (imenu-default-create-index-function): Remove useless
2464 infinite loop check. (Bug#13438)
2465
2466 2013-01-25 Alan Mackenzie <acm@muc.de>
2467
2468 Fix a bug in the state cache mechanism. Refactor this a bit.
2469
2470 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2471 `cache-pos' element from the return value.
2472 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2473 buffer to enable proper searching from beyond HERE. Amend the
2474 test for detecting the sought brace pair. Amend the value written
2475 to the "brace desert cache" when the brace isn't found.
2476 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2477 and several other variables analogously.
2478 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2479 parameter to a locally calculated variable.
2480 (c-parse-state-1): Change the calling conventions to the two
2481 defuns involving `cache-pos'.
2482
2483 2013-01-25 Chong Yidong <cyd@gnu.org>
2484
2485 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2486
2487 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2488
2489 * paren.el (show-paren-function): Make sure to set 'priority and
2490 'face only if the overlay does exist.
2491
2492 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2493
2494 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2495
2496 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2497 basic attributes.
2498 (tramp-sh-handle-set-file-acl): Improve error checking.
2499
2500 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2501
2502 * doc-view.el (doc-view-display): Force mode line update until all
2503 document is converted. Suggested by Stefan Monnier (Bug#13164).
2504
2505 2013-01-23 Bastien Guerry <bzg@gnu.org>
2506
2507 * paren.el (show-paren-function): Make sure an overlay exists
2508 before trying to delete it. Also use `pos' as a position only
2509 when it is an integer.
2510
2511 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2512
2513 * play/gametree.el (gametree-break-line-here): Use point-marker.
2514
2515 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2516
2517 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2518 Mark descriptive parts with `display' property.
2519
2520 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2521
2522 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2523 New variable to map standard dict names to hunspell ones.
2524 (ispell-set-spellchecker-params): Make sure specific dict names
2525 are used for standard dicts with hunspell.
2526
2527 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2528
2529 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2530 chars for note (%N) and url (%U).
2531 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2532
2533 2013-01-21 Juri Linkov <juri@jurta.org>
2534
2535 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2536 in addition to existing separate binding `meta f10' in `global-map'.
2537 (Bug#13484)
2538
2539 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2540
2541 Improve XEmacs compatibility.
2542
2543 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2544
2545 * net/tramp-adb.el (top): Require `time-date'.
2546 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2547 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2548 Use `tramp-file-name-handler'.
2549 (tramp-adb-maybe-open-connection):
2550 Use `tramp-compat-set-process-query-on-exit-flag'.
2551
2552 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2553 Use `tramp-compat-funcall'.
2554
2555 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2556 `tramp-compat-funcall'.
2557
2558 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2559
2560 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2561 reimplementation using "adb shell command ..." instead of running
2562 remote shell interactively.
2563
2564 2013-01-20 Glenn Morris <rgm@gnu.org>
2565
2566 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2567 Add native profiler menu entries.
2568
2569 * profiler.el (profiler-running-p): New function.
2570 (profiler-cpu-profile): Use profiler-running-p.
2571 (profiler-report-mode-map): Add some more menu entries.
2572
2573 2013-01-19 Glenn Morris <rgm@gnu.org>
2574
2575 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2576 fixes 2012-12-07 change. (Bug#13499)
2577
2578 2013-01-19 Leo Liu <sdl.web@gmail.com>
2579
2580 * dired.el (dired-get-marked-files): Prune erroneous values due to
2581 last change. (Bug#13152)
2582
2583 2013-01-19 Glenn Morris <rgm@gnu.org>
2584
2585 * progmodes/etags.el (tags-table-check-computed-list):
2586 Preserve point in tags buffer. (Bug#13412)
2587
2588 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2589
2590 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2591 Chong Yidong <cyd@gnu.org>
2592
2593 * image-mode.el (image-next-file, image-previous-file):
2594 New commands (Bug#8453).
2595 (image-mode-map): Bind them to n and p.
2596 (image-mode--images-in-directory): New helper function.
2597
2598 2013-01-19 Chong Yidong <cyd@gnu.org>
2599
2600 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2601 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2602 save and restore the old window configuration.
2603
2604 2013-01-18 Leo Liu <sdl.web@gmail.com>
2605
2606 * progmodes/js.el: Tweak autoload cookie for alias.
2607
2608 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2611 buffer local, again. This was lost with the fix on 2013-01-12.
2612
2613 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2614
2615 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2616 order to support several eshell buffers in parallel.
2617
2618 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2619
2620 * autorevert.el (auto-revert-use-notify): In the :set function, do
2621 not modify `kill-buffer-hook'.
2622 (auto-revert-notify-rm-watch):
2623 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2624 (auto-revert-notify-add-watch): Do not call
2625 `auto-revert-notify-rm-watch', but add it to a buffer local
2626 `kill-buffer-hook'.
2627
2628 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2631 call to `eval' rather than a backquoted lambda.
2632
2633 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2636 to return an explicit nil.
2637 (advice--remove-function): Change accordingly.
2638
2639 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2640 the use of nadvice.el.
2641
2642 * progmodes/which-func.el (which-function): Silence imenu errors
2643 (bug#13433).
2644
2645 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2646
2647 * progmodes/sql.el (sql-imenu-generic-expression):
2648 (sql-mode-font-lock-object-name): Match schema qualified names.
2649 (sql-connect): Use string keys.
2650 (sql-product-interactive): Wait for interpreter prompt.
2651 (sql-comint-oracle): Set process coding based on NLS_LANG.
2652
2653 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2654
2655 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2656 (sql-interactive-remove-continuation-prompt):
2657 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2658
2659 2013-01-14 Leo Liu <sdl.web@gmail.com>
2660
2661 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2662 (Bug#13420)
2663
2664 2013-01-14 Glenn Morris <rgm@gnu.org>
2665
2666 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2667 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2668
2669 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2670
2671 * progmodes/python.el (python-nav-end-of-statement):
2672 Fix cornercase when handling multiline strings.
2673
2674 2013-01-13 Richard Stallman <rms@gnu.org>
2675
2676 * mail/sendmail.el (mail-position-on-field): Add doc string.
2677
2678 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2679 Get current message boundaries and pass them to
2680 message-forward-make-body-mime. Minor style changes.
2681
2682 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2683
2684 * cus-start.el (all): Avoid warnings about
2685 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2686
2687 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2688
2689 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2690
2691 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2694 (jit-lock--debug-fontifying): New var.
2695 (jit-lock--debug-fontify): New function.
2696 * subr.el (condition-case-unless-debug): Don't prevent catching the
2697 error, just let the debbugger run.
2698 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2699 timer code and don't drop errors silently.
2700
2701 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2702
2703 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2704 `permanent-local' property.
2705 (auto-revert-notify-handler): Use `file-equal-p'.
2706
2707 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2708
2709 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2710 file notification by ACTION. For filtering by file name, compare
2711 only the non-directory part of the file name.
2712
2713 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * autorevert.el: Use cl-lib instead of cl.
2716
2717 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2718 (vc-bzr-checkin): Use it.
2719 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2720 will preserve match-data.
2721
2722 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2723
2724 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2725 (js--declaration-keyword-re): New var.
2726 (js--multi-line-declaration-indentation): New function.
2727 (js--proper-indentation): Use it.
2728
2729 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2730
2731 * calc/calc.el (calc-highlight-selections-with-faces)
2732 (calc-dispatch):
2733 * comint.el (comint-history-isearch-message):
2734 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2735 * ffap.el (ffap-string-at-point-region, ffap-next)
2736 (ffap-string-at-point, ffap-string-around)
2737 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2738 (ffap-literally):
2739 * font-lock.el (font-lock-keywords-alist)
2740 (font-lock-removed-keywords-alist):
2741 * help-mode.el (help-xref-symbol-regexp):
2742 * info.el (Info-find-emacs-command-nodes):
2743 * international/mule.el (add-to-coding-system-list):
2744 * isearch.el (isearch-message-function, isearch-fail-pos):
2745 * misearch.el (multi-isearch-next-buffer-function):
2746 * newcomment.el (comment-box):
2747 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2748 (pr-setting-database):
2749 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2750 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2751 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2752 (pike-font-lock-keywords-3):
2753 * progmodes/compile.el (compile):
2754 * progmodes/etags.el (tags-table-files)
2755 (tags-table-files-function, tags-included-tables-function):
2756 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2757 (gdb-restore-windows):
2758 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2759 (ps-n-up-filling-database):
2760 * server.el (server-buffer, server-log):
2761 * simple.el (newline, delete-backward-char, delete-forward-char)
2762 (minibuffer-history-isearch-message, kill-line, track-eol)
2763 (temporary-goal-column):
2764 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2765 (flyspell-default-deplacement-commands):
2766 * textmodes/ispell.el (ispell-accept-output):
2767 * textmodes/sgml-mode.el (html-tag-help):
2768 * vc/compare-w.el (compare-ignore-whitespace)
2769 (compare-ignore-case, compare-windows-dehighlight):
2770 * vc/diff.el (diff):
2771 * whitespace.el (whitespace-point)
2772 (whitespace-font-lock-refontify, whitespace-bob-marker)
2773 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2774
2775 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2776
2777 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2778 (auto-revert-notify-rm-watch): Ignore errors.
2779 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2780 inotify, and '(size last-write-time) for w32notify.
2781 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2782 watch fails - this is a fallback to the file modification check.
2783 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2784 (auto-revert-notify-event-action)
2785 (auto-revert-notify-event-file-name): New defuns.
2786 (auto-revert-notify-handler): Use them. Implement first
2787 plausibility checks.
2788 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2789
2790 2013-01-11 Julien Danjou <julien@danjou.info>
2791
2792 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2793 max are almost equal. Also return the correct value for V which is
2794 already between 0 and 1.
2795
2796 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2797
2798 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2799
2800 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2801
2802 * autorevert.el (auto-revert-notify-rm-watch)
2803 (auto-revert-notify-add-watch): Fix typos in w32notify function
2804 names.
2805
2806 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2807
2808 * autorevert.el (auto-revert-notify-enabled): Move up.
2809 (auto-revert-use-notify): New defcustom.
2810 (auto-revert-mode, global-auto-revert-mode)
2811 (auto-revert-notify-add-watch, auto-revert-handler)
2812 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2813 `auto-revert-notify-enabled'.
2814
2815 2013-01-10 Elias Pipping <pipping@exherbo.org>
2816
2817 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2818 * doc-view.el (doc-view-document->bitmap):
2819 Use doc-view-single-page-converter-function instead of
2820 single-page-converter arg; adjust callers.
2821
2822 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2823
2824 * progmodes/which-func.el (which-function): Understand Semantic's use
2825 of overlays in imenu--index-alist.
2826
2827 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2828
2829 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2830 (Man-man-k-use-anchor): New var.
2831 (Man-parse-man-k): New function.
2832 (Man-completion-table): Use it.
2833 (man): Flush the completion cache between uses.
2834
2835 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2836
2837 * autorevert.el: Add file watch support.
2838 (auto-revert-notify-enabled): New defconst.
2839 (auto-revert-notify-watch-descriptor-hash-list)
2840 (auto-revert-notify-watch-descriptor)
2841 (auto-revert-notify-modified-p): New defvars.
2842 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2843 (auto-revert-notify-handler): New defuns.
2844 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2845 when mode is disabled.
2846 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2847 (auto-revert-buffers): Add file watches for active buffers.
2848
2849 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2850
2851 * cus-start.el (toplevel): Only allow float values for
2852 scroll-up-aggressively and scroll-down-aggressively.
2853 Allow any number for line-spacing.
2854
2855 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2858 (doc-view-pdf->png-converter-function): Use mupdf if available.
2859 (doc-view-djvu->png-converter-function)
2860 (doc-view-ps->png-converter-function): Remove.
2861 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2862 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2863 (doc-view-already-converted-p): Adjust accordingly.
2864 (doc-view-mode-p): Simplify.
2865 (doc-view-enlarge): Use setq-local.
2866 (doc-view-pdf->png-converter-ghostscript)
2867 (doc-view-djvu->png-converter-ddjvu)
2868 (doc-view-pdf->png-converter-mupdf): Rework to call
2869 doc-view-start-process directly.
2870 (doc-view-pdf/ps->png): Simplify accordingly.
2871 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2872 (doc-view-document->bitmap): Rename from doc-view-document->png.
2873 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2874 (doc-view-set-slice-from-bounding-box): Fix completion table.
2875 (doc-view-mode): Use add-hook for after-revert-hook.
2876
2877 2013-01-10 Glenn Morris <rgm@gnu.org>
2878
2879 * emacs-lisp/authors.el (authors-ignored-files)
2880 (authors-valid-file-names, authors-renamed-files-alist):
2881 Add some more entries.
2882
2883 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2886 `t' pseudo-window entry.
2887
2888 2013-01-10 Alan Mackenzie <acm@muc.de>
2889
2890 Fix bugs in the c-parse-state mechanism. Reuse some markers
2891 instead of continually generating new ones.
2892
2893 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2894 (c-state-old-cpp-end-marker): New variables.
2895 (c-append-lower-brace-pair-to-state-cache): Start a backward
2896 search for "}" definitively outside CPP constructs.
2897 (c-remove-stale-state-cache): Inform the caller of a need to
2898 search back for a brace pair in certain circumstances.
2899 (c-state-maybe-marker): New macro.
2900 (c-parse-state): Reuse markers when appropriate.
2901
2902 2013-01-10 Glenn Morris <rgm@gnu.org>
2903
2904 * simple.el (execute-extended-command): Doc fix.
2905 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2906
2907 2013-01-10 Chong Yidong <cyd@gnu.org>
2908
2909 * faces.el (read-face-name): Doc fix.
2910
2911 2013-01-10 Roland Winkler <winkler@gnu.org>
2912
2913 * emacs-lisp/crm.el: Allow any regexp for separators.
2914 (crm-default-separator): All spaces around the default comma separator.
2915 (crm--completion-command): New macro.
2916 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2917 (crm-complete-and-exit): Handle non-single-char separators.
2918
2919 2013-01-09 Elias Pipping <pipping@lavabit.com>
2920
2921 * doc-view.el: Add support for DjVu (bug#13164).
2922 (doc-view-djvu->png-converter-function): New config var.
2923 (doc-view-single-page-converter-function, doc-view--image-type)
2924 (doc-view--image-file-extension): New vars.
2925 (doc-view-mode): Initialize them.
2926 (doc-view-goto-page): Use them.
2927 (doc-view-mode-p): Add support for ddjvu.
2928 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2929 (doc-view-set-up-single-converter): New funs.
2930 (doc-view-pdf/ps->png): Extend for djvu.
2931 (doc-view-document->png): Rename from doc-view-pdf->png.
2932 (doc-view-convert-current-doc): Handle djvu.
2933 (doc-view-insert-image, doc-view-display)
2934 (doc-view-already-converted-p): Don't hardcode png.
2935 (doc-view-set-doc-type): Recognize djvu docs.
2936
2937 2013-01-09 Elias Pipping <pipping@lavabit.com>
2938
2939 * doc-view.el: Add support for mupdf converter (bug#13164).
2940 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2941 (doc-view-ps->png-converter-function): New config vars.
2942 (doc-view-pdf->png-converter-ghostscript)
2943 (doc-view-ps->png-converter-ghostscript)
2944 (doc-view-pdf->png-converter-mupdf): New functions.
2945 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2946
2947 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2948
2949 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2950 first in session cache: When `tramp-own-remote-path' is in
2951 `tramp-remote-path', the remote path is only set in the session
2952 cache.
2953
2954 2013-01-09 Glenn Morris <rgm@gnu.org>
2955
2956 * emacs-lisp/trace.el (trace-function-foreground)
2957 (trace-function-background): Doc fix.
2958
2959 2013-01-09 Juri Linkov <juri@jurta.org>
2960
2961 * international/mule-cmds.el (read-char-by-name): Move let-binding
2962 of completion-ignore-case around completing-read to fix regression
2963 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2964 `string-match-p' using the nil value of `case-fold-search' and
2965 `completion-ignore-case' in `completion-pcm--all-completions'.
2966 (Bug#12615).
2967
2968 2013-01-09 Glenn Morris <rgm@gnu.org>
2969
2970 * progmodes/compile.el (compilation-parse-errors):
2971 Fix typo. (Bug#13369)
2972
2973 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2974
2975 * comint.el (comint-send-input): Check size of buffer before
2976 waiting for process output, in case already accepted. (Bug#13290)
2977
2978 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
2979
2980 Spelling fixes.
2981 * net/tramp-adb.el (tramp-adb-get-toolbox):
2982 Fix misspelling of 'unknown'.
2983
2984 2013-01-08 Juri Linkov <juri@jurta.org>
2985
2986 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2987 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2988 Use underline style wave on terminals that support it. (Bug#13000)
2989
2990 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2993 the predicate returns nil.
2994
2995 * simple.el: Use lexical-binding.
2996 (primitive-undo): Use pcase.
2997 (minibuffer-history-isearch-push-state): Use a closure.
2998
2999 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3000
3001 * simple.el (primitive-undo): Move from undo.c.
3002
3003 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3006 (cvs-mode-remove-handled): Use it (bug#13380).
3007
3008 * emacs-lisp/nadvice.el (advice--tweak): New function.
3009 (advice--remove-function, advice--subst-main): Use it.
3010
3011 * emacs-lisp/advice.el: Update commentary.
3012
3013 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3016 Remove spurious entry.
3017
3018 2013-01-08 Glenn Morris <rgm@gnu.org>
3019
3020 * net/tramp.el (tramp-default-host-alist): Add :version.
3021
3022 2013-01-08 Juri Linkov <juri@jurta.org>
3023
3024 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3025 single completion. (Bug#12456)
3026 (info--manual-names): Expand node completions into an explicit list
3027 before appending it to another list. Filter out internal buffers
3028 with the leading space in the buffer name. (Bug#10771)
3029
3030 2013-01-08 Juri Linkov <juri@jurta.org>
3031
3032 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3033 that defaults to the Top node.
3034 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3035 the short format (FILENAME) goes to the Top node.
3036 (Info-build-node-completions): Rename arg `file' to `filename'.
3037 (Bug#13365)
3038
3039 2013-01-07 Bastien Guerry <bzg@gnu.org>
3040
3041 * menu-bar.el (menu-bar-search-documentation-menu):
3042 Use `apropos-user-option' and fix the help message.
3043
3044 2013-01-07 Bastien Guerry <bzg@gnu.org>
3045
3046 * apropos.el (apropos-do-all): Update docstring.
3047 (apropos-user-option-button): New face.
3048 (apropos-user-option): Rename from `apropos-variable' and update
3049 docstring.
3050 (apropos-variable): Rewrite, now show all variables by default.
3051 (apropos-print): Mention "User option" instead of "Variable" when
3052 printing doc for user options. (Bug#13276)
3053
3054 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
3055
3056 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3057 Handle filename correctly, when parsing "source -> target" symlink
3058 output.
3059 (tramp-adb-handle-set-file-times): New defun.
3060
3061 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3062
3063 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3064 advice list when the interactive-spec of ad-Advice-* changes.
3065
3066 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3067
3068 * wid-edit.el (widget-default-get): Work for inlined elements.
3069 (Bug#12670)
3070
3071 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * net/tramp.el (tramp-default-host-alist): New defcustom.
3074 (tramp-find-host): Use it.
3075 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3076 `eshell-directory-change-hook'.
3077
3078 * net/tramp-adb.el (top): Add adb specific entry in
3079 `tramp-default-host-alist'.
3080 (tramp-adb-file-name-host): Remove function.
3081 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3082 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3083
3084 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3085
3086 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
3087
3088 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3089
3090 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3091
3092 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3093 consist of more than one digit.
3094 (tramp-adb-file-name-handler-alist):
3095 Use `tramp-handle-file-exists-p' consistently.
3096 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3097 (tramp-adb-handle-file-exists-p): Remove function.
3098 (tramp-adb-file-name-host): New defun.
3099 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3100 Use it.
3101 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3102
3103 2013-01-06 Chong Yidong <cyd@gnu.org>
3104
3105 * vc/vc.el (vc-next-action): Detect buffer modifications
3106 conflicting with locking VCS operation (Bug#11490).
3107
3108 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3109
3110 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3111
3112 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3113 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3114
3115 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
3116
3117 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3118 parsing of ls output using regular expression (handle filenames
3119 with spaces). Use virtual device number.
3120 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3121 cleanup).
3122
3123 2013-01-04 Daiki Ueno <ueno@gnu.org>
3124
3125 * epg.el: Silence byte-compiler warnings.
3126 (epg--start): Use delete-char instead of delete-backward-char.
3127 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3128
3129 2013-01-04 Daiki Ueno <ueno@gnu.org>
3130
3131 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3132 Suggested by Eli Zaretskii <eliz@gnu.org>.
3133
3134 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3135
3136 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3137 non-negative integers. Otherwise, the default values are used.
3138 (tramp-convert-file-attributes): Convert uid and gid to integers.
3139
3140 2013-01-04 Glenn Morris <rgm@gnu.org>
3141
3142 * term.el (term-handle-colors-array): Ensure face attributes
3143 are fully specified, not nil. (Bug#13337)
3144
3145 * term.el (term-default-fg-color, term-default-bg-color):
3146 Fix custom type.
3147
3148 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3149 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3150 rather than 'jka-compr being loaded. (Bug#13338)
3151
3152 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3153
3154 * icomplete.el (icomplete-completions):
3155 Honor icomplete-prospects-height once more following
3156 2012-11-29 changes. (Bug#13224)
3157
3158 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3161 of called-interactively-p as well (bug#13237).
3162
3163 * view.el (view--enable, view--disable): Rename from view-mode-enable
3164 and view-mode-disable and assume it's called from view-mode.
3165 (view-mode-enable, view-mode-disable): Redefine as obsolete
3166 compatibility layer above view-mode.
3167 (view-mode-enter): Call `view-mode'.
3168
3169 * files.el (after-find-file): Call `view-mode'.
3170
3171 * doc-view.el (doc-view-scale-internally): New var.
3172 (doc-view-enlarge, doc-view-insert-image): Obey it.
3173
3174 2013-01-03 Daiki Ueno <ueno@gnu.org>
3175
3176 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3177 exist. (Bug#13344)
3178
3179 2013-01-03 Glenn Morris <rgm@gnu.org>
3180
3181 * mail/rmail.el (rmail-set-header-1): Ignore case.
3182 Handle multi-line headers. (Bug#13330)
3183
3184 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3185 Handle paragraph starting at beginning of buffer.
3186
3187 * subr.el (eval-after-load): Don't purecopy the form, so that it
3188 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3189
3190 * emacs-lisp/byte-run.el (defun): Place cl declarations
3191 after any interactive spec. (Bug#13265)
3192
3193 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3194
3195 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3196 defun. Don't check for DECL if DOCSTRING isn't a string.
3197 (defun): Likewise.
3198
3199 2013-01-02 Glenn Morris <rgm@gnu.org>
3200
3201 * eshell/em-cmpl.el (eshell-pcomplete):
3202 More thoroughly imitate pcomplete. (Bug#13293)
3203
3204 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3205 Return nil for empty path elements. (Bug#13296)
3206
3207 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
3208
3209 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3210 order to improve efficiency (Based on Daniel Colascione's
3211 <dancol@dancol.org> patch). (Bug#13182)
3212
3213 2013-01-02 Glenn Morris <rgm@gnu.org>
3214
3215 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3216
3217 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3218
3219 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3220 neither DOCSTRING nor DECL was given. (Bug#13316)
3221
3222 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3223
3224 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3225 `error' call.
3226 (tramp-do-copy-or-rename-file): Ignore errors when calling
3227 `set-file-extended-attributes'.
3228
3229 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3230 Add handler for `file-acl'.
3231 (tramp-smb-handle-file-acl): New defun.
3232
3233 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3234
3235 * calc/README: Mention ISO 8601 week-numbering dates.
3236
3237 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3238
3239 * view.el (view-mode-enable): New argument run-view-mode-hook.
3240 Run view-mode-hook only when it's non-nil (Bug#13315).
3241 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3242 argument t.
3243
3244 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
3245
3246 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3247 (No device connected, invalid device name). (Bug #13299)
3248
3249 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3250
3251 * window.el (window-resizable--p): Rename to window-resizable-p.
3252 (window-resize-no-error): New function.
3253
3254 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3255 broken in fix from 2012-12-28.
3256
3257 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3258
3259 * subr.el (special-form-p): Don't signal errors on undef aliases.
3260
3261 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3262
3263 * calc/calc-forms.el (math-parse-date): Try using
3264 `math-parse-iso-date' when it looks like it might be needed.
3265 Allow times of 24:00.
3266 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3267 of 24:00.
3268
3269 2012-12-30 Glenn Morris <rgm@gnu.org>
3270
3271 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3272 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3273 (rmail-summary-displayed, rmail-summary): Declare.
3274 (mairix-rmail-display): Just require rmail.
3275
3276 2012-12-30 Chong Yidong <cyd@gnu.org>
3277
3278 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3279 check for the tarball contents.
3280
3281 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3282
3283 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3284 tarfile content listings (Bug#13136).
3285
3286 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3287
3288 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3289 Insert the undecoded text of the message being forwarded. (Bug#9521)
3290
3291 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3292
3293 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3294 integers, if they are real numbers. (Bug#13282)
3295
3296 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3297 Return `t' on success.
3298
3299 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3300 Add handler for `set-file-selinux-context'.
3301
3302 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3303
3304 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3305 (tramp-sh-handle-set-file-acl): Return `t' on success.
3306
3307 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3308
3309 * files.el (backup-buffer-copy, basic-save-buffer-2):
3310 If set-file-extended-attributes fails, fall back on set-file-modes
3311 instead of signaling an error. (Bug#13298)
3312 (basic-save-buffer): Likewise.
3313
3314 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3315
3316 * progmodes/python.el: Support other commands triggering
3317 python-indent-line so indentation cycling continues to work.
3318 (python-indent-trigger-commands): New defcustom.
3319 (python-indent-line): Use it.
3320
3321 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3322
3323 * progmodes/python.el (python-shell-send-region): Add blank lines
3324 for non sent code so backtraces remain correct.
3325
3326 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3327
3328 * progmodes/python.el: Remove cl dependency.
3329 (python-syntax-count-quotes): Replace incf call.
3330 (python-fill-string): Replace setf call.
3331
3332 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3333
3334 * info.el (info-other-window): New arg, for consistency with info.
3335
3336 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3337
3338 * mail/rmail.el (rmail-maybe-display-summary):
3339 Rewrite (Bug#13066).
3340
3341 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3342
3343 * epg.el (epg--start): Modify process-environment locally.
3344
3345 2012-12-28 Daiki Ueno <ueno@gnu.org>
3346
3347 * epg.el: Support pinentry-curses.
3348 Suggested by Werner Koch in
3349 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3350 (epg-agent-file, epg-agent-mtime): New variable.
3351 (epg--start): Record the modified time of gpg-agent socket file,
3352 to restore Emacs frame after pinentry-curses termination.
3353 (epg-wait-for-completion): Restore Emacs frame here.
3354
3355 2012-12-27 Juri Linkov <juri@jurta.org>
3356
3357 * info.el (Info-file-completions): New variable.
3358 (Info-read-node-name-1): Complete node names in the Info file
3359 when a file name is given. Call `Info-build-node-completions'
3360 with a file name.
3361 (Info-build-node-completions): Add new arg `file'. When it is
3362 non-nil, visit it in a temporary buffer and cache its completions in
3363 `Info-current-file-completions'. Move most of the function body to
3364 `Info-build-node-completions-1'.
3365 (Info-build-node-completions-1): New function with the body from
3366 `Info-build-node-completions'. (Bug#12456)
3367
3368 2012-12-27 Juri Linkov <juri@jurta.org>
3369
3370 * frame.el (frame-maximization-style): Remove user option.
3371 (cycle-frame-maximized): Remove function.
3372 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3373 (toggle-frame-fullscreen): New command bound to <f11> instead of
3374 `toggle-frame-maximized'.
3375 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3376
3377 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3378
3379 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3380
3381 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3382 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3383 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3384 for `file-accessible-directory-p'. (Bug#13275)
3385
3386 2012-12-27 Sam Steingold <sds@gnu.org>
3387
3388 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3389 continuations, see <http://stackoverflow.com/questions/3582436>.
3390
3391 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3392
3393 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3394 "module" and "def" to have indentation before them.
3395 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3396
3397 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3398
3399 2012-12-27 Alan Mackenzie <acm@muc.de>
3400
3401 Speed up fontification where there's large brace blocks.
3402 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3403 to a call of c-beginning-of-decl-1.
3404
3405 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3406
3407 * comint.el (comint-adjust-window-point): New function.
3408 (comint-postoutput-scroll-to-bottom):
3409 Call comint-adjust-window-point (Bug#13248).
3410
3411 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3412
3413 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3414 Rakefile regexp.
3415 (auto-mode-alist): Associate .gemspec files with ruby-mode
3416 (https://bugs.ruby-lang.org/issues/5453).
3417
3418 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3419
3420 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3421 Suppress coloring, if possible (required for BusyBox based systems like
3422 CyanogenMod).
3423 (tramp-adb-handle-file-attributes)
3424 (tramp-adb-handle-insert-directory)
3425 (tramp-adb-handle-file-name-all-completions): Use it.
3426 (tramp-adb-get-toolbox): New defun. Check for remote shell
3427 implementation (BusyBox or Toolbox).
3428
3429 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3430
3431 * startup.el (initial-buffer-choice): Allow function as value
3432 (Bug#13251).
3433 (command-line-1): Handle case where initial-buffer-choice
3434 specifies a function.
3435 * server.el (server-execute): Handle case where
3436 initial-buffer-choice specifies a function.
3437
3438 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3439
3440 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3441 its own function.
3442 (smtpmail-try-auth-methods): Forget the user name/password if the
3443 login is unsuccessful (bug#12424).
3444
3445 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3446
3447 * notifications.el (notifications-notify): Protect body with
3448 `with-demoted-errors'.
3449
3450 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3451 Check properties of remote device. Restart connection, if there is a
3452 change.
3453
3454 2012-12-21 Chong Yidong <cyd@gnu.org>
3455
3456 * sort.el (sort-subr): Doc fix (Bug#13056).
3457
3458 2012-12-21 Bastien Guerry <bzg@gnu.org>
3459
3460 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3461
3462 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3463
3464 * simple.el (process-file): Overwrite stderr file, if exists.
3465
3466 2012-12-21 Daiki Ueno <ueno@gnu.org>
3467
3468 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3469 (epg-error): Set `error-message' property.
3470
3471 2012-12-21 Chong Yidong <cyd@gnu.org>
3472
3473 * international/mule-cmds.el (read-char-by-name): Signal an error
3474 if the user does not supply a valid character (Bug#13177).
3475
3476 * simple.el (transpose-subr-1): Preserve marker positions by
3477 changing the insertion sequence (Bug#13122).
3478
3479 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3480
3481 * simple.el (kill-region): Deactivate mark even for empty regions
3482 (Bug#13169).
3483
3484 2012-12-21 Chong Yidong <cyd@gnu.org>
3485
3486 * help-fns.el (describe-variable): Make sure we get the right
3487 buffer name (Bug#13105). Suggested by Kelly Dean.
3488
3489 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3490
3491 * comint.el (comint-redirect-previous-input-string): New variable.
3492 (comint-redirect-setup, comint-redirect-cleanup)
3493 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3494 (comint-redirect-preoutput-filter): Fix verbose message.
3495
3496 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3497
3498 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3499 is too long for Tramp. See discussion in
3500 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3501
3502 * progmodes/compile.el (compilation-start): Remove line escape
3503 template.
3504
3505 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3506
3507 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3508 Adjust comment.
3509
3510 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3511
3512 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3513 following non-comment text (bug#13207).
3514 (lm-header-multiline): Continuation lines need to be indented more than
3515 the first line.
3516 (lm-homepage): New function.
3517 (lm-with-file): Don't be confused if narrowing is in effect.
3518
3519 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3522 very beginning of a hunk (e.g. killing the first line).
3523
3524 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3525
3526 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3527 and text properties from returned ACL string.
3528 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3529 for "setfacl" command.
3530
3531 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3532
3533 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3534 `tramp-cleanup-this-connection', when the process has died.
3535 (Bug#13151)
3536
3537 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3540
3541 2012-12-17 Kevin Ryde <user42@zip.com.au>
3542
3543 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3544
3545 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3546
3547 Add support for preserving ACL entries of files.
3548
3549 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3550 `set-file-acl' handlers.
3551
3552 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3553 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3554
3555 * net/tramp-compat.el (tramp-compat-copy-file):
3556 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3557
3558 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3559 Add `file-acl' and `set-file-acl' handlers.
3560 (tramp-gvfs-handle-copy-file):
3561 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3562 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3563 New defuns.
3564
3565 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3566 Add `file-acl' and `set-file-acl' handlers.
3567 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3568 (tramp-sh-handle-set-file-acl): New defuns.
3569 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3570 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3571
3572 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3573 Add `file-acl' and `set-file-acl' handlers.
3574 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3575
3576 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3577
3578 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3579 use pop-to-buffer with NORECORD argument t. As buffer name, use
3580 *Metahelp* with a leading space (Bug#13190).
3581
3582 2012-12-16 Romain Francoise <romain@orebokech.com>
3583
3584 * files.el (file-extended-attributes)
3585 (set-file-extended-attributes): New functions.
3586 (backup-buffer): Use them to handle both SELinux context and ACL
3587 entries.
3588 (backup-buffer-copy): Work with an alist of extended attributes,
3589 rather than an SELinux context.
3590 (basic-save-buffer-2): Ditto.
3591
3592 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3593
3594 * battery.el (battery-bsd-apm): New function.
3595
3596 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3597
3598 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3599 standard date formats.
3600
3601 2012-12-15 Juri Linkov <juri@jurta.org>
3602
3603 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3604 `isearch-insert-char-by-name'.
3605 (with-isearch-suspended): New defmacro with body mostly from
3606 `isearch-edit-string' except the part that sets
3607 `isearch-new-string' and `isearch-new-message'.
3608 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3609 body that sets `isearch-new-string' and `isearch-new-message'.
3610 (isearch-insert-char-by-name): New command.
3611 * international/mule-cmds.el (read-char-by-name): Let-bind
3612 `enable-recursive-minibuffers' to t.
3613 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3614
3615 2012-12-15 Juri Linkov <juri@jurta.org>
3616
3617 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3618 (Bug#13175)
3619
3620 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3621
3622 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3623 the prompt. (Bug#13045)
3624
3625 2012-12-14 Glenn Morris <rgm@gnu.org>
3626
3627 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3628 Try to include filename in non-bytecomp warning. (Bug#13132)
3629
3630 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3631
3632 Fix permissions bugs with setgid directories etc. (Bug#13125)
3633 * files.el (backup-buffer): Don't rely on 9th output of
3634 file-attributes, as it's now a placeholder. Instead, use the new
3635 optional arg of file-ownership-preserved-p.
3636 (file-ownership-preserved-p): New optional arg GROUP.
3637 Fix mishandling of setuid directories that would cause this
3638 function to return t when it should have returned nil.
3639 Document what happens if the file does not exist, and when
3640 it's not known whether the ownership will be preserved.
3641 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3642 Likewise.
3643 (tramp-get-local-gid): Use group-gid for integer, as that's
3644 faster and more reliable.
3645
3646 2012-12-14 Julien Danjou <julien@danjou.info>
3647
3648 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3649 Update keywords list, data type and PL/pgSQL.
3650
3651 2012-12-14 Dave Abrahams <dave@boostpro.com>
3652
3653 * vc/ediff-util.el (ediff-buffer-type): New function.
3654 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3655 rather than taking it as as argument.
3656 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3657
3658 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3659
3660 * json.el: Add pretty-print option (bug#12634).
3661 (json-encoding-separator, json-encoding-default-indentation)
3662 (json--encoding-current-indentation, json-encoding-pretty-print)
3663 (json-encoding-lisp-style-closings): New vars.
3664 (json--with-indentation): New macro.
3665 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3666 (json-encode-array): Use it to obey json-encoding-pretty-print.
3667 (json-pretty-print-buffer, json-pretty-print): New commands.
3668
3669 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3670
3671 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3672 Extract `ruby-syntax-propertize-expansions'.
3673 (ruby-syntax-propertize-expansions): Only change syntax on
3674 certain string delimiters, to punctuation. This way the common
3675 functions like forward-word and thing-at-point still work.
3676 (ruby-match-expression-expansion): Improve readability.
3677 (ruby-block-contains-point): New function.
3678 (ruby-add-log-current-method): Handle several edge cases.
3679
3680 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3681
3682 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3683 unload-feature finishes even when aborting an ongoing edebug session.
3684 Also, do not worry about edebug-mode, unload-feature takes care of it.
3685
3686 2012-12-13 Andreas Schwab <schwab@suse.de>
3687
3688 * net/tls.el (tls-program): Update customize type.
3689
3690 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3691
3692 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3693 (edebug-setup-hook, cl-read-load-hooks): Use it.
3694 (edebug-unload-function): New function. (Bug#13163)
3695
3696 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3697
3698 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3699 Otherwise, there could be errors in autoloading. (Bug#13151)
3700
3701 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3702
3703 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3704 sequences.
3705
3706 2012-12-13 Alan Mackenzie <acm@muc.de>
3707
3708 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3709 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3710 around `forward-comment' not recognizing ^M as whitespace.
3711
3712 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3713
3714 * progmodes/python.el (python-skeleton-class)
3715 (python-skeleton-def): Do not add space after defun name.
3716
3717 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3720 (cl--symbol-function): Remove (now that funbound is like nil).
3721
3722 2012-12-12 Glenn Morris <rgm@gnu.org>
3723
3724 * button.el (button--area-button-p): Fix typo.
3725
3726 2012-12-12 Sam Steingold <sds@gnu.org>
3727
3728 * frame.el (frame-maximization-style): New user option.
3729 (toggle-frame-maximized): Toggle frame maximization according to
3730 `frame-maximization-style', bound to <f11>.
3731 (cycle-frame-maximized): Cycle between all maximization styles and
3732 non-maximized frame, bound to shift-<f11>.
3733
3734 2012-12-12 David Cadé <codename68@gmail.com>
3735
3736 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3737
3738 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3739
3740 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3741 (eieio-override-prin1): Don't quote kewords and booleans.
3742 (object-write) <eieio-default-superclass>: Don't put closing parens
3743 on new line, avoid needless empty lines, align values that are objects
3744 with the slot keyword (instead of beginning on the same line).
3745 (eieio-list-prin1): Align value with slot keyword; increase
3746 eieio-print-depth before printing members of the list.
3747
3748 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3751 a display text-property.
3752 (report-emacs-bug-hook): Don't bother deleting it any more.
3753
3754 * hilit-chg.el (highlight-save-buffer-state): Delete.
3755 Use with-silent-modifications instead.
3756 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3757
3758 * button.el: Handle buttons in display text-properties.
3759 (button--area-button-p, button--area-button-string):
3760 Use (STRING . STRING-POS) representation instead of just STRING.
3761
3762 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3763
3764 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3765 subdirectory be skipped.
3766
3767 2012-12-11 Glenn Morris <rgm@gnu.org>
3768
3769 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3770
3771 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3772 Treat preprocessor lines embedded in continuations like comments.
3773 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3774
3775 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3776
3777 * calc/calc.el (calc-standard-date-formats): Add more date
3778 formats.
3779 * calc/calc-forms.el (math-parse-iso-date): New function.
3780 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3781 (math-parse-iso-date-validate): Add extra error checking.
3782 (calc-date-notation): Add ability to access new date formats.
3783
3784 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3787 font-lock as well as when there's no text-property.
3788
3789 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3790
3791 * hi-lock.el: Refine the choice of default face.
3792 (hi-lock-keyword->face): New function. Use it wherever we used
3793 cadadadr instead.
3794 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3795 (hi-lock--last-face): Remove var.
3796 (hi-lock--unused-faces): New var to replace it.
3797 (hi-lock-read-face-name): Use/maintain it.
3798 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3799 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3800 if it has another face.
3801
3802 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3803
3804 * subr.el (w32notify-handle-event): New function.
3805 (inotify-handle-event): Doc fix.
3806
3807 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3808
3809 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3810
3811 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3812
3813 * simple.el (just-one-space): Doc fix.
3814
3815 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3816
3817 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3818
3819 2012-12-10 Le Wang <l26wang@gmail.com>
3820
3821 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3822 narrowed buffer (bug#12361).
3823
3824 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3825
3826 * vc/vc-hooks.el (vc-state): Doc fix.
3827
3828 2012-12-10 Glenn Morris <rgm@gnu.org>
3829
3830 * mail/rmail.el (rmail-maybe-display-summary):
3831 Preserve buffer, in case select-window changes it. (Bug#13066)
3832
3833 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3836 cl-load-hook where they belong.
3837
3838 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3841
3842 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3843
3844 Parallelize byte compilation on MS-Windows.
3845 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3846 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3847 (WINS_BASIC): Define as concatenation of the above.
3848 (compile): Subdivide into 4 separate and independent jobs that can
3849 be run in parallel.
3850 (compile0-CMD, compile0-SH): New targets for compiling
3851 COMPILE_FIRST files, which are prerequisites for the rest of the
3852 byte-compilation.
3853 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3854 New targets for parallel compilation with cmd.exe.
3855 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3856 compiling under a Unixy shell.
3857
3858 2012-12-09 Chong Yidong <cyd@gnu.org>
3859
3860 * simple.el (set-mark-default-inactive): Delete this
3861 accidentally-introduced option.
3862 (set-mark-command, exchange-point-and-mark): Remove calls.
3863
3864 2012-12-09 Glenn Morris <rgm@gnu.org>
3865
3866 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3867 Respect a defcustom's :set function, if appropriate. (Bug#109)
3868 (eval-defun): Doc fix.
3869
3870 2012-12-08 Juri Linkov <juri@jurta.org>
3871
3872 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3873 (Info-fontify-node, Info-bookmark-make-record): Remove the
3874 file extension from Info-current-file (Bug#13016).
3875
3876 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3877
3878 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3879 point, still provide some default.
3880 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3881 names, since we don't use it right now. Actually return the list.
3882 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3883
3884 2012-12-07 Chong Yidong <cyd@gnu.org>
3885
3886 * novice.el (disabled-command-function): Remove a spurious help
3887 xref (Bug#13043). Suggested by Kelly Dean.
3888
3889 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3890 syntax is specified (Bug#13025).
3891
3892 * info.el (Info-set-mode-line): Remove the file extension from
3893 Info-current-file if there is one (Bug#13016).
3894
3895 2012-12-07 Glenn Morris <rgm@gnu.org>
3896
3897 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3898 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3899 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3900 and rmail-mime-decoded. (Bug#9841)
3901
3902 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3903 (batch-unrmail, unrmail): Doc fixes.
3904 (unrmail): Respect unrmail-mbox-format.
3905 * mail/rmail.el (rmail-mbox-format): New option.
3906 (rmail-show-message-1): Respect rmail-mbox-format.
3907
3908 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3911
3912 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3915 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3916 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3917 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3918 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3919 (cl-progv): Don't rely on dynamic scoping to find the body.
3920 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3921 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3922 (cl-declaim): Use backquotes.
3923 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3924 Use "cl--" prefix for the object's tag.
3925
3926 * ses.el: Use advice-add/remove.
3927 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3928 (copy-region-as-kill, yank): Use advice-add.
3929 (ses-unload-function): Use advice-remove.
3930
3931 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3932
3933 * button.el: Make them work in header-lines (bug#12817).
3934 (button-map): Add bindings for header-line and mode-line use.
3935 (button-get, button-put, button-label): `button' may now be a string.
3936 (button-activate): Don't make it a defsubst.
3937 (button--area-button-p, button--area-button-string): New functions.
3938 (make-text-button): Fix the return value when `beg' was a string.
3939 (push-button): Handle the mode-line case.
3940
3941 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3944 (sql-signum): Remove. Use `cl-signum' instead.
3945 (sql-read-passwd): Remove; use read-passwd instread.
3946 (sql-get-login-ext): Use read-string.
3947 (sql-get-login): Use dolist and pcase.
3948 (sql--completion-table): Rename from sql-try-completion.
3949 Use complete-with-action.
3950 (sql-mode): Don't change abbrev-all-caps globally.
3951 (sql-connect): Don't rely on dynamic scoping for `new-name'.
3952 (sql-postgres-completion-object): Initialize vars in their `let'.
3953 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3954 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3955 (sql-comint-interbase): Use a single append, without setq.
3956 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3957
3958 * hi-lock.el: Rework the default face and the serialize regexp code.
3959 (hi-lock--auto-select-face-defaults): Remove.
3960 (hi-lock-string-serialize-serial): Remove.
3961 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3962 make weak.
3963 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3964 equal string.
3965 (hi-lock-set-pattern): Adjust accordingly.
3966 (hi-lock--regexps-at-point): Simplify accordingly.
3967 (hi-lock--auto-select-face-defaults): Remove.
3968 (hi-lock--last-face): New var to replace it.
3969 (hi-lock-read-face-name): Rewrite (bug#11095).
3970 (hi-lock-unface-buffer): Arrange for the face to be the next default.
3971
3972 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
3973
3974 * net/tramp.el (tramp-replace-environment-variables):
3975 Hide compiler warning.
3976 (tramp-file-name-for-operation): Remove `executable-find',
3977 `start-process', `call-process' and `call-process-region'.
3978
3979 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3980
3981 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3982 compatibility.
3983
3984 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3985
3986 2012-12-06 Chong Yidong <cyd@gnu.org>
3987
3988 * ffap.el (ffap-replace-file-component): Fix typo.
3989
3990 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3993 fix open-paren-like token test (bug#12785).
3994
3995 2012-12-06 Glenn Morris <rgm@gnu.org>
3996
3997 * mail/rmailsum.el (rmail-new-summary): Tweak for
3998 rmail-maybe-display-summary changing buffer. (Bug#13066)
3999
4000 2012-12-06 Juri Linkov <juri@jurta.org>
4001
4002 * info.el (Info-fontify-node): Don't hide the last newline.
4003 (Bug#12272)
4004
4005 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4006
4007 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4008 so as to enable message-read-from-minibuffer to expand mail aliases.
4009
4010 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4011
4012 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4013 the `intangible' property.
4014 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4015
4016 2012-12-05 Deniz Dogan <deniz@dogan.se>
4017
4018 * net/rcirc.el (rcirc-urls): Update documentation.
4019 (rcirc-condition-filter): New function.
4020 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4021 and exclude consecutive duplicate URLs (Bug#6082).
4022
4023 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4024
4025 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4026 Check return code of copy command.
4027
4028 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4029 Use group `tramp'. Add version.
4030
4031 2012-12-05 Chong Yidong <cyd@gnu.org>
4032
4033 * ffap.el (ffap-url-regexp): Don't require matching at front of
4034 string (Bug#4952).
4035 (ffap-url-p): If only a substring matches, return that.
4036 (ffap-url-at-point): Use the return value of ffap-url-p.
4037 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4038 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4039 (ffap-guess-file-name-at-point): Likewise.
4040 (ffap-replace-file-component): Fix typo.
4041
4042 * info.el (info-display-manual): Add existing Info buffers, whose
4043 files may not be in Info-directory-list, to the completion.
4044 (info--manual-names): New helper function.
4045
4046 2012-12-05 Glenn Morris <rgm@gnu.org>
4047
4048 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4049 New functions, for detecting and resolving conflicts. (Bug#10709)
4050
4051 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4052
4053 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4054 (hi-lock-auto-select-face-defaults): New buffer local variable.
4055 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4056 (hi-lock-unface-buffer): Prompt user with useful defaults.
4057 With prefix arg, unhighlight all hi-lock patterns in buffer.
4058
4059 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4062
4063 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4064
4065 * Makefile.in (TRAMP_SRC):
4066 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4067
4068 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4069
4070 * net/tramp-adb.el: New package.
4071
4072 2012-12-04 Chong Yidong <cyd@gnu.org>
4073
4074 * terminal.el: Move to obsolete/.
4075
4076 * longlines.el: Move to obsolete/.
4077
4078 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4079 Remove code referring to longlines mode.
4080
4081 2012-12-03 Juri Linkov <juri@jurta.org>
4082
4083 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4084
4085 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4086
4087 * textmodes/ispell.el (ispell-init-process)
4088 (ispell-start-process, ispell-internal-change-dictionary):
4089 Make sure personal dictionary name is expanded after initial
4090 `default-directory' value. Use expanded strings for
4091 keep/restart checks and for value (Bug#13019).
4092
4093 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4094
4095 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4096
4097 2012-12-03 Leo Liu <sdl.web@gmail.com>
4098
4099 * files.el (dir-locals-read-from-file): Check file non-empty
4100 before reading. (Bug#13038)
4101
4102 2012-12-03 Glenn Morris <rgm@gnu.org>
4103
4104 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4105 Remove any version extension before checking filename. (Bug#13006)
4106 (jka-compr-compression-info-list): Belated :version bump.
4107
4108 2012-12-03 Chong Yidong <cyd@gnu.org>
4109
4110 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4111
4112 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4113 (buffer-menu): Doc fix (Bug#12294).
4114
4115 2012-12-03 Roland Winkler <winkler@gnu.org>
4116
4117 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4118 of diary-show-all-entries in the diary buffer (Bug#12994).
4119
4120 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4121
4122 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4123 "<STDIN>". This is binary safe.
4124
4125 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4126
4127 * calc/calc-forms.el (math-absolute-from-iso-dt)
4128 (math-date-to-iso-dt, math-parse-iso-date-validate)
4129 (math-iso-dt-to-date): New functions.
4130 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4131 (math-fd-isoweekday): New variables.
4132 (calc-date-notation, math-parse-standard-date, math-format-date)
4133 (math-format-date-part): Add support for more formatting codes.
4134
4135 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4136
4137 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4138 current buffer's file name when called interactively (Bug#12488).
4139
4140 2012-12-02 Juri Linkov <juri@jurta.org>
4141
4142 * info.el (info-display-manual): Don't clobber an existing Info
4143 buffer (Bug#10770). Add completion (Bug#10771).
4144
4145 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4146
4147 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4148 before using it for comparison (Bug#5297).
4149
4150 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4151
4152 * textmodes/css-mode.el (css-current-defun-name): New function.
4153 (css-mode): Use it.
4154
4155 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4156 (html-mode): Use it.
4157
4158 2012-12-01 Chong Yidong <cyd@gnu.org>
4159
4160 Modularize add-log-current-defun (Bug#2224).
4161 Suggested by Jari Aalto.
4162
4163 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4164 (add-log-current-defun): Move mode-specific code to other files.
4165 (add-log-lisp-like-modes, add-log-c-like-modes)
4166 (add-log-tex-like-modes): Variables deleted.
4167
4168 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4169 (lisp-mode-variables): Use it.
4170
4171 * progmodes/cc-mode.el (c-common-init):
4172 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4173 add-log-current-defun-function.
4174
4175 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4176 (m4-mode): Use it.
4177
4178 * progmodes/perl-mode.el (perl-current-defun-name): New.
4179 (perl-mode): Use it.
4180
4181 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4182 Use lisp-current-defun-name.
4183
4184 * textmodes/tex-mode.el (tex-current-defun-name): New.
4185 (tex-common-initialization): Use it.
4186
4187 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4188 (texinfo-mode): Use it.
4189
4190 2012-12-01 Chong Yidong <cyd@gnu.org>
4191
4192 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4193 * progmodes/autoconf.el (autoconf-mode):
4194 * progmodes/js.el (js-mode):
4195 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4196 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4197 * progmodes/perl-mode.el (perl-mode):
4198 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4199 * textmodes/css-mode.el (css-mode):
4200 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4201 (sgml-tags-invisible, sgml-guess-indent):
4202 * textmodes/tex-mode.el (tex-common-initialization)
4203 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4204 (doctex-mode, plain-tex-mode, latex-mode):
4205 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4206
4207 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4208
4209 * vc/vc-hg.el (vc-hg-next-revision):
4210 Ensure use of default "tip" output format. (Bug#6968)
4211
4212 2012-12-01 Kim F. Storm <storm@cua.dk>
4213
4214 * startup.el (fancy-startup-tail): Add a clickable link
4215 (Bug#2176).
4216
4217 2012-12-01 Chong Yidong <cyd@gnu.org>
4218
4219 * startup.el (fancy-startup-tail): Improve the message about
4220 auto-save files (Bug#2176).
4221
4222 * files.el (recover-session): Improve the descriptive message, and
4223 use substitute-command-keys.
4224
4225 2012-12-01 Glenn Morris <rgm@gnu.org>
4226
4227 * ido.el (ido-file-internal):
4228 Handle other-window, other-frame for dired. (Bug#13036)
4229
4230 2012-11-30 Glenn Morris <rgm@gnu.org>
4231
4232 * icomplete.el (icomplete-separator): Fix :version.
4233
4234 2012-11-30 Chong Yidong <cyd@gnu.org>
4235
4236 * shell.el (shell): For C-u M-x shell, use an inactive shell
4237 buffer as the default (Bug#1975).
4238 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4239 (shell-mode): Use them to reapply ansi colorization if Shell mode
4240 is re-enabled.
4241
4242 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4243
4244 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4245
4246 2012-11-30 Samuel Bronson <naesten@gmail.com>
4247
4248 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4249 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4250
4251 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4252
4253 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4254 by move-to-column (Bug#3234).
4255
4256 2012-11-30 Chong Yidong <cyd@gnu.org>
4257
4258 * longlines.el (longlines-wrap-line, longlines-encode-region):
4259 Preserve text properties (Bug#1425).
4260
4261 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4262
4263 * vc/vc.el (vc-register): Allow registering a file which is
4264 already registered with a different backend (Bug#10589).
4265
4266 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4267 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * icomplete.el: Change separator; add ido-style commands.
4270 (icomplete-show-key-bindings): Remove custom var.
4271 (icomplete-get-keys): Remove function.
4272 (icomplete-forward-completions, icomplete-backward-completions):
4273 New commands.
4274 (icomplete-minibuffer-map): New var.
4275 (icomplete-minibuffer-setup): Use it.
4276 (icomplete-exhibit): Don't delay if the list of completions is known.
4277 (icomplete-separator): New custom.
4278 (icomplete-completions): Use it.
4279 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4280 (minibuffer-force-complete-and-exit): New command.
4281 (minibuffer--complete-and-exit): New function extracted from
4282 minibuffer-complete-and-exit.
4283 (minibuffer-complete-and-exit): Use it.
4284
4285 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4286 error message when the file doesn't exist (bug#12974).
4287
4288 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4289
4290 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4291
4292 2012-11-29 Glenn Morris <rgm@gnu.org>
4293
4294 * files.el (hack-dir-local-variables): Warn if try to set
4295 coding via dir-locals, since it doesn't work. (Bug#7169)
4296
4297 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4298 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4299 Set buffer-local value of desktop-save-buffer.
4300 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4301 New functions.
4302 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4303 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4304
4305 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4306 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4307 Doc fix.
4308 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4309 Doc fixes.
4310
4311 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4312
4313 * calc/calc-forms.el (calc-date-notation): Fix regexp
4314 used to find time codes. Fix symbol for seconds.
4315
4316 2012-11-27 Glenn Morris <rgm@gnu.org>
4317
4318 * emacs-lisp/derived.el (derived-mode-make-docstring):
4319 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4320
4321 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4322
4323 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4324 lexically scoped variables (bug#13005).
4325
4326 2012-11-27 Glenn Morris <rgm@gnu.org>
4327
4328 * vc/vc-hooks.el (vc-mistrust-permissions):
4329 Default to t, to avoid data-loss. (Bug#11490)
4330
4331 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4332
4333 * progmodes/python.el (python-indent-guess-indent-offset):
4334 If indentation is guessed make python-indent-offset buffer-local.
4335
4336 Fix Imenu regression.
4337 * progmodes/python.el (python-nav-beginning-of-defun):
4338 Fix forward movement when statement(s) separates point from defun.
4339 (python-imenu-prev-index-position): New function.
4340
4341 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4342
4343 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4344
4345 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4346 Don't set buffer-file-type. Return nil. (Bug#12989)
4347
4348 2012-11-27 Glenn Morris <rgm@gnu.org>
4349
4350 * hippie-exp.el (hippie-expand-try-functions-list):
4351 Re-autoload it. (Bug#12982)
4352
4353 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4354
4355 * descr-text.el (describe-char-padded-string):
4356 Call internal-char-font only on GUI frames. (Bug#11964)
4357
4358 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4359
4360 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4361 and obsoletion message.
4362
4363 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4366 the constructs to keep outside of the `cl-block' (bug#12977).
4367
4368 2012-11-27 Chong Yidong <cyd@gnu.org>
4369
4370 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4371 keep reading until we get the up-event anyway, in order to process
4372 the up-event for mouse-1-click-follows-link (Bug#12971).
4373
4374 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4377 base function is not yet defined (bug#12965).
4378 (ad-activate-advised-definition): Use ad-compile-function.
4379 (ad-activate): Use cond.
4380
4381 2012-11-25 Leo Liu <sdl.web@gmail.com>
4382
4383 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4384 (Bug#12979)
4385
4386 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4387
4388 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4389 reftex-section-info-function in order to be compatible with
4390 Texinfo integration.
4391
4392 * textmodes/reftex.el (reftex-section-pre-regexp)
4393 (reftex-section-post-regexp, reftex-section-info-function):
4394 New variable.
4395 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4396 reftex-section-post-regexp, and reftex-section-info-function in order
4397 to be compatible with Texinfo integration.
4398
4399 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4400 use reftex-section-pre-regexp variable in order to be compatible with
4401 Texinfo integration.
4402
4403 2012-11-25 Chong Yidong <cyd@gnu.org>
4404
4405 * faces.el: Make face-spec-set more analogous to setq.
4406 (face-spec-set): Change the third arg to specify whether this
4407 function is being called via defface, customize, or a third party.
4408 Set the appropriate symbol properties. Clear the override spec if
4409 setting via Custom. Initialize face if necessary. (Bug#4988)
4410 (face-spec-recalc): Allow theme faces to completely replace the
4411 defface spec, in the same way as custom faces (Bug#8454).
4412
4413 * cus-face.el (custom-declare-face): Move face initialization to
4414 face-spec-set.
4415 (custom-theme-set-faces): Don't initialize the face name here, as
4416 that is now done in face-spec-set.
4417
4418 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4419 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4420 Simplify by using the new arg to face-spec-set.
4421
4422 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4423 reset face-override-spec too, and use custom-declare-face.
4424
4425 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4426
4427 * term/ns-win.el (ns-initialize-window-system): Move creation of
4428 fontsets here (Bug#11964).
4429
4430 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4431
4432 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4433 cell renaming.
4434
4435 2012-11-24 Chong Yidong <cyd@gnu.org>
4436
4437 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4438 obsolete.
4439
4440 * custom.el (custom-theme-set-variables): Use a topological sort
4441 for ordering by custom dependencies (Bug#12952).
4442 (custom--sort-vars, custom--sort-vars-1): New functions.
4443
4444 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4447 lexical-binding (bug#12938).
4448
4449 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4450
4451 * image-mode.el (image-transform-check-size): Use assertions only
4452 for images of type imagemagick.
4453
4454 Otherwise no error, image-transform-fit-to-{width,height} is
4455 silently ignored, as before. Doc fix.
4456
4457 2012-11-24 Chong Yidong <cyd@gnu.org>
4458
4459 * faces.el (color-defined-p): Doc fix (Bug#12853).
4460
4461 2012-11-24 Juri Linkov <juri@jurta.org>
4462
4463 * dired.el (dired-mark): Add optional arg `interactive'.
4464 Check for `use-region-p' if `interactive' is non-nil.
4465 (dired-unmark, dired-flag-file-deletion): Add optional arg
4466 `interactive'. Call `dired-mark' with the arg `interactive'.
4467 (Bug#10624)
4468
4469 * wdired.el: Revert 2012-10-17 change partly and replace it with
4470 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4471 (wdired-finish-edit): Add marks for new file names to
4472 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4473 after `revert-buffer'.
4474 (wdired-do-renames): Remove calls to `dired-remove-file',
4475 `dired-add-file', `dired-add-entry'. (Bug#11795)
4476
4477 2012-11-24 Alan Mackenzie <acm@muc.de>
4478
4479 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4480
4481 Fix bugs in the state cache. Enhance a debugging mechanism.
4482 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4483 "brace at column zero" strategy for C++.
4484 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4485 (c-parse-state-point): New variable.
4486 (c-record-parse-state-state): Record old parse state with
4487 `copy-tree'. Record previous value of point.
4488 (c-debug-parse-state-double-cons): New debugging function.
4489 (c-debug-parse-state): Call the above new function.
4490 (c-toggle-parse-state-debug): Output a confirmatory message.
4491
4492 * progmodes/cc-mode.el (c-before-change, c-after-change):
4493 Call c-invalidate-state-cache from `c-before-change' instead of
4494 `c-after-change'.
4495
4496 2012-11-23 Chong Yidong <cyd@gnu.org>
4497
4498 * find-cmd.el (find-constituents): Add executable, ipath,
4499 readable, samefile, writable, daystart, regextype (Bug#12856).
4500
4501 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4504
4505 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4506
4507 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4508 definition. This fixes a bootstrap failure.
4509 (calc-gregorian-switch): In menu, put dates before regions.
4510 This is easier to follow, lines up better in the menu, and lets us
4511 coalesce regions that switch at the same time. Give country
4512 names, not "Vatican", as that's better for non-expert users.
4513 Use names that are stable between the date of switch and now, e.g.,
4514 Bohemia and Moravia (which existed then and now) and not
4515 Czechoslovakia (which didn't exist then and doesn't exist now).
4516 What is now the U.S. mostly did not switch at the same time as
4517 Britain, so omit the U.S. Correct spelling of "Britain".
4518 Catholic Switzerland was too much of a mess, so omit it.
4519
4520 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4521
4522 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4523 after the variable is changed.
4524
4525 2012-11-21 Daniel Colascione <dancol@dancol.org>
4526
4527 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4528 in SQL declarations for font-lock.
4529 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4530
4531 2012-11-21 Glenn Morris <rgm@gnu.org>
4532
4533 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4534 (face-italic-p): Add optional argument "inherit".
4535
4536 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4537 Remove -p suffix from names, for consistency with other set-face-*.
4538 (set-face-inverse-video): Fix interactive spec.
4539 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4540 * textmodes/table.el (table--update-cell-face):
4541 Use set-face-inverse-video rather than now obsolete alias.
4542
4543 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4544
4545 * simple.el (line-move): Don't call line-move-partial if
4546 scroll-conservatively is in effect. (Bug#12927)
4547
4548 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4551 Fallback on completion-at-point rather than
4552 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4553 (eshell-cmpl-initialize): Setup completion-at-point.
4554
4555 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4556
4557 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4558
4559 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4560
4561 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4562 are remote, check out-of-band property for both.
4563
4564 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4565
4566 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4567 code rewrite.
4568
4569 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4570
4571 More minor time fixes.
4572 * calendar/time-date.el: Commentary fix.
4573 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4574 too much other code depends on (0 0) time stamps.
4575 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4576 Add a couple of FIXME comments.
4577
4578 Minor cleanup for times as lists of four integers.
4579 * files.el (dir-locals-directory-cache):
4580 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4581 Doc fixes.
4582 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4583 * ps-bdf.el (bdf-file-newer-than-time):
4584 Process four-integers time stamps, not two. Doc fixes.
4585
4586 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * uniquify.el (uniquify-managed): Use defvar-local.
4589 (rename-buffer, create-file-buffer): Advise with advice-add.
4590 (uniquify-unload-function): Unadvise accordingly.
4591
4592 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4593 (trace-buffer): Don't purecopy.
4594 (trace-entry-message, trace-exit-message): Add `context' arg.
4595 (trace--timer): New var.
4596 (trace-make-advice): Adjust for use in nadvice.
4597 Add `context' argument. Delay `display-buffer' via a timer.
4598 (trace-function-internal): Use advice-add.
4599 (trace--read-args): New function.
4600 (trace-function-foreground, trace-function-background): Use it.
4601 (trace-function): Rename to trace-function-foreground and redefine as
4602 an alias to that new name.
4603 (untrace-function, untrace-all): Adjust to the use of nadvice.
4604
4605 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4606
4607 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4608
4609 * subr.el (called-interactively-p-functions): New var.
4610 (internal--called-interactively-p--get-frame): New macro.
4611 (called-interactively-p, interactive-p): Rewrite in Lisp.
4612 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4613 (called-interactively-p-functions): Use it.
4614 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4615 (called-interactively-p-functions): Use it.
4616 * allout.el (allout-called-interactively-p): Don't assume
4617 called-interactively-p is a subr.
4618
4619 2012-11-20 Glenn Morris <rgm@gnu.org>
4620
4621 * profiler.el (profiler-report-mode-map): Add a menu.
4622 No need to bind `q' because we derive from special-mode.
4623 (profiler-report-find-entry): Handle calls from the menu-bar.
4624
4625 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * emacs-lisp/byte-run.el (defun-declarations-alist):
4628 Allow a compiler-macro to be a lambda expression.
4629
4630 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4631 eval-when-compile.
4632 (python-syntax-context): Add compiler-macro.
4633 (python-font-lock-keywords): Simplify with De Morgan.
4634
4635 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4636
4637 * files.el (load-file): Require match in minibuffer selection, as was
4638 the case in Emacs-20 before we changed the spec to allow .elc files
4639 (bug#12935).
4640
4641 * json.el: Don't require cl since we don't use it.
4642 * color.el: Don't require cl.
4643 (color-complement): `caddr' -> `nth 2'.
4644
4645 * calendar/time-date.el (time-to-seconds): De-obsolete.
4646
4647 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4648
4649 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4650 year numbers.
4651 (math-date-to-julian-dt): Adjust the initial approximation for the
4652 year to deal with the new definition of the DATE.
4653
4654 2012-11-19 Daniel Colascione <dancol@dancol.org>
4655
4656 * term/w32-win.el (cygwin-convert-path-from-windows):
4657 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4658
4659 2012-11-18 Chong Yidong <cyd@gnu.org>
4660
4661 * filecache.el (file-cache--read-list): New function.
4662 (file-cache-add-directory-list, file-cache-add-file-list)
4663 (file-cache-delete-file-list, file-cache-delete-directory-list):
4664 Use it to read a list of files or directories (Bug#12846).
4665 (file-cache-add-file, file-cache-add-directory)
4666 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4667 (file-cache-delete-directory): Print an message.
4668
4669 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4670
4671 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4672 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4673
4674 2012-11-18 Glenn Morris <rgm@gnu.org>
4675
4676 * image.el (insert-image, insert-sliced-image): Doc fix.
4677
4678 2012-11-18 Chong Yidong <cyd@gnu.org>
4679
4680 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4681 (Bug#12810).
4682
4683 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4684
4685 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4686 response when the target file is in a subdirectory (Bug#12757).
4687
4688 2012-11-18 Chong Yidong <cyd@gnu.org>
4689
4690 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4691
4692 2012-11-18 Glenn Morris <rgm@gnu.org>
4693
4694 * emacs-lisp/cl-lib.el (face-underline-p):
4695 Use set-face-underline rather than the alias set-face-underline-p.
4696
4697 * window.el (with-temp-buffer-window): Doc fix.
4698 * subr.el (with-output-to-temp-buffer):
4699 Add doc xref to with-temp-buffer-window.
4700
4701 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4702
4703 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4704 * calc/calc.el (math-format-date-cache): Declare.
4705
4706 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4707
4708 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4709 It also uses January 1, 1 AD as its day number 1.
4710 * calc/calc-forms.el (math-julian-date-beginning)
4711 (math-julian-date-beginning-int): Implement this.
4712
4713 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4714
4715 * descr-text.el (quail-find-key):
4716 * dired.el (desktop-file-name):
4717 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4718 * generic-x.el (comint-mode, comint-exec):
4719 * image-dired.el (widget-forward):
4720 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4721 (speedbar-change-expand-button-char)
4722 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4723 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4724 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4725 (widget-field-action, widget-value-set):
4726 * speedbar.el (imenu--make-index-alist):
4727 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4728 (ring-length, ring-insert):
4729 * vcursor.el (compare-windows-skip-whitespace):
4730 * woman.el (dired-get-filename):
4731 Declare functions.
4732
4733 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4734
4735 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4736
4737 * calc/calc.el (calc-gregorian-switch): New variable.
4738
4739 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4740 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4741 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4742 (math-leap-year-p): Add option to distinguish between Julian
4743 and Gregorian calendars.
4744 (math-day-number): Use `math-day-in-year' to do the computations.
4745 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4746 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4747 to do the computations.
4748 (math-date-to-dt): Use `math-date-to-julian-dt' and
4749 `math-date-to-gregorian-dt' to do the computations.
4750 (calcFunc-weekday, math-format-date-part): Use the new version of
4751 the DATE to determine the weekday.
4752 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4753 when necessary.
4754
4755 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4756
4757 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4758 Cygwin; otherwise use 'file:'. (Bug#12914)
4759 (cygwin-convert-path-from-windows): Declare, to avoid
4760 byte-compiler warnings.
4761
4762 2012-11-17 Andreas Politz <politza@fh-trier.de>
4763
4764 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4765 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4766 prefix and negative numeric prefix args (Bug#12795).
4767
4768 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4769
4770 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4771 Don't signal an error with a score that is too low to add to the
4772 list of top scores. (Bug#12779)
4773
4774 2012-11-17 Chong Yidong <cyd@gnu.org>
4775
4776 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4777
4778 * filecache.el (file-cache-add-file): Handle relative file name in
4779 the argument (Bug#12694).
4780
4781 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4782
4783 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4784
4785 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4788
4789 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4790
4791 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4792
4793 * window.el (enlarge-window, shrink-window): Don't mention return
4794 value in doc-string (Bug#12896).
4795 (window--display-buffer): Don't resize frames - it won't work
4796 with all window managers and defeat pop-up-frame-alist.
4797 (display-buffer-alist): In doc-string explain that CONDITION can
4798 be a function and which arguments are passed to it (Bug#12854).
4799 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4800 expressions (Bug#12854).
4801 (display-buffer): Pass ACTION argument to
4802 display-buffer-assq-regexp.
4803
4804 2012-11-16 Glenn Morris <rgm@gnu.org>
4805
4806 * window.el (fit-frame-to-buffer-bottom-margin)
4807 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4808
4809 * faces.el (face-underline-p): Use face-attribute-specified-or.
4810
4811 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4812
4813 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4814
4815 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4818
4819 2012-11-16 Glenn Morris <rgm@gnu.org>
4820
4821 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4822 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4823
4824 * faces.el (face-underline-p): Doc fix. Handle :underline being
4825 things other than `t' (a string, a list).
4826 (face-inverse-video-p): Doc fix.
4827 (set-face-underline): Rename it back from set-face-underline-p.
4828 Doc fix. Allow interactive input of values other than t.
4829 (read-face-attribute): Apply formatting to :underline,
4830 since like :box and :stipple it can take list values.
4831
4832 * term.el (ansi-term): Don't let C-x escape-char binding
4833 clobber the more standard C-c binding. (Bug#12842)
4834
4835 * subr.el (set-temporary-overlay-map): Doc fix.
4836
4837 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4838
4839 * window.el (record-window-buffer)
4840 (display-buffer-record-window): When copying the markers to
4841 window-point preserve window-point-insertion-type. (Bug#12588)
4842
4843 2012-11-16 Glenn Morris <rgm@gnu.org>
4844
4845 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4846 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4847 Use new names for hooks rather than obsolete aliases.
4848
4849 2012-11-15 Daniel Colascione <dancol@dancol.org>
4850
4851 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4852 prefix instead of "file:" so that when FILE-NAME begins with "//",
4853 as it does when the target file is on a network share, url-handler
4854 isn't confused.
4855
4856 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4859 a preactivated advice from an old advice.el; they're not compatible!
4860
4861 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4862
4863 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4864 Fix string-spec case.
4865
4866 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4867
4868 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4871 (advice--buffer-local-function-sample): New var.
4872 (advice--set-buffer-local, advice--buffer-local): New functions.
4873 (add-function, remove-function): Use them.
4874
4875 2012-11-15 Drew Adams <drew.adams@oracle.com>
4876
4877 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4878
4879 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4882 potential binding of print-gensym to t, and prettify (back)quotes in
4883 case they appear in args's default values (bug#12884).
4884
4885 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4888 (advice-eval-interactive-spec): New function.
4889 (advice--make-interactive-form): Support around advice (bug#12844).
4890
4891 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4892
4893 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4894 more strict. Add docstring.
4895 (ruby-expression-expansion-re): Extract from
4896 `ruby-match-expression-expansion'.
4897 (ruby-syntax-propertize-function): After everything else, search
4898 for expansions in string literals, mark their insides as
4899 whitespace syntax and save match data for font-lock.
4900 (ruby-font-lock-keywords): Use the 2nd group from expression
4901 expansion matches.
4902 (ruby-match-expression-expansion): Use the match data saved to the
4903 text property in ruby-syntax-propertize-function.
4904
4905 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4908 (bug#12879).
4909
4910 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4911
4912 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4913 start/end keyword a bit harder. Works with different values of N.
4914 Add more comments.
4915 (ruby-end-of-block): Update accordingly.
4916
4917 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * woman.el (woman-file-name): Don't mess with unread-command-events
4920 (bug#12861).
4921
4922 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4923 Remove out of date self-require hack.
4924 (ad-do-advised-functions): Use simple `dolist'.
4925 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4926 (ad-advice-definition): Redefine as functions.
4927 (ad-advice-classes): Move before first use.
4928 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4929 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4930 (ad--defalias-fset): Remove functions.
4931 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4932 (ad-get-orig-definition): Rewrite.
4933 (ad-make-advised-definition-docstring): Change base docstring.
4934 (ad-real-orig-definition): Rewrite.
4935 (ad-map-arglists): Change name of called function.
4936 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4937 (ad-make-advised-definition): Simplify.
4938 (ad-assemble-advised-definition): Tweak for new calling context.
4939 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4940 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4941 function and call ad-activate if needed.
4942 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4943 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4944 (ad-compile-function): Compile ad-Advice-*.
4945 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4946 (ad-start-advice, ad-stop-advice): Remove.
4947
4948 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4949
4950 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4951 period before class method names, not after. Remove handling of
4952 one impossible case. Add comments.
4953
4954 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * emacs-lisp/advice.el: Remove support for freezing.
4957 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4958 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4959 Remove support for `freeze'.
4960
4961 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4962 override the default.
4963 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4964 cl--dotimes/dolist.
4965 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4966 `cl' is loaded.
4967
4968 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4969 from add-advice.
4970 (advice--strip-macro): New function.
4971 (advice--defalias-fset): Use them to handle macros.
4972 (advice-add): Use them.
4973 (advice-member-p): Correctly handle macros.
4974
4975 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4976
4977 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4978 Never font-lock the beginning of singleton class as heredoc.
4979
4980 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4983
4984 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
4985
4986 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4987 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
4988 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4989
4990 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
4991
4992 Fix end-of-defun misbehavior.
4993 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4994 python-beginning-of-defun-function. Handle nested defuns
4995 correctly.
4996 (python-nav-end-of-defun): Rename from
4997 python-end-of-defun-function. Ensure forward movement.
4998 (python-info-current-defun): Reimplement to work as intended
4999 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5000 parent defuns as soon as possible.
5001
5002 2012-11-13 Glenn Morris <rgm@gnu.org>
5003
5004 * progmodes/flymake.el (flymake-error-bitmap)
5005 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5006 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5007
5008 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5009
5010 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5011 backward, always stop at indentation. Reverts the change from
5012 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5013
5014 2012-11-13 Glenn Morris <rgm@gnu.org>
5015
5016 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5017 Add ibuffer-filter-by-derived-mode.
5018
5019 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5020 the same name shadowing each other.
5021
5022 * window.el (with-temp-buffer-window): Doc tweak.
5023
5024 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5025
5026 * help.el (temp-buffer-max-height):
5027 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5028 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5029
5030 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * emacs-lisp/nadvice.el: New package.
5033 * subr.el (special-form-p): New function.
5034 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5035 (elp-all-instrumented-list): Remove var.
5036 (elp-not-profilable): Remove elp-wrapper.
5037 (elp-profilable-p): Use autoloadp and special-form-p.
5038 (elp--advice-name): New const.
5039 (elp-instrument-function): Use advice-add.
5040 (elp--instrumented-p): New predicate.
5041 (elp-restore-function): Use advice-remove.
5042 (elp-restore-all, elp-reset-all): Use mapatoms.
5043 (elp-set-master): Use elp--instrumented-p.
5044 (elp--make-wrapper): Rename from elp-wrapper, return a function
5045 suitable for advice-add. Use cl-inf.
5046 (elp-results): Use mapatoms+elp--instrumented-p.
5047 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5048 (debug-function-list): Remove var.
5049 (debug): Rename arg, and then let-bind it explicitly inside.
5050 (debugger-setup-buffer): Rename arg.
5051 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5052 (debugger-frame-number): Adjust to new debug-on-entry setup.
5053 (debug--implement-debug-on-entry): Rename from
5054 implement-debug-on-entry, add argument.
5055 (debugger-special-form-p): Remove, use special-form-p instead.
5056 (debug-on-entry): Use advice-add.
5057 (debug--function-list): New function.
5058 (cancel-debug-on-entry): Use it, along with advice-remove.
5059 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5060 (debugger-list-functions): Use debug--function-list instead of
5061 debug-function-list.
5062 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5063 (ad-special-form-p): Remove, use special-form-p instead.
5064 (ad-set-advice-info): Use add-function and remove-function.
5065 (ad--defalias-fset): Adjust accordingly.
5066
5067 2012-11-10 Glenn Morris <rgm@gnu.org>
5068
5069 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5070 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5071 (report-emacs-bug-create-existing-bugs-buffer)
5072 (report-emacs-bug-parse-query-results)
5073 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5074
5075 * term.el (term-default-fg-color, term-default-bg-color):
5076 Make obsolete, rather than just saying "deprecated" in the doc.
5077
5078 * term.el (term): Rename from `term-face'.
5079 (term-current-face, ansi-term-color-vector)
5080 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5081 Update all users.
5082
5083 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5084
5085 * server.el (server-create-window-system-frame): Handle Nextstep
5086 specially (Bug#12780).
5087
5088 2012-11-10 Glenn Morris <rgm@gnu.org>
5089
5090 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5091 Unautoload, and make obsolete. (Bug#7449)
5092
5093 2012-11-10 Chong Yidong <cyd@gnu.org>
5094
5095 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5096 rename from diff-remove-trailing-whitespace (Bug#12831).
5097
5098 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5101 miscompilation of trace.el.
5102
5103 2012-11-10 Glenn Morris <rgm@gnu.org>
5104
5105 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5106
5107 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5110 (bug#12812).
5111
5112 2012-11-10 Chong Yidong <cyd@gnu.org>
5113
5114 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5115 a defcustom with an appropriate :set function.
5116 (minibuffer-default--in-prompt-regexps): New function.
5117
5118 2012-11-10 Glenn Morris <rgm@gnu.org>
5119
5120 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5121 (define-modify-macro): Doc fixes.
5122
5123 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5124 (gv-define-simple-setter): Update doc of `fix-return'.
5125
5126 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5129 twice when `fix-return' is set (bug#12813).
5130
5131 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5132 gv-define-simple-setter (bug#12812).
5133
5134 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5135 (bug#12756).
5136
5137 2012-11-10 Glenn Morris <rgm@gnu.org>
5138
5139 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5140
5141 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5142 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5143 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5144 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5145
5146 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5147
5148 2012-11-10 Leo Liu <sdl.web@gmail.com>
5149
5150 * ido.el (ido-set-matches-1): Improve flex matching performance by
5151 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5152
5153 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5156 (ad--defalias-fset): New function.
5157 (ad-safe-fset): Remove.
5158 (ad-make-freeze-definition): Use cl-letf*.
5159
5160 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * subr.el (dolist): Don't bind VAR in RESULT.
5163
5164 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5165 (fset, documentation): Don't save real def since we don't advise.
5166 (ad-do-advised-functions): Remove problematic `result-form'.
5167 (ad-safe-fset): `ad-real-fset' => `fset'.
5168 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5169 uses CL's dolist internally.
5170 (ad-arglist): Remove unused arg `name'.
5171 (ad-docstring, ad-make-advised-docstring):
5172 `ad-real-documentation' => `documentation'.
5173 (warning-suppress-types): Declare.
5174 (ad-set-arguments): Simple CSE.
5175 (ad-recover-normality): Sanity check.
5176
5177 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5178 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5179
5180 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
5181
5182 * ses.el: symbol to coordinate mapping is made by symbol property
5183 `ses-cell'. This means that the same mapping is done for all SES
5184 sheets. That is good enough for cells with standard A1 names, but
5185 not for named cell. So a hash map is added for the latter.
5186 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5187 (ses-sym-rowcol): Use hashmap for named cell.
5188 (ses-is-cell-sym-p): New defun.
5189 (ses-decode-cell-symbol): New defun.
5190 (ses-create-cell-variable): Add cell to hashmap when name is not
5191 A1-like.
5192 (ses-rename-cell): Check that cell new name is not already in
5193 spreadsheet with the use of ses-is-cell-sym-p
5194 (ses-rename-cell): Use hash map for named cells, but accept also
5195 renaming back to A1-like.
5196
5197 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * emacs-lisp/advice.el: Use new dynamic docstrings.
5200 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5201 Use dynamic-docstring-function instead of ad-advice-info.
5202 (ad--make-advised-docstring): New function extracted from
5203 ad-make-advised-docstring.
5204 (ad-make-advised-docstring): Use it.
5205 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5206 from sql-help.
5207 (sql-help): Use it with dynamic-docstring-function.
5208
5209 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5210
5211 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * files.el (hack-one-local-variable--obsolete): New function.
5214 (hack-one-local-variable): Use it for obsolete settings.
5215
5216 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5217 the new name.
5218
5219 * progmodes/js.el (js--filling-paragraph): New var.
5220 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5221 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5222 less sneaky.
5223
5224 2012-11-08 Julien Danjou <julien@danjou.info>
5225
5226 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5227 `auto-mode-alist' (Bug#12835).
5228
5229 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5232 (perl--prettify-symbols-alist): New const.
5233 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5234 New functions.
5235 (perl-font-lock-keywords-2): Use them.
5236 (perl-electric-noindent-p): New function.
5237 (perl-mode): Use it to set up electric-indent-mode.
5238 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5239 (perl-mode-map): Remove bindings for them.
5240 (perl-imenu-generic-expression, perl-outline-level):
5241 Match functions&packages in column>0.
5242
5243 * env.el (env--substitute-vars-regexp): New const.
5244 (substitute-env-vars): Use it. Add `only-defined' arg.
5245 * net/tramp.el (tramp-replace-environment-variables): Use it.
5246
5247 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5248 Byte-compile *before* eval in eval-and-compile.
5249 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5250 (byte-compile-file-form-autoload): Don't hide actual definition.
5251 (byte-compile-maybe-guarded): Accept `functionp' as well.
5252
5253 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5254
5255 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5256
5257 * notifications.el (notifications-get-server-information-method):
5258 New defconst.
5259 (notifications-get-capabilities): Fix docstring.
5260 (notifications-get-server-information): New defun.
5261
5262 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5263
5264 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5265 readability.
5266
5267 * textmodes/ispell.el: Experimental support for support debugging.
5268 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5269 buffer for ispell.
5270 (ispell-print-if-debug): New function to print stuff to
5271 `ispell-debug-buffer' if debugging is enabled.
5272 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5273 show some debugging info.
5274 (ispell-buffer-with-debug): New function that creates a debugging
5275 buffer and calls `ispell-buffer' with debugging enabled.
5276
5277 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5278 comment in autoconf mode. (Bug#12768)
5279
5280 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5281
5282 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5283 frame-first-window, frame-root-window, frame-selected-window,
5284 minibuffer-selected-window, minibuffer-window,
5285 window-absolute-pixel-edges, window-at, window-body-height,
5286 window-body-width, window-display-table, window-combination-limit,
5287 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5288 window-inside-edges, window-inside-pixel-edges, window-left-child,
5289 window-left-column, window-margins, window-next-buffers,
5290 window-next-sibling, window-new-normal, window-new-total,
5291 window-normal-size, window-parameter, window-parameters, window-parent,
5292 window-pixel-edges, window-point, window-prev-buffers,
5293 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5294 window-start, window-text-height, window-top-child, window-top-line,
5295 window-total-height, window-total-width and window-use-time to the list
5296 of functions without side-effects.
5297 (toplevel): Add window-valid-p to the list of error-free functions
5298 without side-effects.
5299
5300 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5301
5302 * textmodes/ispell.el (ispell-program-name):
5303 Update spellchecker parameters when customized.
5304
5305 2012-11-04 Glenn Morris <rgm@gnu.org>
5306
5307 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5308
5309 2012-11-04 Chong Yidong <cyd@gnu.org>
5310
5311 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5312 same-window-* variables.
5313
5314 2012-11-04 Juri Linkov <juri@jurta.org>
5315
5316 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5317 (isearch-describe-key, isearch-describe-mode): Use a display
5318 action instead of binding same-window-* variables (Bug#10040).
5319
5320 2012-11-03 Glenn Morris <rgm@gnu.org>
5321
5322 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5323 Rename handler properties back from cl-- to cl-. (Bug#12788)
5324
5325 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5326
5327 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5328
5329 * term/pc-win.el: Don't load term/internal from here.
5330
5331 * loadup.el: Load term/internal from here.
5332
5333 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5334
5335 * progmodes/python.el (inferior-python-mode): Fix hang in
5336 jit-lock (Bug#12645).
5337
5338 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5339
5340 * window.el (switch-to-visible-buffer)
5341 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5342
5343 2012-11-03 Glenn Morris <rgm@gnu.org>
5344
5345 * emacs-lisp/cl-lib.el (cl--random-time):
5346 Rename from cl-random-time. (Bug#12773)
5347 (cl--gensym-counter, cl--random-state): Update callers.
5348 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5349
5350 2012-11-03 Chong Yidong <cyd@gnu.org>
5351
5352 * cus-start.el: Make cursor-type customizable (Bug#11633).
5353
5354 2012-11-02 Glenn Morris <rgm@gnu.org>
5355
5356 * filecache.el: No need to load find-lisp when compiling.
5357 (find-lisp-find-files): Autoload it.
5358 (file-cache-add-directory-recursively): Don't require find-lisp.
5359
5360 * image.el (image-type-from-file-name): Trivial simplification.
5361
5362 * emacs-lisp/bytecomp.el (byte-compile-eval):
5363 Decouple "noruntime" and "cl-functions" warnings.
5364
5365 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5366
5367 * play/gomoku.el (gomoku-display-statistics): Update mode line
5368 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5369
5370 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5371
5372 * window.el (quit-restore-window): If the window has been
5373 created on an existing frame and ended up as the sole window on
5374 that frame, do not delete it (Bug#12764).
5375
5376 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5379 Rename from sh--inside-arithmetic-expression, handle more cases
5380 (bug#11263).
5381
5382 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5383 (sh-font-lock-open-heredoc): Use it (bug#12770).
5384
5385 2012-10-30 Glenn Morris <rgm@gnu.org>
5386
5387 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5388
5389 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5390
5391 2012-10-29 Chong Yidong <cyd@gnu.org>
5392
5393 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5394 function key is stored in a keyboard macro (Bug#4894).
5395
5396 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5397
5398 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5401 header comments".
5402 (diff-unified->context, diff-context->unified)
5403 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5404
5405 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5406
5407 * files.el (find-alternate-file): Only ask one question (bug#12487).
5408
5409 2012-10-29 Chong Yidong <cyd@gnu.org>
5410
5411 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5412 Suggested by Dan Nicolaescu (Bug#6326).
5413
5414 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5415
5416 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5417
5418 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5419
5420 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5421
5422 * face-remap.el (face-remap-add-relative): Handle the case where a
5423 face-remapping-alist entry is a cons cell (Bug#12762).
5424
5425 2012-10-29 Kevin Ryde <user42@zip.com.au>
5426
5427 * woman.el (woman-parse-numeric-value): Handle picas correctly
5428 (Bug#12639).
5429
5430 2012-10-29 Glenn Morris <rgm@gnu.org>
5431
5432 * emacs-lisp/cl.el (defsetf): Doc fix.
5433
5434 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5437 syntax to the matching opener, if any (bug#12547).
5438 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5439 matching open as a "case-(".
5440 (sh-smie-rc-grammar): Add a corresponding rule for it.
5441
5442 2012-10-28 Daniel Hackney <dan@haxney.org>
5443
5444 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5445 "PKGNAME-autoloads.el" in case we created it.
5446
5447 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5450 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5451 (completion--twq-all): Disable too-strict assertions.
5452
5453 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5454
5455 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5456
5457 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5458 text to match the real keybindings.
5459
5460 2012-10-27 Juri Linkov <juri@jurta.org>
5461
5462 * wdired.el (wdired-keep-marker-rename): New defcustom.
5463 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5464 (Bug#11795)
5465
5466 * dired.el (dired-keep-marker-rename): Add reference to
5467 `wdired-keep-marker-rename' in the docstring.
5468 Add default character value ?R to display initially in
5469 Customization UI instead of ?@.
5470
5471 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5472
5473 * window.el (display-buffer): In doc-string describe
5474 window-height and window-width alist entries.
5475
5476 * time.el (display-time-world): Restore fit-window-to-buffer
5477 behavior.
5478
5479 2012-10-27 Chong Yidong <cyd@gnu.org>
5480
5481 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5482
5483 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5484
5485 * minibuffer.el (completion-category-overrides): New completion
5486 category `bookmark' (bug#11131).
5487
5488 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5491 Silence bogus compiler warnings for ad-do-it.
5492
5493 * bookmark.el (bookmark-completing-read): Set the completion category
5494 to `bookmark' (bug#11131).
5495
5496 2012-10-26 Bastien <bzg@altern.org>
5497 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * face-remap.el: Use lexical-binding.
5500 (text-scale-adjust): Improve docstring. Use itself for the temporary
5501 overlay-map bindings, so as to repeat the "Use..." message each time.
5502
5503 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * emacs-lisp/macroexp.el (macroexp--expand-all):
5506 Obey byte-compile-warning-enabled-p (bug#12486).
5507
5508 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5509 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5510
5511 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5512
5513 * mouse.el (mouse-drag-line): Move last form into preceding when
5514 clause (Bug#12731).
5515
5516 * help.el (resize-temp-buffer-window): Fix doc-string.
5517
5518 2012-10-25 David Engster <deng@randomsample.de>
5519
5520 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5521 Remove. This feature is already integrated in imenu.
5522
5523 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5524 always loaded. Require `speedbar' unconditionally.
5525
5526 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5527
5528 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5529
5530 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5531
5532 * net/ldap.el (ldap-search-internal): The official ldif format starts
5533 with a "version: 1" header (bug#12724).
5534
5535 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5536 (bug#12721).
5537
5538 2012-10-25 Glenn Morris <rgm@gnu.org>
5539
5540 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5541
5542 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * minibuffer.el (minibuffer-force-complete): Use one more marker
5545 for the temporary-overlay-map command (bug#12619).
5546
5547 2012-10-24 Chong Yidong <cyd@gnu.org>
5548
5549 * time.el (display-time-world-mode): Derive from special-mode.
5550 (display-time-world): Use display-buffer (Bug#12708).
5551 (display-time-world-mode-map): Variable deleted.
5552 (display-time-world-display): Wrap the final delete-char inside
5553 inhibit-read-only.
5554
5555 2012-10-24 Chong Yidong <cyd@gnu.org>
5556
5557 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5558 Doc fix.
5559
5560 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5561
5562 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * minibuffer.el (completion--all-sorted-completions-location): New var.
5565 (completion--cache-all-sorted-completions)
5566 (completion--flush-all-sorted-completions): Use it.
5567 (completion-in-region, completion-in-region--postch)
5568 (completion-at-point, completion-help-at-point): Use markers in
5569 completion-in-region--data (bug#12619).
5570
5571 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * progmodes/compile.el (compilation-start): Try to handle common
5574 quoting of `cd' argument (bug#12640).
5575
5576 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5577 (bug#12671).
5578
5579 2012-10-23 Glenn Morris <rgm@gnu.org>
5580
5581 * progmodes/gud.el (gud-menu-map):
5582 Check gdb-active-process is bound. (Bug#12358)
5583
5584 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * repeat.el (repeat): Set real-this-command (bug#12232).
5587
5588 * htmlfontify.el (hfy-post-html-hook):
5589 * filesets.el (filesets-cache-fill-content-hook):
5590 * arc-mode.el (archive-extract-hook):
5591 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5592 * net/rcirc.el (rcirc-sentinel-functions)
5593 (rcirc-receive-message-functions, rcirc-activity-functions)
5594 (rcirc-print-functions):
5595 * net/dbus.el (dbus-event-error-functions):
5596 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5597 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5598 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5599 * term/sun.el (sun-raw-prefix-hooks):
5600 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5601
5602 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5603
5604 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5605 Set `tramp-chunksize' to 1. This improves the performance.
5606 (tramp-smb-wait-for-output): Add timeout to
5607 `tramp-accept-process-output' calls.
5608
5609 2012-10-23 Chong Yidong <cyd@gnu.org>
5610
5611 * faces.el (font-list-limit): Define as an obsolete variable.
5612
5613 * startup.el (command-line):
5614 * cus-start.el: Don't refer to font-list-limit.
5615
5616 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5617
5618 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5619
5620 * subr.el (internal-temp-output-buffer-show): Rename from
5621 temp-output-buffer-show, since previously compiled files expect this name.
5622
5623 2012-10-23 Glenn Morris <rgm@gnu.org>
5624
5625 * image.el (image-type-from-file-name): If multiple types match,
5626 return the first one that is supported. (Bug#9045)
5627
5628 2012-10-22 Glenn Morris <rgm@gnu.org>
5629
5630 * image.el (imagemagick-enabled-types): Doc fix.
5631
5632 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5633
5634 * progmodes/which-func.el (which-func-current): The hash-table may have
5635 an explicit nil (bug#12338).
5636
5637 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * electric.el (electric-pair-delete-selection-self-insert-function):
5640 Rename to electric-pair-will-use-region, return a boolean.
5641 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5642
5643 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5644 (delete-selection-pre-hook): Use use-region-p.
5645 (delete-selection-self-insert-function): Remove.
5646 (self-insert-command): Obey self-insert-uses-region-functions.
5647 (self-insert-iso): Revert to previous setting, since we don't actually
5648 know what that command does.
5649 (delete-selection-self-insert-hooks): Remove.
5650
5651 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5652
5653 * delsel.el (delete-selection-helper): New function, extracted from
5654 delete-selection-pre-hook.
5655 (delete-selection-pre-hook): Use it.
5656 (delete-selection-self-insert-function): New function.
5657 (delete-selection-self-insert-hooks): New hook.
5658 (self-insert-command, self-insert-iso): Use it.
5659 * electric.el (electric-pair-syntax): New function, extracted from
5660 electric-pair-post-self-insert-function.
5661 (electric-pair-post-self-insert-function): Use it.
5662 (electric-pair-delete-selection-self-insert-function): New function.
5663 (electric-pair-mode): Require delsel and setup
5664 delete-selection-self-insert-hooks (bug#11520).
5665
5666 2012-10-20 Chong Yidong <cyd@gnu.org>
5667
5668 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5669 no changes to show (Bug#12586).
5670
5671 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5672 list explicitly (Bug#12571).
5673
5674 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5675
5676 * progmodes/flymake.el (flymake-create-temp-inplace):
5677 Use file-truename.
5678
5679 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5680
5681 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5682
5683 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5684
5685 * calc/calc-units.el (math-extract-units): Properly extract powers
5686 of units.
5687
5688 2012-10-20 Daniel Colascione <dancol@dancol.org>
5689
5690 * frame.el (make-frame): Set x-display-name as we used to in order
5691 to unbreak creating an X11 frame from an Emacs daemon started
5692 without a display.
5693
5694 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5697 the same completion-field (bug#12221).
5698
5699 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5700
5701 * emacs-lisp/debug.el (debug): Record height of debugger window
5702 also when debugger will be back (Bug#8789).
5703
5704 2012-10-18 Chong Yidong <cyd@gnu.org>
5705
5706 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5707 Convert to defcustom.
5708 (gdb-get-source-file): Don't bind pop-up-windows.
5709
5710 * progmodes/gud.el (gud-display-line): Don't specially re-use
5711 other frames for the gdb-mi case (Bug#12648).
5712
5713 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * emacs-lisp/advice.el: Clean up commentary a bit.
5716 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5717 (byte-code-function-p): Never redefine.
5718
5719 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5720
5721 2012-10-18 Glenn Morris <rgm@gnu.org>
5722
5723 * dired.el (dired-sort-toggle): Some ls implementations only allow
5724 a single option string. (Bug#12666)
5725
5726 * minibuffer.el (completion-cycle-threshold): Doc fix.
5727
5728 2012-10-17 Kenichi Handa <handa@gnu.org>
5729
5730 * international/mule.el (set-keyboard-coding-system):
5731 Recover input meta mode when the new coding system doesn not use 8-bit.
5732 Supply TERMINAL arg to set-input-meta-mode.
5733
5734 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5735
5736 * wdired.el (wdired-old-marks): New variable.
5737 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5738 (wdired-do-renames): Move point with renamed file and don't lose
5739 mark status (Bug#11795).
5740
5741 2012-10-16 Juri Linkov <juri@jurta.org>
5742
5743 * replace.el (query-replace-help): Mention multi-buffer replacement
5744 keys in the Help message. (Bug#12655)
5745
5746 2012-10-15 Chong Yidong <cyd@gnu.org>
5747
5748 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5749
5750 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5751
5752 * window.el (display-buffer): Doc fix.
5753
5754 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5755 Adjust the msft regexp to the output of Studio 2010, and move msft
5756 before edg-1. See the discussion on emacs-devel,
5757 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5758 for the details.
5759
5760 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5763 (oset): Move uses of object-class-fast macro after its definition.
5764
5765 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5766
5767 2012-10-13 Chong Yidong <cyd@gnu.org>
5768
5769 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5770 enabled, re-enable it (Bug#11963).
5771
5772 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5773
5774 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5775 non-nil, restore window configuration (Bug#12623).
5776
5777 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * help-fns.el (describe-variable, describe-function-1):
5780 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5781
5782 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5783
5784 2012-10-12 Glenn Morris <rgm@gnu.org>
5785
5786 * mail/rmailsum.el (rmail-header-summary):
5787 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5788
5789 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5790
5791 * progmodes/python.el (python-mode-map):
5792 Replace subtitute-key-definition with proper command remapping.
5793 (python-nav--up-list): Fix behavior for blocks on the same level.
5794
5795 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5798
5799 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5800 changes to the format of load-history.
5801
5802 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5803 completion-ignore-case in case that var is buffer-local (bug#12615).
5804
5805 2012-10-11 Kenichi Handa <handa@gnu.org>
5806
5807 * international/eucjp-ms.el: Re-generated.
5808
5809 2012-10-10 Kenichi Handa <handa@gnu.org>
5810
5811 * select.el (xselect--encode-string): If a coding is specified for
5812 selection, and that is compatible with COMPOUND_TEXT, use it.
5813
5814 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5815
5816 * window.el (switch-to-buffer-preserve-window-point): New option.
5817 (switch-to-buffer):
5818 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5819
5820 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5823 Don't document nil as a useful value (bug#12583).
5824
5825 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5826
5827 * net/tramp.el (tramp-debug-message):
5828 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5829 (with-tramp-progress-reporter): Rename from
5830 `tramp-with-progress-reporter'.
5831 (with-tramp-file-property, with-tramp-connection-property):
5832 Move from tramp-cache.el, rename from `with-file-property' and
5833 `with-connection-property', respectively.
5834
5835 * net/tramp-cache.el: Remove `with-file-property' and
5836 `with-connection-property'.
5837
5838 * net/tramp.el:
5839 * net/tramp-gvfs.el:
5840 * net/tramp-sh.el:
5841 * net/tramp-smb.el: Adapt callees.
5842
5843 * net/trampver.el: Update release number.
5844
5845 2012-10-09 Glenn Morris <rgm@gnu.org>
5846
5847 * w32-fns.el (set-message-beep):
5848 * term/w32-win.el (set-message-beep): Update declarations.
5849
5850 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5853 (mode-line-widen, mode-line-input-method-map)
5854 (mode-line-coding-system-map, mode-line-remote)
5855 (mode-line-unbury-buffer, mode-line-bury-buffer)
5856 (mode-line-next-buffer, mode-line-previous-buffer):
5857 Replace save-selected-window+select-window => with-selected-window.
5858
5859 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5860 * progmodes/cc-vars.el (bq-process): Remove, unused.
5861
5862 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5863
5864 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5865
5866 Implemented `backward-up-list'-like navigation.
5867 * progmodes/python.el (python-nav-up-list)
5868 (python-nav-backward-up-list): New functions.
5869 (python-mode-map): Define substitute key for backward-up-list to
5870 python-nav-backward-up-list.
5871
5872 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5873
5874 * progmodes/python.el (python-fill-paragraph): Rename from
5875 python-fill-paragraph-function. Fixed fill-paragraph for
5876 decorators (Bug#12605).
5877
5878 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5879
5880 * progmodes/python.el (python-shell-output-filter): Handle extra
5881 carriage return in OSX (Bug#12409).
5882
5883 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5884
5885 Fix shell handling of unbalanced quotes and parens in output.
5886 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5887 (python-syntax-propertize-function): Use it.
5888 (python-shell-output-syntax-table): New var.
5889 (inferior-python-mode): Prevent unbalanced parens/quotes from
5890 previous output mess with current input context.
5891
5892 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5893
5894 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5895 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5896
5897 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5898
5899 * ffap.el (ffap-replace-file-component): Support Tramp file name
5900 syntax, not only ange-ftp's one.
5901
5902 2012-10-08 Glenn Morris <rgm@gnu.org>
5903
5904 * cus-start.el (message-log-max): Set :version.
5905
5906 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5907
5908 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5909
5910 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5911 the minibuffer window (Bug#10851).
5912
5913 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5914
5915 Enhancements on forward-sexp movement.
5916 * progmodes/python.el (python-nav-beginning-of-statement)
5917 (python-nav-end-of-statement): Return point-marker.
5918 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5919 (python-info-current-symbol)
5920 (python-info-statement-starts-block-p): Rename from
5921 python-info-beginning-of-block-p.
5922 (python-info-statement-ends-block-p): Rename from
5923 python-info-end-of-block-p.
5924 (python-info-beginning-of-statement-p)
5925 (python-info-end-of-statement-p)
5926 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5927 New functions.
5928
5929 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5932 frame-selected-windows.
5933
5934 2012-10-08 Daniel Colascione <dancol@dancol.org>
5935
5936 * battery.el (battery-status-function): Check for
5937 w32-battery-status itself, not system-time windows-nt.
5938
5939 * frame.el: Require cl-lib.
5940 (display-format-alist): New variable mapping frame types to
5941 functions that initialize them.
5942 (window-system-for-display): New function: interprets
5943 display-format-alist.
5944 (make-frame-on-display): Remove existing display-selection logic
5945 and just forward to make-frame, which will now DTRT.
5946 (make-frame): Restructure to use window-system-for-display to
5947 figure out how to create a frame on a given display.
5948 (display-mouse-p): Look for frame-type w32, not a particular
5949 system-type.
5950
5951 * loadup.el: Load w32 lisp code when we have the w32 feature.
5952
5953 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5954 system-type windows-nt.
5955
5956 * server.el (server-create-window-system-frame): Look for window
5957 type.
5958 (server-proces-filter): Only force a window system when windows-nt
5959 _and_ w32. Explain why.
5960
5961 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5962 of window systems we configure for the mode.
5963
5964 * startup.el (command-line): Mark window system is initialized
5965 after we've done it.
5966
5967 * common-win.el (x-select-text): Look for w32, not windows-nt.
5968
5969 * ns-win.el: Require cl-lib. Add ourselves to
5970 display-format-alist.
5971 (ns-initialize-window-system): Assert we're not initialized twice.
5972
5973 * w32-win.el: Enable lexical binding; require cl-lib; add
5974 ourselves to display-format-alist.
5975 (w32-handle-dropped-file): Convert incoming dropped files from
5976 Windows paths to Cygwin ones before passing them on to the rest of
5977 Emacs.
5978 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
5979 (w32-initialize-window-system): Assert we're not initialized twice.
5980
5981 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5982 (x-initialize-window-system): Assert we're not initialized twice.
5983
5984 * w32-common-fns.el: New File.
5985 (w32-version, w32-using-nt, w32-get-clipboard-data)
5986 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5987 (w32-charset-info-alist, x-last-selected, text)
5988 (x-get-selection-value, x-selection-value): Move here.
5989
5990 * w32-fns.el: Require w32-common-fns.
5991 (w32-version, w32-using-nt, w32-get-clipboard-data)
5992 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5993 (w32-charset-info-alist, x-last-selected, text)
5994 (x-get-selection-value, x-selection-value): Move to
5995 w32-common-fns.
5996
5997 * w32-vars.el:
5998 (w32-allow-system-shell, w32-system-shells): Define only in
5999 non-cygwin case.
6000
6001 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6002
6003 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6004 (read-passwd): Remove a few more potential sources of leaks.
6005
6006 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6007
6008 * progmodes/python.el (inferior-python-mode)
6009 (python-shell-make-comint): Fix initialization of local
6010 variables copied from parent buffer.
6011
6012 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6013
6014 * term/ns-win.el (ns-read-file-name): Update declaration to match
6015 nsfns.m.
6016 (ns-respond-to-change-font): Change fontsize separately so we are sure
6017 it is set when font is acted upon.
6018
6019 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6020
6021 Enhancements to indentation.
6022 * progmodes/python.el (python-indent-context): Give priority to
6023 inside-string context. Make comments indentation markers.
6024 (python-indent-region): Do not mess with strings, unless it's the
6025 enclosing set of quotes.
6026
6027 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * window.el (internal--before-save-selected-window)
6030 (internal--after-save-selected-window): New functions extracted from
6031 save-selected-window. Make sure we return the `alist' we construct.
6032 (save-selected-window): Use them.
6033
6034 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6035 Use with-selected-window.
6036
6037 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6038 forms that define macros (bug#12593).
6039
6040 2012-10-07 Kenichi Handa <handa@gnu.org>
6041
6042 * international/mule-conf.el (compound-text-with-extensions):
6043 Add :mime-charset property as x-ctext.
6044
6045 2012-10-07 Stefan Merten <smerten@oekonux.de>
6046
6047 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6048 (rst-indent-literal-normal, rst-indent-literal-minimized)
6049 (rst-indent-comment): Correct :version tag.
6050 (rst-official-cvs-rev): Correct version string.
6051
6052 2012-10-07 Glenn Morris <rgm@gnu.org>
6053
6054 * mail/rmailmm.el (rmail-mime-process-multipart):
6055 Do not confuse a multipart message with an epilogue
6056 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6057
6058 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6059
6060 Fix shell output retrieval and comint-prompt-regexp init.
6061 * progmodes/python.el (inferior-python-mode):
6062 (python-shell-make-comint): Fix initialization of
6063 comint-prompt-regexp from copied file local variables.
6064 (python-shell-fetched-lines): Remove var.
6065 (python-shell-output-filter-in-progress): Rename from
6066 python-shell-fetch-lines-in-progress.
6067 (python-shell-output-filter-buffer): Rename from
6068 python-shell-fetch-lines-string.
6069 (python-shell-fetch-lines-filter): Delete function.
6070 (python-shell-output-filter): New function.
6071 (python-shell-send-string-no-output): Use them.
6072
6073 2012-10-07 Glenn Morris <rgm@gnu.org>
6074
6075 * hi-lock.el (hi-lock-process-phrase):
6076 Try to make it less fragile. (Bug#7161)
6077
6078 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6079
6080 2012-10-06 Glenn Morris <rgm@gnu.org>
6081
6082 * ehelp.el (electric-help-mode): Use help-mode rather than
6083 non-existent mode `help'.
6084 (electric-help-map): Use button-buffer-map. (Bug#10917)
6085
6086 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6087 (reftex-create-bibtex-footer): Fix custom types.
6088
6089 * progmodes/sh-script.el (sh-indent-after-continuation):
6090 Add explicit :group.
6091
6092 * textmodes/rst.el (rst-preferred-decorations)
6093 (rst-shift-basic-offset): Clarify obsolescence versions.
6094
6095 * profiler.el (profiler): Add missing group :version tag.
6096 * avoid.el (mouse-avoidance-banish-position):
6097 * proced.el (proced-renice-command):
6098 * calc/calc.el (calc-ensure-consistent-units):
6099 * calendar/icalendar.el (icalendar-import-format-uid):
6100 * net/tramp.el (tramp-save-ad-hoc-proxies):
6101 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6102 * progmodes/flymake.el (flymake-error-bitmap)
6103 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6104 * progmodes/sh-script.el (sh-indent-after-continuation):
6105 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6106 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6107 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6108 (vhdl-array-index-record-field-in-sensitivity-list)
6109 (vhdl-indent-comment-like-next-code-line):
6110 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6111 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6112 (reftex-cite-key-separator, reftex-create-bibtex-header)
6113 (reftex-create-bibtex-footer):
6114 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6115 (rst-indent-literal-normal, rst-indent-literal-minimized)
6116 (rst-indent-comment): Add missing custom :version tags.
6117
6118 * calendar/timeclock.el (timeclock-modeline-display):
6119 Add missing obsolete alias for renamed user option.
6120
6121 * strokes.el (strokes-modeline-string):
6122 * emulation/crisp.el (crisp-mode-modeline-string):
6123 * eshell/esh-mode.el (eshell-status-in-modeline):
6124 Aliases to defcustoms must come before the defcustom.
6125
6126 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6127 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6128 (cal-tex-cursor-week-monday): Doc fixes.
6129 (cal-tex-cursor-week2-summary): Doc fix.
6130 Rename from cal-tex-cursor-week-at-a-glance.
6131
6132 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6133 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6134
6135 * calendar/calendar.el (calendar-mode-map):
6136 Add cal-tex-cursor-week2-summary.
6137
6138 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6141
6142 * subr.el (read-passwd-map): New var.
6143 (read-passwd): Use `read-string' again.
6144 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6145
6146 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6147
6148 * register.el (append-to-register, prepend-to-register):
6149 Deactivate mark, as does `copy-to-register' (bug#12389).
6150
6151 2012-10-06 Chong Yidong <cyd@gnu.org>
6152
6153 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6154
6155 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6156
6157 * international/characters.el: Fix simple mistake ((car chars) ->
6158 elt), delete duplicated code.
6159
6160 2012-10-06 Glenn Morris <rgm@gnu.org>
6161
6162 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6163
6164 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6165
6166 * color.el (color-hsl-to-rgb): Fix incorrect results for
6167 small and large hue values. (Bug#12559)
6168
6169 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
6170
6171 Enhancements to docstring formatting when filling paragraphs.
6172 * progmodes/python.el (python-fill-docstring-style): Rename from
6173 python-fill-string-style. Added new style.
6174 (python-fill-string): Use new style. Better checks for
6175 docstrings.
6176
6177 2012-10-05 Glenn Morris <rgm@gnu.org>
6178
6179 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6180
6181 * color.el (color-name-to-rgb, color-rgb-to-hex)
6182 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6183 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6184 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6185 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6186
6187 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6188
6189 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6190
6191 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6192 to get the correct size across symlinks.
6193
6194 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6195
6196 2012-10-04 Juri Linkov <juri@jurta.org>
6197
6198 * replace.el (query-replace-interactive): Declare obsolete.
6199 (query-replace-read-from): Add the last incremental search string
6200 to the list of default values accessible via M-n.
6201 (map-query-replace-regexp): Use `read-regexp'.
6202 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6203 (map-query-replace-regexp, replace-string, replace-regexp):
6204 Fix docstrings to replace mentions of `query-replace-interactive'
6205 with alternatives. (Bug#12526)
6206
6207 2012-10-04 Juri Linkov <juri@jurta.org>
6208
6209 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6210 (dired-pop-to-buffer): Declare obsolete.
6211 (dired-mark-pop-up): Doc fix.
6212
6213 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
6214
6215 Allow user to set docstring style for fill-paragraph.
6216 * progmodes/python.el
6217 (python-fill-comment-function, python-fill-string-function)
6218 (python-fill-decorator-function, python-fill-paren-function):
6219 Remove :safe for defcustoms.
6220 (python-fill-string-style): New defcustom
6221 (python-fill-paragraph-function): Enhance context detection.
6222 (python-fill-string): Honor python-fill-string-style settings.
6223
6224 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6225
6226 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6227 after setting its buffer (Bug#10805).
6228
6229 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
6230
6231 Fix cornercase for string syntax.
6232 * progmodes/python.el (python-syntax-propertize-function):
6233 Simplify and enhance the regexp for unescaped quotes. Now it also
6234 matches quotes in weird situations like the single quote in
6235 "something\"'".
6236 (python-syntax-stringify): Simplify num-quotes detecting code.
6237
6238 2012-10-03 Glenn Morris <rgm@gnu.org>
6239
6240 * help-macro.el (three-step-help):
6241 Revert 2012-09-29 change. (Bug#12567)
6242
6243 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6244
6245 * menu-bar.el (kill-this-buffer): Don't do anything when
6246 `menu-frame' is not alive or visible (Bug#8184).
6247
6248 * emacs-lisp/debug.el (debug): When quitting the debugger window
6249 restore current buffer (Bug#12502).
6250
6251 2012-10-02 Chong Yidong <cyd@gnu.org>
6252
6253 * progmodes/hideif.el (hif-lookup, hif-defined):
6254 Handle semantic-c-takeover-hideif.
6255
6256 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6257
6258 Change sampling interval units from ms to ns.
6259 * profiler.el (profiler-sampling-interval): Change units
6260 from ms to ns, multiplying the default by 1000000 so that
6261 it remains 1 ms.
6262 (profiler-report-cpu-line-format): Give enough room for
6263 the maximum counters on 64-bit hosts.
6264 (profiler-report-render-calltree-1): Call them "CPU samples",
6265 not "Time (ms)", since they are not milliseconds now (and
6266 never really were).
6267
6268 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6269
6270 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6271 Fix querying BBDB for entries without a last name (Bug#11580).
6272
6273 2012-10-02 Chong Yidong <cyd@gnu.org>
6274
6275 * emacs-lisp/eieio.el: Restore Version header.
6276
6277 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * vc/diff-mode.el (diff--auto-refine-data): New var.
6280 (diff-hunk): Use it to delay refinement.
6281 (diff-mode): Remove overlays when we turn off font-lock.
6282
6283 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6284 (table-initialize-table-fixed-width-mode)
6285 (table-set-table-fixed-width-mode): Remove functions.
6286 (table-command-list): Move initialization into declaration.
6287 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6288 (table-with-cache-buffer): Use `declare'.
6289 (table-span-cell): Simplify via CSE.
6290 (table-fixed-width-mode): Use define-minor-mode.
6291 (table-call-interactively, table-funcall, table-apply): Remove.
6292 (table-function): New function, to replace them.
6293
6294 * bookmark.el (bookmark-search-pattern): Remove var.
6295 (bookmark-read-search-input): Remove function.
6296 (bookmark-bmenu-search): Reimplement using a minibuffer.
6297
6298 * faces.el (modeline): Remove obsolete face name.
6299
6300 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6301 and give a non-nil default value.
6302 (add-change-log-entry): Simplify accordingly.
6303
6304 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6305
6306 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6307 (vc-git-log-edit-toggle-amend): New function.
6308 (vc-git-log-edit-toggle-signoff): New function.
6309 (vc-git-log-edit-mode): New major mode.
6310 (vc-git-log-edit-mode-map): Keymap for it.
6311 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6312
6313 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6314 header names.
6315 (log-edit-toggle-header): New function.
6316 (log-edit-extract-headers): Accept function values in HEADERS alist.
6317
6318 2012-10-01 David Engster <deng@randomsample.de>
6319
6320 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6321 from symbol property and change message to be more consistent with
6322 Emacs proper.
6323 (eieio-describe-generic): Add filename for each implementation.
6324 Fix indices for generic and normal methods.
6325 (eieio-method-def, eieio-class-def): New buttons.
6326 (eieio-help-find-method-definition)
6327 (eieio-help-find-class-definition): New functions.
6328 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6329 class, constructor and method definitions.
6330
6331 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6332 information in symbol property.
6333 (scoped-class): Remove.
6334 (eieio-slot-name-index, call-next-method): Check if it is bound.
6335
6336 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6337
6338 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6339 (eieio-custom-mode): New major mode.
6340 (eieio-customize-object): Use it.
6341
6342 2012-10-01 Eric Ludlam <zappo@gnu.org>
6343
6344 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6345 specifying the expected class, and whether subclassing is allowed.
6346 (eieio-persistent-convert-list-to-object):
6347 (eieio-persistent-validate/fix-slot-value)
6348 (eieio-persistent-slot-type-is-class-p): New functions.
6349 (eieio-named::slot-missing): Doc fix.
6350
6351 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6352 Stop using unused publd variable.
6353
6354 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6355 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6356 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6357 (eieio-speedbar-handle-click): Do not specify a class for the
6358 method. Fixes method invocation order problems with EDE.
6359
6360 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6361
6362 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6363 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6364
6365 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6366
6367 * bookmark.el (bookmark-version-control): Give tags in the
6368 :type choices (Bug#12309), and improve doc string.
6369 (bookmark-write-file): Bind `print-circle' to `t' to allow
6370 circular custom bookmark types. (Bug#12503)
6371
6372 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6373
6374 Revert the FOLLOW-SYMLINKS change for file-attributes.
6375 * files.el (remote-file-name-inhibit-cache, after-find-file):
6376 * time.el (display-time-file-nonempty-p): Undo last change.
6377
6378 * profiler.el (profiler-sampling-interval): Change default back to 1.
6379 See Stefan Monnier in
6380 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6381
6382 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6383
6384 Shell output catching a la gud-gdb.
6385 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6386 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6387 New Vars.
6388 (python-shell-fetch-lines-filter): New function.
6389 (python-shell-send-string-no-output): Use them.
6390
6391 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6392
6393 * profiler.el (profiler-sampling-interval): Rename from
6394 profiler-sample-interval.
6395 (profiler-sampling-interval): Default to 10.
6396 (profiler-find-profile): New command (was profiler-find-log).
6397 (profiler-find-profile-other-window): New command.
6398 (profiler-find-profile-other-frame): New command.
6399 (profiler-profile): Introduce API-level data structure.
6400
6401 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6402
6403 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6404 * files.el (remote-file-name-inhibit-cache):
6405 * time.el (display-time-file-nonempty-p): Use it.
6406 * files.el (after-find-file): Don't chase links before calling
6407 file-exists-p, as file-exists-p already does the right thing.
6408
6409 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6410
6411 Merge from standalone RefTeX repository.
6412
6413 The following ChangeLog entries are shortened versions of the
6414 original ones with file paths adapted. A not so strongly edited
6415 version of the original ChangeLog can be found in the commit log.
6416
6417 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6418 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6419 Correctly handle new value type returned by `reftex-citation'.
6420
6421 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6422 that entries with whitespace at various places are found.
6423 Doc fix. Include entries that are cross-referenced from cited entries.
6424 Include @String definitions in the resulting bib file. Add header
6425 and footer defined in `reftex-create-bibtex-header' and
6426 `reftex-create-bibtex-footer'.
6427 (reftex-do-citation): Make it possible again to insert
6428 non-existent entries. Save match data when asking for optional
6429 arguments. Return all keys, not just the first one.
6430 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6431 all citations in the same line.
6432 (reftex-parse-bibtex-entry): Accept additional optional argument
6433 `raw' and keep quotes or braces if it is non-nil. Match fields
6434 containing hyphens besides word constituents.
6435 (reftex-get-string-refs): New function.
6436 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6437 and ask if it should be reread in case it did.
6438 (reftex-pop-to-bibtex-entry)
6439 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6440 entries with spaces or tabs in front of arguments.
6441 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6442 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6443 Match entries containing numbers and symbol constituents.
6444 (reftex-do-citation, reftex-figure-out-cite-format):
6445 Use `reftex-cite-key-separator'.
6446
6447 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6448 (reftex-mouse-view-crossref): Explain why point is set.
6449
6450 * textmodes/reftex-global.el: Whitespace changes.
6451
6452 * textmodes/reftex-index.el: Move provide statement to end of
6453 file.
6454 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6455 (reftex-index-visit-phrases-buffer): Set marker when visiting
6456 buffer. This allows for returning from the phrases file to the
6457 file one was just editing instead of the file where the last
6458 phrases was added from.
6459 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6460 punctuation syntax as it usually is not used as string quote in
6461 TeX-related modes and may occur unmatched. The change also
6462 prevents fontification of quoted content.
6463 (reftex-index-phrases-mode): Use it.
6464
6465 * textmodes/reftex-parse.el (reftex-parse-from-file):
6466 Move backward one char if a `\' was matched after a section macro.
6467 (reftex-parse-from-file): Use beginning of match instead of end as
6468 bound.
6469
6470 * textmodes/reftex-ref.el: Adapt creation of
6471 `reftex-<package>-<macro>' functions to new structure of
6472 `reftex-ref-style-alist'.
6473 (reftex-reference): Use `reftex-ref-style-list' function.
6474 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6475 reference macro if `reftex-ref-macro-prompt' is non-nil.
6476 (reftex-reference): Pass refstyle to `reftex-format-special'.
6477 Determine reference macro by looking at
6478 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6479 Use only one special format function.
6480 (reftex-varioref-vref, reftex-fancyref-fref)
6481 (reftex-fancyref-Fref): Remove definitions. The functions are now
6482 generated from `reftex-ref-style-alist'.
6483 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6484 Remove.
6485 (reftex-format-special): New function.
6486
6487 * textmodes/reftex-sel.el
6488 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6489 of `reftex-ref-style-alist'. Remove code for testing macro type.
6490 (reftex-select-toggle-varioref)
6491 (reftex-select-toggle-fancyref): Remove.
6492 (reftex-select-cycle-ref-style-internal)
6493 (reftex-select-cycle-ref-style-forward)
6494 (reftex-select-cycle-ref-style-backward): New functions.
6495 (reftex-select-label-map): Use `v' and `V' for general cycling
6496 through reference styles. Add `p' for switching between number
6497 and page reference types.
6498
6499 * textmodes/reftex-toc.el (reftex-re-enlarge):
6500 Call `enlarge-window' only if there is something to do because in Emacs
6501 the horizontal version throws an error even if the parameter is 0.
6502
6503 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6504 (reftex-plug-into-AUCTeX): Doc fix.
6505 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6506 string. Adapt to new name.
6507 (reftex-ref-style-alist): Change structure so that it is not
6508 possible to use multiple different package names within a style.
6509 Remove the symbols for symbols for macro type distinction.
6510 Add characters for macro selection.
6511 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6512 (reftex-create-bibtex-footer): New variables.
6513 (reftex-format-ref-function): Mention third argument of special
6514 format function.
6515 (reftex-ref-style-alist, reftex-ref-style-default-list):
6516 New variables.
6517 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6518 to new implementation. Mark as obsolete. Add compatibility code
6519 for honoring the variable values in case they are set.
6520 (reftex-cite-format-builtin, reftex-bibliography-commands):
6521 Add support for ConTeXt.
6522 (reftex-format-ref-function, reftex-format-cite-function):
6523 Fix custom type.
6524 (reftex-cite-key-separator): New variable.
6525
6526 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6527 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6528 `reftex-syntax-table' because parens have to retain their paren
6529 syntax in order for parsing of BibTeX entries like @book(...) to
6530 work.
6531 (reftex-in-comment): Do not error out if `comment-start-skip' is
6532 not set. Deal correctly with escaped comment characters.
6533 (reftex-tie-multifile-symbols): Add doc string.
6534 Initialize `reftex-ref-style-list'.
6535 (reftex-untie-multifile-symbols): Add doc string.
6536 (reftex-add-index-macros): Doc fix.
6537 (reftex-ref-style-activate, reftex-ref-style-toggle)
6538 (reftex-ref-style-list): New functions.
6539 (reftex-mode-menu): Use them. Adapt to new structure of
6540 `reftex-ref-style-alist'.
6541 (reftex-select-with-char): Kill the RefTeX Select buffer when
6542 done.
6543 (reftex-remove-if): New function.
6544 (reftex-erase-all-selection-and-index-buffers)
6545 (reftex-mode-menu): Reference styles are now computed from
6546 `reftex-ref-style-alist'. Fix typo.
6547 (reftex-report-bug): New function.
6548 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6549 algorithms with O(n log n). Introduce optional argument SORT (not
6550 yet used).
6551
6552 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6553
6554 Enhancements for triple-quote string syntax.
6555 * progmodes/python.el (python-syntax-propertize-function):
6556 Match both quote cases in one regexp.
6557 (python-syntax-stringify): Handle matches properly.
6558
6559 2012-09-30 Juri Linkov <juri@jurta.org>
6560
6561 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6562 to nil around the call to `insert' to prevent
6563 directory time modification by lock_file. (Bug#2295)
6564 * tar-mode.el (tar-summarize-buffer): Idem.
6565
6566 2012-09-30 Juri Linkov <juri@jurta.org>
6567
6568 * facemenu.el (list-colors-sort): Add option "Luminance".
6569 (list-colors-sort-key): Implement it.
6570
6571 * vc/diff-mode.el (diff-refine-removed):
6572 * vc/ediff-init.el (ediff-fine-diff-A):
6573 * vc/smerge-mode.el (smerge-refined-removed):
6574 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6575
6576 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6577
6578 * term/ns-win.el (x-file-dialog): New function.
6579
6580 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * ido.el (ido-max-directory-size): Default to nil; the current
6583 default is small for POSIX systems, and impractical on Windows 7
6584 now that lstat returns directory sizes for NTFS.
6585
6586 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6587
6588 In buffer display functions handle window-height/window-width
6589 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6590 * window.el (window--display-buffer): New argument ALIST.
6591 Obey window-height and window-width alist entries.
6592 (window--try-to-split-window): New argument ALIST.
6593 Bind window-combination-limit to t when the window's size shall be
6594 changed and window-combination-limit equals `window-size'.
6595 (display-buffer-in-atom-window)
6596 (display-buffer-in-major-side-window)
6597 (display-buffer-in-side-window, display-buffer-same-window)
6598 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6599 (display-buffer-pop-up-window, display-buffer-below-selected)
6600 (display-buffer-at-bottom, display-buffer-in-previous-window)
6601 (display-buffer-use-some-window): Adjust all callers of
6602 window--display-buffer and window--try-to-split-window.
6603 (fit-frame-to-buffer): New option.
6604 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6605 is non-nil.
6606 (display-buffer-in-major-side-window): Evaluate window-height /
6607 window-width alist entries.
6608
6609 * help.el (temp-buffer-resize-frames)
6610 (temp-buffer-resize-regexps): Remove options.
6611 (temp-buffer-resize-mode): Adjust doc-string.
6612 (resize-temp-buffer-window): Don't consult
6613 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6614 temp-buffer-resize-frames.
6615
6616 * dired.el (dired-mark-pop-up):
6617 Call display-buffer-below-selected with a fit-window-to-buffer alist
6618 entry.
6619
6620 2012-09-30 Chong Yidong <cyd@gnu.org>
6621
6622 * server.el (server-host): Document the security implications.
6623 (server-auth-key): Doc fix.
6624
6625 * startup.el (initial-buffer-choice): Doc fix.
6626
6627 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6628
6629 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6630 restriction change.
6631
6632 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6633
6634 * help-fns.el (help-fns--obsolete): Fix last change.
6635
6636 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6639 (minor-mode-map-alist): Remove redundant code.
6640
6641 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6642 visited in a buffer.
6643 (cvs-insert-visited-file): New function.
6644 (find-file-hook): Use it.
6645
6646 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6647
6648 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6649 chose face.
6650 (log-edit-empty-buffer-p): Don't require a space after a header.
6651
6652 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6653
6654 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6655
6656 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6657 a proper minor-mode.
6658
6659 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6660
6661 2012-09-29 Glenn Morris <rgm@gnu.org>
6662
6663 * winner.el (winner-mode): Remove variable (let define-minor-mode
6664 handle it).
6665 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6666 Doc fixes.
6667 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6668 (winner-mode): Use define-minor-mode.
6669
6670 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6671 the full definition in loaddefs, rather than duplicating it.
6672
6673 * help-macro.el (three-step-help): No need to autoload defcustom.
6674
6675 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6676 (inferior-lisp-program, inferior-lisp-load-command)
6677 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6678 No need to autoload defcustoms.
6679
6680 * hippie-exp.el (hippie-expand-try-functions-list)
6681 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6682 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6683 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6684 (hippie-expand-only-buffers): No need to autoload defcustoms.
6685 * progmodes/vhdl-mode.el (vhdl-line-expand):
6686 Explicitly load hippie-exp, so it does not get autoloaded
6687 while hippie-expand-try-functions-list is let-bound.
6688
6689 2012-09-28 Glenn Morris <rgm@gnu.org>
6690
6691 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6692
6693 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6694 Only "cl.el" counts as cl these days.
6695
6696 2012-09-28 Juri Linkov <juri@jurta.org>
6697
6698 Display archive errors in the echo area instead of inserting
6699 to the file buffer.
6700
6701 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6702 to STDERR-TEST that can be a regexp matching a successful output.
6703 Create a temporary file and redirect stderr to it. Search for
6704 STDERR-TEST in the stderr output and display it in the echo area
6705 if no match is found.
6706 (archive-extract-by-file): New function like
6707 `archive-extract-by-stdout' but extracting archives to files
6708 and looking for successful matches in stdout. Function body is
6709 mostly copied from `archive-rar-extract'.
6710 (archive-rar-extract): Use `archive-extract-by-file'.
6711 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6712
6713 2012-09-28 Leo Liu <sdl.web@gmail.com>
6714
6715 * pcomplete.el (pcomplete-show-completions):
6716 Use minibuffer-message to make pcomplete usable in minibuffer.
6717
6718 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6719
6720 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 * type-break.el: Use lexical-binding.
6723 (type-break-mode): Use define-minor-mode.
6724
6725 * emacs-lisp/pcase.el (pcase--mark-used): New.
6726 (pcase--u1): Use it (bug#12512).
6727
6728 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6729 in load-history with the right file name.
6730
6731 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6732
6733 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6734 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6735 (doc-view-get-bounding-box): Make bounding box slicing work for
6736 ODF and DVI documents.
6737
6738 2012-09-28 Glenn Morris <rgm@gnu.org>
6739
6740 * type-break.el (type-break-mode, type-break-interval)
6741 (type-break-good-rest-interval, type-break-keystroke-threshold):
6742 No need to autoload.
6743 (type-break-good-rest-interval, type-break-keystroke-threshold):
6744 Add :set-after.
6745
6746 2012-09-28 Chong Yidong <cyd@gnu.org>
6747
6748 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6749 Add :version tag.
6750
6751 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6754
6755 2012-09-27 Glenn Morris <rgm@gnu.org>
6756
6757 * faces.el (x-display-name): Declare (for without-x builds).
6758
6759 * linum.el (linum-format): Don't autoload it. Improve :type.
6760
6761 * progmodes/tcl.el: Don't require outline when compiling.
6762 (outline-regexp, outline-level): Declare.
6763 * textmodes/sgml-mode.el: Don't require outline when compiling.
6764 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6765
6766 * term.el (term-ansi-reset):
6767 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6768
6769 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6770 files for RCS and SCCS. (Bug#9781)
6771
6772 2012-09-27 Chong Yidong <cyd@gnu.org>
6773
6774 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6775 change; value should be t.
6776
6777 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * image-mode.el: Use lexical-binding.
6780 (image-mode-winprops): Use t to stand for the window of
6781 a buffer that's not displayed.
6782 * doc-view.el (doc-view-new-window-function): Handle the new
6783 t in winprops.
6784 (doc-view-enlarge): Make it a real nop if the size is not changed.
6785 (doc-view-display): Handle the case where the buffer is not (yet?)
6786 displayed in any window.
6787 (doc-view-saved-settings): New var.
6788 (doc-view-mode): Use it.
6789 (doc-view-fallback-mode): Set it.
6790
6791 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6792 Set lexical-binding.
6793 (minibuffer-eldef-shorten-default): New var.
6794 (minibuffer-default-in-prompt-regexps): Use it for new default.
6795 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6796
6797 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6798
6799 * international/uni-bidi.el:
6800 * international/uni-category.el:
6801 * international/uni-name.el:
6802 * international/uni-numeric.el: Regenerate.
6803
6804 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6805 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * profiler.el: New file.
6808
6809 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6812 (testcover-reinstrument): Simplify with CSE.
6813
6814 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6815
6816 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6817
6818 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6819
6820 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6821 (verilog-auto-input, verilog-auto-insert-lisp)
6822 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6823 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6824 (verilog-auto-unused, verilog-auto-wire)
6825 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6826 newline. Reported by Andrew Jones.
6827 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6828 Reported by Brad Dobbie.
6829 (verilog-batch-delete-trailing-whitespace):
6830 Create verilog-batch-delete-trailing-whitespace.
6831 Reported by Brad Dobbie.
6832 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6833 parameters from another module. Reported by Dan Katz.
6834 (verilog-auto, verilog-auto-assign-modport)
6835 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6836 AUTOINOUTMODPORT for UVM interface module shell generation.
6837 Reported by Brad Dobbie.
6838 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6839 standard behavior.
6840 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6841 Reported by Matt Martin.
6842
6843 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6844
6845 * window.el (window--resize-child-windows): When resizing child
6846 windows proportionally, process them in reverse order to
6847 preserve the "when splitting a window the new one gets the odd
6848 line" behavior.
6849 (window--resize-root-window-vertically): When resizing the
6850 minibuffer window try to affect only windows at the bottom of the
6851 frame. (Bug#12419)
6852
6853 2012-09-25 Chong Yidong <cyd@gnu.org>
6854
6855 * subr.el (declare): Doc fix.
6856
6857 * help-fns.el (help-fns--obsolete): Handle macros properly.
6858
6859 2012-09-25 Chong Yidong <cyd@gnu.org>
6860
6861 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6862 this function obsolete.
6863
6864 * calendar/cal-x.el (calendar-two-frame-setup)
6865 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6866 * calendar/calendar.el (american-calendar, european-calendar)
6867 (calendar-for-loop):
6868 * comint.el (comint-dynamic-simple-complete)
6869 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6870 * desktop.el (desktop-load-default):
6871 * dired-x.el (dired-omit-here-always)
6872 (dired-hack-local-variables, dired-default-directory):
6873 * emacs-lisp/derived.el (derived-mode-class):
6874 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6875 * emacs-lock.el (toggle-emacs-lock):
6876 * epa.el (epa-display-verify-result):
6877 * epg.el (epg-sign-keys, epg-start-sign-keys)
6878 (epg-passphrase-callback-function):
6879 * eshell/esh-util.el (eshell-for):
6880 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6881 (eshell-add-to-window-buffer-names):
6882 * files.el (locate-file-completion):
6883 * imenu.el (imenu-example--create-c-index)
6884 (imenu-example--create-lisp-index)
6885 (imenu-example--lisp-extract-index-name)
6886 (imenu-example--name-and-position):
6887 * international/mule-cmds.el (princ-list):
6888 * international/mule-diag.el (decode-codepage-char):
6889 * international/mule-util.el (detect-coding-with-priority):
6890 * iswitchb.el (iswitchb-read-buffer):
6891 * mail/mailalias.el (mail-complete):
6892 * mail/sendmail.el (mail-sent-via):
6893 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6894 (mouse-major-mode-menu):
6895 * password-cache.el (password-read-and-add):
6896 * pcomplete.el (pcomplete-parse-comint-arguments):
6897 * progmodes/sh-script.el (sh-maybe-here-document):
6898 * replace.el (query-replace-regexp-eval):
6899 * savehist.el (savehist-load):
6900 * simple.el (choose-completion-delete-max-match):
6901 * term.el (term-dynamic-simple-complete):
6902 * vc/ediff-init.el (ediff-check-version):
6903 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6904 * vc/vc.el (vc-diff-switches-list):
6905 * view.el (view-return-to-alist-update): Likewise.
6906
6907 * subr.el (eval-next-after-load, makehash, insert-string)
6908 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6909 mark obsolete.
6910 (mode-line-inverse-video): Variable deleted.
6911
6912 * international/mule-util.el (string-to-sequence): Remove.
6913
6914 * calendar/calendar.el (calendar-version):
6915 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6916 (icalendar-convert-diary-to-ical):
6917 * cus-edit.el (custom-mode):
6918 * ansi-color.el (ansi-color-unfontify-region):
6919 * international/latin1-disp.el (latin1-char-displayable-p):
6920 * progmodes/cwarn.el (turn-on-cwarn-mode):
6921 * progmodes/which-func.el (which-func-update-1):
6922 Use define-obsolete-function-alias.
6923
6924 * net/newst-backend.el (newsticker-cache-filename):
6925 * net/newst-treeview.el (newsticker-groups-filename):
6926 Fix incorrect obsolescence declaration.
6927
6928 * allout.el (allout-passphrase-hint-string): Likewise.
6929 (allout-init): Use a declare form to mark obsolete.
6930
6931 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6932 this applies to functions.
6933
6934 * iswitchb.el (iswitchb-read-buffer): Move code of
6935 iswitchb-define-mode-map here, and delete that obsolete function.
6936
6937 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6938 font-lock-reference-face.
6939
6940 2012-09-25 Glenn Morris <rgm@gnu.org>
6941
6942 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6943 Doc fixes.
6944
6945 * eshell/em-term.el (eshell-term-name):
6946 Default to term-term-name. (Bug#12485)
6947
6948 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6949
6950 * progmodes/python.el (python-shell-send-buffer): Better handling
6951 of "if __name__ == '__main__':" conditionals when sending the buffer.
6952
6953 2012-09-24 Glenn Morris <rgm@gnu.org>
6954
6955 * eshell/esh-cmd.el (eshell-find-alias-function):
6956 Tighten up file-name regexp. (Bug#12499)
6957
6958 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6959
6960 Enhancements for triple-quote string syntax.
6961 * progmodes/python.el (python-quote-syntax): Remove.
6962 (python-syntax-propertize-function): New value.
6963 (python-syntax-count-quotes, python-syntax-stringify):
6964 New functions.
6965
6966 2012-09-24 Chong Yidong <cyd@gnu.org>
6967
6968 * mail/supercite.el (sc-version): Remove obsolete function.
6969 (sc-describe): Don't mark as obsolete, since it is bound.
6970 (sc-submit-bug-report): Remove.
6971
6972 * vc/log-edit.el (cvs-changelog-full-paragraphs)
6973 (cvs-commit-buffer-require-final-newline): Remove.
6974 (log-edit-require-final-newline)
6975 (log-edit-changelog-full-paragraphs): Default to t.
6976
6977 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6978 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6979 * vc/vc.el (vc-checkout-carefully): Likewise.
6980
6981 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6982 (emerge-version): Remove.
6983
6984 * progmodes/compile.el (compile-internal): Remove.
6985 (compilation-parse-errors-function): Fix typo.
6986
6987 * international/mule.el (set-char-table-default): Remove.
6988 (set-coding-priority, make-coding-system, generic-char-p)
6989 (charset-list, charset-bytes, charset-id): Use declare to mark
6990 functions as obsolete.
6991
6992 * vc/pcvs-defs.el (cvs-buffer-name-alist)
6993 (cvs-invert-ignore-marks): Remove references to obsolete vars.
6994 * vc/vc-hooks.el (vc-default-registered): Don't use
6995 vc-master-templates.
6996
6997 * font-lock.el (font-lock-reference-face):
6998 Use define-obsolete-variable-alias.
6999
7000 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7001 * calendar/calendar.el (calendar-font-lock-keywords):
7002 * calendar/diary-lib.el (diary-font-lock-keywords)
7003 (diary-fancy-font-lock-keywords):
7004 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7005 * textmodes/reftex-index.el (reftex-insert-index):
7006 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7007 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7008 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7009 * progmodes/prolog.el (prolog-font-lock-keywords):
7010 * progmodes/idlwave.el (idlwave-idl-keywords):
7011 * progmodes/ada-mode.el (ada-font-lock-keywords):
7012 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7013
7014 2012-09-24 Glenn Morris <rgm@gnu.org>
7015
7016 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7017
7018 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
7019
7020 * progmodes/python.el (python-indent-line): More consistent cursor
7021 movement behavior.
7022
7023 2012-09-23 Stefan Merten <smerten@oekonux.de>
7024
7025 * textmodes/rst.el: Fix compiler warning.
7026
7027 2012-09-23 Roland Winkler <winkler@gnu.org>
7028
7029 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7030 Transcribe also LaTeX hyphenation.
7031 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7032 bibtex-reformat-previous-options.
7033
7034 2012-09-23 Roland Winkler <winkler@gnu.org>
7035
7036 * proced.el (proced-renice-command): New variable.
7037 (proced-marked-processes): New function.
7038 (proced-with-processes-buffer): New macro.
7039 (proced-send-signal): Use them.
7040 (proced-renice): New command bound to r.
7041
7042 2012-09-23 Roland Winkler <winkler@gnu.org>
7043
7044 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7045 ibuffer-saved-filter-groups has one element, shortcut the call of
7046 completing-read. (Bug#12331)
7047
7048 2012-09-23 Chong Yidong <cyd@gnu.org>
7049
7050 * bindings.el (mode-line-toggle-read-only):
7051 * bs.el (bs-toggle-readonly):
7052 * buff-menu.el (Buffer-menu-toggle-read-only):
7053 * dired.el (dired-toggle-read-only):
7054 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7055
7056 2012-09-23 Chong Yidong <cyd@gnu.org>
7057
7058 * image.el (image-type-available-p): Adapt to init-image-library
7059 argument changes.
7060
7061 2012-09-22 Juri Linkov <juri@jurta.org>
7062
7063 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7064 `dired-toggle-read-only'. (Bug#12462)
7065
7066 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7067
7068 * subr.el (temp-output-buffer-show): New function.
7069 (with-output-to-temp-buffer): Call temp-output-buffer-show
7070 instead of internal-temp-output-buffer-show.
7071
7072 2012-09-22 Chong Yidong <cyd@gnu.org>
7073
7074 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7075 (Bug#12462).
7076
7077 * repeat.el (repeat): Doc fix (Bug#12348).
7078
7079 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7080 (Bug#10909).
7081
7082 * simple.el (shell-command-on-region): Doc fix.
7083 (read-only-mode): Doc fix.
7084
7085 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7086
7087 * emacs-lisp/timer.el (run-with-idle-timer)
7088 (timer-activate-when-idle): Warn against reinvoking an idle timer
7089 from within its own timer action. (Bug#12447)
7090
7091 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7092
7093 * cus-start.el (window-combination-limit): Add new optional
7094 values.
7095 * window.el (temp-buffer-window-show)
7096 (window--try-to-split-window): Handle new values of
7097 window-combination-limit (Bug#1806).
7098 (split-window): Test window-combination-limit for t instead of
7099 non-nil.
7100 (display-buffer-at-bottom): New buffer display action function.
7101 * help.el (temp-buffer-resize-regexps): New option.
7102 (temp-buffer-resize-mode): Rewrite doc-string.
7103 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7104 Don't resize reused window. Suggested by Glenn Morris.
7105
7106 2012-09-22 Stefan Merten <smerten@oekonux.de>
7107
7108 * textmodes/rst.el: Revamp section title faces.
7109 (rst-official-version)
7110 (rst-package-emacs-version-alist): Sync with official version
7111 V1.4.0.
7112 (rst-faces-defaults, rst-set-level-default)
7113 (rst-level-face-max, rst-level-face-base-color)
7114 (rst-level-face-base-light, rst-level-face-format-light)
7115 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7116 (rst-adornment-faces-alist): Match new setup.
7117 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7118 (rst-level-5, rst-level-6): New faces.
7119
7120 2012-09-22 Chong Yidong <cyd@gnu.org>
7121
7122 * simple.el (undo): Handle indirect buffers (Bug#8207).
7123
7124 2012-09-21 Leo Liu <sdl.web@gmail.com>
7125
7126 IDO: Disable match re-ordering for buffer switching.
7127 * ido.el (ido-buffer-disable-smart-matches): New variable.
7128 (ido-set-matches-1): Use it. (Bug#2042)
7129
7130 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7131
7132 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7133 Fix 2011-05-17 change. (Bug#12418)
7134
7135 2012-09-21 Leo Liu <sdl.web@gmail.com>
7136
7137 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7138
7139 2012-09-21 Glenn Morris <rgm@gnu.org>
7140
7141 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7142 Be more robust about locating simple.el.
7143
7144 2012-09-21 Glenn Morris <rgm@gnu.org>
7145
7146 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7147
7148 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7149
7150 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7151
7152 2012-09-20 Juri Linkov <juri@jurta.org>
7153
7154 * replace.el (query-replace-read-from): Use `read-regexp' instead
7155 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7156 (occur-read-primary-args): Use `read-regexp' instead of
7157 `read-string'.
7158 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7159 `read-from-minibuffer'.
7160 * isearch.el (isearch-occur): Use `read-regexp' instead of
7161 `read-string'.
7162 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7163 `read-from-minibuffer'.
7164 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7165 of `read-string'. (Bug#7567)
7166
7167 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7168 and allow accepting a list of strings prepended to a list of
7169 standard default values. Doc fix. (Bug#12321)
7170
7171 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7172
7173 * replace.el (read-regexp): Don't add ": " when PROMPT already
7174 ends with a colon and space. (Bug#12321)
7175
7176 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7177
7178 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7179 error.
7180
7181 2012-09-20 Stefan Merten <smerten@oekonux.de>
7182
7183 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7184 Fixes feature request bug#11711.
7185 (rst-mode): Create `imenu-create-index-function'.
7186 (rst-get-stripped-line): Delete after refactoring.
7187 (rst-section-tree, rst-section-tree-rec)
7188 (rst-section-tree-point): Refactor and document properly.
7189 (rst-imenu-find-adornments-for-position)
7190 (rst-imenu-convert-cell, rst-imenu-create-index):
7191 New function.
7192
7193 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7196 (macroexp--expand-all): Use it.
7197 (macroexp--funcall-and-return): Remove by folding it into its sole
7198 caller (macroexp--warn-and-return).
7199 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7200 Use macroexp--obsolete-warning.
7201
7202 * calc/calc.el: Fix last change by removing the whole chunk, since it
7203 was only needed back when Calc was not bundled.
7204
7205 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7206
7207 * emacs-lisp/debug.el (debug): Restore assignment to
7208 debugger-old-buffer removed on 2012-09-08.
7209
7210 2012-09-20 Juri Linkov <juri@jurta.org>
7211
7212 * dired-aux.el (dired-diff): Remove (require 'diff) since
7213 `diff-latest-backup-file' is now autoloaded.
7214
7215 2012-09-20 Chong Yidong <cyd@gnu.org>
7216
7217 * vc/diff.el (diff-latest-backup-file): Autoload.
7218
7219 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7220
7221 * calc/calc.el: Remove redundant autoload shape check.
7222 (sel-mode): Don't defvar.
7223 (calc-get-stack-element): Add `sel-mode' arg instead.
7224 (calc-top, calc-top-list): Pass it this additional argument.
7225 * calc/calc-store.el (calc-store-map):
7226 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7227 (calc-map-equation, calc-outer-product, calc-inner-product):
7228 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7229
7230 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7231
7232 2012-09-19 Juri Linkov <juri@jurta.org>
7233
7234 * dired-aux.el (dired-diff): Add (require 'diff) because
7235 `diff-latest-backup-file' is not autoloaded.
7236 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7237 of `dired-get-filename' to t to not report error when there is
7238 no default file on the current line.
7239
7240 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7241
7242 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7243 macroexp--eval-if-compile.
7244 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7245 (macroexp--expand-all): Use them (bug#12371).
7246
7247 * doc-view.el (doc-view-guess-paper-size)
7248 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7249
7250 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7251
7252 New feature: set optimal slice from BoundingBox information.
7253 * doc-view.el (doc-view-mode-map): Add keybinding.
7254 (doc-view-menu): Add menu entry.
7255 (doc-view-set-slice): Adapt docstring.
7256 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7257 (doc-view-scale-bounding-box)
7258 (doc-view-set-slice-from-bounding-box): New functions.
7259 (doc-view-paper-sizes): New defvar.
7260
7261 2012-09-19 Glenn Morris <rgm@gnu.org>
7262
7263 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7264 (byte-compile-log-warning): Autoload. (Bug#12371)
7265
7266 * calendar/calendar.el (calendar-american-month-header)
7267 (calendar-european-month-header, calendar-iso-month-header)
7268 (calendar-month-header): New options.
7269 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7270 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7271
7272 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7273
7274 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7275
7276 2012-09-18 Juri Linkov <juri@jurta.org>
7277
7278 * dired-aux.el (dired-diff): Restore original functionality of
7279 getting the default value, but keep new feature of using the
7280 latest existing backup file (`diff-latest-backup-file').
7281
7282 2012-09-18 Juri Linkov <juri@jurta.org>
7283
7284 * dired.el (dired-mark): If the region is active in Transient Mark
7285 mode, mark all files in the active region. Doc fix.
7286 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7287 Doc fix. (Bug#10624)
7288
7289 2012-09-18 Juri Linkov <juri@jurta.org>
7290
7291 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7292 attributes for M-n are pulled from the file at point.
7293 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7294 Suggested by Drew Adams. (Bug#10624)
7295
7296 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7297
7298 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7299 whitespace after "end".
7300 (ruby-do-end-to-brace): Collapse block to one line if it fits
7301 within fill-column.
7302
7303 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7304
7305 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7306 value.
7307 (debug): Don't remove debugger window when debugger is expected
7308 to be back.
7309
7310 2012-09-18 Chong Yidong <cyd@gnu.org>
7311
7312 * custom.el (defface): Doc fix.
7313
7314 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7315
7316 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7317
7318 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7319 to initialize query-on-exit; then test that instead (bug#12288).
7320
7321 2012-09-17 Stefan Merten <smerten@oekonux.de>
7322
7323 * textmodes/rst.el: Add support for `testcover'.
7324 (rst-defcustom-testcover, rst-testcover-add-compose)
7325 (rst-testcover-add-1value): New functions.
7326 (rst-portable-mark-active-p): Replace by `use-region-p'.
7327 (rst-update-section, rst-classify-adornment)
7328 (rst-find-title-line): Mark `1value' forms.
7329 (rst-classify-adornment): Remove superfluous form.
7330 (rst-update-section, rst-get-adornments-around)
7331 (rst-adornment-complete-p, rst-get-next-adornment)
7332 (rst-adjust, rst-promote-region)
7333 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7334 (rst-find-pfx-in-region, rst-section-tree-rec)
7335 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7336 (rst-toc-node, rst-toc, rst-forward-section)
7337 (rst-iterate-leftmost-paragraphs)
7338 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7339 (rst-bullet-list-region)
7340 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7341 (rst-compile-find-conf, rst-compile)
7342 (rst-repeat-last-character): Fix style.
7343
7344 2012-09-17 Chong Yidong <cyd@gnu.org>
7345
7346 * comint.el (comint--complete-file-name-data): Don't add a space
7347 if the status is `sole'; that adds a gratuitous space in the
7348 completion-cycling case (Bug#12092).
7349
7350 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7351
7352 2012-09-17 Richard Stallman <rms@gnu.org>
7353
7354 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7355 only in the mime-shown mode, not in raw mode.
7356 (rmail-mime): Toggle off mime by displaying the message without
7357 mime processing. (Bug#12305)
7358
7359 * mail/rmail.el (rmail-retry-failure):
7360 Turn off mime processing first. (Bug#12037)
7361
7362 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7363
7364 2012-09-17 Chong Yidong <cyd@gnu.org>
7365
7366 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7367 (shell-dynamic-complete-functions): Convert to defcustom.
7368 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7369
7370 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7371 * comint.el (comint-prompt-read-only):
7372 * custom.el (defcustom):
7373 * hi-lock.el (hi-lock-mode):
7374 * ibuffer.el (ibuffer-formats):
7375 * ielm.el (ielm-prompt-read-only):
7376 * novice.el (disable-command):
7377 * saveplace.el (toggle-save-place):
7378 * speedbar.el (speedbar-supported-extension-expressions):
7379 * startup.el (auto-save-list-file-prefix, init-file-user)
7380 (after-init-hook, inhibit-startup-echo-area-message):
7381 * strokes.el (strokes-help):
7382 * time-stamp.el (time-stamp):
7383 * calendar/calendar.el (calendar, diary-file):
7384 * calendar/diary-lib.el (diary-mail-entries, diary)
7385 (diary-list-entries-hook):
7386 * calendar/holidays.el (holidays, calendar-holidays):
7387 * calendar/lunar.el (lunar-phases):
7388 * calendar/solar.el (sunrise-sunset):
7389 * emulation/edt.el (edt-load-keys):
7390 * emulation/viper.el (viper-mode):
7391 * eshell/em-alias.el (eshell-command-aliases-list):
7392 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7393 * international/ogonek.el (ogonek-information):
7394 * net/tramp-cmds.el (tramp-bug):
7395 * net/quickurl.el (quickurl-reread-hook-postfix):
7396 * play/decipher.el (decipher-font-lock-keywords):
7397 * progmodes/cc-styles.el (c-set-style):
7398 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7399 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7400 * progmodes/octave-mod.el (octave-mode):
7401 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7402 * progmodes/verilog-mode.el (verilog-read-defines):
7403 * textmodes/two-column.el (2C-mode): Likewise.
7404
7405 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7406
7407 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7408 that holds many addresses.
7409
7410 2012-09-16 Chong Yidong <cyd@gnu.org>
7411
7412 * align.el (align-areas): Call the indication function with
7413 positions instead of markers for arguments (Bug#12343).
7414
7415 * files.el (parse-colon-path): Use split-string (Bug#12351).
7416
7417 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7418 (display-buffer-function): Mark as obsolete.
7419
7420 * progmodes/compile.el (compilation-parse-errors): Accept list
7421 values similar to font-lock-keywords (Bug#12136).
7422 Suggested by Oleksandr Manzyuk.
7423 (compilation-error-regexp-alist): Doc fix.
7424
7425 2012-09-15 Glenn Morris <rgm@gnu.org>
7426
7427 * version.el (emacs-bzr-version-bzr): New function.
7428 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7429
7430 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7431 checkouts, check the parent dirstate matches the branch.
7432 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7433 empty string.
7434
7435 * version.el (emacs-bzr-version): Doc fix.
7436 (emacs-bzr-version-dirstate): New function.
7437 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7438 is local try and check that it matches the branch. If not, just
7439 use dirstate information. (Bug#12441)
7440
7441 2012-09-14 Juri Linkov <juri@jurta.org>
7442
7443 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7444 (Bug#12399)
7445
7446 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7449
7450 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7451 Remove obsolete byte-compiler hack that tried to silence some warnings.
7452 (edebug-submit-bug-report): Remove.
7453 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7454 Remove aliases, use the un-prefixed name instead.
7455 (edebug-pop-to-buffer): Consider other frames.
7456 (edebug-original-read):: Make it more obvious that it's always defined.
7457 (edebug--make-form-data-entry, edebug--form-data-name)
7458 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7459 single-dashed name, and implement with cl-defstruct.
7460 (edebug-set-form-data-entry): Use the standard accessors.
7461 (edebug-make-top-form-data-entry): Use push.
7462 (edebug-no-match): Drop useless `funcall'.
7463 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7464 to functions.
7465 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7466 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7467 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7468 (easy-menu-define, with-custom-print): Remove redundant specs.
7469 (edebug-outside-overriding-local-map)
7470 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7471 (edebug--display): Bind unread-command-events directly to nil rather
7472 than binding it to unread-command-events and later setting it to nil.
7473 (edebug--display): Kill edebug-eval-buffer here...
7474 (edebug--recursive-edit): ...rather than here.
7475 Bind standard-output and standard-input.
7476 (edebug-eval): Check cl-macroexpand-all is fboundp.
7477 (edebug-temp-display-freq-count): Fix last change.
7478
7479 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7480 * subr.el (noreturn, 1value): Add `debug' spec.
7481 * emacs-lisp/advice.el: Require cl-lib.
7482 (ad-copy-tree): Remove, use copy-tree instead.
7483 (ad-dolist): Remove use dolist or cl-dolist instead.
7484 (ad-do-return): Remove, use cl-return instead.
7485 (defadvice): Add `debug' spec.
7486
7487 2012-09-13 Juri Linkov <juri@jurta.org>
7488
7489 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7490 (Bug#12399)
7491
7492 2012-09-13 Glenn Morris <rgm@gnu.org>
7493
7494 * calc/calc.el (math-compose-expr):
7495 * calc/calc-ext.el (math-compose-expr):
7496 * progmodes/cc-defs.el (cl-macroexpand-all):
7497 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7498 (cl-macroexpand-all): Update declarations.
7499
7500 * vc/vc.el: No need to require ediff.
7501 (ediff-load-version-control): Declare.
7502 (ediff-vc-internal): Fix declaration.
7503 (vc-version-ediff): Require ediff.
7504
7505 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7506
7507 Use a more backwards-compatible timer format (Bug#12430).
7508 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7509 being right after USECS, as that better supports old code that
7510 inadvisedly looked directly at the timer vector.
7511
7512 2012-09-13 Kenichi Handa <handa@gnu.org>
7513
7514 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7515 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7516 `coding-priority' property of these language environment.
7517
7518 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7519
7520 Fix glitches caused by addition of psec to timers (Bug#12430).
7521 * image.el (image-animate-timer):
7522 * time.el (display-time-world-timer):
7523 Use timer--function and timer--args rather than raw access to
7524 timer vector.
7525
7526 2012-09-13 Glenn Morris <rgm@gnu.org>
7527
7528 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7529 If not compiling a file, try using load-file-name.
7530
7531 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7534 Fix last change.
7535 (edebug-update-eval-list): Use `push'.
7536
7537 * emacs-lisp/edebug.el: Use lexical-binding.
7538 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7539 Mark unused args with underscore.
7540 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7541 (edebug-form-data): Use defvar-local.
7542 (edebug-make-before-and-after-form, edebug-make-after-form):
7543 Use backquote.
7544 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7545 Not dynamically scoped any more.
7546 (edebug--enter-trace): Add arguments `function' and `args'.
7547 Rename from edebug-enter-trace.
7548 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7549 (edebug--update-coverage): Add `after-index' and `value' args.
7550 Rename from edebug-update-coverage.
7551 (edebug-slow-after): Call it accordingly.
7552 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7553 edebug-recursive-edit.
7554 (edebug--display): Call it accordingly. Add args `value',
7555 `offset-index', and `arg-mode'. Rename from edebug-display.
7556 (edebug-debugger, edebug): Call it accordingly.
7557 (edebug-eval-display-list): Use dolist.
7558
7559 2012-09-12 Juri Linkov <juri@jurta.org>
7560
7561 * info.el (Info-search): Don't check for isearch-mode and
7562 isearch-regexp before let-binding search-spaces-regexp to
7563 Info-search-whitespace-regexp.
7564 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7565 search-whitespace-regexp if isearch-lax-whitespace or
7566 isearch-regexp-lax-whitespace is non-nil.
7567 (Info-mode): Don't set local variable search-whitespace-regexp.
7568 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7569
7570 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7573 (debugger-env-macro): Remove support for unread-command-char.
7574
7575 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7576 the temporary map re-appearing on emulation-mode-map-alists.
7577
7578 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7579 since 22.1.
7580
7581 * ehelp.el (with-electric-help): Accept functions in
7582 electric-help-form-to-execute.
7583 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7584 And replace unread-command-char -> unread-command-events.
7585
7586 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7587
7588 Sync with Tramp 2.2.6.
7589
7590 * net/tramp.el (tramp-accept-process-output): Don't use
7591 JUST-THIS-ONE in the XEmacs case.
7592
7593 * net/trampver.el: Update release number.
7594
7595 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7596
7597 * emacs-lisp/debug.el (debugger-previous-window-height):
7598 New variable.
7599 (debug): When debugger-jumping-flag is non-nil try to restore
7600 height of debugger window. (Bug#8789)
7601
7602 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7605 overriding-local-map and pre/post-command-hook here.
7606 (edebug-recursive-edit): Do it here instead (bug#12345).
7607 (edebug-outside-unread-command-char): Remove all uses of
7608 unread-command-char.
7609
7610 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7611 inhibit-debugger is bound instead.
7612
7613 2012-09-11 Bastien Guerry <bzg@gnu.org>
7614
7615 * subr.el (set-temporary-overlay-map): Add a docstring.
7616 (Bug#12346)
7617
7618 2012-09-11 Bastien Guerry <bzg@gnu.org>
7619
7620 * minibuffer.el (completion-table-subvert): Fix docstring.
7621 (Bug#12347)
7622
7623 2012-09-11 Bastien Guerry <bzg@gnu.org>
7624
7625 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7626
7627 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7628
7629 * progmodes/sql.el: Version 3.1
7630 (sql-db2-escape-newlines): New variable.
7631 (sql-escape-newlines-filter): Use it.
7632
7633 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7634
7635 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7636
7637 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7638
7639 * vc/diff-mode.el (diff-mode-menu):
7640 Bind diff-remove-trailing-whitespace.
7641
7642 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7643
7644 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7645 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7646 (emacs-lisp-byte-code-mode): New functions.
7647 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7648 (eval-defun-2): Remove bogus interactive spec.
7649 (lisp-indent-line): Remove redundant whole-exp code, now done in
7650 indent-according-to-mode.
7651 (save-match-data): Remove redundant indent data.
7652
7653 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7654 Use `declare'.
7655
7656 2012-09-09 Juri Linkov <juri@jurta.org>
7657
7658 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7659 (replace-lax-whitespace, query-replace-regexp)
7660 (query-replace-regexp-eval, replace-regexp): Doc fix.
7661 (perform-replace, replace-highlight): Let-bind
7662 isearch-lax-whitespace to replace-lax-whitespace and
7663 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7664
7665 * isearch.el (isearch-query-replace): Let-bind
7666 replace-lax-whitespace to isearch-lax-whitespace and
7667 replace-regexp-lax-whitespace to
7668 isearch-regexp-lax-whitespace. (Bug#10885)
7669
7670 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7673
7674 2012-09-09 Alan Mackenzie <acm@muc.de>
7675
7676 * progmodes/cc-engine.el (c-state-cache-init):
7677 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7678 (c-record-parse-state-state):
7679 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7680
7681 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7682
7683 * register.el (register-separator): Rename from
7684 separator-register. All uses changed. Doc fix.
7685 (register): Fix version.
7686
7687 2012-09-09 Chong Yidong <cyd@gnu.org>
7688
7689 * replace.el (query-replace-map): Bind four new symbols for
7690 requesting window scrolling.
7691
7692 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7693 query-replace-map (Bug#8948).
7694
7695 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7696
7697 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7698 since they are now in query-replace-map.
7699
7700 * window.el (scroll-other-window-down): Make the arg optional.
7701
7702 2012-09-09 Chong Yidong <cyd@gnu.org>
7703
7704 * files.el (hack-local-variables-confirm): Use quit-window to kill
7705 the *Local Variables* buffer.
7706
7707 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7708
7709 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7710 not just expect to be at its beginning. Adjust callees.
7711 Succeed when do-end block has no space before the pipe character.
7712 (ruby-brace-to-do-end): When the original block is one-liner,
7713 convert to multiline. Reindent the result.
7714
7715 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7716
7717 * register.el (register): New group.
7718 (separator-register): New user option.
7719 (increment-register): Route it to `append-to-register', if
7720 register contains text. Implication is that `C-x r +' can now be
7721 used for appending to a text register (bug#12217).
7722 (append-to-register, prepend-to-register): Add separator based on
7723 `separator-register'.
7724
7725 2012-09-08 Alan Mackenzie <acm@muc.de>
7726
7727 AWK Mode: make auto-newline work when there's "==" in the pattern.
7728 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7729 correctly.
7730 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7731 Test more rigorously for "=" token.
7732
7733 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7734
7735 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7736 Only fail when reached LIMIT.
7737
7738 2012-09-08 Chong Yidong <cyd@gnu.org>
7739
7740 * dired.el (dired-mode-map): Don't bind M-=.
7741
7742 * dired-aux.el (dired-diff): Use backup file as default.
7743
7744 2012-09-08 Drew Adams <drew.adams@oracle.com>
7745
7746 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7747
7748 2012-09-08 Chong Yidong <cyd@gnu.org>
7749
7750 * subr.el (syntax-after, syntax-class): Doc fix.
7751
7752 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7753
7754 * window.el (display-buffer-in-previous-window): New buffer
7755 display action function.
7756
7757 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7758 (debugger-previous-window): New variable.
7759 (debug): Rewrite using display-buffer-in-previous-window,
7760 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7761
7762 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7765
7766 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7767
7768 * progmodes/python.el (python-shell-send-string):
7769 When default-directory is remote, create temp file on remote
7770 filesystem.
7771 (python-shell-send-file): When file is remote, pass local view of
7772 file paths to remote Python interpreter. (Bug#12340)
7773
7774 2012-09-07 Chong Yidong <cyd@gnu.org>
7775
7776 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7777
7778 * files.el (after-find-file): Don't fail on a read-only buffer if
7779 require-final-newline is `visit' or `visit-save' (Bug#11156).
7780
7781 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7782
7783 * userlock.el (ask-user-about-supersession-threat):
7784 Use read-char-choice (Bug#12093).
7785
7786 2012-09-07 Chong Yidong <cyd@gnu.org>
7787
7788 * subr.el (buffer-narrowed-p): New function.
7789
7790 * ses.el (ses-widen):
7791 * simple.el (count-words--buffer-message):
7792 * net/browse-url.el (browse-url-of-buffer): Use it.
7793
7794 * simple.el (count-words-region): Don't signal an error if there
7795 is a non-nil prefix arg and the mark is not set.
7796
7797 * help.el (describe-key-briefly): Allow the message to be seen
7798 when invoked from the minibuffer (Bug#7014).
7799
7800 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7801
7802 * progmodes/ruby-mode.el (ruby-end-of-defun)
7803 (ruby-beginning-of-defun): Simplify, allow indentation before
7804 block beginning and end keywords.
7805 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7806 (ruby-end-of-defun): Expect that the point is at the beginning of
7807 the defun.
7808
7809 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7812 (bug#12367).
7813 (cl--make-usage-args): Strip _ from argument names.
7814
7815 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7816
7817 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7818 obsolete alias speedbar-key-map.
7819 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7820 (vhdl-index-menu-init): Don't use obsolete variable
7821 font-lock-maximum-size.
7822
7823 2012-09-06 Chong Yidong <cyd@gnu.org>
7824
7825 * frame.el (window-system-version): Mark as obsolete.
7826
7827 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7828 of obsolete variable speedbar-key-map.
7829
7830 2012-09-06 Juri Linkov <juri@jurta.org>
7831
7832 * replace.el (replace-lax-whitespace): New defcustom.
7833 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7834 (replace-string, replace-regexp): Mention it in docstrings.
7835 (perform-replace, replace-highlight): Let-bind
7836 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7837 to the values of replace-lax-whitespace and regexp-flag.
7838 Don't let-bind search-whitespace-regexp. (Bug#10885)
7839
7840 * isearch.el (isearch-query-replace): Let-bind
7841 replace-lax-whitespace instead of let-binding
7842 replace-search-function and replace-re-search-function.
7843 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7844 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7845 (isearch-toggle-symbol): Set isearch-regexp to nil
7846 in isearch-word mode (like in isearch-toggle-word).
7847
7848 2012-09-06 Juri Linkov <juri@jurta.org>
7849
7850 * replace.el (replace-search-function)
7851 (replace-re-search-function): Set default values to nil.
7852 (perform-replace): Let-bind isearch-related variables based on
7853 replace-related values, call `isearch-search-fun' and let-bind
7854 the result to `search-function'. Remove code that sets
7855 `search-function' and `search-string' separately for
7856 `delimited-flag'.
7857 (replace-highlight): Add new argument `delimited-flag' and
7858 rename other arguments to the names used in `perform-replace'.
7859 Let-bind `isearch-word' to the argument `delimited-flag'.
7860 (Bug#10885, bug#10887)
7861
7862 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7863
7864 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7865 ruby-beginning-of-indent, simplify, allow all keywords to have
7866 indentation before them.
7867 (ruby-beginning-of-indent): Adjust for above. Search until the
7868 found point is not inside a string or comment.
7869 (ruby-font-lock-keywords): Allow symbols to start with "@"
7870 character, give them higher priority than variables.
7871 (ruby-syntax-propertize-function)
7872 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7873 matchers. Expression expansions are not comments when inside a
7874 string, and there comment syntax status is irrelevant.
7875 (ruby-match-expression-expansion): New function. Check that
7876 expression expansion is inside a string, and it's not escaped.
7877 (ruby-font-lock-keywords): Use it.
7878
7879 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7880
7881 * help.el (temp-buffer-max-height): New default value.
7882 (temp-buffer-resize-frames): New option.
7883 (resize-temp-buffer-window): Optionally resize frame.
7884
7885 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7886 (fit-frame-to-buffer): New function.
7887
7888 2012-09-05 Glenn Morris <rgm@gnu.org>
7889
7890 * emulation/cua-rect.el (cua--init-rectangles):
7891 * textmodes/picture.el (picture-mode-map):
7892 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7893 like forward-char and backward-char. (Bug#12317)
7894
7895 2012-09-05 Leo Liu <sdl.web@gmail.com>
7896
7897 * progmodes/flymake.el (flymake-warning-re): New variable.
7898 (flymake-parse-line): Use it.
7899
7900 2012-09-05 Glenn Morris <rgm@gnu.org>
7901
7902 * calendar/holidays.el (holiday-christian-holidays):
7903 Rename an entry. (Bug#12289)
7904
7905 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7908 (bug#12222).
7909
7910 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 * loadup.el: Load macroexp. Remove hack.
7913 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7914 (macroexp--expand-all): Use it to get better warnings.
7915 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7916 (internal-macroexpand-for-load): New functions.
7917 (macroexp--pending-eager-loads): New var.
7918 (emacs-startup-hook): New hack to replace one in loadup.el.
7919 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7920 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7921 (cl-psetf): Simplify.
7922 (cl-defstruct): Add indent rule.
7923
7924 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7925
7926 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7927 over `user-mail-address' for the SMTP MAIL FROM envelope.
7928 (smtpmail-via-smtp): Ditto.
7929
7930 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7931
7932 * progmodes/ruby-mode.el: Clean up keybindings.
7933 (ruby-mode-map): Don't bind ruby-electric-brace,
7934 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7935 backward-kill-word, reindent-then-newline-and-indent.
7936 (ruby-mark-defun): Remove.
7937 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7938 (ruby-mode): Set local beginning-of-defun-function and
7939 end-of-defun-function values.
7940
7941 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7942
7943 * window.el (temp-buffer-window-setup-hook)
7944 (temp-buffer-window-show-hook): New hooks.
7945 (temp-buffer-window-setup, temp-buffer-window-show)
7946 (with-temp-buffer-window): New functions.
7947 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7948 (special-display-popup-frame): Make sure the window used shows BUFFER.
7949
7950 * help.el (temp-buffer-resize-mode): Fix doc-string.
7951 (resize-temp-buffer-window): New optional argument WINDOW.
7952
7953 * files.el (recover-file, save-buffers-kill-emacs):
7954 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7955
7956 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
7957
7958 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7959 remote definition of `default-directory', ensure we can connect.
7960
7961 2012-09-02 Juri Linkov <juri@jurta.org>
7962
7963 Toggle whitespace matching mode with M-s SPC.
7964 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7965
7966 * isearch.el (search-whitespace-regexp): Doc fix.
7967 Remove cons cell customization.
7968 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7969 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7970 New variables.
7971 (isearch-forward, isearch-forward-regexp): Doc fix.
7972 (isearch-toggle-lax-whitespace): New command.
7973 (search-forward-lax-whitespace, search-backward-lax-whitespace)
7974 (re-search-forward-lax-whitespace)
7975 (re-search-backward-lax-whitespace): New functions.
7976 (isearch-whitespace-regexp): Remove function.
7977 (isearch-query-replace): Let-bind replace-search-function and
7978 replace-re-search-function.
7979 (isearch-occur): Let-bind search-spaces-regexp according to the
7980 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7981 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7982 condition for C-q SPC.
7983 (isearch-search-fun-default): Use new functions mentioned above.
7984 (isearch-search-forward, isearch-search-backward): Remove functions.
7985 (isearch-search): Don't let-bind search-spaces-regexp.
7986 (isearch-lazy-highlight-space-regexp): Remove variable.
7987 (isearch-lazy-highlight-lax-whitespace)
7988 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7989 (isearch-lazy-highlight-new-loop): Use them.
7990 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7991
7992 2012-09-02 Chong Yidong <cyd@gnu.org>
7993
7994 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7995
7996 2012-09-02 Glenn Morris <rgm@gnu.org>
7997
7998 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
7999
8000 2012-09-01 Glenn Morris <rgm@gnu.org>
8001
8002 * term.el: Tidy up menu definitions.
8003 (term-mode-map): Use easymenu for In/Out, Complete menus.
8004 (term-pager-break-map): Initialize in the defvar.
8005 (term-terminal-menu, term-signals-menu): Define with easymenu.
8006 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8007 (term-pager-menu): New, extracted from term-process-pager.
8008 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8009 (term-update-mode-line): Propertize line/char and page items.
8010 (term-process-pager): Move keymap initialization elsewhere.
8011
8012 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8013
8014 * window.el (switch-to-prev-buffer): Handle additional values of
8015 BURY-OR-KILL argument. Don't switch in minibuffer window.
8016 (switch-to-next-buffer): Don't switch in minibuffer window.
8017 (quit-restore-window): New function based on quit-window.
8018 Handle additional values of former KILL argument.
8019 (quit-window): Call quit-restore-window with appropriate
8020 interpretation of KILL argument.
8021 (display-buffer-below-selected): New buffer display action
8022 function.
8023
8024 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * minibuffer.el (completion-at-point-functions): Complete docstring
8027 (bug#12254).
8028
8029 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8030
8031 Better seed support for (random).
8032 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8033 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8034 * play/mpuz.el, play/tetris.el, play/zone.el:
8035 * calc/calc-comb.el (math-init-random-base):
8036 * play/blackbox.el (bb-init-board):
8037 * play/life.el (life):
8038 * server.el (server-use-tcp):
8039 * type-break.el (type-break):
8040 Remove unnecessary call to (random t).
8041 * net/sasl.el (sasl-unique-id-function):
8042 Change (random t) to (random), now that the latter is more random.
8043 * play/life.el (life-initialized): Remove no-longer-needed var.
8044
8045 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8046
8047 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8048 Consider frame's buffer predicate when choosing the buffer.
8049 (Bug#12081)
8050
8051 2012-08-30 Richard Stallman <rms@gnu.org>
8052
8053 * simple.el (special-mode-map): Delete binding for `z'.
8054
8055 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8056
8057 * progmodes/compile.el (compilation-always-kill): Doc fix.
8058
8059 2012-08-30 Chong Yidong <cyd@gnu.org>
8060
8061 * window.el (display-buffer-reuse-frames): Make the obsolescence
8062 message more informative.
8063
8064 2012-08-30 Glenn Morris <rgm@gnu.org>
8065
8066 * paren.el (show-paren-delay):
8067 Add a :set function. Doc fix. (Bug#12297)
8068
8069 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8070
8071 * progmodes/compile.el (compilation-always-kill): New var.
8072 (compilation-start): Use it.
8073
8074 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8075
8076 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8077 * files.el (read-only-mode): Move to simple.el.
8078
8079 * files.el (read-only-mode): New minor mode.
8080 (toggle-read-only): Use it and mark obsolete.
8081 (find-file--read-only):
8082 * vc/vc.el (vc-next-action, vc-checkout):
8083 * vc/vc-cvs.el (vc-cvs-checkout):
8084 * obsolete/vc-mcvs.el (vc-mcvs-update):
8085 * ffap.el (ffap--toggle-read-only): Update callers.
8086
8087 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8088
8089 * eshell/esh-ext.el (eshell-external-command): Do not examine
8090 remote shell scripts.
8091 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8092
8093 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8094 "/usr/local/sbin".
8095
8096 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8099
8100 2012-08-28 Leo Liu <sdl.web@gmail.com>
8101
8102 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8103 completion-at-point. (Bug#12220)
8104
8105 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8106
8107 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8108
8109 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8112 be buffer-local; add delete-trailing-whitespace (bug#12259).
8113
8114 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8115
8116 * progmodes/hideif.el (hif-compress-define-list):
8117 Fix typo. (Bug#11951)
8118
8119 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8120
8121 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8122 buffer local setting.
8123
8124 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8125 rcirc-encode-coding-system.
8126
8127 2012-08-28 Leo Liu <sdl.web@gmail.com>
8128
8129 * net/rcirc.el (rcirc-split-message): New function.
8130 (rcirc-send-message): Use it. (Bug#12051)
8131
8132 2012-08-28 Juri Linkov <juri@jurta.org>
8133
8134 * info.el (Info-fontify-node): Hide empty lines at the end of
8135 the node. (Bug#12272)
8136
8137 2012-08-27 Drew Adams <drew.adams@oracle.com>
8138
8139 * dired.el (dired-pop-to-buffer): Make window start at beginning
8140 of buffer (Bug#12281).
8141
8142 2012-08-26 Chong Yidong <cyd@gnu.org>
8143
8144 * window.el (special-display-regexps, special-display-frame-alist)
8145 (special-display-buffer-names, special-display-function)
8146 (display-buffer-reuse-frames): Mark as obsolete.
8147
8148 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8149
8150 * help.el (help-print-return-message): Don't treat
8151 display-buffer-reuse-frames specially.
8152
8153 2012-08-26 Chong Yidong <cyd@gnu.org>
8154
8155 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8156 New variable, replacing gdb-frame-parameters.
8157 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8158 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8159 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8160 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8161 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8162 the functions directly with gdb-display-buffer-other-frame-action.
8163 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8164 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8165 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8166 (gdb-display-registers-buffer): Define directly.
8167 (def-gdb-display-buffer): Macro deleted.
8168 (gdb-display-buffer): Remove second and third args, callers don't
8169 use them. Defer to the default display-buffer behavior, apart
8170 from making windows dedicated.
8171 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8172
8173 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8174
8175 * window.el (display-buffer-pop-up-frame): Handle a
8176 pop-up-frame-parameters alist entry.
8177 (display-buffer): Document it.
8178
8179 2012-08-26 Chong Yidong <cyd@gnu.org>
8180
8181 * isearch.el (search-whitespace-regexp): Make string and nil
8182 values apply to both ordinary and regexp search. Allow a cons
8183 cell value to distinguish between the two.
8184 (isearch-whitespace-regexp, isearch-search-forward)
8185 (isearch-search-backward): New functions.
8186 (isearch-occur, isearch-search-fun-default, isearch-search)
8187 (isearch-lazy-highlight-new-loop): Use them.
8188 (isearch-forward, isearch-forward-regexp): Doc fix.
8189
8190 2012-08-26 Chong Yidong <cyd@gnu.org>
8191
8192 * faces.el (help-argument-name): Always inherit from italic
8193 (Bug#12213).
8194
8195 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8196
8197 * window.el (window--even-window-heights): Even heights when
8198 WINDOW and the selected window form a vertical combination.
8199 (display-buffer-use-some-window): Provide that window used gets
8200 sized back by quit-window. (Bug#11880) and (Bug#12091)
8201
8202 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8203
8204 Fix file time stamp problem with bzr and CVS (Bug#12001).
8205 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8206 in the file's time stamp, since the version control system loses
8207 that information.
8208
8209 2012-08-22 Juri Linkov <juri@jurta.org>
8210
8211 * info.el (Info-fontify-node): Hide the suffix of the
8212 Info file name in the header line. (Bug#12187)
8213
8214 2012-08-22 Glenn Morris <rgm@gnu.org>
8215
8216 * calendar/cal-tex.el (cal-tex-weekly-common):
8217 Restore leading blank page.
8218
8219 2012-08-22 Le Wang <l26wang@gmail.com>
8220
8221 * misc.el (forward-to-word, backward-to-word): Activate or extend
8222 the region under `shift-select-mode'. (Bug#12231)
8223
8224 2012-08-22 Bastien Guerry <bzg@gnu.org>
8225
8226 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8227 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8228 gives details on why the space is never needed.
8229
8230 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8231
8232 * window.el (walk-window-tree, window-with-parameter):
8233 New optional argument MINIBUF to control whether these functions
8234 should run on the minibuffer window.
8235 (window-at-side-list): Don't operate on minibuffer window.
8236 (window-in-direction): Simplify and rewrite doc-string.
8237 (window--size-ignore): Rename to window--size-ignore-p.
8238 Update callers.
8239 (display-buffer-in-atom-window, window--major-non-side-window)
8240 (window--major-side-window, display-buffer-in-major-side-window)
8241 (delete-side-window, display-buffer-in-side-window):
8242 New functions.
8243 (window--side-check, window-deletable-p, delete-window)
8244 (delete-other-windows, split-window): Handle side windows and
8245 atomic windows appropriately.
8246 (window--display-buffer): Call display-buffer-record-window also
8247 when the window buffer did not change.
8248
8249 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8250
8251 * help-fns.el (help-fns--key-bindings):
8252 Abbreviate non-symbol remap targets. (Bug#12174)
8253
8254 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8255
8256 * dired.el (dired-mark-remembered): Don't clobber point.
8257 (Bug#11795)
8258
8259 2012-08-22 Glenn Morris <rgm@gnu.org>
8260
8261 * progmodes/bug-reference.el (bug-reference): New custom group.
8262 (bug-reference-bug-regexp): Make it a defcustom.
8263
8264 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8265
8266 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8267 (js-paren-indent-offset, js-square-indent-offset)
8268 (js-curly-indent-offset): Add :safe (Bug#12257).
8269
8270 2012-08-22 Edward O'Connor <hober0@gmail.com>
8271
8272 * json.el (json-key-format): Add error properties.
8273 (json-encode-key): New function.
8274 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8275 Use json-encode-key.
8276
8277 2012-08-22 Glenn Morris <rgm@gnu.org>
8278
8279 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8280 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8281 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8282 Update for above change.
8283
8284 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8285
8286 * cus-face.el (custom-face-attributes): Fix customize type for the
8287 :underline attribute. (Bug#11805)
8288
8289 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8290
8291 * window.el (window-point-1, set-window-point-1): Remove.
8292 (window-in-direction, record-window-buffer)
8293 (set-window-buffer-start-and-point, split-window-below)
8294 (window--state-get-1, display-buffer-record-window):
8295 Replace calls to window-point-1 and set-window-point-1 by calls to
8296 window-point and set-window-point respectively.
8297
8298 2012-08-21 Glenn Morris <rgm@gnu.org>
8299
8300 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8301 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8302 Use it.
8303
8304 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8305 (cal-tex-shortday): New function.
8306 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8307 (cal-tex-cursor-filofax-daily): Use the above.
8308
8309 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8310 New functions.
8311 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8312 (cal-tex-cursor-filofax-week): Use them.
8313
8314 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8315 New constants.
8316 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8317 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8318
8319 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8320 (cal-tex-end-document): Don't rely on buffer name.
8321
8322 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8323 Use cal-tex-vspace.
8324 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8325 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8326 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8327 Use cal-tex-arg.
8328
8329 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8330 (cal-tex-cursor-week, cal-tex-cursor-week2)
8331 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8332 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8333 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8334 (cal-tex-insert-preamble, cal-tex-b-document)
8335 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8336 Improve cal-tex-cmd usage.
8337
8338 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8339 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8340 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8341 (cal-tex-weekly-paper): New function.
8342 (cal-tex-cursor-week, cal-tex-cursor-week2)
8343 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8344 (cal-tex-cursor-day): Use it.
8345
8346 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8347 (cal-tex-cursor-filofax-week): Remove leading blank page.
8348
8349 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8350 Add autoload cookie. For now at least, don't use color, since
8351 no other cal-tex function does.
8352
8353 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8354 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8355 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8356
8357 2012-08-21 Juri Linkov <juri@jurta.org>
8358
8359 * info.el (Info-file-attributes): New variable.
8360 (info-insert-file-contents): Add file attributes to
8361 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8362 `Info-toc-nodes' when previous modtime of the Info file is less
8363 than new modtime.
8364 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8365 of info.el. (Bug#12230)
8366
8367 2012-08-20 Glenn Morris <rgm@gnu.org>
8368
8369 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8370 * calendar/holidays.el (calendar-holiday-list):
8371 Report errors with display-warning rather than beep'n'sleep.
8372
8373 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8374
8375 * net/tramp.el (tramp-accept-process-output): Accept only output
8376 from PROC. Otherwise, process filters and sentinels might be
8377 confused. (Bug#12145)
8378
8379 2012-08-20 Chong Yidong <cyd@gnu.org>
8380
8381 * descr-text.el (describe-text-properties-1): Use overlays-in to
8382 report on empty overlays (Bug#3322).
8383
8384 2012-08-20 Glenn Morris <rgm@gnu.org>
8385
8386 * mail/rmailout.el (rmail-output-read-file-name):
8387 Trap and report errors in rmail-output-file-alist elements.
8388
8389 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8390 since most non-font-lock faces are not also variables).
8391
8392 2012-08-20 Edward Reingold <reingold@iit.edu>
8393
8394 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8395 New function. (Bug12160)
8396
8397 2012-08-19 Glenn Morris <rgm@gnu.org>
8398
8399 * mail/rmailout.el (rmail-output-read-file-name):
8400 Fix previous change (when the alist is nil or does not match).
8401
8402 2012-08-19 Chong Yidong <cyd@gnu.org>
8403
8404 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8405 (Bug#12228).
8406
8407 2012-08-18 Chong Yidong <cyd@gnu.org>
8408
8409 * simple.el (yank-handled-properties): New defcustom.
8410 (yank-excluded-properties): Add font-lock-face and category.
8411 (yank): Doc fix.
8412
8413 * subr.el (remove-yank-excluded-properties):
8414 Obey yank-handled-properties. The special handling of font-lock-face
8415 and category is now done this way, instead of being hard-coded.
8416 (insert-for-yank-1): Remove font-lock-face handling.
8417 (yank-handle-font-lock-face-property)
8418 (yank-handle-category-property): New function.
8419
8420 2012-08-17 Glenn Morris <rgm@gnu.org>
8421
8422 * mail/rmailout.el (rmail-output-read-file-name):
8423 Check rmail-output-file-alist against the full message body
8424 in the correct rmail buffer. (Bug#12214)
8425
8426 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8427
8428 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8429 Eliminate superfluous prompt. (Bug#12203)
8430
8431 2012-08-17 Chong Yidong <cyd@gnu.org>
8432
8433 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8434 font spec, set the font directly (Bug#3228).
8435
8436 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8437
8438 * window.el (delete-window): Fix last fix.
8439
8440 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8441
8442 * window.el (window-valid-p): Move to window.c.
8443 (window-child, window-child-count, window-last-child)
8444 (window-normalize-window, window-combined-p)
8445 (window-combinations, window-atom-root, window-min-size)
8446 (window-sizable, window-sizable-p, window-size-fixed-p)
8447 (window-min-delta, window-max-delta, window--resizable)
8448 (window--resizable-p, window-resizable, window-total-size)
8449 (window-full-height-p, window-full-width-p, window-body-size)
8450 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8451 (minimize-window, window-deletable-p, delete-window)
8452 (delete-other-windows, set-window-buffer-start-and-point)
8453 (next-buffer, previous-buffer, split-window, balance-windows-2)
8454 (set-window-text-height, window-buffer-height)
8455 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8456 (truncated-partial-width-window-p): Minor code adjustments.
8457 In doc-strings state whether the argument window has to denote a
8458 live, valid or any window.
8459
8460 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8461
8462 * progmodes/subword.el (subword-forward-function)
8463 (subword-backward-function, subword-forward-regexp)
8464 (subword-backward-regexp): New variables.
8465 (subword-forward, subword-forward-internal, subword-backward-internal):
8466 Use new variables, eg so that different "word" definitions
8467 can be easily used. (Bug#11411)
8468
8469 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8472 for composite selectors.
8473 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8474 operation just because we can't find a previous revision.
8475
8476 2012-08-15 Chong Yidong <cyd@gnu.org>
8477
8478 * frame.el (set-frame-font): Accept font objects.
8479
8480 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8483
8484 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8485
8486 * man.el (Man-overstrike-face, Man-underline-face)
8487 (Man-reverse-face): Remove variables.
8488 (Man-overstrike, Man-underline, Man-reverse): New faces.
8489 (Man-fontify-manpage): Use them instead of the variables.
8490 (Man-cleanup-manpage): Comment change.
8491 (Man-ansi-color-map): New variable.
8492 (Man-fontify-manpage): Use it.
8493 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8494
8495 Implement ANSI SGR parameters 22-27 (bug#12146).
8496 * ansi-color.el (ansi-colors): Doc fix.
8497 (ansi-color-context, ansi-color-context-region): Doc fix.
8498 (ansi-color--find-face): New function.
8499 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8500 Rename the local variable `face' to `codes' since it is now a list of
8501 ansi codes. Doc fix.
8502 (ansi-color-get-face): Remove.
8503 (ansi-color-parse-sequence): New function, derived from
8504 ansi-color-get-face.
8505 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8506 codes 22-27.
8507
8508 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * subr.el (read-passwd): Allow use from a minibuffer.
8511
8512 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8513
8514 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8515 inside comments and strings as identifiers.
8516
8517 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8518 expression to evaluate. This allows to evaluate expressions with
8519 embedded whitespace.
8520 (gud-tooltip-tips): Add a blank before the newline in the
8521 message-box text, for the benefit of message-box emulation on
8522 MS-Windows.
8523
8524 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8525 messages from GDB, pop them up in a tooltip to give feedback to
8526 user.
8527 (gdb-tooltip-print-1): Quote the expression to evaluate.
8528 This allows to evaluate expressions with embedded whitespace.
8529 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8530 if the TTY name is nil or empty (which happens when communicating
8531 with the inferior via pipes, e.g. on MS-Windows).
8532 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8533 don't send that to the GUD buffer.
8534
8535 2012-08-14 Glenn Morris <rgm@gnu.org>
8536
8537 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8538 Optimize away setq-default with no args, as for setq. (Bug#12195)
8539
8540 2012-08-14 Chong Yidong <cyd@gnu.org>
8541
8542 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8543
8544 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8545 (Bug#12085).
8546
8547 2012-08-14 Glenn Morris <rgm@gnu.org>
8548
8549 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8550
8551 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8552
8553 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8554 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8555 Use cached shell name.
8556
8557 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8558
8559 * progmodes/python.el (python-shell-send-string):
8560 (python-shell-send-setup-code): Do not use `format' with `message'.
8561
8562 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8563
8564 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8565 (ruby-percent-literal-beg-re): New constant.
8566 (ruby-syntax-general-delimiters-goto-beg): Rename to
8567 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8568 (ruby-syntax-propertize-general-delimiters): Rename to
8569 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8570 popular term. Adjust comments everywhere.
8571 (ruby-syntax-propertize-percent-literal): Only propertize when not
8572 inside a simple string or comment. When the literal is unclosed,
8573 leave the text after it unpropertized.
8574 (ruby-syntax-methods-before-regexp): New constant.
8575 (ruby-syntax-propertize-function): Use it to recognize regexps.
8576 Don't look at the text after regexp, just use the whitelist.
8577
8578 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8579
8580 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8581 non-nil always load the compiled file if it exists. (Bug#12197)
8582
8583 2012-08-14 Chong Yidong <cyd@gnu.org>
8584
8585 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8586 (hi-lock-set-pattern): When deciding whether to use font lock or
8587 overlays, look at font-lock-mode instead of font-lock-fontified
8588 (Bug#12168).
8589 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8590 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8591
8592 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8593
8594 * subr.el (internal--after-with-selected-window): Fix typo
8595 (Bug#12193).
8596
8597 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8598
8599 Use `completion-table-dynamic' for completion functions.
8600 * progmodes/python.el
8601 (python-shell-completion--do-completion-at-point)
8602 (python-shell-completion--get-completions):
8603 Remove functions.
8604 (python-shell-completion-complete-at-point): New function.
8605 (python-completion-complete-at-point): Use it.
8606
8607 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8608
8609 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8610 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8611
8612 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * subr.el (function-get): Refine `autoload' arg so it can also
8615 autoload functions for gv.el (bug#12191).
8616 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8617 autoloads macros.
8618
8619 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8620 Prefer pcase-let over destructuring-bind.
8621 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8622 Also, remove whitespace as we go, rather than after accumulating the
8623 various places.
8624
8625 * subr.el (internal--before-with-selected-window)
8626 (internal--after-with-selected-window): Fix typo seleted->selected.
8627 (with-selected-window): Adjust callers.
8628 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8629
8630 2012-08-13 Bastien Guerry <bzg@gnu.org>
8631
8632 * window.el (special-display-popup-frame): Minor docstring
8633 enhancement. (Bug#12172)
8634
8635 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8636
8637 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8638 type 1-6.
8639 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8640 extended headers.
8641
8642 * files.el (hack-local-variables-filter): Remove useless eval.
8643
8644 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8645
8646 * subr.el (with-selected-window): Fix last change.
8647
8648 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * subr.el (internal--before-with-seleted-window)
8651 (internal--after-with-seleted-window): New functions.
8652 (with-selected-window): Use them, to replace dependency on
8653 tty-top-frame.
8654
8655 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8656
8657 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8658 binding for `newline'.
8659 (ruby-move-to-block): When moving backward, stop at block opening,
8660 not indentation.
8661 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8662 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8663 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8664 `ruby-toggle-block'.
8665
8666 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * ibuffer.el (ibuffer-do-toggle-read-only):
8669 * dired.el (dired-toggle-read-only):
8670 * buff-menu.el (Buffer-menu-toggle-read-only):
8671 * bindings.el (mode-line-toggle-read-only):
8672 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8673
8674 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8675
8676 * descr-text.el (describe-char): Put the overlays over the
8677 "displayed as" character.
8678
8679 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8680
8681 * calc/calc-units.el (math-default-units-table): Give an
8682 initial value.
8683 (math-put-default-units): Add options to put composite units and
8684 unit systems in the default units table.
8685 (calc-convert-units): Send composite units to
8686 `math-put-default-units' when appropriate.
8687
8688 2012-08-11 Glenn Morris <rgm@gnu.org>
8689
8690 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8691
8692 * tutorial.el (help-with-tutorial):
8693 * emacs-lisp/copyright.el (copyright-update-directory):
8694 * emacs-lisp/autoload.el (autoload-find-generated-file)
8695 (autoload-find-file): Disable local eval: (for insurance).
8696
8697 * files.el (hack-local-variables-filter): If an eval: form is not
8698 known to be safe, and enable-local-variables is :safe, then ignore
8699 the form totally, as is done for non-eval forms. (Bug#12155)
8700 This is CVE-2012-3479.
8701
8702 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8705 (rx-form): Simplify.
8706
8707 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8708
8709 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8710 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8711 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8712 (ruby-syntax-propertize-function): Adjust for changes in
8713 `ruby-syntax-propertize-heredoc'.
8714
8715 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8716
8717 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8718 binding (use `M-;' instead).
8719 (ruby-singleton-class-p): New function.
8720 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8721
8722 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8725
8726 2012-08-10 Chong Yidong <cyd@gnu.org>
8727
8728 * progmodes/python.el (python-shell-get-process-name): Don't mess
8729 with same-window-buffer-names.
8730
8731 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8732 (eshell-remove-from-window-buffer-names): Make obsolete.
8733 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8734 (eshell): Just use pop-to-buffer-same-window instead.
8735
8736 2012-08-10 Chong Yidong <cyd@gnu.org>
8737
8738 * bindings.el: Bind M-= back to count-words-region.
8739
8740 * simple.el (count-words-region): Accept a prefix arg for acting
8741 on the entire buffer.
8742 (count-words--buffer-message): New helper function.
8743
8744 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8745
8746 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8747 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8748 (event-start, event-end): Use posn-at-point to return a more
8749 informative posn.
8750 (posnp): New function.
8751 * mouse.el (popup-menu-normalize-position): Use it.
8752
8753 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8754
8755 * mouse.el (popup-menu-normalize-position): New function.
8756 (popup-menu): Use `popup-menu-normalize-position' to normalize
8757 the form for POSITION argument.
8758
8759 * term/x-win.el (x-menu-bar-open):
8760 Use the value returend from (posn-at-point) as position
8761 passed to `popup-menu'.
8762
8763 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8764
8765 * calc/calccomp.el (math-compose-expr): Add extra argument
8766 indicating that parentheses should be put around products in
8767 denominators. Give multiplication precedence over division during
8768 composition.
8769
8770 2012-08-09 Chong Yidong <cyd@gnu.org>
8771
8772 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8773 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8774 (Man-untabify-command, manual-program): Convert to defcustom
8775 (Bug#10429).
8776
8777 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8778
8779 * descr-text.el (describe-char): Don't insert extra newlines
8780 (Bug#10127).
8781
8782 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8783 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8784
8785 * align.el (align-region): Delete temporary markers (Bug#10047).
8786 Plus some code cleanups.
8787
8788 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8789
8790 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8791 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8792 (python-shell-internal-last-output): Use make-local-variable
8793 instead of make-variable-buffer-local.
8794
8795 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8796
8797 * progmodes/python.el: Enhancements to forward-sexp.
8798 (python-nav-forward-sexp): Rename from
8799 python-nav-forward-sexp-function.
8800 (python-nav--forward-sexp, python-nav--backward-sexp):
8801 New functions.
8802
8803 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8804
8805 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8806 modes and simplification modes.
8807
8808 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8809
8810 * delsel.el (delete-selection-pre-hook): Don't propagate the
8811 file-supersession signals (bug#12161).
8812
8813 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8816 (cl-map-extents): Add compatibility aliases (bug#12135).
8817
8818 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8819
8820 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8821 tests by `ignore-error'.
8822 (tramp-find-shell): Open also a new shell, when cache is already
8823 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8824
8825 2012-08-08 Juri Linkov <juri@jurta.org>
8826
8827 * bookmark.el: Add `defaults' property to the bookmark record.
8828 (bookmark-current-buffer): Doc fix.
8829 (bookmark-make-record): Add `defaults' property with default values
8830 to the bookmark record.
8831 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8832 with `bookmark-insert-current-bookmark'.
8833 (bookmark-set): Get `defaults' property from the bookmark record
8834 and use it in `read-from-minibuffer'.
8835 (bookmark-insert-current-bookmark): Remove function.
8836
8837 * info.el (Info-bookmark-make-record): Add `defaults' property
8838 with values of canonical Info node name, the current Info file
8839 name and the current Info node name. (Bug#12107)
8840
8841 2012-08-08 Juri Linkov <juri@jurta.org>
8842
8843 * files.el (basic-save-buffer): Use `buffer-name' as the default
8844 of `read-file-name' when buffer is not visiting a file (bug#12128).
8845
8846 2012-08-08 Juri Linkov <juri@jurta.org>
8847
8848 * info.el (Info-isearch-search): Doc fix.
8849 (Info-search): Change search-failed message from "initial node" to
8850 "end of node" (bug#12078).
8851 (Info-isearch-search): Change `isearch-string-state' to
8852 `isearch--state-string'.
8853
8854 2012-08-08 Glenn Morris <rgm@gnu.org>
8855
8856 * language/persian.el: Remove file.
8857 * language/misc-lang.el: Move unique part of persian.el here.
8858 * loadup.el: Remove language/persian.
8859
8860 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8861
8862 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8863
8864 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8865
8866 * progmodes/python.el: Fix defsubst warning.
8867 (python-syntax-context) Rename from python-info-ppss-context.
8868 (python-syntax-context-type): Rename from
8869 python-info-ppss-context-type.
8870 (python-syntax-comment-or-string-p): Rename from
8871 python-info-ppss-comment-or-string-p.
8872
8873 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8874
8875 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8876
8877 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8878
8879 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8880 a defcustom that is quoted with backquote.
8881
8882 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8883 Fix handling of interactive spec when the body uses return.
8884 (math-do-arg-check, math-define-function-body): Use backquote forms.
8885 * calc/calc-ext.el (math-defcache): Likewise.
8886 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8887 * allout.el (allout-new-exposure): Likewise.
8888 * calc/calcalg2.el (math-tracing-integral): Likewise.
8889 * info.el (Info-last-menu-item): Likewise.
8890 * emulation/vip.el (vip-loop): Likewise.
8891 * textmodes/artist.el (artist-funcall): Likewise.
8892 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8893 Construct menu-item directly.
8894
8895 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8896 Don't declare.
8897
8898 2012-08-07 Chong Yidong <cyd@gnu.org>
8899
8900 * simple.el (deactivate-mark): Preserve text properties when
8901 saving the primary selection (Bug#8384).
8902
8903 2012-08-07 Kevin Ryde <user42@zip.com.au>
8904
8905 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8906 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8907 and continue processing (Bug#12110).
8908
8909 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8912 syntax-propertize-function (bug#10095).
8913
8914 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8917 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8918 describe-function-1.
8919 (describe-function-1): Use them. Move compiler macro after sig.
8920 (help-fns--compiler-macro): Use function-get. Assume we're already in
8921 standard-output. Adjust layout to new call order.
8922
8923 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8924 re-binding a symbol that has a symbol-macro (bug#12119).
8925
8926 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8927
8928 * language/persian.el: New file. (Bug#11812)
8929 * loadup.el: Add language/persian.el.
8930
8931 2012-08-06 Chong Yidong <cyd@gnu.org>
8932
8933 * window.el (window--maybe-raise-frame): New function.
8934 (window--display-buffer): Split off from here.
8935 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8936 (display-buffer-pop-up-window, display-buffer-use-some-window):
8937 Obey an inhibit-switch-frame action alist entry.
8938 (display-buffer): Update doc.
8939
8940 * replace.el (occur-after-change-function): Avoid losing focus by
8941 using the inhibit-switch-frame display parameter (Bug#12139).
8942
8943 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8944
8945 Make internal shell process buffer names start with space.
8946 * progmodes/python.el (python-shell-make-comint): Add optional
8947 argument INTERNAL.
8948 (run-python-internal): Use it.
8949 (python-shell-internal-get-or-create-process): Check for new
8950 internal buffer names.
8951
8952 2012-08-06 Glenn Morris <rgm@gnu.org>
8953
8954 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8955 Do less getting and setting of environment variables.
8956
8957 2012-08-05 Chong Yidong <cyd@gnu.org>
8958
8959 * proced.el (proced): Add substitution string to docstring to
8960 trigger autoloading of the proced library on C-h f (Bug#1768).
8961
8962 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8963 Don't show defvars which have no second argument (Bug#8638).
8964
8965 * imenu.el (imenu-generic-expression): Move documentation here
8966 from imenu--generic-function.
8967 (imenu--generic-function): Refer to imenu-generic-expression.
8968
8969 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
8970
8971 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8972 indentation declaration.
8973 (viper-loop): Add indentation declaration (Bug#7025).
8974
8975 2012-08-05 Chong Yidong <cyd@gnu.org>
8976
8977 * help-fns.el (describe-variable): Add hyperlink for
8978 directory-local variables files. Improve buffer-local and
8979 permanent-local reporting; suggested by MON KEY (Bug#6644).
8980
8981 * help-mode.el (help-dir-local-var-def): New button type.
8982
8983 * files.el (kill-buffer-hook): Provide a defvar.
8984
8985 2012-08-05 Glenn Morris <rgm@gnu.org>
8986
8987 * eshell/esh-ext.el (eshell/addpath):
8988 Also update eshell-path-env. (Bug#12013)
8989
8990 2012-08-05 Chong Yidong <cyd@gnu.org>
8991
8992 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8993
8994 * fringe.el (fringe-styles): Add docstring.
8995 (fringe--check-mode): New function.
8996 (set-fringe-mode, set-fringe-style): Use it.
8997 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8998
8999 * files.el (set-auto-mode): Fix invalid setq call.
9000
9001 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9002
9003 * isearch.el: Misc simplification; use defstruct.
9004 (isearch-mode-map): Dense maps now work like sparse ones.
9005 (isearch--state): New defstruct.
9006 (isearch-string-state, isearch-message-state, isearch-point-state)
9007 (isearch-success-state, isearch-forward-state)
9008 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9009 (isearch-wrapped-state, isearch-barrier-state)
9010 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9011 replaced by defstruct's accessors.
9012 (isearch--set-state): Rename from isearch-top-state and change
9013 calling convention.
9014 (isearch-push-state): Use new isearch--get-state.
9015 (isearch-toggle-word): Disable regexp when enabling word.
9016 (isearch-message-prefix): Remove unused arg _c-q-hack.
9017 (isearch-message-suffix): Remove unused arg _ellipsis.
9018
9019 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9020
9021 * simple.el (list-processes--refresh): For a server use :host or
9022 :local as the address.
9023 (list-processes): Doc fix.
9024
9025 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9026
9027 * lisp/mpc.el: Support password in host argument.
9028 (mpc--proc-connect): Parse and use new password element.
9029 Set mpc-proc variable instead of returning process.
9030 (mpc-proc): Adjust accordingly.
9031
9032 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9033
9034 * whitespace.el (whitespace-display-mappings): Use Unicode
9035 codepoints, instead of emacs-mule codepoints. See
9036 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9037 for the details.
9038
9039 * files.el (file-truename): Don't skip symlink-chasing part on
9040 windows-nt. Incorporate the resolution of 8+3 short aliases on
9041 Windows into the loop that recursively chases symlinks.
9042 Compare directory and its parent case-insensitively on MS-Windows and
9043 MS-DOS.
9044
9045 2012-08-03 Chong Yidong <cyd@gnu.org>
9046
9047 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9048
9049 * sort.el (sort-regexp-fields): Doc fix.
9050
9051 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9052
9053 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9054 labels regex position point at the expected place.
9055
9056 2012-08-03 MON KEY <monkey@sandpframing.com>
9057
9058 * net/imap.el (imap-interactive-login, imap-authenticate)
9059 (imap-mailbox-lsub, imap-mailbox-list)
9060 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9061 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9062 (imap-parse-response): Doc fix.
9063
9064 2012-08-03 João Távora <joaotavora@gmail.com>
9065
9066 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9067 if sexp scanning does not move point (Bug#5734).
9068
9069 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9070
9071 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9072 Add listings, minted, and ctable packages.
9073 (reftex-label-alist-builtin): Move listings, minted, and ctable
9074 entries before LaTeX.
9075 (reftex-label-alist): Docfix.
9076
9077 2012-08-02 Bastien Guerry <bzg@gnu.org>
9078
9079 * replace.el (occur): Fix docstring (bug#12122).
9080
9081 2012-08-02 Glenn Morris <rgm@gnu.org>
9082
9083 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9084
9085 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9086
9087 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9088 * international/mule-cmds.el: Create
9089 inactivate-current-input-method-function as an obsolete alias for
9090 deactivate-current-input-method-function. See Katsumi Yamaoka in
9091 <http://bugs.gnu.org/10150#46>.
9092
9093 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9094
9095 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9096 of nested `if's.
9097
9098 2012-08-01 Glenn Morris <rgm@gnu.org>
9099
9100 * progmodes/autoconf.el (autoconf-definition-regexp):
9101 Add AH_TEMPLATE, adjust submatch numbering.
9102 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9103 (autoconf-current-defun-function): Update for above change.
9104 (autoconf-current-defun-function): First skip to end of current word.
9105
9106 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9107
9108 * calendar/cal-html.el (cal-html-insert-agenda-days):
9109 Fix typo. (Bug#12018)
9110
9111 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9112
9113 Shell processes: enhancements to startup and CEDET compatibility.
9114 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9115 (python-shell-make-comint): accept-process-output at startup.
9116 (run-python-internal): Set inferior-python-mode-hook to nil.
9117 (python-shell-internal-get-or-create-process): call sit-for.
9118 (python-preoutput-result): Add obsolete alias.
9119 (python-shell-internal-send-string): Use it.
9120 (python-shell-send-setup-code): Remove call to
9121 accept-process-output.
9122
9123 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9124
9125 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9126 (Bug#12108)
9127
9128 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9129
9130 * calc-mode.el (calc-basic-simplification-mode): Rename from
9131 `calc-limited-simplification-mode'.
9132 (calc-alg-simplification-mode): New function.
9133 (calc-set-simplify-mode): Adjust message.
9134
9135 * calc.el (calc-set-mode-line): Adjust mode line display for
9136 basic simplification mode.
9137
9138 * calc-help.el (calc-m-prefix-help): Update help message.
9139
9140 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9141 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9142
9143 2012-07-31 Bastien Guerry <bzg@gnu.org>
9144
9145 * man.el (man): Fix comment. (bug#12101)
9146
9147 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9148
9149 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9150 Don't return a non-nil value when no suitable buffer was found.
9151
9152 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9153
9154 * progmodes/python.el (run-python-internal): Disable font lock for
9155 internal shells.
9156
9157 2012-07-30 Stefan Merten <smerten@oekonux.de>
9158
9159 * textmodes/rst.el: Silence `checkdoc-ispell'.
9160 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9161 (rst-official-version, rst-official-cvs-rev)
9162 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9163 (rst-mode-map): New key binding.
9164
9165 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9166
9167 Update .PHONY listings in makefiles.
9168 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9169 autoloads, update-subdirs, updates, bzr-update, update-authors,
9170 compile-onefile, compile-calc, backup-compiled-files,
9171 compile-after-backup, compile-one-process, mh-autoloads,
9172 bootstrap-clean, distclean, maintainer-clean.
9173
9174 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9175
9176 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9177 (calc-set-mode-line): Don't display "AlgSimp ".
9178
9179 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9180 (calc-lim-simplify-mode): New function.
9181 (calc-set-simplify-mode): Default to 'alg.
9182 (calc-default-simplify-mode): Make algebraic simplifications
9183 the default.
9184
9185 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9186 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9187
9188 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9189 indicate new simplification modes.
9190
9191 * calc/README: Mention new default simplification mode.
9192
9193 * calc/calc.el (math-normalize-error): New variable.
9194 (math-normalize): Set `math-normalize-error' to t
9195 when there's an error.
9196
9197 * calc/calc-alg.el (math-simplify): Don't simplify when
9198 `math-normalize' returns an error.
9199
9200 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9201
9202 * international/mule-cmds.el (set-locale-environment): Revert last
9203 change, since display-graphic-p returns nil when this function is
9204 called during startup. Instead...
9205
9206 * term/w32console.el (terminal-init-w32console): ...setup the
9207 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9208
9209 2012-07-29 Juri Linkov <juri@jurta.org>
9210
9211 * simple.el (goto-line): Don't display default line number in the
9212 prompt because it should be displayed by `read-number' (bug#9952).
9213 Add the current line number to the defaults of `goto-line' to
9214 allow its easier modification by users with `M-n' (bug#9201).
9215
9216 * subr.el (read-number): Support multiple default values like in
9217 other minibuffer reading functions. Replace `read' with
9218 `string-to-number' for consistency with `number-to-string'.
9219
9220 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9221
9222 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9223 * emulation/viper-init.el (viper-deactivate-input-method-action):
9224 Rename from viper-inactivate-input-method-action.
9225 (viper-deactivate-input-method):
9226 Rename from viper-inactivate-input-method.
9227 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9228 * international/mule-cmds.el (deactivate-input-method):
9229 Rename from inactivate-input-method.
9230 Also run input-method-deactivate-hook.
9231 (deactivate-current-input-method-function):
9232 Rename from inactivate-current-input-method-function.
9233 (input-method-deactivate-hook): New hook.
9234 (input-method-inactivate-hook): Mark obsolete.
9235 (inactivate-input-method): Mark obsolete.
9236
9237 * international/quail.el (quail-activate):
9238 Also run quail-deactivate-hook.
9239 (quail-deactivate): Rename from quail-inactivate.
9240 * international/robin.el (robin-activate):
9241 Also run robin-deactivate-hook.
9242 (robin-deactivate): Rename from robin-inactivate.
9243
9244 2012-07-29 Chong Yidong <cyd@gnu.org>
9245
9246 * simple.el (indicate-copied-region): New function.
9247 (kill-ring-save): Split off from here.
9248
9249 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9250 (kill-rectangle): Set deactivate-mark to t on read-only error.
9251
9252 * register.el (copy-to-register, copy-rectangle-to-register):
9253 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9254 (append-to-register, prepend-to-register): Call indicate-copied-region.
9255
9256 2012-07-29 Juri Linkov <juri@jurta.org>
9257
9258 * simple.el (async-shell-command-buffer): New defcustom.
9259 (shell-command): Use it. (Bug#4719)
9260
9261 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9262
9263 * international/mule-cmds.el (set-locale-environment): In a
9264 console session on MS-Windows, set up keyboard and terminal
9265 encoding from the OEM codepage, not the ANSI codepage.
9266 (Bug#12055)
9267
9268 2012-07-28 Chong Yidong <cyd@gnu.org>
9269
9270 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9271 gdb-get-location.
9272
9273 2012-07-28 Leo Liu <sdl.web@gmail.com>
9274
9275 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9276 the alist (bug#12029).
9277
9278 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9279
9280 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9281 (compile-always, compile-first)
9282 ($(lisp)/calendar/cal-loaddefs.el)
9283 ($(lisp)/calendar/diary-loaddefs.el)
9284 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9285 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9286 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9287 instead of on update-subdirs.
9288 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9289
9290 2012-07-28 Chong Yidong <cyd@gnu.org>
9291
9292 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9293 directory if vc-deduce-backend returns nil (Bug#7350).
9294
9295 * simple.el (delete-trailing-lines): New option.
9296 (delete-trailing-whitespace): Obey it (Bug#11879).
9297
9298 2012-07-28 David Engster <deng@randomsample.de>
9299
9300 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9301 Explanation of new 'symbol-qnames feature in doc-strings.
9302 (xml-maybe-do-ns): Return expanded names as plain symbols if
9303 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9304 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9305
9306 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9307
9308 Consistent completion in inferior python with emacs -nw.
9309 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9310 binding in inferior-python-mode-map with "\t".
9311 (python-shell-completion-complete-at-point)
9312 (python-completion-complete-at-point): Remove interactive spec.
9313
9314 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9315
9316 * calc/calccomp.el (math-compose-expr): Undo previous change.
9317
9318 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9319
9320 * progmodes/python.el (python-mode-map): Add keybinding for
9321 run-python.
9322 (python-shell-make-comint): Fix pop-to-buffer call.
9323 (run-python): Autoload. New arg SHOW.
9324 (python-shell-get-or-create-process): Do not pop python process
9325 buffer.
9326
9327 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9328
9329 * notifications.el (notifications-on-action-signal)
9330 (notifications-on-closed-signal): Use also the bus address for the map.
9331 (notifications-notify, notifications-close-notification)
9332 (notifications-get-capabilities): Add optional argument BUS.
9333
9334 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9335
9336 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9337 Add support for the lstlisting and minted environments, and for the
9338 ctable macro.
9339 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9340 labels written in keyvals syntax.
9341
9342 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9343
9344 * calc/calccomp.el (math-compose-expr): Use parentheses when
9345 there is a product in the denominator of a fraction.
9346
9347 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9348
9349 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9350 ($(lisp)/calendar/diary-loaddefs.el)
9351 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9352 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9353 Fixes failures in parallel bootstrap because subdirs.el is being
9354 rewritten while the autoload files are built at the same time,
9355 which needs to load subdirs.el.
9356
9357 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9358
9359 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9360 (mouse-drag-line): Don't exit tracking when a switch-frame or
9361 switch-window event occurs (Bug#12006).
9362
9363 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * mouse.el (popup-menu): Fix last change.
9366
9367 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 Autoload from Lisp with more care. Follow aliases when looking for
9370 function properties.
9371 * subr.el (autoloadp): New function.
9372 (symbol-file): Use it.
9373 (function-get): New function.
9374 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9375 autoload-do-load.
9376 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9377 (lisp-indent-function):
9378 * emacs-lisp/gv.el (gv-get):
9379 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9380 * emacs-lisp/byte-opt.el (byte-optimize-form):
9381 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9382 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9383 Use function-get.
9384 * emacs-lisp/cl.el: Don't propagate function properties any more.
9385
9386 * speedbar.el (speedbar-add-localized-speedbar-support):
9387 * emacs-lisp/disass.el (disassemble-internal):
9388 * desktop.el (desktop-load-file):
9389 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9390 (describe-function-1):
9391 * emacs-lisp/find-func.el (find-function-noselect):
9392 * emacs-lisp/elp.el (elp-instrument-function):
9393 * emacs-lisp/advice.el (ad-has-proper-definition):
9394 * apropos.el (apropos-safe-documentation, apropos-macrop):
9395 * emacs-lisp/debug.el (debug-on-entry):
9396 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9397 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9398 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9399
9400 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9401
9402 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9403 function, not an obsolete variable (Bug#12046).
9404
9405 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9406
9407 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9408
9409 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9410
9411 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9412 window only if it is still live (Bug#12034).
9413
9414 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9415
9416 * subr.el (redirect-frame-focus): Add advertised calling
9417 convention (Bug#12030).
9418
9419 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9420
9421 Prefer typical American spelling for "acknowledgment".
9422 * vc/add-log.el (change-log-acknowledgment): Rename from
9423 change-log-acknowledgement, with an alias for the old name.
9424
9425 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9426
9427 * calc-alg.el (math-simplify-divide): Don't cross multiply
9428 in an equation when the lhs is a variable.
9429
9430 2012-07-24 Julien Danjou <julien@danjou.info>
9431
9432 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9433 Remove, unused.
9434
9435 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9436
9437 * startup.el (command-line): Don't display an empty user name in
9438 the error message about non-existent home directory, when
9439 init-file-user was set to an empty string. See
9440 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9441 for the details and context.
9442
9443 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9444
9445 * ses.el (ses-cell-formula-aset): New macro.
9446 (ses-cell-references-aset): New macro.
9447 (ses-cell-p): New function.
9448 (ses-rename-cell): Do no longer rely on complex operations like
9449 ses-cell-set-formula or ses-set-cell to change the cell and handle
9450 the undo at the same time, but rather use lower level new macros
9451 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9452 the undo directly. Refresh the mode line.
9453
9454 2012-07-21 Leo Liu <sdl.web@gmail.com>
9455
9456 * progmodes/cc-cmds.el (c-defun-name):
9457 Use match-string-no-properties instead for consistency.
9458
9459 2012-07-20 Leo Liu <sdl.web@gmail.com>
9460
9461 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9462 (Bug#7879)
9463
9464 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9465
9466 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9469 * progmodes/bug-reference.el, misearch.el: Provide themselves
9470 (bug#11915).
9471
9472 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9473 of narrowed buffer (bug#11966).
9474
9475 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9476
9477 * ses.el (ses-rename-cell): Set new name also in reference list of
9478 cells of which the renamed cell depends.
9479
9480 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9481
9482 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9483 to check whether menu-bar is shown or not. If not shown,
9484 show the menu-bar as a popup menu instead of using tmm.
9485 * mouse.el (popup-menu): Accept `point' as `position' argument.
9486
9487 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9488
9489 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9490 up inside string symbol literal (bug#11923).
9491
9492 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9493
9494 * startup.el (fancy-startup-text): Read the whole tutorial, not
9495 just its first 256 bytes. Prevents gibberish in display of the
9496 tutorial title.
9497
9498 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9499
9500 Drop idle buffer compaction due to an absence of the
9501 proved efficiency.
9502 * compact.el: Remove.
9503
9504 2012-07-19 Sam Steingold <sds@gnu.org>
9505
9506 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9507 vc-bzr-pull & vc-bzr-merge-branch.
9508 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9509 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9510 for consistency with compilation-error-regexp-alist.
9511 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9512 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9513 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9514 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9515
9516 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * emacs-lisp/chart.el: Use lexical-binding.
9519 (chart-emacs-storage): Don't hardcode the list of entries.
9520
9521 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9522
9523 Next round of tweaks caused by Fgarbage_collect changes.
9524 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9525
9526 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9527
9528 Compact buffers when idle.
9529 * compact.el: New file.
9530
9531 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * subr.el (eventp): Presume that if it looks vaguely like an event,
9534 it's an event (bug#10190).
9535
9536 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9537
9538 Enhancements to ppss related code (thanks Stefan).
9539 * progmodes/python.el (python-indent-context)
9540 (python-indent-calculate-indentation, python-indent-dedent-line)
9541 (python-indent-electric-colon, python-nav-forward-block)
9542 (python-mode-abbrev-table)
9543 (python-info-assignment-continuation-line-p): Simplify checks
9544 for ppss context.
9545 (python-info-continuation-line-p): Cleanup.
9546 (python-info-ppss-context): Do not catch 'quote.
9547 (python-info-ppss-context-type)
9548 (python-info-ppss-comment-or-string-p): Simplify.
9549
9550 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9551
9552 * progmodes/python.el: Enhancements to eldoc support.
9553 (python-info-current-symbol): New function.
9554 (python-eldoc-at-point): Use python-info-current-symbol.
9555 (python-info-current-defun): Fix cornercase on first defun scan.
9556 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9557 and signal error when no inferior python process is available.
9558
9559 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9560
9561 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9562 assume it's always t.
9563 (vc-git-registered): Remove caching, the function is only called
9564 once.
9565 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9566
9567 2012-07-18 Chong Yidong <cyd@gnu.org>
9568
9569 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9570
9571 * simple.el (count-words): Report on narrowing (Bug#9959).
9572
9573 * bindings.el: Bind M-= to count-words.
9574
9575 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9576
9577 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9578
9579 * progmodes/sh-script.el (sh-imenu-generic-expression):
9580 Capture a function with `function' keyword and without parentheses
9581 like "function FOO" (bug#11856).
9582
9583 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9584
9585 * window.el (split-window-sensibly): Make WINDOW argument
9586 optional.
9587
9588 2012-07-18 Chong Yidong <cyd@gnu.org>
9589
9590 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9591
9592 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9593 and make C-x 8 RET exit isearch (Bug#11439).
9594
9595 * international/iso-transl.el: Move isearch-mode-map key
9596 definitions to isearch.el.
9597
9598 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9601 (eieio-defclass): Use gv-define-setter when possible.
9602
9603 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9604
9605 Reflect recent changes in Fgarbage_collect.
9606 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9607 reflect new format of data returned by Fgarbage_collect.
9608
9609 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9610
9611 New utility functions + python-info-ppss-context fix (Bug#11910).
9612 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9613 (python-info-ppss-comment-or-string-p): New functions.
9614 (python-info-ppss-context): Small fix for string check.
9615
9616 2012-07-17 Juri Linkov <juri@jurta.org>
9617
9618 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9619 (dired-do-async-shell-command): Don't add `*' at the end of the
9620 command (Bug#11815).
9621 (dired-do-shell-command): Doc fix.
9622 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9623 Join the individual commands using either "&" or ";" as the
9624 separator depending on the values of these trailing characters.
9625 At the end re-add the trailing "&". (Bug#10598)
9626
9627 * simple.el (async-shell-command): Sync the interactive spec with
9628 `shell-command'. Doc fix.
9629 (shell-command): Doc fix.
9630
9631 2012-07-17 Juri Linkov <juri@jurta.org>
9632
9633 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9634
9635 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9636
9637 Final renames and doc fixes for movement commands (bug#11899).
9638 * progmodes/python.el (python-nav-beginning-of-statement):
9639 Rename from python-nav-statement-start.
9640 (python-nav-end-of-statement): Rename from
9641 python-nav-statement-end.
9642 (python-nav-beginning-of-block): Rename from
9643 python-nav-block-start.
9644 (python-nav-end-of-block): Rename from python-nav-block-end.
9645
9646 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9647
9648 * progmodes/python.el (python-shell-send-string-no-output):
9649 Allow accept-process-output to quit, keeping shell process ready for
9650 future interactions (Bug#11868).
9651
9652 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9655
9656 * emacs-lisp/elint.el (elint-find-args-in-code):
9657 Use help-function-arglist, so as to handle lexical byte-code.
9658
9659 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9660 change (bug#11826).
9661
9662 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9665 Avoid spuriously marking the buffer as modified because of c-is-sws.
9666
9667 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9668 as not-a-comment (bug#11946).
9669
9670 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9671 for uninterned vars.
9672
9673 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9674 Use read-event since we don't really want to read chars but bytes.
9675
9676 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9677 $$..$$ but also $..$ using regexps (bug#11953).
9678 Use tex-verbatim for \url and \path.
9679 (tex-font-lock-keywords): Define as defconst like the others.
9680 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9681
9682 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9683
9684 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9685 alias for insert-char.
9686
9687 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9688
9689 * progmodes/python.el: Simplified imenu implementation.
9690 (python-nav-jump-to-defun): Remove command.
9691 (python-mode-map): Use `imenu' instead.
9692 (python-nav-list-defun-positions-cache)
9693 (python-imenu-include-defun-type, python-imenu-make-tree)
9694 (python-imenu-subtree-root-label, python-imenu-index-alist):
9695 Remove vars.
9696 (python-nav-list-defun-positions, python-nav-read-defun)
9697 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9698 (python-imenu-make-tree, python-imenu-create-index):
9699 Remove functions.
9700 (python-mode): Update to interact with imenu by setting
9701 `imenu-extract-index-name-function' only.
9702
9703 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9704
9705 * progmodes/python.el: Enhancements to navigation commands.
9706 (python-nav-backward-sentence)
9707 (python-nav-forward-sentence): Remove.
9708 (python-nav-backward-statement, python-nav-forward-statement)
9709 (python-nav-statement-start, python-nav-statement-end)
9710 (python-nav-backward-block, python-nav-forward-block)
9711 (python-nav-block-start, python-nav-block-end)
9712 (python-nav-forward-sexp-function)
9713 (python-info-current-line-comment-p)
9714 (python-info-current-line-empty-p): New functions.
9715 (python-indent-context): Use `python-nav-statement-start'.
9716
9717 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9718
9719 * eshell/em-ls.el (eshell/ls): Use `apply'.
9720
9721 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9722 multi-hops, instead of Tramp internals.
9723
9724 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9725
9726 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9727 when F1 and F2 are located on different hosts.
9728
9729 2012-07-14 Chong Yidong <cyd@gnu.org>
9730
9731 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9732 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9733 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9734 (xterm-mouse--read-event-sequence-1000)
9735 (xterm-mouse--read-event-sequence-1006): New functions. For old
9736 mouse protocol, handle M-mouse-X events correctly.
9737 (xterm-mouse-event): New arg specifying mouse protocol.
9738 (turn-on-xterm-mouse-tracking-on-terminal)
9739 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9740 sequence to toggle extended coordinates on newer XTerms.
9741 This appears to be harmless on terminals which do not support this.
9742
9743 2012-07-14 Leo Liu <sdl.web@gmail.com>
9744
9745 Add fringe bitmap indicators for flymake. (Bug#11253)
9746 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9747 (flymake-make-overlay): New arg BITMAP.
9748 (flymake-error-bitmap, flymake-warning-bitmap)
9749 (flymake-fringe-indicator-position): New user variables.
9750
9751 * fringe.el: New bitmap exclamation-mark.
9752
9753 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9754
9755 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9756 also (Bug#7879).
9757
9758 2012-07-14 Chong Yidong <cyd@gnu.org>
9759
9760 * electric.el (electric-pair-post-self-insert-function): Fix pair
9761 insertion in empty-region case (Bug#11520).
9762
9763 2012-07-14 Chong Yidong <cyd@gnu.org>
9764
9765 * bindings.el: Consolidate ctl-x-r-map bindings.
9766 Bind copy-rectangle-as-kill to C-x r w.
9767
9768 * rect.el, register.el: Move bindings to bindings.el.
9769
9770 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9771
9772 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9773
9774 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9775
9776 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9777
9778 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9779
9780 * bindings.el (top): Use `mapc' instead of `mapcar'.
9781
9782 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9783
9784 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9785
9786 * progmodes/sql.el (sql-comint): Suppress the check for program on
9787 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9788 (Bug#11908)
9789
9790 2012-07-13 Chong Yidong <cyd@gnu.org>
9791
9792 * bindings.el: Assign a non-nil permanent-local property to
9793 per-buffer variables which lack a default value (Bug#11930).
9794
9795 * help-fns.el (describe-variable): In the "automatically becomes
9796 local" notice, take note of permanent-local variables.
9797
9798 2012-07-13 Chong Yidong <cyd@gnu.org>
9799
9800 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9801 to allow printing the message when called from Lisp.
9802
9803 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9804 Remove toggle-read-only.
9805
9806 * bs.el (bs-toggle-readonly):
9807 * buff-menu.el (Buffer-menu-toggle-read-only):
9808 Remove with-no-warnings around toggle-read-only.
9809
9810 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9811 Remove with-no-warnings around toggle-read-only.
9812 (ffap-read-only, ffap-read-only-other-window)
9813 (ffap-read-only-other-frame): Callers changed.
9814
9815 * help-mode.el: Don't require view package.
9816 (help-mode-finish): Set buffer-read-only instead of calling
9817 toggle-read-only.
9818
9819 * bindings.el (mode-line-toggle-read-only):
9820 * dired.el (dired-toggle-read-only):
9821 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9822 with non-nil second arg.
9823
9824 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9825 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9826 directly.
9827
9828 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9829
9830 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9831 not incf.
9832
9833 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 More CL cleanups and reduction of use of cl.el.
9836 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9837 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9838 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9839 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9840 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9841 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9842 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9843 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9844 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9845 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9846 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9847 * eshell/em-cmpl.el, eshell/em-banner.el:
9848 * calendar/parse-time.el: Use cl-lib.
9849 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9850 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9851 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9852 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9853 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9854 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9855 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9856 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9857 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9858 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9859 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9860 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9861 `lambda' rather than with `quote'.
9862 (eshell-do-opt): Adjust accordingly.
9863 (eshell-process-option): Simplify.
9864 * eshell/esh-var.el:
9865 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9866 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9867 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9868 to `pcase--dontcare'.
9869 * emacs-lisp/cl.el (labels): Mark obsolete.
9870 (cl--letf, letf): Move to cl-lib.
9871 (cl--letf*, letf*): Remove.
9872 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9873 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9874 (cl-progv): Rewrite.
9875 (cl--letf, cl-letf): Move from cl.el.
9876 (cl-letf*): New macro.
9877 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9878
9879 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9880
9881 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9882
9883 2012-07-11 Chong Yidong <cyd@gnu.org>
9884
9885 * vc/log-edit.el (log-edit-vc-backend): New variable.
9886 (log-edit): Doc fix.
9887
9888 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9889 argument of log-edit to set up all local variables.
9890 (vc-start-logentry): New optional arg specifying VC backend.
9891
9892 * vc/vc.el (vc-checkin): Use it.
9893 (vc-deduce-fileset): Handle Log Edit buffers.
9894 (vc-diff): Make first argument optional too.
9895
9896 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9897
9898 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9899
9900 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9901 command, just in case. The function is not needed anymore.
9902 (eshell-external-command): Do not call `eshell-remote-command'.
9903
9904 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9905
9906 Reduce use of (require 'cl).
9907 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9908 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9909 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9910 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9911 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9912 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9913 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9914 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9915 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9916 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9917 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9918 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9919 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9920 (byte-compile-unfold-bcf, byte-compile-check-variable):
9921 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9922 (byte-compile-nilconstp):
9923 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9924 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9925
9926 * emacs-lisp/gv.el (cond): Make it a valid place.
9927 (if): Simplify slightly.
9928
9929 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9930 (pcase--self-quoting-p): New function.
9931 (pcase--u1): Use it.
9932
9933 2012-07-10 Glenn Morris <rgm@gnu.org>
9934
9935 * emacs-lisp/authors.el (authors-fixed-entries):
9936 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9937
9938 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9939
9940 Rename configure.in to configure.ac (Bug#11603).
9941 * emacs-lisp/authors.el (authors-canonical-file-name):
9942 * progmodes/autoconf.el (autoconf-mode):
9943 Prefer configure.ac to configure.in.
9944
9945 2012-07-08 Chong Yidong <cyd@gnu.org>
9946
9947 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9948 Implement the mouse-1-click-follows-link handling properly.
9949
9950 * info.el (Info-link-keymap): Use follow-link mechanism for
9951 header-line links (Bug#374).
9952
9953 * simple.el (deactivate-mark): Do not set the primary selection
9954 if another program has acquired it (Bug#11772).
9955
9956 2012-07-07 Kevin Ryde <user42@zip.com.au>
9957
9958 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9959 (woman-decode-region): Replace escaped-escapes without destroying
9960 bold or underline (Bug#11552).
9961 (woman2-process-escapes): Handle nofill regions (Bug#11591).
9962
9963 2012-07-07 Chong Yidong <cyd@gnu.org>
9964
9965 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9966 (interprogram-cut-function, interprogram-paste-function):
9967 Mention that we typically mean the clipboard.
9968
9969 2012-07-06 Glenn Morris <rgm@gnu.org>
9970
9971 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
9972
9973 * files.el (toggle-read-only): Restrict message to interactive use.
9974
9975 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
9976
9977 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9978
9979 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9980
9981 2012-07-06 Glenn Morris <rgm@gnu.org>
9982
9983 * Makefile.in (compile-one-process): Rename from "recompile".
9984
9985 * Makefile.in (bzr-update): "compile" is the same as "recompile
9986 autoloads", but parallelizable, so use that instead.
9987
9988 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
9989
9990 * window.el (quit-window): Always restore window height when
9991 it's saved in quit-restore parameter (Bug#11810).
9992
9993 2012-07-06 Glenn Morris <rgm@gnu.org>
9994
9995 * simple.el (kill-whole-line): Doc tweak.
9996
9997 2012-07-06 Eli Zaretskii <eliz@gnu.org>
9998
9999 * files.el (file-relative-name): Compare file names
10000 case-insensitively if on MS-Windows or MS-DOS, or if
10001 read-file-name-completion-ignore-case is non-nil. Don't use
10002 case-fold-search for this purpose. (Bug#11827)
10003
10004 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10005
10006 * calendar/cal-dst.el (calendar-current-time-zone):
10007 Return calendar-current-time-zone-cache if non-nil.
10008
10009 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10010 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10011
10012 * calendar/cal-dst.el (calendar-current-time-zone):
10013 Return calendar-current-time-zone-cache if non-nil.
10014
10015 2012-07-06 Glenn Morris <rgm@gnu.org>
10016
10017 * Makefile.in (cvs-update): Remove old alias.
10018
10019 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10020
10021 Sync with Tramp 2.2.6-pre.
10022
10023 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10024 compatible declaration.
10025
10026 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10027 Protect `list-load-path-shadows' call.
10028
10029 * net/tramp-compat.el (top): Require packages, which aren't
10030 autoloaded anymore for XEmacs. Protect call of
10031 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10032 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10033 it hurts at least for SXEmacs.
10034 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10035 standard-value for `temporary-file-directory'.
10036
10037 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10038 Redirect stderr to /dev/null.
10039 (tramp-sh-handle-write-region): uid and gid can be floats.
10040 Reported by Russell Sim <russell.sim@gmail.com>.
10041 (tramp-sh-handle-vc-registered): Hide errors.
10042 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10043 and `start-file-process'.
10044 (tramp-maybe-open-connection): Check also whether `non-essential'
10045 is bound.
10046
10047 2012-07-04 Chong Yidong <cyd@gnu.org>
10048
10049 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10050 (xml-parse-tag): Likewise, and avoid changing entity tables.
10051 (xml-syntax-table): Define from scratch, making sure not to give
10052 x2000 and other Unicode spaces whitespace syntax, since those are
10053 not spaces in XML.
10054 (xml-parse-fragment): Delete unused function.
10055 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10056 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10057 (xml-entity-ref, xml-pe-reference-re)
10058 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10059 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10060 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10061 (xml-entity-value-re): Use syntax references in regexps where
10062 possible; no need to define inside a let-binding.
10063 (xml-parse-dtd): Use xml-pe-reference-re.
10064 (xml-entity-or-char-ref-re): New defconst.
10065 (xml-parse-string, xml-substitute-special): Use it.
10066
10067 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10070 (find-file--read-only): New function.
10071 (find-file-read-only, find-file-read-only-other-window)
10072 (find-file-read-only-other-frame): Use it.
10073 (insert-file-contents-literally): Don't `fset'.
10074 (get-free-disk-space): Use locate-dominating-file.
10075
10076 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10077 function is already compiled.
10078
10079 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10080
10081 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10082
10083 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10084 files on the same host.
10085
10086 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10087
10088 * help-fns.el (describe-function-1): Only call
10089 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10090
10091 2012-07-03 Chong Yidong <cyd@gnu.org>
10092
10093 * xml.el: Protect parser against XML bombs.
10094 (xml-entity-expansion-limit): New variable.
10095 (xml-parse-string, xml-substitute-special): Use it.
10096 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10097
10098 2012-07-03 Glenn Morris <rgm@gnu.org>
10099
10100 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10101 Allow linking to specific messages in debbugs reports (eg 123#5).
10102
10103 2012-07-02 Chong Yidong <cyd@gnu.org>
10104
10105 * xml.el: Fix entity and character reference expansion, allowing
10106 them to expand into markup as per XML spec.
10107 (xml-default-ns): New variable.
10108 (xml-entity-alist): Use XML spec definitions for lt and amp.
10109 (xml-parse-region): Make first two arguments optional.
10110 Discard text properties.
10111 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10112 All callers changed.
10113 (xml-parse-tag): Call xml-parse-tag-1. For backward
10114 compatibility, this function should not modify buffer contents.
10115 (xml-parse-tag-1): Fix opening-tag regexp.
10116 (xml-parse-string): Rewrite, handling entity and character
10117 references properly.
10118 (xml--entity-replacement-text): Signal an error if a parameter
10119 entity is undefined.
10120
10121 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10122
10123 * comint.el (comint-output-filter): Filter out repeated prompts.
10124
10125 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10126 and file-name-absolute-p.
10127 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10128 internal calls.
10129
10130 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10131
10132 Spelling fixes.
10133 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10134 Rename from byte-compile--refiy-function. All uses changed.
10135
10136 2012-07-01 Chong Yidong <cyd@gnu.org>
10137
10138 * xml.el (xml--parse-buffer): New function. Move most of
10139 xml-parse-region here.
10140 (xml-parse-region): Copy region into a temporary buffer, since
10141 parameter entity substitution requires changing buffer contents.
10142 Use xml--parse-buffer.
10143 (xml-parse-file): Use xml--parse-buffer.
10144 (xml-parse-dtd): Make parameter entity substitution work right.
10145 Use proper regexps for ELEMENT declarations (Bug#7172).
10146
10147 2012-06-30 Glenn Morris <rgm@gnu.org>
10148
10149 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10150
10151 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10152 Remove outdated and unnecessary dbus declarations.
10153
10154 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10155
10156 * emacs-lisp/timer.el (timer-until): Subtract results of
10157 float-time, instead of taking float-time of the result of
10158 time-subtract, since float-time signals an error for negative time
10159 arguments.
10160
10161 2012-06-30 Chong Yidong <cyd@gnu.org>
10162
10163 * xml.el (xml-*-re): Convert defvars into defconsts, and
10164 eval-and-compile them so eval-and-compile works on derivatives.
10165 (xml--entity-replacement-text): Use eval-and-comple.
10166
10167 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10168
10169 * vc/vc-git.el (vc-git-registered): Use cache property
10170 `git-registered'.
10171 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10172 `vc-git-working-revision' in order to benefit from the cache.
10173 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10174
10175 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10176
10177 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10178 removed (likely outside Emacs). (Bug#11757)
10179
10180 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * emacs-lisp/cl-lib.el: Require macroexp.
10183
10184 2012-06-30 Chong Yidong <cyd@gnu.org>
10185
10186 * xml.el: Implement XML parameter entities.
10187 (xml-parameter-entity-alist): New variable.
10188 (xml-parse-region, xml-parse-fragment): Preserve previous values
10189 of xml-entity-alist and xml-parameter-entity-alist, so that
10190 repeated calls on different documents do not change them.
10191 (xml-parse-tag): Fix doctype regexp.
10192 (xml--entity-replacement-text): New function.
10193 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10194 properly requires url retrieval which is unimplemented.
10195 (xml-escape-string): Doc fix.
10196
10197 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10198
10199 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10200
10201 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10202
10203 * fringe.el (fringe-mode): Doc fix.
10204
10205 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10206
10207 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10208 is non-nil.
10209 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10210 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10211
10212 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10213
10214 * calendar/cal-dst.el (calendar-current-time-zone):
10215 Return calendar-current-time-zone-cache if non-nil.
10216
10217 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10218
10219 * progmodes/which-func.el (which-func-format):
10220 Add mouse-face. (Bug#11698)
10221
10222 2012-06-29 Leo Liu <sdl.web@gmail.com>
10223
10224 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10225
10226 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * minibuffer.el (minibuffer-confirm-exit-commands):
10229 Add completion-at-point (bug#11725).
10230
10231 2012-06-29 Glenn Morris <rgm@gnu.org>
10232
10233 * progmodes/f90.el (f90-font-lock-keywords-2):
10234 Add some preprocessor elements. (Bug#10499)
10235
10236 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10239 Use syntax-propertize (bug#11739).
10240
10241 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10242
10243 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10244
10245 2012-06-28 Julien Danjou <julien@danjou.info>
10246
10247 * term.el (term-handle-colors-array): Use a set of new faces to
10248 color the terminal. Also uses :inverse-video property.
10249 (term-default-fg-color): Set to nil by default, deprecate in favor
10250 of `term-face'.
10251 (term-default-bg-color): Set to nil by default, deprecate in favor
10252 of `term-face'.
10253 (term-current-face): Use `term-face' by default.
10254 (term-bold-attribute): Variable deleted.
10255
10256 2012-06-28 Glenn Morris <rgm@gnu.org>
10257
10258 * simple.el (completion-list-mode-finish):
10259 Don't use toggle-read-only. (Since completion-list-mode has
10260 a special mode-class, it wasn't doing anything extra anyway.)
10261
10262 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10263
10264 Make inlining of other-mode interpreted functions work (bug#11799).
10265 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10266 (byte-compile): Use it to fix compilation of lexical-binding closures.
10267 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10268 function, if needed.
10269
10270 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * help-mode.el (help-make-xrefs): Don't just withstand
10273 cyclic-variable-indirection but any error in documentation-property.
10274
10275 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10276 memory use.
10277 * bindings.el (bindings--define-key): New function.
10278 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10279 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10280 * bindings.el: Use it to purecopy define-key bindings.
10281
10282 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10283
10284 * emacs-lisp/cl.el (flet): Mark obsolete.
10285 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10286 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10287 * progmodes/js.el (js-c-fill-paragraph):
10288 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10289 (ebrowse-switch-member-buffer-to-derived-class):
10290 * play/5x5.el (5x5-solver): Use cl-flet.
10291
10292 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10293 (cl--symbol-function): New macro.
10294 (cl--letf, cl--letf*): Use it.
10295
10296 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10297 Strip "toggle-" if any.
10298
10299 2012-06-27 Glenn Morris <rgm@gnu.org>
10300
10301 * info.el (Info-default-directory-list): Move here from paths.el.
10302 * paths.el: Remove file, which is now empty.
10303 * loadup.el: No longer load "paths".
10304
10305 * custom.el (custom-initialize-delay): Doc fix.
10306
10307 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10308 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10309 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10310 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10311 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10312 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10313 * eshell/eshell.el (eshell-defgroup): Remove alias.
10314
10315 2012-06-27 Chong Yidong <cyd@gnu.org>
10316
10317 * help.el (help-enable-auto-load): New variable.
10318
10319 * help-fns.el (help-fns--autoloaded-p): New function.
10320 (describe-function-1): Refer to a function as "autoloaded" if it
10321 was autoloaded at any time in the past. Perform autoloading if
10322 help-enable-auto-load is non-nil.
10323
10324 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10325
10326 * makefile.w32-in (compile, compile-always): Depend on
10327 update-subdirs, not on subdirs.el. Otherwise, several different
10328 sub-targets of 'bootstrap' running in parallel could
10329 simultaneously write to subdirs.el, producing a garbled file.
10330
10331 2012-06-26 Sam Steingold <sds@gnu.org>
10332
10333 * files.el (file-name-base): New convenience function.
10334 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10335 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10336 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10337 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10338 * textmodes/ispell.el, textmodes/reftex-ref.el:
10339 * textmodes/tex-mode.el: Use it.
10340 Did not touch cedet and org because they are maintained elsewhere.
10341
10342 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10343
10344 * calendar/calendar.el (calendar-exit): Don't try to delete or
10345 iconify last frame. See:
10346 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10347
10348 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10349
10350 * server.el (server-process-filter): Remember dir in the
10351 process's `server-client-directory' properties.
10352
10353 2012-06-24 Chong Yidong <cyd@gnu.org>
10354
10355 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10356 non-tag text.
10357
10358 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10359
10360 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10361
10362 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * help-fns.el (describe-variable): Don't croak when doc is not found.
10365 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10366 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10367 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10368 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10369 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10370 ((lambda ..) ..).
10371 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10372
10373 2012-06-23 Chong Yidong <cyd@gnu.org>
10374
10375 * info.el (Info-mouse-follow-link): Accept symbol values of
10376 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10377 (Info-fontify-node): Use Info-link-keymap for all navigation
10378 buttons, with link-args property to perform the desired action.
10379 (Info-link-keymap): Doc fix.
10380 (Info-next-link-keymap, Info-prev-link-keymap)
10381 (Info-up-link-keymap): Delete now-unused keymaps.
10382
10383 2012-06-23 Chong Yidong <cyd@gnu.org>
10384
10385 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10386
10387 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10388 system abbrevs.
10389
10390 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10391
10392 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10395 (bug#11719).
10396
10397 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10398 the requote function doesn't work properly (bug#11714).
10399
10400 2012-06-23 Glenn Morris <rgm@gnu.org>
10401
10402 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10403
10404 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10405
10406 Further GV/CL cleanups.
10407 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10408 gv-expander.
10409 (gv--defun-declaration): New function.
10410 (defun-declarations-alist): Use it.
10411 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10412 (gv-place): Autoload.
10413 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10414 original definition of dotimes and dolist.
10415 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10416 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10417 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10418 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10419 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10420 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10421 to the function's definition.
10422 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10423 * window.el:
10424 * files.el:
10425 * faces.el:
10426 * env.el: Don't use CL.
10427
10428 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10429
10430 Support higher-resolution time stamps (Bug#9000).
10431
10432 * calendar/time-date.el (with-decoded-time-value): New arg
10433 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10434 (encode-time-value): New optional arg PICO. New type 3.
10435 (time-to-seconds) [!float-time]: Support the new picoseconds
10436 component if it's used.
10437 (seconds-to-time, time-subtract, time-add):
10438 Support ps-resolution time stamps as well.
10439
10440 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10441 (timerp): Timer vectors now have length 9, not 8.
10442 (timer--time): Support new-style (4-part) time stamps.
10443 (timer-next-integral-multiple-of-time): Time stamps now have
10444 picosecond resolution, so take a bit more care about rounding.
10445 (timer-relative-time, timer-inc-time): New optional arg psecs.
10446 (timer-set-time-with-usecs): Set psecs to 0.
10447 (timer--activate): Check psecs component, too.
10448
10449 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10450
10451 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10452
10453 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10454 Move the non-essential binding to the post/pre-command-hook where it is
10455 more obviously correct.
10456
10457 * subr.el (read-passwd): Don't use a history at all.
10458 * savehist.el (savehist-save): Remove password saved accidentally
10459 because of the above bug.
10460
10461 2012-06-22 Bastien Guerry <bzg@gnu.org>
10462
10463 * files.el (toggle-read-only): Display a message telling whether
10464 the buffer is read-only or not (bug#11726).
10465
10466 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * emacs-lisp/gv.el: New file.
10469 * subr.el (push, pop): Extend to generalized variables.
10470 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10471 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10472 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10473 gv-define-simple-setter, and gv-define-expander.
10474 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10475 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10476 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10477 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10478 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10479 gv-letplace.
10480 (cl-defstruct): Don't define setf-method any more.
10481 * emacs-lisp/cl.el (flet): Don't autoload.
10482 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10483 (define-setf-expander, defsetf, define-modify-macro)
10484 (cl-struct-setf-expander): Move from cl-lib.el.
10485 * emacs-lisp/syntax.el:
10486 * emacs-lisp/ewoc.el:
10487 * emacs-lisp/smie.el:
10488 * emacs-lisp/cconv.el:
10489 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10490 (timer--time): Use gv-define-simple-setter.
10491 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10492 to avoid coding-system problems in subr.el. Adjust all users.
10493 (macroexp--maxsize, macroexp-small-p): New functions.
10494 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10495 * scroll-bar.el (scroll-bar-mode):
10496 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10497 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10498 * winner.el (winner-configuration, winner-make-point-alist)
10499 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10500 * files.el (locate-file-completion-table): Avoid list*.
10501
10502 2012-06-22 Chong Yidong <cyd@gnu.org>
10503
10504 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10505 (dired-create-files): Doc fix (Bug#11329).
10506 (dired-do-copy): Doc fix (Bug#11334).
10507 (dired-mark-read-string): Doc fix (Bug#11553).
10508
10509 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10510 Doc fix (Bug#11326).
10511 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10512 (dired-dwim-target): Doc fix.
10513
10514 * wdired.el (wdired-mode): Doc fix.
10515
10516 2012-06-22 Glenn Morris <rgm@gnu.org>
10517
10518 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10519 (pcmpl-rpm-cache-stamp-file): New constant.
10520 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10521 (pcmpl-rpm-packages): Optionally cache list of packages.
10522
10523 * pcmpl-rpm.el (pcmpl-rpm): New group.
10524 (pcmpl-rpm-query-options): New option.
10525 (pcmpl-rpm-packages): No need to inline it.
10526 Use pcmpl-rpm-query-options.
10527
10528 * calendar/calendar.el (calendar-in-read-only-buffer):
10529 Avoid some needless mode changes.
10530
10531 2012-06-21 Chong Yidong <cyd@gnu.org>
10532
10533 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10534 (desktop-path): Remove . from the default value (Bug#10977).
10535 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10536
10537 2012-06-20 Chong Yidong <cyd@gnu.org>
10538
10539 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10540
10541 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10542
10543 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10544 (bug#11201).
10545
10546 2012-06-20 Chong Yidong <cyd@gnu.org>
10547
10548 * term.el (term-window-width): Handle the case of a missing right
10549 fringe (Bug#8837).
10550 (term-check-size): Use window-text-height (Bug#5445).
10551 (term-mode): Use define-derived-mode. Minor cleanups.
10552 Set font-lock-defaults (Bug#7692).
10553 (term-move-columns, term-insert-char, term-emulate-terminal)
10554 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10555
10556 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10557
10558 * net/ange-ftp.el (ange-ftp-get-passwd):
10559 Bind `enable-recursive-minibuffers'.
10560 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10561
10562 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10563
10564 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10565
10566 2012-06-19 Glenn Morris <rgm@gnu.org>
10567
10568 * progmodes/python.el (python-mode): Derive from prog-mode.
10569
10570 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10571
10572 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10573 (edt-user-menu-bar-update-buffers): New functions.
10574 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10575
10576 2012-06-19 Chong Yidong <cyd@gnu.org>
10577
10578 * subr.el (with-selected-window): Preserve the selected window's
10579 terminal's top-frame (Bug#4702).
10580
10581 * window.el (save-selected-window): Likewise.
10582
10583 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * progmodes/python.el (python-rx-constituents): Move backquote.
10586 (python-skeleton-define, python-define-auxiliary-skeleton):
10587 Use `declare'.
10588
10589 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10590
10591 * minibuffer.el (read-file-name-default): Revert the patch from
10592 2012-06-17.
10593
10594 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10597 (pcase--u1, pcase--q1): Don't use apply-partially.
10598
10599 2012-06-18 Glenn Morris <rgm@gnu.org>
10600
10601 * progmodes/python.el (python-proc, python-buffer)
10602 (python-send-receive, python-send-string): Fix obsolete versions.
10603
10604 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10605
10606 * window.el (special-display-p): Completely remove stringp
10607 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10608
10609 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10610
10611 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10612
10613 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10614
10615 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10616 * net/tramp-sh.el (tramp-maybe-open-connection):
10617 Throw if `non-essential' is non-nil.
10618
10619 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10620
10621 * window.el (special-display-p): Signal an error if BUFFER-NAME
10622 is not a string (Bug#11713).
10623
10624 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10625
10626 * progmodes/python.el (python-info-beginning-of-backslash):
10627 Rename from python-info-beginning-of-backlash, as a spelling fix.
10628
10629 2012-06-17 Chong Yidong <cyd@gnu.org>
10630
10631 * term.el (term-emulate-terminal): If term-check-size is called,
10632 move point to the process mark without resetting point (Bug#4635).
10633
10634 2012-06-17 Glenn Morris <rgm@gnu.org>
10635
10636 * international/mule-cmds.el (mule-menu-keymap)
10637 (set-language-environment, set-locale-environment): Doc tweaks.
10638
10639 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10640
10641 * cus-face.el (custom-face-attributes): Add wave-style underline
10642 attribute.
10643 * faces.el (set-face-attribute): Update docstring to describe
10644 wave-style underline attribute.
10645
10646 2012-06-16 Chong Yidong <cyd@gnu.org>
10647
10648 * term/xterm.el (terminal-init-xterm): Discard input before
10649 querying background mode (Bug#10959).
10650
10651 2012-06-16 Stefan Merten <smerten@oekonux.de>
10652
10653 * textmodes/rst.el: Added and corrected some comments.
10654 (rst-re-alist-def): Improve symbol syntax.
10655 (rst-mode-syntax-table): Correct syntax entries.
10656 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10657 (rst-official-version, rst-official-cvs-rev): Update version
10658 information.
10659
10660 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10661
10662 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10663 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10664
10665 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10666
10667 * progmodes/python.el: New python.el merge.
10668 (python-guess-indent): Obsolete var.
10669 (python-indent-guess-indent-offset): New defcustom.
10670 (python-indent): Obsolete var.
10671 (python-indent-offset): New defcustom.
10672 (python-python-command, python-jython-command): Delete var.
10673 (python-shell-interpreter): New defcustom.
10674 (python-pdbtrack-do-tracking-p): Delete var.
10675 (python-pdbtrack-activate): New defcustom.
10676 (python-use-skeletons): Obsolete var.
10677 (python-skeleton-autoinsert): New defcustom.
10678 (inferior-python-filter-regexp, python-continuation-offset)
10679 (python-honour-comment-indentation, python-indent-string-contents)
10680 (python-jython-packages, python-mode-hook)
10681 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10682 (python-shell-prompt-alist)
10683 (python-source-modes): Delete defcustoms.
10684 (python-check-buffer-name, python-eldoc-setup-code)
10685 (python-eldoc-string-code, python-ffap-setup-code)
10686 (python-ffap-string-code, python-fill-comment-function)
10687 (python-fill-decorator-function, python-fill-paren-function)
10688 (python-fill-string-function, python-imenu-include-defun-type)
10689 (python-imenu-make-tree, python-imenu-subtree-root-label)
10690 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10691 (python-shell-compilation-regexp-alist)
10692 (python-shell-completion-module-string-code)
10693 (python-shell-completion-pdb-string-code)
10694 (python-shell-completion-setup-code)
10695 (python-shell-completion-string-code)
10696 (python-shell-enable-font-lock, python-shell-exec-path)
10697 (python-shell-extra-pythonpaths)
10698 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10699 (python-shell-process-environment)
10700 (python-shell-prompt-block-regexp)
10701 (python-shell-prompt-output-regexp)
10702 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10703 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10704 (python-shell-virtualenv-path): New defcustoms.
10705 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10706 (inferior-python-mode-syntax-table, python--prompt-regexp)
10707 (python-buffer, python-command python-python-command)
10708 (python-default-template, python-imports, python-indent-index)
10709 (python-indent-list, python-indent-list-length)
10710 (python-mode-running, python-pdbtrack-is-tracking-p)
10711 (python-preoutput-continuation, python-preoutput-leftover)
10712 (python-preoutput-result, python-preoutput-skip-next-prompt)
10713 (python-prev-dir/file, python-recursing)
10714 (python-saved-check-command, python-version-checked)
10715 (python-which-func-length-limit)
10716 (view-return-to-alist): Delete vars.
10717 (python-check-custom-command, python-dotty-syntax-table)
10718 (python-imenu-index-alist, python-indent-current-level)
10719 (python-indent-dedenters, python-indent-levels)
10720 (python-nav-beginning-of-defun-regexp)
10721 (python-nav-list-defun-positions-cache)
10722 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10723 (python-shell-internal-buffer)
10724 (python-skeleton-available): New vars.
10725 (def-python-skeleton): Delete macro.
10726 (python-skeleton-define): New macro.
10727 (python-define-auxiliary-skeleton, python-rx): New macros.
10728 (python-insert-class): Delete command.
10729 (python-skeleton-class): New command.
10730 (python-insert-def): Delete command.
10731 (python-skeleton-def): New command.
10732 (python-insert-for): Delete command.
10733 (python-skeleton-for): New command.
10734 (python-insert-if): Delete command.
10735 (python-skeleton-if): New command.
10736 (python-insert-try/except, python-insert-try/finally): Delete commands.
10737 (python-skeleton-try): New command.
10738 (python-insert-while): Delete command.
10739 (python-skeleton-while): New command.
10740 (python-backspace): Delete command.
10741 (python-indent-dedent-line-backspace): New command.
10742 (python-electric-colon): Delete command.
10743 (python-indent-electric-colon): New command.
10744 (python-guess-indent): Delete command.
10745 (python-indent-guess-indent-offset): New command.
10746 (python-shift-left): Delete command.
10747 (python-indent-shift-left): New command.
10748 (python-shift-right): Delete command.
10749 (python-indent-shift-right): New command.
10750 (python-find-function): Delete command.
10751 (python-nav-jump-to-defun): New command.
10752 (python-next-statement): Delete command.
10753 (python-nav-forward-sentence): New command.
10754 (python-previous-statement): Delete command.
10755 (python-nav-backward-sentence): New command.
10756 (python-fill-paragraph): Delete command.
10757 (python-fill-paragraph-function): New command.
10758 (python-send-buffer): Delete command.
10759 (python-shell-send-buffer): New command.
10760 (python-send-defun): Delete command.
10761 (python-shell-send-defun): New command.
10762 (python-send-region, python-send-region-and-go): Delete commands.
10763 (python-shell-send-region)
10764 (python-shell-switch-to-shell): New commands.
10765 (python-send-string): Delete command.
10766 (python-shell-send-string): New command.
10767 (python-switch-to-python): Delete command.
10768 (python-shell-switch-to-shell): New command.
10769 (python-describe-symbol): Delete command.
10770 (python-eldoc-at-point): New command.
10771 (python--set-prompt-regexp, python-args-to-list)
10772 (python-after-info-look, python-check-version)
10773 (python-check-comint-prompt, python-find-imports)
10774 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10775 (python-unload-function, python-expand-template)
10776 (python-maybe-jython, python-preoutput-filter)
10777 (python-pdbtrack-get-source-buffer)
10778 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10779 (python-pdbtrack-toggle-stack-tracking)
10780 (python-pdbtrack-track-stack-file, python-initial-text)
10781 (python-first-word, python-comment-line-p, python-send-command)
10782 (python-setup-brm, python-sentinel, python-set-proc)
10783 (python-skip-out, python-input-filter, python-outdent-p)
10784 (python-outline-level, python-backslash-continuation-line-p)
10785 (python-end-of-block, python-end-of-statement, python-mark-block)
10786 (python-beginning-of-block, python-beginning-of-statement)
10787 (python-blank-line-p, python-beginning-of-string)
10788 (python-open-block-statement-p): Delete functions.
10789 (python-indent-line, python-indent-line-1): Delete functions.
10790 (python-indent-line): New function.
10791 (python-indentation-levels): Delete function.
10792 (python-indent-calculate-levels): New function.
10793 (python-proc): Delete function.
10794 (python-shell-get-process): New function.
10795 (python-send-receive): Delete function.
10796 (python-shell-send-string-no-output): New function.
10797 (python-module-path): Delete function.
10798 (python-ffap-module-path): New function.
10799 (python-completion-at-point)
10800 (python-symbol-completions): Delete functions.
10801 (python-completion-complete-at-point): New function.
10802 (python-load-file): Delete function.
10803 (python-shell-send-file): New function.
10804 (python-calculate-indentation): Delete function.
10805 (python-indent-calculate-indentation): New function.
10806 (python-skip-comments/blanks): Delete function.
10807 (python-util-forward-comment): New function.
10808 (python-continuation-line-p): Delete function.
10809 (python-info-continuation-line-p): New function.
10810 (python-which-func, python-current-defun): Delete function.
10811 (python-info-current-defun): New function.
10812 (python-beginning-of-defun): Delete function.
10813 (python-nav-beginning-of-defun): New function.
10814 (python-close-block-statement-p)
10815 (python-block-end-p): Delete function.
10816 (python-info-closing-block): New function.
10817 (python-comint-output-filter-function)
10818 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10819 (python-fill-comment, python-fill-decorator, python-fill-paren)
10820 (python-fill-string, python-imenu-make-element-tree)
10821 (python-imenu-make-tree, python-imenu-tree-assoc)
10822 (python-indent-context, python-indent-dedent-line)
10823 (python-indent-line-function)
10824 (python-indent-post-self-insert-function)
10825 (python-indent-toggle-levels)
10826 (python-info-assignment-continuation-line-p)
10827 (python-info-beginning-of-backlash)
10828 (python-info-block-continuation-line-p)
10829 (python-info-closing-block-message)
10830 (python-info-line-ends-backslash-p)
10831 (python-info-looking-at-beginning-of-defun)
10832 (python-info-ppss-context, python-info-ppss-context-type)
10833 (python-nav-list-defun-positions, python-nav-read-defun)
10834 (python-nav-sentence-end, python-nav-sentence-start)
10835 (python-pdbtrack-comint-output-filter-function)
10836 (python-pdbtrack-set-tracked-buffer)
10837 (python-shell-calculate-exec-path)
10838 (python-shell-calculate-process-environment)
10839 (python-shell-completion--do-completion-at-point)
10840 (python-shell-completion--get-completions)
10841 (python-shell-completion-complete-at-point)
10842 (python-shell-completion-complete-or-indent)
10843 (python-shell-get-or-create-process)
10844 (python-shell-get-process-name)
10845 (python-shell-internal-get-or-create-process)
10846 (python-shell-internal-get-process-name)
10847 (python-shell-internal-send-string, python-shell-make-comint)
10848 (python-shell-parse-command, python-shell-send-setup-code)
10849 (python-skeleton-add-menu-items)
10850 (python-util-clone-local-variables, python-util-position)
10851 (run-python-internal, python-indentation-levels)
10852 (python-nav-beginning-of-defun)
10853 (python-completion-complete-at-point): New functions.
10854 (run-python): Change arguments. New API requirements.
10855
10856 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10857
10858 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10859 (bug#11649).
10860
10861 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10862 (macroexp--expand-all): Use it.
10863
10864 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10865 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10866 Use `cl-function' instead.
10867
10868 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10869
10870 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10871 Suggested by Stefan Monnier while discussing bug#11657.
10872
10873 2012-06-14 Sam Steingold <sds@gnu.org>
10874
10875 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10876
10877 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10878
10879 * play/doctor.el (doctor-doc): Remove parameter and use
10880 doctor-sent instead of sent.
10881 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10882
10883 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * files.el: Require cl-lib.
10886 (file-name-non-special): Replace case -> cl-case.
10887
10888 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10889
10890 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10891 mapping from #' to function*.
10892
10893 2012-06-13 Chong Yidong <cyd@gnu.org>
10894
10895 * mouse.el (mouse-drag-track): Do not set the mark if the user
10896 releases the mouse without selecting anything (Bug#11588).
10897
10898 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10901 as well (bug#11646).
10902
10903 * loadup.el: Count byte-code functions as well.
10904
10905 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10906 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10907
10908 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10909 (bug#11649). Add cl-defun and cl-defmacro.
10910
10911 2012-06-13 Drew Adams <drew.adams@oracle.com>
10912
10913 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10914 Fix last change.
10915
10916 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10917
10918 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10919 Otherwise, it blocks in batch mode.
10920
10921 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10922
10923 * help-mode.el (bookmark-make-record-default): Declare.
10924
10925 2012-06-13 Chong Yidong <cyd@gnu.org>
10926
10927 * emacs-lisp/package.el (list-packages): Compute a list of
10928 packages that are newly-available since the last list-packages
10929 invocation.
10930 (package-menu--new-package-list): New var.
10931 (package-menu--generate, package-menu--print-info)
10932 (package-menu--status-predicate, package-menu-mark-install):
10933 Handle new status label "new".
10934
10935 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10936
10937 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10938 conversion to backquotes.
10939
10940 2012-06-12 Chong Yidong <cyd@gnu.org>
10941
10942 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10943 Rename from gud-inhibit-global-bindings.
10944
10945 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10946
10947 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10948 hook from nxml-glyph-set-hook.
10949
10950 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10951 declaration.
10952
10953 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10954
10955 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10956 Convert to defcustom.
10957
10958 2012-06-12 Drew Adams <drew.adams@oracle.com>
10959
10960 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10961 New functions.
10962 (help-mode): Use them.
10963
10964 2012-06-11 Glenn Morris <rgm@gnu.org>
10965
10966 * progmodes/fortran.el (fortran-font-lock-keywords-3):
10967 Use preprocessor face for directives.
10968 (fortran-directive-re): Doc fix.
10969
10970 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10973 conversion to backquotes (bug#11652).
10974
10975 Fix compiler-expansion of CL's cXXr functions (bug#11673).
10976 * emacs-lisp/cl-lib.el (cl--defalias): New function.
10977 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10978 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10979 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10980 (cl-ninth, cl-tenth): Mark them as inlinable.
10981 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10982 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10983 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10984 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10985 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10986 (cl-list*, cl-adjoin): Don't put an autoload manually.
10987 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10988 (cl--compiler-macro-list*): Add autoload cookie.
10989 (cl--compiler-macro-cXXr): New function.
10990
10991 * help-fns.el (help-fns--compiler-macro): New function extracted from
10992 describe-function-1; follow aliases and use `compiler-macro' property.
10993 (describe-function-1): Use it.
10994
10995 2012-06-11 Chong Yidong <cyd@gnu.org>
10996
10997 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10998 is uninstalled, if imagemagick is installed.
10999
11000 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * emacs-lisp/cl-lib.el: Use lexical-binding.
11003 (cl-map-extents, cl-maclisp-member): Remove.
11004 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11005 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11006 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11007 * emacs-lisp/cl-extra.el: Use lexical-binding.
11008 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11009 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11010 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11011 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11012 * emacs-lisp/cl-seq.el: Use lexical-binding.
11013 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11014 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11015 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11016 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11017 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11018 CL's internals.
11019
11020 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11021
11022 Sync with Tramp 2.2.6-pre.
11023
11024 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11025 `print-length' and `print-level' to nil, in order to avoid
11026 truncation. Reported by Christopher Schmidt
11027 <christopher@ristopher.com>.
11028
11029 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11030
11031 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11032 New defmacro.
11033 (tramp-compat-copy-directory): Add optional argument
11034 COPY-CONTENTS. It is not handled yet.
11035
11036 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11037 (tramp-ftp-file-name-p): Simplify.
11038
11039 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11040 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11041 connection vector.
11042
11043 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11044 (tramp-methods): Do not use `tramp-password-end-of-line'.
11045 (tramp-completion-function-alist-putty): Handle UNIX case.
11046 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11047 (tramp-do-file-attributes-with-stat)
11048 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11049 gid as real numbers. They could run out of integer range on cygwin.
11050 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11051 (tramp-sh-handle-expand-file-name): Handle hops.
11052 (tramp-open-connection-setup-interactive-shell):
11053 Use `tramp-cleanup'. Move check for busyboxes ...
11054 (tramp-find-shell): ... here. Simplify implementation.
11055 Set "remote-shell" property also for alternative shells.
11056 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11057 If failing, a regular file would be written otherwise.
11058 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11059 (tramp-find-inline-encoding): Cache the coding commands in the
11060 process cache. Apply test command on the remote side, if defined.
11061 (tramp-find-inline-compress): Cache the compress commands in the
11062 process cache.
11063 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11064 when requested. Handle hops.
11065 (tramp-current-connection): New defvar.
11066 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11067 Throw `suppress', if there was a failed connection shortly before.
11068 Handle user interrupt. (Bug#10187)
11069 (tramp-get-inline-compress, tramp-get-inline-coding):
11070 Read connection properties from the process cache.
11071
11072 * net/tramp-smb.el (tramp-smb-server-version)
11073 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11074 New defconsts.
11075 (tramp-smb-prompt): Extend for powershell prompt.
11076 (tramp-smb-file-name-handler-alist): Add handlers for
11077 `process-file', `shell-command' and `start-file-process'.
11078 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11079 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11080 (tramp-smb-file-name-p): Simplify.
11081 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11082 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11083 (tramp-smb-shell-quote-argument): New defuns.
11084 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11085 Implement using "tar". By this, time-stamps are preserved.
11086 (tramp-smb-handle-copy-file): Handle also the case of directories.
11087 (tramp-smb-do-file-attributes-with-stat)
11088 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11089 Use `tramp-get-connection-buffer').
11090 (tramp-smb-handle-rename-file): Use "rename", when source and
11091 target are on the same share.
11092 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11093 Use `tramp-smb-server-version'.
11094 (tramp-smb-wait-for-output): Remove prompt.
11095
11096 * net/tramp.el (top): Require 'cl.
11097 (tramp-methods, tramp-rsh-end-of-line):
11098 Remove `tramp-password-end-of-line' from docstring.
11099 (tramp-save-ad-hoc-proxies): New defcustom.
11100 (tramp-completion-function-alist): Adapt docstring.
11101 (tramp-default-password-end-of-line): Remove defcustom.
11102 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11103 (tramp-user-regexp, tramp-file-name-regexp-unified)
11104 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11105 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11106 (tramp-remote-file-name-spec-regexp): New defconst.
11107 (tramp-file-name-structure): Extend structure for hops.
11108 (tramp-get-method-parameter): Move up.
11109 (tramp-file-name-p, tramp-dissect-file-name)
11110 (with-parsed-tramp-file-name): Handle hops.
11111 (tramp-file-name-hop): New defun.
11112 (tramp-make-tramp-file-name): New optional arg HOP.
11113 (tramp-message-show-progress-reporter-message): New defvar.
11114 (tramp-with-progress-reporter): Use it. We cannot use
11115 `tramp-message-show-message' here, because this suppresses also
11116 error buffers.
11117 (tramp-error-with-buffer): Suppress buffer view, if
11118 `tramp-message-show-message' is nil.
11119 Use `tramp-get-connection-buffer'.
11120 (tramp-cleanup): New defun.
11121 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11122 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11123 an error unchanged.
11124 (tramp-completion-handle-file-name-all-completions): Handle hops.
11125 Fix an error when called from ido.
11126 (tramp-completion-dissect-file-name): Use better local variable
11127 name. Add hop to the vector.
11128 (tramp-handle-insert-file-contents): Use progress-reporter for the
11129 whole scenario.
11130 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11131 to `t'.
11132 (tramp-check-for-regexp): Simplify search.
11133 (tramp-enter-password): Remove it. Move implementation ...
11134 (tramp-action-password): ... here.
11135 (tramp-mode-string-to-int, tramp-local-host-p)
11136 (tramp-make-tramp-temp-file, tramp-read-passwd)
11137 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11138 Set tramp-autoload cookie.
11139
11140 * net/trampver.el: Update release number.
11141
11142 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11143 Michael Albinus <michael.albinus@gmx.de>
11144
11145 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11146 (tramp-parse-group, tramp-parse-file)
11147 (tramp-parse-shostkeys-sknownhosts): New defuns.
11148 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11149 (tramp-parse-shosts-group, tramp-parse-sconfig)
11150 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11151 (tramp-parse-sknownhosts, tramp-parse-hosts)
11152 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11153 Use them.
11154 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11155 (tramp-parse-putty-group): Don't narrow.
11156 (tramp-parse-putty): Make a loop.
11157 (tramp-file-name-handler): Catch the `suppress' signal.
11158
11159 2012-06-11 Chong Yidong <cyd@gnu.org>
11160
11161 * image.el (imagemagick-register-types): Put the ImageMagick entry
11162 at the end of image-type-file-name-regexps.
11163
11164 2012-06-11 Johan Bockgård <bojohan@gnu.org>
11165
11166 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11167 (pcase, pcase-let*, pcase-dolist): Use them.
11168
11169 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * emacs-lisp/pcase.el (pcase--let*): New function.
11172 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11173 (pcase--expand): Use macroexp-let².
11174
11175 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11178 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11179 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11180 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11181 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11182 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11183
11184 2012-06-10 Glenn Morris <rgm@gnu.org>
11185
11186 * mail/rmail.el (rmail-yank-current-message): Leave point at
11187 correct position. (Bug#11660)
11188
11189 2012-06-10 Chong Yidong <cyd@gnu.org>
11190
11191 * allout-widgets.el: Fix code header.
11192
11193 2012-06-10 Chong Yidong <cyd@gnu.org>
11194
11195 * cus-edit.el (customize-changed-options-previous-release):
11196 Bump to 24.1.
11197
11198 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11199
11200 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11201
11202 2012-06-09 Chong Yidong <cyd@gnu.org>
11203
11204 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11205
11206 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11207
11208 * window.el (special-display-popup-frame): Don't use
11209 window--display-buffer (Bug#11651).
11210
11211 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11212
11213 Fix parallel builds: make sure loaddefs.el is not being written
11214 while Lisp files are compiled.
11215 (compile): Don't depend on 'mh-autoloads'.
11216 (compile-CMD, compile-SH): Depend on 'autoloads'.
11217 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11218
11219 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11220
11221 2012-06-09 Chong Yidong <cyd@gnu.org>
11222
11223 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11224 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11225 Doc fixes (Bug#11225).
11226
11227 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11230 a function if there's a clear indication that it has a compiler-macro.
11231 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11232 (macro-declarations-alist): Add arglist to declaration functions.
11233 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11234 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11235 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11236 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11237 Also add autoload to find the compiler macro.
11238 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11239 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11240 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11241 (cl--compiler-macro-get): New functions, replacing calls to
11242 cl-define-compiler-macro.
11243 (cl-typep) [compiler-macro]: Use macroexp-let².
11244
11245 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11246
11247 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11248 string properly, fixes Bug#11473.
11249
11250 2012-06-08 Chong Yidong <cyd@gnu.org>
11251
11252 * faces.el (set-face-attribute): Doc fix.
11253 (modify-face): Don't use :bold and :italic.
11254 (error, warning, success): Tweak definitions.
11255
11256 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11257 (custom-modified, custom-set, custom-changed, custom-themed)
11258 (custom-saved, custom-button, custom-button-mouse)
11259 (custom-button-pressed, custom-state, custom-comment-tag)
11260 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11261 (custom-group-subtitle): Use new-style face specs.
11262 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11263 (custom-set-face, custom-changed-face, custom-saved-face)
11264 (custom-button-face, custom-button-pressed-face)
11265 (custom-documentation-face, custom-state-face)
11266 (custom-comment-face, custom-comment-tag-face)
11267 (custom-variable-tag-face, custom-variable-button-face)
11268 (custom-face-tag-face, custom-group-tag-face-1)
11269 (custom-group-tag-face): Remove obsolete face alias.
11270
11271 * epa.el (epa-validity-high, epa-validity-medium)
11272 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11273 (epa-field-name, epa-field-body):
11274 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11275 (font-lock-keyword-face, font-lock-builtin-face)
11276 (font-lock-function-name-face, font-lock-variable-name-face)
11277 (font-lock-type-face, font-lock-constant-face):
11278 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11279 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11280 * speedbar.el (speedbar-button-face, speedbar-file-face)
11281 (speedbar-directory-face, speedbar-tag-face)
11282 (speedbar-selected-face, speedbar-highlight-face)
11283 (speedbar-separator-face):
11284 * whitespace.el (whitespace-newline, whitespace-space)
11285 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11286 (whitespace-line, whitespace-space-before-tab)
11287 (whitespace-space-after-tab, whitespace-indentation)
11288 (whitespace-empty):
11289 * emulation/cua-base.el (cua-global-mark):
11290 * eshell/em-prompt.el (eshell-prompt):
11291 * net/newst-plainview.el (newsticker-new-item-face)
11292 (newsticker-old-item-face, newsticker-immortal-item-face)
11293 (newsticker-obsolete-item-face, newsticker-date-face)
11294 (newsticker-statistics-face, newsticker-default-face):
11295 * net/newst-reader.el (newsticker-feed-face)
11296 (newsticker-extra-face, newsticker-enclosure-face):
11297 * net/newst-treeview.el (newsticker-treeview-face)
11298 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11299 (newsticker-treeview-immortal-face)
11300 (newsticker-treeview-obsolete-face)
11301 (newsticker-treeview-selection-face):
11302 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11303 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11304 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11305 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11306 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11307 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11308 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11309 (mpuz-text):
11310 * progmodes/vera-mode.el (vera-font-lock-number)
11311 (vera-font-lock-function, vera-font-lock-interface):
11312 * textmodes/table.el (table-cell): Use new-style face specs, and
11313 don't use the old :bold and :italic attributes.
11314
11315 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11316 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11317 (ebrowse-member-class, ebrowse-progress): Likewise.
11318 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11319 (ebrowse-file-name-face, ebrowse-default-face)
11320 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11321 (ebrowse-progress-face): Remove obsolete faces.
11322
11323 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11324 Inherit from error and warning faces respectively.
11325
11326 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11327 Likewise.
11328 (flyspell-incorrect-face, flyspell-duplicate-face):
11329 Remove obsolete aliases.
11330
11331 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11332
11333 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11334 Avoid infloop.
11335
11336 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * startup.el (argv, argi): Make lexically scoped.
11339 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11340 * emacs-lisp/cl-macs.el: Use lexical-binding.
11341 Rename cl-bind-* to cl--bind-*.
11342 * files.el: Don't require `cl' since it doesn't use it.
11343 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11344
11345 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11346
11347 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11348 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11349 instead of calling external sort utility.
11350 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11351
11352 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11353
11354 * descr-text.el (describe-char): Mention how to insert the
11355 character, if the current input method doesn't support it.
11356 See the discussion in this thread for the details:
11357 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11358
11359 2012-06-08 Sam Steingold <sds@gnu.org>
11360
11361 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11362 XF86Back to previous-buffer.
11363 (minibuffer-local-map): Bind them to next-history-element and
11364 previous-history-element respectively.
11365 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11366 help-go-back respectively.
11367 * info.el (Info-mode-map): Bind them to Info-history-forward and
11368 Info-history-back respectively.
11369 These are the keys next to Up on the ThinkPad keyboard.
11370
11371 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11374 * emacs-lisp/cl-macs.el: Provide itself.
11375 (cl--labels-convert-cache): New var.
11376 (cl--labels-convert): New function.
11377 (cl-flet, cl-labels): New implementation with new semantics, relying on
11378 lexical-binding.
11379 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11380 (cl-closure-vars, cl--function-convert-cache)
11381 (cl--function-convert): Move from cl-macs.el.
11382 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11383 rename by removing the "cl-" prefix.
11384 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11385
11386 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11387
11388 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11389 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11390 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11391 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11392 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11393 (cl-hash-table-count): Add old compatibility aliases.
11394
11395 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11396 Use macroexpand-all-environment instead.
11397 (cl--old-macroexpand): New var.
11398 (cl--sm-macroexpand): New function.
11399 (cl-symbol-macrolet): Use it during macro expansion.
11400 (cl--function-convert-cache): New var.
11401 (cl--function-convert): New function, extracted from
11402 cl-macroexpand-all.
11403 (cl-lexical-let): Use it.
11404
11405 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11406 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11407 (cl-member): Remove old alias.
11408
11409 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11410 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11411 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11412 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11413 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11414 (cl-macroexpand-cmacs): Remove var.
11415 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11416 Use macroexpand-all instead.
11417
11418 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11419
11420 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11421 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11422 (macroexp-copyable-p): New functions and macros.
11423 * emacs-lisp/edebug.el (edebug-unwrap):
11424 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11425 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11426 (pcase--let*): Remove.
11427 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11428 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11429 macroexp-const-p instead.
11430 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11431
11432 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11433 instead of "cl-" for internal definitions. Use macroexp-const-p.
11434 (cl-old-bc-file-form): Remove var.
11435 (cl-const-exprs-p): Remove fun.
11436 (cl-labels, cl-macrolet): Use backquote.
11437 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11438 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11439 (cl-define-setf-expander): Rename from cl-define-setf-method.
11440 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11441
11442 * international/mule-cmds.el: Don't require CL.
11443 (view-hello-file): Don't use `letf'.
11444
11445 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * tmm.el (tmm-prompt): Use string-prefix-p.
11448 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11449 (tmm-add-prompt): Use minibuffer-completion-help.
11450 (tmm-delete-map): Remove.
11451
11452 * subr.el (kbd): Make it its own function.
11453
11454 2012-06-07 Stefan Merten <smerten@oekonux.de>
11455
11456 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11457 Silence compiler warnings. Fix versions.
11458 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11459 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11460 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11461 (rst-package-emacs-version-alist): Correct Emacs version to
11462 represent major merge with upstream.
11463 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11464
11465 2012-06-06 Glenn Morris <rgm@gnu.org>
11466
11467 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11468 Only print environment variables if set.
11469
11470 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11473 (macroexp--cons): Rename from maybe-cons.
11474 (macroexp--accumulate): Rename from macroexp-accumulate.
11475 (macroexp--all-forms): Rename from macroexpand-all-forms.
11476 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11477 (macroexp--expand-all): Rename from macroexpand-all-1.
11478
11479 2012-06-06 Sam Steingold <sds@gnu.org>
11480
11481 * calendar/calendar.el (calendar-in-read-only-buffer):
11482 Call `special-mode' to enable the standard read-only keybindings.
11483
11484 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11485
11486 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11487 with "loading" messages (bug#11635).
11488
11489 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11490
11491 * files.el (enable-remote-dir-locals): New option.
11492 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11493
11494 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11495 Ensure, that the temp directory is local.
11496
11497 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11498 `temporary-file-directory'.
11499
11500 * progmodes/python.el (python-send-region): Ensure, that the
11501 temporary file is created also in the remote case.
11502
11503 2012-06-06 Glenn Morris <rgm@gnu.org>
11504
11505 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11506 (vc-rcs-update-changelog): Use it.
11507
11508 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11509
11510 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11511 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11512 (vc-sccs-diff): Replace use of the external vcdiff script.
11513
11514 2012-06-05 Glenn Morris <rgm@gnu.org>
11515
11516 * ledit.el: Move to obsolete/.
11517
11518 2012-06-05 Sam Steingold <sds@gnu.org>
11519
11520 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11521 patch (Bug#11140).
11522
11523 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * emacs-lisp/cust-print.el: Move to obsolete.
11526
11527 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11528 compiler-macro expansion.
11529
11530 Add native compiler-macro support.
11531 * emacs-lisp/macroexp.el (macroexpand-all-1):
11532 Support compiler-macros directly. Properly follow aliases and apply
11533 the compiler macros more thoroughly.
11534 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11535 macroexpand now properly follows aliases.
11536 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11537 (cl-compiler-macroexpand): Use new prop.
11538 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11539
11540 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11541
11542 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11543
11544 * window.el (get-lru-window, get-mru-window, get-largest-window):
11545 New argument NOT-SELECTED to avoid picking the selected window.
11546 (window--display-buffer-1, window--display-buffer-2): Replace by
11547 new function window--display-buffer
11548 (display-buffer-same-window, display-buffer-reuse-window)
11549 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11550 Use window--display-buffer.
11551 (display-buffer-use-some-window): Remove temporary dedication
11552 hack by calling get-lru-window and get-largest-window with
11553 NOT-SELECTED argument non-nil. Call window--display-buffer.
11554
11555 2012-06-05 Glenn Morris <rgm@gnu.org>
11556
11557 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11558 Replace external vcdiff script.
11559
11560 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11563
11564 2012-06-04 Chong Yidong <cyd@gnu.org>
11565
11566 * image.el (imagemagick-types-inhibit): Revert last change.
11567 Add INFO and M.
11568 (imagemagick-enabled-types): Remove CIN and EPS*.
11569
11570 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * emacs-lisp/cl-lib.el: Rename from cl.el.
11573 * emacs-lisp/cl.el: New compatibility file.
11574 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11575 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11576 to obey the "cl-" prefix.
11577 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11578
11579 2012-06-03 Glenn Morris <rgm@gnu.org>
11580
11581 * emacs-lisp/authors.el (authors-aliases): Addition.
11582
11583 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11584 Fix :version.
11585
11586 2012-06-03 Stefan Merten <smerten@oekonux.de>
11587
11588 * textmodes/rst.el: Add comments.
11589 (rst-transition, rst-adornment): New faces.
11590 (rst-adornment-faces-alist): Make default safe to reevaluate.
11591 Fixes
11592 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11593 Improve customization tags.
11594 (rst-define-level-faces): Clarify meaning.
11595
11596 2012-06-03 Chong Yidong <cyd@gnu.org>
11597
11598 * progmodes/compile.el (compilation-mode-line-fail)
11599 (compilation-mode-line-run, compilation-mode-line-exit):
11600 New faces.
11601 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11602
11603 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11604
11605 * progmodes/which-func.el (which-func-update-ediff-windows):
11606 New function. Use it in ediff-select-hook (Bug#11478).
11607
11608 2012-06-03 Chong Yidong <cyd@gnu.org>
11609
11610 * bindings.el: Remove explicit help text from format-mode-line.
11611 It is now supplied by mode-line-default-help-echo.
11612 (mode-line-front-space, mode-line-end-spaces)
11613 (mode-line-misc-info): New variables.
11614 (mode-line-modes, mode-line-position): Move the default value to
11615 the variable definition.
11616 (mode-line-default-help-echo): New defcustom.
11617 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11618 (mode-line-modified-help-echo): New functions.
11619 (mode-line-mule-info, mode-line-modified): Use them.
11620 (mode-line-eol-desc, propertized-buffer-identification):
11621 Consistency fixes for help text.
11622 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11623 set-buffer-file-coding-system (Bug#289).
11624 (mode-line-mule-info-help-echo): Update help text.
11625
11626 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * simple.el (execute-extended-command): Set real-this-command
11629 (bug#11506).
11630
11631 2012-06-02 Chong Yidong <cyd@gnu.org>
11632
11633 Remove incorrect uses of "modeline" in comments, docstrings, and
11634 function/variable names (Bug#10329).
11635
11636 * cus-edit.el (mode-line):
11637 * dframe.el (dframe-mouse-hscroll):
11638 * emacs-lisp/re-builder.el:
11639 * emacs-lisp/easy-mmode.el (define-minor-mode):
11640 * frame.el (set-frame-name):
11641 * help.el (lookup-minor-mode-from-indicator):
11642 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11643 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11644 (c-toggle-hungry-state):
11645 * progmodes/antlr-mode.el (antlr-language-alist):
11646 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11647 * progmodes/vhdl-mode.el (vhdl-mode):
11648 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11649 * term/ns-win.el (ns-face-at-pos):
11650 * term/sup-mouse.el (sup-mouse-report):
11651 * textmodes/flyspell.el (flyspell-mode-line-string):
11652 * textmodes/ispell.el (ispell-highlight-face):
11653 * textmodes/reftex-global.el:
11654 * vc/vc-arch.el (vc-arch-mode-line-string):
11655 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11656 * vc/vc-git.el (vc-git-mode-line-string):
11657 * vc/vc-hooks.el (vc-display-status)
11658 (vc-default-mode-line-string):
11659 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11660
11661 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11662
11663 * dired.el (dired-sort-set-mode-line): Rename from
11664 dired-sort-set-modeline. All callers changed.
11665
11666 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11667 eshell-status-in-modeline.
11668
11669 * foldout.el (foldout-mode-line-string): Rename from
11670 foldout-modeline-string. All callers changed.
11671 (foldout-update-mode-line): Rename from foldout-update-modeline.
11672
11673 * subr.el (redraw-modeline): Make into obsolete alias.
11674
11675 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11676 timeclock-modeline-display. Make old name an alias.
11677 (timeclock-update-mode-line): Likewise. All callers changed.
11678 (timeclock-mode-line-display): No need to check before using
11679 add-hook.
11680 (timeclock-relative, timeclock-day-over-hook)
11681 (timeclock-use-elapsed, timeclock-mode-string)
11682 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11683
11684 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11685 crisp-mode-modeline-string.
11686
11687 * play/solitaire.el (solitaire-build-mode-line): Rename from
11688 solitaire-build-modeline. All callers changed.
11689
11690 * play/zone.el (zone-hiding-mode-line): Rename from
11691 zone-hiding-modeline. All callers changed.
11692 (zone): Remove unusued `modeline-hidden-level' property.
11693
11694 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11695 xscheme-modeline-initialize. All callers changed.
11696
11697 * strokes.el (strokes-lighter): Rename from
11698 strokes-modeline-string.
11699
11700 * textmodes/sgml-mode.el (html-face-tag-alist)
11701 (html-tag-face-alist): Use mode-line face instead of obsolete
11702 alias modeline.
11703
11704 2012-06-02 Stefan Merten <smerten@oekonux.de>
11705
11706 * textmodes/rst.el: Always require `cl'.
11707 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11708
11709 2012-06-02 Chong Yidong <cyd@gnu.org>
11710
11711 * image.el (imagemagick-enabled-types): Rename from
11712 imagemagick-types-enable. Add many more types.
11713 (imagemagick-types-inhibit): Change default to nil.
11714 (imagemagick-filter-types): Caller changed.
11715
11716 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 * emacs-lisp/cl-macs.el: Use backquotes.
11719 (cl-transform-function-property): Use eval-and-compile rather than
11720 abusing `require'.
11721 (defstruct): Use declare-function instead of with-no-warnings.
11722
11723 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11724 (byte-compile-output-docform): Re-add the print-circle bindings.
11725 (byte-compile-fix-header): Use #$ just because it's shorter.
11726 (byte-compile-output-file-form): Remove defun/defmacro.
11727
11728 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11729
11730 * simple.el (choose-completion): Remove now obsolete binding for
11731 owindow.
11732
11733 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11734
11735 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11736 in order to avoid "Stack overflow in regexp matcher".
11737
11738 2012-05-31 Glenn Morris <rgm@gnu.org>
11739
11740 * image.el: For clarity, call imagemagick-register-types at
11741 top-level, rather than relying on a custom :initialize.
11742 (imagemagick-types-enable): New option. (Bug#11557)
11743 (imagemagick-filter-types): New function. (Bug#7406)
11744 (imagemagick-register-types): Use imagemagick-filter-types.
11745 If disabling support, remove elements altogether rather
11746 than using an impossible regexp.
11747 (imagemagick-types-inhibit): Give it the default init function.
11748
11749 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11752 Handle arbitrary file name lengths (Bug#11585).
11753
11754 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11755
11756 * desktop.el (desktop-read): Clear previous and next buffers for
11757 all windows and bury *Messages* buffer (bug#11556).
11758
11759 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11760
11761 Add `declare' for `defun'. Align `defmacro's with it.
11762 * emacs-lisp/easy-mmode.el (define-minor-mode)
11763 (define-globalized-minor-mode): Don't autoload the var definitions.
11764 * emacs-lisp/byte-run.el: Use lexical-binding.
11765 (defun-declarations-alist, macro-declarations-alist): New vars.
11766 (defmacro, defun): Use them.
11767 (make-obsolete, define-obsolete-function-alias)
11768 (make-obsolete-variable, define-obsolete-variable-alias):
11769 Use `declare'.
11770 (macro-declaration-function): Mark obsolete.
11771 * emacs-lisp/autoload.el: Use lexical-binding.
11772 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11773
11774 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11775
11776 * textmodes/ispell.el (ispell-with-no-warnings):
11777 Define as a macro.
11778 (ispell-kill-ispell, ispell-change-dictionary):
11779 Use `called-interactively-p' for Emacs instead of obsolete
11780 `interactive-p'.
11781
11782 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11785 (macro-declaration-function): Move var from C code.
11786 (macro-declaration-function): Define function with defalias.
11787 * emacs-lisp/macroexp.el (macroexpand-all-1):
11788 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11789 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11790 defun/defmacro any more.
11791 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11792 Provide fallback for unknown arglist.
11793 (byte-compile-arglist-warn): Change calling convention.
11794 (byte-compile-output-file-form): Move print-vars binding.
11795 (byte-compile-output-docform): Simplify accordingly.
11796 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11797 (byte-compile-defmacro-declaration): Remove.
11798 (byte-compile-file-form-defmumble): Generalize to defalias.
11799 (byte-compile-output-as-comment): Return byte-positions.
11800 Simplify callers accordingly.
11801 (byte-compile-lambda): Use `assert'.
11802 (byte-compile-defun, byte-compile-defmacro): Remove.
11803 (byte-compile-file-form-defalias):
11804 Use byte-compile-file-form-defmumble.
11805 (byte-compile-defalias-warn): Remove.
11806
11807 2012-05-29 Stefan Merten <smerten@oekonux.de>
11808
11809 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11810 possible. Fix authors. Improve comments. Improve loading of `cl'.
11811
11812 (rst-mode-abbrev-table): Merge definition.
11813 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11814 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11815
11816 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11817
11818 * calendar/icalendar.el
11819 (icalendar-export-region): Export UID properly.
11820
11821 2012-05-29 Leo Liu <sdl.web@gmail.com>
11822 * calendar/icalendar.el (icalendar-import-format):
11823 Add `icalendar-import-format-uid' (Bug#11525).
11824 (icalendar-import-format-uid): New.
11825 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11826 Export UID.
11827
11828 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11831 different alternative patterns.
11832 (pcase-codegen): Be more careful to preserve identity.
11833 (pcase--u1): Don't forget to mark vars as used.
11834
11835 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11836 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11837 (byte-compile-from-buffer): ...rather than here.
11838
11839 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11840 functions from byte-compile-function-environment.
11841
11842 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11843
11844 * window.el (window-deletable-p): Avoid deleting the root window
11845 of a frame with an active minibuffer.
11846
11847 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11848
11849 * simple.el (choose-completion): Use quit-window (Bug#11567).
11850
11851 2012-05-29 Chong Yidong <cyd@gnu.org>
11852
11853 * whitespace.el (whitespace-cleanup): Fix usage of
11854 whitespace-empty-at-bob-regexp (Bug#11492).
11855
11856 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11857
11858 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11859 revert (Bug#11488).
11860
11861 2012-05-29 Juri Linkov <juri@jurta.org>
11862
11863 * isearch.el (isearch-mode-map): Bind `M-s _' to
11864 `isearch-toggle-symbol'. Bind `M-s c' to
11865 `isearch-toggle-case-fold'.
11866 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11867 (isearch-forward): Add `M-s _' to the docstring.
11868 (isearch-forward-symbol, isearch-toggle-case-fold)
11869 (isearch-symbol-regexp): New functions. (Bug#11381)
11870
11871 2012-05-29 Juri Linkov <juri@jurta.org>
11872
11873 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11874 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11875 a function, call it to get the regexp.
11876 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11877 property `isearch-message-prefix' instead of the string "word ".
11878 (isearch-search-fun-default): For the case of `isearch-word',
11879 return a lambda that calls re-search-forward/re-search-backward
11880 with a regexp returned by `word-search-regexp' or by the function
11881 in `isearch-word'.
11882
11883 2012-05-29 Juri Linkov <juri@jurta.org>
11884
11885 * isearch.el (isearch-search-fun-default): New function.
11886 (isearch-search-fun): Move default part to the new function
11887 `isearch-search-fun-default'.
11888 (isearch-search-fun-function): Set the default value to
11889 `isearch-search-fun-default'. (Bug#11381)
11890
11891 * comint.el (comint-history-isearch-end):
11892 Use `isearch-search-fun-default'.
11893 (comint-history-isearch-search): Use `isearch-search-fun-default'
11894 and remove spacial case for `isearch-word'.
11895 (comint-history-isearch-wrap): Remove spacial case for
11896 `isearch-word'.
11897
11898 * hexl.el (hexl-isearch-search-function):
11899 Use `isearch-search-fun-default'.
11900
11901 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11902 Use `word-search-regexp' for `isearch-word'.
11903
11904 * misearch.el (multi-isearch-search-fun):
11905 Use `isearch-search-fun-default'.
11906
11907 * simple.el (minibuffer-history-isearch-search):
11908 Use `isearch-search-fun-default' and remove spacial case for
11909 `isearch-word'.
11910 (minibuffer-history-isearch-wrap): Remove spacial case for
11911 `isearch-word'.
11912
11913 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11914 Remove spacial case for `isearch-word'.
11915 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11916
11917 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11918
11919 Decrease XEmacs incompatibilities.
11920 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11921 Use `string-match'.
11922 (flyspell-delete-region-overlays): Use alternative definition for
11923 XEmacs.
11924 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11925 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11926 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11927 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11928 `define-obsolete-face-alias' under XEmacs, but old method.
11929
11930 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11931 `with-no-warnings' definition or Emacs alias.
11932 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11933 (ispell-word): Do not use `region-p' if XEmacs.
11934
11935 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11936
11937 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11938 Check for `ispell-dictionary-base-alist' instead of full
11939 `ispell-dictionary-alist'.
11940 (ispell-init-process): Show spellchecker when starting new Ispell
11941 process.
11942
11943 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11944
11945 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11946 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11947
11948 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11949
11950 * version.el (motif-version-string, gtk-version-string)
11951 (ns-version-string): Declare.
11952
11953 2012-05-27 Juri Linkov <juri@jurta.org>
11954
11955 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11956 after the `eval-defun-1' specialcaseing
11957 like in `edebug-eval-defun' (bug#10181).
11958
11959 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11960 like in `eval-defun-1'.
11961
11962 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11963
11964 * mail/sendmail.el (mail-yank-region):
11965 Recognize rmail-yank-current-message in addition to insert-buffer.
11966 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11967 a *mail* buffer created through rmail-start-mail with sendmail as
11968 mail-user-agent.
11969
11970 2012-05-27 Chong Yidong <cyd@gnu.org>
11971
11972 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11973 Default to 256 (Bug#11267).
11974
11975 * help.el (describe-mode): Doc fix.
11976
11977 2012-05-26 Glenn Morris <rgm@gnu.org>
11978
11979 * w32-fns.el (w32-init-info): Remove.
11980 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11981
11982 * info.el (info-initialize): For self-contained NS builds, put the
11983 included info/ directory at the front. (Bug#2791)
11984
11985 * paths.el (Info-default-directory-list): Make it a defcustom,
11986 mainly so that we can use custom-initialize-delay.
11987
11988 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11989
11990 * subr.el (buffer-has-markers-at): Mark obsolete.
11991
11992 * subr.el (lambda): Use declare.
11993
11994 * emacs-lisp/lisp-mode.el (lambda):
11995 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11996
11997 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11998
11999 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12000
12001 2012-05-26 Glenn Morris <rgm@gnu.org>
12002
12003 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12004
12005 2012-05-25 Glenn Morris <rgm@gnu.org>
12006
12007 * paths.el: Remove no-byte-compile.
12008 * loadup.el: No need to load paths.el uncompiled.
12009
12010 * image.el (imagemagick-types-inhibit): Doc fix.
12011
12012 * version.el: Remove no-byte-compile and associated formatting.
12013 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12014 is ancient code from when there was an "inc-vers.el".
12015
12016 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12017
12018 * progmodes/gdb-mi.el: Minor style changes.
12019 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12020 Turn into minor modes.
12021 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12022 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12023 (gdb-shell): Remove unneeded let-binding.
12024 (gdb-get-many-fields): Eliminate O(n²) behavior.
12025
12026 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12027
12028 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12029 platforms that don't link in fontset.c.
12030
12031 2012-05-25 Juri Linkov <juri@jurta.org>
12032
12033 Use the same diff color scheme as in modern VCSes (bug#10181).
12034
12035 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12036 to avoid confusion with `diff-added' that now uses green colors.
12037 (diff-removed): Use shades of red.
12038 (diff-added): Use shades of green.
12039 (diff-changed): Leave just the yellow color.
12040 (diff-use-changed-face): New variable.
12041 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12042 how to highlight context diff changes.
12043 (diff-refine-change): Use shades of yellow.
12044 (diff-refine-removed): New face that uses shades of red.
12045 (diff-refine-added): New face that uses shades of green.
12046 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12047 `diff-refine-removed' in the call to `smerge-refine-subst'
12048 depending on the value of `diff-use-changed-face'.
12049
12050 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12051 (smerge-other): Use shades of green.
12052 (smerge-base): Use shades of yellow.
12053 (smerge-refined-change): Empty face.
12054 (smerge-refined-removed): New face that uses shades of red.
12055 (smerge-refined-added): New face that uses shades of green.
12056 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12057 args `props-r' and `props-a', and use them. Doc fix.
12058 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12059 on its value use different faces `smerge-refined-change',
12060 `smerge-refined-removed', `smerge-refined-added' in the call to
12061 `smerge-refine-subst'.
12062
12063 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12064 Add face condition `min-colors 88' with shades of red.
12065 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12066 `min-colors 88' with shades of green.
12067 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12068 `min-colors 88' with shades of yellow.
12069
12070 2012-05-24 Glenn Morris <rgm@gnu.org>
12071
12072 * paths.el (prune-directory-list, remote-shell-program): Move to...
12073 * files.el (prune-directory-list, remote-shell-program): ...here.
12074 For the latter, delay initialization, prefer ssh, just search PATH.
12075
12076 * paths.el (term-file-prefix): Move to faces.el (the only user).
12077 * faces.el (term-file-prefix): Move here, make it a defcustom.
12078
12079 * paths.el (news-directory, news-path, news-inews-program):
12080 Move to gnus/nnspool.el.
12081
12082 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12083
12084 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12085 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12086 Make the latter a defcustom, with a delayed initialization.
12087
12088 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12089 These were deleted from Gnus itself late 2010.
12090
12091 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12092
12093 * progmodes/which-func.el (which-func-ff-hook):
12094 Check against user-error, not error.
12095
12096 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12097 cl-specs.el, which no longer exists.
12098
12099 2012-05-22 Glenn Morris <rgm@gnu.org>
12100
12101 * info.el (info-emacs-bug): New command.
12102 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12103 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12104
12105 2012-05-21 Glenn Morris <rgm@gnu.org>
12106
12107 * makefile.w32-in (update-subdirs-SH):
12108 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12109
12110 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12111
12112 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12113
12114 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12115 Simplify Maven regexp, and make sure the file can't start with a space
12116 (bug#11517).
12117
12118 2012-05-21 Glenn Morris <rgm@gnu.org>
12119
12120 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12121 Scrap superfluous subshells.
12122
12123 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12126 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12127
12128 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12129
12130 * calc/calc.el (calc-ensure-consistent-units): New variable.
12131
12132 * calc/calc-units.el (math-consistent-units-p)
12133 (math-check-unit-consistency): New functions.
12134 (calc-quick-units, calc-convert-units):
12135 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12136 is non-nil.
12137 (calc-extract-units): Fix typo.
12138
12139 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12140
12141 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12142
12143 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12144 (flyspell-default-deplacement-commands): Don't spell check after
12145 repeated window/frame switches (e.g. triggered by mouse-movement).
12146 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12147 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12148 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12149 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12150 Remove unused vars.
12151 (flyspell-get-casechars, flyspell-get-not-casechars):
12152 Simplify; Don't bother removing a ] just to add it back.
12153 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12154
12155 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12156
12157 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12158 New functions.
12159 (math-function-table): Add support for more C functions.
12160
12161 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12162
12163 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12164 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12165 Protect delay handling for otherchars against empty otherchars.
12166
12167 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12168
12169 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12170 their respective macro declarations.
12171 * skeleton.el (define-skeleton):
12172 * progmodes/compile.el (define-compilation-mode):
12173 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12174 (define-ibuffer-filter):
12175 * emacs-lisp/generic.el (define-generic-mode):
12176 * emacs-lisp/easy-mmode.el (define-minor-mode)
12177 (define-globalized-minor-mode):
12178 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12179 * emacs-lisp/byte-run.el (defsubst):
12180 * custom.el (deftheme): Add doc-string metadata.
12181
12182 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12185
12186 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12187
12188 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12189
12190 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12191 * emacs-lisp/cl-macs.el: Idem.
12192 * emacs-lisp/cl-specs.el: Remove.
12193
12194 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12195
12196 Minor renaming of internal CL functions and variables.
12197 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12198 (cl--position): Rename from cl-position.
12199 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12200 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12201 (cl--random-state): Rename from *random-state*.
12202
12203 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12206 parens around the arg list (bug#11499).
12207
12208 2012-05-17 Juri Linkov <juri@jurta.org>
12209
12210 * isearch.el (word-search-regexp, word-search-backward)
12211 (word-search-forward, word-search-backward-lax)
12212 (word-search-forward-lax): Move functions from search.c
12213 (bug#10145, bug#11381).
12214
12215 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12216
12217 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12218 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12219 Delay for otherchars as for normal word components.
12220
12221 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * minibuffer.el (completion--sifn-requote): Fix last change.
12224 (minibuffer-local-must-match-filename-map):
12225 Move define-obsolete-variable-alias before its var.
12226
12227 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12230
12231 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12232 behavior.
12233 (completion--string-equal-p): New function.
12234 (completion--twq-all): Use it to get better assertion failure data.
12235
12236 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12237 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12238 (shell--requote-argument): New functions.
12239 (shell-completion-vars): Use them.
12240 (shell--parse-pcomplete-arguments): Rename from
12241 shell-parse-pcomplete-arguments.
12242 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12243 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12244 Obey comint-file-name-quote-list.
12245
12246 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12247 (smie-indent-keyword): Use it.
12248
12249 2012-05-14 Stefan Merten <smerten@oekonux.de>
12250
12251 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12252
12253 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12254
12255 * net/rlogin.el (rlogin-mode-map): Fix last change.
12256
12257 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12258
12259 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12260 the following \r\n using a single `process-send-string', since the
12261 Lotus SMTP server refuses to accept any commands if they are sent
12262 with two `process-send-string's (Bug#11444).
12263
12264 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * shell.el (shell-parse-pcomplete-arguments):
12267 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12268
12269 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12270
12271 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12272 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12273 (image-transform-width, image-transform-fit-width): New functions.
12274 (image-transform-properties): Use them.
12275 (image-transform-check-size): New function.
12276 (image-toggle-display-image): Use it (for testing).
12277 (image-transform-set-rotation): Reduce angle mod 360.
12278 Delete obsolete comment.
12279
12280 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12281
12282 * image-mode.el: Fix scaling (bug#11399).
12283 (image-transform-resize): Doc fix.
12284 (image-transform-properties): Default scale is 1 and height should
12285 be an integer.
12286
12287 2012-05-13 Johan Bockgård <bojohan@gnu.org>
12288
12289 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12290 than hard-coding `car', to fix misbehavior when moving forward.
12291
12292 2012-05-13 Chong Yidong <cyd@gnu.org>
12293
12294 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12295 (tabulated-list-entries, tabulated-list-padding)
12296 (tabulated-list-sort-key): Make permanent-local.
12297
12298 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12299 (electric-buffer-list): Put electric buffer menu
12300 command descriptions in this docstring, instead of the docstring
12301 of electric-buffer-menu-mode. Code cleanups.
12302 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12303 Electric-buffer-menu-mode.
12304 (electric-buffer-update-highlight): Minor code cleanup.
12305
12306 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12307
12308 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12309 (Bug#11447)
12310
12311 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12312
12313 Move define-obsolete-variable-alias before the var's definition.
12314 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12315 * tooltip.el (tooltip-hook):
12316 * textmodes/reftex-toc.el (reftex-toc-map):
12317 * textmodes/reftex-sel.el (reftex-select-label-map)
12318 (reftex-select-bib-map):
12319 * textmodes/reftex-index.el (reftex-index-map)
12320 (reftex-index-phrases-map):
12321 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12322 * progmodes/meta-mode.el (meta-mode-map):
12323 * novice.el (disabled-command-hook):
12324 * loadhist.el (unload-hook-features-list):
12325 * frame.el (blink-cursor):
12326 * files.el (find-file-not-found-hooks, write-file-hooks)
12327 (write-contents-hooks):
12328 * emulation/tpu-edt.el (GOLD-map):
12329 * emacs-lock.el (emacs-lock-from-exiting):
12330 * emacs-lisp/generic.el (generic-font-lock-defaults):
12331 * emacs-lisp/chart.el (chart-map):
12332 * dos-fns.el (register-name-alist):
12333 * dired-x.el (dired-omit-files-p):
12334 * desktop.el (desktop-enable):
12335 * cus-edit.el (custom-mode-hook):
12336 * buff-menu.el (buffer-menu-mode-hook):
12337 * bookmark.el (bookmark-read-annotation-text-func)
12338 (bookmark-exit-hooks):
12339 * allout.el (allout-mode-deactivate-hook)
12340 (allout-exposure-change-hook, allout-structure-added-hook)
12341 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12342 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12343 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12344 comes before the corresponding variable's definition.
12345
12346 2012-05-12 Chong Yidong <cyd@gnu.org>
12347
12348 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12349 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12350 (Buffer-menu-mode-map): Bind it.
12351 (Buffer-menu--pretty-name): Add a mouse-face property.
12352
12353 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12354
12355 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12356 (prolog-upper-case-string, prolog-lower-case-string)
12357 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12358 (prolog-use-smie, prolog-smie-grammar): New vars.
12359 (prolog-smie-forward-token, prolog-smie-backward-token)
12360 (prolog-smie-rules): New funs.
12361 (prolog-comment-indent): Remove.
12362 (prolog-mode-variables): Use default comment indentation instead.
12363 Setup SMIE.
12364 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12365 (prolog-mode): Don't call them any more.
12366 (prolog-electric-colon, prolog-electric-dash)
12367 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12368
12369 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12370
12371 * minibuffer.el (completion--twq-all): Again, allow case differences.
12372
12373 * term.el: Move keymap initialization code to be more idiomatic.
12374 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12375 (term-terminal-menu): Move initialization into declaration.
12376 (term-escape-char): Let the user set it in her .emacs.
12377
12378 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12379 Provide SMIE-based indentation (not enabled by default yet).
12380 (sh-mode-map): Don't bind electric keys.
12381 Use electric-pair-mode instead of skeleton-pair.
12382 (sh-assignment-regexp): Fit within 80 columns.
12383 (sh-indent-supported): Specify actual shell name instead of boolean.
12384 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12385 (sh-maybe-here-document): Use it. Make obsolete.
12386 (sh-electric-here-document-mode) New minor mode.
12387 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12388 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12389 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12390 (sh-smie-rc-grammar, sh-use-smie): New vars.
12391 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12392 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12393 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12394 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12395 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12396 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12397 (sh-set-shell): Use smie-setup if requested.
12398
12399 * term.el (term-set-escape-char): Properly set term-escape-char.
12400 See http://stackoverflow.com/questions/10524656.
12401
12402 2012-05-10 Chong Yidong <cyd@gnu.org>
12403
12404 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12405 Use url-generic-parse-url, and handle host names and Windows
12406 filenames properly.
12407 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12408 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12409 URL schemes to work on.
12410 (ffap--toggle-read-only): New function.
12411 (ffap-read-only, ffap-read-only-other-window)
12412 (ffap-read-only-other-frame): Use it.
12413 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12414 necessary for ffap-url-unwrap-remote.
12415
12416 2012-05-10 Dave Abrahams <dave@boostpro.com>
12417
12418 * cus-start.el (create-lockfiles): Add it.
12419
12420 2012-05-09 Chong Yidong <cyd@gnu.org>
12421
12422 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12423 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12424
12425 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12428
12429 2012-05-09 Chong Yidong <cyd@gnu.org>
12430
12431 * ansi-color.el (ansi-color-process-output): Check for validity of
12432 comint-last-output-start before using it. This avoids a bad
12433 interaction with gdb-mi's input/output buffer.
12434
12435 2012-05-09 Glenn Morris <rgm@gnu.org>
12436
12437 * files.el (dir-locals-read-from-file):
12438 Mention dir-locals in any error message.
12439
12440 2012-05-09 Chong Yidong <cyd@gnu.org>
12441
12442 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12443 package (Bug#11410).
12444
12445 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12446 variables into description.
12447
12448 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12451 shell-delimiter-argument-list (bug#11348).
12452 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12453
12454 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12455
12456 * textmodes/rst.el: Silence byte-compiler warnings.
12457 (rst-re-alist, rst-reset-section-caches): Move around.
12458 (rst-re): Use `characterp', not `char-valid-p'.
12459 (font-lock-beg, font-lock-end): Declare.
12460
12461 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12462 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12463
12464 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12465
12466 2012-05-08 Glenn Morris <rgm@gnu.org>
12467
12468 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12469
12470 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * vc/log-edit.el: Add GNU coding standards highlighting.
12473 (log-edit-font-lock-gnu-style)
12474 (log-edit-font-lock-gnu-keywords): New vars.
12475 (log-edit-font-lock-keywords): New fun.
12476 (log-edit-mode): Don't fold case in font-lock.
12477 (log-edit-font-lock-keywords): Do not assume case-folding.
12478
12479 * imenu.el: Misc cleanup. Make docstrings out of comments.
12480 Use lexical-binding.
12481 (imenu--index-alist, imenu--last-menubar-index-alist)
12482 (imenu-menubar-modified-tick): Use defvar-local.
12483 (imenu--split-menu): Remove unused var.
12484 (imenu--cleanup-seen): Declare as global.
12485 (imenu--cleanup): Use dolist.
12486
12487 * subr.el (defvar-local): Add debug spec and doc-string position.
12488
12489 2012-05-08 Glenn Morris <rgm@gnu.org>
12490
12491 * language/burmese.el, language/cham.el, language/czech.el:
12492 * language/english.el, language/georgian.el, language/greek.el:
12493 * language/japanese.el, language/khmer.el, language/korean.el:
12494 * language/lao.el, language/misc-lang.el, language/romanian.el:
12495 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12496 * language/thai.el, language/utf-8-lang.el:
12497 Remove no-byte-compile setting.
12498
12499 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12500
12501 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12502
12503 * progmodes/make-mode.el (makefile-browse):
12504 Remove unnecessary interactive. (Bug#11324)
12505
12506 2012-05-07 Glenn Morris <rgm@gnu.org>
12507
12508 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12509
12510 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12511
12512 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12513
12514 * loadup.el: Preload newcomment.el.
12515 * newcomment.el: Move autoload-only code to toplevel.
12516
12517 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12518 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12519 Handle new :right-align column property.
12520 (tabulated-list-print-col): Idem, plus use `display' text-property to
12521 try and preserve alignment for variable pitch fonts.
12522
12523 2012-05-07 Chong Yidong <cyd@gnu.org>
12524
12525 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12526 (tabulated-list-use-header-line): New var.
12527 (tabulated-list-init-header): Use it.
12528 (tabulated-list-print-fake-header): New function.
12529 (tabulated-list-print): Use it.
12530 (tabulated-list-sort-button-map): Add non-header-line commands.
12531 (tabulated-list-init-header): Add column name property to basic
12532 labels as well.
12533 (tabulated-list-col-sort): Handle non-header-line button case.
12534 (tabulated-list--sort-by-column-name): Fix a corner case.
12535
12536 * buff-menu.el (list-buffers--refresh):
12537 Handle Buffer-menu-use-header-line.
12538
12539 2012-05-06 Chong Yidong <cyd@gnu.org>
12540
12541 * buff-menu.el: Convert to Tabulated List mode.
12542 (Buffer-menu-buffer+size-width): Make obsolete.
12543 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12544 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12545 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12546 documentation into docstring of buffer-menu.
12547 (Buffer-menu-toggle-files-only): Add an informative message.
12548 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12549 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12550 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12551 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12552 (Buffer-menu-execute, Buffer-menu-select)
12553 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12554 (Buffer-menu-bury): Use Tabulated List machinery.
12555 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12556 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12557 Delete.
12558 (list-buffers--refresh): New function.
12559 (list-buffers-noselect): Use it.
12560 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12561 (Buffer-menu--pretty-file-name): New helper functions.
12562
12563 * loadup.el: Preload tabulated-list.
12564
12565 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12566 tabulated-list-sort-column.
12567 (tabulated-list-init-header): Add the initial aligning space even
12568 if tabulated-list-padding is zero.
12569
12570 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12571
12572 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12573 whose cdr is not a cons cell correctly (bug#11038).
12574
12575 2012-05-06 Chong Yidong <cyd@gnu.org>
12576
12577 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12578 Accept additional plist in column descriptors.
12579 (tabulated-list-init-header): Obey it.
12580 (tabulated-list-get-entry): New function.
12581 (tabulated-list-put-tag): Use it. Use string-width instead of
12582 length.
12583 (tabulated-list--column-number): New function.
12584 (tabulated-list-print): Use it.
12585 (tabulated-list-print-col): New function.
12586 Set `tabulated-list-column-name' property on each column's text.
12587 (tabulated-list-print-entry): Use it.
12588 (tabulated-list-delete-entry, tabulated-list-set-col):
12589 New functions.
12590 (tabulated-list-sort-column): New command (Bug#11337).
12591
12592 * buff-menu.el (list-buffers): Move C-x C-b binding from
12593 buff-menu.el to bindings.el.
12594
12595 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12596 :advertised-binding feature.
12597
12598 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12599
12600 * progmodes/compile.el (compilation-internal-error-properties):
12601 Calculate start position correctly when end-col is set but
12602 end-line is not (Bug#11382).
12603
12604 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12605
12606 * man.el (Man-unindent): Use text-property-default-nonsticky to
12607 prevent untabify from inheriting face properties (Bug#11408).
12608
12609 2012-05-05 Stefan Merten <smerten@oekonux.de>
12610
12611 * textmodes/rst.el: Major merge with upstream development up to
12612 Docutils SVN r7399 / rst.el V1.2.1.
12613
12614 Clarify maintainership and authors.
12615
12616 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12617 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12618 (rst-official-version, rst-official-cvs-rev, rst-version)
12619 (rst-package-emacs-version-alist): New functions and variables
12620 for version information.
12621
12622 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12623 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12624 (rst-mode-syntax-table, rst-mode): New and corrected functions
12625 and variables representing reStructuredText features.
12626
12627 (rst-re): New function for reStructuredText regexes. Use in
12628 many places.
12629
12630 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12631 (rst-mode-map): Rebind keys.
12632
12633 (rst-mode-lazy, rst-font-lock-keywords)
12634 (rst-font-lock-extend-region)
12635 (rst-font-lock-extend-region-internal)
12636 (rst-font-lock-extend-region-extend)
12637 (rst-font-lock-find-unindented-line-limit)
12638 (rst-font-lock-find-unindented-line-match)
12639 (rst-adornment-level, rst-font-lock-adornment-level)
12640 (rst-font-lock-adornment-match)
12641 (rst-font-lock-handle-adornment-pre-match-form)
12642 (rst-font-lock-handle-adornment-matcher): Major revision of
12643 font-locking. Integrate with other code. Use `jit-lock-mode'.
12644
12645 (rst-preferred-adornments, rst-adjust-hook)
12646 (rst-new-adornment-down, rst-preferred-bullets)
12647 (rst-preferred-bullets, rst-indent, rst-indent-width)
12648 (rst-indent-field, rst-indent-literal-normal)
12649 (rst-indent-literal-minimized, rst-indent-comment): Change,
12650 extend and improve customization.
12651
12652 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12653 (rst-normalize-cursor-position, rst-get-decoration)
12654 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12655 (rst-rstrip, rst-toc-insert-find-delete-contents)
12656 (rst-shift-fill-region, rst-compute-bullet-tabs)
12657 (rst-debug-print-tabs, rst-debug-mark-found)
12658 (rst-shift-region-guts, rst-shift-region-right)
12659 (rst-shift-region-left, rst-use-char-classes)
12660 (rst-font-lock-keywords-function)
12661 (rst-font-lock-indentation-point)
12662 (rst-font-lock-find-unindented-line-begin)
12663 (rst-font-lock-find-unindented-line-end)
12664 (rst-font-lock-find-unindented-line)
12665 (rst-font-lock-adornment-point, rst-font-lock-level)
12666 (rst-adornment-level-alist): Remove functions and variables.
12667
12668 (rst-compare-adornments, rst-get-adornment-match)
12669 (rst-suggest-new-adornment, rst-get-adornments-around)
12670 (rst-adornment-complete-p, rst-get-next-adornment)
12671 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12672 (rst-straighten-adornments): Standardize function names to
12673 use "adornment" instead of "decoration". Correct callers.
12674 Similar standardizing in many places.
12675
12676 (rst-update-section, rst-adjust, rst-promote-region)
12677 (rst-enumerate-region, rst-bullet-list-region)
12678 (rst-repeat-last-character): Correct use of `interactive'.
12679
12680 (rst-classify-adornment, rst-find-all-adornments)
12681 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12682 (rst-find-leftmost-column, rst-repeat-last-character):
12683 Refactor functions.
12684
12685 (rst-find-title-line, rst-reset-section-caches)
12686 (rst-get-adornments-around, rst-adjust-adornment-work)
12687 (rst-arabic-to-roman, rst-roman-to-arabic)
12688 (rst-insert-list-pos, rst-insert-list-new-item)
12689 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12690 New functions.
12691
12692 (rst-all-sections, rst-section-hierarchy)
12693 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12694 New variables.
12695
12696 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12697 configuration instead of only buffer. Change where necessary.
12698
12699 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12700 (rst-shift-region, rst-adaptive-fill): New functions for
12701 indentation and filling.
12702
12703 (rst-comment-line-break, rst-comment-indent)
12704 (rst-comment-insert-comment, rst-comment-region)
12705 (rst-uncomment-region): New functions for handling comments.
12706
12707 (rst-compile): Quote shell arguments.
12708
12709 (rst-compile-pdf-preview, rst-compile-slides-preview):
12710 Delete temporary files after use.
12711
12712 2012-05-05 Glenn Morris <rgm@gnu.org>
12713
12714 * calendar/cal-html.el: Optionally include holidays in the output.
12715 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12716 (cal-html-holidays): New option.
12717 (cal-html-css-default): Add holiday entry.
12718 (holiday-in-range): Autoload it.
12719 (cal-html-htmlify-entry): Add optional class argument.
12720 (cal-html-htmlify-list): Add optional holidays argument.
12721 (cal-html-insert-agenda-days): Include holidays in the output.
12722 (cal-html-one-month): Maybe include holidays.
12723
12724 * calendar/holidays.el (holiday-in-range):
12725 Move here from cal-tex-list-holidays.
12726 * calendar/cal-tex.el (cal-tex-list-holidays):
12727 Make it an obsolete alias for holiday-in-range. Update all callers.
12728
12729 2012-05-05 Chong Yidong <cyd@gnu.org>
12730
12731 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12732 Nextstep.
12733
12734 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12735
12736 * files.el (file-auto-mode-skip): New var.
12737 (set-auto-mode-1): Use it.
12738
12739 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12740
12741 * repeat.el: Use lexical-binding.
12742 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12743 (repeat-undo-count): Remove.
12744 (repeat):
12745 * progmodes/octave-mod.el (octave-abbrev-start):
12746 * progmodes/f90.el (f90-abbrev-start):
12747 * face-remap.el (text-scale-adjust):
12748 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12749
12750 * emacs-lisp/pcase.el (pcase--let*): New function.
12751 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12752 a bit more.
12753 (pcase--split-pred): Be more clever about ruling out overlap between
12754 a predicate and some constant pattern.
12755 (pcase--q1): Use `null' instead of (eq foo nil).
12756
12757 * subr.el (setq-local, defvar-local): New macros.
12758 (kbd): Redefine as an alias.
12759 (with-selected-window): Leave unrelated frames alone.
12760 (set-temporary-overlay-map): New function.
12761
12762 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * subr.el (user-error): New function.
12765 * window.el (switch-to-buffer):
12766 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12767 (smerge-match-conflict):
12768 * simple.el (previous-matching-history-element)
12769 (next-matching-history-element, goto-history-element, undo-more)
12770 (undo-start):
12771 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12772 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12773 (next-file, tags-loop-scan, list-tags, complete-tag):
12774 * progmodes/compile.el (compilation-loop):
12775 * mouse.el (mouse-minibuffer-check):
12776 * man.el (Man-bgproc-sentinel, Man-goto-page):
12777 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12778 (Info-history-forward, Info-follow-reference, Info-menu)
12779 (Info-extract-menu-item, Info-extract-menu-counting)
12780 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12781 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12782 (Info-next-reference, Info-prev-reference, Info-index)
12783 (Info-index-next, Info-follow-nearest-node)
12784 (Info-copy-current-node-name):
12785 * imenu.el (imenu--make-index-alist)
12786 (imenu-default-create-index-function, imenu-add-to-menubar):
12787 * files.el (basic-save-buffer, recover-file):
12788 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12789 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12790 (checkdoc-message-text, checkdoc-defun):
12791 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12792 * cus-edit.el (customize-changed-options, customize-rogue)
12793 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12794 (custom-variable-mark-to-reset-standard)
12795 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12796 (custom-file):
12797 * completion.el (check-completion-length):
12798 * comint.el (comint-search-arg)
12799 (comint-previous-matching-input-string-position)
12800 (comint-previous-matching-input)
12801 (comint-replace-by-expanded-history-before-point, comint-send-input)
12802 (comint-copy-old-input, comint-backward-matching-input)
12803 (comint-goto-process-mark, comint-set-process-mark):
12804 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12805 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12806
12807 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12808
12809 * dabbrev.el (dabbrev--ignore-case-p): New function.
12810 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12811 Use it.
12812
12813 * files.el (automount-dir-prefix): Mark as obsolete.
12814
12815 2012-05-04 Glenn Morris <rgm@gnu.org>
12816
12817 * patcomp.el, play/bruce.el: Move to obsolete/.
12818
12819 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12820
12821 Fix minor Y10k bugs.
12822 * arc-mode.el (archive-unixdate):
12823 * autoinsert.el (auto-insert-alist):
12824 * calc/calc-forms.el (math-this-year):
12825 * emacs-lisp/copyright.el (copyright-current-year)
12826 (copyright-update-year, copyright):
12827 * tar-mode.el (tar-clip-time-string):
12828 * time.el (display-time-update):
12829 Don't assume years have 4 digits.
12830
12831 2012-05-04 Chong Yidong <cyd@gnu.org>
12832
12833 * dos-w32.el (file-name-buffer-file-type-alist)
12834 (direct-print-region-use-command-dot-com):
12835 * ffap.el (ffap-menu-regexp):
12836 * find-file.el (ff-special-constructs):
12837 * follow.el (follow-debug):
12838 * forms.el (forms--debug):
12839 * iswitchb.el (iswitchb-all-frames):
12840 * ido.el (ido-all-frames):
12841 * emacs-lisp/timer.el (timer-max-repeats):
12842 * mail/feedmail.el (feedmail-mail-send-hook)
12843 (feedmail-mail-send-hook-queued):
12844 * mail/footnote.el (footnote-signature-separator):
12845 * mail/mailabbrev.el (mail-alias-separator-string)
12846 (mail-abbrev-mode-regexp):
12847 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12848 * progmodes/idlwave.el (idlwave-libinfo-file)
12849 (idlwave-default-completion-case-is-down)
12850 (idlwave-library-routines): Convert defvars to defcustoms.
12851
12852 * mail/rmail.el (rmail-decode-mime-charset):
12853 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12854 (idlwave-shell-fix-inserted-breaks)
12855 (idlwave-shell-activate-alt-keybindings)
12856 (idlwave-shell-use-breakpoint-glyph):
12857 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12858
12859 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12862
12863 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12864
12865 * progmodes/verilog-mode.el (font-lock-keywords):
12866 Fix mis-highligting auto. Reported by Craig Barner.
12867 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12868 defines from global name space. Reported by Dan Dever.
12869 (verilog-auto-reset, verilog-auto-reset-widths)
12870 (verilog-auto-tieoff): Support using unbased numbers for
12871 AUTORESET and AUTOTIEOFF.
12872 (verilog-submit-bug-report): Update variable list.
12873 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12874 parenthesis from not matching. Reported by Michael Rytting.
12875 (verilog-auto-template-lint): Fix hash error when linting modules
12876 with no used templates.
12877 (verilog-warn, verilog-warn-error)
12878 (verilog-warn-fatal): When non-interactive report multiple
12879 warnings before exiting. Suggested by Brad Dobbie.
12880 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12881 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12882 to report unused template errors. Reported by Brad Dobbie.
12883 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12884 nets, bug438. Reported by Vns Blore.
12885 (verilog-auto-inout-module, verilog-auto-reg)
12886 (verilog-read-decls, verilog-read-sub-decls-sig)
12887 (verilog-signals-edit-wire-reg, verilog-signals-with):
12888 Fix passing of Verilog data types in ANSI input/output ports
12889 such as "output logic" into the AUTOs. Special case "wire" and
12890 "reg" for backwards compatibility presuming Verilog 2001.
12891 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12892 (verilog-preprocess): Fix replication of preprocess output.
12893 Reported by Brad Dobbie.
12894 (verilog-auto-inst-interfaced-ports):
12895 Create verilog-auto-inst-interfaced-ports, bug429.
12896 Reported by Julian Gorfajn.
12897 (verilog-after-save-font-hook)
12898 (verilog-before-save-font-hook): New variable.
12899 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12900 (verilog-save-font-mods): Wrap disabling fontification, reported
12901 by David Rogoff.
12902 (verilog-do-indent, verilog-pretty-declarations-auto)
12903 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12904 Reported by Pierre-David Pfister.
12905 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12906 of class declarations, bug292. Reported by Kevin Heilman.
12907 (verilog-read-decls): Fix 'parameter type' not appearing in
12908 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12909 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12910 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12911 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12912 Reported by David Kravitz.
12913
12914 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12915
12916 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12917 assignment with tests in ifs and for loops.
12918 (verilog-extended-complete-re, verilog-complete-reg): Change so
12919 that DPI inport functions don't look like fuction declarations.
12920 (verilog-pretty-expr): Don't line up assignment
12921 operations to the test and increment in if and for loops
12922 (verilog-extended-complete-re, verilog-complete-reg): Change so
12923 that DPI inport functions don't look like fuction declarations.
12924
12925 2012-05-03 Kenichi Handa <handa@m17n.org>
12926
12927 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12928 decoding, and show a warning message without signaling an error
12929 (Bug#11282).
12930
12931 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * emacs-lisp/bytecomp.el
12934 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12935 since cconv.el might have introduced :fun-body, internal-make-closure,
12936 and friends for bytecomp to handle (bug#11391).
12937 * custom.el (defcustom): Avoid ((λ ..) ..).
12938
12939 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12942
12943 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12944
12945 * notifications.el (dbus-debug):
12946 * term/linux.el (gpm-mouse-enable):
12947 * term/screen.el (xterm-register-default-colors): Declare.
12948
12949 2012-05-02 Chong Yidong <cyd@gnu.org>
12950
12951 * cus-start.el (gc-cons-percentage, exec-suffixes)
12952 (dos-display-scancodes, dos-hyper-key, dos-super-key)
12953 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12954 (make-cursor-line-fully-visible, void-text-area-pointer)
12955 (font-list-limit): Add customization data.
12956
12957 * allout.el (allout-exposure-change-functions)
12958 (allout-structure-added-functions)
12959 (allout-structure-deleted-functions)
12960 (allout-structure-shifted-functions): Rename abnormal hooks from
12961 *-hook, and convert to defcustoms.
12962 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12963 Convert to defcustoms.
12964 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12965
12966 * allout-widgets.el: Hook callers changed.
12967
12968 2012-05-02 Eli Zaretskii <eliz@gnu.org>
12969
12970 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12971 the yanked message in preference to the default value of
12972 buffer-file-coding-system.
12973
12974 2012-05-02 Martin Rudalics <rudalics@gmx.at>
12975
12976 * window.el (display-buffer--action-function-custom-type):
12977 Fix entry.
12978
12979 2012-05-02 Alan Mackenzie <acm@muc.de>
12980
12981 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12982
12983 2012-05-01 Glenn Morris <rgm@gnu.org>
12984
12985 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12986
12987 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
12988
12989 * cus-edit.el (custom-variable-documentation): Simplify with format.
12990
12991 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12992 Stefan Monnier <monnier@iro.umontreal.ca>
12993
12994 * simple.el (suggest-key-bindings, execute-extended-command):
12995 Move from keyboard.c.
12996
12997 2012-05-01 Chong Yidong <cyd@gnu.org>
12998
12999 * follow.el: Eliminate advice.
13000 (set-process-filter, process-filter, sit-for): Advice deleted.
13001 (follow-mode-off-hook): Obsolete hook removed.
13002 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13003 Vars deleted.
13004 (follow-auto): Use a :set function.
13005 (follow-mode): Rewritten. Don't advise process filters.
13006 (follow-switch-to-current-buffer-all, follow-scroll-up)
13007 (follow-scroll-down): Assume follow-mode is bound.
13008 (follow-comint-scroll-to-bottom)
13009 (follow-align-compilation-windows): New functions.
13010 (follow--window-sorter): New function.
13011 (follow-all-followers): Use it to explicitly sort windows by their
13012 positions; don't make assumptions about next-window order.
13013 (follow-windows-start-end, follow-delete-other-windows-and-split)
13014 (follow-calc-win-start): Doc fix.
13015 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13016 vertical-motion unnecessarily.
13017 (follow-adjust-window): New function.
13018 (follow-post-command-hook): Use it.
13019 (follow-call-set-process-filter, follow-call-process-filter)
13020 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13021 (follow-stop-intercept-process-output, follow-generic-filter):
13022 Functions deleted.
13023 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13024 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13025 New functions, replacing advice on scroll-bar-* commands.
13026 (follow-mwheel-scroll): New function (Bug#4112).
13027
13028 * comint.el (comint-adjust-point): New function.
13029 (comint-postoutput-scroll-to-bottom): Use it.
13030 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13031
13032 2012-05-01 Glenn Morris <rgm@gnu.org>
13033
13034 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13035 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13036 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13037 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13038 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13039 Remove no-byte-compile setting.
13040
13041 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13044 all-completions code to not return a number in the last cdr.
13045
13046 2012-04-30 Leo Liu <sdl.web@gmail.com>
13047
13048 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13049 read-only error.
13050
13051 2012-04-29 Chong Yidong <cyd@gnu.org>
13052
13053 * follow.el (follow-calc-win-end): Rewrite to handle partial
13054 screen lines correctly (Bug#8390).
13055 (follow-avoid-tail-recenter): Minor cleanup.
13056
13057 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 Avoid the obsolete `assoc' package.
13060 * speedbar.el (speedbar-refresh): Avoid adelete.
13061 (speedbar-file-lists): Simplify and avoid aput.
13062 * man.el (Man--sections, Man--refpages): New vars, replacing
13063 Man-sections-alist and Man-refpages-alist.
13064 (Man-build-section-alist, Man-build-references-alist):
13065 Use them; avoid aput.
13066 (Man--last-section, Man--last-refpage): New vars.
13067 (Man-follow-manual-reference): Use them.
13068 Use the `default' arg of completing-read.
13069 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13070
13071 2012-04-27 Chong Yidong <cyd@gnu.org>
13072
13073 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13074
13075 * startup.el (x-apply-session-resources): New function.
13076
13077 * term/ns-win.el (ns-initialize-window-system):
13078 * term/w32-win.el (w32-initialize-window-system):
13079 * term/x-win.el (x-initialize-window-system): Use it to properly
13080 set menu-bar-mode and other vars from X resources, even if the
13081 initial frame is not a window-system frame (Bug#2299).
13082
13083 * subr.el (read-key): Avoid running filter function when setting
13084 up temporary tool bar entries (Bug#9922).
13085
13086 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13087
13088 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13089 (Bug#11344)
13090
13091 2012-04-27 Chong Yidong <cyd@gnu.org>
13092
13093 * select.el (xselect--encode-string): New function, split from
13094 xselect-convert-to-string.
13095 (xselect-convert-to-string): Use it.
13096 (xselect-convert-to-filename, xselect-convert-to-os)
13097 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13098 returned strings are properly encoded (Bug#11315).
13099
13100 2012-04-27 Chong Yidong <cyd@gnu.org>
13101
13102 * simple.el (delete-active-region): Move to killing custom group.
13103
13104 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13105
13106 * progmodes/which-func.el (which-func-current): Quote %
13107 characters for mode-line processing.
13108
13109 2012-04-27 Chong Yidong <cyd@gnu.org>
13110
13111 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13112 reaching eob (Bug#11286).
13113
13114 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13115
13116 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13117 (gdb): Make it buffer-local and init to zero.
13118 (gdb-control-commands-regexp): New variable.
13119 (gdb-send): Don't wrap in "-interpreter-exec console" if
13120 gdb-control-level is positive. Increment gdb-control-level
13121 whenever the command matches gdb-control-commands-regexp, and
13122 decrement it each time the command is "end". (Bug#11279)
13123
13124 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13125
13126 * window.el (adjust-window-trailing-edge, enlarge-window)
13127 (shrink-window, window-resize):
13128 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13129 windows (Bug#11276).
13130
13131 2012-04-27 Chong Yidong <cyd@gnu.org>
13132
13133 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13134 fix "missing prefix" warning. All callers changed.
13135
13136 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * emacs-lisp/assoc.el: Move to obsolete/.
13139
13140 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13143
13144 * term/ns-win.el (ns-define-service):
13145 * progmodes/pascal.el (pascal-goto-defun):
13146 * progmodes/js.el (js--read-tab):
13147 * progmodes/etags.el (tags-lazy-completion-table):
13148 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13149 * emacs-lisp/ewoc.el (ewoc--wrap):
13150 * emacs-lisp/assoc.el (aput, adelete, amake):
13151 * doc-view.el (doc-view-convert-current-doc):
13152 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13153
13154 2012-04-26 Chong Yidong <cyd@gnu.org>
13155
13156 * image.el (image-type-from-buffer): Only return supported image
13157 type (Bug#9045).
13158
13159 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13160 value, for symmetry with diff-end-of-hunk.
13161 (diff-split-hunk, diff-find-source-location)
13162 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13163 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13164 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13165 compute the relevant hunk or file properly (Bug#6005).
13166 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13167
13168 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13169
13170 * vc/vc-mtn.el:
13171 * vc/vc-hg.el:
13172 * vc/vc-git.el:
13173 * vc/vc-dir.el:
13174 * vc/vc-cvs.el:
13175 * vc/vc-bzr.el:
13176 * vc/vc-arch.el:
13177 * vc/vc.el: Replace lexical-let by lexical-binding.
13178 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13179 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13180 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13181
13182 2012-04-26 Chong Yidong <cyd@gnu.org>
13183
13184 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13185 (diff-mode-shared-map): Bind it to / and [remap undo].
13186
13187 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13188 (ediff-window-setup-function): Use it as the default, to set up
13189 windows based on whether the current frame is graphical (Bug#2138).
13190 (ediff-choose-window-setup-function-automatically): Make obsolete.
13191
13192 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13193
13194 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13195
13196 * ffap.el: Remove old code for obsolete package.
13197 (ffap-complete-as-file-p): Remove.
13198
13199 Use completion-table-with-quoting for comint and pcomplete.
13200 * comint.el (comint--unquote&requote-argument)
13201 (comint--unquote-argument, comint--requote-argument): New functions.
13202 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13203 (comint-quote-filename): Use regexp-opt-charset.
13204 (comint--common-suffix, comint--common-quoted-suffix)
13205 (comint--table-subvert): Remove.
13206 (comint-unquote-function, comint-requote-function): New vars.
13207 (comint--complete-file-name-data): Use them with
13208 completion-table-with-quoting.
13209 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13210 * pcomplete.el (pcomplete-arg-quote-list)
13211 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13212 (pcomplete-unquote-argument-function): Default to non-nil.
13213 (pcomplete-unquote-argument): Simplify.
13214 (pcomplete--common-quoted-suffix): Remove.
13215 (pcomplete-requote-argument-function): New var.
13216 (pcomplete--common-suffix): New function.
13217 (pcomplete-completions-at-point): Use completion-table-with-quoting
13218 and completion-table-subvert.
13219
13220 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13221 (minibuffer--double-dollars): Preserve properties.
13222 (completion--sifn-requote): New function.
13223 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13224
13225 * minibuffer.el: Add support for completion of quoted/escaped data.
13226 (completion-table-with-quoting, completion-table-subvert): New funs.
13227 (completion--twq-try, completion--twq-all): New functions.
13228 (completion--nth-completion): New function.
13229 (completion-try-completion, completion-all-completions): Use it.
13230
13231 2012-04-25 Leo Liu <sdl.web@gmail.com>
13232
13233 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13234 Use compilation-message if available to find real filename.
13235
13236 2012-04-25 Chong Yidong <cyd@gnu.org>
13237
13238 * vc/diff-mode.el (diff-setup-whitespace): New function.
13239 (diff-mode): Use it.
13240
13241 * vc/diff.el (diff-sentinel):
13242 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13243 Whitespace mode variables based on diff style (Bug#8612).
13244
13245 2012-04-25 Leo Liu <sdl.web@gmail.com>
13246
13247 * progmodes/python.el (python-send-region): Add suffix .py to the
13248 temp file.
13249
13250 * files.el (auto-mode-alist): Use javascript-mode instead.
13251
13252 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13253
13254 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13255
13256 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13257 (soap-resolve-references-for-array-type): Hack to prevent self
13258 references, see Bug#9.
13259 (soap-parse-envelope): Report the contents of the 'detail' node
13260 when receiving a fault reply.
13261 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13262
13263 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13264 (soap-inspect-simple-type): New function.
13265
13266 * net/soap-client.el (soap-simple-type): New struct.
13267 (soap-default-xsd-types, soap-default-soapenc-types)
13268 (soap-decode-basic-type, soap-encode-basic-type):
13269 support unsignedInt and double basic types.
13270 (soap-resolve-references-for-simple-type)
13271 (soap-parse-simple-type, soap-encode-simple-type): New function.
13272 (soap-parse-schema): Parse xsd:simpleType declarations.
13273
13274 * net/soap-client.el (soap-default-xsd-types)
13275 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13276 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13277 the local name of "soapenc:Array".
13278 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13279 decoding integer, byte and anyURI xsd types.
13280
13281 2012-04-25 Chong Yidong <cyd@gnu.org>
13282
13283 * cus-edit.el (custom-buffer-create-internal): Update header text.
13284
13285 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13286
13287 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13288 settings on 'system-type', not on 'window-system'. On MS-Windows,
13289 set interactive-mode on in GDB.
13290
13291 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13292
13293 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13294 (ruby-syntax-propertize-regexp): Remove.
13295 (ruby-syntax-propertize-function): Split regexp into chunks.
13296 Match following code directly.
13297
13298 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13299
13300 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13301 (ruby-syntax-propertize-regexp): New function.
13302 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13303 by a special keyword.
13304
13305 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13306 (ruby-syntax-general-delimiters-goto-beg)
13307 (ruby-syntax-propertize-general-delimiters): New functions.
13308 (ruby-syntax-propertize-function): Use them to handle GDL.
13309 (ruby-font-lock-keywords): Move old handling of GDL...
13310 (ruby-font-lock-syntactic-keywords): .. to here.
13311 (ruby-calculate-indent): Adjust indentation for GDL.
13312
13313 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13314
13315 * notifications.el (top): Remove unneeded declarations.
13316 (notifications-specification-version): Change to "1.2".
13317 (notifications-interface, notifications-notify-method)
13318 (notifications-close-notification-method): Fix docstring.
13319 (notifications-get-capabilities-method): New defconst.
13320 (notifications-notify): Add :action-items, :resident and
13321 :transient hints. Change "image_data" to "image-data" and
13322 "image_path" to "image-path".
13323 (notifications-get-capabilities): New defun.
13324
13325 2012-04-24 Leo Liu <sdl.web@gmail.com>
13326
13327 * progmodes/python.el: Move hideshow setup to the end.
13328
13329 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13330
13331 * window.el (handle-select-window): Clear echo area since this is
13332 no more done by read_char (Bug#11304).
13333
13334 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13335
13336 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13337 and `/ M' to filter-derived-mode.
13338 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13339 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13340 (ibuffer-mark-by-mode): Use default rather than initial-input.
13341 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13342
13343 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13344
13345 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13346 (ibuffer-filter-by-derived-mode): New filter.
13347 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13348
13349 2012-04-23 Andreas Politz <politza@fh-trier.de>
13350
13351 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13352
13353 2012-04-23 Chong Yidong <cyd@gnu.org>
13354
13355 * cus-edit.el (customize-apropos, customize-apropos-options):
13356 Disable matching of non-option variables (Bug#11176).
13357 (customize-option, customize-option-other-window)
13358 (customize-changed-options): Doc fix.
13359 (customize-apropos-options, customize-apropos-faces)
13360 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13361
13362 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13363 Fix word list splitting (Bug#11132).
13364 (apropos-symbol, apropos-keybinding, apropos-label)
13365 (apropos-property, apropos-function-button)
13366 (apropos-variable-button, apropos-misc-button): New faces.
13367 (apropos-symbol-face, apropos-keybinding-face)
13368 (apropos-label-face, apropos-property-face, apropos-match-face):
13369 Variables removed (Bug#8396).
13370 (apropos-library-button, apropos-format-plist, apropos-print)
13371 (apropos-print-doc, apropos-describe-plist): Callers changed.
13372
13373 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13374
13375 * net/xesam.el (xesam-mode-map): Use let-bound map in
13376 initialization. (Bug#11292)
13377
13378 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13379
13380 Preserve ispell session localwords when switching back to
13381 original buffer.
13382
13383 * textmodes/ispell.el (ispell-buffer-session-localwords):
13384 New buffer-local variable to hold buffer session localwords.
13385 (ispell-kill-ispell): Add option 'clear to delete session
13386 localwords.
13387 (ispell-command-loop, ispell-change-dictionary)
13388 (ispell-buffer-local-words): Preserve session localwords when
13389 needed.
13390
13391 * textmodes/flyspell.el (flyspell-process-localwords)
13392 (flyspell-do-correct): Preserve session localwords when needed.
13393
13394 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13395
13396 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13397 using obsolete `translation-table-for-input'.
13398 (ispell-word, ispell-process-line, ispell-complete-word):
13399 Use plain `insert' instead of removed `ispell-insert-word'.
13400
13401 2012-04-22 Chong Yidong <cyd@gnu.org>
13402
13403 * cus-edit.el (custom-variable-menu)
13404 (custom-variable-reset-saved, custom-face-menu)
13405 (custom-face-reset-saved): If there is no saved value, make the
13406 "reset-saved" operation bring back the default (Bug#9509).
13407 (custom-face-state): Properly detect themed faces.
13408
13409 * faces.el (face-spec-set): Stop supporting deprecated form of
13410 third arg.
13411
13412 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13413
13414 Move functions from C to Lisp. Make non-blocking method calls
13415 the default. Implement further D-Bus standard interfaces.
13416
13417 * net/dbus.el (dbus-message-internal): Declare function.
13418 Remove unneeded function declarations.
13419 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13420 (dbus-message-type-method-return, dbus-message-type-error)
13421 (dbus-message-type-signal): Declare variables. Remove local
13422 definitions.
13423 (dbus-interface-dbus, dbus-interface-peer)
13424 (dbus-interface-introspectable, dbus-interface-properties)
13425 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13426 Adapt docstring.
13427 (dbus-interface-objectmanager): New defconst.
13428 (dbus-call-method, dbus-call-method-asynchronously)
13429 (dbus-send-signal, dbus-method-return-internal)
13430 (dbus-method-error-internal, dbus-register-service)
13431 (dbus-register-signal, dbus-register-method): New defuns, moved
13432 from dbusbind.c
13433 (dbus-call-method-handler, dbus-setenv)
13434 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13435 New defuns.
13436 (dbus-call-method-non-blocking): Make it an obsolete function.
13437 (dbus-unregister-object, dbus-unregister-service)
13438 (dbus-handle-event, dbus-register-property)
13439 (dbus-property-handler): Obey the new structure of
13440 `bus-registered-objects'.
13441 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13442 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13443 Use `dbus-call-method'.
13444
13445 2012-04-22 Chong Yidong <cyd@gnu.org>
13446
13447 * cus-edit.el (custom-commands, custom-reset-menu)
13448 (Custom-reset-standard): Tweak labels.
13449 (custom-reset-button-menu): Change default to t.
13450 (custom-buffer-create-internal): For the custom-reset-button-menu
13451 case, put the revert button first.
13452 (custom-group-subtitle): New face.
13453 (custom-group-value-create): Align docstring to a specific column.
13454
13455 * wid-edit.el (widget-documentation-link-add): Don't handle
13456 indentation in this function.
13457 (widget-documentation-string-indent-to): New function.
13458 (widget-documentation-string-value-create): Use it.
13459
13460 * autorevert.el (auto-revert):
13461 * epg-config.el (epg):
13462 * ibuffer.el (ibuffer):
13463 * mpc.el (mpc):
13464 * ses.el (ses):
13465 * eshell/eshell.el (eshell):
13466 * net/ange-ftp.el (ange-ftp):
13467 * progmodes/ebnf2ps.el (postscript):
13468 * progmodes/flymake.el (flymake):
13469 * progmodes/prolog.el (prolog):
13470 * progmodes/verilog-mode.el (verilog-mode):
13471 * progmodes/which-func.el (which-func):
13472 * term/xterm.el (xterm):
13473 * textmodes/picture.el (picture):
13474 * textmodes/tildify.el (tildify):
13475 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13476 customization buffers.
13477
13478 2012-04-22 Alan Mackenzie <acm@muc.de>
13479
13480 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13481 Adding a ) can hide the resulting (..) from searches. Fix it.
13482 Bound the backward search to the position of the existing (.
13483
13484 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13485
13486 * progmodes/verilog-mode.el (verilog-mode): Check whether
13487 which-func-modes is t before adding verilog-mode.
13488 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13489
13490 2012-04-21 Leo Liu <sdl.web@gmail.com>
13491
13492 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13493
13494 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13495
13496 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13497 filling of the last column of a table (Bug#5635).
13498 (woman-find-next-control-line): New arg, specifying an additional
13499 regexp component for the control line.
13500 (woman2-roff-buffer): Use it.
13501 (woman-break-table): New function.
13502 (woman2-TS): Use it.
13503
13504 2012-04-21 Chong Yidong <cyd@gnu.org>
13505
13506 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13507 (woman-horizontal-escapes, woman-negative-vertical-space)
13508 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13509 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13510
13511 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13512
13513 * minibuffer.el (completion-file-name-table): Complete user names.
13514
13515 2012-04-20 Leo Liu <sdl.web@gmail.com>
13516
13517 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13518 and pcase-let*.
13519
13520 2012-04-20 Chong Yidong <cyd@gnu.org>
13521
13522 * server.el (server-execute): Respect initial-buffer-choice if it
13523 is a string and there are no files to open (Bug#2825).
13524 (server-create-window-system-frame, server-create-tty-frame):
13525 Don't switch buffers here.
13526 (server-process-filter): Only try to open a window system frame if
13527 compiled with graphical support (Bug#8314).
13528
13529 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13530
13531 * battery.el (battery-echo-area-format): Display remaining time
13532 for sysfs backend too (Bug#11269).
13533 (battery-linux-sysfs): Fix conditional for the charge.
13534
13535 2012-04-20 Chong Yidong <cyd@gnu.org>
13536
13537 * progmodes/gdb-mi.el (gdb): Revert previous change.
13538 (gdb-inferior-io--init-proc): New function.
13539 (gdb-init-1): Use it.
13540 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13541 responsible for allocating a new pty and hooking it to gdb when
13542 the old pty gets an EIO due to process exit.
13543 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13544 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13545 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13546
13547 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13548
13549 * window.el (window-min-size, window-sizable, window-min-delta)
13550 (window-max-delta, window--resizable, window-resizable)
13551 (window-total-size, window-full-height-p, window-full-width-p)
13552 (window-in-direction, window--resize-mini-window, window-resize)
13553 (window--resize-child-windows-normal)
13554 (window--resize-child-windows, window--resize-siblings)
13555 (window--resize-this-window, adjust-window-trailing-edge)
13556 (enlarge-window, shrink-window): Doc fixes.
13557
13558 2012-04-20 Chong Yidong <cyd@gnu.org>
13559
13560 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13561 New function to call delete-process on the gdb-inferior buffer's pty.
13562 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13563 pty process (Bug#11273).
13564 (gdb-update): New arg to suppress talking to the gdb process.
13565 (gdb-done-or-error): Use it.
13566 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13567 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13568 sentinel not being called.
13569
13570 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13571
13572 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13573
13574 2012-04-20 Glenn Morris <rgm@gnu.org>
13575
13576 * net/network-stream.el (open-network-stream): Doc fix.
13577
13578 2012-04-20 Chong Yidong <cyd@gnu.org>
13579
13580 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13581
13582 2012-04-20 Alan Mackenzie <acm@muc.de>
13583
13584 Ensure searching for keywords is case sensitive.
13585
13586 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13587 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13588 (c-defun-name, c-mark-function, c-cpp-define-name)
13589 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13590 (c-context-line-break): Bind case-fold-search to nil.
13591
13592 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13593 Bind case-fold-search to nil.
13594
13595 2012-04-20 Chong Yidong <cyd@gnu.org>
13596
13597 * mail/sendmail.el (mail-bury): Call return action with the right
13598 Rmail buffer (Bug#11242).
13599
13600 * server.el (server-process-filter): Handle corner case where both
13601 tty and nowait options are present (Bug#11102).
13602
13603 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13604
13605 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13606 (top level): Put into the executable the ident-style '$Id:' tag on
13607 windows-nt as well.
13608
13609 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13610
13611 * electric.el (electric-indent-post-self-insert-function): Check that
13612 electric-indent-mode is enabled in current buffer.
13613
13614 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13615
13616 * imenu.el (imenu-progress-message): Restore; it is "used" in
13617 erc/erc-imenu.el and net/snmp-mode.el.
13618
13619 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13620
13621 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13622 (mouse-avoidance-nudge-mouse): Remove unused binding.
13623
13624 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13625
13626 * descr-text.el (describe-char):
13627 * progmodes/python.el (python-describe-symbol):
13628 Don't call `toggle-read-only', set `buffer-read-only'.
13629
13630 * imenu.el (imenu-default-goto-function): Mark unused args.
13631 (imenu-progress-message): Remove obsolete macro; all callers changed.
13632
13633 * subr.el (keymap-canonicalize): Remove unused binding.
13634 (read-passwd): Mark unused arg.
13635
13636 * tutorial.el (tutorial--display-changes): Remove unused binding.
13637 (tutorial--save-tutorial-to): Remove unused variable.
13638
13639 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13640 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13641 (package-generate-autoloads, package-menu--generate)
13642 (package-menu--find-upgrades): Remove unused bindings.
13643
13644 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13645 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13646 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13647 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13648 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13649 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13650 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13651 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13652 (cua-delete-char-rectangle): Mark unused args.
13653 (cua-align-rectangle): Remove unused binding.
13654
13655 * mail/rmail.el (compilation--message->loc)
13656 (epa--find-coding-system-for-mime-charset): Declare.
13657
13658 * net/dbus.el (dbus-register-service): Declare.
13659 (dbus-name-owner-changed-handler): Remove unused binding.
13660
13661 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13662 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13663 (nxml-scan-backward-within): Mark unused arg.
13664 (nxml-dynamic-markup-word): Remove unused binding.
13665
13666 * mouse.el (mouse-menu-major-mode-map):
13667 * emacs-lisp/authors.el (authors-scan-change-log)
13668 (authors-add-to-author-list):
13669 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13670 * emacs-lisp/smie.el (smie-auto-fill):
13671 * mail/sendmail.el (mail-bury):
13672 * mail/unrmail.el (unrmail):
13673 * net/tls.el (open-tls-stream):
13674 * textmodes/picture.el (picture-mouse-set-point):
13675 Remove unused bindings.
13676
13677 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13678
13679 * net/tramp.el (tramp-action-password): Let-bind
13680 `enable-recursive-minibuffers' to t.
13681
13682 2012-04-18 Sam Steingold <sds@gnu.org>
13683
13684 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13685 instead of 'string to accommodate values like [f11].
13686 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13687 * progmodes/gdb-mi.el: Likewise.
13688
13689 2012-04-18 Leo Liu <sdl.web@gmail.com>
13690
13691 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13692 current buffer.
13693 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13694 LOCAL is nil.
13695
13696 2012-04-18 Chong Yidong <cyd@gnu.org>
13697
13698 * simple.el (line-move): Use forward-line if in batch mode
13699 (Bug#11053).
13700
13701 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13702
13703 * files.el (after-find-file): Do not try to add a final newline if
13704 the buffer is read-only (Bug#11156).
13705
13706 2012-04-17 Richard Stallman <rms@gnu.org>
13707
13708 * mail/rmail.el (rmail-start-mail):
13709 Pass (rmail-mail-return...) for the return-action.
13710 Pass (rmail-yank-current-message...) for the yank-action.
13711 (rmail-yank-current-message): New function.
13712 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13713 (rmail-reply): Likewise.
13714 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13715
13716 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13717 buffer, not the last. Reject temp buffers. Use the rmail-mode
13718 buffer, not newbuf.
13719
13720 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13721
13722 * server.el (server-ensure-safe-dir): Simplify.
13723
13724 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 * emacs-lisp/smie.el: Provide smarter auto-filling.
13727 (smie-auto-fill): New function.
13728 (smie-setup): Use it.
13729
13730 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13731
13732 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13733
13734 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13735 (comment-indent): Use it.
13736
13737 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13738
13739 * ses.el: The overall change is to add cell renaming, that is
13740 setting fancy names for cell symbols other than name matching
13741 "\\`[A-Z]+[0-9]+\\'" regexp .
13742 (ses-localvars): Add ses--renamed-cell-symb-list.
13743 (ses-create-cell-variable): New defun.
13744 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13745 (ses-relocate-formula): Relocate formulas only for cells the
13746 symbols of which are not renamed, i.e. symbols whose names do not
13747 match regexp "\\`[A-Z]+[0-9]+\\'".
13748 (ses-relocate-all): Relocate values only for cells the symbols of
13749 which are not renamed.
13750 (ses-load): Create cells variables as the (ses-cell ...) are read,
13751 in order to check row col consistency with cell symbol name only
13752 for cells that are not renamed.
13753 (ses-replace-name-in-formula): New defun.
13754 (ses-rename-cell): New defun.
13755
13756 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13757
13758 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13759 New option (bug#11118).
13760 (perl-calculate-indent): Respect it.
13761
13762 2012-04-17 Glenn Morris <rgm@gnu.org>
13763
13764 * dired-aux.el (dired-mark-read-string): Doc fix.
13765
13766 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13767
13768 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13769 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13770
13771 2012-04-17 Glenn Morris <rgm@gnu.org>
13772
13773 * mouse.el (mouse-drag-track):
13774 * speedbar.el (speedbar-frame-mode):
13775 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13776
13777 2012-04-16 Leo Liu <sdl.web@gmail.com>
13778
13779 * progmodes/python.el: Trivial cleanup.
13780
13781 2012-04-16 Glenn Morris <rgm@gnu.org>
13782
13783 * vc/vc.el (vc-string-prefix-p):
13784 * vc/pcvs-util.el (cvs-string-prefix-p):
13785 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13786 * mpc.el (mpc-string-prefix-p):
13787 Make all of these into obsolete aliases for string-prefix-p.
13788 Update callers.
13789 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13790
13791 * textmodes/two-column.el: Move custom options to the start.
13792 (frame-width): Remove compat definition.
13793 (2C-associate-buffer, 2C-dissociate):
13794 Use with-current-buffer rather than save-excursion.
13795 (2C-dissociate): Force a mode-line update.
13796 (2C-autoscroll): Use ignore-errors.
13797
13798 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13799 Autoload trivia.
13800
13801 * emacs-lisp/cl-extra.el (*random-state*):
13802 Remove unnecessary declaration.
13803
13804 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13805
13806 * play/cookie1.el (cookie-snarf):
13807 Give an explicit error if input file cannot be read.
13808
13809 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13810
13811 * progmodes/perl-mode.el (c-macro-expand):
13812 Remove unnecessary autoload (it is in loaddefs.el).
13813
13814 * textmodes/picture.el (picture-desired-column)
13815 (picture-update-desired-column): Convert comments to doc-strings.
13816 (picture-substitute): Remove function.
13817 (picture-mode-map): Initialize in the defvar.
13818
13819 * woman.el: Remove eval-after-load for tar-mode.
13820 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13821 (woman-tar-extract-file): Autoload it.
13822
13823 * frame.el (automatic-hscrolling): Make this alias obsolete.
13824
13825 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13826
13827 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13828 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13829 (ispell-dictionary-base-alist): Revert to original XEmacs
13830 friendly version for default. [:alpha:] will be added in
13831 `ispell-set-spellchecker-params' if needed.
13832
13833 2012-04-16 Chong Yidong <cyd@gnu.org>
13834
13835 * image.el (imagemagick--file-regexp): New variable.
13836 (imagemagick-register-types): Use it.
13837 (imagemagick-types-inhibit): Add :set function. Allow new value
13838 of t to inhibit all types.
13839
13840 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13841 so we can preload it.
13842
13843 * loadup.el (fboundp): Preload regexp-opt, needed by
13844 imagemagick-register-types.
13845
13846 2012-04-15 Chong Yidong <cyd@gnu.org>
13847
13848 * frame.el (scrolling): Remove nearly unused customization group.
13849
13850 * scroll-all.el (scroll-all-mode): Move to windows group.
13851
13852 2012-04-15 Chong Yidong <cyd@gnu.org>
13853
13854 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13855
13856 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13857
13858 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13859 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13860
13861 2012-04-15 Glenn Morris <rgm@gnu.org>
13862
13863 * simple.el (process-file-side-effects): Doc fix.
13864
13865 2012-04-15 Glenn Morris <rgm@gnu.org>
13866
13867 * international/mule-cmds.el (set-language-environment): Doc fix.
13868
13869 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13870
13871 * server.el (server-auth-key, server-generate-key): Doc fixes.
13872 (server-get-auth-key): Doc fix. Use `string-match-p'.
13873 (server-start): Reflow docstring.
13874
13875 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13876
13877 * server.el (server-generate-key): `called-interactively-p'
13878 requires a parameter.
13879
13880 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13881
13882 * server.el (server-auth-key): New variable.
13883 (server-generate-key, server-get-auth-key): New function.
13884 (server-start): Use the new variable and functions to allow
13885 setting a permanent server key (bug#9423).
13886
13887 2012-04-14 Leo Liu <sdl.web@gmail.com>
13888
13889 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13890
13891 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13892
13893 Spelling fixes.
13894 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13895 Emacs uses American spelling.
13896
13897 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13898
13899 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13900 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13901 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13902 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13903
13904 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13905
13906 * progmodes/which-func.el (which-func-modes): Change default.
13907
13908 2012-04-14 Kim F. Storm <storm@cua.dk>
13909
13910 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13911 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13912
13913 2012-04-14 Chong Yidong <cyd@gnu.org>
13914
13915 * custom.el (custom-theme-set-variables): Doc fix.
13916
13917 2012-04-14 Glenn Morris <rgm@gnu.org>
13918
13919 * international/mule.el (set-auto-coding-for-load): Doc fix.
13920
13921 2012-04-14 Alan Mackenzie <acm@muc.de>
13922
13923 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13924 imenu work again for Objective C Mode. Correct the *-index values,
13925 these having been disturbed by a previous change in 2011-08.
13926
13927 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13928 Correct two search limits.
13929
13930 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13931
13932 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13933
13934 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13935
13936 * international/characters.el: Fix sorting.
13937
13938 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13939
13940 * international/characters.el: Add more missing Latin case pairs.
13941
13942 2012-04-14 Glenn Morris <rgm@gnu.org>
13943
13944 * files.el (dir-locals-set-class-variables): Doc fix.
13945
13946 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13947
13948 * international/characters.el: Add set-case-syntax-pair call for
13949 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13950 counterpart. (Bug#11209)
13951
13952 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
13953
13954 2012-04-14 Glenn Morris <rgm@gnu.org>
13955
13956 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13957
13958 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13959
13960 * textmodes/ispell.el (ispell-dictionary-base-alist):
13961 Add data for Hebrew.
13962
13963 2012-04-14 Chong Yidong <cyd@gnu.org>
13964
13965 * net/rcirc.el (rcirc-cmd-quit):
13966 Revert 2012-03-18 change (Bug#11192).
13967
13968 2012-04-14 Glenn Morris <rgm@gnu.org>
13969
13970 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13971
13972 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13973
13974 * minibuffer.el (completion-in-region-mode-map):
13975 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
13976
13977 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
13978
13979 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13980
13981 2012-04-13 Masatake YAMATO <yamato@redhat.com>
13982
13983 * minibuffer.el (minibuffer-local-filename-syntax): New variable
13984 to allow `C-M-f' and `C-M-b' to move to the nearest path
13985 separator (bug#9511).
13986
13987 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
13988
13989 * avoid.el: Require cl when compiling. And also move the
13990 `provide' to the end.
13991
13992 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13993
13994 * avoid.el (mouse-avoidance-banish-position): New variable.
13995 (mouse-avoidance-banish-destination): Use it (bug#10165).
13996
13997 2012-04-13 Leo Liu <sdl.web@gmail.com>
13998
13999 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14000
14001 2012-04-13 Ken Brown <kbrown@cornell.edu>
14002
14003 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14004 this is no longer needed now that cygstart understands file:// URLs.
14005 (browse-url-filename-alist): For the same reason, don't modify
14006 file:// URLs on Cygwin.
14007
14008 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14009
14010 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14011 the region on shift if the binding is already shifted (bug#11221).
14012
14013 2012-04-12 Glenn Morris <rgm@gnu.org>
14014
14015 * mail/mailpost.el: Move to obsolete/.
14016
14017 2012-04-12 Drew Adams <drew.adams@oracle.com>
14018
14019 * imenu.el (imenu--generic-function): Ignore invisible definitions
14020 (bug#10123).
14021
14022 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14023
14024 * hexl.el (hexl-bits): New variable.
14025 (hexl-options): Mention the variable in the doc string.
14026 (hexl-rulerise, hexl-line-displen): New functions.
14027 (hexl-mode): Mention the new variable.
14028 (hexl-mode, hexl-current-address, hexl-current-address):
14029 Use the displen.
14030 (hexl-ascii-start-column): New function.
14031 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14032 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14033
14034 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14035
14036 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14037 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14038 the encoding, as expected by hunspell.
14039
14040 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14041
14042 * battery.el (battery--linux-sysfs-regexp): New const.
14043 (battery-status-function): Use it. Remove yeeloong special case.
14044 (battery-yeeloong-sysfs): Remove.
14045 (battery-echo-area-format): Remove yeeloong special case.
14046
14047 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14048
14049 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14050 Reported by Noah Friedman.
14051
14052 * subr.el (read-passwd): Use read-string.
14053
14054 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14055
14056 * vcursor.el (vcursor-move): Increase the priority of the overlay
14057 (bug#9663).
14058
14059 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14060
14061 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14062 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14063
14064 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14065
14066 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14067 define-minor-mode (bug#10760).
14068
14069 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14070
14071 * progmodes/grep.el (rgrep): Tweak the find command line so
14072 that directories matching `grep-find-ignored-files' won't be
14073 pruned (bug#10351).
14074
14075 2012-04-11 Chong Yidong <cyd@gnu.org>
14076
14077 * startup.el (command-line): Remove support for long-obsolete
14078 variable font-lock-face-attributes.
14079
14080 2012-04-11 Glenn Morris <rgm@gnu.org>
14081
14082 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14083
14084 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14085
14086 * window.el (window--state-get-1): Obey window-point-insertion-type.
14087
14088 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14089
14090 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14091 to previous function when point is on the first character of a
14092 function. Take care of that in `narrow-to-defun' (bug#6157).
14093
14094 2012-04-11 Glenn Morris <rgm@gnu.org>
14095
14096 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14097 not just file-errors.
14098
14099 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14100 (vc-bzr-sha1): Use internal sha1.
14101
14102 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14103
14104 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14105
14106 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
14107
14108 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14109 that start in the middle of the line (bug#10496).
14110
14111 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14112
14113 * battery.el (battery-linux-proc-acpi): Only one battery is
14114 discharged at a time, but that seems to confuse battery.el when
14115 computing `rate-type' for the battery not being discharged
14116 (bug#10332).
14117
14118 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14119
14120 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14121
14122 * international/quail.el: Use dolist and simplify.
14123 (quail-define-package, quail-update-keyboard-layout)
14124 (quail-define-rules): Use dolist.
14125 (quail-insert-kbd-layout, quail-get-translation): CSE.
14126
14127 * tmm.el: Use dolist, remove left over hook.
14128 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14129 Use dolist.
14130 (calendar-load-hook): Don't mess with it.
14131
14132 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14133 Use derived-mode-p. Run the diff asynchronously.
14134
14135 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14136
14137 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14138
14139 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14140
14141 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14142 (list-dynamic-libraries--loaded): New function.
14143 (list-dynamic-libraries--refresh): Use it.
14144
14145 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14146
14147 * progmodes/python.el (python-fill-paragraph):
14148 Make python-fill-region in a multiline string work when font-lock is
14149 disabled (bug#7018).
14150
14151 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
14152
14153 * language/european.el (cp775): Add oem/legacy (en)coding on
14154 DOS/MS Windows for the Baltic languages. There are still plenty
14155 of texts written in this encoding/codepage (bug#6519).
14156
14157 2012-04-10 Glenn Morris <rgm@gnu.org>
14158
14159 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14160 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14161
14162 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14163
14164 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14165 next-line "n" and previous-line "p" in order to make recentf more
14166 consistent with ibuffer, dired or org-mode (bug#9387).
14167
14168 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14169
14170 * image.el (put-image): Return the overlay created instead of the
14171 optional input string (bug#7834). Note that this may break code
14172 that is (for some reason or other) depending on `put-image'
14173 returning the string.
14174
14175 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14176
14177 * simple.el (zap-to-char): Allow zapping using input methods
14178 (bug#1580).
14179
14180 * textmodes/fill.el (fill-region): Leave point and mark where they
14181 were before filling (bug#5399).
14182
14183 2012-04-09 Glenn Morris <rgm@gnu.org>
14184
14185 * version.el (emacs-bzr-get-version):
14186 Handle lightweight checkouts of local branches.
14187
14188 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14189
14190 * international/characters.el: Recover lost case pairs. (Bug#11209)
14191
14192 2012-04-09 Chong Yidong <cyd@gnu.org>
14193
14194 * custom.el (custom-variable-p): Return nil for non-symbol
14195 arguments instead of signaling an error.
14196 (user-variable-p): Obsolete alias for custom-variable-p.
14197
14198 * apropos.el (apropos-variable):
14199 * files-x.el (read-file-local-variable):
14200 * simple.el (set-variable):
14201 * woman.el (woman-mini-help):
14202 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14203
14204 2012-04-09 Glenn Morris <rgm@gnu.org>
14205
14206 * startup.el (normal-top-level): Don't look for leim-list.el
14207 in places where it will not be found. (Bug#910)
14208
14209 * international/mule-cmds.el (set-default-coding-systems):
14210 * files.el (normal-mode):
14211 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14212 This function was removed with ucs-tables.el in 2008.
14213
14214 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14215
14216 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14217 ispell-encoding8-command to "-i", without a trailing space.
14218 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14219 separate command-line arguments, to specify the encoding, since
14220 that's how hunspell expects it.
14221
14222 2012-04-08 Glenn Morris <rgm@gnu.org>
14223
14224 * loadup.el: Load bindings before cus-start.
14225 This reduces somewhat the number of "rogue" settings in emacs -Q.
14226
14227 2012-04-07 Glenn Morris <rgm@gnu.org>
14228
14229 * version.el (emacs-bzr-get-version): New function.
14230 (emacs-bzr-version): New variable.
14231 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14232 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14233
14234 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14235
14236 * international/uni-bidi.el, international/uni-category.el:
14237 * international/uni-combining.el, international/uni-decimal.el:
14238 * international/uni-decomposition.el, international/uni-digit.el:
14239 * international/uni-lowercase.el, international/uni-mirrored.el:
14240 * international/uni-name.el, international/uni-numeric.el:
14241 * international/uni-titlecase.el, international/uni-uppercase.el:
14242 Update for Unicode 6.1.
14243
14244 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14245
14246 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14247
14248 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14249
14250 * window.el (shrink-window): Mention the `window-min-height'
14251 variable in the doc string.
14252
14253 2012-04-05 Bastien Guerry <bzg@altern.org>
14254
14255 * color.el (color-lighten-name): Fix typo.
14256
14257 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14258
14259 * server.el (server--on-display-p): New function.
14260 (server--on-display-p): Use it.
14261
14262 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
14263
14264 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14265 (bug#11145).
14266
14267 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14268
14269 * comint.el (comint--common-quoted-suffix): Check string boundary
14270 before comparing (bug#11158).
14271 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14272
14273 2012-04-04 Chong Yidong <cyd@gnu.org>
14274
14275 * minibuffer.el (completion-extra-properties): Doc fix.
14276
14277 * subr.el (delayed-warnings-hook): Doc fix.
14278
14279 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14280
14281 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14282 selection (Bug#11159).
14283 (epa-insert-keys): Inform that the default public key will be
14284 exported if no key is selected.
14285
14286 2012-04-04 Richard Stallman <rms@gnu.org>
14287
14288 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14289
14290 2012-04-03 Chong Yidong <cyd@gnu.org>
14291
14292 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14293 mail-insert-file, not its obsolete alias mail-attach-file.
14294
14295 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14296
14297 * notifications.el (notifications-notify): Fix docstring.
14298
14299 2012-04-02 Glenn Morris <rgm@gnu.org>
14300
14301 * emacs-lisp/authors.el (authors-aliases): Another addition.
14302
14303 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14304
14305 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14306 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14307 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14308
14309 2012-04-01 Chong Yidong <cyd@gnu.org>
14310
14311 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14312 Handle root directory properly.
14313 (copy-directory): Caller changed.
14314
14315 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14316 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14317
14318 2012-03-31 Glenn Morris <rgm@gnu.org>
14319
14320 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14321
14322 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14323
14324 * calendar/calendar.el (calendar-window-list)
14325 (calendar-hide-window): Restore. (Bug#11140)
14326 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14327
14328 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14329
14330 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14331
14332 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14333 Check if file is a symlink (Bug#10489).
14334
14335 * files.el (copy-directory): Likewise.
14336
14337 2012-03-30 Chong Yidong <cyd@gnu.org>
14338
14339 * image.el (imagemagick-types-inhibit)
14340 (imagemagick-register-types): Doc fix.
14341
14342 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14343
14344 * textmodes/ispell.el (ispell-get-extended-character-mode):
14345 Disable extended-char-mode for hunspell. hunspell does not support it
14346 and treats ~word as ordinary words in pipe mode.
14347
14348 2012-03-30 Glenn Morris <rgm@gnu.org>
14349
14350 * tutorial.el (help-with-tutorial): Ensure local variables don't
14351 happen to make the buffer read-only. (Bug#11127)
14352
14353 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14354
14355 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14356 (perl-calculate-indent): Return `noindent' in strings.
14357
14358 2012-03-28 Sam Steingold <sds@gnu.org>
14359
14360 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14361 instead of the broken adhockery which does not prevent calendar
14362 buffers from being displayed at random after exit.
14363 (calendar-window-list, calendar-hide-window): Remove the broken
14364 adhockery.
14365
14366 2012-03-28 Glenn Morris <rgm@gnu.org>
14367
14368 * replace.el (query-replace-map): Doc fix.
14369
14370 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14371
14372 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14373 contents. (Bug#11109)
14374
14375 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14376
14377 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14378 (bug#11077).
14379 (avl-tree--check, avl-tree--check-node): New funs.
14380
14381 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14382
14383 * window.el (switch-to-visible-buffer): New option.
14384 (switch-to-prev-buffer, switch-to-next-buffer):
14385 Observe switch-to-visible-buffer. Make sure that checking for a window
14386 showing a buffer already is done on the same frame.
14387
14388 2012-03-27 Glenn Morris <rgm@gnu.org>
14389
14390 * startup.el (mail-host-address): Doc fix.
14391
14392 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14393
14394 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14395 than 197 variables.
14396
14397 2012-03-26 Ami Fischman <ami@fischman.org>
14398
14399 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14400
14401 2012-03-26 Glenn Morris <rgm@gnu.org>
14402
14403 * files.el (save-buffers-kill-emacs): Doc fix.
14404
14405 * startup.el (normal-top-level, command-line, command-line-1):
14406 Give them doc strings.
14407
14408 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14409
14410 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14411 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14412
14413 2012-03-25 Chong Yidong <cyd@gnu.org>
14414
14415 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14416 theme if it was previously enabled before (Bug#11031).
14417
14418 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14419 spec with custom-face-get-current-spec if its :shown-value is not
14420 determined yet (Bug#9337).
14421 (customize-create-theme, custom-theme-revert): Doc fixes.
14422
14423 * button.el (button-at): Minor addition to docstring.
14424
14425 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14426
14427 * vc/vc.el (vc-merge): Fix a prompt.
14428
14429 2012-03-24 Chong Yidong <cyd@gnu.org>
14430
14431 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14432 point (Bug#9623).
14433
14434 * button.el (button-at): Minor addition to docstring.
14435
14436 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14437
14438 * newcomment.el (comment-choose-indent): No space after BOL.
14439
14440 2012-03-22 Sam Steingold <sds@gnu.org>
14441
14442 * window.el (switch-to-prev-buffer): Revert last patch because the
14443 bug turned out to be an advertised feature (Elisp manual 28.14).
14444
14445 2012-03-22 Glenn Morris <rgm@gnu.org>
14446
14447 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14448 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14449
14450 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14451
14452 * net/network-stream.el (network-stream-open-starttls): Make error
14453 message under Windows be less misleading.
14454
14455 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14456
14457 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14458 understands (bug#9942).
14459
14460 2012-03-22 Chong Yidong <cyd@gnu.org>
14461
14462 * simple.el (end-of-visible-line): Handle return value of
14463 next-single-property-change properly (Bug#9371).
14464
14465 2012-03-22 Kenichi Handa <handa@m17n.org>
14466
14467 * international/quail.el (quail-insert-kbd-layout): Fix previous
14468 change. To avoid unwanted bidi reordering, use
14469 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14470
14471 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14472
14473 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14474 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14475 (ruby-beginning-of-indent): Be more careful with the difference
14476 between word-boundary and symbol boundary.
14477 (ruby-mode-syntax-table): Make : a symbol constituent.
14478
14479 2012-03-21 Andreas Politz <politza@fh-trier.de>
14480
14481 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14482
14483 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14484
14485 * progmodes/etags.el (tags-completion-at-point-function):
14486 Improve last fix.
14487
14488 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14489
14490 2012-03-21 Sam Steingold <sds@gnu.org>
14491
14492 * progmodes/etags.el (tags-completion-at-point-function):
14493 Avoid the error when point is inside the pattern.
14494
14495 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14496
14497 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14498 line (Bug#10855).
14499
14500 2012-03-21 Drew Adams <drew.adams@oracle.com>
14501
14502 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14503
14504 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14505
14506 * ido.el (ido-set-current-directory, ido-read-internal)
14507 (ido-choose-completion-string, ido-completion-help): Handle nil
14508 value of ido-completion-buffer (Bug#11008).
14509
14510 2012-03-21 Sam Steingold <sds@gnu.org>
14511
14512 * window.el (switch-to-prev-buffer): Do not switch to a visible
14513 window previous buffer, just like with the frame previous buffers.
14514
14515 2012-03-21 Chong Yidong <cyd@gnu.org>
14516
14517 * faces.el (make-face, make-empty-face, copy-face):
14518 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14519 Doc fixes.
14520
14521 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14522
14523 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14524 (widget-complete): Remove broken use of it.
14525
14526 2012-03-20 Chong Yidong <cyd@gnu.org>
14527
14528 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14529 Use string-width and truncate-string-width to handle arbitrary
14530 characters.
14531
14532 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14533
14534 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14535 to draw rectangles, not squares. (Regression introduced by revno
14536 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14537
14538 2012-03-18 Chong Yidong <cyd@gnu.org>
14539
14540 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14541 it is not yet defined (for temacs).
14542
14543 2012-03-18 Leo Liu <sdl.web@gmail.com>
14544
14545 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14546 prefix.
14547
14548 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14549
14550 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14551 (ispell-choices-win-default-height, ispell-silently-savep)
14552 (ispell-dictionary-alist, ispell-encoding8-command)
14553 (ispell-check-version, ispell-aspell-find-dictionary)
14554 (ispell-valid-dictionary-list, ispell-words-keyword)
14555 (ispell-get-word, ispell-internal-change-dictionary)
14556 (ispell-region, ispell-skip-region-list)
14557 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14558 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14559 (ispell-message-text-end, ispell-message)
14560 (ispell-buffer-local-parsing): Doc fix.
14561
14562 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14563
14564 * htmlfontify.el: Add support for code block fontification for ODT
14565 export (Bug #9914).
14566 (hfy-optimisations): Define new option
14567 `body-text-only'
14568 (hfy-fontify-buffer): Honor above setting.
14569 (hfy-begin-span, hfy-end-span): New routines factored out form
14570 `hfy-fontify-buffer'.
14571 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14572 that permit insertion of custom tags.
14573 (hfy-fontify-buffer): Use above handlers.
14574 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14575 (hfy-face-to-css): Re-defined to be a variable.
14576 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14577 over multiple runs. This is made possible by having the caller let
14578 bind a special variable `hfy-user-sheet-assoc'.
14579 (htmlfontify-string): New defun.
14580 (hfy-compile-face-map): Make sure that the last char in the
14581 buffer is correctly fontified.
14582 (hfy-face-resolve-face): Whitespace only change.
14583
14584 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14585
14586 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14587 message more clear.
14588
14589 2012-03-16 Leo Liu <sdl.web@gmail.com>
14590
14591 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14592
14593 2012-03-16 Alan Mackenzie <acm@muc.de>
14594
14595 Further optimize the handling of large macros.
14596
14597 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14598 limit to a call of `c-literal-limits'.
14599 (c-determine-+ve-limit): New function.
14600 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14601 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14602 In CASE 5B, restrict a search limit to 500.
14603 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14604
14605 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14606 Restrict macro bounds to +-500 from after-change's BEG END.
14607
14608 2012-03-16 Leo Liu <sdl.web@gmail.com>
14609
14610 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14611
14612 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14613
14614 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14615 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14616
14617 2012-03-16 Glenn Morris <rgm@gnu.org>
14618
14619 * view.el (view-buffer, view-buffer-other-window)
14620 (view-buffer-other-frame): Doc fixes re special mode-class.
14621
14622 * subr.el (eval-after-load): If named feature is provided not from
14623 a file, run after-load forms. (Bug#10946)
14624
14625 * calendar/calendar.el (calendar-insert-at-column):
14626 Handle non-unit-width characters a bit better. (Bug#10978)
14627
14628 2012-03-15 Chong Yidong <cyd@gnu.org>
14629
14630 * emacs-lisp/ring.el (ring-extend): New function.
14631 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14632
14633 * comint.el (comint-read-input-ring)
14634 (comint-add-to-input-history): Grow comint-input-ring lazily.
14635
14636 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14639 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14640
14641 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14642 (imenu-add-to-menubar): Don't add a redundant index.
14643 (imenu-update-menubar): Handle a dynamically composed keymap.
14644
14645 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14646
14647 * mail/sendmail.el (mail-encode-header):
14648 Bind rfc2047-encode-encoded-words to nil.
14649
14650 2012-03-13 Glenn Morris <rgm@gnu.org>
14651
14652 * calendar/calendar.el (calendar-string-spread):
14653 Handle non-unit-width characters a bit better. (Bug#10978)
14654
14655 2012-03-13 Leo Liu <sdl.web@gmail.com>
14656
14657 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14658 directory and file as argument (Bug#10822).
14659
14660 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14661
14662 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14663 For dynamically generated code, follow $PC.
14664 (gdb-disassembly-handler-custom): Handle no function name case.
14665
14666 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14667
14668 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14669 * emulation/ws-mode.el (ws-query-replace):
14670 * sort.el (sort-regexp-fields):
14671 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14672
14673 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14674
14675 * dabbrev.el: Fix cycle completion order (bug#10963).
14676 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14677 (dabbrev-completion): Don't use an obarray; provide
14678 a cycle-sort-function.
14679
14680 2012-03-12 Leo Liu <sdl.web@gmail.com>
14681
14682 * simple.el (kill-new): Use equal-including-properties for comparison.
14683 (kill-do-not-save-duplicates): Doc fix.
14684
14685 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14686
14687 * dabbrev.el: Fix cycle completion (bug#10963).
14688 Use lexical binding and wrap to 80 columns.
14689 (dabbrev-completion): Delay computing the list of completions.
14690
14691 2012-03-12 Kenichi Handa <handa@m17n.org>
14692
14693 * international/quail.el (quail-insert-kbd-layout): Surround each
14694 row by LRO and PDF instead of inserting many LRMs. Pad the left
14695 and right of each non-spacing marks. Insert invisible space
14696 between lower and upper characters to prevent composition.
14697
14698 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * minibuffer.el (minibuffer-complete): Don't get confused when the
14701 function is run twice via different commands (bug#10958).
14702 (complete-with-action): Fix docstring.
14703
14704 2012-03-12 Chong Yidong <cyd@gnu.org>
14705
14706 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14707 (nxml-completion-at-point-function): New function.
14708 (nxml-mode): Use it.
14709 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14710
14711 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14712 Load generated autoloads file before byte compiling (Bug#10970).
14713 (package--make-autoloads-and-compile): New helper fun.
14714
14715 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14716
14717 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14718
14719 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14720
14721 * autorevert.el (auto-revert-handler): Ensure, that
14722 file-readable-p is applied only for local files or in
14723 auto-revert-tail-mode.
14724
14725 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14726
14727 * server.el (server-eval-at): Handle non-tcp connections.
14728 Decode result string.
14729
14730 * server.el (server-msg-size): New constant.
14731 (server-reply-print): New function.
14732 (server-eval-and-print): Use it.
14733 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14734 Handle -print-nonl.
14735
14736 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14737
14738 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14739 (Bug#10987).
14740
14741 2012-03-11 Chong Yidong <cyd@gnu.org>
14742
14743 * simple.el (goto-line): Doc fix (Bug#9938).
14744
14745 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14746
14747 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14748 when finished (Bug#10963).
14749
14750 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14751
14752 * window.el (split-window-below): Fix bug in case where
14753 split-window-keep-point is nil (Bug#10971).
14754
14755 2012-03-11 Juri Linkov <juri@jurta.org>
14756
14757 * replace.el (replace-highlight): Set isearch-word to nil
14758 unconditionally. (Bug#10887)
14759
14760 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14761
14762 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14763 mairix-replace-illegal-chars; all callers changed. Don't remove
14764 ^, ~, and = characters: they are meaningful in mairix search specs.
14765 (mairix-widget-create-query): Add usage information about mairix
14766 search forms: negating words, searching for substrings, etc.
14767
14768 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14769
14770 * international/fontset.el (font-encoding-alist): Add an entry for
14771 ksx1001 (Bug#5667).
14772
14773 2012-03-10 Richard Stallman <rms@gnu.org>
14774
14775 * mail/sendmail.el (mail-encode-header):
14776 Set rfc2047-encode-encoded-words.
14777
14778 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14779
14780 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14781 view buffer means not swapped.
14782 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14783 (rmail-write-region-annotate): Error if real text has disappeared.
14784
14785 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14786
14787 2012-03-10 Chong Yidong <cyd@gnu.org>
14788
14789 * emulation/cua-rect.el (cua--init-rectangles):
14790 * emulation/cua-base.el (cua--init-keymaps):
14791 Add delete-forward-char to remappings (Bug#9666).
14792
14793 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14794
14795 * speedbar.el (speedbar-unhighlight-one-tag-line):
14796 Avoid unhighlighting due to frame switching (Bug#10275).
14797
14798 2012-03-10 Chong Yidong <cyd@gnu.org>
14799
14800 * minibuffer.el (completion-in-region, completion-help-at-point):
14801 Give the completion field overlay a high priority (Bug#6830).
14802
14803 * dired.el (dired-goto-file): Recognize absolute file name
14804 listings (Bug#7126).
14805 (dired-goto-file-1): New helper function.
14806 (dired-toggle-read-only): Inhibit warnings.
14807
14808 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14809
14810 * net/dbus.el (dbus-property-handler): Return empty array if
14811 there are no properties.
14812
14813 2012-03-09 Leo Liu <sdl.web@gmail.com>
14814
14815 * savehist.el (savehist-printable): Stricter check for string
14816 value (Bug#10937).
14817
14818 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14819
14820 * mail/smtpmail.el (smtpmail-send-it):
14821 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14822 valid mbox format.
14823
14824 2012-03-09 Glenn Morris <rgm@gnu.org>
14825
14826 * files.el (dir-locals-find-file):
14827 Don't check result is regular, readable.
14828 (dir-locals-read-from-file): Demote errors.
14829
14830 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14831
14832 * international/quail.el (quail-insert-kbd-layout):
14833 Insert invisible LRM characters before each character in a keyboard
14834 layout cell, to prevent their reordering by bidi display engine.
14835 For details, see the discussion in
14836 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14837
14838 2012-03-08 Alan Mackenzie <acm@muc.de>
14839
14840 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14841 the starting position; make it extend the marked region when
14842 invoked repeatedly - all under appropriate circumstances.
14843 Fixes bugs #5525, #10906.
14844
14845 2012-03-08 Glenn Morris <rgm@gnu.org>
14846
14847 * files.el (locate-dominating-file, dir-locals-find-file):
14848 Undo 2012-03-06 change.
14849
14850 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14851
14852 * international/quail.el (quail-help):
14853 Force bidi-paragraph-direction be left-to-right. See discussion in
14854 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14855 for the reason.
14856
14857 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14858
14859 Avoid superfluous registering of signals. (Bug#10807)
14860
14861 * notifications.el (notifications-on-action-object)
14862 (notifications-on-close-object): New defvars.
14863 (notifications-on-action-signal, notifications-on-closed-signal):
14864 Unregister the signal if not needed any longer.
14865 (notifications-notify): Register `notifications-action-signal' or
14866 `notifications-closed-signal', if :on-action or :on-close has been
14867 passed as argument.
14868
14869 2012-03-07 Chong Yidong <cyd@gnu.org>
14870
14871 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14872 non-X platforms.
14873
14874 2012-03-06 Glenn Morris <rgm@gnu.org>
14875
14876 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14877 (x-disown-selection-internal, x-get-selection-internal):
14878 Doc fix (add arglist signatures). (Bug#10783)
14879
14880 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14881
14882 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14883 Handle breakpoints with no "type".
14884
14885 2012-03-06 Glenn Morris <rgm@gnu.org>
14886
14887 * files.el (locate-dominating-file): Add optional predicate argument.
14888 (dir-locals-find-file): Make use of above change.
14889
14890 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14891
14892 * info.el (Info-insert-dir): Also try "dir.gz".
14893
14894 2012-03-06 Glenn Morris <rgm@gnu.org>
14895
14896 * files.el (dir-locals-find-file):
14897 Ignore non-readable or non-regular files. (Bug#10928)
14898
14899 * files.el (locate-dominating-file): Doc fix.
14900
14901 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14902
14903 * calendar/calendar.el (calendar-set-mode-line):
14904 `getenv' returns a string. (Bug#10951)
14905
14906 2012-03-05 Leo Liu <sdl.web@gmail.com>
14907
14908 * simple.el (backward-delete-char-untabify): Constrain point to
14909 field (Bug#10939).
14910
14911 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14912
14913 2012-03-05 Chong Yidong <cyd@gnu.org>
14914
14915 * simple.el (count-words): If called from Lisp, return the word
14916 count, for symmetry with `count-lines'. Arglist changed.
14917 (count-words--message): Args changed. Consolidate counting code
14918 from count-words and count-words-region.
14919 (count-words-region): Caller changed.
14920 (count-lines-region): Make it an obsolete alias.
14921
14922 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14923
14924 * saveplace.el (save-place-to-alist)
14925 (save-place-ignore-files-regexp): Allow value nil to disable this
14926 feature.
14927
14928 2012-03-04 Chong Yidong <cyd@gnu.org>
14929
14930 * faces.el (face-spec-reset-face): For the default face, reset the
14931 attributes to default values (Bug#10748).
14932
14933 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14934
14935 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14936 previous patch: Check `message-send-mail-function', and not the
14937 default function (bug#10897).
14938
14939 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14940
14941 * notifications.el (notifications-on-action-signal)
14942 (notifications-on-closed-signal): Check for unique service name of
14943 incoming event. Fix error in removing entry.
14944 (top): Register for signals with wildcard service name.
14945 (notifications-notify): Use daemon unique service name for map entries.
14946
14947 2012-03-04 Chong Yidong <cyd@gnu.org>
14948
14949 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14950
14951 2012-03-04 Glenn Morris <rgm@gnu.org>
14952
14953 * abbrev.el (copy-abbrev-table, abbrev-table-p)
14954 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14955 (expand-abbrev, define-abbrev-table): Doc fixes.
14956
14957 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14958
14959 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14960 `message-default-send-mail-function' and not `send-mail-function'
14961 when doing the prompting for `sendmail-query-once' before sending
14962 in Message buffers (bug#10897).
14963
14964 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14965 This is inconsistent with all the other stream functions, which leave
14966 the setting up to the higher levels (if so wanted) (bug#10931).
14967
14968 2012-03-02 Alan Mackenzie <acm@muc.de>
14969
14970 Depessimize the handling of very large macros.
14971
14972 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14973 (c-macro-cache-syntactic): New variables to implement a one
14974 element macro cache.
14975 (c-invalidate-macro-cache): New function.
14976 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14977 Adapt to use the new cache.
14978 (c-state-safe-place): Use better the cache of safe positions.
14979 (c-state-semi-nonlit-pos-cache)
14980 (c-state-semi-nonlit-pos-cache-limit):
14981 New variables for...
14982 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
14983 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14984 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14985 Use c-state-semi-safe-place.
14986
14987 * progmodes/cc-langs.el (c-get-state-before-change-functions):
14988 Add c-invalidate-macro-cache to the C, C++, Obj entries.
14989
14990 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
14991
14992 * jka-compr.el (jka-compr-call-process):
14993 Apply `file-accessible-directory-p' only when the default directory is
14994 not remote.
14995
14996 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
14997
14998 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
14999 access of FILE2, if FILE1 does not exist.
15000
15001 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15002 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15003
15004 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15005 Add "PAGER=" to `process-environment'.
15006
15007 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15008
15009 * progmodes/sql.el: Bug fix
15010 (sql-get-login-ext): Save login values in globals.
15011 (sql-get-login): Use new version of `sql-get-login-ext'.
15012 (sql-interactive-mode): Set global `sql-connection' to nil.
15013 (sql-connect): Set global values for connection.
15014 (sql-product-interactive): Save global values as buffer local.
15015
15016 2012-02-29 Leo Liu <sdl.web@gmail.com>
15017
15018 * abbrev.el (define-abbrevs): Reset sys to nil.
15019
15020 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15021
15022 * files.el (file-equal-p): Rename from `files-equal-p'.
15023 Return nil when one or both files don't exist.
15024 (file-subdir-of-p): Now only top directory must exists,
15025 return nil if it doesn't.
15026 (copy-directory): No need to test with `file-subdir-of-p' after
15027 creating dir.
15028 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15029 to `file-equal-p'.
15030
15031 2012-02-28 Glenn Morris <rgm@gnu.org>
15032
15033 * shell.el (shell-mode):
15034 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15035 * play/landmark.el (landmark-font-lock-face-O):
15036 * play/handwrite.el (handwrite):
15037 * play/gomoku.el (gomoku-O):
15038 * net/browse-url.el (browse-url-browser-display):
15039 * international/mule.el (define-charset):
15040 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15041 * filesets.el (filesets-find-file-delay):
15042 * eshell/em-xtra.el (eshell-xtra):
15043 * eshell/em-unix.el (eshell-grep):
15044 * emulation/viper.el (viper-mode):
15045 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15046 * emacs-lisp/easymenu.el (easy-menu-define):
15047 * calendar/timeclock.el (timeclock-use-display-time):
15048 * bs.el (bs-mode):
15049 * bookmark.el (bookmark-save-flag):
15050 Doc fix (standardize possessive apostrophe usage).
15051
15052 2012-02-27 Chong Yidong <cyd@gnu.org>
15053
15054 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15055 Fix key-binding lookup for ESC key (Bug#9146).
15056
15057 * font-lock.el (font-lock-specified-p): Rename from
15058 font-lock-spec-present. Callers changed.
15059
15060 2012-02-27 Daniel Hackney <dan@haxney.org>
15061
15062 * emacs-lisp/package.el (package-compute-transaction):
15063 Handle holding a package version to t in package-load-list.
15064
15065 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15066
15067 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15068 (tramp-get-inode, tramp-get-device): Use cached values.
15069
15070 2012-02-26 Alan Mackenzie <acm@muc.de>
15071
15072 Check there is a font-lock specification before doing initial
15073 fontification.
15074
15075 * font-core.el (font-lock-mode): Move the conditional from
15076 :after-hook to font-lock-initial-fontify.
15077 (font-lock-default-function): Move the check for a specification
15078 to font-lock-spec-present.
15079
15080 * font-lock.el (font-lock-initial-fontify): Call ...
15081 (font-lock-spec-present): New function.
15082
15083 2012-02-26 Jim Blandy <jimb@red-bean.com>
15084
15085 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15086 (gdb-send): Apply it to the operand of the '-interpreter-exec
15087 console' command, so that we can pass arguments with (say) quotes
15088 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15089
15090 2012-02-26 Chong Yidong <cyd@gnu.org>
15091
15092 * help-fns.el (describe-function-1): Clarify description of
15093 remapping (Bug#10844).
15094
15095 * files.el (files-equal-p): Doc fix.
15096 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15097 and quit the loop once a mismatch is found.
15098
15099 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15100
15101 * bs.el (bs--show-with-configuration): Don't throw an error
15102 if the window cannot be split; otherwise, subsequent calls to
15103 bs-show fail, restoring a stale window config. (Bug#10882)
15104
15105 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15106
15107 * term/ns-win.el (global-map): Bind ns-drag-file to
15108 ns-find-file (Bug#5855, Bug#10050).
15109
15110 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15111
15112 * calendar/parse-time.el (parse-time-string): Allow extractor to
15113 return nil.
15114
15115 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15116
15117 * net/tramp.el (tramp-file-name-for-operation):
15118 Add `files-equal-p' and `file-subdir-of-p'.
15119
15120 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15121 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15122 Add COPY-CONTENTS argument.
15123
15124 2012-02-25 Chong Yidong <cyd@gnu.org>
15125
15126 Add custom groups for VC backends, for consistency with vc-bzr.
15127
15128 * vc/vc-arch.el (vc-arch):
15129 * vc/vc-cvs.el (vc-cvs):
15130 * vc/vc-git.el (vc-git):
15131 * vc/vc-hg.el (vc-hg):
15132 * vc/vc-mtn.el (vc-mtn):
15133 * vc/vc-rcs.el (vc-rcs):
15134 * vc/vc-sccs.el (vc-sccs):
15135 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15136 All relevant defcustoms reassigned.
15137
15138 2012-02-25 Chong Yidong <cyd@gnu.org>
15139
15140 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15141
15142 * term/x-win.el (x-initialize-window-system): Reduce default for
15143 x-selection-timeout to 5 seconds (Bug#8869).
15144
15145 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15146
15147 * files.el (files-equal-p, file-subdir-of-p): New functions.
15148 (copy-directory): Error when trying to copy a directory on itself.
15149 Add missing copy-contents arg to tramp handler.
15150 * dired-aux.el (dired-copy-file-recursive): Same.
15151 (dired-create-files): Modify destination when source is equal to
15152 dest when copying files.
15153 Return also when dest is a subdir of source. (Bug#10489)
15154
15155 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15156
15157 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15158 (Bug#10874)
15159
15160 2012-02-23 Alan Mackenzie <acm@muc.de>
15161
15162 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15163 parameter "after-hook:" to allow the expansion to run code after
15164 the execution of the mode hooks.
15165
15166 * font-lock.el (font-lock-initial-fontify): New function extracted
15167 from font-lock-mode-internal.
15168
15169 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15170 :after-hook.
15171
15172 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15173
15174 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15175 (completion--cache-all-sorted-completions): New function.
15176 (completion-all-sorted-completions): Use it.
15177 (completion--do-completion, minibuffer-force-complete):
15178 Use it to re-instate the flush hook.
15179
15180 * icomplete.el (icomplete-completions): Replace last fix with a better
15181 one (bug#10850).
15182
15183 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15184
15185 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15186 when it might call us back infinitely (bug#10797).
15187
15188 2012-02-23 Glenn Morris <rgm@gnu.org>
15189
15190 * minibuffer.el (completion-category-overrides): Doc fix.
15191
15192 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15193
15194 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15195 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15196
15197 2012-02-23 Glenn Morris <rgm@gnu.org>
15198
15199 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15200 (authors-obsolete-files-regexps, authors-ignored-files)
15201 (authors-ambiguous-files, authors-renamed-files-alist):
15202 Add more entries.
15203
15204 2012-02-23 Juri Linkov <juri@jurta.org>
15205
15206 * isearch.el (isearch-occur): Sync interactive spec with occur's
15207 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15208
15209 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15210
15211 2012-02-22 Juri Linkov <juri@jurta.org>
15212
15213 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15214 (ucs-insert): Doc fix. Check for hex digits in the string.
15215 Don't display `nil' in the error message. (Bug#10857)
15216
15217 2012-02-22 Alan Mackenzie <acm@muc.de>
15218
15219 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15220
15221 2012-02-22 Glenn Morris <rgm@gnu.org>
15222
15223 * ffap.el (ffap-c-path):
15224 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15225
15226 2012-02-22 Chong Yidong <cyd@gnu.org>
15227
15228 * custom.el (load-theme): Doc fix.
15229
15230 2012-02-22 Glenn Morris <rgm@gnu.org>
15231
15232 * dired-x.el (dired-guess-shell-alist-default):
15233 Remove escape sequences from nroff output. (Bug#172)
15234
15235 2012-02-21 Glenn Morris <rgm@gnu.org>
15236
15237 * vc/emerge.el (emerge-defvar-local):
15238 Set `permanent-local' property rather than unused `preserved'.
15239
15240 * textmodes/picture.el (picture-delete-char): New alias.
15241 (picture-mode-map): Use it. (Bug#10860)
15242 (picture-mode): Doc fix.
15243
15244 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15245
15246 * newcomment.el (uncomment-region-default): Remove unused binding.
15247
15248 2012-02-21 Glenn Morris <rgm@gnu.org>
15249
15250 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15251 (picture-self-insert, picture-tab-chars): Doc fix.
15252 (picture-mode-map): Fix C-a, C-e.
15253
15254 2012-02-20 Glenn Morris <rgm@gnu.org>
15255
15256 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15257
15258 2012-02-20 Leo Liu <sdl.web@gmail.com>
15259
15260 * icomplete.el (icomplete-completions): Check FROM arg before
15261 passing to substring (Bug#10850).
15262
15263 2012-02-19 Chong Yidong <cyd@gnu.org>
15264
15265 * comint.el: Require ansi-color.
15266 (comint-output-filter-functions): Add ansi-color-process-output.
15267
15268 * ansi-color.el: Don't set comint-output-filter-functions; it is
15269 now in the initial value defined in comint.el.
15270 (ansi-color-apply-face-function): New variable.
15271 (ansi-color-apply-on-region): Use it.
15272 (ansi-color-apply-overlay-face): New function.
15273
15274 * shell.el (shell): No need to require ansi-color.
15275 (shell-mode): Use ansi-color-apply-face-function to highlight
15276 color escapes using font-lock-face property (Bug#10835).
15277
15278 2012-02-19 Chong Yidong <cyd@gnu.org>
15279
15280 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15281 mode-line formats (Bug#10839).
15282
15283 2012-02-18 Glenn Morris <rgm@gnu.org>
15284
15285 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15286
15287 * mail/undigest.el (unforward-rmail-message): Doc fix.
15288
15289 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15290
15291 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15292
15293 * international/characters.el (script-list): Sync with the latest
15294 Unicode Character Database.
15295
15296 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15297
15298 * international/titdic-cnv.el: Remove duplicate coding tag.
15299 * language/cham.el: Likewise.
15300 * language/tai-viet.el: Likewise.
15301
15302 2012-02-18 Glenn Morris <rgm@gnu.org>
15303
15304 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15305 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15306 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15307 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15308 * calendar/holidays.el (holiday-bahai-holidays)
15309 (calendar-holidays, list-holidays):
15310 Use utf-8 Bahá'í in doc-strings, menus, etc.
15311
15312 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15313
15314 * saveplace.el (save-place-ignore-files-regexp): New variable
15315 allowing for excluding files from saving their location of point.
15316 The default value matches the temporary commit message editing
15317 files from Git, SVN, Bazaar, and Mercurial.
15318 (save-place-to-alist): Use it.
15319
15320 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15321 Stefan Monnier <monnier@iro.umontreal.ca>
15322
15323 * newcomment.el (uncomment-region-default): Don't leave extra space
15324 when an arg is provided (bug#8150).
15325
15326 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15327
15328 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15329
15330 2012-02-17 Glenn Morris <rgm@gnu.org>
15331
15332 * net/socks.el: Require network-stream. (Bug#10599)
15333
15334 2012-02-17 Kenichi Handa <handa@m17n.org>
15335
15336 * international/charprop.el:
15337 * international/uni-name.el:
15338 * international/uni-old-name.el:
15339 * international/uni-comment.el: Regenerate.
15340
15341 2012-02-16 Glenn Morris <rgm@gnu.org>
15342
15343 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15344 Interactively in calendar buffer, give an error if not on a date.
15345
15346 2012-02-15 Glenn Morris <rgm@gnu.org>
15347
15348 * shell.el (shell-delimiter-argument-list):
15349 Revert 2011-02-17 change. (Bug#8027)
15350
15351 2012-02-15 Chong Yidong <cyd@gnu.org>
15352
15353 * minibuffer.el (completion-at-point-functions): Doc fix.
15354
15355 * custom.el (defcustom): Doc fix; note use of defvar.
15356
15357 2012-02-15 Glenn Morris <rgm@gnu.org>
15358
15359 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15360 Doc fixes.
15361
15362 2012-02-14 Glenn Morris <rgm@gnu.org>
15363
15364 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15365
15366 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15367
15368 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15369 way the ports list is computed.
15370 (smtpmail-query-smtp-server): Prompt the user for a port number if
15371 we can't connect to any of the standard ports (bug#10810).
15372
15373 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15374
15375 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15376
15377 2012-02-13 Glenn Morris <rgm@gnu.org>
15378
15379 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15380
15381 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15382
15383 * net/gnutls.el (gnutls-trustfiles): New variable.
15384 (gnutls-negotiate): Use it.
15385
15386 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15387
15388 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15389 does its stuff if Gnus is running.
15390
15391 2012-02-13 Alan Mackenzie <acm@muc.de>
15392
15393 Fix a loop in c-set-fl-decl-start.
15394
15395 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15396 c-backward-syntactic-ws actually moves backwards.
15397
15398 2012-02-13 Leo Liu <sdl.web@gmail.com>
15399
15400 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15401 beginning so that all \C-o chars are removed.
15402
15403 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15404
15405 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15406
15407 2012-02-12 Alan Mackenzie <acm@muc.de>
15408
15409 Fix infinite loop with long macros.
15410 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15411
15412 2012-02-12 Chong Yidong <cyd@gnu.org>
15413
15414 * window.el (display-buffer): Doc fix (Bug#10785).
15415
15416 2012-02-12 Glenn Morris <rgm@gnu.org>
15417
15418 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15419 (x-disown-selection-internal, x-get-selection-internal):
15420 Sync docs with the xselect.c versions.
15421
15422 * allout-widgets.el: Add missing license notice.
15423
15424 2012-02-11 Glenn Morris <rgm@gnu.org>
15425
15426 * select.el (x-get-selection-internal, x-own-selection-internal)
15427 (x-disown-selection-internal):
15428 * x-dnd.el (x-get-selection-internal): Update declarations.
15429
15430 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15431
15432 * window.el (window-sides-slots):
15433 * tool-bar.el (tool-bar-position):
15434 * term/xterm.el (xterm-extra-capabilities):
15435 * ses.el (ses-self-reference-early-detection):
15436 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15437 (verilog-auto-wire-type)
15438 (verilog-auto-delete-trailing-whitespace)
15439 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15440 (verilog-auto-tieoff-declaration):
15441 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15442 (sql-oracle-statement-starters, sql-oracle-scan-on):
15443 * progmodes/prolog.el (prolog-align-comments-flag)
15444 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15445 (prolog-left-indent-regexp, prolog-paren-indent-p)
15446 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15447 (prolog-types, prolog-mode-specificators)
15448 (prolog-determinism-specificators, prolog-directives)
15449 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15450 (prolog-electric-dot-flag)
15451 (prolog-electric-dot-full-predicate-template)
15452 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15453 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15454 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15455 (prolog-program-switches, prolog-prompt-regexp)
15456 (prolog-debug-on-string, prolog-debug-off-string)
15457 (prolog-trace-on-string, prolog-trace-off-string)
15458 (prolog-zip-on-string, prolog-zip-off-string)
15459 (prolog-use-standard-consult-compile-method-flag)
15460 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15461 (prolog-imenu-max-lines, prolog-info-predicate-index)
15462 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15463 (prolog-char-quote-workaround):
15464 * progmodes/cc-vars.el (c-defun-tactic):
15465 * net/tramp.el (tramp-encoding-command-interactive)
15466 (tramp-local-end-of-line):
15467 * net/soap-client.el (soap-client):
15468 * net/netrc.el (netrc-file):
15469 * net/gnutls.el (gnutls):
15470 * minibuffer.el (completion-category-overrides)
15471 (completion-cycle-threshold)
15472 (completion-pcm-complete-word-inserts-delimiters):
15473 * man.el (Man-name-local-regexp):
15474 * mail/feedmail.el (feedmail-display-full-frame):
15475 * international/characters.el (glyphless-char-display-control):
15476 * eshell/em-ls.el (eshell-ls-date-format):
15477 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15478 (lisp-lambda-list-keyword-parameter-indentation)
15479 (lisp-lambda-list-keyword-parameter-alignment):
15480 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15481 * dired-x.el (dired-omit-verbose):
15482 * cus-theme.el (custom-theme-allow-multiple-selections):
15483 * calc/calc.el (calc-highlight-selections-with-faces)
15484 (calc-lu-field-reference, calc-lu-power-reference)
15485 (calc-note-threshold):
15486 * battery.el (battery-mode-line-limit):
15487 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15488 (archive-7z-update):
15489 * allout.el (allout-prefixed-keybindings)
15490 (allout-unprefixed-keybindings)
15491 (allout-inhibit-auto-fill-on-headline)
15492 (allout-flattened-numbering-abbreviation):
15493 * allout-widgets.el (allout-widgets-auto-activation)
15494 (allout-widgets-icons-dark-subdir)
15495 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15496 (allout-widgets-theme-dark-background)
15497 (allout-widgets-theme-light-background)
15498 (allout-widgets-item-image-properties-emacs)
15499 (allout-widgets-item-image-properties-xemacs)
15500 (allout-widgets-run-unit-tests-on-load)
15501 (allout-widgets-time-decoration-activity)
15502 (allout-widgets-hook-error-post-time)
15503 (allout-widgets-track-decoration):
15504 Add missing :version tags to new defcustoms and defgroups.
15505
15506 * progmodes/sql.el (sql-ansi-statement-starters)
15507 (sql-oracle-statement-starters): Add custom type.
15508
15509 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15510 (prolog-system-version): Give it a type.
15511
15512 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15513
15514 * term/pc-win.el (x-select-text, x-selection-owner-p)
15515 (x-own-selection-internal, x-disown-selection-internal)
15516 (x-get-selection-internal): Sync doc strings and argument lists
15517 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15518
15519 2012-02-11 Leo Liu <sdl.web@gmail.com>
15520
15521 * progmodes/python.el (python-end-of-statement): Fix infinite
15522 loop. (Bug#10788)
15523
15524 2012-02-10 Glenn Morris <rgm@gnu.org>
15525
15526 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15527 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15528
15529 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15530
15531 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15532 about SMTP before checking the From header.
15533
15534 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15535 into own function for reuse by emacsbug.el.
15536
15537 2012-02-10 Leo Liu <sdl.web@gmail.com>
15538
15539 * subr.el (condition-case-unless-debug): Rename from
15540 condition-case-no-debug. All callers changed.
15541 (with-demoted-errors): Fix caller.
15542
15543 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15544 * nxml/rng-valid.el (rng-do-some-validation):
15545 * emacs-lisp/package.el (package-refresh-contents)
15546 (package-menu-execute):
15547 * desktop.el (desktop-create-buffer):
15548 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15549
15550 2012-02-10 Glenn Morris <rgm@gnu.org>
15551
15552 * textmodes/bibtex.el:
15553 Add missing :version tags for new/changed defcustoms.
15554
15555 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15556
15557 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15558
15559 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15560 (smtpmail-via-smtp): Use it, or fall back on the From address.
15561 (smtpmail-send-it): Ditto.
15562
15563 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15566 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15567 (byte-compile-tmp-var): New const.
15568 (byte-compile-defvar): Use it to minimize .elc size.
15569 Just use `defvar' rather than simulate it (bug#10761).
15570
15571 2012-02-09 Glenn Morris <rgm@gnu.org>
15572
15573 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15574
15575 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15576 Add :version tags.
15577
15578 * progmodes/compile.el (compilation-error-screen-columns)
15579 (compilation-first-column, compilation-filter-start): Doc fixes.
15580
15581 * vc/log-view.el (log-view-toggle-entry-display):
15582 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15583
15584 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15585 (report-emacs-bug-can-use-xdg-email):
15586 (report-emacs-bug-insert-to-mailer): Doc fixes.
15587 (report-emacs-bug): Message fix.
15588
15589 * net/browse-url.el (browse-url-can-use-xdg-open)
15590 (browse-url-xdg-open): Doc fixes.
15591
15592 * electric.el (electric-indent-mode, electric-pair-mode)
15593 (electric-layout-rules, electric-layout-mode): Doc fixes.
15594 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15595
15596 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15597
15598 * server.el (server-unselect-display): Don't inadvertently kill
15599 the current buffer. (Bug#10729)
15600
15601 2012-02-08 Glenn Morris <rgm@gnu.org>
15602
15603 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15604 (sql-list-table): Doc fixes.
15605
15606 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15607 Comment out (does nothing).
15608
15609 * completion.el (dynamic-completion-mode):
15610 * dirtrack.el (dirtrack-debug-mode):
15611 * electric.el (electric-layout-mode):
15612 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15613 * face-remap.el (text-scale-mode, buffer-face-mode):
15614 * iimage.el (iimage-mode):
15615 * image-mode.el (image-transform-mode):
15616 * minibuffer.el (completion-in-region-mode):
15617 * scroll-lock.el (scroll-lock-mode):
15618 * simple.el (next-error-follow-minor-mode):
15619 * tar-mode.el (tar-subfile-mode):
15620 * tooltip.el (tooltip-mode):
15621 * vcursor.el (vcursor-use-vcursor-map):
15622 * wid-browse.el (widget-minor-mode):
15623 * emulation/tpu-edt.el (tpu-edt-mode):
15624 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15625 * international/iso-ascii.el (iso-ascii-mode):
15626 * language/thai-util.el (thai-word-mode):
15627 * mail/supercite.el (sc-minor-mode):
15628 * net/goto-addr.el (goto-address-mode):
15629 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15630 * progmodes/cwarn.el (cwarn-mode):
15631 * progmodes/flymake.el (flymake-mode):
15632 * progmodes/glasses.el (glasses-mode):
15633 * progmodes/hideshow.el (hs-minor-mode):
15634 * progmodes/pascal.el (pascal-outline-mode):
15635 * textmodes/enriched.el (enriched-mode):
15636 * vc/smerge-mode.el (smerge-mode):
15637 Doc fixes (minor mode argument).
15638
15639 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15640
15641 * ls-lisp.el (ls-lisp-sanitize): New function.
15642 (ls-lisp-insert-directory): Use it to fix or remove any elements
15643 in file-alist with missing attributes. (Bug#4673)
15644
15645 2012-02-07 Alan Mackenzie <acm@muc.de>
15646
15647 Fix spurious recognition of c-in-knr-argdecl.
15648
15649 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15650 putative K&R region.
15651
15652 2012-02-07 Alan Mackenzie <acm@muc.de>
15653
15654 * progmodes/cc-engine.el (c-forward-objc-directive):
15655 Prevent looping in "#pragma mark @implementation".
15656
15657 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15658
15659 * notifications.el (notifications-on-closed-signal): Make `reason'
15660 optional. (Bug#10744)
15661
15662 2012-02-07 Glenn Morris <rgm@gnu.org>
15663
15664 * emacs-lisp/easy-mmode.el (define-minor-mode):
15665 Doc fixes for the macro and the mode it defines.
15666
15667 * image.el (imagemagick-types-inhibit): Doc fix.
15668
15669 * cus-start.el (imagemagick-render-type): Add it.
15670
15671 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15672
15673 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15674 Set the default at load time, too, so that `font-lock-fontify-buffer'
15675 can be called without setting up the entire mode first. This fixes
15676 a bug in `mm-inline-text' with C MIME parts.
15677
15678 2012-02-06 Chong Yidong <cyd@gnu.org>
15679
15680 * simple.el (list-processes--refresh): Delete exited processes
15681 (Bug#8094).
15682
15683 * comint.el (comint-next-prompt): next-single-char-property-change
15684 and prev-single-char-property-change never return nil (Bug#8657).
15685
15686 * custom.el (defcustom): Doc fix (Bug#9711).
15687
15688 2012-02-05 Chong Yidong <cyd@gnu.org>
15689
15690 * cus-edit.el (custom-variable-reset-backup): Quote the value
15691 before storing it in the customized-value property (Bug#6712).
15692 (custom-display): Add a customization type tag.
15693 (custom-buffer-create-internal): Improve tooltip message.
15694
15695 * wid-edit.el (widget-field-value-get): New optional arg to
15696 suppress trailing whitespace truncation.
15697 (character): Use it (Bug#2689).
15698
15699 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15700
15701 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15702 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15703
15704 2012-02-05 Chong Yidong <cyd@gnu.org>
15705
15706 * cus-edit.el (custom-variable-value-create): For mismatched
15707 types, show the current value (Bug#7600).
15708
15709 * custom.el (defcustom): Doc fix.
15710
15711 2012-02-05 Glenn Morris <rgm@gnu.org>
15712
15713 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15714
15715 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15716
15717 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15718 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15719 (pp-last-sexp): Use `looking-at-p'.
15720
15721 2012-02-04 Glenn Morris <rgm@gnu.org>
15722
15723 * files.el (revert-buffer):
15724 Doc fix (mention revert-buffer-in-progress-p).
15725
15726 * emacs-lisp/ert-x.el (ert-simulate-command):
15727 Check deferred-action-list (which is obsolete) is bound.
15728
15729 * subr.el (with-wrapper-hook): Doc fixes.
15730
15731 * simple.el (filter-buffer-substring-functions)
15732 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15733
15734 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15735
15736 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15737 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15738
15739 2012-02-04 Leo Liu <sdl.web@gmail.com>
15740
15741 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15742
15743 2012-02-04 Glenn Morris <rgm@gnu.org>
15744
15745 * image.el (image-extension-data): Add obsolete alias.
15746
15747 * isearch.el (isearch-update): Doc fix.
15748
15749 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15750
15751 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15752
15753 2012-02-03 Glenn Morris <rgm@gnu.org>
15754
15755 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15756 (image-animate-timeout): Doc fix.
15757
15758 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15759
15760 2012-02-02 Glenn Morris <rgm@gnu.org>
15761
15762 * server.el (server-auth-dir): Doc fix.
15763 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15764
15765 * subr.el (run-mode-hooks): Doc fix.
15766
15767 2012-02-02 Juri Linkov <juri@jurta.org>
15768
15769 * image-mode.el (image-toggle-display-image): Remove tautological
15770 `major-mode' from the `derived-mode-p' test.
15771
15772 2012-02-02 Kenichi Handa <handa@m17n.org>
15773
15774 * composite.el (compose-region): Cancel previous change.
15775
15776 2012-02-02 Kenichi Handa <handa@m17n.org>
15777
15778 * composite.el (compose-region, compose-string): Signal error for
15779 a null string component (Bug#6988).
15780
15781 2012-02-01 Chong Yidong <cyd@gnu.org>
15782
15783 * view.el (view-buffer-other-window, view-buffer-other-frame):
15784 Handle special modes like view-buffer (Bug#10650).
15785 (view-buffer): Simplify.
15786
15787 * frame.el (set-frame-font): Tweak meaning of third argument.
15788
15789 * dynamic-setting.el (font-setting-change-default-font):
15790 Use set-frame-font (Bug#9982).
15791
15792 2012-02-01 Glenn Morris <rgm@gnu.org>
15793
15794 * progmodes/compile.el (compilation-internal-error-properties):
15795 Respect compilation-first-column in the "*compilation*" buffer.
15796
15797 * emacs-lisp/easy-mmode.el (define-minor-mode):
15798 Relax :variable's test for a named function.
15799
15800 2012-01-31 Alan Mackenzie <acm@muc.de>
15801
15802 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15803 off by one error.
15804
15805 2012-01-31 Chong Yidong <cyd@gnu.org>
15806
15807 * frame.el (set-frame-font): New arg ALL-FRAMES.
15808
15809 * menu-bar.el (menu-set-font): Use set-frame-font.
15810
15811 * faces.el (face-spec-reset-face): Don't apply unspecified
15812 attribute values to the default face.
15813
15814 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15815
15816 * progmodes/cwarn.el (cwarn): Remove dead link.
15817 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15818 Remove * from defcustom docstrings.
15819 (turn-on-cwarn-mode): Make obsolete.
15820 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15821 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15822
15823 2012-01-31 Glenn Morris <rgm@gnu.org>
15824
15825 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15826 Fix :variable handling of mode a symbol not equal to modefun.
15827 Allow named functions to be used as the cdr of :variable.
15828
15829 2012-01-30 Glenn Morris <rgm@gnu.org>
15830
15831 * emacs-lisp/authors.el (authors-fixed-entries):
15832 Remove reference to deleted file rnewspost.el.
15833
15834 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15835
15836 * window.el (window-with-parameter): Remove unused variable `windows'.
15837 (window--side-check): Remove unused variable `code'.
15838 (window--resize-siblings): Remove unused variable `first'.
15839 (adjust-window-trailing-edge): Remove unused variable `failed'.
15840 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15841 Use `let', not `let*'.
15842 (balance-windows-2): Remove unused variable `found'.
15843 (window--state-put-2): Remove unused variable `splits'.
15844 (window-state-put): Remove unused variable `selected'.
15845 (same-window-p): Use `string-match-p'.
15846 (display-buffer-assq-regexp): Remove unused variable `value'.
15847 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15848 Mark argument ALIST as ignored.
15849 (pop-to-buffer): Remove unused variable `old-window'.
15850
15851 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15852
15853 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15854 and .lzma compressed files.
15855
15856 2012-01-29 Chong Yidong <cyd@gnu.org>
15857
15858 * frame.el (window-system-default-frame-alist): Doc fix.
15859
15860 * dynamic-setting.el (font-setting-change-default-font): Don't
15861 change the default face if SET-FONT argument is non-nil (Bug#9982).
15862
15863 2012-01-29 Samuel Bronson <naesten@gmail.com>
15864
15865 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15866
15867 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15868
15869 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15870 breakpoints in files outside current directory (Bug#6098).
15871
15872 2012-01-29 Chong Yidong <cyd@gnu.org>
15873
15874 * progmodes/python.el: Require ansi-color at top-level.
15875
15876 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15877 Define and use in Emacs Lisp mode (Bug#9360).
15878 (lisp-mode-abbrev-table): Add doc.
15879 (lisp-mode-variables): Don't set local-abbrev-table.
15880 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15881
15882 2012-01-28 Roland Winkler <winkler@gnu.org>
15883
15884 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15885
15886 2012-01-28 Roland Winkler <winkler@gnu.org>
15887
15888 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15889 (bibtex-set-dialect): Use it. Either set global values of
15890 dialect-dependent variables or bind these variables buffer-locally
15891 (Bug#10254).
15892 (bibtex-mode): Call bibtex-set-dialect via
15893 hack-local-variables-hook.
15894 (bibtex-dialect): Update docstring.
15895 Add safe-local-variable predicate.
15896 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15897 bibtex-set-dialect.
15898 (bibtex-mode-map): Define menu for each dialect.
15899 (bibtex-entry): Fix docstring.
15900
15901 2012-01-28 Chong Yidong <cyd@gnu.org>
15902
15903 * eshell/esh-arg.el (eshell-quote-argument): New function.
15904
15905 * eshell/esh-ext.el (eshell-invoke-batch-file):
15906 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15907 first arg to eshell-parse-command (Bug#10523).
15908
15909 2012-01-28 Drew Adams <drew.adams@oracle.com>
15910
15911 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15912 `default-directory' is non-nil.
15913
15914 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15915
15916 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15917 line that displays system-configuration-options. (Bug#9924)
15918
15919 2012-01-28 Drew Adams <drew.adams@oracle.com>
15920
15921 * descr-text.el (describe-char): Show information about POS, in
15922 addition to information about the character at POS. Improve and
15923 update the doc string. Change "code point" to "code point in
15924 charset", to avoid confusion with the character's Unicode code
15925 point shown above that. (Bug#10129)
15926
15927 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15928
15929 * descr-text.el (describe-char): Show the raw character, not only
15930 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15931 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15932 for the reasons.
15933
15934 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15935
15936 * emacs-lisp/package.el (package-install):
15937 Run package-refresh-contents if there is no archive yet (Bug#9798).
15938
15939 2012-01-28 Chong Yidong <cyd@gnu.org>
15940
15941 * emacs-lisp/package.el (package-maybe-load-descriptor):
15942 New function, split from package-maybe-load-descriptor.
15943 (package-maybe-load-descriptor): Use it.
15944 (package-download-transaction): Fully load required packages
15945 inside the loop, so that `require' calls work (Bug#10593).
15946 (package-install): No need to call package-initialize now.
15947
15948 2012-01-28 Chong Yidong <cyd@gnu.org>
15949
15950 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15951
15952 * tooltip.el (tooltip-mode): Doc fix.
15953 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15954
15955 * frame.el (set-cursor-color): Doc fix (Bug#352).
15956
15957 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15958 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15959
15960 * cus-edit.el (custom-buffer-create-internal): Fix search button
15961 action (Bug#10542).
15962 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15963
15964 2012-01-27 Eduard Wiebe <usenet@pusto.de>
15965
15966 * dired.el (dired-mark-files-regexp):
15967 Include any subdirectory components. (Bug#10445)
15968
15969 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
15970
15971 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15972 Handle [host]:port syntax. (Bug#10533)
15973
15974 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
15975
15976 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15977
15978 2012-01-26 Glenn Morris <rgm@gnu.org>
15979
15980 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15981 * term.el (term-raw-escape-map): Use Control-X-prefix.
15982 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
15983
15984 2012-01-25 Martin Rudalics <rudalics@gmx.at>
15985
15986 * window.el (window-state-get, window--state-get-1): Don't deal
15987 with fixed-sizeness of windows. Simplify code.
15988
15989 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
15990
15991 * window.el (window--state-get-1, window--state-put-2):
15992 Don't save and restore the mark.
15993
15994 2012-01-25 Chong Yidong <cyd@gnu.org>
15995
15996 * custom.el (custom-variable-p): Doc fix.
15997
15998 2012-01-25 Glenn Morris <rgm@gnu.org>
15999
16000 * dired.el (dired-goto-file): Handle some of the more common
16001 characters that `ls -b' escapes. (Bug#10596)
16002
16003 * progmodes/compile.el (compilation-next-error-function):
16004 Respect compilation-first-column in the "*compilation*" buffer.
16005 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16006
16007 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16008
16009 2012-01-24 Glenn Morris <rgm@gnu.org>
16010
16011 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16012
16013 2012-01-24 Julien Danjou <julien@danjou.info>
16014
16015 * color.el (color-rgb-to-hsl): Fix value computing.
16016 (color-hue-to-rgb): New function.
16017 (color-hsl-to-rgb): New function.
16018 (color-clamp, color-saturate-hsl, color-saturate-name)
16019 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16020 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16021
16022 2012-01-24 Glenn Morris <rgm@gnu.org>
16023
16024 * vc/vc-rcs.el (vc-rcs-create-tag):
16025 * vc/vc-sccs.el (vc-sccs-create-tag):
16026 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16027
16028 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16029
16030 * eshell/esh-util.el (eshell-read-hosts-file):
16031 Skip comment lines. (Bug#10549)
16032
16033 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16034
16035 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16036
16037 * subr.el (display-delayed-warnings): Doc fix.
16038 (collapse-delayed-warnings): New function to collapse identical
16039 adjacent warnings.
16040 (delayed-warnings-hook): Add it.
16041
16042 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16043
16044 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16045
16046 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16047 (tramp-default-user-alist): Don't add "pscp".
16048 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16049 property "login-as", if set. (Bug#10530)
16050
16051 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16052
16053 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16054 "plink1" and "psftp". (Bug#10530)
16055
16056 2012-01-21 Kenichi Handa <handa@m17n.org>
16057
16058 * international/mule-cmds.el (prefer-coding-system): Show a
16059 warning message if the default value of file-name-coding-system
16060 was not changed.
16061
16062 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16063
16064 * windmove.el (windmove-reference-loc):
16065 Fix windmove-reference-loc miscalculation.
16066
16067 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16068
16069 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16070 default unit.
16071
16072 2012-01-21 Glenn Morris <rgm@gnu.org>
16073
16074 * international/mule.el (auto-coding-alist): Add .tbz.
16075
16076 * files.el (local-enable-local-variables): Doc fix.
16077 (inhibit-local-variables-regexps): Rename from
16078 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16079 Doc fix. Add some extensions from auto-coding-alist.
16080 (inhibit-local-variables-suffixes):
16081 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16082 (inhibit-local-variables-p):
16083 New function, extracted from set-auto-mode-1.
16084 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16085 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16086 (hack-local-variables): Doc fix. Make the mode-only case
16087 respect enable-local-variables and friends.
16088 Respect inhibit-local-variables-regexps for file-locals, but
16089 not for directory-locals.
16090 (set-visited-file-name):
16091 Take account of inhibit-local-variables-regexps.
16092 Whether it applies may change as the file name is changed.
16093 * jka-cmpr-hook.el (jka-compr-install):
16094 * jka-compr.el (jka-compr-uninstall):
16095 Update for inhibit-first-line-modes-suffixes name change.
16096
16097 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16098
16099 * help-macro.el (make-help-screen): Temporarily restore original
16100 binding for minor-mode-map-alist (Bug#10454).
16101
16102 2012-01-19 Julien Danjou <julien@danjou.info>
16103
16104 * color.el (color-name-to-rgb): Use the white color to find the max
16105 color component value and return correctly computed values.
16106 (color-name-to-rgb): Add missing float conversion for max value.
16107
16108 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16109
16110 * window.el (window--state-get-1, window-state-get): Do not use
16111 special state value for window-persistent-parameters.
16112 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16113 (window--state-put-2): Reset all window parameters to nil before
16114 assigning values of persistent parameters.
16115
16116 2012-01-18 Alan Mackenzie <acm@muc.de>
16117
16118 Eliminate sluggishness and hangs in fontification of "semicolon
16119 deserts".
16120
16121 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16122 Change value 10000 -> 3000.
16123 (c-state-safe-place): Reformulate so it doesn't stack up an
16124 infinite number of wrong entries in c-state-nonlit-pos-cache.
16125 (c-determine-limit-get-base, c-determine-limit): New functions to
16126 determine backward search limits disregarding literals.
16127 (c-find-decl-spots): Amend commenting.
16128 (c-cheap-inside-bracelist-p): New function which detects "={".
16129
16130 * progmodes/cc-fonts.el
16131 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16132 backward search.
16133 (c-font-lock-declarations): Fix an occurrence of point being
16134 undefined. Check additionally for point being in a bracelist or
16135 near a macro invocation without a semicolon so as to avoid a
16136 fruitless time consuming search for a declarator. Give a more
16137 precise search limit for declarators using the new
16138 c-determine-limit.
16139
16140 2012-01-18 Glenn Morris <rgm@gnu.org>
16141
16142 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16143 (set-auto-mode): Doc fixes.
16144
16145 2012-01-17 Glenn Morris <rgm@gnu.org>
16146
16147 * isearch.el (search-nonincremental-instead): Fix doc typo.
16148
16149 * dired.el (dired-insert-directory): Handle newlines in directory name.
16150 (dired-build-subdir-alist): Unescape newlines in directory name.
16151
16152 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16153
16154 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16155 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16156 (tramp-action-terminal): Use it. (Bug#10530)
16157
16158 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16159
16160 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16161
16162 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16163
16164 * window.el (window-state-ignored-parameters): Remove variable.
16165 (window--state-get-1): Rename argument MARKERS to IGNORE.
16166 Handle persistent window parameters. Make copy of clone-of
16167 parameter only if requested. (Bug#10348)
16168 (window--state-put-2): Install a window parameter only if it has
16169 a non-nil value or an existing parameter shall be overwritten.
16170
16171 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16172
16173 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16174
16175 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16176
16177 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16178 don't pass the (nil) value of `upnode' to string-match.
16179
16180 2012-01-14 Chong Yidong <cyd@gnu.org>
16181
16182 * startup.el (command-line): Fix X resource class for cursorColor.
16183 Fix values recognized by the cursorBlink resource.
16184
16185 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16186
16187 * epg.el (epg--make-temp-file): Avoid permission race condition
16188 when running on old Emacs versions (bug#10403).
16189
16190 2012-01-14 Glenn Morris <rgm@gnu.org>
16191
16192 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16193
16194 2012-01-13 Alan Mackenzie <acm@muc.de>
16195
16196 Fix filling for when filladapt mode is enabled.
16197
16198 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16199 c-mask-paragraph, pass in `fill-paragraph' rather than
16200 `fill-region-as-paragraph'. (This is a reversion of a previous
16201 change.)
16202 * progmodes/cc-mode.el (c-basic-common-init):
16203 Make fill-paragraph-handle-comment buffer local and set it to nil.
16204
16205 2012-01-13 Glenn Morris <rgm@gnu.org>
16206
16207 * dired.el (dired-switches-escape-p): New function.
16208 (dired-insert-directory): Use dired-switches-escape-p.
16209 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16210
16211 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16212
16213 2012-01-12 Glenn Morris <rgm@gnu.org>
16214
16215 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16216 changes in adaptive-fill-regexp. (Bug#10276)
16217
16218 2012-01-11 Alan Mackenzie <acm@muc.de>
16219
16220 Fix Emacs bug #10463 - put `widen's around the critical spots.
16221
16222 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16223 widen around each invocation of c-state-pp-to-literal. Remove an
16224 unused let variable.
16225
16226 2012-01-11 Glenn Morris <rgm@gnu.org>
16227
16228 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16229 Doc fix.
16230
16231 2012-01-10 Chong Yidong <cyd@gnu.org>
16232
16233 * net/network-stream.el (network-stream-open-starttls):
16234 Avoid emitting a confusing error message when the server gives a bad
16235 response to the capability command.
16236
16237 2012-01-10 Glenn Morris <rgm@gnu.org>
16238
16239 * mail/unrmail.el (unrmail): Tweak previous change.
16240
16241 2012-01-09 Chong Yidong <cyd@gnu.org>
16242
16243 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16244
16245 2012-01-08 Alan Mackenzie <acm@muc.de>
16246
16247 Optimize font locking in long enum definitions.
16248
16249 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16250 arm to a cond form to handle enums.
16251 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16252 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16253
16254 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16255
16256 * files.el (move-file-to-trash): Preserve default file modes on error.
16257 (Bug#10401)
16258
16259 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16260
16261 * faces.el (set-face-attribute): Clarify the meaning of the nil
16262 frame (bug#10294).
16263
16264 * subr.el (with-selected-frame): Mention that the selected frame
16265 is restored (bug#9980).
16266
16267 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16268 (bug#9759).
16269
16270 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16271 (password-read): Don't autoload unused function.
16272
16273 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16274
16275 * progmodes/which-func.el (which-func-mode): Turn into a
16276 non-interactive function and mark as obsolete (bug#10428).
16277
16278 2012-01-06 Chong Yidong <cyd@gnu.org>
16279
16280 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16281 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16282 functions, along with 1 and -1.
16283
16284 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16285
16286 * time.el (display-time-load-average)
16287 (display-time-default-load-average): Doc fixes. See the thread
16288 starting at
16289 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16290 for the details.
16291
16292 2012-01-06 Glenn Morris <rgm@gnu.org>
16293
16294 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16295 has no messages. (Bug#10377)
16296
16297 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16298 than Info-edit. (Bug#10385)
16299
16300 * time.el (display-time-load-average, display-time-next-load-average):
16301 Doc fixes.
16302
16303 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16304 local setting of buffer-read-only to the input buffer. (Bug#10419)
16305
16306 * calendar/calendar.el (calendar-mode):
16307 Locally set scroll-margin to 0. (Bug#10379)
16308
16309 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16310
16311 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16312
16313 2012-01-05 Glenn Morris <rgm@gnu.org>
16314
16315 * eshell/em-unix.el (diff-no-select): Autoload it.
16316 (eshell/diff): Use diff-no-select. (Bug#10420)
16317
16318 2012-01-05 Chong Yidong <cyd@gnu.org>
16319
16320 * shell.el (shell-dynamic-complete-functions): Revert last change.
16321 (shell-command-completion-function): New function.
16322 (shell-completion-vars): Use it to implement
16323 shell-completion-execonly (Bug#10417).
16324
16325 * custom.el (enable-theme): Don't set custom-safe-themes.
16326
16327 * cus-theme.el (custom-theme-merge-theme):
16328 Ignore custom-enabled-themes and custom-safe-themes.
16329
16330 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16331
16332 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16333 first prompt in `sql-interacive-mode'.
16334 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16335 keywords.
16336 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16337 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16338 context of original buffer. Invoke `sql-login-hook'.
16339
16340 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16341
16342 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16343 letters in cite-prefix.
16344
16345 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16346
16347 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16348
16349 2012-01-03 Chong Yidong <cyd@gnu.org>
16350
16351 * shell.el (shell-dynamic-complete-functions):
16352 Put pcomplete-completions-at-point, so as to try
16353 comint-filename-completion first (Bug#10417).
16354
16355 2012-01-02 Richard Stallman <rms@gnu.org>
16356
16357 * battery.el (battery-status-function):
16358 Detect when to use battery-yeeloong-sysfs.
16359 (battery-echo-area-format): Add string for Yeeloong.
16360 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16361 (battery-yeeloong-sysfs): New function.
16362
16363 2012-01-02 Chong Yidong <cyd@gnu.org>
16364
16365 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16366 (dirtrack): Merge code for handling relative filenames in prompt
16367 from shell-dir-cookie-watcher.
16368 (dirtrack-debug-message): New arg to avoid excess format calls.
16369
16370 * shell.el (shell-dir-cookie-re): Variable deleted.
16371 (shell-dir-cookie-watcher): Function deleted.
16372 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16373 with dirtrack-mode.
16374
16375 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16376
16377 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16378 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16379 libgnutls-26.dll.
16380
16381 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16382
16383 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16384
16385 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16386
16387 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16388 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16389
16390 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16391
16392 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16393 also for alternative shells.
16394 (tramp-open-connection-setup-interactive-shell): Check, whether
16395 the shell is a busybox.
16396 (tramp-send-command): Don't suppress multiple prompts for
16397 busyboxes, it hurts.
16398
16399 2011-12-28 Chong Yidong <cyd@gnu.org>
16400
16401 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16402 (gdb-get-source-file): Move mode line update to
16403 gdb-get-source-file (Bug#10087).
16404
16405 2011-12-25 Chong Yidong <cyd@gnu.org>
16406
16407 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16408 gud-gdb-marker-filter without taking it as an argument.
16409 (gud-gdb-run-command-fetch-lines): Caller changed.
16410 (gud-gdb-completion-function): New variable.
16411 (gud-gdb-completion-at-point): Use it.
16412 (gud-gdb-completions-1): Split from gud-gdb-completions.
16413
16414 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16415 function as separate arguments.
16416 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16417 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16418 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16419 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16420 (gdb-stopped, def-gdb-auto-update-trigger)
16421 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16422 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16423 Callers changed.
16424 (gud-gdbmi-completions): New function.
16425 (gdb): Use it for generating the completion table.
16426
16427 2011-12-24 Alan Mackenzie <acm@muc.de>
16428
16429 Introduce a mechanism to widen the region used in context font
16430 locking. Use this to protect declarations from losing their contexts.
16431
16432 * progmodes/cc-langs.el (c-before-font-lock-functions):
16433 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16434 (c-before-context-fontification-functions): New defvar, a list of
16435 functions to be run just before context (etc.) font locking.
16436
16437 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16438 New, functionality extracted from
16439 c-neutralize-syntax-in-and-mark-CPP.
16440 (c-in-after-change-fontification): New variable.
16441 (c-after-change): Set c-in-after-change-fontification.
16442 (c-set-fl-decl-start): Rejig its interface, so it can be called
16443 from both after-change and context fontifying.
16444 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16445 New functions.
16446 (c-standard-font-lock-fontify-region-function): New variable.
16447 (c-font-lock-fontify-region): New function.
16448
16449 2011-12-24 Juri Linkov <juri@jurta.org>
16450
16451 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16452 (Bug#10348)
16453
16454 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16455
16456 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16457 existence of source file. (Bug#10325)
16458
16459 2011-12-23 Alan Mackenzie <acm@muc.de>
16460
16461 Fix unstable fontification inside templates.
16462
16463 * progmodes/cc-langs.el (c-before-font-lock-functions):
16464 Newly created from the singular version. The (c c++ objc) entry now
16465 additionally has c-set-fl-decl-start. The other languages (apart
16466 from AWK) have that as a single entry.
16467
16468 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16469 The functionality for "local" declarations has been extracted to
16470 c-set-fl-decl-start.
16471
16472 * progmodes/cc-mode.el (c-common-init, c-after-change):
16473 Changes due to pluralisation of c-before-font-lock-functions.
16474 (c-set-fl-decl-start): New function, extracted from
16475 c-font-lock-enclosing-decls and enhanced.
16476
16477 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16478
16479 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16480
16481 2011-12-22 Juri Linkov <juri@jurta.org>
16482
16483 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16484
16485 2011-12-22 Chong Yidong <cyd@gnu.org>
16486
16487 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16488
16489 2011-12-21 Drew Adams <drew.adams@oracle.com>
16490
16491 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16492
16493 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16494
16495 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16496
16497 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16498
16499 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16500 highlighting and support. Fix up comments for capitalization.
16501 (cfengine-mode-debug): New var.
16502 (cfengine3-mode): Change the modeline indicator to "CFE3".
16503 (cfengine3-font-lock-keywords): Improve defun highlighting.
16504 (cfengine2-actions): Rename from `cfengine-actions'.
16505 (cfengine2-font-lock-keywords): Rename from
16506 `cfengine-font-lock-keywords'.
16507 (cfengine2-imenu-expression): Rename from
16508 `cfengine-imenu-expression'.
16509 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16510 (cfengine2-beginning-of-defun): Rename from
16511 `cfengine-beginning-of-defun'.
16512 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16513 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16514 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16515 modeline indicator to "CFE2".
16516 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16517 (cfengine-mode-abbrevs): Mark obsolete.
16518
16519 2011-12-21 Chong Yidong <cyd@gnu.org>
16520
16521 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16522 filename argument.
16523
16524 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16525
16526 * window.el (window-normalize-buffer-to-display): Remove.
16527 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16528
16529 2011-12-19 Chong Yidong <cyd@gnu.org>
16530
16531 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16532 Don't signal an error in a predicate function; return non-nil.
16533 (vc-dir-mark-file): Move the error here.
16534 (vc-dir-mark-unmark): If acting on the region, keep going if one
16535 of the entries cannot be marked/unmarked.
16536 (vc-dir-mark-all-files): If current entry is a directory, mark
16537 only child files, as documented.
16538
16539 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16540
16541 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16542 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16543 addition.
16544
16545 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16546
16547 * term/ns-win.el (ns-get-selection-internal)
16548 (ns-store-selection-internal): Declare.
16549 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16550 Declare as obsolete.
16551 (ns-get-pasteboard, ns-paste-secondary):
16552 Use ns-get-selection-internal.
16553 (ns-set-pasteboard, ns-copy-including-secondary):
16554 Use ns-store-selection-internal.
16555
16556 2011-12-17 Chong Yidong <cyd@gnu.org>
16557
16558 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16559 (vc-deduce-fileset): Doc fix.
16560
16561 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16562
16563 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16564
16565 2011-12-13 Sam Steingold <sds@gnu.org>
16566
16567 * man.el (Man-getpage-in-background): When running under a
16568 window-system, ignore $MANWIDTH and $COLUMNS.
16569
16570 2011-12-15 Kenichi Handa <handa@m17n.org>
16571
16572 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16573 (setup-ethiopic-environment-internal): Comment out key-binding for
16574 ethio-toggle-punctuation.
16575
16576 2011-12-13 Alan Mackenzie <acm@muc.de>
16577
16578 Add the switch statement to AWK Mode.
16579
16580 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16581 "default" to the keywords regexp.
16582
16583 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16584 expression as the rest.
16585 (c-nonlabel-token-key): Allow string literals for AWK.
16586 Refactor for the other modes.
16587
16588 Large brace-block initialisation makes CC Mode slow: Fix.
16589 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16590 routines. Limit backward searching in c-font-lock-enclosing.decl.
16591
16592 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16593 pp-state and literal type in addition to the limits.
16594 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16595 (c-state-literal-at): Use the above new defun.
16596 (c-slow-in-literal, c-fast-in-literal): Remove.
16597 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16598
16599 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16600 being in a literal. Add a limit for backward searching.
16601
16602 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16603 c-slow-in-literal.
16604
16605 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16606
16607 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16608
16609 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16610
16611 * window.el (delete-other-windows): Use correct frame in call to
16612 window-with-parameter.
16613
16614 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16615
16616 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16617 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16618 (makefile-gmake-statements, makefile-makepp-statements):
16619 Use it and add new makepp keywords.
16620 (makefile-makepp-font-lock-keywords): Add new patterns.
16621 (makefile-match-function-end): Match new [...] and [[...]].
16622
16623 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16624
16625 * ses.el (ses-call-printer-return, ses-cell-property-get)
16626 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16627 (ses-create-cell-variable, ses-reset-header-string)
16628 (ses-cell-set-formula, ses-repair-cell-reference-all)
16629 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16630 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16631 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16632 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16633 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16634 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16635 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16636 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16637 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16638 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16639 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16640 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16641
16642 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16643
16644 * ses.el: The overall change is to add cell renaming, that is
16645 setting fancy names for cell symbols other than name matching
16646 "\\`[A-Z]+[0-9]+\\'" regexp .
16647 (ses-create-cell-variable): New defun.
16648 (ses-relocate-formula): Relocate formulas only for cells the
16649 symbols of which are not renamed, i.e. symbols whose names do not
16650 match regexp "\\`[A-Z]+[0-9]+\\'".
16651 (ses-relocate-all): Relocate values only for cells the symbols of
16652 which are not renamed.
16653 (ses-load): Create cells variables as the (ses-cell ...) are read,
16654 in order to check row col consistency with cell symbol name only
16655 for cells that are not renamed.
16656 (ses-replace-name-in-formula): New defun.
16657 (ses-rename-cell): New defun.
16658
16659 2011-12-11 Chong Yidong <cyd@gnu.org>
16660
16661 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16662 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16663
16664 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16665
16666 * window.el (other-window): Fix docstring.
16667
16668 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16669
16670 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16671 `from' or `to' address before taking its substring.
16672 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16673 encoded name is chopped in the middle of the encoded string, and
16674 thus displayed encoded.
16675
16676 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16677
16678 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16679
16680 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16681
16682 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16683 to use texinfo-update-node and commands that call it if the
16684 Texinfo file uses @node lines without next/prev/up pointers.
16685 Correct outdated description about texinfo-master-menu.
16686 (texinfo-all-menus-update, texinfo-master-menu)
16687 (texinfo-update-node, texinfo-every-node-update)
16688 (texinfo-multiple-files-update): Doc fix. Warn against updating
16689 all the @node lines.
16690 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16691 argument is numeric. Explain better in the doc string what the
16692 function really does.
16693 (texinfo-insert-master-menu-list): Improve the error message
16694 displayed if there's no menu in the Top node.
16695 (Bug#2975) See also this thread:
16696 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16697
16698 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16699
16700 * speedbar.el (speedbar-supported-extension-expressions):
16701 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16702
16703 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16704
16705 * printing.el (pr-mode-alist):
16706 * simple.el (filter-buffer-substring-functions)
16707 (completion-list-insert-choice-function):
16708 * window.el (window-with-parameter, window-atom-root)
16709 (window-sides-slots, window-size-fixed, window-min-delta)
16710 (window-max-delta, window--resize-mini-window)
16711 (window--resize-child-windows-normal, window-tree)
16712 (delete-other-windows, quit-window, split-window)
16713 (display-buffer-record-window, special-display-buffer-names)
16714 (special-display-regexps, special-display-popup-frame)
16715 (same-window-p, split-window-sensibly)
16716 (display-buffer-overriding-action, display-buffer-alist)
16717 (display-buffer-base-action, display-buffer, switch-to-buffer)
16718 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16719 (fit-window-to-buffer, recenter-positions)
16720 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16721 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16722 and remove unneeded backslashes in docstrings.
16723
16724 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16725
16726 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16727
16728 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16729 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16730 end in ".mk".
16731 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16732 when reading the makefile (bug#10116).
16733
16734 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16735
16736 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16737 (bug#10116).
16738
16739 2011-12-06 Glenn Morris <rgm@gnu.org>
16740
16741 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16742
16743 2011-12-06 Chong Yidong <cyd@gnu.org>
16744
16745 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16746
16747 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16748
16749 * textmodes/table.el (table-shorten-cell): Fix typo.
16750
16751 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16752
16753 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16754
16755 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16756
16757 * descr-text.el (describe-char): Fix display of strong
16758 right-to-left characters and directional embeddings and overrides.
16759
16760 * simple.el (what-cursor-position): Fix display of codepoints of
16761 strong right-to-left characters.
16762
16763 2011-12-05 Chong Yidong <cyd@gnu.org>
16764
16765 * faces.el (read-color): Doc fix.
16766
16767 2011-12-05 Glenn Morris <rgm@gnu.org>
16768
16769 * align.el (align--set-marker): Add doc-string.
16770 Don't try to move something that is not a marker. (Bug#10216)
16771
16772 2011-12-04 Glenn Morris <rgm@gnu.org>
16773
16774 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16775 overly zealous deletion of trailing whitespace.
16776
16777 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16778
16779 * server.el (server-delete-client): On Windows, do not try to delete
16780 the only terminal.
16781 (server-process-filter): On Windows, treat requests for a tty frame as
16782 if they were for a GUI frame if the running server is in GUI mode.
16783
16784 2011-12-03 Glenn Morris <rgm@gnu.org>
16785
16786 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16787
16788 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16789
16790 * electric.el: Streamline electric-indent's hook.
16791 (electric-indent-chars): Revert to simple list.
16792 (electric-indent-functions): New var.
16793 (electric-indent-post-self-insert-function): Use it.
16794
16795 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16796 there's no inferior buffer (bug#10196).
16797 (prolog-consult-compile): Don't use toggle-read-only.
16798
16799 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16800
16801 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16802 interrupt. (Bug#10187)
16803
16804 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16805
16806 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16807 (bug#9160).
16808
16809 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16810 (bug#10191).
16811
16812 2011-12-02 Juri Linkov <juri@jurta.org>
16813
16814 * info.el (Info-search): Display "end of manual" when Isearch
16815 reaches the end of single-file Info manual. (Bug#9918)
16816
16817 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16818
16819 * isearch.el (isearch-message-prefix): Run the input method part
16820 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16821
16822 2011-12-02 Juri Linkov <juri@jurta.org>
16823
16824 * isearch.el (isearch-occur): Use `word-search-regexp' for
16825 `isearch-word'.
16826 (isearch-search-and-update): Add condition for `isearch-word' and
16827 call `word-search-regexp'. (Bug#10145)
16828
16829 2011-12-01 Glenn Morris <rgm@gnu.org>
16830
16831 * eshell/em-hist.el (eshell-hist-initialize):
16832 Handle eshell-history-size nil and HISTSIZE set or unset.
16833 (eshell-history-file-name, eshell-history-size): Fix custom type.
16834
16835 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16836
16837 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16838
16839 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16840
16841 * progmodes/verilog-mode.el (verilog-pretty-expr):
16842 Rework verilog-pretty-expr to handle new assignment operators in system
16843 verilog, such as += *= and the like.
16844 (verilog-assignment-operator-re): Regular expression to find the
16845 assigment operator in a verilog assignment.
16846 (verilog-assignment-operation-re): Regular expression to find an
16847 assignment statement for pretty-expr.
16848 (verilog-in-attribute-p): Query returns true if point is in an
16849 attribute context; used to skip these for expression line up from
16850 pretty-expr.
16851 (verilog-in-parameter-p): Query returns true if point is in an
16852 parameter definition context; used to skip these for expression
16853 line up from pretty-expr.
16854 (verilog-in-parenthesis-p): Query returns true if point is in a
16855 parenthetical expression, specifically ( ) but not [ ] or { };
16856 used by pretty-expr.
16857 (verilog-just-one-space): If there is no space, don't add one.
16858 (verilog-get-lineup-indent-2): Specifically skip just attribute
16859 contexts for expression lineup, rather than skipping all
16860 parenthetical expressions.
16861 (verilog-calculate-indent): Fix comment, and fix indent.
16862 (verilog-do-indent): Indent declarations in lists (suggested by
16863 Joachim Lechner).
16864 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16865 skeleton items.
16866 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16867 by Alain Mellan).
16868
16869 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16870
16871 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16872 parameters with embedded comments. Reported by Ray Stevens.
16873 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16874 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16875 Reported by Tim Holt.
16876 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16877 instantiated by upper module causing wrong expansion until AUTOed a
16878 second time. Reported by K C Buckenmaier.
16879 (verilog-diff-auto): Fix showing .* as a difference when
16880 `verilog-auto-star-save' off. Reported by Dan Dever.
16881 (verilog-auto-reset, verilog-read-always-signals)
16882 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16883 temporary signals in reset list if
16884 verilog-auto-reset-blocking-in-non is nil, and match assignment
16885 style to each signal's assignment type, bug381.
16886 Reported by Thomas Esposito.
16887 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16888 (verilog-uvm-statement-re): Support UVM indentation and
16889 highlighting, with old OVM keywords only.
16890 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16891 Support AUTOTIEOFF creating non-wire data types.
16892 Suggested by Jonathan Greenlaw.
16893 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16894 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16895 (verilog-inject-sense, verilog-read-inst-pins)
16896 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16897 Fix mismatching parenthesis inside commented out code when deleting
16898 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16899 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16900 non-numeric vector width. Reported by Alex Reed.
16901 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16902 detecting signals with parameter widths. Reported by Alex Reed.
16903 (verilog-auto-delete-trailing-whitespace):
16904 With `verilog-auto-delete-trailing-whitespace' remove trailing
16905 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16906 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16907 Fix verilog-scan-cache corruption when running user AUTO expansion
16908 hooks that call indentation routines.
16909 (verilog-simplify-range-expression): Fix typo ignoring lower case
16910 identifiers.
16911 (verilog-delete-auto): Fix delete-autos to also remove user created
16912 automatics, as long as they start with AUTO.
16913 (verilog-batch-diff-auto, verilog-diff-auto)
16914 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16915 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16916 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16917 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16918 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16919 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16920 is disabled and its cache will get corrupt, causing AUTOS not to
16921 expand. Instead use only -quick functions.
16922 (verilog-scan-region): Fix scanning over escaped quotes.
16923 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16924 (verilog-re-search-backward-quick)
16925 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16926 related functions now ignore strings, to fix misparsing of strings
16927 with magic comments embedded in them.
16928 (verilog-read-auto-template):
16929 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16930 Reported by Brad Dobbie.
16931 (verilog-read-auto-template):
16932 Fix 'verilog-auto-inst-template-numbers' with comments.
16933 Reported by Brad Dobbie.
16934 (verilog-auto-inst, verilog-auto-inst-param)
16935 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16936 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16937 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16938 debugging templates without merge conflicts, bug357.
16939 Reported by Brad Dobbie.
16940 (verilog-read-auto-template):
16941 Fix verilog-auto-inst-template-numbers with multiple templates.
16942 Reported by Brad Dobbie.
16943 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16944 abbrevs so user won't be asked to save.
16945 (verilog-read-auto-lisp-present): Fix to start at beginning of
16946 buffer in case called outside of verilog-auto.
16947 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16948 to "X-2". Reported by Matthew Myers.
16949 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16950 all inputs from module templates. Reported by Leith Johnson.
16951 (verilog-module-inside-filename-p): Fix locating programs as with
16952 modules.
16953 (verilog-auto-inst-port): Fix vl-width expressions when using
16954 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
16955 (verilog-decls-get-regs, verilog-decls-get-signals,
16956 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16957 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16958 verilog-read-decls): Combine reg and wire structures into one var
16959 structure to represent SystemVerilog concepts.
16960 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16961 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16962 (verilog-auto-wire-type, verilog-insert-definition):
16963 Add verilog-auto-wire-type and AUTOLOGIC to support using
16964 SystemVerilog "logic" keyword instead of "wire"/"reg".
16965 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16966 to declares outputs that also have assignments (presumably in an
16967 ifdef or generate if so there's not a driver conflict).
16968 Reported by Matthew Myers.
16969 (verilog-auto-declare-nettype, verilog-insert-definition):
16970 Add verilog-auto-declare-nettype to fix declarations using
16971 `default_nettype none. Reported by Julian Gorfajn.
16972 (verilog-read-always-signals-recurse, verilog-read-decls)
16973 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16974 malformed end statement, bug325. Reported by Joshua Wise and
16975 Andrew Drake.
16976 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16977 (verilog-inst-comment-re): Fix not deleting Interfaced comment
16978 when expanding .* in interfaces, bug320.
16979 Reported by Pierre-David Pfister.
16980 (verilog-read-module-name): Fix import statements between module
16981 name and open parenthesis, bug317.
16982 Reported by Pierre-David Pfister.
16983 (verilog-simplify-range-expression): Fix simplification of
16984 multiplications inside AUTOWIRE connections, bug303.
16985 (verilog-auto-inst-port): Support parameter expansion in
16986 multidimensional arrays.
16987 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16988 after "assert property". Reported by Julian Gorfajn.
16989 (verilog-simplify-range-expression): Fix "couldn't merge" errors
16990 with multiplication, bug303.
16991 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16992 Reported by Jan Frode Lonnum.
16993
16994 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
16995
16996 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16997 (hfy-shell-file-name, hfy-shell):
16998 * international/fontset.el (x-decompose-font-name): Fix typos.
16999
17000 2011-11-29 Ken Brown <kbrown@cornell.edu>
17001
17002 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17003 (gdb-version): Remove defvar.
17004 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17005 (gdb-gud-context-command, gdb-non-stop-handler)
17006 (gdb-current-context-command, gdb-stopped): Use it.
17007 (gdb-init-1): Enable pretty printing here.
17008 (gdb-non-stop-handler): Don't enable pretty-printing here.
17009 Check to see if the target supports non-stop mode; if not, turn off
17010 non-stop mode. Use the following.
17011 (gdb-check-target-async): New defun.
17012 (gud-watch, gdb-stopped): Fix whitespace.
17013 (gdb-get-source-file): Don't try to display the source file if
17014 `gdb-main-file' is nil.
17015
17016 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17017
17018 * align.el: Try to generate fewer markers (bug#10047).
17019 (align--set-marker): New macro.
17020 (align-region): Use it.
17021
17022 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17025
17026 2011-11-29 Chong Yidong <cyd@gnu.org>
17027
17028 * indent.el (indent-for-tab-command, indent-according-to-mode):
17029 Doc fix.
17030 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17031
17032 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17033
17034 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17035 aware of remote file names. (Bug#10124)
17036
17037 2011-11-29 Chong Yidong <cyd@gnu.org>
17038
17039 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17040
17041 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17042
17043 * files.el (find-file): Don't use force-same-window (bug#10144).
17044 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17045 use pop-to-buffer if the selected window can't be used.
17046 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17047
17048 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17049
17050 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17051 special-mode-map.
17052
17053 2011-11-28 Chong Yidong <cyd@gnu.org>
17054
17055 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17056
17057 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17058
17059 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17060 gdb-get-source-file-list on gdb-create-source-file-list.
17061
17062 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17063
17064 * whitespace.el (whitespace-newline): Use a different foreground
17065 color for 16-color light-background displays.
17066
17067 2011-11-24 Chong Yidong <cyd@gnu.org>
17068
17069 * window.el (display-buffer--special-action): Doc fix.
17070
17071 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17072
17073 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17074 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17075 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17076 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17077 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17078 (avl-tree-stack-first):
17079 * emacs-lisp/cconv.el (cconv--analyse-use):
17080 * net/gnutls.el (gnutls-negotiate): Fix typos.
17081
17082 2011-11-24 Glenn Morris <rgm@gnu.org>
17083
17084 * lpr.el (lpr-windows-system, lpr-lp-system):
17085 * mail/binhex.el (binhex-begin-line):
17086 * progmodes/grep.el (grep-history, grep-find-history):
17087 * textmodes/flyspell.el:
17088 * vc/pcvs-defs.el (cvs-global-menu):
17089 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17090 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17091 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17092
17093 * net/tls.el: Fix case of "GnuTLS".
17094
17095 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17096
17097 * version.el (emacs-build-system): Give it a doc-string.
17098
17099 2011-11-24 Juri Linkov <juri@jurta.org>
17100
17101 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17102
17103 2011-11-24 Glenn Morris <rgm@gnu.org>
17104
17105 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17106 if called on a non-mime message just toggle the headers. (Bug#8006)
17107
17108 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17109
17110 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17111 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17112 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17113 (allout-rebullet-heading, allout-open-sibtopic)
17114 (allout-toggle-current-subtree-encryption)
17115 (allout-toggle-subtree-encryption, allout-encrypt-string)
17116 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17117 (allout-distinctive-bullets-string, allout-auto-activation):
17118 * window.el (window-normalize-buffer-to-display):
17119 * progmodes/verilog-mode.el (verilog-batch-indent):
17120 * textmodes/bibtex.el (bibtex-field-braces-opt)
17121 (bibtex-field-strings-opt):
17122 * vc/cvs-status.el (cvs-tree-merge):
17123 Fix typos.
17124
17125 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17126
17127 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17128 `non-essential' to t, in order to avoid remote connections.
17129
17130 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17131
17132 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17133 On MS-DOS and MS-Windows, compare with loaddefs.el
17134 case-insensitively.
17135
17136 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17137
17138 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17139
17140 2011-11-23 Glenn Morris <rgm@gnu.org>
17141
17142 * paths.el (rmail-file-name): Reformat the doc-string so that it
17143 is picked up.
17144
17145 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17146 (rmail-auto-file): Ignore case in the "special" field names,
17147 as mail-fetch-field does for all others.
17148
17149 * mail/rmail.el (rmail-forward):
17150 * mail/rmailkwd.el (rmail-set-label):
17151 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17152 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17153
17154 * mail/rmail.el (rmail-current-message): Doc fix.
17155
17156 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17157
17158 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17159
17160 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17161
17162 2011-11-22 Glenn Morris <rgm@gnu.org>
17163
17164 * mail/rmailmm.el (test-rmail-mime-handler)
17165 (test-rmail-mime-bulk-handler)
17166 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17167
17168 2011-11-21 Juri Linkov <juri@jurta.org>
17169
17170 * calc/calc.el (calc-read-key-sequence):
17171 Let-bind `input-method-function' to nil. (Bug#10018)
17172
17173 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17174
17175 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17176 Tell the caller that the next line needs recomputation, even
17177 though it doesn't start a sexp (bug#10094).
17178
17179 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17180
17181 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17182
17183 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17184
17185 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17186 Use force-same-window.
17187
17188 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17189
17190 * descr-text.el (describe-char-unicode-data):
17191 * json.el (json-string-escape):
17192 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17193 (Footnote-unicode, Footnote-style-p):
17194 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17195
17196 2011-11-20 Chong Yidong <cyd@gnu.org>
17197
17198 * window.el (replace-buffer-in-windows): Restore interactive spec.
17199
17200 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17201
17202 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17203
17204 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17205 (byte-compile-global-not-obsolete-vars): New var.
17206 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17207 Use it.
17208 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17209
17210 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17211
17212 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17213 * progmodes/pascal.el (electric-pascal-equal):
17214 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17215 * xml.el (xml-substitute-special): Fix typos.
17216
17217 2011-11-20 Glenn Morris <rgm@gnu.org>
17218
17219 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17220 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17221 Doc fixes.
17222 (rmail-decode-mime-charset): Mark as obsolete.
17223
17224 * mail/rmailsum.el (rmail-message-regexp-p-1):
17225 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17226 Before using mime functions, check they are set. (Bug#10077)
17227
17228 2011-11-19 Juri Linkov <juri@jurta.org>
17229
17230 * info.el (Info-finder-find-node): Use `package--builtins' instead
17231 of `package-alist'. Use node names formed by the pattern "Keyword "
17232 and the keyword name.
17233
17234 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17235
17236 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17237
17238 2011-11-19 Juri Linkov <juri@jurta.org>
17239
17240 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17241 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17242 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17243 `old-history', `old-history-forward'. Add let-binding
17244 `window-selected'. Remove calls to `kill-buffer',
17245 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17246 before calling `Info-find-node', so `Info-find-node-2' will reread
17247 the Info file. Restore window positions only when `window-selected'
17248 is non-nil.
17249
17250 2011-11-19 Juri Linkov <juri@jurta.org>
17251
17252 * isearch.el (isearch-lazy-highlight-new-loop):
17253 Remove condition `(not isearch-error)'. (Bug#9918)
17254
17255 * misearch.el (multi-isearch-search-fun): Add condition
17256 `(not bound)' to ignore lazy-highlighting search.
17257 Add the search-failed message "end of multi" when the end of
17258 multi-sequence is reached. Uncapitalize the search-failed
17259 message "Repeat for next buffer".
17260
17261 * info.el (Info-search): Add the search-failed message
17262 "end of the manual" when the end of the manual is reached
17263 in Isearch mode.
17264
17265 2011-11-19 Juri Linkov <juri@jurta.org>
17266
17267 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17268 Use non-destructive `remove' instead of `delete' because
17269 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17270 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17271
17272 2011-11-19 Juri Linkov <juri@jurta.org>
17273
17274 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17275 to nil instead of binding `search-ring' and `regexp-search-ring'.
17276 (Bug#9185)
17277
17278 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17279
17280 * simple.el (line-move): Force movement by logical lines for any
17281 hscrolled window, not only when auto-hscroll-mode is on.
17282 (line-move-visual): Update doc string to that effect. (Bug#10076)
17283
17284 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17285
17286 * language/european.el (macintosh): Define as alias for mac-roman.
17287
17288 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17289
17290 * mail/rmailmm.el (rmail-mime-display-header)
17291 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17292 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17293 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17294 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17295 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17296 of a raw aref.
17297 (rmail-mime-entity-segment): To get past the tagline, move forward
17298 2 more lines, to account for the 2 empty lines that precede and
17299 follow the line with the buttons.
17300 (rmail-mime-update-tagline): Move one more line, to get past the
17301 empty line that follows the buttons in the tagline. (Bug#9520)
17302
17303 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17304
17305 * window.el (window-max-delta-1, window-min-delta-1)
17306 (window-min-size-1, window-state-get-1, window-state-put-1)
17307 (window-state-put-2): Use "window--" prefix.
17308
17309 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17310
17311 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17312 (smie-warning-count): New var.
17313 (smie-set-prec2tab): Use it.
17314 (smie-bnf->prec2): Improve warnings. Add docstring.
17315 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17316 (smie-bnf--set-class): New function.
17317 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17318 corner case.
17319
17320 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17321 (compilation-error-properties, compilation-move-to-column):
17322 Handle compilation-first-column while in the target buffer.
17323
17324 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17325 Don't hardcode point-min==1.
17326
17327 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17328 (eshell-rewrite-for-command): Remove workaround.
17329 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17330 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17331 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17332
17333 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17334
17335 2011-11-17 Glenn Morris <rgm@gnu.org>
17336
17337 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17338 Ignore buffer-local generated-autoload-file if it is the same
17339 as the global value. (Bug#10049)
17340
17341 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17342
17343 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17344 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17345 (reftex-toc-previous-heading, reftex-toc-max-level)
17346 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17347 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17348 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17349 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17350 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17351 (reftex-toc-rename-label, reftex-toc-visit-location)
17352 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17353 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17354 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17355 leaving "*toc*" only for references to the buffer.
17356
17357 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17358
17359 * window.el (window-resize, delete-window, split-window):
17360 Replace window-splits by window-combination-resize.
17361 * cus-start.el (window-splits): Replace by window-combination-resize.
17362
17363 2011-11-17 Glenn Morris <rgm@gnu.org>
17364
17365 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17366 Make bash entry derive from sh entry, not shell entry.
17367
17368 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17369
17370 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17371 local file name.
17372
17373 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17374
17375 * menu-bar.el (menu-bar-file-menu):
17376 * printing.el (pr-ps-utility):
17377 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17378 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17379 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17380 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17381 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17382 (icalendar--convert-cyclic-to-ical)
17383 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17384 (icalendar--convert-ical-to-diary)
17385 (icalendar--convert-recurring-to-diary)
17386 (icalendar--convert-non-recurring-all-day-to-diary)
17387 (icalendar-import-format-sample):
17388 * progmodes/idlw-shell.el (idlwave-shell-mode):
17389 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17390 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17391 (vhdl-ps-print-init): Fix typos.
17392
17393 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17394
17395 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17396 FSF and collapse date sequence, obscure author/maintainer email address
17397 better, remove extra version line, track relocation of author's webpage.
17398
17399 * progmodes/python.el (python-pdbtrack-input-prompt)
17400 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17401 regular python pdb prompts. Adjustments shamelessly taken exactly as
17402 suggested in EmacsWiki page (tiny change):
17403 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17404
17405 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17406
17407 * expand.el (expand-pos, expand-index, expand-point):
17408 Remove redundant info from docstring.
17409 (expand-add-abbrevs): Doc fix.
17410 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17411 (expand-sample-perl-mode-expand-list): Fix typos.
17412
17413 * net/dbus.el (dbus-event-member-name):
17414 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17415 * term/pc-win.el (msdos-create-frame-with-faces):
17416 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17417
17418 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17419
17420 * window.el (split-window, window-state-get-1)
17421 (window-state-put-1, window-state-put-2): Rename occurrences of
17422 window-nest to window-combination-limit.
17423 * cus-start.el (window-nest): Rename to window-combination-limit.
17424
17425 2011-11-16 Chong Yidong <cyd@gnu.org>
17426
17427 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17428 regexp (Bug#10033).
17429
17430 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17431
17432 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17433 `completing-read' will remove *Completions* and will preserve
17434 current-buffer for us.
17435 (tmm-add-prompt): Users of *Completions* will always (re)set its
17436 major mode.
17437 (tmm-old-comp-map): Remove.
17438
17439 2011-11-16 Glenn Morris <rgm@gnu.org>
17440
17441 * mail/rmailedit.el: Require rmailmm when compiling.
17442 (rmail-old-mime-state): New declaration.
17443 (rmail-edit-current-message): If editing a mime message,
17444 edit the "raw" message from the mbox buffer.
17445 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17446
17447 2011-11-15 Glenn Morris <rgm@gnu.org>
17448
17449 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17450 which wasn't being used. Add optional arg to force given state.
17451 (rmail-mime): Add optional arg to force given state.
17452
17453 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17454
17455 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17456 * frame.el (display-mm-dimensions-alist):
17457 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17458 (outline-move-subtree-down):
17459 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17460 (newsticker--treeview-do-get-node):
17461 * net/quickurl.el (quickurl-list-buffer-name):
17462 * progmodes/dcl-mode.el (dcl-mode):
17463 * progmodes/gdb-mi.el (gdb-mapcar*):
17464 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17465
17466 2011-11-15 Glenn Morris <rgm@gnu.org>
17467
17468 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17469 in a boolean sense, so just make it a boolean, and fix the doc.
17470 (rmail-show-mime-function, rmail-mime-feature)
17471 (rmail-require-mime-maybe): Doc fixes.
17472 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17473
17474 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17475
17476 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17477
17478 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17479 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17480 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17481 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17482
17483 2011-11-15 Glenn Morris <rgm@gnu.org>
17484
17485 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17486 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17487 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17488 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17489 (rmail-mime, rmail-show-mime): Doc fixes.
17490
17491 * term/ns-win.el (mode-line-frame-identification):
17492 Leave it alone. (Bug#10051)
17493
17494 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17495
17496 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17497 Handle empty buffers. (Bug#9978)
17498
17499 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17500
17501 * international/mule.el (define-charset):
17502 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17503 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17504 * progmodes/verilog-mode.el (verilog-backward-token):
17505 * textmodes/ispell.el (lookup-words):
17506 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17507
17508 2011-11-14 Glenn Morris <rgm@gnu.org>
17509
17510 * progmodes/executable.el
17511 (executable-make-buffer-file-executable-if-script-p):
17512 Handle file-modes returning nil.
17513
17514 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17515 message - not necessary, and causes problems. (Bug#9831)
17516
17517 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17518
17519 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17520
17521 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17522 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17523 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17524
17525 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17526
17527 * window.el (window-resize, delete-window): Use window-splits
17528 variable instead of function.
17529 (window-state-get-1, window-state-put-2, window-state-put):
17530 Don't deal with windows' splits status.
17531
17532 2011-11-12 Glenn Morris <rgm@gnu.org>
17533
17534 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17535 (apropos-documentation): Doc fixes.
17536
17537 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17538
17539 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17540 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17541
17542 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17543
17544 * electric.el (electric-indent-post-self-insert-function): Make it
17545 possible for a char to only indent in some circumstances.
17546 (electric-indent-mode): Simplify.
17547
17548 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17549
17550 * window.el (windows-with-parameter): Remove unused function.
17551 (windows-at-side): Rename to window-at-side-list.
17552 (window-check, window-atom-check, window-atom-check-1)
17553 (window-side-check, window-size-ignore, window-size-fixed-1)
17554 (window-in-direction-2): Prefix with "window--".
17555 (window-tree-1): Rename to window--subtree, fix doc-string.
17556
17557 2011-11-11 Glenn Morris <rgm@gnu.org>
17558
17559 * subr.el (eval-after-load): If FILE is already loaded,
17560 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17561
17562 2011-11-10 Glenn Morris <rgm@gnu.org>
17563
17564 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17565 Call svn via vc-svn-command rather than vc-do-command.
17566 (vc-svn-command): Add --non-interactive. (Bug#9993)
17567 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17568
17569 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17570 Add toggle-read-only. (Bug#7292)
17571 * files.el (toggle-read-only): Mention that it should only
17572 be used interactively. (Bug#10006)
17573
17574 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17575
17576 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17577 Adjust regexp for OCaml warnings.
17578
17579 * electric.el (electric-pair-post-self-insert-function): Let user
17580 turn it off buffer-locally (bug#9932).
17581
17582 * progmodes/python.el (python-beginning-of-statement):
17583 Rewrite (bug#2703).
17584
17585 * progmodes/compile.el: Better handle TABs (bug#9749).
17586 (compilation-internal-error-properties)
17587 (compilation-next-error-function): Obey the target buffer's
17588 compilation-error-screen-columns.
17589
17590 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17591
17592 * progmodes/meta-mode.el: Remove obsolete comments.
17593 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17594 Fix typos in docstrings.
17595
17596 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17597
17598 * window.el (window-size-fixed-p): Rewrite doc-string.
17599 (window-resizable-p): Rename to window--resizable-p. Update callers.
17600 (window--resizable): New function. Make all callers of
17601 window-resizable call window--resizable instead.
17602 (window-resizable): Rewrite in terms of window--resizable.
17603
17604 2011-11-08 Glenn Morris <rgm@gnu.org>
17605
17606 * progmodes/delphi.el (delphi-mode-syntax-table):
17607 Let define-derived-mode define a proper syntax table. (Bug#9994)
17608
17609 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17610
17611 * window.el: Stay away from defsubst.
17612 (window-list-no-nils): Remove.
17613 (window-state-get-1, window-state-get): Use backquote instead.
17614
17615 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17616
17617 * emacs-lisp/find-func.el (find-function-read):
17618 Fix incorrect use of default argument in `completing-read'.
17619
17620 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17621
17622 * window.el (display-buffer-function, special-display-function):
17623 Mention display-buffer-record-window but do not mention
17624 help-setup parameter in doc-strings.
17625 (window-min-delta): Fix doc-string typo.
17626
17627 2011-11-08 Chong Yidong <cyd@gnu.org>
17628
17629 * window.el (window-total-height, window-total-width): Doc fix.
17630 (window-body-size): Move from C.
17631 (window-body-height, window-body-width): Move to C.
17632
17633 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17634
17635 * window.el: Make special-display like display-buffer-alist (bug#9532).
17636 (display-buffer--special-action): New function, morphed
17637 from display-buffer--special.
17638 (display-buffer): Use it to handle special-display-buffers at higher
17639 priority (just after display-buffer-alist).
17640 (display-buffer-fallback-action, display-buffer--other-frame-action)
17641 (pop-to-buffer-same-window): Remove display-buffer--special.
17642
17643 2011-11-07 Glenn Morris <rgm@gnu.org>
17644
17645 * calendar/cal-menu.el (cal-menu-set-date-title):
17646 Do nothing if not in a calendar. (Bug#9976)
17647
17648 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17649
17650 * files.el (find-file): Always use selected-window.
17651
17652 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17653
17654 * window.el (window-combinations): Make WINDOW argument
17655 mandatory. Rewrite doc-string.
17656 (walk-window-subtree, window-atom-check, window-min-delta)
17657 (window-max-delta, window--resize-this-window)
17658 (window--resize-root-window-vertically, window-tree)
17659 (balance-windows, window-state-put): Rewrite doc-strings as to
17660 not mention the term "subwindow".
17661 (window--resize-subwindows-skip-p): Rename to
17662 window--resize-child-windows-skip-p.
17663 (window--resize-subwindows-normal): Rename to
17664 window--resize-child-windows-normal.
17665 (window--resize-subwindows): Rename to
17666 window--resize-child-windows.
17667 (window-or-subwindow-p): Rename to window--in-subtree-p.
17668
17669 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17670
17671 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17672 Ensure that mbox format messages end in two newlines (Bug#9974).
17673
17674 2011-11-06 Chong Yidong <cyd@gnu.org>
17675
17676 * window.el (window-combination-p): Function deleted; its
17677 side-effect is not used in any existing code.
17678 (window-combinations, window-combined-p): Call window-*-child
17679 directly.
17680
17681 2011-11-05 Chong Yidong <cyd@gnu.org>
17682
17683 * window.el (window-valid-p): Rename from window-any-p.
17684 (window-size-ignore, window-state-get): Callers changed.
17685 (window-normalize-window): Rename from window-normalize-any-window.
17686 New arg LIVE-ONLY, replacing window-normalize-live-window.
17687 (window-normalize-live-window): Delete.
17688 (window-combination-p, window-combined-p, window-combinations)
17689 (walk-window-subtree, window-atom-root, window-min-size)
17690 (window-sizable, window-sizable-p, window-size-fixed-p)
17691 (window-min-delta, window-max-delta, window-resizable)
17692 (window-resizable-p, window-full-height-p, window-full-width-p)
17693 (window-current-scroll-bars, window-point-1, set-window-point-1)
17694 (window-at-side-p, window-in-direction, window-resize)
17695 (adjust-window-trailing-edge, maximize-window, minimize-window)
17696 (window-deletable-p, delete-window, delete-other-windows)
17697 (record-window-buffer, unrecord-window-buffer)
17698 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17699 (quit-window, split-window, window-state-put)
17700 (set-window-text-height, fit-window-to-buffer)
17701 (shrink-window-if-larger-than-buffer): Callers changed.
17702
17703 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17704
17705 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17706 rfc2047-decode-string.
17707 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17708 warnings.
17709
17710 * window.el (window-body-height, window-body-width): Mention in
17711 the doc string that the return values are in frame's canonical
17712 units. (Bug#9949)
17713
17714 2011-11-03 Alan Mackenzie <acm@muc.de>
17715
17716 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17717 change in cc-engine.el.
17718
17719 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17720
17721 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17722
17723 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17724
17725 * window.el (quit-window): Call unrecord-window-buffer after
17726 showing another buffer in the window. (Bug#9937)
17727 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17728
17729 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17730
17731 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17732 Accept status with more than 9 shelves. (Bug#9935)
17733 Reported by Colin D Bennett <colin@gibibit.com>.
17734
17735 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17736
17737 * help.el (with-help-window): Don't reference
17738 temp-buffer-show-specifiers in doc-string.
17739
17740 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17741
17742 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17743 menu-item.
17744
17745 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17746
17747 * whitespace.el: New version 13.2.2.
17748 (whitespace-newline-mode): Disable properly. Reported by Sarah
17749 <EmacsWiki>.
17750
17751 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17752
17753 * net/newst-treeview.el: Remove "Time-stamp".
17754 (newsticker--group-manage-orphan-feeds): Do not call
17755 newsticker--treeview-tree-update.
17756 (newsticker-treeview-update, newsticker-treeview):
17757 Call newsticker--treeview-tree-update if necessary.
17758
17759 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17760
17761 * window.el (window-iso-combination-p, window-iso-combined-p)
17762 (window-iso-combinations): Remove "iso-" infix.
17763 Suggested by Chong Yidong.
17764 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17765 (window-max-delta-1, window-resize, window--resize-siblings)
17766 (window--resize-this-window, adjust-window-trailing-edge)
17767 (split-window, balance-windows-1)
17768 (shrink-window-if-larger-than-buffer):
17769 * calendar/calendar.el (calendar-generate-window):
17770 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17771
17772 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17773
17774 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17775 in place (bug#9907).
17776 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17777 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17778 (eshell-structure-basic-command, eshell-rewrite-while-command)
17779 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17780 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17781 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17782 (eshell-do-pipelines-synchronously, eshell-eval-command):
17783 Use backquotes and prefer setq to set.
17784 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17785 (eshell-macrop): Use functionp.
17786 (eshell-do-eval): Handle multiple expressions in `while' body.
17787
17788 2011-10-30 Chong Yidong <cyd@gnu.org>
17789
17790 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17791 instead of set-mark (Bug#9810).
17792
17793 2011-10-30 Chong Yidong <cyd@gnu.org>
17794
17795 * window.el (split-window-below, split-window-right): Rename from
17796 split-window-above-each-other and split-window-side-by-side
17797 respectively. All callers changed.
17798 (split-window-sensibly, split-window-sensibly): Use them.
17799 (split-window-keep-point): Doc fix.
17800
17801 * isearch.el: Add isearch-scroll property to split-window-below
17802 and split-window-right.
17803
17804 * follow.el (follow-mode):
17805 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17806 * progmodes/ada-xref.el (ada-gdb-application):
17807 * emulation/vip.el (vip-buffer-in-two-windows):
17808 * image-dired.el (image-dired-dired-with-window-configuration):
17809 * dired-x.el (dired-do-find-marked-files):
17810 * dired.el (dired-pop-to-buffer):
17811 * bs.el (bs--show-with-configuration):
17812 * vc/emerge.el (emerge-setup-windows):
17813 * textmodes/two-column.el (2C-two-columns):
17814 * textmodes/reftex-toc.el (reftex-toc):
17815 * progmodes/gdb-mi.el (gdb-setup-windows):
17816 * progmodes/fortran.el (fortran-window-create):
17817 * net/newst-treeview.el (newsticker--treeview-window-init):
17818 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17819 * emulation/tpu-edt.el (tpu-gold-map):
17820 * emulation/crisp.el (crisp-mode-map):
17821 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17822
17823 2011-10-29 Chong Yidong <cyd@gnu.org>
17824
17825 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17826
17827 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17828
17829 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17830 forged Ispell output (Bug#7904).
17831
17832 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17833
17834 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17835
17836 * doc-view.el: Avoid ugly errors about not finding nil.
17837 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17838 (doc-view-dvipdf-program, doc-view-unoconv-program)
17839 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17840 Avoid nil or absolute file name as default value.
17841 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17842
17843 2011-10-28 Alan Mackenzie <acm@muc.de>
17844
17845 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17846
17847 2011-10-28 Alan Mackenzie <acm@muc.de>
17848
17849 Amend the handling of c-beginning/end-of-defun in nested declaration
17850 scopes.
17851
17852 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17853 cc-langs.el. Change it to a defcustom.
17854
17855 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17856 cc-vars.el.
17857
17858 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17859 Prevent "class foo : bar" being spuriously recognized as a label.
17860
17861 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17862 Add parameter `inclusive' (to include enclosing braces in the region).
17863 (c-widen-to-enclosing-decl-scope): New function.
17864 (c-while-widening-to-decl-block): New macro.
17865 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17866 outward for defun boundaries, and correspondingly change symbol
17867 `respect-enclosure' to `go-outward'.
17868 (c-declaration-limits): Change algorithm to report only the "innermost"
17869 defun's boundaries.
17870
17871 2011-10-28 Deniz Dogan <deniz@dogan.se>
17872
17873 * net/rcirc.el (rcirc-mode): Use hard newlines.
17874
17875 2011-10-28 Alan Mackenzie <acm@muc.de>
17876
17877 Amend to indent and fontify macros "which include their own semicolon"
17878 correctly, using the "virtual semicolon" mechanism.
17879
17880 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17881
17882 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17883 Recode to scan one line at a time rather than having \n and \r
17884 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17885 (c-forward-label): Amend for virtual semicolons.
17886 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17887
17888 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17889 of the new C macros.
17890
17891 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17892 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17893 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17894 (c-opt-cpp-macro-define): Make into a full language variable.
17895 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17896 AWK Mode (including \n, \r) removed, no longer needed.
17897
17898 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17899 Invoke c-make-macro-with-semi-re.
17900
17901 * progmodes/cc-vars.el (c-macro-with-semi-re):
17902 (c-macro-names-with-semicolon): New variables.
17903 (c-make-macro-with-semi-re): New function.
17904
17905 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17906
17907 * vc/log-edit.el: Fill empty field rather than adding new one.
17908 (log-edit-add-field): New function.
17909 (log-edit-insert-changelog): Use it.
17910
17911 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17912
17913 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17914
17915 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17916
17917 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17918 (gdb--check-interpreter): New function.
17919 (gdb): Use it.
17920
17921 2011-10-27 Glenn Morris <rgm@gnu.org>
17922
17923 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17924 (least-positive-float, least-negative-float)
17925 (least-positive-normalized-float, least-negative-normalized-float)
17926 (float-epsilon, float-negative-epsilon):
17927 Remove unnecessary declarations.
17928
17929 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17930 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17931 (least-positive-float, least-negative-float)
17932 (least-positive-normalized-float, least-negative-normalized-float)
17933 (float-epsilon, float-negative-epsilon): Add doc-strings,
17934 based on those in cl.texi.
17935
17936 * files.el (set-visited-file-name): If the major-mode changed,
17937 reload the local variables. (Bug#9796)
17938
17939 2011-10-27 Chong Yidong <cyd@gnu.org>
17940
17941 * subr.el (change-major-mode-after-body-hook): New hook.
17942 (run-mode-hooks): Run it.
17943
17944 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17945 Use change-major-mode-before-body-hook.
17946
17947 * simple.el (fundamental-mode):
17948 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17949 change introducing fundamental-mode-hook.
17950
17951 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
17952
17953 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17954
17955 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
17956
17957 * ido.el (ido-file-name-all-completions-1): Do not require
17958 tramp.el explicitly. (Bug#7583)
17959
17960 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17961
17962 * progmodes/octave-mod.el:
17963 * progmodes/octave-inf.el: Update maintainer.
17964
17965 2011-10-26 Chong Yidong <cyd@gnu.org>
17966
17967 * subr.el (with-wrapper-hook): Rewrite doc.
17968
17969 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
17970
17971 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17972 filenames "/method:foo:". (Bug#9793)
17973
17974 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17975
17976 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17977 (bug#9865).
17978
17979 2011-10-24 Glenn Morris <rgm@gnu.org>
17980
17981 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
17982
17983 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
17984
17985 * notifications.el: Add the requirement of a running D-Bus session
17986 bus to the Commentary.
17987
17988 2011-10-24 Juri Linkov <juri@jurta.org>
17989
17990 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17991 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17992 (Bug#9364)
17993
17994 2011-10-24 Juri Linkov <juri@jurta.org>
17995
17996 * info.el (Info-following-node-name-re): Add newline to the list
17997 of allowed characters for leading space. (Bug#9824)
17998
17999 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * progmodes/octave-inf.el (inferior-octave-mode-map):
18002 Fix C-c C-h binding.
18003 * progmodes/octave-mod.el (octave-help): Remove.
18004
18005 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18006
18007 Sync with Tramp 2.2.3.
18008
18009 * net/tramp-cache.el (top): Pacify byte-compiler using
18010 `init-file-user' and `site-run-file'.
18011
18012 * net/trampver.el: Update release number.
18013
18014 2011-10-23 Chong Yidong <cyd@gnu.org>
18015
18016 * files.el (toggle-read-only): Remove obsolete comment about
18017 version control.
18018
18019 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18020 for toggle-read-only. Note that this hasn't called vc-next-action
18021 since 2008-05-02, though it wasn't documented at the time.
18022
18023 * vc/ediff-init.el (ediff-toggle-read-only-function):
18024 Use toggle-read-only.
18025
18026 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18027
18028 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18029 of c-parse-state.
18030
18031 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18032 correct faulty logical expression.
18033 (c-parse-state-state, c-record-parse-state-state):
18034 (c-replay-parse-state-state): New defvar/defuns.
18035 (c-debug-parse-state): Use new functions.
18036
18037 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18038
18039 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18040 last fix. Use window-in-direction correctly.
18041
18042 2011-10-21 Chong Yidong <cyd@gnu.org>
18043
18044 * progmodes/idlwave.el (idlwave-mode):
18045 * progmodes/vera-mode.el (vera-mode): No need to set
18046 require-final-newline; that's done in prog-mode.
18047 Suggested by Stefan Monnier.
18048
18049 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18050
18051 * mouse.el (mouse-drag-window-above)
18052 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18053 (mouse-drag-mode-line-1, mouse-drag-header-line)
18054 (mouse-drag-vertical-line-rightward-window): Remove.
18055 (mouse-drag-line): New function.
18056 (mouse-drag-mode-line, mouse-drag-header-line)
18057 (mouse-drag-vertical-line): Call mouse-drag-line.
18058 * window.el (window-at-side-p, windows-at-side): New functions.
18059
18060 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18061
18062 * tar-mode.el (tar-grind-file-mode):
18063 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18064
18065 2011-10-21 Chong Yidong <cyd@gnu.org>
18066
18067 * progmodes/idlwave.el (idlwave-mode):
18068 * progmodes/vera-mode.el (vera-mode):
18069 Use mode-require-final-newline.
18070
18071 2011-10-20 Glenn Morris <rgm@gnu.org>
18072
18073 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18074
18075 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18076
18077 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18078
18079 2011-10-20 Chong Yidong <cyd@gnu.org>
18080
18081 * emulation/cua-base.el (cua-mode):
18082 * mail/footnote.el (footnote-mode):
18083 * mail/mailabbrev.el (mail-abbrevs-mode):
18084 * net/xesam.el (xesam-minor-mode):
18085 * progmodes/bug-reference.el (bug-reference-mode):
18086 * progmodes/cap-words.el (capitalized-words-mode):
18087 * progmodes/compile.el (compilation-minor-mode)
18088 (compilation-shell-minor-mode):
18089 * progmodes/gud.el (gud-tooltip-mode):
18090 * progmodes/hideif.el (hide-ifdef-mode):
18091 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18092 * progmodes/subword.el (subword-mode):
18093 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18094 * progmodes/which-func.el (which-function-mode):
18095 * term/tvi970.el (tvi970-set-keypad-mode):
18096 * term/vt100.el (vt100-wide-mode):
18097 * textmodes/flyspell.el (flyspell-mode):
18098 * textmodes/ispell.el (ispell-minor-mode):
18099 * textmodes/nroff-mode.el (nroff-electric-mode):
18100 * textmodes/paragraphs.el (use-hard-newlines):
18101 * textmodes/refill.el (refill-mode):
18102 * textmodes/reftex.el (reftex-mode):
18103 * textmodes/rst.el (rst-minor-mode):
18104 * textmodes/sgml-mode.el (html-autoview-mode)
18105 (sgml-electric-tag-pair-mode):
18106 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18107 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18108 * emulation/crisp.el (crisp-mode):
18109 * emacs-lisp/eldoc.el (eldoc-mode):
18110 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18111 minor mode behavior.
18112
18113 2011-10-19 Juri Linkov <juri@jurta.org>
18114
18115 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18116 the list of hard-coded chars with escape-glyph face.
18117
18118 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18119
18120 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18121
18122 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18123
18124 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18125 running process.
18126
18127 2011-10-19 Glenn Morris <rgm@gnu.org>
18128
18129 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18130 Ignore ignored files. (Bug#9726)
18131
18132 2011-10-19 Chong Yidong <cyd@gnu.org>
18133
18134 Doc fix for minor modes, stating that an omitted argument enables
18135 the mode unconditionally when called from Lisp.
18136
18137 * abbrev.el (abbrev-mode):
18138 * allout.el (allout-mode):
18139 * autoinsert.el (auto-insert-mode):
18140 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18141 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18142 (global-auto-revert-mode):
18143 * battery.el (display-battery-mode):
18144 * composite.el (global-auto-composition-mode)
18145 (auto-composition-mode):
18146 * delsel.el (delete-selection-mode):
18147 * desktop.el (desktop-save-mode):
18148 * dired-x.el (dired-omit-mode):
18149 * dirtrack.el (dirtrack-mode):
18150 * doc-view.el (doc-view-minor-mode):
18151 * double.el (double-mode):
18152 * electric.el (electric-indent-mode, electric-pair-mode):
18153 * emacs-lock.el (emacs-lock-mode):
18154 * epa-hook.el (auto-encryption-mode):
18155 * follow.el (follow-mode):
18156 * font-core.el (font-lock-mode):
18157 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18158 * help.el (temp-buffer-resize-mode):
18159 * hilit-chg.el (highlight-changes-mode)
18160 (highlight-changes-visible-mode):
18161 * hi-lock.el (hi-lock-mode):
18162 * hl-line.el (hl-line-mode, global-hl-line-mode):
18163 * icomplete.el (icomplete-mode):
18164 * ido.el (ido-everywhere):
18165 * image-file.el (auto-image-file-mode):
18166 * image-mode.el (image-minor-mode):
18167 * iswitchb.el (iswitchb-mode):
18168 * jka-cmpr-hook.el (auto-compression-mode):
18169 * linum.el (linum-mode):
18170 * longlines.el (longlines-mode):
18171 * master.el (master-mode):
18172 * mb-depth.el (minibuffer-depth-indicate-mode):
18173 * menu-bar.el (menu-bar-mode):
18174 * minibuf-eldef.el (minibuffer-electric-default-mode):
18175 * mouse-sel.el (mouse-sel-mode):
18176 * msb.el (msb-mode):
18177 * mwheel.el (mouse-wheel-mode):
18178 * outline.el (outline-minor-mode):
18179 * paren.el (show-paren-mode):
18180 * recentf.el (recentf-mode):
18181 * reveal.el (reveal-mode, global-reveal-mode):
18182 * rfn-eshadow.el (file-name-shadow-mode):
18183 * ruler-mode.el (ruler-mode):
18184 * savehist.el (savehist-mode):
18185 * scroll-all.el (scroll-all-mode):
18186 * scroll-bar.el (scroll-bar-mode):
18187 * server.el (server-mode):
18188 * shell.el (shell-dirtrack-mode):
18189 * simple.el (auto-fill-mode, transient-mark-mode)
18190 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18191 (line-number-mode, column-number-mode, size-indication-mode)
18192 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18193 * strokes.el (strokes-mode):
18194 * time.el (display-time-mode):
18195 * t-mouse.el (gpm-mouse-mode):
18196 * tool-bar.el (tool-bar-mode):
18197 * tooltip.el (tooltip-mode):
18198 * type-break.el (type-break-mode-line-message-mode)
18199 (type-break-query-mode):
18200 * view.el (view-mode):
18201 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18202 (global-whitespace-mode, global-whitespace-newline-mode):
18203 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18204
18205 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18206 Fix autogenerated docstring.
18207
18208 2011-10-19 Juri Linkov <juri@jurta.org>
18209
18210 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18211 by checking environment variables "DESKTOP_SESSION" and
18212 "XDG_CURRENT_DESKTOP". (Bug#9779)
18213
18214 2011-10-19 Juri Linkov <juri@jurta.org>
18215
18216 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18217 (browse-url-chromium-program, browse-url-chromium-arguments):
18218 New defcustoms.
18219 (browse-url-default-browser): Check for `browse-url-chromium' and
18220 call `browse-url-chromium-program'.
18221 (browse-url-chromium): New command. (Bug#9779)
18222
18223 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18224
18225 * facemenu.el (list-colors-duplicates): On Windows, detect more
18226 duplicates by assuming that only colors matching "^System" are
18227 special "system colors". (Bug#9722)
18228
18229 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18230
18231 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18232 to distinguish the author from the committer.
18233
18234 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18235
18236 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18237
18238 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18239
18240 * international/mule.el (sgml-html-meta-auto-coding-function):
18241 Add support for detecting encoding in HTML5 specified only as
18242 <meta charset="UTF-8">. Implementation just makes http-equiv and
18243 content-type parts from HTML4 encoding string optional. (Bug#9716)
18244
18245 2011-10-18 Glenn Morris <rgm@gnu.org>
18246
18247 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18248
18249 2011-10-18 Chong Yidong <cyd@gnu.org>
18250
18251 * faces.el (cursor): Doc fix.
18252
18253 2011-10-17 Chong Yidong <cyd@gnu.org>
18254
18255 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18256
18257 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18258
18259 * dirtrack.el (dirtrack): Support shell buffers with path
18260 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18261
18262 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18263
18264 * json.el: Bump version to 1.3 and note change in History.
18265 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18266
18267 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18268
18269 * comint.el (comint-insert-input, comint-send-input)
18270 (comint-get-old-input-default, comint-backward-matching-input)
18271 (comint-next-prompt): Use nil instead of `input' for field property of
18272 past user input (bug#114).
18273
18274 * minibuffer.el (completion--replace): Inherit surrounding properties
18275 (bug#114).
18276 (minibuffer-complete-and-exit): Use it.
18277
18278 * comint.el (comint--table-subvert): Quote the all-completions output
18279 (bug#9160).
18280
18281 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18282
18283 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18284
18285 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18286 window on right of selected. (Bug#9350) Reword other window
18287 entries and separate them from frame entries.
18288
18289 2011-10-15 Glenn Morris <rgm@gnu.org>
18290
18291 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18292 Doc fixes.
18293
18294 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18295
18296 * net/network-stream.el (network-stream-open-starttls):
18297 Improve detection of failure due to lack of TLS support.
18298
18299 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18300 putting the input text in front and in bold.
18301
18302 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18303
18304 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18305
18306 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18307 empty buffer.
18308
18309 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18310 unread-command-events rather than pushing yet-another event.
18311
18312 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18313
18314 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18315 the explanation of the possible choices. Make the options passed
18316 to completing-read shorter.
18317
18318 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18319
18320 * textmodes/flyspell.el (flyspell-large-region): Make sure
18321 extended character mode is used if defined (Bug#1339).
18322
18323 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18324
18325 * simple.el (what-cursor-position): Fix the display of the
18326 character info for LRE, LRO, RLE, and RLO characters by appending
18327 an invisible PDF.
18328
18329 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18330
18331 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18332 even in case of error; add debug spec; simplify data flow.
18333 (with-timeout-handler): Remove.
18334
18335 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18336
18337 Fix Bug#6019, Bug#9315.
18338
18339 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18340 complete `buffer-file-name', the local file name part could look
18341 remotely (for example on VMS).
18342
18343 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18344 `tramp-run-real-handler'.
18345 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18346 already quoted by '"'.
18347
18348 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18349 Let `file-name-handler-alist' be nil, the local file name part
18350 could look remotely (for example on VMS).
18351
18352 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18353
18354 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18355 from here...
18356 (flyspell-post-command-hook): ...to here.
18357
18358 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18359
18360 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18361 if not needed.
18362 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18363 using completion. Protect against "slow" callers.
18364 Remove the "message hack".
18365
18366 2011-10-11 Juri Linkov <juri@jurta.org>
18367
18368 * isearch.el (isearch-lazy-highlight-word): New variable.
18369 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18370 Use it. (Bug#9727)
18371
18372 2011-10-11 Glenn Morris <rgm@gnu.org>
18373
18374 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18375 like f90-previous-statement does.
18376
18377 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18378
18379 * eshell/eshell.el (eshell-command): History should be saved
18380 only in interactive use, to avoid error.
18381
18382 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18383
18384 * minibuffer.el (completion-file-name-table): Fix last change,
18385 i.e. ignore normal errors but not the other ones.
18386
18387 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18388
18389 * window.el (special-display-buffer-names)
18390 (special-display-regexps): Remove some remnants of earlier
18391 changes from doc-strings.
18392 (quit-windows-on): New function.
18393
18394 * vc/vc.el (vc-revert, vc-rollback):
18395 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18396 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18397 (Bug#6183) (Bug#7074) (Bug#7447)
18398
18399 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18400
18401 * window.el (frame-auto-hide-function): Add version tag.
18402 (Bug#9699)
18403
18404 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18405
18406 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18407 condition.
18408
18409 2011-10-09 Leo Liu <sdl.web@gmail.com>
18410
18411 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18412 (Bug#9701)
18413
18414 2011-10-08 Glenn Morris <rgm@gnu.org>
18415
18416 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18417 before the first code statement zero indent. (Bug#9690)
18418
18419 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18420
18421 * simple.el (count-words-region): Always count in the region.
18422 Report the number of lines and characters too.
18423 (count-words): New command, which counts in the buffer if the
18424 region is inactive, as count-words-region used to.
18425 (count-words--message): New function. Handle plurals.
18426 (count-lines-region): Make it an alias for count-words-region.
18427
18428 * bindings.el (esc-map): Replace count-lines-region with
18429 count-words-region.
18430
18431 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18432
18433 * window.el (window--delete): Delete dedicated frame
18434 unconditionally when argument KILL is non-nil. (Bug#9699)
18435 (switch-to-buffer): Fix doc-string typo.
18436
18437 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18438
18439 * eshell/eshell.el (eshell-command): Avoid using hooks.
18440
18441 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18442
18443 * bindings.el ([M-left],[M-right]): Bind to left-word and
18444 right-word respectively.
18445
18446 2011-10-07 Glenn Morris <rgm@gnu.org>
18447
18448 * cus-start.el (debug-on-quit): Fix custom type.
18449
18450 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18451
18452 * subr.el (define-key-after): Clarify that the function is not
18453 useful for non-menu keymaps.
18454
18455 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18456
18457 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18458
18459 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18460 in current minibuffer (Fix bug with recursive minibuffers).
18461
18462 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18463
18464 * progmodes/gdb-mi.el (gdb): Doc fix.
18465
18466 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18467
18468 * window.el (frame-auto-hide-function): New option replacing
18469 frame-auto-delete. Suggested by Stefan Monnier.
18470 (window--delete): Call frame-auto-hide-function instead of
18471 investigating frame-auto-delete.
18472 (window-point-1, set-window-point-1): New functions.
18473 (window-in-direction, record-window-buffer, window-state-get-1)
18474 (display-buffer-record-window): Use window-point-1 instead of
18475 window-point.
18476 (set-window-buffer-start-and-point): Use set-window-point-1.
18477
18478 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18479
18480 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18481
18482 2011-10-05 Glenn Morris <rgm@gnu.org>
18483
18484 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18485 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18486
18487 2011-10-05 Leo Liu <sdl.web@gmail.com>
18488
18489 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18490 works with buffer object.
18491
18492 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18493
18494 * mpc.el (mpc-tool-bar-map): Add labels.
18495
18496 2011-10-04 Glenn Morris <rgm@gnu.org>
18497
18498 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18499
18500 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18501
18502 * window.el (window--delete): New function.
18503 (frame-auto-delete): Resuscitate option.
18504 (bury-buffer, replace-buffer-in-windows)
18505 (quit-window): Rewrite using window--delete.
18506 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18507 Pass display-buffer-mark-dedicated to window--display-buffer-2
18508 (Bug#9639).
18509
18510 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18511
18512 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18513 returns a list (bug#9554). Add remote file name completion.
18514 * comint.el (comint--table-subvert): Curry and get quote&unquote
18515 functions as arguments.
18516 (comint--complete-file-name-data): Adjust call accordingly.
18517 * pcomplete.el (pcomplete--table-subvert): Remove.
18518 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18519
18520 * minibuffer.el (completion-table-case-fold): Use currying.
18521 (completion--styles-type, completion--cycling-threshold-type):
18522 New constants.
18523 (completion-styles, completion-category-overrides)
18524 (completion-cycle-threshold): Use them.
18525 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18526 completion-table-case-fold.
18527
18528 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18529
18530 * minibuffer.el (completion-category-overrides): Fix type of styles
18531 and add more user friendly tags (bug#9660).
18532
18533 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18534
18535 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18536 (mule-input-method-string): New widget.
18537 (default-input-method, language-info-custom-alist): Use it.
18538
18539 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18540
18541 * pcomplete.el: Require comint.
18542 (pcomplete--common-suffix): Remove.
18543 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18544 (pcomplete--table-subvert): Sync with comint--table-subvert.
18545 (pcomplete--entries): Use comint-completion-file-name-table.
18546 * comint.el (comint-unquote-filename): Simplify.
18547 (comint-completion-file-name-table): New function (bug#9616).
18548 (comint--complete-file-name-data): Use it.
18549
18550 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18551 (pcmpl-gnu-tar-buffer): Remove.
18552 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18553 around. Make sure pcomplete-suffix-list is only changed temporarily.
18554 Don't look inside the tar's file if it's too large.
18555
18556 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18557
18558 * cus-edit.el (custom-mode-map):
18559 * epa.el (epa-key-list-mode-map):
18560 * man.el (Man-mode-map):
18561 * startup.el (splash-screen-keymap):
18562 * simple.el (special-mode-map): Use scroll-up-command and
18563 scroll-down-command.
18564
18565 * progmodes/idlw-help.el (idlwave-help-mode-map):
18566 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18567 * net/newst-plainview.el (newsticker-mode-map):
18568 * emulation/ws-mode.el (wordstar-mode-map):
18569 * emulation/vi.el (vi-com-map):
18570 * calc/calc-graph.el (calc-graph-show-dumb):
18571 * term/sun.el (terminal-init-sun):
18572 * term/ns-win.el (global-map):
18573 * progmodes/grep.el (grep-mode-map):
18574 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18575 * mail/rmail.el (rmail-mode-map):
18576 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18577
18578 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18579 custom-safe-themes as special.
18580
18581 2011-10-01 Julien Danjou <julien@danjou.info>
18582
18583 * notifications.el (notifications-notify): Fix docstring.
18584
18585 2011-10-01 Per Starbäck <per@starback.se>
18586
18587 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18588
18589 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18590
18591 * startup.el (command-line-1): Fix last fix by inserting
18592 initial-scratch-message into *scratch* before displaying it.
18593 (Bug#9605) and (Bug#9636)
18594
18595 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18596
18597 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18598 window is hscrolled, move by logical lines. (Bug#9607)
18599 (line-move-visual): Update the doc string to the above effect.
18600
18601 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18602
18603 * window.el (display-buffer-record-window): When WINDOW is the
18604 selected window use `point' instead of `window-point'. (Bug#9626)
18605
18606 * startup.el (command-line-1): Use insert-before-markers when
18607 inserting initial-scratch-message. (Bug#9605)
18608
18609 * help.el (help-window): Remove variable.
18610
18611 2011-09-29 Glenn Morris <rgm@gnu.org>
18612
18613 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18614
18615 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18616
18617 * descr-text.el (describe-char-categories): Accept category
18618 descriptions more than one line long.
18619
18620 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18621
18622 * simple.el (delete-trailing-whitespace): Fix last change.
18623
18624 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18625 Don't confuse "y => 3" as the beginning of a `y' operation.
18626
18627 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18628 object has more than 4 slots (bug#9613).
18629
18630 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18631
18632 * subr.el (with-output-to-temp-buffer):
18633 * net/quickurl.el (quickurl, quickurl-browse-url):
18634 Fix typos in docstrings.
18635
18636 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18637
18638 * minibuffer.el (completion-styles)
18639 (completion-category-overrides): Cross reference each other in doc
18640 strings.
18641
18642 2011-09-27 Glenn Morris <rgm@gnu.org>
18643
18644 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18645 to split-string. (Bug#9606)
18646
18647 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18648
18649 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18650 (bug#9615).
18651
18652 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18653
18654 * emacs-lisp/package.el (list-packages): Fix echo area message.
18655
18656 2011-09-27 Leo Liu <sdl.web@gmail.com>
18657
18658 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18659
18660 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18661
18662 * net/dbus.el (dbus-unregister-object): Don't release services for
18663 registered signals. (Bug#9581)
18664
18665 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18666
18667 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18668 function that picks between cfengine 2 and 3 support
18669 automatically. Update docs accordingly.
18670
18671 2011-09-22 Kenichi Handa <handa@m17n.org>
18672
18673 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18674 ZERO.
18675 (indian-itrans-v5-table-for-tamil): New variable.
18676 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18677
18678 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18679
18680 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18681 that's true if the current command involved collapsing of text.
18682 It's reset to false at the beginning of the next command.
18683 (allout-post-command-business): Move the cursor to the beginning
18684 of entry if the cursor is hidden and collapsing activity just
18685 happened.
18686
18687 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18688
18689 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18690 tracking (Bug#9541).
18691
18692 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18693
18694 * net/newst-reader.el (newsticker-html-renderer)
18695 (newsticker-show-news): Automatically load html rendering package
18696 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18697 because w3m-fill-column is let-bound" and the error "Symbol's value
18698 as variable is void: w3m-fill-column".
18699
18700 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18701
18702 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18703 Release services only if they are defined. (Bug#9581)
18704
18705 2011-09-23 Richard Stallman <rms@gnu.org>
18706
18707 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18708 distinguish start of paragraph from start of its text.
18709
18710 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18711
18712 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18713 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18714 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18715
18716 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18717
18718 * international/mule-diag.el (mule-diag): Insert a newline after
18719 each fontset description.
18720
18721 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18722
18723 * simple.el (delete-trailing-whitespace):
18724 Document last change; simplify.
18725
18726 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18727
18728 * simple.el (delete-trailing-whitespace): Also delete
18729 extra newlines at the end of the buffer.
18730
18731 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18732 (picture-newline): Use forward-line so as to ignore fields.
18733
18734 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18735
18736 * subr.el (with-wrapper-hook): Fix edebug spec.
18737
18738 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18739
18740 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18741 (bug#4538).
18742
18743 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18744
18745 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18746 Fix nasty bug using wrong cached values.
18747
18748 2011-09-23 Alan Mackenzie <acm@muc.de>
18749
18750 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18751
18752 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18753
18754 * window.el (pop-to-buffer): Ensure right window is selected if we
18755 chose another frame.
18756
18757 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18758
18759 * simple.el (what-cursor-position): Use get-char-property-change
18760 and next-single-char-property-change, to be able to show display
18761 properties that come from overlays as well as text properties.
18762
18763 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18764
18765 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18766
18767 * cmuscheme.el (run-scheme, switch-to-scheme):
18768 * cus-edit.el (customize-group, custom-buffer-create)
18769 (customize-browse):
18770 * info.el (info):
18771 * shell.el (shell):
18772 * mail/sendmail.el (mail):
18773 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18774
18775 2011-09-22 Richard Stallman <rms@gnu.org>
18776
18777 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18778 move back only to line beg, don't move back over blank lines.
18779
18780 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18781
18782 * files.el (copy-directory): Set directory attributes only in case
18783 they could be retrieved from the source directory. (Bug#9565)
18784
18785 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18786
18787 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18788 (hs-find-block-beginning, hs-hide-level-recursive):
18789 Ignore strings as well as comments. (Bug#9502)
18790
18791 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18792
18793 * progmodes/sql.el (sql-comint-postgres):
18794 Convert port number to a string. (Bug#9566)
18795
18796 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18797
18798 * window.el (quit-window): Undedicate window when switching to
18799 previous buffer. Reported by Thierry Volpiatto
18800 <thierry.volpiatto@gmail.com>.
18801 (special-display-popup-frame): When popping up a new frame reset
18802 its previous buffers to nil. Simplify code.
18803
18804 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18805
18806 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18807 and process filter, as done also in `shell-command'.
18808
18809 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18810
18811 * window.el (set-window-buffer-start-and-point):
18812 Call set-window-start with NOFORCE argument t.
18813 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18814 (quit-window): Reword doc-string. Handle new format of
18815 quit-restore parameter. Don't delete window if it has a
18816 previous buffer we can show instead of the present one.
18817 (display-buffer-record-window): Rewrite using a new format for
18818 the quit-restore window parameter
18819 (special-display-popup-frame, display-buffer-same-window)
18820 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18821 (display-buffer-pop-up-window, display-buffer-use-some-window):
18822 Adapt symbol passed to display-buffer-record-window.
18823 * help.el (help-window-setup): Handle new format of quit-restore
18824 parameter.
18825
18826 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18827
18828 * faces.el (face-list): Fix docstring (bug#9564).
18829
18830 * window.el (display-buffer--action-function-custom-type):
18831 Don't include internal functions in the Custom interface.
18832
18833 2011-09-20 Juri Linkov <juri@jurta.org>
18834
18835 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18836 (Info-forward-node, Info-backward-node, Info-next-preorder)
18837 (Info-last-preorder): Use it. (Bug#9528)
18838
18839 2011-09-20 Juri Linkov <juri@jurta.org>
18840
18841 * info.el (Info-last-preorder): Visit last menu item only when
18842 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18843
18844 2011-09-20 Julien Danjou <julien@danjou.info>
18845
18846 * password-cache.el (password-cache-remove): Remove entries even if the
18847 value is nil, so that password with a nil value (negative caching) is
18848 possible to invalidate.
18849
18850 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18851
18852 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18853 all whitespace around breakpoint. (Bug#9553)
18854 (f90-find-breakpoint): Only break at whitespace inside a comment.
18855
18856 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18857
18858 * minibuffer.el (completion-file-name-table): Keep track of errors.
18859 (completion-table-with-predicate): Handle the case where pred1 is nil.
18860 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18861
18862 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18863
18864 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18865 (debugger-return-value): Signal an error if the debugging context does
18866 not await any return value.
18867
18868 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18869 * image-mode.el (image-toggle-display-text)
18870 (image-toggle-display-image): Stay away from evil `intangible'.
18871
18872 2011-09-19 Leo Liu <sdl.web@gmail.com>
18873
18874 * replace.el (occur-revert-arguments): Make it permanent-local.
18875 (occur-mode): Don't call font-lock-defontify.
18876
18877 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18878
18879 * net/ldap.el (ldap-search-internal): Don't push empty search
18880 result (Bug#9508).
18881
18882 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18883
18884 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18885
18886 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18887
18888 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18889 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18890
18891 2011-09-18 Juri Linkov <juri@jurta.org>
18892
18893 * buff-menu.el (Buffer-menu-mode-map):
18894 * dired.el (dired-mode-map):
18895 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18896 (lisp-interaction-mode-map):
18897 * emacs-lisp/package.el (package-menu-mode-map):
18898 * epa.el (epa-key-list-mode-map):
18899 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18900 (menu-bar-options-menu):
18901 * outline.el (outline-mode-menu-bar-map):
18902 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18903 * vc/vc-dir.el (vc-dir-menu-map):
18904 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18905 Capitalize non-function content words in menu item strings.
18906
18907 * dired.el (dired-mode-map): Add menu item for
18908 `image-dired-dired-toggle-marked-thumbs'.
18909
18910 2011-09-18 Juri Linkov <juri@jurta.org>
18911
18912 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18913 to `isearch-case-fold-search' and restore its original value
18914 after the `isearch-mode' call.
18915
18916 2011-09-18 Juri Linkov <juri@jurta.org>
18917
18918 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18919 because `zgrep' returns 1 for successful matches (bug#9226).
18920
18921 2011-09-18 Juri Linkov <juri@jurta.org>
18922
18923 * info.el (Info-extract-menu-node-name): Check the second match
18924 for empty string (second test-case of bug#9528).
18925 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18926 intermediate nodes to the history (first test-case of bug#9528).
18927
18928 2011-09-18 Juri Linkov <juri@jurta.org>
18929
18930 * info.el (Info-mode-syntax-table): New variable.
18931 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18932
18933 2011-09-18 Juri Linkov <juri@jurta.org>
18934
18935 * info.el (Info-file-supports-index-cookies):
18936 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18937 outputs one more line for long file names (bug#4142).
18938
18939 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18940
18941 * newcomment.el (comment-normalize-vars): If prompting for
18942 comment-start, set comment-start-skip too (Bug#8424).
18943
18944 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18945
18946 * icomplete.el: Fix previous fix of Bug#5849.
18947 (icomplete-mode): Don't set completion-show-inline-help.
18948 (icomplete-minibuffer-setup): Set completion-show-inline-help
18949 locally during icompletion.
18950
18951 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18952
18953 * woman.el (woman2-process-escapes): Don't delete unrecognized
18954 escapes (Bug#7843).
18955
18956 * files.el (inhibit-first-line-modes-regexps): Add image files.
18957 (hack-local-variables-prop-line): Return nil for malformed
18958 prop-lines (Bug#9044).
18959
18960 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
18961
18962 * net/tramp.el (top): Don't require 'shell.
18963 (tramp-methods): Fix docstring.
18964 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18965 Return complete remote file name. Handle "smb" case.
18966 Use `tramp-tmpdir', if defined for the respective method.
18967 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18968
18969 * net/tramp-compat.el (top): Require 'shell.
18970
18971 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18972 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18973 `tramp-current-host'.
18974 (tramp-get-remote-tmpdir): Remove.
18975
18976 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18977 `tramp-tmpdir' entries.
18978 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18979 (tramp-smb-handle-file-attributes): Ignore errors.
18980 (tramp-smb-wait-for-output): Check also for process end.
18981
18982 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18983
18984 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18985 when sending QUIT (bug#9312).
18986
18987 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
18988
18989 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18990 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18991 occur-mode-display-occurrence.
18992 (occur-edit-mode): Add usage message.
18993 (occur-cease-edit): New command.
18994 (occur-after-change-function): Use text properties to find the
18995 position of the prefix text.
18996 (occur-engine): Set stickiness of prefix text properties.
18997
18998 2011-09-17 Glenn Morris <rgm@gnu.org>
18999
19000 * progmodes/etags.el (complete-tag):
19001 Fix call to completion-in-region. (Bug#9526)
19002
19003 2011-09-17 Juri Linkov <juri@jurta.org>
19004
19005 * textmodes/ispell.el (ispell-word): Add to the error message
19006 the word, ispell program name and current dictionary (bug#9121).
19007 (ispell-tex-arg-end): Capitalize "error" in the error message.
19008
19009 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19010
19011 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19012 check. (Bug#4251)
19013
19014 2011-09-17 Juri Linkov <juri@jurta.org>
19015
19016 * window.el (window-safe-min-height, window-safe-min-width):
19017 Fix typos (followup to bug#9522).
19018
19019 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19020
19021 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19022
19023 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19024
19025 * simple.el (line-move): If goal-column is set, move by logical
19026 lines, not by display lines. (Bug#971)
19027 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19028 to reflect the above change.
19029
19030 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19031
19032 * image.el (imagemagick-register-types): Use regexp-opt.
19033
19034 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19035
19036 * window.el (display-buffer-base-action): Rename from
19037 display-buffer-default-action. Make default value empty.
19038 (display-buffer-overriding-action): Convert to defvar.
19039 (display-buffer-fallback-action): New var.
19040
19041 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19042
19043 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19044 declaration.
19045 (package--add-to-archive-contents): If there is a duplicate entry
19046 with an older version, remove it.
19047 (package-menu-mark-delete, package-menu-mark-install)
19048 (package-menu-mark-unmark): Make unused args optional.
19049 (package-menu-mark-obsolete-for-deletion):
19050 Use package-menu-get-status instead of a regexp search.
19051 (package-menu-get-status): Use tabulated-list-entry.
19052 (package-menu-mark-upgrades): New command.
19053 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19054 (package-menu-execute): Do installation before deletion.
19055 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19056 instead of checking major-mode.
19057 (package-menu--find-upgrades): New function.
19058
19059 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19060
19061 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19062 passwords in the log buffer.
19063 (smtpmail-process-filter): Update the process marker so that the
19064 "broken by peer" status message is inserted in the right place.
19065
19066 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19067
19068 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19069 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19070 bibtex-completion-at-point-function.
19071 (bibtex-completion-at-point-function): Use them.
19072
19073 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19074
19075 * mpc.el (mpc-constraints-tag-lookup): New function.
19076 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19077 also to browser "album|playlist".
19078
19079 2011-09-14 Juri Linkov <juri@jurta.org>
19080
19081 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19082 (isearch-edit-string): Use length of `isearch-string' when
19083 `isearch-fail-pos' returns nil.
19084 (isearch-message): Remove duplicate code and call
19085 `isearch-fail-pos' with arg `t'.
19086
19087 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19088
19089 * replace.el (occur-mode-goto-occurrence): Don't force using other
19090 window (Bug#9499).
19091
19092 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19093
19094 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19095
19096 * window.el (display-buffer-window): Remove.
19097 (display-buffer-record-window): Use help-setup window parameter
19098 instead of variable display-buffer-window.
19099 (display-buffer-function, special-display-buffer-names)
19100 (special-display-function): Mention help-setup parameter instead
19101 of display-buffer-window in doc-string.
19102 * help.el (help-window-setup): New argument help-window.
19103 Use help-window-setup parameter instead of display-buffer-window.
19104 Reword some messages.
19105 (with-help-window): Pass window used for displaying the buffer
19106 to help-window-setup. Don't set display-buffer-window.
19107
19108 2011-09-13 Glenn Morris <rgm@gnu.org>
19109
19110 * emacs-lisp/debug.el (debugger-make-xrefs):
19111 Preserve point. (Bug#9462)
19112
19113 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19114
19115 * window.el (window-deletable-p): Use next-frame.
19116
19117 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19118
19119 * window.el (window-auto-delete): Remove.
19120 (window-deletable-p): Remove argument FORCE. Don't deal with
19121 dedication and previous buffers.
19122 (switch-to-prev-buffer): Don't delete window.
19123 (delete-windows-on): Delete a window's frame if and only if the
19124 window is dedicated.
19125 (replace-buffer-in-windows): Delete buffer's window or frame if
19126 and only if window is dedicated.
19127 (quit-window): Handle quit-restore as before last change.
19128 (bury-buffer): Delete window only if window-deletable-p returns t.
19129
19130 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19131
19132 * window.el (window-deletable-p): Never delete the last frame on a
19133 given terminal.
19134
19135 2011-09-13 Glenn Morris <rgm@gnu.org>
19136
19137 * help.el (describe-key-briefly): Copy previous standard-output change.
19138
19139 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19140
19141 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19142
19143 2011-09-13 Glenn Morris <rgm@gnu.org>
19144
19145 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19146 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19147
19148 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19149
19150 * dired-aux.el (dired-mark-read-string): Don't return default
19151 value on empty input (Bug#9361).
19152 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19153 Omit initial minibuffer contents.
19154 (dired-do-chmod): Signal an error on empty input.
19155 (dired-mark-read-string): Don't return default on empty input.
19156
19157 * files.el (file-modes-symbolic-to-number): Doc fix.
19158
19159 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19160
19161 * international/mule-cmds.el (ucs-completions): Remove.
19162 (read-char-by-name): Use complete-with-action instead; add metadata.
19163
19164 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19165
19166 * window.el (display-buffer--action-function-custom-type)
19167 (display-buffer--action-custom-type): New vars.
19168 (display-buffer-alist, display-buffer-default-action)
19169 (display-buffer-overriding-action): Add defcustom types.
19170
19171 * frame.el (delete-other-frames): Doc fix (Bug#276).
19172
19173 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19174
19175 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19176
19177 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19178
19179 Change modes that used same-window-* vars to use switch-to-buffer.
19180
19181 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19182 Use switch-to-buffer.
19183
19184 * cus-edit.el (customize-group, custom-buffer-create)
19185 (customize-browse, custom-buffer-create-other-window):
19186 Use switch-to-buffer or switch-to-buffer-other-window.
19187
19188 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19189 (Info-prev, Info-up, Info-speedbar-goto-node)
19190 (info-display-manual): Use switch-to-buffer.
19191 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19192
19193 * mail/sendmail.el (mail): Use switch-to-buffer.
19194 (mail-recover): Use switch-to-buffer-other-window.
19195
19196 * cmuscheme.el (run-scheme, switch-to-scheme):
19197 * ielm.el (ielm):
19198 * shell.el (shell):
19199 * net/rlogin.el (rlogin):
19200 * net/telnet.el (telnet, rsh):
19201 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19202
19203 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19204
19205 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19206
19207 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19208
19209 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19210 so don't mention it (bug#9301).
19211 (dired-sort-toggle-or-edit): Clarify string further.
19212
19213 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19214 match `x', `w32' and `ns', like the manual says (bug#9029).
19215
19216 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19217 (process-kill-buffer-query-function): Mention the buffer name in
19218 the query.
19219
19220 * image-mode.el (image-next-line): The line parameter is mandatory
19221 (bug#9258).
19222
19223 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19224 which can be useful (bug#9301).
19225
19226 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19227
19228 * subr.el (match-string): Mention that the current buffer should
19229 be the same as the search was done in (bug#9282).
19230
19231 * facemenu.el: Disable the remove-* commands if the mark isn't
19232 active (bug#9162).
19233
19234 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19235
19236 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19237 of display-buffer.
19238 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19239
19240 * replace.el (occur-mode-goto-occurrence)
19241 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19242 and display-buffer.
19243
19244 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19245 display-buffer.
19246
19247 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19248 special-display and same-window variables.
19249 (mail-other-window): Use switch-to-buffer-other-window.
19250 (mail-other-frame): USe switch-to-buffer-other-frame.
19251
19252 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19253 Use display-buffer-other-frame.
19254 (gdb-display-gdb-buffer): Use pop-to-buffer.
19255
19256 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19257
19258 * progmodes/python.el: Don't set same-window-buffer-names.
19259
19260 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19261
19262 * window.el (display-buffer-alist): Add *Python*.
19263
19264 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19265
19266 * window.el (display-buffer-alist): Add entry for buffers
19267 previously handled same-window-*.
19268 (display-buffer-alist, display-buffer-default-action)
19269 (display-buffer-overriding-action): Mark as risky.
19270 (display-buffer-alist): Document action function changes.
19271 (display-buffer--same-window-action)
19272 (display-buffer--other-frame-action): New variables.
19273 (switch-to-buffer, display-buffer-other-frame): Use them.
19274 (display-buffer): Rename reuse-frame entry to reusable-frames.
19275 (display-buffer-reuse-selected-window): Function deleted.
19276 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19277 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19278 (display-buffer-special): New function.
19279 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19280 display-buffer-reuse-or-pop-window. Split off special-display
19281 part into display-buffer-special.
19282 (display-buffer-use-some-window): Don't perform any special
19283 pop-up-frames handling.
19284 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19285 (display-buffer--maybe-same-window): Rename from
19286 display-buffer-maybe-same-window.
19287
19288 * info.el: Don't set same-window-regexps.
19289 (info-setup): New function.
19290 (info-other-window, info): Call it.
19291
19292 * cus-edit.el: Don't set same-window-regexps.
19293 (customize-group): New argument.
19294 (customize-group-other-window): Use it.
19295 (customize-face, customize-face-other-window): Likewise.
19296 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19297
19298 * net/rlogin.el:
19299 * net/telnet.el:
19300 * progmodes/gud.el: Don't set same-window-regexps.
19301
19302 * cmuscheme.el:
19303 * ielm.el:
19304 * shell.el:
19305 * mail/sendmail.el:
19306 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19307
19308 2011-09-10 Juri Linkov <juri@jurta.org>
19309
19310 * isearch.el (isearch-edit-string): Remove obsolete mention of
19311 `C-w' (`isearch-yank-word-or-char') from docstring.
19312 (isearch-query-replace): Fix typo in docstring (bug#9466).
19313
19314 2011-09-10 Juri Linkov <juri@jurta.org>
19315
19316 * paren.el (show-paren-function): Don't show escaped parens.
19317 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19318
19319 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19320
19321 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19322 (mm-default-file-encoding): Remove autoload forms, they are
19323 replaced with autoload cookies in mml.el and mm-encode.el.
19324 (mail-add-attachment): New command.
19325 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19326 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19327 the doc string.
19328 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19329
19330 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19331
19332 * simple.el (count-words-region): Use buffer if there's no region
19333 (bug#9429).
19334
19335 2011-09-09 Juri Linkov <juri@jurta.org>
19336
19337 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19338 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19339 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19340
19341 2011-09-09 Alan Mackenzie <acm@muc.de>
19342
19343 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19344 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19345
19346 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19347
19348 Fix for Savannah bug#9392.
19349 * simple.el (mail-encode-mml): New defvar.
19350
19351 * mail/rmail.el (mail-encode-mml): Add a defvar.
19352 (rmail-enable-mime-composing): Default to t.
19353 (rmail-forward): Use MIME method of forwarding only if both
19354 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19355 Set mail-encode-mml non-nil if the MIME method was used.
19356
19357 * mail/sendmail.el (mml-to-mime): Add autoload form.
19358 (mail-encode-mml): Add a defvar.
19359 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19360 to nil.
19361 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19362 message through mml-to-mime, and reset mail-encode-mml to nil.
19363
19364 2011-09-09 Glenn Morris <rgm@gnu.org>
19365
19366 * woman.el (woman-if-body): When processing an .el block,
19367 do not delete the next .el block as well. (Bug#9447)
19368 (woman-special-characters): Add oq, cq, and hy characters.
19369
19370 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19371
19372 * window.el (window-deletable-p): Make sure window is live before
19373 invoking window-prev-buffers.
19374
19375 2011-09-08 Leo Liu <sdl.web@gmail.com>
19376
19377 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19378
19379 2011-09-08 Juri Linkov <juri@jurta.org>
19380
19381 * progmodes/compile.el (compilation-environment): Make it
19382 a defcustom (bug#8340).
19383
19384 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19385
19386 * window.el (frame-auto-delete): Rename to window-auto-delete.
19387 Make it control auto-deletion of windows and/or frames.
19388 (window-deletable-p): New argument FORCE. Rewrite conditions
19389 for deleting window/frame. (Bug#9419)
19390 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19391 Rewrite handling of case when window/frame can be deleted.
19392 (delete-windows-on): Call window-deletable-p with new FORCE
19393 argument t. (Bug#9456)
19394
19395 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19396
19397 * help-mode.el (help-mode): Restore autoload.
19398
19399 2011-09-07 Juri Linkov <juri@jurta.org>
19400
19401 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19402 `compilation-environment'. Set buffer-local
19403 `compilation-environment' to `thisenv' later after (funcall mode).
19404 (Bug#8340)
19405
19406 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19407 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19408 instead of replacing its value. (Bug#8340)
19409
19410 2011-09-07 Juri Linkov <juri@jurta.org>
19411
19412 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19413 based on text properties put by `grep-filter' instead of matching
19414 escape sequences.
19415 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19416 to the value of `grep-error-screen-columns' (bug#9438).
19417
19418 2011-09-07 Juri Linkov <juri@jurta.org>
19419
19420 * simple.el (next-error-highlight, next-error-highlight-no-select):
19421 Doc fix (bug#9432).
19422
19423 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19424
19425 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19426 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19427
19428 2011-09-07 Leo Liu <sdl.web@gmail.com>
19429
19430 * net/rcirc.el (rcirc-mode): Conditionally initialize
19431 rcirc-input-ring.
19432
19433 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19434
19435 * emacs-lisp/find-func.el (find-function-C-source): Only set
19436 find-function-C-source-directory after checking that we found a source
19437 file there (bug#9440).
19438
19439 2011-09-06 Alan Mackenzie <acm@muc.de>
19440
19441 * isearch.el (isearch-other-meta-char): Wherever a key list is
19442 unread, "unread" the prefix arg, too. This fixes bug #8901.
19443
19444 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19445
19446 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19447
19448 2011-09-05 Juri Linkov <juri@jurta.org>
19449
19450 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19451
19452 2011-09-05 Juri Linkov <juri@jurta.org>
19453
19454 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19455 keeping point where processing of grep matches begins, and
19456 continue to delete remaining escape sequences from the same point.
19457 (grep-filter): Make leading zero optional in "0?1;31m" because
19458 git-grep emits "\033[1;31m" escape sequences unlike expected
19459 "\033[01;31m" as GNU Grep does (bug#9408).
19460 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19461
19462 2011-09-05 Juri Linkov <juri@jurta.org>
19463
19464 * subr.el (y-or-n-p): Capitalize "yes".
19465
19466 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19467
19468 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19469 `tramp-cache-unload-hook' where appropriate.
19470 (tramp-methods): Rename `tramp-remote-sh' to
19471 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19472 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19473
19474 * net/tramp-sh.el (top): Don't require 'shell.
19475 (tramp-methods): Add `tramp-remote-shell' and
19476 `tramp-remote-shell-args' entries.
19477 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19478 (tramp-sh-handle-shell-command): Remove.
19479 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19480 Use `tramp-remote-shell'.
19481
19482 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19483
19484 * mail/sendmail.el (sendmail-query-once-function): Delete.
19485 (sendmail-query-once): Save directly to send-mail-function.
19486 Update message-send-mail-function too.
19487
19488 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19489
19490 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19491
19492 * progmodes/python.el (python-mode-map): Use correct function to
19493 start python interpreter from menu-bar (as reported by Geert
19494 Kloosterman).
19495 (inferior-python-mode-map): Fix typo.
19496 (python-shell-map): Remove.
19497
19498 2011-09-03 Deniz Dogan <deniz@dogan.se>
19499
19500 * net/rcirc.el (rcirc-print): Simplify code for
19501 rcirc-scroll-show-maximum-output. There is no need to walk
19502 through all windows to find the right one.
19503
19504 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19505
19506 * help.el (help-return-method): Doc fix.
19507
19508 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19509
19510 * window.el (window-deletable-p): Don't return a non-nil value
19511 when there's a buffer that was shown in the window before.
19512 (Bug#9419)
19513 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19514 Set window's previous buffers to nil.
19515
19516 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19517
19518 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19519 newline before and after the tag line, so it doesn't interfere
19520 with determining the paragraph direction of bidirectional text.
19521
19522 2011-09-03 Leo Liu <sdl.web@gmail.com>
19523
19524 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19525
19526 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19527
19528 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19529 (pop-to-buffer): Change interactive spec. Pass second argument
19530 directly to display-buffer.
19531 (display-buffer): Fix interactive spec. Use functionp to
19532 distinguish between a function and a list of functions.
19533
19534 * abbrev.el (edit-abbrevs):
19535 * arc-mode.el (archive-extract):
19536 * autoinsert.el (auto-insert):
19537 * bookmark.el (bookmark-bmenu-list):
19538 * files.el (find-file):
19539 * view.el (view-buffer):
19540 * progmodes/compile.el (compilation-goto-locus):
19541 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19542
19543 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19544
19545 * window.el (display-buffer-alist): Doc fix.
19546 (display-buffer): Add docstring. Don't treat
19547 display-buffer-default specially.
19548 (display-buffer-reuse-selected-window)
19549 (display-buffer-same-window, display-buffer-maybe-same-window)
19550 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19551 (display-buffer-pop-up-window)
19552 (display-buffer-reuse-or-pop-window)
19553 (display-buffer-use-some-window): New functions.
19554 (display-buffer-default-action): Use them.
19555 (display-buffer-default): Delete.
19556 (pop-to-buffer-1): Fix choice of actions.
19557
19558 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19559
19560 * minibuffer.el (completion--insert-strings): Don't get confused by
19561 completion entries that end with an LF char.
19562
19563 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19564
19565 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19566
19567 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19568
19569 * window.el (display-buffer): Restore interactive spec.
19570 (display-buffer-same-window, display-buffer-other-window):
19571 New functions.
19572 (pop-to-buffer-1): New function. Use the above.
19573 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19574 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19575
19576 * view.el (view-buffer-other-window, view-buffer-other-frame):
19577 Just use pop-to-buffer.
19578
19579 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19580
19581 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19582
19583 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19584
19585 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19586
19587 2011-08-31 Richard Stallman <rms@gnu.org>
19588
19589 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19590 of the separation of rmail-view-buffer from rmail-buffer.
19591 If you say no to "replace original", the decrypt is in the
19592 view buffer. If you say yes, the decrypt goes into the
19593 rmail buffer also.
19594
19595 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19596
19597 * window.el (display-buffer-window): Rewrite doc-string.
19598 (display-buffer-record-window): New function.
19599 (display-buffer-macro-specifiers)
19600 (display-buffer-even-window-sizes, display-buffer-set-height)
19601 (display-buffer-set-width, display-buffer-in-window)
19602 (display-buffer-reuse-window, display-buffer-split-specifiers)
19603 (display-buffer-side-specifiers, display-buffer-split-window-1)
19604 (display-buffer-split-window, display-buffer-split-atom-window)
19605 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19606 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19607 (display-buffer-other-window-means-other-frame)
19608 (display-buffer-normalize-special)
19609 (display-buffer-normalize-default)
19610 (display-buffer-normalize-argument)
19611 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19612 (display-buffer-normalize-specifiers, display-buffer-frame)
19613 (display-buffer-same-window, display-buffer-same-frame)
19614 (display-buffer-other-window)
19615 (display-buffer-same-frame-other-window)
19616 (display-buffer-other-frame, pop-to-buffer-same-window)
19617 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19618 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19619 (switch-to-buffer-same-frame)
19620 (switch-to-buffer-other-window-same-frame)
19621 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19622 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19623 (display-buffer-alist-set): Remove.
19624 (display-buffer-function, special-display-buffer-names)
19625 (special-display-regexps, special-display-function):
19626 In doc-string refer to display-buffer-window and quit-restore
19627 parameter.
19628 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19629 (special-display-frame-alist, special-display-popup-frame)
19630 (same-window-buffer-names, same-window-regexps, same-window-p)
19631 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19632 (split-window-preferred-function, split-height-threshold)
19633 (split-width-threshold, window-splittable-p)
19634 (split-window-sensibly, window--try-to-split-window)
19635 (window--frame-usable-p, even-window-heights)
19636 (window--even-window-heights, window--display-buffer-1)
19637 (window--display-buffer-2, display-buffer-other-frame):
19638 Restore old Emacs 23 code, order and doc-strings where applicable.
19639 (display-buffer-default, display-buffer-assq-regexp): New functions.
19640 (display-buffer-alist): Rewrite doc-string.
19641 (display-buffer-default-action)
19642 (display-buffer-overriding-action): New variables.
19643 (display-buffer, switch-to-buffer): Rewrite.
19644 (pop-to-buffer): Restore Emacs 23 behavior but use
19645 window-normalize-buffer-to-display.
19646 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19647 Restore Emacs 23 behavior but use
19648 window-normalize-buffer-to-switch-to.
19649 (pop-to-buffer-same-window): Rewrite.
19650 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19651 Rewrite using Emacs 23 options.
19652
19653 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19654
19655 * net/tramp.el (tramp-root-regexp): Remove.
19656 (tramp-completion-file-name-regexp-unified)
19657 (tramp-completion-file-name-regexp-separate)
19658 (tramp-completion-file-name-regexp-url): Don't use leading volume
19659 letter on w32 systems. (Bug#5303, Bug#9311)
19660 (tramp-drop-volume-letter): Simplify definition.
19661 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19662
19663 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19664
19665 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19666 (bug#9356).
19667
19668 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19669
19670 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19671
19672 2011-08-29 Juri Linkov <juri@jurta.org>
19673
19674 * isearch.el (isearch-done): Don't display message "Mark saved"
19675 when arg `edit' is non-nil to prevent its flicker in the echo area.
19676
19677 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19678
19679 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19680 obsolete packages for deletion.
19681
19682 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19683
19684 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19685 (help-mode): Derive help-mode from special-mode. Don't invoke
19686 view-mode from help-mode.
19687 (help-xref-override-view-map): Remove.
19688 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19689 view-mode is not used anymore.
19690
19691 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19692
19693 * server.el (server-port): Doc fix.
19694
19695 * cus-theme.el (custom-theme-choose-mode): Inherit from
19696 special-mode (Bug#9124).
19697 (custom-theme-choose-mode-map): Add special-mode to parent.
19698
19699 2011-08-28 Alan Mackenzie <acm@muc.de>
19700
19701 * progmodes/cc-fonts.el
19702 (c-make-font-lock-BO-decl-search-function): New function.
19703 (c-basic-matchers-after - "Fontify the clauses after various
19704 keywords"): Extract the three keyword lists for the 3 erroneous
19705 constructs from the list of four, and use the new function above
19706 in place of an old one.
19707
19708 2011-08-28 Deniz Dogan <deniz@dogan.se>
19709
19710 * net/rcirc.el (rcirc-insert-prev-input)
19711 (rcirc-insert-next-input): Remove unused argument.
19712
19713 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19714
19715 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19716
19717 2011-08-27 Alan Mackenzie <acm@muc.de>
19718
19719 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19720 handle function pointer parameters properly.
19721
19722 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19723
19724 * window.el (display-buffer-reuse-window): Fix case where
19725 selected window was reused with non-nil OTHER-WINDOW argument.
19726 (Bug#9381)
19727
19728 2011-08-27 Deniz Dogan <deniz@dogan.se>
19729
19730 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19731 oftc's NickServ messages.
19732
19733 2011-08-27 Glenn Morris <rgm@gnu.org>
19734
19735 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19736
19737 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19738
19739 * emacs-lisp/package.el (package-install): Call package-initialize
19740 if called interactively.
19741
19742 2011-08-26 Leo Liu <sdl.web@gmail.com>
19743
19744 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19745
19746 2011-08-25 Juri Linkov <juri@jurta.org>
19747
19748 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19749 `search-whitespace-regexp' (bug#9364).
19750
19751 2011-08-25 Juri Linkov <juri@jurta.org>
19752
19753 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19754 `regexp-search-ring' to their global values to protect from
19755 updating by `read-from-minibuffer' (bug#9185).
19756
19757 2011-08-25 Juri Linkov <juri@jurta.org>
19758
19759 * textmodes/ispell.el (ispell-command-loop): Add newline
19760 at the end of the "Use option `i'..." line.
19761
19762 2011-08-25 Juri Linkov <juri@jurta.org>
19763
19764 * battery.el (display-battery-mode): If `battery-status-function'
19765 or `battery-mode-line-format' is nil, display the message and set
19766 `display-battery-mode' to nil (bug#9363).
19767
19768 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19769
19770 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19771 bidi-string-mark-left-to-right; they are unnecessary now.
19772
19773 2011-08-25 Deniz Dogan <deniz@dogan.se>
19774
19775 * net/quickurl.el: Documentation typo fixes.
19776
19777 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19778
19779 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19780
19781 2011-08-25 Glenn Morris <rgm@gnu.org>
19782
19783 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19784
19785 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19786 (smtpmail-via-smtp): Handle nil response from smtp.
19787
19788 2011-08-24 Juri Linkov <juri@jurta.org>
19789
19790 * proced.el (proced-marked): Inherit from `error' instead of
19791 `font-lock-warning-face'.
19792
19793 * ibuffer.el (ibuffer-marked-face): Change default face from
19794 `font-lock-warning-face' to `warning'.
19795 (ibuffer-deletion-face): Change default face from
19796 `font-lock-type-face' to `error'.
19797
19798 * battery.el (battery-update): Use the face `error' instead of
19799 `font-lock-warning-face' (bug#6117).
19800
19801 2011-08-24 Juri Linkov <juri@jurta.org>
19802
19803 * faces.el (success): Change face color from "Green3" to
19804 "ForestGreen" on light background (bug#9353).
19805
19806 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19807
19808 * window.el (quit-window): Rename from quit-restore-window.
19809 Use same arglist as old quit-window.
19810 (frame-auto-delete): Doc fix.
19811
19812 * view.el (view-mode-exit): Use quit-window.
19813
19814 2011-08-24 Juri Linkov <juri@jurta.org>
19815
19816 * isearch.el (isearch-ring-adjust1): Start visiting previous
19817 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19818 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19819 for empty search string (when the last search string is reused
19820 automatically) to adjust the isearch ring to the last element and
19821 prepare the correct index for further M-p commands (bug#9185).
19822
19823 2011-08-24 Kenichi Handa <handa@m17n.org>
19824
19825 * international/ucs-normalize.el: If decomposition property of
19826 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19827 nil.
19828 (nfd, nfkd): Likewise.
19829
19830 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19831
19832 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19833 from process filters aren't reliably transmitted to the surrounding
19834 accept-process-output.
19835 (mpc-proc-check): New function.
19836 (mpc-proc-sync): Use it (bug#8293)
19837
19838 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19839
19840 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19841 Add compatibility functions (bug#9313).
19842
19843 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19844
19845 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19846
19847 * international/uni-bidi.el: Regenerate.
19848
19849 2011-08-23 Kenichi Handa <handa@m17n.org>
19850
19851 * international/charprop.el:
19852 * international/uni-bidi.el:
19853 * international/uni-category.el:
19854 * international/uni-combining.el:
19855 * international/uni-comment.el:
19856 * international/uni-decimal.el:
19857 * international/uni-decomposition.el:
19858 * international/uni-digit.el:
19859 * international/uni-lowercase.el:
19860 * international/uni-mirrored.el:
19861 * international/uni-name.el:
19862 * international/uni-numeric.el:
19863 * international/uni-old-name.el:
19864 * international/uni-titlecase.el:
19865 * international/uni-uppercase.el: Regenerate.
19866
19867 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19868
19869 * help.el (help-window-setup): Fix message displayed when other
19870 window is reused. (Bug#9341)
19871
19872 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19873
19874 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19875 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19876
19877 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19878 Mark obsolete.
19879 * shell.el (shell-parse-pcomplete-arguments): New function.
19880 (shell-completion-vars): Use it instead (bug#9160).
19881
19882 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19883
19884 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19885 strings and comments (bug#9333).
19886
19887 * emacs-lisp/debug.el (debug-arglist): New function.
19888 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19889 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19890
19891 2011-08-22 Juri Linkov <juri@jurta.org>
19892
19893 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19894 Revert regexp that highlights output switches to its old
19895 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19896
19897 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19898 to check for empty output (bug#9226).
19899
19900 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19901
19902 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19903 symbol-constituent as the default, as that stops font-lock from
19904 working properly (Bug#8843).
19905
19906 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19907
19908 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19909 `coding-system-for-*' around the process open call to avoid
19910 auth-source side effects.
19911 (smtpmail-try-auth-methods): Expand the secret password.
19912 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19913 probe hangs.
19914
19915 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19916
19917 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19918
19919 * emacs-lisp/find-func.el (find-function-noselect): New arg
19920 lisp-only.
19921
19922 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19923 signal an error for built-in functions (Bug#6664).
19924
19925 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19926
19927 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19928 (smtpmail-try-auth-methods): Use it.
19929
19930 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19931
19932 * font-lock.el (font-lock-fontify-region)
19933 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19934 (font-lock-default-unfontify-buffer)
19935 (font-lock-default-fontify-region)
19936 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19937
19938 * progmodes/compile.el (compilation-error-properties):
19939 Fix confusion between file struct and message struct (Bug#9319).
19940 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19941 `ant' regexp.
19942
19943 * net/browse-url.el (browse-url-firefox): Don't call
19944 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19945
19946 2011-08-20 Glenn Morris <rgm@gnu.org>
19947
19948 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19949
19950 * tutorial.el (tutorial--default-keys): Update some default bindings.
19951
19952 * files.el (hack-local-variables): Fully ignore case for "mode:".
19953
19954 2011-08-20 Alan Mackenzie <acm@muc.de>
19955
19956 Resolve invalid use of a regexp in regexp-opt.
19957
19958 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19959 detection for a java annotation.
19960
19961 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19962 detection for a java annotation.
19963
19964 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19965 handling for java.
19966 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19967
19968 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
19969
19970 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19971 (Bug#9274).
19972
19973 2011-08-20 Alan Mackenzie <acm@muc.de>
19974
19975 Fontify CPP expressions correctly when starting in the middle of
19976 such a construct. Mainly for when jit-lock etc. starts a chunk
19977 here.
19978
19979 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19980 variable.
19981 (c-make-font-lock-search-form): New function, extracted from
19982 c-make-font-lock-search-function.
19983 (c-make-font-lock-search-function): Use the above function.
19984 (c-make-font-lock-context-search-function): New function.
19985 (c-cpp-matchers): Enhance the preprocessor expression case with
19986 the above function
19987 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19988 which takes an expression.
19989
19990 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19991
19992 2011-08-20 Martin Rudalics <rudalics@gmx.at>
19993
19994 * window.el (display-buffer-reuse-window)
19995 (display-buffer-pop-up-window): Don't reuse or split a side
19996 window.
19997
19998 2011-08-19 Glenn Morris <rgm@gnu.org>
19999
20000 * files.el (hack-local-variables-prop-line, hack-local-variables):
20001 Downcase "Mode:". (Bug#9331)
20002
20003 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20004
20005 * international/characters.el: Add L and R categories.
20006
20007 * subr.el (bidi-string-mark-left-to-right): Rename from
20008 string-mark-left-to-right. Use category search.
20009
20010 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20011
20012 2011-08-18 Juri Linkov <juri@jurta.org>
20013
20014 * faces.el (error, warning, success): New faces with definitions
20015 copied from old default values of `font-lock-warning-face',
20016 `compilation-warning', `compilation-info' (bug#6117).
20017
20018 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20019
20020 * progmodes/compile.el (compilation-error): Inherit from `error'.
20021 (compilation-warning): Inherit from `warning'.
20022 (compilation-info): Inherit from `success'.
20023
20024 * dired.el (dired-marked): Inherit from `warning'.
20025 (dired-flagged): Inherit from `error'.
20026
20027 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20028
20029 * mail/smtpmail.el (auth-source): Require to avoid problems with
20030 binding variables (bug#9298). Also clean up some unused
20031 autoloads.
20032
20033 * net/network-stream.el (network-stream-open-starttls):
20034 Support using starttls.el without using gnutls-cli.
20035
20036 2011-08-17 Juri Linkov <juri@jurta.org>
20037
20038 * progmodes/grep.el (rgrep): Handle the case when
20039 `grep-find-command' is a cons cell (bug#9278).
20040
20041 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20042
20043 * window.el (display-buffer-pop-up-frame): Run frame creation
20044 function with BUFFER current (as special-display-popup-frame
20045 does). Reported by Drew Adams.
20046
20047 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20048
20049 * epa-mail.el: Simplify GnuPG group expansion using
20050 epg-expand-group.
20051 (epa-mail-group-alist, epa-mail-group-modtime)
20052 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20053 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20054 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20055 Remove.
20056
20057 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20058
20059 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20060
20061 2011-08-16 Alan Mackenzie <acm@muc.de>
20062
20063 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20064 Correct, to avoid the inside of macros.
20065
20066 2011-08-16 Richard Stallman <rms@gnu.org>
20067
20068 * epa-mail.el: Handle GnuPG group definitions.
20069 (epa-mail-group-alist, epa-mail-group-modtime)
20070 (epa-mail-gnupg-conf-file): New variables.
20071 (epa-mail-parse-groups, epa-mail-sync-groups)
20072 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20073 (epa-mail-expand-recipients): New functions.
20074 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20075
20076 * mail/rmail.el (rmail-epa-decrypt): New command.
20077
20078 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20079 Don't bind buffer-read-only, just inhibit-read-only.
20080 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20081 (epa-decrypt-armor-in-region): Make error message clearer.
20082
20083 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20084
20085 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20086 and "a2b" to "ab" for `prefix'.
20087
20088 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20089
20090 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20091 filter groups.
20092 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20093 Fourquet (Bug#8804).
20094
20095 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20096
20097 * startup.el (argi): Declare as global variable (bug#9275).
20098
20099 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20100
20101 * subr.el (string-mark-left-to-right): Search the entire string
20102 for RTL script, not just the terminating character. Doc fix.
20103
20104 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20105
20106 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20107 New function.
20108 (js--regexp-literal, js-syntax-propertize-function): Remove.
20109 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20110 (js-mode-map): Don't rebind electric keys.
20111 (js-insert-and-indent): Remove.
20112 (js-mode): Setup electric-layout and electric-indent instead.
20113
20114 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20115
20116 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20117
20118 * epa.el (epa-progress-callback-function): Fix the logic of
20119 displaying progress.
20120 * epa-file.el (epa-file-insert-file-contents): Make progress
20121 display more user-friendly.
20122 (epa-file-write-region): Ditto.
20123
20124 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20125
20126 * subr.el (string-mark-left-to-right): New function.
20127
20128 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20129 Use string-mark-left-to-right.
20130 (list-buffers-noselect): Caller changed.
20131
20132 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20133 Use string-mark-left-to-right.
20134 (tabulated-list-print): Recenter after moving point.
20135
20136 2011-08-10 Juri Linkov <juri@jurta.org>
20137
20138 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20139 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20140 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20141
20142 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20143
20144 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20145 (Bug#7554).
20146
20147 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20148
20149 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20150 character. (Bug#6594)
20151
20152 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20153
20154 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20155 (image-dired--with-db-file): New macro.
20156 (image-dired-write-tags, image-dired-remove-tag)
20157 (image-dired-create-gallery-lists, image-dired-write-comments)
20158 (image-dired-get-comment, image-dired-mark-tagged-files)
20159 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20160 (image-dired-gallery-generate): Use insert-file-contents.
20161
20162 * time.el (display-time-world-list, display-time-world-display):
20163 * time-stamp.el (time-stamp-string):
20164 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20165 set-time-zone-rule (Bug#7337).
20166
20167 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20168
20169 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20170 (epg-error-to-string, epg-errors-to-string): New function.
20171 (epg-wait-for-completion): Reverse errors list.
20172 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20173 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20174 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20175 (epg-sign-keys, epg-generate-key-from-file)
20176 (epg-generate-key-from-string): Format errors by using
20177 epg-errors-to-string (bug#9255).
20178 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20179
20180 2011-08-07 Juri Linkov <juri@jurta.org>
20181
20182 * faces.el (list-faces-display): Remove extra angle bracket
20183 from `help-mode-map'.
20184
20185 * info.el (Info-history-toc-nodes): Doc fix.
20186
20187 * longlines.el (longlines-mode): Doc fix.
20188
20189 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20190
20191 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20192 of statements and in a few more cases (bug#9183).
20193
20194 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20195 New functions.
20196 (cl-transform-lambda): Use them (bug#9239).
20197
20198 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20199
20200 * window.el (display-buffer-same-window)
20201 (display-buffer-same-frame, display-buffer-other-window)
20202 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20203 (pop-to-buffer-other-window)
20204 (pop-to-buffer-same-frame-other-window)
20205 (pop-to-buffer-other-frame): Make them defuns.
20206 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20207
20208 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20209
20210 * subr.el (make-composed-keymap): Move from C. Change calling
20211 convention, and improve docstring to bring attention to a subtle point.
20212 * minibuffer.el (completing-read-default): Adjust accordingly.
20213
20214 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20215
20216 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20217 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20218
20219 * net/trampver.el: Update release number.
20220
20221 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20222
20223 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20224 "in" (bug#9190).
20225
20226 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20227
20228 * mail/sendmail.el (sendmail-query-once): Restore the current
20229 buffer after querying (bug#9074).
20230
20231 * dired.el (dired-flagged): Use different faces for marked and
20232 flagged files (bug#6117).
20233
20234 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20235 (bug#4433).
20236
20237 * ido.el (ido-mode): Switch off the message if called
20238 non-interactively.
20239
20240 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20241 before 587, since it appears that that's more likely to work for
20242 more people.
20243
20244 * cus-edit.el (custom-file): When running under emacs -q, always
20245 refuse to save the customizations, even if the .emacs file doesn't
20246 exist.
20247
20248 * info.el: Remove the `Info-beginning-of-buffer' function
20249 (bug#8325).
20250
20251 * net/network-stream.el (network-stream-open-starttls):
20252 Use `starttls-available-p' to see whether starttls.el can be used.
20253
20254 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20255
20256 * window.el (display-buffer-in-window): Don't set dedicated status
20257 of window here (Bug#9215).
20258 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20259 (display-buffer-pop-up-side-window)
20260 (display-buffer-in-side-window): Set dedicated status of window here.
20261
20262 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20263
20264 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20265 before binding generated-autoload-file.
20266
20267 2011-08-01 Deniz Dogan <deniz@dogan.se>
20268
20269 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20270
20271 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20272
20273 Sync with Tramp 2.2.2.
20274
20275 * net/trampver.el: Update release number.
20276
20277 2011-07-30 Juri Linkov <juri@jurta.org>
20278
20279 * dired-aux.el (dired-touch-initial): Remove function.
20280 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20281 current time, and `default' to the last modification time of the
20282 current marked file (bug#6887).
20283
20284 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20285
20286 * simple.el (goto-line): Use string-to-number to provide a
20287 numeric argument to read-number (bug#9163).
20288
20289 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20290
20291 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20292 connection process, it could be nil.
20293
20294 2011-07-27 Leo Liu <sdl.web@gmail.com>
20295
20296 Simplify url handling in rcirc-mode.
20297
20298 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20299 (rcirc-browse-url-at-mouse): Remove.
20300 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20301
20302 2011-07-26 Alan Mackenzie <acm@muc.de>
20303
20304 Fontify bitfield declarations properly.
20305
20306 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20307 (c-symbol-chars): Now exported as a lang variable.
20308 (c-not-primitive-type-keywords): New lang variable.
20309
20310 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20311 QT keyword "more" to prevent "more slots: ...." being spuriously
20312 parsed as a bitfield declaration.
20313
20314 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20315 Refactor and enhance to handle bitfield declarations.
20316 (c-punctuation-in): New function.
20317 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20318 declarations properly.
20319
20320 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20321
20322 * calendar/icalendar.el (icalendar--all-events): Take care of
20323 multiple vcalendars in a single file.
20324 (icalendar--convert-float-to-ical): Checkdoc fixes.
20325
20326 2011-07-25 Deniz Dogan <deniz@dogan.se>
20327
20328 * image.el (insert-image): Clarifying docstring.
20329
20330 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20331
20332 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20333 `tramp-send-command-and-check' if there is no error.
20334 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20335
20336 2011-07-22 Alan Mackenzie <acm@muc.de>
20337
20338 Prevent cc-langs.elc being loaded at run time.
20339
20340 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20341 cc-langs.
20342
20343 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20344 "(require 'cc-langs)". Quote a form so it will evaluate at
20345 (cc-mode's) compilation time.
20346
20347 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20348
20349 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20350 loading. (Bug#9114)
20351
20352 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20353
20354 * window.el (display-buffer-pop-up-window)
20355 (display-buffer-pop-up-side-window)
20356 (display-buffer-in-side-window): Call display-buffer-set-height
20357 and display-buffer-set-width after setting the new window's
20358 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20359
20360 2011-07-20 Sam Steingold <sds@gnu.org>
20361
20362 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20363 (etags-tags-included-tables): Call `convert-standard-filename' on
20364 the file names contained in TAGS so that windows Emacs can handle
20365 TAGS files created by cygwin ctags.
20366
20367 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20368
20369 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20370 which apparently didn't work.
20371
20372 2011-07-19 Roland Winkler <winkler@gnu.org>
20373
20374 * proced.el (proced-send-signal): For *Marked Processes* buffer
20375 put point at beginning of buffer.
20376
20377 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20378
20379 * proced.el (proced-format): Make header lines align with the text
20380 (bug#1779).
20381
20382 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20383
20384 * view.el (view-buffer): Allow running in `special' modes if we're
20385 visiting a file (bug#8615).
20386
20387 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20388
20389 * window.el (display-buffer-alist-of-strings-p)
20390 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20391 New functions.
20392 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20393 more accurately.
20394
20395 2011-07-18 Alan Mackenzie <acm@muc.de>
20396
20397 Fontify declarators properly when, e.g., a jit-lock chunk begins
20398 inside a declaration.
20399
20400 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20401
20402 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20403 New function.
20404 (c-complex-decl-matchers): Insert reference to
20405 c-font-lock-enclosing-decls.
20406
20407 * progmodes/cc-engine.el (c-backward-single-comment):
20408 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20409 to nil around calls to (forward-comment -1).
20410
20411 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20412
20413 * image.el (put-image): Doc typo fix.
20414
20415 * progmodes/etags.el (tags-search): Doc typo fix.
20416
20417 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20418 password if we get errors 550 to 554.
20419
20420 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20421
20422 * net/gnutls.el (gnutls-log-level): Remove.
20423
20424 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20425 indentation character (bug#6380).
20426
20427 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20428
20429 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20430 to clarify what the problem is (bug#4291).
20431
20432 * simple.el (current-kill): Clarify what
20433 `interprogram-paste-function' does (bug#7500).
20434 (auto-fill-mode): Document `auto-fill-function' in relation to
20435 `auto-fill-mode' (bug#2470).
20436
20437 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20438
20439 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20440 method if slot is read-only (bug#9035).
20441
20442 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20443
20444 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20445 * window.el (pop-to-buffer): Select window used even if it was
20446 selected before, see discussion of (Bug#8615), (Bug#6954).
20447 Pass argument NORECORD on to select-frame-set-input-focus.
20448
20449 2011-07-15 Glenn Morris <rgm@gnu.org>
20450
20451 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20452 Respect help-form.
20453
20454 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20455
20456 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20457 (gnutls-negotiate): Use it.
20458
20459 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20460
20461 * net/gnutls.el (gnutls-negotiate):
20462 Upcase `gnutls-algorithm-priority'.
20463
20464 2011-07-15 Glenn Morris <rgm@gnu.org>
20465
20466 * jka-compr.el (jka-compr-verbose): Move from here...
20467 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20468 Add missing :version tag.
20469 * info.el: No need to require jka-compr when compiling.
20470
20471 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20472
20473 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20474 (gnutls-negotiate): Use it.
20475
20476 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20477
20478 * info.el (Info-beginning-of-buffer): New command.
20479 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20480 announcing `b' as the key (bug#8325).
20481 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20482
20483 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20484
20485 * international/mule-cmds.el
20486 (describe-specified-language-support): Make the error message
20487 clearer (bug#8905).
20488
20489 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20490
20491 * isearch.el (isearch-barrier): Add a doc string, since it's
20492 mentioned in a function doc string (bug#8678).
20493
20494 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20495
20496 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20497 buffer argument (Bug#9083) and self-identifying label argument.
20498
20499 2011-07-15 Glenn Morris <rgm@gnu.org>
20500
20501 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20502
20503 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20504
20505 * man.el (Man-fontify-manpage): Fix message when formatting the
20506 man page (bug#7929).
20507
20508 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20509
20510 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20511 argument LRM; if non-nil, append an invisible LRM character to the
20512 buffer name.
20513 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20514 last argument non-nil, when formatting buffer names.
20515 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20516 paragraph direction.
20517
20518 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20519
20520 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20521 the man page name (bug#7929).
20522
20523 * image.el (put-image): Mention the `put-image' overlay property
20524 (bug#7834).
20525
20526 * scroll-bar.el (set-scroll-bar-mode): Mention that
20527 `scroll-bar-mode' lists the values (bug#7772).
20528
20529 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20530 command (bug#7729).
20531
20532 * rect.el (apply-on-rectangle): Return the point after the last
20533 operation.
20534 (string-rectangle): Go to the point after the last operation
20535 (bug#7522).
20536
20537 * printing.el (pr-toggle-region): Clarify the documentation
20538 slightly (bug#7493).
20539
20540 * time.el (display-time-update):
20541 Allow `display-time-mail-function' to return nil (bug#7158).
20542 Fix suggested by Detlev Zundel.
20543
20544 * vc/diff.el (diff): Clarify the order the file names are read
20545 (bug#7111).
20546
20547 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20548 the doc string (bug#7015).
20549
20550 * font-lock.el (font-lock-maximum-decoration): Mention what
20551 numeric levels mean (bug#6935).
20552
20553 * startup.el (initial-buffer-choice): Don't mention the `none'
20554 selection, which is against policy.
20555
20556 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20557
20558 * window.el (display-buffer-normalize-special):
20559 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20560
20561 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20562
20563 * subr.el (version<, version<=, version=): Mention "-CVS" and
20564 "-12345" alpha version numbers.
20565
20566 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20567
20568 * bindings.el: Add advertised binding for set-mark-command
20569 (Bug#5772).
20570
20571 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20572
20573 * bindings.el (mode-line-other-buffer):
20574 * bookmark.el (bookmark-bmenu-2-window):
20575 * bs.el (bs-cycle-next, bs-cycle-previous):
20576 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20577 switch-to-buffer.
20578
20579 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20580 Delete.
20581
20582 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20583
20584 * follow.el (follow-debug-message, follow-redisplay):
20585 * jka-cmpr-hook.el (with-auto-compression-mode):
20586 Fix typos in docstrings.
20587
20588 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20589
20590 * subr.el (with-silent-modifications): Clarify somewhat what the
20591 macro inhibits (bug#6525).
20592
20593 * simple.el (eval-expression): Note what it does if called
20594 interactively (bug#6495).
20595
20596 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20597
20598 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20599 Use pop-to-buffer buffer-or-name if it is nil.
20600
20601 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20602 Remove switch-to-buffer.
20603
20604 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20605
20606 * files.el (make-directory): Clarify that an error will be raised
20607 if there's an error (bug#6397).
20608
20609 * startup.el (initial-buffer-choice): Add `none' as a choice
20610 (bug#6234).
20611
20612 * subr.el (add-hook): Clarify section about buffer-local hooks
20613 (bug#6218).
20614
20615 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20616
20617 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20618
20619 * tabify.el (untabify): Preserve the current column so that point
20620 doesn't move (bug#6032).
20621
20622 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20623
20624 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20625 Rewrite to avoid awkward possessive "s" (bug#5986).
20626
20627 2011-07-13 Glenn Morris <rgm@gnu.org>
20628
20629 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20630 (dired-insert-directory): Give a message the first time
20631 if ls is found not to support --dired.
20632
20633 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20634
20635 * simple.el (toggle-truncate-lines): Clarify what is toggled
20636 (bug#5580). Text by Drew Adams.
20637
20638 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20639
20640 * simple.el (blink-matching-open): Make the error message from the
20641 last change less verbose.
20642
20643 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20644
20645 * font-lock.el (font-lock-comment-face): Use the high contrast
20646 "yellow" color for font-lock-comment-face on low color terminals
20647 using a dark background color (bug#4221).
20648
20649 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20650
20651 * dired.el (dired-insert-set-properties): Make the doc string
20652 reflect what it does now (bug#5325).
20653
20654 * simple.el (blink-matching-open): Say that we were unable to find
20655 the match within the limit, if we're limited (bug#5122).
20656
20657 * international/mule-cmds.el (prefer-coding-system): Add an
20658 example (bug#4869).
20659
20660 * progmodes/etags.el (tags-search): Document `file-list-form'
20661 (bug#4731).
20662
20663 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20664
20665 * net/browse-url.el (browse-url-default-browser)
20666 (browse-url-browser-function): Make the default browser choice a
20667 bit more logical (bug#4300). Also clean up the doc string.
20668
20669 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20670
20671 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20672 binary endings (bug#4440).
20673
20674 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20675
20676 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20677 which can be pretty annoying (bug#8971).
20678
20679 * jka-compr.el (jka-compr-verbose): New variable, and use
20680 throughout (bug#8971).
20681
20682 * info.el (Info-find-file): Fall back on the installation
20683 directory if we can't find the info node anywhere else.
20684
20685 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20686
20687 * vc/vc.el (vc-revert-file):
20688 Don't set file time-stamp in the past. (Bug#5181)
20689
20690 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20691
20692 * files.el (after-find-file): Give a better error message when
20693 trying to find a symlink that points to a file that doesn't exist
20694 (bug#4398).
20695
20696 * progmodes/cc-vars.el: Remove (probably) misleading comment
20697 (bug#4396).
20698
20699 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20700
20701 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20702
20703 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20704
20705 * mouse-sel.el: Hack restoring functionality, while keeping
20706 compatibility with 2010-07-03 changes to mouse selection.
20707 (mouse-sel-primary-overlay): New var.
20708 (mouse-sel-selection-alist): Use it.
20709 (mouse-sel-mode): Doc fix; remove points that are default features
20710 of mouse.el.
20711
20712 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20713
20714 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20715 Fix previous fix (bug#2490).
20716
20717 2011-07-12 Roland Winkler <winkler@gnu.org>
20718
20719 * textmodes/bibtex.el (bibtex-initialize):
20720 Use pop-to-buffer-same-window.
20721 (bibtex-search-entries): Fix interactive call.
20722
20723 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20724
20725 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20726 Fontise bytecomp Error lines more correctly (bug#2490).
20727 Fix suggested by Johan Bockgård.
20728
20729 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20730
20731 * dired-x.el (dired-guess-default): Use `delete-dups'.
20732
20733 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20734
20735 * dired.el (dired-mark-prompt):
20736 * dired-aux.el (dired-read-shell-command): Doc fix.
20737
20738 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20739
20740 * mail/sendmail.el (sendmail-query-once):
20741 Use `customize-save-variable' unconditionally, now that it works under
20742 emacs -Q.
20743
20744 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20745
20746 * cus-edit.el (custom-file): Take an optional no-error variable.
20747 (customize-save-variable): Set the variable, and give a warning if
20748 running under "emacs -q".
20749
20750 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20751
20752 * loadhist.el (unload-feature-special-hooks):
20753 Add `auto-coding-functions', `fill-nobreak-predicate' and
20754 `find-directory-functions' (bug#5327).
20755
20756 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20757
20758 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20759
20760 * cus-edit.el (custom-guess-name-alist): -alist variables should
20761 use the `alist' type (bug#3120). Suggested by Drew Adams.
20762
20763 * printing.el: Add documentation to all the `pr-toggle-' commands.
20764
20765 2011-07-11 Leo Liu <sdl.web@gmail.com>
20766
20767 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20768 backends where it makes sense (bug#2623).
20769
20770 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20771
20772 * dired-x.el (dired-guess-default): Remove duplicate shell command
20773 entries (bug#2028).
20774 (dired-guess-default): Fix grammar in doc string (bug#2028).
20775 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20776
20777 * subr.el (remove-duplicates): New conveniency function.
20778
20779 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20780
20781 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20782 (bug#1526).
20783
20784 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20785
20786 * window.el (display-buffer-normalize-default): Don't invert
20787 meaning of even-window-heights. Reported by Eli Zaretskii
20788 <eliz@gnu.org>.
20789
20790 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20791
20792 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20793
20794 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20795
20796 * window.el (display-buffer): Fix arguments to
20797 display-buffer-reuse-window in last change.
20798
20799 * faces.el (link): Use a less saturated blue on light backgrounds.
20800
20801 * startup.el (fancy-startup-text, fancy-about-text)
20802 (fancy-startup-tail): Use font-lock faces, for background safety.
20803
20804 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20805
20806 * emulation/viper-cmd.el (viper-change-state-to-vi):
20807 Limit triggering of abbrev expansion (Bug#9038).
20808
20809 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20810
20811 * window.el (display-buffer-default-specifiers): Remove.
20812 (display-buffer-macro-specifiers): Remove default specifiers.
20813 (display-buffer-alist): Default to nil.
20814 (display-buffer-reuse-window): New optional argument other-window.
20815 (display-buffer-pop-up-window): Allow splitting internal
20816 windows. Check whether a live window was created.
20817 (display-buffer-other-window-means-other-frame)
20818 (display-buffer-normalize-arguments): Rename to
20819 display-buffer-normalize-argument and rewrite. Set the
20820 other-window specifier.
20821 (display-buffer-normalize-special): New function.
20822 (display-buffer-normalize-options): Rename to
20823 display-buffer-normalize-default and rewrite.
20824 (display-buffer-normalize-options-inhibit): Remove.
20825 (display-buffer-normalize-specifiers): Rewrite.
20826 (display-buffer): Process other-window specifier and call
20827 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20828 more faithfully.
20829 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20830 (display-buffer-alist-set): Don't handle 'unset default values.
20831 (display-buffer-in-window, display-buffer-alist-set):
20832 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20833 <tassilo@member.fsf.org>.
20834
20835 2011-07-09 Leo Liu <sdl.web@gmail.com>
20836
20837 * register.el (insert-register): Restore accidental change on
20838 2011-06-26. (Bug#9028)
20839
20840 2011-07-09 Glenn Morris <rgm@gnu.org>
20841
20842 * subr.el (remq): Handle the empty list. (Bug#9024)
20843
20844 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20845
20846 * mail/sendmail.el (send-mail-function): No longer delay custom
20847 initialization.
20848 * custom.el (custom-initialize-delay): Doc fix.
20849
20850 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20851
20852 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20853
20854 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20855
20856 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20857 human-friendly prompt.
20858
20859 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20860
20861 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20862 provided by a particular plugin.
20863
20864 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20865
20866 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20867 save customizations (with "emacs -Q"), just set the variable
20868 instead of erroring out.
20869
20870 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20871
20872 2011-07-08 Juri Linkov <juri@jurta.org>
20873
20874 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20875 (archive-zip-update-case): Use 7z if found by `executable-find'.
20876 The order of searching the available programs is the same as in
20877 `archive-zip-extract' (bug#8968).
20878
20879 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20880
20881 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20882 (menu-bar-options-menu): Tweak descriptions.
20883
20884 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20885
20886 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20887 menu items into verb phrases (bug#1421). Also refill to fit under
20888 80 columns.
20889
20890 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20891
20892 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20893 (Info-read-node-name): Doc fix (Bug#1084).
20894
20895 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20896 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20897 (end-of-sexp, beginning-of-sexp)
20898 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20899 (forward-symbol, forward-same-syntax, word-at-point)
20900 (sentence-at-point): Doc fix (Bug#1144).
20901
20902 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20903
20904 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20905 should cover it (bug#1281).
20906
20907 * cus-edit.el (custom-show): Mark as obsolete.
20908
20909 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20910 negotiation fails, then possibly try again with a non-encrypted
20911 connection (bug#9017).
20912
20913 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20914 be used.
20915
20916 2011-07-07 Richard Stallman <rms@gnu.org>
20917
20918 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20919 property, and handle its changed format.
20920 Look for the correct line number.
20921 Use file's line contents (but not past first =) to find
20922 correct line in message.
20923
20924 2011-07-07 Kenichi Handa <handa@m17n.org>
20925
20926 * international/characters.el (build-unicode-category-table):
20927 Delete it.
20928 (unicode-category-table): Set it by unicode-property-table-internal.
20929
20930 * international/mule-cmds.el (char-code-property-alist): Move to
20931 to src/chartab.c.
20932 (get-char-code-property): Call unicode-property-table-internal to
20933 load a file. Call get-unicode-property-internal where necessary.
20934 (put-char-code-property): Call unicode-property-table-internal to
20935 load a file. Call put-unicode-property-internal where necessary.
20936 put-unicode-property-internal where necessary.
20937 (char-code-property-description):
20938 Call unicode-property-table-internal to load a file.
20939
20940 * international/charprop.el:
20941 * international/uni-bidi.el:
20942 * international/uni-category.el:
20943 * international/uni-combining.el:
20944 * international/uni-comment.el:
20945 * international/uni-decimal.el:
20946 * international/uni-decomposition.el:
20947 * international/uni-digit.el:
20948 * international/uni-lowercase.el:
20949 * international/uni-mirrored.el:
20950 * international/uni-name.el:
20951 * international/uni-numeric.el:
20952 * international/uni-old-name.el:
20953 * international/uni-titlecase.el:
20954 * international/uni-uppercase.el: Regenerate.
20955
20956 * loadup.el: Load international/charprop.el before
20957 international/characters.
20958
20959 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20960
20961 * window.el (next-buffer, previous-buffer): Signal an error if
20962 called from a minibuffer window.
20963
20964 * bindings.el: Revert 2011-07-04 change.
20965
20966 2011-07-06 Richard Stallman <rms@gnu.org>
20967
20968 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20969 (rmail-mime-insert-bulk, rmail-mime-insert-text):
20970 Treat markers like ints.
20971 (rmail-mime-entity): Doc fix.
20972
20973 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20974
20975 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20976 defcustom again for backwards compatibility.
20977
20978 * simple.el (shell-command-on-region): Fill.
20979
20980 * dired-aux.el (dired-kill-line): Add a doc string.
20981
20982 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20983 to "\\sw\\|\\s_" (bug#358).
20984
20985 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20986 (dired-unmark-backward): Ditto.
20987 (dired-flag-backup-files): Ditto.
20988
20989 * dired-x.el (dired-mark-sexp): Ditto.
20990
20991 2011-07-06 Richard Stallman <rms@gnu.org>
20992
20993 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20994 (rmail-mime-entity): New arg TRUNCATED.
20995 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20996 New functions.
20997 (rmail-mime-save): Warn if entity is truncated.
20998 (rmail-mime-toggle-hidden): Likewise, for showing.
20999 (rmail-mime-process-multipart): Record when an entity is truncated.
21000
21001 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21002 if ENTITY is a string.
21003
21004 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21005
21006 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21007 of faces when `M-C-x'-ing their definitions (bug#8378).
21008 Also clean up the code slightly.
21009
21010 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21011 because that makes the colors go away.
21012
21013 * mail/sendmail.el (send-mail-function): Change the default to
21014 `sendmail-query-once'.
21015 (sendmail-query-once): Add an autoload cookie.
21016
21017 * net/network-stream.el (network-stream-open-starttls): Try using
21018 a plain connection even if the server offered STARTTLS, and we
21019 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21020 capability. This should make smtpmail.el work in slightly more
21021 configurations.
21022
21023 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21024
21025 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21026 New defun.
21027 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21028
21029 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21030
21031 * progmodes/sql.el: Version 3.0
21032 (sql-product-alist): Add product :completion-object,
21033 :completion-column, and :statement attributes.
21034 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21035 (sql-mode-syntax-table): Mark all punctuation.
21036 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21037 ansi keywords.
21038 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21039 (sql-mode-oracle-font-lock-keywords): Improve.
21040 (sql-oracle-show-reserved-words): New function for development.
21041 (sql-product-font-lock): Simplify for source code buffers.
21042 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21043 New functions.
21044 (sql-highlight-product): Set product specific syntax table.
21045 (sql-mode-map): Add statement movement functions.
21046 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21047 New variable.
21048 (sql-statement-regexp, sql-beginning-of-statement)
21049 (sql-end-of-statement, sql-signum): New functions.
21050 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21051 (sql-show-sqli-buffer): Bug fix.
21052 (sql-interactive-mode): Store connection data as buffer local.
21053 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21054 with sql-interactive-mode.
21055 (sql-save-connection): Save buffer local settings.
21056 (sql-connection-menu-filter): Change menu entry name.
21057 (sql-product-interactive): Bug fix.
21058 (sql-preoutput-hold): New variable.
21059 (sql-interactive-remove-continuation-prompt): Bug fixes.
21060 (sql-debug-redirect): New variable.
21061 (sql-str-literal): New function.
21062 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21063 Redesign.
21064 (sql-oracle-save-settings, sql-oracle-restore-settings)
21065 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21066 (sql-completion-object, sql-completion-column)
21067 (sql-completion-sqlbuf): New variables.
21068 (sql-build-completions-1, sql-build-completions)
21069 (sql-try-completion): New functions.
21070 (sql-read-table-name): Use them.
21071 (sql-contains-names): New buffer local variable.
21072 (sql-list-all, sql-list-table): Use it.
21073 (sql-oracle-completion-types): New variable.
21074 (sql-oracle-completion-object, sql-sqlite-completion-object)
21075 (sql-postgres-completion-object): New functions.
21076
21077 2011-07-06 Glenn Morris <rgm@gnu.org>
21078
21079 * window.el (pop-to-buffer): Doc fix.
21080
21081 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21082
21083 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21084
21085 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21086
21087 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21088
21089 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21090
21091 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21092
21093 * button.el (button): Inherit from link face. Suggested by Dan
21094 Nicolaescu.
21095
21096 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21097
21098 * progmodes/gdb-mi.el: Fit in 80 columns.
21099 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21100 switch-to-buffer.
21101
21102 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21103 if imenu is simply not configured (bug#8941).
21104
21105 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21106
21107 * allout.el (allout-post-undo-hook): New allout outline-change
21108 event hook to signal undo activity.
21109 (allout-post-command-business): Run allout-post-undo-hook if an
21110 undo just occurred.
21111 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21112 * allout-widgets.el (allout-widgets-after-undo-function):
21113 Ensure the integrity of the current item's decoration after it has been
21114 in the vicinity of an undo.
21115 (allout-widgets-mode): Include allout-widgets-after-undo-function
21116 on the new allout-post-undo-hook.
21117
21118 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21121 Let define-derived-mode define it.
21122 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21123 cycles of abbrev-table inheritance (bug#8998).
21124
21125 2011-07-05 Roland Winkler <winkler@gnu.org>
21126
21127 * textmodes/bibtex.el: Add support for biblatex.
21128 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21129 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21130 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21131 (bibtex-entry-alist, bibtex-field-alist): New variables.
21132 (bibtex-entry-field-alist): Obsolete alias for
21133 bibtex-BibTeX-entry-alist.
21134 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21135 (bibtex-set-dialect): New command.
21136 (bibtex-entry-type, bibtex-entry-head)
21137 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21138 Bind via bibtex-set-dialect.
21139 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21140 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21141 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21142 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21143 Define via bibtex-set-dialect.
21144 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21145 Obey bibtex-no-opt-remove-re.
21146 (bibtex-vec-push, bibtex-vec-incr): New functions.
21147 (bibtex-format-entry, bibtex-field-list)
21148 (bibtex-print-help-message, bibtex-validate)
21149 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21150
21151 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21152
21153 * progmodes/compile.el (compilation-goto-locus):
21154 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21155 * bs.el (bs-cycle-next, bs-cycle-previous):
21156 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21157 * bindings.el (mode-line-other-buffer):
21158 * autoinsert.el (auto-insert):
21159 * arc-mode.el (archive-extract):
21160 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21161
21162 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21163
21164 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21165 Fix check of `emacs-lock-unlockable-modes'.
21166 Coerce true values of `emacs-lock--try-unlocking' to t.
21167
21168 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21169
21170 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21171 * emacs-lock.el: New file.
21172
21173 2011-07-05 Julien Danjou <julien@danjou.info>
21174
21175 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21176 than `boundp' to check if face is set.
21177
21178 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21179
21180 * register.el (registerv-make):
21181 * window.el (window-min-height): Fix typos in docstrings.
21182
21183 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21184
21185 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21186 Update doc string.
21187
21188 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21189
21190 * server.el (server-execute): Catch quit and call
21191 `server-return-error' to pass the error back to emacsclient and
21192 close the connection (bug#8942).
21193
21194 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21195
21196 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21197 insecure exception for current topic. Also note that auto-saves
21198 are handled differently.
21199
21200 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21201 State variables for tracking auto-save inhibition situation.
21202
21203 (allout-write-contents-hook-handler): Rename from
21204 'allout-write-file-hook-handler', and describe how it depends on
21205 write-contents-functions sensitivity to non-nil value to prevent
21206 file write.
21207
21208 (allout-auto-save-hook-handler): Remove. auto-save does not check
21209 this in individual buffers, only in the starting buffer, so this
21210 is not the right way for us to inhibit auto-save in a buffer
21211 according to its condition.
21212
21213 (allout-mode): Use new allout-write-contents-hook-handler, and
21214 only with write-contents-functions. Remove auto-save provisions -
21215 they're implemented elsewhere.
21216
21217 (allout-before-change-handler): If undo is in progress, note that
21218 for attention of allout-post-command-business.
21219
21220 (allout-post-command-business): If the command we're following was
21221 an undo, check for change in the status of encrypted items and
21222 adjust auto-save inhibitions accordingly.
21223
21224 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21225 according to whether there are or aren't any plain-text topics
21226 pending encryption.
21227
21228 (allout-inhibit-auto-save-info-for-decryption):
21229 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21230 if there are plain-text topics pending encryption.
21231
21232 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21233 buffer-saved-size and some allout state to not inhibit auto-saves
21234 if there are no longer any plain-text topics pending encryption.
21235
21236 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21237 No longer provide for exemption of the current topic.
21238
21239 2011-07-04 Juri Linkov <juri@jurta.org>
21240
21241 Add 7z operations to delete and save changed members (bug#8968).
21242 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21243 New defcustoms.
21244 (archive-7z-write-file-member): New function.
21245 (archive-7z-summarize): Fix the number of dashes in the
21246 listing output.
21247
21248 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21249
21250 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21251 (bug#8958).
21252
21253 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21254
21255 * bindings.el: Ignore next-buffer and previous-buffer in
21256 minibuffer-local-map.
21257
21258 * font-lock.el (font-lock-builtin-face): Change light background
21259 color to dark slate blue (Bug#6693).
21260
21261 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21262
21263 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21264
21265 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21266
21267 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21268 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21269 Add switch-to-buffer.
21270
21271 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21272
21273 * isearch.el (isearch-search-fun-function): Clarify further the
21274 meaning of the function returned.
21275
21276 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21277
21278 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21279
21280 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21281 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21282 Use it.
21283 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21284 `tramp-default-remote-path' does not exist.
21285 (tramp-send-command-and-read): New optional argument NOERROR.
21286 (tramp-open-connection-setup-interactive-shell)
21287 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21288 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21289 (tramp-process-sentinel): Flush also process' connection property.
21290 (tramp-sh-handle-start-file-process): Do not set process
21291 sentinel. It is done now ...
21292 (tramp-maybe-open-connection): ... here. (Bug#8929)
21293
21294 2011-07-04 MON KEY <monkey@sandpframing.com>
21295
21296 * play/animate.el (animate-string): Doc fixes and allow changing
21297 the buffer name (bug#5417).
21298
21299 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21300
21301 * play/animate.el (animation-buffer-name): Rename from *animate*.
21302
21303 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21304
21305 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21306 This is simpler and helps future-proof the code.
21307 (timer-until): Use time-subtract and float-time.
21308 (timer--time-less-p): Use time-less-p.
21309
21310 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21311
21312 * type-break.el (timep): Use the value of `float-time' to avoid a
21313 byte-compiler warning.
21314
21315 * server.el (server-eval-and-print): Return any result, even nil.
21316
21317 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21318
21319 * type-break.el: Accept time formats that the builtins accept.
21320 (timep, type-break-time-difference): Accept any format that
21321 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21322 This is simpler and helps future-proof the code.
21323 (type-break-time-difference): Round rather than ignoring
21324 subseconds components.
21325
21326 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21327
21328 * info.el (Info-apropos-matches): Make non-interactive, since it
21329 doesn't seem to do anything useful as a command (bug#8829).
21330
21331 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21332
21333 * frame.el (frame-background-mode, frame-set-background-mode):
21334 Move from faces.el.
21335 (frame-default-terminal-background): New function.
21336
21337 * custom.el (custom-push-theme): Don't record faces in `changed'
21338 theme; this doesn't work correctly for per-frame face settings.
21339 (disable-theme): Use face-set-after-frame-default to reset faces.
21340 (custom--frame-color-default): New function.
21341
21342 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21343
21344 * dired.el (dired-flagging-regexp): Remove unused variable
21345 (bug#8769).
21346
21347 2011-03-29 Kevin Ryde <user42@zip.com.au>
21348
21349 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21350 `perl-Test2' extend to match possible "fail #N" rep count
21351 (bug#8377).
21352
21353 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21354
21355 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21356 `smtpmail-via-smtp' now returns the error instead of nil.
21357
21358 * isearch.el (isearch-search-fun-function): Clarify the doc string
21359 (bug#8101).
21360
21361 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21362
21363 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21364 unnecessary spaces (bug#8987).
21365
21366 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21367
21368 * net/network-stream.el (open-network-stream): Use the
21369 :end-of-capability command thoughout.
21370
21371 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21372
21373 * net/network-stream.el (open-network-stream): Add the
21374 :end-of-capability command parameter, used by pop3.el.
21375
21376 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21377
21378 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21379
21380 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21381 for list)" (bug#6475).
21382
21383 * files.el (file-expand-wildcards): Ignore non-readable
21384 sub-directories while trying to find matches instead of signaling
21385 an error (bug#6297).
21386
21387 * man.el (Man-reference-regexp): Allow matching possible
21388 word-wrapped references (bug#6289).
21389
21390 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21391 for consistency with the other vc buffers (bug#6197).
21392 (vc-checkin): Ditto.
21393
21394 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21395
21396 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21397
21398 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21399
21400 * custom.el (defcustom): Clarify that :set is only used in the
21401 Customize user interface (bug#6089).
21402
21403 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21404 associated with a file, refuse to run instead of erroring out
21405 (bug#6084).
21406
21407 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21408 the doc string, since it appears that using `fill-column' always
21409 controls the width (bug#7845).
21410
21411 * simple.el (shell-command-on-region): Say where the error output
21412 went if `shell-command-default-error-buffer' is set (bug#6857).
21413
21414 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21415
21416 * allout.el (allout-yank-processing): Adjust cursor position for
21417 backwards-deleted space.
21418
21419 (allout-rebullet-heading): Register changes with
21420 allout-exposure-changed-hook, so the modified topic is properly
21421 decorated.
21422
21423 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21424
21425 * minibuffer.el (completion-in-region): Document PREDICATE
21426 (bug#7136).
21427
21428 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21429 of keyword/argument pairs (bug#6904).
21430
21431 * replace.el (multi-occur):
21432 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21433
21434 2011-07-02 Drew Adams <drew.adams@oracle.com>
21435
21436 * dired.el (dired-mark-if): Make the message about whether it's
21437 marking or unmarking clearer (bug#8523).
21438
21439 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21440
21441 * disp-table.el (display-table-print-array): New function.
21442 (describe-display-table): Use it to print the vectors more pretty
21443 (Bug#8859).
21444
21445 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21446
21447 * window.el (window-state-get-1): Don't assign clone numbers.
21448 Add clone-of item to list of window parameters.
21449 (window-state-put-2): Don't process clone numbers.
21450 (display-buffer-alist): Fix doc-string.
21451
21452 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21453
21454 * subr.el (remq): Don't allocate if it's not needed.
21455 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21456 (keymap--merge-bindings): New functions.
21457 (keymap-canonicalize): Use them to refine the canonicalization.
21458 * minibuffer.el (minibuffer-local-completion-map)
21459 (minibuffer-local-must-match-map): Move initialization from C.
21460 (minibuffer-local-filename-completion-map): Move initialization from C;
21461 don't inherit from anything here.
21462 (minibuffer-local-filename-must-match-map): Make obsolete.
21463 (completing-read-default): Use make-composed-keymap to combine
21464 minibuffer-local-filename-completion-map with either
21465 minibuffer-local-must-match-map or
21466 minibuffer-local-filename-completion-map.
21467
21468 2011-07-01 Glenn Morris <rgm@gnu.org>
21469
21470 * type-break.el (type-break-time-sum): Use dolist.
21471
21472 * textmodes/flyspell.el (flyspell-word-search-backward):
21473 Replace CL function.
21474
21475 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21476
21477 * mouse.el (mouse--strip-first-event): New function.
21478 (function-key-map): Use it to map fringe clicks to normal clicks
21479 by default.
21480
21481 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21482 (vc-bzr-revision-completion-table): Add support for annotate and date.
21483
21484 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21485 inherit from parent.
21486
21487 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21488
21489 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21490 (dired-show-file-type): Doc fixup (bug#8818).
21491
21492 * dired.el (dired-mode): Fix up the doc string as suggested by
21493 Drew Adams (bug#8817).
21494
21495 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21496 cookie, since the manual says that it should be possible to add
21497 this function to `find-file-hook' (bug#8709).
21498
21499 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21500
21501 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21502 here. Noted Ted Zlatanov as the maintainer.
21503 (cfengine-common-settings, cfengine-common-syntax): New functions
21504 to set up common things between `cfengine-mode' and
21505 `cfengine3-mode'.
21506 (cfengine3-mode): New mode.
21507 (cfengine3-defuns cfengine3-defuns-regex
21508 (cfengine3-class-selector-regex cfengine3-category-regex)
21509 (cfengine3-vartypes cfengine3-font-lock-keywords)
21510 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21511 (cfengine3-indent-line): Add from cfengine3.el.
21512
21513 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21514
21515 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21516
21517 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21518
21519 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21520
21521 * window.el (same-window-buffer-names, same-window-regexps)
21522 (same-window-p, special-display-frame-alist)
21523 (special-display-popup-frame, special-display-function)
21524 (special-display-buffer-names, special-display-regexps)
21525 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21526 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21527 (split-window-preferred-function, split-height-threshold)
21528 (split-width-threshold, even-window-heights)
21529 (display-buffer-mark-dedicated, window-splittable-p)
21530 (split-window-sensibly, window-safely-shrinkable-p):
21531 Un-obsolete.
21532 (display-buffer): Don't spread args with function specifier
21533 because special-display-popup-frame won't like it.
21534
21535 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21536
21537 Time-stamp simplifications and fixes.
21538 These improve accuracy slightly, and future-proof the code
21539 against some potential changes to current-time format.
21540
21541 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21542 by using time-since and float-time.
21543
21544 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21545 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21546 + NNN microseconds".
21547
21548 * type-break.el (type-break-time-sum): Rewrite using time-add.
21549
21550 * play/hanoi.el (hanoi-current-time-float): Remove.
21551 All uses replaced by float-time.
21552
21553 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21554 This yields a more-accurate answer.
21555 (rng-time-to-float): Remove; no longer needed.
21556
21557 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21558
21559 * calendar/timeclock.el (timeclock-seconds-to-time):
21560 Defalias to seconds-to-time, since they're the same thing.
21561
21562 * emacs-lisp/elp.el (elp-elapsed-time):
21563 * emacs-lisp/benchmark.el (benchmark-elapse):
21564 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21565
21566 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21567
21568 * window.el (bury-buffer): Don't iconify the only frame.
21569 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21570 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21571
21572 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21573
21574 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21575 Add mouse-yank-primary.
21576
21577 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21578
21579 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21580
21581 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21582
21583 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21584 (find-library-name): Use it to find relative load names when provided
21585 absolute file name (bug#8803).
21586
21587 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21588
21589 * textmodes/flyspell.el (flyspell-word): Consider words that
21590 differ only in case as potential doublons (bug#5687).
21591
21592 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21593 Remove two rather uninteresting debugging-like messages to make
21594 debbugs.el more silent.
21595
21596 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21597 a password-like phrase.
21598
21599 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21600
21601 * progmodes/cc-guess.el: New file.
21602
21603 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21604
21605 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21606 derived from `c-basic-common-init'.
21607
21608 * progmodes/cc-mode.el (top-level): Require cc-guess.
21609 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21610
21611 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21612
21613 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21614
21615 2011-06-30 Alan Mackenzie <acm@muc.de>
21616
21617 * progmodes/cc-engine.el (c-guess-continued-construct):
21618 Correct the handling of template-args-cont, particularly for when font
21619 lock is disabled. Name this case as "CASE G".
21620
21621 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21622
21623 * allout.el (allout-yank-processing): Fix injection of extra space
21624 between bullet and non-whitespace character in first topic when
21625 pasting, ensuring that the actual spacing in the pasted topic
21626 following the bullet char is preserved. This extra space was
21627 causing pasted encrypted topics to get a decrypted status even
21628 when the content was actually still encrypted. Now the decryption
21629 status from before the paste is preserved.
21630
21631 (allout-flag-region): Set all allout overlays so they evaporate
21632 when reduced to zero length (evanescent), to prevent overlay
21633 leakage.
21634
21635 2011-06-30 Glenn Morris <rgm@gnu.org>
21636
21637 * w32-fns.el (w32-charset-info-alist): Declare.
21638
21639 * find-dired.el (find-grep-options): Simplify.
21640
21641 * term/ns-win.el (ns-set-resource): Declare.
21642
21643 * ses.el (row, col): Declare dynamic variables honestly.
21644
21645 * textmodes/reftex-parse.el (index-tags): Declare.
21646
21647 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21648
21649 * cus-edit.el (customize-push-and-save): New function.
21650
21651 * files.el (hack-local-variables-confirm): Use it.
21652
21653 * custom.el (load-theme): New arg NO-CONFIRM.
21654 Use customize-push-and-save (Bug#8720).
21655 (custom-enabled-themes): Doc fix.
21656
21657 * cus-theme.el (customize-create-theme)
21658 (custom-theme-merge-theme): Callers to load-theme changed.
21659
21660 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21661
21662 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21663 short URLs have at least one dot in them (bug #7614).
21664
21665 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21666 nil, because using a pty is apparently too slow (bug #895).
21667
21668 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21669
21670 * mail/sendmail.el (sendmail-query-once): New function.
21671 (sendmail-query-once-function): New variable.
21672
21673 2011-06-29 Glenn Morris <rgm@gnu.org>
21674
21675 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21676
21677 * ses.el (top-level): Require cl when compiling.
21678 (ses-set-localvars): Fix error statement.
21679 Call it at compile time to silence a storm of warnings.
21680
21681 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21682
21683 * window.el (normalize-live-buffer): Rename to
21684 window-normalize-buffer.
21685 (normalize-live-frame): Rename to window-normalize-frame.
21686 (normalize-any-window): Rename to window-normalize-any-window.
21687 (normalize-live-window): Rename to window-normalize-live-window.
21688 (make-window-atom): Rename to window-make-atom.
21689 (window-resize-reset): Rename to window--resize-reset.
21690 (window-resize-reset-1): Rename to window--resize-reset-1.
21691 (resize-mini-window): Rename to window--resize-mini-window.
21692 (resize-subwindows-skip-p): Rename to
21693 window--resize-subwindows-skip-p.
21694 (resize-subwindows-normal): Rename to
21695 window--resize-subwindows-normal.
21696 (resize-subwindows): Rename to window--resize-subwindows.
21697 (resize-other-windows): Rename to window--resize-siblings.
21698 (resize-this-window): Rename to window--resize-this-window.
21699 (resize-root-window): Rename to window--resize-root-window.
21700 (resize-root-window-vertically): Rename to
21701 window--resize-root-window-vertically.
21702 (normalize-buffer-to-display): Rename to
21703 window-normalize-buffer-to-display.
21704 (normalize-buffer-to-switch-to): Rename to
21705 window-normalize-buffer-to-switch-to.
21706 Correspondingly update all callers of the functions listed
21707 above.
21708 (display-buffer-alist, display-buffer-normalize-arguments)
21709 (display-buffer-normalize-options, display-buffer)
21710 (display-buffer-alist-set): Use "function" instead of
21711 "fun-with-args".
21712
21713 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21714
21715 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21716 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21717 debbugs.gnu.org. Mention acknowledgment email.
21718
21719 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21720
21721 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21722 buffer multibyteness, since it shouldn't matter.
21723
21724 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21725
21726 * window.el (display-buffer-in-side-window): Handle dedicated
21727 windows as in display-buffer-reuse-window.
21728 (display-buffer-normalize-alist): Use value of override
21729 specifier.
21730 (display-buffer-normalize-specifiers): Use value of
21731 other-window-means-other-frame specifier.
21732 (display-buffer-alist): Rewrite some texts in widgets.
21733 (display-buffer): Spread arguments when calling function
21734 specified by fun-with-args.
21735
21736 2011-06-28 Deniz Dogan <deniz@dogan.se>
21737
21738 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21739 Unnest `let'.
21740
21741 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21742 selectors (Bug#5732).
21743 (css-proprietary-nmstart-re): Use `regexp-opt'.
21744
21745 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21746
21747 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21748 (eshell-ls-date-format): New defcustom.
21749 (eshell-ls-file): Use it.
21750
21751 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21752
21753 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21754
21755 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21756
21757 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21758 (ange-ftp-make-tmp-name): New arg.
21759 (ange-ftp-file-local-copy): Use it.
21760
21761 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21762
21763 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21764 no-conversion (Bug#8870).
21765
21766 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21767
21768 * window.el (window-right, window-left, window-child)
21769 (window-child-count, window-last-child)
21770 (window-iso-combination-p, walk-window-tree-1)
21771 (window-atom-check-1, window-tree-1, delete-window)
21772 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21773 new naming conventions - window-vchild, window-hchild,
21774 window-next and window-prev are now called window-top-child,
21775 window-left-child, window-next-sibling and window-prev-sibling
21776 respectively.
21777 (resize-window-reset): Rename to window-resize-reset.
21778 (resize-window-reset-1): Rename to window-resize-reset-1.
21779 (resize-window): Rename to window-resize.
21780 (window-min-height, window-min-width)
21781 (resize-mini-window, resize-this-window, resize-root-window)
21782 (resize-root-window-vertically, adjust-window-trailing-edge)
21783 (enlarge-window, shrink-window, maximize-window)
21784 (minimize-window, delete-window, quit-restore-window)
21785 (split-window, balance-windows, balance-windows-area-adjust)
21786 (balance-windows-area, window-state-put-2)
21787 (display-buffer-even-window-sizes, display-buffer-set-height)
21788 (display-buffer-set-width, set-window-text-height)
21789 (fit-window-to-buffer): Rename all "resize-window" prefixed
21790 calls to use the "window-resize" prefix convention.
21791 (display-buffer-alist): Fix symbol for label specifier.
21792 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21793 corresponding specifier.
21794 Reported by Juanma Barranquero <lekktu@gmail.com>.
21795
21796 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21797
21798 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21799 convention.
21800 (ses-call-printer): Does not pass an empty string to formatter when the
21801 cell is empty to keep from barking printer Calc math-format-value.
21802
21803 2011-06-27 Richard Stallman <rms@gnu.org>
21804
21805 * battery.el (battery-mode-line-limit): New variable.
21806 (battery-update): Handle it.
21807
21808 * mail/rmailmm.el (rmail-mime-process-multipart):
21809 Handle truncated messages.
21810
21811 2011-06-27 Glenn Morris <rgm@gnu.org>
21812
21813 * progmodes/flymake.el (flymake-err-line-patterns):
21814 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21815
21816 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21817
21818 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21819 (ses--clean-!, ses--clean-_): New functions.
21820 (ses-range): Add configurability of readout order, and conversion
21821 to Calc vector.
21822
21823 * ses.el (ses-repair-cell-reference-all): New function.
21824 (ses-cell-symbol): Set macro as safe, so that it can be used in
21825 formulas.
21826
21827 * ses.el: Update cycle detection algorithm.
21828 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21829 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21830 (ses-set-localvars): New function.
21831 (ses-make-cell): Add property-list as a cell element.
21832 (ses-cell-property-get-fun, ses-cell-property-get)
21833 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21834 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21835 New functions.
21836 (ses-cell-property-set, ses-cell-property-pop)
21837 (ses-cell-property-get-handle): New macro.
21838 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21839 New aliases, used for code readability.
21840 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21841 cycle detection.
21842 (ses-self-reference-early-detection): New defcustom.
21843 (ses-formula-references): Robustify against self-referring cells.
21844 (ses-mode): Use ses-set-localvars.
21845 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21846 before lauching the update processing.
21847 (ses-initialize-Dijkstra-attempt): New function.
21848 (ses-recalculate-cell): Update for cycle detection based on
21849 Dijkstra algorithm.
21850
21851 * ses.el: Fix commenting and indenting convention.
21852
21853 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21854
21855 * bs.el (bs-cycle-next): Complete last change.
21856
21857 2011-06-27 Drew Adams <drew.adams@oracle.com>
21858
21859 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21860
21861 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21862
21863 * net/network-stream.el (network-stream-open-starttls):
21864 Don't re-get capabilities unless we've reestablished connection.
21865 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21866
21867 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21868 to binary to possibly avoid line encoding issues on Windows (among
21869 other things).
21870
21871 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21872
21873 * net/network-stream.el (open-network-stream): Return an :error
21874 saying what the problem was, if possible.
21875
21876 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21877 server.
21878
21879 * net/network-stream.el (network-stream-open-starttls): If we
21880 wanted to use STARTTLS, and the server offered it, but we weren't
21881 able to because we had no STARTTLS support, then close the connection.
21882 (open-network-stream): Return an :error element, if present.
21883
21884 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21885
21886 * hl-line.el (hl-line-sticky-flag): Doc fix.
21887 (global-hl-line-sticky-flag): New option (Bug#8323).
21888 (global-hl-line-highlight): Obey it.
21889
21890 * vc/vc.el (vc-revert-show-diff): Default to t.
21891
21892 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21893
21894 * allout-widgets.el (allout-widgets-post-command-business):
21895 Stop decorating intermediate isearch matches. They're not being
21896 undecorated when an isearch is continued past, and isearch
21897 automatically collapses them. This leads to "widget leaks", where
21898 decorated items accumulate in collapsed areas. Lines with lots of
21899 hidden widgets can slow down cursor travel, substantially.
21900 Too much complicated machinery would be needed to ensure undecoration,
21901 so we're doing without this nicety.
21902
21903 (allout-widgets-tally-string): Don't try to do a hash-table-count
21904 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21905 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21906 *Messages* when allout-widgets-maintain-tally is t.
21907
21908 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21909
21910 * window.el (display-buffer-normalize-argument): Rename to
21911 display-buffer-normalize-arguments. Handle special meaning of
21912 LABEL argument. Respect special-display-function when popping up
21913 a new frame. Fix code searching for a window showing the buffer
21914 on another frame.
21915 (display-buffer-normalize-specifiers):
21916 Call display-buffer-normalize-arguments.
21917 (display-buffer-in-window): Don't undedicate the window if its
21918 buffer remains the same.
21919 Reported by Drew Adams <drew.adams@oracle.com>.
21920 (display-buffer-alist): Add choice for same-window macro
21921 specfier.
21922 (display-buffer): Mention special meaning of LABEL argument in
21923 doc-string. Fix quoting. Don't pop up a new frame even as
21924 fallback.
21925
21926 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21927
21928 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21929 avoid deleting the current window in some cases (bug#8911).
21930
21931 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21932
21933 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21934 (Bug#8934)
21935
21936 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21937
21938 * net/network-stream.el (network-stream-open-starttls):
21939 Use built-in TLS support if `gnutls-available-p' is true.
21940 (network-stream-open-tls): Ditto.
21941
21942 2011-06-26 Leo Liu <sdl.web@gmail.com>
21943
21944 * register.el (registerv): New struct.
21945 (registerv-make): New function.
21946 (jump-to-register, describe-register-1, insert-register):
21947 Support the jump-func, print-func and insert-func slot of a registerv
21948 struct. (Bug#8415)
21949
21950 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21951
21952 * vc/vc.el (vc-revert-show-diff): New defcustom.
21953 (vc-diff-internal): New arg specifying diff buffer.
21954 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
21955 reuse an existing *vc-diff* buffer (Bug#8927).
21956
21957 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21958
21959 2011-06-26 Glenn Morris <rgm@gnu.org>
21960
21961 * progmodes/f90.el (f90-critical-indent): New option.
21962 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21963 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21964 (f90-mode): Doc fix.
21965 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21966 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21967 (f90-beginning-of-block, f90-next-block, f90-indent-region)
21968 (f90-match-end): Handle block, critical.
21969
21970 2011-06-25 Glenn Morris <rgm@gnu.org>
21971
21972 * calendar/diary-lib.el (diary-included-files): Doc fix.
21973 (diary-include-files): New function, extracted from
21974 diary-include-other-diary-files and diary-mark-included-diary-files.
21975 (diary-include-other-diary-files, diary-mark-included-diary-files):
21976 Just call diary-include-files.
21977 (diary-mark-entries): Reset diary-included-files on first call.
21978
21979 * calendar/diary-lib.el (diary-mark-entries)
21980 (diary-mark-included-diary-files):
21981 Visit included diary-files in temp buffers.
21982
21983 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21984 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21985 (f90-start-block-re, f90-imenu-generic-expression)
21986 (f90-looking-at-program-block-start, f90-no-block-limit):
21987 Add support for submodules.
21988
21989 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21990 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21991
21992 2011-06-25 Eli Zaretskii <eliz@gnu.org>
21993
21994 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21995 buffer-file-type before setting its value, to avoid disastrous
21996 global effects on decoding files for DOS/Windows systems. (Bug#8780)
21997
21998 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21999
22000 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22001
22002 * ses.el (ses-unload-function):
22003 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22004
22005 * proced.el (proced-unload-function):
22006 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22007
22008 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22009
22010 * server.el (server-create-window-system-frame): Add parameters arg.
22011 (server-process-filter): Doc fix. Handle frame-parameters.
22012
22013 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22014
22015 Fix bug#8730, bug#8781.
22016
22017 * loadhist.el (unload--set-major-mode): New function.
22018 (unload-feature): Use it.
22019
22020 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22021 (python-unload-function): New function.
22022
22023 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22024
22025 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22026
22027 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22028
22029 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22030 the candidates list.
22031
22032 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22033
22034 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22035
22036 2011-06-23 Richard Stallman <rms@gnu.org>
22037
22038 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22039 (rmail-variables): Set next-error-move-function.
22040 (rmail-what-message): Take argument POS.
22041 (rmail-next-error-move): New function.
22042
22043 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22044
22045 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22046 messages for adjacent non-terminals.
22047
22048 2011-06-23 Richard Stallman <rms@gnu.org>
22049
22050 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22051 (rmail-show-message-1): Preserve buffer modified flag.
22052 (rmail-start-mail): Don't specify use of rmail-mail-return;
22053 that's done by mail-bury now.
22054 (rmail-mail-return): Handle arg NEWBUF.
22055
22056 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22057
22058 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22059 SIZE is a number.
22060
22061 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22062
22063 * window.el (get-lru-window, get-mru-window)
22064 (get-largest-window): Never return a minibuffer window.
22065 (display-buffer-pop-up-window): Fix a bug that could lead to
22066 reusing the minibuffer window.
22067 (display-buffer): Pass original specifier argument to
22068 display-buffer-function instead of the normalized one.
22069 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22070
22071 2011-06-22 Leo Liu <sdl.web@gmail.com>
22072
22073 * minibuffer.el (completing-read-function)
22074 (completing-read-default): Move from minibuf.c.
22075
22076 2011-06-22 Richard Stallman <rms@gnu.org>
22077
22078 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22079 to Rmail even if not started by a special Rmail command.
22080
22081 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22082 Copy the buffer currently showing just one message.
22083
22084 2011-06-22 Roland Winkler <winkler@gnu.org>
22085
22086 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22087 (bibtex-clean-entry): First delete the old key so that a
22088 customized algorithm for generating the new key does not get
22089 confused by the old key.
22090 (bibtex-url): Obey regexp of first step.
22091 (bibtex-search-entries): Do not use add-to-list with local
22092 list-var.
22093
22094 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22095
22096 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22097 stored a user name, then query for the password first, instead of
22098 waiting for SMTP to give an error message and the trying again.
22099
22100 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22101
22102 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22103 BUFFER in call-process.
22104
22105 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22106
22107 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22108 QUIT twice.
22109 (smtpmail-try-auth-methods): Require user name and password from
22110 auth-source.
22111
22112 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22113
22114 * window.el (display-buffer-default-specifiers)
22115 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22116 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22117 (split-window): Normalize SIDE argument (Bug#8916).
22118
22119 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22120 (special-display-frame-alist, special-display-popup-frame):
22121 Remove duplicate declarations. These are now in window.el.
22122
22123 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22124
22125 * mail/smtpmail.el (smtpmail-via-smtp):
22126 Set :use-starttls-if-possible so that we always use STARTTLS if the
22127 server supports it. SMTP servers that support STARTTLS commonly
22128 require it.
22129
22130 * net/network-stream.el (network-stream-open-starttls): Support
22131 upgrading to STARTTLS always, even if we don't have built-in support.
22132 (open-network-stream): Add the :always-query-capabilities keyword.
22133
22134 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22135 upgrades with `open-network-stream', and rely solely on
22136 auth-source for all credentials. Big changes throughout the file,
22137 but in particular:
22138 (smtpmail-auth-credentials): Remove.
22139 (smtpmail-starttls-credentials): Remove.
22140 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22141 MAIL FROM, too.
22142
22143 * net/network-stream.el (network-stream-open-starttls):
22144 Provide support for client certificates both for external and built-in
22145 STARTTLS.
22146 (auth-source): Require.
22147 (open-network-stream): Document the :client-certificate keyword.
22148 (network-stream-certificate): Change cert-cert to cert and
22149 cert-key to key.
22150
22151 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22152
22153 * net/tramp-cache.el (top): Don't load the persistency file when
22154 "emacs -Q" has been called.
22155
22156 2011-06-21 Tim Harper <timcharper@gmail.com>
22157
22158 * term/ns-win.el (ns-initialize-window-system):
22159 Set application-specific `ApplePressAndHoldEnabled' system
22160 resource to NO as it is not yet supported by the NS port.
22161
22162 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22163
22164 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22165 (list-dynamic-libraries): ...not here.
22166
22167 2011-06-21 Leo Liu <sdl.web@gmail.com>
22168
22169 * subr.el (sha1): Implement sha1 using secure-hash.
22170
22171 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22172
22173 * window.el (display-buffer-alist): In default value do not
22174 enforce searching a window on any but the selected frame.
22175 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22176 (display-buffer-select-window): Remove function.
22177 (display-buffer-in-window): When a window on another frame gets
22178 reused, do not select it any more but just raise its frame if
22179 necessary (Bug#8851) and (Bug#8856).
22180 (display-buffer-normalize-options): Handle pop-up-frames related
22181 options more faithfully.
22182 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22183 window if it is on another frame.
22184 (display-buffer-alist, display-buffer-default-specifiers):
22185 Don't make new frame unsplittable by default.
22186 (display-buffer-normalize-argument): Fix doc-string typo and use
22187 'same-frame-other-window instead of 'other-window when associating
22188 with display-buffer-macro-specifiers.
22189
22190 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
22191
22192 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22193 New functions.
22194 (5x5-mode-map, 5x5-mode-menu): Bind them.
22195 (5x5-draw-grid): Tweak the solver's rendering.
22196
22197 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22198
22199 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22200 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22201
22202 2011-06-21 Drew Adams <drew.adams@oracle.com>
22203
22204 * menu-bar.el: Use function variable instead of switch-to-buffer.
22205 (menu-bar-select-buffer-function): New variable.
22206 (menu-bar-update-buffers): Use it (bug#8876).
22207
22208 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22209
22210 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22211 variable's status.
22212
22213 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22214
22215 * x-dnd.el (x-dnd-version-from-flags)
22216 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22217 and long as number (Bug#8899).
22218 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22219
22220 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22221
22222 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22223 (completion-try-completion, completion-all-completions): Compute the
22224 metadata argument if it's missing; make it optional (bug#8795).
22225
22226 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22227 (widget-complete): Use new :completion-function property.
22228 (widget-completions-at-point): New function.
22229 (default): Use :completion-function instead of :complete.
22230 (widget-default-completions): Rename from widget-default-complete;
22231 Rewrite.
22232 (widget-string-complete, widget-file-complete, widget-color-complete):
22233 Remove functions.
22234 (file, symbol, function, variable, coding-system, color):
22235 * international/mule-cmds.el (default-input-method, charset)
22236 (language-info-custom-alist):
22237 * cus-edit.el (face): Use new property :completions.
22238
22239 * progmodes/pascal.el (pascal-completions-at-point): New function.
22240 (pascal-mode): Use it.
22241 (pascal-mode-map): Use completion-at-point.
22242 (pascal-toggle-completions): Make obsolete.
22243 (pascal-complete-word, pascal-show-completions):
22244 * progmodes/octave-mod.el (octave-complete-symbol):
22245 Redefine as obsolete alias.
22246 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22247 Signal absence of completion info for old Octave,
22248 (inferior-octave-complete): Redefine as obsolete alias.
22249 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22250 (meta-completions-at-point): Rename from meta-complete-symbol and
22251 adapt it for use on completion-at-point-functions.
22252 (meta-common-mode): Use it.
22253 (meta-looking-at-backward, meta-match-buffer): Remove.
22254 (meta-complete-symbol): Redefine as obsolete alias.
22255 (meta-common-mode-map): Use completion-at-point.
22256 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22257 (makefile-mode-map): Use completion-at-point.
22258 (makefile-completions-at-point): Rename from makefile-complete and
22259 adapt it for use on completion-at-point-functions.
22260 (makefile-mode): Use it.
22261 (makefile-complete): Redefine as obsolete alias.
22262
22263 2011-06-20 Deniz Dogan <deniz@dogan.se>
22264
22265 * net/rcirc.el: Delete trailing whitespaces once and for all.
22266
22267 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22268
22269 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22270
22271 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22272
22273 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22274
22275 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22276
22277 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22278
22279 * window.el (display-buffer-other-window-means-other-frame):
22280 Call display-buffer-normalize-alist.
22281 (display-buffer-normalize-specifiers-1): Rename to
22282 display-buffer-normalize-argument. New argument other-frame.
22283 Rewrite.
22284 (display-buffer-normalize-specifiers-2): Rename to
22285 display-buffer-normalize-options.
22286 (display-buffer-normalize-alist-1): New function.
22287 (display-buffer-normalize-specifiers-3): Rename to
22288 display-buffer-normalize-alist.
22289 Call display-buffer-normalize-alist-1.
22290 (display-buffer-normalize-options-inhibit): New variable.
22291 (display-buffer-normalize-specifiers): Rewrite calling
22292 display-buffer-normalize-alist,
22293 display-buffer-normalize-argument, and
22294 display-buffer-normalize-options. Don't call the latter if
22295 display-buffer-normalize-options-inhibit is non-nil.
22296 (frame-auto-delete): New option.
22297 (window-deletable-p): Use frame-auto-delete.
22298 (window-list-no-nils, window-state-ignored-parameters)
22299 (window-state-get-1, window-state-get, window-state-put-list)
22300 (window-state-put-1, window-state-put-2, window-state-put):
22301 New functions.
22302 (display-buffer-normalize-options): Move special-display-p group
22303 after pop-up-frame group (Bug#8851) and (Bug#8856).
22304
22305 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22306
22307 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22308 groups (Bug#8776).
22309 (rx-submatch-n): New function.
22310 (rx): Document it.
22311
22312 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22313 (Bug#8768).
22314
22315 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22316
22317 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22318
22319 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22320 anytime existing face settings are present (Bug#8889).
22321
22322 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22323 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22324 Remove unused argument.
22325
22326 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22327
22328 * window.el (display-buffer-default-specifiers):
22329 Remove pop-up-frame. Add pop-up-window-min-height,
22330 pop-up-window-min-width, and another reuse-window specifier
22331 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22332 (display-buffer-normalize-specifiers-2):
22333 Handle split-height-threshold and split-width-threshold also when
22334 pop-up-windows is unset. Add a reuse-window specifier for the
22335 case popping up a new window fails.
22336 (special-display-popup-frame): Remove double quoting.
22337 (display-buffer-normalize-specifiers-1): Fix thinko.
22338
22339 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22340
22341 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22342 according to comint-completion-addsuffix.
22343
22344 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22345 (pcomplete-suffix-list): Mark as obsolete.
22346 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22347 pcomplete-seen in the closure.
22348 (pcomplete-comint-setup): Setup completion-at-point as well.
22349 (pcomplete--entries): New function.
22350 (pcomplete--env-regexp): New var.
22351 (pcomplete-entries): Rewrite to work with partial-completion and
22352 without relying on pcomplete-suffix-list.
22353 (pcomplete-pare-list): Remove, unused.
22354
22355 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22356
22357 * window.el (display-buffer-alist): Set pop-up-window-min-height
22358 and pop-up-window-min-width in default value. Reported by
22359 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22360 other-window-means-other-frame.
22361 (display-buffer-macro-specifiers): Comment out entry for
22362 other-window specifier.
22363 (display-buffer-other-window-means-other-frame): New function.
22364 (display-buffer-normalize-specifiers-1): New arguments
22365 buffer-name and label. Treat other-window case specially.
22366 (display-buffer-normalize-specifiers-2): Treat other-window case
22367 specially.
22368 (display-buffer-normalize-specifiers-3): New function.
22369 (display-buffer-normalize-specifiers):
22370 Call display-buffer-normalize-specifiers-3.
22371
22372 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22373
22374 * window.el (same-window-p): Fix two typos introduced when
22375 adding with-no-warnings.
22376 (display-buffer-normalize-specifiers-1): Don't check
22377 pop-up-frames for 'unset initialization.
22378 (display-buffer-normalize-specifiers-2): Major rewrite using
22379 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22380 (pop-up-frames, display-buffer-reuse-frames)
22381 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22382 Suggested by David Engster <deng@randomsample.de>.
22383 (even-window-heights): Initialize to 'unset.
22384 (display-buffer-alist-set): Handle new 'unset initializations.
22385 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22386 other window case.
22387
22388 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22389
22390 * window.el (display-buffer-normalize-specifiers-1):
22391 Respect current value of pop-up-frames for most reasonable values of
22392 second argument of display-buffer (Bug#8865).
22393 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22394 (switch-to-buffer-other-window-same-frame)
22395 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22396 Adams (Bug#8875).
22397 (display-buffer): Don't check noninteractive when calling
22398 display-buffer-pop-up-frame.
22399 (display-buffer-pop-up-frame): Never pop up a frame in
22400 noninteractive mode (Bug#8857).
22401 (enlarge-window, shrink-window): Don't report an error when the
22402 window can't be resized as requested (Bug#8862).
22403
22404 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22405
22406 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22407
22408 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22409
22410 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22411
22412 2011-06-15 Alan Mackenzie <acm@muc.de>
22413
22414 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22415 for declarators, disable knr checking to speed up for normal files.
22416 2: Refactor, replacing a sequence of nested if forms by a cond form.
22417
22418 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22419
22420 * net/network-stream.el (open-network-stream): Add the keyword
22421 :always-query-capabilities for the case where you want to force a
22422 `plain' network connection, but the protocol still requires the
22423 capabilitiy command (i.e., SMTP and EHLO).
22424
22425 * subr.el (process-live-p): Rename from `process-alive-p' for
22426 consistency with other `-live-p' functions.
22427
22428 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22429
22430 * window.el (same-window-buffer-names, same-window-regexps)
22431 (special-display-frame-alist, special-display-popup-frame)
22432 (special-display-function, special-display-buffer-names)
22433 (special-display-regexps, pop-up-frame-alist)
22434 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22435 (pop-up-windows, split-window-preferred-function)
22436 (split-height-threshold, split-width-threshold, even-window-heights)
22437 (display-buffer-mark-dedicated): Don't encourage the use of
22438 display-buffer-alist from Elisp code.
22439
22440 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22441
22442 * progmodes/python.el (python-mode): Derive from prog-mode.
22443 * progmodes/ps-mode.el (ps-mode):
22444 * progmodes/mixal-mode.el (mixal-mode):
22445 * progmodes/cfengine.el (cfengine-mode):
22446 * progmodes/ld-script.el (ld-script-mode): Likewise.
22447
22448 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22449
22450 * window.el (display-buffer-alist): Trim default value to avoid
22451 popping up a new frame (Bug#8857) or reusing an arbitrary window
22452 on another frame.
22453 (display-buffer): Do not fall back on popping up a new frame in
22454 batch mode (Bug#8857).
22455
22456 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22457
22458 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22459 (custom-theme-summary): New function.
22460 (customize-themes): Use it.
22461
22462 2011-06-13 Glenn Morris <rgm@gnu.org>
22463
22464 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22465
22466 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22467
22468 * help.el (help-window): Remove variable.
22469 (help-window-point-marker, temp-buffer-max-height)
22470 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22471 (help-print-return-message): Don't set help-window.
22472 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22473 (help-window-setup-finish): Remove.
22474 (help-window-display-message, help-window-setup)
22475 (with-help-window): Major rewrite based on new
22476 display-buffer-window variable.
22477
22478 * help-mode.el (help-mode-finish): Remove help-window related
22479 code.
22480
22481 * view.el (view-exits-all-viewing-windows): Remove reference to
22482 view-return-to-alist in doc-string.
22483 (view-return-to-alist): Make obsolete.
22484 (view-buffer): Call pop-to-buffer-same-window and remove
22485 undo-window code.
22486 (view-buffer-other-window): Call pop-to-buffer-other-window and
22487 simplify code. Ignore second argument.
22488 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22489 simplify code. Ignore second argument.
22490 (view-return-to-alist-update): Make obsolete.
22491 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22492 Rewrite using quit-restore window parameters.
22493 (view-mode-exit): Rename second argument to EXIT-ONLY.
22494 Rewrite using quit-restore-window.
22495 (View-exit, View-exit-and-edit, View-leave, View-quit)
22496 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22497 appropriate arguments.
22498 (view-end-message): Use quit-restore window parameter.
22499
22500 * window.el (display-buffer-function): Rewrite doc-string.
22501 (display-buffer-window, display-buffer-alist): New variables.
22502 (display-buffer-split-specifiers)
22503 (display-buffer-side-specifiers)
22504 (display-buffer-macro-specifiers): New constants.
22505 (display-buffer-even-window-sizes, display-buffer-set-height)
22506 (display-buffer-set-width, display-buffer-select-window)
22507 (display-buffer-in-window, display-buffer-reuse-window)
22508 (display-buffer-split-window-1, display-buffer-split-window)
22509 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22510 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22511 (display-buffer-in-side-window, normalize-buffer-to-display)
22512 (display-buffer-normalize-specifiers-1)
22513 (display-buffer-normalize-specifiers-2)
22514 (display-buffer-normalize-specifiers, display-buffer-frame):
22515 New functions.
22516 (display-buffer): Major rewrite.
22517 (display-buffer-other-window, display-buffer-other-frame)
22518 (pop-to-buffer, switch-to-buffer-other-window)
22519 (switch-to-buffer-other-frame): Rewrite.
22520 (display-buffer-same-window, display-buffer-same-frame)
22521 (display-buffer-same-frame-other-window)
22522 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22523 (pop-to-buffer-other-window)
22524 (pop-to-buffer-same-frame-other-window)
22525 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22526 (switch-to-buffer-other-window-same-frame): New functions.
22527 (same-window-p, special-display-p): Rewrite disabling warnings.
22528 Make obsolete.
22529 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22530 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22531 Make obsolete
22532 (same-window-buffer-names, same-window-regexps)
22533 (special-display-frame-alist, special-display-popup-frame)
22534 (special-display-function, special-display-buffer-names)
22535 (special-display-regexps, pop-up-frame-alist)
22536 (pop-up-frame-function, split-window-preferred-function)
22537 (split-height-threshold, split-width-threshold)
22538 (even-window-heights): Make obsolete.
22539
22540 2011-06-12 Glenn Morris <rgm@gnu.org>
22541
22542 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22543 Misc simplifications.
22544
22545 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22546
22547 * window.el (window-safely-shrinkable-p): Restore function which
22548 was inadvertently removed in change from 2011-06-11. Declare as
22549 obsolete.
22550
22551 * calendar/calendar.el (calendar-generate-window):
22552 Use window-iso-combined-p instead of combination of one-window-p and
22553 window-safely-shrinkable-p.
22554
22555 2011-06-12 Glenn Morris <rgm@gnu.org>
22556
22557 * progmodes/fortran.el (fortran-mode-syntax-table):
22558 * progmodes/f90.el (f90-mode-syntax-table):
22559 Set % to punctuation. (Bug#8820)
22560 (f90-find-tag-default): Remove, no longer needed.
22561
22562 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22563
22564 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22565
22566 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22567
22568 * image.el (image-animated-p): Return animation delay in seconds.
22569 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22570 (image-animate-timeout): Remove DELAY argument. Don't assume
22571 every subimage has the same delay; get it from image-animated-p.
22572 (image-animate): Caller changed.
22573
22574 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22575
22576 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22577 to ignored backtrace functions.
22578
22579 2011-06-11 Glenn Morris <rgm@gnu.org>
22580
22581 * calendar/appt.el (appt-disp-window-function): Doc fix.
22582 (appt-check): Handle overlapping appointments. (Bug#8337)
22583
22584 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22585
22586 * window.el (window-tree-1, window-tree): New functions, moving
22587 the latter to window.el.
22588 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22589 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22590 (bw-refresh-edges): Remove.
22591 (balance-windows-1, balance-windows-2): New functions.
22592 (balance-windows): Rewrite in terms of window tree functions,
22593 balance-windows-1 and balance-windows-2.
22594 (bw-adjust-window): Remove.
22595 (balance-windows-area-adjust): New function with functionality of
22596 bw-adjust-window but using resize-window.
22597 (set-window-text-height): Rewrite doc-string.
22598 Use normalize-live-window and resize-window.
22599 (enlarge-window-horizontally, shrink-window-horizontally):
22600 Rename argument to DELTA.
22601 (window-buffer-height): New function.
22602 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22603 Rewrite using new window resize routines.
22604 (kill-buffer-and-window, mouse-autoselect-window-select):
22605 Use ignore-errors instead of condition-case.
22606 (quit-window): Call delete-frame instead of delete-windows-on
22607 for the only buffer on frame.
22608
22609 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22610
22611 * loadup.el (top-level): Load window before files for the sake
22612 of replace-buffer-in-windows.
22613
22614 * files.el (read-buffer-to-switch)
22615 (switch-to-buffer-other-window)
22616 (switch-to-buffer-other-frame, display-buffer-other-frame):
22617 Move to window.el.
22618
22619 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22620 (previous-buffer): Move to window.el.
22621
22622 * bindings.el (unbury-buffer): Move to window.el.
22623
22624 * window.el (delete-other-windows-vertically): Move after
22625 definition of delete-other-windows.
22626 (other-window, delete-windows-on, replace-buffer-in-windows):
22627 Move here from window.c.
22628 (record-window-buffer, unrecord-window-buffer)
22629 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22630 (switch-to-next-buffer): New functions.
22631 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22632 from simple.el. Call switch-to-next-buffer.
22633 (previous-buffer): Move here from simple.el.
22634 Call switch-to-prev-buffer.
22635 (bury-buffer): Move here from buffer.c. Switch to previous
22636 buffer when window cannot be deleted.
22637 (unbury-buffer): Move here from bindings.el.
22638 (ctl-x-map): Move binding for other-window from window.c to
22639 here.
22640 (read-buffer-to-switch, switch-to-buffer-other-window)
22641 (switch-to-buffer-other-frame): Move here from files.el.
22642 (normalize-buffer-to-switch-to): New functions.
22643 (switch-to-buffer): Move here from buffer.c.
22644 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22645
22646 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22647
22648 * window.el (window-min-height, window-min-width): Move here
22649 from window.c. Add defcustoms and rewrite doc-strings.
22650 (resize-mini-window, resize-window): New functions.
22651 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22652 Move here from window.c.
22653 (maximize-window, minimize-window): New functions.
22654 (delete-window, delete-other-windows, split-window): Move here
22655 from window.c.
22656 (window-split-min-size): New function.
22657 (split-window-keep-point): Mention split-window-above-each-other
22658 instead of split-window-vertically.
22659 (split-window-above-each-other, split-window-vertically):
22660 Rename split-window-vertically to split-window-above-each-other
22661 and provide defalias for old definition.
22662 (split-window-side-by-side, split-window-horizontally):
22663 Rename split-window-horizontally to split-window-side-by-side
22664 and provide defalias for the old definition.
22665 (ctl-x-map): Move bindings for delete-window,
22666 delete-other-windows and enlarge-window here from window.c.
22667 Replace bindings for split-window-vertically and
22668 split-window-horizontally by bindings for
22669 split-window-above-each-other and split-window-side-by-side.
22670
22671 * cus-start.el (all): Remove entries for window-min-height and
22672 window-min-width. Add entries for window-splits and
22673 window-nest.
22674
22675 2011-06-09 Glenn Morris <rgm@gnu.org>
22676
22677 * calendar/appt.el (appt-mode-line): New function.
22678 (appt-check, appt-disp-window): Use it.
22679
22680 * files.el (hack-one-local-variable-eval-safep):
22681 Allow minor-modes with explicit +/-1 arguments.
22682
22683 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22684
22685 * term/xterm.el (xterm): Add defgroup.
22686 (xterm-extra-capabilities): Add defcustom to supply known xterm
22687 capabilities, skip querying them, or query them (default).
22688 (terminal-init-xterm): Use it.
22689 (terminal-init-xterm-modify-other-keys): New function to set up
22690 modifyOtherKeys support to simplify `terminal-init-xterm'.
22691
22692 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22693
22694 * window.el (resize-window-reset, resize-window-reset-1)
22695 (resize-subwindows-skip-p, resize-subwindows-normal)
22696 (resize-subwindows, resize-other-windows, resize-this-window)
22697 (resize-root-window, resize-root-window-vertically)
22698 (window-deletable-p, window-or-subwindow-p)
22699 (frame-root-window-p): New functions.
22700
22701 2011-06-09 Glenn Morris <rgm@gnu.org>
22702
22703 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22704 (ange-ftp-get-files): Use it.
22705
22706 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22707
22708 * mail/sendmail.el (mail-recover-1, mail-recover):
22709 * files.el (recover-file, recover-session):
22710 Handle dired-listing-switches not being just a single short option.
22711
22712 2011-06-09 Glenn Morris <rgm@gnu.org>
22713
22714 * calendar/appt.el (appt-display-message, appt-disp-window):
22715 Handle lists of appointments.
22716
22717 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22718
22719 * window.el (one-window-p): Move down in code.
22720 Rewrite doc-string.
22721 (window-current-scroll-bars): Rewrite doc-string.
22722 Normalize live window argument.
22723 (walk-windows, get-window-with-predicate, count-windows):
22724 Rewrite doc-string. Use window-list-1.
22725 (window-in-direction-2, window-in-direction, get-mru-window):
22726 New functions.
22727
22728 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22729
22730 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22731 Doc fix (Bug#8713).
22732
22733 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22734
22735 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22736
22737 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22738
22739 * loadhist.el (unload-feature-special-hooks):
22740 Add `comint-output-filter-functions'.
22741
22742 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22743
22744 * calendar/appt.el (appt-check): Move some initializations into the let.
22745
22746 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22747
22748 * window.el (window-height): Defalias to window-total-height.
22749 (window-width): Defalias to window-body-width.
22750
22751 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22752
22753 * image-mode.el (image-toggle-animation): New command.
22754 (image-mode-map): Bind it to RET.
22755 (image-mode): Update message.
22756 (image-toggle-display-image): Avoid a spurious cache flush.
22757 (image-transform-rotation): Doc fix.
22758 (image-transform-properties): Return quickly in the normal case.
22759 (image-animate-loop): Rename from image-animate-max-time.
22760
22761 * image.el (image-animate-max-time): Move to image-mode.el.
22762 (create-animated-image): Remove unnecessary function.
22763 (image-animate): Rename from image-animate-start. New arg.
22764 (image-animate-stop): Remove; just use image-animate-timer.
22765 (image-animate-timer): Use car-safe.
22766 (image-animate-timeout): Rename argument.
22767
22768 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22769
22770 * window.el (get-lru-window, get-largest-window): Move here from
22771 window.c. Rename first argument to ALL-FRAMES.
22772 Rephrase doc-strings.
22773 (get-buffer-window-list): Rewrite using window-list-1.
22774 Rephrase doc-string.
22775 (window-safe-min-height, window-safe-min-width): New constants.
22776 (window-size-ignore, window-min-size, window-min-size-1)
22777 (window-sizable, window-sizable-p, window-size-fixed-1)
22778 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22779 (window-max-delta-1, window-max-delta, window-resizable)
22780 (window-resizable-p, window-total-height, window-total-width)
22781 (window-body-width): New functions.
22782 (window-full-height-p, window-full-width-p): Rewrite using
22783 window-total-size.
22784 (window-body-height): Rewrite using window-body-size.
22785
22786 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22787
22788 * window.el (window-right, window-left, window-child)
22789 (window-child-count, window-last-child, window-any-p)
22790 (normalize-live-buffer, normalize-live-frame)
22791 (normalize-any-window, normalize-live-window)
22792 (window-iso-combination-p, window-iso-combined-p)
22793 (window-iso-combinations)
22794 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22795 (windows-with-parameter, window-with-parameter)
22796 (window-atom-root, make-window-atom, window-atom-check-1)
22797 (window-atom-check, window-side-check, window-check):
22798 New functions.
22799 (ignore-window-parameters, window-sides, window-sides-vertical)
22800 (window-sides-slots): New variables.
22801 (window-size-fixed): Move down in code. Minor doc-string fix.
22802
22803 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22804
22805 * comint.el (comint-dynamic-complete-as-filename)
22806 (comint-dynamic-complete-filename): Correctly call
22807 completion-in-region.
22808
22809 2011-06-05 Deniz Dogan <deniz@dogan.se>
22810
22811 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22812 in last change.
22813
22814 2011-06-05 Deniz Dogan <deniz@dogan.se>
22815
22816 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22817 (rcirc): Use it to prompt for encryption.
22818
22819 2011-06-05 Roland Winkler <winkler@gnu.org>
22820
22821 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22822 (bibtex-search-entries): New command bound to C-c C-a.
22823 (bibtex-display-entries): New function.
22824
22825 2011-06-05 Roland Winkler <winkler@gnu.org>
22826
22827 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22828 (bibtex-insert-kill): After yanking insert newline if necessary.
22829 (bibtex-initialize): Call bibtex-string-files-init only once.
22830 (bibtex-mode): Do not call easy-menu-add.
22831 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22832 (bibtex-yank): Set arg properly if nil.
22833
22834 2011-06-05 Roland Winkler <winkler@gnu.org>
22835
22836 * textmodes/bibtex.el (bibtex-search-entry-globally):
22837 New variable.
22838 (bibtex-search-entry): Use it.
22839
22840 2011-06-05 Roland Winkler <winkler@gnu.org>
22841
22842 * textmodes/bibtex.el (bibtex-entry-format): New option
22843 sort-fields.
22844 (bibtex-format-entry, bibtex-reformat): Honor this option.
22845 (bibtex-parse-entry): Return fields in proper order.
22846
22847 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22848
22849 * doc-view.el (doc-view-remove-if): Move computation of result out
22850 of `dolist' to silence misleading lexical-binding warning.
22851
22852 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22853
22854 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22855 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22856
22857 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22858
22859 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22860 "SunOS 5.10".
22861
22862 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22863
22864 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22865 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22866 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22867 (tramp-parse-putty):
22868 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22869 (tramp-completion-function-alist-ssh)
22870 (tramp-completion-function-alist-telnet)
22871 (tramp-completion-function-alist-su)
22872 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22873 cookie.
22874
22875 * net/tramp-ftp.el:
22876 * net/tramp-sh.el:
22877 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22878 load "tramp.el" `tramp-set-completion-function'.
22879
22880 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22881
22882 * shell.el: Require and use pcomplete.
22883 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22884 (shell-completion-vars): Set pcomplete-default-completion-function.
22885
22886 2011-06-04 Deniz Dogan <deniz@dogan.se>
22887
22888 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22889 `memq' (Bug#8799).
22890
22891 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22892
22893 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22894
22895 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22896
22897 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22898 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22899 * vc/log-view.el (log-view-beginning-of-defun):
22900 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22901 (smerge-refine-forward, smerge-refine-chopup-region):
22902 Silence warning for unused `dotimes' counter variables.
22903
22904 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22905
22906 * net/tramp.el (tramp-with-progress-reporter): Rename from
22907 with-progress-reporter. Use `declare'.
22908 * net/tramp-smb.el:
22909 * net/tramp-sh.el:
22910 * net/tramp-gvfs.el: Update all uses.
22911
22912 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22913
22914 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22915 buffer isn't killed before making it current.
22916
22917 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22918
22919 Silence various byte-compiler warnings.
22920 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22921 `access-type' and new obsolescence format.
22922 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22923 new format.
22924 (byte-compile-check-variable): New `access-type' argument.
22925 Only warn if the access-type is obsolete.
22926 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22927 (byte-compile-variable-set): Adjust callers.
22928 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22929 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22930 setting it as obsolete.
22931 * simple.el (minibuffer-completing-symbol):
22932 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22933 access as obsolete.
22934 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22935 obsolete yet.
22936 * international/quail.el (quail-mouse-choose-completion): Remove unused
22937 code referring to obsolete var.
22938 (quail-choose-completion-string): Remove.
22939 * server.el (server-clients-with, server-kill-buffer-query-function)
22940 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22941 * proced.el (proced-send-signal):
22942 * emacs-lisp/lisp.el (lisp-complete-symbol):
22943 Replace completion-annotate-function with completion-extra-properties.
22944
22945 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22946
22947 * simple.el (goto-line): Use read-number.
22948 (overriding-map-is-bound): Remove.
22949 (saved-overriding-map): Change default.
22950 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22951 Take the map as argument.
22952 (universal-argument, negative-argument, digit-argument): Use it.
22953 (restore-overriding-map): Adjust.
22954 (do-auto-fill): Use fill-forward-paragraph.
22955 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22956
22957 * minibuffer.el (minibuffer-inactive-mode-map): New var.
22958 (minibuffer-inactive-mode): New major mode.
22959 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22960 the *Messages* buffer" hack.
22961 (mouse-popup-menubar): Don't burp if the event is a normal key.
22962
22963 Miscellaneous tweaks.
22964 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22965 lexical scoping as in subr.el's dolist and dotimes.
22966 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22967 Silence compiler warning.
22968 * thingatpt.el (forward-whitespace): Trivial coding style fix.
22969 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22970 * international/ccl.el (ccl-compile): Trivial simplification.
22971 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22972 * emacs-lisp/testcover.el (testcover-end): Remove spurious
22973 `printflag' argument.
22974 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22975 Purecopy the whole obsolescence data.
22976
22977 2011-06-01 Leo Liu <sdl.web@gmail.com>
22978
22979 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22980 improve doc-string as suggested by Marco Pessotto
22981 <melmothx@gmail.com>.
22982 (rcirc-print): Fix last change.
22983
22984 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22985
22986 * minibuffer.el (complete-with-action): Return nil for the metadata and
22987 boundaries of non-functional tables.
22988 (completion-table-dynamic): Return nil for the metadata.
22989 (completion-table-with-terminator): Add default case, using
22990 complete-with-action.
22991 (completion--metadata): New function.
22992 (completion-all-sorted-completions, minibuffer-completion-help): Use it
22993 to try and avoid pathological performance problems.
22994 (completion--embedded-envvar-table): Return `category' metadata.
22995
22996 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
22997
22998 * subr.el (process-alive-p): New tiny convenience function.
22999
23000 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23001
23002 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23003 content but also its previous major mode.
23004
23005 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23006
23007 * emacs-lisp/debug.el (debug): Restore the previous content of the
23008 *Backtrace* buffer when we exit with C-M-c.
23009
23010 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23011
23012 * minibuffer.el: Add metadata method to completion tables.
23013 (completion-category-overrides): New defcustom.
23014 (completion-metadata, completion--field-metadata)
23015 (completion-metadata-get, completion--styles)
23016 (completion--cycle-threshold): New functions.
23017 (completion-try-completion, completion-all-completions):
23018 Add `metadata' argument to choose completion-styles.
23019 (completion--do-completion): Use metadata to choose cycling.
23020 (completion-all-sorted-completions): Use metadata for sorting.
23021 Remove :completion-cycle-penalty which is not needed any more.
23022 (completion--try-word-completion): Add `metadata' argument.
23023 (minibuffer-completion-help): Check metadata for annotation function
23024 and sorting.
23025 (completion-file-name-table): Return `category' metadata.
23026 (minibuffer-completing-file-name): Make obsolete.
23027 * simple.el (minibuffer-completing-symbol): Make obsolete.
23028 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23029 completion-try-completion.
23030
23031 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23032
23033 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23034
23035 2011-05-30 Leo Liu <sdl.web@gmail.com>
23036
23037 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23038 (rcirc-print): Decode all incoming messages (bug#8744).
23039 (rcirc-decode-coding-system): Allow value nil for automatic coding
23040 system detection.
23041
23042 2011-06-01 Glenn Morris <rgm@gnu.org>
23043
23044 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23045
23046 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23047
23048 * image.el (image-animate-max-time): Allow nil and t values.
23049 Default to nil.
23050 (create-animated-image): Doc fix.
23051 (image-animate-start): Remove second arg; just use
23052 image-animate-max-time.
23053 (image-animate-timeout): Doc fix. Args changed.
23054
23055 * image-mode.el (image-toggle-display-image): Ensure that the
23056 image spec passed to the animate timer is the same object as in
23057 the buffer's display property (Bug#6981).
23058 (image-transform-properties): Doc fix.
23059
23060 * image.el (image-animate-max-time): Default to nil.
23061
23062 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23063
23064 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23065 entire buffer list (Bug#8184).
23066
23067 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23068
23069 * image.el (imagemagick-types-inhibit)
23070 (imagemagick-register-types): Doc fix.
23071
23072 2011-05-29 Deniz Dogan <deniz@dogan.se>
23073
23074 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23075 default.
23076
23077 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23078
23079 * select.el: Don't perform clipboard-manager saving in hooks;
23080 leave the hooks empty.
23081
23082 2011-05-28 Leo Liu <sdl.web@gmail.com>
23083
23084 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23085 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23086 (occur-edit-mode): New major mode (Bug#8463).
23087 (occur-after-change-function): New function.
23088 (occur-engine): Give Occur tags a read-only property.
23089
23090 2011-05-28 Kevin Ryde <user42@zip.com.au>
23091
23092 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23093
23094 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23095
23096 * bindings.el (help-echo): Make the initial non-indicator dash
23097 empty on graphical terminals (Bug#7295).
23098
23099 * files.el (auto-mode-alist): Move config rule after the
23100 in-stripping one (Bug#8547).
23101
23102 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23103
23104 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23105 setting (Bug#8740).
23106
23107 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23108
23109 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23110 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23111 (Bug#8539).
23112
23113 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23114
23115 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23116
23117 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23118
23119 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23120 (hs-hide-block-at-point, hs-find-block-beginning)
23121 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23122 (Bug#8279).
23123
23124 2011-05-28 Glenn Morris <rgm@gnu.org>
23125
23126 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23127
23128 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23129
23130 * help-fns.el (describe-function-1): If the function is a derived
23131 major mode, print the parent mode.
23132
23133 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23134 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23135
23136 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23137
23138 * minibuffer.el (completion--capf-wrapper): Check applicability before
23139 returning non-nil for non-exclusive completion data.
23140 * progmodes/etags.el (tags-completion-at-point-function):
23141 * info-look.el (info-lookup-completions-at-point): Mark as
23142 non-exclusive.
23143 (info-complete): Adjust accordingly.
23144
23145 * info-look.el: Convert to lexical-binding and completion-at-point.
23146 (info-lookup-completions-at-point): New function.
23147 (info-complete): Use it and completion-in-region.
23148
23149 2011-05-28 Drew Adams <drew.adams@oracle.com>
23150
23151 * isearch.el: Let M-e start with point at the first mismatched char.
23152 (isearch-fail-pos): New function.
23153 (isearch-edit-string): Use it.
23154
23155 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23156
23157 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23158
23159 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23160
23161 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23162 traversal functions for avl-trees.
23163 (avl-tree--stack): New struct.
23164 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23165 (avl-tree-enter): Add optional `updatefun' arg.
23166 (avl-tree--do-enter): Add optional `updatefun' arg.
23167 Change return value.
23168 (avl-tree-delete): Add optional `test' and `nilflag' args.
23169 (avl-tree--do-delete): Add `test' and `nilflag' args.
23170 Change return value.
23171 (avl-tree-member): Add optional `nilflag'
23172 (avl-tree-member-p): New function.
23173 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23174 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23175 (avl-tree-stack-empty-p): New functions.
23176
23177 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23178 avl-tree--del-balance1 and make it work both ways.
23179 (avl-tree--del-balance2): Remove.
23180 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23181 make it work both ways.
23182 (avl-tree--enter-balance2): Remove.
23183 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23184 New macros.
23185 (avl-tree--mapc, avl-tree-map): Add direction argument.
23186
23187 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23188
23189 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23190
23191 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23192
23193 * select.el: Support clipboard managers with built-in function
23194 x-clipboard-manager-save, via delete-frame-functions and
23195 kill-emacs-hook.
23196 (xselect-convert-to-targets): Add MULTIPLE target to list.
23197 (xselect-convert-to-save-targets): New function.
23198
23199 2011-05-27 Kenichi Handa <handa@m17n.org>
23200
23201 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23202 let-binding rfc2047-encode-encoded-words to nil.
23203
23204 2011-05-27 Glenn Morris <rgm@gnu.org>
23205
23206 * mail/emacsbug.el: Don't require url-util.
23207
23208 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23209
23210 * files.el (set-auto-mode):
23211 Also respect mode: entries at the end of the file. (Bug#8586)
23212
23213 2011-05-26 Glenn Morris <rgm@gnu.org>
23214
23215 * files.el (hack-local-variables-prop-line, hack-local-variables):
23216 Downcase mode names, as seems to be traditional.
23217 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23218
23219 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23220 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23221
23222 2011-05-25 Julien Danjou <julien@danjou.info>
23223
23224 * textmodes/rst.el (rst-define-level-faces): Do not define face
23225 symbol if it is already defined.
23226
23227 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
23228
23229 * play/5x5.el (5x5-new-game, 5x5-randomize):
23230 Reset 5x5-solver-output to nil when a new grid is cast.
23231 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23232 these debugging traces, as defmacro breaks the compiled code.
23233
23234 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23235
23236 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23237
23238 2011-05-24 Leo Liu <sdl.web@gmail.com>
23239
23240 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23241 (vc-bzr-sha1): Adapt.
23242
23243 * sha1.el: Remove. Function `sha1' is now builtin.
23244
23245 * bindings.el: Provide sha1 feature.
23246
23247 2011-05-24 Kenichi Handa <handa@m17n.org>
23248
23249 * mail/sendmail.el: Require `rfc2047'.
23250 (mail-insert-from-field): Do not perform RFC2047 encoding.
23251 (mail-encode-header): New function.
23252 (sendmail-send-it): Set buffer-file-coding-system of the work
23253 buffer to the return value of select-message-coding-system.
23254 Call mail-encode-header.
23255
23256 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23257
23258 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23259
23260 * mail/supercite.el (sc-default-cite-frame):
23261 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23262
23263 2011-05-24 Glenn Morris <rgm@gnu.org>
23264
23265 * progmodes/python.el (brm-menu): Declare.
23266
23267 * emulation/viper.el (viper-set-hooks): Declare.
23268
23269 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23270 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23271 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23272 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23273 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23274 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23275
23276 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23277
23278 Add an :exit-function for completion-at-point.
23279
23280 * minibuffer.el (completion--done): New fun.
23281 (completion--do-completion): Use it. New arg `expect-exact'.
23282 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23283 since completion--do-completion does it for us now.
23284 (minibuffer-force-complete): Use completion--done and
23285 completion--replace. Handle sole-completion case with more care.
23286 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23287 (completion-extra-properties): New var.
23288 (completion-annotate-function): Make obsolete.
23289 (minibuffer-completion-help): Adjust accordingly.
23290 Use completion-list-insert-choice-function.
23291 (completion-at-point, completion-help-at-point):
23292 Bind completion-extra-properties.
23293 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23294 * simple.el (completion-list-insert-choice-function): New var.
23295 (completion-setup-function): Preserve it.
23296 (choose-completion): Pay attention to it, shuffle the code a bit.
23297 (choose-completion-string): New arg `insert-function'.
23298
23299 * textmodes/bibtex.el: Convert to lexical binding.
23300 (bibtex-mode-map): Use completion-at-point.
23301 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23302 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23303 (bibtex-complete): Define as obsolete alias.
23304 (bibtex-complete-internal): Remove.
23305 (bibtex-format-entry): Remove unused sub-group in regexp.
23306 * shell.el (shell--command-completion-data)
23307 (shell-environment-variable-completion):
23308 * pcomplete.el (pcomplete-completions-at-point):
23309 * comint.el (comint--complete-file-name-data): Use :exit-function
23310 instead of completion-table-with-terminator so it also works for
23311 choose-completion.
23312
23313 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23314
23315 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23316
23317 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23318 (bug#8710).
23319
23320 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23321
23322 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23323
23324 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23325 customization variable and implement: If non-nil, auto-fill will
23326 be inhibited while on topic's header line.
23327
23328 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23329
23330 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23331 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23332 always have a solution in grid size = 5 cases.
23333 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23334 (5x5-solver-output, 5x5-log-buffer): New vars.
23335 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23336 Make these variables buffer local to achieve 5x5 multi-session-ness.
23337 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23338 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23339 (5x5-solve-suggest): New funs.
23340 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23341 randomize a grid so that we ensure that there is always a solution.
23342 (5x5-make-random-grid): Allow other movement than flipping.
23343
23344 2011-05-23 Kevin Ryde <user42@zip.com.au>
23345
23346 * emacs-lisp/advice.el (ad-read-advised-function):
23347 Use `function-called-at-point' as the default, if it has
23348 advice and passes PREDICATE.
23349
23350 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23351
23352 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23353 byte-compile-lambda if it's actually a lambda.
23354
23355 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23356 Fix function quoting. Use backquote better.
23357
23358 2011-05-22 Yuanle Song <sylecn@gmail.com>
23359
23360 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23361 matching (Bug#8516).
23362
23363 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23364
23365 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23366 different face (Bug#8178).
23367
23368 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23369
23370 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23371 defface (Bug#8144).
23372
23373 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23374
23375 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23376 funcall as well (bug#8712). Warn when performing those conversions.
23377 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23378
23379 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23380
23381 2011-05-22 Glenn Morris <rgm@gnu.org>
23382
23383 * files.el (hack-local-variables-prop-line): Small simplifications.
23384 (hack-local-variables, hack-local-variables-prop-line):
23385 If MODE-ONLY, return the mode, rather than just `t'.
23386
23387 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23388
23389 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23390
23391 2011-05-21 Glenn Morris <rgm@gnu.org>
23392
23393 * files.el (hack-local-variables-prop-line, hack-local-variables):
23394 If only interested in the mode, don't bother doing the other stuff.
23395
23396 * image-mode.el (image-after-revert-hook):
23397 Redraw all frames on which the image is visible. (Bug#8567)
23398
23399 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23400
23401 * wid-edit.el (widget-checklist-match-inline):
23402 Fix 2011-04-19 change. (Bug#8649)
23403
23404 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23405
23406 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23407 Also allow singlespace after single-letter capitals followed by a dot.
23408
23409 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23410 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23411
23412 2011-05-20 Nix <nix@esperi.org.uk>
23413
23414 * files.el (basic-save-buffer-2):
23415 Fix handling of break-hardlink-on-save with non-existent files.
23416
23417 2011-05-19 Deniz Dogan <deniz@dogan.se>
23418
23419 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23420 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23421
23422 2011-05-19 Glenn Morris <rgm@gnu.org>
23423
23424 * progmodes/f90.el (f90-type-def-re):
23425 Handle "type, bind(c)". (Bug#8691)
23426
23427 * emacs-lisp/autoload.el (batch-update-autoloads):
23428 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23429
23430 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23431
23432 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23433 property for the correct connection in case of multihops.
23434
23435 2011-05-18 Glenn Morris <rgm@gnu.org>
23436
23437 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23438 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23439
23440 Rationalize calendar handling of day and month abbrev-arrays.
23441 * calendar/calendar.el (calendar-customized-p): New function.
23442 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23443 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23444 Add :set function.
23445 (calendar-abbrev-length, calendar-day-abbrev-array)
23446 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23447 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23448 Elements may no longer be nil.
23449 (calendar-day-name, calendar-month-name):
23450 Update for changed nature of abbrev arrays.
23451 * calendar/diary-lib.el (diary-name-pattern):
23452 Update for changed nature of abbrev arrays.
23453 (diary-mark-entries-1): Update calendar-make-alist calls.
23454 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23455 * calendar/cal-html.el (cal-html-day-abbrev-array):
23456 Simply inherit from calendar-day-abbrev-array.
23457
23458 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23459
23460 * progmodes/grep.el (grep-mode): Disable default
23461 compilation-directory-matcher setting (bug#8684).
23462
23463 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23464
23465 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23466 instead of "head" and "tail". There were problems with SunOS 5.9,
23467 and it performs better.
23468
23469 2011-05-17 Glenn Morris <rgm@gnu.org>
23470
23471 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23472
23473 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23474 Replace obsolete function.
23475
23476 * shell.el (pcomplete-parse-arguments-function): Declare.
23477
23478 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23479 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23480 (appt-check): Doc fixes.
23481 (appt-disp-window-function, appt-delete-window-function):
23482 Remove needless special case in custom :type.
23483 (appt-display-count): Default to 0, not nil.
23484 (appt-check): Reset appt-display-count to 0, not nil.
23485
23486 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23487
23488 * progmodes/python.el (python-font-lock-keywords):
23489 Add the Python 3.X keyword "nonlocal" (bug#8639).
23490
23491 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23492
23493 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23494
23495 2011-05-16 Kevin Ryde <user42@zip.com.au>
23496
23497 * info-look.el (makefile-automake-mode): New setups, looking in
23498 automake manual, then makefile-mode.
23499 (makefile-mode): Remove automake manual, have it just in
23500 makefile-automake-mode since there's various things different or
23501 not relevant to plain make.
23502 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23503 believe a hypothetical automake-mode would go to makefile-mode,
23504 not the other way around.
23505
23506 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23507
23508 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23509 hunk-end tags (Bug#8672).
23510
23511 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23512 vc-annotate-show-diff-revision-at-line (Bug#8671).
23513
23514 2011-05-14 Glenn Morris <rgm@gnu.org>
23515
23516 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23517 in the middle of an existing one with multiple authors. (Bug#8645)
23518 (change-log-font-lock-keywords): Also handle multiple author lines
23519 with leading tabs. (Bug#8644)
23520
23521 * calendar/appt.el (appt-check): Rename some local variables.
23522 Some simplification/reordering.
23523
23524 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23525 (feedmail-sendmail-f-doesnt-sell-me-out)
23526 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23527 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23528 (feedmail-queue-runner-message-sender): Set :version.
23529 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23530 (bbdb-dwim-net-address, vm-mail): Declare.
23531 (feedmail-binmail-gnulinuxish-template):
23532 Rename from feedmail-binmail-linuxish-template.
23533 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23534 Use insert-buffer-substring.
23535
23536 2011-05-14 Bill Carpenter <bill@carpenter.org>
23537
23538 * mail/feedmail.el (feedmail-patch-level): Increase.
23539 (feedmail-debug): New custom group.
23540 (feedmail-confirm-outgoing-timeout)
23541 (feedmail-sendmail-f-doesnt-sell-me-out)
23542 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23543 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23544 (feedmail-sender-line, feedmail-from-line)
23545 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23546 (feedmail-spray-this-address)
23547 (feedmail-spray-address-fiddle-plex-list)
23548 (feedmail-queue-use-send-time-for-date)
23549 (feedmail-queue-use-send-time-for-message-id)
23550 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23551 (feedmail-buffer-eating-function):
23552 Doc fixes.
23553 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23554 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23555 (feedmail-message-action-scroll-down): New functions.
23556 (feedmail-queue-directory, feedmail-queue-draft-directory):
23557 Use expand-file-name.
23558 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23559 Remove C-v help entry.
23560 (feedmail-queue-buffer-file-name): New variable.
23561 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23562 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23563 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23564 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23565 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23566 (feedmail-message-action-toggle-spray)
23567 (feedmail-run-the-queue-no-prompts)
23568 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23569 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23570 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23571 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23572 (feedmail-envelope-deducer, feedmail-fiddle-from)
23573 (feedmail-fiddle-sender, feedmail-default-date-generator)
23574 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23575 (feedmail-fiddle-spray-address)
23576 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23577 (feedmail-fiddle-list-of-fiddle-plexes)
23578 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23579 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23580 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23581 Change default. Doc fix.
23582 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23583 (feedmail-binmail-linuxish-template): New constant.
23584 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23585 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23586 (feedmail-send-it): Add debug call.
23587 Use feedmail-queue-buffer-file-name, and
23588 feedmail-send-it-immediately-wrapper.
23589 (feedmail-message-action-send): Add debug call.
23590 Use feedmail-send-it-immediately-wrapper.
23591 (feedmail-queue-express-to-queue): Add debug call.
23592 Run feedmail-queue-express-hook.
23593 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23594 (feedmail-message-action-help-blat):
23595 Rename from feedmail-queue-send-edit-prompt-help-first.
23596 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23597 Check line-endings. Handle errors better.
23598 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23599 Doc fix. Add debug call.
23600 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23601 Use feedmail-queue-send-edit-prompt-inner.
23602 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23603 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23604 from feedmail-queue-send-edit-prompt.
23605 (feedmail-queue-send-edit-prompt-help)
23606 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23607 (feedmail-tidy-up-slug): Add debug call.
23608 Respect feedmail-queue-slug-suspect-regexp.
23609 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23610 (feedmail-dump-message-to-queue): Add debug call.
23611 Expand queue-directory.
23612 (feedmail-dump-message-to-queue): Change message slightly.
23613 Use feedmail-say-chatter.
23614 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23615 (feedmail-send-it-immediately-wrapper): New function.
23616 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23617 Insert empty string rather than newline. Handle full-frame case.
23618 Use catch/throw. Use feedmail-say-chatter.
23619 (feedmail-fiddle-from): Try mail-host-address.
23620 (feedmail-default-message-id-generator): Doc fix.
23621 Bind system-time-locale. Handle missing end.
23622 (feedmail-fiddle-x-mailer): Add debug call.
23623 Handle feedmail-x-mailer-line being nil.
23624 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23625 Add debug call. Use buffer-substring-no-properties.
23626 (feedmail-say-debug, feedmail-say-chatter): New functions.
23627 (feedmail-find-eoh): Give an explicit error.
23628
23629 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23630
23631 * net/newst-treeview.el (newsticker-treeview-face): Change default
23632 family from helvetica to sans.
23633 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23634 etc/images/newsticker.
23635
23636 * net/newst-reader.el (newsticker-feed-face): Change default
23637 family from helvetica to sans.
23638
23639 * net/newst-plainview.el (newsticker-new-item-face)
23640 (newsticker-old-item-face, newsticker-immortal-item-face)
23641 (newsticker-obsolete-item-face, newsticker-date-face)
23642 (newsticker-statistics-face): Change default family from
23643 helvetica to sans.
23644 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23645 etc/images/newsticker.
23646
23647 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23648 (newsticker--process-auto-mark-filter-match): Tell user about
23649 auto-marking.
23650
23651 2011-05-13 Didier Verna <didier@xemacs.org>
23652
23653 Common Lisp indentation improvements on defmethod and lambda-lists.
23654 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23655 TODO entries.
23656 (lisp-lambda-list-keyword-parameter-indentation)
23657 (lisp-lambda-list-keyword-parameter-alignment)
23658 (lisp-lambda-list-keyword-alignment): New customizable user options.
23659 (lisp-indent-defun-method): Improve docstring.
23660 (extended-loop-p): Fix comment.
23661 (lisp-indent-lambda-list-keywords-regexp): New variable.
23662 (lisp-indent-lambda-list): New function.
23663 (lisp-indent-259): Use it.
23664 (lisp-indent-defmethod): Support for more than one
23665 method qualifier and properly indent methods lambda-lists.
23666 (defgeneric): Provide a missing common-lisp-indent-function property.
23667
23668 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23669
23670 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23671 bounds for the empty string (bug#8667).
23672
23673 2011-05-13 Glenn Morris <rgm@gnu.org>
23674
23675 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23676
23677 * mail/sendmail.el (sendmail-program): Try executable-find first.
23678 (sendmail-send-it): `sendmail-program' cannot be unbound.
23679
23680 * calendar/appt.el (appt-make-list): Simplify.
23681 (appt-time-msg-list): Doc fix.
23682 (appt-check): Change mode-line message at the time of the appointment.
23683
23684 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23685
23686 * progmodes/ld-script.el (ld-script-keywords)
23687 (ld-script-builtins): Update keywords list.
23688
23689 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23690
23691 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23692
23693 * shell.el (shell-completion-vars): New function.
23694 (shell-mode):
23695 * simple.el (read-shell-command): Use it.
23696 (blink-matching-open): No need for " [...]" in minibuffer-message.
23697
23698 2011-05-12 Glenn Morris <rgm@gnu.org>
23699
23700 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23701 (appt-check): Simplify.
23702
23703 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23704
23705 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23706 literal "/dev/null".
23707
23708 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23709
23710 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23711 Fix typo.
23712
23713 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23714
23715 * progmodes/which-func.el (which-function):
23716 Use add-log-current-defun instead of add-log-current-defun-function,
23717 which might not be defined (Bug#8260).
23718
23719 2011-05-12 Glenn Morris <rgm@gnu.org>
23720
23721 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23722 Let byte-compile-initial-macro-environment always take precedence.
23723
23724 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23725
23726 * net/rcirc.el: Add support for SSL/TLS connections.
23727 (rcirc-server-alist): New field `encryption'.
23728 (rcirc): Check `encryption' settings.
23729 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23730 Merge make-local-variable into `set'.
23731 (rcirc--connection-open-p): New function.
23732 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23733 the process is not a network process (e.g. running gnutls-cli).
23734 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23735 Make rcirc-(en|de)code-coding-system local here.
23736 (rcirc-mode): Merge make-local-variable into `set'.
23737 (rcirc-parent-buffer): Make permanent buffer-local.
23738 (rcirc-multiline-minor-mode): Don't do it here.
23739 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23740 there's no server buffer.
23741
23742 2011-05-11 Glenn Morris <rgm@gnu.org>
23743
23744 * newcomment.el (comment-kill): Prefix "unused" local.
23745
23746 * term/w32console.el (get-screen-color): Declare.
23747
23748 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23749 Handle symbol elements of byte-compile-initial-macro-environment.
23750
23751 2011-05-10 Leo Liu <sdl.web@gmail.com>
23752
23753 * bookmark.el (bookmark-bmenu-mode-map):
23754 Bind bookmark-bmenu-search to `/'.
23755
23756 * mail/footnote.el: Convert to utf-8 encoding.
23757 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23758 (Footnote-unicode): New function.
23759 (footnote-style-alist): Add unicode style to the list.
23760 (footnote-style): Doc fix.
23761
23762 2011-05-10 Jim Meyering <meyering@redhat.com>
23763
23764 Fix doubled-word typos.
23765 * international/quail.el (quail-insert-kbd-layout): and and -> and
23766 * kermit.el: and and -> and
23767 * net/ldap.el (ldap-search-internal): to to -> to
23768 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23769 * progmodes/js.el (js-mode): and and -> and
23770 * textmodes/artist.el (artist-move-to-xy): at at -> at
23771 (artist-draw-region-trim-line-endings): if if -> if
23772 And Safetyc -> Safety.
23773 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23774
23775 2011-05-10 Glenn Morris <rgm@gnu.org>
23776 Stefan Monnier <monnier@iro.umontreal.ca>
23777
23778 * files.el (hack-one-local-variable-eval-safep):
23779 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23780
23781 2011-05-10 Glenn Morris <rgm@gnu.org>
23782
23783 * calendar/diary-lib.el (diary-list-entries-hook)
23784 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23785 (diary-nongregorian-marking-hook, diary-list-entries)
23786 (diary-include-other-diary-files, diary-mark-entries)
23787 (diary-mark-included-diary-files): Doc fixes.
23788
23789 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23790
23791 * misc.el: Require tabulated-list.el during compilation.
23792
23793 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23794
23795 * progmodes/compile.el (compilation-start):
23796 Run compilation-filter-hook for the async case too.
23797 (compilation-filter-hook): Doc fix.
23798
23799 2011-05-09 Deniz Dogan <deniz@dogan.se>
23800
23801 * wdired.el: Remove outdated installation comment. Fix usage
23802 comment.
23803
23804 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23805
23806 * misc.el: Implement new command `list-dynamic-libraries'.
23807 (list-dynamic-libraries--loaded-only-p): New variable.
23808 (list-dynamic-libraries--refresh): New function.
23809 (list-dynamic-libraries): New command.
23810
23811 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23812
23813 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23814 Fix the ant regexp to handle end-line and end-column info from jikes.
23815 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23816 higher priority to avoid clobbering by gnu.
23817
23818 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23819
23820 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23821 if the face has existing theme settings (Bug#8454).
23822
23823 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23824
23825 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23826 Only match variables declared via `my' or `our' (Bug#8261).
23827
23828 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23829 special file names `.' and `..' (Bug#8259).
23830
23831 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23832
23833 * progmodes/grep.el (grep-mode-font-lock-keywords):
23834 Remove buffer-changing entries.
23835 (grep-filter): New function.
23836 (grep-mode): Add it to compilation-filter-hook.
23837
23838 * progmodes/compile.el (compilation-filter-hook)
23839 (compilation-filter-start): New defvars.
23840 (compilation-filter): Call compilation-filter-hook prior to
23841 updating the process mark.
23842
23843 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23844
23845 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23846
23847 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23848
23849 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23850 mailclient-send-it even if window-system is nil. (Bug#8595)
23851
23852 * term/w32console.el (terminal-init-w32console):
23853 Call get-screen-color and use its output to set the frame
23854 background-mode. (Bug#8597)
23855
23856 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23857
23858 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23859 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23860 New functions.
23861 (defgeneric, eieio--defmethod): Use them.
23862 (eieio-defgeneric): Remove.
23863 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23864
23865 2011-05-07 Glenn Morris <rgm@gnu.org>
23866
23867 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23868 Use let rather than let*.
23869 (timeclock-find-discrep): Remove unused local.
23870
23871 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23872
23873 * calendar/appt.el (appt-time-msg-list): Doc fix.
23874
23875 2011-05-06 Noah Friedman <friedman@splode.com>
23876
23877 * apropos.el (apropos-print-doc): Only use
23878 emacs-lisp-docstring-fill-column when it is bound to an integer,
23879 per that variable's documentation.
23880
23881 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23882
23883 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23884 and warnings are not silently discarded (e.g. use -d instead of -P).
23885
23886 2011-05-06 Glenn Morris <rgm@gnu.org>
23887
23888 * calendar/appt.el (appt-message-warning-time): Doc fix.
23889 (appt-warning-time-regexp): New option.
23890 (appt-make-list): Respect appt-message-warning-time.
23891
23892 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23893 New options.
23894 (diary-add-to-list): Strip comments from the displayed string.
23895 (diary-mode): Set comment-start and comment-end.
23896
23897 * vc/diff-mode.el (smerge-refine-subst): Declare.
23898 (diff-refine-hunk): Don't require smerge-mode when compiling.
23899
23900 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23901
23902 * simple.el (list-processes): Return nil as the docstring says.
23903
23904 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23905
23906 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23907 to "".
23908 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23909 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23910 determining of binary transfer. (Bug#7383)
23911
23912 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23913
23914 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23915 Fix port computation bug. (Bug#8618)
23916
23917 2011-05-05 Glenn Morris <rgm@gnu.org>
23918
23919 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23920
23921 * simple.el (shell-dynamic-complete-functions)
23922 (comint-dynamic-complete-functions): Declare.
23923
23924 * net/network-stream.el (gnutls-negotiate):
23925 * simple.el (tabulated-list-print): Fix declarations.
23926
23927 * progmodes/gud.el (syntax-symbol, syntax-point):
23928 Remove unnecessary and incorrect declarations.
23929
23930 * emacs-lisp/check-declare.el (check-declare-scan):
23931 Handle byte-compile-initial-macro-environment in bytecomp.el.
23932
23933 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23934
23935 Fix earlier half-done eieio-defmethod change (bug#8338).
23936 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23937 Streamline and change calling convention.
23938 (defmethod): Adjust accordingly and simplify.
23939 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23940 new eieio--defmethod.
23941 (slot-boundp): Minor CSE simplification.
23942
23943 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23944
23945 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23946 (glasses-make-readable): Use glasses-separate-capital-groups.
23947
23948 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23949
23950 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23951 (warning-series): Doc fix.
23952 (display-warning): Don't try to create the buffer if we just found it.
23953
23954 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
23955
23956 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23957 (autoload-find-generated-file): New function.
23958 (generate-file-autoloads): Bind generated-autoload-file to
23959 buffer-file-name.
23960 (update-file-autoloads, update-directory-autoloads):
23961 Use autoload-find-generated-file. If called interactively, prompt for
23962 output file (Bug#7989).
23963 (batch-update-autoloads): Doc fix.
23964
23965 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
23966
23967 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23968
23969 2011-05-04 Glenn Morris <rgm@gnu.org>
23970
23971 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23972 function, so it follows changes in calendar-date-style.
23973 (diary-fancy-date-matcher): New function.
23974 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23975 (diary-fancy-font-lock-fontify-region-function):
23976 Use diary-fancy-date-pattern as a function.
23977
23978 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23979 non-numbers for `year' etc pseudo-variables. (Bug#8583)
23980
23981 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
23982
23983 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23984 instead of positional arguments. Allow :keylist and :crlfiles
23985 arguments.
23986 (open-gnutls-stream): Call it.
23987
23988 * net/network-stream.el (network-stream-open-starttls): Adjust to
23989 call `gnutls-negotiate' with :process and :hostname arguments.
23990
23991 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
23992
23993 * minibuffer.el (completion--message): New function.
23994 (completion--do-completion, minibuffer-complete)
23995 (minibuffer-force-complete, minibuffer-complete-word): Use it.
23996 (completion--do-completion): Don't ignore completion-auto-help when in
23997 icomplete-mode.
23998
23999 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24000 internal encoding (e.g. tibetan zero is not whitespace).
24001 (global-whitespace-mode): Prefer save-current-buffer.
24002 (whitespace-trailing-regexp): Remove useless save-match-data.
24003 (whitespace-empty-at-bob-regexp): Minor simplification.
24004
24005 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24006
24007 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24008
24009 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24010
24011 * textmodes/ispell.el (ispell-add-per-file-word-list):
24012 Use `concat' to create string for insertion.
24013
24014 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24015
24016 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24017 Avoid open-line which runs post-self-insert-hook.
24018 (bibtex-fill-entry): Remove unused `end' var.
24019
24020 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24021
24022 * textmodes/ispell.el (ispell-add-per-file-word-list):
24023 Protect against `nil' value of `comment-start' (Bug#8579).
24024
24025 2011-05-03 Leo Liu <sdl.web@gmail.com>
24026
24027 * isearch.el (isearch-yank-pop): New command.
24028 (isearch-mode-map): Bind it to `M-y'.
24029 (isearch-forward): Mention it.
24030
24031 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24032
24033 * simple.el (minibuffer-complete-shell-command): Remove.
24034 (minibuffer-local-shell-command-map): Use completion-at-point.
24035 (read-shell-command): Setup completion vars here instead.
24036 (read-expression-map): Bind TAB to symbol completion.
24037
24038 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24039 error directly rather via storing it into `results'.
24040
24041 2011-05-02 Leo Liu <sdl.web@gmail.com>
24042
24043 * vc/diff.el: Fix description.
24044
24045 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24046
24047 * server.el (server-eval-at): New function.
24048
24049 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24050
24051 * net/network-stream.el (open-network-stream): Take a :nowait
24052 parameter and pass it on to `make-network-process'.
24053 (network-stream-open-plain): Ditto.
24054
24055 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24056
24057 * faces.el (face-spec-set-match-display): Don't match toolkit
24058 options on terminal frames.
24059
24060 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24061
24062 * progmodes/pascal.el: Use lexical binding.
24063 (pascal-mode-map): Remove author preferences.
24064
24065 * pcomplete.el (pcomplete-std-complete): Don't abuse
24066 completion-at-point.
24067
24068 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24069
24070 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24071 removing code that has been dead since 1991 or so.
24072
24073 * startup.el (command-line): When warning about "_emacs", use a
24074 delayed warning to allow the user to filter it out.
24075
24076 2011-04-28 Deniz Dogan <deniz@dogan.se>
24077
24078 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24079 user has not joined.
24080
24081 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24082
24083 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24084 aren't any completions at point.
24085
24086 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24087
24088 * subr.el (display-delayed-warnings): New function.
24089 (delayed-warnings-hook): New variable.
24090
24091 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24092
24093 * minibuffer.el (completion-at-point, completion-help-at-point):
24094 Don't presume that a given completion-at-point-function will always
24095 use the same calling convention.
24096
24097 * pcomplete.el (pcomplete-completions-at-point):
24098 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24099 pcomplete-seen is non-nil.
24100 (pcomplete-comint-setup): Also recognize the new comint/shell
24101 completion functions.
24102 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24103 pcomplete-seen is non-nil.
24104
24105 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24106
24107 * calendar/icalendar.el (diary-lib): Add require statement.
24108 (icalendar--create-uid): Read out a uid from a text-property on
24109 the first character in the entry. This allows for code to add its
24110 own uid to the entry.
24111 (icalendar--convert-float-to-ical): Add export of
24112 `diary-float'-entries save for those with the optional DAY
24113 argument.
24114
24115 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24116
24117 * subr.el (shell-quote-argument): Use alternate escaping strategy
24118 when we spot a variable reference in a string.
24119
24120 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24121
24122 * cus-start.el (all): Define customization for debug-on-event.
24123
24124 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24125
24126 * subr.el (shell-quote-argument): Escape correctly under Windows.
24127
24128 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24129
24130 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24131
24132 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24133
24134 * net/tramp.el (tramp-process-actions): Add POS argument.
24135 Delete region between POS and (pos).
24136
24137 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24138 Use `nil' position in `tramp-process-actions' call.
24139 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24140
24141 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24142 position in `tramp-process-actions' call.
24143
24144 * net/trampver.el: Update release number.
24145
24146 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24147
24148 * custom.el (defcustom): Obey lexical-binding.
24149
24150 Fix octave-inf completion problems reported by Alexander Klimov.
24151 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24152 Inherit from octave-mode-syntax-table.
24153 (inferior-octave-mode): Set info-lookup-mode.
24154 (inferior-octave-completion-at-point): New function.
24155 (inferior-octave-complete): Use it and completion-in-region.
24156 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24157 comint-filename-completion.
24158 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24159 symbol elements which shouldn't be word elements.
24160 (octave-font-lock-keywords, octave-beginning-of-defun)
24161 (octave-function-header-regexp): Adjust regexps accordingly.
24162 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24163
24164 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24165
24166 * net/gnutls.el (gnutls-errorp): Declare before first use.
24167
24168 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24169
24170 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24171 verify-error, and verify-hostname-error parameters. Check whether
24172 default trustfile exists before going to use it. Add missing
24173 argument to gnutls-message-maybe call. Return value.
24174 Reported by Claudio Bley <claudio.bley@gmail.com>.
24175 (open-gnutls-stream): Add usage example.
24176
24177 * net/network-stream.el (network-stream-open-starttls): Give host
24178 parameter to `gnutls-negotiate'.
24179 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24180 * subr.el (shell-quote-argument): Escape correctly under Windows.
24181
24182 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24183
24184 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24185 Use correct match group (bug#8438).
24186
24187 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24188
24189 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24190 (package-menu--generate): New arg specifying packages to show.
24191 (package-menu-refresh, package-menu-execute, list-packages):
24192 Callers changed.
24193 (package-show-package-list): New function, replacing deleted
24194 package--list-packages (renamed because it is non-internal).
24195
24196 * finder.el (finder-list-matches): Use package-show-package-list
24197 instead of deleted package--list-packages.
24198
24199 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24200 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24201 (vc-annotate-mode-map): Bind it to RET.
24202
24203 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24204
24205 * progmodes/etags.el (next-file): Don't use set-buffer to change
24206 buffers (Bug#8478).
24207
24208 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24209
24210 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24211
24212 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24213 (apropos-accumulator): Doc fix.
24214 (apropos-function, apropos-macro, apropos-command)
24215 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24216 (apropos-plist): Add face property.
24217 (apropos-symbols-internal): Fix indentation.
24218 (apropos-print): Simplify help, and recognize apropos-multi-type.
24219 (apropos-print-doc): Use button-type-get to extract the button's
24220 face property. Fill docstring (Bug#8352).
24221
24222 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24223
24224 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24225
24226 * play/mpuz.el (mpuz-silent): Doc fix.
24227 (mpuz-mode-map): Use mapc.
24228 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24229 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24230 Fix typos in docstrings.
24231
24232 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24233 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24234
24235 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24236
24237 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24238
24239 * minibuffer.el (completion--do-completion): Avoid the "Next char
24240 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24241
24242 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24243 mouse-2 into unread-command-events, it is interpreted correctly.
24244
24245 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24246 (image-toggle-display): Doc fix.
24247
24248 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24249
24250 * textmodes/page.el (what-page): Use line-number-at-pos to
24251 calculate line number (Bug#6825).
24252
24253 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24254
24255 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24256 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24257 Pass argument NO-DEFAULT to `find-tag-interactive'.
24258
24259 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24260
24261 Lexical-binding cleanup.
24262
24263 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24264 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24265 * progmodes/ada-prj.el (ada-prj-initialize-values)
24266 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24267 (ada-prj-show-value):
24268 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24269 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24270 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24271 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24272 * progmodes/bug-reference.el (bug-reference-push-button):
24273 * progmodes/fortran.el (fortran-line-length):
24274 * progmodes/glasses.el (glasses-change):
24275 * progmodes/octave-mod.el (octave-fill-paragraph):
24276 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24277 (python-pdbtrack-grub-for-buffer, python-sentinel):
24278 * progmodes/sql.el (sql-save-connection):
24279 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24280 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24281 Mark unused parameters.
24282
24283 * progmodes/compile.el (compilation--flush-directory-cache)
24284 (compilation--flush-parse, compile-internal): Mark unused parameters.
24285 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24286 (compilation-next-error-function): Remove unused variable `timestamp'.
24287
24288 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24289 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24290
24291 * progmodes/dcl-mode.el (dcl-end-of-command):
24292 Remove unused variable `start'.
24293 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24294 (dcl-option-value-basic, dcl-option-value-offset)
24295 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24296 Mark unused parameters.
24297 (dcl-save-local-variable): Remove unused variable `val'.
24298 (mode): Declare.
24299
24300 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24301 Mark unused parameters.
24302 (delphi-ignore-changes): Move before first use.
24303 (delphi-charset-token-at): Remove unused variable `start'.
24304 (delphi-else-start): Remove unused variable `if-count'.
24305 (delphi-comment-block-start, delphi-comment-block-end):
24306 Remove unused variable `kind'.
24307 (delphi-indent-line): Remove unused variable `new-point'.
24308
24309 * progmodes/ebrowse.el (ebrowse-files-list)
24310 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24311 Mark unused parameters. Don't quote `lambda'.
24312 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24313 Don't quote `lambda'.
24314 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24315 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24316 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24317 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24318 Use `ignore-errors'.
24319 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24320 (ebrowse-view/find-file-and-search-pattern)
24321 (ebrowse-view/find-member-declaration/definition):
24322 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24323 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24324 Rename parameter PREFIX-ARG to PREFIX.
24325 (ebrowse-tags-read-name): Remove unused variables `start' and
24326 `member-info'.
24327 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24328 to `tags-file'.
24329
24330 * progmodes/etags.el (local-find-tag-hook): Declare.
24331 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24332 Mark unused parameters.
24333
24334 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24335 (executable-interpret): Mark unused parameter.
24336
24337 * progmodes/flymake.el (flymake-process-sentinel)
24338 (flymake-after-change-function)
24339 (flymake-create-temp-with-folder-structure)
24340 (flymake-get-include-dirs-dot): Mark unused parameters.
24341 (flymake-safe-delete-directory): Remove unused variable `err'.
24342
24343 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24344 (speedbar-timer-fn, speedbar-line-text)
24345 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24346 (speedbar-center-buffer-smartly): Declare functions.
24347 (gdb-find-watch-expression): Remove unused variable `array'.
24348 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24349 (gdb-starting): Mark unused parameters.
24350 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24351 (gdb-table-string): Remove unused variable `res'.
24352 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24353 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24354 (gdb-display-buffer): Remove unused variable `cur-size'.
24355
24356 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24357 allow lexical-binding compilation.
24358 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24359 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24360 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24361 Mark unused parameters.
24362 (gud-gdb-marker-filter): Remove unused variable `match'.
24363 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24364 lambda expressions and funcall them, instead of using `fset'.
24365
24366 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24367 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24368
24369 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24370 variable `header-beg'; use `let'.
24371
24372 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24373 `restart', `last-sexp' and `at-do'.
24374
24375 * progmodes/js.el (js--debug): Mark unused parameter.
24376 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24377 (js--splice-into-items): Remove unused variable `item'.
24378 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24379
24380 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24381 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24382 (makefile-complete): Remove unused variable `try'.
24383 (makefile-fill-paragraph, makefile-match-function-end):
24384 Mark unused parameters.
24385
24386 * progmodes/octave-inf.el (inferior-octave-complete):
24387 Remove unused variable `proc'.
24388 (inferior-octave-output-digest): Mark unused parameter.
24389
24390 * progmodes/perl-mode.el (perl-calculate-indent):
24391 Remove unused variable `err'.
24392
24393 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24394 (prolog-indent-line): Mark unused parameters.
24395 (prolog-indent-line): Remove unused variable `beg'.
24396
24397 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24398 (reporter-dont-compact-list): Declare.
24399
24400 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24401 Remove unused variable `char'.
24402 (sh-debug): Mark unused parameter.
24403 (sh-get-indent-info): Remove unused variable `start'.
24404 (sh-calculate-indent): Remove unused variable `var'.
24405
24406 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24407 (simula-electric-keyword): Remove unused variable `null'.
24408 (simula-search-backward, simula-search-forward): Remove unused
24409 variables `begin' and `end'.
24410
24411 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24412 Remove unused variable `pos'.
24413 (vera-electric-tab, vera-comment-uncomment-region):
24414 Mark unused parameters.
24415 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24416
24417 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24418
24419 * emacs-lisp/package.el (package--builtins, package-alist)
24420 (package-load-descriptor, package-built-in-p, package-activate)
24421 (define-package, package-installed-p)
24422 (package-compute-transaction, package-buffer-info)
24423 (package--push): Doc fix. Distinguish more clearly between
24424 version strings and version lists.
24425
24426 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24427
24428 Lexical-binding cleanup.
24429
24430 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24431 (5x5-make-mutate-best):
24432 * play/fortune.el (fortune-in-buffer):
24433 * play/gomoku.el (gomoku-init-display):
24434 * play/solitaire.el (solitaire, solitaire-do-check):
24435 * play/tetris.el (tetris-default-update-speed-function):
24436 Mark unused parameters.
24437
24438 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24439 (bubbles--shift): Remove unused variable `char-org'.
24440 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24441 (bubbles--show-images): Remove unused variable `char'.
24442
24443 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24444 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24445 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24446 (decipher-analyze-buffer): Use ?\s.
24447 (decipher-make-checkpoint): Remove unused variable `mapping'.
24448
24449 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24450
24451 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24452 Remove unused variable `result'; use `let'.
24453
24454 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24455 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24456 (gametree-children-shown-p, gametree-compute-reduced-score):
24457 Use `ignore-errors'.
24458
24459 * play/handwrite.el (ps-lpr-switches): Declare.
24460 (handwrite): Remove unused variables `pmin' and `lastp'.
24461
24462 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24463
24464 * play/landmark.el (landmark-init-display)
24465 (landmark-update-naught-weights): Mark unused parameters.
24466 (landmark-y): Remove unused variable `noise'. Simplify.
24467 (landmark-human-plays): Remove unused variable `score'.
24468
24469 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24470 (mpuz-try-proposal): Remove unused variable `game'.
24471
24472 * play/zone.el (life-patterns): Declare.
24473
24474 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24475
24476 * vc/vc.el (ediff-vc-internal): Declare function.
24477
24478 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24479
24480 * shell.el: Use lexical-binding and std completion UI.
24481 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24482 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24483 comint-preoutput-filter-functions rather than on
24484 comint-output-filter-functions.
24485 (shell-command-completion, shell--command-completion-data)
24486 (shell-filename-completion, shell-environment-variable-completion)
24487 (shell-c-a-p-replace-by-expanded-directory): New functions.
24488 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24489 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24490 (shell-dynamic-complete-environment-variable): Use them.
24491 (shell-dynamic-complete-as-environment-variable)
24492 (shell-dynamic-complete-as-command): Remove.
24493 (shell-match-partial-variable): Match past point.
24494 * comint.el: Clean up use of completion-at-point-functions.
24495 (comint-completion-at-point): New function.
24496 (comint-mode): Use it completion-at-point-functions.
24497 (comint-dynamic-complete): Make it obsolete.
24498 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24499 (comint-c-a-p-replace-by-expanded-history): New function.
24500 (comint-dynamic-complete-functions)
24501 (comint-replace-by-expanded-history): Use it.
24502 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24503 termination strings. Try harder to avoid second try-completion.
24504 (completion-in-region-mode-map): Disable bindings that don't work yet.
24505
24506 * comint.el: Use lexical-binding. Require CL.
24507 (comint-dynamic-complete-functions): Use comint-filename-completion.
24508 (comint-completion-addsuffix): Tweak custom type.
24509 (comint-filename-completion, comint--common-suffix)
24510 (comint--common-quoted-suffix, comint--table-subvert)
24511 (comint--complete-file-name-data): New functions.
24512 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24513 (comint-dynamic-list-filename-completions): Use them.
24514 (comint-dynamic-simple-complete): Make obsolete.
24515
24516 * minibuffer.el (completion-in-region-mode):
24517 Keep completion-in-region-mode--predicate global.
24518 (completion-in-region--postch):
24519 Assume completion-in-region-mode--predicate is not null.
24520
24521 * progmodes/flymake.el (flymake-start-syntax-check-process):
24522 Obey `dir'. Simplify.
24523
24524 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24525 we're in VC after all.
24526
24527 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24528
24529 * vc/vc.el (vc-diff-build-argument-list-internal)
24530 (vc-version-ediff, vc-ediff): New commands.
24531 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24532
24533 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24534
24535 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24536 add sanity check.
24537
24538 * obsolete/erc-hecomplete.el: Make obsolete.
24539 * obsolete/: Standardize obsolescence info in the header.
24540
24541 2011-04-20 Glenn Morris <rgm@gnu.org>
24542
24543 * calendar/solar.el (solar-horizontal-coordinates):
24544 Use the longitude argument rather than `calendar-longitude'.
24545 (solar-date-next-longitude): Remove unused locals.
24546
24547 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24548
24549 * whitespace.el: New version 13.2.1.
24550
24551 2011-04-20 felix <EmacsWiki> (tiny change)
24552
24553 * whitespace.el (global-whitespace-mode): Keep highlight when
24554 switching between major modes on a file.
24555
24556 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24557
24558 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24559 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24560 multi-line comments as well.
24561
24562 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24563
24564 Lexical-binding cleanup.
24565
24566 * arc-mode.el (archive-mode-revert):
24567 * cmuscheme.el (scheme-interactively-start-process):
24568 * custom.el (custom-initialize-delay):
24569 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24570 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24571 * emacs-lock.el (emacs-lock-clear-sentinel):
24572 * ezimage.el (defezimage):
24573 * follow.el (follow-avoid-tail-recenter):
24574 * fringe.el (set-fringe-mode-1):
24575 * generic-x.el (bat-generic-mode-compile):
24576 * help-mode.el (help-info-variable, help-do-xref)
24577 (help-mode-revert-buffer):
24578 * help.el (view-emacs-todo):
24579 * iswitchb.el (iswitchb-completion-help):
24580 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24581 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24582 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24583 * locate.el (locate-update):
24584 * longlines.el (longlines-encode-region)
24585 (longlines-after-change-function):
24586 * outline.el (outline-isearch-open-invisible):
24587 * ps-def.el (declare-function, charset-dimension, char-width)
24588 (encode-char):
24589 * ps-mule.el (ps-mule-plot-string):
24590 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24591 (recentf-edit-list-select, recentf-edit-list-validate)
24592 (recentf-open-files-action):
24593 * rect.el (delete-whitespace-rectangle-line)
24594 (rectangle-number-line-callback):
24595 * register.el (window-configuration-to-register)
24596 (frame-configuration-to-register):
24597 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24598 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24599 (xselect-convert-to-targets, xselect-convert-to-delete)
24600 (xselect-convert-to-filename, xselect-convert-to-charpos)
24601 (xselect-convert-to-lineno, xselect-convert-to-colno)
24602 (xselect-convert-to-os, xselect-convert-to-host)
24603 (xselect-convert-to-user, xselect-convert-to-class)
24604 (xselect-convert-to-name, xselect-convert-to-integer)
24605 (xselect-convert-to-atom, xselect-convert-to-identity):
24606 * subr.el (declare, ignore, process-kill-without-query)
24607 (text-clone-maintain):
24608 * terminal.el (te-get-char, te-tic-sentinel):
24609 * tool-bar.el (tool-bar-make-keymap):
24610 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24611 * type-break.el (type-break-mode, type-break-noninteractive-query):
24612 * view.el (View-back-to-mark):
24613 * wid-browse.el (widget-browse-action, widget-browse-widget)
24614 (widget-browse-widgets, widget-browse-sexp):
24615 * widget.el (define-widget-keywords):
24616 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24617 Mark unused parameters.
24618
24619 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24620 (align-areas): Remove unused variable `look'.
24621 (align-region): Remove unused variables `real-end' and `pos-list'.
24622
24623 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24624
24625 * bindings.el (mode-line-modified, mode-line-remote):
24626 Mark unused parameters.
24627 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24628
24629 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24630 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24631
24632 * comint.el (comint-history-isearch-pop-state)
24633 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24634 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24635 (comint-substitute-in-file-name): Doc fix.
24636
24637 * completion.el (cmpl-statistics-block): Mark unused parameter.
24638 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24639 (save-completions-to-file, load-completions-from-file):
24640 Remove unused local variable `e'.
24641
24642 * composite.el (compose-chars): Remove unused variable `len'.
24643 (lgstring-insert-glyph): Remove unused variable `g'.
24644 (compose-glyph-string): Remove unused variables `ascent',
24645 `descent', `lbearing' and `rbearing'.
24646 (compose-glyph-string-relative): Remove unused variables
24647 `lbearing', `rbearing' and `wadjust'.
24648 (compose-gstring-for-graphic): Remove unused variables `header',
24649 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24650 (compose-gstring-for-terminal): Remove unused variables `header'
24651 and `nchars'. Use `let', not `let*'.
24652
24653 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24654 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24655 (Custom-buffer-done, custom-buffer-create-internal)
24656 (custom-browse-visibility-action, custom-browse-group-tag-action)
24657 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24658 (widget-magic-mouse-down-action, custom-toggle-parent)
24659 (custom-add-parent-links, custom-toggle-hide-variable)
24660 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24661 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24662 (custom-face-menu-create, custom-variable-menu-create, get)
24663 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24664 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24665 (customize-apropos): Remove unused variable `tests'.
24666 (custom-group-value-create): Remove unused variable `hidden-p'.
24667 (sort-fold-case): Declare.
24668
24669 * cus-theme.el (custom-reset-standard-faces-list)
24670 (custom-reset-standard-variables-list): Declare.
24671 (customize-create-theme, custom-theme-revert, custom-theme-write)
24672 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24673 Mark unused parameters.
24674
24675 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24676
24677 * delim-col.el (delimit-columns-max): Move defvar before first use.
24678
24679 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24680 (describe-char): Don't quote `lambda'. Mark unused parameter.
24681
24682 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24683 (auto-insert): Declare.
24684 (desktop-restore-file-buffer): Rename desktop-* parameters;
24685 mark unused ones.
24686 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24687 (desktop-buffer): Rename desktop-* parameters.
24688
24689 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24690 (dframe-reposition-frame-xemacs, dframe-help-echo)
24691 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24692 Mark unused parameters.
24693
24694 * dired-aux.el (backup-extract-version-start, overwrite-query)
24695 (overwrite-backup-query, rename-regexp-query)
24696 (rename-non-directory-query): Declare.
24697 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24698 (dired-add-entry): Remove unused variable `orig-file-name'.
24699 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24700 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24701 `dired-copy-preserve-time' directly.
24702 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24703 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24704
24705 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24706 (dired-virtual-revert, dired-make-relative-symlink):
24707 Mark unused parameters.
24708 (manual-program): Declare.
24709 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24710 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24711 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24712
24713 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24714
24715 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24716
24717 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24718 Declare.
24719
24720 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24721
24722 * electric.el (Electric-command-loop): Rename parameter
24723 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24724
24725 * expand.el (expand-in-literal): Remove unused variable `here'.
24726
24727 * facemenu.el (facemenu-add-new-color):
24728 Remove unused variable `docstring'.
24729
24730 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24731 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24732 (face-attr-construct): Mark unused parameter. Doc fix.
24733 (read-color): Remove unused variable `hex-string'.
24734
24735 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24736 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24737 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24738 (display-buffer-other-frame): Remove unused variable `old-window'.
24739 (kill-buffer-hook): Declare.
24740 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24741 Mark unused parameters.
24742 (after-find-file): Pass 1 to `auto-save-mode', not t.
24743
24744 * files-x.el (auto-insert): Declare.
24745 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24746
24747 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24748 variable `buf'. Mark unused parameter.
24749 (find-lisp-insert-directory): Mark unused parameter.
24750
24751 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24752 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24753 (format-common-tail): Remove, unused.
24754 (format-deannotate-region): Remove unused variable `loc'.
24755 (format-annotate-region): Remove unused variable `p'.
24756 (format-annotate-single-property-change): Remove unused variables
24757 `default' and `tail'.
24758
24759 * forms.el (read-file-filter): Declare.
24760 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24761
24762 * frame.el (frame-creation-function-alist): Mark unused parameter.
24763 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24764
24765 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24766 Remove unused parameters.
24767 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24768 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24769
24770 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24771 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24772 (hfy-prepare-tag-map): Mark unused parameters.
24773 (htmlfontify-buffer): Use `called-interactively-p'.
24774
24775 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24776 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24777 (ibuffer-do-occur): Mark unused parameters.
24778 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24779 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24780
24781 * ibuffer.el: Don't quote `lambda'.
24782 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24783 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24784 Mark unused parameters.
24785
24786 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24787 (ido-completing-read): Mark unused parameters.
24788 (ido-copy-current-word): Mark unused parameters;
24789 remove unused variable `name'.
24790 (ido-sort-merged-list): Remove unused parameter `dirs'.
24791
24792 * ielm.el (ielm-input-sender): Mark unused parameter.
24793 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24794 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24795 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24796 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24797 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24798
24799 * image-dired.el (image-dired-display-thumbs): Remove unused
24800 variables `curr-file' and `count'.
24801 (image-dired-remove-tag): Remove unused variable `start'.
24802 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24803 variable `curr-file'
24804 (image-dired-rotate-original): Remove unused variable `temp-file'.
24805 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24806 Remove unused variable `file'.
24807 (image-dired-gallery-generate): Remove unused variable `curr'.
24808 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24809
24810 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24811
24812 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24813
24814 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24815
24816 * isearch.el (minibuffer-history-symbol): Declare.
24817 (isearch-edit-string): Remove unused variable `err'.
24818 (isearch-message-prefix, isearch-message-suffix):
24819 Mark unused parameters.
24820
24821 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24822
24823 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24824
24825 * makesum.el (double-column): Remove unused variable `cnt'.
24826
24827 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24828 (ido-ignore-item-temp-list): Declare.
24829
24830 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24831 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24832 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24833 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24834 `mouse-col-delta'.
24835
24836 * mouse-sel.el (mouse-extend-internal):
24837 Remove unused variable `orig-window-frame'.
24838
24839 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24840 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24841 Move declarations before first use.
24842 (pcomplete-opt): Mark unused parameters; doc fix.
24843
24844 * proced.el (proced-revert): Mark unused parameter.
24845 (proced-send-signal): Remove unused variable `err'.
24846
24847 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24848 Rename parameter PREFIX-ARG to ARG.
24849 (ps-basic-plot-string, ps-basic-plot-whitespace):
24850 Mark unused parameters.
24851
24852 * replace.el (replace-count): Define.
24853 (occur-revert-function): Mark unused parameters.
24854 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24855 (isearch-case-fold-search, isearch-string): Declare.
24856 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24857 bind `case-fold-search'. Remove unused variables `beg' and `end',
24858 and simplify.
24859 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24860 COUNT and bind `replace-count'.
24861 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24862 to COUNT.
24863
24864 * savehist.el (print-readably, print-string-length): Declare.
24865
24866 * shadowfile.el (shadow-expand-cluster-in-file-name):
24867 Remove unused variable `cluster'.
24868 (shadow-copy-file): Remove unused variable `i'.
24869 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24870 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24871 (shadow-define-literal-group, shadow-define-regexp-group)
24872 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24873
24874 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24875 (shell): Use `called-interactively-p'.
24876 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24877
24878 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24879 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24880 (delete-backward-char): Remove unused variable `ocol'.
24881 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24882 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24883 (event-apply-hyper-modifier, event-apply-shift-modifier)
24884 (event-apply-control-modifier, event-apply-meta-modifier):
24885 Mark unused parameters.
24886 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24887 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24888
24889 * speedbar.el (speedbar-ignored-directory-expressions)
24890 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24891 (speedbar-find-file, speedbar-dir-follow)
24892 (speedbar-directory-buttons-follow, speedbar-tag-find)
24893 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24894 (speedbar-buffers-line-directory, speedbar-buffer-click):
24895 Mark unused parameters.
24896 (speedbar-tag-file): Remove unused variable `mode'.
24897 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24898
24899 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24900
24901 * talk.el (talk): Remove unused variable `display'.
24902
24903 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24904 (tar-write-region-annotate): Mark unused parameter.
24905
24906 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24907 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24908 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24909 warning by another.
24910
24911 * time-stamp.el (time-stamp-string-preprocess):
24912 Remove unused variable `require-padding'.
24913
24914 * tree-widget.el (widget-glyph-enable): Declare.
24915 (tree-widget-action): Mark unused parameter.
24916
24917 * w32-fns.el (x-get-selection): Mark unused parameter.
24918 (autoload-make-program, generated-autoload-file): Declare.
24919
24920 * wdired.el (wdired-revert): Mark unused parameters.
24921 (wdired-xcase-word): Remove unused variable `err'.
24922
24923 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24924 (whitespace-help-scroll): Remove unused variable `data-help'.
24925
24926 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24927 (widget-image-insert, widget-after-change, default)
24928 (widget-default-format-handler, widget-default-notify)
24929 (widget-default-prompt-value, widget-info-link-action)
24930 (widget-url-link-action, widget-function-link-action)
24931 (widget-variable-link-action, widget-file-link-action)
24932 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24933 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24934 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24935 (widget-insert-button-action, widget-delete-button-action, visibility)
24936 (widget-documentation-link-action, widget-documentation-string-action)
24937 (widget-const-prompt-value, widget-regexp-match, symbol)
24938 (widget-coding-system-prompt-value)
24939 (widget-key-sequence-value-to-external, sexp)
24940 (widget-sexp-value-to-internal, character, vector, cons)
24941 (widget-choice-prompt-value, widget-boolean-prompt-value)
24942 (widget-color--choose-action): Mark unused parameters.
24943 (widget-item-match-inline, widget-choice-match-inline)
24944 (widget-checklist-match, widget-checklist-match-inline)
24945 (widget-group-match): Rename parameter VALUES to VALS.
24946 (widget-field-value-set): Remove unused variable `size'.
24947 (widget-color-action): Remove unused variables `value' and `start'.
24948
24949 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24950 variable `dir'. Doc fix.
24951 (windmove-find-other-window): Don't pass it.
24952
24953 * window.el (count-windows): Mark unused parameter.
24954 (bw-adjust-window): Remove unused variable `err'.
24955
24956 * woman.el (woman-file-name): Remove unused variable `default'.
24957 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24958 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24959 (global-font-lock-mode): Declare.
24960 (woman-decode-region): Mark unused parameter.
24961 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24962
24963 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24964 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24965 (x-dnd-handle-moz-url): Remove unused variable `title'.
24966 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24967
24968 * xml.el (xml-parse-tag, xml-parse-attlist):
24969 Remove unused variable `pos'.
24970
24971 2011-04-19 Glenn Morris <rgm@gnu.org>
24972
24973 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24974 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24975 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24976 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24977 * calendar/cal-html.el (cal-html-insert-minical):
24978 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24979 (calendar-mark-date-pattern):
24980 Prefix "unused" locals.
24981
24982 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24983 optional argument `style'.
24984
24985 * calendar/appt.el (appt-make-list):
24986 * calendar/cal-china.el (calendar-chinese-date-string):
24987 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24988 (diary-hebrew-yahrzeit):
24989 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24990 * calendar/calendar.el (calendar-generate-window):
24991 * calendar/time-date.el (time-to-days):
24992 Remove unused local variables.
24993
24994 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
24995
24996 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24997 glyphless-char-display table.
24998 (tabulated-list-glyphless-char-display): New var.
24999
25000 2011-04-18 Sam Steingold <sds@gnu.org>
25001
25002 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25003 to acknowledgments.
25004
25005 2011-04-17 Glenn Morris <rgm@gnu.org>
25006
25007 * calendar/diary-lib.el (diary-sexp-entry):
25008 * calendar/holidays.el (holiday-sexp):
25009 Set debug-on-error rather than the removed stack-trace-on-error.
25010
25011 2011-04-16 Glenn Morris <rgm@gnu.org>
25012
25013 * progmodes/f90.el: Use lexical-binding.
25014 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25015
25016 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25017
25018 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25019 (mail-mode): Setup mailalias completion here instead.
25020 * mail/mailalias.el: Use lexical-binding.
25021 (pattern, mailalias-done): Declare dynamic.
25022 (mail-completion-at-point-function): New function, from mail-complete.
25023 (mail-complete): Use it.
25024 (mail-completion-expand): New function.
25025 (mail-get-names): Use it.
25026 (mail-directory, mail-directory-process, mail-directory-stream):
25027 Don't use `pattern' for lexically bound arg.
25028
25029 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25030
25031 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25032 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25033 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25034
25035 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25036 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25037 (byte-interactive-p): Define them again, for use when inlining
25038 old code.
25039
25040 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25041
25042 * loadup.el: Use `string-to-number', not `string-to-int'.
25043
25044 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25045
25046 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25047 gud-gdb-complete-command.
25048 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25049 (gud-gdb-completion-at-point): New function.
25050 (gud-gdb-completions): Remove.
25051
25052 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25053
25054 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25055 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25056 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25057 whether `executable-find' is bound.
25058
25059 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25060
25061 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25062
25063 * minibuffer.el (completion-in-region-mode-predicate)
25064 (completion-in-region-mode--predicate): New vars.
25065 (completion-in-region, completion-in-region--postch)
25066 (completion-in-region-mode): Use them.
25067 (completion--capf-wrapper): Also return the hook function.
25068 (completion-at-point, completion-help-at-point):
25069 Adjust and provide a predicate.
25070
25071 Preserve arg names for advice of subr and lexical functions (bug#8457).
25072 * help-fns.el (help-function-arglist): Consolidate the subr and
25073 new-byte-code cases. Add argument `preserve-names' to extract names
25074 from the docstring when needed.
25075 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25076 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25077 (ad-arglist): Use help-function-arglist's new arg.
25078 (ad-definition-type): Use cond.
25079
25080 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25081
25082 * autorevert.el (auto-revert-handler):
25083 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25084 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25085 Don't quote lambda.
25086
25087 * image-mode.el (image-transform-set-scale):
25088 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25089
25090 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25091
25092 * net/network-stream.el (network-stream-open-starttls): Only do
25093 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25094 Upgrades via gnutls-cli are too slow to be done opportunistically.
25095
25096 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25097
25098 * dframe.el (dframe-current-frame): Remove spurious quote.
25099
25100 2011-04-12 Glenn Morris <rgm@gnu.org>
25101
25102 * calendar/cal-tex.el (cal-tex-end-document):
25103 Try to automatically use latin1 input if needed.
25104
25105 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25106 Don't try to cons a mark onto an empty element.
25107
25108 2011-04-11 Leo Liu <sdl.web@gmail.com>
25109
25110 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25111 buffers.
25112 (ido-kill-buffer-at-head): Support killing virtual buffers.
25113
25114 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25115
25116 * minibuffer.el (completion-show-inline-help): New var.
25117 (completion--do-completion, minibuffer-complete)
25118 (minibuffer-force-complete, minibuffer-complete-word):
25119 Inhibit minibuffer messages if completion-show-inline-help is nil.
25120
25121 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25122 to avoid interference from inline help (Bug#5849).
25123
25124 2011-04-10 Leo Liu <sdl.web@gmail.com>
25125
25126 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25127 Fix typo.
25128
25129 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25130
25131 * image-mode.el (image-toggle-display-image): Signal an error if
25132 not in Image mode.
25133 (image-transform-mode, image-transform-resize)
25134 (image-transform-set-rotation): Doc fix.
25135 (image-transform-set-resize): Delete.
25136 (image-transform-set-scale, image-transform-fit-to-height)
25137 (image-transform-fit-to-width): Handle image-toggle-display-image
25138 and image-transform-resize directly.
25139
25140 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25141
25142 * doc-view.el (doc-view-fit-width-to-window)
25143 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25144 New functions for fitting the shown image to the Emacs window size.
25145 (doc-view-mode-map): Add bindings for the new functions.
25146
25147 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25148
25149 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25150 Fix typo in docstring.
25151
25152 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25153
25154 * files.el (file-size-human-readable): Produce one digit after
25155 decimal, like "ls -lh" does.
25156
25157 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25158 the file size representation.
25159
25160 * simple.el (list-processes): If async subprocesses are not
25161 available, error out with a clear error message.
25162
25163 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25164
25165 * help.el (help-form-show): New function, to be called from C.
25166 Put help-form output in a buffer named differently than *Help*.
25167
25168 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25169
25170 * files.el (file-size-human-readable): New function.
25171
25172 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25173 computing the representation inline. Don't require `cl'.
25174
25175 2011-04-08 Glenn Morris <rgm@gnu.org>
25176
25177 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25178
25179 * net/browse-url.el (browse-url-firefox):
25180 Test system-type, not system-configuration.
25181
25182 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25183 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25184 Use log-edit-empty-buffer-p. (Bug#7598)
25185
25186 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25187 (rlogin-mode-map): Initialize in the defvar.
25188 (rlogin): Use ignore-errors.
25189
25190 * replace.el (occur-mode-map): Some fixes for menu items.
25191
25192 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25193
25194 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25195
25196 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25197
25198 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25199 issuing unused warnings.
25200
25201 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25202 macro directly.
25203
25204 * simple.el: Lisp reimplement of list-processes. Based on an
25205 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25206 (process-menu-mode): New major mode.
25207 (list-processes--refresh, list-processes):
25208 (process-menu-visit-buffer): New functions.
25209
25210 * files.el (save-buffers-kill-emacs): Don't assume any return
25211 value of list-processes, which is undocumented anyway.
25212
25213 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25214
25215 * emacs-lisp/tabulated-list.el: New file.
25216
25217 * emacs-lisp/package.el: Use Tabulated List mode.
25218 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25219 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25220 table format using Tabulated List mode variables.
25221 (package--push): New macro, replacing package-list-maybe-add.
25222 (package-menu--generate): Use package--push. Renamed from
25223 package--generate-package-list.
25224 (package-menu-refresh, list-packages): Use it.
25225 (package-menu--print-info): Rename from package-print-package.
25226 Return insertion data instead of inserting it directly.
25227 (package-menu-describe-package, package-menu-execute):
25228 Use tabulated-list-get-id.
25229 (package-menu-mark-delete, package-menu-mark-install)
25230 (package-menu-mark-unmark, package-menu-backup-unmark)
25231 (package-menu-mark-obsolete-for-deletion):
25232 Use tabulated-list-put-tag.
25233 (package--list-packages, package-menu-revert)
25234 (package-menu-get-package, package-menu-get-version)
25235 (package-menu-sort-by-column): Functions deleted.
25236 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25237 (package-menu--status-predicate, package-menu--version-predicate)
25238 (package-menu--name-predicate)
25239 (package-menu--description-predicate): Handle arguments in the
25240 Tabulated List format.
25241 (package-list-packages-no-fetch): Call list-packages.
25242
25243 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25244
25245 * files.el (after-find-file-from-revert-buffer): Remove variable.
25246 (after-find-file): Don't bind it.
25247 (revert-buffer-in-progress-p): New variable.
25248 (revert-buffer): Bind it.
25249 Pass nil for `after-find-file-from-revert-buffer'.
25250
25251 * saveplace.el (save-place-find-file-hook): Use new variable
25252 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25253
25254 2011-04-06 Glenn Morris <rgm@gnu.org>
25255
25256 * Makefile.in (AUTOGEN_VCS): New variable.
25257 (autoloads): Use $AUTOGEN_VCS.
25258
25259 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25260 * calendar/calendar.el (calendar-mode-map):
25261 Check for toolkit scroll bars. (Bug#8305)
25262
25263 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25264
25265 * minibuffer.el (completion-in-region--postch)
25266 (completion-in-region-mode): Remove unnecessary messages.
25267
25268 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25269
25270 * font-lock.el (font-lock-refresh-defaults):
25271 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25272 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25273
25274 * info.el (Info-directory-list, Info-read-node-name-2)
25275 (Info-split-parameter-string): Doc fixes.
25276 (Info-virtual-nodes): Reflow docstring.
25277 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25278 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25279 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25280 Fix typos in docstrings.
25281 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25282 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25283 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25284 (Info-restore-desktop-buffer): Mark unused parameters.
25285 (Info-directory-find-file, Info-directory-find-node)
25286 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25287 (Info-virtual-index-find-node, Info-apropos-find-file)
25288 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25289 Mark unused parameters; fix typos in docstrings.
25290 (Info-virtual-index): Remove unused local variable `nodename'.
25291
25292 2011-04-05 Deniz Dogan <deniz@dogan.se>
25293
25294 * net/rcirc.el: Update my e-mail address.
25295 (rcirc-mode-map): Remove M-o binding.
25296
25297 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25298
25299 * startup.el (command-line): Save the cursor's theme-face
25300 directly, instead of using face-override-spec.
25301
25302 * custom.el (load-theme): Minor optimization in assigning faces.
25303
25304 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25305
25306 * help-fns.el (describe-variable): Complete all variables having
25307 documentation, including keywords.
25308 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25309
25310 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25311
25312 Convert to lexical-binding.
25313
25314 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25315 (bs--get-marked-string, bs--get-modified-string)
25316 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25317 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25318 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25319
25320 * ehelp.el (electric-help-execute-extended)
25321 (electric-help-ctrl-x-prefix):
25322 * hexl.el (hexl-revert-buffer-function):
25323 * linum.el (linum-after-change, linum-after-scroll):
25324 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25325
25326 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25327
25328 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25329
25330 * epa-dired.el:
25331 * epa-mail.el:
25332 * epa-hook.el:
25333 * epa-file.el:
25334 * epa.el:
25335 * epg.el: Use lexical binding.
25336
25337 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25338
25339 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25340
25341 * textmodes/flyspell.el (flyspell-word): Recognize default
25342 dictionary case for flyspell-mark-duplications-exceptions.
25343 Use regexp matching for languages.
25344 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25345 default dictionary (Bug#7926).
25346
25347 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25348
25349 * emacs-lisp/package.el (package--with-work-buffer):
25350 Recognize https URLs.
25351
25352 * net/network-stream.el: Move from gnus/proto-stream.el.
25353 Change prefix to network-stream throughout.
25354 (open-protocol-stream): Merge into open-network-stream, leaving
25355 open-protocol-stream as an alias. Handle nil BUFFER args.
25356
25357 * subr.el (open-network-stream): Move to net/network-stream.el.
25358
25359 2011-04-02 Glenn Morris <rgm@gnu.org>
25360
25361 * find-dired.el (find-exec-terminator): New option.
25362 (find-ls-option): Test for -ls support.
25363 (find-ls-subdir-switches): Test for -b in find-ls-option.
25364 (find-dired, find-grep-dired): Doc fixes.
25365 (find-dired): Use find-exec-terminator.
25366
25367 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25368 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25369 (find-name-arg): Remove purecopy.
25370
25371 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25372 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25373 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25374 accordingly. Don't add the null-device if not needed.
25375
25376 * files.el (save-some-buffers): Doc fix.
25377
25378 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25379
25380 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25381
25382 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25383
25384 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25385 Use `dolist' rather than `mapcar'.
25386
25387 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25388
25389 Add lexical binding.
25390
25391 * subr.el (apply-partially): Use new closures rather than CL.
25392 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25393 (dolist, dotimes): Use slightly different expansion for lexical code.
25394 (functionp): Move to C.
25395 (letrec): New macro.
25396 (with-wrapper-hook): Use it and apply-partially instead of CL.
25397 (eval-after-load): Preserve lexical-binding.
25398 (save-window-excursion, with-output-to-temp-buffer): Turn them
25399 into macros.
25400
25401 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25402
25403 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25404 than the arglist.
25405 (help-add-fundoc-usage): Don't add `Not documented'.
25406 (help-function-arglist): Handle closures, subroutines, and new
25407 byte-code-functions.
25408 (help-make-usage): Remove leading underscores.
25409 (describe-function-1): Handle closures.
25410 (describe-variable): Use special-variable-p for completion.
25411
25412 * files.el (lexical-binding): Declare safe.
25413
25414 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25415 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25416 (pcase): Add `let' pattern.
25417 Change memoization so it actually works.
25418 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25419 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25420 <let>: New case.
25421
25422 * emacs-lisp/macroexp.el: Use lexical binding.
25423 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25424 Don't convert ' to #' without checking that it's indeed quoting
25425 a lambda.
25426
25427 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25428 Use eval-sexp-add-defvars.
25429 (eval-sexp-add-defvars): New fun.
25430
25431 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25432
25433 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25434 Don't autoload.
25435 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25436 than the internal `byte-compile-lambda'.
25437 (defmethod): Don't hide code under quotes.
25438 (eieio-defmethod): New `code' argument.
25439
25440 * emacs-lisp/eieio-comp.el: Remove.
25441
25442 * emacs-lisp/edebug.el (edebug-eval-defun)
25443 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25444 (edebug-toggle): Avoid `eval'.
25445
25446 * emacs-lisp/disass.el (disassemble-internal): Handle new
25447 `closure' objects.
25448 (disassemble-1): Handle new byte codes.
25449
25450 * emacs-lisp/cl.el (pushnew): Silence warning.
25451
25452 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25453 (cl-byte-compile-throw): Remove.
25454 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25455
25456 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25457 closures.
25458
25459 * emacs-lisp/cconv.el: New file.
25460
25461 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25462 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25463 (byte-compile-initial-macro-environment):
25464 Handle declare-function here.
25465 (byte-compile--lexical-environment): New var.
25466 (byte-stack-ref, byte-stack-set, byte-discardN)
25467 (byte-discardN-preserve-tos): New lap codes.
25468 (byte-interactive-p): Don't use any more.
25469 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25470 New macros.
25471 (byte-compile-lapcode): Use them and handle new lap codes.
25472 (byte-compile-obsolete): Remove.
25473 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25474 (byte-compile-arglist-warn): Check late def of inlinable funs.
25475 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25476 since they should have been expanded by now.
25477 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25478 (byte-compile-from-buffer): Remove unused second arg.
25479 (byte-compile-preprocess): New function.
25480 (byte-compile-toplevel-file-form): New function to distinguish
25481 file-form calls from outside from file-form calls from hunk-handlers.
25482 (byte-compile-file-form): Simplify.
25483 (byte-compile-file-form-defsubst): Remove.
25484 (byte-compile-file-form-defmumble): Simplify now that
25485 byte-compile-lambda always returns a byte-code-function.
25486 (byte-compile): Preprocess.
25487 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25488 Remove, not used any more.
25489 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25490 (byte-compile-make-args-desc): New funs.
25491 (byte-compile-lambda): Handle lexical functions. Always return
25492 a byte-code-function.
25493 (byte-compile-reserved-constants): New var, to make up room for
25494 closed-over variables.
25495 (byte-compile-constants-vector): Obey it.
25496 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25497 (byte-compile-macroexpand-declare-function): New function.
25498 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25499 byte-code-functions.
25500 (byte-compile-form): Check obsolescence here.
25501 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25502 (byte-compile-variable-ref): Remove.
25503 (byte-compile-dynamic-variable-op): New fun.
25504 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25505 (byte-compile-variable-set): New funs.
25506 (byte-compile-discard): Add 2 args.
25507 (byte-compile-stack-ref, byte-compile-stack-set)
25508 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25509 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25510 macroexpand-all instead.
25511 (byte-compile-quote-form): Remove.
25512 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25513 (byte-compile-bind, byte-compile-unbind): New funs.
25514 (byte-compile-let): Handle let* and lexical binding.
25515 (byte-compile-let*): Remove.
25516 (byte-compile-catch, byte-compile-unwind-protect)
25517 (byte-compile-track-mouse, byte-compile-condition-case):
25518 Handle a new :fun-body form, used for lexical scoping.
25519 (byte-compile-save-window-excursion)
25520 (byte-compile-with-output-to-temp-buffer): Remove.
25521 (byte-compile-defun): Simplify.
25522 (byte-compile-stack-adjustment): New fun.
25523 (byte-compile-out): Use it.
25524 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25525
25526 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25527 handler any more.
25528
25529 * emacs-lisp/byte-opt.el: Use lexical binding.
25530 (byte-inline-lapcode): Remove (to bytecomp).
25531 (byte-compile-inline-expand): Pay attention to inlining to/from
25532 lexically bound code.
25533 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25534 any more.
25535 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25536 any more and don't call compiler-macros.
25537 (byte-compile-splice-in-already-compiled-code): Remove.
25538 (byte-code): Don't inline any more.
25539 (disassemble-offset): Receive `bytes' as argument rather than via
25540 dynamic scoping.
25541 (byte-compile-tag-number): Declare before first use.
25542 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25543 `return' even if make-spliceable.
25544 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25545 obsolete interactive-p.
25546 (byte-optimize-lapcode): Optimize new lap-codes.
25547 Don't trip up on new form of `byte-constant' lap code.
25548
25549 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25550
25551 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25552
25553 * custom.el (custom-initialize-default, custom-declare-variable):
25554 Use `defvar'.
25555
25556 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25557 New variables.
25558 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25559 (COMPILE_FIRST): Add macroexp and cconv.
25560 * makefile.w32-in: Mirror changes in Makefile.in.
25561
25562 * vc/cvs-status.el:
25563 * vc/diff-mode.el:
25564 * vc/log-edit.el:
25565 * vc/log-view.el:
25566 * vc/smerge-mode.el:
25567 * textmodes/bibtex-style.el:
25568 * textmodes/css-mode.el:
25569 * startup.el:
25570 * uniquify.el:
25571 * minibuffer.el:
25572 * newcomment.el:
25573 * reveal.el:
25574 * server.el:
25575 * mpc.el:
25576 * emacs-lisp/smie.el:
25577 * doc-view.el:
25578 * dired.el:
25579 * abbrev.el: Use lexical binding.
25580
25581 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25582
25583 * info.el (info-display-manual): New function.
25584
25585 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25586
25587 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25588
25589 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25590
25591 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25592 an entry for that server in rcirc-authinfo. (Bug#8385)
25593
25594 2011-03-31 Glenn Morris <rgm@gnu.org>
25595
25596 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25597
25598 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25599
25600 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25601
25602 * progmodes/python.el (python-default-interpreter)
25603 (python-python-command-args, python-jython-command-args)
25604 (python-which-shell, python-which-args, python-which-bufname)
25605 (python-file-queue, python-comint-output-filter-function)
25606 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25607 variables and functions.
25608
25609 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25610
25611 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25612 (completion-in-region-mode): New minor mode.
25613 (completion-in-region): Use it.
25614 (completion-in-region--data, completion-in-region-mode-map): New vars.
25615 (completion-in-region--postch): New function.
25616 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25617 New vars.
25618 (completion--capf-wrapper): New function.
25619 (completion-at-point): Use it to track well-behavedness of
25620 hook functions.
25621 (completion-help-at-point): New command.
25622
25623 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25624
25625 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25626 syntax class to search for whitespace on a single line
25627 (Message-ID: <4D938140.4030905@redhat.com>).
25628
25629 2011-03-30 Leo Liu <sdl.web@gmail.com>
25630
25631 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25632 New commands.
25633 (edit-abbrevs-map): Bind them here.
25634 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25635
25636 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25637
25638 * allout.el (allout-hide-by-annotation, allout-flag-region):
25639 Reduce possibility of overlay leakage by making them volatile.
25640
25641 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25642 hash is not shared between buffers. Mode initialization is
25643 responsible for giving it a useful starting value.
25644 (allout-item-span): Reduce possibility of overlay leakage by
25645 making them volatile.
25646 (allout-widgets-count-buttons-in-region): Add diagnostic function
25647 for tracking down button overlay leaks.
25648
25649 2011-03-29 Leo Liu <sdl.web@gmail.com>
25650
25651 * ido.el (ido-read-internal): Use the default history var
25652 minibuffer-history if no HISTORY is specified.
25653
25654 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25655
25656 * net/imap.el (imap-shell-open, imap-process-connection-type):
25657 Use imap-process-connection-type for 'shell' streams as well as
25658 Kerberos, SSL, other subprocesses.
25659
25660 2011-03-28 Leo Liu <sdl.web@gmail.com>
25661
25662 * abbrev.el (abbrev-table-empty-p): New function.
25663 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25664 nonempty ones. (Bug#5937)
25665
25666 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25667
25668 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25669
25670 2011-03-27 Leo Liu <sdl.web@gmail.com>
25671
25672 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25673 for foreground and background colors.
25674 (ansi-color-make-color-map): Adapt.
25675
25676 2011-03-25 Leo Liu <sdl.web@gmail.com>
25677
25678 * midnight.el (midnight-time-float): Remove. Note it calculates
25679 the microsecond component incorrectly and seconds-to-time does the
25680 same job.
25681 Remove redundant (require 'timer).
25682
25683 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25684 (ido-completions): Remove unused arguments. (Bug#8329)
25685
25686 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25687
25688 * minibuffer.el (completion--flush-all-sorted-completions):
25689 Remove itself from hook.
25690 (completion-at-point): Let the functions perform the completion
25691 immediately and return nil or t.
25692 * comint.el (comint-dynamic-complete-functions): Now identical to
25693 completion-at-point-functions.
25694 (comint-dynamic-list-input-ring): Remove unused var `index'.
25695 (comint--match-partial-filename, comint--unquote&expand-filename):
25696 New funs, split from comint-match-partial-filename.
25697 (comint-dynamic-complete): Use completion-at-point.
25698 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25699
25700 2011-03-24 Drew Adams <drew.adams@oracle.com>
25701
25702 * thingatpt.el: Support `defun'.
25703
25704 2011-03-23 Leo Liu <sdl.web@gmail.com>
25705
25706 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25707
25708 * help-mode.el (help-mode-finish): Tweak regexp.
25709
25710 2011-03-23 Glenn Morris <rgm@gnu.org>
25711
25712 * eshell/esh-opt.el (eshell-eval-using-options):
25713 Do not bind unused local variable `eshell-option-stub'.
25714
25715 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25716
25717 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25718
25719 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25720 keymap variable in `with-no-warnings' to avoid a warning when the
25721 keymap has been already `defconst'ed.
25722
25723 2011-03-22 Leo Liu <sdl.web@gmail.com>
25724
25725 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25726 encode all chars in abbrevs; otherwise use emacs-mule or
25727 utf-8-emacs. (Bug#8308)
25728
25729 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25730
25731 * simple.el (backward-delete-char-untabify):
25732 Avoid warning about using `delete-backward-char'.
25733
25734 * image.el (image-type-file-name-regexps): Make it variable.
25735 `imagemagick-register-types' modifies it, and the user may want
25736 to add new extensions for known image types.
25737 (imagemagick-register-types): Throw error if not using ImageMagick.
25738
25739 2011-03-22 Leo Liu <sdl.web@gmail.com>
25740
25741 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25742 located before rcirc-prompt-end-marker.
25743 (rcirc-complete): Error if point is not after rcirc prompt.
25744 Handle the case when table is nil.
25745 (rcirc-user-authenticated): Define to fix compiler warning.
25746
25747 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25748
25749 * custom.el (custom--inhibit-theme-enable): Make it affect only
25750 custom-theme-set-variables and custom-theme-set-faces.
25751 (provide-theme): Ignore custom--inhibit-theme-enable.
25752 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25753 (custom-enabling-themes): Delete variable.
25754 (enable-theme): Accept only loaded themes as arguments.
25755 Ignore the special custom-enabled-themes variable.
25756 (custom-enabled-themes): Forbid themes from setting this.
25757 Eliminate use of custom-enabling-themes.
25758 (custom-push-theme): Quote "changed" custom var entry.
25759
25760 2011-03-21 Leo Liu <sdl.web@gmail.com>
25761
25762 * ido.el (ido-read-internal): Add ido-selected to history instead
25763 of user input.
25764
25765 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25766
25767 * subr.el (deferred-action-list, deferred-action-function):
25768 Mark obsolete.
25769
25770 2011-03-21 Leo Liu <sdl.web@gmail.com>
25771
25772 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25773 change on 2011-02-13 (bug#8309).
25774
25775 * minibuffer.el (read-file-name-function): Change default value.
25776 (read-file-name--defaults): Rename from read-file-name-defaults.
25777 (read-file-name-default): Rename from read-file-name.
25778 (read-file-name): Call read-file-name-function.
25779
25780 2011-03-21 Glenn Morris <rgm@gnu.org>
25781
25782 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25783 Doc fixes.
25784
25785 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25786
25787 * cus-theme.el: Add missing provide statement.
25788 (customize-create-theme): Extract theme value correctly.
25789 (custom-theme-visit-theme): Autoload.
25790 (customize-create-theme): Prompt before inserting default faces.
25791
25792 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25793
25794 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25795 units and musical notes.
25796
25797 2011-03-20 Leo Liu <sdl.web@gmail.com>
25798
25799 * ido.el (ido-read-internal): Use completing-read-default.
25800 (ido-completing-read): Fix compatibility with completing-read.
25801
25802 2011-03-20 Christian Ohler <ohler@gnu.org>
25803
25804 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25805 (ert-delete-all-tests): Use `called-interactively-p' rather than
25806 `interactive-p'.
25807 (ert--make-xrefs-region): Respect END.
25808
25809 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25810
25811 * dired-aux.el (dired-create-directory): Signal an error if the
25812 directory already exists (Bug#8246).
25813
25814 * facemenu.el (list-colors-display): Call list-faces-display
25815 inside with-help-window.
25816 (list-colors-print): Use display property to align the final
25817 column, instead of checking window-width.
25818
25819 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25820
25821 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25822 windows-nt systems.
25823 (emerge-protect-metachars): Quote correctly for ms-dos and
25824 windows-nt systems.
25825
25826 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25827
25828 * info.el (info-initialize): Replace all uses of `:' with
25829 path-separator for compatibility with non-Unix systems.
25830 Cache quoting of path-separator. (Bug#8258)
25831
25832 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25833
25834 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25835 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25836 (mouse-avoidance-mode): Fix typos in docstrings.
25837
25838 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25839
25840 * startup.el (package-subdirectory-regexp): Move from package.el.
25841 Omit \\` and \\', and let callers add them.
25842
25843 * emacs-lisp/package.el (package-strip-version)
25844 (package-load-all-descriptors): Add \\` and \\' to
25845 package-subdirectory-regexp before using it.
25846 (package-untar-buffer): New arg DIR; ensure that file untars only
25847 into this expected directory. Remove superfluous delete-region.
25848 (package-unpack): Caller changed.
25849 (package-tar-file-info): Use package-subdirectory-regexp.
25850
25851 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25852
25853 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25854 diff-mode-shared-map (bug#8284).
25855 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25856
25857 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25858
25859 * calendar/time-date.el (format-seconds): Use assoc instead of
25860 assoc-string, since assoc-string doesn't exist in XEmacs.
25861
25862 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25863
25864 * custom.el (custom-known-themes): Reflow docstring.
25865 (custom-theme-load-path): Fix typo in docstring.
25866 (load-theme): Fix typo in error message.
25867 (custom-available-themes, custom-variable-theme-value):
25868 Use `let', not `let*'.
25869
25870 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25871
25872 * calc/README: Mention inclusion of musical notes.
25873
25874 * calc/calc-units.el (calc-lu-quant): Rename from
25875 `calc-logunits-quantity'.
25876 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25877 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25878 (calc-db): Rename from `calc-dblevel'.
25879 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25880 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25881 (calc-np): Rename from `calc-nplevel'.
25882 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25883 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25884 (calc-lu-plus): Rename from `calc-logunits-add'.
25885 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25886 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25887 (calc-lu-minus): Rename from `calc-logunits-sub'.
25888 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25889 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25890 (calc-lu-times): Rename from `calc-logunits-mul'.
25891 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25892 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25893 (calc-lu-divide): Rename from `calc-logunits-div'.
25894 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25895 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25896
25897 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25898 functions being autoloaded.
25899
25900 * calc/calc.el (calc-lu-power-reference): Rename from
25901 `calc-logunits-power-reference'.
25902 (calc-lu-field-reference): Rename from
25903 `calc-logunits-field-reference'.
25904
25905 * calc/calc-help.el (calc-l-prefix-help):
25906 Mention musical note functions.
25907
25908 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25909
25910 * minibuffer.el (completion-all-sorted-completions):
25911 Use :completion-cycle-penalty text property if present.
25912
25913 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25914
25915 * allout.el (allout-yank-processing): Adjust for new rebulleting
25916 regime so bullet being yanked is used without prompting the user
25917 for a choice.
25918
25919 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25920
25921 * startup.el (command-line): Warn the user that _emacs is deprecated.
25922
25923 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25924
25925 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25926 (delphi-verbose, delphi-comment-face, delphi-string-face)
25927 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25928 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25929 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25930 (delphi-new-comment-line, delphi-font-lock-defaults)
25931 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25932 Fix typos in docstrings.
25933
25934 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25935
25936 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25937 Invert the roles of character and string values for INSTEAD, so a
25938 string is used for the more common case of a defaulting prompt.
25939
25940 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25941
25942 * progmodes/ruby-mode.el (ruby-backward-sexp):
25943 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25944 * play/gamegrid.el (gamegrid-make-face):
25945 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25946 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25947 * notifications.el (notifications-notify):
25948 * net/xesam.el (xesam-search-engines):
25949 * net/quickurl.el (quickurl-list-insert):
25950 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25951
25952 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
25953
25954 * startup.el (command-line): Update package subdirectory regexp.
25955
25956 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25957
25958 * allout.el (allout-abbreviate-flattened-numbering)
25959 (allout-mode-deactivate-hook): Fix up obsolescence "date".
25960
25961 * subr.el (read-char-choice): Only show the cursor after the prompt,
25962 not after the answer.
25963
25964 2011-03-15 Kevin Ryde <user42@zip.com.au>
25965
25966 * help-fns.el (variable-at-point): Skip leading quotes, if any
25967 (bug#8253).
25968
25969 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25970
25971 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25972 warning message.
25973
25974 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
25975
25976 * shell.el (shell): When called interactively, offer to change the
25977 shell file name on remote hosts.
25978
25979 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
25980
25981 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25982 integration for LDAP parameters. The host, base, user or binddn,
25983 and secret tokens can be specified in a netrc file, for instance.
25984 This is optional because an `auth-source' parameter must be
25985 specified in the search attributes.
25986
25987 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
25988
25989 * help.el (describe-mode): Link to the mode's definition (bug#8185).
25990
25991 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25992
25993 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25994 into declaration. Remove redundant and harmful binding.
25995
25996 2011-03-12 Eli Zaretskii <eliz@gnu.org>
25997
25998 * files.el (file-ownership-preserved-p): Pass `integer' as an
25999 explicit 2nd argument to `file-attributes'. If the file's owner
26000 is the Administrators group on Windows, and the current user is
26001 Administrator, consider that a match.
26002
26003 * server.el (server-ensure-safe-dir): Consider server directory
26004 safe on MS-Windows if its owner is the Administrators group while
26005 the current Emacs user is Administrator. Use `=' to compare
26006 numerical UIDs, since they could be integers or floats.
26007
26008 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26009
26010 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26011
26012 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26013
26014 Sync with Tramp 2.2.1.
26015
26016 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26017
26018 * net/trampver.el: Update release number.
26019
26020 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26021
26022 * progmodes/compile.el (compilation--previous-directory): Fix up
26023 various nil/dead-marker mismatches (bug#8014).
26024 (compilation-directory-properties, compilation-error-properties):
26025 Don't call it at a position past the one we're about to change.
26026
26027 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26028 Disable obsolescence warnings in the file that declares it.
26029
26030 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26031
26032 * allout-widgets.el (allout-widgets-tally):
26033 Initialize allout-widgets-tally as a hash table rather than nil to
26034 prevent mode-line redisplay warnings. Also, clarify the module
26035 description and fix a comment typo.
26036
26037 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26038
26039 * help-fns.el (describe-variable): Don't complete keywords.
26040 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26041
26042 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26043
26044 * emacs-lisp/package.el (package-version-join): Impose a standard
26045 string representation for pre/alpha/beta version lists.
26046 (package-unpack-single): Standardize the directory name by passing
26047 it through package-version-join.
26048 (package-strip-rcs-id): Accept any version string that does not
26049 signal an error in version-to-list.
26050
26051 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26052
26053 * simple.el (delete-trailing-whitespace): Return nil for the
26054 benefit of `write-file-functions'.
26055
26056 2011-03-10 Glenn Morris <rgm@gnu.org>
26057
26058 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26059
26060 * vc/vc-git.el (vc-git-program): New option.
26061 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26062 (vc-git--call): Use it.
26063
26064 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26065
26066 * cus-edit.el (Custom-newline): If no button at point, look
26067 for a subgroup button at start-of-line. (Bug#2298)
26068
26069 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26070
26071 2011-03-10 Julien Danjou <julien@danjou.info>
26072
26073 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26074 `cursor-type' is nil.
26075
26076 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26077
26078 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26079
26080 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26081
26082 * allout.el: Change so yank of distinctive-bullet items
26083 preserves the existing header prefix, rebulleting it if necessary,
26084 rather than replacing it. This is necessary for proper operation
26085 of cooperative addons like allout-widgets.
26086 (allout-make-topic-prefix, allout-rebullet-heading):
26087 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26088 value as alternate bullet to be used, instead of prompting the user
26089 for a bullet character.
26090
26091 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26092
26093 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26094 Do not use `tramp-file-name-port', because this returns also
26095 `tramp-default-port'.
26096
26097 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26098
26099 * net/rcirc.el (rcirc-handler-001): Remove useless
26100 with-rcirc-process-buffer.
26101 (rcirc-check-auth-status): Swap arguments to string-match.
26102
26103 2011-03-09 Glenn Morris <rgm@gnu.org>
26104
26105 * shell.el (shell-mode):
26106 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26107
26108 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26109 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26110
26111 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26112
26113 * emacs-lisp/package.el (package-refresh-contents)
26114 (package-menu-execute): Use condition-case-no-debug.
26115
26116 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26117
26118 * simple.el (shell-command-to-string): Use `process-file'.
26119
26120 * emacs-lisp/package.el (package-tar-file-info): Handle also
26121 remote files.
26122
26123 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26124 Use `equal' for upload base check.
26125
26126 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26127
26128 * textmodes/texinfo.el (texinfo-environments):
26129 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26130
26131 2011-03-08 Glenn Morris <rgm@gnu.org>
26132
26133 * cus-start.el (cursor-in-non-selected-windows):
26134 Fix :set quoting oddness. (Bug#8192)
26135
26136 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26137 in some setf expressions. (Bug#2159)
26138
26139 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26140
26141 * custom.el (custom-available-themes): Return themes in
26142 alphabetical order.
26143
26144 See ChangeLog.15 for earlier changes.
26145
26146 ;; Local Variables:
26147 ;; coding: utf-8
26148 ;; End:
26149
26150 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26151
26152 This file is part of GNU Emacs.
26153
26154 GNU Emacs is free software: you can redistribute it and/or modify
26155 it under the terms of the GNU General Public License as published by
26156 the Free Software Foundation, either version 3 of the License, or
26157 (at your option) any later version.
26158
26159 GNU Emacs is distributed in the hope that it will be useful,
26160 but WITHOUT ANY WARRANTY; without even the implied warranty of
26161 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26162 GNU General Public License for more details.
26163
26164 You should have received a copy of the GNU General Public License
26165 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.