]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs-24; up to 2012-12-27T08:21:08Z!rgm@gnu.org
[gnu-emacs] / lisp / ChangeLog
1 2013-04-26 Glenn Morris <rgm@gnu.org>
2
3 * subr.el (read-number): Once more use `read' rather than
4 `string-to-number', to trap non-numeric input. (Bug#14254)
5
6 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
7
8 * emacs-lisp/syntax.el (syntax-propertize-multiline):
9 Use `syntax-multiline' text property consistently instead of
10 `font-lock-multiline'. (bug#14237).
11
12 2013-04-26 Glenn Morris <rgm@gnu.org>
13
14 * emacs-lisp/shadow.el (list-load-path-shadows):
15 No longer necessary to check for duplicate simple.el, since
16 2012-07-07 change to init_lread to not include installation lisp
17 directories in load-path when running uninstalled. (Bug#14270)
18
19 2013-04-26 Leo Liu <sdl.web@gmail.com>
20
21 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
22 (octave-mode, inferior-octave-mode): Use setq-local.
23 (octave-not-in-string-or-comment-p): Renamed to
24 octave-in-string-or-comment-p.
25 (octave-in-comment-p, octave-in-string-p)
26 (octave-in-string-or-comment-p): Replace defsubst with defun.
27
28 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
29
30 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
31
32 2013-04-25 Bastien Guerry <bzg@gnu.org>
33
34 * textmodes/remember.el (remember-data-directory)
35 (remember-directory-file-name-format): Fix custom types.
36
37 2013-04-25 Leo Liu <sdl.web@gmail.com>
38
39 * progmodes/octave.el (octave-completion-at-point-function): Make
40 use of inferior octave process.
41 (octave-initialize-completions): Remove.
42 (inferior-octave-completion-table): New function.
43 (inferior-octave-completion-at-point): Use it.
44 (octave-completion-alist): Remove.
45
46 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * progmodes/opascal.el: Use font-lock and syntax-propertize.
49 (opascal-mode-syntax-table): New var.
50 (opascal-literal-kind, opascal-is-literal-end)
51 (opascal-literal-token-at): Rewrite.
52 (opascal--literal-start-re, opascal-font-lock-keywords)
53 (opascal--syntax-propertize): New constants.
54 (opascal-font-lock-defaults): Adjust.
55 (opascal-mode): Use them. Set comment-<foo> variables as well.
56 (delphi-comment-face, opascal-comment-face, delphi-string-face)
57 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
58 (delphi-other-face, opascal-other-face): Remove face variables.
59 (opascal-save-state): Remove macro.
60 (opascal-fontifying-progress-step): Remove constant.
61 (opascal--ignore-changes): Remove var.
62 (opascal-set-token-property, opascal-parse-next-literal)
63 (opascal-is-stable-literal, opascal-complete-literal)
64 (opascal-is-literal-start, opascal-face-of)
65 (opascal-parse-region, opascal-parse-region-until-stable)
66 (opascal-fontify-region, opascal-after-change)
67 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
68 (opascal-debug-parse-region, opascal-debug-parse-window)
69 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
70 (opascal-debug-fontify-buffer): Remove.
71 (opascal-debug-mode-map): Adjust accordingly.
72
73 2013-04-25 Leo Liu <sdl.web@gmail.com>
74
75 Merge octave-mod.el and octave-inf.el into octave.el with some
76 cleanups.
77 * progmodes/octave.el: New file renamed from octave-mod.el.
78 * progmodes/octave-inf.el: Merged into octave.el.
79 * progmodes/octave-mod.el: Renamed to octave.el.
80
81 2013-04-25 Tassilo Horn <tsdh@gnu.org>
82
83 * textmodes/reftex-vars.el
84 (reftex-label-ignored-macros-and-environments): New defcustom.
85
86 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
87
88 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
91 (smie-indent-keyword): Improve the check to ensure that the next
92 comment is really on the same line.
93 (smie-indent-comment): Don't align with a subsequent closer (or eob).
94
95 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
96 semi-colons if the line is not otherwise empty (bug#14218).
97
98 2013-04-25 Glenn Morris <rgm@gnu.org>
99
100 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
101
102 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * progmodes/opascal.el (opascal-set-token-property): Rename from
105 opascal-set-text-properties and only set `token' (bug#14134).
106 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
107 (opascal-literal-text-properties): Remove.
108 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
109 Adjust callers.
110
111 2013-04-24 Reuben Thomas <rrt@sc3d.org>
112
113 * textmodes/remember.el (remember-handler-functions): Add an
114 option for a new handler `remember-store-in-files'.
115 (remember-data-directory, remember-directory-file-name-format):
116 New options.
117 (remember-store-in-files): New function to store remember notes
118 as separate files within a directory.
119
120 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
121
122 * progmodes/compile.el (compilation-next-error-function):
123 Pass "formats" to compilation-find-file (bug#11777).
124
125 2013-04-24 Glenn Morris <rgm@gnu.org>
126
127 * vc/vc-bzr.el (vc-bzr-print-log):
128 * vc/vc-hg.el (vc-hg-print-log):
129 * vc/vc-svn.el (vc-svn-print-log):
130 Fix START-REVISION with LIMIT != 1. (Bug#14168)
131
132 * vc/vc-bzr.el (vc-bzr-print-log):
133 * vc/vc-cvs.el (vc-cvs-print-log):
134 * vc/vc-git.el (vc-git-print-log):
135 * vc/vc-hg.el (vc-hg-print-log):
136 * vc/vc-mtn.el (vc-mtn-print-log):
137 * vc/vc-rcs.el (vc-rcs-print-log):
138 * vc/vc-sccs.el (vc-sccs-print-log):
139 * vc/vc-svn.el (vc-svn-print-log):
140 * vc/vc.el (vc-print-log-internal): Doc fixes.
141
142 2013-04-23 Glenn Morris <rgm@gnu.org>
143
144 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
145 Remove venerable code attempting to avoid substitute-command-keys.
146
147 2013-04-23 Tassilo Horn <tsdh@gnu.org>
148
149 * textmodes/reftex-vars.el (reftex-label-regexps):
150 Call `reftex-compile-variables' after changes to this variable.
151
152 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
155 Use lexical-binding.
156 (jit-lock-force-redisplay): Use markers, check buffer's continued
157 existence and beware narrowed buffers.
158 (jit-lock-fontify-now): Adjust call accordingly.
159
160 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
163 to avoid misleading the user.
164
165 2013-04-22 Leo Liu <sdl.web@gmail.com>
166
167 * info-look.el: Prefer latex2e.info. (Bug#14240)
168
169 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
170
171 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
172
173 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
174 * net/tramp.el (tramp-call-process): ... here
175 (tramp-set-completion-function, tramp-parse-putty):
176 * net/tramp-adb.el (tramp-adb-execute-adb-command):
177 * net/tramp-gvfs.el (tramp-gvfs-send-command):
178 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
179 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
180 (tramp-call-local-coding-command): Use `tramp-call-process'
181 instead of `tramp-compat-call-process'.
182
183 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
184 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
185 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
186 (tramp-find-inline-compress):Improve traces.
187 (tramp-maybe-send-script): Check for Perl binary.
188 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
189
190 2013-04-22 Daiki Ueno <ueno@gnu.org>
191
192 * epg.el (epg-context-pinentry-mode): New function.
193 (epg-context-set-pinentry-mode): New function.
194 (epg--start): Pass --pinentry-mode option to gpg command.
195
196 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
197
198 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
199 `comint-dynamic-complete' is obsolete since 24.1, replaced by
200 `completion-at-point'. (Bug#13774)
201
202 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
203 default key binding for `describe-distribution' has been moved to
204 `C-h C-o'. (Bug#13970)
205
206 2013-04-21 Glenn Morris <rgm@gnu.org>
207
208 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
209 Add doc strings.
210 (vc-print-log): Clarify interactive prompt.
211
212 2013-04-20 Glenn Morris <rgm@gnu.org>
213
214 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
215 No longer include timestamp etc information.
216
217 2013-04-20 Roland Winkler <winkler@gnu.org>
218
219 * faces.el (read-face-name): Bug fix, return just one face if arg
220 multiple is nil. (Bug#14209)
221
222 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
225 (remove-function): Autoload.
226
227 * comint.el (comint-redirect-original-filter-function): Remove.
228 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
229 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
230 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
231 * progmodes/prolog.el (prolog-consult-compile):
232 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
233 Use add/remove-function instead.
234 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
235 (gud-tooltip-process-output, gud-tooltip-tips):
236 Use add/remove-function instead.
237 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
238 (scheme-interaction-mode, exit-scheme-interaction-mode):
239 Use add/remove-function instead.
240
241 * vc/vc-dispatcher.el: Use lexical-binding.
242 (vc--process-sentinel): Rename from vc-process-sentinel.
243 Change last arg to be the code to run. Don't use vc-previous-sentinel
244 and vc-sentinel-commands any more.
245 (vc-exec-after): Allow code to be a function. Use add/remove-function.
246 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
247
248 2013-04-19 Masatake YAMATO <yamato@redhat.com>
249
250 * progmodes/sh-script.el (sh-imenu-generic-expression):
251 Handle function names with a single character. (Bug#14111)
252
253 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
254
255 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
256 for subroutines defined in an eval (bug#14182).
257
258 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
259
260 * bookmark.el (bookmark-completing-read): Improve handling of empty
261 string (bug#14176).
262
263 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
266
267 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
268
269 New faster Imenu implementation (bug#14058).
270 * progmodes/python.el:
271 (python-imenu-prev-index-position):
272 (python-imenu-format-item-label-function)
273 (python-imenu-format-parent-item-label-function)
274 (python-imenu-format-parent-item-jump-label-function):
275 New vars.
276 (python-imenu-format-item-label)
277 (python-imenu-format-parent-item-label)
278 (python-imenu-format-parent-item-jump-label)
279 (python-imenu--put-parent, python-imenu--build-tree)
280 (python-imenu-create-index, python-imenu-create-flat-index)
281 (python-util-popn): New functions.
282 (python-mode): Set imenu-create-index-function to
283 python-imenu-create-index.
284
285 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * winner.el (winner-active-region): Use region-active-p, activate-mark
288 and deactivate-mark (bug#14225).
289
290 * simple.el (deactivate-mark): Don't inline it.
291
292 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
293
294 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
295
296 2013-04-18 Tassilo Horn <tsdh@gnu.org>
297
298 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
299 file extensions from the archive-mode entry in order to prefer
300 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
301
302 2013-04-18 Leo Liu <sdl.web@gmail.com>
303
304 * bindings.el (help-event-list): Add ?\?.
305
306 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * subr.el (with-wrapper-hook): Declare obsolete.
309 * simple.el (filter-buffer-substring-function): New hook.
310 (filter-buffer-substring): Use it.
311 (filter-buffer-substring-functions): Mark obsolete.
312 * minibuffer.el (completion-in-region-function): New hook.
313 (completion-in-region): Use it.
314 (completion-in-region-functions): Mark obsolete.
315 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
316 * abbrev.el (abbrev-expand-function): New hook.
317 (expand-abbrev): Use it.
318 (abbrev-expand-functions): Mark obsolete.
319 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
320 and :filter-return.
321
322 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
323
324 * progmodes/python.el (python-nav--syntactically): Fix cornercases
325 and do not care about match data.
326
327 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
330 completion tables when completing error conditions and
331 `declare' arguments.
332 (lisp-complete-symbol, field-complete): Mark as obsolete.
333 (check-parens): Unmatched parens are user errors.
334 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
335
336 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
337
338 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
339 command changed buffer (ie. `flyspell-pre-buffer' is not current
340 buffer), which prevents making decisions based on invalid value of
341 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
342 cause an error when `flyspell-pre-point' was nil after switching
343 buffers.
344 (flyspell-post-command-hook): No longer needs to change buffers when
345 checking pre-word. While at it remove unnecessary progn.
346
347 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
348
349 * textmodes/ispell.el (ispell-add-per-file-word-list):
350 Fix `flyspell-correct-word-before-point' error when accepting
351 words and `coment-padding' is an integer by using
352 `comment-normalize-vars' (Bug #14214).
353
354 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
355
356 New defun movement commands.
357 * progmodes/python.el (python-nav--syntactically)
358 (python-nav--forward-defun, python-nav-backward-defun)
359 (python-nav-forward-defun): New functions.
360
361 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
362
363 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
364 (python-syntax-context): Use named compiler-macro for backwards
365 compatibility with Emacs 24.x.
366
367 2013-04-17 Leo Liu <sdl.web@gmail.com>
368
369 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
370 octave-hide-process-buffer.
371
372 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
375 (bug#14216).
376
377 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
378
379 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
380 Fix adjustment of offset when receiving incomplete responses from GDB
381 (bug#14129).
382
383 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
386 python-mode-abbrev-table.
387 (python-skeleton-define): Adjust accordingly.
388 (python-mode-abbrev-table): New table that inherits from it so that
389 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
390
391 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
392 (abbrev-symbol): Use it.
393 (abbrev--before-point): Use it since we already handle inheritance.
394
395 2013-04-16 Leo Liu <sdl.web@gmail.com>
396
397 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
398 binding to info-lookup-symbol.
399
400 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
401
402 * minibuffer.el (completion--twq-all):
403 * term/ns-win.el (ns-initialize-window-system):
404 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
405
406 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
409 global bindings.
410
411 * doc-view.el (doc-view-start-process): Handle url-handler directories.
412
413 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
414
415 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
416 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
417 to nil.
418 (ruby-end-of-defun): Remove the unused arg, change the docstring
419 to reflect that this function is only used as the value of
420 `end-of-defun-function'.
421 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
422 to reflect an earlier change that beginning/end-of-defun functions
423 jump between methods in a class definition, as well as top-level
424 functions.
425
426 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * minibuffer.el (minibuffer-complete): Don't just scroll
429 a *Completions* that's been iconified.
430 (minibuffer-force-complete): Make sure repetitions do cycle when going
431 through completion-in-region -> minibuffer-complete.
432
433 2013-04-15 Alan Mackenzie <acm@muc.de>
434
435 Correct the placement of c-cpp-delimiters when there're #s not at
436 col 0.
437
438 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
439 place a submatch around the #.
440 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
441 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
442 on the #, not BOL.
443
444 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * emacs-lisp/nadvice.el: Properly test names when adding advice.
447 (advice--member-p): New arg `name'.
448 (advice--add-function, advice-member-p): Use it (bug#14202).
449
450 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
451
452 Reformulate java imenu-generic-expression.
453 The old expression contained ill formed regexps.
454
455 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
456 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
457 (cc-imenu-java-method-arg-regexp): New defconsts.
458 (cc-imenu-java-build-type-args-regex): New defun.
459 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
460 handling of spaces in the regexp.
461
462 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
463
464 * textmodes/ispell.el (ispell-command-loop): Remove
465 flyspell highlight of a word when ispell accepts it (bug #14178).
466
467 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
468
469 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
470 uses code from the previous `ange-ftp-run-real-handler'.
471 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
472 only in case that function exist. This is needed for proper
473 unloading of Tramp.
474
475 2013-04-15 Tassilo Horn <tsdh@gnu.org>
476
477 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
478
479 * textmodes/reftex.el (reftex-compile-variables): Use it.
480
481 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * files.el (normal-mode): Only use default major-mode if no other mode
484 was specified.
485
486 * emacs-lisp/trace.el (trace-values): New function.
487
488 * files.el: Allow : in local variables (bug#14089).
489 (hack-local-variable-regexp): New var.
490 (hack-local-variables-prop-line, hack-local-variables): Use it.
491
492 2013-04-13 Roland Winkler <winkler@gnu.org>
493
494 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
495 data before it gets modified by bibtex-beginning-of-entry.
496
497 2013-04-13 Roland Winkler <winkler@gnu.org>
498
499 * textmodes/bibtex.el (bibtex-url): Doc fix.
500
501 2013-04-13 Roland Winkler <winkler@gnu.org>
502
503 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
504 does not visit a BibTeX file, exclude it from the list of buffers
505 returned by bibtex-initialize.
506
507 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
508
509 * window.el (split-window): Remove interactive form, since as a
510 command this function is a special case of split-window-below.
511 Correct doc string.
512
513 2013-04-12 Roland Winkler <winkler@gnu.org>
514
515 * faces.el (read-face-name): Do not override value of arg default.
516 Allow single faces and strings as default values. Remove those
517 elements from return value that are not faces.
518 (describe-face): Simplify.
519 (face-at-point): New optional args thing and multiple so that this
520 function can provide the same functionality previously provided by
521 read-face-name.
522 (make-face-bold, make-face-unbold, make-face-italic)
523 (make-face-unitalic, make-face-bold-italic, invert-face)
524 (modify-face, read-face-and-attribute): Use face-at-point.
525
526 * cus-edit.el (customize-face, customize-face-other-window)
527 * cus-theme.el (custom-theme-add-face)
528 * face-remap.el (buffer-face-set)
529 * facemenu.el (facemenu-set-face): Use face-at-point.
530
531 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
532
533 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
534
535 2013-04-10 Tassilo Horn <tsdh@gnu.org>
536
537 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
538 off leading { and trailing } from field values.
539
540 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 * emacs-lisp/timer.el (timer--check): New function.
543 (timer--time, timer-set-function, timer-event-handler): Use it.
544 (timer-set-idle-time): Simplify.
545 (timer--activate): CSE.
546 (timer-event-handler): Give more info in error message.
547 (internal-timer-start-idle): New function, moved from C.
548
549 * mpc.el (mpc-proc): Add `restart' argument.
550 (mpc-proc-cmd): Use it.
551 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
552 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
553 less often.
554
555 2013-04-10 Masatake YAMATO <yamato@redhat.com>
556
557 * progmodes/sh-script.el: Implement `sh-mode' own
558 `add-log-current-defun-function' (bug#14112).
559 (sh-current-defun-name): New function.
560 (sh-mode): Use the function.
561
562 2013-04-09 Bastien Guerry <bzg@gnu.org>
563
564 * simple.el (choose-completion-string): Fix docstring (bug#14163).
565
566 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
569
570 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
571 timer (bug#14156).
572
573 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
574
575 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
576 declaration.
577
578 2013-04-07 Leo Liu <sdl.web@gmail.com>
579
580 * pcmpl-x.el: New file.
581
582 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
583
584 Do not set x-display-name until X connection is established.
585 This is needed to prevent from weird situation described at
586 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
587 * frame.el (make-frame): Set x-display-name after call to
588 window system initialization function, not before.
589 * term/x-win.el (x-initialize-window-system): Add optional
590 display argument and use it.
591 * term/w32-win.el (w32-initialize-window-system):
592 * term/ns-win.el (ns-initialize-window-system):
593 * term/pc-win.el (msdos-initialize-window-system):
594 Add compatible optional display argument.
595
596 2013-04-06 Eli Zaretskii <eliz@gnu.org>
597
598 * files.el (normal-backup-enable-predicate): On MS-Windows and
599 MS-DOS compare truenames of temporary-file-directory and of the
600 file, so that 8+3 aliases (usually found in $TEMP on Windows)
601 don't fail comparison by compare-strings. Also, compare file
602 names case-insensitively on MS-Windows and MS-DOS.
603
604 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
607 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
608
609 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
610
611 * whitespace.el (whitespace-color-on, whitespace-color-off):
612 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
613
614 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
615
616 * ispell.el (ispell-set-spellchecker-params):
617 Really set `ispell-args' for all equivs.
618
619 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * ido.el (ido-completions): Use extra elements of ido-decorations
622 (bug#14143).
623 (ido-decorations): Update docstring.
624
625 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
626
627 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
628 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
629 nil during initialization, in order not to miss changes since the
630 file was opened. (Bug#14140)
631
632 2013-04-05 Leo Liu <sdl.web@gmail.com>
633
634 * kmacro.el (kmacro-call-macro): Fix bug#14135.
635
636 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
637
638 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
639
640 2013-04-04 Glenn Morris <rgm@gnu.org>
641
642 * electric.el (electric-pair-inhibit-predicate): Add :version.
643
644 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
647 when a package is required several times (bug#14082).
648
649 2013-04-04 Roland Winkler <winkler@gnu.org>
650
651 * faces.el (read-face-name): Behave as promised by the docstring.
652 Assume that arg default is a list of faces.
653 (describe-face): Call read-face-name with list of default faces.
654
655 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
656
657 * bookmark.el: Fix deletion of bookmarks (bug#13972).
658 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
659 (bookmark-bmenu-execute-deletions): Only skip first line if it's
660 the header.
661 (bookmark-exit-hook-internal): Save even if list is empty.
662
663 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
664
665 * emacs-lisp/package.el (package-pinned-packages): New var.
666 (package--add-to-archive-contents): Obey it (bug#14118).
667
668 2013-04-03 Alan Mackenzie <acm@muc.de>
669
670 Handle `parse-partial-sexp' landing inside a comment opener
671 (Bug#13244). Also adapt to the new values of element 7 of a parse
672 state.
673
674 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
675 parameter `not-in-delimiter'. Handle being inside comment opener.
676 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
677 character in case we're typing a '*' after a '/'.
678 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
679 instead by passing the parameter to c-state-pp-to-literal.
680
681 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
682 for elt. 7 of a parse state.
683
684 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
685
686 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
687 * international/latin1-disp.el, international/mule-util.el:
688 * language/cyril-util.el, language/european.el, language/ind-util.el:
689 * language/lao-util.el, language/thai.el, language/tibet-util.el:
690 * language/tibetan.el, language/viet-util.el:
691 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
692
693 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
696 (electric-pair-post-self-insert-function): Use it.
697 (electric-pair-default-inhibit): New function, extracted from
698 electric-pair-post-self-insert-function.
699
700 2013-03-31 Roland Winkler <winkler@gnu.org>
701
702 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
703
704 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
705
706 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
707
708 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
709
710 Un-indent after "pass" and "return" statements (Bug#13888)
711 * progmodes/python.el (python-indent-block-enders): New var.
712 (python-indent-calculate-indentation): Use it.
713
714 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
715
716 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
717 defun. Defining it as defalias could introduce too eager
718 byte-compiler optimization. (Bug#14030)
719
720 2013-03-30 Chong Yidong <cyd@gnu.org>
721
722 * iswitchb.el (iswitchb-read-buffer): Fix typo.
723
724 2013-03-30 Leo Liu <sdl.web@gmail.com>
725
726 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
727 (kmacro-execute-from-register): Pass the keyboard macro to
728 kmacro-call-macro or repeating won't work correctly.
729
730 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
731
732 * progmodes/subword.el: Back to using `forward-symbol'.
733
734 * subr.el (forward-whitespace, forward-symbol)
735 (forward-same-syntax): Move from thingatpt.el.
736
737 2013-03-29 Leo Liu <sdl.web@gmail.com>
738
739 * kmacro.el (kmacro-to-register): New command.
740 (kmacro-execute-from-register): New function.
741 (kmacro-keymap): Bind to 'x'. (Bug#14071)
742
743 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * mpc.el: Use defvar-local and setq-local.
746 (mpc--proc-connect): Connection failures are not bugs.
747 (mpc-mode-map): `follow-link' only applies to the buffer's content.
748 (mpc-volume-map): Bind to the up-events.
749
750 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
751
752 * progmodes/subword.el (superword-mode): Use `forward-sexp'
753 instead of `forward-symbol'.
754
755 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
758 (edebug--recursive-edit): Use it.
759 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
760 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
761
762 2013-03-28 Leo Liu <sdl.web@gmail.com>
763
764 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
765
766 2013-03-27 Eli Zaretskii <eliz@gnu.org>
767
768 * facemenu.el (list-colors-callback): New defvar.
769 (list-colors-redisplay): New function.
770 (list-colors-display): Install list-colors-redisplay as the
771 revert-buffer-function. (Bug#14063)
772
773 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
776 and suffixes don't overlap (bug#14061).
777
778 * case-table.el: Use lexical-binding.
779 (case-table-get-table): New function.
780 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
781
782 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
783
784 * progmodes/subword.el: Add `superword-mode' to do word motion
785 over symbol_words (parallels and leverages `subword-mode' which
786 does word motion inside MixedCaseWords).
787
788 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
789
790 * eshell/em-unix.el: Move su and sudo to...
791 * eshell/em-tramp.el: ...Eshell tramp module.
792
793 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
796 Change return value to be a sexp. Delay `get-buffer' to after
797 restoring the desktop (bug#13951).
798
799 2013-03-26 Leo Liu <sdl.web@gmail.com>
800
801 * register.el: Move semantic tag handling back to
802 cedet/semantic/senator.el. (Bug#14052)
803
804 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
807 into the prompt either (bug#13963).
808
809 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
812 part of "(error-foo)".
813
814 2013-03-24 Juri Linkov <juri@jurta.org>
815
816 * replace.el (list-matching-lines-prefix-face): New defcustom.
817 (occur-1): Pass `list-matching-lines-prefix-face' to the function
818 `occur-engine' if `face-differs-from-default-p' returns t.
819 (occur-engine): Add `,' inside backquote construct to evaluate
820 `prefix-face'. Propertize the prefix with the `prefix-face' face.
821 Pass `prefix-face' to the functions `occur-context-lines' and
822 `occur-engine-add-prefix'.
823 (occur-engine-add-prefix, occur-context-lines): Add optional arg
824 `prefix-face' and propertize the prefix with `prefix-face'.
825 (Bug#14017)
826
827 2013-03-24 Leo Liu <sdl.web@gmail.com>
828
829 * nxml/rng-valid.el (rng-validate-while-idle)
830 (rng-validate-quick-while-idle): Guard against deleted buffer.
831 (Bug#13999)
832
833 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
834 is the last entry in kill-buffer-hook.
835
836 * files.el (kill-buffer-hook): Doc fix.
837
838 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
839
840 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
841 Make it safe-local.
842
843 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
844
845 2013-03-23 Leo Liu <sdl.web@gmail.com>
846
847 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
848 Remove.
849
850 * nxml/rng-valid.el (rng-validate-mode)
851 (rng-after-change-function, rng-do-some-validation):
852 * nxml/rng-maint.el (rng-validate-buffer):
853 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
854 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
855 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
856 (nxml-extend-after-change-region): Use with-silent-modifications.
857
858 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
859 timer-idle-list.
860
861 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
862 (rng-next-error-1, rng-previous-error-1): Do not let-bind
863 timer-idle-list. (Bug#13999)
864
865 2013-03-23 Juri Linkov <juri@jurta.org>
866
867 * info.el (info-index-match): New face.
868 (Info-index, Info-apropos-matches): Add a nested subgroup to the
869 main pattern and add text properties with the new face to matches
870 in index entries relative to the beginning of the index entry.
871 (Bug#14015)
872
873 2013-03-21 Eric Ludlam <zappo@gnu.org>
874
875 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
876 Inhibit read only while inserting objects.
877
878 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
879
880 * progmodes/cfengine.el: Update docs to mention
881 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
882 symbol motion. Remove "_" from the word syntax.
883
884 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
885
886 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
887 syntax for both `cfengine2-mode' and `cfengine3-mode'.
888
889 2013-03-20 Juri Linkov <juri@jurta.org>
890
891 * info.el (Info-next-reference-or-link)
892 (Info-prev-reference-or-link): New functions.
893 (Info-next-reference, Info-prev-reference): Use them.
894 (Info-try-follow-nearest-node): Handle footnote navigation.
895 (Info-fontify-node): Fontify footnotes. (Bug#13989)
896
897 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
900 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
901
902 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
903
904 Suppress unnecessary non-ASCII chatter during build process.
905 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
906 (batch-skkdic-convert): Suppress most of the chatter.
907 It's not needed so much now that machines are faster,
908 and its non-ASCII component was confusing; see Dmitry Gutov in
909 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
910
911 2013-03-20 Leo Liu <sdl.web@gmail.com>
912
913 * ido.el (ido-chop): Fix bug#10994.
914
915 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
916
917 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
918 Remove vars.
919 (whitespace-color-on, whitespace-color-off):
920 Use `font-lock-fontify-buffer' (Bug#13817).
921
922 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
925 remapping in mode-line.
926 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
927
928 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
929
930 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
931 value for `whitespace-line' face (Bug#13875).
932 (whitespace-font-lock-keywords): Change description.
933 (whitespace-color-on): Don't save `font-lock-keywords' value, save
934 the constructed keywords instead.
935 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
936
937 2013-03-19 Leo Liu <sdl.web@gmail.com>
938
939 * progmodes/compile.el (compilation-display-error): New command.
940 (compilation-mode-map, compilation-minor-mode-map): Bind it to
941 C-o. (Bug#13992)
942
943 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
944
945 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
946
947 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
948
949 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
950
951 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
952
953 * net/tramp-compat.el (tramp-compat-user-error): New defun.
954
955 * net/tramp-adb.el (tramp-adb-handle-shell-command):
956 * net/tramp-gvfs.el (top):
957 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
958 (tramp-handle-shell-command): Use it.
959 (tramp-dissect-file-name): Raise an error when hostname is a
960 method name, and neither method nor user is specified.
961
962 * net/trampver.el: Update release number.
963
964 2013-03-18 Leo Liu <sdl.web@gmail.com>
965
966 Make sure eldoc can be turned off properly.
967 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
968 eldoc-mode.
969 (eldoc-display-message-p): Revert last change.
970 (eldoc-display-message-no-interference-p)
971 (eldoc-print-current-symbol-info): Tweak.
972
973 2013-03-18 Tassilo Horn <tsdh@gnu.org>
974
975 * doc-view.el (doc-view-new-window-function): Check the new window
976 overlay's display property instead the char property of the
977 buffer's first char. Use `with-selected-window' instead of
978 `save-window-excursion' with `select-window'.
979 (doc-view-document->bitmap): Check the current doc-view overlay's
980 display property instead the char property of the buffer's first char.
981
982 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
983
984 Automate the build of ja-dic.el (Bug#13984).
985 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
986 from the input, rather than assume that it's been done for us by the
987 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
988 the current date into a ja-dic.el comment, as that complicates
989 regression testing.
990
991 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 * whitespace.el: Fix double evaluation.
994 (whitespace-space, whitespace-hspace, whitespace-tab)
995 (whitespace-newline, whitespace-trailing, whitespace-line)
996 (whitespace-space-before-tab, whitespace-indentation)
997 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
998 obsolete defvars.
999 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1000 (whitespace-color-on): Use a single font-lock-add-keywords call.
1001 Fix double-evaluation of face variables.
1002
1003 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
1004
1005 * net/tramp-adb.el (tramp-adb-parse-device-names):
1006 Use `start-process' instead of `call-process'. Otherwise, the
1007 function might be blocked under MS Windows. (Bug#13299)
1008
1009 2013-03-17 Leo Liu <sdl.web@gmail.com>
1010
1011 Extend eldoc to display info in the mode-line. (Bug#13978)
1012 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1013 (eldoc-mode-line-string): New variable.
1014 (eldoc-minibuffer-message): New function.
1015 (eldoc-message-function): New variable.
1016 (eldoc-message): Use it.
1017 (eldoc-display-message-p)
1018 (eldoc-display-message-no-interference-p):
1019 Support eldoc-post-insert-mode.
1020
1021 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1022 (eval-expression): Run it.
1023
1024 2013-03-17 Roland Winkler <winkler@gnu.org>
1025
1026 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1027 strings in the list of return values.
1028
1029 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1030
1031 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1032 radix before checking for HMS forms.
1033
1034 2013-03-16 Leo Liu <sdl.web@gmail.com>
1035
1036 * progmodes/scheme.el: Add indentation and font-locking for λ.
1037 (Bug#13975)
1038
1039 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1042 token before point (bug#13942).
1043
1044 2013-03-16 Leo Liu <sdl.web@gmail.com>
1045
1046 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
1047
1048 2013-03-16 Eli Zaretskii <eliz@gnu.org>
1049
1050 * startup.el (command-line-normalize-file-name): Fix handling of
1051 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
1052 <xfq.free@gmail.com> in
1053 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1054
1055 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1056
1057 Sync with Tramp 2.2.7.
1058
1059 * net/trampver.el: Update release number.
1060
1061 2013-03-14 Tassilo Horn <tsdh@gnu.org>
1062
1063 * doc-view.el Fix bug#13887.
1064 (doc-view-insert-image): Don't modify overlay associated to
1065 non-live windows, and implement horizontal centering of image in
1066 case it's smaller than the window.
1067 (doc-view-new-window-function): Force redisplay of new windows on
1068 doc-view buffers.
1069
1070 2013-03-13 Karl Fogel <kfogel@red-bean.com>
1071
1072 * saveplace.el (save-place-alist-to-file): Don't sort
1073 `save-place-alist', just pretty-print it (bug#13882).
1074
1075 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
1076
1077 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1078 whether `default-file-name-coding-system' is bound. It isn't in
1079 XEmacs.
1080
1081 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1084 backquotes for `obsolete' (bug#13929).
1085
1086 * international/mule.el (find-auto-coding): Include file name in
1087 obsolescence warning (bug#13922).
1088
1089 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1090
1091 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1092 for CFEngine 3-specific indentation.
1093 (cfengine3-indent-line): Use it. Fix up category regex.
1094 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1095
1096 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * type-break.el (type-break-file-name):
1099 * textmodes/remember.el (remember-data-file):
1100 * strokes.el (strokes-file):
1101 * shadowfile.el (shadow-initialize):
1102 * saveplace.el (save-place-file):
1103 * ps-bdf.el (bdf-cache-file):
1104 * progmodes/idlwave.el (idlwave-config-directory):
1105 * net/quickurl.el (quickurl-url-file):
1106 * international/kkc.el (kkc-init-file-name):
1107 * ido.el (ido-save-directory-list-file):
1108 * emulation/viper.el (viper-custom-file-name):
1109 * emulation/vip.el (vip-startup-file):
1110 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1111 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1112
1113 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1114
1115 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1116 * language/thai-word.el: Switch to UTF-8.
1117
1118 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1121
1122 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1123
1124 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1125 Use with-current-buffer and don't move point.
1126 (net-utils-run-simple): Remove useless code.
1127 (net-utils-remove-ctl-m): Remove unused custom.
1128
1129 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1130
1131 * international/characters.el (glyphless-set-char-table-range): New fun.
1132 (update-glyphless-char-display): Use it (bug#13744).
1133
1134 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1135
1136 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1137 namespaces in the syntax, indent closer for hanging brace
1138 correctly, allow single-quote delimited 'strings', and make
1139 `cfengine3-mode' the default.
1140
1141 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1142
1143 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1144 Use lexical-binding. Fix up docstring according to conventions.
1145 (gdbmi-debug-mode): New var.
1146 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1147 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1148 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1149 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1150 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1151 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1152 (gdbmi-bnf-incomplete-record-result): New functions.
1153 (gdb-car<): Remove function.
1154 (gdbmi-record-list): Remove variable.
1155 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1156 (gdbmi-bnf-result-state-configs): New const.
1157 (gud-gdbmi-marker-filter): Rewrite.
1158 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1159 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1160 Add `token' argument.
1161 (gdb-done, gdb-error): New functions.
1162 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1163
1164 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * term/xterm.el (xterm--report-background-handler): Don't burp
1167 upon timeout.
1168 (xterm--version-handler): Extract from terminal-init-xterm.
1169 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1170 Allow multiple handlers.
1171 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1172
1173 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1174 (xterm--report-background-handler, xterm--query): New functions.
1175 (terminal-init-xterm): Use them.
1176
1177 2013-03-11 Michael R. Mauger <michael@mauger.com>
1178
1179 * progmodes/sql.el Version 3.2
1180 Please note that my address changed to <michael@mauger.com>;
1181 the <mmaug@yahoo.com> address remains active.
1182 (sql-connection-alist): Updates documentation to fix bug#13715.
1183 (sql-connect): Handle missing `sql-connection-alist' correctly.
1184 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1185 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1186 property.
1187 (sql-default-value): New function.
1188 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1189 values were not used.
1190 (sql-rename-buffer): Make sure alternate buffer name has no text
1191 properties.
1192 (sql-input-sender, sql-execute-feature): Fetch variable with
1193 `buffer-local-value' rather than `with-current-buffer'.
1194 (sql-*): Use #' function syntax consistently.
1195 (sql-*): Use message/error/user-error consistently.
1196
1197 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * xt-mouse.el (xterm-mouse-event-read): Remove.
1200 (xterm-mouse--read-event-sequence-1000)
1201 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1202
1203 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * term/xterm.el (xterm-function-map): Support format used with
1206 formatOtherKeys=1 (bug#13839).
1207
1208 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1209 (with-no-warnings): Use `declare'.
1210
1211 * whitespace.el (whitespace-enable-predicate): New variable.
1212 (whitespace-enable-predicate): Use it.
1213
1214 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1215 (comint-output-filter, comint-update-fence):
1216 Use with-silent-modifications.
1217
1218 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1219
1220 * replace.el (occur-read-regexp-defaults-function): New var.
1221 (occur-read-regexp-defaults): New defun.
1222 (occur-read-primary-args): Propagate above change (bug#13892).
1223
1224 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1227
1228 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1229
1230 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1231
1232 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1233 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1234 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1235 New defconst.
1236 (tramp-gvfs-file-name-handler-alist) [directory-files]
1237 [directory-files-and-attributes, file-exists-p, file-modes]:
1238 Use Tramp default handler.
1239 [file-acl, file-selinux-context, process-file, set-file-acl]:
1240 [set-file-modes, set-file-selinux-context, shell-command]:
1241 [start-file-process]: Remove handler.
1242 [verify-visited-file-modtime]: New handler.
1243 (tramp-gvfs-dbus-string-to-byte-array)
1244 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1245 calls of `dbus-string-to-byte-array' and
1246 `tramp-gvfs-dbus-byte-array-to-string'.
1247 (tramp-gvfs-handle-copy-file)
1248 (tramp-gvfs-handle-delete-directory)
1249 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1250 (tramp-gvfs-handle-file-directory-p)
1251 (tramp-gvfs-handle-file-executable-p)
1252 (tramp-gvfs-handle-file-name-all-completions)
1253 (tramp-gvfs-handle-file-readable-p)
1254 (tramp-gvfs-handle-file-writable-p)
1255 (tramp-gvfs-handle-insert-directory)
1256 (tramp-gvfs-handle-insert-file-contents)
1257 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1258 (tramp-gvfs-handle-set-visited-file-modtime)
1259 (tramp-gvfs-handle-write-region): Rewrite.
1260 (tramp-gvfs-handle-file-acl)
1261 (tramp-gvfs-handle-file-selinux-context)
1262 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1263 (tramp-gvfs-handle-set-file-modes)
1264 (tramp-gvfs-handle-set-file-selinux-context)
1265 (tramp-gvfs-handle-shell-command)
1266 (tramp-gvfs-handle-start-file-process)
1267 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1268 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1269 over the symlinks. Fix user handling.
1270 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1271 of the D-Bus signals.
1272 (tramp-gvfs-connection-mounted-p): Handle different names of the
1273 D-Bus methods.
1274 (tramp-gvfs-mount-spec-entry): New defun.
1275 (tramp-gvfs-mount-spec): Use it.
1276 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1277 there is a share name. Handle different names of the D-Bus
1278 signals and methods. Set connection properties needed for
1279 `tramp-check-cached-permissions'.
1280 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1281 Return t or nil.
1282
1283 * net/tramp.el (tramp-backtrace): Move up.
1284 (tramp-error): Dump a backtrace into the debug buffer when
1285 `tramp-verbose > 9.
1286 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1287 (tramp-file-mode-permissions, tramp-get-local-uid)
1288 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1289 tramp-sh.el.
1290
1291 * net/tramp-sh.el (tramp-file-mode-type-map)
1292 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1293 (tramp-file-mode-permissions, tramp-get-local-uid)
1294 (tramp-get-local-gid): Move to tramp.el.
1295
1296 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 Separate mouse-1-click-follows-link from mouse-drag-region.
1299 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1300 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1301 (mouse-drag-line, mouse-drag-track):
1302 Remove mouse-1-click-follows-link code.
1303 (mouse--remap-link-click-p): Remove.
1304
1305 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1306
1307 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1308 (hi-lock-read-regexp-defaults): New defun.
1309 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1310 (hi-lock-face-phrase-buffer): Propagate above change.
1311 Update docstring (bug#13892).
1312
1313 * subr.el (find-tag-default-as-regexp): New defun.
1314 * replace.el (read-regexp): Propagate above change.
1315
1316 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1317
1318 * calc/calc-units.el (calc-convert-units): Fix the way that default
1319 new units are stored.
1320
1321 2013-03-07 Matthias Meulien <orontee@gmail.com>
1322
1323 * bookmark.el: Define a face to highlight bookmark names in
1324 bookmark menu buffers, where the default is a bold face similarly
1325 to buffer names in buffer menu buffers.
1326 (bookmark-menu-bookmark): New face to highlight bookmark names.
1327 (bookmark-insert-location): Remove duplicated text property to
1328 conform to buffer list (see `list-buffers').
1329 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1330 `bookmark-menu-bookmark' to bookmark names.
1331
1332 2013-03-07 Matthias Meulien <orontee@gmail.com>
1333 Karl Fogel <kfogel@red-bean.com>
1334
1335 * bookmark.el: Display the bookmark list header similarly to the
1336 buffer list header (see `list-buffers'), where the default is now
1337 an immovable/immutable header line.
1338 (bookmark-bmenu-use-header-line): New variable.
1339 (bookmark-bmenu-inline-header-height): New name for
1340 `bookmark-bmenu-header-height', to avoid confusion with the code
1341 for the new immovable header. All references changed.
1342 (bookmark-bmenu-set-header): New function.
1343 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1344 Conditionalize header construction accordingly.
1345 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1346 the inline header height.
1347 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1348 Conditionalize the skipping of the inline header height.
1349
1350 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1351
1352 * progmodes/js.el (js--multi-line-declaration-indentation):
1353 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1354
1355 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1356
1357 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1358 Only propertize regexp when not inside a string (Bug#13885).
1359
1360 2013-03-06 Alan Mackenzie <acm@muc.de>
1361
1362 Correct the position of point in some line-up functions.
1363 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1364 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1365 point at column 0 rather than at a random place in the line.
1366
1367 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1368
1369 * net/tramp-compat.el (tramp-compat-delete-directory):
1370 Implement TRASH argument.
1371
1372 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1373
1374 Keep pre-existing highlighting in completion candidates (Bug#13250).
1375 * minibuffer.el (completions-first-difference): State that the
1376 face is "added" in the docstring.
1377 (completions-common-part): Same. And don't inherit from default.
1378 (completion-hilit-commonality): Prepend 'completions-common-part
1379 and 'completion-first-difference faces to the 'face property,
1380 instead of replacing the value(s).
1381 (completion--insert-strings): Same with 'completions-annotations face.
1382 (completion-hilit-commonality): Use 'face instead of
1383 'font-lock-face, because it gets priority if the completion
1384 strings already have 'face set.
1385
1386 2013-03-04 Alan Mackenzie <acm@muc.de>
1387
1388 Replace `last-command-event' by `last-command-char' in XEmacs.
1389 * progmodes/cc-defs.el (c-last-command-char): New macro.
1390 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1391 (c-semi&comma-no-newlines-before-nonblanks)
1392 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1393 in place of `last-command-event'.
1394 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1395 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1396 (c-electric-paren, c-electric-continued-statement): Use the new
1397 macro in place of `last-command-event'.
1398
1399 2013-03-04 Glenn Morris <rgm@gnu.org>
1400
1401 * files.el (inhibit-local-variables-regexps):
1402 Add .diff and .patch. (Bug#13862)
1403
1404 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1405
1406 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1407 whether the "su" command is available on the device.
1408
1409 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1410
1411 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1412 (tramp-adb-handle-process-file): Remove superfluous setting.
1413 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1414 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1415 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1416
1417 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1420 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1421 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1422 Use dict-key rather than dict-name for the error message.
1423
1424 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1425
1426 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1427 when reverting (bug#13831).
1428
1429 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1430
1431 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1432 Always expand affix-file before storing to protect against changed
1433 `default-directory'.
1434 (ispell-print-if-debug): Make sure message is printed at the end
1435 of the debug buffer.
1436
1437 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1438
1439 * net/tramp.el (tramp-obsolete-methods): New defconst.
1440 (tramp-warned-obsolete-methods): New defvar.
1441 (tramp-find-method): Check for obsolete methods. Map them to a
1442 replacement method if appropriate.
1443
1444 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1445 Remove methods.
1446 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1447 "ssh2" and "plink1".
1448
1449 2013-02-28 Dale Sedivec <dale@codefu.org>
1450
1451 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1452 Return valid syntax-table property value when converting
1453 quotes within text from string syntax to punctuation syntax (bug#13844).
1454
1455 2013-02-28 Juri Linkov <juri@jurta.org>
1456
1457 * dired-aux.el (dired-diff): If file at point is a backup file,
1458 use its original as the default value, and reverse the order
1459 of arguments to the `diff' call. Doc fix. (Bug#13772)
1460
1461 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1462
1463 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1464 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1465
1466 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1467
1468 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1469
1470 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1471 Ask hunspell about available and default dictionaries.
1472 (ispell-parse-hunspell-affix-file): Extract relevant info from
1473 hunspell affix file.
1474 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1475 `ispell-dictionary-alist' entry for given dictionary after info
1476 provided by `ispell-parse-hunspell-affix-file'.
1477 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1478 of parsed hunspell dicts and associated affix files.
1479 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1480 of parsed hunspell dicts and associated parameters.
1481 (ispell-set-spellchecker-params):
1482 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1483 previously done.
1484 (ispell-start-process):
1485 Call `ispell-hunspell-fill-dictionary-entry' for current
1486 dictionary if it is not initialized.
1487
1488 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * imenu.el: Comment nitpicks.
1491
1492 2013-02-28 Sam Steingold <sds@gnu.org>
1493
1494 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1495 See <http://stackoverflow.com/questions/14720205>.
1496
1497 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1498
1499 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1500 (net-utils-mode): Use it.
1501 (net-utils--revert-cmd): New var.
1502 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1503 (traceroute): Use net-utils-run-simple.
1504
1505 2013-02-28 Glenn Morris <rgm@gnu.org>
1506
1507 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1508
1509 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1512 (doc-view-fallback-mode): Remove overlays here.
1513 (doc-view-toggle-display): Instead of here. Don't throw away
1514 image-mode-winprops-alist.
1515 (doc-view-goto-page): Don't mess with hscroll.
1516
1517 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1518
1519 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1520 &optional (bug#13819).
1521
1522 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1523
1524 * net/tramp-adb.el (tramp-adb-parse-device-names)
1525 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1526
1527 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1528
1529 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1530 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1531 defined. POSIX environments fall back to the "C" locale then and
1532 emit a warning, which shall be suppressed.
1533
1534 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1537 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1538
1539 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1542
1543 2013-02-25 Juri Linkov <juri@jurta.org>
1544
1545 * replace.el (read-regexp): Let-bind `default' to the first
1546 element of `defaults' if it's a list, otherwise it should be
1547 a string or nil. Let-bind `suggestions' to `defaults' if it's
1548 a list, otherwise make a list with the string value. Doc fix.
1549 (Bug#13805)
1550
1551 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1552
1553 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1554 that match "\`\.#", to avoid compiling lock files, even if they
1555 are readable (as they are on MS-Windows).
1556
1557 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * files.el (basic-save-buffer): Remove redundant directory-creation.
1560
1561 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1562
1563 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1564 Add option to force `pi' to remain symbolic.
1565 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1566 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1567 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1568 derivatives, when necessary.
1569
1570 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1571
1572 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1573 (ps-mode-octal-region): Use string-make-unibyte.
1574
1575 2013-02-23 Glenn Morris <rgm@gnu.org>
1576
1577 * emulation/viper-cmd.el (viper-submit-report):
1578 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1579 * progmodes/vera-mode.el (vera-mode-help-address):
1580 * textmodes/artist.el (artist-maintainer-address):
1581 * textmodes/reftex.el (reftex-report-bug):
1582 * vc/ediff-util.el (ediff-submit-report):
1583 Add bug-gnu-emacs to bug report address.
1584
1585 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1586 Remove bug report entries.
1587 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1588
1589 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1590 (byte-compile-file, byte-compile-from-buffer):
1591 Use separate input/output buffers for each level of recursive
1592 byte-compile-file calls. (Bug#13787)
1593
1594 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1595
1596 * net/tramp.el (tramp-methods): Fix docstring.
1597 (tramp-ssh-controlmaster-options): Rename it from
1598 `tramp-ssh-controlmaster-template'. Return a string.
1599 (tramp-default-method): Adapt check for
1600 `tramp-ssh-controlmaster-options'.
1601
1602 * net/tramp-sh.el (tramp-methods):
1603 Replace `tramp-ssh-controlmaster-template' by "%c".
1604 (tramp-do-copy-or-rename-file-out-of-band)
1605 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1606 that it is applied for the first hop only.
1607
1608 2013-02-22 Juri Linkov <juri@jurta.org>
1609
1610 * isearch.el (isearch-lazy-highlight-new-loop):
1611 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1612 to `isearch-other-end' if it is not nil. (Bug#13402)
1613
1614 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1615 to `match-beg'.
1616
1617 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1618 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1619 and `isearch-error' to nil.
1620
1621 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1622
1623 * progmodes/python.el (python-info-current-defun):
1624 Enhance match-data cluttering prevention.
1625
1626 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1627
1628 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1629
1630 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1631 Handle multibyte file names.
1632
1633 2013-02-22 Glenn Morris <rgm@gnu.org>
1634
1635 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1636 (sgml-transformation-function): Give it a :set function.
1637 (sgml-tag): Doc fix.
1638
1639 * cmuscheme.el (scheme-buffer):
1640 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1641 * progmodes/tcl.el (inferior-tcl-buffer):
1642 * textmodes/tex-mode.el (tex-command): Doc fixes.
1643
1644 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1645
1646 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1647
1648 2013-02-21 Bastien Guerry <bzg@gnu.org>
1649
1650 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1651
1652 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1653
1654 * progmodes/python.el (python-info-current-defun):
1655 Enhance match-data cluttering prevention.
1656
1657 2013-02-21 Glenn Morris <rgm@gnu.org>
1658
1659 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1660 loaded while outline-regexp is let bound. (Bug#9584)
1661
1662 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1663
1664 * progmodes/python.el (python-info-current-defun): Fix failed
1665 defun name retrieval because of unwanted match-data cluttering.
1666
1667 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1668
1669 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1670 defconst. Apply independent check for ControlPersist.
1671
1672 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1673 temporarily, via "env".
1674
1675 2013-02-21 Glenn Morris <rgm@gnu.org>
1676
1677 * info.el (Info-enable-edit): Remove.
1678 (Info-edit): Disable it rather than using Info-enable.
1679 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1680 (Info-cease-edit): Make editing of Info files obsolete.
1681
1682 * informat.el (Info-tagify):
1683 Handle buffers not visiting files. (Bug#13763)
1684
1685 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1686
1687 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1688
1689 2013-02-21 Glenn Morris <rgm@gnu.org>
1690
1691 * files.el (basic-save-buffer): Move check for existing parent
1692 directory after hooks. (Bug#13773)
1693
1694 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * simple.el (command-execute): Move from C. Add obsolete check.
1697 (extended-command-history): Move from C.
1698
1699 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1700
1701 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1702 (jka-compr-mode-alist-additions): Handle .txz suffix for
1703 XZ-compressed tar archives (bug#13770).
1704
1705 2013-02-20 Bastien Guerry <bzg@gnu.org>
1706
1707 * outline.el (outline-regexp, outline-heading-end-regexp):
1708 Make variables, not options (bug#13731).
1709
1710 2013-02-20 Glenn Morris <rgm@gnu.org>
1711
1712 * image.el (image-current-frame): Change from variable to function.
1713 (image-show-frame): Rename from image-nth-frame. Update callers.
1714 * image-mode.el (image-multi-frame): New variable.
1715 (image-mode-map, image-mode, image-goto-frame):
1716 Use image-multi-frame rather than image-current-frame.
1717 (image-mode, image-goto-frame): Use image-current-frame as
1718 function rather than as variable.
1719
1720 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1721 * emacs-lisp/cl-macs.el (cl--make-type-test)
1722 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1723
1724 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1725
1726 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1727 (tramp-get-file-property, tramp-set-file-property)
1728 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1729 (tramp-flush-file-property, tramp-flush-directory-property):
1730 Rename argument to KEY.
1731 (tramp-flush-connection-property): Simplify a little bit.
1732 (tramp-connection-property-p): New defun.
1733 (top): Reapply saved values only if there isn't a corresponding
1734 entry in `tramp-connection-properties'.
1735
1736 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1737
1738 * progmodes/python.el (python-indent-context):
1739 Fix python-info-line-ends-backslash-p call.
1740 (python-info-line-ends-backslash-p)
1741 (python-info-beginning-of-backslash): Respect line-number argument.
1742 (python-info-current-line-comment-p):
1743 Fix behavior when not at beginning-of-line.
1744 (python-util-position): Remove function.
1745 (python-util-goto-line): New function.
1746
1747 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * eshell/em-unix.el (eshell/su): Require tramp.
1750 (eshell/sudo): Require tramp. Remove now unnecessary check.
1751
1752 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1753 `tramp-current-connection' in order to avoid an error when several
1754 commands are invoked in a short time in eshell and friends.
1755
1756 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 Cleanup some of EIEIO's namespace.
1759 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1760 Use it to define all the class-* and object-* field accessors (renamed
1761 to eieio--class-* and eieio--object-*). Update all uses.
1762 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1763 class-num-slots and object-num-slots.
1764 (eieio--check-type): New macro.
1765 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1766 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1767 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1768 (object-assoc-list-safe): Use it.
1769 (eieio-defclass): Tighten regexp.
1770 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1771 Remove unreachable code.
1772 (object-class-fast): Declare obsolete.
1773 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1774 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1775 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1776 Rename from class-name, object-name, object-set-name-string,
1777 object-class, object-class-name, class-parents, class-children,
1778 class-precedence-list, class-parent; with obsolete alias.
1779 (class-of, class-direct-superclasses, class-direct-subclasses):
1780 Declare obsolete.
1781 (eieio-defmethod): Use `memq'; remove unreachable code.
1782 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1783 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1784 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1785
1786 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1787
1788 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1789 commentary.
1790
1791 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1792
1793 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1794 Use font-lock-keyword-face for macros and special forms (bug#8345).
1795
1796 2013-02-17 Didier Verna <didier@didierverna.net>
1797
1798 * net/network-stream.el (network-stream-open-starttls):
1799 Check that response to the starttls-command is non-nil. (Bug#13706)
1800
1801 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1804 Don't assume all identifier chars have syntax word.
1805 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1806 Remove bar-not-symbol. Adjust callers.
1807 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1808
1809 2013-02-17 Leo Liu <sdl.web@gmail.com>
1810
1811 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1812
1813 2013-02-17 Glenn Morris <rgm@gnu.org>
1814
1815 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1816
1817 * image-mode.el (image-mode-map): Add image-dired menu entry.
1818
1819 * image-dired.el (tumme): Make this alias obsolete.
1820
1821 2013-02-16 Glenn Morris <rgm@gnu.org>
1822
1823 * image.el (image-animated-types): Remove.
1824 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1825 (image-animated-p): Make obsolete alias.
1826 (image-animate, image-nth-frame, image-animate-timeout):
1827 Use image-multi-frame-p.
1828 (image-animate-timeout): If no delay, use image-default-frame-delay.
1829 * image-mode.el (image-mode, image-toggle-animation):
1830 Use image-multi-frame-p. (Bug#763, bug#10739)
1831 (image-mode): Adjust startup message for a multi-frame image.
1832
1833 * image-mode.el (image-mode-map): Give it a menu.
1834
1835 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1836
1837 * net/tramp-cache.el (tramp-connection-properties): New customer
1838 option.
1839 (tramp-get-connection-property): Use it.
1840
1841 * net/tramp-compat.el (top): Require 'trampver.
1842
1843 * net/tramp-sh.el (tramp-remote-process-environment):
1844 Set tramp-autoload cookie.
1845
1846 2013-02-16 Kevin Ryde <user42@zip.com.au>
1847
1848 * info-look.el (info-lookup-select-mode): If major-mode has no
1849 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1850
1851 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1852
1853 * replace.el (read-regexp): Tighten the regexp that matches tag.
1854 When tag is retrieved with `find-tag-default', use regexp that
1855 matches tag at point. Also update docstring (Bug#13687).
1856
1857 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1858
1859 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1860 add watch for the file, not its parent directory, since w32notify
1861 sets up the watch for the directory internally. (Bug#13725)
1862
1863 2013-02-16 Glenn Morris <rgm@gnu.org>
1864
1865 * image.el (image-default-frame-delay): New variable.
1866 (image-animated-p): Use image-default-frame-delay.
1867 (image-minimum-frame-delay): New constant.
1868 (image-animate-timeout): Use image-minimum-frame-delay.
1869
1870 * image.el (image-nth-frame): New, split from image-animate-timeout.
1871 (image-animate-timeout): Use image-nth-frame.
1872 * image-mode.el (image-goto-frame, image-next-frame)
1873 (image-previous-frame): New commands.
1874 (image-mode-map): Add new frame commands.
1875
1876 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1877
1878 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1879 If col-desc already has help-echo, use it. (Bug#13563)
1880
1881 2013-02-16 Glenn Morris <rgm@gnu.org>
1882
1883 * image.el (image-current-frame): New variable.
1884 (image-animate-timeout): Set image-current-frame.
1885 * image-mode.el (image-mode): For animated images,
1886 display a frame counter via mode-line-process.
1887
1888 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1889
1890 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1893
1894 2013-02-15 Alan Mackenzie <acm@muc.de>
1895
1896 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1897 global minor mode has been enabled, call the minor mode function
1898 for a new buffer once only, after the major mode hook, whilst
1899 allowing that hook explicitly to disable the minor mode.
1900 (MODE-disable-in-buffer): New (generated) function.
1901 (disable-MODE): New (generated) buffer local variable.
1902
1903 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1904
1905 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1906 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1907 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1908 `ido-next-match' and `ido-prev-match' resply.
1909 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1910 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1911 `icomplete-backward-completions' (Bug#13708).
1912
1913 2013-02-15 Glenn Morris <rgm@gnu.org>
1914
1915 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1916
1917 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1920 (goto-address-fontify-region): Use them instead of narrowing, so
1921 syntax-ppss has access to the whole buffer.
1922
1923 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1924
1925 * progmodes/python.el: Explain how to restore "cc-mode"-like
1926 forward-sexp movement in header documentation (Bug#13642).
1927 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1928 comments and strings (GH bug 114).
1929
1930 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1931
1932 * progmodes/python.el (python-info-current-defun): Fix current
1933 defun detection (Bug#13618).
1934
1935 2013-02-15 Chong Yidong <cyd@gnu.org>
1936
1937 * xml.el (xml-parse-string): Fix typo in handling of bad character
1938 references.
1939
1940 2013-02-15 Glenn Morris <rgm@gnu.org>
1941
1942 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1943
1944 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1945
1946 * net/tramp.el (tramp-debug-message):
1947 Add `tramp-condition-case-unless-debug'.
1948 (tramp-debug-on-error): New defvar.
1949 (tramp-condition-case-unless-debug): New defun.
1950 (tramp-file-name-handler): Use it.
1951
1952 2013-02-14 Juri Linkov <juri@jurta.org>
1953
1954 * info.el (Info-isearch-filter): Treat non-nil values of
1955 `search-invisible' including its default value `open'
1956 like the value `t' to match hidden text. (Bug#13402)
1957
1958 2013-02-14 Glenn Morris <rgm@gnu.org>
1959
1960 * help-fns.el (find-lisp-object-file-name): Give special treatment
1961 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1962
1963 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1964
1965 * net/quickurl.el (quickurl-save-urls):
1966 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1967
1968 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1969
1970 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1971 depth for unfinished percent literal. Not using it in the caller.
1972 (ruby-move-to-block): Jump over multiline literals of all types,
1973 ignoring code-looking contents inside them.
1974 (ruby-add-log-current-method): Improve performance at the expense
1975 of accuracy. `ruby-block-contains-point' is relatively slow, so
1976 only use it for method and singleton class blocks.
1977
1978 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1979
1980 Use ControlMaster where applicable. (Bug#13677)
1981
1982 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1983 replacing `tramp-detect-ssh-controlmaster'.
1984 (tramp-default-method): Use it.
1985
1986 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1987 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1988 arguments.
1989 [scpc, rsyncc]: Remove methods.
1990 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1991 and "ssh2_old".
1992 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1993 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1994
1995 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 * emacs-lisp/package.el (package--initialized): Move before first use.
1998
1999 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
2000
2001 * icomplete.el (icomplete-hide-common-prefix): New user option.
2002 (icomplete-first-match): New face.
2003 (icomplete-completions): Correct handling of "complete but not
2004 unique" (Bug#12638).
2005
2006 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
2007
2008 * descr-text.el (describe-char): Display the script (bug#13698).
2009
2010 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * tmm.el: Use lexical-binding and current-active-maps.
2013 (tmm-menubar): Use map-keymap and pcase.
2014 (tmm--completion-table): New function.
2015 (tmm-prompt): Use it to fix the menu order.
2016 (tmm-get-keybind): Use current-active-maps.
2017
2018 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
2019
2020 Add dired-hide-details-mode. (Bug#6799)
2021
2022 * locate.el (locate-mode): Set parent mode property to dired-mode.
2023
2024 * find-dired.el (find-dired): Call dired-insert-set-properties on
2025 initial information line. Set process mark on end of buffer.
2026 (find-dired-sentinel):
2027 Call dired-insert-set-properties on summary.
2028
2029 * dired.el (dired-hide-details-hide-symlink-targets)
2030 (dired-hide-details-hide-information-lines): New options.
2031 (dired-insert-directory):
2032 Set properties after final treatment of output.
2033 (dired-insert-set-properties):
2034 Set dired-hide-details-* properties.
2035 (dired-mode-map): Bind dired-hide-details-mode.
2036 (dired-mode): Set buffer-invisibility-spec to a list.
2037 (dired-next-line): Skip hidden lines.
2038 (dired-previous-line): Use dired-next-line.
2039 (dired-hide-details-mode): New minor mode.
2040 (dired-hide-details-update-invisibility-spec): New function.
2041
2042 2013-02-13 Glenn Morris <rgm@gnu.org>
2043
2044 * play/yow.el: Move to obsolete/. (Bug#9384)
2045
2046 2013-02-13 Juri Linkov <juri@jurta.org>
2047
2048 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2049 to select `ediff-control-frame' and set input focus correctly on Xfce.
2050 (Bug#12218)
2051
2052 2013-02-13 Juri Linkov <juri@jurta.org>
2053
2054 * image-mode.el (image-mode-map):
2055 * doc-view.el (doc-view-mode-map):
2056 * vc/ediff-util.el (ediff-setup-keymap):
2057 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2058
2059 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2060
2061 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2062 performance. Instead of recalculating indentation fully for each
2063 line, sum up indentation depth based only on visited lines.
2064 (ruby-parse-partial): Increase the depth after "do" even when END
2065 is right after it.
2066 (ruby-parse-partial): When END is in the middle of a percent
2067 literal, increase the depth if the delimiter chars belong to the
2068 paren syntax class.
2069
2070 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
2071
2072 * play/fortune.el (fortune-compile): Also make the compiled file
2073 if it does not exist at all, not just if it is old. (Bug#5338)
2074
2075 2013-02-13 Glenn Morris <rgm@gnu.org>
2076
2077 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2078
2079 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
2080
2081 * lisp/emacs-lisp/package.el (package-menu-execute):
2082 Add optional noquery argument. (Bug#13625)
2083
2084 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2085
2086 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2087 if DIR exists and PARENTS is non-nil.
2088
2089 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2090
2091 * progmodes/js.el (js--multi-line-declaration-indentation):
2092 Silence byte-compiler warning.
2093
2094 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
2095
2096 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2097
2098 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2099 only if it doesn't exist.
2100
2101 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2102 Set process marker.
2103
2104 2013-02-12 Tassilo Horn <tsdh@gnu.org>
2105
2106 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2107 UserInstallation when calling soffice to work around LibreOffice
2108 bug 37531.
2109
2110 2013-02-12 Glenn Morris <rgm@gnu.org>
2111
2112 * files.el (basic-save-buffer):
2113 Offer to create a non-existing directory. (Bug#3016)
2114
2115 * calc/calc-graph.el (calc-graph-show-dumb):
2116 * calendar/calendar.el (calendar-mode-map):
2117 * cus-edit.el (custom-mode-map):
2118 * ehelp.el (electric-help-map):
2119 * emulation/vip.el (vip-mode-map):
2120 * epa.el (epa-key-list-mode-map):
2121 * info.el (Info-mode-map):
2122 * mail/rmail.el (rmail-mode-map):
2123 * mail/rmailsum.el (rmail-summary-mode-map):
2124 * man.el (Man-mode-map):
2125 * net/newst-plainview.el (newsticker-mode-map):
2126 * progmodes/cpp.el (cpp-edit-mode-map):
2127 * progmodes/grep.el (grep-mode-map):
2128 * progmodes/idlw-help.el (idlwave-help-mode-map):
2129 * simple.el (special-mode-map):
2130 * startup.el (splash-screen-keymap):
2131 * view.el (view-mode-map):
2132 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2133
2134 2013-02-11 Elias Pipping <pipping@lavabit.com>
2135
2136 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2137 (bug#13679).
2138
2139 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2142
2143 2013-02-11 Glenn Morris <rgm@gnu.org>
2144
2145 * vc/diff.el (diff-use-labels): New variable.
2146 (diff-no-select): Use --label rather than -L, and first
2147 check that it is supported. (Bug#11067)
2148
2149 * files.el (enable-dir-local-variables): New variable.
2150 (hack-dir-local-variables): Respect enable-dir-local-variables.
2151 * tutorial.el (help-with-tutorial):
2152 Ignore directory-local variables. (Bug#11127)
2153
2154 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2155 (vc-svn-global-switches): ... to here. (Bug#13513)
2156
2157 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2158
2159 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2160 Handle "foo (bar, default: xxx): " prompts.
2161
2162 2013-02-10 Chong Yidong <cyd@gnu.org>
2163
2164 * files.el (basic-save-buffer-1): Do not set
2165 buffer-file-coding-system-explicit (Bug#4533).
2166
2167 * mail/emacsbug.el (report-emacs-bug): Change binding of
2168 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2169
2170 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2171
2172 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2173 * calc/calc-units.el (calc-convert-units): Use new variable.
2174
2175 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2176
2177 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2178
2179 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2180 buffer-file-type.
2181
2182 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2183 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2184 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2185 coding-system-for-write instead.
2186
2187 * jka-compr.el (jka-compr-write-region): Don't bind
2188 buffer-file-type.
2189
2190 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2191 buffer-file-type.
2192
2193 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2194 (insert-file-contents-literally): Remove reference to
2195 file-name-buffer-file-type-alist.
2196
2197 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2198 make-obsolete.
2199 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2200 (find-buffer-file-type-coding-system): Remove references to
2201 find-buffer-file-type-match, find-buffer-file-type, and
2202 buffer-file-type.
2203 Don't put find-buffer-file-type-coding-system into
2204 file-coding-system-alist.
2205 (find-file-binary, find-file-text): Bind coding-system-for-read
2206 instead of file-name-buffer-file-type-alist.
2207
2208 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2209
2210 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2211 converter (Bug#13622).
2212 (doc-view-unoconv-program): Make obsolete alias.
2213 (doc-view-odf->pdf-converter-program): New variable.
2214 (doc-view-odf->pdf-converter-function): New variable.
2215 (doc-view-mode-p): Use it.
2216 (doc-view-odf->pdf-converter-unoconv):
2217 Rename from `doc-view-odf->pdf-converter-unoconv'.
2218 (doc-view-odf->pdf-converter-soffice): New function.
2219 (doc-view-convert-current-doc):
2220 Use `doc-view-odf->pdf-converter-function'.
2221
2222 2013-02-09 Chong Yidong <cyd@gnu.org>
2223
2224 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2225 view-echo-area-messages (Bug#13340).
2226
2227 * help.el (view-echo-area-messages): Use display-buffer.
2228
2229 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2230 (Bug#13561).
2231
2232 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2235 Eval body right away, now that we do eager macroexpansion (bug#13605).
2236
2237 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2238 (fundamental-mode): Use run-mode-hooks.
2239
2240 * eshell/esh-proc.el (eshell/kill): Fix last change.
2241 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2242
2243 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2244
2245 * eshell/esh-proc.el (eshell/kill): Rewrite.
2246
2247 * eshell/em-ls.el (show-almost-all): Declare.
2248 (eshell-do-ls): Add support for -A argument.
2249
2250 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2251
2252 * icomplete.el (icomplete-forward-completions)
2253 (icomplete-backward-completions): Handle corner case (bug#13602).
2254
2255 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2256
2257 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2258 be nil. Handle this. (Bug#13636)
2259
2260 2013-02-07 Richard Stallman <rms@gnu.org>
2261
2262 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2263 `save-buffer-coding-system'.
2264
2265 2013-02-07 Alan Mackenzie <acm@muc.de>
2266
2267 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2268 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2269 (c-parse-state-get-strategy): Don't return 'BOD any more.
2270 (c-append-lower-brace-pair-to-state-cache):
2271 Extra parameter HERE instead of narrowing.
2272 Widen to top of buffer before searching backwards for a brace pair.
2273 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2274 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2275 Narrow to parameter HERE, in place of being called narrowed.
2276 (c-remove-stale-state-cache): Extra parameter HERE in place of
2277 narrowing. Check there's an open brace in the cache before
2278 searching for its match.
2279 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2280 (c-parse-state-1): Don't narrow here for 'forward strategy,
2281 instead passing extra parameter HERE to several functions.
2282 Remove 'BOD strategy.
2283
2284 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2285
2286 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2287 used to install the package.
2288
2289 2013-02-06 Glenn Morris <rgm@gnu.org>
2290
2291 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2292 if we can't get user input. (Bug#6567)
2293
2294 * startup.el (command-line): If simple.el is missing,
2295 test and warn about for some possible causes.
2296
2297 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2298
2299 * cus-start.el (all): Add ns-use-native-fullscreen.
2300
2301 2013-02-05 Glenn Morris <rgm@gnu.org>
2302
2303 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2304
2305 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2306 Fix directory creation in fallback case.
2307
2308 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2309
2310 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2311 (vc-update-change-log): Use dolist.
2312
2313 2013-02-04 Chong Yidong <cyd@gnu.org>
2314
2315 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2316 code from ffap.el.
2317 (thing-at-point-beginning-of-url-regexp): New var.
2318 (thing-at-point-uri-schemes): Update list of URI schemes.
2319 (thing-at-point-url-regexp): Variable deleted.
2320 (thing-at-point-markedup-url-regexp): Disallow newlines.
2321 (thing-at-point-newsgroup-regexp)
2322 (thing-at-point-newsgroup-heads)
2323 (thing-at-point-default-mail-uri-scheme): New variables.
2324 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2325 method to find the possible bounds of the URI at point.
2326 New optional argument to find ill-formed URIs.
2327 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2328 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2329 the scheme-adding heuristics from ffap-url-at-point.
2330 (thing-at-point--bounds-of-well-formed-url): New function.
2331 Do parens matching to decide whether to include parens in the URI
2332 (Bug#9153).
2333
2334 * ffap.el: Require thingatpt.
2335 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2336 All URI-valid characters are now recognized (Bug#5673).
2337 (ffap-string-at-point): Use use-region-p.
2338 (ffap-url-regexp): Extra character is handled by thing-at-point.
2339 (ffap-string-at-point-mode-alist): Allow parentheses.
2340 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2341 Convert to aliases; code moved to thingatpt.el.
2342 (ffap-gnus-hook): Use setq-local.
2343
2344 2013-02-04 Glenn Morris <rgm@gnu.org>
2345
2346 * emacs-lisp/ert.el (ert--explain-format-atom):
2347 Don't try to print non-characters as characters. (Bug#13543)
2348
2349 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2350
2351 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2352 (tramp-backtrace): New defun.
2353 (tramp-handle-insert-file-contents): Use `visit' when inserting
2354 the local copy.
2355
2356 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2357 Use `remote-file-name-inhibit-cache'.
2358
2359 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2360
2361 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2362 (bug#13614).
2363
2364 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2365 current-load-list (bug#13366).
2366
2367 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2368
2369 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2370 Identify g++ template instantiation trace. (Bug#12287)
2371 (compilation-mode-hook, compilation-start-hook)
2372 (compilation-window-height): Simplify docstrings. (Bug#13379)
2373
2374 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * mouse.el (mouse-drag-track): Always deactivate the mark before
2377 running the final event's command since that command is in charge of
2378 activating the mark if needed (bug#13523).
2379
2380 2013-02-02 Juri Linkov <juri@jurta.org>
2381
2382 * replace.el (perform-replace): Move let-bindings of isearch-*
2383 variables deeper to the loop that searches for the next match.
2384 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2385 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2386 (Bug#13579)
2387
2388 * isearch.el (isearch-search-fun-default): Check for null
2389 first element of isearch-cmds as a precaution when it's used
2390 with inactive isearch.
2391
2392 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2393
2394 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2395 error when buffer in question is narrowed so position 1 is out of
2396 visible part.
2397
2398 2013-02-02 Glenn Morris <rgm@gnu.org>
2399
2400 * textmodes/remember.el (remember-clipboard): Doc fix.
2401
2402 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2405 properties (bug#13179).
2406
2407 2013-02-02 Juri Linkov <juri@jurta.org>
2408
2409 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2410 instead of hard-coded default face `match'. (Bug#9438)
2411
2412 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2413
2414 * vc/vc-arch.el (vc-arch-registered):
2415 * vc/vc-bzr.el (vc-bzr-registered):
2416 * vc/vc-cvs.el (vc-cvs-registered):
2417 * vc/vc-git.el (vc-git-registered):
2418 * vc/vc-hg.el (vc-hg-registered):
2419 * vc/vc-mtn.el (vc-mtn-registered):
2420 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2421 (Bug#13139)
2422
2423 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2424 prefix argument. (Bug#11656)
2425
2426 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2429
2430 2013-02-01 Glenn Morris <rgm@gnu.org>
2431
2432 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2433 if the backend is known not to support it.
2434
2435 * imenu.el (imenu-default-create-index-function):
2436 Tweak infinite loop test to check for forward motion as well as none.
2437
2438 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2439
2440 * net/soap-client.el (soap-invoke): Encode the string for
2441 `url-request-data' as UTF-8.
2442 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2443
2444 2013-02-01 Glenn Morris <rgm@gnu.org>
2445
2446 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2447
2448 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2449
2450 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2451
2452 * net/tramp.el (tramp-tramp-file-p): Comment check for
2453 `string-as-unibyte'. The function does not exist on XEmacs, and
2454 likely we need another approach.
2455
2456 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2457 `tramp-gw-*' variables are bound.
2458
2459 2013-01-31 Glenn Morris <rgm@gnu.org>
2460
2461 * files.el (basic-save-buffer-2): Choose coding system for
2462 writing the file before backing it up, to reduce delay between
2463 backing up and writing the new version. (Bug#13522)
2464
2465 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2466
2467 * simple.el (cycle-spacing): New command.
2468 (just-one-space): Use it.
2469
2470 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2473 (opascal-newline-always-indents): Remove custom.
2474 (opascal-tab, opascal-newline): Remove commands.
2475 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2476 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2477 (opascal-save-match-data): Remove, use save-match-data instead.
2478 (opascal-save-state): Use with-silent-modifications.
2479
2480 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2481 (bug#13585).
2482
2483 2013-01-30 Juri Linkov <juri@jurta.org>
2484
2485 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2486 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2487 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2488
2489 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2492 column if we're just deleting the backslashes.
2493 (makefile-fill-paragraph): Use eolp.
2494
2495 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * autorevert.el (auto-revert-use-notify): Fix docstring.
2498
2499 2013-01-30 Leo Liu <sdl.web@gmail.com>
2500
2501 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2502
2503 2013-01-30 Glenn Morris <rgm@gnu.org>
2504
2505 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2506 unread-command-events twice in some cases. This tries to implement
2507 the 2012-07-26 changes in a different way. (Bug#13560)
2508
2509 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2510
2511 * progmodes/python.el
2512 (python-pdbtrack-comint-output-filter-function): Enhancements on
2513 stacktrace detection. (thanks @gnovak)
2514
2515 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2518 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2519 Use defvar-local.
2520 (jit-lock-register): Use setq-local.
2521
2522 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2523
2524 * calc-units.el (math-default-units-table): Remove initial value.
2525 (calc-convert-units): Treat expressions where all the units cancel as
2526 if they didn't have units.
2527
2528 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2529
2530 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2531 (tramp-completion-reread-directory-timeout): Fix type.
2532 (tramp-connection-min-time-diff): New defcustom.
2533
2534 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2535
2536 2013-01-30 Glenn Morris <rgm@gnu.org>
2537
2538 * imenu.el (imenu-default-create-index-function):
2539 Put back a version of the infinite loop test removed 2013-01-23.
2540
2541 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2542
2543 * progmodes/python.el (python-shell-parse-command):
2544 Find python-shell-interpreter with modified environment.
2545
2546 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2549
2550 2013-01-29 Alan Mackenzie <acm@muc.de>
2551
2552 Amend to fontify /regexp/s in actions correctly.
2553 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2554 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2555 are no longer included.
2556 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2557 What used to be these variables without "-line" in the name.
2558 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2559 (c-awk-non-arith-op-bra-re): Now also matches {.
2560 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2561 "return", and "case".
2562 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2563 by /.
2564 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2565 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2566
2567 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2568
2569 * autorevert.el (auto-revert-use-notify):
2570 Use `custom-initialize-default' for initialization. (Bug#13583)
2571
2572 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2573
2574 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2575 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2576 in `tramp-file-name-handler'.
2577 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2578 compatibility.
2579 (tramp-compute-multi-hops): Check, whether
2580 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2581
2582 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2585 (bug#13297).
2586
2587 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2588
2589 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2590 checks made superfluous by the \_< operator.
2591 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2592 temporarily) broken indentation.
2593 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2594 Highlight nested constants, too. \_< broke that.
2595
2596 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2597
2598 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2599 instead of "\\b".
2600
2601 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2602
2603 * autorevert.el (auto-revert-handler): Notifications which result
2604 from a saved file shall not be taken into account. (Bug#13557)
2605
2606 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2607
2608 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2609 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2610 (lisp-mode): Pass t for it. (Bug#13556)
2611
2612 2013-01-25 Alan Mackenzie <acm@muc.de>
2613
2614 AWK Mode: Fix indentation bug at top level. Bug #12274.
2615
2616 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2617 just before CASE 5D.
2618
2619 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2620
2621 * net/socks.el (socks-nslookup-host): Use string-to-number.
2622
2623 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * autorevert.el (auto-revert-remote-files)
2626 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2627 (auto-revert-notify-enabled, auto-revert-use-notify)
2628 (auto-revert-notify-watch-descriptor-hash-list)
2629 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2630 (auto-revert-notify-event-descriptor)
2631 (auto-revert-notify-event-action)
2632 (auto-revert-notify-event-file-name): Doc fix.
2633 (global-auto-revert-mode): Reorder checks.
2634 (auto-revert-notify-rm-watch): Respect changed values of
2635 `auto-revert-notify-watch-descriptor-hash-list'.
2636 (auto-revert-notify-add-watch): Check for
2637 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2638 `inotify-add-watch'. Watch `default-directory' instead of
2639 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2640 has a changed meaning now. (Bug#13540)
2641 (auto-revert-notify-handler): Change implementation wrt events
2642 returning from a directory.
2643 (auto-revert-handler): Reorder implementation for checks of remote
2644 files.
2645 (auto-revert-buffers): Fix parentheses error.
2646
2647 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2648
2649 * progmodes/python.el: Enhancements to header documentation about
2650 skeletons. (Bug#5716)
2651
2652 * imenu.el (imenu-default-create-index-function): Remove useless
2653 infinite loop check. (Bug#13438)
2654
2655 2013-01-25 Alan Mackenzie <acm@muc.de>
2656
2657 Fix a bug in the state cache mechanism. Refactor this a bit.
2658
2659 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2660 `cache-pos' element from the return value.
2661 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2662 buffer to enable proper searching from beyond HERE. Amend the
2663 test for detecting the sought brace pair. Amend the value written
2664 to the "brace desert cache" when the brace isn't found.
2665 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2666 and several other variables analogously.
2667 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2668 parameter to a locally calculated variable.
2669 (c-parse-state-1): Change the calling conventions to the two
2670 defuns involving `cache-pos'.
2671
2672 2013-01-25 Chong Yidong <cyd@gnu.org>
2673
2674 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2675
2676 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2677
2678 * paren.el (show-paren-function): Make sure to set 'priority and
2679 'face only if the overlay does exist.
2680
2681 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2682
2683 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2684
2685 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2686 basic attributes.
2687 (tramp-sh-handle-set-file-acl): Improve error checking.
2688
2689 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2690
2691 * doc-view.el (doc-view-display): Force mode line update until all
2692 document is converted. Suggested by Stefan Monnier (Bug#13164).
2693
2694 2013-01-23 Bastien Guerry <bzg@gnu.org>
2695
2696 * paren.el (show-paren-function): Make sure an overlay exists
2697 before trying to delete it. Also use `pos' as a position only
2698 when it is an integer.
2699
2700 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2701
2702 * play/gametree.el (gametree-break-line-here): Use point-marker.
2703
2704 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2705
2706 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2707 Mark descriptive parts with `display' property.
2708
2709 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2710
2711 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2712 New variable to map standard dict names to hunspell ones.
2713 (ispell-set-spellchecker-params): Make sure specific dict names
2714 are used for standard dicts with hunspell.
2715
2716 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2717
2718 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2719 chars for note (%N) and url (%U).
2720 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2721
2722 2013-01-21 Juri Linkov <juri@jurta.org>
2723
2724 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2725 in addition to existing separate binding `meta f10' in `global-map'.
2726 (Bug#13484)
2727
2728 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2729
2730 Improve XEmacs compatibility.
2731
2732 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2733
2734 * net/tramp-adb.el (top): Require `time-date'.
2735 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2736 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2737 Use `tramp-file-name-handler'.
2738 (tramp-adb-maybe-open-connection):
2739 Use `tramp-compat-set-process-query-on-exit-flag'.
2740
2741 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2742 Use `tramp-compat-funcall'.
2743
2744 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2745 `tramp-compat-funcall'.
2746
2747 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2748
2749 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2750 reimplementation using "adb shell command ..." instead of running
2751 remote shell interactively.
2752
2753 2013-01-20 Glenn Morris <rgm@gnu.org>
2754
2755 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2756 Add native profiler menu entries.
2757
2758 * profiler.el (profiler-running-p): New function.
2759 (profiler-cpu-profile): Use profiler-running-p.
2760 (profiler-report-mode-map): Add some more menu entries.
2761
2762 2013-01-19 Glenn Morris <rgm@gnu.org>
2763
2764 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2765 fixes 2012-12-07 change. (Bug#13499)
2766
2767 2013-01-19 Leo Liu <sdl.web@gmail.com>
2768
2769 * dired.el (dired-get-marked-files): Prune erroneous values due to
2770 last change. (Bug#13152)
2771
2772 2013-01-19 Glenn Morris <rgm@gnu.org>
2773
2774 * progmodes/etags.el (tags-table-check-computed-list):
2775 Preserve point in tags buffer. (Bug#13412)
2776
2777 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2778
2779 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2780 Chong Yidong <cyd@gnu.org>
2781
2782 * image-mode.el (image-next-file, image-previous-file):
2783 New commands (Bug#8453).
2784 (image-mode-map): Bind them to n and p.
2785 (image-mode--images-in-directory): New helper function.
2786
2787 2013-01-19 Chong Yidong <cyd@gnu.org>
2788
2789 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2790 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2791 save and restore the old window configuration.
2792
2793 2013-01-18 Leo Liu <sdl.web@gmail.com>
2794
2795 * progmodes/js.el: Tweak autoload cookie for alias.
2796
2797 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2798
2799 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2800 buffer local, again. This was lost with the fix on 2013-01-12.
2801
2802 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2803
2804 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2805 order to support several eshell buffers in parallel.
2806
2807 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2808
2809 * autorevert.el (auto-revert-use-notify): In the :set function, do
2810 not modify `kill-buffer-hook'.
2811 (auto-revert-notify-rm-watch):
2812 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2813 (auto-revert-notify-add-watch): Do not call
2814 `auto-revert-notify-rm-watch', but add it to a buffer local
2815 `kill-buffer-hook'.
2816
2817 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2820 call to `eval' rather than a backquoted lambda.
2821
2822 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2823
2824 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2825 to return an explicit nil.
2826 (advice--remove-function): Change accordingly.
2827
2828 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2829 the use of nadvice.el.
2830
2831 * progmodes/which-func.el (which-function): Silence imenu errors
2832 (bug#13433).
2833
2834 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2835
2836 * progmodes/sql.el (sql-imenu-generic-expression):
2837 (sql-mode-font-lock-object-name): Match schema qualified names.
2838 (sql-connect): Use string keys.
2839 (sql-product-interactive): Wait for interpreter prompt.
2840 (sql-comint-oracle): Set process coding based on NLS_LANG.
2841
2842 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2843
2844 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2845 (sql-interactive-remove-continuation-prompt):
2846 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2847
2848 2013-01-14 Leo Liu <sdl.web@gmail.com>
2849
2850 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2851 (Bug#13420)
2852
2853 2013-01-14 Glenn Morris <rgm@gnu.org>
2854
2855 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2856 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2857
2858 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2859
2860 * progmodes/python.el (python-nav-end-of-statement):
2861 Fix cornercase when handling multiline strings.
2862
2863 2013-01-13 Richard Stallman <rms@gnu.org>
2864
2865 * mail/sendmail.el (mail-position-on-field): Add doc string.
2866
2867 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2868 Get current message boundaries and pass them to
2869 message-forward-make-body-mime. Minor style changes.
2870
2871 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2872
2873 * cus-start.el (all): Avoid warnings about
2874 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2875
2876 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2877
2878 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2879
2880 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2883 (jit-lock--debug-fontifying): New var.
2884 (jit-lock--debug-fontify): New function.
2885 * subr.el (condition-case-unless-debug): Don't prevent catching the
2886 error, just let the debbugger run.
2887 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2888 timer code and don't drop errors silently.
2889
2890 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2891
2892 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2893 `permanent-local' property.
2894 (auto-revert-notify-handler): Use `file-equal-p'.
2895
2896 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2897
2898 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2899 file notification by ACTION. For filtering by file name, compare
2900 only the non-directory part of the file name.
2901
2902 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * autorevert.el: Use cl-lib instead of cl.
2905
2906 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2907 (vc-bzr-checkin): Use it.
2908 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2909 will preserve match-data.
2910
2911 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2912
2913 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2914 (js--declaration-keyword-re): New var.
2915 (js--multi-line-declaration-indentation): New function.
2916 (js--proper-indentation): Use it.
2917
2918 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2919
2920 * calc/calc.el (calc-highlight-selections-with-faces)
2921 (calc-dispatch):
2922 * comint.el (comint-history-isearch-message):
2923 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2924 * ffap.el (ffap-string-at-point-region, ffap-next)
2925 (ffap-string-at-point, ffap-string-around)
2926 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2927 (ffap-literally):
2928 * font-lock.el (font-lock-keywords-alist)
2929 (font-lock-removed-keywords-alist):
2930 * help-mode.el (help-xref-symbol-regexp):
2931 * info.el (Info-find-emacs-command-nodes):
2932 * international/mule.el (add-to-coding-system-list):
2933 * isearch.el (isearch-message-function, isearch-fail-pos):
2934 * misearch.el (multi-isearch-next-buffer-function):
2935 * newcomment.el (comment-box):
2936 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2937 (pr-setting-database):
2938 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2939 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2940 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2941 (pike-font-lock-keywords-3):
2942 * progmodes/compile.el (compile):
2943 * progmodes/etags.el (tags-table-files)
2944 (tags-table-files-function, tags-included-tables-function):
2945 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2946 (gdb-restore-windows):
2947 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2948 (ps-n-up-filling-database):
2949 * server.el (server-buffer, server-log):
2950 * simple.el (newline, delete-backward-char, delete-forward-char)
2951 (minibuffer-history-isearch-message, kill-line, track-eol)
2952 (temporary-goal-column):
2953 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2954 (flyspell-default-deplacement-commands):
2955 * textmodes/ispell.el (ispell-accept-output):
2956 * textmodes/sgml-mode.el (html-tag-help):
2957 * vc/compare-w.el (compare-ignore-whitespace)
2958 (compare-ignore-case, compare-windows-dehighlight):
2959 * vc/diff.el (diff):
2960 * whitespace.el (whitespace-point)
2961 (whitespace-font-lock-refontify, whitespace-bob-marker)
2962 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2963
2964 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2965
2966 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2967 (auto-revert-notify-rm-watch): Ignore errors.
2968 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2969 inotify, and '(size last-write-time) for w32notify.
2970 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2971 watch fails - this is a fallback to the file modification check.
2972 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2973 (auto-revert-notify-event-action)
2974 (auto-revert-notify-event-file-name): New defuns.
2975 (auto-revert-notify-handler): Use them. Implement first
2976 plausibility checks.
2977 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2978
2979 2013-01-11 Julien Danjou <julien@danjou.info>
2980
2981 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2982 max are almost equal. Also return the correct value for V which is
2983 already between 0 and 1.
2984
2985 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2986
2987 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2988
2989 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2990
2991 * autorevert.el (auto-revert-notify-rm-watch)
2992 (auto-revert-notify-add-watch): Fix typos in w32notify function
2993 names.
2994
2995 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2996
2997 * autorevert.el (auto-revert-notify-enabled): Move up.
2998 (auto-revert-use-notify): New defcustom.
2999 (auto-revert-mode, global-auto-revert-mode)
3000 (auto-revert-notify-add-watch, auto-revert-handler)
3001 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3002 `auto-revert-notify-enabled'.
3003
3004 2013-01-10 Elias Pipping <pipping@exherbo.org>
3005
3006 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3007 * doc-view.el (doc-view-document->bitmap):
3008 Use doc-view-single-page-converter-function instead of
3009 single-page-converter arg; adjust callers.
3010
3011 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
3012
3013 * progmodes/which-func.el (which-function): Understand Semantic's use
3014 of overlays in imenu--index-alist.
3015
3016 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
3017
3018 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
3019 (Man-man-k-use-anchor): New var.
3020 (Man-parse-man-k): New function.
3021 (Man-completion-table): Use it.
3022 (man): Flush the completion cache between uses.
3023
3024 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3025
3026 * autorevert.el: Add file watch support.
3027 (auto-revert-notify-enabled): New defconst.
3028 (auto-revert-notify-watch-descriptor-hash-list)
3029 (auto-revert-notify-watch-descriptor)
3030 (auto-revert-notify-modified-p): New defvars.
3031 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3032 (auto-revert-notify-handler): New defuns.
3033 (auto-revert-mode, global-auto-revert-mode): Remove file watches
3034 when mode is disabled.
3035 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3036 (auto-revert-buffers): Add file watches for active buffers.
3037
3038 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3039
3040 * cus-start.el (toplevel): Only allow float values for
3041 scroll-up-aggressively and scroll-down-aggressively.
3042 Allow any number for line-spacing.
3043
3044 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3047 (doc-view-pdf->png-converter-function): Use mupdf if available.
3048 (doc-view-djvu->png-converter-function)
3049 (doc-view-ps->png-converter-function): Remove.
3050 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3051 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3052 (doc-view-already-converted-p): Adjust accordingly.
3053 (doc-view-mode-p): Simplify.
3054 (doc-view-enlarge): Use setq-local.
3055 (doc-view-pdf->png-converter-ghostscript)
3056 (doc-view-djvu->png-converter-ddjvu)
3057 (doc-view-pdf->png-converter-mupdf): Rework to call
3058 doc-view-start-process directly.
3059 (doc-view-pdf/ps->png): Simplify accordingly.
3060 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3061 (doc-view-document->bitmap): Rename from doc-view-document->png.
3062 (doc-view-convert-current-doc): Merge pdf and djvu cases.
3063 (doc-view-set-slice-from-bounding-box): Fix completion table.
3064 (doc-view-mode): Use add-hook for after-revert-hook.
3065
3066 2013-01-10 Glenn Morris <rgm@gnu.org>
3067
3068 * emacs-lisp/authors.el (authors-ignored-files)
3069 (authors-valid-file-names, authors-renamed-files-alist):
3070 Add some more entries.
3071
3072 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3075 `t' pseudo-window entry.
3076
3077 2013-01-10 Alan Mackenzie <acm@muc.de>
3078
3079 Fix bugs in the c-parse-state mechanism. Reuse some markers
3080 instead of continually generating new ones.
3081
3082 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3083 (c-state-old-cpp-end-marker): New variables.
3084 (c-append-lower-brace-pair-to-state-cache): Start a backward
3085 search for "}" definitively outside CPP constructs.
3086 (c-remove-stale-state-cache): Inform the caller of a need to
3087 search back for a brace pair in certain circumstances.
3088 (c-state-maybe-marker): New macro.
3089 (c-parse-state): Reuse markers when appropriate.
3090
3091 2013-01-10 Glenn Morris <rgm@gnu.org>
3092
3093 * simple.el (execute-extended-command): Doc fix.
3094 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3095
3096 2013-01-10 Chong Yidong <cyd@gnu.org>
3097
3098 * faces.el (read-face-name): Doc fix.
3099
3100 2013-01-10 Roland Winkler <winkler@gnu.org>
3101
3102 * emacs-lisp/crm.el: Allow any regexp for separators.
3103 (crm-default-separator): All spaces around the default comma separator.
3104 (crm--completion-command): New macro.
3105 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3106 (crm-complete-and-exit): Handle non-single-char separators.
3107
3108 2013-01-09 Elias Pipping <pipping@lavabit.com>
3109
3110 * doc-view.el: Add support for DjVu (bug#13164).
3111 (doc-view-djvu->png-converter-function): New config var.
3112 (doc-view-single-page-converter-function, doc-view--image-type)
3113 (doc-view--image-file-extension): New vars.
3114 (doc-view-mode): Initialize them.
3115 (doc-view-goto-page): Use them.
3116 (doc-view-mode-p): Add support for ddjvu.
3117 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3118 (doc-view-set-up-single-converter): New funs.
3119 (doc-view-pdf/ps->png): Extend for djvu.
3120 (doc-view-document->png): Rename from doc-view-pdf->png.
3121 (doc-view-convert-current-doc): Handle djvu.
3122 (doc-view-insert-image, doc-view-display)
3123 (doc-view-already-converted-p): Don't hardcode png.
3124 (doc-view-set-doc-type): Recognize djvu docs.
3125
3126 2013-01-09 Elias Pipping <pipping@lavabit.com>
3127
3128 * doc-view.el: Add support for mupdf converter (bug#13164).
3129 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3130 (doc-view-ps->png-converter-function): New config vars.
3131 (doc-view-pdf->png-converter-ghostscript)
3132 (doc-view-ps->png-converter-ghostscript)
3133 (doc-view-pdf->png-converter-mupdf): New functions.
3134 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3135
3136 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
3137
3138 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3139 first in session cache: When `tramp-own-remote-path' is in
3140 `tramp-remote-path', the remote path is only set in the session
3141 cache.
3142
3143 2013-01-09 Glenn Morris <rgm@gnu.org>
3144
3145 * emacs-lisp/trace.el (trace-function-foreground)
3146 (trace-function-background): Doc fix.
3147
3148 2013-01-09 Juri Linkov <juri@jurta.org>
3149
3150 * international/mule-cmds.el (read-char-by-name): Move let-binding
3151 of completion-ignore-case around completing-read to fix regression
3152 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3153 `string-match-p' using the nil value of `case-fold-search' and
3154 `completion-ignore-case' in `completion-pcm--all-completions'.
3155 (Bug#12615).
3156
3157 2013-01-09 Glenn Morris <rgm@gnu.org>
3158
3159 * progmodes/compile.el (compilation-parse-errors):
3160 Fix typo. (Bug#13369)
3161
3162 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3163
3164 * comint.el (comint-send-input): Check size of buffer before
3165 waiting for process output, in case already accepted. (Bug#13290)
3166
3167 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3168
3169 Spelling fixes.
3170 * net/tramp-adb.el (tramp-adb-get-toolbox):
3171 Fix misspelling of 'unknown'.
3172
3173 2013-01-08 Juri Linkov <juri@jurta.org>
3174
3175 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3176 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3177 Use underline style wave on terminals that support it. (Bug#13000)
3178
3179 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3182 the predicate returns nil.
3183
3184 * simple.el: Use lexical-binding.
3185 (primitive-undo): Use pcase.
3186 (minibuffer-history-isearch-push-state): Use a closure.
3187
3188 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3189
3190 * simple.el (primitive-undo): Move from undo.c.
3191
3192 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3195 (cvs-mode-remove-handled): Use it (bug#13380).
3196
3197 * emacs-lisp/nadvice.el (advice--tweak): New function.
3198 (advice--remove-function, advice--subst-main): Use it.
3199
3200 * emacs-lisp/advice.el: Update commentary.
3201
3202 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3203
3204 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3205 Remove spurious entry.
3206
3207 2013-01-08 Glenn Morris <rgm@gnu.org>
3208
3209 * net/tramp.el (tramp-default-host-alist): Add :version.
3210
3211 2013-01-08 Juri Linkov <juri@jurta.org>
3212
3213 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3214 single completion. (Bug#12456)
3215 (info--manual-names): Expand node completions into an explicit list
3216 before appending it to another list. Filter out internal buffers
3217 with the leading space in the buffer name. (Bug#10771)
3218
3219 2013-01-08 Juri Linkov <juri@jurta.org>
3220
3221 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3222 that defaults to the Top node.
3223 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3224 the short format (FILENAME) goes to the Top node.
3225 (Info-build-node-completions): Rename arg `file' to `filename'.
3226 (Bug#13365)
3227
3228 2013-01-07 Bastien Guerry <bzg@gnu.org>
3229
3230 * menu-bar.el (menu-bar-search-documentation-menu):
3231 Use `apropos-user-option' and fix the help message.
3232
3233 2013-01-07 Bastien Guerry <bzg@gnu.org>
3234
3235 * apropos.el (apropos-do-all): Update docstring.
3236 (apropos-user-option-button): New face.
3237 (apropos-user-option): Rename from `apropos-variable' and update
3238 docstring.
3239 (apropos-variable): Rewrite, now show all variables by default.
3240 (apropos-print): Mention "User option" instead of "Variable" when
3241 printing doc for user options. (Bug#13276)
3242
3243 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
3244
3245 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3246 Handle filename correctly, when parsing "source -> target" symlink
3247 output.
3248 (tramp-adb-handle-set-file-times): New defun.
3249
3250 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3251
3252 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3253 advice list when the interactive-spec of ad-Advice-* changes.
3254
3255 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3256
3257 * wid-edit.el (widget-default-get): Work for inlined elements.
3258 (Bug#12670)
3259
3260 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3261
3262 * net/tramp.el (tramp-default-host-alist): New defcustom.
3263 (tramp-find-host): Use it.
3264 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3265 `eshell-directory-change-hook'.
3266
3267 * net/tramp-adb.el (top): Add adb specific entry in
3268 `tramp-default-host-alist'.
3269 (tramp-adb-file-name-host): Remove function.
3270 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3271 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3272
3273 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3274
3275 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
3276
3277 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3278
3279 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3280
3281 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3282 consist of more than one digit.
3283 (tramp-adb-file-name-handler-alist):
3284 Use `tramp-handle-file-exists-p' consistently.
3285 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3286 (tramp-adb-handle-file-exists-p): Remove function.
3287 (tramp-adb-file-name-host): New defun.
3288 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3289 Use it.
3290 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3291
3292 2013-01-06 Chong Yidong <cyd@gnu.org>
3293
3294 * vc/vc.el (vc-next-action): Detect buffer modifications
3295 conflicting with locking VCS operation (Bug#11490).
3296
3297 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3298
3299 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3300
3301 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3302 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3303
3304 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
3305
3306 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3307 parsing of ls output using regular expression (handle filenames
3308 with spaces). Use virtual device number.
3309 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3310 cleanup).
3311
3312 2013-01-04 Daiki Ueno <ueno@gnu.org>
3313
3314 * epg.el: Silence byte-compiler warnings.
3315 (epg--start): Use delete-char instead of delete-backward-char.
3316 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3317
3318 2013-01-04 Daiki Ueno <ueno@gnu.org>
3319
3320 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3321 Suggested by Eli Zaretskii <eliz@gnu.org>.
3322
3323 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3324
3325 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3326 non-negative integers. Otherwise, the default values are used.
3327 (tramp-convert-file-attributes): Convert uid and gid to integers.
3328
3329 2013-01-04 Glenn Morris <rgm@gnu.org>
3330
3331 * term.el (term-handle-colors-array): Ensure face attributes
3332 are fully specified, not nil. (Bug#13337)
3333
3334 * term.el (term-default-fg-color, term-default-bg-color):
3335 Fix custom type.
3336
3337 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3338 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3339 rather than 'jka-compr being loaded. (Bug#13338)
3340
3341 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3342
3343 * icomplete.el (icomplete-completions):
3344 Honor icomplete-prospects-height once more following
3345 2012-11-29 changes. (Bug#13224)
3346
3347 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3350 of called-interactively-p as well (bug#13237).
3351
3352 * view.el (view--enable, view--disable): Rename from view-mode-enable
3353 and view-mode-disable and assume it's called from view-mode.
3354 (view-mode-enable, view-mode-disable): Redefine as obsolete
3355 compatibility layer above view-mode.
3356 (view-mode-enter): Call `view-mode'.
3357
3358 * files.el (after-find-file): Call `view-mode'.
3359
3360 * doc-view.el (doc-view-scale-internally): New var.
3361 (doc-view-enlarge, doc-view-insert-image): Obey it.
3362
3363 2013-01-03 Daiki Ueno <ueno@gnu.org>
3364
3365 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3366 exist. (Bug#13344)
3367
3368 2013-01-03 Glenn Morris <rgm@gnu.org>
3369
3370 * mail/rmail.el (rmail-set-header-1): Ignore case.
3371 Handle multi-line headers. (Bug#13330)
3372
3373 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3374 Handle paragraph starting at beginning of buffer.
3375
3376 * subr.el (eval-after-load): Don't purecopy the form, so that it
3377 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3378
3379 * emacs-lisp/byte-run.el (defun): Place cl declarations
3380 after any interactive spec. (Bug#13265)
3381
3382 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3383
3384 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3385 defun. Don't check for DECL if DOCSTRING isn't a string.
3386 (defun): Likewise.
3387
3388 2013-01-02 Glenn Morris <rgm@gnu.org>
3389
3390 * eshell/em-cmpl.el (eshell-pcomplete):
3391 More thoroughly imitate pcomplete. (Bug#13293)
3392
3393 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3394 Return nil for empty path elements. (Bug#13296)
3395
3396 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
3397
3398 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3399 order to improve efficiency (Based on Daniel Colascione's
3400 <dancol@dancol.org> patch). (Bug#13182)
3401
3402 2013-01-02 Glenn Morris <rgm@gnu.org>
3403
3404 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3405
3406 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3407
3408 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3409 neither DOCSTRING nor DECL was given. (Bug#13316)
3410
3411 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3412
3413 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3414 `error' call.
3415 (tramp-do-copy-or-rename-file): Ignore errors when calling
3416 `set-file-extended-attributes'.
3417
3418 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3419 Add handler for `file-acl'.
3420 (tramp-smb-handle-file-acl): New defun.
3421
3422 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3423
3424 * calc/README: Mention ISO 8601 week-numbering dates.
3425
3426 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3427
3428 * view.el (view-mode-enable): New argument run-view-mode-hook.
3429 Run view-mode-hook only when it's non-nil (Bug#13315).
3430 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3431 argument t.
3432
3433 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
3434
3435 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3436 (No device connected, invalid device name). (Bug #13299)
3437
3438 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3439
3440 * window.el (window-resizable--p): Rename to window-resizable-p.
3441 (window-resize-no-error): New function.
3442
3443 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3444 broken in fix from 2012-12-28.
3445
3446 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * subr.el (special-form-p): Don't signal errors on undef aliases.
3449
3450 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3451
3452 * calc/calc-forms.el (math-parse-date): Try using
3453 `math-parse-iso-date' when it looks like it might be needed.
3454 Allow times of 24:00.
3455 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3456 of 24:00.
3457
3458 2012-12-30 Glenn Morris <rgm@gnu.org>
3459
3460 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3461 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3462 (rmail-summary-displayed, rmail-summary): Declare.
3463 (mairix-rmail-display): Just require rmail.
3464
3465 2012-12-30 Chong Yidong <cyd@gnu.org>
3466
3467 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3468 check for the tarball contents.
3469
3470 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3471
3472 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3473 tarfile content listings (Bug#13136).
3474
3475 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3476
3477 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3478 Insert the undecoded text of the message being forwarded. (Bug#9521)
3479
3480 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3481
3482 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3483 integers, if they are real numbers. (Bug#13282)
3484
3485 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3486 Return `t' on success.
3487
3488 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3489 Add handler for `set-file-selinux-context'.
3490
3491 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3492
3493 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3494 (tramp-sh-handle-set-file-acl): Return `t' on success.
3495
3496 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3497
3498 * files.el (backup-buffer-copy, basic-save-buffer-2):
3499 If set-file-extended-attributes fails, fall back on set-file-modes
3500 instead of signaling an error. (Bug#13298)
3501 (basic-save-buffer): Likewise.
3502
3503 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3504
3505 * progmodes/python.el: Support other commands triggering
3506 python-indent-line so indentation cycling continues to work.
3507 (python-indent-trigger-commands): New defcustom.
3508 (python-indent-line): Use it.
3509
3510 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3511
3512 * progmodes/python.el (python-shell-send-region): Add blank lines
3513 for non sent code so backtraces remain correct.
3514
3515 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3516
3517 * progmodes/python.el: Remove cl dependency.
3518 (python-syntax-count-quotes): Replace incf call.
3519 (python-fill-string): Replace setf call.
3520
3521 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3522
3523 * info.el (info-other-window): New arg, for consistency with info.
3524
3525 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3526
3527 * mail/rmail.el (rmail-maybe-display-summary):
3528 Rewrite (Bug#13066).
3529
3530 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3531
3532 * epg.el (epg--start): Modify process-environment locally.
3533
3534 2012-12-28 Daiki Ueno <ueno@gnu.org>
3535
3536 * epg.el: Support pinentry-curses.
3537 Suggested by Werner Koch in
3538 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3539 (epg-agent-file, epg-agent-mtime): New variable.
3540 (epg--start): Record the modified time of gpg-agent socket file,
3541 to restore Emacs frame after pinentry-curses termination.
3542 (epg-wait-for-completion): Restore Emacs frame here.
3543
3544 2012-12-27 Juri Linkov <juri@jurta.org>
3545
3546 * info.el (Info-file-completions): New variable.
3547 (Info-read-node-name-1): Complete node names in the Info file
3548 when a file name is given. Call `Info-build-node-completions'
3549 with a file name.
3550 (Info-build-node-completions): Add new arg `file'. When it is
3551 non-nil, visit it in a temporary buffer and cache its completions in
3552 `Info-current-file-completions'. Move most of the function body to
3553 `Info-build-node-completions-1'.
3554 (Info-build-node-completions-1): New function with the body from
3555 `Info-build-node-completions'. (Bug#12456)
3556
3557 2012-12-27 Juri Linkov <juri@jurta.org>
3558
3559 * frame.el (frame-maximization-style): Remove user option.
3560 (cycle-frame-maximized): Remove function.
3561 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3562 (toggle-frame-fullscreen): New command bound to <f11> instead of
3563 `toggle-frame-maximized'.
3564 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3565
3566 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3567
3568 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3569
3570 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3571 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3572 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3573 for `file-accessible-directory-p'. (Bug#13275)
3574
3575 2012-12-27 Sam Steingold <sds@gnu.org>
3576
3577 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3578 continuations, see <http://stackoverflow.com/questions/3582436>.
3579
3580 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3581
3582 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3583 "module" and "def" to have indentation before them.
3584 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3585
3586 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3587
3588 2012-12-27 Alan Mackenzie <acm@muc.de>
3589
3590 Speed up fontification where there's large brace blocks.
3591 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3592 to a call of c-beginning-of-decl-1.
3593
3594 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3595
3596 * comint.el (comint-adjust-window-point): New function.
3597 (comint-postoutput-scroll-to-bottom):
3598 Call comint-adjust-window-point (Bug#13248).
3599
3600 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3601
3602 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3603 Rakefile regexp.
3604 (auto-mode-alist): Associate .gemspec files with ruby-mode
3605 (https://bugs.ruby-lang.org/issues/5453).
3606
3607 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3608
3609 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3610 Suppress coloring, if possible (required for BusyBox based systems like
3611 CyanogenMod).
3612 (tramp-adb-handle-file-attributes)
3613 (tramp-adb-handle-insert-directory)
3614 (tramp-adb-handle-file-name-all-completions): Use it.
3615 (tramp-adb-get-toolbox): New defun. Check for remote shell
3616 implementation (BusyBox or Toolbox).
3617
3618 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3619
3620 * startup.el (initial-buffer-choice): Allow function as value
3621 (Bug#13251).
3622 (command-line-1): Handle case where initial-buffer-choice
3623 specifies a function.
3624 * server.el (server-execute): Handle case where
3625 initial-buffer-choice specifies a function.
3626
3627 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3628
3629 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3630 its own function.
3631 (smtpmail-try-auth-methods): Forget the user name/password if the
3632 login is unsuccessful (bug#12424).
3633
3634 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3635
3636 * notifications.el (notifications-notify): Protect body with
3637 `with-demoted-errors'.
3638
3639 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3640 Check properties of remote device. Restart connection, if there is a
3641 change.
3642
3643 2012-12-21 Chong Yidong <cyd@gnu.org>
3644
3645 * sort.el (sort-subr): Doc fix (Bug#13056).
3646
3647 2012-12-21 Bastien Guerry <bzg@gnu.org>
3648
3649 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3650
3651 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3652
3653 * simple.el (process-file): Overwrite stderr file, if exists.
3654
3655 2012-12-21 Daiki Ueno <ueno@gnu.org>
3656
3657 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3658 (epg-error): Set `error-message' property.
3659
3660 2012-12-21 Chong Yidong <cyd@gnu.org>
3661
3662 * international/mule-cmds.el (read-char-by-name): Signal an error
3663 if the user does not supply a valid character (Bug#13177).
3664
3665 * simple.el (transpose-subr-1): Preserve marker positions by
3666 changing the insertion sequence (Bug#13122).
3667
3668 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3669
3670 * simple.el (kill-region): Deactivate mark even for empty regions
3671 (Bug#13169).
3672
3673 2012-12-21 Chong Yidong <cyd@gnu.org>
3674
3675 * help-fns.el (describe-variable): Make sure we get the right
3676 buffer name (Bug#13105). Suggested by Kelly Dean.
3677
3678 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3679
3680 * comint.el (comint-redirect-previous-input-string): New variable.
3681 (comint-redirect-setup, comint-redirect-cleanup)
3682 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3683 (comint-redirect-preoutput-filter): Fix verbose message.
3684
3685 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3686
3687 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3688 is too long for Tramp. See discussion in
3689 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3690
3691 * progmodes/compile.el (compilation-start): Remove line escape
3692 template.
3693
3694 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3695
3696 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3697 Adjust comment.
3698
3699 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3700
3701 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3702 following non-comment text (bug#13207).
3703 (lm-header-multiline): Continuation lines need to be indented more than
3704 the first line.
3705 (lm-homepage): New function.
3706 (lm-with-file): Don't be confused if narrowing is in effect.
3707
3708 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3711 very beginning of a hunk (e.g. killing the first line).
3712
3713 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3714
3715 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3716 and text properties from returned ACL string.
3717 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3718 for "setfacl" command.
3719
3720 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3721
3722 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3723 `tramp-cleanup-this-connection', when the process has died.
3724 (Bug#13151)
3725
3726 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3729
3730 2012-12-17 Kevin Ryde <user42@zip.com.au>
3731
3732 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3733
3734 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3735
3736 Add support for preserving ACL entries of files.
3737
3738 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3739 `set-file-acl' handlers.
3740
3741 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3742 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3743
3744 * net/tramp-compat.el (tramp-compat-copy-file):
3745 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3746
3747 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3748 Add `file-acl' and `set-file-acl' handlers.
3749 (tramp-gvfs-handle-copy-file):
3750 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3751 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3752 New defuns.
3753
3754 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3755 Add `file-acl' and `set-file-acl' handlers.
3756 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3757 (tramp-sh-handle-set-file-acl): New defuns.
3758 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3759 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3760
3761 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3762 Add `file-acl' and `set-file-acl' handlers.
3763 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3764
3765 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3766
3767 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3768 use pop-to-buffer with NORECORD argument t. As buffer name, use
3769 *Metahelp* with a leading space (Bug#13190).
3770
3771 2012-12-16 Romain Francoise <romain@orebokech.com>
3772
3773 * files.el (file-extended-attributes)
3774 (set-file-extended-attributes): New functions.
3775 (backup-buffer): Use them to handle both SELinux context and ACL
3776 entries.
3777 (backup-buffer-copy): Work with an alist of extended attributes,
3778 rather than an SELinux context.
3779 (basic-save-buffer-2): Ditto.
3780
3781 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3782
3783 * battery.el (battery-bsd-apm): New function.
3784
3785 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3786
3787 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3788 standard date formats.
3789
3790 2012-12-15 Juri Linkov <juri@jurta.org>
3791
3792 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3793 `isearch-insert-char-by-name'.
3794 (with-isearch-suspended): New defmacro with body mostly from
3795 `isearch-edit-string' except the part that sets
3796 `isearch-new-string' and `isearch-new-message'.
3797 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3798 body that sets `isearch-new-string' and `isearch-new-message'.
3799 (isearch-insert-char-by-name): New command.
3800 * international/mule-cmds.el (read-char-by-name): Let-bind
3801 `enable-recursive-minibuffers' to t.
3802 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3803
3804 2012-12-15 Juri Linkov <juri@jurta.org>
3805
3806 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3807 (Bug#13175)
3808
3809 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3810
3811 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3812 the prompt. (Bug#13045)
3813
3814 2012-12-14 Glenn Morris <rgm@gnu.org>
3815
3816 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3817 Try to include filename in non-bytecomp warning. (Bug#13132)
3818
3819 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3820
3821 Fix permissions bugs with setgid directories etc. (Bug#13125)
3822 * files.el (backup-buffer): Don't rely on 9th output of
3823 file-attributes, as it's now a placeholder. Instead, use the new
3824 optional arg of file-ownership-preserved-p.
3825 (file-ownership-preserved-p): New optional arg GROUP.
3826 Fix mishandling of setuid directories that would cause this
3827 function to return t when it should have returned nil.
3828 Document what happens if the file does not exist, and when
3829 it's not known whether the ownership will be preserved.
3830 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3831 Likewise.
3832 (tramp-get-local-gid): Use group-gid for integer, as that's
3833 faster and more reliable.
3834
3835 2012-12-14 Julien Danjou <julien@danjou.info>
3836
3837 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3838 Update keywords list, data type and PL/pgSQL.
3839
3840 2012-12-14 Dave Abrahams <dave@boostpro.com>
3841
3842 * vc/ediff-util.el (ediff-buffer-type): New function.
3843 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3844 rather than taking it as as argument.
3845 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3846
3847 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3848
3849 * json.el: Add pretty-print option (bug#12634).
3850 (json-encoding-separator, json-encoding-default-indentation)
3851 (json--encoding-current-indentation, json-encoding-pretty-print)
3852 (json-encoding-lisp-style-closings): New vars.
3853 (json--with-indentation): New macro.
3854 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3855 (json-encode-array): Use it to obey json-encoding-pretty-print.
3856 (json-pretty-print-buffer, json-pretty-print): New commands.
3857
3858 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3859
3860 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3861 Extract `ruby-syntax-propertize-expansions'.
3862 (ruby-syntax-propertize-expansions): Only change syntax on
3863 certain string delimiters, to punctuation. This way the common
3864 functions like forward-word and thing-at-point still work.
3865 (ruby-match-expression-expansion): Improve readability.
3866 (ruby-block-contains-point): New function.
3867 (ruby-add-log-current-method): Handle several edge cases.
3868
3869 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3870
3871 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3872 unload-feature finishes even when aborting an ongoing edebug session.
3873 Also, do not worry about edebug-mode, unload-feature takes care of it.
3874
3875 2012-12-13 Andreas Schwab <schwab@suse.de>
3876
3877 * net/tls.el (tls-program): Update customize type.
3878
3879 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3880
3881 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3882 (edebug-setup-hook, cl-read-load-hooks): Use it.
3883 (edebug-unload-function): New function. (Bug#13163)
3884
3885 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3886
3887 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3888 Otherwise, there could be errors in autoloading. (Bug#13151)
3889
3890 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3891
3892 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3893 sequences.
3894
3895 2012-12-13 Alan Mackenzie <acm@muc.de>
3896
3897 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3898 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3899 around `forward-comment' not recognizing ^M as whitespace.
3900
3901 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3902
3903 * progmodes/python.el (python-skeleton-class)
3904 (python-skeleton-def): Do not add space after defun name.
3905
3906 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3909 (cl--symbol-function): Remove (now that funbound is like nil).
3910
3911 2012-12-12 Glenn Morris <rgm@gnu.org>
3912
3913 * button.el (button--area-button-p): Fix typo.
3914
3915 2012-12-12 Sam Steingold <sds@gnu.org>
3916
3917 * frame.el (frame-maximization-style): New user option.
3918 (toggle-frame-maximized): Toggle frame maximization according to
3919 `frame-maximization-style', bound to <f11>.
3920 (cycle-frame-maximized): Cycle between all maximization styles and
3921 non-maximized frame, bound to shift-<f11>.
3922
3923 2012-12-12 David Cadé <codename68@gmail.com>
3924
3925 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3926
3927 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3928
3929 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3930 (eieio-override-prin1): Don't quote kewords and booleans.
3931 (object-write) <eieio-default-superclass>: Don't put closing parens
3932 on new line, avoid needless empty lines, align values that are objects
3933 with the slot keyword (instead of beginning on the same line).
3934 (eieio-list-prin1): Align value with slot keyword; increase
3935 eieio-print-depth before printing members of the list.
3936
3937 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3940 a display text-property.
3941 (report-emacs-bug-hook): Don't bother deleting it any more.
3942
3943 * hilit-chg.el (highlight-save-buffer-state): Delete.
3944 Use with-silent-modifications instead.
3945 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3946
3947 * button.el: Handle buttons in display text-properties.
3948 (button--area-button-p, button--area-button-string):
3949 Use (STRING . STRING-POS) representation instead of just STRING.
3950
3951 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3952
3953 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3954 subdirectory be skipped.
3955
3956 2012-12-11 Glenn Morris <rgm@gnu.org>
3957
3958 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3959
3960 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3961 Treat preprocessor lines embedded in continuations like comments.
3962 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3963
3964 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3965
3966 * calc/calc.el (calc-standard-date-formats): Add more date
3967 formats.
3968 * calc/calc-forms.el (math-parse-iso-date): New function.
3969 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3970 (math-parse-iso-date-validate): Add extra error checking.
3971 (calc-date-notation): Add ability to access new date formats.
3972
3973 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3976 font-lock as well as when there's no text-property.
3977
3978 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3979
3980 * hi-lock.el: Refine the choice of default face.
3981 (hi-lock-keyword->face): New function. Use it wherever we used
3982 cadadadr instead.
3983 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3984 (hi-lock--last-face): Remove var.
3985 (hi-lock--unused-faces): New var to replace it.
3986 (hi-lock-read-face-name): Use/maintain it.
3987 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3988 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3989 if it has another face.
3990
3991 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3992
3993 * subr.el (w32notify-handle-event): New function.
3994 (inotify-handle-event): Doc fix.
3995
3996 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3997
3998 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3999
4000 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
4001
4002 * simple.el (just-one-space): Doc fix.
4003
4004 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4005
4006 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4007
4008 2012-12-10 Le Wang <l26wang@gmail.com>
4009
4010 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4011 narrowed buffer (bug#12361).
4012
4013 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
4014
4015 * vc/vc-hooks.el (vc-state): Doc fix.
4016
4017 2012-12-10 Glenn Morris <rgm@gnu.org>
4018
4019 * mail/rmail.el (rmail-maybe-display-summary):
4020 Preserve buffer, in case select-window changes it. (Bug#13066)
4021
4022 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4025 cl-load-hook where they belong.
4026
4027 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4030
4031 2012-12-09 Eli Zaretskii <eliz@gnu.org>
4032
4033 Parallelize byte compilation on MS-Windows.
4034 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4035 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4036 (WINS_BASIC): Define as concatenation of the above.
4037 (compile): Subdivide into 4 separate and independent jobs that can
4038 be run in parallel.
4039 (compile0-CMD, compile0-SH): New targets for compiling
4040 COMPILE_FIRST files, which are prerequisites for the rest of the
4041 byte-compilation.
4042 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4043 New targets for parallel compilation with cmd.exe.
4044 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4045 compiling under a Unixy shell.
4046
4047 2012-12-09 Chong Yidong <cyd@gnu.org>
4048
4049 * simple.el (set-mark-default-inactive): Delete this
4050 accidentally-introduced option.
4051 (set-mark-command, exchange-point-and-mark): Remove calls.
4052
4053 2012-12-09 Glenn Morris <rgm@gnu.org>
4054
4055 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4056 Respect a defcustom's :set function, if appropriate. (Bug#109)
4057 (eval-defun): Doc fix.
4058
4059 2012-12-08 Juri Linkov <juri@jurta.org>
4060
4061 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4062 (Info-fontify-node, Info-bookmark-make-record): Remove the
4063 file extension from Info-current-file (Bug#13016).
4064
4065 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4068 point, still provide some default.
4069 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4070 names, since we don't use it right now. Actually return the list.
4071 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4072
4073 2012-12-07 Chong Yidong <cyd@gnu.org>
4074
4075 * novice.el (disabled-command-function): Remove a spurious help
4076 xref (Bug#13043). Suggested by Kelly Dean.
4077
4078 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4079 syntax is specified (Bug#13025).
4080
4081 * info.el (Info-set-mode-line): Remove the file extension from
4082 Info-current-file if there is one (Bug#13016).
4083
4084 2012-12-07 Glenn Morris <rgm@gnu.org>
4085
4086 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4087 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4088 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4089 and rmail-mime-decoded. (Bug#9841)
4090
4091 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4092 (batch-unrmail, unrmail): Doc fixes.
4093 (unrmail): Respect unrmail-mbox-format.
4094 * mail/rmail.el (rmail-mbox-format): New option.
4095 (rmail-show-message-1): Respect rmail-mbox-format.
4096
4097 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4100
4101 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4104 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4105 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4106 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4107 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4108 (cl-progv): Don't rely on dynamic scoping to find the body.
4109 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4110 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4111 (cl-declaim): Use backquotes.
4112 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4113 Use "cl--" prefix for the object's tag.
4114
4115 * ses.el: Use advice-add/remove.
4116 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4117 (copy-region-as-kill, yank): Use advice-add.
4118 (ses-unload-function): Use advice-remove.
4119
4120 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4121
4122 * button.el: Make them work in header-lines (bug#12817).
4123 (button-map): Add bindings for header-line and mode-line use.
4124 (button-get, button-put, button-label): `button' may now be a string.
4125 (button-activate): Don't make it a defsubst.
4126 (button--area-button-p, button--area-button-string): New functions.
4127 (make-text-button): Fix the return value when `beg' was a string.
4128 (push-button): Handle the mode-line case.
4129
4130 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4133 (sql-signum): Remove. Use `cl-signum' instead.
4134 (sql-read-passwd): Remove; use read-passwd instread.
4135 (sql-get-login-ext): Use read-string.
4136 (sql-get-login): Use dolist and pcase.
4137 (sql--completion-table): Rename from sql-try-completion.
4138 Use complete-with-action.
4139 (sql-mode): Don't change abbrev-all-caps globally.
4140 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4141 (sql-postgres-completion-object): Initialize vars in their `let'.
4142 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4143 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4144 (sql-comint-interbase): Use a single append, without setq.
4145 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4146
4147 * hi-lock.el: Rework the default face and the serialize regexp code.
4148 (hi-lock--auto-select-face-defaults): Remove.
4149 (hi-lock-string-serialize-serial): Remove.
4150 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4151 make weak.
4152 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4153 equal string.
4154 (hi-lock-set-pattern): Adjust accordingly.
4155 (hi-lock--regexps-at-point): Simplify accordingly.
4156 (hi-lock--auto-select-face-defaults): Remove.
4157 (hi-lock--last-face): New var to replace it.
4158 (hi-lock-read-face-name): Rewrite (bug#11095).
4159 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4160
4161 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4162
4163 * net/tramp.el (tramp-replace-environment-variables):
4164 Hide compiler warning.
4165 (tramp-file-name-for-operation): Remove `executable-find',
4166 `start-process', `call-process' and `call-process-region'.
4167
4168 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4169
4170 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4171 compatibility.
4172
4173 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4174
4175 2012-12-06 Chong Yidong <cyd@gnu.org>
4176
4177 * ffap.el (ffap-replace-file-component): Fix typo.
4178
4179 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4182 fix open-paren-like token test (bug#12785).
4183
4184 2012-12-06 Glenn Morris <rgm@gnu.org>
4185
4186 * mail/rmailsum.el (rmail-new-summary): Tweak for
4187 rmail-maybe-display-summary changing buffer. (Bug#13066)
4188
4189 2012-12-06 Juri Linkov <juri@jurta.org>
4190
4191 * info.el (Info-fontify-node): Don't hide the last newline.
4192 (Bug#12272)
4193
4194 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4195
4196 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4197 so as to enable message-read-from-minibuffer to expand mail aliases.
4198
4199 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4202 the `intangible' property.
4203 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4204
4205 2012-12-05 Deniz Dogan <deniz@dogan.se>
4206
4207 * net/rcirc.el (rcirc-urls): Update documentation.
4208 (rcirc-condition-filter): New function.
4209 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4210 and exclude consecutive duplicate URLs (Bug#6082).
4211
4212 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4213
4214 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4215 Check return code of copy command.
4216
4217 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4218 Use group `tramp'. Add version.
4219
4220 2012-12-05 Chong Yidong <cyd@gnu.org>
4221
4222 * ffap.el (ffap-url-regexp): Don't require matching at front of
4223 string (Bug#4952).
4224 (ffap-url-p): If only a substring matches, return that.
4225 (ffap-url-at-point): Use the return value of ffap-url-p.
4226 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4227 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4228 (ffap-guess-file-name-at-point): Likewise.
4229 (ffap-replace-file-component): Fix typo.
4230
4231 * info.el (info-display-manual): Add existing Info buffers, whose
4232 files may not be in Info-directory-list, to the completion.
4233 (info--manual-names): New helper function.
4234
4235 2012-12-05 Glenn Morris <rgm@gnu.org>
4236
4237 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4238 New functions, for detecting and resolving conflicts. (Bug#10709)
4239
4240 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4241
4242 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4243 (hi-lock-auto-select-face-defaults): New buffer local variable.
4244 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4245 (hi-lock-unface-buffer): Prompt user with useful defaults.
4246 With prefix arg, unhighlight all hi-lock patterns in buffer.
4247
4248 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4249
4250 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4251
4252 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4253
4254 * Makefile.in (TRAMP_SRC):
4255 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4256
4257 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4258
4259 * net/tramp-adb.el: New package.
4260
4261 2012-12-04 Chong Yidong <cyd@gnu.org>
4262
4263 * terminal.el: Move to obsolete/.
4264
4265 * longlines.el: Move to obsolete/.
4266
4267 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4268 Remove code referring to longlines mode.
4269
4270 2012-12-03 Juri Linkov <juri@jurta.org>
4271
4272 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4273
4274 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4275
4276 * textmodes/ispell.el (ispell-init-process)
4277 (ispell-start-process, ispell-internal-change-dictionary):
4278 Make sure personal dictionary name is expanded after initial
4279 `default-directory' value. Use expanded strings for
4280 keep/restart checks and for value (Bug#13019).
4281
4282 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4283
4284 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4285
4286 2012-12-03 Leo Liu <sdl.web@gmail.com>
4287
4288 * files.el (dir-locals-read-from-file): Check file non-empty
4289 before reading. (Bug#13038)
4290
4291 2012-12-03 Glenn Morris <rgm@gnu.org>
4292
4293 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4294 Remove any version extension before checking filename. (Bug#13006)
4295 (jka-compr-compression-info-list): Belated :version bump.
4296
4297 2012-12-03 Chong Yidong <cyd@gnu.org>
4298
4299 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4300
4301 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4302 (buffer-menu): Doc fix (Bug#12294).
4303
4304 2012-12-03 Roland Winkler <winkler@gnu.org>
4305
4306 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4307 of diary-show-all-entries in the diary buffer (Bug#12994).
4308
4309 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4310
4311 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4312 "<STDIN>". This is binary safe.
4313
4314 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4315
4316 * calc/calc-forms.el (math-absolute-from-iso-dt)
4317 (math-date-to-iso-dt, math-parse-iso-date-validate)
4318 (math-iso-dt-to-date): New functions.
4319 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4320 (math-fd-isoweekday): New variables.
4321 (calc-date-notation, math-parse-standard-date, math-format-date)
4322 (math-format-date-part): Add support for more formatting codes.
4323
4324 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4325
4326 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4327 current buffer's file name when called interactively (Bug#12488).
4328
4329 2012-12-02 Juri Linkov <juri@jurta.org>
4330
4331 * info.el (info-display-manual): Don't clobber an existing Info
4332 buffer (Bug#10770). Add completion (Bug#10771).
4333
4334 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4335
4336 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4337 before using it for comparison (Bug#5297).
4338
4339 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4340
4341 * textmodes/css-mode.el (css-current-defun-name): New function.
4342 (css-mode): Use it.
4343
4344 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4345 (html-mode): Use it.
4346
4347 2012-12-01 Chong Yidong <cyd@gnu.org>
4348
4349 Modularize add-log-current-defun (Bug#2224).
4350 Suggested by Jari Aalto.
4351
4352 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4353 (add-log-current-defun): Move mode-specific code to other files.
4354 (add-log-lisp-like-modes, add-log-c-like-modes)
4355 (add-log-tex-like-modes): Variables deleted.
4356
4357 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4358 (lisp-mode-variables): Use it.
4359
4360 * progmodes/cc-mode.el (c-common-init):
4361 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4362 add-log-current-defun-function.
4363
4364 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4365 (m4-mode): Use it.
4366
4367 * progmodes/perl-mode.el (perl-current-defun-name): New.
4368 (perl-mode): Use it.
4369
4370 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4371 Use lisp-current-defun-name.
4372
4373 * textmodes/tex-mode.el (tex-current-defun-name): New.
4374 (tex-common-initialization): Use it.
4375
4376 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4377 (texinfo-mode): Use it.
4378
4379 2012-12-01 Chong Yidong <cyd@gnu.org>
4380
4381 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4382 * progmodes/autoconf.el (autoconf-mode):
4383 * progmodes/js.el (js-mode):
4384 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4385 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4386 * progmodes/perl-mode.el (perl-mode):
4387 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4388 * textmodes/css-mode.el (css-mode):
4389 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4390 (sgml-tags-invisible, sgml-guess-indent):
4391 * textmodes/tex-mode.el (tex-common-initialization)
4392 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4393 (doctex-mode, plain-tex-mode, latex-mode):
4394 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4395
4396 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4397
4398 * vc/vc-hg.el (vc-hg-next-revision):
4399 Ensure use of default "tip" output format. (Bug#6968)
4400
4401 2012-12-01 Kim F. Storm <storm@cua.dk>
4402
4403 * startup.el (fancy-startup-tail): Add a clickable link
4404 (Bug#2176).
4405
4406 2012-12-01 Chong Yidong <cyd@gnu.org>
4407
4408 * startup.el (fancy-startup-tail): Improve the message about
4409 auto-save files (Bug#2176).
4410
4411 * files.el (recover-session): Improve the descriptive message, and
4412 use substitute-command-keys.
4413
4414 2012-12-01 Glenn Morris <rgm@gnu.org>
4415
4416 * ido.el (ido-file-internal):
4417 Handle other-window, other-frame for dired. (Bug#13036)
4418
4419 2012-11-30 Glenn Morris <rgm@gnu.org>
4420
4421 * icomplete.el (icomplete-separator): Fix :version.
4422
4423 2012-11-30 Chong Yidong <cyd@gnu.org>
4424
4425 * shell.el (shell): For C-u M-x shell, use an inactive shell
4426 buffer as the default (Bug#1975).
4427 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4428 (shell-mode): Use them to reapply ansi colorization if Shell mode
4429 is re-enabled.
4430
4431 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4432
4433 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4434
4435 2012-11-30 Samuel Bronson <naesten@gmail.com>
4436
4437 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4438 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4439
4440 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4441
4442 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4443 by move-to-column (Bug#3234).
4444
4445 2012-11-30 Chong Yidong <cyd@gnu.org>
4446
4447 * longlines.el (longlines-wrap-line, longlines-encode-region):
4448 Preserve text properties (Bug#1425).
4449
4450 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4451
4452 * vc/vc.el (vc-register): Allow registering a file which is
4453 already registered with a different backend (Bug#10589).
4454
4455 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4456 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * icomplete.el: Change separator; add ido-style commands.
4459 (icomplete-show-key-bindings): Remove custom var.
4460 (icomplete-get-keys): Remove function.
4461 (icomplete-forward-completions, icomplete-backward-completions):
4462 New commands.
4463 (icomplete-minibuffer-map): New var.
4464 (icomplete-minibuffer-setup): Use it.
4465 (icomplete-exhibit): Don't delay if the list of completions is known.
4466 (icomplete-separator): New custom.
4467 (icomplete-completions): Use it.
4468 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4469 (minibuffer-force-complete-and-exit): New command.
4470 (minibuffer--complete-and-exit): New function extracted from
4471 minibuffer-complete-and-exit.
4472 (minibuffer-complete-and-exit): Use it.
4473
4474 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4475 error message when the file doesn't exist (bug#12974).
4476
4477 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4478
4479 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4480
4481 2012-11-29 Glenn Morris <rgm@gnu.org>
4482
4483 * files.el (hack-dir-local-variables): Warn if try to set
4484 coding via dir-locals, since it doesn't work. (Bug#7169)
4485
4486 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4487 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4488 Set buffer-local value of desktop-save-buffer.
4489 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4490 New functions.
4491 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4492 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4493
4494 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4495 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4496 Doc fix.
4497 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4498 Doc fixes.
4499
4500 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4501
4502 * calc/calc-forms.el (calc-date-notation): Fix regexp
4503 used to find time codes. Fix symbol for seconds.
4504
4505 2012-11-27 Glenn Morris <rgm@gnu.org>
4506
4507 * emacs-lisp/derived.el (derived-mode-make-docstring):
4508 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4509
4510 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4513 lexically scoped variables (bug#13005).
4514
4515 2012-11-27 Glenn Morris <rgm@gnu.org>
4516
4517 * vc/vc-hooks.el (vc-mistrust-permissions):
4518 Default to t, to avoid data-loss. (Bug#11490)
4519
4520 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4521
4522 * progmodes/python.el (python-indent-guess-indent-offset):
4523 If indentation is guessed make python-indent-offset buffer-local.
4524
4525 Fix Imenu regression.
4526 * progmodes/python.el (python-nav-beginning-of-defun):
4527 Fix forward movement when statement(s) separates point from defun.
4528 (python-imenu-prev-index-position): New function.
4529
4530 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4531
4532 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4533
4534 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4535 Don't set buffer-file-type. Return nil. (Bug#12989)
4536
4537 2012-11-27 Glenn Morris <rgm@gnu.org>
4538
4539 * hippie-exp.el (hippie-expand-try-functions-list):
4540 Re-autoload it. (Bug#12982)
4541
4542 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4543
4544 * descr-text.el (describe-char-padded-string):
4545 Call internal-char-font only on GUI frames. (Bug#11964)
4546
4547 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4548
4549 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4550 and obsoletion message.
4551
4552 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4555 the constructs to keep outside of the `cl-block' (bug#12977).
4556
4557 2012-11-27 Chong Yidong <cyd@gnu.org>
4558
4559 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4560 keep reading until we get the up-event anyway, in order to process
4561 the up-event for mouse-1-click-follows-link (Bug#12971).
4562
4563 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4566 base function is not yet defined (bug#12965).
4567 (ad-activate-advised-definition): Use ad-compile-function.
4568 (ad-activate): Use cond.
4569
4570 2012-11-25 Leo Liu <sdl.web@gmail.com>
4571
4572 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4573 (Bug#12979)
4574
4575 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4576
4577 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4578 reftex-section-info-function in order to be compatible with
4579 Texinfo integration.
4580
4581 * textmodes/reftex.el (reftex-section-pre-regexp)
4582 (reftex-section-post-regexp, reftex-section-info-function):
4583 New variable.
4584 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4585 reftex-section-post-regexp, and reftex-section-info-function in order
4586 to be compatible with Texinfo integration.
4587
4588 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4589 use reftex-section-pre-regexp variable in order to be compatible with
4590 Texinfo integration.
4591
4592 2012-11-25 Chong Yidong <cyd@gnu.org>
4593
4594 * faces.el: Make face-spec-set more analogous to setq.
4595 (face-spec-set): Change the third arg to specify whether this
4596 function is being called via defface, customize, or a third party.
4597 Set the appropriate symbol properties. Clear the override spec if
4598 setting via Custom. Initialize face if necessary. (Bug#4988)
4599 (face-spec-recalc): Allow theme faces to completely replace the
4600 defface spec, in the same way as custom faces (Bug#8454).
4601
4602 * cus-face.el (custom-declare-face): Move face initialization to
4603 face-spec-set.
4604 (custom-theme-set-faces): Don't initialize the face name here, as
4605 that is now done in face-spec-set.
4606
4607 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4608 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4609 Simplify by using the new arg to face-spec-set.
4610
4611 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4612 reset face-override-spec too, and use custom-declare-face.
4613
4614 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4615
4616 * term/ns-win.el (ns-initialize-window-system): Move creation of
4617 fontsets here (Bug#11964).
4618
4619 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4620
4621 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4622 cell renaming.
4623
4624 2012-11-24 Chong Yidong <cyd@gnu.org>
4625
4626 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4627 obsolete.
4628
4629 * custom.el (custom-theme-set-variables): Use a topological sort
4630 for ordering by custom dependencies (Bug#12952).
4631 (custom--sort-vars, custom--sort-vars-1): New functions.
4632
4633 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4636 lexical-binding (bug#12938).
4637
4638 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4639
4640 * image-mode.el (image-transform-check-size): Use assertions only
4641 for images of type imagemagick.
4642
4643 Otherwise no error, image-transform-fit-to-{width,height} is
4644 silently ignored, as before. Doc fix.
4645
4646 2012-11-24 Chong Yidong <cyd@gnu.org>
4647
4648 * faces.el (color-defined-p): Doc fix (Bug#12853).
4649
4650 2012-11-24 Juri Linkov <juri@jurta.org>
4651
4652 * dired.el (dired-mark): Add optional arg `interactive'.
4653 Check for `use-region-p' if `interactive' is non-nil.
4654 (dired-unmark, dired-flag-file-deletion): Add optional arg
4655 `interactive'. Call `dired-mark' with the arg `interactive'.
4656 (Bug#10624)
4657
4658 * wdired.el: Revert 2012-10-17 change partly and replace it with
4659 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4660 (wdired-finish-edit): Add marks for new file names to
4661 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4662 after `revert-buffer'.
4663 (wdired-do-renames): Remove calls to `dired-remove-file',
4664 `dired-add-file', `dired-add-entry'. (Bug#11795)
4665
4666 2012-11-24 Alan Mackenzie <acm@muc.de>
4667
4668 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4669
4670 Fix bugs in the state cache. Enhance a debugging mechanism.
4671 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4672 "brace at column zero" strategy for C++.
4673 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4674 (c-parse-state-point): New variable.
4675 (c-record-parse-state-state): Record old parse state with
4676 `copy-tree'. Record previous value of point.
4677 (c-debug-parse-state-double-cons): New debugging function.
4678 (c-debug-parse-state): Call the above new function.
4679 (c-toggle-parse-state-debug): Output a confirmatory message.
4680
4681 * progmodes/cc-mode.el (c-before-change, c-after-change):
4682 Call c-invalidate-state-cache from `c-before-change' instead of
4683 `c-after-change'.
4684
4685 2012-11-23 Chong Yidong <cyd@gnu.org>
4686
4687 * find-cmd.el (find-constituents): Add executable, ipath,
4688 readable, samefile, writable, daystart, regextype (Bug#12856).
4689
4690 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4693
4694 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4695
4696 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4697 definition. This fixes a bootstrap failure.
4698 (calc-gregorian-switch): In menu, put dates before regions.
4699 This is easier to follow, lines up better in the menu, and lets us
4700 coalesce regions that switch at the same time. Give country
4701 names, not "Vatican", as that's better for non-expert users.
4702 Use names that are stable between the date of switch and now, e.g.,
4703 Bohemia and Moravia (which existed then and now) and not
4704 Czechoslovakia (which didn't exist then and doesn't exist now).
4705 What is now the U.S. mostly did not switch at the same time as
4706 Britain, so omit the U.S. Correct spelling of "Britain".
4707 Catholic Switzerland was too much of a mess, so omit it.
4708
4709 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4710
4711 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4712 after the variable is changed.
4713
4714 2012-11-21 Daniel Colascione <dancol@dancol.org>
4715
4716 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4717 in SQL declarations for font-lock.
4718 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4719
4720 2012-11-21 Glenn Morris <rgm@gnu.org>
4721
4722 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4723 (face-italic-p): Add optional argument "inherit".
4724
4725 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4726 Remove -p suffix from names, for consistency with other set-face-*.
4727 (set-face-inverse-video): Fix interactive spec.
4728 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4729 * textmodes/table.el (table--update-cell-face):
4730 Use set-face-inverse-video rather than now obsolete alias.
4731
4732 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4733
4734 * simple.el (line-move): Don't call line-move-partial if
4735 scroll-conservatively is in effect. (Bug#12927)
4736
4737 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4740 Fallback on completion-at-point rather than
4741 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4742 (eshell-cmpl-initialize): Setup completion-at-point.
4743
4744 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4745
4746 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4747
4748 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4749
4750 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4751 are remote, check out-of-band property for both.
4752
4753 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4756 code rewrite.
4757
4758 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4759
4760 More minor time fixes.
4761 * calendar/time-date.el: Commentary fix.
4762 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4763 too much other code depends on (0 0) time stamps.
4764 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4765 Add a couple of FIXME comments.
4766
4767 Minor cleanup for times as lists of four integers.
4768 * files.el (dir-locals-directory-cache):
4769 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4770 Doc fixes.
4771 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4772 * ps-bdf.el (bdf-file-newer-than-time):
4773 Process four-integers time stamps, not two. Doc fixes.
4774
4775 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * uniquify.el (uniquify-managed): Use defvar-local.
4778 (rename-buffer, create-file-buffer): Advise with advice-add.
4779 (uniquify-unload-function): Unadvise accordingly.
4780
4781 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4782 (trace-buffer): Don't purecopy.
4783 (trace-entry-message, trace-exit-message): Add `context' arg.
4784 (trace--timer): New var.
4785 (trace-make-advice): Adjust for use in nadvice.
4786 Add `context' argument. Delay `display-buffer' via a timer.
4787 (trace-function-internal): Use advice-add.
4788 (trace--read-args): New function.
4789 (trace-function-foreground, trace-function-background): Use it.
4790 (trace-function): Rename to trace-function-foreground and redefine as
4791 an alias to that new name.
4792 (untrace-function, untrace-all): Adjust to the use of nadvice.
4793
4794 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4795
4796 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4797
4798 * subr.el (called-interactively-p-functions): New var.
4799 (internal--called-interactively-p--get-frame): New macro.
4800 (called-interactively-p, interactive-p): Rewrite in Lisp.
4801 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4802 (called-interactively-p-functions): Use it.
4803 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4804 (called-interactively-p-functions): Use it.
4805 * allout.el (allout-called-interactively-p): Don't assume
4806 called-interactively-p is a subr.
4807
4808 2012-11-20 Glenn Morris <rgm@gnu.org>
4809
4810 * profiler.el (profiler-report-mode-map): Add a menu.
4811 No need to bind `q' because we derive from special-mode.
4812 (profiler-report-find-entry): Handle calls from the menu-bar.
4813
4814 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * emacs-lisp/byte-run.el (defun-declarations-alist):
4817 Allow a compiler-macro to be a lambda expression.
4818
4819 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4820 eval-when-compile.
4821 (python-syntax-context): Add compiler-macro.
4822 (python-font-lock-keywords): Simplify with De Morgan.
4823
4824 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4825
4826 * files.el (load-file): Require match in minibuffer selection, as was
4827 the case in Emacs-20 before we changed the spec to allow .elc files
4828 (bug#12935).
4829
4830 * json.el: Don't require cl since we don't use it.
4831 * color.el: Don't require cl.
4832 (color-complement): `caddr' -> `nth 2'.
4833
4834 * calendar/time-date.el (time-to-seconds): De-obsolete.
4835
4836 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4837
4838 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4839 year numbers.
4840 (math-date-to-julian-dt): Adjust the initial approximation for the
4841 year to deal with the new definition of the DATE.
4842
4843 2012-11-19 Daniel Colascione <dancol@dancol.org>
4844
4845 * term/w32-win.el (cygwin-convert-path-from-windows):
4846 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4847
4848 2012-11-18 Chong Yidong <cyd@gnu.org>
4849
4850 * filecache.el (file-cache--read-list): New function.
4851 (file-cache-add-directory-list, file-cache-add-file-list)
4852 (file-cache-delete-file-list, file-cache-delete-directory-list):
4853 Use it to read a list of files or directories (Bug#12846).
4854 (file-cache-add-file, file-cache-add-directory)
4855 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4856 (file-cache-delete-directory): Print an message.
4857
4858 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4859
4860 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4861 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4862
4863 2012-11-18 Glenn Morris <rgm@gnu.org>
4864
4865 * image.el (insert-image, insert-sliced-image): Doc fix.
4866
4867 2012-11-18 Chong Yidong <cyd@gnu.org>
4868
4869 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4870 (Bug#12810).
4871
4872 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4873
4874 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4875 response when the target file is in a subdirectory (Bug#12757).
4876
4877 2012-11-18 Chong Yidong <cyd@gnu.org>
4878
4879 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4880
4881 2012-11-18 Glenn Morris <rgm@gnu.org>
4882
4883 * emacs-lisp/cl-lib.el (face-underline-p):
4884 Use set-face-underline rather than the alias set-face-underline-p.
4885
4886 * window.el (with-temp-buffer-window): Doc fix.
4887 * subr.el (with-output-to-temp-buffer):
4888 Add doc xref to with-temp-buffer-window.
4889
4890 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4893 * calc/calc.el (math-format-date-cache): Declare.
4894
4895 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4896
4897 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4898 It also uses January 1, 1 AD as its day number 1.
4899 * calc/calc-forms.el (math-julian-date-beginning)
4900 (math-julian-date-beginning-int): Implement this.
4901
4902 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4903
4904 * descr-text.el (quail-find-key):
4905 * dired.el (desktop-file-name):
4906 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4907 * generic-x.el (comint-mode, comint-exec):
4908 * image-dired.el (widget-forward):
4909 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4910 (speedbar-change-expand-button-char)
4911 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4912 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4913 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4914 (widget-field-action, widget-value-set):
4915 * speedbar.el (imenu--make-index-alist):
4916 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4917 (ring-length, ring-insert):
4918 * vcursor.el (compare-windows-skip-whitespace):
4919 * woman.el (dired-get-filename):
4920 Declare functions.
4921
4922 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4923
4924 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4925
4926 * calc/calc.el (calc-gregorian-switch): New variable.
4927
4928 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4929 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4930 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4931 (math-leap-year-p): Add option to distinguish between Julian
4932 and Gregorian calendars.
4933 (math-day-number): Use `math-day-in-year' to do the computations.
4934 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4935 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4936 to do the computations.
4937 (math-date-to-dt): Use `math-date-to-julian-dt' and
4938 `math-date-to-gregorian-dt' to do the computations.
4939 (calcFunc-weekday, math-format-date-part): Use the new version of
4940 the DATE to determine the weekday.
4941 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4942 when necessary.
4943
4944 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4945
4946 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4947 Cygwin; otherwise use 'file:'. (Bug#12914)
4948 (cygwin-convert-path-from-windows): Declare, to avoid
4949 byte-compiler warnings.
4950
4951 2012-11-17 Andreas Politz <politza@fh-trier.de>
4952
4953 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4954 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4955 prefix and negative numeric prefix args (Bug#12795).
4956
4957 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4958
4959 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4960 Don't signal an error with a score that is too low to add to the
4961 list of top scores. (Bug#12779)
4962
4963 2012-11-17 Chong Yidong <cyd@gnu.org>
4964
4965 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4966
4967 * filecache.el (file-cache-add-file): Handle relative file name in
4968 the argument (Bug#12694).
4969
4970 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4971
4972 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4973
4974 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4975
4976 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4977
4978 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4979
4980 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4981
4982 * window.el (enlarge-window, shrink-window): Don't mention return
4983 value in doc-string (Bug#12896).
4984 (window--display-buffer): Don't resize frames - it won't work
4985 with all window managers and defeat pop-up-frame-alist.
4986 (display-buffer-alist): In doc-string explain that CONDITION can
4987 be a function and which arguments are passed to it (Bug#12854).
4988 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4989 expressions (Bug#12854).
4990 (display-buffer): Pass ACTION argument to
4991 display-buffer-assq-regexp.
4992
4993 2012-11-16 Glenn Morris <rgm@gnu.org>
4994
4995 * window.el (fit-frame-to-buffer-bottom-margin)
4996 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4997
4998 * faces.el (face-underline-p): Use face-attribute-specified-or.
4999
5000 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
5001
5002 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5003
5004 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5007
5008 2012-11-16 Glenn Morris <rgm@gnu.org>
5009
5010 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
5011 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5012
5013 * faces.el (face-underline-p): Doc fix. Handle :underline being
5014 things other than `t' (a string, a list).
5015 (face-inverse-video-p): Doc fix.
5016 (set-face-underline): Rename it back from set-face-underline-p.
5017 Doc fix. Allow interactive input of values other than t.
5018 (read-face-attribute): Apply formatting to :underline,
5019 since like :box and :stipple it can take list values.
5020
5021 * term.el (ansi-term): Don't let C-x escape-char binding
5022 clobber the more standard C-c binding. (Bug#12842)
5023
5024 * subr.el (set-temporary-overlay-map): Doc fix.
5025
5026 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5027
5028 * window.el (record-window-buffer)
5029 (display-buffer-record-window): When copying the markers to
5030 window-point preserve window-point-insertion-type. (Bug#12588)
5031
5032 2012-11-16 Glenn Morris <rgm@gnu.org>
5033
5034 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5035 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5036 Use new names for hooks rather than obsolete aliases.
5037
5038 2012-11-15 Daniel Colascione <dancol@dancol.org>
5039
5040 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5041 prefix instead of "file:" so that when FILE-NAME begins with "//",
5042 as it does when the target file is on a network share, url-handler
5043 isn't confused.
5044
5045 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5048 a preactivated advice from an old advice.el; they're not compatible!
5049
5050 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5051
5052 * emacs-lisp/nadvice.el (advice--make-interactive-form):
5053 Fix string-spec case.
5054
5055 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5056
5057 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5060 (advice--buffer-local-function-sample): New var.
5061 (advice--set-buffer-local, advice--buffer-local): New functions.
5062 (add-function, remove-function): Use them.
5063
5064 2012-11-15 Drew Adams <drew.adams@oracle.com>
5065
5066 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5067
5068 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5071 potential binding of print-gensym to t, and prettify (back)quotes in
5072 case they appear in args's default values (bug#12884).
5073
5074 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5077 (advice-eval-interactive-spec): New function.
5078 (advice--make-interactive-form): Support around advice (bug#12844).
5079
5080 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5081
5082 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5083 more strict. Add docstring.
5084 (ruby-expression-expansion-re): Extract from
5085 `ruby-match-expression-expansion'.
5086 (ruby-syntax-propertize-function): After everything else, search
5087 for expansions in string literals, mark their insides as
5088 whitespace syntax and save match data for font-lock.
5089 (ruby-font-lock-keywords): Use the 2nd group from expression
5090 expansion matches.
5091 (ruby-match-expression-expansion): Use the match data saved to the
5092 text property in ruby-syntax-propertize-function.
5093
5094 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5097 (bug#12879).
5098
5099 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5100
5101 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5102 start/end keyword a bit harder. Works with different values of N.
5103 Add more comments.
5104 (ruby-end-of-block): Update accordingly.
5105
5106 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * woman.el (woman-file-name): Don't mess with unread-command-events
5109 (bug#12861).
5110
5111 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5112 Remove out of date self-require hack.
5113 (ad-do-advised-functions): Use simple `dolist'.
5114 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5115 (ad-advice-definition): Redefine as functions.
5116 (ad-advice-classes): Move before first use.
5117 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5118 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5119 (ad--defalias-fset): Remove functions.
5120 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5121 (ad-get-orig-definition): Rewrite.
5122 (ad-make-advised-definition-docstring): Change base docstring.
5123 (ad-real-orig-definition): Rewrite.
5124 (ad-map-arglists): Change name of called function.
5125 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5126 (ad-make-advised-definition): Simplify.
5127 (ad-assemble-advised-definition): Tweak for new calling context.
5128 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5129 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5130 function and call ad-activate if needed.
5131 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5132 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5133 (ad-compile-function): Compile ad-Advice-*.
5134 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5135 (ad-start-advice, ad-stop-advice): Remove.
5136
5137 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5138
5139 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5140 period before class method names, not after. Remove handling of
5141 one impossible case. Add comments.
5142
5143 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * emacs-lisp/advice.el: Remove support for freezing.
5146 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5147 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5148 Remove support for `freeze'.
5149
5150 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5151 override the default.
5152 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5153 cl--dotimes/dolist.
5154 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5155 `cl' is loaded.
5156
5157 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5158 from add-advice.
5159 (advice--strip-macro): New function.
5160 (advice--defalias-fset): Use them to handle macros.
5161 (advice-add): Use them.
5162 (advice-member-p): Correctly handle macros.
5163
5164 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5165
5166 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5167 Never font-lock the beginning of singleton class as heredoc.
5168
5169 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5172
5173 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5174
5175 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5176 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5177 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5178
5179 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
5180
5181 Fix end-of-defun misbehavior.
5182 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5183 python-beginning-of-defun-function. Handle nested defuns
5184 correctly.
5185 (python-nav-end-of-defun): Rename from
5186 python-end-of-defun-function. Ensure forward movement.
5187 (python-info-current-defun): Reimplement to work as intended
5188 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5189 parent defuns as soon as possible.
5190
5191 2012-11-13 Glenn Morris <rgm@gnu.org>
5192
5193 * progmodes/flymake.el (flymake-error-bitmap)
5194 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5195 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5196
5197 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5198
5199 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5200 backward, always stop at indentation. Reverts the change from
5201 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5202
5203 2012-11-13 Glenn Morris <rgm@gnu.org>
5204
5205 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5206 Add ibuffer-filter-by-derived-mode.
5207
5208 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5209 the same name shadowing each other.
5210
5211 * window.el (with-temp-buffer-window): Doc tweak.
5212
5213 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5214
5215 * help.el (temp-buffer-max-height):
5216 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5217 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5218
5219 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * emacs-lisp/nadvice.el: New package.
5222 * subr.el (special-form-p): New function.
5223 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5224 (elp-all-instrumented-list): Remove var.
5225 (elp-not-profilable): Remove elp-wrapper.
5226 (elp-profilable-p): Use autoloadp and special-form-p.
5227 (elp--advice-name): New const.
5228 (elp-instrument-function): Use advice-add.
5229 (elp--instrumented-p): New predicate.
5230 (elp-restore-function): Use advice-remove.
5231 (elp-restore-all, elp-reset-all): Use mapatoms.
5232 (elp-set-master): Use elp--instrumented-p.
5233 (elp--make-wrapper): Rename from elp-wrapper, return a function
5234 suitable for advice-add. Use cl-inf.
5235 (elp-results): Use mapatoms+elp--instrumented-p.
5236 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5237 (debug-function-list): Remove var.
5238 (debug): Rename arg, and then let-bind it explicitly inside.
5239 (debugger-setup-buffer): Rename arg.
5240 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5241 (debugger-frame-number): Adjust to new debug-on-entry setup.
5242 (debug--implement-debug-on-entry): Rename from
5243 implement-debug-on-entry, add argument.
5244 (debugger-special-form-p): Remove, use special-form-p instead.
5245 (debug-on-entry): Use advice-add.
5246 (debug--function-list): New function.
5247 (cancel-debug-on-entry): Use it, along with advice-remove.
5248 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5249 (debugger-list-functions): Use debug--function-list instead of
5250 debug-function-list.
5251 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5252 (ad-special-form-p): Remove, use special-form-p instead.
5253 (ad-set-advice-info): Use add-function and remove-function.
5254 (ad--defalias-fset): Adjust accordingly.
5255
5256 2012-11-10 Glenn Morris <rgm@gnu.org>
5257
5258 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5259 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5260 (report-emacs-bug-create-existing-bugs-buffer)
5261 (report-emacs-bug-parse-query-results)
5262 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5263
5264 * term.el (term-default-fg-color, term-default-bg-color):
5265 Make obsolete, rather than just saying "deprecated" in the doc.
5266
5267 * term.el (term): Rename from `term-face'.
5268 (term-current-face, ansi-term-color-vector)
5269 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5270 Update all users.
5271
5272 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5273
5274 * server.el (server-create-window-system-frame): Handle Nextstep
5275 specially (Bug#12780).
5276
5277 2012-11-10 Glenn Morris <rgm@gnu.org>
5278
5279 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5280 Unautoload, and make obsolete. (Bug#7449)
5281
5282 2012-11-10 Chong Yidong <cyd@gnu.org>
5283
5284 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5285 rename from diff-remove-trailing-whitespace (Bug#12831).
5286
5287 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5290 miscompilation of trace.el.
5291
5292 2012-11-10 Glenn Morris <rgm@gnu.org>
5293
5294 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5295
5296 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5299 (bug#12812).
5300
5301 2012-11-10 Chong Yidong <cyd@gnu.org>
5302
5303 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5304 a defcustom with an appropriate :set function.
5305 (minibuffer-default--in-prompt-regexps): New function.
5306
5307 2012-11-10 Glenn Morris <rgm@gnu.org>
5308
5309 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5310 (define-modify-macro): Doc fixes.
5311
5312 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5313 (gv-define-simple-setter): Update doc of `fix-return'.
5314
5315 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5318 twice when `fix-return' is set (bug#12813).
5319
5320 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5321 gv-define-simple-setter (bug#12812).
5322
5323 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5324 (bug#12756).
5325
5326 2012-11-10 Glenn Morris <rgm@gnu.org>
5327
5328 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5329
5330 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5331 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5332 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5333 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5334
5335 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5336
5337 2012-11-10 Leo Liu <sdl.web@gmail.com>
5338
5339 * ido.el (ido-set-matches-1): Improve flex matching performance by
5340 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5341
5342 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5343
5344 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5345 (ad--defalias-fset): New function.
5346 (ad-safe-fset): Remove.
5347 (ad-make-freeze-definition): Use cl-letf*.
5348
5349 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * subr.el (dolist): Don't bind VAR in RESULT.
5352
5353 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5354 (fset, documentation): Don't save real def since we don't advise.
5355 (ad-do-advised-functions): Remove problematic `result-form'.
5356 (ad-safe-fset): `ad-real-fset' => `fset'.
5357 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5358 uses CL's dolist internally.
5359 (ad-arglist): Remove unused arg `name'.
5360 (ad-docstring, ad-make-advised-docstring):
5361 `ad-real-documentation' => `documentation'.
5362 (warning-suppress-types): Declare.
5363 (ad-set-arguments): Simple CSE.
5364 (ad-recover-normality): Sanity check.
5365
5366 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5367 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5368
5369 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
5370
5371 * ses.el: symbol to coordinate mapping is made by symbol property
5372 `ses-cell'. This means that the same mapping is done for all SES
5373 sheets. That is good enough for cells with standard A1 names, but
5374 not for named cell. So a hash map is added for the latter.
5375 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5376 (ses-sym-rowcol): Use hashmap for named cell.
5377 (ses-is-cell-sym-p): New defun.
5378 (ses-decode-cell-symbol): New defun.
5379 (ses-create-cell-variable): Add cell to hashmap when name is not
5380 A1-like.
5381 (ses-rename-cell): Check that cell new name is not already in
5382 spreadsheet with the use of ses-is-cell-sym-p
5383 (ses-rename-cell): Use hash map for named cells, but accept also
5384 renaming back to A1-like.
5385
5386 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * emacs-lisp/advice.el: Use new dynamic docstrings.
5389 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5390 Use dynamic-docstring-function instead of ad-advice-info.
5391 (ad--make-advised-docstring): New function extracted from
5392 ad-make-advised-docstring.
5393 (ad-make-advised-docstring): Use it.
5394 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5395 from sql-help.
5396 (sql-help): Use it with dynamic-docstring-function.
5397
5398 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5399
5400 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * files.el (hack-one-local-variable--obsolete): New function.
5403 (hack-one-local-variable): Use it for obsolete settings.
5404
5405 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5406 the new name.
5407
5408 * progmodes/js.el (js--filling-paragraph): New var.
5409 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5410 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5411 less sneaky.
5412
5413 2012-11-08 Julien Danjou <julien@danjou.info>
5414
5415 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5416 `auto-mode-alist' (Bug#12835).
5417
5418 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5421 (perl--prettify-symbols-alist): New const.
5422 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5423 New functions.
5424 (perl-font-lock-keywords-2): Use them.
5425 (perl-electric-noindent-p): New function.
5426 (perl-mode): Use it to set up electric-indent-mode.
5427 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5428 (perl-mode-map): Remove bindings for them.
5429 (perl-imenu-generic-expression, perl-outline-level):
5430 Match functions&packages in column>0.
5431
5432 * env.el (env--substitute-vars-regexp): New const.
5433 (substitute-env-vars): Use it. Add `only-defined' arg.
5434 * net/tramp.el (tramp-replace-environment-variables): Use it.
5435
5436 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5437 Byte-compile *before* eval in eval-and-compile.
5438 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5439 (byte-compile-file-form-autoload): Don't hide actual definition.
5440 (byte-compile-maybe-guarded): Accept `functionp' as well.
5441
5442 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5443
5444 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5445
5446 * notifications.el (notifications-get-server-information-method):
5447 New defconst.
5448 (notifications-get-capabilities): Fix docstring.
5449 (notifications-get-server-information): New defun.
5450
5451 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5452
5453 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5454 readability.
5455
5456 * textmodes/ispell.el: Experimental support for support debugging.
5457 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5458 buffer for ispell.
5459 (ispell-print-if-debug): New function to print stuff to
5460 `ispell-debug-buffer' if debugging is enabled.
5461 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5462 show some debugging info.
5463 (ispell-buffer-with-debug): New function that creates a debugging
5464 buffer and calls `ispell-buffer' with debugging enabled.
5465
5466 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5467 comment in autoconf mode. (Bug#12768)
5468
5469 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5470
5471 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5472 frame-first-window, frame-root-window, frame-selected-window,
5473 minibuffer-selected-window, minibuffer-window,
5474 window-absolute-pixel-edges, window-at, window-body-height,
5475 window-body-width, window-display-table, window-combination-limit,
5476 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5477 window-inside-edges, window-inside-pixel-edges, window-left-child,
5478 window-left-column, window-margins, window-next-buffers,
5479 window-next-sibling, window-new-normal, window-new-total,
5480 window-normal-size, window-parameter, window-parameters, window-parent,
5481 window-pixel-edges, window-point, window-prev-buffers,
5482 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5483 window-start, window-text-height, window-top-child, window-top-line,
5484 window-total-height, window-total-width and window-use-time to the list
5485 of functions without side-effects.
5486 (toplevel): Add window-valid-p to the list of error-free functions
5487 without side-effects.
5488
5489 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5490
5491 * textmodes/ispell.el (ispell-program-name):
5492 Update spellchecker parameters when customized.
5493
5494 2012-11-04 Glenn Morris <rgm@gnu.org>
5495
5496 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5497
5498 2012-11-04 Chong Yidong <cyd@gnu.org>
5499
5500 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5501 same-window-* variables.
5502
5503 2012-11-04 Juri Linkov <juri@jurta.org>
5504
5505 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5506 (isearch-describe-key, isearch-describe-mode): Use a display
5507 action instead of binding same-window-* variables (Bug#10040).
5508
5509 2012-11-03 Glenn Morris <rgm@gnu.org>
5510
5511 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5512 Rename handler properties back from cl-- to cl-. (Bug#12788)
5513
5514 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5515
5516 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5517
5518 * term/pc-win.el: Don't load term/internal from here.
5519
5520 * loadup.el: Load term/internal from here.
5521
5522 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5523
5524 * progmodes/python.el (inferior-python-mode): Fix hang in
5525 jit-lock (Bug#12645).
5526
5527 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5528
5529 * window.el (switch-to-visible-buffer)
5530 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5531
5532 2012-11-03 Glenn Morris <rgm@gnu.org>
5533
5534 * emacs-lisp/cl-lib.el (cl--random-time):
5535 Rename from cl-random-time. (Bug#12773)
5536 (cl--gensym-counter, cl--random-state): Update callers.
5537 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5538
5539 2012-11-03 Chong Yidong <cyd@gnu.org>
5540
5541 * cus-start.el: Make cursor-type customizable (Bug#11633).
5542
5543 2012-11-02 Glenn Morris <rgm@gnu.org>
5544
5545 * filecache.el: No need to load find-lisp when compiling.
5546 (find-lisp-find-files): Autoload it.
5547 (file-cache-add-directory-recursively): Don't require find-lisp.
5548
5549 * image.el (image-type-from-file-name): Trivial simplification.
5550
5551 * emacs-lisp/bytecomp.el (byte-compile-eval):
5552 Decouple "noruntime" and "cl-functions" warnings.
5553
5554 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5555
5556 * play/gomoku.el (gomoku-display-statistics): Update mode line
5557 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5558
5559 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5560
5561 * window.el (quit-restore-window): If the window has been
5562 created on an existing frame and ended up as the sole window on
5563 that frame, do not delete it (Bug#12764).
5564
5565 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5568 Rename from sh--inside-arithmetic-expression, handle more cases
5569 (bug#11263).
5570
5571 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5572 (sh-font-lock-open-heredoc): Use it (bug#12770).
5573
5574 2012-10-30 Glenn Morris <rgm@gnu.org>
5575
5576 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5577
5578 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5579
5580 2012-10-29 Chong Yidong <cyd@gnu.org>
5581
5582 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5583 function key is stored in a keyboard macro (Bug#4894).
5584
5585 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5586
5587 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5590 header comments".
5591 (diff-unified->context, diff-context->unified)
5592 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5593
5594 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5595
5596 * files.el (find-alternate-file): Only ask one question (bug#12487).
5597
5598 2012-10-29 Chong Yidong <cyd@gnu.org>
5599
5600 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5601 Suggested by Dan Nicolaescu (Bug#6326).
5602
5603 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5604
5605 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5606
5607 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5608
5609 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5610
5611 * face-remap.el (face-remap-add-relative): Handle the case where a
5612 face-remapping-alist entry is a cons cell (Bug#12762).
5613
5614 2012-10-29 Kevin Ryde <user42@zip.com.au>
5615
5616 * woman.el (woman-parse-numeric-value): Handle picas correctly
5617 (Bug#12639).
5618
5619 2012-10-29 Glenn Morris <rgm@gnu.org>
5620
5621 * emacs-lisp/cl.el (defsetf): Doc fix.
5622
5623 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5626 syntax to the matching opener, if any (bug#12547).
5627 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5628 matching open as a "case-(".
5629 (sh-smie-rc-grammar): Add a corresponding rule for it.
5630
5631 2012-10-28 Daniel Hackney <dan@haxney.org>
5632
5633 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5634 "PKGNAME-autoloads.el" in case we created it.
5635
5636 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5639 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5640 (completion--twq-all): Disable too-strict assertions.
5641
5642 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5643
5644 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5645
5646 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5647 text to match the real keybindings.
5648
5649 2012-10-27 Juri Linkov <juri@jurta.org>
5650
5651 * wdired.el (wdired-keep-marker-rename): New defcustom.
5652 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5653 (Bug#11795)
5654
5655 * dired.el (dired-keep-marker-rename): Add reference to
5656 `wdired-keep-marker-rename' in the docstring.
5657 Add default character value ?R to display initially in
5658 Customization UI instead of ?@.
5659
5660 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5661
5662 * window.el (display-buffer): In doc-string describe
5663 window-height and window-width alist entries.
5664
5665 * time.el (display-time-world): Restore fit-window-to-buffer
5666 behavior.
5667
5668 2012-10-27 Chong Yidong <cyd@gnu.org>
5669
5670 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5671
5672 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5673
5674 * minibuffer.el (completion-category-overrides): New completion
5675 category `bookmark' (bug#11131).
5676
5677 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5678
5679 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5680 Silence bogus compiler warnings for ad-do-it.
5681
5682 * bookmark.el (bookmark-completing-read): Set the completion category
5683 to `bookmark' (bug#11131).
5684
5685 2012-10-26 Bastien <bzg@altern.org>
5686 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * face-remap.el: Use lexical-binding.
5689 (text-scale-adjust): Improve docstring. Use itself for the temporary
5690 overlay-map bindings, so as to repeat the "Use..." message each time.
5691
5692 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * emacs-lisp/macroexp.el (macroexp--expand-all):
5695 Obey byte-compile-warning-enabled-p (bug#12486).
5696
5697 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5698 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5699
5700 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5701
5702 * mouse.el (mouse-drag-line): Move last form into preceding when
5703 clause (Bug#12731).
5704
5705 * help.el (resize-temp-buffer-window): Fix doc-string.
5706
5707 2012-10-25 David Engster <deng@randomsample.de>
5708
5709 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5710 Remove. This feature is already integrated in imenu.
5711
5712 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5713 always loaded. Require `speedbar' unconditionally.
5714
5715 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5718
5719 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5720
5721 * net/ldap.el (ldap-search-internal): The official ldif format starts
5722 with a "version: 1" header (bug#12724).
5723
5724 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5725 (bug#12721).
5726
5727 2012-10-25 Glenn Morris <rgm@gnu.org>
5728
5729 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5730
5731 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * minibuffer.el (minibuffer-force-complete): Use one more marker
5734 for the temporary-overlay-map command (bug#12619).
5735
5736 2012-10-24 Chong Yidong <cyd@gnu.org>
5737
5738 * time.el (display-time-world-mode): Derive from special-mode.
5739 (display-time-world): Use display-buffer (Bug#12708).
5740 (display-time-world-mode-map): Variable deleted.
5741 (display-time-world-display): Wrap the final delete-char inside
5742 inhibit-read-only.
5743
5744 2012-10-24 Chong Yidong <cyd@gnu.org>
5745
5746 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5747 Doc fix.
5748
5749 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5750
5751 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * minibuffer.el (completion--all-sorted-completions-location): New var.
5754 (completion--cache-all-sorted-completions)
5755 (completion--flush-all-sorted-completions): Use it.
5756 (completion-in-region, completion-in-region--postch)
5757 (completion-at-point, completion-help-at-point): Use markers in
5758 completion-in-region--data (bug#12619).
5759
5760 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * progmodes/compile.el (compilation-start): Try to handle common
5763 quoting of `cd' argument (bug#12640).
5764
5765 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5766 (bug#12671).
5767
5768 2012-10-23 Glenn Morris <rgm@gnu.org>
5769
5770 * progmodes/gud.el (gud-menu-map):
5771 Check gdb-active-process is bound. (Bug#12358)
5772
5773 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * repeat.el (repeat): Set real-this-command (bug#12232).
5776
5777 * htmlfontify.el (hfy-post-html-hook):
5778 * filesets.el (filesets-cache-fill-content-hook):
5779 * arc-mode.el (archive-extract-hook):
5780 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5781 * net/rcirc.el (rcirc-sentinel-functions)
5782 (rcirc-receive-message-functions, rcirc-activity-functions)
5783 (rcirc-print-functions):
5784 * net/dbus.el (dbus-event-error-functions):
5785 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5786 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5787 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5788 * term/sun.el (sun-raw-prefix-hooks):
5789 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5790
5791 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5792
5793 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5794 Set `tramp-chunksize' to 1. This improves the performance.
5795 (tramp-smb-wait-for-output): Add timeout to
5796 `tramp-accept-process-output' calls.
5797
5798 2012-10-23 Chong Yidong <cyd@gnu.org>
5799
5800 * faces.el (font-list-limit): Define as an obsolete variable.
5801
5802 * startup.el (command-line):
5803 * cus-start.el: Don't refer to font-list-limit.
5804
5805 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5806
5807 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5808
5809 * subr.el (internal-temp-output-buffer-show): Rename from
5810 temp-output-buffer-show, since previously compiled files expect this name.
5811
5812 2012-10-23 Glenn Morris <rgm@gnu.org>
5813
5814 * image.el (image-type-from-file-name): If multiple types match,
5815 return the first one that is supported. (Bug#9045)
5816
5817 2012-10-22 Glenn Morris <rgm@gnu.org>
5818
5819 * image.el (imagemagick-enabled-types): Doc fix.
5820
5821 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5822
5823 * progmodes/which-func.el (which-func-current): The hash-table may have
5824 an explicit nil (bug#12338).
5825
5826 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5827
5828 * electric.el (electric-pair-delete-selection-self-insert-function):
5829 Rename to electric-pair-will-use-region, return a boolean.
5830 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5831
5832 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5833 (delete-selection-pre-hook): Use use-region-p.
5834 (delete-selection-self-insert-function): Remove.
5835 (self-insert-command): Obey self-insert-uses-region-functions.
5836 (self-insert-iso): Revert to previous setting, since we don't actually
5837 know what that command does.
5838 (delete-selection-self-insert-hooks): Remove.
5839
5840 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5841
5842 * delsel.el (delete-selection-helper): New function, extracted from
5843 delete-selection-pre-hook.
5844 (delete-selection-pre-hook): Use it.
5845 (delete-selection-self-insert-function): New function.
5846 (delete-selection-self-insert-hooks): New hook.
5847 (self-insert-command, self-insert-iso): Use it.
5848 * electric.el (electric-pair-syntax): New function, extracted from
5849 electric-pair-post-self-insert-function.
5850 (electric-pair-post-self-insert-function): Use it.
5851 (electric-pair-delete-selection-self-insert-function): New function.
5852 (electric-pair-mode): Require delsel and setup
5853 delete-selection-self-insert-hooks (bug#11520).
5854
5855 2012-10-20 Chong Yidong <cyd@gnu.org>
5856
5857 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5858 no changes to show (Bug#12586).
5859
5860 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5861 list explicitly (Bug#12571).
5862
5863 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5864
5865 * progmodes/flymake.el (flymake-create-temp-inplace):
5866 Use file-truename.
5867
5868 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5869
5870 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5871
5872 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5873
5874 * calc/calc-units.el (math-extract-units): Properly extract powers
5875 of units.
5876
5877 2012-10-20 Daniel Colascione <dancol@dancol.org>
5878
5879 * frame.el (make-frame): Set x-display-name as we used to in order
5880 to unbreak creating an X11 frame from an Emacs daemon started
5881 without a display.
5882
5883 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5886 the same completion-field (bug#12221).
5887
5888 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5889
5890 * emacs-lisp/debug.el (debug): Record height of debugger window
5891 also when debugger will be back (Bug#8789).
5892
5893 2012-10-18 Chong Yidong <cyd@gnu.org>
5894
5895 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5896 Convert to defcustom.
5897 (gdb-get-source-file): Don't bind pop-up-windows.
5898
5899 * progmodes/gud.el (gud-display-line): Don't specially re-use
5900 other frames for the gdb-mi case (Bug#12648).
5901
5902 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * emacs-lisp/advice.el: Clean up commentary a bit.
5905 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5906 (byte-code-function-p): Never redefine.
5907
5908 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5909
5910 2012-10-18 Glenn Morris <rgm@gnu.org>
5911
5912 * dired.el (dired-sort-toggle): Some ls implementations only allow
5913 a single option string. (Bug#12666)
5914
5915 * minibuffer.el (completion-cycle-threshold): Doc fix.
5916
5917 2012-10-17 Kenichi Handa <handa@gnu.org>
5918
5919 * international/mule.el (set-keyboard-coding-system):
5920 Recover input meta mode when the new coding system doesn not use 8-bit.
5921 Supply TERMINAL arg to set-input-meta-mode.
5922
5923 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5924
5925 * wdired.el (wdired-old-marks): New variable.
5926 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5927 (wdired-do-renames): Move point with renamed file and don't lose
5928 mark status (Bug#11795).
5929
5930 2012-10-16 Juri Linkov <juri@jurta.org>
5931
5932 * replace.el (query-replace-help): Mention multi-buffer replacement
5933 keys in the Help message. (Bug#12655)
5934
5935 2012-10-15 Chong Yidong <cyd@gnu.org>
5936
5937 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5938
5939 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5940
5941 * window.el (display-buffer): Doc fix.
5942
5943 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5944 Adjust the msft regexp to the output of Studio 2010, and move msft
5945 before edg-1. See the discussion on emacs-devel,
5946 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5947 for the details.
5948
5949 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5952 (oset): Move uses of object-class-fast macro after its definition.
5953
5954 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5955
5956 2012-10-13 Chong Yidong <cyd@gnu.org>
5957
5958 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5959 enabled, re-enable it (Bug#11963).
5960
5961 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5962
5963 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5964 non-nil, restore window configuration (Bug#12623).
5965
5966 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * help-fns.el (describe-variable, describe-function-1):
5969 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5970
5971 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5972
5973 2012-10-12 Glenn Morris <rgm@gnu.org>
5974
5975 * mail/rmailsum.el (rmail-header-summary):
5976 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5977
5978 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5979
5980 * progmodes/python.el (python-mode-map):
5981 Replace subtitute-key-definition with proper command remapping.
5982 (python-nav--up-list): Fix behavior for blocks on the same level.
5983
5984 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5987
5988 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5989 changes to the format of load-history.
5990
5991 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5992 completion-ignore-case in case that var is buffer-local (bug#12615).
5993
5994 2012-10-11 Kenichi Handa <handa@gnu.org>
5995
5996 * international/eucjp-ms.el: Re-generated.
5997
5998 2012-10-10 Kenichi Handa <handa@gnu.org>
5999
6000 * select.el (xselect--encode-string): If a coding is specified for
6001 selection, and that is compatible with COMPOUND_TEXT, use it.
6002
6003 2012-10-10 Martin Rudalics <rudalics@gmx.at>
6004
6005 * window.el (switch-to-buffer-preserve-window-point): New option.
6006 (switch-to-buffer):
6007 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6008
6009 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6012 Don't document nil as a useful value (bug#12583).
6013
6014 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
6015
6016 * net/tramp.el (tramp-debug-message):
6017 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6018 (with-tramp-progress-reporter): Rename from
6019 `tramp-with-progress-reporter'.
6020 (with-tramp-file-property, with-tramp-connection-property):
6021 Move from tramp-cache.el, rename from `with-file-property' and
6022 `with-connection-property', respectively.
6023
6024 * net/tramp-cache.el: Remove `with-file-property' and
6025 `with-connection-property'.
6026
6027 * net/tramp.el:
6028 * net/tramp-gvfs.el:
6029 * net/tramp-sh.el:
6030 * net/tramp-smb.el: Adapt callees.
6031
6032 * net/trampver.el: Update release number.
6033
6034 2012-10-09 Glenn Morris <rgm@gnu.org>
6035
6036 * w32-fns.el (set-message-beep):
6037 * term/w32-win.el (set-message-beep): Update declarations.
6038
6039 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6042 (mode-line-widen, mode-line-input-method-map)
6043 (mode-line-coding-system-map, mode-line-remote)
6044 (mode-line-unbury-buffer, mode-line-bury-buffer)
6045 (mode-line-next-buffer, mode-line-previous-buffer):
6046 Replace save-selected-window+select-window => with-selected-window.
6047
6048 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6049 * progmodes/cc-vars.el (bq-process): Remove, unused.
6050
6051 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6052
6053 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
6054
6055 Implemented `backward-up-list'-like navigation.
6056 * progmodes/python.el (python-nav-up-list)
6057 (python-nav-backward-up-list): New functions.
6058 (python-mode-map): Define substitute key for backward-up-list to
6059 python-nav-backward-up-list.
6060
6061 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6062
6063 * progmodes/python.el (python-fill-paragraph): Rename from
6064 python-fill-paragraph-function. Fixed fill-paragraph for
6065 decorators (Bug#12605).
6066
6067 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6068
6069 * progmodes/python.el (python-shell-output-filter): Handle extra
6070 carriage return in OSX (Bug#12409).
6071
6072 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6073
6074 Fix shell handling of unbalanced quotes and parens in output.
6075 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6076 (python-syntax-propertize-function): Use it.
6077 (python-shell-output-syntax-table): New var.
6078 (inferior-python-mode): Prevent unbalanced parens/quotes from
6079 previous output mess with current input context.
6080
6081 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
6082
6083 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6084 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6085
6086 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
6087
6088 * ffap.el (ffap-replace-file-component): Support Tramp file name
6089 syntax, not only ange-ftp's one.
6090
6091 2012-10-08 Glenn Morris <rgm@gnu.org>
6092
6093 * cus-start.el (message-log-max): Set :version.
6094
6095 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6096
6097 2012-10-08 Martin Rudalics <rudalics@gmx.at>
6098
6099 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6100 the minibuffer window (Bug#10851).
6101
6102 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6103
6104 Enhancements on forward-sexp movement.
6105 * progmodes/python.el (python-nav-beginning-of-statement)
6106 (python-nav-end-of-statement): Return point-marker.
6107 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6108 (python-info-current-symbol)
6109 (python-info-statement-starts-block-p): Rename from
6110 python-info-beginning-of-block-p.
6111 (python-info-statement-ends-block-p): Rename from
6112 python-info-end-of-block-p.
6113 (python-info-beginning-of-statement-p)
6114 (python-info-end-of-statement-p)
6115 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6116 New functions.
6117
6118 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6121 frame-selected-windows.
6122
6123 2012-10-08 Daniel Colascione <dancol@dancol.org>
6124
6125 * battery.el (battery-status-function): Check for
6126 w32-battery-status itself, not system-time windows-nt.
6127
6128 * frame.el: Require cl-lib.
6129 (display-format-alist): New variable mapping frame types to
6130 functions that initialize them.
6131 (window-system-for-display): New function: interprets
6132 display-format-alist.
6133 (make-frame-on-display): Remove existing display-selection logic
6134 and just forward to make-frame, which will now DTRT.
6135 (make-frame): Restructure to use window-system-for-display to
6136 figure out how to create a frame on a given display.
6137 (display-mouse-p): Look for frame-type w32, not a particular
6138 system-type.
6139
6140 * loadup.el: Load w32 lisp code when we have the w32 feature.
6141
6142 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6143 system-type windows-nt.
6144
6145 * server.el (server-create-window-system-frame): Look for window
6146 type.
6147 (server-proces-filter): Only force a window system when windows-nt
6148 _and_ w32. Explain why.
6149
6150 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6151 of window systems we configure for the mode.
6152
6153 * startup.el (command-line): Mark window system is initialized
6154 after we've done it.
6155
6156 * common-win.el (x-select-text): Look for w32, not windows-nt.
6157
6158 * ns-win.el: Require cl-lib. Add ourselves to
6159 display-format-alist.
6160 (ns-initialize-window-system): Assert we're not initialized twice.
6161
6162 * w32-win.el: Enable lexical binding; require cl-lib; add
6163 ourselves to display-format-alist.
6164 (w32-handle-dropped-file): Convert incoming dropped files from
6165 Windows paths to Cygwin ones before passing them on to the rest of
6166 Emacs.
6167 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6168 (w32-initialize-window-system): Assert we're not initialized twice.
6169
6170 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6171 (x-initialize-window-system): Assert we're not initialized twice.
6172
6173 * w32-common-fns.el: New File.
6174 (w32-version, w32-using-nt, w32-get-clipboard-data)
6175 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6176 (w32-charset-info-alist, x-last-selected, text)
6177 (x-get-selection-value, x-selection-value): Move here.
6178
6179 * w32-fns.el: Require w32-common-fns.
6180 (w32-version, w32-using-nt, w32-get-clipboard-data)
6181 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6182 (w32-charset-info-alist, x-last-selected, text)
6183 (x-get-selection-value, x-selection-value): Move to
6184 w32-common-fns.
6185
6186 * w32-vars.el:
6187 (w32-allow-system-shell, w32-system-shells): Define only in
6188 non-cygwin case.
6189
6190 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6191
6192 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6193 (read-passwd): Remove a few more potential sources of leaks.
6194
6195 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6196
6197 * progmodes/python.el (inferior-python-mode)
6198 (python-shell-make-comint): Fix initialization of local
6199 variables copied from parent buffer.
6200
6201 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6202
6203 * term/ns-win.el (ns-read-file-name): Update declaration to match
6204 nsfns.m.
6205 (ns-respond-to-change-font): Change fontsize separately so we are sure
6206 it is set when font is acted upon.
6207
6208 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6209
6210 Enhancements to indentation.
6211 * progmodes/python.el (python-indent-context): Give priority to
6212 inside-string context. Make comments indentation markers.
6213 (python-indent-region): Do not mess with strings, unless it's the
6214 enclosing set of quotes.
6215
6216 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * window.el (internal--before-save-selected-window)
6219 (internal--after-save-selected-window): New functions extracted from
6220 save-selected-window. Make sure we return the `alist' we construct.
6221 (save-selected-window): Use them.
6222
6223 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6224 Use with-selected-window.
6225
6226 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6227 forms that define macros (bug#12593).
6228
6229 2012-10-07 Kenichi Handa <handa@gnu.org>
6230
6231 * international/mule-conf.el (compound-text-with-extensions):
6232 Add :mime-charset property as x-ctext.
6233
6234 2012-10-07 Stefan Merten <smerten@oekonux.de>
6235
6236 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6237 (rst-indent-literal-normal, rst-indent-literal-minimized)
6238 (rst-indent-comment): Correct :version tag.
6239 (rst-official-cvs-rev): Correct version string.
6240
6241 2012-10-07 Glenn Morris <rgm@gnu.org>
6242
6243 * mail/rmailmm.el (rmail-mime-process-multipart):
6244 Do not confuse a multipart message with an epilogue
6245 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6246
6247 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6248
6249 Fix shell output retrieval and comint-prompt-regexp init.
6250 * progmodes/python.el (inferior-python-mode):
6251 (python-shell-make-comint): Fix initialization of
6252 comint-prompt-regexp from copied file local variables.
6253 (python-shell-fetched-lines): Remove var.
6254 (python-shell-output-filter-in-progress): Rename from
6255 python-shell-fetch-lines-in-progress.
6256 (python-shell-output-filter-buffer): Rename from
6257 python-shell-fetch-lines-string.
6258 (python-shell-fetch-lines-filter): Delete function.
6259 (python-shell-output-filter): New function.
6260 (python-shell-send-string-no-output): Use them.
6261
6262 2012-10-07 Glenn Morris <rgm@gnu.org>
6263
6264 * hi-lock.el (hi-lock-process-phrase):
6265 Try to make it less fragile. (Bug#7161)
6266
6267 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6268
6269 2012-10-06 Glenn Morris <rgm@gnu.org>
6270
6271 * ehelp.el (electric-help-mode): Use help-mode rather than
6272 non-existent mode `help'.
6273 (electric-help-map): Use button-buffer-map. (Bug#10917)
6274
6275 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6276 (reftex-create-bibtex-footer): Fix custom types.
6277
6278 * progmodes/sh-script.el (sh-indent-after-continuation):
6279 Add explicit :group.
6280
6281 * textmodes/rst.el (rst-preferred-decorations)
6282 (rst-shift-basic-offset): Clarify obsolescence versions.
6283
6284 * profiler.el (profiler): Add missing group :version tag.
6285 * avoid.el (mouse-avoidance-banish-position):
6286 * proced.el (proced-renice-command):
6287 * calc/calc.el (calc-ensure-consistent-units):
6288 * calendar/icalendar.el (icalendar-import-format-uid):
6289 * net/tramp.el (tramp-save-ad-hoc-proxies):
6290 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6291 * progmodes/flymake.el (flymake-error-bitmap)
6292 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6293 * progmodes/sh-script.el (sh-indent-after-continuation):
6294 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6295 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6296 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6297 (vhdl-array-index-record-field-in-sensitivity-list)
6298 (vhdl-indent-comment-like-next-code-line):
6299 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6300 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6301 (reftex-cite-key-separator, reftex-create-bibtex-header)
6302 (reftex-create-bibtex-footer):
6303 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6304 (rst-indent-literal-normal, rst-indent-literal-minimized)
6305 (rst-indent-comment): Add missing custom :version tags.
6306
6307 * calendar/timeclock.el (timeclock-modeline-display):
6308 Add missing obsolete alias for renamed user option.
6309
6310 * strokes.el (strokes-modeline-string):
6311 * emulation/crisp.el (crisp-mode-modeline-string):
6312 * eshell/esh-mode.el (eshell-status-in-modeline):
6313 Aliases to defcustoms must come before the defcustom.
6314
6315 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6316 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6317 (cal-tex-cursor-week-monday): Doc fixes.
6318 (cal-tex-cursor-week2-summary): Doc fix.
6319 Rename from cal-tex-cursor-week-at-a-glance.
6320
6321 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6322 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6323
6324 * calendar/calendar.el (calendar-mode-map):
6325 Add cal-tex-cursor-week2-summary.
6326
6327 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6330
6331 * subr.el (read-passwd-map): New var.
6332 (read-passwd): Use `read-string' again.
6333 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6334
6335 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6336
6337 * register.el (append-to-register, prepend-to-register):
6338 Deactivate mark, as does `copy-to-register' (bug#12389).
6339
6340 2012-10-06 Chong Yidong <cyd@gnu.org>
6341
6342 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6343
6344 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6345
6346 * international/characters.el: Fix simple mistake ((car chars) ->
6347 elt), delete duplicated code.
6348
6349 2012-10-06 Glenn Morris <rgm@gnu.org>
6350
6351 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6352
6353 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6354
6355 * color.el (color-hsl-to-rgb): Fix incorrect results for
6356 small and large hue values. (Bug#12559)
6357
6358 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
6359
6360 Enhancements to docstring formatting when filling paragraphs.
6361 * progmodes/python.el (python-fill-docstring-style): Rename from
6362 python-fill-string-style. Added new style.
6363 (python-fill-string): Use new style. Better checks for
6364 docstrings.
6365
6366 2012-10-05 Glenn Morris <rgm@gnu.org>
6367
6368 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6369
6370 * color.el (color-name-to-rgb, color-rgb-to-hex)
6371 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6372 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6373 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6374 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6375
6376 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6377
6378 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6379
6380 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6381 to get the correct size across symlinks.
6382
6383 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6384
6385 2012-10-04 Juri Linkov <juri@jurta.org>
6386
6387 * replace.el (query-replace-interactive): Declare obsolete.
6388 (query-replace-read-from): Add the last incremental search string
6389 to the list of default values accessible via M-n.
6390 (map-query-replace-regexp): Use `read-regexp'.
6391 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6392 (map-query-replace-regexp, replace-string, replace-regexp):
6393 Fix docstrings to replace mentions of `query-replace-interactive'
6394 with alternatives. (Bug#12526)
6395
6396 2012-10-04 Juri Linkov <juri@jurta.org>
6397
6398 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6399 (dired-pop-to-buffer): Declare obsolete.
6400 (dired-mark-pop-up): Doc fix.
6401
6402 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
6403
6404 Allow user to set docstring style for fill-paragraph.
6405 * progmodes/python.el
6406 (python-fill-comment-function, python-fill-string-function)
6407 (python-fill-decorator-function, python-fill-paren-function):
6408 Remove :safe for defcustoms.
6409 (python-fill-string-style): New defcustom
6410 (python-fill-paragraph-function): Enhance context detection.
6411 (python-fill-string): Honor python-fill-string-style settings.
6412
6413 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6414
6415 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6416 after setting its buffer (Bug#10805).
6417
6418 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
6419
6420 Fix cornercase for string syntax.
6421 * progmodes/python.el (python-syntax-propertize-function):
6422 Simplify and enhance the regexp for unescaped quotes. Now it also
6423 matches quotes in weird situations like the single quote in
6424 "something\"'".
6425 (python-syntax-stringify): Simplify num-quotes detecting code.
6426
6427 2012-10-03 Glenn Morris <rgm@gnu.org>
6428
6429 * help-macro.el (three-step-help):
6430 Revert 2012-09-29 change. (Bug#12567)
6431
6432 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6433
6434 * menu-bar.el (kill-this-buffer): Don't do anything when
6435 `menu-frame' is not alive or visible (Bug#8184).
6436
6437 * emacs-lisp/debug.el (debug): When quitting the debugger window
6438 restore current buffer (Bug#12502).
6439
6440 2012-10-02 Chong Yidong <cyd@gnu.org>
6441
6442 * progmodes/hideif.el (hif-lookup, hif-defined):
6443 Handle semantic-c-takeover-hideif.
6444
6445 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6446
6447 Change sampling interval units from ms to ns.
6448 * profiler.el (profiler-sampling-interval): Change units
6449 from ms to ns, multiplying the default by 1000000 so that
6450 it remains 1 ms.
6451 (profiler-report-cpu-line-format): Give enough room for
6452 the maximum counters on 64-bit hosts.
6453 (profiler-report-render-calltree-1): Call them "CPU samples",
6454 not "Time (ms)", since they are not milliseconds now (and
6455 never really were).
6456
6457 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6458
6459 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6460 Fix querying BBDB for entries without a last name (Bug#11580).
6461
6462 2012-10-02 Chong Yidong <cyd@gnu.org>
6463
6464 * emacs-lisp/eieio.el: Restore Version header.
6465
6466 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * vc/diff-mode.el (diff--auto-refine-data): New var.
6469 (diff-hunk): Use it to delay refinement.
6470 (diff-mode): Remove overlays when we turn off font-lock.
6471
6472 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6473 (table-initialize-table-fixed-width-mode)
6474 (table-set-table-fixed-width-mode): Remove functions.
6475 (table-command-list): Move initialization into declaration.
6476 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6477 (table-with-cache-buffer): Use `declare'.
6478 (table-span-cell): Simplify via CSE.
6479 (table-fixed-width-mode): Use define-minor-mode.
6480 (table-call-interactively, table-funcall, table-apply): Remove.
6481 (table-function): New function, to replace them.
6482
6483 * bookmark.el (bookmark-search-pattern): Remove var.
6484 (bookmark-read-search-input): Remove function.
6485 (bookmark-bmenu-search): Reimplement using a minibuffer.
6486
6487 * faces.el (modeline): Remove obsolete face name.
6488
6489 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6490 and give a non-nil default value.
6491 (add-change-log-entry): Simplify accordingly.
6492
6493 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6494
6495 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6496 (vc-git-log-edit-toggle-amend): New function.
6497 (vc-git-log-edit-toggle-signoff): New function.
6498 (vc-git-log-edit-mode): New major mode.
6499 (vc-git-log-edit-mode-map): Keymap for it.
6500 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6501
6502 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6503 header names.
6504 (log-edit-toggle-header): New function.
6505 (log-edit-extract-headers): Accept function values in HEADERS alist.
6506
6507 2012-10-01 David Engster <deng@randomsample.de>
6508
6509 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6510 from symbol property and change message to be more consistent with
6511 Emacs proper.
6512 (eieio-describe-generic): Add filename for each implementation.
6513 Fix indices for generic and normal methods.
6514 (eieio-method-def, eieio-class-def): New buttons.
6515 (eieio-help-find-method-definition)
6516 (eieio-help-find-class-definition): New functions.
6517 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6518 class, constructor and method definitions.
6519
6520 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6521 information in symbol property.
6522 (scoped-class): Remove.
6523 (eieio-slot-name-index, call-next-method): Check if it is bound.
6524
6525 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6526
6527 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6528 (eieio-custom-mode): New major mode.
6529 (eieio-customize-object): Use it.
6530
6531 2012-10-01 Eric Ludlam <zappo@gnu.org>
6532
6533 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6534 specifying the expected class, and whether subclassing is allowed.
6535 (eieio-persistent-convert-list-to-object):
6536 (eieio-persistent-validate/fix-slot-value)
6537 (eieio-persistent-slot-type-is-class-p): New functions.
6538 (eieio-named::slot-missing): Doc fix.
6539
6540 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6541 Stop using unused publd variable.
6542
6543 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6544 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6545 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6546 (eieio-speedbar-handle-click): Do not specify a class for the
6547 method. Fixes method invocation order problems with EDE.
6548
6549 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6552 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6553
6554 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6555
6556 * bookmark.el (bookmark-version-control): Give tags in the
6557 :type choices (Bug#12309), and improve doc string.
6558 (bookmark-write-file): Bind `print-circle' to `t' to allow
6559 circular custom bookmark types. (Bug#12503)
6560
6561 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6562
6563 Revert the FOLLOW-SYMLINKS change for file-attributes.
6564 * files.el (remote-file-name-inhibit-cache, after-find-file):
6565 * time.el (display-time-file-nonempty-p): Undo last change.
6566
6567 * profiler.el (profiler-sampling-interval): Change default back to 1.
6568 See Stefan Monnier in
6569 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6570
6571 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6572
6573 Shell output catching a la gud-gdb.
6574 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6575 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6576 New Vars.
6577 (python-shell-fetch-lines-filter): New function.
6578 (python-shell-send-string-no-output): Use them.
6579
6580 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6581
6582 * profiler.el (profiler-sampling-interval): Rename from
6583 profiler-sample-interval.
6584 (profiler-sampling-interval): Default to 10.
6585 (profiler-find-profile): New command (was profiler-find-log).
6586 (profiler-find-profile-other-window): New command.
6587 (profiler-find-profile-other-frame): New command.
6588 (profiler-profile): Introduce API-level data structure.
6589
6590 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6591
6592 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6593 * files.el (remote-file-name-inhibit-cache):
6594 * time.el (display-time-file-nonempty-p): Use it.
6595 * files.el (after-find-file): Don't chase links before calling
6596 file-exists-p, as file-exists-p already does the right thing.
6597
6598 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6599
6600 Merge from standalone RefTeX repository.
6601
6602 The following ChangeLog entries are shortened versions of the
6603 original ones with file paths adapted. A not so strongly edited
6604 version of the original ChangeLog can be found in the commit log.
6605
6606 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6607 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6608 Correctly handle new value type returned by `reftex-citation'.
6609
6610 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6611 that entries with whitespace at various places are found.
6612 Doc fix. Include entries that are cross-referenced from cited entries.
6613 Include @String definitions in the resulting bib file. Add header
6614 and footer defined in `reftex-create-bibtex-header' and
6615 `reftex-create-bibtex-footer'.
6616 (reftex-do-citation): Make it possible again to insert
6617 non-existent entries. Save match data when asking for optional
6618 arguments. Return all keys, not just the first one.
6619 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6620 all citations in the same line.
6621 (reftex-parse-bibtex-entry): Accept additional optional argument
6622 `raw' and keep quotes or braces if it is non-nil. Match fields
6623 containing hyphens besides word constituents.
6624 (reftex-get-string-refs): New function.
6625 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6626 and ask if it should be reread in case it did.
6627 (reftex-pop-to-bibtex-entry)
6628 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6629 entries with spaces or tabs in front of arguments.
6630 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6631 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6632 Match entries containing numbers and symbol constituents.
6633 (reftex-do-citation, reftex-figure-out-cite-format):
6634 Use `reftex-cite-key-separator'.
6635
6636 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6637 (reftex-mouse-view-crossref): Explain why point is set.
6638
6639 * textmodes/reftex-global.el: Whitespace changes.
6640
6641 * textmodes/reftex-index.el: Move provide statement to end of
6642 file.
6643 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6644 (reftex-index-visit-phrases-buffer): Set marker when visiting
6645 buffer. This allows for returning from the phrases file to the
6646 file one was just editing instead of the file where the last
6647 phrases was added from.
6648 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6649 punctuation syntax as it usually is not used as string quote in
6650 TeX-related modes and may occur unmatched. The change also
6651 prevents fontification of quoted content.
6652 (reftex-index-phrases-mode): Use it.
6653
6654 * textmodes/reftex-parse.el (reftex-parse-from-file):
6655 Move backward one char if a `\' was matched after a section macro.
6656 (reftex-parse-from-file): Use beginning of match instead of end as
6657 bound.
6658
6659 * textmodes/reftex-ref.el: Adapt creation of
6660 `reftex-<package>-<macro>' functions to new structure of
6661 `reftex-ref-style-alist'.
6662 (reftex-reference): Use `reftex-ref-style-list' function.
6663 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6664 reference macro if `reftex-ref-macro-prompt' is non-nil.
6665 (reftex-reference): Pass refstyle to `reftex-format-special'.
6666 Determine reference macro by looking at
6667 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6668 Use only one special format function.
6669 (reftex-varioref-vref, reftex-fancyref-fref)
6670 (reftex-fancyref-Fref): Remove definitions. The functions are now
6671 generated from `reftex-ref-style-alist'.
6672 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6673 Remove.
6674 (reftex-format-special): New function.
6675
6676 * textmodes/reftex-sel.el
6677 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6678 of `reftex-ref-style-alist'. Remove code for testing macro type.
6679 (reftex-select-toggle-varioref)
6680 (reftex-select-toggle-fancyref): Remove.
6681 (reftex-select-cycle-ref-style-internal)
6682 (reftex-select-cycle-ref-style-forward)
6683 (reftex-select-cycle-ref-style-backward): New functions.
6684 (reftex-select-label-map): Use `v' and `V' for general cycling
6685 through reference styles. Add `p' for switching between number
6686 and page reference types.
6687
6688 * textmodes/reftex-toc.el (reftex-re-enlarge):
6689 Call `enlarge-window' only if there is something to do because in Emacs
6690 the horizontal version throws an error even if the parameter is 0.
6691
6692 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6693 (reftex-plug-into-AUCTeX): Doc fix.
6694 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6695 string. Adapt to new name.
6696 (reftex-ref-style-alist): Change structure so that it is not
6697 possible to use multiple different package names within a style.
6698 Remove the symbols for symbols for macro type distinction.
6699 Add characters for macro selection.
6700 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6701 (reftex-create-bibtex-footer): New variables.
6702 (reftex-format-ref-function): Mention third argument of special
6703 format function.
6704 (reftex-ref-style-alist, reftex-ref-style-default-list):
6705 New variables.
6706 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6707 to new implementation. Mark as obsolete. Add compatibility code
6708 for honoring the variable values in case they are set.
6709 (reftex-cite-format-builtin, reftex-bibliography-commands):
6710 Add support for ConTeXt.
6711 (reftex-format-ref-function, reftex-format-cite-function):
6712 Fix custom type.
6713 (reftex-cite-key-separator): New variable.
6714
6715 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6716 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6717 `reftex-syntax-table' because parens have to retain their paren
6718 syntax in order for parsing of BibTeX entries like @book(...) to
6719 work.
6720 (reftex-in-comment): Do not error out if `comment-start-skip' is
6721 not set. Deal correctly with escaped comment characters.
6722 (reftex-tie-multifile-symbols): Add doc string.
6723 Initialize `reftex-ref-style-list'.
6724 (reftex-untie-multifile-symbols): Add doc string.
6725 (reftex-add-index-macros): Doc fix.
6726 (reftex-ref-style-activate, reftex-ref-style-toggle)
6727 (reftex-ref-style-list): New functions.
6728 (reftex-mode-menu): Use them. Adapt to new structure of
6729 `reftex-ref-style-alist'.
6730 (reftex-select-with-char): Kill the RefTeX Select buffer when
6731 done.
6732 (reftex-remove-if): New function.
6733 (reftex-erase-all-selection-and-index-buffers)
6734 (reftex-mode-menu): Reference styles are now computed from
6735 `reftex-ref-style-alist'. Fix typo.
6736 (reftex-report-bug): New function.
6737 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6738 algorithms with O(n log n). Introduce optional argument SORT (not
6739 yet used).
6740
6741 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6742
6743 Enhancements for triple-quote string syntax.
6744 * progmodes/python.el (python-syntax-propertize-function):
6745 Match both quote cases in one regexp.
6746 (python-syntax-stringify): Handle matches properly.
6747
6748 2012-09-30 Juri Linkov <juri@jurta.org>
6749
6750 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6751 to nil around the call to `insert' to prevent
6752 directory time modification by lock_file. (Bug#2295)
6753 * tar-mode.el (tar-summarize-buffer): Idem.
6754
6755 2012-09-30 Juri Linkov <juri@jurta.org>
6756
6757 * facemenu.el (list-colors-sort): Add option "Luminance".
6758 (list-colors-sort-key): Implement it.
6759
6760 * vc/diff-mode.el (diff-refine-removed):
6761 * vc/ediff-init.el (ediff-fine-diff-A):
6762 * vc/smerge-mode.el (smerge-refined-removed):
6763 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6764
6765 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6766
6767 * term/ns-win.el (x-file-dialog): New function.
6768
6769 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6770
6771 * ido.el (ido-max-directory-size): Default to nil; the current
6772 default is small for POSIX systems, and impractical on Windows 7
6773 now that lstat returns directory sizes for NTFS.
6774
6775 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6776
6777 In buffer display functions handle window-height/window-width
6778 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6779 * window.el (window--display-buffer): New argument ALIST.
6780 Obey window-height and window-width alist entries.
6781 (window--try-to-split-window): New argument ALIST.
6782 Bind window-combination-limit to t when the window's size shall be
6783 changed and window-combination-limit equals `window-size'.
6784 (display-buffer-in-atom-window)
6785 (display-buffer-in-major-side-window)
6786 (display-buffer-in-side-window, display-buffer-same-window)
6787 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6788 (display-buffer-pop-up-window, display-buffer-below-selected)
6789 (display-buffer-at-bottom, display-buffer-in-previous-window)
6790 (display-buffer-use-some-window): Adjust all callers of
6791 window--display-buffer and window--try-to-split-window.
6792 (fit-frame-to-buffer): New option.
6793 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6794 is non-nil.
6795 (display-buffer-in-major-side-window): Evaluate window-height /
6796 window-width alist entries.
6797
6798 * help.el (temp-buffer-resize-frames)
6799 (temp-buffer-resize-regexps): Remove options.
6800 (temp-buffer-resize-mode): Adjust doc-string.
6801 (resize-temp-buffer-window): Don't consult
6802 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6803 temp-buffer-resize-frames.
6804
6805 * dired.el (dired-mark-pop-up):
6806 Call display-buffer-below-selected with a fit-window-to-buffer alist
6807 entry.
6808
6809 2012-09-30 Chong Yidong <cyd@gnu.org>
6810
6811 * server.el (server-host): Document the security implications.
6812 (server-auth-key): Doc fix.
6813
6814 * startup.el (initial-buffer-choice): Doc fix.
6815
6816 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6817
6818 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6819 restriction change.
6820
6821 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6822
6823 * help-fns.el (help-fns--obsolete): Fix last change.
6824
6825 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6828 (minor-mode-map-alist): Remove redundant code.
6829
6830 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6831 visited in a buffer.
6832 (cvs-insert-visited-file): New function.
6833 (find-file-hook): Use it.
6834
6835 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6836
6837 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6838 chose face.
6839 (log-edit-empty-buffer-p): Don't require a space after a header.
6840
6841 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6842
6843 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6844
6845 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6846 a proper minor-mode.
6847
6848 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6849
6850 2012-09-29 Glenn Morris <rgm@gnu.org>
6851
6852 * winner.el (winner-mode): Remove variable (let define-minor-mode
6853 handle it).
6854 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6855 Doc fixes.
6856 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6857 (winner-mode): Use define-minor-mode.
6858
6859 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6860 the full definition in loaddefs, rather than duplicating it.
6861
6862 * help-macro.el (three-step-help): No need to autoload defcustom.
6863
6864 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6865 (inferior-lisp-program, inferior-lisp-load-command)
6866 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6867 No need to autoload defcustoms.
6868
6869 * hippie-exp.el (hippie-expand-try-functions-list)
6870 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6871 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6872 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6873 (hippie-expand-only-buffers): No need to autoload defcustoms.
6874 * progmodes/vhdl-mode.el (vhdl-line-expand):
6875 Explicitly load hippie-exp, so it does not get autoloaded
6876 while hippie-expand-try-functions-list is let-bound.
6877
6878 2012-09-28 Glenn Morris <rgm@gnu.org>
6879
6880 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6881
6882 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6883 Only "cl.el" counts as cl these days.
6884
6885 2012-09-28 Juri Linkov <juri@jurta.org>
6886
6887 Display archive errors in the echo area instead of inserting
6888 to the file buffer.
6889
6890 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6891 to STDERR-TEST that can be a regexp matching a successful output.
6892 Create a temporary file and redirect stderr to it. Search for
6893 STDERR-TEST in the stderr output and display it in the echo area
6894 if no match is found.
6895 (archive-extract-by-file): New function like
6896 `archive-extract-by-stdout' but extracting archives to files
6897 and looking for successful matches in stdout. Function body is
6898 mostly copied from `archive-rar-extract'.
6899 (archive-rar-extract): Use `archive-extract-by-file'.
6900 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6901
6902 2012-09-28 Leo Liu <sdl.web@gmail.com>
6903
6904 * pcomplete.el (pcomplete-show-completions):
6905 Use minibuffer-message to make pcomplete usable in minibuffer.
6906
6907 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6908
6909 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6910
6911 * type-break.el: Use lexical-binding.
6912 (type-break-mode): Use define-minor-mode.
6913
6914 * emacs-lisp/pcase.el (pcase--mark-used): New.
6915 (pcase--u1): Use it (bug#12512).
6916
6917 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6918 in load-history with the right file name.
6919
6920 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6921
6922 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6923 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6924 (doc-view-get-bounding-box): Make bounding box slicing work for
6925 ODF and DVI documents.
6926
6927 2012-09-28 Glenn Morris <rgm@gnu.org>
6928
6929 * type-break.el (type-break-mode, type-break-interval)
6930 (type-break-good-rest-interval, type-break-keystroke-threshold):
6931 No need to autoload.
6932 (type-break-good-rest-interval, type-break-keystroke-threshold):
6933 Add :set-after.
6934
6935 2012-09-28 Chong Yidong <cyd@gnu.org>
6936
6937 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6938 Add :version tag.
6939
6940 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6941
6942 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6943
6944 2012-09-27 Glenn Morris <rgm@gnu.org>
6945
6946 * faces.el (x-display-name): Declare (for without-x builds).
6947
6948 * linum.el (linum-format): Don't autoload it. Improve :type.
6949
6950 * progmodes/tcl.el: Don't require outline when compiling.
6951 (outline-regexp, outline-level): Declare.
6952 * textmodes/sgml-mode.el: Don't require outline when compiling.
6953 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6954
6955 * term.el (term-ansi-reset):
6956 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6957
6958 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6959 files for RCS and SCCS. (Bug#9781)
6960
6961 2012-09-27 Chong Yidong <cyd@gnu.org>
6962
6963 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6964 change; value should be t.
6965
6966 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * image-mode.el: Use lexical-binding.
6969 (image-mode-winprops): Use t to stand for the window of
6970 a buffer that's not displayed.
6971 * doc-view.el (doc-view-new-window-function): Handle the new
6972 t in winprops.
6973 (doc-view-enlarge): Make it a real nop if the size is not changed.
6974 (doc-view-display): Handle the case where the buffer is not (yet?)
6975 displayed in any window.
6976 (doc-view-saved-settings): New var.
6977 (doc-view-mode): Use it.
6978 (doc-view-fallback-mode): Set it.
6979
6980 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6981 Set lexical-binding.
6982 (minibuffer-eldef-shorten-default): New var.
6983 (minibuffer-default-in-prompt-regexps): Use it for new default.
6984 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6985
6986 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6987
6988 * international/uni-bidi.el:
6989 * international/uni-category.el:
6990 * international/uni-name.el:
6991 * international/uni-numeric.el: Regenerate.
6992
6993 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6994 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * profiler.el: New file.
6997
6998 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7001 (testcover-reinstrument): Simplify with CSE.
7002
7003 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7004
7005 * window.el (temp-buffer-window-setup): Fix typo in docstring.
7006
7007 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
7008
7009 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7010 (verilog-auto-input, verilog-auto-insert-lisp)
7011 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7012 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7013 (verilog-auto-unused, verilog-auto-wire)
7014 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7015 newline. Reported by Andrew Jones.
7016 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7017 Reported by Brad Dobbie.
7018 (verilog-batch-delete-trailing-whitespace):
7019 Create verilog-batch-delete-trailing-whitespace.
7020 Reported by Brad Dobbie.
7021 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7022 parameters from another module. Reported by Dan Katz.
7023 (verilog-auto, verilog-auto-assign-modport)
7024 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7025 AUTOINOUTMODPORT for UVM interface module shell generation.
7026 Reported by Brad Dobbie.
7027 (verilog-auto-inst-interfaced-ports): Make default nil, as more
7028 standard behavior.
7029 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7030 Reported by Matt Martin.
7031
7032 2012-09-25 Martin Rudalics <rudalics@gmx.at>
7033
7034 * window.el (window--resize-child-windows): When resizing child
7035 windows proportionally, process them in reverse order to
7036 preserve the "when splitting a window the new one gets the odd
7037 line" behavior.
7038 (window--resize-root-window-vertically): When resizing the
7039 minibuffer window try to affect only windows at the bottom of the
7040 frame. (Bug#12419)
7041
7042 2012-09-25 Chong Yidong <cyd@gnu.org>
7043
7044 * subr.el (declare): Doc fix.
7045
7046 * help-fns.el (help-fns--obsolete): Handle macros properly.
7047
7048 2012-09-25 Chong Yidong <cyd@gnu.org>
7049
7050 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7051 this function obsolete.
7052
7053 * calendar/cal-x.el (calendar-two-frame-setup)
7054 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7055 * calendar/calendar.el (american-calendar, european-calendar)
7056 (calendar-for-loop):
7057 * comint.el (comint-dynamic-simple-complete)
7058 (comint-dynamic-complete-as-filename, comint-unquote-filename):
7059 * desktop.el (desktop-load-default):
7060 * dired-x.el (dired-omit-here-always)
7061 (dired-hack-local-variables, dired-default-directory):
7062 * emacs-lisp/derived.el (derived-mode-class):
7063 * emacs-lisp/timer.el (timer-set-time-with-usecs):
7064 * emacs-lock.el (toggle-emacs-lock):
7065 * epa.el (epa-display-verify-result):
7066 * epg.el (epg-sign-keys, epg-start-sign-keys)
7067 (epg-passphrase-callback-function):
7068 * eshell/esh-util.el (eshell-for):
7069 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7070 (eshell-add-to-window-buffer-names):
7071 * files.el (locate-file-completion):
7072 * imenu.el (imenu-example--create-c-index)
7073 (imenu-example--create-lisp-index)
7074 (imenu-example--lisp-extract-index-name)
7075 (imenu-example--name-and-position):
7076 * international/mule-cmds.el (princ-list):
7077 * international/mule-diag.el (decode-codepage-char):
7078 * international/mule-util.el (detect-coding-with-priority):
7079 * iswitchb.el (iswitchb-read-buffer):
7080 * mail/mailalias.el (mail-complete):
7081 * mail/sendmail.el (mail-sent-via):
7082 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7083 (mouse-major-mode-menu):
7084 * password-cache.el (password-read-and-add):
7085 * pcomplete.el (pcomplete-parse-comint-arguments):
7086 * progmodes/sh-script.el (sh-maybe-here-document):
7087 * replace.el (query-replace-regexp-eval):
7088 * savehist.el (savehist-load):
7089 * simple.el (choose-completion-delete-max-match):
7090 * term.el (term-dynamic-simple-complete):
7091 * vc/ediff-init.el (ediff-check-version):
7092 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7093 * vc/vc.el (vc-diff-switches-list):
7094 * view.el (view-return-to-alist-update): Likewise.
7095
7096 * subr.el (eval-next-after-load, makehash, insert-string)
7097 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7098 mark obsolete.
7099 (mode-line-inverse-video): Variable deleted.
7100
7101 * international/mule-util.el (string-to-sequence): Remove.
7102
7103 * calendar/calendar.el (calendar-version):
7104 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7105 (icalendar-convert-diary-to-ical):
7106 * cus-edit.el (custom-mode):
7107 * ansi-color.el (ansi-color-unfontify-region):
7108 * international/latin1-disp.el (latin1-char-displayable-p):
7109 * progmodes/cwarn.el (turn-on-cwarn-mode):
7110 * progmodes/which-func.el (which-func-update-1):
7111 Use define-obsolete-function-alias.
7112
7113 * net/newst-backend.el (newsticker-cache-filename):
7114 * net/newst-treeview.el (newsticker-groups-filename):
7115 Fix incorrect obsolescence declaration.
7116
7117 * allout.el (allout-passphrase-hint-string): Likewise.
7118 (allout-init): Use a declare form to mark obsolete.
7119
7120 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7121 this applies to functions.
7122
7123 * iswitchb.el (iswitchb-read-buffer): Move code of
7124 iswitchb-define-mode-map here, and delete that obsolete function.
7125
7126 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7127 font-lock-reference-face.
7128
7129 2012-09-25 Glenn Morris <rgm@gnu.org>
7130
7131 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7132 Doc fixes.
7133
7134 * eshell/em-term.el (eshell-term-name):
7135 Default to term-term-name. (Bug#12485)
7136
7137 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
7138
7139 * progmodes/python.el (python-shell-send-buffer): Better handling
7140 of "if __name__ == '__main__':" conditionals when sending the buffer.
7141
7142 2012-09-24 Glenn Morris <rgm@gnu.org>
7143
7144 * eshell/esh-cmd.el (eshell-find-alias-function):
7145 Tighten up file-name regexp. (Bug#12499)
7146
7147 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
7148
7149 Enhancements for triple-quote string syntax.
7150 * progmodes/python.el (python-quote-syntax): Remove.
7151 (python-syntax-propertize-function): New value.
7152 (python-syntax-count-quotes, python-syntax-stringify):
7153 New functions.
7154
7155 2012-09-24 Chong Yidong <cyd@gnu.org>
7156
7157 * mail/supercite.el (sc-version): Remove obsolete function.
7158 (sc-describe): Don't mark as obsolete, since it is bound.
7159 (sc-submit-bug-report): Remove.
7160
7161 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7162 (cvs-commit-buffer-require-final-newline): Remove.
7163 (log-edit-require-final-newline)
7164 (log-edit-changelog-full-paragraphs): Default to t.
7165
7166 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7167 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7168 * vc/vc.el (vc-checkout-carefully): Likewise.
7169
7170 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7171 (emerge-version): Remove.
7172
7173 * progmodes/compile.el (compile-internal): Remove.
7174 (compilation-parse-errors-function): Fix typo.
7175
7176 * international/mule.el (set-char-table-default): Remove.
7177 (set-coding-priority, make-coding-system, generic-char-p)
7178 (charset-list, charset-bytes, charset-id): Use declare to mark
7179 functions as obsolete.
7180
7181 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7182 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7183 * vc/vc-hooks.el (vc-default-registered): Don't use
7184 vc-master-templates.
7185
7186 * font-lock.el (font-lock-reference-face):
7187 Use define-obsolete-variable-alias.
7188
7189 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7190 * calendar/calendar.el (calendar-font-lock-keywords):
7191 * calendar/diary-lib.el (diary-font-lock-keywords)
7192 (diary-fancy-font-lock-keywords):
7193 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7194 * textmodes/reftex-index.el (reftex-insert-index):
7195 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7196 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7197 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7198 * progmodes/prolog.el (prolog-font-lock-keywords):
7199 * progmodes/idlwave.el (idlwave-idl-keywords):
7200 * progmodes/ada-mode.el (ada-font-lock-keywords):
7201 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7202
7203 2012-09-24 Glenn Morris <rgm@gnu.org>
7204
7205 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7206
7207 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
7208
7209 * progmodes/python.el (python-indent-line): More consistent cursor
7210 movement behavior.
7211
7212 2012-09-23 Stefan Merten <smerten@oekonux.de>
7213
7214 * textmodes/rst.el: Fix compiler warning.
7215
7216 2012-09-23 Roland Winkler <winkler@gnu.org>
7217
7218 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7219 Transcribe also LaTeX hyphenation.
7220 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7221 bibtex-reformat-previous-options.
7222
7223 2012-09-23 Roland Winkler <winkler@gnu.org>
7224
7225 * proced.el (proced-renice-command): New variable.
7226 (proced-marked-processes): New function.
7227 (proced-with-processes-buffer): New macro.
7228 (proced-send-signal): Use them.
7229 (proced-renice): New command bound to r.
7230
7231 2012-09-23 Roland Winkler <winkler@gnu.org>
7232
7233 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7234 ibuffer-saved-filter-groups has one element, shortcut the call of
7235 completing-read. (Bug#12331)
7236
7237 2012-09-23 Chong Yidong <cyd@gnu.org>
7238
7239 * bindings.el (mode-line-toggle-read-only):
7240 * bs.el (bs-toggle-readonly):
7241 * buff-menu.el (Buffer-menu-toggle-read-only):
7242 * dired.el (dired-toggle-read-only):
7243 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7244
7245 2012-09-23 Chong Yidong <cyd@gnu.org>
7246
7247 * image.el (image-type-available-p): Adapt to init-image-library
7248 argument changes.
7249
7250 2012-09-22 Juri Linkov <juri@jurta.org>
7251
7252 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7253 `dired-toggle-read-only'. (Bug#12462)
7254
7255 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7256
7257 * subr.el (temp-output-buffer-show): New function.
7258 (with-output-to-temp-buffer): Call temp-output-buffer-show
7259 instead of internal-temp-output-buffer-show.
7260
7261 2012-09-22 Chong Yidong <cyd@gnu.org>
7262
7263 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7264 (Bug#12462).
7265
7266 * repeat.el (repeat): Doc fix (Bug#12348).
7267
7268 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7269 (Bug#10909).
7270
7271 * simple.el (shell-command-on-region): Doc fix.
7272 (read-only-mode): Doc fix.
7273
7274 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7275
7276 * emacs-lisp/timer.el (run-with-idle-timer)
7277 (timer-activate-when-idle): Warn against reinvoking an idle timer
7278 from within its own timer action. (Bug#12447)
7279
7280 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7281
7282 * cus-start.el (window-combination-limit): Add new optional
7283 values.
7284 * window.el (temp-buffer-window-show)
7285 (window--try-to-split-window): Handle new values of
7286 window-combination-limit (Bug#1806).
7287 (split-window): Test window-combination-limit for t instead of
7288 non-nil.
7289 (display-buffer-at-bottom): New buffer display action function.
7290 * help.el (temp-buffer-resize-regexps): New option.
7291 (temp-buffer-resize-mode): Rewrite doc-string.
7292 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7293 Don't resize reused window. Suggested by Glenn Morris.
7294
7295 2012-09-22 Stefan Merten <smerten@oekonux.de>
7296
7297 * textmodes/rst.el: Revamp section title faces.
7298 (rst-official-version)
7299 (rst-package-emacs-version-alist): Sync with official version
7300 V1.4.0.
7301 (rst-faces-defaults, rst-set-level-default)
7302 (rst-level-face-max, rst-level-face-base-color)
7303 (rst-level-face-base-light, rst-level-face-format-light)
7304 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7305 (rst-adornment-faces-alist): Match new setup.
7306 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7307 (rst-level-5, rst-level-6): New faces.
7308
7309 2012-09-22 Chong Yidong <cyd@gnu.org>
7310
7311 * simple.el (undo): Handle indirect buffers (Bug#8207).
7312
7313 2012-09-21 Leo Liu <sdl.web@gmail.com>
7314
7315 IDO: Disable match re-ordering for buffer switching.
7316 * ido.el (ido-buffer-disable-smart-matches): New variable.
7317 (ido-set-matches-1): Use it. (Bug#2042)
7318
7319 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7320
7321 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7322 Fix 2011-05-17 change. (Bug#12418)
7323
7324 2012-09-21 Leo Liu <sdl.web@gmail.com>
7325
7326 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7327
7328 2012-09-21 Glenn Morris <rgm@gnu.org>
7329
7330 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7331 Be more robust about locating simple.el.
7332
7333 2012-09-21 Glenn Morris <rgm@gnu.org>
7334
7335 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7336
7337 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7338
7339 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7340
7341 2012-09-20 Juri Linkov <juri@jurta.org>
7342
7343 * replace.el (query-replace-read-from): Use `read-regexp' instead
7344 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7345 (occur-read-primary-args): Use `read-regexp' instead of
7346 `read-string'.
7347 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7348 `read-from-minibuffer'.
7349 * isearch.el (isearch-occur): Use `read-regexp' instead of
7350 `read-string'.
7351 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7352 `read-from-minibuffer'.
7353 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7354 of `read-string'. (Bug#7567)
7355
7356 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7357 and allow accepting a list of strings prepended to a list of
7358 standard default values. Doc fix. (Bug#12321)
7359
7360 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7361
7362 * replace.el (read-regexp): Don't add ": " when PROMPT already
7363 ends with a colon and space. (Bug#12321)
7364
7365 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7366
7367 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7368 error.
7369
7370 2012-09-20 Stefan Merten <smerten@oekonux.de>
7371
7372 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7373 Fixes feature request bug#11711.
7374 (rst-mode): Create `imenu-create-index-function'.
7375 (rst-get-stripped-line): Delete after refactoring.
7376 (rst-section-tree, rst-section-tree-rec)
7377 (rst-section-tree-point): Refactor and document properly.
7378 (rst-imenu-find-adornments-for-position)
7379 (rst-imenu-convert-cell, rst-imenu-create-index):
7380 New function.
7381
7382 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7383
7384 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7385 (macroexp--expand-all): Use it.
7386 (macroexp--funcall-and-return): Remove by folding it into its sole
7387 caller (macroexp--warn-and-return).
7388 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7389 Use macroexp--obsolete-warning.
7390
7391 * calc/calc.el: Fix last change by removing the whole chunk, since it
7392 was only needed back when Calc was not bundled.
7393
7394 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7395
7396 * emacs-lisp/debug.el (debug): Restore assignment to
7397 debugger-old-buffer removed on 2012-09-08.
7398
7399 2012-09-20 Juri Linkov <juri@jurta.org>
7400
7401 * dired-aux.el (dired-diff): Remove (require 'diff) since
7402 `diff-latest-backup-file' is now autoloaded.
7403
7404 2012-09-20 Chong Yidong <cyd@gnu.org>
7405
7406 * vc/diff.el (diff-latest-backup-file): Autoload.
7407
7408 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7409
7410 * calc/calc.el: Remove redundant autoload shape check.
7411 (sel-mode): Don't defvar.
7412 (calc-get-stack-element): Add `sel-mode' arg instead.
7413 (calc-top, calc-top-list): Pass it this additional argument.
7414 * calc/calc-store.el (calc-store-map):
7415 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7416 (calc-map-equation, calc-outer-product, calc-inner-product):
7417 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7418
7419 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7420
7421 2012-09-19 Juri Linkov <juri@jurta.org>
7422
7423 * dired-aux.el (dired-diff): Add (require 'diff) because
7424 `diff-latest-backup-file' is not autoloaded.
7425 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7426 of `dired-get-filename' to t to not report error when there is
7427 no default file on the current line.
7428
7429 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7432 macroexp--eval-if-compile.
7433 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7434 (macroexp--expand-all): Use them (bug#12371).
7435
7436 * doc-view.el (doc-view-guess-paper-size)
7437 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7438
7439 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7440
7441 New feature: set optimal slice from BoundingBox information.
7442 * doc-view.el (doc-view-mode-map): Add keybinding.
7443 (doc-view-menu): Add menu entry.
7444 (doc-view-set-slice): Adapt docstring.
7445 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7446 (doc-view-scale-bounding-box)
7447 (doc-view-set-slice-from-bounding-box): New functions.
7448 (doc-view-paper-sizes): New defvar.
7449
7450 2012-09-19 Glenn Morris <rgm@gnu.org>
7451
7452 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7453 (byte-compile-log-warning): Autoload. (Bug#12371)
7454
7455 * calendar/calendar.el (calendar-american-month-header)
7456 (calendar-european-month-header, calendar-iso-month-header)
7457 (calendar-month-header): New options.
7458 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7459 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7460
7461 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7462
7463 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7464
7465 2012-09-18 Juri Linkov <juri@jurta.org>
7466
7467 * dired-aux.el (dired-diff): Restore original functionality of
7468 getting the default value, but keep new feature of using the
7469 latest existing backup file (`diff-latest-backup-file').
7470
7471 2012-09-18 Juri Linkov <juri@jurta.org>
7472
7473 * dired.el (dired-mark): If the region is active in Transient Mark
7474 mode, mark all files in the active region. Doc fix.
7475 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7476 Doc fix. (Bug#10624)
7477
7478 2012-09-18 Juri Linkov <juri@jurta.org>
7479
7480 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7481 attributes for M-n are pulled from the file at point.
7482 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7483 Suggested by Drew Adams. (Bug#10624)
7484
7485 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7486
7487 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7488 whitespace after "end".
7489 (ruby-do-end-to-brace): Collapse block to one line if it fits
7490 within fill-column.
7491
7492 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7493
7494 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7495 value.
7496 (debug): Don't remove debugger window when debugger is expected
7497 to be back.
7498
7499 2012-09-18 Chong Yidong <cyd@gnu.org>
7500
7501 * custom.el (defface): Doc fix.
7502
7503 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7504
7505 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7506
7507 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7508 to initialize query-on-exit; then test that instead (bug#12288).
7509
7510 2012-09-17 Stefan Merten <smerten@oekonux.de>
7511
7512 * textmodes/rst.el: Add support for `testcover'.
7513 (rst-defcustom-testcover, rst-testcover-add-compose)
7514 (rst-testcover-add-1value): New functions.
7515 (rst-portable-mark-active-p): Replace by `use-region-p'.
7516 (rst-update-section, rst-classify-adornment)
7517 (rst-find-title-line): Mark `1value' forms.
7518 (rst-classify-adornment): Remove superfluous form.
7519 (rst-update-section, rst-get-adornments-around)
7520 (rst-adornment-complete-p, rst-get-next-adornment)
7521 (rst-adjust, rst-promote-region)
7522 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7523 (rst-find-pfx-in-region, rst-section-tree-rec)
7524 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7525 (rst-toc-node, rst-toc, rst-forward-section)
7526 (rst-iterate-leftmost-paragraphs)
7527 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7528 (rst-bullet-list-region)
7529 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7530 (rst-compile-find-conf, rst-compile)
7531 (rst-repeat-last-character): Fix style.
7532
7533 2012-09-17 Chong Yidong <cyd@gnu.org>
7534
7535 * comint.el (comint--complete-file-name-data): Don't add a space
7536 if the status is `sole'; that adds a gratuitous space in the
7537 completion-cycling case (Bug#12092).
7538
7539 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7540
7541 2012-09-17 Richard Stallman <rms@gnu.org>
7542
7543 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7544 only in the mime-shown mode, not in raw mode.
7545 (rmail-mime): Toggle off mime by displaying the message without
7546 mime processing. (Bug#12305)
7547
7548 * mail/rmail.el (rmail-retry-failure):
7549 Turn off mime processing first. (Bug#12037)
7550
7551 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7552
7553 2012-09-17 Chong Yidong <cyd@gnu.org>
7554
7555 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7556 (shell-dynamic-complete-functions): Convert to defcustom.
7557 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7558
7559 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7560 * comint.el (comint-prompt-read-only):
7561 * custom.el (defcustom):
7562 * hi-lock.el (hi-lock-mode):
7563 * ibuffer.el (ibuffer-formats):
7564 * ielm.el (ielm-prompt-read-only):
7565 * novice.el (disable-command):
7566 * saveplace.el (toggle-save-place):
7567 * speedbar.el (speedbar-supported-extension-expressions):
7568 * startup.el (auto-save-list-file-prefix, init-file-user)
7569 (after-init-hook, inhibit-startup-echo-area-message):
7570 * strokes.el (strokes-help):
7571 * time-stamp.el (time-stamp):
7572 * calendar/calendar.el (calendar, diary-file):
7573 * calendar/diary-lib.el (diary-mail-entries, diary)
7574 (diary-list-entries-hook):
7575 * calendar/holidays.el (holidays, calendar-holidays):
7576 * calendar/lunar.el (lunar-phases):
7577 * calendar/solar.el (sunrise-sunset):
7578 * emulation/edt.el (edt-load-keys):
7579 * emulation/viper.el (viper-mode):
7580 * eshell/em-alias.el (eshell-command-aliases-list):
7581 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7582 * international/ogonek.el (ogonek-information):
7583 * net/tramp-cmds.el (tramp-bug):
7584 * net/quickurl.el (quickurl-reread-hook-postfix):
7585 * play/decipher.el (decipher-font-lock-keywords):
7586 * progmodes/cc-styles.el (c-set-style):
7587 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7588 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7589 * progmodes/octave-mod.el (octave-mode):
7590 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7591 * progmodes/verilog-mode.el (verilog-read-defines):
7592 * textmodes/two-column.el (2C-mode): Likewise.
7593
7594 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7595
7596 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7597 that holds many addresses.
7598
7599 2012-09-16 Chong Yidong <cyd@gnu.org>
7600
7601 * align.el (align-areas): Call the indication function with
7602 positions instead of markers for arguments (Bug#12343).
7603
7604 * files.el (parse-colon-path): Use split-string (Bug#12351).
7605
7606 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7607 (display-buffer-function): Mark as obsolete.
7608
7609 * progmodes/compile.el (compilation-parse-errors): Accept list
7610 values similar to font-lock-keywords (Bug#12136).
7611 Suggested by Oleksandr Manzyuk.
7612 (compilation-error-regexp-alist): Doc fix.
7613
7614 2012-09-15 Glenn Morris <rgm@gnu.org>
7615
7616 * version.el (emacs-bzr-version-bzr): New function.
7617 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7618
7619 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7620 checkouts, check the parent dirstate matches the branch.
7621 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7622 empty string.
7623
7624 * version.el (emacs-bzr-version): Doc fix.
7625 (emacs-bzr-version-dirstate): New function.
7626 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7627 is local try and check that it matches the branch. If not, just
7628 use dirstate information. (Bug#12441)
7629
7630 2012-09-14 Juri Linkov <juri@jurta.org>
7631
7632 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7633 (Bug#12399)
7634
7635 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7638
7639 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7640 Remove obsolete byte-compiler hack that tried to silence some warnings.
7641 (edebug-submit-bug-report): Remove.
7642 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7643 Remove aliases, use the un-prefixed name instead.
7644 (edebug-pop-to-buffer): Consider other frames.
7645 (edebug-original-read):: Make it more obvious that it's always defined.
7646 (edebug--make-form-data-entry, edebug--form-data-name)
7647 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7648 single-dashed name, and implement with cl-defstruct.
7649 (edebug-set-form-data-entry): Use the standard accessors.
7650 (edebug-make-top-form-data-entry): Use push.
7651 (edebug-no-match): Drop useless `funcall'.
7652 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7653 to functions.
7654 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7655 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7656 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7657 (easy-menu-define, with-custom-print): Remove redundant specs.
7658 (edebug-outside-overriding-local-map)
7659 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7660 (edebug--display): Bind unread-command-events directly to nil rather
7661 than binding it to unread-command-events and later setting it to nil.
7662 (edebug--display): Kill edebug-eval-buffer here...
7663 (edebug--recursive-edit): ...rather than here.
7664 Bind standard-output and standard-input.
7665 (edebug-eval): Check cl-macroexpand-all is fboundp.
7666 (edebug-temp-display-freq-count): Fix last change.
7667
7668 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7669 * subr.el (noreturn, 1value): Add `debug' spec.
7670 * emacs-lisp/advice.el: Require cl-lib.
7671 (ad-copy-tree): Remove, use copy-tree instead.
7672 (ad-dolist): Remove use dolist or cl-dolist instead.
7673 (ad-do-return): Remove, use cl-return instead.
7674 (defadvice): Add `debug' spec.
7675
7676 2012-09-13 Juri Linkov <juri@jurta.org>
7677
7678 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7679 (Bug#12399)
7680
7681 2012-09-13 Glenn Morris <rgm@gnu.org>
7682
7683 * calc/calc.el (math-compose-expr):
7684 * calc/calc-ext.el (math-compose-expr):
7685 * progmodes/cc-defs.el (cl-macroexpand-all):
7686 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7687 (cl-macroexpand-all): Update declarations.
7688
7689 * vc/vc.el: No need to require ediff.
7690 (ediff-load-version-control): Declare.
7691 (ediff-vc-internal): Fix declaration.
7692 (vc-version-ediff): Require ediff.
7693
7694 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7695
7696 Use a more backwards-compatible timer format (Bug#12430).
7697 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7698 being right after USECS, as that better supports old code that
7699 inadvisedly looked directly at the timer vector.
7700
7701 2012-09-13 Kenichi Handa <handa@gnu.org>
7702
7703 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7704 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7705 `coding-priority' property of these language environment.
7706
7707 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7708
7709 Fix glitches caused by addition of psec to timers (Bug#12430).
7710 * image.el (image-animate-timer):
7711 * time.el (display-time-world-timer):
7712 Use timer--function and timer--args rather than raw access to
7713 timer vector.
7714
7715 2012-09-13 Glenn Morris <rgm@gnu.org>
7716
7717 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7718 If not compiling a file, try using load-file-name.
7719
7720 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7723 Fix last change.
7724 (edebug-update-eval-list): Use `push'.
7725
7726 * emacs-lisp/edebug.el: Use lexical-binding.
7727 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7728 Mark unused args with underscore.
7729 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7730 (edebug-form-data): Use defvar-local.
7731 (edebug-make-before-and-after-form, edebug-make-after-form):
7732 Use backquote.
7733 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7734 Not dynamically scoped any more.
7735 (edebug--enter-trace): Add arguments `function' and `args'.
7736 Rename from edebug-enter-trace.
7737 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7738 (edebug--update-coverage): Add `after-index' and `value' args.
7739 Rename from edebug-update-coverage.
7740 (edebug-slow-after): Call it accordingly.
7741 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7742 edebug-recursive-edit.
7743 (edebug--display): Call it accordingly. Add args `value',
7744 `offset-index', and `arg-mode'. Rename from edebug-display.
7745 (edebug-debugger, edebug): Call it accordingly.
7746 (edebug-eval-display-list): Use dolist.
7747
7748 2012-09-12 Juri Linkov <juri@jurta.org>
7749
7750 * info.el (Info-search): Don't check for isearch-mode and
7751 isearch-regexp before let-binding search-spaces-regexp to
7752 Info-search-whitespace-regexp.
7753 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7754 search-whitespace-regexp if isearch-lax-whitespace or
7755 isearch-regexp-lax-whitespace is non-nil.
7756 (Info-mode): Don't set local variable search-whitespace-regexp.
7757 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7758
7759 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7762 (debugger-env-macro): Remove support for unread-command-char.
7763
7764 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7765 the temporary map re-appearing on emulation-mode-map-alists.
7766
7767 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7768 since 22.1.
7769
7770 * ehelp.el (with-electric-help): Accept functions in
7771 electric-help-form-to-execute.
7772 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7773 And replace unread-command-char -> unread-command-events.
7774
7775 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7776
7777 Sync with Tramp 2.2.6.
7778
7779 * net/tramp.el (tramp-accept-process-output): Don't use
7780 JUST-THIS-ONE in the XEmacs case.
7781
7782 * net/trampver.el: Update release number.
7783
7784 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7785
7786 * emacs-lisp/debug.el (debugger-previous-window-height):
7787 New variable.
7788 (debug): When debugger-jumping-flag is non-nil try to restore
7789 height of debugger window. (Bug#8789)
7790
7791 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7792
7793 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7794 overriding-local-map and pre/post-command-hook here.
7795 (edebug-recursive-edit): Do it here instead (bug#12345).
7796 (edebug-outside-unread-command-char): Remove all uses of
7797 unread-command-char.
7798
7799 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7800 inhibit-debugger is bound instead.
7801
7802 2012-09-11 Bastien Guerry <bzg@gnu.org>
7803
7804 * subr.el (set-temporary-overlay-map): Add a docstring.
7805 (Bug#12346)
7806
7807 2012-09-11 Bastien Guerry <bzg@gnu.org>
7808
7809 * minibuffer.el (completion-table-subvert): Fix docstring.
7810 (Bug#12347)
7811
7812 2012-09-11 Bastien Guerry <bzg@gnu.org>
7813
7814 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7815
7816 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7817
7818 * progmodes/sql.el: Version 3.1
7819 (sql-db2-escape-newlines): New variable.
7820 (sql-escape-newlines-filter): Use it.
7821
7822 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7823
7824 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7825
7826 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7827
7828 * vc/diff-mode.el (diff-mode-menu):
7829 Bind diff-remove-trailing-whitespace.
7830
7831 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7834 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7835 (emacs-lisp-byte-code-mode): New functions.
7836 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7837 (eval-defun-2): Remove bogus interactive spec.
7838 (lisp-indent-line): Remove redundant whole-exp code, now done in
7839 indent-according-to-mode.
7840 (save-match-data): Remove redundant indent data.
7841
7842 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7843 Use `declare'.
7844
7845 2012-09-09 Juri Linkov <juri@jurta.org>
7846
7847 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7848 (replace-lax-whitespace, query-replace-regexp)
7849 (query-replace-regexp-eval, replace-regexp): Doc fix.
7850 (perform-replace, replace-highlight): Let-bind
7851 isearch-lax-whitespace to replace-lax-whitespace and
7852 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7853
7854 * isearch.el (isearch-query-replace): Let-bind
7855 replace-lax-whitespace to isearch-lax-whitespace and
7856 replace-regexp-lax-whitespace to
7857 isearch-regexp-lax-whitespace. (Bug#10885)
7858
7859 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7862
7863 2012-09-09 Alan Mackenzie <acm@muc.de>
7864
7865 * progmodes/cc-engine.el (c-state-cache-init):
7866 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7867 (c-record-parse-state-state):
7868 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7869
7870 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7871
7872 * register.el (register-separator): Rename from
7873 separator-register. All uses changed. Doc fix.
7874 (register): Fix version.
7875
7876 2012-09-09 Chong Yidong <cyd@gnu.org>
7877
7878 * replace.el (query-replace-map): Bind four new symbols for
7879 requesting window scrolling.
7880
7881 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7882 query-replace-map (Bug#8948).
7883
7884 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7885
7886 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7887 since they are now in query-replace-map.
7888
7889 * window.el (scroll-other-window-down): Make the arg optional.
7890
7891 2012-09-09 Chong Yidong <cyd@gnu.org>
7892
7893 * files.el (hack-local-variables-confirm): Use quit-window to kill
7894 the *Local Variables* buffer.
7895
7896 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7897
7898 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7899 not just expect to be at its beginning. Adjust callees.
7900 Succeed when do-end block has no space before the pipe character.
7901 (ruby-brace-to-do-end): When the original block is one-liner,
7902 convert to multiline. Reindent the result.
7903
7904 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7905
7906 * register.el (register): New group.
7907 (separator-register): New user option.
7908 (increment-register): Route it to `append-to-register', if
7909 register contains text. Implication is that `C-x r +' can now be
7910 used for appending to a text register (bug#12217).
7911 (append-to-register, prepend-to-register): Add separator based on
7912 `separator-register'.
7913
7914 2012-09-08 Alan Mackenzie <acm@muc.de>
7915
7916 AWK Mode: make auto-newline work when there's "==" in the pattern.
7917 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7918 correctly.
7919 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7920 Test more rigorously for "=" token.
7921
7922 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7923
7924 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7925 Only fail when reached LIMIT.
7926
7927 2012-09-08 Chong Yidong <cyd@gnu.org>
7928
7929 * dired.el (dired-mode-map): Don't bind M-=.
7930
7931 * dired-aux.el (dired-diff): Use backup file as default.
7932
7933 2012-09-08 Drew Adams <drew.adams@oracle.com>
7934
7935 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7936
7937 2012-09-08 Chong Yidong <cyd@gnu.org>
7938
7939 * subr.el (syntax-after, syntax-class): Doc fix.
7940
7941 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7942
7943 * window.el (display-buffer-in-previous-window): New buffer
7944 display action function.
7945
7946 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7947 (debugger-previous-window): New variable.
7948 (debug): Rewrite using display-buffer-in-previous-window,
7949 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7950
7951 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7954
7955 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7956
7957 * progmodes/python.el (python-shell-send-string):
7958 When default-directory is remote, create temp file on remote
7959 filesystem.
7960 (python-shell-send-file): When file is remote, pass local view of
7961 file paths to remote Python interpreter. (Bug#12340)
7962
7963 2012-09-07 Chong Yidong <cyd@gnu.org>
7964
7965 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7966
7967 * files.el (after-find-file): Don't fail on a read-only buffer if
7968 require-final-newline is `visit' or `visit-save' (Bug#11156).
7969
7970 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7971
7972 * userlock.el (ask-user-about-supersession-threat):
7973 Use read-char-choice (Bug#12093).
7974
7975 2012-09-07 Chong Yidong <cyd@gnu.org>
7976
7977 * subr.el (buffer-narrowed-p): New function.
7978
7979 * ses.el (ses-widen):
7980 * simple.el (count-words--buffer-message):
7981 * net/browse-url.el (browse-url-of-buffer): Use it.
7982
7983 * simple.el (count-words-region): Don't signal an error if there
7984 is a non-nil prefix arg and the mark is not set.
7985
7986 * help.el (describe-key-briefly): Allow the message to be seen
7987 when invoked from the minibuffer (Bug#7014).
7988
7989 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7990
7991 * progmodes/ruby-mode.el (ruby-end-of-defun)
7992 (ruby-beginning-of-defun): Simplify, allow indentation before
7993 block beginning and end keywords.
7994 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7995 (ruby-end-of-defun): Expect that the point is at the beginning of
7996 the defun.
7997
7998 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7999
8000 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8001 (bug#12367).
8002 (cl--make-usage-args): Strip _ from argument names.
8003
8004 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8005
8006 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8007 obsolete alias speedbar-key-map.
8008 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8009 (vhdl-index-menu-init): Don't use obsolete variable
8010 font-lock-maximum-size.
8011
8012 2012-09-06 Chong Yidong <cyd@gnu.org>
8013
8014 * frame.el (window-system-version): Mark as obsolete.
8015
8016 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8017 of obsolete variable speedbar-key-map.
8018
8019 2012-09-06 Juri Linkov <juri@jurta.org>
8020
8021 * replace.el (replace-lax-whitespace): New defcustom.
8022 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8023 (replace-string, replace-regexp): Mention it in docstrings.
8024 (perform-replace, replace-highlight): Let-bind
8025 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8026 to the values of replace-lax-whitespace and regexp-flag.
8027 Don't let-bind search-whitespace-regexp. (Bug#10885)
8028
8029 * isearch.el (isearch-query-replace): Let-bind
8030 replace-lax-whitespace instead of let-binding
8031 replace-search-function and replace-re-search-function.
8032 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8033 and isearch-regexp-lax-whitespace to lazy-highlight variables.
8034 (isearch-toggle-symbol): Set isearch-regexp to nil
8035 in isearch-word mode (like in isearch-toggle-word).
8036
8037 2012-09-06 Juri Linkov <juri@jurta.org>
8038
8039 * replace.el (replace-search-function)
8040 (replace-re-search-function): Set default values to nil.
8041 (perform-replace): Let-bind isearch-related variables based on
8042 replace-related values, call `isearch-search-fun' and let-bind
8043 the result to `search-function'. Remove code that sets
8044 `search-function' and `search-string' separately for
8045 `delimited-flag'.
8046 (replace-highlight): Add new argument `delimited-flag' and
8047 rename other arguments to the names used in `perform-replace'.
8048 Let-bind `isearch-word' to the argument `delimited-flag'.
8049 (Bug#10885, bug#10887)
8050
8051 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8052
8053 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8054 ruby-beginning-of-indent, simplify, allow all keywords to have
8055 indentation before them.
8056 (ruby-beginning-of-indent): Adjust for above. Search until the
8057 found point is not inside a string or comment.
8058 (ruby-font-lock-keywords): Allow symbols to start with "@"
8059 character, give them higher priority than variables.
8060 (ruby-syntax-propertize-function)
8061 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8062 matchers. Expression expansions are not comments when inside a
8063 string, and there comment syntax status is irrelevant.
8064 (ruby-match-expression-expansion): New function. Check that
8065 expression expansion is inside a string, and it's not escaped.
8066 (ruby-font-lock-keywords): Use it.
8067
8068 2012-09-05 Martin Rudalics <rudalics@gmx.at>
8069
8070 * help.el (temp-buffer-max-height): New default value.
8071 (temp-buffer-resize-frames): New option.
8072 (resize-temp-buffer-window): Optionally resize frame.
8073
8074 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8075 (fit-frame-to-buffer): New function.
8076
8077 2012-09-05 Glenn Morris <rgm@gnu.org>
8078
8079 * emulation/cua-rect.el (cua--init-rectangles):
8080 * textmodes/picture.el (picture-mode-map):
8081 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8082 like forward-char and backward-char. (Bug#12317)
8083
8084 2012-09-05 Leo Liu <sdl.web@gmail.com>
8085
8086 * progmodes/flymake.el (flymake-warning-re): New variable.
8087 (flymake-parse-line): Use it.
8088
8089 2012-09-05 Glenn Morris <rgm@gnu.org>
8090
8091 * calendar/holidays.el (holiday-christian-holidays):
8092 Rename an entry. (Bug#12289)
8093
8094 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8095
8096 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8097 (bug#12222).
8098
8099 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * loadup.el: Load macroexp. Remove hack.
8102 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8103 (macroexp--expand-all): Use it to get better warnings.
8104 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8105 (internal-macroexpand-for-load): New functions.
8106 (macroexp--pending-eager-loads): New var.
8107 (emacs-startup-hook): New hack to replace one in loadup.el.
8108 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8109 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8110 (cl-psetf): Simplify.
8111 (cl-defstruct): Add indent rule.
8112
8113 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8114
8115 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8116 over `user-mail-address' for the SMTP MAIL FROM envelope.
8117 (smtpmail-via-smtp): Ditto.
8118
8119 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8120
8121 * progmodes/ruby-mode.el: Clean up keybindings.
8122 (ruby-mode-map): Don't bind ruby-electric-brace,
8123 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8124 backward-kill-word, reindent-then-newline-and-indent.
8125 (ruby-mark-defun): Remove.
8126 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8127 (ruby-mode): Set local beginning-of-defun-function and
8128 end-of-defun-function values.
8129
8130 2012-09-03 Martin Rudalics <rudalics@gmx.at>
8131
8132 * window.el (temp-buffer-window-setup-hook)
8133 (temp-buffer-window-show-hook): New hooks.
8134 (temp-buffer-window-setup, temp-buffer-window-show)
8135 (with-temp-buffer-window): New functions.
8136 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8137 (special-display-popup-frame): Make sure the window used shows BUFFER.
8138
8139 * help.el (temp-buffer-resize-mode): Fix doc-string.
8140 (resize-temp-buffer-window): New optional argument WINDOW.
8141
8142 * files.el (recover-file, save-buffers-kill-emacs):
8143 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8144
8145 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8146
8147 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8148 remote definition of `default-directory', ensure we can connect.
8149
8150 2012-09-02 Juri Linkov <juri@jurta.org>
8151
8152 Toggle whitespace matching mode with M-s SPC.
8153 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8154
8155 * isearch.el (search-whitespace-regexp): Doc fix.
8156 Remove cons cell customization.
8157 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8158 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8159 New variables.
8160 (isearch-forward, isearch-forward-regexp): Doc fix.
8161 (isearch-toggle-lax-whitespace): New command.
8162 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8163 (re-search-forward-lax-whitespace)
8164 (re-search-backward-lax-whitespace): New functions.
8165 (isearch-whitespace-regexp): Remove function.
8166 (isearch-query-replace): Let-bind replace-search-function and
8167 replace-re-search-function.
8168 (isearch-occur): Let-bind search-spaces-regexp according to the
8169 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8170 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8171 condition for C-q SPC.
8172 (isearch-search-fun-default): Use new functions mentioned above.
8173 (isearch-search-forward, isearch-search-backward): Remove functions.
8174 (isearch-search): Don't let-bind search-spaces-regexp.
8175 (isearch-lazy-highlight-space-regexp): Remove variable.
8176 (isearch-lazy-highlight-lax-whitespace)
8177 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8178 (isearch-lazy-highlight-new-loop): Use them.
8179 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8180
8181 2012-09-02 Chong Yidong <cyd@gnu.org>
8182
8183 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8184
8185 2012-09-02 Glenn Morris <rgm@gnu.org>
8186
8187 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8188
8189 2012-09-01 Glenn Morris <rgm@gnu.org>
8190
8191 * term.el: Tidy up menu definitions.
8192 (term-mode-map): Use easymenu for In/Out, Complete menus.
8193 (term-pager-break-map): Initialize in the defvar.
8194 (term-terminal-menu, term-signals-menu): Define with easymenu.
8195 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8196 (term-pager-menu): New, extracted from term-process-pager.
8197 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8198 (term-update-mode-line): Propertize line/char and page items.
8199 (term-process-pager): Move keymap initialization elsewhere.
8200
8201 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8202
8203 * window.el (switch-to-prev-buffer): Handle additional values of
8204 BURY-OR-KILL argument. Don't switch in minibuffer window.
8205 (switch-to-next-buffer): Don't switch in minibuffer window.
8206 (quit-restore-window): New function based on quit-window.
8207 Handle additional values of former KILL argument.
8208 (quit-window): Call quit-restore-window with appropriate
8209 interpretation of KILL argument.
8210 (display-buffer-below-selected): New buffer display action
8211 function.
8212
8213 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * minibuffer.el (completion-at-point-functions): Complete docstring
8216 (bug#12254).
8217
8218 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8219
8220 Better seed support for (random).
8221 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8222 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8223 * play/mpuz.el, play/tetris.el, play/zone.el:
8224 * calc/calc-comb.el (math-init-random-base):
8225 * play/blackbox.el (bb-init-board):
8226 * play/life.el (life):
8227 * server.el (server-use-tcp):
8228 * type-break.el (type-break):
8229 Remove unnecessary call to (random t).
8230 * net/sasl.el (sasl-unique-id-function):
8231 Change (random t) to (random), now that the latter is more random.
8232 * play/life.el (life-initialized): Remove no-longer-needed var.
8233
8234 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8235
8236 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8237 Consider frame's buffer predicate when choosing the buffer.
8238 (Bug#12081)
8239
8240 2012-08-30 Richard Stallman <rms@gnu.org>
8241
8242 * simple.el (special-mode-map): Delete binding for `z'.
8243
8244 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8245
8246 * progmodes/compile.el (compilation-always-kill): Doc fix.
8247
8248 2012-08-30 Chong Yidong <cyd@gnu.org>
8249
8250 * window.el (display-buffer-reuse-frames): Make the obsolescence
8251 message more informative.
8252
8253 2012-08-30 Glenn Morris <rgm@gnu.org>
8254
8255 * paren.el (show-paren-delay):
8256 Add a :set function. Doc fix. (Bug#12297)
8257
8258 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8259
8260 * progmodes/compile.el (compilation-always-kill): New var.
8261 (compilation-start): Use it.
8262
8263 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8266 * files.el (read-only-mode): Move to simple.el.
8267
8268 * files.el (read-only-mode): New minor mode.
8269 (toggle-read-only): Use it and mark obsolete.
8270 (find-file--read-only):
8271 * vc/vc.el (vc-next-action, vc-checkout):
8272 * vc/vc-cvs.el (vc-cvs-checkout):
8273 * obsolete/vc-mcvs.el (vc-mcvs-update):
8274 * ffap.el (ffap--toggle-read-only): Update callers.
8275
8276 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8277
8278 * eshell/esh-ext.el (eshell-external-command): Do not examine
8279 remote shell scripts.
8280 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8281
8282 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8283 "/usr/local/sbin".
8284
8285 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8288
8289 2012-08-28 Leo Liu <sdl.web@gmail.com>
8290
8291 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8292 completion-at-point. (Bug#12220)
8293
8294 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8295
8296 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8297
8298 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8301 be buffer-local; add delete-trailing-whitespace (bug#12259).
8302
8303 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8304
8305 * progmodes/hideif.el (hif-compress-define-list):
8306 Fix typo. (Bug#11951)
8307
8308 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8309
8310 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8311 buffer local setting.
8312
8313 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8314 rcirc-encode-coding-system.
8315
8316 2012-08-28 Leo Liu <sdl.web@gmail.com>
8317
8318 * net/rcirc.el (rcirc-split-message): New function.
8319 (rcirc-send-message): Use it. (Bug#12051)
8320
8321 2012-08-28 Juri Linkov <juri@jurta.org>
8322
8323 * info.el (Info-fontify-node): Hide empty lines at the end of
8324 the node. (Bug#12272)
8325
8326 2012-08-27 Drew Adams <drew.adams@oracle.com>
8327
8328 * dired.el (dired-pop-to-buffer): Make window start at beginning
8329 of buffer (Bug#12281).
8330
8331 2012-08-26 Chong Yidong <cyd@gnu.org>
8332
8333 * window.el (special-display-regexps, special-display-frame-alist)
8334 (special-display-buffer-names, special-display-function)
8335 (display-buffer-reuse-frames): Mark as obsolete.
8336
8337 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8338
8339 * help.el (help-print-return-message): Don't treat
8340 display-buffer-reuse-frames specially.
8341
8342 2012-08-26 Chong Yidong <cyd@gnu.org>
8343
8344 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8345 New variable, replacing gdb-frame-parameters.
8346 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8347 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8348 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8349 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8350 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8351 the functions directly with gdb-display-buffer-other-frame-action.
8352 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8353 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8354 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8355 (gdb-display-registers-buffer): Define directly.
8356 (def-gdb-display-buffer): Macro deleted.
8357 (gdb-display-buffer): Remove second and third args, callers don't
8358 use them. Defer to the default display-buffer behavior, apart
8359 from making windows dedicated.
8360 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8361
8362 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8363
8364 * window.el (display-buffer-pop-up-frame): Handle a
8365 pop-up-frame-parameters alist entry.
8366 (display-buffer): Document it.
8367
8368 2012-08-26 Chong Yidong <cyd@gnu.org>
8369
8370 * isearch.el (search-whitespace-regexp): Make string and nil
8371 values apply to both ordinary and regexp search. Allow a cons
8372 cell value to distinguish between the two.
8373 (isearch-whitespace-regexp, isearch-search-forward)
8374 (isearch-search-backward): New functions.
8375 (isearch-occur, isearch-search-fun-default, isearch-search)
8376 (isearch-lazy-highlight-new-loop): Use them.
8377 (isearch-forward, isearch-forward-regexp): Doc fix.
8378
8379 2012-08-26 Chong Yidong <cyd@gnu.org>
8380
8381 * faces.el (help-argument-name): Always inherit from italic
8382 (Bug#12213).
8383
8384 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8385
8386 * window.el (window--even-window-heights): Even heights when
8387 WINDOW and the selected window form a vertical combination.
8388 (display-buffer-use-some-window): Provide that window used gets
8389 sized back by quit-window. (Bug#11880) and (Bug#12091)
8390
8391 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8392
8393 Fix file time stamp problem with bzr and CVS (Bug#12001).
8394 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8395 in the file's time stamp, since the version control system loses
8396 that information.
8397
8398 2012-08-22 Juri Linkov <juri@jurta.org>
8399
8400 * info.el (Info-fontify-node): Hide the suffix of the
8401 Info file name in the header line. (Bug#12187)
8402
8403 2012-08-22 Glenn Morris <rgm@gnu.org>
8404
8405 * calendar/cal-tex.el (cal-tex-weekly-common):
8406 Restore leading blank page.
8407
8408 2012-08-22 Le Wang <l26wang@gmail.com>
8409
8410 * misc.el (forward-to-word, backward-to-word): Activate or extend
8411 the region under `shift-select-mode'. (Bug#12231)
8412
8413 2012-08-22 Bastien Guerry <bzg@gnu.org>
8414
8415 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8416 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8417 gives details on why the space is never needed.
8418
8419 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8420
8421 * window.el (walk-window-tree, window-with-parameter):
8422 New optional argument MINIBUF to control whether these functions
8423 should run on the minibuffer window.
8424 (window-at-side-list): Don't operate on minibuffer window.
8425 (window-in-direction): Simplify and rewrite doc-string.
8426 (window--size-ignore): Rename to window--size-ignore-p.
8427 Update callers.
8428 (display-buffer-in-atom-window, window--major-non-side-window)
8429 (window--major-side-window, display-buffer-in-major-side-window)
8430 (delete-side-window, display-buffer-in-side-window):
8431 New functions.
8432 (window--side-check, window-deletable-p, delete-window)
8433 (delete-other-windows, split-window): Handle side windows and
8434 atomic windows appropriately.
8435 (window--display-buffer): Call display-buffer-record-window also
8436 when the window buffer did not change.
8437
8438 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8439
8440 * help-fns.el (help-fns--key-bindings):
8441 Abbreviate non-symbol remap targets. (Bug#12174)
8442
8443 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8444
8445 * dired.el (dired-mark-remembered): Don't clobber point.
8446 (Bug#11795)
8447
8448 2012-08-22 Glenn Morris <rgm@gnu.org>
8449
8450 * progmodes/bug-reference.el (bug-reference): New custom group.
8451 (bug-reference-bug-regexp): Make it a defcustom.
8452
8453 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8454
8455 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8456 (js-paren-indent-offset, js-square-indent-offset)
8457 (js-curly-indent-offset): Add :safe (Bug#12257).
8458
8459 2012-08-22 Edward O'Connor <hober0@gmail.com>
8460
8461 * json.el (json-key-format): Add error properties.
8462 (json-encode-key): New function.
8463 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8464 Use json-encode-key.
8465
8466 2012-08-22 Glenn Morris <rgm@gnu.org>
8467
8468 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8469 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8470 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8471 Update for above change.
8472
8473 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8474
8475 * cus-face.el (custom-face-attributes): Fix customize type for the
8476 :underline attribute. (Bug#11805)
8477
8478 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8479
8480 * window.el (window-point-1, set-window-point-1): Remove.
8481 (window-in-direction, record-window-buffer)
8482 (set-window-buffer-start-and-point, split-window-below)
8483 (window--state-get-1, display-buffer-record-window):
8484 Replace calls to window-point-1 and set-window-point-1 by calls to
8485 window-point and set-window-point respectively.
8486
8487 2012-08-21 Glenn Morris <rgm@gnu.org>
8488
8489 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8490 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8491 Use it.
8492
8493 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8494 (cal-tex-shortday): New function.
8495 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8496 (cal-tex-cursor-filofax-daily): Use the above.
8497
8498 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8499 New functions.
8500 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8501 (cal-tex-cursor-filofax-week): Use them.
8502
8503 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8504 New constants.
8505 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8506 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8507
8508 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8509 (cal-tex-end-document): Don't rely on buffer name.
8510
8511 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8512 Use cal-tex-vspace.
8513 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8514 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8515 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8516 Use cal-tex-arg.
8517
8518 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8519 (cal-tex-cursor-week, cal-tex-cursor-week2)
8520 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8521 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8522 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8523 (cal-tex-insert-preamble, cal-tex-b-document)
8524 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8525 Improve cal-tex-cmd usage.
8526
8527 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8528 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8529 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8530 (cal-tex-weekly-paper): New function.
8531 (cal-tex-cursor-week, cal-tex-cursor-week2)
8532 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8533 (cal-tex-cursor-day): Use it.
8534
8535 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8536 (cal-tex-cursor-filofax-week): Remove leading blank page.
8537
8538 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8539 Add autoload cookie. For now at least, don't use color, since
8540 no other cal-tex function does.
8541
8542 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8543 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8544 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8545
8546 2012-08-21 Juri Linkov <juri@jurta.org>
8547
8548 * info.el (Info-file-attributes): New variable.
8549 (info-insert-file-contents): Add file attributes to
8550 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8551 `Info-toc-nodes' when previous modtime of the Info file is less
8552 than new modtime.
8553 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8554 of info.el. (Bug#12230)
8555
8556 2012-08-20 Glenn Morris <rgm@gnu.org>
8557
8558 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8559 * calendar/holidays.el (calendar-holiday-list):
8560 Report errors with display-warning rather than beep'n'sleep.
8561
8562 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8563
8564 * net/tramp.el (tramp-accept-process-output): Accept only output
8565 from PROC. Otherwise, process filters and sentinels might be
8566 confused. (Bug#12145)
8567
8568 2012-08-20 Chong Yidong <cyd@gnu.org>
8569
8570 * descr-text.el (describe-text-properties-1): Use overlays-in to
8571 report on empty overlays (Bug#3322).
8572
8573 2012-08-20 Glenn Morris <rgm@gnu.org>
8574
8575 * mail/rmailout.el (rmail-output-read-file-name):
8576 Trap and report errors in rmail-output-file-alist elements.
8577
8578 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8579 since most non-font-lock faces are not also variables).
8580
8581 2012-08-20 Edward Reingold <reingold@iit.edu>
8582
8583 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8584 New function. (Bug12160)
8585
8586 2012-08-19 Glenn Morris <rgm@gnu.org>
8587
8588 * mail/rmailout.el (rmail-output-read-file-name):
8589 Fix previous change (when the alist is nil or does not match).
8590
8591 2012-08-19 Chong Yidong <cyd@gnu.org>
8592
8593 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8594 (Bug#12228).
8595
8596 2012-08-18 Chong Yidong <cyd@gnu.org>
8597
8598 * simple.el (yank-handled-properties): New defcustom.
8599 (yank-excluded-properties): Add font-lock-face and category.
8600 (yank): Doc fix.
8601
8602 * subr.el (remove-yank-excluded-properties):
8603 Obey yank-handled-properties. The special handling of font-lock-face
8604 and category is now done this way, instead of being hard-coded.
8605 (insert-for-yank-1): Remove font-lock-face handling.
8606 (yank-handle-font-lock-face-property)
8607 (yank-handle-category-property): New function.
8608
8609 2012-08-17 Glenn Morris <rgm@gnu.org>
8610
8611 * mail/rmailout.el (rmail-output-read-file-name):
8612 Check rmail-output-file-alist against the full message body
8613 in the correct rmail buffer. (Bug#12214)
8614
8615 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8616
8617 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8618 Eliminate superfluous prompt. (Bug#12203)
8619
8620 2012-08-17 Chong Yidong <cyd@gnu.org>
8621
8622 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8623 font spec, set the font directly (Bug#3228).
8624
8625 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8626
8627 * window.el (delete-window): Fix last fix.
8628
8629 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8630
8631 * window.el (window-valid-p): Move to window.c.
8632 (window-child, window-child-count, window-last-child)
8633 (window-normalize-window, window-combined-p)
8634 (window-combinations, window-atom-root, window-min-size)
8635 (window-sizable, window-sizable-p, window-size-fixed-p)
8636 (window-min-delta, window-max-delta, window--resizable)
8637 (window--resizable-p, window-resizable, window-total-size)
8638 (window-full-height-p, window-full-width-p, window-body-size)
8639 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8640 (minimize-window, window-deletable-p, delete-window)
8641 (delete-other-windows, set-window-buffer-start-and-point)
8642 (next-buffer, previous-buffer, split-window, balance-windows-2)
8643 (set-window-text-height, window-buffer-height)
8644 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8645 (truncated-partial-width-window-p): Minor code adjustments.
8646 In doc-strings state whether the argument window has to denote a
8647 live, valid or any window.
8648
8649 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8650
8651 * progmodes/subword.el (subword-forward-function)
8652 (subword-backward-function, subword-forward-regexp)
8653 (subword-backward-regexp): New variables.
8654 (subword-forward, subword-forward-internal, subword-backward-internal):
8655 Use new variables, eg so that different "word" definitions
8656 can be easily used. (Bug#11411)
8657
8658 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8659
8660 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8661 for composite selectors.
8662 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8663 operation just because we can't find a previous revision.
8664
8665 2012-08-15 Chong Yidong <cyd@gnu.org>
8666
8667 * frame.el (set-frame-font): Accept font objects.
8668
8669 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8672
8673 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8674
8675 * man.el (Man-overstrike-face, Man-underline-face)
8676 (Man-reverse-face): Remove variables.
8677 (Man-overstrike, Man-underline, Man-reverse): New faces.
8678 (Man-fontify-manpage): Use them instead of the variables.
8679 (Man-cleanup-manpage): Comment change.
8680 (Man-ansi-color-map): New variable.
8681 (Man-fontify-manpage): Use it.
8682 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8683
8684 Implement ANSI SGR parameters 22-27 (bug#12146).
8685 * ansi-color.el (ansi-colors): Doc fix.
8686 (ansi-color-context, ansi-color-context-region): Doc fix.
8687 (ansi-color--find-face): New function.
8688 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8689 Rename the local variable `face' to `codes' since it is now a list of
8690 ansi codes. Doc fix.
8691 (ansi-color-get-face): Remove.
8692 (ansi-color-parse-sequence): New function, derived from
8693 ansi-color-get-face.
8694 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8695 codes 22-27.
8696
8697 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8698
8699 * subr.el (read-passwd): Allow use from a minibuffer.
8700
8701 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8702
8703 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8704 inside comments and strings as identifiers.
8705
8706 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8707 expression to evaluate. This allows to evaluate expressions with
8708 embedded whitespace.
8709 (gud-tooltip-tips): Add a blank before the newline in the
8710 message-box text, for the benefit of message-box emulation on
8711 MS-Windows.
8712
8713 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8714 messages from GDB, pop them up in a tooltip to give feedback to
8715 user.
8716 (gdb-tooltip-print-1): Quote the expression to evaluate.
8717 This allows to evaluate expressions with embedded whitespace.
8718 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8719 if the TTY name is nil or empty (which happens when communicating
8720 with the inferior via pipes, e.g. on MS-Windows).
8721 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8722 don't send that to the GUD buffer.
8723
8724 2012-08-14 Glenn Morris <rgm@gnu.org>
8725
8726 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8727 Optimize away setq-default with no args, as for setq. (Bug#12195)
8728
8729 2012-08-14 Chong Yidong <cyd@gnu.org>
8730
8731 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8732
8733 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8734 (Bug#12085).
8735
8736 2012-08-14 Glenn Morris <rgm@gnu.org>
8737
8738 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8739
8740 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8741
8742 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8743 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8744 Use cached shell name.
8745
8746 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8747
8748 * progmodes/python.el (python-shell-send-string):
8749 (python-shell-send-setup-code): Do not use `format' with `message'.
8750
8751 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8752
8753 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8754 (ruby-percent-literal-beg-re): New constant.
8755 (ruby-syntax-general-delimiters-goto-beg): Rename to
8756 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8757 (ruby-syntax-propertize-general-delimiters): Rename to
8758 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8759 popular term. Adjust comments everywhere.
8760 (ruby-syntax-propertize-percent-literal): Only propertize when not
8761 inside a simple string or comment. When the literal is unclosed,
8762 leave the text after it unpropertized.
8763 (ruby-syntax-methods-before-regexp): New constant.
8764 (ruby-syntax-propertize-function): Use it to recognize regexps.
8765 Don't look at the text after regexp, just use the whitelist.
8766
8767 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8768
8769 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8770 non-nil always load the compiled file if it exists. (Bug#12197)
8771
8772 2012-08-14 Chong Yidong <cyd@gnu.org>
8773
8774 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8775 (hi-lock-set-pattern): When deciding whether to use font lock or
8776 overlays, look at font-lock-mode instead of font-lock-fontified
8777 (Bug#12168).
8778 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8779 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8780
8781 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8782
8783 * subr.el (internal--after-with-selected-window): Fix typo
8784 (Bug#12193).
8785
8786 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8787
8788 Use `completion-table-dynamic' for completion functions.
8789 * progmodes/python.el
8790 (python-shell-completion--do-completion-at-point)
8791 (python-shell-completion--get-completions):
8792 Remove functions.
8793 (python-shell-completion-complete-at-point): New function.
8794 (python-completion-complete-at-point): Use it.
8795
8796 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8797
8798 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8799 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8800
8801 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8802
8803 * subr.el (function-get): Refine `autoload' arg so it can also
8804 autoload functions for gv.el (bug#12191).
8805 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8806 autoloads macros.
8807
8808 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8809 Prefer pcase-let over destructuring-bind.
8810 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8811 Also, remove whitespace as we go, rather than after accumulating the
8812 various places.
8813
8814 * subr.el (internal--before-with-selected-window)
8815 (internal--after-with-selected-window): Fix typo seleted->selected.
8816 (with-selected-window): Adjust callers.
8817 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8818
8819 2012-08-13 Bastien Guerry <bzg@gnu.org>
8820
8821 * window.el (special-display-popup-frame): Minor docstring
8822 enhancement. (Bug#12172)
8823
8824 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8825
8826 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8827 type 1-6.
8828 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8829 extended headers.
8830
8831 * files.el (hack-local-variables-filter): Remove useless eval.
8832
8833 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8834
8835 * subr.el (with-selected-window): Fix last change.
8836
8837 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * subr.el (internal--before-with-seleted-window)
8840 (internal--after-with-seleted-window): New functions.
8841 (with-selected-window): Use them, to replace dependency on
8842 tty-top-frame.
8843
8844 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8845
8846 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8847 binding for `newline'.
8848 (ruby-move-to-block): When moving backward, stop at block opening,
8849 not indentation.
8850 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8851 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8852 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8853 `ruby-toggle-block'.
8854
8855 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * ibuffer.el (ibuffer-do-toggle-read-only):
8858 * dired.el (dired-toggle-read-only):
8859 * buff-menu.el (Buffer-menu-toggle-read-only):
8860 * bindings.el (mode-line-toggle-read-only):
8861 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8862
8863 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8864
8865 * descr-text.el (describe-char): Put the overlays over the
8866 "displayed as" character.
8867
8868 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8869
8870 * calc/calc-units.el (math-default-units-table): Give an
8871 initial value.
8872 (math-put-default-units): Add options to put composite units and
8873 unit systems in the default units table.
8874 (calc-convert-units): Send composite units to
8875 `math-put-default-units' when appropriate.
8876
8877 2012-08-11 Glenn Morris <rgm@gnu.org>
8878
8879 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8880
8881 * tutorial.el (help-with-tutorial):
8882 * emacs-lisp/copyright.el (copyright-update-directory):
8883 * emacs-lisp/autoload.el (autoload-find-generated-file)
8884 (autoload-find-file): Disable local eval: (for insurance).
8885
8886 * files.el (hack-local-variables-filter): If an eval: form is not
8887 known to be safe, and enable-local-variables is :safe, then ignore
8888 the form totally, as is done for non-eval forms. (Bug#12155)
8889 This is CVE-2012-3479.
8890
8891 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8892
8893 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8894 (rx-form): Simplify.
8895
8896 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8897
8898 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8899 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8900 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8901 (ruby-syntax-propertize-function): Adjust for changes in
8902 `ruby-syntax-propertize-heredoc'.
8903
8904 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8905
8906 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8907 binding (use `M-;' instead).
8908 (ruby-singleton-class-p): New function.
8909 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8910
8911 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8914
8915 2012-08-10 Chong Yidong <cyd@gnu.org>
8916
8917 * progmodes/python.el (python-shell-get-process-name): Don't mess
8918 with same-window-buffer-names.
8919
8920 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8921 (eshell-remove-from-window-buffer-names): Make obsolete.
8922 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8923 (eshell): Just use pop-to-buffer-same-window instead.
8924
8925 2012-08-10 Chong Yidong <cyd@gnu.org>
8926
8927 * bindings.el: Bind M-= back to count-words-region.
8928
8929 * simple.el (count-words-region): Accept a prefix arg for acting
8930 on the entire buffer.
8931 (count-words--buffer-message): New helper function.
8932
8933 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8934
8935 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8936 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8937 (event-start, event-end): Use posn-at-point to return a more
8938 informative posn.
8939 (posnp): New function.
8940 * mouse.el (popup-menu-normalize-position): Use it.
8941
8942 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8943
8944 * mouse.el (popup-menu-normalize-position): New function.
8945 (popup-menu): Use `popup-menu-normalize-position' to normalize
8946 the form for POSITION argument.
8947
8948 * term/x-win.el (x-menu-bar-open):
8949 Use the value returend from (posn-at-point) as position
8950 passed to `popup-menu'.
8951
8952 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8953
8954 * calc/calccomp.el (math-compose-expr): Add extra argument
8955 indicating that parentheses should be put around products in
8956 denominators. Give multiplication precedence over division during
8957 composition.
8958
8959 2012-08-09 Chong Yidong <cyd@gnu.org>
8960
8961 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8962 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8963 (Man-untabify-command, manual-program): Convert to defcustom
8964 (Bug#10429).
8965
8966 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8967
8968 * descr-text.el (describe-char): Don't insert extra newlines
8969 (Bug#10127).
8970
8971 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8972 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8973
8974 * align.el (align-region): Delete temporary markers (Bug#10047).
8975 Plus some code cleanups.
8976
8977 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8978
8979 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8980 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8981 (python-shell-internal-last-output): Use make-local-variable
8982 instead of make-variable-buffer-local.
8983
8984 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8985
8986 * progmodes/python.el: Enhancements to forward-sexp.
8987 (python-nav-forward-sexp): Rename from
8988 python-nav-forward-sexp-function.
8989 (python-nav--forward-sexp, python-nav--backward-sexp):
8990 New functions.
8991
8992 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8993
8994 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8995 modes and simplification modes.
8996
8997 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * delsel.el (delete-selection-pre-hook): Don't propagate the
9000 file-supersession signals (bug#12161).
9001
9002 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9005 (cl-map-extents): Add compatibility aliases (bug#12135).
9006
9007 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
9008
9009 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9010 tests by `ignore-error'.
9011 (tramp-find-shell): Open also a new shell, when cache is already
9012 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
9013
9014 2012-08-08 Juri Linkov <juri@jurta.org>
9015
9016 * bookmark.el: Add `defaults' property to the bookmark record.
9017 (bookmark-current-buffer): Doc fix.
9018 (bookmark-make-record): Add `defaults' property with default values
9019 to the bookmark record.
9020 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9021 with `bookmark-insert-current-bookmark'.
9022 (bookmark-set): Get `defaults' property from the bookmark record
9023 and use it in `read-from-minibuffer'.
9024 (bookmark-insert-current-bookmark): Remove function.
9025
9026 * info.el (Info-bookmark-make-record): Add `defaults' property
9027 with values of canonical Info node name, the current Info file
9028 name and the current Info node name. (Bug#12107)
9029
9030 2012-08-08 Juri Linkov <juri@jurta.org>
9031
9032 * files.el (basic-save-buffer): Use `buffer-name' as the default
9033 of `read-file-name' when buffer is not visiting a file (bug#12128).
9034
9035 2012-08-08 Juri Linkov <juri@jurta.org>
9036
9037 * info.el (Info-isearch-search): Doc fix.
9038 (Info-search): Change search-failed message from "initial node" to
9039 "end of node" (bug#12078).
9040 (Info-isearch-search): Change `isearch-string-state' to
9041 `isearch--state-string'.
9042
9043 2012-08-08 Glenn Morris <rgm@gnu.org>
9044
9045 * language/persian.el: Remove file.
9046 * language/misc-lang.el: Move unique part of persian.el here.
9047 * loadup.el: Remove language/persian.
9048
9049 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
9050
9051 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9052
9053 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
9054
9055 * progmodes/python.el: Fix defsubst warning.
9056 (python-syntax-context) Rename from python-info-ppss-context.
9057 (python-syntax-context-type): Rename from
9058 python-info-ppss-context-type.
9059 (python-syntax-comment-or-string-p): Rename from
9060 python-info-ppss-comment-or-string-p.
9061
9062 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9063
9064 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9065
9066 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
9067
9068 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9069 a defcustom that is quoted with backquote.
9070
9071 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9072 Fix handling of interactive spec when the body uses return.
9073 (math-do-arg-check, math-define-function-body): Use backquote forms.
9074 * calc/calc-ext.el (math-defcache): Likewise.
9075 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9076 * allout.el (allout-new-exposure): Likewise.
9077 * calc/calcalg2.el (math-tracing-integral): Likewise.
9078 * info.el (Info-last-menu-item): Likewise.
9079 * emulation/vip.el (vip-loop): Likewise.
9080 * textmodes/artist.el (artist-funcall): Likewise.
9081 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9082 Construct menu-item directly.
9083
9084 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9085 Don't declare.
9086
9087 2012-08-07 Chong Yidong <cyd@gnu.org>
9088
9089 * simple.el (deactivate-mark): Preserve text properties when
9090 saving the primary selection (Bug#8384).
9091
9092 2012-08-07 Kevin Ryde <user42@zip.com.au>
9093
9094 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9095 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9096 and continue processing (Bug#12110).
9097
9098 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9101 syntax-propertize-function (bug#10095).
9102
9103 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9106 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9107 describe-function-1.
9108 (describe-function-1): Use them. Move compiler macro after sig.
9109 (help-fns--compiler-macro): Use function-get. Assume we're already in
9110 standard-output. Adjust layout to new call order.
9111
9112 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9113 re-binding a symbol that has a symbol-macro (bug#12119).
9114
9115 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9116
9117 * language/persian.el: New file. (Bug#11812)
9118 * loadup.el: Add language/persian.el.
9119
9120 2012-08-06 Chong Yidong <cyd@gnu.org>
9121
9122 * window.el (window--maybe-raise-frame): New function.
9123 (window--display-buffer): Split off from here.
9124 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9125 (display-buffer-pop-up-window, display-buffer-use-some-window):
9126 Obey an inhibit-switch-frame action alist entry.
9127 (display-buffer): Update doc.
9128
9129 * replace.el (occur-after-change-function): Avoid losing focus by
9130 using the inhibit-switch-frame display parameter (Bug#12139).
9131
9132 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
9133
9134 Make internal shell process buffer names start with space.
9135 * progmodes/python.el (python-shell-make-comint): Add optional
9136 argument INTERNAL.
9137 (run-python-internal): Use it.
9138 (python-shell-internal-get-or-create-process): Check for new
9139 internal buffer names.
9140
9141 2012-08-06 Glenn Morris <rgm@gnu.org>
9142
9143 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9144 Do less getting and setting of environment variables.
9145
9146 2012-08-05 Chong Yidong <cyd@gnu.org>
9147
9148 * proced.el (proced): Add substitution string to docstring to
9149 trigger autoloading of the proced library on C-h f (Bug#1768).
9150
9151 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9152 Don't show defvars which have no second argument (Bug#8638).
9153
9154 * imenu.el (imenu-generic-expression): Move documentation here
9155 from imenu--generic-function.
9156 (imenu--generic-function): Refer to imenu-generic-expression.
9157
9158 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
9159
9160 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9161 indentation declaration.
9162 (viper-loop): Add indentation declaration (Bug#7025).
9163
9164 2012-08-05 Chong Yidong <cyd@gnu.org>
9165
9166 * help-fns.el (describe-variable): Add hyperlink for
9167 directory-local variables files. Improve buffer-local and
9168 permanent-local reporting; suggested by MON KEY (Bug#6644).
9169
9170 * help-mode.el (help-dir-local-var-def): New button type.
9171
9172 * files.el (kill-buffer-hook): Provide a defvar.
9173
9174 2012-08-05 Glenn Morris <rgm@gnu.org>
9175
9176 * eshell/esh-ext.el (eshell/addpath):
9177 Also update eshell-path-env. (Bug#12013)
9178
9179 2012-08-05 Chong Yidong <cyd@gnu.org>
9180
9181 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9182
9183 * fringe.el (fringe-styles): Add docstring.
9184 (fringe--check-mode): New function.
9185 (set-fringe-mode, set-fringe-style): Use it.
9186 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9187
9188 * files.el (set-auto-mode): Fix invalid setq call.
9189
9190 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9191
9192 * isearch.el: Misc simplification; use defstruct.
9193 (isearch-mode-map): Dense maps now work like sparse ones.
9194 (isearch--state): New defstruct.
9195 (isearch-string-state, isearch-message-state, isearch-point-state)
9196 (isearch-success-state, isearch-forward-state)
9197 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9198 (isearch-wrapped-state, isearch-barrier-state)
9199 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9200 replaced by defstruct's accessors.
9201 (isearch--set-state): Rename from isearch-top-state and change
9202 calling convention.
9203 (isearch-push-state): Use new isearch--get-state.
9204 (isearch-toggle-word): Disable regexp when enabling word.
9205 (isearch-message-prefix): Remove unused arg _c-q-hack.
9206 (isearch-message-suffix): Remove unused arg _ellipsis.
9207
9208 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9209
9210 * simple.el (list-processes--refresh): For a server use :host or
9211 :local as the address.
9212 (list-processes): Doc fix.
9213
9214 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9215
9216 * lisp/mpc.el: Support password in host argument.
9217 (mpc--proc-connect): Parse and use new password element.
9218 Set mpc-proc variable instead of returning process.
9219 (mpc-proc): Adjust accordingly.
9220
9221 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9222
9223 * whitespace.el (whitespace-display-mappings): Use Unicode
9224 codepoints, instead of emacs-mule codepoints. See
9225 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9226 for the details.
9227
9228 * files.el (file-truename): Don't skip symlink-chasing part on
9229 windows-nt. Incorporate the resolution of 8+3 short aliases on
9230 Windows into the loop that recursively chases symlinks.
9231 Compare directory and its parent case-insensitively on MS-Windows and
9232 MS-DOS.
9233
9234 2012-08-03 Chong Yidong <cyd@gnu.org>
9235
9236 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9237
9238 * sort.el (sort-regexp-fields): Doc fix.
9239
9240 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9241
9242 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9243 labels regex position point at the expected place.
9244
9245 2012-08-03 MON KEY <monkey@sandpframing.com>
9246
9247 * net/imap.el (imap-interactive-login, imap-authenticate)
9248 (imap-mailbox-lsub, imap-mailbox-list)
9249 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9250 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9251 (imap-parse-response): Doc fix.
9252
9253 2012-08-03 João Távora <joaotavora@gmail.com>
9254
9255 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9256 if sexp scanning does not move point (Bug#5734).
9257
9258 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9259
9260 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9261 Add listings, minted, and ctable packages.
9262 (reftex-label-alist-builtin): Move listings, minted, and ctable
9263 entries before LaTeX.
9264 (reftex-label-alist): Docfix.
9265
9266 2012-08-02 Bastien Guerry <bzg@gnu.org>
9267
9268 * replace.el (occur): Fix docstring (bug#12122).
9269
9270 2012-08-02 Glenn Morris <rgm@gnu.org>
9271
9272 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9273
9274 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9275
9276 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9277 * international/mule-cmds.el: Create
9278 inactivate-current-input-method-function as an obsolete alias for
9279 deactivate-current-input-method-function. See Katsumi Yamaoka in
9280 <http://bugs.gnu.org/10150#46>.
9281
9282 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9283
9284 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9285 of nested `if's.
9286
9287 2012-08-01 Glenn Morris <rgm@gnu.org>
9288
9289 * progmodes/autoconf.el (autoconf-definition-regexp):
9290 Add AH_TEMPLATE, adjust submatch numbering.
9291 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9292 (autoconf-current-defun-function): Update for above change.
9293 (autoconf-current-defun-function): First skip to end of current word.
9294
9295 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9296
9297 * calendar/cal-html.el (cal-html-insert-agenda-days):
9298 Fix typo. (Bug#12018)
9299
9300 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9301
9302 Shell processes: enhancements to startup and CEDET compatibility.
9303 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9304 (python-shell-make-comint): accept-process-output at startup.
9305 (run-python-internal): Set inferior-python-mode-hook to nil.
9306 (python-shell-internal-get-or-create-process): call sit-for.
9307 (python-preoutput-result): Add obsolete alias.
9308 (python-shell-internal-send-string): Use it.
9309 (python-shell-send-setup-code): Remove call to
9310 accept-process-output.
9311
9312 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9313
9314 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9315 (Bug#12108)
9316
9317 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9318
9319 * calc-mode.el (calc-basic-simplification-mode): Rename from
9320 `calc-limited-simplification-mode'.
9321 (calc-alg-simplification-mode): New function.
9322 (calc-set-simplify-mode): Adjust message.
9323
9324 * calc.el (calc-set-mode-line): Adjust mode line display for
9325 basic simplification mode.
9326
9327 * calc-help.el (calc-m-prefix-help): Update help message.
9328
9329 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9330 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9331
9332 2012-07-31 Bastien Guerry <bzg@gnu.org>
9333
9334 * man.el (man): Fix comment. (bug#12101)
9335
9336 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9337
9338 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9339 Don't return a non-nil value when no suitable buffer was found.
9340
9341 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9342
9343 * progmodes/python.el (run-python-internal): Disable font lock for
9344 internal shells.
9345
9346 2012-07-30 Stefan Merten <smerten@oekonux.de>
9347
9348 * textmodes/rst.el: Silence `checkdoc-ispell'.
9349 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9350 (rst-official-version, rst-official-cvs-rev)
9351 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9352 (rst-mode-map): New key binding.
9353
9354 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9355
9356 Update .PHONY listings in makefiles.
9357 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9358 autoloads, update-subdirs, updates, bzr-update, update-authors,
9359 compile-onefile, compile-calc, backup-compiled-files,
9360 compile-after-backup, compile-one-process, mh-autoloads,
9361 bootstrap-clean, distclean, maintainer-clean.
9362
9363 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9364
9365 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9366 (calc-set-mode-line): Don't display "AlgSimp ".
9367
9368 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9369 (calc-lim-simplify-mode): New function.
9370 (calc-set-simplify-mode): Default to 'alg.
9371 (calc-default-simplify-mode): Make algebraic simplifications
9372 the default.
9373
9374 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9375 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9376
9377 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9378 indicate new simplification modes.
9379
9380 * calc/README: Mention new default simplification mode.
9381
9382 * calc/calc.el (math-normalize-error): New variable.
9383 (math-normalize): Set `math-normalize-error' to t
9384 when there's an error.
9385
9386 * calc/calc-alg.el (math-simplify): Don't simplify when
9387 `math-normalize' returns an error.
9388
9389 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9390
9391 * international/mule-cmds.el (set-locale-environment): Revert last
9392 change, since display-graphic-p returns nil when this function is
9393 called during startup. Instead...
9394
9395 * term/w32console.el (terminal-init-w32console): ...setup the
9396 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9397
9398 2012-07-29 Juri Linkov <juri@jurta.org>
9399
9400 * simple.el (goto-line): Don't display default line number in the
9401 prompt because it should be displayed by `read-number' (bug#9952).
9402 Add the current line number to the defaults of `goto-line' to
9403 allow its easier modification by users with `M-n' (bug#9201).
9404
9405 * subr.el (read-number): Support multiple default values like in
9406 other minibuffer reading functions. Replace `read' with
9407 `string-to-number' for consistency with `number-to-string'.
9408
9409 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9410
9411 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9412 * emulation/viper-init.el (viper-deactivate-input-method-action):
9413 Rename from viper-inactivate-input-method-action.
9414 (viper-deactivate-input-method):
9415 Rename from viper-inactivate-input-method.
9416 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9417 * international/mule-cmds.el (deactivate-input-method):
9418 Rename from inactivate-input-method.
9419 Also run input-method-deactivate-hook.
9420 (deactivate-current-input-method-function):
9421 Rename from inactivate-current-input-method-function.
9422 (input-method-deactivate-hook): New hook.
9423 (input-method-inactivate-hook): Mark obsolete.
9424 (inactivate-input-method): Mark obsolete.
9425
9426 * international/quail.el (quail-activate):
9427 Also run quail-deactivate-hook.
9428 (quail-deactivate): Rename from quail-inactivate.
9429 * international/robin.el (robin-activate):
9430 Also run robin-deactivate-hook.
9431 (robin-deactivate): Rename from robin-inactivate.
9432
9433 2012-07-29 Chong Yidong <cyd@gnu.org>
9434
9435 * simple.el (indicate-copied-region): New function.
9436 (kill-ring-save): Split off from here.
9437
9438 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9439 (kill-rectangle): Set deactivate-mark to t on read-only error.
9440
9441 * register.el (copy-to-register, copy-rectangle-to-register):
9442 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9443 (append-to-register, prepend-to-register): Call indicate-copied-region.
9444
9445 2012-07-29 Juri Linkov <juri@jurta.org>
9446
9447 * simple.el (async-shell-command-buffer): New defcustom.
9448 (shell-command): Use it. (Bug#4719)
9449
9450 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9451
9452 * international/mule-cmds.el (set-locale-environment): In a
9453 console session on MS-Windows, set up keyboard and terminal
9454 encoding from the OEM codepage, not the ANSI codepage.
9455 (Bug#12055)
9456
9457 2012-07-28 Chong Yidong <cyd@gnu.org>
9458
9459 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9460 gdb-get-location.
9461
9462 2012-07-28 Leo Liu <sdl.web@gmail.com>
9463
9464 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9465 the alist (bug#12029).
9466
9467 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9468
9469 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9470 (compile-always, compile-first)
9471 ($(lisp)/calendar/cal-loaddefs.el)
9472 ($(lisp)/calendar/diary-loaddefs.el)
9473 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9474 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9475 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9476 instead of on update-subdirs.
9477 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9478
9479 2012-07-28 Chong Yidong <cyd@gnu.org>
9480
9481 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9482 directory if vc-deduce-backend returns nil (Bug#7350).
9483
9484 * simple.el (delete-trailing-lines): New option.
9485 (delete-trailing-whitespace): Obey it (Bug#11879).
9486
9487 2012-07-28 David Engster <deng@randomsample.de>
9488
9489 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9490 Explanation of new 'symbol-qnames feature in doc-strings.
9491 (xml-maybe-do-ns): Return expanded names as plain symbols if
9492 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9493 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9494
9495 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9496
9497 Consistent completion in inferior python with emacs -nw.
9498 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9499 binding in inferior-python-mode-map with "\t".
9500 (python-shell-completion-complete-at-point)
9501 (python-completion-complete-at-point): Remove interactive spec.
9502
9503 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9504
9505 * calc/calccomp.el (math-compose-expr): Undo previous change.
9506
9507 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9508
9509 * progmodes/python.el (python-mode-map): Add keybinding for
9510 run-python.
9511 (python-shell-make-comint): Fix pop-to-buffer call.
9512 (run-python): Autoload. New arg SHOW.
9513 (python-shell-get-or-create-process): Do not pop python process
9514 buffer.
9515
9516 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9517
9518 * notifications.el (notifications-on-action-signal)
9519 (notifications-on-closed-signal): Use also the bus address for the map.
9520 (notifications-notify, notifications-close-notification)
9521 (notifications-get-capabilities): Add optional argument BUS.
9522
9523 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9524
9525 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9526 Add support for the lstlisting and minted environments, and for the
9527 ctable macro.
9528 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9529 labels written in keyvals syntax.
9530
9531 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9532
9533 * calc/calccomp.el (math-compose-expr): Use parentheses when
9534 there is a product in the denominator of a fraction.
9535
9536 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9537
9538 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9539 ($(lisp)/calendar/diary-loaddefs.el)
9540 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9541 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9542 Fixes failures in parallel bootstrap because subdirs.el is being
9543 rewritten while the autoload files are built at the same time,
9544 which needs to load subdirs.el.
9545
9546 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9547
9548 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9549 (mouse-drag-line): Don't exit tracking when a switch-frame or
9550 switch-window event occurs (Bug#12006).
9551
9552 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9553
9554 * mouse.el (popup-menu): Fix last change.
9555
9556 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 Autoload from Lisp with more care. Follow aliases when looking for
9559 function properties.
9560 * subr.el (autoloadp): New function.
9561 (symbol-file): Use it.
9562 (function-get): New function.
9563 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9564 autoload-do-load.
9565 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9566 (lisp-indent-function):
9567 * emacs-lisp/gv.el (gv-get):
9568 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9569 * emacs-lisp/byte-opt.el (byte-optimize-form):
9570 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9571 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9572 Use function-get.
9573 * emacs-lisp/cl.el: Don't propagate function properties any more.
9574
9575 * speedbar.el (speedbar-add-localized-speedbar-support):
9576 * emacs-lisp/disass.el (disassemble-internal):
9577 * desktop.el (desktop-load-file):
9578 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9579 (describe-function-1):
9580 * emacs-lisp/find-func.el (find-function-noselect):
9581 * emacs-lisp/elp.el (elp-instrument-function):
9582 * emacs-lisp/advice.el (ad-has-proper-definition):
9583 * apropos.el (apropos-safe-documentation, apropos-macrop):
9584 * emacs-lisp/debug.el (debug-on-entry):
9585 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9586 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9587 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9588
9589 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9590
9591 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9592 function, not an obsolete variable (Bug#12046).
9593
9594 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9595
9596 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9597
9598 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9599
9600 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9601 window only if it is still live (Bug#12034).
9602
9603 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9604
9605 * subr.el (redirect-frame-focus): Add advertised calling
9606 convention (Bug#12030).
9607
9608 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9609
9610 Prefer typical American spelling for "acknowledgment".
9611 * vc/add-log.el (change-log-acknowledgment): Rename from
9612 change-log-acknowledgement, with an alias for the old name.
9613
9614 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9615
9616 * calc-alg.el (math-simplify-divide): Don't cross multiply
9617 in an equation when the lhs is a variable.
9618
9619 2012-07-24 Julien Danjou <julien@danjou.info>
9620
9621 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9622 Remove, unused.
9623
9624 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9625
9626 * startup.el (command-line): Don't display an empty user name in
9627 the error message about non-existent home directory, when
9628 init-file-user was set to an empty string. See
9629 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9630 for the details and context.
9631
9632 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9633
9634 * ses.el (ses-cell-formula-aset): New macro.
9635 (ses-cell-references-aset): New macro.
9636 (ses-cell-p): New function.
9637 (ses-rename-cell): Do no longer rely on complex operations like
9638 ses-cell-set-formula or ses-set-cell to change the cell and handle
9639 the undo at the same time, but rather use lower level new macros
9640 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9641 the undo directly. Refresh the mode line.
9642
9643 2012-07-21 Leo Liu <sdl.web@gmail.com>
9644
9645 * progmodes/cc-cmds.el (c-defun-name):
9646 Use match-string-no-properties instead for consistency.
9647
9648 2012-07-20 Leo Liu <sdl.web@gmail.com>
9649
9650 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9651 (Bug#7879)
9652
9653 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9654
9655 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9658 * progmodes/bug-reference.el, misearch.el: Provide themselves
9659 (bug#11915).
9660
9661 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9662 of narrowed buffer (bug#11966).
9663
9664 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9665
9666 * ses.el (ses-rename-cell): Set new name also in reference list of
9667 cells of which the renamed cell depends.
9668
9669 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9670
9671 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9672 to check whether menu-bar is shown or not. If not shown,
9673 show the menu-bar as a popup menu instead of using tmm.
9674 * mouse.el (popup-menu): Accept `point' as `position' argument.
9675
9676 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9677
9678 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9679 up inside string symbol literal (bug#11923).
9680
9681 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9682
9683 * startup.el (fancy-startup-text): Read the whole tutorial, not
9684 just its first 256 bytes. Prevents gibberish in display of the
9685 tutorial title.
9686
9687 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9688
9689 Drop idle buffer compaction due to an absence of the
9690 proved efficiency.
9691 * compact.el: Remove.
9692
9693 2012-07-19 Sam Steingold <sds@gnu.org>
9694
9695 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9696 vc-bzr-pull & vc-bzr-merge-branch.
9697 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9698 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9699 for consistency with compilation-error-regexp-alist.
9700 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9701 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9702 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9703 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9704
9705 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * emacs-lisp/chart.el: Use lexical-binding.
9708 (chart-emacs-storage): Don't hardcode the list of entries.
9709
9710 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9711
9712 Next round of tweaks caused by Fgarbage_collect changes.
9713 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9714
9715 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9716
9717 Compact buffers when idle.
9718 * compact.el: New file.
9719
9720 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9721
9722 * subr.el (eventp): Presume that if it looks vaguely like an event,
9723 it's an event (bug#10190).
9724
9725 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9726
9727 Enhancements to ppss related code (thanks Stefan).
9728 * progmodes/python.el (python-indent-context)
9729 (python-indent-calculate-indentation, python-indent-dedent-line)
9730 (python-indent-electric-colon, python-nav-forward-block)
9731 (python-mode-abbrev-table)
9732 (python-info-assignment-continuation-line-p): Simplify checks
9733 for ppss context.
9734 (python-info-continuation-line-p): Cleanup.
9735 (python-info-ppss-context): Do not catch 'quote.
9736 (python-info-ppss-context-type)
9737 (python-info-ppss-comment-or-string-p): Simplify.
9738
9739 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9740
9741 * progmodes/python.el: Enhancements to eldoc support.
9742 (python-info-current-symbol): New function.
9743 (python-eldoc-at-point): Use python-info-current-symbol.
9744 (python-info-current-defun): Fix cornercase on first defun scan.
9745 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9746 and signal error when no inferior python process is available.
9747
9748 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9749
9750 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9751 assume it's always t.
9752 (vc-git-registered): Remove caching, the function is only called
9753 once.
9754 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9755
9756 2012-07-18 Chong Yidong <cyd@gnu.org>
9757
9758 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9759
9760 * simple.el (count-words): Report on narrowing (Bug#9959).
9761
9762 * bindings.el: Bind M-= to count-words.
9763
9764 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9765
9766 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9767
9768 * progmodes/sh-script.el (sh-imenu-generic-expression):
9769 Capture a function with `function' keyword and without parentheses
9770 like "function FOO" (bug#11856).
9771
9772 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9773
9774 * window.el (split-window-sensibly): Make WINDOW argument
9775 optional.
9776
9777 2012-07-18 Chong Yidong <cyd@gnu.org>
9778
9779 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9780
9781 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9782 and make C-x 8 RET exit isearch (Bug#11439).
9783
9784 * international/iso-transl.el: Move isearch-mode-map key
9785 definitions to isearch.el.
9786
9787 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9788
9789 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9790 (eieio-defclass): Use gv-define-setter when possible.
9791
9792 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9793
9794 Reflect recent changes in Fgarbage_collect.
9795 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9796 reflect new format of data returned by Fgarbage_collect.
9797
9798 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9799
9800 New utility functions + python-info-ppss-context fix (Bug#11910).
9801 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9802 (python-info-ppss-comment-or-string-p): New functions.
9803 (python-info-ppss-context): Small fix for string check.
9804
9805 2012-07-17 Juri Linkov <juri@jurta.org>
9806
9807 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9808 (dired-do-async-shell-command): Don't add `*' at the end of the
9809 command (Bug#11815).
9810 (dired-do-shell-command): Doc fix.
9811 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9812 Join the individual commands using either "&" or ";" as the
9813 separator depending on the values of these trailing characters.
9814 At the end re-add the trailing "&". (Bug#10598)
9815
9816 * simple.el (async-shell-command): Sync the interactive spec with
9817 `shell-command'. Doc fix.
9818 (shell-command): Doc fix.
9819
9820 2012-07-17 Juri Linkov <juri@jurta.org>
9821
9822 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9823
9824 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9825
9826 Final renames and doc fixes for movement commands (bug#11899).
9827 * progmodes/python.el (python-nav-beginning-of-statement):
9828 Rename from python-nav-statement-start.
9829 (python-nav-end-of-statement): Rename from
9830 python-nav-statement-end.
9831 (python-nav-beginning-of-block): Rename from
9832 python-nav-block-start.
9833 (python-nav-end-of-block): Rename from python-nav-block-end.
9834
9835 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9836
9837 * progmodes/python.el (python-shell-send-string-no-output):
9838 Allow accept-process-output to quit, keeping shell process ready for
9839 future interactions (Bug#11868).
9840
9841 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9844
9845 * emacs-lisp/elint.el (elint-find-args-in-code):
9846 Use help-function-arglist, so as to handle lexical byte-code.
9847
9848 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9849 change (bug#11826).
9850
9851 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9854 Avoid spuriously marking the buffer as modified because of c-is-sws.
9855
9856 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9857 as not-a-comment (bug#11946).
9858
9859 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9860 for uninterned vars.
9861
9862 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9863 Use read-event since we don't really want to read chars but bytes.
9864
9865 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9866 $$..$$ but also $..$ using regexps (bug#11953).
9867 Use tex-verbatim for \url and \path.
9868 (tex-font-lock-keywords): Define as defconst like the others.
9869 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9870
9871 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9872
9873 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9874 alias for insert-char.
9875
9876 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9877
9878 * progmodes/python.el: Simplified imenu implementation.
9879 (python-nav-jump-to-defun): Remove command.
9880 (python-mode-map): Use `imenu' instead.
9881 (python-nav-list-defun-positions-cache)
9882 (python-imenu-include-defun-type, python-imenu-make-tree)
9883 (python-imenu-subtree-root-label, python-imenu-index-alist):
9884 Remove vars.
9885 (python-nav-list-defun-positions, python-nav-read-defun)
9886 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9887 (python-imenu-make-tree, python-imenu-create-index):
9888 Remove functions.
9889 (python-mode): Update to interact with imenu by setting
9890 `imenu-extract-index-name-function' only.
9891
9892 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9893
9894 * progmodes/python.el: Enhancements to navigation commands.
9895 (python-nav-backward-sentence)
9896 (python-nav-forward-sentence): Remove.
9897 (python-nav-backward-statement, python-nav-forward-statement)
9898 (python-nav-statement-start, python-nav-statement-end)
9899 (python-nav-backward-block, python-nav-forward-block)
9900 (python-nav-block-start, python-nav-block-end)
9901 (python-nav-forward-sexp-function)
9902 (python-info-current-line-comment-p)
9903 (python-info-current-line-empty-p): New functions.
9904 (python-indent-context): Use `python-nav-statement-start'.
9905
9906 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9907
9908 * eshell/em-ls.el (eshell/ls): Use `apply'.
9909
9910 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9911 multi-hops, instead of Tramp internals.
9912
9913 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9914
9915 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9916 when F1 and F2 are located on different hosts.
9917
9918 2012-07-14 Chong Yidong <cyd@gnu.org>
9919
9920 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9921 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9922 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9923 (xterm-mouse--read-event-sequence-1000)
9924 (xterm-mouse--read-event-sequence-1006): New functions. For old
9925 mouse protocol, handle M-mouse-X events correctly.
9926 (xterm-mouse-event): New arg specifying mouse protocol.
9927 (turn-on-xterm-mouse-tracking-on-terminal)
9928 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9929 sequence to toggle extended coordinates on newer XTerms.
9930 This appears to be harmless on terminals which do not support this.
9931
9932 2012-07-14 Leo Liu <sdl.web@gmail.com>
9933
9934 Add fringe bitmap indicators for flymake. (Bug#11253)
9935 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9936 (flymake-make-overlay): New arg BITMAP.
9937 (flymake-error-bitmap, flymake-warning-bitmap)
9938 (flymake-fringe-indicator-position): New user variables.
9939
9940 * fringe.el: New bitmap exclamation-mark.
9941
9942 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9943
9944 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9945 also (Bug#7879).
9946
9947 2012-07-14 Chong Yidong <cyd@gnu.org>
9948
9949 * electric.el (electric-pair-post-self-insert-function): Fix pair
9950 insertion in empty-region case (Bug#11520).
9951
9952 2012-07-14 Chong Yidong <cyd@gnu.org>
9953
9954 * bindings.el: Consolidate ctl-x-r-map bindings.
9955 Bind copy-rectangle-as-kill to C-x r w.
9956
9957 * rect.el, register.el: Move bindings to bindings.el.
9958
9959 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9960
9961 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9962
9963 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9964
9965 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9966
9967 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9968
9969 * bindings.el (top): Use `mapc' instead of `mapcar'.
9970
9971 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9972
9973 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9974
9975 * progmodes/sql.el (sql-comint): Suppress the check for program on
9976 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9977 (Bug#11908)
9978
9979 2012-07-13 Chong Yidong <cyd@gnu.org>
9980
9981 * bindings.el: Assign a non-nil permanent-local property to
9982 per-buffer variables which lack a default value (Bug#11930).
9983
9984 * help-fns.el (describe-variable): In the "automatically becomes
9985 local" notice, take note of permanent-local variables.
9986
9987 2012-07-13 Chong Yidong <cyd@gnu.org>
9988
9989 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9990 to allow printing the message when called from Lisp.
9991
9992 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9993 Remove toggle-read-only.
9994
9995 * bs.el (bs-toggle-readonly):
9996 * buff-menu.el (Buffer-menu-toggle-read-only):
9997 Remove with-no-warnings around toggle-read-only.
9998
9999 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10000 Remove with-no-warnings around toggle-read-only.
10001 (ffap-read-only, ffap-read-only-other-window)
10002 (ffap-read-only-other-frame): Callers changed.
10003
10004 * help-mode.el: Don't require view package.
10005 (help-mode-finish): Set buffer-read-only instead of calling
10006 toggle-read-only.
10007
10008 * bindings.el (mode-line-toggle-read-only):
10009 * dired.el (dired-toggle-read-only):
10010 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10011 with non-nil second arg.
10012
10013 * emacs-lisp/eieio-custom.el (eieio-customize-object):
10014 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10015 directly.
10016
10017 2012-07-12 Eli Zaretskii <eliz@gnu.org>
10018
10019 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10020 not incf.
10021
10022 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 More CL cleanups and reduction of use of cl.el.
10025 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10026 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10027 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10028 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10029 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10030 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10031 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10032 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10033 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10034 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10035 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10036 * eshell/em-cmpl.el, eshell/em-banner.el:
10037 * calendar/parse-time.el: Use cl-lib.
10038 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10039 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10040 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10041 * term/ns-win.el, term.el, shell.el, ps-samp.el:
10042 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10043 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10044 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10045 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10046 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10047 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10048 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10049 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10050 `lambda' rather than with `quote'.
10051 (eshell-do-opt): Adjust accordingly.
10052 (eshell-process-option): Simplify.
10053 * eshell/esh-var.el:
10054 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10055 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10056 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10057 to `pcase--dontcare'.
10058 * emacs-lisp/cl.el (labels): Mark obsolete.
10059 (cl--letf, letf): Move to cl-lib.
10060 (cl--letf*, letf*): Remove.
10061 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10062 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10063 (cl-progv): Rewrite.
10064 (cl--letf, cl-letf): Move from cl.el.
10065 (cl-letf*): New macro.
10066 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10067
10068 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
10069
10070 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10071
10072 2012-07-11 Chong Yidong <cyd@gnu.org>
10073
10074 * vc/log-edit.el (log-edit-vc-backend): New variable.
10075 (log-edit): Doc fix.
10076
10077 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10078 argument of log-edit to set up all local variables.
10079 (vc-start-logentry): New optional arg specifying VC backend.
10080
10081 * vc/vc.el (vc-checkin): Use it.
10082 (vc-deduce-fileset): Handle Log Edit buffers.
10083 (vc-diff): Make first argument optional too.
10084
10085 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10086
10087 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
10088
10089 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10090 command, just in case. The function is not needed anymore.
10091 (eshell-external-command): Do not call `eshell-remote-command'.
10092
10093 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 Reduce use of (require 'cl).
10096 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10097 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10098 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10099 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10100 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10101 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10102 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10103 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10104 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10105 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10106 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10107 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10108 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10109 (byte-compile-unfold-bcf, byte-compile-check-variable):
10110 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10111 (byte-compile-nilconstp):
10112 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10113 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10114
10115 * emacs-lisp/gv.el (cond): Make it a valid place.
10116 (if): Simplify slightly.
10117
10118 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10119 (pcase--self-quoting-p): New function.
10120 (pcase--u1): Use it.
10121
10122 2012-07-10 Glenn Morris <rgm@gnu.org>
10123
10124 * emacs-lisp/authors.el (authors-fixed-entries):
10125 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10126
10127 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10128
10129 Rename configure.in to configure.ac (Bug#11603).
10130 * emacs-lisp/authors.el (authors-canonical-file-name):
10131 * progmodes/autoconf.el (autoconf-mode):
10132 Prefer configure.ac to configure.in.
10133
10134 2012-07-08 Chong Yidong <cyd@gnu.org>
10135
10136 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10137 Implement the mouse-1-click-follows-link handling properly.
10138
10139 * info.el (Info-link-keymap): Use follow-link mechanism for
10140 header-line links (Bug#374).
10141
10142 * simple.el (deactivate-mark): Do not set the primary selection
10143 if another program has acquired it (Bug#11772).
10144
10145 2012-07-07 Kevin Ryde <user42@zip.com.au>
10146
10147 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10148 (woman-decode-region): Replace escaped-escapes without destroying
10149 bold or underline (Bug#11552).
10150 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10151
10152 2012-07-07 Chong Yidong <cyd@gnu.org>
10153
10154 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10155 (interprogram-cut-function, interprogram-paste-function):
10156 Mention that we typically mean the clipboard.
10157
10158 2012-07-06 Glenn Morris <rgm@gnu.org>
10159
10160 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10161
10162 * files.el (toggle-read-only): Restrict message to interactive use.
10163
10164 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10165
10166 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10167
10168 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10169
10170 2012-07-06 Glenn Morris <rgm@gnu.org>
10171
10172 * Makefile.in (compile-one-process): Rename from "recompile".
10173
10174 * Makefile.in (bzr-update): "compile" is the same as "recompile
10175 autoloads", but parallelizable, so use that instead.
10176
10177 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10178
10179 * window.el (quit-window): Always restore window height when
10180 it's saved in quit-restore parameter (Bug#11810).
10181
10182 2012-07-06 Glenn Morris <rgm@gnu.org>
10183
10184 * simple.el (kill-whole-line): Doc tweak.
10185
10186 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10187
10188 * files.el (file-relative-name): Compare file names
10189 case-insensitively if on MS-Windows or MS-DOS, or if
10190 read-file-name-completion-ignore-case is non-nil. Don't use
10191 case-fold-search for this purpose. (Bug#11827)
10192
10193 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10194
10195 * calendar/cal-dst.el (calendar-current-time-zone):
10196 Return calendar-current-time-zone-cache if non-nil.
10197
10198 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10199 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10200
10201 * calendar/cal-dst.el (calendar-current-time-zone):
10202 Return calendar-current-time-zone-cache if non-nil.
10203
10204 2012-07-06 Glenn Morris <rgm@gnu.org>
10205
10206 * Makefile.in (cvs-update): Remove old alias.
10207
10208 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10209
10210 Sync with Tramp 2.2.6-pre.
10211
10212 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10213 compatible declaration.
10214
10215 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10216 Protect `list-load-path-shadows' call.
10217
10218 * net/tramp-compat.el (top): Require packages, which aren't
10219 autoloaded anymore for XEmacs. Protect call of
10220 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10221 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10222 it hurts at least for SXEmacs.
10223 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10224 standard-value for `temporary-file-directory'.
10225
10226 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10227 Redirect stderr to /dev/null.
10228 (tramp-sh-handle-write-region): uid and gid can be floats.
10229 Reported by Russell Sim <russell.sim@gmail.com>.
10230 (tramp-sh-handle-vc-registered): Hide errors.
10231 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10232 and `start-file-process'.
10233 (tramp-maybe-open-connection): Check also whether `non-essential'
10234 is bound.
10235
10236 2012-07-04 Chong Yidong <cyd@gnu.org>
10237
10238 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10239 (xml-parse-tag): Likewise, and avoid changing entity tables.
10240 (xml-syntax-table): Define from scratch, making sure not to give
10241 x2000 and other Unicode spaces whitespace syntax, since those are
10242 not spaces in XML.
10243 (xml-parse-fragment): Delete unused function.
10244 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10245 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10246 (xml-entity-ref, xml-pe-reference-re)
10247 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10248 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10249 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10250 (xml-entity-value-re): Use syntax references in regexps where
10251 possible; no need to define inside a let-binding.
10252 (xml-parse-dtd): Use xml-pe-reference-re.
10253 (xml-entity-or-char-ref-re): New defconst.
10254 (xml-parse-string, xml-substitute-special): Use it.
10255
10256 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10259 (find-file--read-only): New function.
10260 (find-file-read-only, find-file-read-only-other-window)
10261 (find-file-read-only-other-frame): Use it.
10262 (insert-file-contents-literally): Don't `fset'.
10263 (get-free-disk-space): Use locate-dominating-file.
10264
10265 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10266 function is already compiled.
10267
10268 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10269
10270 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10271
10272 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10273 files on the same host.
10274
10275 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10276
10277 * help-fns.el (describe-function-1): Only call
10278 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10279
10280 2012-07-03 Chong Yidong <cyd@gnu.org>
10281
10282 * xml.el: Protect parser against XML bombs.
10283 (xml-entity-expansion-limit): New variable.
10284 (xml-parse-string, xml-substitute-special): Use it.
10285 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10286
10287 2012-07-03 Glenn Morris <rgm@gnu.org>
10288
10289 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10290 Allow linking to specific messages in debbugs reports (eg 123#5).
10291
10292 2012-07-02 Chong Yidong <cyd@gnu.org>
10293
10294 * xml.el: Fix entity and character reference expansion, allowing
10295 them to expand into markup as per XML spec.
10296 (xml-default-ns): New variable.
10297 (xml-entity-alist): Use XML spec definitions for lt and amp.
10298 (xml-parse-region): Make first two arguments optional.
10299 Discard text properties.
10300 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10301 All callers changed.
10302 (xml-parse-tag): Call xml-parse-tag-1. For backward
10303 compatibility, this function should not modify buffer contents.
10304 (xml-parse-tag-1): Fix opening-tag regexp.
10305 (xml-parse-string): Rewrite, handling entity and character
10306 references properly.
10307 (xml--entity-replacement-text): Signal an error if a parameter
10308 entity is undefined.
10309
10310 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 * comint.el (comint-output-filter): Filter out repeated prompts.
10313
10314 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10315 and file-name-absolute-p.
10316 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10317 internal calls.
10318
10319 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10320
10321 Spelling fixes.
10322 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10323 Rename from byte-compile--refiy-function. All uses changed.
10324
10325 2012-07-01 Chong Yidong <cyd@gnu.org>
10326
10327 * xml.el (xml--parse-buffer): New function. Move most of
10328 xml-parse-region here.
10329 (xml-parse-region): Copy region into a temporary buffer, since
10330 parameter entity substitution requires changing buffer contents.
10331 Use xml--parse-buffer.
10332 (xml-parse-file): Use xml--parse-buffer.
10333 (xml-parse-dtd): Make parameter entity substitution work right.
10334 Use proper regexps for ELEMENT declarations (Bug#7172).
10335
10336 2012-06-30 Glenn Morris <rgm@gnu.org>
10337
10338 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10339
10340 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10341 Remove outdated and unnecessary dbus declarations.
10342
10343 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10344
10345 * emacs-lisp/timer.el (timer-until): Subtract results of
10346 float-time, instead of taking float-time of the result of
10347 time-subtract, since float-time signals an error for negative time
10348 arguments.
10349
10350 2012-06-30 Chong Yidong <cyd@gnu.org>
10351
10352 * xml.el (xml-*-re): Convert defvars into defconsts, and
10353 eval-and-compile them so eval-and-compile works on derivatives.
10354 (xml--entity-replacement-text): Use eval-and-comple.
10355
10356 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10357
10358 * vc/vc-git.el (vc-git-registered): Use cache property
10359 `git-registered'.
10360 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10361 `vc-git-working-revision' in order to benefit from the cache.
10362 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10363
10364 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10365
10366 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10367 removed (likely outside Emacs). (Bug#11757)
10368
10369 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * emacs-lisp/cl-lib.el: Require macroexp.
10372
10373 2012-06-30 Chong Yidong <cyd@gnu.org>
10374
10375 * xml.el: Implement XML parameter entities.
10376 (xml-parameter-entity-alist): New variable.
10377 (xml-parse-region, xml-parse-fragment): Preserve previous values
10378 of xml-entity-alist and xml-parameter-entity-alist, so that
10379 repeated calls on different documents do not change them.
10380 (xml-parse-tag): Fix doctype regexp.
10381 (xml--entity-replacement-text): New function.
10382 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10383 properly requires url retrieval which is unimplemented.
10384 (xml-escape-string): Doc fix.
10385
10386 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10389
10390 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10391
10392 * fringe.el (fringe-mode): Doc fix.
10393
10394 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10395
10396 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10397 is non-nil.
10398 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10399 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10400
10401 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10402
10403 * calendar/cal-dst.el (calendar-current-time-zone):
10404 Return calendar-current-time-zone-cache if non-nil.
10405
10406 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10407
10408 * progmodes/which-func.el (which-func-format):
10409 Add mouse-face. (Bug#11698)
10410
10411 2012-06-29 Leo Liu <sdl.web@gmail.com>
10412
10413 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10414
10415 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * minibuffer.el (minibuffer-confirm-exit-commands):
10418 Add completion-at-point (bug#11725).
10419
10420 2012-06-29 Glenn Morris <rgm@gnu.org>
10421
10422 * progmodes/f90.el (f90-font-lock-keywords-2):
10423 Add some preprocessor elements. (Bug#10499)
10424
10425 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10426
10427 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10428 Use syntax-propertize (bug#11739).
10429
10430 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10431
10432 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10433
10434 2012-06-28 Julien Danjou <julien@danjou.info>
10435
10436 * term.el (term-handle-colors-array): Use a set of new faces to
10437 color the terminal. Also uses :inverse-video property.
10438 (term-default-fg-color): Set to nil by default, deprecate in favor
10439 of `term-face'.
10440 (term-default-bg-color): Set to nil by default, deprecate in favor
10441 of `term-face'.
10442 (term-current-face): Use `term-face' by default.
10443 (term-bold-attribute): Variable deleted.
10444
10445 2012-06-28 Glenn Morris <rgm@gnu.org>
10446
10447 * simple.el (completion-list-mode-finish):
10448 Don't use toggle-read-only. (Since completion-list-mode has
10449 a special mode-class, it wasn't doing anything extra anyway.)
10450
10451 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10452
10453 Make inlining of other-mode interpreted functions work (bug#11799).
10454 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10455 (byte-compile): Use it to fix compilation of lexical-binding closures.
10456 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10457 function, if needed.
10458
10459 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * help-mode.el (help-make-xrefs): Don't just withstand
10462 cyclic-variable-indirection but any error in documentation-property.
10463
10464 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10465 memory use.
10466 * bindings.el (bindings--define-key): New function.
10467 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10468 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10469 * bindings.el: Use it to purecopy define-key bindings.
10470
10471 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10472
10473 * emacs-lisp/cl.el (flet): Mark obsolete.
10474 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10475 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10476 * progmodes/js.el (js-c-fill-paragraph):
10477 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10478 (ebrowse-switch-member-buffer-to-derived-class):
10479 * play/5x5.el (5x5-solver): Use cl-flet.
10480
10481 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10482 (cl--symbol-function): New macro.
10483 (cl--letf, cl--letf*): Use it.
10484
10485 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10486 Strip "toggle-" if any.
10487
10488 2012-06-27 Glenn Morris <rgm@gnu.org>
10489
10490 * info.el (Info-default-directory-list): Move here from paths.el.
10491 * paths.el: Remove file, which is now empty.
10492 * loadup.el: No longer load "paths".
10493
10494 * custom.el (custom-initialize-delay): Doc fix.
10495
10496 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10497 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10498 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10499 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10500 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10501 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10502 * eshell/eshell.el (eshell-defgroup): Remove alias.
10503
10504 2012-06-27 Chong Yidong <cyd@gnu.org>
10505
10506 * help.el (help-enable-auto-load): New variable.
10507
10508 * help-fns.el (help-fns--autoloaded-p): New function.
10509 (describe-function-1): Refer to a function as "autoloaded" if it
10510 was autoloaded at any time in the past. Perform autoloading if
10511 help-enable-auto-load is non-nil.
10512
10513 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10514
10515 * makefile.w32-in (compile, compile-always): Depend on
10516 update-subdirs, not on subdirs.el. Otherwise, several different
10517 sub-targets of 'bootstrap' running in parallel could
10518 simultaneously write to subdirs.el, producing a garbled file.
10519
10520 2012-06-26 Sam Steingold <sds@gnu.org>
10521
10522 * files.el (file-name-base): New convenience function.
10523 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10524 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10525 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10526 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10527 * textmodes/ispell.el, textmodes/reftex-ref.el:
10528 * textmodes/tex-mode.el: Use it.
10529 Did not touch cedet and org because they are maintained elsewhere.
10530
10531 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10532
10533 * calendar/calendar.el (calendar-exit): Don't try to delete or
10534 iconify last frame. See:
10535 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10536
10537 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10538
10539 * server.el (server-process-filter): Remember dir in the
10540 process's `server-client-directory' properties.
10541
10542 2012-06-24 Chong Yidong <cyd@gnu.org>
10543
10544 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10545 non-tag text.
10546
10547 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10548
10549 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10550
10551 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * help-fns.el (describe-variable): Don't croak when doc is not found.
10554 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10555 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10556 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10557 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10558 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10559 ((lambda ..) ..).
10560 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10561
10562 2012-06-23 Chong Yidong <cyd@gnu.org>
10563
10564 * info.el (Info-mouse-follow-link): Accept symbol values of
10565 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10566 (Info-fontify-node): Use Info-link-keymap for all navigation
10567 buttons, with link-args property to perform the desired action.
10568 (Info-link-keymap): Doc fix.
10569 (Info-next-link-keymap, Info-prev-link-keymap)
10570 (Info-up-link-keymap): Delete now-unused keymaps.
10571
10572 2012-06-23 Chong Yidong <cyd@gnu.org>
10573
10574 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10575
10576 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10577 system abbrevs.
10578
10579 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10580
10581 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10582
10583 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10584 (bug#11719).
10585
10586 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10587 the requote function doesn't work properly (bug#11714).
10588
10589 2012-06-23 Glenn Morris <rgm@gnu.org>
10590
10591 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10592
10593 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10594
10595 Further GV/CL cleanups.
10596 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10597 gv-expander.
10598 (gv--defun-declaration): New function.
10599 (defun-declarations-alist): Use it.
10600 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10601 (gv-place): Autoload.
10602 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10603 original definition of dotimes and dolist.
10604 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10605 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10606 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10607 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10608 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10609 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10610 to the function's definition.
10611 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10612 * window.el:
10613 * files.el:
10614 * faces.el:
10615 * env.el: Don't use CL.
10616
10617 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10618
10619 Support higher-resolution time stamps (Bug#9000).
10620
10621 * calendar/time-date.el (with-decoded-time-value): New arg
10622 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10623 (encode-time-value): New optional arg PICO. New type 3.
10624 (time-to-seconds) [!float-time]: Support the new picoseconds
10625 component if it's used.
10626 (seconds-to-time, time-subtract, time-add):
10627 Support ps-resolution time stamps as well.
10628
10629 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10630 (timerp): Timer vectors now have length 9, not 8.
10631 (timer--time): Support new-style (4-part) time stamps.
10632 (timer-next-integral-multiple-of-time): Time stamps now have
10633 picosecond resolution, so take a bit more care about rounding.
10634 (timer-relative-time, timer-inc-time): New optional arg psecs.
10635 (timer-set-time-with-usecs): Set psecs to 0.
10636 (timer--activate): Check psecs component, too.
10637
10638 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10639
10640 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10643 Move the non-essential binding to the post/pre-command-hook where it is
10644 more obviously correct.
10645
10646 * subr.el (read-passwd): Don't use a history at all.
10647 * savehist.el (savehist-save): Remove password saved accidentally
10648 because of the above bug.
10649
10650 2012-06-22 Bastien Guerry <bzg@gnu.org>
10651
10652 * files.el (toggle-read-only): Display a message telling whether
10653 the buffer is read-only or not (bug#11726).
10654
10655 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * emacs-lisp/gv.el: New file.
10658 * subr.el (push, pop): Extend to generalized variables.
10659 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10660 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10661 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10662 gv-define-simple-setter, and gv-define-expander.
10663 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10664 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10665 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10666 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10667 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10668 gv-letplace.
10669 (cl-defstruct): Don't define setf-method any more.
10670 * emacs-lisp/cl.el (flet): Don't autoload.
10671 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10672 (define-setf-expander, defsetf, define-modify-macro)
10673 (cl-struct-setf-expander): Move from cl-lib.el.
10674 * emacs-lisp/syntax.el:
10675 * emacs-lisp/ewoc.el:
10676 * emacs-lisp/smie.el:
10677 * emacs-lisp/cconv.el:
10678 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10679 (timer--time): Use gv-define-simple-setter.
10680 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10681 to avoid coding-system problems in subr.el. Adjust all users.
10682 (macroexp--maxsize, macroexp-small-p): New functions.
10683 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10684 * scroll-bar.el (scroll-bar-mode):
10685 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10686 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10687 * winner.el (winner-configuration, winner-make-point-alist)
10688 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10689 * files.el (locate-file-completion-table): Avoid list*.
10690
10691 2012-06-22 Chong Yidong <cyd@gnu.org>
10692
10693 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10694 (dired-create-files): Doc fix (Bug#11329).
10695 (dired-do-copy): Doc fix (Bug#11334).
10696 (dired-mark-read-string): Doc fix (Bug#11553).
10697
10698 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10699 Doc fix (Bug#11326).
10700 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10701 (dired-dwim-target): Doc fix.
10702
10703 * wdired.el (wdired-mode): Doc fix.
10704
10705 2012-06-22 Glenn Morris <rgm@gnu.org>
10706
10707 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10708 (pcmpl-rpm-cache-stamp-file): New constant.
10709 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10710 (pcmpl-rpm-packages): Optionally cache list of packages.
10711
10712 * pcmpl-rpm.el (pcmpl-rpm): New group.
10713 (pcmpl-rpm-query-options): New option.
10714 (pcmpl-rpm-packages): No need to inline it.
10715 Use pcmpl-rpm-query-options.
10716
10717 * calendar/calendar.el (calendar-in-read-only-buffer):
10718 Avoid some needless mode changes.
10719
10720 2012-06-21 Chong Yidong <cyd@gnu.org>
10721
10722 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10723 (desktop-path): Remove . from the default value (Bug#10977).
10724 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10725
10726 2012-06-20 Chong Yidong <cyd@gnu.org>
10727
10728 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10729
10730 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10731
10732 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10733 (bug#11201).
10734
10735 2012-06-20 Chong Yidong <cyd@gnu.org>
10736
10737 * term.el (term-window-width): Handle the case of a missing right
10738 fringe (Bug#8837).
10739 (term-check-size): Use window-text-height (Bug#5445).
10740 (term-mode): Use define-derived-mode. Minor cleanups.
10741 Set font-lock-defaults (Bug#7692).
10742 (term-move-columns, term-insert-char, term-emulate-terminal)
10743 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10744
10745 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10746
10747 * net/ange-ftp.el (ange-ftp-get-passwd):
10748 Bind `enable-recursive-minibuffers'.
10749 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10750
10751 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10752
10753 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10754
10755 2012-06-19 Glenn Morris <rgm@gnu.org>
10756
10757 * progmodes/python.el (python-mode): Derive from prog-mode.
10758
10759 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10760
10761 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10762 (edt-user-menu-bar-update-buffers): New functions.
10763 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10764
10765 2012-06-19 Chong Yidong <cyd@gnu.org>
10766
10767 * subr.el (with-selected-window): Preserve the selected window's
10768 terminal's top-frame (Bug#4702).
10769
10770 * window.el (save-selected-window): Likewise.
10771
10772 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * progmodes/python.el (python-rx-constituents): Move backquote.
10775 (python-skeleton-define, python-define-auxiliary-skeleton):
10776 Use `declare'.
10777
10778 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10779
10780 * minibuffer.el (read-file-name-default): Revert the patch from
10781 2012-06-17.
10782
10783 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10786 (pcase--u1, pcase--q1): Don't use apply-partially.
10787
10788 2012-06-18 Glenn Morris <rgm@gnu.org>
10789
10790 * progmodes/python.el (python-proc, python-buffer)
10791 (python-send-receive, python-send-string): Fix obsolete versions.
10792
10793 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10794
10795 * window.el (special-display-p): Completely remove stringp
10796 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10797
10798 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10799
10800 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10801
10802 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10803
10804 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10805 * net/tramp-sh.el (tramp-maybe-open-connection):
10806 Throw if `non-essential' is non-nil.
10807
10808 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10809
10810 * window.el (special-display-p): Signal an error if BUFFER-NAME
10811 is not a string (Bug#11713).
10812
10813 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10814
10815 * progmodes/python.el (python-info-beginning-of-backslash):
10816 Rename from python-info-beginning-of-backlash, as a spelling fix.
10817
10818 2012-06-17 Chong Yidong <cyd@gnu.org>
10819
10820 * term.el (term-emulate-terminal): If term-check-size is called,
10821 move point to the process mark without resetting point (Bug#4635).
10822
10823 2012-06-17 Glenn Morris <rgm@gnu.org>
10824
10825 * international/mule-cmds.el (mule-menu-keymap)
10826 (set-language-environment, set-locale-environment): Doc tweaks.
10827
10828 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10829
10830 * cus-face.el (custom-face-attributes): Add wave-style underline
10831 attribute.
10832 * faces.el (set-face-attribute): Update docstring to describe
10833 wave-style underline attribute.
10834
10835 2012-06-16 Chong Yidong <cyd@gnu.org>
10836
10837 * term/xterm.el (terminal-init-xterm): Discard input before
10838 querying background mode (Bug#10959).
10839
10840 2012-06-16 Stefan Merten <smerten@oekonux.de>
10841
10842 * textmodes/rst.el: Added and corrected some comments.
10843 (rst-re-alist-def): Improve symbol syntax.
10844 (rst-mode-syntax-table): Correct syntax entries.
10845 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10846 (rst-official-version, rst-official-cvs-rev): Update version
10847 information.
10848
10849 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10850
10851 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10852 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10853
10854 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10855
10856 * progmodes/python.el: New python.el merge.
10857 (python-guess-indent): Obsolete var.
10858 (python-indent-guess-indent-offset): New defcustom.
10859 (python-indent): Obsolete var.
10860 (python-indent-offset): New defcustom.
10861 (python-python-command, python-jython-command): Delete var.
10862 (python-shell-interpreter): New defcustom.
10863 (python-pdbtrack-do-tracking-p): Delete var.
10864 (python-pdbtrack-activate): New defcustom.
10865 (python-use-skeletons): Obsolete var.
10866 (python-skeleton-autoinsert): New defcustom.
10867 (inferior-python-filter-regexp, python-continuation-offset)
10868 (python-honour-comment-indentation, python-indent-string-contents)
10869 (python-jython-packages, python-mode-hook)
10870 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10871 (python-shell-prompt-alist)
10872 (python-source-modes): Delete defcustoms.
10873 (python-check-buffer-name, python-eldoc-setup-code)
10874 (python-eldoc-string-code, python-ffap-setup-code)
10875 (python-ffap-string-code, python-fill-comment-function)
10876 (python-fill-decorator-function, python-fill-paren-function)
10877 (python-fill-string-function, python-imenu-include-defun-type)
10878 (python-imenu-make-tree, python-imenu-subtree-root-label)
10879 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10880 (python-shell-compilation-regexp-alist)
10881 (python-shell-completion-module-string-code)
10882 (python-shell-completion-pdb-string-code)
10883 (python-shell-completion-setup-code)
10884 (python-shell-completion-string-code)
10885 (python-shell-enable-font-lock, python-shell-exec-path)
10886 (python-shell-extra-pythonpaths)
10887 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10888 (python-shell-process-environment)
10889 (python-shell-prompt-block-regexp)
10890 (python-shell-prompt-output-regexp)
10891 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10892 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10893 (python-shell-virtualenv-path): New defcustoms.
10894 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10895 (inferior-python-mode-syntax-table, python--prompt-regexp)
10896 (python-buffer, python-command python-python-command)
10897 (python-default-template, python-imports, python-indent-index)
10898 (python-indent-list, python-indent-list-length)
10899 (python-mode-running, python-pdbtrack-is-tracking-p)
10900 (python-preoutput-continuation, python-preoutput-leftover)
10901 (python-preoutput-result, python-preoutput-skip-next-prompt)
10902 (python-prev-dir/file, python-recursing)
10903 (python-saved-check-command, python-version-checked)
10904 (python-which-func-length-limit)
10905 (view-return-to-alist): Delete vars.
10906 (python-check-custom-command, python-dotty-syntax-table)
10907 (python-imenu-index-alist, python-indent-current-level)
10908 (python-indent-dedenters, python-indent-levels)
10909 (python-nav-beginning-of-defun-regexp)
10910 (python-nav-list-defun-positions-cache)
10911 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10912 (python-shell-internal-buffer)
10913 (python-skeleton-available): New vars.
10914 (def-python-skeleton): Delete macro.
10915 (python-skeleton-define): New macro.
10916 (python-define-auxiliary-skeleton, python-rx): New macros.
10917 (python-insert-class): Delete command.
10918 (python-skeleton-class): New command.
10919 (python-insert-def): Delete command.
10920 (python-skeleton-def): New command.
10921 (python-insert-for): Delete command.
10922 (python-skeleton-for): New command.
10923 (python-insert-if): Delete command.
10924 (python-skeleton-if): New command.
10925 (python-insert-try/except, python-insert-try/finally): Delete commands.
10926 (python-skeleton-try): New command.
10927 (python-insert-while): Delete command.
10928 (python-skeleton-while): New command.
10929 (python-backspace): Delete command.
10930 (python-indent-dedent-line-backspace): New command.
10931 (python-electric-colon): Delete command.
10932 (python-indent-electric-colon): New command.
10933 (python-guess-indent): Delete command.
10934 (python-indent-guess-indent-offset): New command.
10935 (python-shift-left): Delete command.
10936 (python-indent-shift-left): New command.
10937 (python-shift-right): Delete command.
10938 (python-indent-shift-right): New command.
10939 (python-find-function): Delete command.
10940 (python-nav-jump-to-defun): New command.
10941 (python-next-statement): Delete command.
10942 (python-nav-forward-sentence): New command.
10943 (python-previous-statement): Delete command.
10944 (python-nav-backward-sentence): New command.
10945 (python-fill-paragraph): Delete command.
10946 (python-fill-paragraph-function): New command.
10947 (python-send-buffer): Delete command.
10948 (python-shell-send-buffer): New command.
10949 (python-send-defun): Delete command.
10950 (python-shell-send-defun): New command.
10951 (python-send-region, python-send-region-and-go): Delete commands.
10952 (python-shell-send-region)
10953 (python-shell-switch-to-shell): New commands.
10954 (python-send-string): Delete command.
10955 (python-shell-send-string): New command.
10956 (python-switch-to-python): Delete command.
10957 (python-shell-switch-to-shell): New command.
10958 (python-describe-symbol): Delete command.
10959 (python-eldoc-at-point): New command.
10960 (python--set-prompt-regexp, python-args-to-list)
10961 (python-after-info-look, python-check-version)
10962 (python-check-comint-prompt, python-find-imports)
10963 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10964 (python-unload-function, python-expand-template)
10965 (python-maybe-jython, python-preoutput-filter)
10966 (python-pdbtrack-get-source-buffer)
10967 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10968 (python-pdbtrack-toggle-stack-tracking)
10969 (python-pdbtrack-track-stack-file, python-initial-text)
10970 (python-first-word, python-comment-line-p, python-send-command)
10971 (python-setup-brm, python-sentinel, python-set-proc)
10972 (python-skip-out, python-input-filter, python-outdent-p)
10973 (python-outline-level, python-backslash-continuation-line-p)
10974 (python-end-of-block, python-end-of-statement, python-mark-block)
10975 (python-beginning-of-block, python-beginning-of-statement)
10976 (python-blank-line-p, python-beginning-of-string)
10977 (python-open-block-statement-p): Delete functions.
10978 (python-indent-line, python-indent-line-1): Delete functions.
10979 (python-indent-line): New function.
10980 (python-indentation-levels): Delete function.
10981 (python-indent-calculate-levels): New function.
10982 (python-proc): Delete function.
10983 (python-shell-get-process): New function.
10984 (python-send-receive): Delete function.
10985 (python-shell-send-string-no-output): New function.
10986 (python-module-path): Delete function.
10987 (python-ffap-module-path): New function.
10988 (python-completion-at-point)
10989 (python-symbol-completions): Delete functions.
10990 (python-completion-complete-at-point): New function.
10991 (python-load-file): Delete function.
10992 (python-shell-send-file): New function.
10993 (python-calculate-indentation): Delete function.
10994 (python-indent-calculate-indentation): New function.
10995 (python-skip-comments/blanks): Delete function.
10996 (python-util-forward-comment): New function.
10997 (python-continuation-line-p): Delete function.
10998 (python-info-continuation-line-p): New function.
10999 (python-which-func, python-current-defun): Delete function.
11000 (python-info-current-defun): New function.
11001 (python-beginning-of-defun): Delete function.
11002 (python-nav-beginning-of-defun): New function.
11003 (python-close-block-statement-p)
11004 (python-block-end-p): Delete function.
11005 (python-info-closing-block): New function.
11006 (python-comint-output-filter-function)
11007 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11008 (python-fill-comment, python-fill-decorator, python-fill-paren)
11009 (python-fill-string, python-imenu-make-element-tree)
11010 (python-imenu-make-tree, python-imenu-tree-assoc)
11011 (python-indent-context, python-indent-dedent-line)
11012 (python-indent-line-function)
11013 (python-indent-post-self-insert-function)
11014 (python-indent-toggle-levels)
11015 (python-info-assignment-continuation-line-p)
11016 (python-info-beginning-of-backlash)
11017 (python-info-block-continuation-line-p)
11018 (python-info-closing-block-message)
11019 (python-info-line-ends-backslash-p)
11020 (python-info-looking-at-beginning-of-defun)
11021 (python-info-ppss-context, python-info-ppss-context-type)
11022 (python-nav-list-defun-positions, python-nav-read-defun)
11023 (python-nav-sentence-end, python-nav-sentence-start)
11024 (python-pdbtrack-comint-output-filter-function)
11025 (python-pdbtrack-set-tracked-buffer)
11026 (python-shell-calculate-exec-path)
11027 (python-shell-calculate-process-environment)
11028 (python-shell-completion--do-completion-at-point)
11029 (python-shell-completion--get-completions)
11030 (python-shell-completion-complete-at-point)
11031 (python-shell-completion-complete-or-indent)
11032 (python-shell-get-or-create-process)
11033 (python-shell-get-process-name)
11034 (python-shell-internal-get-or-create-process)
11035 (python-shell-internal-get-process-name)
11036 (python-shell-internal-send-string, python-shell-make-comint)
11037 (python-shell-parse-command, python-shell-send-setup-code)
11038 (python-skeleton-add-menu-items)
11039 (python-util-clone-local-variables, python-util-position)
11040 (run-python-internal, python-indentation-levels)
11041 (python-nav-beginning-of-defun)
11042 (python-completion-complete-at-point): New functions.
11043 (run-python): Change arguments. New API requirements.
11044
11045 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11046
11047 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11048 (bug#11649).
11049
11050 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11051 (macroexp--expand-all): Use it.
11052
11053 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11054 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11055 Use `cl-function' instead.
11056
11057 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
11058
11059 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11060 Suggested by Stefan Monnier while discussing bug#11657.
11061
11062 2012-06-14 Sam Steingold <sds@gnu.org>
11063
11064 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11065
11066 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
11067
11068 * play/doctor.el (doctor-doc): Remove parameter and use
11069 doctor-sent instead of sent.
11070 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
11071
11072 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * files.el: Require cl-lib.
11075 (file-name-non-special): Replace case -> cl-case.
11076
11077 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11078
11079 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11080 mapping from #' to function*.
11081
11082 2012-06-13 Chong Yidong <cyd@gnu.org>
11083
11084 * mouse.el (mouse-drag-track): Do not set the mark if the user
11085 releases the mouse without selecting anything (Bug#11588).
11086
11087 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11090 as well (bug#11646).
11091
11092 * loadup.el: Count byte-code functions as well.
11093
11094 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11095 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11096
11097 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11098 (bug#11649). Add cl-defun and cl-defmacro.
11099
11100 2012-06-13 Drew Adams <drew.adams@oracle.com>
11101
11102 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11103 Fix last change.
11104
11105 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
11106
11107 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11108 Otherwise, it blocks in batch mode.
11109
11110 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11111
11112 * help-mode.el (bookmark-make-record-default): Declare.
11113
11114 2012-06-13 Chong Yidong <cyd@gnu.org>
11115
11116 * emacs-lisp/package.el (list-packages): Compute a list of
11117 packages that are newly-available since the last list-packages
11118 invocation.
11119 (package-menu--new-package-list): New var.
11120 (package-menu--generate, package-menu--print-info)
11121 (package-menu--status-predicate, package-menu-mark-install):
11122 Handle new status label "new".
11123
11124 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11127 conversion to backquotes.
11128
11129 2012-06-12 Chong Yidong <cyd@gnu.org>
11130
11131 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11132 Rename from gud-inhibit-global-bindings.
11133
11134 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11135
11136 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11137 hook from nxml-glyph-set-hook.
11138
11139 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11140 declaration.
11141
11142 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11143
11144 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11145 Convert to defcustom.
11146
11147 2012-06-12 Drew Adams <drew.adams@oracle.com>
11148
11149 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11150 New functions.
11151 (help-mode): Use them.
11152
11153 2012-06-11 Glenn Morris <rgm@gnu.org>
11154
11155 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11156 Use preprocessor face for directives.
11157 (fortran-directive-re): Doc fix.
11158
11159 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11162 conversion to backquotes (bug#11652).
11163
11164 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11165 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11166 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11167 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11168 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11169 (cl-ninth, cl-tenth): Mark them as inlinable.
11170 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11171 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11172 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11173 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11174 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11175 (cl-list*, cl-adjoin): Don't put an autoload manually.
11176 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11177 (cl--compiler-macro-list*): Add autoload cookie.
11178 (cl--compiler-macro-cXXr): New function.
11179
11180 * help-fns.el (help-fns--compiler-macro): New function extracted from
11181 describe-function-1; follow aliases and use `compiler-macro' property.
11182 (describe-function-1): Use it.
11183
11184 2012-06-11 Chong Yidong <cyd@gnu.org>
11185
11186 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11187 is uninstalled, if imagemagick is installed.
11188
11189 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11190
11191 * emacs-lisp/cl-lib.el: Use lexical-binding.
11192 (cl-map-extents, cl-maclisp-member): Remove.
11193 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11194 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11195 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11196 * emacs-lisp/cl-extra.el: Use lexical-binding.
11197 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11198 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11199 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11200 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11201 * emacs-lisp/cl-seq.el: Use lexical-binding.
11202 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11203 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11204 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11205 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11206 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11207 CL's internals.
11208
11209 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11210
11211 Sync with Tramp 2.2.6-pre.
11212
11213 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11214 `print-length' and `print-level' to nil, in order to avoid
11215 truncation. Reported by Christopher Schmidt
11216 <christopher@ristopher.com>.
11217
11218 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11219
11220 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11221 New defmacro.
11222 (tramp-compat-copy-directory): Add optional argument
11223 COPY-CONTENTS. It is not handled yet.
11224
11225 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11226 (tramp-ftp-file-name-p): Simplify.
11227
11228 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11229 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11230 connection vector.
11231
11232 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11233 (tramp-methods): Do not use `tramp-password-end-of-line'.
11234 (tramp-completion-function-alist-putty): Handle UNIX case.
11235 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11236 (tramp-do-file-attributes-with-stat)
11237 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11238 gid as real numbers. They could run out of integer range on cygwin.
11239 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11240 (tramp-sh-handle-expand-file-name): Handle hops.
11241 (tramp-open-connection-setup-interactive-shell):
11242 Use `tramp-cleanup'. Move check for busyboxes ...
11243 (tramp-find-shell): ... here. Simplify implementation.
11244 Set "remote-shell" property also for alternative shells.
11245 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11246 If failing, a regular file would be written otherwise.
11247 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11248 (tramp-find-inline-encoding): Cache the coding commands in the
11249 process cache. Apply test command on the remote side, if defined.
11250 (tramp-find-inline-compress): Cache the compress commands in the
11251 process cache.
11252 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11253 when requested. Handle hops.
11254 (tramp-current-connection): New defvar.
11255 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11256 Throw `suppress', if there was a failed connection shortly before.
11257 Handle user interrupt. (Bug#10187)
11258 (tramp-get-inline-compress, tramp-get-inline-coding):
11259 Read connection properties from the process cache.
11260
11261 * net/tramp-smb.el (tramp-smb-server-version)
11262 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11263 New defconsts.
11264 (tramp-smb-prompt): Extend for powershell prompt.
11265 (tramp-smb-file-name-handler-alist): Add handlers for
11266 `process-file', `shell-command' and `start-file-process'.
11267 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11268 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11269 (tramp-smb-file-name-p): Simplify.
11270 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11271 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11272 (tramp-smb-shell-quote-argument): New defuns.
11273 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11274 Implement using "tar". By this, time-stamps are preserved.
11275 (tramp-smb-handle-copy-file): Handle also the case of directories.
11276 (tramp-smb-do-file-attributes-with-stat)
11277 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11278 Use `tramp-get-connection-buffer').
11279 (tramp-smb-handle-rename-file): Use "rename", when source and
11280 target are on the same share.
11281 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11282 Use `tramp-smb-server-version'.
11283 (tramp-smb-wait-for-output): Remove prompt.
11284
11285 * net/tramp.el (top): Require 'cl.
11286 (tramp-methods, tramp-rsh-end-of-line):
11287 Remove `tramp-password-end-of-line' from docstring.
11288 (tramp-save-ad-hoc-proxies): New defcustom.
11289 (tramp-completion-function-alist): Adapt docstring.
11290 (tramp-default-password-end-of-line): Remove defcustom.
11291 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11292 (tramp-user-regexp, tramp-file-name-regexp-unified)
11293 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11294 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11295 (tramp-remote-file-name-spec-regexp): New defconst.
11296 (tramp-file-name-structure): Extend structure for hops.
11297 (tramp-get-method-parameter): Move up.
11298 (tramp-file-name-p, tramp-dissect-file-name)
11299 (with-parsed-tramp-file-name): Handle hops.
11300 (tramp-file-name-hop): New defun.
11301 (tramp-make-tramp-file-name): New optional arg HOP.
11302 (tramp-message-show-progress-reporter-message): New defvar.
11303 (tramp-with-progress-reporter): Use it. We cannot use
11304 `tramp-message-show-message' here, because this suppresses also
11305 error buffers.
11306 (tramp-error-with-buffer): Suppress buffer view, if
11307 `tramp-message-show-message' is nil.
11308 Use `tramp-get-connection-buffer'.
11309 (tramp-cleanup): New defun.
11310 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11311 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11312 an error unchanged.
11313 (tramp-completion-handle-file-name-all-completions): Handle hops.
11314 Fix an error when called from ido.
11315 (tramp-completion-dissect-file-name): Use better local variable
11316 name. Add hop to the vector.
11317 (tramp-handle-insert-file-contents): Use progress-reporter for the
11318 whole scenario.
11319 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11320 to `t'.
11321 (tramp-check-for-regexp): Simplify search.
11322 (tramp-enter-password): Remove it. Move implementation ...
11323 (tramp-action-password): ... here.
11324 (tramp-mode-string-to-int, tramp-local-host-p)
11325 (tramp-make-tramp-temp-file, tramp-read-passwd)
11326 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11327 Set tramp-autoload cookie.
11328
11329 * net/trampver.el: Update release number.
11330
11331 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11332 Michael Albinus <michael.albinus@gmx.de>
11333
11334 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11335 (tramp-parse-group, tramp-parse-file)
11336 (tramp-parse-shostkeys-sknownhosts): New defuns.
11337 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11338 (tramp-parse-shosts-group, tramp-parse-sconfig)
11339 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11340 (tramp-parse-sknownhosts, tramp-parse-hosts)
11341 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11342 Use them.
11343 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11344 (tramp-parse-putty-group): Don't narrow.
11345 (tramp-parse-putty): Make a loop.
11346 (tramp-file-name-handler): Catch the `suppress' signal.
11347
11348 2012-06-11 Chong Yidong <cyd@gnu.org>
11349
11350 * image.el (imagemagick-register-types): Put the ImageMagick entry
11351 at the end of image-type-file-name-regexps.
11352
11353 2012-06-11 Johan Bockgård <bojohan@gnu.org>
11354
11355 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11356 (pcase, pcase-let*, pcase-dolist): Use them.
11357
11358 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * emacs-lisp/pcase.el (pcase--let*): New function.
11361 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11362 (pcase--expand): Use macroexp-let².
11363
11364 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11367 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11368 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11369 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11370 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11371 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11372
11373 2012-06-10 Glenn Morris <rgm@gnu.org>
11374
11375 * mail/rmail.el (rmail-yank-current-message): Leave point at
11376 correct position. (Bug#11660)
11377
11378 2012-06-10 Chong Yidong <cyd@gnu.org>
11379
11380 * allout-widgets.el: Fix code header.
11381
11382 2012-06-10 Chong Yidong <cyd@gnu.org>
11383
11384 * cus-edit.el (customize-changed-options-previous-release):
11385 Bump to 24.1.
11386
11387 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11388
11389 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11390
11391 2012-06-09 Chong Yidong <cyd@gnu.org>
11392
11393 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11394
11395 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11396
11397 * window.el (special-display-popup-frame): Don't use
11398 window--display-buffer (Bug#11651).
11399
11400 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11401
11402 Fix parallel builds: make sure loaddefs.el is not being written
11403 while Lisp files are compiled.
11404 (compile): Don't depend on 'mh-autoloads'.
11405 (compile-CMD, compile-SH): Depend on 'autoloads'.
11406 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11407
11408 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11409
11410 2012-06-09 Chong Yidong <cyd@gnu.org>
11411
11412 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11413 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11414 Doc fixes (Bug#11225).
11415
11416 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11417
11418 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11419 a function if there's a clear indication that it has a compiler-macro.
11420 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11421 (macro-declarations-alist): Add arglist to declaration functions.
11422 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11423 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11424 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11425 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11426 Also add autoload to find the compiler macro.
11427 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11428 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11429 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11430 (cl--compiler-macro-get): New functions, replacing calls to
11431 cl-define-compiler-macro.
11432 (cl-typep) [compiler-macro]: Use macroexp-let².
11433
11434 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11435
11436 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11437 string properly, fixes Bug#11473.
11438
11439 2012-06-08 Chong Yidong <cyd@gnu.org>
11440
11441 * faces.el (set-face-attribute): Doc fix.
11442 (modify-face): Don't use :bold and :italic.
11443 (error, warning, success): Tweak definitions.
11444
11445 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11446 (custom-modified, custom-set, custom-changed, custom-themed)
11447 (custom-saved, custom-button, custom-button-mouse)
11448 (custom-button-pressed, custom-state, custom-comment-tag)
11449 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11450 (custom-group-subtitle): Use new-style face specs.
11451 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11452 (custom-set-face, custom-changed-face, custom-saved-face)
11453 (custom-button-face, custom-button-pressed-face)
11454 (custom-documentation-face, custom-state-face)
11455 (custom-comment-face, custom-comment-tag-face)
11456 (custom-variable-tag-face, custom-variable-button-face)
11457 (custom-face-tag-face, custom-group-tag-face-1)
11458 (custom-group-tag-face): Remove obsolete face alias.
11459
11460 * epa.el (epa-validity-high, epa-validity-medium)
11461 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11462 (epa-field-name, epa-field-body):
11463 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11464 (font-lock-keyword-face, font-lock-builtin-face)
11465 (font-lock-function-name-face, font-lock-variable-name-face)
11466 (font-lock-type-face, font-lock-constant-face):
11467 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11468 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11469 * speedbar.el (speedbar-button-face, speedbar-file-face)
11470 (speedbar-directory-face, speedbar-tag-face)
11471 (speedbar-selected-face, speedbar-highlight-face)
11472 (speedbar-separator-face):
11473 * whitespace.el (whitespace-newline, whitespace-space)
11474 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11475 (whitespace-line, whitespace-space-before-tab)
11476 (whitespace-space-after-tab, whitespace-indentation)
11477 (whitespace-empty):
11478 * emulation/cua-base.el (cua-global-mark):
11479 * eshell/em-prompt.el (eshell-prompt):
11480 * net/newst-plainview.el (newsticker-new-item-face)
11481 (newsticker-old-item-face, newsticker-immortal-item-face)
11482 (newsticker-obsolete-item-face, newsticker-date-face)
11483 (newsticker-statistics-face, newsticker-default-face):
11484 * net/newst-reader.el (newsticker-feed-face)
11485 (newsticker-extra-face, newsticker-enclosure-face):
11486 * net/newst-treeview.el (newsticker-treeview-face)
11487 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11488 (newsticker-treeview-immortal-face)
11489 (newsticker-treeview-obsolete-face)
11490 (newsticker-treeview-selection-face):
11491 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11492 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11493 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11494 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11495 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11496 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11497 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11498 (mpuz-text):
11499 * progmodes/vera-mode.el (vera-font-lock-number)
11500 (vera-font-lock-function, vera-font-lock-interface):
11501 * textmodes/table.el (table-cell): Use new-style face specs, and
11502 don't use the old :bold and :italic attributes.
11503
11504 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11505 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11506 (ebrowse-member-class, ebrowse-progress): Likewise.
11507 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11508 (ebrowse-file-name-face, ebrowse-default-face)
11509 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11510 (ebrowse-progress-face): Remove obsolete faces.
11511
11512 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11513 Inherit from error and warning faces respectively.
11514
11515 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11516 Likewise.
11517 (flyspell-incorrect-face, flyspell-duplicate-face):
11518 Remove obsolete aliases.
11519
11520 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11521
11522 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11523 Avoid infloop.
11524
11525 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11526
11527 * startup.el (argv, argi): Make lexically scoped.
11528 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11529 * emacs-lisp/cl-macs.el: Use lexical-binding.
11530 Rename cl-bind-* to cl--bind-*.
11531 * files.el: Don't require `cl' since it doesn't use it.
11532 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11533
11534 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11535
11536 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11537 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11538 instead of calling external sort utility.
11539 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11540
11541 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11542
11543 * descr-text.el (describe-char): Mention how to insert the
11544 character, if the current input method doesn't support it.
11545 See the discussion in this thread for the details:
11546 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11547
11548 2012-06-08 Sam Steingold <sds@gnu.org>
11549
11550 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11551 XF86Back to previous-buffer.
11552 (minibuffer-local-map): Bind them to next-history-element and
11553 previous-history-element respectively.
11554 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11555 help-go-back respectively.
11556 * info.el (Info-mode-map): Bind them to Info-history-forward and
11557 Info-history-back respectively.
11558 These are the keys next to Up on the ThinkPad keyboard.
11559
11560 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11563 * emacs-lisp/cl-macs.el: Provide itself.
11564 (cl--labels-convert-cache): New var.
11565 (cl--labels-convert): New function.
11566 (cl-flet, cl-labels): New implementation with new semantics, relying on
11567 lexical-binding.
11568 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11569 (cl-closure-vars, cl--function-convert-cache)
11570 (cl--function-convert): Move from cl-macs.el.
11571 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11572 rename by removing the "cl-" prefix.
11573 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11574
11575 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11578 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11579 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11580 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11581 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11582 (cl-hash-table-count): Add old compatibility aliases.
11583
11584 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11585 Use macroexpand-all-environment instead.
11586 (cl--old-macroexpand): New var.
11587 (cl--sm-macroexpand): New function.
11588 (cl-symbol-macrolet): Use it during macro expansion.
11589 (cl--function-convert-cache): New var.
11590 (cl--function-convert): New function, extracted from
11591 cl-macroexpand-all.
11592 (cl-lexical-let): Use it.
11593
11594 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11595 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11596 (cl-member): Remove old alias.
11597
11598 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11599 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11600 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11601 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11602 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11603 (cl-macroexpand-cmacs): Remove var.
11604 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11605 Use macroexpand-all instead.
11606
11607 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11608
11609 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11610 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11611 (macroexp-copyable-p): New functions and macros.
11612 * emacs-lisp/edebug.el (edebug-unwrap):
11613 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11614 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11615 (pcase--let*): Remove.
11616 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11617 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11618 macroexp-const-p instead.
11619 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11620
11621 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11622 instead of "cl-" for internal definitions. Use macroexp-const-p.
11623 (cl-old-bc-file-form): Remove var.
11624 (cl-const-exprs-p): Remove fun.
11625 (cl-labels, cl-macrolet): Use backquote.
11626 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11627 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11628 (cl-define-setf-expander): Rename from cl-define-setf-method.
11629 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11630
11631 * international/mule-cmds.el: Don't require CL.
11632 (view-hello-file): Don't use `letf'.
11633
11634 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11635
11636 * tmm.el (tmm-prompt): Use string-prefix-p.
11637 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11638 (tmm-add-prompt): Use minibuffer-completion-help.
11639 (tmm-delete-map): Remove.
11640
11641 * subr.el (kbd): Make it its own function.
11642
11643 2012-06-07 Stefan Merten <smerten@oekonux.de>
11644
11645 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11646 Silence compiler warnings. Fix versions.
11647 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11648 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11649 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11650 (rst-package-emacs-version-alist): Correct Emacs version to
11651 represent major merge with upstream.
11652 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11653
11654 2012-06-06 Glenn Morris <rgm@gnu.org>
11655
11656 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11657 Only print environment variables if set.
11658
11659 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11662 (macroexp--cons): Rename from maybe-cons.
11663 (macroexp--accumulate): Rename from macroexp-accumulate.
11664 (macroexp--all-forms): Rename from macroexpand-all-forms.
11665 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11666 (macroexp--expand-all): Rename from macroexpand-all-1.
11667
11668 2012-06-06 Sam Steingold <sds@gnu.org>
11669
11670 * calendar/calendar.el (calendar-in-read-only-buffer):
11671 Call `special-mode' to enable the standard read-only keybindings.
11672
11673 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11676 with "loading" messages (bug#11635).
11677
11678 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11679
11680 * files.el (enable-remote-dir-locals): New option.
11681 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11682
11683 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11684 Ensure, that the temp directory is local.
11685
11686 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11687 `temporary-file-directory'.
11688
11689 * progmodes/python.el (python-send-region): Ensure, that the
11690 temporary file is created also in the remote case.
11691
11692 2012-06-06 Glenn Morris <rgm@gnu.org>
11693
11694 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11695 (vc-rcs-update-changelog): Use it.
11696
11697 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11698
11699 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11700 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11701 (vc-sccs-diff): Replace use of the external vcdiff script.
11702
11703 2012-06-05 Glenn Morris <rgm@gnu.org>
11704
11705 * ledit.el: Move to obsolete/.
11706
11707 2012-06-05 Sam Steingold <sds@gnu.org>
11708
11709 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11710 patch (Bug#11140).
11711
11712 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11713
11714 * emacs-lisp/cust-print.el: Move to obsolete.
11715
11716 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11717 compiler-macro expansion.
11718
11719 Add native compiler-macro support.
11720 * emacs-lisp/macroexp.el (macroexpand-all-1):
11721 Support compiler-macros directly. Properly follow aliases and apply
11722 the compiler macros more thoroughly.
11723 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11724 macroexpand now properly follows aliases.
11725 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11726 (cl-compiler-macroexpand): Use new prop.
11727 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11728
11729 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11730
11731 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11732
11733 * window.el (get-lru-window, get-mru-window, get-largest-window):
11734 New argument NOT-SELECTED to avoid picking the selected window.
11735 (window--display-buffer-1, window--display-buffer-2): Replace by
11736 new function window--display-buffer
11737 (display-buffer-same-window, display-buffer-reuse-window)
11738 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11739 Use window--display-buffer.
11740 (display-buffer-use-some-window): Remove temporary dedication
11741 hack by calling get-lru-window and get-largest-window with
11742 NOT-SELECTED argument non-nil. Call window--display-buffer.
11743
11744 2012-06-05 Glenn Morris <rgm@gnu.org>
11745
11746 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11747 Replace external vcdiff script.
11748
11749 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11752
11753 2012-06-04 Chong Yidong <cyd@gnu.org>
11754
11755 * image.el (imagemagick-types-inhibit): Revert last change.
11756 Add INFO and M.
11757 (imagemagick-enabled-types): Remove CIN and EPS*.
11758
11759 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11760
11761 * emacs-lisp/cl-lib.el: Rename from cl.el.
11762 * emacs-lisp/cl.el: New compatibility file.
11763 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11764 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11765 to obey the "cl-" prefix.
11766 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11767
11768 2012-06-03 Glenn Morris <rgm@gnu.org>
11769
11770 * emacs-lisp/authors.el (authors-aliases): Addition.
11771
11772 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11773 Fix :version.
11774
11775 2012-06-03 Stefan Merten <smerten@oekonux.de>
11776
11777 * textmodes/rst.el: Add comments.
11778 (rst-transition, rst-adornment): New faces.
11779 (rst-adornment-faces-alist): Make default safe to reevaluate.
11780 Fixes
11781 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11782 Improve customization tags.
11783 (rst-define-level-faces): Clarify meaning.
11784
11785 2012-06-03 Chong Yidong <cyd@gnu.org>
11786
11787 * progmodes/compile.el (compilation-mode-line-fail)
11788 (compilation-mode-line-run, compilation-mode-line-exit):
11789 New faces.
11790 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11791
11792 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11793
11794 * progmodes/which-func.el (which-func-update-ediff-windows):
11795 New function. Use it in ediff-select-hook (Bug#11478).
11796
11797 2012-06-03 Chong Yidong <cyd@gnu.org>
11798
11799 * bindings.el: Remove explicit help text from format-mode-line.
11800 It is now supplied by mode-line-default-help-echo.
11801 (mode-line-front-space, mode-line-end-spaces)
11802 (mode-line-misc-info): New variables.
11803 (mode-line-modes, mode-line-position): Move the default value to
11804 the variable definition.
11805 (mode-line-default-help-echo): New defcustom.
11806 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11807 (mode-line-modified-help-echo): New functions.
11808 (mode-line-mule-info, mode-line-modified): Use them.
11809 (mode-line-eol-desc, propertized-buffer-identification):
11810 Consistency fixes for help text.
11811 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11812 set-buffer-file-coding-system (Bug#289).
11813 (mode-line-mule-info-help-echo): Update help text.
11814
11815 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11816
11817 * simple.el (execute-extended-command): Set real-this-command
11818 (bug#11506).
11819
11820 2012-06-02 Chong Yidong <cyd@gnu.org>
11821
11822 Remove incorrect uses of "modeline" in comments, docstrings, and
11823 function/variable names (Bug#10329).
11824
11825 * cus-edit.el (mode-line):
11826 * dframe.el (dframe-mouse-hscroll):
11827 * emacs-lisp/re-builder.el:
11828 * emacs-lisp/easy-mmode.el (define-minor-mode):
11829 * frame.el (set-frame-name):
11830 * help.el (lookup-minor-mode-from-indicator):
11831 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11832 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11833 (c-toggle-hungry-state):
11834 * progmodes/antlr-mode.el (antlr-language-alist):
11835 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11836 * progmodes/vhdl-mode.el (vhdl-mode):
11837 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11838 * term/ns-win.el (ns-face-at-pos):
11839 * term/sup-mouse.el (sup-mouse-report):
11840 * textmodes/flyspell.el (flyspell-mode-line-string):
11841 * textmodes/ispell.el (ispell-highlight-face):
11842 * textmodes/reftex-global.el:
11843 * vc/vc-arch.el (vc-arch-mode-line-string):
11844 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11845 * vc/vc-git.el (vc-git-mode-line-string):
11846 * vc/vc-hooks.el (vc-display-status)
11847 (vc-default-mode-line-string):
11848 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11849
11850 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11851
11852 * dired.el (dired-sort-set-mode-line): Rename from
11853 dired-sort-set-modeline. All callers changed.
11854
11855 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11856 eshell-status-in-modeline.
11857
11858 * foldout.el (foldout-mode-line-string): Rename from
11859 foldout-modeline-string. All callers changed.
11860 (foldout-update-mode-line): Rename from foldout-update-modeline.
11861
11862 * subr.el (redraw-modeline): Make into obsolete alias.
11863
11864 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11865 timeclock-modeline-display. Make old name an alias.
11866 (timeclock-update-mode-line): Likewise. All callers changed.
11867 (timeclock-mode-line-display): No need to check before using
11868 add-hook.
11869 (timeclock-relative, timeclock-day-over-hook)
11870 (timeclock-use-elapsed, timeclock-mode-string)
11871 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11872
11873 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11874 crisp-mode-modeline-string.
11875
11876 * play/solitaire.el (solitaire-build-mode-line): Rename from
11877 solitaire-build-modeline. All callers changed.
11878
11879 * play/zone.el (zone-hiding-mode-line): Rename from
11880 zone-hiding-modeline. All callers changed.
11881 (zone): Remove unusued `modeline-hidden-level' property.
11882
11883 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11884 xscheme-modeline-initialize. All callers changed.
11885
11886 * strokes.el (strokes-lighter): Rename from
11887 strokes-modeline-string.
11888
11889 * textmodes/sgml-mode.el (html-face-tag-alist)
11890 (html-tag-face-alist): Use mode-line face instead of obsolete
11891 alias modeline.
11892
11893 2012-06-02 Stefan Merten <smerten@oekonux.de>
11894
11895 * textmodes/rst.el: Always require `cl'.
11896 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11897
11898 2012-06-02 Chong Yidong <cyd@gnu.org>
11899
11900 * image.el (imagemagick-enabled-types): Rename from
11901 imagemagick-types-enable. Add many more types.
11902 (imagemagick-types-inhibit): Change default to nil.
11903 (imagemagick-filter-types): Caller changed.
11904
11905 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * emacs-lisp/cl-macs.el: Use backquotes.
11908 (cl-transform-function-property): Use eval-and-compile rather than
11909 abusing `require'.
11910 (defstruct): Use declare-function instead of with-no-warnings.
11911
11912 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11913 (byte-compile-output-docform): Re-add the print-circle bindings.
11914 (byte-compile-fix-header): Use #$ just because it's shorter.
11915 (byte-compile-output-file-form): Remove defun/defmacro.
11916
11917 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11918
11919 * simple.el (choose-completion): Remove now obsolete binding for
11920 owindow.
11921
11922 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11923
11924 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11925 in order to avoid "Stack overflow in regexp matcher".
11926
11927 2012-05-31 Glenn Morris <rgm@gnu.org>
11928
11929 * image.el: For clarity, call imagemagick-register-types at
11930 top-level, rather than relying on a custom :initialize.
11931 (imagemagick-types-enable): New option. (Bug#11557)
11932 (imagemagick-filter-types): New function. (Bug#7406)
11933 (imagemagick-register-types): Use imagemagick-filter-types.
11934 If disabling support, remove elements altogether rather
11935 than using an impossible regexp.
11936 (imagemagick-types-inhibit): Give it the default init function.
11937
11938 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11941 Handle arbitrary file name lengths (Bug#11585).
11942
11943 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11944
11945 * desktop.el (desktop-read): Clear previous and next buffers for
11946 all windows and bury *Messages* buffer (bug#11556).
11947
11948 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 Add `declare' for `defun'. Align `defmacro's with it.
11951 * emacs-lisp/easy-mmode.el (define-minor-mode)
11952 (define-globalized-minor-mode): Don't autoload the var definitions.
11953 * emacs-lisp/byte-run.el: Use lexical-binding.
11954 (defun-declarations-alist, macro-declarations-alist): New vars.
11955 (defmacro, defun): Use them.
11956 (make-obsolete, define-obsolete-function-alias)
11957 (make-obsolete-variable, define-obsolete-variable-alias):
11958 Use `declare'.
11959 (macro-declaration-function): Mark obsolete.
11960 * emacs-lisp/autoload.el: Use lexical-binding.
11961 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11962
11963 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11964
11965 * textmodes/ispell.el (ispell-with-no-warnings):
11966 Define as a macro.
11967 (ispell-kill-ispell, ispell-change-dictionary):
11968 Use `called-interactively-p' for Emacs instead of obsolete
11969 `interactive-p'.
11970
11971 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11972
11973 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11974 (macro-declaration-function): Move var from C code.
11975 (macro-declaration-function): Define function with defalias.
11976 * emacs-lisp/macroexp.el (macroexpand-all-1):
11977 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11978 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11979 defun/defmacro any more.
11980 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11981 Provide fallback for unknown arglist.
11982 (byte-compile-arglist-warn): Change calling convention.
11983 (byte-compile-output-file-form): Move print-vars binding.
11984 (byte-compile-output-docform): Simplify accordingly.
11985 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11986 (byte-compile-defmacro-declaration): Remove.
11987 (byte-compile-file-form-defmumble): Generalize to defalias.
11988 (byte-compile-output-as-comment): Return byte-positions.
11989 Simplify callers accordingly.
11990 (byte-compile-lambda): Use `assert'.
11991 (byte-compile-defun, byte-compile-defmacro): Remove.
11992 (byte-compile-file-form-defalias):
11993 Use byte-compile-file-form-defmumble.
11994 (byte-compile-defalias-warn): Remove.
11995
11996 2012-05-29 Stefan Merten <smerten@oekonux.de>
11997
11998 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11999 possible. Fix authors. Improve comments. Improve loading of `cl'.
12000
12001 (rst-mode-abbrev-table): Merge definition.
12002 (rst-mode): Make sure `font-lock-defaults' is buffer local.
12003 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12004
12005 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
12006
12007 * calendar/icalendar.el
12008 (icalendar-export-region): Export UID properly.
12009
12010 2012-05-29 Leo Liu <sdl.web@gmail.com>
12011 * calendar/icalendar.el (icalendar-import-format):
12012 Add `icalendar-import-format-uid' (Bug#11525).
12013 (icalendar-import-format-uid): New.
12014 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12015 Export UID.
12016
12017 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12018
12019 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12020 different alternative patterns.
12021 (pcase-codegen): Be more careful to preserve identity.
12022 (pcase--u1): Don't forget to mark vars as used.
12023
12024 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12025 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12026 (byte-compile-from-buffer): ...rather than here.
12027
12028 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12029 functions from byte-compile-function-environment.
12030
12031 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
12032
12033 * window.el (window-deletable-p): Avoid deleting the root window
12034 of a frame with an active minibuffer.
12035
12036 2012-05-29 Martin Rudalics <rudalics@gmx.at>
12037
12038 * simple.el (choose-completion): Use quit-window (Bug#11567).
12039
12040 2012-05-29 Chong Yidong <cyd@gnu.org>
12041
12042 * whitespace.el (whitespace-cleanup): Fix usage of
12043 whitespace-empty-at-bob-regexp (Bug#11492).
12044
12045 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12046
12047 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12048 revert (Bug#11488).
12049
12050 2012-05-29 Juri Linkov <juri@jurta.org>
12051
12052 * isearch.el (isearch-mode-map): Bind `M-s _' to
12053 `isearch-toggle-symbol'. Bind `M-s c' to
12054 `isearch-toggle-case-fold'.
12055 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12056 (isearch-forward): Add `M-s _' to the docstring.
12057 (isearch-forward-symbol, isearch-toggle-case-fold)
12058 (isearch-symbol-regexp): New functions. (Bug#11381)
12059
12060 2012-05-29 Juri Linkov <juri@jurta.org>
12061
12062 * isearch.el (isearch-word): Add docstring. (Bug#11381)
12063 (isearch-occur, isearch-search-and-update): If `isearch-word' is
12064 a function, call it to get the regexp.
12065 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12066 property `isearch-message-prefix' instead of the string "word ".
12067 (isearch-search-fun-default): For the case of `isearch-word',
12068 return a lambda that calls re-search-forward/re-search-backward
12069 with a regexp returned by `word-search-regexp' or by the function
12070 in `isearch-word'.
12071
12072 2012-05-29 Juri Linkov <juri@jurta.org>
12073
12074 * isearch.el (isearch-search-fun-default): New function.
12075 (isearch-search-fun): Move default part to the new function
12076 `isearch-search-fun-default'.
12077 (isearch-search-fun-function): Set the default value to
12078 `isearch-search-fun-default'. (Bug#11381)
12079
12080 * comint.el (comint-history-isearch-end):
12081 Use `isearch-search-fun-default'.
12082 (comint-history-isearch-search): Use `isearch-search-fun-default'
12083 and remove spacial case for `isearch-word'.
12084 (comint-history-isearch-wrap): Remove spacial case for
12085 `isearch-word'.
12086
12087 * hexl.el (hexl-isearch-search-function):
12088 Use `isearch-search-fun-default'.
12089
12090 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12091 Use `word-search-regexp' for `isearch-word'.
12092
12093 * misearch.el (multi-isearch-search-fun):
12094 Use `isearch-search-fun-default'.
12095
12096 * simple.el (minibuffer-history-isearch-search):
12097 Use `isearch-search-fun-default' and remove spacial case for
12098 `isearch-word'.
12099 (minibuffer-history-isearch-wrap): Remove spacial case for
12100 `isearch-word'.
12101
12102 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12103 Remove spacial case for `isearch-word'.
12104 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12105
12106 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12107
12108 Decrease XEmacs incompatibilities.
12109 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12110 Use `string-match'.
12111 (flyspell-delete-region-overlays): Use alternative definition for
12112 XEmacs.
12113 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12114 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12115 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12116 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12117 `define-obsolete-face-alias' under XEmacs, but old method.
12118
12119 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12120 `with-no-warnings' definition or Emacs alias.
12121 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12122 (ispell-word): Do not use `region-p' if XEmacs.
12123
12124 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12125
12126 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12127 Check for `ispell-dictionary-base-alist' instead of full
12128 `ispell-dictionary-alist'.
12129 (ispell-init-process): Show spellchecker when starting new Ispell
12130 process.
12131
12132 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12135 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12136
12137 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
12138
12139 * version.el (motif-version-string, gtk-version-string)
12140 (ns-version-string): Declare.
12141
12142 2012-05-27 Juri Linkov <juri@jurta.org>
12143
12144 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12145 after the `eval-defun-1' specialcaseing
12146 like in `edebug-eval-defun' (bug#10181).
12147
12148 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12149 like in `eval-defun-1'.
12150
12151 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12152
12153 * mail/sendmail.el (mail-yank-region):
12154 Recognize rmail-yank-current-message in addition to insert-buffer.
12155 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12156 a *mail* buffer created through rmail-start-mail with sendmail as
12157 mail-user-agent.
12158
12159 2012-05-27 Chong Yidong <cyd@gnu.org>
12160
12161 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12162 Default to 256 (Bug#11267).
12163
12164 * help.el (describe-mode): Doc fix.
12165
12166 2012-05-26 Glenn Morris <rgm@gnu.org>
12167
12168 * w32-fns.el (w32-init-info): Remove.
12169 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12170
12171 * info.el (info-initialize): For self-contained NS builds, put the
12172 included info/ directory at the front. (Bug#2791)
12173
12174 * paths.el (Info-default-directory-list): Make it a defcustom,
12175 mainly so that we can use custom-initialize-delay.
12176
12177 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12178
12179 * subr.el (buffer-has-markers-at): Mark obsolete.
12180
12181 * subr.el (lambda): Use declare.
12182
12183 * emacs-lisp/lisp-mode.el (lambda):
12184 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12185
12186 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12187
12188 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12189
12190 2012-05-26 Glenn Morris <rgm@gnu.org>
12191
12192 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12193
12194 2012-05-25 Glenn Morris <rgm@gnu.org>
12195
12196 * paths.el: Remove no-byte-compile.
12197 * loadup.el: No need to load paths.el uncompiled.
12198
12199 * image.el (imagemagick-types-inhibit): Doc fix.
12200
12201 * version.el: Remove no-byte-compile and associated formatting.
12202 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12203 is ancient code from when there was an "inc-vers.el".
12204
12205 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * progmodes/gdb-mi.el: Minor style changes.
12208 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12209 Turn into minor modes.
12210 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12211 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12212 (gdb-shell): Remove unneeded let-binding.
12213 (gdb-get-many-fields): Eliminate O(n²) behavior.
12214
12215 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12216
12217 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12218 platforms that don't link in fontset.c.
12219
12220 2012-05-25 Juri Linkov <juri@jurta.org>
12221
12222 Use the same diff color scheme as in modern VCSes (bug#10181).
12223
12224 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12225 to avoid confusion with `diff-added' that now uses green colors.
12226 (diff-removed): Use shades of red.
12227 (diff-added): Use shades of green.
12228 (diff-changed): Leave just the yellow color.
12229 (diff-use-changed-face): New variable.
12230 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12231 how to highlight context diff changes.
12232 (diff-refine-change): Use shades of yellow.
12233 (diff-refine-removed): New face that uses shades of red.
12234 (diff-refine-added): New face that uses shades of green.
12235 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12236 `diff-refine-removed' in the call to `smerge-refine-subst'
12237 depending on the value of `diff-use-changed-face'.
12238
12239 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12240 (smerge-other): Use shades of green.
12241 (smerge-base): Use shades of yellow.
12242 (smerge-refined-change): Empty face.
12243 (smerge-refined-removed): New face that uses shades of red.
12244 (smerge-refined-added): New face that uses shades of green.
12245 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12246 args `props-r' and `props-a', and use them. Doc fix.
12247 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12248 on its value use different faces `smerge-refined-change',
12249 `smerge-refined-removed', `smerge-refined-added' in the call to
12250 `smerge-refine-subst'.
12251
12252 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12253 Add face condition `min-colors 88' with shades of red.
12254 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12255 `min-colors 88' with shades of green.
12256 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12257 `min-colors 88' with shades of yellow.
12258
12259 2012-05-24 Glenn Morris <rgm@gnu.org>
12260
12261 * paths.el (prune-directory-list, remote-shell-program): Move to...
12262 * files.el (prune-directory-list, remote-shell-program): ...here.
12263 For the latter, delay initialization, prefer ssh, just search PATH.
12264
12265 * paths.el (term-file-prefix): Move to faces.el (the only user).
12266 * faces.el (term-file-prefix): Move here, make it a defcustom.
12267
12268 * paths.el (news-directory, news-path, news-inews-program):
12269 Move to gnus/nnspool.el.
12270
12271 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12272
12273 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12274 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12275 Make the latter a defcustom, with a delayed initialization.
12276
12277 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12278 These were deleted from Gnus itself late 2010.
12279
12280 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12281
12282 * progmodes/which-func.el (which-func-ff-hook):
12283 Check against user-error, not error.
12284
12285 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12286 cl-specs.el, which no longer exists.
12287
12288 2012-05-22 Glenn Morris <rgm@gnu.org>
12289
12290 * info.el (info-emacs-bug): New command.
12291 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12292 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12293
12294 2012-05-21 Glenn Morris <rgm@gnu.org>
12295
12296 * makefile.w32-in (update-subdirs-SH):
12297 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12298
12299 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12302
12303 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12304 Simplify Maven regexp, and make sure the file can't start with a space
12305 (bug#11517).
12306
12307 2012-05-21 Glenn Morris <rgm@gnu.org>
12308
12309 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12310 Scrap superfluous subshells.
12311
12312 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12315 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12316
12317 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12318
12319 * calc/calc.el (calc-ensure-consistent-units): New variable.
12320
12321 * calc/calc-units.el (math-consistent-units-p)
12322 (math-check-unit-consistency): New functions.
12323 (calc-quick-units, calc-convert-units):
12324 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12325 is non-nil.
12326 (calc-extract-units): Fix typo.
12327
12328 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12331
12332 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12333 (flyspell-default-deplacement-commands): Don't spell check after
12334 repeated window/frame switches (e.g. triggered by mouse-movement).
12335 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12336 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12337 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12338 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12339 Remove unused vars.
12340 (flyspell-get-casechars, flyspell-get-not-casechars):
12341 Simplify; Don't bother removing a ] just to add it back.
12342 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12343
12344 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12345
12346 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12347 New functions.
12348 (math-function-table): Add support for more C functions.
12349
12350 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12351
12352 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12353 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12354 Protect delay handling for otherchars against empty otherchars.
12355
12356 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12357
12358 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12359 their respective macro declarations.
12360 * skeleton.el (define-skeleton):
12361 * progmodes/compile.el (define-compilation-mode):
12362 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12363 (define-ibuffer-filter):
12364 * emacs-lisp/generic.el (define-generic-mode):
12365 * emacs-lisp/easy-mmode.el (define-minor-mode)
12366 (define-globalized-minor-mode):
12367 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12368 * emacs-lisp/byte-run.el (defsubst):
12369 * custom.el (deftheme): Add doc-string metadata.
12370
12371 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12374
12375 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12376
12377 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12378
12379 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12380 * emacs-lisp/cl-macs.el: Idem.
12381 * emacs-lisp/cl-specs.el: Remove.
12382
12383 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 Minor renaming of internal CL functions and variables.
12386 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12387 (cl--position): Rename from cl-position.
12388 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12389 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12390 (cl--random-state): Rename from *random-state*.
12391
12392 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12393
12394 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12395 parens around the arg list (bug#11499).
12396
12397 2012-05-17 Juri Linkov <juri@jurta.org>
12398
12399 * isearch.el (word-search-regexp, word-search-backward)
12400 (word-search-forward, word-search-backward-lax)
12401 (word-search-forward-lax): Move functions from search.c
12402 (bug#10145, bug#11381).
12403
12404 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12405
12406 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12407 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12408 Delay for otherchars as for normal word components.
12409
12410 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12411
12412 * minibuffer.el (completion--sifn-requote): Fix last change.
12413 (minibuffer-local-must-match-filename-map):
12414 Move define-obsolete-variable-alias before its var.
12415
12416 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12419
12420 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12421 behavior.
12422 (completion--string-equal-p): New function.
12423 (completion--twq-all): Use it to get better assertion failure data.
12424
12425 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12426 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12427 (shell--requote-argument): New functions.
12428 (shell-completion-vars): Use them.
12429 (shell--parse-pcomplete-arguments): Rename from
12430 shell-parse-pcomplete-arguments.
12431 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12432 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12433 Obey comint-file-name-quote-list.
12434
12435 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12436 (smie-indent-keyword): Use it.
12437
12438 2012-05-14 Stefan Merten <smerten@oekonux.de>
12439
12440 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12441
12442 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * net/rlogin.el (rlogin-mode-map): Fix last change.
12445
12446 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12447
12448 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12449 the following \r\n using a single `process-send-string', since the
12450 Lotus SMTP server refuses to accept any commands if they are sent
12451 with two `process-send-string's (Bug#11444).
12452
12453 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12454
12455 * shell.el (shell-parse-pcomplete-arguments):
12456 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12457
12458 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12459
12460 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12461 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12462 (image-transform-width, image-transform-fit-width): New functions.
12463 (image-transform-properties): Use them.
12464 (image-transform-check-size): New function.
12465 (image-toggle-display-image): Use it (for testing).
12466 (image-transform-set-rotation): Reduce angle mod 360.
12467 Delete obsolete comment.
12468
12469 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12470
12471 * image-mode.el: Fix scaling (bug#11399).
12472 (image-transform-resize): Doc fix.
12473 (image-transform-properties): Default scale is 1 and height should
12474 be an integer.
12475
12476 2012-05-13 Johan Bockgård <bojohan@gnu.org>
12477
12478 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12479 than hard-coding `car', to fix misbehavior when moving forward.
12480
12481 2012-05-13 Chong Yidong <cyd@gnu.org>
12482
12483 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12484 (tabulated-list-entries, tabulated-list-padding)
12485 (tabulated-list-sort-key): Make permanent-local.
12486
12487 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12488 (electric-buffer-list): Put electric buffer menu
12489 command descriptions in this docstring, instead of the docstring
12490 of electric-buffer-menu-mode. Code cleanups.
12491 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12492 Electric-buffer-menu-mode.
12493 (electric-buffer-update-highlight): Minor code cleanup.
12494
12495 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12496
12497 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12498 (Bug#11447)
12499
12500 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 Move define-obsolete-variable-alias before the var's definition.
12503 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12504 * tooltip.el (tooltip-hook):
12505 * textmodes/reftex-toc.el (reftex-toc-map):
12506 * textmodes/reftex-sel.el (reftex-select-label-map)
12507 (reftex-select-bib-map):
12508 * textmodes/reftex-index.el (reftex-index-map)
12509 (reftex-index-phrases-map):
12510 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12511 * progmodes/meta-mode.el (meta-mode-map):
12512 * novice.el (disabled-command-hook):
12513 * loadhist.el (unload-hook-features-list):
12514 * frame.el (blink-cursor):
12515 * files.el (find-file-not-found-hooks, write-file-hooks)
12516 (write-contents-hooks):
12517 * emulation/tpu-edt.el (GOLD-map):
12518 * emacs-lock.el (emacs-lock-from-exiting):
12519 * emacs-lisp/generic.el (generic-font-lock-defaults):
12520 * emacs-lisp/chart.el (chart-map):
12521 * dos-fns.el (register-name-alist):
12522 * dired-x.el (dired-omit-files-p):
12523 * desktop.el (desktop-enable):
12524 * cus-edit.el (custom-mode-hook):
12525 * buff-menu.el (buffer-menu-mode-hook):
12526 * bookmark.el (bookmark-read-annotation-text-func)
12527 (bookmark-exit-hooks):
12528 * allout.el (allout-mode-deactivate-hook)
12529 (allout-exposure-change-hook, allout-structure-added-hook)
12530 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12531 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12532 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12533 comes before the corresponding variable's definition.
12534
12535 2012-05-12 Chong Yidong <cyd@gnu.org>
12536
12537 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12538 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12539 (Buffer-menu-mode-map): Bind it.
12540 (Buffer-menu--pretty-name): Add a mouse-face property.
12541
12542 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12543
12544 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12545 (prolog-upper-case-string, prolog-lower-case-string)
12546 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12547 (prolog-use-smie, prolog-smie-grammar): New vars.
12548 (prolog-smie-forward-token, prolog-smie-backward-token)
12549 (prolog-smie-rules): New funs.
12550 (prolog-comment-indent): Remove.
12551 (prolog-mode-variables): Use default comment indentation instead.
12552 Setup SMIE.
12553 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12554 (prolog-mode): Don't call them any more.
12555 (prolog-electric-colon, prolog-electric-dash)
12556 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12557
12558 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12559
12560 * minibuffer.el (completion--twq-all): Again, allow case differences.
12561
12562 * term.el: Move keymap initialization code to be more idiomatic.
12563 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12564 (term-terminal-menu): Move initialization into declaration.
12565 (term-escape-char): Let the user set it in her .emacs.
12566
12567 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12568 Provide SMIE-based indentation (not enabled by default yet).
12569 (sh-mode-map): Don't bind electric keys.
12570 Use electric-pair-mode instead of skeleton-pair.
12571 (sh-assignment-regexp): Fit within 80 columns.
12572 (sh-indent-supported): Specify actual shell name instead of boolean.
12573 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12574 (sh-maybe-here-document): Use it. Make obsolete.
12575 (sh-electric-here-document-mode) New minor mode.
12576 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12577 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12578 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12579 (sh-smie-rc-grammar, sh-use-smie): New vars.
12580 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12581 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12582 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12583 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12584 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12585 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12586 (sh-set-shell): Use smie-setup if requested.
12587
12588 * term.el (term-set-escape-char): Properly set term-escape-char.
12589 See http://stackoverflow.com/questions/10524656.
12590
12591 2012-05-10 Chong Yidong <cyd@gnu.org>
12592
12593 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12594 Use url-generic-parse-url, and handle host names and Windows
12595 filenames properly.
12596 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12597 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12598 URL schemes to work on.
12599 (ffap--toggle-read-only): New function.
12600 (ffap-read-only, ffap-read-only-other-window)
12601 (ffap-read-only-other-frame): Use it.
12602 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12603 necessary for ffap-url-unwrap-remote.
12604
12605 2012-05-10 Dave Abrahams <dave@boostpro.com>
12606
12607 * cus-start.el (create-lockfiles): Add it.
12608
12609 2012-05-09 Chong Yidong <cyd@gnu.org>
12610
12611 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12612 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12613
12614 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12617
12618 2012-05-09 Chong Yidong <cyd@gnu.org>
12619
12620 * ansi-color.el (ansi-color-process-output): Check for validity of
12621 comint-last-output-start before using it. This avoids a bad
12622 interaction with gdb-mi's input/output buffer.
12623
12624 2012-05-09 Glenn Morris <rgm@gnu.org>
12625
12626 * files.el (dir-locals-read-from-file):
12627 Mention dir-locals in any error message.
12628
12629 2012-05-09 Chong Yidong <cyd@gnu.org>
12630
12631 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12632 package (Bug#11410).
12633
12634 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12635 variables into description.
12636
12637 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12640 shell-delimiter-argument-list (bug#11348).
12641 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12642
12643 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12644
12645 * textmodes/rst.el: Silence byte-compiler warnings.
12646 (rst-re-alist, rst-reset-section-caches): Move around.
12647 (rst-re): Use `characterp', not `char-valid-p'.
12648 (font-lock-beg, font-lock-end): Declare.
12649
12650 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12651 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12652
12653 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12654
12655 2012-05-08 Glenn Morris <rgm@gnu.org>
12656
12657 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12658
12659 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12660
12661 * vc/log-edit.el: Add GNU coding standards highlighting.
12662 (log-edit-font-lock-gnu-style)
12663 (log-edit-font-lock-gnu-keywords): New vars.
12664 (log-edit-font-lock-keywords): New fun.
12665 (log-edit-mode): Don't fold case in font-lock.
12666 (log-edit-font-lock-keywords): Do not assume case-folding.
12667
12668 * imenu.el: Misc cleanup. Make docstrings out of comments.
12669 Use lexical-binding.
12670 (imenu--index-alist, imenu--last-menubar-index-alist)
12671 (imenu-menubar-modified-tick): Use defvar-local.
12672 (imenu--split-menu): Remove unused var.
12673 (imenu--cleanup-seen): Declare as global.
12674 (imenu--cleanup): Use dolist.
12675
12676 * subr.el (defvar-local): Add debug spec and doc-string position.
12677
12678 2012-05-08 Glenn Morris <rgm@gnu.org>
12679
12680 * language/burmese.el, language/cham.el, language/czech.el:
12681 * language/english.el, language/georgian.el, language/greek.el:
12682 * language/japanese.el, language/khmer.el, language/korean.el:
12683 * language/lao.el, language/misc-lang.el, language/romanian.el:
12684 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12685 * language/thai.el, language/utf-8-lang.el:
12686 Remove no-byte-compile setting.
12687
12688 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12689
12690 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12691
12692 * progmodes/make-mode.el (makefile-browse):
12693 Remove unnecessary interactive. (Bug#11324)
12694
12695 2012-05-07 Glenn Morris <rgm@gnu.org>
12696
12697 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12698
12699 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12700
12701 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12702
12703 * loadup.el: Preload newcomment.el.
12704 * newcomment.el: Move autoload-only code to toplevel.
12705
12706 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12707 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12708 Handle new :right-align column property.
12709 (tabulated-list-print-col): Idem, plus use `display' text-property to
12710 try and preserve alignment for variable pitch fonts.
12711
12712 2012-05-07 Chong Yidong <cyd@gnu.org>
12713
12714 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12715 (tabulated-list-use-header-line): New var.
12716 (tabulated-list-init-header): Use it.
12717 (tabulated-list-print-fake-header): New function.
12718 (tabulated-list-print): Use it.
12719 (tabulated-list-sort-button-map): Add non-header-line commands.
12720 (tabulated-list-init-header): Add column name property to basic
12721 labels as well.
12722 (tabulated-list-col-sort): Handle non-header-line button case.
12723 (tabulated-list--sort-by-column-name): Fix a corner case.
12724
12725 * buff-menu.el (list-buffers--refresh):
12726 Handle Buffer-menu-use-header-line.
12727
12728 2012-05-06 Chong Yidong <cyd@gnu.org>
12729
12730 * buff-menu.el: Convert to Tabulated List mode.
12731 (Buffer-menu-buffer+size-width): Make obsolete.
12732 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12733 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12734 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12735 documentation into docstring of buffer-menu.
12736 (Buffer-menu-toggle-files-only): Add an informative message.
12737 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12738 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12739 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12740 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12741 (Buffer-menu-execute, Buffer-menu-select)
12742 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12743 (Buffer-menu-bury): Use Tabulated List machinery.
12744 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12745 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12746 Delete.
12747 (list-buffers--refresh): New function.
12748 (list-buffers-noselect): Use it.
12749 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12750 (Buffer-menu--pretty-file-name): New helper functions.
12751
12752 * loadup.el: Preload tabulated-list.
12753
12754 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12755 tabulated-list-sort-column.
12756 (tabulated-list-init-header): Add the initial aligning space even
12757 if tabulated-list-padding is zero.
12758
12759 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12760
12761 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12762 whose cdr is not a cons cell correctly (bug#11038).
12763
12764 2012-05-06 Chong Yidong <cyd@gnu.org>
12765
12766 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12767 Accept additional plist in column descriptors.
12768 (tabulated-list-init-header): Obey it.
12769 (tabulated-list-get-entry): New function.
12770 (tabulated-list-put-tag): Use it. Use string-width instead of
12771 length.
12772 (tabulated-list--column-number): New function.
12773 (tabulated-list-print): Use it.
12774 (tabulated-list-print-col): New function.
12775 Set `tabulated-list-column-name' property on each column's text.
12776 (tabulated-list-print-entry): Use it.
12777 (tabulated-list-delete-entry, tabulated-list-set-col):
12778 New functions.
12779 (tabulated-list-sort-column): New command (Bug#11337).
12780
12781 * buff-menu.el (list-buffers): Move C-x C-b binding from
12782 buff-menu.el to bindings.el.
12783
12784 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12785 :advertised-binding feature.
12786
12787 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12788
12789 * progmodes/compile.el (compilation-internal-error-properties):
12790 Calculate start position correctly when end-col is set but
12791 end-line is not (Bug#11382).
12792
12793 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12794
12795 * man.el (Man-unindent): Use text-property-default-nonsticky to
12796 prevent untabify from inheriting face properties (Bug#11408).
12797
12798 2012-05-05 Stefan Merten <smerten@oekonux.de>
12799
12800 * textmodes/rst.el: Major merge with upstream development up to
12801 Docutils SVN r7399 / rst.el V1.2.1.
12802
12803 Clarify maintainership and authors.
12804
12805 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12806 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12807 (rst-official-version, rst-official-cvs-rev, rst-version)
12808 (rst-package-emacs-version-alist): New functions and variables
12809 for version information.
12810
12811 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12812 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12813 (rst-mode-syntax-table, rst-mode): New and corrected functions
12814 and variables representing reStructuredText features.
12815
12816 (rst-re): New function for reStructuredText regexes. Use in
12817 many places.
12818
12819 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12820 (rst-mode-map): Rebind keys.
12821
12822 (rst-mode-lazy, rst-font-lock-keywords)
12823 (rst-font-lock-extend-region)
12824 (rst-font-lock-extend-region-internal)
12825 (rst-font-lock-extend-region-extend)
12826 (rst-font-lock-find-unindented-line-limit)
12827 (rst-font-lock-find-unindented-line-match)
12828 (rst-adornment-level, rst-font-lock-adornment-level)
12829 (rst-font-lock-adornment-match)
12830 (rst-font-lock-handle-adornment-pre-match-form)
12831 (rst-font-lock-handle-adornment-matcher): Major revision of
12832 font-locking. Integrate with other code. Use `jit-lock-mode'.
12833
12834 (rst-preferred-adornments, rst-adjust-hook)
12835 (rst-new-adornment-down, rst-preferred-bullets)
12836 (rst-preferred-bullets, rst-indent, rst-indent-width)
12837 (rst-indent-field, rst-indent-literal-normal)
12838 (rst-indent-literal-minimized, rst-indent-comment): Change,
12839 extend and improve customization.
12840
12841 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12842 (rst-normalize-cursor-position, rst-get-decoration)
12843 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12844 (rst-rstrip, rst-toc-insert-find-delete-contents)
12845 (rst-shift-fill-region, rst-compute-bullet-tabs)
12846 (rst-debug-print-tabs, rst-debug-mark-found)
12847 (rst-shift-region-guts, rst-shift-region-right)
12848 (rst-shift-region-left, rst-use-char-classes)
12849 (rst-font-lock-keywords-function)
12850 (rst-font-lock-indentation-point)
12851 (rst-font-lock-find-unindented-line-begin)
12852 (rst-font-lock-find-unindented-line-end)
12853 (rst-font-lock-find-unindented-line)
12854 (rst-font-lock-adornment-point, rst-font-lock-level)
12855 (rst-adornment-level-alist): Remove functions and variables.
12856
12857 (rst-compare-adornments, rst-get-adornment-match)
12858 (rst-suggest-new-adornment, rst-get-adornments-around)
12859 (rst-adornment-complete-p, rst-get-next-adornment)
12860 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12861 (rst-straighten-adornments): Standardize function names to
12862 use "adornment" instead of "decoration". Correct callers.
12863 Similar standardizing in many places.
12864
12865 (rst-update-section, rst-adjust, rst-promote-region)
12866 (rst-enumerate-region, rst-bullet-list-region)
12867 (rst-repeat-last-character): Correct use of `interactive'.
12868
12869 (rst-classify-adornment, rst-find-all-adornments)
12870 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12871 (rst-find-leftmost-column, rst-repeat-last-character):
12872 Refactor functions.
12873
12874 (rst-find-title-line, rst-reset-section-caches)
12875 (rst-get-adornments-around, rst-adjust-adornment-work)
12876 (rst-arabic-to-roman, rst-roman-to-arabic)
12877 (rst-insert-list-pos, rst-insert-list-new-item)
12878 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12879 New functions.
12880
12881 (rst-all-sections, rst-section-hierarchy)
12882 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12883 New variables.
12884
12885 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12886 configuration instead of only buffer. Change where necessary.
12887
12888 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12889 (rst-shift-region, rst-adaptive-fill): New functions for
12890 indentation and filling.
12891
12892 (rst-comment-line-break, rst-comment-indent)
12893 (rst-comment-insert-comment, rst-comment-region)
12894 (rst-uncomment-region): New functions for handling comments.
12895
12896 (rst-compile): Quote shell arguments.
12897
12898 (rst-compile-pdf-preview, rst-compile-slides-preview):
12899 Delete temporary files after use.
12900
12901 2012-05-05 Glenn Morris <rgm@gnu.org>
12902
12903 * calendar/cal-html.el: Optionally include holidays in the output.
12904 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12905 (cal-html-holidays): New option.
12906 (cal-html-css-default): Add holiday entry.
12907 (holiday-in-range): Autoload it.
12908 (cal-html-htmlify-entry): Add optional class argument.
12909 (cal-html-htmlify-list): Add optional holidays argument.
12910 (cal-html-insert-agenda-days): Include holidays in the output.
12911 (cal-html-one-month): Maybe include holidays.
12912
12913 * calendar/holidays.el (holiday-in-range):
12914 Move here from cal-tex-list-holidays.
12915 * calendar/cal-tex.el (cal-tex-list-holidays):
12916 Make it an obsolete alias for holiday-in-range. Update all callers.
12917
12918 2012-05-05 Chong Yidong <cyd@gnu.org>
12919
12920 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12921 Nextstep.
12922
12923 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12924
12925 * files.el (file-auto-mode-skip): New var.
12926 (set-auto-mode-1): Use it.
12927
12928 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12929
12930 * repeat.el: Use lexical-binding.
12931 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12932 (repeat-undo-count): Remove.
12933 (repeat):
12934 * progmodes/octave-mod.el (octave-abbrev-start):
12935 * progmodes/f90.el (f90-abbrev-start):
12936 * face-remap.el (text-scale-adjust):
12937 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12938
12939 * emacs-lisp/pcase.el (pcase--let*): New function.
12940 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12941 a bit more.
12942 (pcase--split-pred): Be more clever about ruling out overlap between
12943 a predicate and some constant pattern.
12944 (pcase--q1): Use `null' instead of (eq foo nil).
12945
12946 * subr.el (setq-local, defvar-local): New macros.
12947 (kbd): Redefine as an alias.
12948 (with-selected-window): Leave unrelated frames alone.
12949 (set-temporary-overlay-map): New function.
12950
12951 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * subr.el (user-error): New function.
12954 * window.el (switch-to-buffer):
12955 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12956 (smerge-match-conflict):
12957 * simple.el (previous-matching-history-element)
12958 (next-matching-history-element, goto-history-element, undo-more)
12959 (undo-start):
12960 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12961 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12962 (next-file, tags-loop-scan, list-tags, complete-tag):
12963 * progmodes/compile.el (compilation-loop):
12964 * mouse.el (mouse-minibuffer-check):
12965 * man.el (Man-bgproc-sentinel, Man-goto-page):
12966 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12967 (Info-history-forward, Info-follow-reference, Info-menu)
12968 (Info-extract-menu-item, Info-extract-menu-counting)
12969 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12970 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12971 (Info-next-reference, Info-prev-reference, Info-index)
12972 (Info-index-next, Info-follow-nearest-node)
12973 (Info-copy-current-node-name):
12974 * imenu.el (imenu--make-index-alist)
12975 (imenu-default-create-index-function, imenu-add-to-menubar):
12976 * files.el (basic-save-buffer, recover-file):
12977 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12978 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12979 (checkdoc-message-text, checkdoc-defun):
12980 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12981 * cus-edit.el (customize-changed-options, customize-rogue)
12982 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12983 (custom-variable-mark-to-reset-standard)
12984 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12985 (custom-file):
12986 * completion.el (check-completion-length):
12987 * comint.el (comint-search-arg)
12988 (comint-previous-matching-input-string-position)
12989 (comint-previous-matching-input)
12990 (comint-replace-by-expanded-history-before-point, comint-send-input)
12991 (comint-copy-old-input, comint-backward-matching-input)
12992 (comint-goto-process-mark, comint-set-process-mark):
12993 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12994 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12995
12996 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12997
12998 * dabbrev.el (dabbrev--ignore-case-p): New function.
12999 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13000 Use it.
13001
13002 * files.el (automount-dir-prefix): Mark as obsolete.
13003
13004 2012-05-04 Glenn Morris <rgm@gnu.org>
13005
13006 * patcomp.el, play/bruce.el: Move to obsolete/.
13007
13008 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
13009
13010 Fix minor Y10k bugs.
13011 * arc-mode.el (archive-unixdate):
13012 * autoinsert.el (auto-insert-alist):
13013 * calc/calc-forms.el (math-this-year):
13014 * emacs-lisp/copyright.el (copyright-current-year)
13015 (copyright-update-year, copyright):
13016 * tar-mode.el (tar-clip-time-string):
13017 * time.el (display-time-update):
13018 Don't assume years have 4 digits.
13019
13020 2012-05-04 Chong Yidong <cyd@gnu.org>
13021
13022 * dos-w32.el (file-name-buffer-file-type-alist)
13023 (direct-print-region-use-command-dot-com):
13024 * ffap.el (ffap-menu-regexp):
13025 * find-file.el (ff-special-constructs):
13026 * follow.el (follow-debug):
13027 * forms.el (forms--debug):
13028 * iswitchb.el (iswitchb-all-frames):
13029 * ido.el (ido-all-frames):
13030 * emacs-lisp/timer.el (timer-max-repeats):
13031 * mail/feedmail.el (feedmail-mail-send-hook)
13032 (feedmail-mail-send-hook-queued):
13033 * mail/footnote.el (footnote-signature-separator):
13034 * mail/mailabbrev.el (mail-alias-separator-string)
13035 (mail-abbrev-mode-regexp):
13036 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13037 * progmodes/idlwave.el (idlwave-libinfo-file)
13038 (idlwave-default-completion-case-is-down)
13039 (idlwave-library-routines): Convert defvars to defcustoms.
13040
13041 * mail/rmail.el (rmail-decode-mime-charset):
13042 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13043 (idlwave-shell-fix-inserted-breaks)
13044 (idlwave-shell-activate-alt-keybindings)
13045 (idlwave-shell-use-breakpoint-glyph):
13046 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13047
13048 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13049
13050 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13051
13052 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
13053
13054 * progmodes/verilog-mode.el (font-lock-keywords):
13055 Fix mis-highligting auto. Reported by Craig Barner.
13056 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13057 defines from global name space. Reported by Dan Dever.
13058 (verilog-auto-reset, verilog-auto-reset-widths)
13059 (verilog-auto-tieoff): Support using unbased numbers for
13060 AUTORESET and AUTOTIEOFF.
13061 (verilog-submit-bug-report): Update variable list.
13062 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13063 parenthesis from not matching. Reported by Michael Rytting.
13064 (verilog-auto-template-lint): Fix hash error when linting modules
13065 with no used templates.
13066 (verilog-warn, verilog-warn-error)
13067 (verilog-warn-fatal): When non-interactive report multiple
13068 warnings before exiting. Suggested by Brad Dobbie.
13069 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13070 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13071 to report unused template errors. Reported by Brad Dobbie.
13072 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13073 nets, bug438. Reported by Vns Blore.
13074 (verilog-auto-inout-module, verilog-auto-reg)
13075 (verilog-read-decls, verilog-read-sub-decls-sig)
13076 (verilog-signals-edit-wire-reg, verilog-signals-with):
13077 Fix passing of Verilog data types in ANSI input/output ports
13078 such as "output logic" into the AUTOs. Special case "wire" and
13079 "reg" for backwards compatibility presuming Verilog 2001.
13080 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13081 (verilog-preprocess): Fix replication of preprocess output.
13082 Reported by Brad Dobbie.
13083 (verilog-auto-inst-interfaced-ports):
13084 Create verilog-auto-inst-interfaced-ports, bug429.
13085 Reported by Julian Gorfajn.
13086 (verilog-after-save-font-hook)
13087 (verilog-before-save-font-hook): New variable.
13088 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13089 (verilog-save-font-mods): Wrap disabling fontification, reported
13090 by David Rogoff.
13091 (verilog-do-indent, verilog-pretty-declarations-auto)
13092 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13093 Reported by Pierre-David Pfister.
13094 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13095 of class declarations, bug292. Reported by Kevin Heilman.
13096 (verilog-read-decls): Fix 'parameter type' not appearing in
13097 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13098 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13099 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
13100 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13101 Reported by David Kravitz.
13102
13103 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
13104
13105 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13106 assignment with tests in ifs and for loops.
13107 (verilog-extended-complete-re, verilog-complete-reg): Change so
13108 that DPI inport functions don't look like fuction declarations.
13109 (verilog-pretty-expr): Don't line up assignment
13110 operations to the test and increment in if and for loops
13111 (verilog-extended-complete-re, verilog-complete-reg): Change so
13112 that DPI inport functions don't look like fuction declarations.
13113
13114 2012-05-03 Kenichi Handa <handa@m17n.org>
13115
13116 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13117 decoding, and show a warning message without signaling an error
13118 (Bug#11282).
13119
13120 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13121
13122 * emacs-lisp/bytecomp.el
13123 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13124 since cconv.el might have introduced :fun-body, internal-make-closure,
13125 and friends for bytecomp to handle (bug#11391).
13126 * custom.el (defcustom): Avoid ((λ ..) ..).
13127
13128 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13131
13132 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
13133
13134 * notifications.el (dbus-debug):
13135 * term/linux.el (gpm-mouse-enable):
13136 * term/screen.el (xterm-register-default-colors): Declare.
13137
13138 2012-05-02 Chong Yidong <cyd@gnu.org>
13139
13140 * cus-start.el (gc-cons-percentage, exec-suffixes)
13141 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13142 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13143 (make-cursor-line-fully-visible, void-text-area-pointer)
13144 (font-list-limit): Add customization data.
13145
13146 * allout.el (allout-exposure-change-functions)
13147 (allout-structure-added-functions)
13148 (allout-structure-deleted-functions)
13149 (allout-structure-shifted-functions): Rename abnormal hooks from
13150 *-hook, and convert to defcustoms.
13151 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13152 Convert to defcustoms.
13153 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13154
13155 * allout-widgets.el: Hook callers changed.
13156
13157 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13158
13159 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13160 the yanked message in preference to the default value of
13161 buffer-file-coding-system.
13162
13163 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13164
13165 * window.el (display-buffer--action-function-custom-type):
13166 Fix entry.
13167
13168 2012-05-02 Alan Mackenzie <acm@muc.de>
13169
13170 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13171
13172 2012-05-01 Glenn Morris <rgm@gnu.org>
13173
13174 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13175
13176 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13177
13178 * cus-edit.el (custom-variable-documentation): Simplify with format.
13179
13180 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13181 Stefan Monnier <monnier@iro.umontreal.ca>
13182
13183 * simple.el (suggest-key-bindings, execute-extended-command):
13184 Move from keyboard.c.
13185
13186 2012-05-01 Chong Yidong <cyd@gnu.org>
13187
13188 * follow.el: Eliminate advice.
13189 (set-process-filter, process-filter, sit-for): Advice deleted.
13190 (follow-mode-off-hook): Obsolete hook removed.
13191 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13192 Vars deleted.
13193 (follow-auto): Use a :set function.
13194 (follow-mode): Rewritten. Don't advise process filters.
13195 (follow-switch-to-current-buffer-all, follow-scroll-up)
13196 (follow-scroll-down): Assume follow-mode is bound.
13197 (follow-comint-scroll-to-bottom)
13198 (follow-align-compilation-windows): New functions.
13199 (follow--window-sorter): New function.
13200 (follow-all-followers): Use it to explicitly sort windows by their
13201 positions; don't make assumptions about next-window order.
13202 (follow-windows-start-end, follow-delete-other-windows-and-split)
13203 (follow-calc-win-start): Doc fix.
13204 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13205 vertical-motion unnecessarily.
13206 (follow-adjust-window): New function.
13207 (follow-post-command-hook): Use it.
13208 (follow-call-set-process-filter, follow-call-process-filter)
13209 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13210 (follow-stop-intercept-process-output, follow-generic-filter):
13211 Functions deleted.
13212 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13213 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13214 New functions, replacing advice on scroll-bar-* commands.
13215 (follow-mwheel-scroll): New function (Bug#4112).
13216
13217 * comint.el (comint-adjust-point): New function.
13218 (comint-postoutput-scroll-to-bottom): Use it.
13219 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13220
13221 2012-05-01 Glenn Morris <rgm@gnu.org>
13222
13223 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13224 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13225 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13226 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13227 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13228 Remove no-byte-compile setting.
13229
13230 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13233 all-completions code to not return a number in the last cdr.
13234
13235 2012-04-30 Leo Liu <sdl.web@gmail.com>
13236
13237 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13238 read-only error.
13239
13240 2012-04-29 Chong Yidong <cyd@gnu.org>
13241
13242 * follow.el (follow-calc-win-end): Rewrite to handle partial
13243 screen lines correctly (Bug#8390).
13244 (follow-avoid-tail-recenter): Minor cleanup.
13245
13246 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 Avoid the obsolete `assoc' package.
13249 * speedbar.el (speedbar-refresh): Avoid adelete.
13250 (speedbar-file-lists): Simplify and avoid aput.
13251 * man.el (Man--sections, Man--refpages): New vars, replacing
13252 Man-sections-alist and Man-refpages-alist.
13253 (Man-build-section-alist, Man-build-references-alist):
13254 Use them; avoid aput.
13255 (Man--last-section, Man--last-refpage): New vars.
13256 (Man-follow-manual-reference): Use them.
13257 Use the `default' arg of completing-read.
13258 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13259
13260 2012-04-27 Chong Yidong <cyd@gnu.org>
13261
13262 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13263
13264 * startup.el (x-apply-session-resources): New function.
13265
13266 * term/ns-win.el (ns-initialize-window-system):
13267 * term/w32-win.el (w32-initialize-window-system):
13268 * term/x-win.el (x-initialize-window-system): Use it to properly
13269 set menu-bar-mode and other vars from X resources, even if the
13270 initial frame is not a window-system frame (Bug#2299).
13271
13272 * subr.el (read-key): Avoid running filter function when setting
13273 up temporary tool bar entries (Bug#9922).
13274
13275 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13276
13277 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13278 (Bug#11344)
13279
13280 2012-04-27 Chong Yidong <cyd@gnu.org>
13281
13282 * select.el (xselect--encode-string): New function, split from
13283 xselect-convert-to-string.
13284 (xselect-convert-to-string): Use it.
13285 (xselect-convert-to-filename, xselect-convert-to-os)
13286 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13287 returned strings are properly encoded (Bug#11315).
13288
13289 2012-04-27 Chong Yidong <cyd@gnu.org>
13290
13291 * simple.el (delete-active-region): Move to killing custom group.
13292
13293 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13294
13295 * progmodes/which-func.el (which-func-current): Quote %
13296 characters for mode-line processing.
13297
13298 2012-04-27 Chong Yidong <cyd@gnu.org>
13299
13300 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13301 reaching eob (Bug#11286).
13302
13303 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13304
13305 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13306 (gdb): Make it buffer-local and init to zero.
13307 (gdb-control-commands-regexp): New variable.
13308 (gdb-send): Don't wrap in "-interpreter-exec console" if
13309 gdb-control-level is positive. Increment gdb-control-level
13310 whenever the command matches gdb-control-commands-regexp, and
13311 decrement it each time the command is "end". (Bug#11279)
13312
13313 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13314
13315 * window.el (adjust-window-trailing-edge, enlarge-window)
13316 (shrink-window, window-resize):
13317 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13318 windows (Bug#11276).
13319
13320 2012-04-27 Chong Yidong <cyd@gnu.org>
13321
13322 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13323 fix "missing prefix" warning. All callers changed.
13324
13325 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13326
13327 * emacs-lisp/assoc.el: Move to obsolete/.
13328
13329 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13332
13333 * term/ns-win.el (ns-define-service):
13334 * progmodes/pascal.el (pascal-goto-defun):
13335 * progmodes/js.el (js--read-tab):
13336 * progmodes/etags.el (tags-lazy-completion-table):
13337 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13338 * emacs-lisp/ewoc.el (ewoc--wrap):
13339 * emacs-lisp/assoc.el (aput, adelete, amake):
13340 * doc-view.el (doc-view-convert-current-doc):
13341 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13342
13343 2012-04-26 Chong Yidong <cyd@gnu.org>
13344
13345 * image.el (image-type-from-buffer): Only return supported image
13346 type (Bug#9045).
13347
13348 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13349 value, for symmetry with diff-end-of-hunk.
13350 (diff-split-hunk, diff-find-source-location)
13351 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13352 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13353 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13354 compute the relevant hunk or file properly (Bug#6005).
13355 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13356
13357 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * vc/vc-mtn.el:
13360 * vc/vc-hg.el:
13361 * vc/vc-git.el:
13362 * vc/vc-dir.el:
13363 * vc/vc-cvs.el:
13364 * vc/vc-bzr.el:
13365 * vc/vc-arch.el:
13366 * vc/vc.el: Replace lexical-let by lexical-binding.
13367 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13368 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13369 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13370
13371 2012-04-26 Chong Yidong <cyd@gnu.org>
13372
13373 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13374 (diff-mode-shared-map): Bind it to / and [remap undo].
13375
13376 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13377 (ediff-window-setup-function): Use it as the default, to set up
13378 windows based on whether the current frame is graphical (Bug#2138).
13379 (ediff-choose-window-setup-function-automatically): Make obsolete.
13380
13381 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13382
13383 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * ffap.el: Remove old code for obsolete package.
13386 (ffap-complete-as-file-p): Remove.
13387
13388 Use completion-table-with-quoting for comint and pcomplete.
13389 * comint.el (comint--unquote&requote-argument)
13390 (comint--unquote-argument, comint--requote-argument): New functions.
13391 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13392 (comint-quote-filename): Use regexp-opt-charset.
13393 (comint--common-suffix, comint--common-quoted-suffix)
13394 (comint--table-subvert): Remove.
13395 (comint-unquote-function, comint-requote-function): New vars.
13396 (comint--complete-file-name-data): Use them with
13397 completion-table-with-quoting.
13398 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13399 * pcomplete.el (pcomplete-arg-quote-list)
13400 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13401 (pcomplete-unquote-argument-function): Default to non-nil.
13402 (pcomplete-unquote-argument): Simplify.
13403 (pcomplete--common-quoted-suffix): Remove.
13404 (pcomplete-requote-argument-function): New var.
13405 (pcomplete--common-suffix): New function.
13406 (pcomplete-completions-at-point): Use completion-table-with-quoting
13407 and completion-table-subvert.
13408
13409 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13410 (minibuffer--double-dollars): Preserve properties.
13411 (completion--sifn-requote): New function.
13412 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13413
13414 * minibuffer.el: Add support for completion of quoted/escaped data.
13415 (completion-table-with-quoting, completion-table-subvert): New funs.
13416 (completion--twq-try, completion--twq-all): New functions.
13417 (completion--nth-completion): New function.
13418 (completion-try-completion, completion-all-completions): Use it.
13419
13420 2012-04-25 Leo Liu <sdl.web@gmail.com>
13421
13422 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13423 Use compilation-message if available to find real filename.
13424
13425 2012-04-25 Chong Yidong <cyd@gnu.org>
13426
13427 * vc/diff-mode.el (diff-setup-whitespace): New function.
13428 (diff-mode): Use it.
13429
13430 * vc/diff.el (diff-sentinel):
13431 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13432 Whitespace mode variables based on diff style (Bug#8612).
13433
13434 2012-04-25 Leo Liu <sdl.web@gmail.com>
13435
13436 * progmodes/python.el (python-send-region): Add suffix .py to the
13437 temp file.
13438
13439 * files.el (auto-mode-alist): Use javascript-mode instead.
13440
13441 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13442
13443 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13444
13445 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13446 (soap-resolve-references-for-array-type): Hack to prevent self
13447 references, see Bug#9.
13448 (soap-parse-envelope): Report the contents of the 'detail' node
13449 when receiving a fault reply.
13450 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13451
13452 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13453 (soap-inspect-simple-type): New function.
13454
13455 * net/soap-client.el (soap-simple-type): New struct.
13456 (soap-default-xsd-types, soap-default-soapenc-types)
13457 (soap-decode-basic-type, soap-encode-basic-type):
13458 support unsignedInt and double basic types.
13459 (soap-resolve-references-for-simple-type)
13460 (soap-parse-simple-type, soap-encode-simple-type): New function.
13461 (soap-parse-schema): Parse xsd:simpleType declarations.
13462
13463 * net/soap-client.el (soap-default-xsd-types)
13464 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13465 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13466 the local name of "soapenc:Array".
13467 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13468 decoding integer, byte and anyURI xsd types.
13469
13470 2012-04-25 Chong Yidong <cyd@gnu.org>
13471
13472 * cus-edit.el (custom-buffer-create-internal): Update header text.
13473
13474 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13475
13476 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13477 settings on 'system-type', not on 'window-system'. On MS-Windows,
13478 set interactive-mode on in GDB.
13479
13480 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13481
13482 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13483 (ruby-syntax-propertize-regexp): Remove.
13484 (ruby-syntax-propertize-function): Split regexp into chunks.
13485 Match following code directly.
13486
13487 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13488
13489 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13490 (ruby-syntax-propertize-regexp): New function.
13491 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13492 by a special keyword.
13493
13494 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13495 (ruby-syntax-general-delimiters-goto-beg)
13496 (ruby-syntax-propertize-general-delimiters): New functions.
13497 (ruby-syntax-propertize-function): Use them to handle GDL.
13498 (ruby-font-lock-keywords): Move old handling of GDL...
13499 (ruby-font-lock-syntactic-keywords): .. to here.
13500 (ruby-calculate-indent): Adjust indentation for GDL.
13501
13502 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13503
13504 * notifications.el (top): Remove unneeded declarations.
13505 (notifications-specification-version): Change to "1.2".
13506 (notifications-interface, notifications-notify-method)
13507 (notifications-close-notification-method): Fix docstring.
13508 (notifications-get-capabilities-method): New defconst.
13509 (notifications-notify): Add :action-items, :resident and
13510 :transient hints. Change "image_data" to "image-data" and
13511 "image_path" to "image-path".
13512 (notifications-get-capabilities): New defun.
13513
13514 2012-04-24 Leo Liu <sdl.web@gmail.com>
13515
13516 * progmodes/python.el: Move hideshow setup to the end.
13517
13518 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13519
13520 * window.el (handle-select-window): Clear echo area since this is
13521 no more done by read_char (Bug#11304).
13522
13523 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13526 and `/ M' to filter-derived-mode.
13527 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13528 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13529 (ibuffer-mark-by-mode): Use default rather than initial-input.
13530 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13531
13532 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13533
13534 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13535 (ibuffer-filter-by-derived-mode): New filter.
13536 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13537
13538 2012-04-23 Andreas Politz <politza@fh-trier.de>
13539
13540 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13541
13542 2012-04-23 Chong Yidong <cyd@gnu.org>
13543
13544 * cus-edit.el (customize-apropos, customize-apropos-options):
13545 Disable matching of non-option variables (Bug#11176).
13546 (customize-option, customize-option-other-window)
13547 (customize-changed-options): Doc fix.
13548 (customize-apropos-options, customize-apropos-faces)
13549 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13550
13551 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13552 Fix word list splitting (Bug#11132).
13553 (apropos-symbol, apropos-keybinding, apropos-label)
13554 (apropos-property, apropos-function-button)
13555 (apropos-variable-button, apropos-misc-button): New faces.
13556 (apropos-symbol-face, apropos-keybinding-face)
13557 (apropos-label-face, apropos-property-face, apropos-match-face):
13558 Variables removed (Bug#8396).
13559 (apropos-library-button, apropos-format-plist, apropos-print)
13560 (apropos-print-doc, apropos-describe-plist): Callers changed.
13561
13562 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13563
13564 * net/xesam.el (xesam-mode-map): Use let-bound map in
13565 initialization. (Bug#11292)
13566
13567 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13568
13569 Preserve ispell session localwords when switching back to
13570 original buffer.
13571
13572 * textmodes/ispell.el (ispell-buffer-session-localwords):
13573 New buffer-local variable to hold buffer session localwords.
13574 (ispell-kill-ispell): Add option 'clear to delete session
13575 localwords.
13576 (ispell-command-loop, ispell-change-dictionary)
13577 (ispell-buffer-local-words): Preserve session localwords when
13578 needed.
13579
13580 * textmodes/flyspell.el (flyspell-process-localwords)
13581 (flyspell-do-correct): Preserve session localwords when needed.
13582
13583 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13584
13585 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13586 using obsolete `translation-table-for-input'.
13587 (ispell-word, ispell-process-line, ispell-complete-word):
13588 Use plain `insert' instead of removed `ispell-insert-word'.
13589
13590 2012-04-22 Chong Yidong <cyd@gnu.org>
13591
13592 * cus-edit.el (custom-variable-menu)
13593 (custom-variable-reset-saved, custom-face-menu)
13594 (custom-face-reset-saved): If there is no saved value, make the
13595 "reset-saved" operation bring back the default (Bug#9509).
13596 (custom-face-state): Properly detect themed faces.
13597
13598 * faces.el (face-spec-set): Stop supporting deprecated form of
13599 third arg.
13600
13601 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13602
13603 Move functions from C to Lisp. Make non-blocking method calls
13604 the default. Implement further D-Bus standard interfaces.
13605
13606 * net/dbus.el (dbus-message-internal): Declare function.
13607 Remove unneeded function declarations.
13608 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13609 (dbus-message-type-method-return, dbus-message-type-error)
13610 (dbus-message-type-signal): Declare variables. Remove local
13611 definitions.
13612 (dbus-interface-dbus, dbus-interface-peer)
13613 (dbus-interface-introspectable, dbus-interface-properties)
13614 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13615 Adapt docstring.
13616 (dbus-interface-objectmanager): New defconst.
13617 (dbus-call-method, dbus-call-method-asynchronously)
13618 (dbus-send-signal, dbus-method-return-internal)
13619 (dbus-method-error-internal, dbus-register-service)
13620 (dbus-register-signal, dbus-register-method): New defuns, moved
13621 from dbusbind.c
13622 (dbus-call-method-handler, dbus-setenv)
13623 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13624 New defuns.
13625 (dbus-call-method-non-blocking): Make it an obsolete function.
13626 (dbus-unregister-object, dbus-unregister-service)
13627 (dbus-handle-event, dbus-register-property)
13628 (dbus-property-handler): Obey the new structure of
13629 `bus-registered-objects'.
13630 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13631 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13632 Use `dbus-call-method'.
13633
13634 2012-04-22 Chong Yidong <cyd@gnu.org>
13635
13636 * cus-edit.el (custom-commands, custom-reset-menu)
13637 (Custom-reset-standard): Tweak labels.
13638 (custom-reset-button-menu): Change default to t.
13639 (custom-buffer-create-internal): For the custom-reset-button-menu
13640 case, put the revert button first.
13641 (custom-group-subtitle): New face.
13642 (custom-group-value-create): Align docstring to a specific column.
13643
13644 * wid-edit.el (widget-documentation-link-add): Don't handle
13645 indentation in this function.
13646 (widget-documentation-string-indent-to): New function.
13647 (widget-documentation-string-value-create): Use it.
13648
13649 * autorevert.el (auto-revert):
13650 * epg-config.el (epg):
13651 * ibuffer.el (ibuffer):
13652 * mpc.el (mpc):
13653 * ses.el (ses):
13654 * eshell/eshell.el (eshell):
13655 * net/ange-ftp.el (ange-ftp):
13656 * progmodes/ebnf2ps.el (postscript):
13657 * progmodes/flymake.el (flymake):
13658 * progmodes/prolog.el (prolog):
13659 * progmodes/verilog-mode.el (verilog-mode):
13660 * progmodes/which-func.el (which-func):
13661 * term/xterm.el (xterm):
13662 * textmodes/picture.el (picture):
13663 * textmodes/tildify.el (tildify):
13664 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13665 customization buffers.
13666
13667 2012-04-22 Alan Mackenzie <acm@muc.de>
13668
13669 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13670 Adding a ) can hide the resulting (..) from searches. Fix it.
13671 Bound the backward search to the position of the existing (.
13672
13673 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13674
13675 * progmodes/verilog-mode.el (verilog-mode): Check whether
13676 which-func-modes is t before adding verilog-mode.
13677 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13678
13679 2012-04-21 Leo Liu <sdl.web@gmail.com>
13680
13681 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13682
13683 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13684
13685 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13686 filling of the last column of a table (Bug#5635).
13687 (woman-find-next-control-line): New arg, specifying an additional
13688 regexp component for the control line.
13689 (woman2-roff-buffer): Use it.
13690 (woman-break-table): New function.
13691 (woman2-TS): Use it.
13692
13693 2012-04-21 Chong Yidong <cyd@gnu.org>
13694
13695 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13696 (woman-horizontal-escapes, woman-negative-vertical-space)
13697 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13698 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13699
13700 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13701
13702 * minibuffer.el (completion-file-name-table): Complete user names.
13703
13704 2012-04-20 Leo Liu <sdl.web@gmail.com>
13705
13706 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13707 and pcase-let*.
13708
13709 2012-04-20 Chong Yidong <cyd@gnu.org>
13710
13711 * server.el (server-execute): Respect initial-buffer-choice if it
13712 is a string and there are no files to open (Bug#2825).
13713 (server-create-window-system-frame, server-create-tty-frame):
13714 Don't switch buffers here.
13715 (server-process-filter): Only try to open a window system frame if
13716 compiled with graphical support (Bug#8314).
13717
13718 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13719
13720 * battery.el (battery-echo-area-format): Display remaining time
13721 for sysfs backend too (Bug#11269).
13722 (battery-linux-sysfs): Fix conditional for the charge.
13723
13724 2012-04-20 Chong Yidong <cyd@gnu.org>
13725
13726 * progmodes/gdb-mi.el (gdb): Revert previous change.
13727 (gdb-inferior-io--init-proc): New function.
13728 (gdb-init-1): Use it.
13729 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13730 responsible for allocating a new pty and hooking it to gdb when
13731 the old pty gets an EIO due to process exit.
13732 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13733 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13734 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13735
13736 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13737
13738 * window.el (window-min-size, window-sizable, window-min-delta)
13739 (window-max-delta, window--resizable, window-resizable)
13740 (window-total-size, window-full-height-p, window-full-width-p)
13741 (window-in-direction, window--resize-mini-window, window-resize)
13742 (window--resize-child-windows-normal)
13743 (window--resize-child-windows, window--resize-siblings)
13744 (window--resize-this-window, adjust-window-trailing-edge)
13745 (enlarge-window, shrink-window): Doc fixes.
13746
13747 2012-04-20 Chong Yidong <cyd@gnu.org>
13748
13749 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13750 New function to call delete-process on the gdb-inferior buffer's pty.
13751 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13752 pty process (Bug#11273).
13753 (gdb-update): New arg to suppress talking to the gdb process.
13754 (gdb-done-or-error): Use it.
13755 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13756 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13757 sentinel not being called.
13758
13759 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13760
13761 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13762
13763 2012-04-20 Glenn Morris <rgm@gnu.org>
13764
13765 * net/network-stream.el (open-network-stream): Doc fix.
13766
13767 2012-04-20 Chong Yidong <cyd@gnu.org>
13768
13769 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13770
13771 2012-04-20 Alan Mackenzie <acm@muc.de>
13772
13773 Ensure searching for keywords is case sensitive.
13774
13775 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13776 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13777 (c-defun-name, c-mark-function, c-cpp-define-name)
13778 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13779 (c-context-line-break): Bind case-fold-search to nil.
13780
13781 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13782 Bind case-fold-search to nil.
13783
13784 2012-04-20 Chong Yidong <cyd@gnu.org>
13785
13786 * mail/sendmail.el (mail-bury): Call return action with the right
13787 Rmail buffer (Bug#11242).
13788
13789 * server.el (server-process-filter): Handle corner case where both
13790 tty and nowait options are present (Bug#11102).
13791
13792 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13793
13794 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13795 (top level): Put into the executable the ident-style '$Id:' tag on
13796 windows-nt as well.
13797
13798 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13799
13800 * electric.el (electric-indent-post-self-insert-function): Check that
13801 electric-indent-mode is enabled in current buffer.
13802
13803 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13804
13805 * imenu.el (imenu-progress-message): Restore; it is "used" in
13806 erc/erc-imenu.el and net/snmp-mode.el.
13807
13808 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13809
13810 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13811 (mouse-avoidance-nudge-mouse): Remove unused binding.
13812
13813 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13814
13815 * descr-text.el (describe-char):
13816 * progmodes/python.el (python-describe-symbol):
13817 Don't call `toggle-read-only', set `buffer-read-only'.
13818
13819 * imenu.el (imenu-default-goto-function): Mark unused args.
13820 (imenu-progress-message): Remove obsolete macro; all callers changed.
13821
13822 * subr.el (keymap-canonicalize): Remove unused binding.
13823 (read-passwd): Mark unused arg.
13824
13825 * tutorial.el (tutorial--display-changes): Remove unused binding.
13826 (tutorial--save-tutorial-to): Remove unused variable.
13827
13828 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13829 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13830 (package-generate-autoloads, package-menu--generate)
13831 (package-menu--find-upgrades): Remove unused bindings.
13832
13833 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13834 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13835 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13836 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13837 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13838 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13839 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13840 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13841 (cua-delete-char-rectangle): Mark unused args.
13842 (cua-align-rectangle): Remove unused binding.
13843
13844 * mail/rmail.el (compilation--message->loc)
13845 (epa--find-coding-system-for-mime-charset): Declare.
13846
13847 * net/dbus.el (dbus-register-service): Declare.
13848 (dbus-name-owner-changed-handler): Remove unused binding.
13849
13850 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13851 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13852 (nxml-scan-backward-within): Mark unused arg.
13853 (nxml-dynamic-markup-word): Remove unused binding.
13854
13855 * mouse.el (mouse-menu-major-mode-map):
13856 * emacs-lisp/authors.el (authors-scan-change-log)
13857 (authors-add-to-author-list):
13858 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13859 * emacs-lisp/smie.el (smie-auto-fill):
13860 * mail/sendmail.el (mail-bury):
13861 * mail/unrmail.el (unrmail):
13862 * net/tls.el (open-tls-stream):
13863 * textmodes/picture.el (picture-mouse-set-point):
13864 Remove unused bindings.
13865
13866 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13867
13868 * net/tramp.el (tramp-action-password): Let-bind
13869 `enable-recursive-minibuffers' to t.
13870
13871 2012-04-18 Sam Steingold <sds@gnu.org>
13872
13873 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13874 instead of 'string to accommodate values like [f11].
13875 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13876 * progmodes/gdb-mi.el: Likewise.
13877
13878 2012-04-18 Leo Liu <sdl.web@gmail.com>
13879
13880 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13881 current buffer.
13882 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13883 LOCAL is nil.
13884
13885 2012-04-18 Chong Yidong <cyd@gnu.org>
13886
13887 * simple.el (line-move): Use forward-line if in batch mode
13888 (Bug#11053).
13889
13890 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13891
13892 * files.el (after-find-file): Do not try to add a final newline if
13893 the buffer is read-only (Bug#11156).
13894
13895 2012-04-17 Richard Stallman <rms@gnu.org>
13896
13897 * mail/rmail.el (rmail-start-mail):
13898 Pass (rmail-mail-return...) for the return-action.
13899 Pass (rmail-yank-current-message...) for the yank-action.
13900 (rmail-yank-current-message): New function.
13901 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13902 (rmail-reply): Likewise.
13903 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13904
13905 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13906 buffer, not the last. Reject temp buffers. Use the rmail-mode
13907 buffer, not newbuf.
13908
13909 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13910
13911 * server.el (server-ensure-safe-dir): Simplify.
13912
13913 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13914
13915 * emacs-lisp/smie.el: Provide smarter auto-filling.
13916 (smie-auto-fill): New function.
13917 (smie-setup): Use it.
13918
13919 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13920
13921 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13922
13923 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13924 (comment-indent): Use it.
13925
13926 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13927
13928 * ses.el: The overall change is to add cell renaming, that is
13929 setting fancy names for cell symbols other than name matching
13930 "\\`[A-Z]+[0-9]+\\'" regexp .
13931 (ses-localvars): Add ses--renamed-cell-symb-list.
13932 (ses-create-cell-variable): New defun.
13933 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13934 (ses-relocate-formula): Relocate formulas only for cells the
13935 symbols of which are not renamed, i.e. symbols whose names do not
13936 match regexp "\\`[A-Z]+[0-9]+\\'".
13937 (ses-relocate-all): Relocate values only for cells the symbols of
13938 which are not renamed.
13939 (ses-load): Create cells variables as the (ses-cell ...) are read,
13940 in order to check row col consistency with cell symbol name only
13941 for cells that are not renamed.
13942 (ses-replace-name-in-formula): New defun.
13943 (ses-rename-cell): New defun.
13944
13945 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13946
13947 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13948 New option (bug#11118).
13949 (perl-calculate-indent): Respect it.
13950
13951 2012-04-17 Glenn Morris <rgm@gnu.org>
13952
13953 * dired-aux.el (dired-mark-read-string): Doc fix.
13954
13955 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13956
13957 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13958 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13959
13960 2012-04-17 Glenn Morris <rgm@gnu.org>
13961
13962 * mouse.el (mouse-drag-track):
13963 * speedbar.el (speedbar-frame-mode):
13964 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13965
13966 2012-04-16 Leo Liu <sdl.web@gmail.com>
13967
13968 * progmodes/python.el: Trivial cleanup.
13969
13970 2012-04-16 Glenn Morris <rgm@gnu.org>
13971
13972 * vc/vc.el (vc-string-prefix-p):
13973 * vc/pcvs-util.el (cvs-string-prefix-p):
13974 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13975 * mpc.el (mpc-string-prefix-p):
13976 Make all of these into obsolete aliases for string-prefix-p.
13977 Update callers.
13978 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13979
13980 * textmodes/two-column.el: Move custom options to the start.
13981 (frame-width): Remove compat definition.
13982 (2C-associate-buffer, 2C-dissociate):
13983 Use with-current-buffer rather than save-excursion.
13984 (2C-dissociate): Force a mode-line update.
13985 (2C-autoscroll): Use ignore-errors.
13986
13987 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13988 Autoload trivia.
13989
13990 * emacs-lisp/cl-extra.el (*random-state*):
13991 Remove unnecessary declaration.
13992
13993 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13994
13995 * play/cookie1.el (cookie-snarf):
13996 Give an explicit error if input file cannot be read.
13997
13998 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13999
14000 * progmodes/perl-mode.el (c-macro-expand):
14001 Remove unnecessary autoload (it is in loaddefs.el).
14002
14003 * textmodes/picture.el (picture-desired-column)
14004 (picture-update-desired-column): Convert comments to doc-strings.
14005 (picture-substitute): Remove function.
14006 (picture-mode-map): Initialize in the defvar.
14007
14008 * woman.el: Remove eval-after-load for tar-mode.
14009 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14010 (woman-tar-extract-file): Autoload it.
14011
14012 * frame.el (automatic-hscrolling): Make this alias obsolete.
14013
14014 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14015
14016 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14017 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14018 (ispell-dictionary-base-alist): Revert to original XEmacs
14019 friendly version for default. [:alpha:] will be added in
14020 `ispell-set-spellchecker-params' if needed.
14021
14022 2012-04-16 Chong Yidong <cyd@gnu.org>
14023
14024 * image.el (imagemagick--file-regexp): New variable.
14025 (imagemagick-register-types): Use it.
14026 (imagemagick-types-inhibit): Add :set function. Allow new value
14027 of t to inhibit all types.
14028
14029 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14030 so we can preload it.
14031
14032 * loadup.el (fboundp): Preload regexp-opt, needed by
14033 imagemagick-register-types.
14034
14035 2012-04-15 Chong Yidong <cyd@gnu.org>
14036
14037 * frame.el (scrolling): Remove nearly unused customization group.
14038
14039 * scroll-all.el (scroll-all-mode): Move to windows group.
14040
14041 2012-04-15 Chong Yidong <cyd@gnu.org>
14042
14043 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14044
14045 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14046
14047 Avoid the use of ((lambda ...) ...) in lexical-binding code.
14048 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14049
14050 2012-04-15 Glenn Morris <rgm@gnu.org>
14051
14052 * simple.el (process-file-side-effects): Doc fix.
14053
14054 2012-04-15 Glenn Morris <rgm@gnu.org>
14055
14056 * international/mule-cmds.el (set-language-environment): Doc fix.
14057
14058 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14059
14060 * server.el (server-auth-key, server-generate-key): Doc fixes.
14061 (server-get-auth-key): Doc fix. Use `string-match-p'.
14062 (server-start): Reflow docstring.
14063
14064 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
14065
14066 * server.el (server-generate-key): `called-interactively-p'
14067 requires a parameter.
14068
14069 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
14070
14071 * server.el (server-auth-key): New variable.
14072 (server-generate-key, server-get-auth-key): New function.
14073 (server-start): Use the new variable and functions to allow
14074 setting a permanent server key (bug#9423).
14075
14076 2012-04-14 Leo Liu <sdl.web@gmail.com>
14077
14078 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14079
14080 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14081
14082 Spelling fixes.
14083 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14084 Emacs uses American spelling.
14085
14086 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14087
14088 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14089 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14090 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14091 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14092
14093 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14094
14095 * progmodes/which-func.el (which-func-modes): Change default.
14096
14097 2012-04-14 Kim F. Storm <storm@cua.dk>
14098
14099 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14100 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14101
14102 2012-04-14 Chong Yidong <cyd@gnu.org>
14103
14104 * custom.el (custom-theme-set-variables): Doc fix.
14105
14106 2012-04-14 Glenn Morris <rgm@gnu.org>
14107
14108 * international/mule.el (set-auto-coding-for-load): Doc fix.
14109
14110 2012-04-14 Alan Mackenzie <acm@muc.de>
14111
14112 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14113 imenu work again for Objective C Mode. Correct the *-index values,
14114 these having been disturbed by a previous change in 2011-08.
14115
14116 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14117 Correct two search limits.
14118
14119 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14120
14121 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14122
14123 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
14124
14125 * international/characters.el: Fix sorting.
14126
14127 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14128
14129 * international/characters.el: Add more missing Latin case pairs.
14130
14131 2012-04-14 Glenn Morris <rgm@gnu.org>
14132
14133 * files.el (dir-locals-set-class-variables): Doc fix.
14134
14135 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14136
14137 * international/characters.el: Add set-case-syntax-pair call for
14138 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14139 counterpart. (Bug#11209)
14140
14141 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14142
14143 2012-04-14 Glenn Morris <rgm@gnu.org>
14144
14145 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14146
14147 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14148
14149 * textmodes/ispell.el (ispell-dictionary-base-alist):
14150 Add data for Hebrew.
14151
14152 2012-04-14 Chong Yidong <cyd@gnu.org>
14153
14154 * net/rcirc.el (rcirc-cmd-quit):
14155 Revert 2012-03-18 change (Bug#11192).
14156
14157 2012-04-14 Glenn Morris <rgm@gnu.org>
14158
14159 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14160
14161 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14162
14163 * minibuffer.el (completion-in-region-mode-map):
14164 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14165
14166 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14167
14168 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14169
14170 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14171
14172 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14173 to allow `C-M-f' and `C-M-b' to move to the nearest path
14174 separator (bug#9511).
14175
14176 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14177
14178 * avoid.el: Require cl when compiling. And also move the
14179 `provide' to the end.
14180
14181 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14182
14183 * avoid.el (mouse-avoidance-banish-position): New variable.
14184 (mouse-avoidance-banish-destination): Use it (bug#10165).
14185
14186 2012-04-13 Leo Liu <sdl.web@gmail.com>
14187
14188 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14189
14190 2012-04-13 Ken Brown <kbrown@cornell.edu>
14191
14192 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14193 this is no longer needed now that cygstart understands file:// URLs.
14194 (browse-url-filename-alist): For the same reason, don't modify
14195 file:// URLs on Cygwin.
14196
14197 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14198
14199 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14200 the region on shift if the binding is already shifted (bug#11221).
14201
14202 2012-04-12 Glenn Morris <rgm@gnu.org>
14203
14204 * mail/mailpost.el: Move to obsolete/.
14205
14206 2012-04-12 Drew Adams <drew.adams@oracle.com>
14207
14208 * imenu.el (imenu--generic-function): Ignore invisible definitions
14209 (bug#10123).
14210
14211 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14212
14213 * hexl.el (hexl-bits): New variable.
14214 (hexl-options): Mention the variable in the doc string.
14215 (hexl-rulerise, hexl-line-displen): New functions.
14216 (hexl-mode): Mention the new variable.
14217 (hexl-mode, hexl-current-address, hexl-current-address):
14218 Use the displen.
14219 (hexl-ascii-start-column): New function.
14220 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14221 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14222
14223 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14224
14225 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14226 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14227 the encoding, as expected by hunspell.
14228
14229 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14230
14231 * battery.el (battery--linux-sysfs-regexp): New const.
14232 (battery-status-function): Use it. Remove yeeloong special case.
14233 (battery-yeeloong-sysfs): Remove.
14234 (battery-echo-area-format): Remove yeeloong special case.
14235
14236 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14239 Reported by Noah Friedman.
14240
14241 * subr.el (read-passwd): Use read-string.
14242
14243 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14244
14245 * vcursor.el (vcursor-move): Increase the priority of the overlay
14246 (bug#9663).
14247
14248 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14249
14250 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14251 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14252
14253 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14254
14255 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14256 define-minor-mode (bug#10760).
14257
14258 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14259
14260 * progmodes/grep.el (rgrep): Tweak the find command line so
14261 that directories matching `grep-find-ignored-files' won't be
14262 pruned (bug#10351).
14263
14264 2012-04-11 Chong Yidong <cyd@gnu.org>
14265
14266 * startup.el (command-line): Remove support for long-obsolete
14267 variable font-lock-face-attributes.
14268
14269 2012-04-11 Glenn Morris <rgm@gnu.org>
14270
14271 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14272
14273 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * window.el (window--state-get-1): Obey window-point-insertion-type.
14276
14277 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14278
14279 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14280 to previous function when point is on the first character of a
14281 function. Take care of that in `narrow-to-defun' (bug#6157).
14282
14283 2012-04-11 Glenn Morris <rgm@gnu.org>
14284
14285 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14286 not just file-errors.
14287
14288 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14289 (vc-bzr-sha1): Use internal sha1.
14290
14291 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14294
14295 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
14296
14297 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14298 that start in the middle of the line (bug#10496).
14299
14300 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14301
14302 * battery.el (battery-linux-proc-acpi): Only one battery is
14303 discharged at a time, but that seems to confuse battery.el when
14304 computing `rate-type' for the battery not being discharged
14305 (bug#10332).
14306
14307 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14308
14309 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14310
14311 * international/quail.el: Use dolist and simplify.
14312 (quail-define-package, quail-update-keyboard-layout)
14313 (quail-define-rules): Use dolist.
14314 (quail-insert-kbd-layout, quail-get-translation): CSE.
14315
14316 * tmm.el: Use dolist, remove left over hook.
14317 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14318 Use dolist.
14319 (calendar-load-hook): Don't mess with it.
14320
14321 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14322 Use derived-mode-p. Run the diff asynchronously.
14323
14324 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14325
14326 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14327
14328 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14329
14330 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14331 (list-dynamic-libraries--loaded): New function.
14332 (list-dynamic-libraries--refresh): Use it.
14333
14334 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14335
14336 * progmodes/python.el (python-fill-paragraph):
14337 Make python-fill-region in a multiline string work when font-lock is
14338 disabled (bug#7018).
14339
14340 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
14341
14342 * language/european.el (cp775): Add oem/legacy (en)coding on
14343 DOS/MS Windows for the Baltic languages. There are still plenty
14344 of texts written in this encoding/codepage (bug#6519).
14345
14346 2012-04-10 Glenn Morris <rgm@gnu.org>
14347
14348 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14349 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14350
14351 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14352
14353 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14354 next-line "n" and previous-line "p" in order to make recentf more
14355 consistent with ibuffer, dired or org-mode (bug#9387).
14356
14357 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14358
14359 * image.el (put-image): Return the overlay created instead of the
14360 optional input string (bug#7834). Note that this may break code
14361 that is (for some reason or other) depending on `put-image'
14362 returning the string.
14363
14364 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14365
14366 * simple.el (zap-to-char): Allow zapping using input methods
14367 (bug#1580).
14368
14369 * textmodes/fill.el (fill-region): Leave point and mark where they
14370 were before filling (bug#5399).
14371
14372 2012-04-09 Glenn Morris <rgm@gnu.org>
14373
14374 * version.el (emacs-bzr-get-version):
14375 Handle lightweight checkouts of local branches.
14376
14377 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14378
14379 * international/characters.el: Recover lost case pairs. (Bug#11209)
14380
14381 2012-04-09 Chong Yidong <cyd@gnu.org>
14382
14383 * custom.el (custom-variable-p): Return nil for non-symbol
14384 arguments instead of signaling an error.
14385 (user-variable-p): Obsolete alias for custom-variable-p.
14386
14387 * apropos.el (apropos-variable):
14388 * files-x.el (read-file-local-variable):
14389 * simple.el (set-variable):
14390 * woman.el (woman-mini-help):
14391 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14392
14393 2012-04-09 Glenn Morris <rgm@gnu.org>
14394
14395 * startup.el (normal-top-level): Don't look for leim-list.el
14396 in places where it will not be found. (Bug#910)
14397
14398 * international/mule-cmds.el (set-default-coding-systems):
14399 * files.el (normal-mode):
14400 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14401 This function was removed with ucs-tables.el in 2008.
14402
14403 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14404
14405 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14406 ispell-encoding8-command to "-i", without a trailing space.
14407 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14408 separate command-line arguments, to specify the encoding, since
14409 that's how hunspell expects it.
14410
14411 2012-04-08 Glenn Morris <rgm@gnu.org>
14412
14413 * loadup.el: Load bindings before cus-start.
14414 This reduces somewhat the number of "rogue" settings in emacs -Q.
14415
14416 2012-04-07 Glenn Morris <rgm@gnu.org>
14417
14418 * version.el (emacs-bzr-get-version): New function.
14419 (emacs-bzr-version): New variable.
14420 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14421 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14422
14423 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14424
14425 * international/uni-bidi.el, international/uni-category.el:
14426 * international/uni-combining.el, international/uni-decimal.el:
14427 * international/uni-decomposition.el, international/uni-digit.el:
14428 * international/uni-lowercase.el, international/uni-mirrored.el:
14429 * international/uni-name.el, international/uni-numeric.el:
14430 * international/uni-titlecase.el, international/uni-uppercase.el:
14431 Update for Unicode 6.1.
14432
14433 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14434
14435 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14436
14437 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14438
14439 * window.el (shrink-window): Mention the `window-min-height'
14440 variable in the doc string.
14441
14442 2012-04-05 Bastien Guerry <bzg@altern.org>
14443
14444 * color.el (color-lighten-name): Fix typo.
14445
14446 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14447
14448 * server.el (server--on-display-p): New function.
14449 (server--on-display-p): Use it.
14450
14451 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
14452
14453 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14454 (bug#11145).
14455
14456 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 * comint.el (comint--common-quoted-suffix): Check string boundary
14459 before comparing (bug#11158).
14460 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14461
14462 2012-04-04 Chong Yidong <cyd@gnu.org>
14463
14464 * minibuffer.el (completion-extra-properties): Doc fix.
14465
14466 * subr.el (delayed-warnings-hook): Doc fix.
14467
14468 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14469
14470 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14471 selection (Bug#11159).
14472 (epa-insert-keys): Inform that the default public key will be
14473 exported if no key is selected.
14474
14475 2012-04-04 Richard Stallman <rms@gnu.org>
14476
14477 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14478
14479 2012-04-03 Chong Yidong <cyd@gnu.org>
14480
14481 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14482 mail-insert-file, not its obsolete alias mail-attach-file.
14483
14484 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14485
14486 * notifications.el (notifications-notify): Fix docstring.
14487
14488 2012-04-02 Glenn Morris <rgm@gnu.org>
14489
14490 * emacs-lisp/authors.el (authors-aliases): Another addition.
14491
14492 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14493
14494 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14495 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14496 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14497
14498 2012-04-01 Chong Yidong <cyd@gnu.org>
14499
14500 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14501 Handle root directory properly.
14502 (copy-directory): Caller changed.
14503
14504 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14505 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14506
14507 2012-03-31 Glenn Morris <rgm@gnu.org>
14508
14509 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14510
14511 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14512
14513 * calendar/calendar.el (calendar-window-list)
14514 (calendar-hide-window): Restore. (Bug#11140)
14515 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14516
14517 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14518
14519 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14520
14521 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14522 Check if file is a symlink (Bug#10489).
14523
14524 * files.el (copy-directory): Likewise.
14525
14526 2012-03-30 Chong Yidong <cyd@gnu.org>
14527
14528 * image.el (imagemagick-types-inhibit)
14529 (imagemagick-register-types): Doc fix.
14530
14531 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14532
14533 * textmodes/ispell.el (ispell-get-extended-character-mode):
14534 Disable extended-char-mode for hunspell. hunspell does not support it
14535 and treats ~word as ordinary words in pipe mode.
14536
14537 2012-03-30 Glenn Morris <rgm@gnu.org>
14538
14539 * tutorial.el (help-with-tutorial): Ensure local variables don't
14540 happen to make the buffer read-only. (Bug#11127)
14541
14542 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14543
14544 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14545 (perl-calculate-indent): Return `noindent' in strings.
14546
14547 2012-03-28 Sam Steingold <sds@gnu.org>
14548
14549 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14550 instead of the broken adhockery which does not prevent calendar
14551 buffers from being displayed at random after exit.
14552 (calendar-window-list, calendar-hide-window): Remove the broken
14553 adhockery.
14554
14555 2012-03-28 Glenn Morris <rgm@gnu.org>
14556
14557 * replace.el (query-replace-map): Doc fix.
14558
14559 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14560
14561 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14562 contents. (Bug#11109)
14563
14564 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14565
14566 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14567 (bug#11077).
14568 (avl-tree--check, avl-tree--check-node): New funs.
14569
14570 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14571
14572 * window.el (switch-to-visible-buffer): New option.
14573 (switch-to-prev-buffer, switch-to-next-buffer):
14574 Observe switch-to-visible-buffer. Make sure that checking for a window
14575 showing a buffer already is done on the same frame.
14576
14577 2012-03-27 Glenn Morris <rgm@gnu.org>
14578
14579 * startup.el (mail-host-address): Doc fix.
14580
14581 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14582
14583 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14584 than 197 variables.
14585
14586 2012-03-26 Ami Fischman <ami@fischman.org>
14587
14588 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14589
14590 2012-03-26 Glenn Morris <rgm@gnu.org>
14591
14592 * files.el (save-buffers-kill-emacs): Doc fix.
14593
14594 * startup.el (normal-top-level, command-line, command-line-1):
14595 Give them doc strings.
14596
14597 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14598
14599 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14600 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14601
14602 2012-03-25 Chong Yidong <cyd@gnu.org>
14603
14604 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14605 theme if it was previously enabled before (Bug#11031).
14606
14607 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14608 spec with custom-face-get-current-spec if its :shown-value is not
14609 determined yet (Bug#9337).
14610 (customize-create-theme, custom-theme-revert): Doc fixes.
14611
14612 * button.el (button-at): Minor addition to docstring.
14613
14614 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14615
14616 * vc/vc.el (vc-merge): Fix a prompt.
14617
14618 2012-03-24 Chong Yidong <cyd@gnu.org>
14619
14620 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14621 point (Bug#9623).
14622
14623 * button.el (button-at): Minor addition to docstring.
14624
14625 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14626
14627 * newcomment.el (comment-choose-indent): No space after BOL.
14628
14629 2012-03-22 Sam Steingold <sds@gnu.org>
14630
14631 * window.el (switch-to-prev-buffer): Revert last patch because the
14632 bug turned out to be an advertised feature (Elisp manual 28.14).
14633
14634 2012-03-22 Glenn Morris <rgm@gnu.org>
14635
14636 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14637 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14638
14639 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14640
14641 * net/network-stream.el (network-stream-open-starttls): Make error
14642 message under Windows be less misleading.
14643
14644 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14645
14646 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14647 understands (bug#9942).
14648
14649 2012-03-22 Chong Yidong <cyd@gnu.org>
14650
14651 * simple.el (end-of-visible-line): Handle return value of
14652 next-single-property-change properly (Bug#9371).
14653
14654 2012-03-22 Kenichi Handa <handa@m17n.org>
14655
14656 * international/quail.el (quail-insert-kbd-layout): Fix previous
14657 change. To avoid unwanted bidi reordering, use
14658 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14659
14660 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14661
14662 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14663 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14664 (ruby-beginning-of-indent): Be more careful with the difference
14665 between word-boundary and symbol boundary.
14666 (ruby-mode-syntax-table): Make : a symbol constituent.
14667
14668 2012-03-21 Andreas Politz <politza@fh-trier.de>
14669
14670 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14671
14672 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * progmodes/etags.el (tags-completion-at-point-function):
14675 Improve last fix.
14676
14677 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14678
14679 2012-03-21 Sam Steingold <sds@gnu.org>
14680
14681 * progmodes/etags.el (tags-completion-at-point-function):
14682 Avoid the error when point is inside the pattern.
14683
14684 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14685
14686 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14687 line (Bug#10855).
14688
14689 2012-03-21 Drew Adams <drew.adams@oracle.com>
14690
14691 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14692
14693 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14694
14695 * ido.el (ido-set-current-directory, ido-read-internal)
14696 (ido-choose-completion-string, ido-completion-help): Handle nil
14697 value of ido-completion-buffer (Bug#11008).
14698
14699 2012-03-21 Sam Steingold <sds@gnu.org>
14700
14701 * window.el (switch-to-prev-buffer): Do not switch to a visible
14702 window previous buffer, just like with the frame previous buffers.
14703
14704 2012-03-21 Chong Yidong <cyd@gnu.org>
14705
14706 * faces.el (make-face, make-empty-face, copy-face):
14707 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14708 Doc fixes.
14709
14710 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14711
14712 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14713 (widget-complete): Remove broken use of it.
14714
14715 2012-03-20 Chong Yidong <cyd@gnu.org>
14716
14717 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14718 Use string-width and truncate-string-width to handle arbitrary
14719 characters.
14720
14721 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14722
14723 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14724 to draw rectangles, not squares. (Regression introduced by revno
14725 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14726
14727 2012-03-18 Chong Yidong <cyd@gnu.org>
14728
14729 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14730 it is not yet defined (for temacs).
14731
14732 2012-03-18 Leo Liu <sdl.web@gmail.com>
14733
14734 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14735 prefix.
14736
14737 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14738
14739 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14740 (ispell-choices-win-default-height, ispell-silently-savep)
14741 (ispell-dictionary-alist, ispell-encoding8-command)
14742 (ispell-check-version, ispell-aspell-find-dictionary)
14743 (ispell-valid-dictionary-list, ispell-words-keyword)
14744 (ispell-get-word, ispell-internal-change-dictionary)
14745 (ispell-region, ispell-skip-region-list)
14746 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14747 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14748 (ispell-message-text-end, ispell-message)
14749 (ispell-buffer-local-parsing): Doc fix.
14750
14751 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14752
14753 * htmlfontify.el: Add support for code block fontification for ODT
14754 export (Bug #9914).
14755 (hfy-optimisations): Define new option
14756 `body-text-only'
14757 (hfy-fontify-buffer): Honor above setting.
14758 (hfy-begin-span, hfy-end-span): New routines factored out form
14759 `hfy-fontify-buffer'.
14760 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14761 that permit insertion of custom tags.
14762 (hfy-fontify-buffer): Use above handlers.
14763 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14764 (hfy-face-to-css): Re-defined to be a variable.
14765 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14766 over multiple runs. This is made possible by having the caller let
14767 bind a special variable `hfy-user-sheet-assoc'.
14768 (htmlfontify-string): New defun.
14769 (hfy-compile-face-map): Make sure that the last char in the
14770 buffer is correctly fontified.
14771 (hfy-face-resolve-face): Whitespace only change.
14772
14773 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14774
14775 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14776 message more clear.
14777
14778 2012-03-16 Leo Liu <sdl.web@gmail.com>
14779
14780 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14781
14782 2012-03-16 Alan Mackenzie <acm@muc.de>
14783
14784 Further optimize the handling of large macros.
14785
14786 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14787 limit to a call of `c-literal-limits'.
14788 (c-determine-+ve-limit): New function.
14789 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14790 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14791 In CASE 5B, restrict a search limit to 500.
14792 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14793
14794 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14795 Restrict macro bounds to +-500 from after-change's BEG END.
14796
14797 2012-03-16 Leo Liu <sdl.web@gmail.com>
14798
14799 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14800
14801 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14802
14803 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14804 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14805
14806 2012-03-16 Glenn Morris <rgm@gnu.org>
14807
14808 * view.el (view-buffer, view-buffer-other-window)
14809 (view-buffer-other-frame): Doc fixes re special mode-class.
14810
14811 * subr.el (eval-after-load): If named feature is provided not from
14812 a file, run after-load forms. (Bug#10946)
14813
14814 * calendar/calendar.el (calendar-insert-at-column):
14815 Handle non-unit-width characters a bit better. (Bug#10978)
14816
14817 2012-03-15 Chong Yidong <cyd@gnu.org>
14818
14819 * emacs-lisp/ring.el (ring-extend): New function.
14820 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14821
14822 * comint.el (comint-read-input-ring)
14823 (comint-add-to-input-history): Grow comint-input-ring lazily.
14824
14825 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14826
14827 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14828 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14829
14830 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14831 (imenu-add-to-menubar): Don't add a redundant index.
14832 (imenu-update-menubar): Handle a dynamically composed keymap.
14833
14834 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14835
14836 * mail/sendmail.el (mail-encode-header):
14837 Bind rfc2047-encode-encoded-words to nil.
14838
14839 2012-03-13 Glenn Morris <rgm@gnu.org>
14840
14841 * calendar/calendar.el (calendar-string-spread):
14842 Handle non-unit-width characters a bit better. (Bug#10978)
14843
14844 2012-03-13 Leo Liu <sdl.web@gmail.com>
14845
14846 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14847 directory and file as argument (Bug#10822).
14848
14849 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14850
14851 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14852 For dynamically generated code, follow $PC.
14853 (gdb-disassembly-handler-custom): Handle no function name case.
14854
14855 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14856
14857 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14858 * emulation/ws-mode.el (ws-query-replace):
14859 * sort.el (sort-regexp-fields):
14860 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14861
14862 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14863
14864 * dabbrev.el: Fix cycle completion order (bug#10963).
14865 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14866 (dabbrev-completion): Don't use an obarray; provide
14867 a cycle-sort-function.
14868
14869 2012-03-12 Leo Liu <sdl.web@gmail.com>
14870
14871 * simple.el (kill-new): Use equal-including-properties for comparison.
14872 (kill-do-not-save-duplicates): Doc fix.
14873
14874 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14875
14876 * dabbrev.el: Fix cycle completion (bug#10963).
14877 Use lexical binding and wrap to 80 columns.
14878 (dabbrev-completion): Delay computing the list of completions.
14879
14880 2012-03-12 Kenichi Handa <handa@m17n.org>
14881
14882 * international/quail.el (quail-insert-kbd-layout): Surround each
14883 row by LRO and PDF instead of inserting many LRMs. Pad the left
14884 and right of each non-spacing marks. Insert invisible space
14885 between lower and upper characters to prevent composition.
14886
14887 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * minibuffer.el (minibuffer-complete): Don't get confused when the
14890 function is run twice via different commands (bug#10958).
14891 (complete-with-action): Fix docstring.
14892
14893 2012-03-12 Chong Yidong <cyd@gnu.org>
14894
14895 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14896 (nxml-completion-at-point-function): New function.
14897 (nxml-mode): Use it.
14898 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14899
14900 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14901 Load generated autoloads file before byte compiling (Bug#10970).
14902 (package--make-autoloads-and-compile): New helper fun.
14903
14904 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14905
14906 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14907
14908 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14909
14910 * autorevert.el (auto-revert-handler): Ensure, that
14911 file-readable-p is applied only for local files or in
14912 auto-revert-tail-mode.
14913
14914 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14915
14916 * server.el (server-eval-at): Handle non-tcp connections.
14917 Decode result string.
14918
14919 * server.el (server-msg-size): New constant.
14920 (server-reply-print): New function.
14921 (server-eval-and-print): Use it.
14922 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14923 Handle -print-nonl.
14924
14925 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14926
14927 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14928 (Bug#10987).
14929
14930 2012-03-11 Chong Yidong <cyd@gnu.org>
14931
14932 * simple.el (goto-line): Doc fix (Bug#9938).
14933
14934 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14935
14936 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14937 when finished (Bug#10963).
14938
14939 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14940
14941 * window.el (split-window-below): Fix bug in case where
14942 split-window-keep-point is nil (Bug#10971).
14943
14944 2012-03-11 Juri Linkov <juri@jurta.org>
14945
14946 * replace.el (replace-highlight): Set isearch-word to nil
14947 unconditionally. (Bug#10887)
14948
14949 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14950
14951 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14952 mairix-replace-illegal-chars; all callers changed. Don't remove
14953 ^, ~, and = characters: they are meaningful in mairix search specs.
14954 (mairix-widget-create-query): Add usage information about mairix
14955 search forms: negating words, searching for substrings, etc.
14956
14957 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14958
14959 * international/fontset.el (font-encoding-alist): Add an entry for
14960 ksx1001 (Bug#5667).
14961
14962 2012-03-10 Richard Stallman <rms@gnu.org>
14963
14964 * mail/sendmail.el (mail-encode-header):
14965 Set rfc2047-encode-encoded-words.
14966
14967 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14968
14969 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14970 view buffer means not swapped.
14971 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14972 (rmail-write-region-annotate): Error if real text has disappeared.
14973
14974 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14975
14976 2012-03-10 Chong Yidong <cyd@gnu.org>
14977
14978 * emulation/cua-rect.el (cua--init-rectangles):
14979 * emulation/cua-base.el (cua--init-keymaps):
14980 Add delete-forward-char to remappings (Bug#9666).
14981
14982 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14983
14984 * speedbar.el (speedbar-unhighlight-one-tag-line):
14985 Avoid unhighlighting due to frame switching (Bug#10275).
14986
14987 2012-03-10 Chong Yidong <cyd@gnu.org>
14988
14989 * minibuffer.el (completion-in-region, completion-help-at-point):
14990 Give the completion field overlay a high priority (Bug#6830).
14991
14992 * dired.el (dired-goto-file): Recognize absolute file name
14993 listings (Bug#7126).
14994 (dired-goto-file-1): New helper function.
14995 (dired-toggle-read-only): Inhibit warnings.
14996
14997 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14998
14999 * net/dbus.el (dbus-property-handler): Return empty array if
15000 there are no properties.
15001
15002 2012-03-09 Leo Liu <sdl.web@gmail.com>
15003
15004 * savehist.el (savehist-printable): Stricter check for string
15005 value (Bug#10937).
15006
15007 2012-03-09 Eli Zaretskii <eliz@gnu.org>
15008
15009 * mail/smtpmail.el (smtpmail-send-it):
15010 Bind coding-system-for-write to *-unix, so that FCC files are kept in
15011 valid mbox format.
15012
15013 2012-03-09 Glenn Morris <rgm@gnu.org>
15014
15015 * files.el (dir-locals-find-file):
15016 Don't check result is regular, readable.
15017 (dir-locals-read-from-file): Demote errors.
15018
15019 2012-03-08 Eli Zaretskii <eliz@gnu.org>
15020
15021 * international/quail.el (quail-insert-kbd-layout):
15022 Insert invisible LRM characters before each character in a keyboard
15023 layout cell, to prevent their reordering by bidi display engine.
15024 For details, see the discussion in
15025 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15026
15027 2012-03-08 Alan Mackenzie <acm@muc.de>
15028
15029 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15030 the starting position; make it extend the marked region when
15031 invoked repeatedly - all under appropriate circumstances.
15032 Fixes bugs #5525, #10906.
15033
15034 2012-03-08 Glenn Morris <rgm@gnu.org>
15035
15036 * files.el (locate-dominating-file, dir-locals-find-file):
15037 Undo 2012-03-06 change.
15038
15039 2012-03-07 Eli Zaretskii <eliz@gnu.org>
15040
15041 * international/quail.el (quail-help):
15042 Force bidi-paragraph-direction be left-to-right. See discussion in
15043 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15044 for the reason.
15045
15046 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
15047
15048 Avoid superfluous registering of signals. (Bug#10807)
15049
15050 * notifications.el (notifications-on-action-object)
15051 (notifications-on-close-object): New defvars.
15052 (notifications-on-action-signal, notifications-on-closed-signal):
15053 Unregister the signal if not needed any longer.
15054 (notifications-notify): Register `notifications-action-signal' or
15055 `notifications-closed-signal', if :on-action or :on-close has been
15056 passed as argument.
15057
15058 2012-03-07 Chong Yidong <cyd@gnu.org>
15059
15060 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15061 non-X platforms.
15062
15063 2012-03-06 Glenn Morris <rgm@gnu.org>
15064
15065 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15066 (x-disown-selection-internal, x-get-selection-internal):
15067 Doc fix (add arglist signatures). (Bug#10783)
15068
15069 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15070
15071 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15072 Handle breakpoints with no "type".
15073
15074 2012-03-06 Glenn Morris <rgm@gnu.org>
15075
15076 * files.el (locate-dominating-file): Add optional predicate argument.
15077 (dir-locals-find-file): Make use of above change.
15078
15079 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15080
15081 * info.el (Info-insert-dir): Also try "dir.gz".
15082
15083 2012-03-06 Glenn Morris <rgm@gnu.org>
15084
15085 * files.el (dir-locals-find-file):
15086 Ignore non-readable or non-regular files. (Bug#10928)
15087
15088 * files.el (locate-dominating-file): Doc fix.
15089
15090 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15091
15092 * calendar/calendar.el (calendar-set-mode-line):
15093 `getenv' returns a string. (Bug#10951)
15094
15095 2012-03-05 Leo Liu <sdl.web@gmail.com>
15096
15097 * simple.el (backward-delete-char-untabify): Constrain point to
15098 field (Bug#10939).
15099
15100 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15101
15102 2012-03-05 Chong Yidong <cyd@gnu.org>
15103
15104 * simple.el (count-words): If called from Lisp, return the word
15105 count, for symmetry with `count-lines'. Arglist changed.
15106 (count-words--message): Args changed. Consolidate counting code
15107 from count-words and count-words-region.
15108 (count-words-region): Caller changed.
15109 (count-lines-region): Make it an obsolete alias.
15110
15111 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15112
15113 * saveplace.el (save-place-to-alist)
15114 (save-place-ignore-files-regexp): Allow value nil to disable this
15115 feature.
15116
15117 2012-03-04 Chong Yidong <cyd@gnu.org>
15118
15119 * faces.el (face-spec-reset-face): For the default face, reset the
15120 attributes to default values (Bug#10748).
15121
15122 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15123
15124 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15125 previous patch: Check `message-send-mail-function', and not the
15126 default function (bug#10897).
15127
15128 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
15129
15130 * notifications.el (notifications-on-action-signal)
15131 (notifications-on-closed-signal): Check for unique service name of
15132 incoming event. Fix error in removing entry.
15133 (top): Register for signals with wildcard service name.
15134 (notifications-notify): Use daemon unique service name for map entries.
15135
15136 2012-03-04 Chong Yidong <cyd@gnu.org>
15137
15138 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15139
15140 2012-03-04 Glenn Morris <rgm@gnu.org>
15141
15142 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15143 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15144 (expand-abbrev, define-abbrev-table): Doc fixes.
15145
15146 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15147
15148 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15149 `message-default-send-mail-function' and not `send-mail-function'
15150 when doing the prompting for `sendmail-query-once' before sending
15151 in Message buffers (bug#10897).
15152
15153 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15154 This is inconsistent with all the other stream functions, which leave
15155 the setting up to the higher levels (if so wanted) (bug#10931).
15156
15157 2012-03-02 Alan Mackenzie <acm@muc.de>
15158
15159 Depessimize the handling of very large macros.
15160
15161 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15162 (c-macro-cache-syntactic): New variables to implement a one
15163 element macro cache.
15164 (c-invalidate-macro-cache): New function.
15165 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15166 Adapt to use the new cache.
15167 (c-state-safe-place): Use better the cache of safe positions.
15168 (c-state-semi-nonlit-pos-cache)
15169 (c-state-semi-nonlit-pos-cache-limit):
15170 New variables for...
15171 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15172 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15173 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15174 Use c-state-semi-safe-place.
15175
15176 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15177 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15178
15179 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15180
15181 * jka-compr.el (jka-compr-call-process):
15182 Apply `file-accessible-directory-p' only when the default directory is
15183 not remote.
15184
15185 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15186
15187 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15188 access of FILE2, if FILE1 does not exist.
15189
15190 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15191 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15192
15193 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15194 Add "PAGER=" to `process-environment'.
15195
15196 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15197
15198 * progmodes/sql.el: Bug fix
15199 (sql-get-login-ext): Save login values in globals.
15200 (sql-get-login): Use new version of `sql-get-login-ext'.
15201 (sql-interactive-mode): Set global `sql-connection' to nil.
15202 (sql-connect): Set global values for connection.
15203 (sql-product-interactive): Save global values as buffer local.
15204
15205 2012-02-29 Leo Liu <sdl.web@gmail.com>
15206
15207 * abbrev.el (define-abbrevs): Reset sys to nil.
15208
15209 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15210
15211 * files.el (file-equal-p): Rename from `files-equal-p'.
15212 Return nil when one or both files don't exist.
15213 (file-subdir-of-p): Now only top directory must exists,
15214 return nil if it doesn't.
15215 (copy-directory): No need to test with `file-subdir-of-p' after
15216 creating dir.
15217 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15218 to `file-equal-p'.
15219
15220 2012-02-28 Glenn Morris <rgm@gnu.org>
15221
15222 * shell.el (shell-mode):
15223 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15224 * play/landmark.el (landmark-font-lock-face-O):
15225 * play/handwrite.el (handwrite):
15226 * play/gomoku.el (gomoku-O):
15227 * net/browse-url.el (browse-url-browser-display):
15228 * international/mule.el (define-charset):
15229 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15230 * filesets.el (filesets-find-file-delay):
15231 * eshell/em-xtra.el (eshell-xtra):
15232 * eshell/em-unix.el (eshell-grep):
15233 * emulation/viper.el (viper-mode):
15234 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15235 * emacs-lisp/easymenu.el (easy-menu-define):
15236 * calendar/timeclock.el (timeclock-use-display-time):
15237 * bs.el (bs-mode):
15238 * bookmark.el (bookmark-save-flag):
15239 Doc fix (standardize possessive apostrophe usage).
15240
15241 2012-02-27 Chong Yidong <cyd@gnu.org>
15242
15243 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15244 Fix key-binding lookup for ESC key (Bug#9146).
15245
15246 * font-lock.el (font-lock-specified-p): Rename from
15247 font-lock-spec-present. Callers changed.
15248
15249 2012-02-27 Daniel Hackney <dan@haxney.org>
15250
15251 * emacs-lisp/package.el (package-compute-transaction):
15252 Handle holding a package version to t in package-load-list.
15253
15254 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15255
15256 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15257 (tramp-get-inode, tramp-get-device): Use cached values.
15258
15259 2012-02-26 Alan Mackenzie <acm@muc.de>
15260
15261 Check there is a font-lock specification before doing initial
15262 fontification.
15263
15264 * font-core.el (font-lock-mode): Move the conditional from
15265 :after-hook to font-lock-initial-fontify.
15266 (font-lock-default-function): Move the check for a specification
15267 to font-lock-spec-present.
15268
15269 * font-lock.el (font-lock-initial-fontify): Call ...
15270 (font-lock-spec-present): New function.
15271
15272 2012-02-26 Jim Blandy <jimb@red-bean.com>
15273
15274 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15275 (gdb-send): Apply it to the operand of the '-interpreter-exec
15276 console' command, so that we can pass arguments with (say) quotes
15277 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15278
15279 2012-02-26 Chong Yidong <cyd@gnu.org>
15280
15281 * help-fns.el (describe-function-1): Clarify description of
15282 remapping (Bug#10844).
15283
15284 * files.el (files-equal-p): Doc fix.
15285 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15286 and quit the loop once a mismatch is found.
15287
15288 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15289
15290 * bs.el (bs--show-with-configuration): Don't throw an error
15291 if the window cannot be split; otherwise, subsequent calls to
15292 bs-show fail, restoring a stale window config. (Bug#10882)
15293
15294 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15295
15296 * term/ns-win.el (global-map): Bind ns-drag-file to
15297 ns-find-file (Bug#5855, Bug#10050).
15298
15299 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15300
15301 * calendar/parse-time.el (parse-time-string): Allow extractor to
15302 return nil.
15303
15304 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15305
15306 * net/tramp.el (tramp-file-name-for-operation):
15307 Add `files-equal-p' and `file-subdir-of-p'.
15308
15309 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15310 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15311 Add COPY-CONTENTS argument.
15312
15313 2012-02-25 Chong Yidong <cyd@gnu.org>
15314
15315 Add custom groups for VC backends, for consistency with vc-bzr.
15316
15317 * vc/vc-arch.el (vc-arch):
15318 * vc/vc-cvs.el (vc-cvs):
15319 * vc/vc-git.el (vc-git):
15320 * vc/vc-hg.el (vc-hg):
15321 * vc/vc-mtn.el (vc-mtn):
15322 * vc/vc-rcs.el (vc-rcs):
15323 * vc/vc-sccs.el (vc-sccs):
15324 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15325 All relevant defcustoms reassigned.
15326
15327 2012-02-25 Chong Yidong <cyd@gnu.org>
15328
15329 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15330
15331 * term/x-win.el (x-initialize-window-system): Reduce default for
15332 x-selection-timeout to 5 seconds (Bug#8869).
15333
15334 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15335
15336 * files.el (files-equal-p, file-subdir-of-p): New functions.
15337 (copy-directory): Error when trying to copy a directory on itself.
15338 Add missing copy-contents arg to tramp handler.
15339 * dired-aux.el (dired-copy-file-recursive): Same.
15340 (dired-create-files): Modify destination when source is equal to
15341 dest when copying files.
15342 Return also when dest is a subdir of source. (Bug#10489)
15343
15344 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15345
15346 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15347 (Bug#10874)
15348
15349 2012-02-23 Alan Mackenzie <acm@muc.de>
15350
15351 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15352 parameter "after-hook:" to allow the expansion to run code after
15353 the execution of the mode hooks.
15354
15355 * font-lock.el (font-lock-initial-fontify): New function extracted
15356 from font-lock-mode-internal.
15357
15358 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15359 :after-hook.
15360
15361 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15362
15363 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15364 (completion--cache-all-sorted-completions): New function.
15365 (completion-all-sorted-completions): Use it.
15366 (completion--do-completion, minibuffer-force-complete):
15367 Use it to re-instate the flush hook.
15368
15369 * icomplete.el (icomplete-completions): Replace last fix with a better
15370 one (bug#10850).
15371
15372 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15373
15374 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15375 when it might call us back infinitely (bug#10797).
15376
15377 2012-02-23 Glenn Morris <rgm@gnu.org>
15378
15379 * minibuffer.el (completion-category-overrides): Doc fix.
15380
15381 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15384 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15385
15386 2012-02-23 Glenn Morris <rgm@gnu.org>
15387
15388 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15389 (authors-obsolete-files-regexps, authors-ignored-files)
15390 (authors-ambiguous-files, authors-renamed-files-alist):
15391 Add more entries.
15392
15393 2012-02-23 Juri Linkov <juri@jurta.org>
15394
15395 * isearch.el (isearch-occur): Sync interactive spec with occur's
15396 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15397
15398 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15399
15400 2012-02-22 Juri Linkov <juri@jurta.org>
15401
15402 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15403 (ucs-insert): Doc fix. Check for hex digits in the string.
15404 Don't display `nil' in the error message. (Bug#10857)
15405
15406 2012-02-22 Alan Mackenzie <acm@muc.de>
15407
15408 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15409
15410 2012-02-22 Glenn Morris <rgm@gnu.org>
15411
15412 * ffap.el (ffap-c-path):
15413 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15414
15415 2012-02-22 Chong Yidong <cyd@gnu.org>
15416
15417 * custom.el (load-theme): Doc fix.
15418
15419 2012-02-22 Glenn Morris <rgm@gnu.org>
15420
15421 * dired-x.el (dired-guess-shell-alist-default):
15422 Remove escape sequences from nroff output. (Bug#172)
15423
15424 2012-02-21 Glenn Morris <rgm@gnu.org>
15425
15426 * vc/emerge.el (emerge-defvar-local):
15427 Set `permanent-local' property rather than unused `preserved'.
15428
15429 * textmodes/picture.el (picture-delete-char): New alias.
15430 (picture-mode-map): Use it. (Bug#10860)
15431 (picture-mode): Doc fix.
15432
15433 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15434
15435 * newcomment.el (uncomment-region-default): Remove unused binding.
15436
15437 2012-02-21 Glenn Morris <rgm@gnu.org>
15438
15439 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15440 (picture-self-insert, picture-tab-chars): Doc fix.
15441 (picture-mode-map): Fix C-a, C-e.
15442
15443 2012-02-20 Glenn Morris <rgm@gnu.org>
15444
15445 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15446
15447 2012-02-20 Leo Liu <sdl.web@gmail.com>
15448
15449 * icomplete.el (icomplete-completions): Check FROM arg before
15450 passing to substring (Bug#10850).
15451
15452 2012-02-19 Chong Yidong <cyd@gnu.org>
15453
15454 * comint.el: Require ansi-color.
15455 (comint-output-filter-functions): Add ansi-color-process-output.
15456
15457 * ansi-color.el: Don't set comint-output-filter-functions; it is
15458 now in the initial value defined in comint.el.
15459 (ansi-color-apply-face-function): New variable.
15460 (ansi-color-apply-on-region): Use it.
15461 (ansi-color-apply-overlay-face): New function.
15462
15463 * shell.el (shell): No need to require ansi-color.
15464 (shell-mode): Use ansi-color-apply-face-function to highlight
15465 color escapes using font-lock-face property (Bug#10835).
15466
15467 2012-02-19 Chong Yidong <cyd@gnu.org>
15468
15469 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15470 mode-line formats (Bug#10839).
15471
15472 2012-02-18 Glenn Morris <rgm@gnu.org>
15473
15474 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15475
15476 * mail/undigest.el (unforward-rmail-message): Doc fix.
15477
15478 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15479
15480 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15481
15482 * international/characters.el (script-list): Sync with the latest
15483 Unicode Character Database.
15484
15485 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15486
15487 * international/titdic-cnv.el: Remove duplicate coding tag.
15488 * language/cham.el: Likewise.
15489 * language/tai-viet.el: Likewise.
15490
15491 2012-02-18 Glenn Morris <rgm@gnu.org>
15492
15493 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15494 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15495 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15496 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15497 * calendar/holidays.el (holiday-bahai-holidays)
15498 (calendar-holidays, list-holidays):
15499 Use utf-8 Bahá'í in doc-strings, menus, etc.
15500
15501 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15502
15503 * saveplace.el (save-place-ignore-files-regexp): New variable
15504 allowing for excluding files from saving their location of point.
15505 The default value matches the temporary commit message editing
15506 files from Git, SVN, Bazaar, and Mercurial.
15507 (save-place-to-alist): Use it.
15508
15509 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15510 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * newcomment.el (uncomment-region-default): Don't leave extra space
15513 when an arg is provided (bug#8150).
15514
15515 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15516
15517 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15518
15519 2012-02-17 Glenn Morris <rgm@gnu.org>
15520
15521 * net/socks.el: Require network-stream. (Bug#10599)
15522
15523 2012-02-17 Kenichi Handa <handa@m17n.org>
15524
15525 * international/charprop.el:
15526 * international/uni-name.el:
15527 * international/uni-old-name.el:
15528 * international/uni-comment.el: Regenerate.
15529
15530 2012-02-16 Glenn Morris <rgm@gnu.org>
15531
15532 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15533 Interactively in calendar buffer, give an error if not on a date.
15534
15535 2012-02-15 Glenn Morris <rgm@gnu.org>
15536
15537 * shell.el (shell-delimiter-argument-list):
15538 Revert 2011-02-17 change. (Bug#8027)
15539
15540 2012-02-15 Chong Yidong <cyd@gnu.org>
15541
15542 * minibuffer.el (completion-at-point-functions): Doc fix.
15543
15544 * custom.el (defcustom): Doc fix; note use of defvar.
15545
15546 2012-02-15 Glenn Morris <rgm@gnu.org>
15547
15548 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15549 Doc fixes.
15550
15551 2012-02-14 Glenn Morris <rgm@gnu.org>
15552
15553 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15554
15555 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15556
15557 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15558 way the ports list is computed.
15559 (smtpmail-query-smtp-server): Prompt the user for a port number if
15560 we can't connect to any of the standard ports (bug#10810).
15561
15562 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15563
15564 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15565
15566 2012-02-13 Glenn Morris <rgm@gnu.org>
15567
15568 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15569
15570 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15571
15572 * net/gnutls.el (gnutls-trustfiles): New variable.
15573 (gnutls-negotiate): Use it.
15574
15575 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15576
15577 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15578 does its stuff if Gnus is running.
15579
15580 2012-02-13 Alan Mackenzie <acm@muc.de>
15581
15582 Fix a loop in c-set-fl-decl-start.
15583
15584 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15585 c-backward-syntactic-ws actually moves backwards.
15586
15587 2012-02-13 Leo Liu <sdl.web@gmail.com>
15588
15589 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15590 beginning so that all \C-o chars are removed.
15591
15592 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15593
15594 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15595
15596 2012-02-12 Alan Mackenzie <acm@muc.de>
15597
15598 Fix infinite loop with long macros.
15599 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15600
15601 2012-02-12 Chong Yidong <cyd@gnu.org>
15602
15603 * window.el (display-buffer): Doc fix (Bug#10785).
15604
15605 2012-02-12 Glenn Morris <rgm@gnu.org>
15606
15607 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15608 (x-disown-selection-internal, x-get-selection-internal):
15609 Sync docs with the xselect.c versions.
15610
15611 * allout-widgets.el: Add missing license notice.
15612
15613 2012-02-11 Glenn Morris <rgm@gnu.org>
15614
15615 * select.el (x-get-selection-internal, x-own-selection-internal)
15616 (x-disown-selection-internal):
15617 * x-dnd.el (x-get-selection-internal): Update declarations.
15618
15619 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15620
15621 * window.el (window-sides-slots):
15622 * tool-bar.el (tool-bar-position):
15623 * term/xterm.el (xterm-extra-capabilities):
15624 * ses.el (ses-self-reference-early-detection):
15625 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15626 (verilog-auto-wire-type)
15627 (verilog-auto-delete-trailing-whitespace)
15628 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15629 (verilog-auto-tieoff-declaration):
15630 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15631 (sql-oracle-statement-starters, sql-oracle-scan-on):
15632 * progmodes/prolog.el (prolog-align-comments-flag)
15633 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15634 (prolog-left-indent-regexp, prolog-paren-indent-p)
15635 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15636 (prolog-types, prolog-mode-specificators)
15637 (prolog-determinism-specificators, prolog-directives)
15638 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15639 (prolog-electric-dot-flag)
15640 (prolog-electric-dot-full-predicate-template)
15641 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15642 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15643 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15644 (prolog-program-switches, prolog-prompt-regexp)
15645 (prolog-debug-on-string, prolog-debug-off-string)
15646 (prolog-trace-on-string, prolog-trace-off-string)
15647 (prolog-zip-on-string, prolog-zip-off-string)
15648 (prolog-use-standard-consult-compile-method-flag)
15649 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15650 (prolog-imenu-max-lines, prolog-info-predicate-index)
15651 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15652 (prolog-char-quote-workaround):
15653 * progmodes/cc-vars.el (c-defun-tactic):
15654 * net/tramp.el (tramp-encoding-command-interactive)
15655 (tramp-local-end-of-line):
15656 * net/soap-client.el (soap-client):
15657 * net/netrc.el (netrc-file):
15658 * net/gnutls.el (gnutls):
15659 * minibuffer.el (completion-category-overrides)
15660 (completion-cycle-threshold)
15661 (completion-pcm-complete-word-inserts-delimiters):
15662 * man.el (Man-name-local-regexp):
15663 * mail/feedmail.el (feedmail-display-full-frame):
15664 * international/characters.el (glyphless-char-display-control):
15665 * eshell/em-ls.el (eshell-ls-date-format):
15666 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15667 (lisp-lambda-list-keyword-parameter-indentation)
15668 (lisp-lambda-list-keyword-parameter-alignment):
15669 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15670 * dired-x.el (dired-omit-verbose):
15671 * cus-theme.el (custom-theme-allow-multiple-selections):
15672 * calc/calc.el (calc-highlight-selections-with-faces)
15673 (calc-lu-field-reference, calc-lu-power-reference)
15674 (calc-note-threshold):
15675 * battery.el (battery-mode-line-limit):
15676 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15677 (archive-7z-update):
15678 * allout.el (allout-prefixed-keybindings)
15679 (allout-unprefixed-keybindings)
15680 (allout-inhibit-auto-fill-on-headline)
15681 (allout-flattened-numbering-abbreviation):
15682 * allout-widgets.el (allout-widgets-auto-activation)
15683 (allout-widgets-icons-dark-subdir)
15684 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15685 (allout-widgets-theme-dark-background)
15686 (allout-widgets-theme-light-background)
15687 (allout-widgets-item-image-properties-emacs)
15688 (allout-widgets-item-image-properties-xemacs)
15689 (allout-widgets-run-unit-tests-on-load)
15690 (allout-widgets-time-decoration-activity)
15691 (allout-widgets-hook-error-post-time)
15692 (allout-widgets-track-decoration):
15693 Add missing :version tags to new defcustoms and defgroups.
15694
15695 * progmodes/sql.el (sql-ansi-statement-starters)
15696 (sql-oracle-statement-starters): Add custom type.
15697
15698 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15699 (prolog-system-version): Give it a type.
15700
15701 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15702
15703 * term/pc-win.el (x-select-text, x-selection-owner-p)
15704 (x-own-selection-internal, x-disown-selection-internal)
15705 (x-get-selection-internal): Sync doc strings and argument lists
15706 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15707
15708 2012-02-11 Leo Liu <sdl.web@gmail.com>
15709
15710 * progmodes/python.el (python-end-of-statement): Fix infinite
15711 loop. (Bug#10788)
15712
15713 2012-02-10 Glenn Morris <rgm@gnu.org>
15714
15715 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15716 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15717
15718 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15719
15720 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15721 about SMTP before checking the From header.
15722
15723 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15724 into own function for reuse by emacsbug.el.
15725
15726 2012-02-10 Leo Liu <sdl.web@gmail.com>
15727
15728 * subr.el (condition-case-unless-debug): Rename from
15729 condition-case-no-debug. All callers changed.
15730 (with-demoted-errors): Fix caller.
15731
15732 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15733 * nxml/rng-valid.el (rng-do-some-validation):
15734 * emacs-lisp/package.el (package-refresh-contents)
15735 (package-menu-execute):
15736 * desktop.el (desktop-create-buffer):
15737 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15738
15739 2012-02-10 Glenn Morris <rgm@gnu.org>
15740
15741 * textmodes/bibtex.el:
15742 Add missing :version tags for new/changed defcustoms.
15743
15744 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15745
15746 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15747
15748 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15749 (smtpmail-via-smtp): Use it, or fall back on the From address.
15750 (smtpmail-send-it): Ditto.
15751
15752 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15753
15754 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15755 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15756 (byte-compile-tmp-var): New const.
15757 (byte-compile-defvar): Use it to minimize .elc size.
15758 Just use `defvar' rather than simulate it (bug#10761).
15759
15760 2012-02-09 Glenn Morris <rgm@gnu.org>
15761
15762 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15763
15764 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15765 Add :version tags.
15766
15767 * progmodes/compile.el (compilation-error-screen-columns)
15768 (compilation-first-column, compilation-filter-start): Doc fixes.
15769
15770 * vc/log-view.el (log-view-toggle-entry-display):
15771 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15772
15773 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15774 (report-emacs-bug-can-use-xdg-email):
15775 (report-emacs-bug-insert-to-mailer): Doc fixes.
15776 (report-emacs-bug): Message fix.
15777
15778 * net/browse-url.el (browse-url-can-use-xdg-open)
15779 (browse-url-xdg-open): Doc fixes.
15780
15781 * electric.el (electric-indent-mode, electric-pair-mode)
15782 (electric-layout-rules, electric-layout-mode): Doc fixes.
15783 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15784
15785 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15786
15787 * server.el (server-unselect-display): Don't inadvertently kill
15788 the current buffer. (Bug#10729)
15789
15790 2012-02-08 Glenn Morris <rgm@gnu.org>
15791
15792 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15793 (sql-list-table): Doc fixes.
15794
15795 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15796 Comment out (does nothing).
15797
15798 * completion.el (dynamic-completion-mode):
15799 * dirtrack.el (dirtrack-debug-mode):
15800 * electric.el (electric-layout-mode):
15801 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15802 * face-remap.el (text-scale-mode, buffer-face-mode):
15803 * iimage.el (iimage-mode):
15804 * image-mode.el (image-transform-mode):
15805 * minibuffer.el (completion-in-region-mode):
15806 * scroll-lock.el (scroll-lock-mode):
15807 * simple.el (next-error-follow-minor-mode):
15808 * tar-mode.el (tar-subfile-mode):
15809 * tooltip.el (tooltip-mode):
15810 * vcursor.el (vcursor-use-vcursor-map):
15811 * wid-browse.el (widget-minor-mode):
15812 * emulation/tpu-edt.el (tpu-edt-mode):
15813 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15814 * international/iso-ascii.el (iso-ascii-mode):
15815 * language/thai-util.el (thai-word-mode):
15816 * mail/supercite.el (sc-minor-mode):
15817 * net/goto-addr.el (goto-address-mode):
15818 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15819 * progmodes/cwarn.el (cwarn-mode):
15820 * progmodes/flymake.el (flymake-mode):
15821 * progmodes/glasses.el (glasses-mode):
15822 * progmodes/hideshow.el (hs-minor-mode):
15823 * progmodes/pascal.el (pascal-outline-mode):
15824 * textmodes/enriched.el (enriched-mode):
15825 * vc/smerge-mode.el (smerge-mode):
15826 Doc fixes (minor mode argument).
15827
15828 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15829
15830 * ls-lisp.el (ls-lisp-sanitize): New function.
15831 (ls-lisp-insert-directory): Use it to fix or remove any elements
15832 in file-alist with missing attributes. (Bug#4673)
15833
15834 2012-02-07 Alan Mackenzie <acm@muc.de>
15835
15836 Fix spurious recognition of c-in-knr-argdecl.
15837
15838 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15839 putative K&R region.
15840
15841 2012-02-07 Alan Mackenzie <acm@muc.de>
15842
15843 * progmodes/cc-engine.el (c-forward-objc-directive):
15844 Prevent looping in "#pragma mark @implementation".
15845
15846 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15847
15848 * notifications.el (notifications-on-closed-signal): Make `reason'
15849 optional. (Bug#10744)
15850
15851 2012-02-07 Glenn Morris <rgm@gnu.org>
15852
15853 * emacs-lisp/easy-mmode.el (define-minor-mode):
15854 Doc fixes for the macro and the mode it defines.
15855
15856 * image.el (imagemagick-types-inhibit): Doc fix.
15857
15858 * cus-start.el (imagemagick-render-type): Add it.
15859
15860 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15861
15862 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15863 Set the default at load time, too, so that `font-lock-fontify-buffer'
15864 can be called without setting up the entire mode first. This fixes
15865 a bug in `mm-inline-text' with C MIME parts.
15866
15867 2012-02-06 Chong Yidong <cyd@gnu.org>
15868
15869 * simple.el (list-processes--refresh): Delete exited processes
15870 (Bug#8094).
15871
15872 * comint.el (comint-next-prompt): next-single-char-property-change
15873 and prev-single-char-property-change never return nil (Bug#8657).
15874
15875 * custom.el (defcustom): Doc fix (Bug#9711).
15876
15877 2012-02-05 Chong Yidong <cyd@gnu.org>
15878
15879 * cus-edit.el (custom-variable-reset-backup): Quote the value
15880 before storing it in the customized-value property (Bug#6712).
15881 (custom-display): Add a customization type tag.
15882 (custom-buffer-create-internal): Improve tooltip message.
15883
15884 * wid-edit.el (widget-field-value-get): New optional arg to
15885 suppress trailing whitespace truncation.
15886 (character): Use it (Bug#2689).
15887
15888 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15889
15890 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15891 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15892
15893 2012-02-05 Chong Yidong <cyd@gnu.org>
15894
15895 * cus-edit.el (custom-variable-value-create): For mismatched
15896 types, show the current value (Bug#7600).
15897
15898 * custom.el (defcustom): Doc fix.
15899
15900 2012-02-05 Glenn Morris <rgm@gnu.org>
15901
15902 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15903
15904 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15905
15906 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15907 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15908 (pp-last-sexp): Use `looking-at-p'.
15909
15910 2012-02-04 Glenn Morris <rgm@gnu.org>
15911
15912 * files.el (revert-buffer):
15913 Doc fix (mention revert-buffer-in-progress-p).
15914
15915 * emacs-lisp/ert-x.el (ert-simulate-command):
15916 Check deferred-action-list (which is obsolete) is bound.
15917
15918 * subr.el (with-wrapper-hook): Doc fixes.
15919
15920 * simple.el (filter-buffer-substring-functions)
15921 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15922
15923 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15924
15925 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15926 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15927
15928 2012-02-04 Leo Liu <sdl.web@gmail.com>
15929
15930 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15931
15932 2012-02-04 Glenn Morris <rgm@gnu.org>
15933
15934 * image.el (image-extension-data): Add obsolete alias.
15935
15936 * isearch.el (isearch-update): Doc fix.
15937
15938 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15939
15940 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15941
15942 2012-02-03 Glenn Morris <rgm@gnu.org>
15943
15944 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15945 (image-animate-timeout): Doc fix.
15946
15947 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15948
15949 2012-02-02 Glenn Morris <rgm@gnu.org>
15950
15951 * server.el (server-auth-dir): Doc fix.
15952 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15953
15954 * subr.el (run-mode-hooks): Doc fix.
15955
15956 2012-02-02 Juri Linkov <juri@jurta.org>
15957
15958 * image-mode.el (image-toggle-display-image): Remove tautological
15959 `major-mode' from the `derived-mode-p' test.
15960
15961 2012-02-02 Kenichi Handa <handa@m17n.org>
15962
15963 * composite.el (compose-region): Cancel previous change.
15964
15965 2012-02-02 Kenichi Handa <handa@m17n.org>
15966
15967 * composite.el (compose-region, compose-string): Signal error for
15968 a null string component (Bug#6988).
15969
15970 2012-02-01 Chong Yidong <cyd@gnu.org>
15971
15972 * view.el (view-buffer-other-window, view-buffer-other-frame):
15973 Handle special modes like view-buffer (Bug#10650).
15974 (view-buffer): Simplify.
15975
15976 * frame.el (set-frame-font): Tweak meaning of third argument.
15977
15978 * dynamic-setting.el (font-setting-change-default-font):
15979 Use set-frame-font (Bug#9982).
15980
15981 2012-02-01 Glenn Morris <rgm@gnu.org>
15982
15983 * progmodes/compile.el (compilation-internal-error-properties):
15984 Respect compilation-first-column in the "*compilation*" buffer.
15985
15986 * emacs-lisp/easy-mmode.el (define-minor-mode):
15987 Relax :variable's test for a named function.
15988
15989 2012-01-31 Alan Mackenzie <acm@muc.de>
15990
15991 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15992 off by one error.
15993
15994 2012-01-31 Chong Yidong <cyd@gnu.org>
15995
15996 * frame.el (set-frame-font): New arg ALL-FRAMES.
15997
15998 * menu-bar.el (menu-set-font): Use set-frame-font.
15999
16000 * faces.el (face-spec-reset-face): Don't apply unspecified
16001 attribute values to the default face.
16002
16003 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
16004
16005 * progmodes/cwarn.el (cwarn): Remove dead link.
16006 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16007 Remove * from defcustom docstrings.
16008 (turn-on-cwarn-mode): Make obsolete.
16009 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16010 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16011
16012 2012-01-31 Glenn Morris <rgm@gnu.org>
16013
16014 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16015 Fix :variable handling of mode a symbol not equal to modefun.
16016 Allow named functions to be used as the cdr of :variable.
16017
16018 2012-01-30 Glenn Morris <rgm@gnu.org>
16019
16020 * emacs-lisp/authors.el (authors-fixed-entries):
16021 Remove reference to deleted file rnewspost.el.
16022
16023 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
16024
16025 * window.el (window-with-parameter): Remove unused variable `windows'.
16026 (window--side-check): Remove unused variable `code'.
16027 (window--resize-siblings): Remove unused variable `first'.
16028 (adjust-window-trailing-edge): Remove unused variable `failed'.
16029 (window-deletable-p, window--delete): Remove unused variable `buffer'.
16030 Use `let', not `let*'.
16031 (balance-windows-2): Remove unused variable `found'.
16032 (window--state-put-2): Remove unused variable `splits'.
16033 (window-state-put): Remove unused variable `selected'.
16034 (same-window-p): Use `string-match-p'.
16035 (display-buffer-assq-regexp): Remove unused variable `value'.
16036 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16037 Mark argument ALIST as ignored.
16038 (pop-to-buffer): Remove unused variable `old-window'.
16039
16040 2012-01-29 Eli Zaretskii <eliz@gnu.org>
16041
16042 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16043 and .lzma compressed files.
16044
16045 2012-01-29 Chong Yidong <cyd@gnu.org>
16046
16047 * frame.el (window-system-default-frame-alist): Doc fix.
16048
16049 * dynamic-setting.el (font-setting-change-default-font): Don't
16050 change the default face if SET-FONT argument is non-nil (Bug#9982).
16051
16052 2012-01-29 Samuel Bronson <naesten@gmail.com>
16053
16054 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16055
16056 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
16057
16058 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16059 breakpoints in files outside current directory (Bug#6098).
16060
16061 2012-01-29 Chong Yidong <cyd@gnu.org>
16062
16063 * progmodes/python.el: Require ansi-color at top-level.
16064
16065 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16066 Define and use in Emacs Lisp mode (Bug#9360).
16067 (lisp-mode-abbrev-table): Add doc.
16068 (lisp-mode-variables): Don't set local-abbrev-table.
16069 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16070
16071 2012-01-28 Roland Winkler <winkler@gnu.org>
16072
16073 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16074
16075 2012-01-28 Roland Winkler <winkler@gnu.org>
16076
16077 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16078 (bibtex-set-dialect): Use it. Either set global values of
16079 dialect-dependent variables or bind these variables buffer-locally
16080 (Bug#10254).
16081 (bibtex-mode): Call bibtex-set-dialect via
16082 hack-local-variables-hook.
16083 (bibtex-dialect): Update docstring.
16084 Add safe-local-variable predicate.
16085 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16086 bibtex-set-dialect.
16087 (bibtex-mode-map): Define menu for each dialect.
16088 (bibtex-entry): Fix docstring.
16089
16090 2012-01-28 Chong Yidong <cyd@gnu.org>
16091
16092 * eshell/esh-arg.el (eshell-quote-argument): New function.
16093
16094 * eshell/esh-ext.el (eshell-invoke-batch-file):
16095 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16096 first arg to eshell-parse-command (Bug#10523).
16097
16098 2012-01-28 Drew Adams <drew.adams@oracle.com>
16099
16100 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16101 `default-directory' is non-nil.
16102
16103 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16104
16105 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16106 line that displays system-configuration-options. (Bug#9924)
16107
16108 2012-01-28 Drew Adams <drew.adams@oracle.com>
16109
16110 * descr-text.el (describe-char): Show information about POS, in
16111 addition to information about the character at POS. Improve and
16112 update the doc string. Change "code point" to "code point in
16113 charset", to avoid confusion with the character's Unicode code
16114 point shown above that. (Bug#10129)
16115
16116 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16117
16118 * descr-text.el (describe-char): Show the raw character, not only
16119 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16120 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16121 for the reasons.
16122
16123 2012-01-28 Phil Hagelberg <phil@hagelb.org>
16124
16125 * emacs-lisp/package.el (package-install):
16126 Run package-refresh-contents if there is no archive yet (Bug#9798).
16127
16128 2012-01-28 Chong Yidong <cyd@gnu.org>
16129
16130 * emacs-lisp/package.el (package-maybe-load-descriptor):
16131 New function, split from package-maybe-load-descriptor.
16132 (package-maybe-load-descriptor): Use it.
16133 (package-download-transaction): Fully load required packages
16134 inside the loop, so that `require' calls work (Bug#10593).
16135 (package-install): No need to call package-initialize now.
16136
16137 2012-01-28 Chong Yidong <cyd@gnu.org>
16138
16139 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16140
16141 * tooltip.el (tooltip-mode): Doc fix.
16142 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16143
16144 * frame.el (set-cursor-color): Doc fix (Bug#352).
16145
16146 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16147 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16148
16149 * cus-edit.el (custom-buffer-create-internal): Fix search button
16150 action (Bug#10542).
16151 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16152
16153 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16154
16155 * dired.el (dired-mark-files-regexp):
16156 Include any subdirectory components. (Bug#10445)
16157
16158 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16159
16160 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16161 Handle [host]:port syntax. (Bug#10533)
16162
16163 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16164
16165 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16166
16167 2012-01-26 Glenn Morris <rgm@gnu.org>
16168
16169 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16170 * term.el (term-raw-escape-map): Use Control-X-prefix.
16171 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16172
16173 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16174
16175 * window.el (window-state-get, window--state-get-1): Don't deal
16176 with fixed-sizeness of windows. Simplify code.
16177
16178 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16179
16180 * window.el (window--state-get-1, window--state-put-2):
16181 Don't save and restore the mark.
16182
16183 2012-01-25 Chong Yidong <cyd@gnu.org>
16184
16185 * custom.el (custom-variable-p): Doc fix.
16186
16187 2012-01-25 Glenn Morris <rgm@gnu.org>
16188
16189 * dired.el (dired-goto-file): Handle some of the more common
16190 characters that `ls -b' escapes. (Bug#10596)
16191
16192 * progmodes/compile.el (compilation-next-error-function):
16193 Respect compilation-first-column in the "*compilation*" buffer.
16194 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16195
16196 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16197
16198 2012-01-24 Glenn Morris <rgm@gnu.org>
16199
16200 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16201
16202 2012-01-24 Julien Danjou <julien@danjou.info>
16203
16204 * color.el (color-rgb-to-hsl): Fix value computing.
16205 (color-hue-to-rgb): New function.
16206 (color-hsl-to-rgb): New function.
16207 (color-clamp, color-saturate-hsl, color-saturate-name)
16208 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16209 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16210
16211 2012-01-24 Glenn Morris <rgm@gnu.org>
16212
16213 * vc/vc-rcs.el (vc-rcs-create-tag):
16214 * vc/vc-sccs.el (vc-sccs-create-tag):
16215 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16216
16217 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16218
16219 * eshell/esh-util.el (eshell-read-hosts-file):
16220 Skip comment lines. (Bug#10549)
16221
16222 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16223
16224 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16225
16226 * subr.el (display-delayed-warnings): Doc fix.
16227 (collapse-delayed-warnings): New function to collapse identical
16228 adjacent warnings.
16229 (delayed-warnings-hook): Add it.
16230
16231 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16232
16233 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16234
16235 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16236 (tramp-default-user-alist): Don't add "pscp".
16237 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16238 property "login-as", if set. (Bug#10530)
16239
16240 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16241
16242 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16243 "plink1" and "psftp". (Bug#10530)
16244
16245 2012-01-21 Kenichi Handa <handa@m17n.org>
16246
16247 * international/mule-cmds.el (prefer-coding-system): Show a
16248 warning message if the default value of file-name-coding-system
16249 was not changed.
16250
16251 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16252
16253 * windmove.el (windmove-reference-loc):
16254 Fix windmove-reference-loc miscalculation.
16255
16256 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16257
16258 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16259 default unit.
16260
16261 2012-01-21 Glenn Morris <rgm@gnu.org>
16262
16263 * international/mule.el (auto-coding-alist): Add .tbz.
16264
16265 * files.el (local-enable-local-variables): Doc fix.
16266 (inhibit-local-variables-regexps): Rename from
16267 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16268 Doc fix. Add some extensions from auto-coding-alist.
16269 (inhibit-local-variables-suffixes):
16270 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16271 (inhibit-local-variables-p):
16272 New function, extracted from set-auto-mode-1.
16273 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16274 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16275 (hack-local-variables): Doc fix. Make the mode-only case
16276 respect enable-local-variables and friends.
16277 Respect inhibit-local-variables-regexps for file-locals, but
16278 not for directory-locals.
16279 (set-visited-file-name):
16280 Take account of inhibit-local-variables-regexps.
16281 Whether it applies may change as the file name is changed.
16282 * jka-cmpr-hook.el (jka-compr-install):
16283 * jka-compr.el (jka-compr-uninstall):
16284 Update for inhibit-first-line-modes-suffixes name change.
16285
16286 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16287
16288 * help-macro.el (make-help-screen): Temporarily restore original
16289 binding for minor-mode-map-alist (Bug#10454).
16290
16291 2012-01-19 Julien Danjou <julien@danjou.info>
16292
16293 * color.el (color-name-to-rgb): Use the white color to find the max
16294 color component value and return correctly computed values.
16295 (color-name-to-rgb): Add missing float conversion for max value.
16296
16297 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16298
16299 * window.el (window--state-get-1, window-state-get): Do not use
16300 special state value for window-persistent-parameters.
16301 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16302 (window--state-put-2): Reset all window parameters to nil before
16303 assigning values of persistent parameters.
16304
16305 2012-01-18 Alan Mackenzie <acm@muc.de>
16306
16307 Eliminate sluggishness and hangs in fontification of "semicolon
16308 deserts".
16309
16310 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16311 Change value 10000 -> 3000.
16312 (c-state-safe-place): Reformulate so it doesn't stack up an
16313 infinite number of wrong entries in c-state-nonlit-pos-cache.
16314 (c-determine-limit-get-base, c-determine-limit): New functions to
16315 determine backward search limits disregarding literals.
16316 (c-find-decl-spots): Amend commenting.
16317 (c-cheap-inside-bracelist-p): New function which detects "={".
16318
16319 * progmodes/cc-fonts.el
16320 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16321 backward search.
16322 (c-font-lock-declarations): Fix an occurrence of point being
16323 undefined. Check additionally for point being in a bracelist or
16324 near a macro invocation without a semicolon so as to avoid a
16325 fruitless time consuming search for a declarator. Give a more
16326 precise search limit for declarators using the new
16327 c-determine-limit.
16328
16329 2012-01-18 Glenn Morris <rgm@gnu.org>
16330
16331 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16332 (set-auto-mode): Doc fixes.
16333
16334 2012-01-17 Glenn Morris <rgm@gnu.org>
16335
16336 * isearch.el (search-nonincremental-instead): Fix doc typo.
16337
16338 * dired.el (dired-insert-directory): Handle newlines in directory name.
16339 (dired-build-subdir-alist): Unescape newlines in directory name.
16340
16341 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16342
16343 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16344 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16345 (tramp-action-terminal): Use it. (Bug#10530)
16346
16347 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16348
16349 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16350
16351 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16352
16353 * window.el (window-state-ignored-parameters): Remove variable.
16354 (window--state-get-1): Rename argument MARKERS to IGNORE.
16355 Handle persistent window parameters. Make copy of clone-of
16356 parameter only if requested. (Bug#10348)
16357 (window--state-put-2): Install a window parameter only if it has
16358 a non-nil value or an existing parameter shall be overwritten.
16359
16360 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16361
16362 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16363
16364 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16365
16366 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16367 don't pass the (nil) value of `upnode' to string-match.
16368
16369 2012-01-14 Chong Yidong <cyd@gnu.org>
16370
16371 * startup.el (command-line): Fix X resource class for cursorColor.
16372 Fix values recognized by the cursorBlink resource.
16373
16374 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16375
16376 * epg.el (epg--make-temp-file): Avoid permission race condition
16377 when running on old Emacs versions (bug#10403).
16378
16379 2012-01-14 Glenn Morris <rgm@gnu.org>
16380
16381 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16382
16383 2012-01-13 Alan Mackenzie <acm@muc.de>
16384
16385 Fix filling for when filladapt mode is enabled.
16386
16387 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16388 c-mask-paragraph, pass in `fill-paragraph' rather than
16389 `fill-region-as-paragraph'. (This is a reversion of a previous
16390 change.)
16391 * progmodes/cc-mode.el (c-basic-common-init):
16392 Make fill-paragraph-handle-comment buffer local and set it to nil.
16393
16394 2012-01-13 Glenn Morris <rgm@gnu.org>
16395
16396 * dired.el (dired-switches-escape-p): New function.
16397 (dired-insert-directory): Use dired-switches-escape-p.
16398 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16399
16400 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16401
16402 2012-01-12 Glenn Morris <rgm@gnu.org>
16403
16404 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16405 changes in adaptive-fill-regexp. (Bug#10276)
16406
16407 2012-01-11 Alan Mackenzie <acm@muc.de>
16408
16409 Fix Emacs bug #10463 - put `widen's around the critical spots.
16410
16411 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16412 widen around each invocation of c-state-pp-to-literal. Remove an
16413 unused let variable.
16414
16415 2012-01-11 Glenn Morris <rgm@gnu.org>
16416
16417 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16418 Doc fix.
16419
16420 2012-01-10 Chong Yidong <cyd@gnu.org>
16421
16422 * net/network-stream.el (network-stream-open-starttls):
16423 Avoid emitting a confusing error message when the server gives a bad
16424 response to the capability command.
16425
16426 2012-01-10 Glenn Morris <rgm@gnu.org>
16427
16428 * mail/unrmail.el (unrmail): Tweak previous change.
16429
16430 2012-01-09 Chong Yidong <cyd@gnu.org>
16431
16432 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16433
16434 2012-01-08 Alan Mackenzie <acm@muc.de>
16435
16436 Optimize font locking in long enum definitions.
16437
16438 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16439 arm to a cond form to handle enums.
16440 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16441 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16442
16443 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16444
16445 * files.el (move-file-to-trash): Preserve default file modes on error.
16446 (Bug#10401)
16447
16448 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16449
16450 * faces.el (set-face-attribute): Clarify the meaning of the nil
16451 frame (bug#10294).
16452
16453 * subr.el (with-selected-frame): Mention that the selected frame
16454 is restored (bug#9980).
16455
16456 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16457 (bug#9759).
16458
16459 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16460 (password-read): Don't autoload unused function.
16461
16462 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16463
16464 * progmodes/which-func.el (which-func-mode): Turn into a
16465 non-interactive function and mark as obsolete (bug#10428).
16466
16467 2012-01-06 Chong Yidong <cyd@gnu.org>
16468
16469 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16470 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16471 functions, along with 1 and -1.
16472
16473 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16474
16475 * time.el (display-time-load-average)
16476 (display-time-default-load-average): Doc fixes. See the thread
16477 starting at
16478 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16479 for the details.
16480
16481 2012-01-06 Glenn Morris <rgm@gnu.org>
16482
16483 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16484 has no messages. (Bug#10377)
16485
16486 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16487 than Info-edit. (Bug#10385)
16488
16489 * time.el (display-time-load-average, display-time-next-load-average):
16490 Doc fixes.
16491
16492 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16493 local setting of buffer-read-only to the input buffer. (Bug#10419)
16494
16495 * calendar/calendar.el (calendar-mode):
16496 Locally set scroll-margin to 0. (Bug#10379)
16497
16498 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16499
16500 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16501
16502 2012-01-05 Glenn Morris <rgm@gnu.org>
16503
16504 * eshell/em-unix.el (diff-no-select): Autoload it.
16505 (eshell/diff): Use diff-no-select. (Bug#10420)
16506
16507 2012-01-05 Chong Yidong <cyd@gnu.org>
16508
16509 * shell.el (shell-dynamic-complete-functions): Revert last change.
16510 (shell-command-completion-function): New function.
16511 (shell-completion-vars): Use it to implement
16512 shell-completion-execonly (Bug#10417).
16513
16514 * custom.el (enable-theme): Don't set custom-safe-themes.
16515
16516 * cus-theme.el (custom-theme-merge-theme):
16517 Ignore custom-enabled-themes and custom-safe-themes.
16518
16519 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16520
16521 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16522 first prompt in `sql-interacive-mode'.
16523 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16524 keywords.
16525 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16526 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16527 context of original buffer. Invoke `sql-login-hook'.
16528
16529 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16530
16531 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16532 letters in cite-prefix.
16533
16534 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16535
16536 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16537
16538 2012-01-03 Chong Yidong <cyd@gnu.org>
16539
16540 * shell.el (shell-dynamic-complete-functions):
16541 Put pcomplete-completions-at-point, so as to try
16542 comint-filename-completion first (Bug#10417).
16543
16544 2012-01-02 Richard Stallman <rms@gnu.org>
16545
16546 * battery.el (battery-status-function):
16547 Detect when to use battery-yeeloong-sysfs.
16548 (battery-echo-area-format): Add string for Yeeloong.
16549 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16550 (battery-yeeloong-sysfs): New function.
16551
16552 2012-01-02 Chong Yidong <cyd@gnu.org>
16553
16554 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16555 (dirtrack): Merge code for handling relative filenames in prompt
16556 from shell-dir-cookie-watcher.
16557 (dirtrack-debug-message): New arg to avoid excess format calls.
16558
16559 * shell.el (shell-dir-cookie-re): Variable deleted.
16560 (shell-dir-cookie-watcher): Function deleted.
16561 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16562 with dirtrack-mode.
16563
16564 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16565
16566 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16567 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16568 libgnutls-26.dll.
16569
16570 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16571
16572 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16573
16574 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16575
16576 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16577 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16578
16579 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16580
16581 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16582 also for alternative shells.
16583 (tramp-open-connection-setup-interactive-shell): Check, whether
16584 the shell is a busybox.
16585 (tramp-send-command): Don't suppress multiple prompts for
16586 busyboxes, it hurts.
16587
16588 2011-12-28 Chong Yidong <cyd@gnu.org>
16589
16590 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16591 (gdb-get-source-file): Move mode line update to
16592 gdb-get-source-file (Bug#10087).
16593
16594 2011-12-25 Chong Yidong <cyd@gnu.org>
16595
16596 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16597 gud-gdb-marker-filter without taking it as an argument.
16598 (gud-gdb-run-command-fetch-lines): Caller changed.
16599 (gud-gdb-completion-function): New variable.
16600 (gud-gdb-completion-at-point): Use it.
16601 (gud-gdb-completions-1): Split from gud-gdb-completions.
16602
16603 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16604 function as separate arguments.
16605 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16606 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16607 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16608 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16609 (gdb-stopped, def-gdb-auto-update-trigger)
16610 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16611 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16612 Callers changed.
16613 (gud-gdbmi-completions): New function.
16614 (gdb): Use it for generating the completion table.
16615
16616 2011-12-24 Alan Mackenzie <acm@muc.de>
16617
16618 Introduce a mechanism to widen the region used in context font
16619 locking. Use this to protect declarations from losing their contexts.
16620
16621 * progmodes/cc-langs.el (c-before-font-lock-functions):
16622 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16623 (c-before-context-fontification-functions): New defvar, a list of
16624 functions to be run just before context (etc.) font locking.
16625
16626 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16627 New, functionality extracted from
16628 c-neutralize-syntax-in-and-mark-CPP.
16629 (c-in-after-change-fontification): New variable.
16630 (c-after-change): Set c-in-after-change-fontification.
16631 (c-set-fl-decl-start): Rejig its interface, so it can be called
16632 from both after-change and context fontifying.
16633 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16634 New functions.
16635 (c-standard-font-lock-fontify-region-function): New variable.
16636 (c-font-lock-fontify-region): New function.
16637
16638 2011-12-24 Juri Linkov <juri@jurta.org>
16639
16640 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16641 (Bug#10348)
16642
16643 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16644
16645 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16646 existence of source file. (Bug#10325)
16647
16648 2011-12-23 Alan Mackenzie <acm@muc.de>
16649
16650 Fix unstable fontification inside templates.
16651
16652 * progmodes/cc-langs.el (c-before-font-lock-functions):
16653 Newly created from the singular version. The (c c++ objc) entry now
16654 additionally has c-set-fl-decl-start. The other languages (apart
16655 from AWK) have that as a single entry.
16656
16657 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16658 The functionality for "local" declarations has been extracted to
16659 c-set-fl-decl-start.
16660
16661 * progmodes/cc-mode.el (c-common-init, c-after-change):
16662 Changes due to pluralisation of c-before-font-lock-functions.
16663 (c-set-fl-decl-start): New function, extracted from
16664 c-font-lock-enclosing-decls and enhanced.
16665
16666 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16667
16668 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16669
16670 2011-12-22 Juri Linkov <juri@jurta.org>
16671
16672 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16673
16674 2011-12-22 Chong Yidong <cyd@gnu.org>
16675
16676 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16677
16678 2011-12-21 Drew Adams <drew.adams@oracle.com>
16679
16680 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16681
16682 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16683
16684 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16685
16686 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16687
16688 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16689 highlighting and support. Fix up comments for capitalization.
16690 (cfengine-mode-debug): New var.
16691 (cfengine3-mode): Change the modeline indicator to "CFE3".
16692 (cfengine3-font-lock-keywords): Improve defun highlighting.
16693 (cfengine2-actions): Rename from `cfengine-actions'.
16694 (cfengine2-font-lock-keywords): Rename from
16695 `cfengine-font-lock-keywords'.
16696 (cfengine2-imenu-expression): Rename from
16697 `cfengine-imenu-expression'.
16698 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16699 (cfengine2-beginning-of-defun): Rename from
16700 `cfengine-beginning-of-defun'.
16701 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16702 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16703 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16704 modeline indicator to "CFE2".
16705 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16706 (cfengine-mode-abbrevs): Mark obsolete.
16707
16708 2011-12-21 Chong Yidong <cyd@gnu.org>
16709
16710 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16711 filename argument.
16712
16713 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16714
16715 * window.el (window-normalize-buffer-to-display): Remove.
16716 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16717
16718 2011-12-19 Chong Yidong <cyd@gnu.org>
16719
16720 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16721 Don't signal an error in a predicate function; return non-nil.
16722 (vc-dir-mark-file): Move the error here.
16723 (vc-dir-mark-unmark): If acting on the region, keep going if one
16724 of the entries cannot be marked/unmarked.
16725 (vc-dir-mark-all-files): If current entry is a directory, mark
16726 only child files, as documented.
16727
16728 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16729
16730 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16731 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16732 addition.
16733
16734 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16735
16736 * term/ns-win.el (ns-get-selection-internal)
16737 (ns-store-selection-internal): Declare.
16738 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16739 Declare as obsolete.
16740 (ns-get-pasteboard, ns-paste-secondary):
16741 Use ns-get-selection-internal.
16742 (ns-set-pasteboard, ns-copy-including-secondary):
16743 Use ns-store-selection-internal.
16744
16745 2011-12-17 Chong Yidong <cyd@gnu.org>
16746
16747 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16748 (vc-deduce-fileset): Doc fix.
16749
16750 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16751
16752 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16753
16754 2011-12-13 Sam Steingold <sds@gnu.org>
16755
16756 * man.el (Man-getpage-in-background): When running under a
16757 window-system, ignore $MANWIDTH and $COLUMNS.
16758
16759 2011-12-15 Kenichi Handa <handa@m17n.org>
16760
16761 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16762 (setup-ethiopic-environment-internal): Comment out key-binding for
16763 ethio-toggle-punctuation.
16764
16765 2011-12-13 Alan Mackenzie <acm@muc.de>
16766
16767 Add the switch statement to AWK Mode.
16768
16769 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16770 "default" to the keywords regexp.
16771
16772 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16773 expression as the rest.
16774 (c-nonlabel-token-key): Allow string literals for AWK.
16775 Refactor for the other modes.
16776
16777 Large brace-block initialisation makes CC Mode slow: Fix.
16778 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16779 routines. Limit backward searching in c-font-lock-enclosing.decl.
16780
16781 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16782 pp-state and literal type in addition to the limits.
16783 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16784 (c-state-literal-at): Use the above new defun.
16785 (c-slow-in-literal, c-fast-in-literal): Remove.
16786 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16787
16788 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16789 being in a literal. Add a limit for backward searching.
16790
16791 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16792 c-slow-in-literal.
16793
16794 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16795
16796 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16797
16798 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16799
16800 * window.el (delete-other-windows): Use correct frame in call to
16801 window-with-parameter.
16802
16803 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16804
16805 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16806 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16807 (makefile-gmake-statements, makefile-makepp-statements):
16808 Use it and add new makepp keywords.
16809 (makefile-makepp-font-lock-keywords): Add new patterns.
16810 (makefile-match-function-end): Match new [...] and [[...]].
16811
16812 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16813
16814 * ses.el (ses-call-printer-return, ses-cell-property-get)
16815 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16816 (ses-create-cell-variable, ses-reset-header-string)
16817 (ses-cell-set-formula, ses-repair-cell-reference-all)
16818 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16819 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16820 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16821 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16822 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16823 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16824 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16825 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16826 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16827 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16828 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16829 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16830
16831 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16832
16833 * ses.el: The overall change is to add cell renaming, that is
16834 setting fancy names for cell symbols other than name matching
16835 "\\`[A-Z]+[0-9]+\\'" regexp .
16836 (ses-create-cell-variable): New defun.
16837 (ses-relocate-formula): Relocate formulas only for cells the
16838 symbols of which are not renamed, i.e. symbols whose names do not
16839 match regexp "\\`[A-Z]+[0-9]+\\'".
16840 (ses-relocate-all): Relocate values only for cells the symbols of
16841 which are not renamed.
16842 (ses-load): Create cells variables as the (ses-cell ...) are read,
16843 in order to check row col consistency with cell symbol name only
16844 for cells that are not renamed.
16845 (ses-replace-name-in-formula): New defun.
16846 (ses-rename-cell): New defun.
16847
16848 2011-12-11 Chong Yidong <cyd@gnu.org>
16849
16850 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16851 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16852
16853 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16854
16855 * window.el (other-window): Fix docstring.
16856
16857 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16858
16859 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16860 `from' or `to' address before taking its substring.
16861 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16862 encoded name is chopped in the middle of the encoded string, and
16863 thus displayed encoded.
16864
16865 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16866
16867 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16868
16869 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16870
16871 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16872 to use texinfo-update-node and commands that call it if the
16873 Texinfo file uses @node lines without next/prev/up pointers.
16874 Correct outdated description about texinfo-master-menu.
16875 (texinfo-all-menus-update, texinfo-master-menu)
16876 (texinfo-update-node, texinfo-every-node-update)
16877 (texinfo-multiple-files-update): Doc fix. Warn against updating
16878 all the @node lines.
16879 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16880 argument is numeric. Explain better in the doc string what the
16881 function really does.
16882 (texinfo-insert-master-menu-list): Improve the error message
16883 displayed if there's no menu in the Top node.
16884 (Bug#2975) See also this thread:
16885 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16886
16887 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16888
16889 * speedbar.el (speedbar-supported-extension-expressions):
16890 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16891
16892 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16893
16894 * printing.el (pr-mode-alist):
16895 * simple.el (filter-buffer-substring-functions)
16896 (completion-list-insert-choice-function):
16897 * window.el (window-with-parameter, window-atom-root)
16898 (window-sides-slots, window-size-fixed, window-min-delta)
16899 (window-max-delta, window--resize-mini-window)
16900 (window--resize-child-windows-normal, window-tree)
16901 (delete-other-windows, quit-window, split-window)
16902 (display-buffer-record-window, special-display-buffer-names)
16903 (special-display-regexps, special-display-popup-frame)
16904 (same-window-p, split-window-sensibly)
16905 (display-buffer-overriding-action, display-buffer-alist)
16906 (display-buffer-base-action, display-buffer, switch-to-buffer)
16907 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16908 (fit-window-to-buffer, recenter-positions)
16909 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16910 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16911 and remove unneeded backslashes in docstrings.
16912
16913 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16914
16915 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16916
16917 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16918 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16919 end in ".mk".
16920 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16921 when reading the makefile (bug#10116).
16922
16923 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16924
16925 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16926 (bug#10116).
16927
16928 2011-12-06 Glenn Morris <rgm@gnu.org>
16929
16930 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16931
16932 2011-12-06 Chong Yidong <cyd@gnu.org>
16933
16934 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16935
16936 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16937
16938 * textmodes/table.el (table-shorten-cell): Fix typo.
16939
16940 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16941
16942 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16943
16944 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16945
16946 * descr-text.el (describe-char): Fix display of strong
16947 right-to-left characters and directional embeddings and overrides.
16948
16949 * simple.el (what-cursor-position): Fix display of codepoints of
16950 strong right-to-left characters.
16951
16952 2011-12-05 Chong Yidong <cyd@gnu.org>
16953
16954 * faces.el (read-color): Doc fix.
16955
16956 2011-12-05 Glenn Morris <rgm@gnu.org>
16957
16958 * align.el (align--set-marker): Add doc-string.
16959 Don't try to move something that is not a marker. (Bug#10216)
16960
16961 2011-12-04 Glenn Morris <rgm@gnu.org>
16962
16963 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16964 overly zealous deletion of trailing whitespace.
16965
16966 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16967
16968 * server.el (server-delete-client): On Windows, do not try to delete
16969 the only terminal.
16970 (server-process-filter): On Windows, treat requests for a tty frame as
16971 if they were for a GUI frame if the running server is in GUI mode.
16972
16973 2011-12-03 Glenn Morris <rgm@gnu.org>
16974
16975 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16976
16977 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16978
16979 * electric.el: Streamline electric-indent's hook.
16980 (electric-indent-chars): Revert to simple list.
16981 (electric-indent-functions): New var.
16982 (electric-indent-post-self-insert-function): Use it.
16983
16984 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16985 there's no inferior buffer (bug#10196).
16986 (prolog-consult-compile): Don't use toggle-read-only.
16987
16988 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16989
16990 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16991 interrupt. (Bug#10187)
16992
16993 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16994
16995 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16996 (bug#9160).
16997
16998 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16999 (bug#10191).
17000
17001 2011-12-02 Juri Linkov <juri@jurta.org>
17002
17003 * info.el (Info-search): Display "end of manual" when Isearch
17004 reaches the end of single-file Info manual. (Bug#9918)
17005
17006 2011-12-02 Eli Zaretskii <eliz@gnu.org>
17007
17008 * isearch.el (isearch-message-prefix): Run the input method part
17009 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
17010
17011 2011-12-02 Juri Linkov <juri@jurta.org>
17012
17013 * isearch.el (isearch-occur): Use `word-search-regexp' for
17014 `isearch-word'.
17015 (isearch-search-and-update): Add condition for `isearch-word' and
17016 call `word-search-regexp'. (Bug#10145)
17017
17018 2011-12-01 Glenn Morris <rgm@gnu.org>
17019
17020 * eshell/em-hist.el (eshell-hist-initialize):
17021 Handle eshell-history-size nil and HISTSIZE set or unset.
17022 (eshell-history-file-name, eshell-history-size): Fix custom type.
17023
17024 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17025
17026 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17027
17028 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
17029
17030 * progmodes/verilog-mode.el (verilog-pretty-expr):
17031 Rework verilog-pretty-expr to handle new assignment operators in system
17032 verilog, such as += *= and the like.
17033 (verilog-assignment-operator-re): Regular expression to find the
17034 assigment operator in a verilog assignment.
17035 (verilog-assignment-operation-re): Regular expression to find an
17036 assignment statement for pretty-expr.
17037 (verilog-in-attribute-p): Query returns true if point is in an
17038 attribute context; used to skip these for expression line up from
17039 pretty-expr.
17040 (verilog-in-parameter-p): Query returns true if point is in an
17041 parameter definition context; used to skip these for expression
17042 line up from pretty-expr.
17043 (verilog-in-parenthesis-p): Query returns true if point is in a
17044 parenthetical expression, specifically ( ) but not [ ] or { };
17045 used by pretty-expr.
17046 (verilog-just-one-space): If there is no space, don't add one.
17047 (verilog-get-lineup-indent-2): Specifically skip just attribute
17048 contexts for expression lineup, rather than skipping all
17049 parenthetical expressions.
17050 (verilog-calculate-indent): Fix comment, and fix indent.
17051 (verilog-do-indent): Indent declarations in lists (suggested by
17052 Joachim Lechner).
17053 (verilog-mode-abbrev-table): Populate abbrev mode with the various
17054 skeleton items.
17055 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17056 by Alain Mellan).
17057
17058 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
17059
17060 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17061 parameters with embedded comments. Reported by Ray Stevens.
17062 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17063 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17064 Reported by Tim Holt.
17065 (verilog-auto): Fix AUTOing a upper module then AUTOing module
17066 instantiated by upper module causing wrong expansion until AUTOed a
17067 second time. Reported by K C Buckenmaier.
17068 (verilog-diff-auto): Fix showing .* as a difference when
17069 `verilog-auto-star-save' off. Reported by Dan Dever.
17070 (verilog-auto-reset, verilog-read-always-signals)
17071 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17072 temporary signals in reset list if
17073 verilog-auto-reset-blocking-in-non is nil, and match assignment
17074 style to each signal's assignment type, bug381.
17075 Reported by Thomas Esposito.
17076 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17077 (verilog-uvm-statement-re): Support UVM indentation and
17078 highlighting, with old OVM keywords only.
17079 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17080 Support AUTOTIEOFF creating non-wire data types.
17081 Suggested by Jonathan Greenlaw.
17082 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17083 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17084 (verilog-inject-sense, verilog-read-inst-pins)
17085 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17086 Fix mismatching parenthesis inside commented out code when deleting
17087 AUTOINST, bug383. Reported by Jonathan Greenlaw.
17088 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17089 non-numeric vector width. Reported by Alex Reed.
17090 (verilog-auto-ascii-enum): Add "onehot" option to work around not
17091 detecting signals with parameter widths. Reported by Alex Reed.
17092 (verilog-auto-delete-trailing-whitespace):
17093 With `verilog-auto-delete-trailing-whitespace' remove trailing
17094 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17095 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17096 Fix verilog-scan-cache corruption when running user AUTO expansion
17097 hooks that call indentation routines.
17098 (verilog-simplify-range-expression): Fix typo ignoring lower case
17099 identifiers.
17100 (verilog-delete-auto): Fix delete-autos to also remove user created
17101 automatics, as long as they start with AUTO.
17102 (verilog-batch-diff-auto, verilog-diff-auto)
17103 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17104 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17105 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17106 (verilog-in-paren-quick, verilog-re-search-backward-quick)
17107 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17108 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17109 is disabled and its cache will get corrupt, causing AUTOS not to
17110 expand. Instead use only -quick functions.
17111 (verilog-scan-region): Fix scanning over escaped quotes.
17112 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17113 (verilog-re-search-backward-quick)
17114 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17115 related functions now ignore strings, to fix misparsing of strings
17116 with magic comments embedded in them.
17117 (verilog-read-auto-template):
17118 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17119 Reported by Brad Dobbie.
17120 (verilog-read-auto-template):
17121 Fix 'verilog-auto-inst-template-numbers' with comments.
17122 Reported by Brad Dobbie.
17123 (verilog-auto-inst, verilog-auto-inst-param)
17124 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17125 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17126 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17127 debugging templates without merge conflicts, bug357.
17128 Reported by Brad Dobbie.
17129 (verilog-read-auto-template):
17130 Fix verilog-auto-inst-template-numbers with multiple templates.
17131 Reported by Brad Dobbie.
17132 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17133 abbrevs so user won't be asked to save.
17134 (verilog-read-auto-lisp-present): Fix to start at beginning of
17135 buffer in case called outside of verilog-auto.
17136 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17137 to "X-2". Reported by Matthew Myers.
17138 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17139 all inputs from module templates. Reported by Leith Johnson.
17140 (verilog-module-inside-filename-p): Fix locating programs as with
17141 modules.
17142 (verilog-auto-inst-port): Fix vl-width expressions when using
17143 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17144 (verilog-decls-get-regs, verilog-decls-get-signals,
17145 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17146 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17147 verilog-read-decls): Combine reg and wire structures into one var
17148 structure to represent SystemVerilog concepts.
17149 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17150 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17151 (verilog-auto-wire-type, verilog-insert-definition):
17152 Add verilog-auto-wire-type and AUTOLOGIC to support using
17153 SystemVerilog "logic" keyword instead of "wire"/"reg".
17154 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17155 to declares outputs that also have assignments (presumably in an
17156 ifdef or generate if so there's not a driver conflict).
17157 Reported by Matthew Myers.
17158 (verilog-auto-declare-nettype, verilog-insert-definition):
17159 Add verilog-auto-declare-nettype to fix declarations using
17160 `default_nettype none. Reported by Julian Gorfajn.
17161 (verilog-read-always-signals-recurse, verilog-read-decls)
17162 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17163 malformed end statement, bug325. Reported by Joshua Wise and
17164 Andrew Drake.
17165 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17166 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17167 when expanding .* in interfaces, bug320.
17168 Reported by Pierre-David Pfister.
17169 (verilog-read-module-name): Fix import statements between module
17170 name and open parenthesis, bug317.
17171 Reported by Pierre-David Pfister.
17172 (verilog-simplify-range-expression): Fix simplification of
17173 multiplications inside AUTOWIRE connections, bug303.
17174 (verilog-auto-inst-port): Support parameter expansion in
17175 multidimensional arrays.
17176 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17177 after "assert property". Reported by Julian Gorfajn.
17178 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17179 with multiplication, bug303.
17180 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17181 Reported by Jan Frode Lonnum.
17182
17183 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17184
17185 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17186 (hfy-shell-file-name, hfy-shell):
17187 * international/fontset.el (x-decompose-font-name): Fix typos.
17188
17189 2011-11-29 Ken Brown <kbrown@cornell.edu>
17190
17191 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17192 (gdb-version): Remove defvar.
17193 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17194 (gdb-gud-context-command, gdb-non-stop-handler)
17195 (gdb-current-context-command, gdb-stopped): Use it.
17196 (gdb-init-1): Enable pretty printing here.
17197 (gdb-non-stop-handler): Don't enable pretty-printing here.
17198 Check to see if the target supports non-stop mode; if not, turn off
17199 non-stop mode. Use the following.
17200 (gdb-check-target-async): New defun.
17201 (gud-watch, gdb-stopped): Fix whitespace.
17202 (gdb-get-source-file): Don't try to display the source file if
17203 `gdb-main-file' is nil.
17204
17205 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17206
17207 * align.el: Try to generate fewer markers (bug#10047).
17208 (align--set-marker): New macro.
17209 (align-region): Use it.
17210
17211 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17212
17213 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17214
17215 2011-11-29 Chong Yidong <cyd@gnu.org>
17216
17217 * indent.el (indent-for-tab-command, indent-according-to-mode):
17218 Doc fix.
17219 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17220
17221 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17222
17223 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17224 aware of remote file names. (Bug#10124)
17225
17226 2011-11-29 Chong Yidong <cyd@gnu.org>
17227
17228 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17229
17230 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17231
17232 * files.el (find-file): Don't use force-same-window (bug#10144).
17233 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17234 use pop-to-buffer if the selected window can't be used.
17235 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17236
17237 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17238
17239 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17240 special-mode-map.
17241
17242 2011-11-28 Chong Yidong <cyd@gnu.org>
17243
17244 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17245
17246 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17247
17248 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17249 gdb-get-source-file-list on gdb-create-source-file-list.
17250
17251 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17252
17253 * whitespace.el (whitespace-newline): Use a different foreground
17254 color for 16-color light-background displays.
17255
17256 2011-11-24 Chong Yidong <cyd@gnu.org>
17257
17258 * window.el (display-buffer--special-action): Doc fix.
17259
17260 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17261
17262 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17263 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17264 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17265 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17266 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17267 (avl-tree-stack-first):
17268 * emacs-lisp/cconv.el (cconv--analyse-use):
17269 * net/gnutls.el (gnutls-negotiate): Fix typos.
17270
17271 2011-11-24 Glenn Morris <rgm@gnu.org>
17272
17273 * lpr.el (lpr-windows-system, lpr-lp-system):
17274 * mail/binhex.el (binhex-begin-line):
17275 * progmodes/grep.el (grep-history, grep-find-history):
17276 * textmodes/flyspell.el:
17277 * vc/pcvs-defs.el (cvs-global-menu):
17278 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17279 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17280 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17281
17282 * net/tls.el: Fix case of "GnuTLS".
17283
17284 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17285
17286 * version.el (emacs-build-system): Give it a doc-string.
17287
17288 2011-11-24 Juri Linkov <juri@jurta.org>
17289
17290 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17291
17292 2011-11-24 Glenn Morris <rgm@gnu.org>
17293
17294 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17295 if called on a non-mime message just toggle the headers. (Bug#8006)
17296
17297 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17298
17299 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17300 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17301 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17302 (allout-rebullet-heading, allout-open-sibtopic)
17303 (allout-toggle-current-subtree-encryption)
17304 (allout-toggle-subtree-encryption, allout-encrypt-string)
17305 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17306 (allout-distinctive-bullets-string, allout-auto-activation):
17307 * window.el (window-normalize-buffer-to-display):
17308 * progmodes/verilog-mode.el (verilog-batch-indent):
17309 * textmodes/bibtex.el (bibtex-field-braces-opt)
17310 (bibtex-field-strings-opt):
17311 * vc/cvs-status.el (cvs-tree-merge):
17312 Fix typos.
17313
17314 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17315
17316 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17317 `non-essential' to t, in order to avoid remote connections.
17318
17319 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17320
17321 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17322 On MS-DOS and MS-Windows, compare with loaddefs.el
17323 case-insensitively.
17324
17325 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17326
17327 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17328
17329 2011-11-23 Glenn Morris <rgm@gnu.org>
17330
17331 * paths.el (rmail-file-name): Reformat the doc-string so that it
17332 is picked up.
17333
17334 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17335 (rmail-auto-file): Ignore case in the "special" field names,
17336 as mail-fetch-field does for all others.
17337
17338 * mail/rmail.el (rmail-forward):
17339 * mail/rmailkwd.el (rmail-set-label):
17340 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17341 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17342
17343 * mail/rmail.el (rmail-current-message): Doc fix.
17344
17345 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17346
17347 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17348
17349 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17350
17351 2011-11-22 Glenn Morris <rgm@gnu.org>
17352
17353 * mail/rmailmm.el (test-rmail-mime-handler)
17354 (test-rmail-mime-bulk-handler)
17355 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17356
17357 2011-11-21 Juri Linkov <juri@jurta.org>
17358
17359 * calc/calc.el (calc-read-key-sequence):
17360 Let-bind `input-method-function' to nil. (Bug#10018)
17361
17362 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17363
17364 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17365 Tell the caller that the next line needs recomputation, even
17366 though it doesn't start a sexp (bug#10094).
17367
17368 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17369
17370 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17371
17372 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17373
17374 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17375 Use force-same-window.
17376
17377 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17378
17379 * descr-text.el (describe-char-unicode-data):
17380 * json.el (json-string-escape):
17381 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17382 (Footnote-unicode, Footnote-style-p):
17383 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17384
17385 2011-11-20 Chong Yidong <cyd@gnu.org>
17386
17387 * window.el (replace-buffer-in-windows): Restore interactive spec.
17388
17389 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17390
17391 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17392
17393 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17394 (byte-compile-global-not-obsolete-vars): New var.
17395 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17396 Use it.
17397 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17398
17399 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17400
17401 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17402 * progmodes/pascal.el (electric-pascal-equal):
17403 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17404 * xml.el (xml-substitute-special): Fix typos.
17405
17406 2011-11-20 Glenn Morris <rgm@gnu.org>
17407
17408 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17409 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17410 Doc fixes.
17411 (rmail-decode-mime-charset): Mark as obsolete.
17412
17413 * mail/rmailsum.el (rmail-message-regexp-p-1):
17414 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17415 Before using mime functions, check they are set. (Bug#10077)
17416
17417 2011-11-19 Juri Linkov <juri@jurta.org>
17418
17419 * info.el (Info-finder-find-node): Use `package--builtins' instead
17420 of `package-alist'. Use node names formed by the pattern "Keyword "
17421 and the keyword name.
17422
17423 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17424
17425 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17426
17427 2011-11-19 Juri Linkov <juri@jurta.org>
17428
17429 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17430 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17431 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17432 `old-history', `old-history-forward'. Add let-binding
17433 `window-selected'. Remove calls to `kill-buffer',
17434 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17435 before calling `Info-find-node', so `Info-find-node-2' will reread
17436 the Info file. Restore window positions only when `window-selected'
17437 is non-nil.
17438
17439 2011-11-19 Juri Linkov <juri@jurta.org>
17440
17441 * isearch.el (isearch-lazy-highlight-new-loop):
17442 Remove condition `(not isearch-error)'. (Bug#9918)
17443
17444 * misearch.el (multi-isearch-search-fun): Add condition
17445 `(not bound)' to ignore lazy-highlighting search.
17446 Add the search-failed message "end of multi" when the end of
17447 multi-sequence is reached. Uncapitalize the search-failed
17448 message "Repeat for next buffer".
17449
17450 * info.el (Info-search): Add the search-failed message
17451 "end of the manual" when the end of the manual is reached
17452 in Isearch mode.
17453
17454 2011-11-19 Juri Linkov <juri@jurta.org>
17455
17456 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17457 Use non-destructive `remove' instead of `delete' because
17458 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17459 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17460
17461 2011-11-19 Juri Linkov <juri@jurta.org>
17462
17463 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17464 to nil instead of binding `search-ring' and `regexp-search-ring'.
17465 (Bug#9185)
17466
17467 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17468
17469 * simple.el (line-move): Force movement by logical lines for any
17470 hscrolled window, not only when auto-hscroll-mode is on.
17471 (line-move-visual): Update doc string to that effect. (Bug#10076)
17472
17473 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17474
17475 * language/european.el (macintosh): Define as alias for mac-roman.
17476
17477 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17478
17479 * mail/rmailmm.el (rmail-mime-display-header)
17480 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17481 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17482 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17483 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17484 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17485 of a raw aref.
17486 (rmail-mime-entity-segment): To get past the tagline, move forward
17487 2 more lines, to account for the 2 empty lines that precede and
17488 follow the line with the buttons.
17489 (rmail-mime-update-tagline): Move one more line, to get past the
17490 empty line that follows the buttons in the tagline. (Bug#9520)
17491
17492 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17493
17494 * window.el (window-max-delta-1, window-min-delta-1)
17495 (window-min-size-1, window-state-get-1, window-state-put-1)
17496 (window-state-put-2): Use "window--" prefix.
17497
17498 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17499
17500 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17501 (smie-warning-count): New var.
17502 (smie-set-prec2tab): Use it.
17503 (smie-bnf->prec2): Improve warnings. Add docstring.
17504 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17505 (smie-bnf--set-class): New function.
17506 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17507 corner case.
17508
17509 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17510 (compilation-error-properties, compilation-move-to-column):
17511 Handle compilation-first-column while in the target buffer.
17512
17513 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17514 Don't hardcode point-min==1.
17515
17516 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17517 (eshell-rewrite-for-command): Remove workaround.
17518 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17519 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17520 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17521
17522 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17523
17524 2011-11-17 Glenn Morris <rgm@gnu.org>
17525
17526 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17527 Ignore buffer-local generated-autoload-file if it is the same
17528 as the global value. (Bug#10049)
17529
17530 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17531
17532 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17533 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17534 (reftex-toc-previous-heading, reftex-toc-max-level)
17535 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17536 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17537 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17538 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17539 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17540 (reftex-toc-rename-label, reftex-toc-visit-location)
17541 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17542 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17543 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17544 leaving "*toc*" only for references to the buffer.
17545
17546 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17547
17548 * window.el (window-resize, delete-window, split-window):
17549 Replace window-splits by window-combination-resize.
17550 * cus-start.el (window-splits): Replace by window-combination-resize.
17551
17552 2011-11-17 Glenn Morris <rgm@gnu.org>
17553
17554 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17555 Make bash entry derive from sh entry, not shell entry.
17556
17557 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17558
17559 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17560 local file name.
17561
17562 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17563
17564 * menu-bar.el (menu-bar-file-menu):
17565 * printing.el (pr-ps-utility):
17566 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17567 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17568 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17569 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17570 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17571 (icalendar--convert-cyclic-to-ical)
17572 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17573 (icalendar--convert-ical-to-diary)
17574 (icalendar--convert-recurring-to-diary)
17575 (icalendar--convert-non-recurring-all-day-to-diary)
17576 (icalendar-import-format-sample):
17577 * progmodes/idlw-shell.el (idlwave-shell-mode):
17578 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17579 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17580 (vhdl-ps-print-init): Fix typos.
17581
17582 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17583
17584 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17585 FSF and collapse date sequence, obscure author/maintainer email address
17586 better, remove extra version line, track relocation of author's webpage.
17587
17588 * progmodes/python.el (python-pdbtrack-input-prompt)
17589 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17590 regular python pdb prompts. Adjustments shamelessly taken exactly as
17591 suggested in EmacsWiki page (tiny change):
17592 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17593
17594 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17595
17596 * expand.el (expand-pos, expand-index, expand-point):
17597 Remove redundant info from docstring.
17598 (expand-add-abbrevs): Doc fix.
17599 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17600 (expand-sample-perl-mode-expand-list): Fix typos.
17601
17602 * net/dbus.el (dbus-event-member-name):
17603 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17604 * term/pc-win.el (msdos-create-frame-with-faces):
17605 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17606
17607 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17608
17609 * window.el (split-window, window-state-get-1)
17610 (window-state-put-1, window-state-put-2): Rename occurrences of
17611 window-nest to window-combination-limit.
17612 * cus-start.el (window-nest): Rename to window-combination-limit.
17613
17614 2011-11-16 Chong Yidong <cyd@gnu.org>
17615
17616 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17617 regexp (Bug#10033).
17618
17619 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17620
17621 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17622 `completing-read' will remove *Completions* and will preserve
17623 current-buffer for us.
17624 (tmm-add-prompt): Users of *Completions* will always (re)set its
17625 major mode.
17626 (tmm-old-comp-map): Remove.
17627
17628 2011-11-16 Glenn Morris <rgm@gnu.org>
17629
17630 * mail/rmailedit.el: Require rmailmm when compiling.
17631 (rmail-old-mime-state): New declaration.
17632 (rmail-edit-current-message): If editing a mime message,
17633 edit the "raw" message from the mbox buffer.
17634 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17635
17636 2011-11-15 Glenn Morris <rgm@gnu.org>
17637
17638 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17639 which wasn't being used. Add optional arg to force given state.
17640 (rmail-mime): Add optional arg to force given state.
17641
17642 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17643
17644 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17645 * frame.el (display-mm-dimensions-alist):
17646 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17647 (outline-move-subtree-down):
17648 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17649 (newsticker--treeview-do-get-node):
17650 * net/quickurl.el (quickurl-list-buffer-name):
17651 * progmodes/dcl-mode.el (dcl-mode):
17652 * progmodes/gdb-mi.el (gdb-mapcar*):
17653 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17654
17655 2011-11-15 Glenn Morris <rgm@gnu.org>
17656
17657 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17658 in a boolean sense, so just make it a boolean, and fix the doc.
17659 (rmail-show-mime-function, rmail-mime-feature)
17660 (rmail-require-mime-maybe): Doc fixes.
17661 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17662
17663 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17664
17665 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17666
17667 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17668 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17669 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17670 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17671
17672 2011-11-15 Glenn Morris <rgm@gnu.org>
17673
17674 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17675 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17676 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17677 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17678 (rmail-mime, rmail-show-mime): Doc fixes.
17679
17680 * term/ns-win.el (mode-line-frame-identification):
17681 Leave it alone. (Bug#10051)
17682
17683 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17684
17685 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17686 Handle empty buffers. (Bug#9978)
17687
17688 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17689
17690 * international/mule.el (define-charset):
17691 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17692 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17693 * progmodes/verilog-mode.el (verilog-backward-token):
17694 * textmodes/ispell.el (lookup-words):
17695 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17696
17697 2011-11-14 Glenn Morris <rgm@gnu.org>
17698
17699 * progmodes/executable.el
17700 (executable-make-buffer-file-executable-if-script-p):
17701 Handle file-modes returning nil.
17702
17703 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17704 message - not necessary, and causes problems. (Bug#9831)
17705
17706 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17707
17708 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17709
17710 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17711 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17712 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17713
17714 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17715
17716 * window.el (window-resize, delete-window): Use window-splits
17717 variable instead of function.
17718 (window-state-get-1, window-state-put-2, window-state-put):
17719 Don't deal with windows' splits status.
17720
17721 2011-11-12 Glenn Morris <rgm@gnu.org>
17722
17723 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17724 (apropos-documentation): Doc fixes.
17725
17726 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17727
17728 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17729 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17730
17731 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17732
17733 * electric.el (electric-indent-post-self-insert-function): Make it
17734 possible for a char to only indent in some circumstances.
17735 (electric-indent-mode): Simplify.
17736
17737 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17738
17739 * window.el (windows-with-parameter): Remove unused function.
17740 (windows-at-side): Rename to window-at-side-list.
17741 (window-check, window-atom-check, window-atom-check-1)
17742 (window-side-check, window-size-ignore, window-size-fixed-1)
17743 (window-in-direction-2): Prefix with "window--".
17744 (window-tree-1): Rename to window--subtree, fix doc-string.
17745
17746 2011-11-11 Glenn Morris <rgm@gnu.org>
17747
17748 * subr.el (eval-after-load): If FILE is already loaded,
17749 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17750
17751 2011-11-10 Glenn Morris <rgm@gnu.org>
17752
17753 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17754 Call svn via vc-svn-command rather than vc-do-command.
17755 (vc-svn-command): Add --non-interactive. (Bug#9993)
17756 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17757
17758 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17759 Add toggle-read-only. (Bug#7292)
17760 * files.el (toggle-read-only): Mention that it should only
17761 be used interactively. (Bug#10006)
17762
17763 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17764
17765 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17766 Adjust regexp for OCaml warnings.
17767
17768 * electric.el (electric-pair-post-self-insert-function): Let user
17769 turn it off buffer-locally (bug#9932).
17770
17771 * progmodes/python.el (python-beginning-of-statement):
17772 Rewrite (bug#2703).
17773
17774 * progmodes/compile.el: Better handle TABs (bug#9749).
17775 (compilation-internal-error-properties)
17776 (compilation-next-error-function): Obey the target buffer's
17777 compilation-error-screen-columns.
17778
17779 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17780
17781 * progmodes/meta-mode.el: Remove obsolete comments.
17782 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17783 Fix typos in docstrings.
17784
17785 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17786
17787 * window.el (window-size-fixed-p): Rewrite doc-string.
17788 (window-resizable-p): Rename to window--resizable-p. Update callers.
17789 (window--resizable): New function. Make all callers of
17790 window-resizable call window--resizable instead.
17791 (window-resizable): Rewrite in terms of window--resizable.
17792
17793 2011-11-08 Glenn Morris <rgm@gnu.org>
17794
17795 * progmodes/delphi.el (delphi-mode-syntax-table):
17796 Let define-derived-mode define a proper syntax table. (Bug#9994)
17797
17798 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17799
17800 * window.el: Stay away from defsubst.
17801 (window-list-no-nils): Remove.
17802 (window-state-get-1, window-state-get): Use backquote instead.
17803
17804 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17805
17806 * emacs-lisp/find-func.el (find-function-read):
17807 Fix incorrect use of default argument in `completing-read'.
17808
17809 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17810
17811 * window.el (display-buffer-function, special-display-function):
17812 Mention display-buffer-record-window but do not mention
17813 help-setup parameter in doc-strings.
17814 (window-min-delta): Fix doc-string typo.
17815
17816 2011-11-08 Chong Yidong <cyd@gnu.org>
17817
17818 * window.el (window-total-height, window-total-width): Doc fix.
17819 (window-body-size): Move from C.
17820 (window-body-height, window-body-width): Move to C.
17821
17822 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17823
17824 * window.el: Make special-display like display-buffer-alist (bug#9532).
17825 (display-buffer--special-action): New function, morphed
17826 from display-buffer--special.
17827 (display-buffer): Use it to handle special-display-buffers at higher
17828 priority (just after display-buffer-alist).
17829 (display-buffer-fallback-action, display-buffer--other-frame-action)
17830 (pop-to-buffer-same-window): Remove display-buffer--special.
17831
17832 2011-11-07 Glenn Morris <rgm@gnu.org>
17833
17834 * calendar/cal-menu.el (cal-menu-set-date-title):
17835 Do nothing if not in a calendar. (Bug#9976)
17836
17837 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17838
17839 * files.el (find-file): Always use selected-window.
17840
17841 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17842
17843 * window.el (window-combinations): Make WINDOW argument
17844 mandatory. Rewrite doc-string.
17845 (walk-window-subtree, window-atom-check, window-min-delta)
17846 (window-max-delta, window--resize-this-window)
17847 (window--resize-root-window-vertically, window-tree)
17848 (balance-windows, window-state-put): Rewrite doc-strings as to
17849 not mention the term "subwindow".
17850 (window--resize-subwindows-skip-p): Rename to
17851 window--resize-child-windows-skip-p.
17852 (window--resize-subwindows-normal): Rename to
17853 window--resize-child-windows-normal.
17854 (window--resize-subwindows): Rename to
17855 window--resize-child-windows.
17856 (window-or-subwindow-p): Rename to window--in-subtree-p.
17857
17858 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17859
17860 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17861 Ensure that mbox format messages end in two newlines (Bug#9974).
17862
17863 2011-11-06 Chong Yidong <cyd@gnu.org>
17864
17865 * window.el (window-combination-p): Function deleted; its
17866 side-effect is not used in any existing code.
17867 (window-combinations, window-combined-p): Call window-*-child
17868 directly.
17869
17870 2011-11-05 Chong Yidong <cyd@gnu.org>
17871
17872 * window.el (window-valid-p): Rename from window-any-p.
17873 (window-size-ignore, window-state-get): Callers changed.
17874 (window-normalize-window): Rename from window-normalize-any-window.
17875 New arg LIVE-ONLY, replacing window-normalize-live-window.
17876 (window-normalize-live-window): Delete.
17877 (window-combination-p, window-combined-p, window-combinations)
17878 (walk-window-subtree, window-atom-root, window-min-size)
17879 (window-sizable, window-sizable-p, window-size-fixed-p)
17880 (window-min-delta, window-max-delta, window-resizable)
17881 (window-resizable-p, window-full-height-p, window-full-width-p)
17882 (window-current-scroll-bars, window-point-1, set-window-point-1)
17883 (window-at-side-p, window-in-direction, window-resize)
17884 (adjust-window-trailing-edge, maximize-window, minimize-window)
17885 (window-deletable-p, delete-window, delete-other-windows)
17886 (record-window-buffer, unrecord-window-buffer)
17887 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17888 (quit-window, split-window, window-state-put)
17889 (set-window-text-height, fit-window-to-buffer)
17890 (shrink-window-if-larger-than-buffer): Callers changed.
17891
17892 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17893
17894 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17895 rfc2047-decode-string.
17896 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17897 warnings.
17898
17899 * window.el (window-body-height, window-body-width): Mention in
17900 the doc string that the return values are in frame's canonical
17901 units. (Bug#9949)
17902
17903 2011-11-03 Alan Mackenzie <acm@muc.de>
17904
17905 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17906 change in cc-engine.el.
17907
17908 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17909
17910 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17911
17912 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17913
17914 * window.el (quit-window): Call unrecord-window-buffer after
17915 showing another buffer in the window. (Bug#9937)
17916 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17917
17918 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17919
17920 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17921 Accept status with more than 9 shelves. (Bug#9935)
17922 Reported by Colin D Bennett <colin@gibibit.com>.
17923
17924 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17925
17926 * help.el (with-help-window): Don't reference
17927 temp-buffer-show-specifiers in doc-string.
17928
17929 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17930
17931 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17932 menu-item.
17933
17934 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17935
17936 * whitespace.el: New version 13.2.2.
17937 (whitespace-newline-mode): Disable properly. Reported by Sarah
17938 <EmacsWiki>.
17939
17940 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17941
17942 * net/newst-treeview.el: Remove "Time-stamp".
17943 (newsticker--group-manage-orphan-feeds): Do not call
17944 newsticker--treeview-tree-update.
17945 (newsticker-treeview-update, newsticker-treeview):
17946 Call newsticker--treeview-tree-update if necessary.
17947
17948 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17949
17950 * window.el (window-iso-combination-p, window-iso-combined-p)
17951 (window-iso-combinations): Remove "iso-" infix.
17952 Suggested by Chong Yidong.
17953 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17954 (window-max-delta-1, window-resize, window--resize-siblings)
17955 (window--resize-this-window, adjust-window-trailing-edge)
17956 (split-window, balance-windows-1)
17957 (shrink-window-if-larger-than-buffer):
17958 * calendar/calendar.el (calendar-generate-window):
17959 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17960
17961 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17962
17963 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17964 in place (bug#9907).
17965 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17966 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17967 (eshell-structure-basic-command, eshell-rewrite-while-command)
17968 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17969 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17970 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17971 (eshell-do-pipelines-synchronously, eshell-eval-command):
17972 Use backquotes and prefer setq to set.
17973 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17974 (eshell-macrop): Use functionp.
17975 (eshell-do-eval): Handle multiple expressions in `while' body.
17976
17977 2011-10-30 Chong Yidong <cyd@gnu.org>
17978
17979 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17980 instead of set-mark (Bug#9810).
17981
17982 2011-10-30 Chong Yidong <cyd@gnu.org>
17983
17984 * window.el (split-window-below, split-window-right): Rename from
17985 split-window-above-each-other and split-window-side-by-side
17986 respectively. All callers changed.
17987 (split-window-sensibly, split-window-sensibly): Use them.
17988 (split-window-keep-point): Doc fix.
17989
17990 * isearch.el: Add isearch-scroll property to split-window-below
17991 and split-window-right.
17992
17993 * follow.el (follow-mode):
17994 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17995 * progmodes/ada-xref.el (ada-gdb-application):
17996 * emulation/vip.el (vip-buffer-in-two-windows):
17997 * image-dired.el (image-dired-dired-with-window-configuration):
17998 * dired-x.el (dired-do-find-marked-files):
17999 * dired.el (dired-pop-to-buffer):
18000 * bs.el (bs--show-with-configuration):
18001 * vc/emerge.el (emerge-setup-windows):
18002 * textmodes/two-column.el (2C-two-columns):
18003 * textmodes/reftex-toc.el (reftex-toc):
18004 * progmodes/gdb-mi.el (gdb-setup-windows):
18005 * progmodes/fortran.el (fortran-window-create):
18006 * net/newst-treeview.el (newsticker--treeview-window-init):
18007 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18008 * emulation/tpu-edt.el (tpu-gold-map):
18009 * emulation/crisp.el (crisp-mode-map):
18010 * calendar/calendar.el (calendar-basic-setup): Callers changed.
18011
18012 2011-10-29 Chong Yidong <cyd@gnu.org>
18013
18014 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18015
18016 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18017
18018 * textmodes/flyspell.el (flyspell-word): Fix char offset for
18019 forged Ispell output (Bug#7904).
18020
18021 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18022
18023 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18024
18025 * doc-view.el: Avoid ugly errors about not finding nil.
18026 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18027 (doc-view-dvipdf-program, doc-view-unoconv-program)
18028 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18029 Avoid nil or absolute file name as default value.
18030 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18031
18032 2011-10-28 Alan Mackenzie <acm@muc.de>
18033
18034 * progmodes/cc-defs.el (c-version): -> 5.32.2.
18035
18036 2011-10-28 Alan Mackenzie <acm@muc.de>
18037
18038 Amend the handling of c-beginning/end-of-defun in nested declaration
18039 scopes.
18040
18041 * progmodes/cc-vars.el (c-defun-tactic): Move here from
18042 cc-langs.el. Change it to a defcustom.
18043
18044 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18045 cc-vars.el.
18046
18047 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18048 Prevent "class foo : bar" being spuriously recognized as a label.
18049
18050 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18051 Add parameter `inclusive' (to include enclosing braces in the region).
18052 (c-widen-to-enclosing-decl-scope): New function.
18053 (c-while-widening-to-decl-block): New macro.
18054 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18055 outward for defun boundaries, and correspondingly change symbol
18056 `respect-enclosure' to `go-outward'.
18057 (c-declaration-limits): Change algorithm to report only the "innermost"
18058 defun's boundaries.
18059
18060 2011-10-28 Deniz Dogan <deniz@dogan.se>
18061
18062 * net/rcirc.el (rcirc-mode): Use hard newlines.
18063
18064 2011-10-28 Alan Mackenzie <acm@muc.de>
18065
18066 Amend to indent and fontify macros "which include their own semicolon"
18067 correctly, using the "virtual semicolon" mechanism.
18068
18069 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18070
18071 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18072 Recode to scan one line at a time rather than having \n and \r
18073 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18074 (c-forward-label): Amend for virtual semicolons.
18075 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18076
18077 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18078 of the new C macros.
18079
18080 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18081 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18082 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18083 (c-opt-cpp-macro-define): Make into a full language variable.
18084 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18085 AWK Mode (including \n, \r) removed, no longer needed.
18086
18087 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18088 Invoke c-make-macro-with-semi-re.
18089
18090 * progmodes/cc-vars.el (c-macro-with-semi-re):
18091 (c-macro-names-with-semicolon): New variables.
18092 (c-make-macro-with-semi-re): New function.
18093
18094 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18095
18096 * vc/log-edit.el: Fill empty field rather than adding new one.
18097 (log-edit-add-field): New function.
18098 (log-edit-insert-changelog): Use it.
18099
18100 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18101
18102 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18103
18104 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18105
18106 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18107 (gdb--check-interpreter): New function.
18108 (gdb): Use it.
18109
18110 2011-10-27 Glenn Morris <rgm@gnu.org>
18111
18112 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18113 (least-positive-float, least-negative-float)
18114 (least-positive-normalized-float, least-negative-normalized-float)
18115 (float-epsilon, float-negative-epsilon):
18116 Remove unnecessary declarations.
18117
18118 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18119 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18120 (least-positive-float, least-negative-float)
18121 (least-positive-normalized-float, least-negative-normalized-float)
18122 (float-epsilon, float-negative-epsilon): Add doc-strings,
18123 based on those in cl.texi.
18124
18125 * files.el (set-visited-file-name): If the major-mode changed,
18126 reload the local variables. (Bug#9796)
18127
18128 2011-10-27 Chong Yidong <cyd@gnu.org>
18129
18130 * subr.el (change-major-mode-after-body-hook): New hook.
18131 (run-mode-hooks): Run it.
18132
18133 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18134 Use change-major-mode-before-body-hook.
18135
18136 * simple.el (fundamental-mode):
18137 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18138 change introducing fundamental-mode-hook.
18139
18140 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18141
18142 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18143
18144 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18145
18146 * ido.el (ido-file-name-all-completions-1): Do not require
18147 tramp.el explicitly. (Bug#7583)
18148
18149 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18150
18151 * progmodes/octave-mod.el:
18152 * progmodes/octave-inf.el: Update maintainer.
18153
18154 2011-10-26 Chong Yidong <cyd@gnu.org>
18155
18156 * subr.el (with-wrapper-hook): Rewrite doc.
18157
18158 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18159
18160 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18161 filenames "/method:foo:". (Bug#9793)
18162
18163 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18166 (bug#9865).
18167
18168 2011-10-24 Glenn Morris <rgm@gnu.org>
18169
18170 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18171
18172 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18173
18174 * notifications.el: Add the requirement of a running D-Bus session
18175 bus to the Commentary.
18176
18177 2011-10-24 Juri Linkov <juri@jurta.org>
18178
18179 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18180 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18181 (Bug#9364)
18182
18183 2011-10-24 Juri Linkov <juri@jurta.org>
18184
18185 * info.el (Info-following-node-name-re): Add newline to the list
18186 of allowed characters for leading space. (Bug#9824)
18187
18188 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18189
18190 * progmodes/octave-inf.el (inferior-octave-mode-map):
18191 Fix C-c C-h binding.
18192 * progmodes/octave-mod.el (octave-help): Remove.
18193
18194 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18195
18196 Sync with Tramp 2.2.3.
18197
18198 * net/tramp-cache.el (top): Pacify byte-compiler using
18199 `init-file-user' and `site-run-file'.
18200
18201 * net/trampver.el: Update release number.
18202
18203 2011-10-23 Chong Yidong <cyd@gnu.org>
18204
18205 * files.el (toggle-read-only): Remove obsolete comment about
18206 version control.
18207
18208 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18209 for toggle-read-only. Note that this hasn't called vc-next-action
18210 since 2008-05-02, though it wasn't documented at the time.
18211
18212 * vc/ediff-init.el (ediff-toggle-read-only-function):
18213 Use toggle-read-only.
18214
18215 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18216
18217 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18218 of c-parse-state.
18219
18220 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18221 correct faulty logical expression.
18222 (c-parse-state-state, c-record-parse-state-state):
18223 (c-replay-parse-state-state): New defvar/defuns.
18224 (c-debug-parse-state): Use new functions.
18225
18226 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18227
18228 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18229 last fix. Use window-in-direction correctly.
18230
18231 2011-10-21 Chong Yidong <cyd@gnu.org>
18232
18233 * progmodes/idlwave.el (idlwave-mode):
18234 * progmodes/vera-mode.el (vera-mode): No need to set
18235 require-final-newline; that's done in prog-mode.
18236 Suggested by Stefan Monnier.
18237
18238 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18239
18240 * mouse.el (mouse-drag-window-above)
18241 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18242 (mouse-drag-mode-line-1, mouse-drag-header-line)
18243 (mouse-drag-vertical-line-rightward-window): Remove.
18244 (mouse-drag-line): New function.
18245 (mouse-drag-mode-line, mouse-drag-header-line)
18246 (mouse-drag-vertical-line): Call mouse-drag-line.
18247 * window.el (window-at-side-p, windows-at-side): New functions.
18248
18249 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18250
18251 * tar-mode.el (tar-grind-file-mode):
18252 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18253
18254 2011-10-21 Chong Yidong <cyd@gnu.org>
18255
18256 * progmodes/idlwave.el (idlwave-mode):
18257 * progmodes/vera-mode.el (vera-mode):
18258 Use mode-require-final-newline.
18259
18260 2011-10-20 Glenn Morris <rgm@gnu.org>
18261
18262 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18263
18264 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18265
18266 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18267
18268 2011-10-20 Chong Yidong <cyd@gnu.org>
18269
18270 * emulation/cua-base.el (cua-mode):
18271 * mail/footnote.el (footnote-mode):
18272 * mail/mailabbrev.el (mail-abbrevs-mode):
18273 * net/xesam.el (xesam-minor-mode):
18274 * progmodes/bug-reference.el (bug-reference-mode):
18275 * progmodes/cap-words.el (capitalized-words-mode):
18276 * progmodes/compile.el (compilation-minor-mode)
18277 (compilation-shell-minor-mode):
18278 * progmodes/gud.el (gud-tooltip-mode):
18279 * progmodes/hideif.el (hide-ifdef-mode):
18280 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18281 * progmodes/subword.el (subword-mode):
18282 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18283 * progmodes/which-func.el (which-function-mode):
18284 * term/tvi970.el (tvi970-set-keypad-mode):
18285 * term/vt100.el (vt100-wide-mode):
18286 * textmodes/flyspell.el (flyspell-mode):
18287 * textmodes/ispell.el (ispell-minor-mode):
18288 * textmodes/nroff-mode.el (nroff-electric-mode):
18289 * textmodes/paragraphs.el (use-hard-newlines):
18290 * textmodes/refill.el (refill-mode):
18291 * textmodes/reftex.el (reftex-mode):
18292 * textmodes/rst.el (rst-minor-mode):
18293 * textmodes/sgml-mode.el (html-autoview-mode)
18294 (sgml-electric-tag-pair-mode):
18295 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18296 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18297 * emulation/crisp.el (crisp-mode):
18298 * emacs-lisp/eldoc.el (eldoc-mode):
18299 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18300 minor mode behavior.
18301
18302 2011-10-19 Juri Linkov <juri@jurta.org>
18303
18304 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18305 the list of hard-coded chars with escape-glyph face.
18306
18307 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18308
18309 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18310
18311 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18312
18313 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18314 running process.
18315
18316 2011-10-19 Glenn Morris <rgm@gnu.org>
18317
18318 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18319 Ignore ignored files. (Bug#9726)
18320
18321 2011-10-19 Chong Yidong <cyd@gnu.org>
18322
18323 Doc fix for minor modes, stating that an omitted argument enables
18324 the mode unconditionally when called from Lisp.
18325
18326 * abbrev.el (abbrev-mode):
18327 * allout.el (allout-mode):
18328 * autoinsert.el (auto-insert-mode):
18329 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18330 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18331 (global-auto-revert-mode):
18332 * battery.el (display-battery-mode):
18333 * composite.el (global-auto-composition-mode)
18334 (auto-composition-mode):
18335 * delsel.el (delete-selection-mode):
18336 * desktop.el (desktop-save-mode):
18337 * dired-x.el (dired-omit-mode):
18338 * dirtrack.el (dirtrack-mode):
18339 * doc-view.el (doc-view-minor-mode):
18340 * double.el (double-mode):
18341 * electric.el (electric-indent-mode, electric-pair-mode):
18342 * emacs-lock.el (emacs-lock-mode):
18343 * epa-hook.el (auto-encryption-mode):
18344 * follow.el (follow-mode):
18345 * font-core.el (font-lock-mode):
18346 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18347 * help.el (temp-buffer-resize-mode):
18348 * hilit-chg.el (highlight-changes-mode)
18349 (highlight-changes-visible-mode):
18350 * hi-lock.el (hi-lock-mode):
18351 * hl-line.el (hl-line-mode, global-hl-line-mode):
18352 * icomplete.el (icomplete-mode):
18353 * ido.el (ido-everywhere):
18354 * image-file.el (auto-image-file-mode):
18355 * image-mode.el (image-minor-mode):
18356 * iswitchb.el (iswitchb-mode):
18357 * jka-cmpr-hook.el (auto-compression-mode):
18358 * linum.el (linum-mode):
18359 * longlines.el (longlines-mode):
18360 * master.el (master-mode):
18361 * mb-depth.el (minibuffer-depth-indicate-mode):
18362 * menu-bar.el (menu-bar-mode):
18363 * minibuf-eldef.el (minibuffer-electric-default-mode):
18364 * mouse-sel.el (mouse-sel-mode):
18365 * msb.el (msb-mode):
18366 * mwheel.el (mouse-wheel-mode):
18367 * outline.el (outline-minor-mode):
18368 * paren.el (show-paren-mode):
18369 * recentf.el (recentf-mode):
18370 * reveal.el (reveal-mode, global-reveal-mode):
18371 * rfn-eshadow.el (file-name-shadow-mode):
18372 * ruler-mode.el (ruler-mode):
18373 * savehist.el (savehist-mode):
18374 * scroll-all.el (scroll-all-mode):
18375 * scroll-bar.el (scroll-bar-mode):
18376 * server.el (server-mode):
18377 * shell.el (shell-dirtrack-mode):
18378 * simple.el (auto-fill-mode, transient-mark-mode)
18379 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18380 (line-number-mode, column-number-mode, size-indication-mode)
18381 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18382 * strokes.el (strokes-mode):
18383 * time.el (display-time-mode):
18384 * t-mouse.el (gpm-mouse-mode):
18385 * tool-bar.el (tool-bar-mode):
18386 * tooltip.el (tooltip-mode):
18387 * type-break.el (type-break-mode-line-message-mode)
18388 (type-break-query-mode):
18389 * view.el (view-mode):
18390 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18391 (global-whitespace-mode, global-whitespace-newline-mode):
18392 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18393
18394 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18395 Fix autogenerated docstring.
18396
18397 2011-10-19 Juri Linkov <juri@jurta.org>
18398
18399 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18400 by checking environment variables "DESKTOP_SESSION" and
18401 "XDG_CURRENT_DESKTOP". (Bug#9779)
18402
18403 2011-10-19 Juri Linkov <juri@jurta.org>
18404
18405 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18406 (browse-url-chromium-program, browse-url-chromium-arguments):
18407 New defcustoms.
18408 (browse-url-default-browser): Check for `browse-url-chromium' and
18409 call `browse-url-chromium-program'.
18410 (browse-url-chromium): New command. (Bug#9779)
18411
18412 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18413
18414 * facemenu.el (list-colors-duplicates): On Windows, detect more
18415 duplicates by assuming that only colors matching "^System" are
18416 special "system colors". (Bug#9722)
18417
18418 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18419
18420 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18421 to distinguish the author from the committer.
18422
18423 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18424
18425 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18426
18427 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18428
18429 * international/mule.el (sgml-html-meta-auto-coding-function):
18430 Add support for detecting encoding in HTML5 specified only as
18431 <meta charset="UTF-8">. Implementation just makes http-equiv and
18432 content-type parts from HTML4 encoding string optional. (Bug#9716)
18433
18434 2011-10-18 Glenn Morris <rgm@gnu.org>
18435
18436 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18437
18438 2011-10-18 Chong Yidong <cyd@gnu.org>
18439
18440 * faces.el (cursor): Doc fix.
18441
18442 2011-10-17 Chong Yidong <cyd@gnu.org>
18443
18444 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18445
18446 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18447
18448 * dirtrack.el (dirtrack): Support shell buffers with path
18449 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18450
18451 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18452
18453 * json.el: Bump version to 1.3 and note change in History.
18454 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18455
18456 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18457
18458 * comint.el (comint-insert-input, comint-send-input)
18459 (comint-get-old-input-default, comint-backward-matching-input)
18460 (comint-next-prompt): Use nil instead of `input' for field property of
18461 past user input (bug#114).
18462
18463 * minibuffer.el (completion--replace): Inherit surrounding properties
18464 (bug#114).
18465 (minibuffer-complete-and-exit): Use it.
18466
18467 * comint.el (comint--table-subvert): Quote the all-completions output
18468 (bug#9160).
18469
18470 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18471
18472 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18473
18474 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18475 window on right of selected. (Bug#9350) Reword other window
18476 entries and separate them from frame entries.
18477
18478 2011-10-15 Glenn Morris <rgm@gnu.org>
18479
18480 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18481 Doc fixes.
18482
18483 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18484
18485 * net/network-stream.el (network-stream-open-starttls):
18486 Improve detection of failure due to lack of TLS support.
18487
18488 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18489 putting the input text in front and in bold.
18490
18491 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18492
18493 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18494
18495 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18496 empty buffer.
18497
18498 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18499 unread-command-events rather than pushing yet-another event.
18500
18501 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18502
18503 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18504 the explanation of the possible choices. Make the options passed
18505 to completing-read shorter.
18506
18507 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18508
18509 * textmodes/flyspell.el (flyspell-large-region): Make sure
18510 extended character mode is used if defined (Bug#1339).
18511
18512 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18513
18514 * simple.el (what-cursor-position): Fix the display of the
18515 character info for LRE, LRO, RLE, and RLO characters by appending
18516 an invisible PDF.
18517
18518 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18519
18520 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18521 even in case of error; add debug spec; simplify data flow.
18522 (with-timeout-handler): Remove.
18523
18524 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18525
18526 Fix Bug#6019, Bug#9315.
18527
18528 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18529 complete `buffer-file-name', the local file name part could look
18530 remotely (for example on VMS).
18531
18532 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18533 `tramp-run-real-handler'.
18534 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18535 already quoted by '"'.
18536
18537 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18538 Let `file-name-handler-alist' be nil, the local file name part
18539 could look remotely (for example on VMS).
18540
18541 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18542
18543 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18544 from here...
18545 (flyspell-post-command-hook): ...to here.
18546
18547 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18548
18549 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18550 if not needed.
18551 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18552 using completion. Protect against "slow" callers.
18553 Remove the "message hack".
18554
18555 2011-10-11 Juri Linkov <juri@jurta.org>
18556
18557 * isearch.el (isearch-lazy-highlight-word): New variable.
18558 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18559 Use it. (Bug#9727)
18560
18561 2011-10-11 Glenn Morris <rgm@gnu.org>
18562
18563 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18564 like f90-previous-statement does.
18565
18566 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18567
18568 * eshell/eshell.el (eshell-command): History should be saved
18569 only in interactive use, to avoid error.
18570
18571 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18572
18573 * minibuffer.el (completion-file-name-table): Fix last change,
18574 i.e. ignore normal errors but not the other ones.
18575
18576 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18577
18578 * window.el (special-display-buffer-names)
18579 (special-display-regexps): Remove some remnants of earlier
18580 changes from doc-strings.
18581 (quit-windows-on): New function.
18582
18583 * vc/vc.el (vc-revert, vc-rollback):
18584 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18585 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18586 (Bug#6183) (Bug#7074) (Bug#7447)
18587
18588 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18589
18590 * window.el (frame-auto-hide-function): Add version tag.
18591 (Bug#9699)
18592
18593 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18594
18595 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18596 condition.
18597
18598 2011-10-09 Leo Liu <sdl.web@gmail.com>
18599
18600 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18601 (Bug#9701)
18602
18603 2011-10-08 Glenn Morris <rgm@gnu.org>
18604
18605 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18606 before the first code statement zero indent. (Bug#9690)
18607
18608 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18609
18610 * simple.el (count-words-region): Always count in the region.
18611 Report the number of lines and characters too.
18612 (count-words): New command, which counts in the buffer if the
18613 region is inactive, as count-words-region used to.
18614 (count-words--message): New function. Handle plurals.
18615 (count-lines-region): Make it an alias for count-words-region.
18616
18617 * bindings.el (esc-map): Replace count-lines-region with
18618 count-words-region.
18619
18620 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18621
18622 * window.el (window--delete): Delete dedicated frame
18623 unconditionally when argument KILL is non-nil. (Bug#9699)
18624 (switch-to-buffer): Fix doc-string typo.
18625
18626 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18627
18628 * eshell/eshell.el (eshell-command): Avoid using hooks.
18629
18630 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18631
18632 * bindings.el ([M-left],[M-right]): Bind to left-word and
18633 right-word respectively.
18634
18635 2011-10-07 Glenn Morris <rgm@gnu.org>
18636
18637 * cus-start.el (debug-on-quit): Fix custom type.
18638
18639 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18640
18641 * subr.el (define-key-after): Clarify that the function is not
18642 useful for non-menu keymaps.
18643
18644 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18645
18646 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18647
18648 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18649 in current minibuffer (Fix bug with recursive minibuffers).
18650
18651 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18652
18653 * progmodes/gdb-mi.el (gdb): Doc fix.
18654
18655 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18656
18657 * window.el (frame-auto-hide-function): New option replacing
18658 frame-auto-delete. Suggested by Stefan Monnier.
18659 (window--delete): Call frame-auto-hide-function instead of
18660 investigating frame-auto-delete.
18661 (window-point-1, set-window-point-1): New functions.
18662 (window-in-direction, record-window-buffer, window-state-get-1)
18663 (display-buffer-record-window): Use window-point-1 instead of
18664 window-point.
18665 (set-window-buffer-start-and-point): Use set-window-point-1.
18666
18667 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18668
18669 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18670
18671 2011-10-05 Glenn Morris <rgm@gnu.org>
18672
18673 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18674 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18675
18676 2011-10-05 Leo Liu <sdl.web@gmail.com>
18677
18678 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18679 works with buffer object.
18680
18681 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18682
18683 * mpc.el (mpc-tool-bar-map): Add labels.
18684
18685 2011-10-04 Glenn Morris <rgm@gnu.org>
18686
18687 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18688
18689 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18690
18691 * window.el (window--delete): New function.
18692 (frame-auto-delete): Resuscitate option.
18693 (bury-buffer, replace-buffer-in-windows)
18694 (quit-window): Rewrite using window--delete.
18695 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18696 Pass display-buffer-mark-dedicated to window--display-buffer-2
18697 (Bug#9639).
18698
18699 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18700
18701 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18702 returns a list (bug#9554). Add remote file name completion.
18703 * comint.el (comint--table-subvert): Curry and get quote&unquote
18704 functions as arguments.
18705 (comint--complete-file-name-data): Adjust call accordingly.
18706 * pcomplete.el (pcomplete--table-subvert): Remove.
18707 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18708
18709 * minibuffer.el (completion-table-case-fold): Use currying.
18710 (completion--styles-type, completion--cycling-threshold-type):
18711 New constants.
18712 (completion-styles, completion-category-overrides)
18713 (completion-cycle-threshold): Use them.
18714 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18715 completion-table-case-fold.
18716
18717 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18718
18719 * minibuffer.el (completion-category-overrides): Fix type of styles
18720 and add more user friendly tags (bug#9660).
18721
18722 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18725 (mule-input-method-string): New widget.
18726 (default-input-method, language-info-custom-alist): Use it.
18727
18728 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18729
18730 * pcomplete.el: Require comint.
18731 (pcomplete--common-suffix): Remove.
18732 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18733 (pcomplete--table-subvert): Sync with comint--table-subvert.
18734 (pcomplete--entries): Use comint-completion-file-name-table.
18735 * comint.el (comint-unquote-filename): Simplify.
18736 (comint-completion-file-name-table): New function (bug#9616).
18737 (comint--complete-file-name-data): Use it.
18738
18739 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18740 (pcmpl-gnu-tar-buffer): Remove.
18741 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18742 around. Make sure pcomplete-suffix-list is only changed temporarily.
18743 Don't look inside the tar's file if it's too large.
18744
18745 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18746
18747 * cus-edit.el (custom-mode-map):
18748 * epa.el (epa-key-list-mode-map):
18749 * man.el (Man-mode-map):
18750 * startup.el (splash-screen-keymap):
18751 * simple.el (special-mode-map): Use scroll-up-command and
18752 scroll-down-command.
18753
18754 * progmodes/idlw-help.el (idlwave-help-mode-map):
18755 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18756 * net/newst-plainview.el (newsticker-mode-map):
18757 * emulation/ws-mode.el (wordstar-mode-map):
18758 * emulation/vi.el (vi-com-map):
18759 * calc/calc-graph.el (calc-graph-show-dumb):
18760 * term/sun.el (terminal-init-sun):
18761 * term/ns-win.el (global-map):
18762 * progmodes/grep.el (grep-mode-map):
18763 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18764 * mail/rmail.el (rmail-mode-map):
18765 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18766
18767 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18768 custom-safe-themes as special.
18769
18770 2011-10-01 Julien Danjou <julien@danjou.info>
18771
18772 * notifications.el (notifications-notify): Fix docstring.
18773
18774 2011-10-01 Per Starbäck <per@starback.se>
18775
18776 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18777
18778 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18779
18780 * startup.el (command-line-1): Fix last fix by inserting
18781 initial-scratch-message into *scratch* before displaying it.
18782 (Bug#9605) and (Bug#9636)
18783
18784 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18785
18786 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18787 window is hscrolled, move by logical lines. (Bug#9607)
18788 (line-move-visual): Update the doc string to the above effect.
18789
18790 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18791
18792 * window.el (display-buffer-record-window): When WINDOW is the
18793 selected window use `point' instead of `window-point'. (Bug#9626)
18794
18795 * startup.el (command-line-1): Use insert-before-markers when
18796 inserting initial-scratch-message. (Bug#9605)
18797
18798 * help.el (help-window): Remove variable.
18799
18800 2011-09-29 Glenn Morris <rgm@gnu.org>
18801
18802 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18803
18804 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18805
18806 * descr-text.el (describe-char-categories): Accept category
18807 descriptions more than one line long.
18808
18809 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18810
18811 * simple.el (delete-trailing-whitespace): Fix last change.
18812
18813 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18814 Don't confuse "y => 3" as the beginning of a `y' operation.
18815
18816 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18817 object has more than 4 slots (bug#9613).
18818
18819 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18820
18821 * subr.el (with-output-to-temp-buffer):
18822 * net/quickurl.el (quickurl, quickurl-browse-url):
18823 Fix typos in docstrings.
18824
18825 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18826
18827 * minibuffer.el (completion-styles)
18828 (completion-category-overrides): Cross reference each other in doc
18829 strings.
18830
18831 2011-09-27 Glenn Morris <rgm@gnu.org>
18832
18833 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18834 to split-string. (Bug#9606)
18835
18836 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18837
18838 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18839 (bug#9615).
18840
18841 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18842
18843 * emacs-lisp/package.el (list-packages): Fix echo area message.
18844
18845 2011-09-27 Leo Liu <sdl.web@gmail.com>
18846
18847 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18848
18849 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18850
18851 * net/dbus.el (dbus-unregister-object): Don't release services for
18852 registered signals. (Bug#9581)
18853
18854 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18855
18856 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18857 function that picks between cfengine 2 and 3 support
18858 automatically. Update docs accordingly.
18859
18860 2011-09-22 Kenichi Handa <handa@m17n.org>
18861
18862 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18863 ZERO.
18864 (indian-itrans-v5-table-for-tamil): New variable.
18865 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18866
18867 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18868
18869 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18870 that's true if the current command involved collapsing of text.
18871 It's reset to false at the beginning of the next command.
18872 (allout-post-command-business): Move the cursor to the beginning
18873 of entry if the cursor is hidden and collapsing activity just
18874 happened.
18875
18876 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18877
18878 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18879 tracking (Bug#9541).
18880
18881 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18882
18883 * net/newst-reader.el (newsticker-html-renderer)
18884 (newsticker-show-news): Automatically load html rendering package
18885 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18886 because w3m-fill-column is let-bound" and the error "Symbol's value
18887 as variable is void: w3m-fill-column".
18888
18889 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18890
18891 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18892 Release services only if they are defined. (Bug#9581)
18893
18894 2011-09-23 Richard Stallman <rms@gnu.org>
18895
18896 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18897 distinguish start of paragraph from start of its text.
18898
18899 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18900
18901 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18902 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18903 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18904
18905 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18906
18907 * international/mule-diag.el (mule-diag): Insert a newline after
18908 each fontset description.
18909
18910 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18911
18912 * simple.el (delete-trailing-whitespace):
18913 Document last change; simplify.
18914
18915 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18916
18917 * simple.el (delete-trailing-whitespace): Also delete
18918 extra newlines at the end of the buffer.
18919
18920 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18921 (picture-newline): Use forward-line so as to ignore fields.
18922
18923 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18924
18925 * subr.el (with-wrapper-hook): Fix edebug spec.
18926
18927 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18928
18929 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18930 (bug#4538).
18931
18932 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18933
18934 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18935 Fix nasty bug using wrong cached values.
18936
18937 2011-09-23 Alan Mackenzie <acm@muc.de>
18938
18939 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18940
18941 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18942
18943 * window.el (pop-to-buffer): Ensure right window is selected if we
18944 chose another frame.
18945
18946 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18947
18948 * simple.el (what-cursor-position): Use get-char-property-change
18949 and next-single-char-property-change, to be able to show display
18950 properties that come from overlays as well as text properties.
18951
18952 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18953
18954 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18955
18956 * cmuscheme.el (run-scheme, switch-to-scheme):
18957 * cus-edit.el (customize-group, custom-buffer-create)
18958 (customize-browse):
18959 * info.el (info):
18960 * shell.el (shell):
18961 * mail/sendmail.el (mail):
18962 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18963
18964 2011-09-22 Richard Stallman <rms@gnu.org>
18965
18966 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18967 move back only to line beg, don't move back over blank lines.
18968
18969 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18970
18971 * files.el (copy-directory): Set directory attributes only in case
18972 they could be retrieved from the source directory. (Bug#9565)
18973
18974 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18975
18976 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18977 (hs-find-block-beginning, hs-hide-level-recursive):
18978 Ignore strings as well as comments. (Bug#9502)
18979
18980 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18981
18982 * progmodes/sql.el (sql-comint-postgres):
18983 Convert port number to a string. (Bug#9566)
18984
18985 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18986
18987 * window.el (quit-window): Undedicate window when switching to
18988 previous buffer. Reported by Thierry Volpiatto
18989 <thierry.volpiatto@gmail.com>.
18990 (special-display-popup-frame): When popping up a new frame reset
18991 its previous buffers to nil. Simplify code.
18992
18993 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18994
18995 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18996 and process filter, as done also in `shell-command'.
18997
18998 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18999
19000 * window.el (set-window-buffer-start-and-point):
19001 Call set-window-start with NOFORCE argument t.
19002 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19003 (quit-window): Reword doc-string. Handle new format of
19004 quit-restore parameter. Don't delete window if it has a
19005 previous buffer we can show instead of the present one.
19006 (display-buffer-record-window): Rewrite using a new format for
19007 the quit-restore window parameter
19008 (special-display-popup-frame, display-buffer-same-window)
19009 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19010 (display-buffer-pop-up-window, display-buffer-use-some-window):
19011 Adapt symbol passed to display-buffer-record-window.
19012 * help.el (help-window-setup): Handle new format of quit-restore
19013 parameter.
19014
19015 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19016
19017 * faces.el (face-list): Fix docstring (bug#9564).
19018
19019 * window.el (display-buffer--action-function-custom-type):
19020 Don't include internal functions in the Custom interface.
19021
19022 2011-09-20 Juri Linkov <juri@jurta.org>
19023
19024 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19025 (Info-forward-node, Info-backward-node, Info-next-preorder)
19026 (Info-last-preorder): Use it. (Bug#9528)
19027
19028 2011-09-20 Juri Linkov <juri@jurta.org>
19029
19030 * info.el (Info-last-preorder): Visit last menu item only when
19031 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19032
19033 2011-09-20 Julien Danjou <julien@danjou.info>
19034
19035 * password-cache.el (password-cache-remove): Remove entries even if the
19036 value is nil, so that password with a nil value (negative caching) is
19037 possible to invalidate.
19038
19039 2011-09-20 Lawrence Mitchell <wence@gmx.li>
19040
19041 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19042 all whitespace around breakpoint. (Bug#9553)
19043 (f90-find-breakpoint): Only break at whitespace inside a comment.
19044
19045 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19046
19047 * minibuffer.el (completion-file-name-table): Keep track of errors.
19048 (completion-table-with-predicate): Handle the case where pred1 is nil.
19049 * pcomplete.el (pcomplete-completions-at-point): Simplify.
19050
19051 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19052
19053 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19054 (debugger-return-value): Signal an error if the debugging context does
19055 not await any return value.
19056
19057 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19058 * image-mode.el (image-toggle-display-text)
19059 (image-toggle-display-image): Stay away from evil `intangible'.
19060
19061 2011-09-19 Leo Liu <sdl.web@gmail.com>
19062
19063 * replace.el (occur-revert-arguments): Make it permanent-local.
19064 (occur-mode): Don't call font-lock-defontify.
19065
19066 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
19067
19068 * net/ldap.el (ldap-search-internal): Don't push empty search
19069 result (Bug#9508).
19070
19071 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19072
19073 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19074
19075 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
19076
19077 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19078 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19079
19080 2011-09-18 Juri Linkov <juri@jurta.org>
19081
19082 * buff-menu.el (Buffer-menu-mode-map):
19083 * dired.el (dired-mode-map):
19084 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19085 (lisp-interaction-mode-map):
19086 * emacs-lisp/package.el (package-menu-mode-map):
19087 * epa.el (epa-key-list-mode-map):
19088 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19089 (menu-bar-options-menu):
19090 * outline.el (outline-mode-menu-bar-map):
19091 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19092 * vc/vc-dir.el (vc-dir-menu-map):
19093 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19094 Capitalize non-function content words in menu item strings.
19095
19096 * dired.el (dired-mode-map): Add menu item for
19097 `image-dired-dired-toggle-marked-thumbs'.
19098
19099 2011-09-18 Juri Linkov <juri@jurta.org>
19100
19101 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19102 to `isearch-case-fold-search' and restore its original value
19103 after the `isearch-mode' call.
19104
19105 2011-09-18 Juri Linkov <juri@jurta.org>
19106
19107 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19108 because `zgrep' returns 1 for successful matches (bug#9226).
19109
19110 2011-09-18 Juri Linkov <juri@jurta.org>
19111
19112 * info.el (Info-extract-menu-node-name): Check the second match
19113 for empty string (second test-case of bug#9528).
19114 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19115 intermediate nodes to the history (first test-case of bug#9528).
19116
19117 2011-09-18 Juri Linkov <juri@jurta.org>
19118
19119 * info.el (Info-mode-syntax-table): New variable.
19120 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19121
19122 2011-09-18 Juri Linkov <juri@jurta.org>
19123
19124 * info.el (Info-file-supports-index-cookies):
19125 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19126 outputs one more line for long file names (bug#4142).
19127
19128 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19129
19130 * newcomment.el (comment-normalize-vars): If prompting for
19131 comment-start, set comment-start-skip too (Bug#8424).
19132
19133 2011-09-18 Johan Bockgård <bojohan@gnu.org>
19134
19135 * icomplete.el: Fix previous fix of Bug#5849.
19136 (icomplete-mode): Don't set completion-show-inline-help.
19137 (icomplete-minibuffer-setup): Set completion-show-inline-help
19138 locally during icompletion.
19139
19140 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19141
19142 * woman.el (woman2-process-escapes): Don't delete unrecognized
19143 escapes (Bug#7843).
19144
19145 * files.el (inhibit-first-line-modes-regexps): Add image files.
19146 (hack-local-variables-prop-line): Return nil for malformed
19147 prop-lines (Bug#9044).
19148
19149 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19150
19151 * net/tramp.el (top): Don't require 'shell.
19152 (tramp-methods): Fix docstring.
19153 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19154 Return complete remote file name. Handle "smb" case.
19155 Use `tramp-tmpdir', if defined for the respective method.
19156 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19157
19158 * net/tramp-compat.el (top): Require 'shell.
19159
19160 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19161 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19162 `tramp-current-host'.
19163 (tramp-get-remote-tmpdir): Remove.
19164
19165 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19166 `tramp-tmpdir' entries.
19167 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19168 (tramp-smb-handle-file-attributes): Ignore errors.
19169 (tramp-smb-wait-for-output): Check also for process end.
19170
19171 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19172
19173 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19174 when sending QUIT (bug#9312).
19175
19176 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19177
19178 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19179 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19180 occur-mode-display-occurrence.
19181 (occur-edit-mode): Add usage message.
19182 (occur-cease-edit): New command.
19183 (occur-after-change-function): Use text properties to find the
19184 position of the prefix text.
19185 (occur-engine): Set stickiness of prefix text properties.
19186
19187 2011-09-17 Glenn Morris <rgm@gnu.org>
19188
19189 * progmodes/etags.el (complete-tag):
19190 Fix call to completion-in-region. (Bug#9526)
19191
19192 2011-09-17 Juri Linkov <juri@jurta.org>
19193
19194 * textmodes/ispell.el (ispell-word): Add to the error message
19195 the word, ispell program name and current dictionary (bug#9121).
19196 (ispell-tex-arg-end): Capitalize "error" in the error message.
19197
19198 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19199
19200 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19201 check. (Bug#4251)
19202
19203 2011-09-17 Juri Linkov <juri@jurta.org>
19204
19205 * window.el (window-safe-min-height, window-safe-min-width):
19206 Fix typos (followup to bug#9522).
19207
19208 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19209
19210 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19211
19212 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19213
19214 * simple.el (line-move): If goal-column is set, move by logical
19215 lines, not by display lines. (Bug#971)
19216 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19217 to reflect the above change.
19218
19219 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19220
19221 * image.el (imagemagick-register-types): Use regexp-opt.
19222
19223 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19224
19225 * window.el (display-buffer-base-action): Rename from
19226 display-buffer-default-action. Make default value empty.
19227 (display-buffer-overriding-action): Convert to defvar.
19228 (display-buffer-fallback-action): New var.
19229
19230 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19231
19232 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19233 declaration.
19234 (package--add-to-archive-contents): If there is a duplicate entry
19235 with an older version, remove it.
19236 (package-menu-mark-delete, package-menu-mark-install)
19237 (package-menu-mark-unmark): Make unused args optional.
19238 (package-menu-mark-obsolete-for-deletion):
19239 Use package-menu-get-status instead of a regexp search.
19240 (package-menu-get-status): Use tabulated-list-entry.
19241 (package-menu-mark-upgrades): New command.
19242 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19243 (package-menu-execute): Do installation before deletion.
19244 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19245 instead of checking major-mode.
19246 (package-menu--find-upgrades): New function.
19247
19248 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19249
19250 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19251 passwords in the log buffer.
19252 (smtpmail-process-filter): Update the process marker so that the
19253 "broken by peer" status message is inserted in the right place.
19254
19255 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19256
19257 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19258 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19259 bibtex-completion-at-point-function.
19260 (bibtex-completion-at-point-function): Use them.
19261
19262 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19263
19264 * mpc.el (mpc-constraints-tag-lookup): New function.
19265 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19266 also to browser "album|playlist".
19267
19268 2011-09-14 Juri Linkov <juri@jurta.org>
19269
19270 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19271 (isearch-edit-string): Use length of `isearch-string' when
19272 `isearch-fail-pos' returns nil.
19273 (isearch-message): Remove duplicate code and call
19274 `isearch-fail-pos' with arg `t'.
19275
19276 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19277
19278 * replace.el (occur-mode-goto-occurrence): Don't force using other
19279 window (Bug#9499).
19280
19281 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19282
19283 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19284
19285 * window.el (display-buffer-window): Remove.
19286 (display-buffer-record-window): Use help-setup window parameter
19287 instead of variable display-buffer-window.
19288 (display-buffer-function, special-display-buffer-names)
19289 (special-display-function): Mention help-setup parameter instead
19290 of display-buffer-window in doc-string.
19291 * help.el (help-window-setup): New argument help-window.
19292 Use help-window-setup parameter instead of display-buffer-window.
19293 Reword some messages.
19294 (with-help-window): Pass window used for displaying the buffer
19295 to help-window-setup. Don't set display-buffer-window.
19296
19297 2011-09-13 Glenn Morris <rgm@gnu.org>
19298
19299 * emacs-lisp/debug.el (debugger-make-xrefs):
19300 Preserve point. (Bug#9462)
19301
19302 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19303
19304 * window.el (window-deletable-p): Use next-frame.
19305
19306 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19307
19308 * window.el (window-auto-delete): Remove.
19309 (window-deletable-p): Remove argument FORCE. Don't deal with
19310 dedication and previous buffers.
19311 (switch-to-prev-buffer): Don't delete window.
19312 (delete-windows-on): Delete a window's frame if and only if the
19313 window is dedicated.
19314 (replace-buffer-in-windows): Delete buffer's window or frame if
19315 and only if window is dedicated.
19316 (quit-window): Handle quit-restore as before last change.
19317 (bury-buffer): Delete window only if window-deletable-p returns t.
19318
19319 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19320
19321 * window.el (window-deletable-p): Never delete the last frame on a
19322 given terminal.
19323
19324 2011-09-13 Glenn Morris <rgm@gnu.org>
19325
19326 * help.el (describe-key-briefly): Copy previous standard-output change.
19327
19328 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19329
19330 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19331
19332 2011-09-13 Glenn Morris <rgm@gnu.org>
19333
19334 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19335 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19336
19337 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19338
19339 * dired-aux.el (dired-mark-read-string): Don't return default
19340 value on empty input (Bug#9361).
19341 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19342 Omit initial minibuffer contents.
19343 (dired-do-chmod): Signal an error on empty input.
19344 (dired-mark-read-string): Don't return default on empty input.
19345
19346 * files.el (file-modes-symbolic-to-number): Doc fix.
19347
19348 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19349
19350 * international/mule-cmds.el (ucs-completions): Remove.
19351 (read-char-by-name): Use complete-with-action instead; add metadata.
19352
19353 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19354
19355 * window.el (display-buffer--action-function-custom-type)
19356 (display-buffer--action-custom-type): New vars.
19357 (display-buffer-alist, display-buffer-default-action)
19358 (display-buffer-overriding-action): Add defcustom types.
19359
19360 * frame.el (delete-other-frames): Doc fix (Bug#276).
19361
19362 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19363
19364 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19365
19366 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19367
19368 Change modes that used same-window-* vars to use switch-to-buffer.
19369
19370 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19371 Use switch-to-buffer.
19372
19373 * cus-edit.el (customize-group, custom-buffer-create)
19374 (customize-browse, custom-buffer-create-other-window):
19375 Use switch-to-buffer or switch-to-buffer-other-window.
19376
19377 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19378 (Info-prev, Info-up, Info-speedbar-goto-node)
19379 (info-display-manual): Use switch-to-buffer.
19380 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19381
19382 * mail/sendmail.el (mail): Use switch-to-buffer.
19383 (mail-recover): Use switch-to-buffer-other-window.
19384
19385 * cmuscheme.el (run-scheme, switch-to-scheme):
19386 * ielm.el (ielm):
19387 * shell.el (shell):
19388 * net/rlogin.el (rlogin):
19389 * net/telnet.el (telnet, rsh):
19390 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19391
19392 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19393
19394 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19395
19396 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19397
19398 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19399 so don't mention it (bug#9301).
19400 (dired-sort-toggle-or-edit): Clarify string further.
19401
19402 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19403 match `x', `w32' and `ns', like the manual says (bug#9029).
19404
19405 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19406 (process-kill-buffer-query-function): Mention the buffer name in
19407 the query.
19408
19409 * image-mode.el (image-next-line): The line parameter is mandatory
19410 (bug#9258).
19411
19412 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19413 which can be useful (bug#9301).
19414
19415 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19416
19417 * subr.el (match-string): Mention that the current buffer should
19418 be the same as the search was done in (bug#9282).
19419
19420 * facemenu.el: Disable the remove-* commands if the mark isn't
19421 active (bug#9162).
19422
19423 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19424
19425 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19426 of display-buffer.
19427 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19428
19429 * replace.el (occur-mode-goto-occurrence)
19430 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19431 and display-buffer.
19432
19433 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19434 display-buffer.
19435
19436 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19437 special-display and same-window variables.
19438 (mail-other-window): Use switch-to-buffer-other-window.
19439 (mail-other-frame): USe switch-to-buffer-other-frame.
19440
19441 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19442 Use display-buffer-other-frame.
19443 (gdb-display-gdb-buffer): Use pop-to-buffer.
19444
19445 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19446
19447 * progmodes/python.el: Don't set same-window-buffer-names.
19448
19449 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19450
19451 * window.el (display-buffer-alist): Add *Python*.
19452
19453 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19454
19455 * window.el (display-buffer-alist): Add entry for buffers
19456 previously handled same-window-*.
19457 (display-buffer-alist, display-buffer-default-action)
19458 (display-buffer-overriding-action): Mark as risky.
19459 (display-buffer-alist): Document action function changes.
19460 (display-buffer--same-window-action)
19461 (display-buffer--other-frame-action): New variables.
19462 (switch-to-buffer, display-buffer-other-frame): Use them.
19463 (display-buffer): Rename reuse-frame entry to reusable-frames.
19464 (display-buffer-reuse-selected-window): Function deleted.
19465 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19466 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19467 (display-buffer-special): New function.
19468 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19469 display-buffer-reuse-or-pop-window. Split off special-display
19470 part into display-buffer-special.
19471 (display-buffer-use-some-window): Don't perform any special
19472 pop-up-frames handling.
19473 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19474 (display-buffer--maybe-same-window): Rename from
19475 display-buffer-maybe-same-window.
19476
19477 * info.el: Don't set same-window-regexps.
19478 (info-setup): New function.
19479 (info-other-window, info): Call it.
19480
19481 * cus-edit.el: Don't set same-window-regexps.
19482 (customize-group): New argument.
19483 (customize-group-other-window): Use it.
19484 (customize-face, customize-face-other-window): Likewise.
19485 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19486
19487 * net/rlogin.el:
19488 * net/telnet.el:
19489 * progmodes/gud.el: Don't set same-window-regexps.
19490
19491 * cmuscheme.el:
19492 * ielm.el:
19493 * shell.el:
19494 * mail/sendmail.el:
19495 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19496
19497 2011-09-10 Juri Linkov <juri@jurta.org>
19498
19499 * isearch.el (isearch-edit-string): Remove obsolete mention of
19500 `C-w' (`isearch-yank-word-or-char') from docstring.
19501 (isearch-query-replace): Fix typo in docstring (bug#9466).
19502
19503 2011-09-10 Juri Linkov <juri@jurta.org>
19504
19505 * paren.el (show-paren-function): Don't show escaped parens.
19506 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19507
19508 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19509
19510 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19511 (mm-default-file-encoding): Remove autoload forms, they are
19512 replaced with autoload cookies in mml.el and mm-encode.el.
19513 (mail-add-attachment): New command.
19514 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19515 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19516 the doc string.
19517 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19518
19519 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19520
19521 * simple.el (count-words-region): Use buffer if there's no region
19522 (bug#9429).
19523
19524 2011-09-09 Juri Linkov <juri@jurta.org>
19525
19526 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19527 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19528 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19529
19530 2011-09-09 Alan Mackenzie <acm@muc.de>
19531
19532 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19533 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19534
19535 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19536
19537 Fix for Savannah bug#9392.
19538 * simple.el (mail-encode-mml): New defvar.
19539
19540 * mail/rmail.el (mail-encode-mml): Add a defvar.
19541 (rmail-enable-mime-composing): Default to t.
19542 (rmail-forward): Use MIME method of forwarding only if both
19543 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19544 Set mail-encode-mml non-nil if the MIME method was used.
19545
19546 * mail/sendmail.el (mml-to-mime): Add autoload form.
19547 (mail-encode-mml): Add a defvar.
19548 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19549 to nil.
19550 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19551 message through mml-to-mime, and reset mail-encode-mml to nil.
19552
19553 2011-09-09 Glenn Morris <rgm@gnu.org>
19554
19555 * woman.el (woman-if-body): When processing an .el block,
19556 do not delete the next .el block as well. (Bug#9447)
19557 (woman-special-characters): Add oq, cq, and hy characters.
19558
19559 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19560
19561 * window.el (window-deletable-p): Make sure window is live before
19562 invoking window-prev-buffers.
19563
19564 2011-09-08 Leo Liu <sdl.web@gmail.com>
19565
19566 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19567
19568 2011-09-08 Juri Linkov <juri@jurta.org>
19569
19570 * progmodes/compile.el (compilation-environment): Make it
19571 a defcustom (bug#8340).
19572
19573 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19574
19575 * window.el (frame-auto-delete): Rename to window-auto-delete.
19576 Make it control auto-deletion of windows and/or frames.
19577 (window-deletable-p): New argument FORCE. Rewrite conditions
19578 for deleting window/frame. (Bug#9419)
19579 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19580 Rewrite handling of case when window/frame can be deleted.
19581 (delete-windows-on): Call window-deletable-p with new FORCE
19582 argument t. (Bug#9456)
19583
19584 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19585
19586 * help-mode.el (help-mode): Restore autoload.
19587
19588 2011-09-07 Juri Linkov <juri@jurta.org>
19589
19590 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19591 `compilation-environment'. Set buffer-local
19592 `compilation-environment' to `thisenv' later after (funcall mode).
19593 (Bug#8340)
19594
19595 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19596 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19597 instead of replacing its value. (Bug#8340)
19598
19599 2011-09-07 Juri Linkov <juri@jurta.org>
19600
19601 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19602 based on text properties put by `grep-filter' instead of matching
19603 escape sequences.
19604 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19605 to the value of `grep-error-screen-columns' (bug#9438).
19606
19607 2011-09-07 Juri Linkov <juri@jurta.org>
19608
19609 * simple.el (next-error-highlight, next-error-highlight-no-select):
19610 Doc fix (bug#9432).
19611
19612 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19613
19614 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19615 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19616
19617 2011-09-07 Leo Liu <sdl.web@gmail.com>
19618
19619 * net/rcirc.el (rcirc-mode): Conditionally initialize
19620 rcirc-input-ring.
19621
19622 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19623
19624 * emacs-lisp/find-func.el (find-function-C-source): Only set
19625 find-function-C-source-directory after checking that we found a source
19626 file there (bug#9440).
19627
19628 2011-09-06 Alan Mackenzie <acm@muc.de>
19629
19630 * isearch.el (isearch-other-meta-char): Wherever a key list is
19631 unread, "unread" the prefix arg, too. This fixes bug #8901.
19632
19633 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19634
19635 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19636
19637 2011-09-05 Juri Linkov <juri@jurta.org>
19638
19639 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19640
19641 2011-09-05 Juri Linkov <juri@jurta.org>
19642
19643 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19644 keeping point where processing of grep matches begins, and
19645 continue to delete remaining escape sequences from the same point.
19646 (grep-filter): Make leading zero optional in "0?1;31m" because
19647 git-grep emits "\033[1;31m" escape sequences unlike expected
19648 "\033[01;31m" as GNU Grep does (bug#9408).
19649 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19650
19651 2011-09-05 Juri Linkov <juri@jurta.org>
19652
19653 * subr.el (y-or-n-p): Capitalize "yes".
19654
19655 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19656
19657 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19658 `tramp-cache-unload-hook' where appropriate.
19659 (tramp-methods): Rename `tramp-remote-sh' to
19660 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19661 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19662
19663 * net/tramp-sh.el (top): Don't require 'shell.
19664 (tramp-methods): Add `tramp-remote-shell' and
19665 `tramp-remote-shell-args' entries.
19666 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19667 (tramp-sh-handle-shell-command): Remove.
19668 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19669 Use `tramp-remote-shell'.
19670
19671 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19672
19673 * mail/sendmail.el (sendmail-query-once-function): Delete.
19674 (sendmail-query-once): Save directly to send-mail-function.
19675 Update message-send-mail-function too.
19676
19677 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19678
19679 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19680
19681 * progmodes/python.el (python-mode-map): Use correct function to
19682 start python interpreter from menu-bar (as reported by Geert
19683 Kloosterman).
19684 (inferior-python-mode-map): Fix typo.
19685 (python-shell-map): Remove.
19686
19687 2011-09-03 Deniz Dogan <deniz@dogan.se>
19688
19689 * net/rcirc.el (rcirc-print): Simplify code for
19690 rcirc-scroll-show-maximum-output. There is no need to walk
19691 through all windows to find the right one.
19692
19693 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19694
19695 * help.el (help-return-method): Doc fix.
19696
19697 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19698
19699 * window.el (window-deletable-p): Don't return a non-nil value
19700 when there's a buffer that was shown in the window before.
19701 (Bug#9419)
19702 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19703 Set window's previous buffers to nil.
19704
19705 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19706
19707 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19708 newline before and after the tag line, so it doesn't interfere
19709 with determining the paragraph direction of bidirectional text.
19710
19711 2011-09-03 Leo Liu <sdl.web@gmail.com>
19712
19713 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19714
19715 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19716
19717 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19718 (pop-to-buffer): Change interactive spec. Pass second argument
19719 directly to display-buffer.
19720 (display-buffer): Fix interactive spec. Use functionp to
19721 distinguish between a function and a list of functions.
19722
19723 * abbrev.el (edit-abbrevs):
19724 * arc-mode.el (archive-extract):
19725 * autoinsert.el (auto-insert):
19726 * bookmark.el (bookmark-bmenu-list):
19727 * files.el (find-file):
19728 * view.el (view-buffer):
19729 * progmodes/compile.el (compilation-goto-locus):
19730 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19731
19732 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19733
19734 * window.el (display-buffer-alist): Doc fix.
19735 (display-buffer): Add docstring. Don't treat
19736 display-buffer-default specially.
19737 (display-buffer-reuse-selected-window)
19738 (display-buffer-same-window, display-buffer-maybe-same-window)
19739 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19740 (display-buffer-pop-up-window)
19741 (display-buffer-reuse-or-pop-window)
19742 (display-buffer-use-some-window): New functions.
19743 (display-buffer-default-action): Use them.
19744 (display-buffer-default): Delete.
19745 (pop-to-buffer-1): Fix choice of actions.
19746
19747 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19748
19749 * minibuffer.el (completion--insert-strings): Don't get confused by
19750 completion entries that end with an LF char.
19751
19752 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19753
19754 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19755
19756 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19757
19758 * window.el (display-buffer): Restore interactive spec.
19759 (display-buffer-same-window, display-buffer-other-window):
19760 New functions.
19761 (pop-to-buffer-1): New function. Use the above.
19762 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19763 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19764
19765 * view.el (view-buffer-other-window, view-buffer-other-frame):
19766 Just use pop-to-buffer.
19767
19768 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19769
19770 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19771
19772 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19773
19774 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19775
19776 2011-08-31 Richard Stallman <rms@gnu.org>
19777
19778 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19779 of the separation of rmail-view-buffer from rmail-buffer.
19780 If you say no to "replace original", the decrypt is in the
19781 view buffer. If you say yes, the decrypt goes into the
19782 rmail buffer also.
19783
19784 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19785
19786 * window.el (display-buffer-window): Rewrite doc-string.
19787 (display-buffer-record-window): New function.
19788 (display-buffer-macro-specifiers)
19789 (display-buffer-even-window-sizes, display-buffer-set-height)
19790 (display-buffer-set-width, display-buffer-in-window)
19791 (display-buffer-reuse-window, display-buffer-split-specifiers)
19792 (display-buffer-side-specifiers, display-buffer-split-window-1)
19793 (display-buffer-split-window, display-buffer-split-atom-window)
19794 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19795 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19796 (display-buffer-other-window-means-other-frame)
19797 (display-buffer-normalize-special)
19798 (display-buffer-normalize-default)
19799 (display-buffer-normalize-argument)
19800 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19801 (display-buffer-normalize-specifiers, display-buffer-frame)
19802 (display-buffer-same-window, display-buffer-same-frame)
19803 (display-buffer-other-window)
19804 (display-buffer-same-frame-other-window)
19805 (display-buffer-other-frame, pop-to-buffer-same-window)
19806 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19807 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19808 (switch-to-buffer-same-frame)
19809 (switch-to-buffer-other-window-same-frame)
19810 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19811 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19812 (display-buffer-alist-set): Remove.
19813 (display-buffer-function, special-display-buffer-names)
19814 (special-display-regexps, special-display-function):
19815 In doc-string refer to display-buffer-window and quit-restore
19816 parameter.
19817 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19818 (special-display-frame-alist, special-display-popup-frame)
19819 (same-window-buffer-names, same-window-regexps, same-window-p)
19820 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19821 (split-window-preferred-function, split-height-threshold)
19822 (split-width-threshold, window-splittable-p)
19823 (split-window-sensibly, window--try-to-split-window)
19824 (window--frame-usable-p, even-window-heights)
19825 (window--even-window-heights, window--display-buffer-1)
19826 (window--display-buffer-2, display-buffer-other-frame):
19827 Restore old Emacs 23 code, order and doc-strings where applicable.
19828 (display-buffer-default, display-buffer-assq-regexp): New functions.
19829 (display-buffer-alist): Rewrite doc-string.
19830 (display-buffer-default-action)
19831 (display-buffer-overriding-action): New variables.
19832 (display-buffer, switch-to-buffer): Rewrite.
19833 (pop-to-buffer): Restore Emacs 23 behavior but use
19834 window-normalize-buffer-to-display.
19835 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19836 Restore Emacs 23 behavior but use
19837 window-normalize-buffer-to-switch-to.
19838 (pop-to-buffer-same-window): Rewrite.
19839 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19840 Rewrite using Emacs 23 options.
19841
19842 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19843
19844 * net/tramp.el (tramp-root-regexp): Remove.
19845 (tramp-completion-file-name-regexp-unified)
19846 (tramp-completion-file-name-regexp-separate)
19847 (tramp-completion-file-name-regexp-url): Don't use leading volume
19848 letter on w32 systems. (Bug#5303, Bug#9311)
19849 (tramp-drop-volume-letter): Simplify definition.
19850 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19851
19852 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19853
19854 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19855 (bug#9356).
19856
19857 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19858
19859 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19860
19861 2011-08-29 Juri Linkov <juri@jurta.org>
19862
19863 * isearch.el (isearch-done): Don't display message "Mark saved"
19864 when arg `edit' is non-nil to prevent its flicker in the echo area.
19865
19866 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19867
19868 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19869 obsolete packages for deletion.
19870
19871 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19872
19873 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19874 (help-mode): Derive help-mode from special-mode. Don't invoke
19875 view-mode from help-mode.
19876 (help-xref-override-view-map): Remove.
19877 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19878 view-mode is not used anymore.
19879
19880 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19881
19882 * server.el (server-port): Doc fix.
19883
19884 * cus-theme.el (custom-theme-choose-mode): Inherit from
19885 special-mode (Bug#9124).
19886 (custom-theme-choose-mode-map): Add special-mode to parent.
19887
19888 2011-08-28 Alan Mackenzie <acm@muc.de>
19889
19890 * progmodes/cc-fonts.el
19891 (c-make-font-lock-BO-decl-search-function): New function.
19892 (c-basic-matchers-after - "Fontify the clauses after various
19893 keywords"): Extract the three keyword lists for the 3 erroneous
19894 constructs from the list of four, and use the new function above
19895 in place of an old one.
19896
19897 2011-08-28 Deniz Dogan <deniz@dogan.se>
19898
19899 * net/rcirc.el (rcirc-insert-prev-input)
19900 (rcirc-insert-next-input): Remove unused argument.
19901
19902 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19903
19904 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19905
19906 2011-08-27 Alan Mackenzie <acm@muc.de>
19907
19908 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19909 handle function pointer parameters properly.
19910
19911 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19912
19913 * window.el (display-buffer-reuse-window): Fix case where
19914 selected window was reused with non-nil OTHER-WINDOW argument.
19915 (Bug#9381)
19916
19917 2011-08-27 Deniz Dogan <deniz@dogan.se>
19918
19919 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19920 oftc's NickServ messages.
19921
19922 2011-08-27 Glenn Morris <rgm@gnu.org>
19923
19924 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19925
19926 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19927
19928 * emacs-lisp/package.el (package-install): Call package-initialize
19929 if called interactively.
19930
19931 2011-08-26 Leo Liu <sdl.web@gmail.com>
19932
19933 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19934
19935 2011-08-25 Juri Linkov <juri@jurta.org>
19936
19937 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19938 `search-whitespace-regexp' (bug#9364).
19939
19940 2011-08-25 Juri Linkov <juri@jurta.org>
19941
19942 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19943 `regexp-search-ring' to their global values to protect from
19944 updating by `read-from-minibuffer' (bug#9185).
19945
19946 2011-08-25 Juri Linkov <juri@jurta.org>
19947
19948 * textmodes/ispell.el (ispell-command-loop): Add newline
19949 at the end of the "Use option `i'..." line.
19950
19951 2011-08-25 Juri Linkov <juri@jurta.org>
19952
19953 * battery.el (display-battery-mode): If `battery-status-function'
19954 or `battery-mode-line-format' is nil, display the message and set
19955 `display-battery-mode' to nil (bug#9363).
19956
19957 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19958
19959 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19960 bidi-string-mark-left-to-right; they are unnecessary now.
19961
19962 2011-08-25 Deniz Dogan <deniz@dogan.se>
19963
19964 * net/quickurl.el: Documentation typo fixes.
19965
19966 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19967
19968 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19969
19970 2011-08-25 Glenn Morris <rgm@gnu.org>
19971
19972 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19973
19974 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19975 (smtpmail-via-smtp): Handle nil response from smtp.
19976
19977 2011-08-24 Juri Linkov <juri@jurta.org>
19978
19979 * proced.el (proced-marked): Inherit from `error' instead of
19980 `font-lock-warning-face'.
19981
19982 * ibuffer.el (ibuffer-marked-face): Change default face from
19983 `font-lock-warning-face' to `warning'.
19984 (ibuffer-deletion-face): Change default face from
19985 `font-lock-type-face' to `error'.
19986
19987 * battery.el (battery-update): Use the face `error' instead of
19988 `font-lock-warning-face' (bug#6117).
19989
19990 2011-08-24 Juri Linkov <juri@jurta.org>
19991
19992 * faces.el (success): Change face color from "Green3" to
19993 "ForestGreen" on light background (bug#9353).
19994
19995 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19996
19997 * window.el (quit-window): Rename from quit-restore-window.
19998 Use same arglist as old quit-window.
19999 (frame-auto-delete): Doc fix.
20000
20001 * view.el (view-mode-exit): Use quit-window.
20002
20003 2011-08-24 Juri Linkov <juri@jurta.org>
20004
20005 * isearch.el (isearch-ring-adjust1): Start visiting previous
20006 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20007 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20008 for empty search string (when the last search string is reused
20009 automatically) to adjust the isearch ring to the last element and
20010 prepare the correct index for further M-p commands (bug#9185).
20011
20012 2011-08-24 Kenichi Handa <handa@m17n.org>
20013
20014 * international/ucs-normalize.el: If decomposition property of
20015 CHAR is the default one (i.e. a list of CHAR itself), treat it as
20016 nil.
20017 (nfd, nfkd): Likewise.
20018
20019 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20020
20021 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20022 from process filters aren't reliably transmitted to the surrounding
20023 accept-process-output.
20024 (mpc-proc-check): New function.
20025 (mpc-proc-sync): Use it (bug#8293)
20026
20027 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20028
20029 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20030 Add compatibility functions (bug#9313).
20031
20032 2011-08-23 Eli Zaretskii <eliz@gnu.org>
20033
20034 * cus-start.el (all): Add entry for bidi-paragraph-direction.
20035
20036 * international/uni-bidi.el: Regenerate.
20037
20038 2011-08-23 Kenichi Handa <handa@m17n.org>
20039
20040 * international/charprop.el:
20041 * international/uni-bidi.el:
20042 * international/uni-category.el:
20043 * international/uni-combining.el:
20044 * international/uni-comment.el:
20045 * international/uni-decimal.el:
20046 * international/uni-decomposition.el:
20047 * international/uni-digit.el:
20048 * international/uni-lowercase.el:
20049 * international/uni-mirrored.el:
20050 * international/uni-name.el:
20051 * international/uni-numeric.el:
20052 * international/uni-old-name.el:
20053 * international/uni-titlecase.el:
20054 * international/uni-uppercase.el: Regenerate.
20055
20056 2011-08-23 Martin Rudalics <rudalics@gmx.at>
20057
20058 * help.el (help-window-setup): Fix message displayed when other
20059 window is reused. (Bug#9341)
20060
20061 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20064 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20065
20066 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20067 Mark obsolete.
20068 * shell.el (shell-parse-pcomplete-arguments): New function.
20069 (shell-completion-vars): Use it instead (bug#9160).
20070
20071 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20072
20073 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20074 strings and comments (bug#9333).
20075
20076 * emacs-lisp/debug.el (debug-arglist): New function.
20077 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20078 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20079
20080 2011-08-22 Juri Linkov <juri@jurta.org>
20081
20082 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20083 Revert regexp that highlights output switches to its old
20084 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20085
20086 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20087 to check for empty output (bug#9226).
20088
20089 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
20090
20091 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20092 symbol-constituent as the default, as that stops font-lock from
20093 working properly (Bug#8843).
20094
20095 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20096
20097 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20098 `coding-system-for-*' around the process open call to avoid
20099 auth-source side effects.
20100 (smtpmail-try-auth-methods): Expand the secret password.
20101 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20102 probe hangs.
20103
20104 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20105
20106 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20107
20108 * emacs-lisp/find-func.el (find-function-noselect): New arg
20109 lisp-only.
20110
20111 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20112 signal an error for built-in functions (Bug#6664).
20113
20114 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20115
20116 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20117 (smtpmail-try-auth-methods): Use it.
20118
20119 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20120
20121 * font-lock.el (font-lock-fontify-region)
20122 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20123 (font-lock-default-unfontify-buffer)
20124 (font-lock-default-fontify-region)
20125 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20126
20127 * progmodes/compile.el (compilation-error-properties):
20128 Fix confusion between file struct and message struct (Bug#9319).
20129 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20130 `ant' regexp.
20131
20132 * net/browse-url.el (browse-url-firefox): Don't call
20133 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20134
20135 2011-08-20 Glenn Morris <rgm@gnu.org>
20136
20137 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20138
20139 * tutorial.el (tutorial--default-keys): Update some default bindings.
20140
20141 * files.el (hack-local-variables): Fully ignore case for "mode:".
20142
20143 2011-08-20 Alan Mackenzie <acm@muc.de>
20144
20145 Resolve invalid use of a regexp in regexp-opt.
20146
20147 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20148 detection for a java annotation.
20149
20150 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20151 detection for a java annotation.
20152
20153 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20154 handling for java.
20155 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20156
20157 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20158
20159 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20160 (Bug#9274).
20161
20162 2011-08-20 Alan Mackenzie <acm@muc.de>
20163
20164 Fontify CPP expressions correctly when starting in the middle of
20165 such a construct. Mainly for when jit-lock etc. starts a chunk
20166 here.
20167
20168 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20169 variable.
20170 (c-make-font-lock-search-form): New function, extracted from
20171 c-make-font-lock-search-function.
20172 (c-make-font-lock-search-function): Use the above function.
20173 (c-make-font-lock-context-search-function): New function.
20174 (c-cpp-matchers): Enhance the preprocessor expression case with
20175 the above function
20176 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20177 which takes an expression.
20178
20179 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20180
20181 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20182
20183 * window.el (display-buffer-reuse-window)
20184 (display-buffer-pop-up-window): Don't reuse or split a side
20185 window.
20186
20187 2011-08-19 Glenn Morris <rgm@gnu.org>
20188
20189 * files.el (hack-local-variables-prop-line, hack-local-variables):
20190 Downcase "Mode:". (Bug#9331)
20191
20192 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20193
20194 * international/characters.el: Add L and R categories.
20195
20196 * subr.el (bidi-string-mark-left-to-right): Rename from
20197 string-mark-left-to-right. Use category search.
20198
20199 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20200
20201 2011-08-18 Juri Linkov <juri@jurta.org>
20202
20203 * faces.el (error, warning, success): New faces with definitions
20204 copied from old default values of `font-lock-warning-face',
20205 `compilation-warning', `compilation-info' (bug#6117).
20206
20207 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20208
20209 * progmodes/compile.el (compilation-error): Inherit from `error'.
20210 (compilation-warning): Inherit from `warning'.
20211 (compilation-info): Inherit from `success'.
20212
20213 * dired.el (dired-marked): Inherit from `warning'.
20214 (dired-flagged): Inherit from `error'.
20215
20216 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20217
20218 * mail/smtpmail.el (auth-source): Require to avoid problems with
20219 binding variables (bug#9298). Also clean up some unused
20220 autoloads.
20221
20222 * net/network-stream.el (network-stream-open-starttls):
20223 Support using starttls.el without using gnutls-cli.
20224
20225 2011-08-17 Juri Linkov <juri@jurta.org>
20226
20227 * progmodes/grep.el (rgrep): Handle the case when
20228 `grep-find-command' is a cons cell (bug#9278).
20229
20230 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20231
20232 * window.el (display-buffer-pop-up-frame): Run frame creation
20233 function with BUFFER current (as special-display-popup-frame
20234 does). Reported by Drew Adams.
20235
20236 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20237
20238 * epa-mail.el: Simplify GnuPG group expansion using
20239 epg-expand-group.
20240 (epa-mail-group-alist, epa-mail-group-modtime)
20241 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20242 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20243 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20244 Remove.
20245
20246 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20247
20248 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20249
20250 2011-08-16 Alan Mackenzie <acm@muc.de>
20251
20252 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20253 Correct, to avoid the inside of macros.
20254
20255 2011-08-16 Richard Stallman <rms@gnu.org>
20256
20257 * epa-mail.el: Handle GnuPG group definitions.
20258 (epa-mail-group-alist, epa-mail-group-modtime)
20259 (epa-mail-gnupg-conf-file): New variables.
20260 (epa-mail-parse-groups, epa-mail-sync-groups)
20261 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20262 (epa-mail-expand-recipients): New functions.
20263 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20264
20265 * mail/rmail.el (rmail-epa-decrypt): New command.
20266
20267 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20268 Don't bind buffer-read-only, just inhibit-read-only.
20269 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20270 (epa-decrypt-armor-in-region): Make error message clearer.
20271
20272 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20273
20274 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20275 and "a2b" to "ab" for `prefix'.
20276
20277 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20278
20279 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20280 filter groups.
20281 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20282 Fourquet (Bug#8804).
20283
20284 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20285
20286 * startup.el (argi): Declare as global variable (bug#9275).
20287
20288 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20289
20290 * subr.el (string-mark-left-to-right): Search the entire string
20291 for RTL script, not just the terminating character. Doc fix.
20292
20293 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20294
20295 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20296 New function.
20297 (js--regexp-literal, js-syntax-propertize-function): Remove.
20298 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20299 (js-mode-map): Don't rebind electric keys.
20300 (js-insert-and-indent): Remove.
20301 (js-mode): Setup electric-layout and electric-indent instead.
20302
20303 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20304
20305 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20306
20307 * epa.el (epa-progress-callback-function): Fix the logic of
20308 displaying progress.
20309 * epa-file.el (epa-file-insert-file-contents): Make progress
20310 display more user-friendly.
20311 (epa-file-write-region): Ditto.
20312
20313 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20314
20315 * subr.el (string-mark-left-to-right): New function.
20316
20317 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20318 Use string-mark-left-to-right.
20319 (list-buffers-noselect): Caller changed.
20320
20321 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20322 Use string-mark-left-to-right.
20323 (tabulated-list-print): Recenter after moving point.
20324
20325 2011-08-10 Juri Linkov <juri@jurta.org>
20326
20327 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20328 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20329 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20330
20331 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20332
20333 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20334 (Bug#7554).
20335
20336 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20337
20338 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20339 character. (Bug#6594)
20340
20341 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20342
20343 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20344 (image-dired--with-db-file): New macro.
20345 (image-dired-write-tags, image-dired-remove-tag)
20346 (image-dired-create-gallery-lists, image-dired-write-comments)
20347 (image-dired-get-comment, image-dired-mark-tagged-files)
20348 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20349 (image-dired-gallery-generate): Use insert-file-contents.
20350
20351 * time.el (display-time-world-list, display-time-world-display):
20352 * time-stamp.el (time-stamp-string):
20353 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20354 set-time-zone-rule (Bug#7337).
20355
20356 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20357
20358 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20359 (epg-error-to-string, epg-errors-to-string): New function.
20360 (epg-wait-for-completion): Reverse errors list.
20361 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20362 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20363 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20364 (epg-sign-keys, epg-generate-key-from-file)
20365 (epg-generate-key-from-string): Format errors by using
20366 epg-errors-to-string (bug#9255).
20367 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20368
20369 2011-08-07 Juri Linkov <juri@jurta.org>
20370
20371 * faces.el (list-faces-display): Remove extra angle bracket
20372 from `help-mode-map'.
20373
20374 * info.el (Info-history-toc-nodes): Doc fix.
20375
20376 * longlines.el (longlines-mode): Doc fix.
20377
20378 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20379
20380 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20381 of statements and in a few more cases (bug#9183).
20382
20383 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20384 New functions.
20385 (cl-transform-lambda): Use them (bug#9239).
20386
20387 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20388
20389 * window.el (display-buffer-same-window)
20390 (display-buffer-same-frame, display-buffer-other-window)
20391 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20392 (pop-to-buffer-other-window)
20393 (pop-to-buffer-same-frame-other-window)
20394 (pop-to-buffer-other-frame): Make them defuns.
20395 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20396
20397 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20398
20399 * subr.el (make-composed-keymap): Move from C. Change calling
20400 convention, and improve docstring to bring attention to a subtle point.
20401 * minibuffer.el (completing-read-default): Adjust accordingly.
20402
20403 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20404
20405 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20406 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20407
20408 * net/trampver.el: Update release number.
20409
20410 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20411
20412 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20413 "in" (bug#9190).
20414
20415 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20416
20417 * mail/sendmail.el (sendmail-query-once): Restore the current
20418 buffer after querying (bug#9074).
20419
20420 * dired.el (dired-flagged): Use different faces for marked and
20421 flagged files (bug#6117).
20422
20423 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20424 (bug#4433).
20425
20426 * ido.el (ido-mode): Switch off the message if called
20427 non-interactively.
20428
20429 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20430 before 587, since it appears that that's more likely to work for
20431 more people.
20432
20433 * cus-edit.el (custom-file): When running under emacs -q, always
20434 refuse to save the customizations, even if the .emacs file doesn't
20435 exist.
20436
20437 * info.el: Remove the `Info-beginning-of-buffer' function
20438 (bug#8325).
20439
20440 * net/network-stream.el (network-stream-open-starttls):
20441 Use `starttls-available-p' to see whether starttls.el can be used.
20442
20443 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20444
20445 * window.el (display-buffer-in-window): Don't set dedicated status
20446 of window here (Bug#9215).
20447 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20448 (display-buffer-pop-up-side-window)
20449 (display-buffer-in-side-window): Set dedicated status of window here.
20450
20451 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20452
20453 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20454 before binding generated-autoload-file.
20455
20456 2011-08-01 Deniz Dogan <deniz@dogan.se>
20457
20458 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20459
20460 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20461
20462 Sync with Tramp 2.2.2.
20463
20464 * net/trampver.el: Update release number.
20465
20466 2011-07-30 Juri Linkov <juri@jurta.org>
20467
20468 * dired-aux.el (dired-touch-initial): Remove function.
20469 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20470 current time, and `default' to the last modification time of the
20471 current marked file (bug#6887).
20472
20473 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20474
20475 * simple.el (goto-line): Use string-to-number to provide a
20476 numeric argument to read-number (bug#9163).
20477
20478 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20479
20480 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20481 connection process, it could be nil.
20482
20483 2011-07-27 Leo Liu <sdl.web@gmail.com>
20484
20485 Simplify url handling in rcirc-mode.
20486
20487 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20488 (rcirc-browse-url-at-mouse): Remove.
20489 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20490
20491 2011-07-26 Alan Mackenzie <acm@muc.de>
20492
20493 Fontify bitfield declarations properly.
20494
20495 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20496 (c-symbol-chars): Now exported as a lang variable.
20497 (c-not-primitive-type-keywords): New lang variable.
20498
20499 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20500 QT keyword "more" to prevent "more slots: ...." being spuriously
20501 parsed as a bitfield declaration.
20502
20503 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20504 Refactor and enhance to handle bitfield declarations.
20505 (c-punctuation-in): New function.
20506 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20507 declarations properly.
20508
20509 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20510
20511 * calendar/icalendar.el (icalendar--all-events): Take care of
20512 multiple vcalendars in a single file.
20513 (icalendar--convert-float-to-ical): Checkdoc fixes.
20514
20515 2011-07-25 Deniz Dogan <deniz@dogan.se>
20516
20517 * image.el (insert-image): Clarifying docstring.
20518
20519 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20520
20521 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20522 `tramp-send-command-and-check' if there is no error.
20523 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20524
20525 2011-07-22 Alan Mackenzie <acm@muc.de>
20526
20527 Prevent cc-langs.elc being loaded at run time.
20528
20529 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20530 cc-langs.
20531
20532 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20533 "(require 'cc-langs)". Quote a form so it will evaluate at
20534 (cc-mode's) compilation time.
20535
20536 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20537
20538 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20539 loading. (Bug#9114)
20540
20541 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20542
20543 * window.el (display-buffer-pop-up-window)
20544 (display-buffer-pop-up-side-window)
20545 (display-buffer-in-side-window): Call display-buffer-set-height
20546 and display-buffer-set-width after setting the new window's
20547 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20548
20549 2011-07-20 Sam Steingold <sds@gnu.org>
20550
20551 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20552 (etags-tags-included-tables): Call `convert-standard-filename' on
20553 the file names contained in TAGS so that windows Emacs can handle
20554 TAGS files created by cygwin ctags.
20555
20556 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20557
20558 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20559 which apparently didn't work.
20560
20561 2011-07-19 Roland Winkler <winkler@gnu.org>
20562
20563 * proced.el (proced-send-signal): For *Marked Processes* buffer
20564 put point at beginning of buffer.
20565
20566 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20567
20568 * proced.el (proced-format): Make header lines align with the text
20569 (bug#1779).
20570
20571 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20572
20573 * view.el (view-buffer): Allow running in `special' modes if we're
20574 visiting a file (bug#8615).
20575
20576 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20577
20578 * window.el (display-buffer-alist-of-strings-p)
20579 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20580 New functions.
20581 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20582 more accurately.
20583
20584 2011-07-18 Alan Mackenzie <acm@muc.de>
20585
20586 Fontify declarators properly when, e.g., a jit-lock chunk begins
20587 inside a declaration.
20588
20589 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20590
20591 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20592 New function.
20593 (c-complex-decl-matchers): Insert reference to
20594 c-font-lock-enclosing-decls.
20595
20596 * progmodes/cc-engine.el (c-backward-single-comment):
20597 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20598 to nil around calls to (forward-comment -1).
20599
20600 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20601
20602 * image.el (put-image): Doc typo fix.
20603
20604 * progmodes/etags.el (tags-search): Doc typo fix.
20605
20606 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20607 password if we get errors 550 to 554.
20608
20609 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20610
20611 * net/gnutls.el (gnutls-log-level): Remove.
20612
20613 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20614 indentation character (bug#6380).
20615
20616 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20617
20618 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20619 to clarify what the problem is (bug#4291).
20620
20621 * simple.el (current-kill): Clarify what
20622 `interprogram-paste-function' does (bug#7500).
20623 (auto-fill-mode): Document `auto-fill-function' in relation to
20624 `auto-fill-mode' (bug#2470).
20625
20626 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20627
20628 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20629 method if slot is read-only (bug#9035).
20630
20631 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20632
20633 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20634 * window.el (pop-to-buffer): Select window used even if it was
20635 selected before, see discussion of (Bug#8615), (Bug#6954).
20636 Pass argument NORECORD on to select-frame-set-input-focus.
20637
20638 2011-07-15 Glenn Morris <rgm@gnu.org>
20639
20640 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20641 Respect help-form.
20642
20643 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20644
20645 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20646 (gnutls-negotiate): Use it.
20647
20648 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20649
20650 * net/gnutls.el (gnutls-negotiate):
20651 Upcase `gnutls-algorithm-priority'.
20652
20653 2011-07-15 Glenn Morris <rgm@gnu.org>
20654
20655 * jka-compr.el (jka-compr-verbose): Move from here...
20656 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20657 Add missing :version tag.
20658 * info.el: No need to require jka-compr when compiling.
20659
20660 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20661
20662 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20663 (gnutls-negotiate): Use it.
20664
20665 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20666
20667 * info.el (Info-beginning-of-buffer): New command.
20668 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20669 announcing `b' as the key (bug#8325).
20670 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20671
20672 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20673
20674 * international/mule-cmds.el
20675 (describe-specified-language-support): Make the error message
20676 clearer (bug#8905).
20677
20678 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20679
20680 * isearch.el (isearch-barrier): Add a doc string, since it's
20681 mentioned in a function doc string (bug#8678).
20682
20683 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20684
20685 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20686 buffer argument (Bug#9083) and self-identifying label argument.
20687
20688 2011-07-15 Glenn Morris <rgm@gnu.org>
20689
20690 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20691
20692 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20693
20694 * man.el (Man-fontify-manpage): Fix message when formatting the
20695 man page (bug#7929).
20696
20697 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20698
20699 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20700 argument LRM; if non-nil, append an invisible LRM character to the
20701 buffer name.
20702 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20703 last argument non-nil, when formatting buffer names.
20704 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20705 paragraph direction.
20706
20707 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20708
20709 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20710 the man page name (bug#7929).
20711
20712 * image.el (put-image): Mention the `put-image' overlay property
20713 (bug#7834).
20714
20715 * scroll-bar.el (set-scroll-bar-mode): Mention that
20716 `scroll-bar-mode' lists the values (bug#7772).
20717
20718 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20719 command (bug#7729).
20720
20721 * rect.el (apply-on-rectangle): Return the point after the last
20722 operation.
20723 (string-rectangle): Go to the point after the last operation
20724 (bug#7522).
20725
20726 * printing.el (pr-toggle-region): Clarify the documentation
20727 slightly (bug#7493).
20728
20729 * time.el (display-time-update):
20730 Allow `display-time-mail-function' to return nil (bug#7158).
20731 Fix suggested by Detlev Zundel.
20732
20733 * vc/diff.el (diff): Clarify the order the file names are read
20734 (bug#7111).
20735
20736 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20737 the doc string (bug#7015).
20738
20739 * font-lock.el (font-lock-maximum-decoration): Mention what
20740 numeric levels mean (bug#6935).
20741
20742 * startup.el (initial-buffer-choice): Don't mention the `none'
20743 selection, which is against policy.
20744
20745 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20746
20747 * window.el (display-buffer-normalize-special):
20748 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20749
20750 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20751
20752 * subr.el (version<, version<=, version=): Mention "-CVS" and
20753 "-12345" alpha version numbers.
20754
20755 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20756
20757 * bindings.el: Add advertised binding for set-mark-command
20758 (Bug#5772).
20759
20760 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20761
20762 * bindings.el (mode-line-other-buffer):
20763 * bookmark.el (bookmark-bmenu-2-window):
20764 * bs.el (bs-cycle-next, bs-cycle-previous):
20765 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20766 switch-to-buffer.
20767
20768 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20769 Delete.
20770
20771 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20772
20773 * follow.el (follow-debug-message, follow-redisplay):
20774 * jka-cmpr-hook.el (with-auto-compression-mode):
20775 Fix typos in docstrings.
20776
20777 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20778
20779 * subr.el (with-silent-modifications): Clarify somewhat what the
20780 macro inhibits (bug#6525).
20781
20782 * simple.el (eval-expression): Note what it does if called
20783 interactively (bug#6495).
20784
20785 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20786
20787 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20788 Use pop-to-buffer buffer-or-name if it is nil.
20789
20790 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20791 Remove switch-to-buffer.
20792
20793 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20794
20795 * files.el (make-directory): Clarify that an error will be raised
20796 if there's an error (bug#6397).
20797
20798 * startup.el (initial-buffer-choice): Add `none' as a choice
20799 (bug#6234).
20800
20801 * subr.el (add-hook): Clarify section about buffer-local hooks
20802 (bug#6218).
20803
20804 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20805
20806 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20807
20808 * tabify.el (untabify): Preserve the current column so that point
20809 doesn't move (bug#6032).
20810
20811 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20812
20813 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20814 Rewrite to avoid awkward possessive "s" (bug#5986).
20815
20816 2011-07-13 Glenn Morris <rgm@gnu.org>
20817
20818 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20819 (dired-insert-directory): Give a message the first time
20820 if ls is found not to support --dired.
20821
20822 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20823
20824 * simple.el (toggle-truncate-lines): Clarify what is toggled
20825 (bug#5580). Text by Drew Adams.
20826
20827 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20828
20829 * simple.el (blink-matching-open): Make the error message from the
20830 last change less verbose.
20831
20832 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20833
20834 * font-lock.el (font-lock-comment-face): Use the high contrast
20835 "yellow" color for font-lock-comment-face on low color terminals
20836 using a dark background color (bug#4221).
20837
20838 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20839
20840 * dired.el (dired-insert-set-properties): Make the doc string
20841 reflect what it does now (bug#5325).
20842
20843 * simple.el (blink-matching-open): Say that we were unable to find
20844 the match within the limit, if we're limited (bug#5122).
20845
20846 * international/mule-cmds.el (prefer-coding-system): Add an
20847 example (bug#4869).
20848
20849 * progmodes/etags.el (tags-search): Document `file-list-form'
20850 (bug#4731).
20851
20852 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20853
20854 * net/browse-url.el (browse-url-default-browser)
20855 (browse-url-browser-function): Make the default browser choice a
20856 bit more logical (bug#4300). Also clean up the doc string.
20857
20858 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20859
20860 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20861 binary endings (bug#4440).
20862
20863 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20864
20865 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20866 which can be pretty annoying (bug#8971).
20867
20868 * jka-compr.el (jka-compr-verbose): New variable, and use
20869 throughout (bug#8971).
20870
20871 * info.el (Info-find-file): Fall back on the installation
20872 directory if we can't find the info node anywhere else.
20873
20874 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20875
20876 * vc/vc.el (vc-revert-file):
20877 Don't set file time-stamp in the past. (Bug#5181)
20878
20879 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20880
20881 * files.el (after-find-file): Give a better error message when
20882 trying to find a symlink that points to a file that doesn't exist
20883 (bug#4398).
20884
20885 * progmodes/cc-vars.el: Remove (probably) misleading comment
20886 (bug#4396).
20887
20888 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20889
20890 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20891
20892 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20893
20894 * mouse-sel.el: Hack restoring functionality, while keeping
20895 compatibility with 2010-07-03 changes to mouse selection.
20896 (mouse-sel-primary-overlay): New var.
20897 (mouse-sel-selection-alist): Use it.
20898 (mouse-sel-mode): Doc fix; remove points that are default features
20899 of mouse.el.
20900
20901 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20902
20903 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20904 Fix previous fix (bug#2490).
20905
20906 2011-07-12 Roland Winkler <winkler@gnu.org>
20907
20908 * textmodes/bibtex.el (bibtex-initialize):
20909 Use pop-to-buffer-same-window.
20910 (bibtex-search-entries): Fix interactive call.
20911
20912 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20913
20914 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20915 Fontise bytecomp Error lines more correctly (bug#2490).
20916 Fix suggested by Johan Bockgård.
20917
20918 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20919
20920 * dired-x.el (dired-guess-default): Use `delete-dups'.
20921
20922 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20923
20924 * dired.el (dired-mark-prompt):
20925 * dired-aux.el (dired-read-shell-command): Doc fix.
20926
20927 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20928
20929 * mail/sendmail.el (sendmail-query-once):
20930 Use `customize-save-variable' unconditionally, now that it works under
20931 emacs -Q.
20932
20933 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20934
20935 * cus-edit.el (custom-file): Take an optional no-error variable.
20936 (customize-save-variable): Set the variable, and give a warning if
20937 running under "emacs -q".
20938
20939 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20940
20941 * loadhist.el (unload-feature-special-hooks):
20942 Add `auto-coding-functions', `fill-nobreak-predicate' and
20943 `find-directory-functions' (bug#5327).
20944
20945 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20946
20947 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20948
20949 * cus-edit.el (custom-guess-name-alist): -alist variables should
20950 use the `alist' type (bug#3120). Suggested by Drew Adams.
20951
20952 * printing.el: Add documentation to all the `pr-toggle-' commands.
20953
20954 2011-07-11 Leo Liu <sdl.web@gmail.com>
20955
20956 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20957 backends where it makes sense (bug#2623).
20958
20959 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20960
20961 * dired-x.el (dired-guess-default): Remove duplicate shell command
20962 entries (bug#2028).
20963 (dired-guess-default): Fix grammar in doc string (bug#2028).
20964 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20965
20966 * subr.el (remove-duplicates): New conveniency function.
20967
20968 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20969
20970 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20971 (bug#1526).
20972
20973 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20974
20975 * window.el (display-buffer-normalize-default): Don't invert
20976 meaning of even-window-heights. Reported by Eli Zaretskii
20977 <eliz@gnu.org>.
20978
20979 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20980
20981 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20982
20983 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20984
20985 * window.el (display-buffer): Fix arguments to
20986 display-buffer-reuse-window in last change.
20987
20988 * faces.el (link): Use a less saturated blue on light backgrounds.
20989
20990 * startup.el (fancy-startup-text, fancy-about-text)
20991 (fancy-startup-tail): Use font-lock faces, for background safety.
20992
20993 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20994
20995 * emulation/viper-cmd.el (viper-change-state-to-vi):
20996 Limit triggering of abbrev expansion (Bug#9038).
20997
20998 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20999
21000 * window.el (display-buffer-default-specifiers): Remove.
21001 (display-buffer-macro-specifiers): Remove default specifiers.
21002 (display-buffer-alist): Default to nil.
21003 (display-buffer-reuse-window): New optional argument other-window.
21004 (display-buffer-pop-up-window): Allow splitting internal
21005 windows. Check whether a live window was created.
21006 (display-buffer-other-window-means-other-frame)
21007 (display-buffer-normalize-arguments): Rename to
21008 display-buffer-normalize-argument and rewrite. Set the
21009 other-window specifier.
21010 (display-buffer-normalize-special): New function.
21011 (display-buffer-normalize-options): Rename to
21012 display-buffer-normalize-default and rewrite.
21013 (display-buffer-normalize-options-inhibit): Remove.
21014 (display-buffer-normalize-specifiers): Rewrite.
21015 (display-buffer): Process other-window specifier and call
21016 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
21017 more faithfully.
21018 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21019 (display-buffer-alist-set): Don't handle 'unset default values.
21020 (display-buffer-in-window, display-buffer-alist-set):
21021 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
21022 <tassilo@member.fsf.org>.
21023
21024 2011-07-09 Leo Liu <sdl.web@gmail.com>
21025
21026 * register.el (insert-register): Restore accidental change on
21027 2011-06-26. (Bug#9028)
21028
21029 2011-07-09 Glenn Morris <rgm@gnu.org>
21030
21031 * subr.el (remq): Handle the empty list. (Bug#9024)
21032
21033 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
21034
21035 * mail/sendmail.el (send-mail-function): No longer delay custom
21036 initialization.
21037 * custom.el (custom-initialize-delay): Doc fix.
21038
21039 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21040
21041 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21042
21043 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
21044
21045 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21046 human-friendly prompt.
21047
21048 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21049
21050 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21051 provided by a particular plugin.
21052
21053 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
21054
21055 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21056 save customizations (with "emacs -Q"), just set the variable
21057 instead of erroring out.
21058
21059 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21060
21061 2011-07-08 Juri Linkov <juri@jurta.org>
21062
21063 * arc-mode.el (archive-zip-expunge, archive-zip-update)
21064 (archive-zip-update-case): Use 7z if found by `executable-find'.
21065 The order of searching the available programs is the same as in
21066 `archive-zip-extract' (bug#8968).
21067
21068 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21069
21070 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21071 (menu-bar-options-menu): Tweak descriptions.
21072
21073 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21074
21075 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21076 menu items into verb phrases (bug#1421). Also refill to fit under
21077 80 columns.
21078
21079 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21080
21081 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21082 (Info-read-node-name): Doc fix (Bug#1084).
21083
21084 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21085 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21086 (end-of-sexp, beginning-of-sexp)
21087 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21088 (forward-symbol, forward-same-syntax, word-at-point)
21089 (sentence-at-point): Doc fix (Bug#1144).
21090
21091 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21092
21093 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21094 should cover it (bug#1281).
21095
21096 * cus-edit.el (custom-show): Mark as obsolete.
21097
21098 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21099 negotiation fails, then possibly try again with a non-encrypted
21100 connection (bug#9017).
21101
21102 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21103 be used.
21104
21105 2011-07-07 Richard Stallman <rms@gnu.org>
21106
21107 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21108 property, and handle its changed format.
21109 Look for the correct line number.
21110 Use file's line contents (but not past first =) to find
21111 correct line in message.
21112
21113 2011-07-07 Kenichi Handa <handa@m17n.org>
21114
21115 * international/characters.el (build-unicode-category-table):
21116 Delete it.
21117 (unicode-category-table): Set it by unicode-property-table-internal.
21118
21119 * international/mule-cmds.el (char-code-property-alist): Move to
21120 to src/chartab.c.
21121 (get-char-code-property): Call unicode-property-table-internal to
21122 load a file. Call get-unicode-property-internal where necessary.
21123 (put-char-code-property): Call unicode-property-table-internal to
21124 load a file. Call put-unicode-property-internal where necessary.
21125 put-unicode-property-internal where necessary.
21126 (char-code-property-description):
21127 Call unicode-property-table-internal to load a file.
21128
21129 * international/charprop.el:
21130 * international/uni-bidi.el:
21131 * international/uni-category.el:
21132 * international/uni-combining.el:
21133 * international/uni-comment.el:
21134 * international/uni-decimal.el:
21135 * international/uni-decomposition.el:
21136 * international/uni-digit.el:
21137 * international/uni-lowercase.el:
21138 * international/uni-mirrored.el:
21139 * international/uni-name.el:
21140 * international/uni-numeric.el:
21141 * international/uni-old-name.el:
21142 * international/uni-titlecase.el:
21143 * international/uni-uppercase.el: Regenerate.
21144
21145 * loadup.el: Load international/charprop.el before
21146 international/characters.
21147
21148 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21149
21150 * window.el (next-buffer, previous-buffer): Signal an error if
21151 called from a minibuffer window.
21152
21153 * bindings.el: Revert 2011-07-04 change.
21154
21155 2011-07-06 Richard Stallman <rms@gnu.org>
21156
21157 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21158 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21159 Treat markers like ints.
21160 (rmail-mime-entity): Doc fix.
21161
21162 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21163
21164 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21165 defcustom again for backwards compatibility.
21166
21167 * simple.el (shell-command-on-region): Fill.
21168
21169 * dired-aux.el (dired-kill-line): Add a doc string.
21170
21171 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21172 to "\\sw\\|\\s_" (bug#358).
21173
21174 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21175 (dired-unmark-backward): Ditto.
21176 (dired-flag-backup-files): Ditto.
21177
21178 * dired-x.el (dired-mark-sexp): Ditto.
21179
21180 2011-07-06 Richard Stallman <rms@gnu.org>
21181
21182 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21183 (rmail-mime-entity): New arg TRUNCATED.
21184 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21185 New functions.
21186 (rmail-mime-save): Warn if entity is truncated.
21187 (rmail-mime-toggle-hidden): Likewise, for showing.
21188 (rmail-mime-process-multipart): Record when an entity is truncated.
21189
21190 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21191 if ENTITY is a string.
21192
21193 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21194
21195 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21196 of faces when `M-C-x'-ing their definitions (bug#8378).
21197 Also clean up the code slightly.
21198
21199 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21200 because that makes the colors go away.
21201
21202 * mail/sendmail.el (send-mail-function): Change the default to
21203 `sendmail-query-once'.
21204 (sendmail-query-once): Add an autoload cookie.
21205
21206 * net/network-stream.el (network-stream-open-starttls): Try using
21207 a plain connection even if the server offered STARTTLS, and we
21208 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21209 capability. This should make smtpmail.el work in slightly more
21210 configurations.
21211
21212 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21213
21214 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21215 New defun.
21216 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21217
21218 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21219
21220 * progmodes/sql.el: Version 3.0
21221 (sql-product-alist): Add product :completion-object,
21222 :completion-column, and :statement attributes.
21223 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21224 (sql-mode-syntax-table): Mark all punctuation.
21225 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21226 ansi keywords.
21227 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21228 (sql-mode-oracle-font-lock-keywords): Improve.
21229 (sql-oracle-show-reserved-words): New function for development.
21230 (sql-product-font-lock): Simplify for source code buffers.
21231 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21232 New functions.
21233 (sql-highlight-product): Set product specific syntax table.
21234 (sql-mode-map): Add statement movement functions.
21235 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21236 New variable.
21237 (sql-statement-regexp, sql-beginning-of-statement)
21238 (sql-end-of-statement, sql-signum): New functions.
21239 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21240 (sql-show-sqli-buffer): Bug fix.
21241 (sql-interactive-mode): Store connection data as buffer local.
21242 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21243 with sql-interactive-mode.
21244 (sql-save-connection): Save buffer local settings.
21245 (sql-connection-menu-filter): Change menu entry name.
21246 (sql-product-interactive): Bug fix.
21247 (sql-preoutput-hold): New variable.
21248 (sql-interactive-remove-continuation-prompt): Bug fixes.
21249 (sql-debug-redirect): New variable.
21250 (sql-str-literal): New function.
21251 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21252 Redesign.
21253 (sql-oracle-save-settings, sql-oracle-restore-settings)
21254 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21255 (sql-completion-object, sql-completion-column)
21256 (sql-completion-sqlbuf): New variables.
21257 (sql-build-completions-1, sql-build-completions)
21258 (sql-try-completion): New functions.
21259 (sql-read-table-name): Use them.
21260 (sql-contains-names): New buffer local variable.
21261 (sql-list-all, sql-list-table): Use it.
21262 (sql-oracle-completion-types): New variable.
21263 (sql-oracle-completion-object, sql-sqlite-completion-object)
21264 (sql-postgres-completion-object): New functions.
21265
21266 2011-07-06 Glenn Morris <rgm@gnu.org>
21267
21268 * window.el (pop-to-buffer): Doc fix.
21269
21270 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21271
21272 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21273
21274 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21275
21276 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21277
21278 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21279
21280 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21281
21282 * button.el (button): Inherit from link face. Suggested by Dan
21283 Nicolaescu.
21284
21285 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21286
21287 * progmodes/gdb-mi.el: Fit in 80 columns.
21288 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21289 switch-to-buffer.
21290
21291 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21292 if imenu is simply not configured (bug#8941).
21293
21294 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21295
21296 * allout.el (allout-post-undo-hook): New allout outline-change
21297 event hook to signal undo activity.
21298 (allout-post-command-business): Run allout-post-undo-hook if an
21299 undo just occurred.
21300 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21301 * allout-widgets.el (allout-widgets-after-undo-function):
21302 Ensure the integrity of the current item's decoration after it has been
21303 in the vicinity of an undo.
21304 (allout-widgets-mode): Include allout-widgets-after-undo-function
21305 on the new allout-post-undo-hook.
21306
21307 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21308
21309 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21310 Let define-derived-mode define it.
21311 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21312 cycles of abbrev-table inheritance (bug#8998).
21313
21314 2011-07-05 Roland Winkler <winkler@gnu.org>
21315
21316 * textmodes/bibtex.el: Add support for biblatex.
21317 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21318 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21319 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21320 (bibtex-entry-alist, bibtex-field-alist): New variables.
21321 (bibtex-entry-field-alist): Obsolete alias for
21322 bibtex-BibTeX-entry-alist.
21323 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21324 (bibtex-set-dialect): New command.
21325 (bibtex-entry-type, bibtex-entry-head)
21326 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21327 Bind via bibtex-set-dialect.
21328 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21329 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21330 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21331 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21332 Define via bibtex-set-dialect.
21333 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21334 Obey bibtex-no-opt-remove-re.
21335 (bibtex-vec-push, bibtex-vec-incr): New functions.
21336 (bibtex-format-entry, bibtex-field-list)
21337 (bibtex-print-help-message, bibtex-validate)
21338 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21339
21340 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21341
21342 * progmodes/compile.el (compilation-goto-locus):
21343 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21344 * bs.el (bs-cycle-next, bs-cycle-previous):
21345 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21346 * bindings.el (mode-line-other-buffer):
21347 * autoinsert.el (auto-insert):
21348 * arc-mode.el (archive-extract):
21349 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21350
21351 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21352
21353 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21354 Fix check of `emacs-lock-unlockable-modes'.
21355 Coerce true values of `emacs-lock--try-unlocking' to t.
21356
21357 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21358
21359 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21360 * emacs-lock.el: New file.
21361
21362 2011-07-05 Julien Danjou <julien@danjou.info>
21363
21364 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21365 than `boundp' to check if face is set.
21366
21367 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21368
21369 * register.el (registerv-make):
21370 * window.el (window-min-height): Fix typos in docstrings.
21371
21372 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21373
21374 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21375 Update doc string.
21376
21377 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21378
21379 * server.el (server-execute): Catch quit and call
21380 `server-return-error' to pass the error back to emacsclient and
21381 close the connection (bug#8942).
21382
21383 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21384
21385 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21386 insecure exception for current topic. Also note that auto-saves
21387 are handled differently.
21388
21389 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21390 State variables for tracking auto-save inhibition situation.
21391
21392 (allout-write-contents-hook-handler): Rename from
21393 'allout-write-file-hook-handler', and describe how it depends on
21394 write-contents-functions sensitivity to non-nil value to prevent
21395 file write.
21396
21397 (allout-auto-save-hook-handler): Remove. auto-save does not check
21398 this in individual buffers, only in the starting buffer, so this
21399 is not the right way for us to inhibit auto-save in a buffer
21400 according to its condition.
21401
21402 (allout-mode): Use new allout-write-contents-hook-handler, and
21403 only with write-contents-functions. Remove auto-save provisions -
21404 they're implemented elsewhere.
21405
21406 (allout-before-change-handler): If undo is in progress, note that
21407 for attention of allout-post-command-business.
21408
21409 (allout-post-command-business): If the command we're following was
21410 an undo, check for change in the status of encrypted items and
21411 adjust auto-save inhibitions accordingly.
21412
21413 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21414 according to whether there are or aren't any plain-text topics
21415 pending encryption.
21416
21417 (allout-inhibit-auto-save-info-for-decryption):
21418 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21419 if there are plain-text topics pending encryption.
21420
21421 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21422 buffer-saved-size and some allout state to not inhibit auto-saves
21423 if there are no longer any plain-text topics pending encryption.
21424
21425 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21426 No longer provide for exemption of the current topic.
21427
21428 2011-07-04 Juri Linkov <juri@jurta.org>
21429
21430 Add 7z operations to delete and save changed members (bug#8968).
21431 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21432 New defcustoms.
21433 (archive-7z-write-file-member): New function.
21434 (archive-7z-summarize): Fix the number of dashes in the
21435 listing output.
21436
21437 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21438
21439 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21440 (bug#8958).
21441
21442 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21443
21444 * bindings.el: Ignore next-buffer and previous-buffer in
21445 minibuffer-local-map.
21446
21447 * font-lock.el (font-lock-builtin-face): Change light background
21448 color to dark slate blue (Bug#6693).
21449
21450 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21451
21452 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21453
21454 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21455
21456 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21457 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21458 Add switch-to-buffer.
21459
21460 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21461
21462 * isearch.el (isearch-search-fun-function): Clarify further the
21463 meaning of the function returned.
21464
21465 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21466
21467 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21468
21469 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21470 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21471 Use it.
21472 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21473 `tramp-default-remote-path' does not exist.
21474 (tramp-send-command-and-read): New optional argument NOERROR.
21475 (tramp-open-connection-setup-interactive-shell)
21476 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21477 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21478 (tramp-process-sentinel): Flush also process' connection property.
21479 (tramp-sh-handle-start-file-process): Do not set process
21480 sentinel. It is done now ...
21481 (tramp-maybe-open-connection): ... here. (Bug#8929)
21482
21483 2011-07-04 MON KEY <monkey@sandpframing.com>
21484
21485 * play/animate.el (animate-string): Doc fixes and allow changing
21486 the buffer name (bug#5417).
21487
21488 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21489
21490 * play/animate.el (animation-buffer-name): Rename from *animate*.
21491
21492 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21493
21494 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21495 This is simpler and helps future-proof the code.
21496 (timer-until): Use time-subtract and float-time.
21497 (timer--time-less-p): Use time-less-p.
21498
21499 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21500
21501 * type-break.el (timep): Use the value of `float-time' to avoid a
21502 byte-compiler warning.
21503
21504 * server.el (server-eval-and-print): Return any result, even nil.
21505
21506 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21507
21508 * type-break.el: Accept time formats that the builtins accept.
21509 (timep, type-break-time-difference): Accept any format that
21510 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21511 This is simpler and helps future-proof the code.
21512 (type-break-time-difference): Round rather than ignoring
21513 subseconds components.
21514
21515 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21516
21517 * info.el (Info-apropos-matches): Make non-interactive, since it
21518 doesn't seem to do anything useful as a command (bug#8829).
21519
21520 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21521
21522 * frame.el (frame-background-mode, frame-set-background-mode):
21523 Move from faces.el.
21524 (frame-default-terminal-background): New function.
21525
21526 * custom.el (custom-push-theme): Don't record faces in `changed'
21527 theme; this doesn't work correctly for per-frame face settings.
21528 (disable-theme): Use face-set-after-frame-default to reset faces.
21529 (custom--frame-color-default): New function.
21530
21531 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21532
21533 * dired.el (dired-flagging-regexp): Remove unused variable
21534 (bug#8769).
21535
21536 2011-03-29 Kevin Ryde <user42@zip.com.au>
21537
21538 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21539 `perl-Test2' extend to match possible "fail #N" rep count
21540 (bug#8377).
21541
21542 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21543
21544 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21545 `smtpmail-via-smtp' now returns the error instead of nil.
21546
21547 * isearch.el (isearch-search-fun-function): Clarify the doc string
21548 (bug#8101).
21549
21550 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21551
21552 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21553 unnecessary spaces (bug#8987).
21554
21555 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21556
21557 * net/network-stream.el (open-network-stream): Use the
21558 :end-of-capability command thoughout.
21559
21560 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21561
21562 * net/network-stream.el (open-network-stream): Add the
21563 :end-of-capability command parameter, used by pop3.el.
21564
21565 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21566
21567 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21568
21569 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21570 for list)" (bug#6475).
21571
21572 * files.el (file-expand-wildcards): Ignore non-readable
21573 sub-directories while trying to find matches instead of signaling
21574 an error (bug#6297).
21575
21576 * man.el (Man-reference-regexp): Allow matching possible
21577 word-wrapped references (bug#6289).
21578
21579 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21580 for consistency with the other vc buffers (bug#6197).
21581 (vc-checkin): Ditto.
21582
21583 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21584
21585 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21586
21587 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21588
21589 * custom.el (defcustom): Clarify that :set is only used in the
21590 Customize user interface (bug#6089).
21591
21592 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21593 associated with a file, refuse to run instead of erroring out
21594 (bug#6084).
21595
21596 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21597 the doc string, since it appears that using `fill-column' always
21598 controls the width (bug#7845).
21599
21600 * simple.el (shell-command-on-region): Say where the error output
21601 went if `shell-command-default-error-buffer' is set (bug#6857).
21602
21603 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21604
21605 * allout.el (allout-yank-processing): Adjust cursor position for
21606 backwards-deleted space.
21607
21608 (allout-rebullet-heading): Register changes with
21609 allout-exposure-changed-hook, so the modified topic is properly
21610 decorated.
21611
21612 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21613
21614 * minibuffer.el (completion-in-region): Document PREDICATE
21615 (bug#7136).
21616
21617 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21618 of keyword/argument pairs (bug#6904).
21619
21620 * replace.el (multi-occur):
21621 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21622
21623 2011-07-02 Drew Adams <drew.adams@oracle.com>
21624
21625 * dired.el (dired-mark-if): Make the message about whether it's
21626 marking or unmarking clearer (bug#8523).
21627
21628 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21629
21630 * disp-table.el (display-table-print-array): New function.
21631 (describe-display-table): Use it to print the vectors more pretty
21632 (Bug#8859).
21633
21634 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21635
21636 * window.el (window-state-get-1): Don't assign clone numbers.
21637 Add clone-of item to list of window parameters.
21638 (window-state-put-2): Don't process clone numbers.
21639 (display-buffer-alist): Fix doc-string.
21640
21641 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21642
21643 * subr.el (remq): Don't allocate if it's not needed.
21644 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21645 (keymap--merge-bindings): New functions.
21646 (keymap-canonicalize): Use them to refine the canonicalization.
21647 * minibuffer.el (minibuffer-local-completion-map)
21648 (minibuffer-local-must-match-map): Move initialization from C.
21649 (minibuffer-local-filename-completion-map): Move initialization from C;
21650 don't inherit from anything here.
21651 (minibuffer-local-filename-must-match-map): Make obsolete.
21652 (completing-read-default): Use make-composed-keymap to combine
21653 minibuffer-local-filename-completion-map with either
21654 minibuffer-local-must-match-map or
21655 minibuffer-local-filename-completion-map.
21656
21657 2011-07-01 Glenn Morris <rgm@gnu.org>
21658
21659 * type-break.el (type-break-time-sum): Use dolist.
21660
21661 * textmodes/flyspell.el (flyspell-word-search-backward):
21662 Replace CL function.
21663
21664 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21665
21666 * mouse.el (mouse--strip-first-event): New function.
21667 (function-key-map): Use it to map fringe clicks to normal clicks
21668 by default.
21669
21670 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21671 (vc-bzr-revision-completion-table): Add support for annotate and date.
21672
21673 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21674 inherit from parent.
21675
21676 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21677
21678 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21679 (dired-show-file-type): Doc fixup (bug#8818).
21680
21681 * dired.el (dired-mode): Fix up the doc string as suggested by
21682 Drew Adams (bug#8817).
21683
21684 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21685 cookie, since the manual says that it should be possible to add
21686 this function to `find-file-hook' (bug#8709).
21687
21688 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21689
21690 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21691 here. Noted Ted Zlatanov as the maintainer.
21692 (cfengine-common-settings, cfengine-common-syntax): New functions
21693 to set up common things between `cfengine-mode' and
21694 `cfengine3-mode'.
21695 (cfengine3-mode): New mode.
21696 (cfengine3-defuns cfengine3-defuns-regex
21697 (cfengine3-class-selector-regex cfengine3-category-regex)
21698 (cfengine3-vartypes cfengine3-font-lock-keywords)
21699 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21700 (cfengine3-indent-line): Add from cfengine3.el.
21701
21702 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21703
21704 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21705
21706 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21707
21708 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21709
21710 * window.el (same-window-buffer-names, same-window-regexps)
21711 (same-window-p, special-display-frame-alist)
21712 (special-display-popup-frame, special-display-function)
21713 (special-display-buffer-names, special-display-regexps)
21714 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21715 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21716 (split-window-preferred-function, split-height-threshold)
21717 (split-width-threshold, even-window-heights)
21718 (display-buffer-mark-dedicated, window-splittable-p)
21719 (split-window-sensibly, window-safely-shrinkable-p):
21720 Un-obsolete.
21721 (display-buffer): Don't spread args with function specifier
21722 because special-display-popup-frame won't like it.
21723
21724 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21725
21726 Time-stamp simplifications and fixes.
21727 These improve accuracy slightly, and future-proof the code
21728 against some potential changes to current-time format.
21729
21730 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21731 by using time-since and float-time.
21732
21733 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21734 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21735 + NNN microseconds".
21736
21737 * type-break.el (type-break-time-sum): Rewrite using time-add.
21738
21739 * play/hanoi.el (hanoi-current-time-float): Remove.
21740 All uses replaced by float-time.
21741
21742 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21743 This yields a more-accurate answer.
21744 (rng-time-to-float): Remove; no longer needed.
21745
21746 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21747
21748 * calendar/timeclock.el (timeclock-seconds-to-time):
21749 Defalias to seconds-to-time, since they're the same thing.
21750
21751 * emacs-lisp/elp.el (elp-elapsed-time):
21752 * emacs-lisp/benchmark.el (benchmark-elapse):
21753 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21754
21755 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21756
21757 * window.el (bury-buffer): Don't iconify the only frame.
21758 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21759 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21760
21761 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21762
21763 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21764 Add mouse-yank-primary.
21765
21766 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21767
21768 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21769
21770 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21771
21772 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21773 (find-library-name): Use it to find relative load names when provided
21774 absolute file name (bug#8803).
21775
21776 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21777
21778 * textmodes/flyspell.el (flyspell-word): Consider words that
21779 differ only in case as potential doublons (bug#5687).
21780
21781 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21782 Remove two rather uninteresting debugging-like messages to make
21783 debbugs.el more silent.
21784
21785 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21786 a password-like phrase.
21787
21788 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21789
21790 * progmodes/cc-guess.el: New file.
21791
21792 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21793
21794 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21795 derived from `c-basic-common-init'.
21796
21797 * progmodes/cc-mode.el (top-level): Require cc-guess.
21798 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21799
21800 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21801
21802 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21803
21804 2011-06-30 Alan Mackenzie <acm@muc.de>
21805
21806 * progmodes/cc-engine.el (c-guess-continued-construct):
21807 Correct the handling of template-args-cont, particularly for when font
21808 lock is disabled. Name this case as "CASE G".
21809
21810 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21811
21812 * allout.el (allout-yank-processing): Fix injection of extra space
21813 between bullet and non-whitespace character in first topic when
21814 pasting, ensuring that the actual spacing in the pasted topic
21815 following the bullet char is preserved. This extra space was
21816 causing pasted encrypted topics to get a decrypted status even
21817 when the content was actually still encrypted. Now the decryption
21818 status from before the paste is preserved.
21819
21820 (allout-flag-region): Set all allout overlays so they evaporate
21821 when reduced to zero length (evanescent), to prevent overlay
21822 leakage.
21823
21824 2011-06-30 Glenn Morris <rgm@gnu.org>
21825
21826 * w32-fns.el (w32-charset-info-alist): Declare.
21827
21828 * find-dired.el (find-grep-options): Simplify.
21829
21830 * term/ns-win.el (ns-set-resource): Declare.
21831
21832 * ses.el (row, col): Declare dynamic variables honestly.
21833
21834 * textmodes/reftex-parse.el (index-tags): Declare.
21835
21836 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21837
21838 * cus-edit.el (customize-push-and-save): New function.
21839
21840 * files.el (hack-local-variables-confirm): Use it.
21841
21842 * custom.el (load-theme): New arg NO-CONFIRM.
21843 Use customize-push-and-save (Bug#8720).
21844 (custom-enabled-themes): Doc fix.
21845
21846 * cus-theme.el (customize-create-theme)
21847 (custom-theme-merge-theme): Callers to load-theme changed.
21848
21849 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21850
21851 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21852 short URLs have at least one dot in them (bug #7614).
21853
21854 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21855 nil, because using a pty is apparently too slow (bug #895).
21856
21857 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21858
21859 * mail/sendmail.el (sendmail-query-once): New function.
21860 (sendmail-query-once-function): New variable.
21861
21862 2011-06-29 Glenn Morris <rgm@gnu.org>
21863
21864 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21865
21866 * ses.el (top-level): Require cl when compiling.
21867 (ses-set-localvars): Fix error statement.
21868 Call it at compile time to silence a storm of warnings.
21869
21870 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21871
21872 * window.el (normalize-live-buffer): Rename to
21873 window-normalize-buffer.
21874 (normalize-live-frame): Rename to window-normalize-frame.
21875 (normalize-any-window): Rename to window-normalize-any-window.
21876 (normalize-live-window): Rename to window-normalize-live-window.
21877 (make-window-atom): Rename to window-make-atom.
21878 (window-resize-reset): Rename to window--resize-reset.
21879 (window-resize-reset-1): Rename to window--resize-reset-1.
21880 (resize-mini-window): Rename to window--resize-mini-window.
21881 (resize-subwindows-skip-p): Rename to
21882 window--resize-subwindows-skip-p.
21883 (resize-subwindows-normal): Rename to
21884 window--resize-subwindows-normal.
21885 (resize-subwindows): Rename to window--resize-subwindows.
21886 (resize-other-windows): Rename to window--resize-siblings.
21887 (resize-this-window): Rename to window--resize-this-window.
21888 (resize-root-window): Rename to window--resize-root-window.
21889 (resize-root-window-vertically): Rename to
21890 window--resize-root-window-vertically.
21891 (normalize-buffer-to-display): Rename to
21892 window-normalize-buffer-to-display.
21893 (normalize-buffer-to-switch-to): Rename to
21894 window-normalize-buffer-to-switch-to.
21895 Correspondingly update all callers of the functions listed
21896 above.
21897 (display-buffer-alist, display-buffer-normalize-arguments)
21898 (display-buffer-normalize-options, display-buffer)
21899 (display-buffer-alist-set): Use "function" instead of
21900 "fun-with-args".
21901
21902 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21903
21904 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21905 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21906 debbugs.gnu.org. Mention acknowledgment email.
21907
21908 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21909
21910 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21911 buffer multibyteness, since it shouldn't matter.
21912
21913 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21914
21915 * window.el (display-buffer-in-side-window): Handle dedicated
21916 windows as in display-buffer-reuse-window.
21917 (display-buffer-normalize-alist): Use value of override
21918 specifier.
21919 (display-buffer-normalize-specifiers): Use value of
21920 other-window-means-other-frame specifier.
21921 (display-buffer-alist): Rewrite some texts in widgets.
21922 (display-buffer): Spread arguments when calling function
21923 specified by fun-with-args.
21924
21925 2011-06-28 Deniz Dogan <deniz@dogan.se>
21926
21927 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21928 Unnest `let'.
21929
21930 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21931 selectors (Bug#5732).
21932 (css-proprietary-nmstart-re): Use `regexp-opt'.
21933
21934 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21935
21936 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21937 (eshell-ls-date-format): New defcustom.
21938 (eshell-ls-file): Use it.
21939
21940 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21941
21942 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21943
21944 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21945
21946 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21947 (ange-ftp-make-tmp-name): New arg.
21948 (ange-ftp-file-local-copy): Use it.
21949
21950 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21951
21952 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21953 no-conversion (Bug#8870).
21954
21955 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21956
21957 * window.el (window-right, window-left, window-child)
21958 (window-child-count, window-last-child)
21959 (window-iso-combination-p, walk-window-tree-1)
21960 (window-atom-check-1, window-tree-1, delete-window)
21961 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21962 new naming conventions - window-vchild, window-hchild,
21963 window-next and window-prev are now called window-top-child,
21964 window-left-child, window-next-sibling and window-prev-sibling
21965 respectively.
21966 (resize-window-reset): Rename to window-resize-reset.
21967 (resize-window-reset-1): Rename to window-resize-reset-1.
21968 (resize-window): Rename to window-resize.
21969 (window-min-height, window-min-width)
21970 (resize-mini-window, resize-this-window, resize-root-window)
21971 (resize-root-window-vertically, adjust-window-trailing-edge)
21972 (enlarge-window, shrink-window, maximize-window)
21973 (minimize-window, delete-window, quit-restore-window)
21974 (split-window, balance-windows, balance-windows-area-adjust)
21975 (balance-windows-area, window-state-put-2)
21976 (display-buffer-even-window-sizes, display-buffer-set-height)
21977 (display-buffer-set-width, set-window-text-height)
21978 (fit-window-to-buffer): Rename all "resize-window" prefixed
21979 calls to use the "window-resize" prefix convention.
21980 (display-buffer-alist): Fix symbol for label specifier.
21981 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21982 corresponding specifier.
21983 Reported by Juanma Barranquero <lekktu@gmail.com>.
21984
21985 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21986
21987 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21988 convention.
21989 (ses-call-printer): Does not pass an empty string to formatter when the
21990 cell is empty to keep from barking printer Calc math-format-value.
21991
21992 2011-06-27 Richard Stallman <rms@gnu.org>
21993
21994 * battery.el (battery-mode-line-limit): New variable.
21995 (battery-update): Handle it.
21996
21997 * mail/rmailmm.el (rmail-mime-process-multipart):
21998 Handle truncated messages.
21999
22000 2011-06-27 Glenn Morris <rgm@gnu.org>
22001
22002 * progmodes/flymake.el (flymake-err-line-patterns):
22003 Allow for column numbers in the ant/javac pattern. (Bug#8866)
22004
22005 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
22006
22007 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22008 (ses--clean-!, ses--clean-_): New functions.
22009 (ses-range): Add configurability of readout order, and conversion
22010 to Calc vector.
22011
22012 * ses.el (ses-repair-cell-reference-all): New function.
22013 (ses-cell-symbol): Set macro as safe, so that it can be used in
22014 formulas.
22015
22016 * ses.el: Update cycle detection algorithm.
22017 (ses-localvars): Add ses--Dijkstra-attempt-nb and
22018 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22019 (ses-set-localvars): New function.
22020 (ses-make-cell): Add property-list as a cell element.
22021 (ses-cell-property-get-fun, ses-cell-property-get)
22022 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22023 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22024 New functions.
22025 (ses-cell-property-set, ses-cell-property-pop)
22026 (ses-cell-property-get-handle): New macro.
22027 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22028 New aliases, used for code readability.
22029 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22030 cycle detection.
22031 (ses-self-reference-early-detection): New defcustom.
22032 (ses-formula-references): Robustify against self-referring cells.
22033 (ses-mode): Use ses-set-localvars.
22034 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22035 before lauching the update processing.
22036 (ses-initialize-Dijkstra-attempt): New function.
22037 (ses-recalculate-cell): Update for cycle detection based on
22038 Dijkstra algorithm.
22039
22040 * ses.el: Fix commenting and indenting convention.
22041
22042 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22043
22044 * bs.el (bs-cycle-next): Complete last change.
22045
22046 2011-06-27 Drew Adams <drew.adams@oracle.com>
22047
22048 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22049
22050 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22051
22052 * net/network-stream.el (network-stream-open-starttls):
22053 Don't re-get capabilities unless we've reestablished connection.
22054 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22055
22056 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22057 to binary to possibly avoid line encoding issues on Windows (among
22058 other things).
22059
22060 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22061
22062 * net/network-stream.el (open-network-stream): Return an :error
22063 saying what the problem was, if possible.
22064
22065 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22066 server.
22067
22068 * net/network-stream.el (network-stream-open-starttls): If we
22069 wanted to use STARTTLS, and the server offered it, but we weren't
22070 able to because we had no STARTTLS support, then close the connection.
22071 (open-network-stream): Return an :error element, if present.
22072
22073 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22074
22075 * hl-line.el (hl-line-sticky-flag): Doc fix.
22076 (global-hl-line-sticky-flag): New option (Bug#8323).
22077 (global-hl-line-highlight): Obey it.
22078
22079 * vc/vc.el (vc-revert-show-diff): Default to t.
22080
22081 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22082
22083 * allout-widgets.el (allout-widgets-post-command-business):
22084 Stop decorating intermediate isearch matches. They're not being
22085 undecorated when an isearch is continued past, and isearch
22086 automatically collapses them. This leads to "widget leaks", where
22087 decorated items accumulate in collapsed areas. Lines with lots of
22088 hidden widgets can slow down cursor travel, substantially.
22089 Too much complicated machinery would be needed to ensure undecoration,
22090 so we're doing without this nicety.
22091
22092 (allout-widgets-tally-string): Don't try to do a hash-table-count
22093 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22094 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22095 *Messages* when allout-widgets-maintain-tally is t.
22096
22097 2011-06-26 Martin Rudalics <rudalics@gmx.at>
22098
22099 * window.el (display-buffer-normalize-argument): Rename to
22100 display-buffer-normalize-arguments. Handle special meaning of
22101 LABEL argument. Respect special-display-function when popping up
22102 a new frame. Fix code searching for a window showing the buffer
22103 on another frame.
22104 (display-buffer-normalize-specifiers):
22105 Call display-buffer-normalize-arguments.
22106 (display-buffer-in-window): Don't undedicate the window if its
22107 buffer remains the same.
22108 Reported by Drew Adams <drew.adams@oracle.com>.
22109 (display-buffer-alist): Add choice for same-window macro
22110 specfier.
22111 (display-buffer): Mention special meaning of LABEL argument in
22112 doc-string. Fix quoting. Don't pop up a new frame even as
22113 fallback.
22114
22115 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
22116
22117 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22118 avoid deleting the current window in some cases (bug#8911).
22119
22120 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22121
22122 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22123 (Bug#8934)
22124
22125 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22126
22127 * net/network-stream.el (network-stream-open-starttls):
22128 Use built-in TLS support if `gnutls-available-p' is true.
22129 (network-stream-open-tls): Ditto.
22130
22131 2011-06-26 Leo Liu <sdl.web@gmail.com>
22132
22133 * register.el (registerv): New struct.
22134 (registerv-make): New function.
22135 (jump-to-register, describe-register-1, insert-register):
22136 Support the jump-func, print-func and insert-func slot of a registerv
22137 struct. (Bug#8415)
22138
22139 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22140
22141 * vc/vc.el (vc-revert-show-diff): New defcustom.
22142 (vc-diff-internal): New arg specifying diff buffer.
22143 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22144 reuse an existing *vc-diff* buffer (Bug#8927).
22145
22146 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22147
22148 2011-06-26 Glenn Morris <rgm@gnu.org>
22149
22150 * progmodes/f90.el (f90-critical-indent): New option.
22151 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22152 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22153 (f90-mode): Doc fix.
22154 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22155 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22156 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22157 (f90-match-end): Handle block, critical.
22158
22159 2011-06-25 Glenn Morris <rgm@gnu.org>
22160
22161 * calendar/diary-lib.el (diary-included-files): Doc fix.
22162 (diary-include-files): New function, extracted from
22163 diary-include-other-diary-files and diary-mark-included-diary-files.
22164 (diary-include-other-diary-files, diary-mark-included-diary-files):
22165 Just call diary-include-files.
22166 (diary-mark-entries): Reset diary-included-files on first call.
22167
22168 * calendar/diary-lib.el (diary-mark-entries)
22169 (diary-mark-included-diary-files):
22170 Visit included diary-files in temp buffers.
22171
22172 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22173 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22174 (f90-start-block-re, f90-imenu-generic-expression)
22175 (f90-looking-at-program-block-start, f90-no-block-limit):
22176 Add support for submodules.
22177
22178 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22179 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22180
22181 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22182
22183 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22184 buffer-file-type before setting its value, to avoid disastrous
22185 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22186
22187 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22188
22189 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22190
22191 * ses.el (ses-unload-function):
22192 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22193
22194 * proced.el (proced-unload-function):
22195 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22196
22197 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22198
22199 * server.el (server-create-window-system-frame): Add parameters arg.
22200 (server-process-filter): Doc fix. Handle frame-parameters.
22201
22202 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22203
22204 Fix bug#8730, bug#8781.
22205
22206 * loadhist.el (unload--set-major-mode): New function.
22207 (unload-feature): Use it.
22208
22209 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22210 (python-unload-function): New function.
22211
22212 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22213
22214 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22215
22216 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22217
22218 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22219 the candidates list.
22220
22221 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22222
22223 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22224
22225 2011-06-23 Richard Stallman <rms@gnu.org>
22226
22227 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22228 (rmail-variables): Set next-error-move-function.
22229 (rmail-what-message): Take argument POS.
22230 (rmail-next-error-move): New function.
22231
22232 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22233
22234 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22235 messages for adjacent non-terminals.
22236
22237 2011-06-23 Richard Stallman <rms@gnu.org>
22238
22239 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22240 (rmail-show-message-1): Preserve buffer modified flag.
22241 (rmail-start-mail): Don't specify use of rmail-mail-return;
22242 that's done by mail-bury now.
22243 (rmail-mail-return): Handle arg NEWBUF.
22244
22245 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22246
22247 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22248 SIZE is a number.
22249
22250 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22251
22252 * window.el (get-lru-window, get-mru-window)
22253 (get-largest-window): Never return a minibuffer window.
22254 (display-buffer-pop-up-window): Fix a bug that could lead to
22255 reusing the minibuffer window.
22256 (display-buffer): Pass original specifier argument to
22257 display-buffer-function instead of the normalized one.
22258 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22259
22260 2011-06-22 Leo Liu <sdl.web@gmail.com>
22261
22262 * minibuffer.el (completing-read-function)
22263 (completing-read-default): Move from minibuf.c.
22264
22265 2011-06-22 Richard Stallman <rms@gnu.org>
22266
22267 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22268 to Rmail even if not started by a special Rmail command.
22269
22270 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22271 Copy the buffer currently showing just one message.
22272
22273 2011-06-22 Roland Winkler <winkler@gnu.org>
22274
22275 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22276 (bibtex-clean-entry): First delete the old key so that a
22277 customized algorithm for generating the new key does not get
22278 confused by the old key.
22279 (bibtex-url): Obey regexp of first step.
22280 (bibtex-search-entries): Do not use add-to-list with local
22281 list-var.
22282
22283 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22284
22285 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22286 stored a user name, then query for the password first, instead of
22287 waiting for SMTP to give an error message and the trying again.
22288
22289 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22290
22291 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22292 BUFFER in call-process.
22293
22294 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22295
22296 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22297 QUIT twice.
22298 (smtpmail-try-auth-methods): Require user name and password from
22299 auth-source.
22300
22301 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22302
22303 * window.el (display-buffer-default-specifiers)
22304 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22305 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22306 (split-window): Normalize SIDE argument (Bug#8916).
22307
22308 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22309 (special-display-frame-alist, special-display-popup-frame):
22310 Remove duplicate declarations. These are now in window.el.
22311
22312 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22313
22314 * mail/smtpmail.el (smtpmail-via-smtp):
22315 Set :use-starttls-if-possible so that we always use STARTTLS if the
22316 server supports it. SMTP servers that support STARTTLS commonly
22317 require it.
22318
22319 * net/network-stream.el (network-stream-open-starttls): Support
22320 upgrading to STARTTLS always, even if we don't have built-in support.
22321 (open-network-stream): Add the :always-query-capabilities keyword.
22322
22323 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22324 upgrades with `open-network-stream', and rely solely on
22325 auth-source for all credentials. Big changes throughout the file,
22326 but in particular:
22327 (smtpmail-auth-credentials): Remove.
22328 (smtpmail-starttls-credentials): Remove.
22329 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22330 MAIL FROM, too.
22331
22332 * net/network-stream.el (network-stream-open-starttls):
22333 Provide support for client certificates both for external and built-in
22334 STARTTLS.
22335 (auth-source): Require.
22336 (open-network-stream): Document the :client-certificate keyword.
22337 (network-stream-certificate): Change cert-cert to cert and
22338 cert-key to key.
22339
22340 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22341
22342 * net/tramp-cache.el (top): Don't load the persistency file when
22343 "emacs -Q" has been called.
22344
22345 2011-06-21 Tim Harper <timcharper@gmail.com>
22346
22347 * term/ns-win.el (ns-initialize-window-system):
22348 Set application-specific `ApplePressAndHoldEnabled' system
22349 resource to NO as it is not yet supported by the NS port.
22350
22351 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22352
22353 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22354 (list-dynamic-libraries): ...not here.
22355
22356 2011-06-21 Leo Liu <sdl.web@gmail.com>
22357
22358 * subr.el (sha1): Implement sha1 using secure-hash.
22359
22360 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22361
22362 * window.el (display-buffer-alist): In default value do not
22363 enforce searching a window on any but the selected frame.
22364 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22365 (display-buffer-select-window): Remove function.
22366 (display-buffer-in-window): When a window on another frame gets
22367 reused, do not select it any more but just raise its frame if
22368 necessary (Bug#8851) and (Bug#8856).
22369 (display-buffer-normalize-options): Handle pop-up-frames related
22370 options more faithfully.
22371 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22372 window if it is on another frame.
22373 (display-buffer-alist, display-buffer-default-specifiers):
22374 Don't make new frame unsplittable by default.
22375 (display-buffer-normalize-argument): Fix doc-string typo and use
22376 'same-frame-other-window instead of 'other-window when associating
22377 with display-buffer-macro-specifiers.
22378
22379 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
22380
22381 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22382 New functions.
22383 (5x5-mode-map, 5x5-mode-menu): Bind them.
22384 (5x5-draw-grid): Tweak the solver's rendering.
22385
22386 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22387
22388 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22389 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22390
22391 2011-06-21 Drew Adams <drew.adams@oracle.com>
22392
22393 * menu-bar.el: Use function variable instead of switch-to-buffer.
22394 (menu-bar-select-buffer-function): New variable.
22395 (menu-bar-update-buffers): Use it (bug#8876).
22396
22397 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22398
22399 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22400 variable's status.
22401
22402 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22403
22404 * x-dnd.el (x-dnd-version-from-flags)
22405 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22406 and long as number (Bug#8899).
22407 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22408
22409 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22410
22411 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22412 (completion-try-completion, completion-all-completions): Compute the
22413 metadata argument if it's missing; make it optional (bug#8795).
22414
22415 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22416 (widget-complete): Use new :completion-function property.
22417 (widget-completions-at-point): New function.
22418 (default): Use :completion-function instead of :complete.
22419 (widget-default-completions): Rename from widget-default-complete;
22420 Rewrite.
22421 (widget-string-complete, widget-file-complete, widget-color-complete):
22422 Remove functions.
22423 (file, symbol, function, variable, coding-system, color):
22424 * international/mule-cmds.el (default-input-method, charset)
22425 (language-info-custom-alist):
22426 * cus-edit.el (face): Use new property :completions.
22427
22428 * progmodes/pascal.el (pascal-completions-at-point): New function.
22429 (pascal-mode): Use it.
22430 (pascal-mode-map): Use completion-at-point.
22431 (pascal-toggle-completions): Make obsolete.
22432 (pascal-complete-word, pascal-show-completions):
22433 * progmodes/octave-mod.el (octave-complete-symbol):
22434 Redefine as obsolete alias.
22435 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22436 Signal absence of completion info for old Octave,
22437 (inferior-octave-complete): Redefine as obsolete alias.
22438 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22439 (meta-completions-at-point): Rename from meta-complete-symbol and
22440 adapt it for use on completion-at-point-functions.
22441 (meta-common-mode): Use it.
22442 (meta-looking-at-backward, meta-match-buffer): Remove.
22443 (meta-complete-symbol): Redefine as obsolete alias.
22444 (meta-common-mode-map): Use completion-at-point.
22445 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22446 (makefile-mode-map): Use completion-at-point.
22447 (makefile-completions-at-point): Rename from makefile-complete and
22448 adapt it for use on completion-at-point-functions.
22449 (makefile-mode): Use it.
22450 (makefile-complete): Redefine as obsolete alias.
22451
22452 2011-06-20 Deniz Dogan <deniz@dogan.se>
22453
22454 * net/rcirc.el: Delete trailing whitespaces once and for all.
22455
22456 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22457
22458 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22459
22460 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22461
22462 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22463
22464 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22465
22466 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22467
22468 * window.el (display-buffer-other-window-means-other-frame):
22469 Call display-buffer-normalize-alist.
22470 (display-buffer-normalize-specifiers-1): Rename to
22471 display-buffer-normalize-argument. New argument other-frame.
22472 Rewrite.
22473 (display-buffer-normalize-specifiers-2): Rename to
22474 display-buffer-normalize-options.
22475 (display-buffer-normalize-alist-1): New function.
22476 (display-buffer-normalize-specifiers-3): Rename to
22477 display-buffer-normalize-alist.
22478 Call display-buffer-normalize-alist-1.
22479 (display-buffer-normalize-options-inhibit): New variable.
22480 (display-buffer-normalize-specifiers): Rewrite calling
22481 display-buffer-normalize-alist,
22482 display-buffer-normalize-argument, and
22483 display-buffer-normalize-options. Don't call the latter if
22484 display-buffer-normalize-options-inhibit is non-nil.
22485 (frame-auto-delete): New option.
22486 (window-deletable-p): Use frame-auto-delete.
22487 (window-list-no-nils, window-state-ignored-parameters)
22488 (window-state-get-1, window-state-get, window-state-put-list)
22489 (window-state-put-1, window-state-put-2, window-state-put):
22490 New functions.
22491 (display-buffer-normalize-options): Move special-display-p group
22492 after pop-up-frame group (Bug#8851) and (Bug#8856).
22493
22494 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22495
22496 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22497 groups (Bug#8776).
22498 (rx-submatch-n): New function.
22499 (rx): Document it.
22500
22501 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22502 (Bug#8768).
22503
22504 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22505
22506 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22507
22508 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22509 anytime existing face settings are present (Bug#8889).
22510
22511 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22512 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22513 Remove unused argument.
22514
22515 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22516
22517 * window.el (display-buffer-default-specifiers):
22518 Remove pop-up-frame. Add pop-up-window-min-height,
22519 pop-up-window-min-width, and another reuse-window specifier
22520 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22521 (display-buffer-normalize-specifiers-2):
22522 Handle split-height-threshold and split-width-threshold also when
22523 pop-up-windows is unset. Add a reuse-window specifier for the
22524 case popping up a new window fails.
22525 (special-display-popup-frame): Remove double quoting.
22526 (display-buffer-normalize-specifiers-1): Fix thinko.
22527
22528 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22529
22530 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22531 according to comint-completion-addsuffix.
22532
22533 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22534 (pcomplete-suffix-list): Mark as obsolete.
22535 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22536 pcomplete-seen in the closure.
22537 (pcomplete-comint-setup): Setup completion-at-point as well.
22538 (pcomplete--entries): New function.
22539 (pcomplete--env-regexp): New var.
22540 (pcomplete-entries): Rewrite to work with partial-completion and
22541 without relying on pcomplete-suffix-list.
22542 (pcomplete-pare-list): Remove, unused.
22543
22544 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22545
22546 * window.el (display-buffer-alist): Set pop-up-window-min-height
22547 and pop-up-window-min-width in default value. Reported by
22548 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22549 other-window-means-other-frame.
22550 (display-buffer-macro-specifiers): Comment out entry for
22551 other-window specifier.
22552 (display-buffer-other-window-means-other-frame): New function.
22553 (display-buffer-normalize-specifiers-1): New arguments
22554 buffer-name and label. Treat other-window case specially.
22555 (display-buffer-normalize-specifiers-2): Treat other-window case
22556 specially.
22557 (display-buffer-normalize-specifiers-3): New function.
22558 (display-buffer-normalize-specifiers):
22559 Call display-buffer-normalize-specifiers-3.
22560
22561 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22562
22563 * window.el (same-window-p): Fix two typos introduced when
22564 adding with-no-warnings.
22565 (display-buffer-normalize-specifiers-1): Don't check
22566 pop-up-frames for 'unset initialization.
22567 (display-buffer-normalize-specifiers-2): Major rewrite using
22568 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22569 (pop-up-frames, display-buffer-reuse-frames)
22570 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22571 Suggested by David Engster <deng@randomsample.de>.
22572 (even-window-heights): Initialize to 'unset.
22573 (display-buffer-alist-set): Handle new 'unset initializations.
22574 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22575 other window case.
22576
22577 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22578
22579 * window.el (display-buffer-normalize-specifiers-1):
22580 Respect current value of pop-up-frames for most reasonable values of
22581 second argument of display-buffer (Bug#8865).
22582 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22583 (switch-to-buffer-other-window-same-frame)
22584 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22585 Adams (Bug#8875).
22586 (display-buffer): Don't check noninteractive when calling
22587 display-buffer-pop-up-frame.
22588 (display-buffer-pop-up-frame): Never pop up a frame in
22589 noninteractive mode (Bug#8857).
22590 (enlarge-window, shrink-window): Don't report an error when the
22591 window can't be resized as requested (Bug#8862).
22592
22593 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22594
22595 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22596
22597 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22598
22599 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22600
22601 2011-06-15 Alan Mackenzie <acm@muc.de>
22602
22603 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22604 for declarators, disable knr checking to speed up for normal files.
22605 2: Refactor, replacing a sequence of nested if forms by a cond form.
22606
22607 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22608
22609 * net/network-stream.el (open-network-stream): Add the keyword
22610 :always-query-capabilities for the case where you want to force a
22611 `plain' network connection, but the protocol still requires the
22612 capabilitiy command (i.e., SMTP and EHLO).
22613
22614 * subr.el (process-live-p): Rename from `process-alive-p' for
22615 consistency with other `-live-p' functions.
22616
22617 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22618
22619 * window.el (same-window-buffer-names, same-window-regexps)
22620 (special-display-frame-alist, special-display-popup-frame)
22621 (special-display-function, special-display-buffer-names)
22622 (special-display-regexps, pop-up-frame-alist)
22623 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22624 (pop-up-windows, split-window-preferred-function)
22625 (split-height-threshold, split-width-threshold, even-window-heights)
22626 (display-buffer-mark-dedicated): Don't encourage the use of
22627 display-buffer-alist from Elisp code.
22628
22629 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22630
22631 * progmodes/python.el (python-mode): Derive from prog-mode.
22632 * progmodes/ps-mode.el (ps-mode):
22633 * progmodes/mixal-mode.el (mixal-mode):
22634 * progmodes/cfengine.el (cfengine-mode):
22635 * progmodes/ld-script.el (ld-script-mode): Likewise.
22636
22637 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22638
22639 * window.el (display-buffer-alist): Trim default value to avoid
22640 popping up a new frame (Bug#8857) or reusing an arbitrary window
22641 on another frame.
22642 (display-buffer): Do not fall back on popping up a new frame in
22643 batch mode (Bug#8857).
22644
22645 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22646
22647 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22648 (custom-theme-summary): New function.
22649 (customize-themes): Use it.
22650
22651 2011-06-13 Glenn Morris <rgm@gnu.org>
22652
22653 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22654
22655 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22656
22657 * help.el (help-window): Remove variable.
22658 (help-window-point-marker, temp-buffer-max-height)
22659 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22660 (help-print-return-message): Don't set help-window.
22661 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22662 (help-window-setup-finish): Remove.
22663 (help-window-display-message, help-window-setup)
22664 (with-help-window): Major rewrite based on new
22665 display-buffer-window variable.
22666
22667 * help-mode.el (help-mode-finish): Remove help-window related
22668 code.
22669
22670 * view.el (view-exits-all-viewing-windows): Remove reference to
22671 view-return-to-alist in doc-string.
22672 (view-return-to-alist): Make obsolete.
22673 (view-buffer): Call pop-to-buffer-same-window and remove
22674 undo-window code.
22675 (view-buffer-other-window): Call pop-to-buffer-other-window and
22676 simplify code. Ignore second argument.
22677 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22678 simplify code. Ignore second argument.
22679 (view-return-to-alist-update): Make obsolete.
22680 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22681 Rewrite using quit-restore window parameters.
22682 (view-mode-exit): Rename second argument to EXIT-ONLY.
22683 Rewrite using quit-restore-window.
22684 (View-exit, View-exit-and-edit, View-leave, View-quit)
22685 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22686 appropriate arguments.
22687 (view-end-message): Use quit-restore window parameter.
22688
22689 * window.el (display-buffer-function): Rewrite doc-string.
22690 (display-buffer-window, display-buffer-alist): New variables.
22691 (display-buffer-split-specifiers)
22692 (display-buffer-side-specifiers)
22693 (display-buffer-macro-specifiers): New constants.
22694 (display-buffer-even-window-sizes, display-buffer-set-height)
22695 (display-buffer-set-width, display-buffer-select-window)
22696 (display-buffer-in-window, display-buffer-reuse-window)
22697 (display-buffer-split-window-1, display-buffer-split-window)
22698 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22699 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22700 (display-buffer-in-side-window, normalize-buffer-to-display)
22701 (display-buffer-normalize-specifiers-1)
22702 (display-buffer-normalize-specifiers-2)
22703 (display-buffer-normalize-specifiers, display-buffer-frame):
22704 New functions.
22705 (display-buffer): Major rewrite.
22706 (display-buffer-other-window, display-buffer-other-frame)
22707 (pop-to-buffer, switch-to-buffer-other-window)
22708 (switch-to-buffer-other-frame): Rewrite.
22709 (display-buffer-same-window, display-buffer-same-frame)
22710 (display-buffer-same-frame-other-window)
22711 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22712 (pop-to-buffer-other-window)
22713 (pop-to-buffer-same-frame-other-window)
22714 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22715 (switch-to-buffer-other-window-same-frame): New functions.
22716 (same-window-p, special-display-p): Rewrite disabling warnings.
22717 Make obsolete.
22718 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22719 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22720 Make obsolete
22721 (same-window-buffer-names, same-window-regexps)
22722 (special-display-frame-alist, special-display-popup-frame)
22723 (special-display-function, special-display-buffer-names)
22724 (special-display-regexps, pop-up-frame-alist)
22725 (pop-up-frame-function, split-window-preferred-function)
22726 (split-height-threshold, split-width-threshold)
22727 (even-window-heights): Make obsolete.
22728
22729 2011-06-12 Glenn Morris <rgm@gnu.org>
22730
22731 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22732 Misc simplifications.
22733
22734 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22735
22736 * window.el (window-safely-shrinkable-p): Restore function which
22737 was inadvertently removed in change from 2011-06-11. Declare as
22738 obsolete.
22739
22740 * calendar/calendar.el (calendar-generate-window):
22741 Use window-iso-combined-p instead of combination of one-window-p and
22742 window-safely-shrinkable-p.
22743
22744 2011-06-12 Glenn Morris <rgm@gnu.org>
22745
22746 * progmodes/fortran.el (fortran-mode-syntax-table):
22747 * progmodes/f90.el (f90-mode-syntax-table):
22748 Set % to punctuation. (Bug#8820)
22749 (f90-find-tag-default): Remove, no longer needed.
22750
22751 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22752
22753 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22754
22755 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22756
22757 * image.el (image-animated-p): Return animation delay in seconds.
22758 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22759 (image-animate-timeout): Remove DELAY argument. Don't assume
22760 every subimage has the same delay; get it from image-animated-p.
22761 (image-animate): Caller changed.
22762
22763 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22764
22765 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22766 to ignored backtrace functions.
22767
22768 2011-06-11 Glenn Morris <rgm@gnu.org>
22769
22770 * calendar/appt.el (appt-disp-window-function): Doc fix.
22771 (appt-check): Handle overlapping appointments. (Bug#8337)
22772
22773 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22774
22775 * window.el (window-tree-1, window-tree): New functions, moving
22776 the latter to window.el.
22777 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22778 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22779 (bw-refresh-edges): Remove.
22780 (balance-windows-1, balance-windows-2): New functions.
22781 (balance-windows): Rewrite in terms of window tree functions,
22782 balance-windows-1 and balance-windows-2.
22783 (bw-adjust-window): Remove.
22784 (balance-windows-area-adjust): New function with functionality of
22785 bw-adjust-window but using resize-window.
22786 (set-window-text-height): Rewrite doc-string.
22787 Use normalize-live-window and resize-window.
22788 (enlarge-window-horizontally, shrink-window-horizontally):
22789 Rename argument to DELTA.
22790 (window-buffer-height): New function.
22791 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22792 Rewrite using new window resize routines.
22793 (kill-buffer-and-window, mouse-autoselect-window-select):
22794 Use ignore-errors instead of condition-case.
22795 (quit-window): Call delete-frame instead of delete-windows-on
22796 for the only buffer on frame.
22797
22798 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22799
22800 * loadup.el (top-level): Load window before files for the sake
22801 of replace-buffer-in-windows.
22802
22803 * files.el (read-buffer-to-switch)
22804 (switch-to-buffer-other-window)
22805 (switch-to-buffer-other-frame, display-buffer-other-frame):
22806 Move to window.el.
22807
22808 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22809 (previous-buffer): Move to window.el.
22810
22811 * bindings.el (unbury-buffer): Move to window.el.
22812
22813 * window.el (delete-other-windows-vertically): Move after
22814 definition of delete-other-windows.
22815 (other-window, delete-windows-on, replace-buffer-in-windows):
22816 Move here from window.c.
22817 (record-window-buffer, unrecord-window-buffer)
22818 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22819 (switch-to-next-buffer): New functions.
22820 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22821 from simple.el. Call switch-to-next-buffer.
22822 (previous-buffer): Move here from simple.el.
22823 Call switch-to-prev-buffer.
22824 (bury-buffer): Move here from buffer.c. Switch to previous
22825 buffer when window cannot be deleted.
22826 (unbury-buffer): Move here from bindings.el.
22827 (ctl-x-map): Move binding for other-window from window.c to
22828 here.
22829 (read-buffer-to-switch, switch-to-buffer-other-window)
22830 (switch-to-buffer-other-frame): Move here from files.el.
22831 (normalize-buffer-to-switch-to): New functions.
22832 (switch-to-buffer): Move here from buffer.c.
22833 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22834
22835 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22836
22837 * window.el (window-min-height, window-min-width): Move here
22838 from window.c. Add defcustoms and rewrite doc-strings.
22839 (resize-mini-window, resize-window): New functions.
22840 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22841 Move here from window.c.
22842 (maximize-window, minimize-window): New functions.
22843 (delete-window, delete-other-windows, split-window): Move here
22844 from window.c.
22845 (window-split-min-size): New function.
22846 (split-window-keep-point): Mention split-window-above-each-other
22847 instead of split-window-vertically.
22848 (split-window-above-each-other, split-window-vertically):
22849 Rename split-window-vertically to split-window-above-each-other
22850 and provide defalias for old definition.
22851 (split-window-side-by-side, split-window-horizontally):
22852 Rename split-window-horizontally to split-window-side-by-side
22853 and provide defalias for the old definition.
22854 (ctl-x-map): Move bindings for delete-window,
22855 delete-other-windows and enlarge-window here from window.c.
22856 Replace bindings for split-window-vertically and
22857 split-window-horizontally by bindings for
22858 split-window-above-each-other and split-window-side-by-side.
22859
22860 * cus-start.el (all): Remove entries for window-min-height and
22861 window-min-width. Add entries for window-splits and
22862 window-nest.
22863
22864 2011-06-09 Glenn Morris <rgm@gnu.org>
22865
22866 * calendar/appt.el (appt-mode-line): New function.
22867 (appt-check, appt-disp-window): Use it.
22868
22869 * files.el (hack-one-local-variable-eval-safep):
22870 Allow minor-modes with explicit +/-1 arguments.
22871
22872 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22873
22874 * term/xterm.el (xterm): Add defgroup.
22875 (xterm-extra-capabilities): Add defcustom to supply known xterm
22876 capabilities, skip querying them, or query them (default).
22877 (terminal-init-xterm): Use it.
22878 (terminal-init-xterm-modify-other-keys): New function to set up
22879 modifyOtherKeys support to simplify `terminal-init-xterm'.
22880
22881 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22882
22883 * window.el (resize-window-reset, resize-window-reset-1)
22884 (resize-subwindows-skip-p, resize-subwindows-normal)
22885 (resize-subwindows, resize-other-windows, resize-this-window)
22886 (resize-root-window, resize-root-window-vertically)
22887 (window-deletable-p, window-or-subwindow-p)
22888 (frame-root-window-p): New functions.
22889
22890 2011-06-09 Glenn Morris <rgm@gnu.org>
22891
22892 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22893 (ange-ftp-get-files): Use it.
22894
22895 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22896
22897 * mail/sendmail.el (mail-recover-1, mail-recover):
22898 * files.el (recover-file, recover-session):
22899 Handle dired-listing-switches not being just a single short option.
22900
22901 2011-06-09 Glenn Morris <rgm@gnu.org>
22902
22903 * calendar/appt.el (appt-display-message, appt-disp-window):
22904 Handle lists of appointments.
22905
22906 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22907
22908 * window.el (one-window-p): Move down in code.
22909 Rewrite doc-string.
22910 (window-current-scroll-bars): Rewrite doc-string.
22911 Normalize live window argument.
22912 (walk-windows, get-window-with-predicate, count-windows):
22913 Rewrite doc-string. Use window-list-1.
22914 (window-in-direction-2, window-in-direction, get-mru-window):
22915 New functions.
22916
22917 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22918
22919 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22920 Doc fix (Bug#8713).
22921
22922 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22923
22924 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22925
22926 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22927
22928 * loadhist.el (unload-feature-special-hooks):
22929 Add `comint-output-filter-functions'.
22930
22931 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22932
22933 * calendar/appt.el (appt-check): Move some initializations into the let.
22934
22935 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22936
22937 * window.el (window-height): Defalias to window-total-height.
22938 (window-width): Defalias to window-body-width.
22939
22940 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22941
22942 * image-mode.el (image-toggle-animation): New command.
22943 (image-mode-map): Bind it to RET.
22944 (image-mode): Update message.
22945 (image-toggle-display-image): Avoid a spurious cache flush.
22946 (image-transform-rotation): Doc fix.
22947 (image-transform-properties): Return quickly in the normal case.
22948 (image-animate-loop): Rename from image-animate-max-time.
22949
22950 * image.el (image-animate-max-time): Move to image-mode.el.
22951 (create-animated-image): Remove unnecessary function.
22952 (image-animate): Rename from image-animate-start. New arg.
22953 (image-animate-stop): Remove; just use image-animate-timer.
22954 (image-animate-timer): Use car-safe.
22955 (image-animate-timeout): Rename argument.
22956
22957 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22958
22959 * window.el (get-lru-window, get-largest-window): Move here from
22960 window.c. Rename first argument to ALL-FRAMES.
22961 Rephrase doc-strings.
22962 (get-buffer-window-list): Rewrite using window-list-1.
22963 Rephrase doc-string.
22964 (window-safe-min-height, window-safe-min-width): New constants.
22965 (window-size-ignore, window-min-size, window-min-size-1)
22966 (window-sizable, window-sizable-p, window-size-fixed-1)
22967 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22968 (window-max-delta-1, window-max-delta, window-resizable)
22969 (window-resizable-p, window-total-height, window-total-width)
22970 (window-body-width): New functions.
22971 (window-full-height-p, window-full-width-p): Rewrite using
22972 window-total-size.
22973 (window-body-height): Rewrite using window-body-size.
22974
22975 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22976
22977 * window.el (window-right, window-left, window-child)
22978 (window-child-count, window-last-child, window-any-p)
22979 (normalize-live-buffer, normalize-live-frame)
22980 (normalize-any-window, normalize-live-window)
22981 (window-iso-combination-p, window-iso-combined-p)
22982 (window-iso-combinations)
22983 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22984 (windows-with-parameter, window-with-parameter)
22985 (window-atom-root, make-window-atom, window-atom-check-1)
22986 (window-atom-check, window-side-check, window-check):
22987 New functions.
22988 (ignore-window-parameters, window-sides, window-sides-vertical)
22989 (window-sides-slots): New variables.
22990 (window-size-fixed): Move down in code. Minor doc-string fix.
22991
22992 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22993
22994 * comint.el (comint-dynamic-complete-as-filename)
22995 (comint-dynamic-complete-filename): Correctly call
22996 completion-in-region.
22997
22998 2011-06-05 Deniz Dogan <deniz@dogan.se>
22999
23000 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23001 in last change.
23002
23003 2011-06-05 Deniz Dogan <deniz@dogan.se>
23004
23005 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23006 (rcirc): Use it to prompt for encryption.
23007
23008 2011-06-05 Roland Winkler <winkler@gnu.org>
23009
23010 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23011 (bibtex-search-entries): New command bound to C-c C-a.
23012 (bibtex-display-entries): New function.
23013
23014 2011-06-05 Roland Winkler <winkler@gnu.org>
23015
23016 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23017 (bibtex-insert-kill): After yanking insert newline if necessary.
23018 (bibtex-initialize): Call bibtex-string-files-init only once.
23019 (bibtex-mode): Do not call easy-menu-add.
23020 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23021 (bibtex-yank): Set arg properly if nil.
23022
23023 2011-06-05 Roland Winkler <winkler@gnu.org>
23024
23025 * textmodes/bibtex.el (bibtex-search-entry-globally):
23026 New variable.
23027 (bibtex-search-entry): Use it.
23028
23029 2011-06-05 Roland Winkler <winkler@gnu.org>
23030
23031 * textmodes/bibtex.el (bibtex-entry-format): New option
23032 sort-fields.
23033 (bibtex-format-entry, bibtex-reformat): Honor this option.
23034 (bibtex-parse-entry): Return fields in proper order.
23035
23036 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
23037
23038 * doc-view.el (doc-view-remove-if): Move computation of result out
23039 of `dolist' to silence misleading lexical-binding warning.
23040
23041 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
23042
23043 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23044 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23045
23046 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23047
23048 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23049 "SunOS 5.10".
23050
23051 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23052
23053 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23054 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23055 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23056 (tramp-parse-putty):
23057 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23058 (tramp-completion-function-alist-ssh)
23059 (tramp-completion-function-alist-telnet)
23060 (tramp-completion-function-alist-su)
23061 (tramp-completion-function-alist-putty): Set `tramp-autoload'
23062 cookie.
23063
23064 * net/tramp-ftp.el:
23065 * net/tramp-sh.el:
23066 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23067 load "tramp.el" `tramp-set-completion-function'.
23068
23069 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
23070
23071 * shell.el: Require and use pcomplete.
23072 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23073 (shell-completion-vars): Set pcomplete-default-completion-function.
23074
23075 2011-06-04 Deniz Dogan <deniz@dogan.se>
23076
23077 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23078 `memq' (Bug#8799).
23079
23080 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23081
23082 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23083
23084 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
23085
23086 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23087 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23088 * vc/log-view.el (log-view-beginning-of-defun):
23089 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23090 (smerge-refine-forward, smerge-refine-chopup-region):
23091 Silence warning for unused `dotimes' counter variables.
23092
23093 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23094
23095 * net/tramp.el (tramp-with-progress-reporter): Rename from
23096 with-progress-reporter. Use `declare'.
23097 * net/tramp-smb.el:
23098 * net/tramp-sh.el:
23099 * net/tramp-gvfs.el: Update all uses.
23100
23101 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23102
23103 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23104 buffer isn't killed before making it current.
23105
23106 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23107
23108 Silence various byte-compiler warnings.
23109 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23110 `access-type' and new obsolescence format.
23111 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23112 new format.
23113 (byte-compile-check-variable): New `access-type' argument.
23114 Only warn if the access-type is obsolete.
23115 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23116 (byte-compile-variable-set): Adjust callers.
23117 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23118 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23119 setting it as obsolete.
23120 * simple.el (minibuffer-completing-symbol):
23121 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23122 access as obsolete.
23123 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23124 obsolete yet.
23125 * international/quail.el (quail-mouse-choose-completion): Remove unused
23126 code referring to obsolete var.
23127 (quail-choose-completion-string): Remove.
23128 * server.el (server-clients-with, server-kill-buffer-query-function)
23129 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23130 * proced.el (proced-send-signal):
23131 * emacs-lisp/lisp.el (lisp-complete-symbol):
23132 Replace completion-annotate-function with completion-extra-properties.
23133
23134 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23135
23136 * simple.el (goto-line): Use read-number.
23137 (overriding-map-is-bound): Remove.
23138 (saved-overriding-map): Change default.
23139 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23140 Take the map as argument.
23141 (universal-argument, negative-argument, digit-argument): Use it.
23142 (restore-overriding-map): Adjust.
23143 (do-auto-fill): Use fill-forward-paragraph.
23144 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23145
23146 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23147 (minibuffer-inactive-mode): New major mode.
23148 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23149 the *Messages* buffer" hack.
23150 (mouse-popup-menubar): Don't burp if the event is a normal key.
23151
23152 Miscellaneous tweaks.
23153 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23154 lexical scoping as in subr.el's dolist and dotimes.
23155 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23156 Silence compiler warning.
23157 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23158 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23159 * international/ccl.el (ccl-compile): Trivial simplification.
23160 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23161 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23162 `printflag' argument.
23163 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23164 Purecopy the whole obsolescence data.
23165
23166 2011-06-01 Leo Liu <sdl.web@gmail.com>
23167
23168 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23169 improve doc-string as suggested by Marco Pessotto
23170 <melmothx@gmail.com>.
23171 (rcirc-print): Fix last change.
23172
23173 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23174
23175 * minibuffer.el (complete-with-action): Return nil for the metadata and
23176 boundaries of non-functional tables.
23177 (completion-table-dynamic): Return nil for the metadata.
23178 (completion-table-with-terminator): Add default case, using
23179 complete-with-action.
23180 (completion--metadata): New function.
23181 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23182 to try and avoid pathological performance problems.
23183 (completion--embedded-envvar-table): Return `category' metadata.
23184
23185 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23186
23187 * subr.el (process-alive-p): New tiny convenience function.
23188
23189 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23190
23191 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23192 content but also its previous major mode.
23193
23194 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23195
23196 * emacs-lisp/debug.el (debug): Restore the previous content of the
23197 *Backtrace* buffer when we exit with C-M-c.
23198
23199 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23200
23201 * minibuffer.el: Add metadata method to completion tables.
23202 (completion-category-overrides): New defcustom.
23203 (completion-metadata, completion--field-metadata)
23204 (completion-metadata-get, completion--styles)
23205 (completion--cycle-threshold): New functions.
23206 (completion-try-completion, completion-all-completions):
23207 Add `metadata' argument to choose completion-styles.
23208 (completion--do-completion): Use metadata to choose cycling.
23209 (completion-all-sorted-completions): Use metadata for sorting.
23210 Remove :completion-cycle-penalty which is not needed any more.
23211 (completion--try-word-completion): Add `metadata' argument.
23212 (minibuffer-completion-help): Check metadata for annotation function
23213 and sorting.
23214 (completion-file-name-table): Return `category' metadata.
23215 (minibuffer-completing-file-name): Make obsolete.
23216 * simple.el (minibuffer-completing-symbol): Make obsolete.
23217 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23218 completion-try-completion.
23219
23220 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23221
23222 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23223
23224 2011-05-30 Leo Liu <sdl.web@gmail.com>
23225
23226 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23227 (rcirc-print): Decode all incoming messages (bug#8744).
23228 (rcirc-decode-coding-system): Allow value nil for automatic coding
23229 system detection.
23230
23231 2011-06-01 Glenn Morris <rgm@gnu.org>
23232
23233 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23234
23235 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23236
23237 * image.el (image-animate-max-time): Allow nil and t values.
23238 Default to nil.
23239 (create-animated-image): Doc fix.
23240 (image-animate-start): Remove second arg; just use
23241 image-animate-max-time.
23242 (image-animate-timeout): Doc fix. Args changed.
23243
23244 * image-mode.el (image-toggle-display-image): Ensure that the
23245 image spec passed to the animate timer is the same object as in
23246 the buffer's display property (Bug#6981).
23247 (image-transform-properties): Doc fix.
23248
23249 * image.el (image-animate-max-time): Default to nil.
23250
23251 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23252
23253 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23254 entire buffer list (Bug#8184).
23255
23256 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23257
23258 * image.el (imagemagick-types-inhibit)
23259 (imagemagick-register-types): Doc fix.
23260
23261 2011-05-29 Deniz Dogan <deniz@dogan.se>
23262
23263 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23264 default.
23265
23266 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23267
23268 * select.el: Don't perform clipboard-manager saving in hooks;
23269 leave the hooks empty.
23270
23271 2011-05-28 Leo Liu <sdl.web@gmail.com>
23272
23273 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23274 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23275 (occur-edit-mode): New major mode (Bug#8463).
23276 (occur-after-change-function): New function.
23277 (occur-engine): Give Occur tags a read-only property.
23278
23279 2011-05-28 Kevin Ryde <user42@zip.com.au>
23280
23281 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23282
23283 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23284
23285 * bindings.el (help-echo): Make the initial non-indicator dash
23286 empty on graphical terminals (Bug#7295).
23287
23288 * files.el (auto-mode-alist): Move config rule after the
23289 in-stripping one (Bug#8547).
23290
23291 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23292
23293 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23294 setting (Bug#8740).
23295
23296 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23297
23298 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23299 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23300 (Bug#8539).
23301
23302 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23303
23304 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23305
23306 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23307
23308 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23309 (hs-hide-block-at-point, hs-find-block-beginning)
23310 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23311 (Bug#8279).
23312
23313 2011-05-28 Glenn Morris <rgm@gnu.org>
23314
23315 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23316
23317 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23318
23319 * help-fns.el (describe-function-1): If the function is a derived
23320 major mode, print the parent mode.
23321
23322 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23323 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23324
23325 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23326
23327 * minibuffer.el (completion--capf-wrapper): Check applicability before
23328 returning non-nil for non-exclusive completion data.
23329 * progmodes/etags.el (tags-completion-at-point-function):
23330 * info-look.el (info-lookup-completions-at-point): Mark as
23331 non-exclusive.
23332 (info-complete): Adjust accordingly.
23333
23334 * info-look.el: Convert to lexical-binding and completion-at-point.
23335 (info-lookup-completions-at-point): New function.
23336 (info-complete): Use it and completion-in-region.
23337
23338 2011-05-28 Drew Adams <drew.adams@oracle.com>
23339
23340 * isearch.el: Let M-e start with point at the first mismatched char.
23341 (isearch-fail-pos): New function.
23342 (isearch-edit-string): Use it.
23343
23344 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23345
23346 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23347
23348 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23349
23350 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23351 traversal functions for avl-trees.
23352 (avl-tree--stack): New struct.
23353 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23354 (avl-tree-enter): Add optional `updatefun' arg.
23355 (avl-tree--do-enter): Add optional `updatefun' arg.
23356 Change return value.
23357 (avl-tree-delete): Add optional `test' and `nilflag' args.
23358 (avl-tree--do-delete): Add `test' and `nilflag' args.
23359 Change return value.
23360 (avl-tree-member): Add optional `nilflag'
23361 (avl-tree-member-p): New function.
23362 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23363 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23364 (avl-tree-stack-empty-p): New functions.
23365
23366 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23367 avl-tree--del-balance1 and make it work both ways.
23368 (avl-tree--del-balance2): Remove.
23369 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23370 make it work both ways.
23371 (avl-tree--enter-balance2): Remove.
23372 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23373 New macros.
23374 (avl-tree--mapc, avl-tree-map): Add direction argument.
23375
23376 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23377
23378 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23379
23380 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23381
23382 * select.el: Support clipboard managers with built-in function
23383 x-clipboard-manager-save, via delete-frame-functions and
23384 kill-emacs-hook.
23385 (xselect-convert-to-targets): Add MULTIPLE target to list.
23386 (xselect-convert-to-save-targets): New function.
23387
23388 2011-05-27 Kenichi Handa <handa@m17n.org>
23389
23390 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23391 let-binding rfc2047-encode-encoded-words to nil.
23392
23393 2011-05-27 Glenn Morris <rgm@gnu.org>
23394
23395 * mail/emacsbug.el: Don't require url-util.
23396
23397 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23398
23399 * files.el (set-auto-mode):
23400 Also respect mode: entries at the end of the file. (Bug#8586)
23401
23402 2011-05-26 Glenn Morris <rgm@gnu.org>
23403
23404 * files.el (hack-local-variables-prop-line, hack-local-variables):
23405 Downcase mode names, as seems to be traditional.
23406 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23407
23408 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23409 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23410
23411 2011-05-25 Julien Danjou <julien@danjou.info>
23412
23413 * textmodes/rst.el (rst-define-level-faces): Do not define face
23414 symbol if it is already defined.
23415
23416 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
23417
23418 * play/5x5.el (5x5-new-game, 5x5-randomize):
23419 Reset 5x5-solver-output to nil when a new grid is cast.
23420 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23421 these debugging traces, as defmacro breaks the compiled code.
23422
23423 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23424
23425 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23426
23427 2011-05-24 Leo Liu <sdl.web@gmail.com>
23428
23429 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23430 (vc-bzr-sha1): Adapt.
23431
23432 * sha1.el: Remove. Function `sha1' is now builtin.
23433
23434 * bindings.el: Provide sha1 feature.
23435
23436 2011-05-24 Kenichi Handa <handa@m17n.org>
23437
23438 * mail/sendmail.el: Require `rfc2047'.
23439 (mail-insert-from-field): Do not perform RFC2047 encoding.
23440 (mail-encode-header): New function.
23441 (sendmail-send-it): Set buffer-file-coding-system of the work
23442 buffer to the return value of select-message-coding-system.
23443 Call mail-encode-header.
23444
23445 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23446
23447 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23448
23449 * mail/supercite.el (sc-default-cite-frame):
23450 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23451
23452 2011-05-24 Glenn Morris <rgm@gnu.org>
23453
23454 * progmodes/python.el (brm-menu): Declare.
23455
23456 * emulation/viper.el (viper-set-hooks): Declare.
23457
23458 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23459 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23460 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23461 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23462 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23463 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23464
23465 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23466
23467 Add an :exit-function for completion-at-point.
23468
23469 * minibuffer.el (completion--done): New fun.
23470 (completion--do-completion): Use it. New arg `expect-exact'.
23471 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23472 since completion--do-completion does it for us now.
23473 (minibuffer-force-complete): Use completion--done and
23474 completion--replace. Handle sole-completion case with more care.
23475 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23476 (completion-extra-properties): New var.
23477 (completion-annotate-function): Make obsolete.
23478 (minibuffer-completion-help): Adjust accordingly.
23479 Use completion-list-insert-choice-function.
23480 (completion-at-point, completion-help-at-point):
23481 Bind completion-extra-properties.
23482 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23483 * simple.el (completion-list-insert-choice-function): New var.
23484 (completion-setup-function): Preserve it.
23485 (choose-completion): Pay attention to it, shuffle the code a bit.
23486 (choose-completion-string): New arg `insert-function'.
23487
23488 * textmodes/bibtex.el: Convert to lexical binding.
23489 (bibtex-mode-map): Use completion-at-point.
23490 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23491 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23492 (bibtex-complete): Define as obsolete alias.
23493 (bibtex-complete-internal): Remove.
23494 (bibtex-format-entry): Remove unused sub-group in regexp.
23495 * shell.el (shell--command-completion-data)
23496 (shell-environment-variable-completion):
23497 * pcomplete.el (pcomplete-completions-at-point):
23498 * comint.el (comint--complete-file-name-data): Use :exit-function
23499 instead of completion-table-with-terminator so it also works for
23500 choose-completion.
23501
23502 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23503
23504 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23505
23506 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23507 (bug#8710).
23508
23509 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23510
23511 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23512
23513 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23514 customization variable and implement: If non-nil, auto-fill will
23515 be inhibited while on topic's header line.
23516
23517 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23518
23519 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23520 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23521 always have a solution in grid size = 5 cases.
23522 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23523 (5x5-solver-output, 5x5-log-buffer): New vars.
23524 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23525 Make these variables buffer local to achieve 5x5 multi-session-ness.
23526 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23527 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23528 (5x5-solve-suggest): New funs.
23529 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23530 randomize a grid so that we ensure that there is always a solution.
23531 (5x5-make-random-grid): Allow other movement than flipping.
23532
23533 2011-05-23 Kevin Ryde <user42@zip.com.au>
23534
23535 * emacs-lisp/advice.el (ad-read-advised-function):
23536 Use `function-called-at-point' as the default, if it has
23537 advice and passes PREDICATE.
23538
23539 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23540
23541 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23542 byte-compile-lambda if it's actually a lambda.
23543
23544 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23545 Fix function quoting. Use backquote better.
23546
23547 2011-05-22 Yuanle Song <sylecn@gmail.com>
23548
23549 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23550 matching (Bug#8516).
23551
23552 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23553
23554 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23555 different face (Bug#8178).
23556
23557 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23558
23559 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23560 defface (Bug#8144).
23561
23562 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23563
23564 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23565 funcall as well (bug#8712). Warn when performing those conversions.
23566 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23567
23568 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23569
23570 2011-05-22 Glenn Morris <rgm@gnu.org>
23571
23572 * files.el (hack-local-variables-prop-line): Small simplifications.
23573 (hack-local-variables, hack-local-variables-prop-line):
23574 If MODE-ONLY, return the mode, rather than just `t'.
23575
23576 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23577
23578 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23579
23580 2011-05-21 Glenn Morris <rgm@gnu.org>
23581
23582 * files.el (hack-local-variables-prop-line, hack-local-variables):
23583 If only interested in the mode, don't bother doing the other stuff.
23584
23585 * image-mode.el (image-after-revert-hook):
23586 Redraw all frames on which the image is visible. (Bug#8567)
23587
23588 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23589
23590 * wid-edit.el (widget-checklist-match-inline):
23591 Fix 2011-04-19 change. (Bug#8649)
23592
23593 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23594
23595 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23596 Also allow singlespace after single-letter capitals followed by a dot.
23597
23598 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23599 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23600
23601 2011-05-20 Nix <nix@esperi.org.uk>
23602
23603 * files.el (basic-save-buffer-2):
23604 Fix handling of break-hardlink-on-save with non-existent files.
23605
23606 2011-05-19 Deniz Dogan <deniz@dogan.se>
23607
23608 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23609 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23610
23611 2011-05-19 Glenn Morris <rgm@gnu.org>
23612
23613 * progmodes/f90.el (f90-type-def-re):
23614 Handle "type, bind(c)". (Bug#8691)
23615
23616 * emacs-lisp/autoload.el (batch-update-autoloads):
23617 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23618
23619 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23620
23621 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23622 property for the correct connection in case of multihops.
23623
23624 2011-05-18 Glenn Morris <rgm@gnu.org>
23625
23626 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23627 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23628
23629 Rationalize calendar handling of day and month abbrev-arrays.
23630 * calendar/calendar.el (calendar-customized-p): New function.
23631 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23632 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23633 Add :set function.
23634 (calendar-abbrev-length, calendar-day-abbrev-array)
23635 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23636 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23637 Elements may no longer be nil.
23638 (calendar-day-name, calendar-month-name):
23639 Update for changed nature of abbrev arrays.
23640 * calendar/diary-lib.el (diary-name-pattern):
23641 Update for changed nature of abbrev arrays.
23642 (diary-mark-entries-1): Update calendar-make-alist calls.
23643 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23644 * calendar/cal-html.el (cal-html-day-abbrev-array):
23645 Simply inherit from calendar-day-abbrev-array.
23646
23647 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23648
23649 * progmodes/grep.el (grep-mode): Disable default
23650 compilation-directory-matcher setting (bug#8684).
23651
23652 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23653
23654 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23655 instead of "head" and "tail". There were problems with SunOS 5.9,
23656 and it performs better.
23657
23658 2011-05-17 Glenn Morris <rgm@gnu.org>
23659
23660 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23661
23662 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23663 Replace obsolete function.
23664
23665 * shell.el (pcomplete-parse-arguments-function): Declare.
23666
23667 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23668 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23669 (appt-check): Doc fixes.
23670 (appt-disp-window-function, appt-delete-window-function):
23671 Remove needless special case in custom :type.
23672 (appt-display-count): Default to 0, not nil.
23673 (appt-check): Reset appt-display-count to 0, not nil.
23674
23675 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23676
23677 * progmodes/python.el (python-font-lock-keywords):
23678 Add the Python 3.X keyword "nonlocal" (bug#8639).
23679
23680 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23681
23682 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23683
23684 2011-05-16 Kevin Ryde <user42@zip.com.au>
23685
23686 * info-look.el (makefile-automake-mode): New setups, looking in
23687 automake manual, then makefile-mode.
23688 (makefile-mode): Remove automake manual, have it just in
23689 makefile-automake-mode since there's various things different or
23690 not relevant to plain make.
23691 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23692 believe a hypothetical automake-mode would go to makefile-mode,
23693 not the other way around.
23694
23695 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23696
23697 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23698 hunk-end tags (Bug#8672).
23699
23700 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23701 vc-annotate-show-diff-revision-at-line (Bug#8671).
23702
23703 2011-05-14 Glenn Morris <rgm@gnu.org>
23704
23705 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23706 in the middle of an existing one with multiple authors. (Bug#8645)
23707 (change-log-font-lock-keywords): Also handle multiple author lines
23708 with leading tabs. (Bug#8644)
23709
23710 * calendar/appt.el (appt-check): Rename some local variables.
23711 Some simplification/reordering.
23712
23713 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23714 (feedmail-sendmail-f-doesnt-sell-me-out)
23715 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23716 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23717 (feedmail-queue-runner-message-sender): Set :version.
23718 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23719 (bbdb-dwim-net-address, vm-mail): Declare.
23720 (feedmail-binmail-gnulinuxish-template):
23721 Rename from feedmail-binmail-linuxish-template.
23722 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23723 Use insert-buffer-substring.
23724
23725 2011-05-14 Bill Carpenter <bill@carpenter.org>
23726
23727 * mail/feedmail.el (feedmail-patch-level): Increase.
23728 (feedmail-debug): New custom group.
23729 (feedmail-confirm-outgoing-timeout)
23730 (feedmail-sendmail-f-doesnt-sell-me-out)
23731 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23732 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23733 (feedmail-sender-line, feedmail-from-line)
23734 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23735 (feedmail-spray-this-address)
23736 (feedmail-spray-address-fiddle-plex-list)
23737 (feedmail-queue-use-send-time-for-date)
23738 (feedmail-queue-use-send-time-for-message-id)
23739 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23740 (feedmail-buffer-eating-function):
23741 Doc fixes.
23742 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23743 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23744 (feedmail-message-action-scroll-down): New functions.
23745 (feedmail-queue-directory, feedmail-queue-draft-directory):
23746 Use expand-file-name.
23747 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23748 Remove C-v help entry.
23749 (feedmail-queue-buffer-file-name): New variable.
23750 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23751 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23752 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23753 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23754 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23755 (feedmail-message-action-toggle-spray)
23756 (feedmail-run-the-queue-no-prompts)
23757 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23758 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23759 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23760 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23761 (feedmail-envelope-deducer, feedmail-fiddle-from)
23762 (feedmail-fiddle-sender, feedmail-default-date-generator)
23763 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23764 (feedmail-fiddle-spray-address)
23765 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23766 (feedmail-fiddle-list-of-fiddle-plexes)
23767 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23768 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23769 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23770 Change default. Doc fix.
23771 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23772 (feedmail-binmail-linuxish-template): New constant.
23773 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23774 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23775 (feedmail-send-it): Add debug call.
23776 Use feedmail-queue-buffer-file-name, and
23777 feedmail-send-it-immediately-wrapper.
23778 (feedmail-message-action-send): Add debug call.
23779 Use feedmail-send-it-immediately-wrapper.
23780 (feedmail-queue-express-to-queue): Add debug call.
23781 Run feedmail-queue-express-hook.
23782 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23783 (feedmail-message-action-help-blat):
23784 Rename from feedmail-queue-send-edit-prompt-help-first.
23785 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23786 Check line-endings. Handle errors better.
23787 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23788 Doc fix. Add debug call.
23789 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23790 Use feedmail-queue-send-edit-prompt-inner.
23791 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23792 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23793 from feedmail-queue-send-edit-prompt.
23794 (feedmail-queue-send-edit-prompt-help)
23795 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23796 (feedmail-tidy-up-slug): Add debug call.
23797 Respect feedmail-queue-slug-suspect-regexp.
23798 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23799 (feedmail-dump-message-to-queue): Add debug call.
23800 Expand queue-directory.
23801 (feedmail-dump-message-to-queue): Change message slightly.
23802 Use feedmail-say-chatter.
23803 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23804 (feedmail-send-it-immediately-wrapper): New function.
23805 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23806 Insert empty string rather than newline. Handle full-frame case.
23807 Use catch/throw. Use feedmail-say-chatter.
23808 (feedmail-fiddle-from): Try mail-host-address.
23809 (feedmail-default-message-id-generator): Doc fix.
23810 Bind system-time-locale. Handle missing end.
23811 (feedmail-fiddle-x-mailer): Add debug call.
23812 Handle feedmail-x-mailer-line being nil.
23813 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23814 Add debug call. Use buffer-substring-no-properties.
23815 (feedmail-say-debug, feedmail-say-chatter): New functions.
23816 (feedmail-find-eoh): Give an explicit error.
23817
23818 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23819
23820 * net/newst-treeview.el (newsticker-treeview-face): Change default
23821 family from helvetica to sans.
23822 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23823 etc/images/newsticker.
23824
23825 * net/newst-reader.el (newsticker-feed-face): Change default
23826 family from helvetica to sans.
23827
23828 * net/newst-plainview.el (newsticker-new-item-face)
23829 (newsticker-old-item-face, newsticker-immortal-item-face)
23830 (newsticker-obsolete-item-face, newsticker-date-face)
23831 (newsticker-statistics-face): Change default family from
23832 helvetica to sans.
23833 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23834 etc/images/newsticker.
23835
23836 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23837 (newsticker--process-auto-mark-filter-match): Tell user about
23838 auto-marking.
23839
23840 2011-05-13 Didier Verna <didier@xemacs.org>
23841
23842 Common Lisp indentation improvements on defmethod and lambda-lists.
23843 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23844 TODO entries.
23845 (lisp-lambda-list-keyword-parameter-indentation)
23846 (lisp-lambda-list-keyword-parameter-alignment)
23847 (lisp-lambda-list-keyword-alignment): New customizable user options.
23848 (lisp-indent-defun-method): Improve docstring.
23849 (extended-loop-p): Fix comment.
23850 (lisp-indent-lambda-list-keywords-regexp): New variable.
23851 (lisp-indent-lambda-list): New function.
23852 (lisp-indent-259): Use it.
23853 (lisp-indent-defmethod): Support for more than one
23854 method qualifier and properly indent methods lambda-lists.
23855 (defgeneric): Provide a missing common-lisp-indent-function property.
23856
23857 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23858
23859 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23860 bounds for the empty string (bug#8667).
23861
23862 2011-05-13 Glenn Morris <rgm@gnu.org>
23863
23864 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23865
23866 * mail/sendmail.el (sendmail-program): Try executable-find first.
23867 (sendmail-send-it): `sendmail-program' cannot be unbound.
23868
23869 * calendar/appt.el (appt-make-list): Simplify.
23870 (appt-time-msg-list): Doc fix.
23871 (appt-check): Change mode-line message at the time of the appointment.
23872
23873 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23874
23875 * progmodes/ld-script.el (ld-script-keywords)
23876 (ld-script-builtins): Update keywords list.
23877
23878 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23879
23880 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23881
23882 * shell.el (shell-completion-vars): New function.
23883 (shell-mode):
23884 * simple.el (read-shell-command): Use it.
23885 (blink-matching-open): No need for " [...]" in minibuffer-message.
23886
23887 2011-05-12 Glenn Morris <rgm@gnu.org>
23888
23889 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23890 (appt-check): Simplify.
23891
23892 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23893
23894 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23895 literal "/dev/null".
23896
23897 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23898
23899 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23900 Fix typo.
23901
23902 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23903
23904 * progmodes/which-func.el (which-function):
23905 Use add-log-current-defun instead of add-log-current-defun-function,
23906 which might not be defined (Bug#8260).
23907
23908 2011-05-12 Glenn Morris <rgm@gnu.org>
23909
23910 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23911 Let byte-compile-initial-macro-environment always take precedence.
23912
23913 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23914
23915 * net/rcirc.el: Add support for SSL/TLS connections.
23916 (rcirc-server-alist): New field `encryption'.
23917 (rcirc): Check `encryption' settings.
23918 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23919 Merge make-local-variable into `set'.
23920 (rcirc--connection-open-p): New function.
23921 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23922 the process is not a network process (e.g. running gnutls-cli).
23923 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23924 Make rcirc-(en|de)code-coding-system local here.
23925 (rcirc-mode): Merge make-local-variable into `set'.
23926 (rcirc-parent-buffer): Make permanent buffer-local.
23927 (rcirc-multiline-minor-mode): Don't do it here.
23928 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23929 there's no server buffer.
23930
23931 2011-05-11 Glenn Morris <rgm@gnu.org>
23932
23933 * newcomment.el (comment-kill): Prefix "unused" local.
23934
23935 * term/w32console.el (get-screen-color): Declare.
23936
23937 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23938 Handle symbol elements of byte-compile-initial-macro-environment.
23939
23940 2011-05-10 Leo Liu <sdl.web@gmail.com>
23941
23942 * bookmark.el (bookmark-bmenu-mode-map):
23943 Bind bookmark-bmenu-search to `/'.
23944
23945 * mail/footnote.el: Convert to utf-8 encoding.
23946 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23947 (Footnote-unicode): New function.
23948 (footnote-style-alist): Add unicode style to the list.
23949 (footnote-style): Doc fix.
23950
23951 2011-05-10 Jim Meyering <meyering@redhat.com>
23952
23953 Fix doubled-word typos.
23954 * international/quail.el (quail-insert-kbd-layout): and and -> and
23955 * kermit.el: and and -> and
23956 * net/ldap.el (ldap-search-internal): to to -> to
23957 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23958 * progmodes/js.el (js-mode): and and -> and
23959 * textmodes/artist.el (artist-move-to-xy): at at -> at
23960 (artist-draw-region-trim-line-endings): if if -> if
23961 And Safetyc -> Safety.
23962 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23963
23964 2011-05-10 Glenn Morris <rgm@gnu.org>
23965 Stefan Monnier <monnier@iro.umontreal.ca>
23966
23967 * files.el (hack-one-local-variable-eval-safep):
23968 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23969
23970 2011-05-10 Glenn Morris <rgm@gnu.org>
23971
23972 * calendar/diary-lib.el (diary-list-entries-hook)
23973 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23974 (diary-nongregorian-marking-hook, diary-list-entries)
23975 (diary-include-other-diary-files, diary-mark-entries)
23976 (diary-mark-included-diary-files): Doc fixes.
23977
23978 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23979
23980 * misc.el: Require tabulated-list.el during compilation.
23981
23982 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23983
23984 * progmodes/compile.el (compilation-start):
23985 Run compilation-filter-hook for the async case too.
23986 (compilation-filter-hook): Doc fix.
23987
23988 2011-05-09 Deniz Dogan <deniz@dogan.se>
23989
23990 * wdired.el: Remove outdated installation comment. Fix usage
23991 comment.
23992
23993 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23994
23995 * misc.el: Implement new command `list-dynamic-libraries'.
23996 (list-dynamic-libraries--loaded-only-p): New variable.
23997 (list-dynamic-libraries--refresh): New function.
23998 (list-dynamic-libraries): New command.
23999
24000 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24001
24002 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24003 Fix the ant regexp to handle end-line and end-column info from jikes.
24004 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24005 higher priority to avoid clobbering by gnu.
24006
24007 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24008
24009 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24010 if the face has existing theme settings (Bug#8454).
24011
24012 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
24013
24014 * progmodes/perl-mode.el (perl-imenu-generic-expression):
24015 Only match variables declared via `my' or `our' (Bug#8261).
24016
24017 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24018 special file names `.' and `..' (Bug#8259).
24019
24020 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24021
24022 * progmodes/grep.el (grep-mode-font-lock-keywords):
24023 Remove buffer-changing entries.
24024 (grep-filter): New function.
24025 (grep-mode): Add it to compilation-filter-hook.
24026
24027 * progmodes/compile.el (compilation-filter-hook)
24028 (compilation-filter-start): New defvars.
24029 (compilation-filter): Call compilation-filter-hook prior to
24030 updating the process mark.
24031
24032 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24033
24034 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24035
24036 2011-05-07 Eli Zaretskii <eliz@gnu.org>
24037
24038 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24039 mailclient-send-it even if window-system is nil. (Bug#8595)
24040
24041 * term/w32console.el (terminal-init-w32console):
24042 Call get-screen-color and use its output to set the frame
24043 background-mode. (Bug#8597)
24044
24045 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24046
24047 Make bytecomp.el understand that defmethod defines funs (bug#8631).
24048 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24049 New functions.
24050 (defgeneric, eieio--defmethod): Use them.
24051 (eieio-defgeneric): Remove.
24052 (defmethod): Call defgeneric in a way visible to the byte-compiler.
24053
24054 2011-05-07 Glenn Morris <rgm@gnu.org>
24055
24056 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24057 Use let rather than let*.
24058 (timeclock-find-discrep): Remove unused local.
24059
24060 * calendar/diary-lib.el (diary-comment-start): Doc fix.
24061
24062 * calendar/appt.el (appt-time-msg-list): Doc fix.
24063
24064 2011-05-06 Noah Friedman <friedman@splode.com>
24065
24066 * apropos.el (apropos-print-doc): Only use
24067 emacs-lisp-docstring-fill-column when it is bound to an integer,
24068 per that variable's documentation.
24069
24070 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24071
24072 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24073 and warnings are not silently discarded (e.g. use -d instead of -P).
24074
24075 2011-05-06 Glenn Morris <rgm@gnu.org>
24076
24077 * calendar/appt.el (appt-message-warning-time): Doc fix.
24078 (appt-warning-time-regexp): New option.
24079 (appt-make-list): Respect appt-message-warning-time.
24080
24081 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24082 New options.
24083 (diary-add-to-list): Strip comments from the displayed string.
24084 (diary-mode): Set comment-start and comment-end.
24085
24086 * vc/diff-mode.el (smerge-refine-subst): Declare.
24087 (diff-refine-hunk): Don't require smerge-mode when compiling.
24088
24089 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
24090
24091 * simple.el (list-processes): Return nil as the docstring says.
24092
24093 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24094
24095 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24096 to "".
24097 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24098 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24099 determining of binary transfer. (Bug#7383)
24100
24101 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24102
24103 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24104 Fix port computation bug. (Bug#8618)
24105
24106 2011-05-05 Glenn Morris <rgm@gnu.org>
24107
24108 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24109
24110 * simple.el (shell-dynamic-complete-functions)
24111 (comint-dynamic-complete-functions): Declare.
24112
24113 * net/network-stream.el (gnutls-negotiate):
24114 * simple.el (tabulated-list-print): Fix declarations.
24115
24116 * progmodes/gud.el (syntax-symbol, syntax-point):
24117 Remove unnecessary and incorrect declarations.
24118
24119 * emacs-lisp/check-declare.el (check-declare-scan):
24120 Handle byte-compile-initial-macro-environment in bytecomp.el.
24121
24122 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24123
24124 Fix earlier half-done eieio-defmethod change (bug#8338).
24125 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24126 Streamline and change calling convention.
24127 (defmethod): Adjust accordingly and simplify.
24128 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24129 new eieio--defmethod.
24130 (slot-boundp): Minor CSE simplification.
24131
24132 2011-05-05 Milan Zamazal <pdm@zamazal.org>
24133
24134 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24135 (glasses-make-readable): Use glasses-separate-capital-groups.
24136
24137 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
24138
24139 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24140 (warning-series): Doc fix.
24141 (display-warning): Don't try to create the buffer if we just found it.
24142
24143 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24144
24145 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24146 (autoload-find-generated-file): New function.
24147 (generate-file-autoloads): Bind generated-autoload-file to
24148 buffer-file-name.
24149 (update-file-autoloads, update-directory-autoloads):
24150 Use autoload-find-generated-file. If called interactively, prompt for
24151 output file (Bug#7989).
24152 (batch-update-autoloads): Doc fix.
24153
24154 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24155
24156 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24157
24158 2011-05-04 Glenn Morris <rgm@gnu.org>
24159
24160 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24161 function, so it follows changes in calendar-date-style.
24162 (diary-fancy-date-matcher): New function.
24163 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24164 (diary-fancy-font-lock-fontify-region-function):
24165 Use diary-fancy-date-pattern as a function.
24166
24167 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24168 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24169
24170 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24171
24172 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24173 instead of positional arguments. Allow :keylist and :crlfiles
24174 arguments.
24175 (open-gnutls-stream): Call it.
24176
24177 * net/network-stream.el (network-stream-open-starttls): Adjust to
24178 call `gnutls-negotiate' with :process and :hostname arguments.
24179
24180 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24181
24182 * minibuffer.el (completion--message): New function.
24183 (completion--do-completion, minibuffer-complete)
24184 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24185 (completion--do-completion): Don't ignore completion-auto-help when in
24186 icomplete-mode.
24187
24188 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24189 internal encoding (e.g. tibetan zero is not whitespace).
24190 (global-whitespace-mode): Prefer save-current-buffer.
24191 (whitespace-trailing-regexp): Remove useless save-match-data.
24192 (whitespace-empty-at-bob-regexp): Minor simplification.
24193
24194 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24195
24196 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24197
24198 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24199
24200 * textmodes/ispell.el (ispell-add-per-file-word-list):
24201 Use `concat' to create string for insertion.
24202
24203 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24204
24205 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24206 Avoid open-line which runs post-self-insert-hook.
24207 (bibtex-fill-entry): Remove unused `end' var.
24208
24209 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24210
24211 * textmodes/ispell.el (ispell-add-per-file-word-list):
24212 Protect against `nil' value of `comment-start' (Bug#8579).
24213
24214 2011-05-03 Leo Liu <sdl.web@gmail.com>
24215
24216 * isearch.el (isearch-yank-pop): New command.
24217 (isearch-mode-map): Bind it to `M-y'.
24218 (isearch-forward): Mention it.
24219
24220 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24221
24222 * simple.el (minibuffer-complete-shell-command): Remove.
24223 (minibuffer-local-shell-command-map): Use completion-at-point.
24224 (read-shell-command): Setup completion vars here instead.
24225 (read-expression-map): Bind TAB to symbol completion.
24226
24227 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24228 error directly rather via storing it into `results'.
24229
24230 2011-05-02 Leo Liu <sdl.web@gmail.com>
24231
24232 * vc/diff.el: Fix description.
24233
24234 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24235
24236 * server.el (server-eval-at): New function.
24237
24238 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24239
24240 * net/network-stream.el (open-network-stream): Take a :nowait
24241 parameter and pass it on to `make-network-process'.
24242 (network-stream-open-plain): Ditto.
24243
24244 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24245
24246 * faces.el (face-spec-set-match-display): Don't match toolkit
24247 options on terminal frames.
24248
24249 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24250
24251 * progmodes/pascal.el: Use lexical binding.
24252 (pascal-mode-map): Remove author preferences.
24253
24254 * pcomplete.el (pcomplete-std-complete): Don't abuse
24255 completion-at-point.
24256
24257 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24258
24259 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24260 removing code that has been dead since 1991 or so.
24261
24262 * startup.el (command-line): When warning about "_emacs", use a
24263 delayed warning to allow the user to filter it out.
24264
24265 2011-04-28 Deniz Dogan <deniz@dogan.se>
24266
24267 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24268 user has not joined.
24269
24270 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24271
24272 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24273 aren't any completions at point.
24274
24275 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24276
24277 * subr.el (display-delayed-warnings): New function.
24278 (delayed-warnings-hook): New variable.
24279
24280 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24281
24282 * minibuffer.el (completion-at-point, completion-help-at-point):
24283 Don't presume that a given completion-at-point-function will always
24284 use the same calling convention.
24285
24286 * pcomplete.el (pcomplete-completions-at-point):
24287 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24288 pcomplete-seen is non-nil.
24289 (pcomplete-comint-setup): Also recognize the new comint/shell
24290 completion functions.
24291 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24292 pcomplete-seen is non-nil.
24293
24294 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24295
24296 * calendar/icalendar.el (diary-lib): Add require statement.
24297 (icalendar--create-uid): Read out a uid from a text-property on
24298 the first character in the entry. This allows for code to add its
24299 own uid to the entry.
24300 (icalendar--convert-float-to-ical): Add export of
24301 `diary-float'-entries save for those with the optional DAY
24302 argument.
24303
24304 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24305
24306 * subr.el (shell-quote-argument): Use alternate escaping strategy
24307 when we spot a variable reference in a string.
24308
24309 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24310
24311 * cus-start.el (all): Define customization for debug-on-event.
24312
24313 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24314
24315 * subr.el (shell-quote-argument): Escape correctly under Windows.
24316
24317 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24318
24319 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24320
24321 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24322
24323 * net/tramp.el (tramp-process-actions): Add POS argument.
24324 Delete region between POS and (pos).
24325
24326 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24327 Use `nil' position in `tramp-process-actions' call.
24328 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24329
24330 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24331 position in `tramp-process-actions' call.
24332
24333 * net/trampver.el: Update release number.
24334
24335 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24336
24337 * custom.el (defcustom): Obey lexical-binding.
24338
24339 Fix octave-inf completion problems reported by Alexander Klimov.
24340 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24341 Inherit from octave-mode-syntax-table.
24342 (inferior-octave-mode): Set info-lookup-mode.
24343 (inferior-octave-completion-at-point): New function.
24344 (inferior-octave-complete): Use it and completion-in-region.
24345 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24346 comint-filename-completion.
24347 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24348 symbol elements which shouldn't be word elements.
24349 (octave-font-lock-keywords, octave-beginning-of-defun)
24350 (octave-function-header-regexp): Adjust regexps accordingly.
24351 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24352
24353 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24354
24355 * net/gnutls.el (gnutls-errorp): Declare before first use.
24356
24357 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24358
24359 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24360 verify-error, and verify-hostname-error parameters. Check whether
24361 default trustfile exists before going to use it. Add missing
24362 argument to gnutls-message-maybe call. Return value.
24363 Reported by Claudio Bley <claudio.bley@gmail.com>.
24364 (open-gnutls-stream): Add usage example.
24365
24366 * net/network-stream.el (network-stream-open-starttls): Give host
24367 parameter to `gnutls-negotiate'.
24368 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24369 * subr.el (shell-quote-argument): Escape correctly under Windows.
24370
24371 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24372
24373 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24374 Use correct match group (bug#8438).
24375
24376 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24377
24378 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24379 (package-menu--generate): New arg specifying packages to show.
24380 (package-menu-refresh, package-menu-execute, list-packages):
24381 Callers changed.
24382 (package-show-package-list): New function, replacing deleted
24383 package--list-packages (renamed because it is non-internal).
24384
24385 * finder.el (finder-list-matches): Use package-show-package-list
24386 instead of deleted package--list-packages.
24387
24388 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24389 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24390 (vc-annotate-mode-map): Bind it to RET.
24391
24392 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24393
24394 * progmodes/etags.el (next-file): Don't use set-buffer to change
24395 buffers (Bug#8478).
24396
24397 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24398
24399 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24400
24401 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24402 (apropos-accumulator): Doc fix.
24403 (apropos-function, apropos-macro, apropos-command)
24404 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24405 (apropos-plist): Add face property.
24406 (apropos-symbols-internal): Fix indentation.
24407 (apropos-print): Simplify help, and recognize apropos-multi-type.
24408 (apropos-print-doc): Use button-type-get to extract the button's
24409 face property. Fill docstring (Bug#8352).
24410
24411 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24412
24413 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24414
24415 * play/mpuz.el (mpuz-silent): Doc fix.
24416 (mpuz-mode-map): Use mapc.
24417 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24418 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24419 Fix typos in docstrings.
24420
24421 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24422 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24423
24424 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24425
24426 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24427
24428 * minibuffer.el (completion--do-completion): Avoid the "Next char
24429 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24430
24431 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24432 mouse-2 into unread-command-events, it is interpreted correctly.
24433
24434 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24435 (image-toggle-display): Doc fix.
24436
24437 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24438
24439 * textmodes/page.el (what-page): Use line-number-at-pos to
24440 calculate line number (Bug#6825).
24441
24442 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24443
24444 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24445 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24446 Pass argument NO-DEFAULT to `find-tag-interactive'.
24447
24448 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24449
24450 Lexical-binding cleanup.
24451
24452 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24453 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24454 * progmodes/ada-prj.el (ada-prj-initialize-values)
24455 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24456 (ada-prj-show-value):
24457 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24458 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24459 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24460 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24461 * progmodes/bug-reference.el (bug-reference-push-button):
24462 * progmodes/fortran.el (fortran-line-length):
24463 * progmodes/glasses.el (glasses-change):
24464 * progmodes/octave-mod.el (octave-fill-paragraph):
24465 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24466 (python-pdbtrack-grub-for-buffer, python-sentinel):
24467 * progmodes/sql.el (sql-save-connection):
24468 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24469 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24470 Mark unused parameters.
24471
24472 * progmodes/compile.el (compilation--flush-directory-cache)
24473 (compilation--flush-parse, compile-internal): Mark unused parameters.
24474 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24475 (compilation-next-error-function): Remove unused variable `timestamp'.
24476
24477 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24478 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24479
24480 * progmodes/dcl-mode.el (dcl-end-of-command):
24481 Remove unused variable `start'.
24482 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24483 (dcl-option-value-basic, dcl-option-value-offset)
24484 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24485 Mark unused parameters.
24486 (dcl-save-local-variable): Remove unused variable `val'.
24487 (mode): Declare.
24488
24489 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24490 Mark unused parameters.
24491 (delphi-ignore-changes): Move before first use.
24492 (delphi-charset-token-at): Remove unused variable `start'.
24493 (delphi-else-start): Remove unused variable `if-count'.
24494 (delphi-comment-block-start, delphi-comment-block-end):
24495 Remove unused variable `kind'.
24496 (delphi-indent-line): Remove unused variable `new-point'.
24497
24498 * progmodes/ebrowse.el (ebrowse-files-list)
24499 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24500 Mark unused parameters. Don't quote `lambda'.
24501 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24502 Don't quote `lambda'.
24503 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24504 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24505 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24506 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24507 Use `ignore-errors'.
24508 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24509 (ebrowse-view/find-file-and-search-pattern)
24510 (ebrowse-view/find-member-declaration/definition):
24511 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24512 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24513 Rename parameter PREFIX-ARG to PREFIX.
24514 (ebrowse-tags-read-name): Remove unused variables `start' and
24515 `member-info'.
24516 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24517 to `tags-file'.
24518
24519 * progmodes/etags.el (local-find-tag-hook): Declare.
24520 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24521 Mark unused parameters.
24522
24523 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24524 (executable-interpret): Mark unused parameter.
24525
24526 * progmodes/flymake.el (flymake-process-sentinel)
24527 (flymake-after-change-function)
24528 (flymake-create-temp-with-folder-structure)
24529 (flymake-get-include-dirs-dot): Mark unused parameters.
24530 (flymake-safe-delete-directory): Remove unused variable `err'.
24531
24532 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24533 (speedbar-timer-fn, speedbar-line-text)
24534 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24535 (speedbar-center-buffer-smartly): Declare functions.
24536 (gdb-find-watch-expression): Remove unused variable `array'.
24537 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24538 (gdb-starting): Mark unused parameters.
24539 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24540 (gdb-table-string): Remove unused variable `res'.
24541 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24542 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24543 (gdb-display-buffer): Remove unused variable `cur-size'.
24544
24545 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24546 allow lexical-binding compilation.
24547 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24548 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24549 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24550 Mark unused parameters.
24551 (gud-gdb-marker-filter): Remove unused variable `match'.
24552 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24553 lambda expressions and funcall them, instead of using `fset'.
24554
24555 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24556 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24557
24558 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24559 variable `header-beg'; use `let'.
24560
24561 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24562 `restart', `last-sexp' and `at-do'.
24563
24564 * progmodes/js.el (js--debug): Mark unused parameter.
24565 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24566 (js--splice-into-items): Remove unused variable `item'.
24567 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24568
24569 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24570 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24571 (makefile-complete): Remove unused variable `try'.
24572 (makefile-fill-paragraph, makefile-match-function-end):
24573 Mark unused parameters.
24574
24575 * progmodes/octave-inf.el (inferior-octave-complete):
24576 Remove unused variable `proc'.
24577 (inferior-octave-output-digest): Mark unused parameter.
24578
24579 * progmodes/perl-mode.el (perl-calculate-indent):
24580 Remove unused variable `err'.
24581
24582 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24583 (prolog-indent-line): Mark unused parameters.
24584 (prolog-indent-line): Remove unused variable `beg'.
24585
24586 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24587 (reporter-dont-compact-list): Declare.
24588
24589 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24590 Remove unused variable `char'.
24591 (sh-debug): Mark unused parameter.
24592 (sh-get-indent-info): Remove unused variable `start'.
24593 (sh-calculate-indent): Remove unused variable `var'.
24594
24595 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24596 (simula-electric-keyword): Remove unused variable `null'.
24597 (simula-search-backward, simula-search-forward): Remove unused
24598 variables `begin' and `end'.
24599
24600 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24601 Remove unused variable `pos'.
24602 (vera-electric-tab, vera-comment-uncomment-region):
24603 Mark unused parameters.
24604 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24605
24606 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24607
24608 * emacs-lisp/package.el (package--builtins, package-alist)
24609 (package-load-descriptor, package-built-in-p, package-activate)
24610 (define-package, package-installed-p)
24611 (package-compute-transaction, package-buffer-info)
24612 (package--push): Doc fix. Distinguish more clearly between
24613 version strings and version lists.
24614
24615 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24616
24617 Lexical-binding cleanup.
24618
24619 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24620 (5x5-make-mutate-best):
24621 * play/fortune.el (fortune-in-buffer):
24622 * play/gomoku.el (gomoku-init-display):
24623 * play/solitaire.el (solitaire, solitaire-do-check):
24624 * play/tetris.el (tetris-default-update-speed-function):
24625 Mark unused parameters.
24626
24627 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24628 (bubbles--shift): Remove unused variable `char-org'.
24629 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24630 (bubbles--show-images): Remove unused variable `char'.
24631
24632 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24633 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24634 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24635 (decipher-analyze-buffer): Use ?\s.
24636 (decipher-make-checkpoint): Remove unused variable `mapping'.
24637
24638 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24639
24640 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24641 Remove unused variable `result'; use `let'.
24642
24643 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24644 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24645 (gametree-children-shown-p, gametree-compute-reduced-score):
24646 Use `ignore-errors'.
24647
24648 * play/handwrite.el (ps-lpr-switches): Declare.
24649 (handwrite): Remove unused variables `pmin' and `lastp'.
24650
24651 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24652
24653 * play/landmark.el (landmark-init-display)
24654 (landmark-update-naught-weights): Mark unused parameters.
24655 (landmark-y): Remove unused variable `noise'. Simplify.
24656 (landmark-human-plays): Remove unused variable `score'.
24657
24658 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24659 (mpuz-try-proposal): Remove unused variable `game'.
24660
24661 * play/zone.el (life-patterns): Declare.
24662
24663 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24664
24665 * vc/vc.el (ediff-vc-internal): Declare function.
24666
24667 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24668
24669 * shell.el: Use lexical-binding and std completion UI.
24670 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24671 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24672 comint-preoutput-filter-functions rather than on
24673 comint-output-filter-functions.
24674 (shell-command-completion, shell--command-completion-data)
24675 (shell-filename-completion, shell-environment-variable-completion)
24676 (shell-c-a-p-replace-by-expanded-directory): New functions.
24677 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24678 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24679 (shell-dynamic-complete-environment-variable): Use them.
24680 (shell-dynamic-complete-as-environment-variable)
24681 (shell-dynamic-complete-as-command): Remove.
24682 (shell-match-partial-variable): Match past point.
24683 * comint.el: Clean up use of completion-at-point-functions.
24684 (comint-completion-at-point): New function.
24685 (comint-mode): Use it completion-at-point-functions.
24686 (comint-dynamic-complete): Make it obsolete.
24687 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24688 (comint-c-a-p-replace-by-expanded-history): New function.
24689 (comint-dynamic-complete-functions)
24690 (comint-replace-by-expanded-history): Use it.
24691 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24692 termination strings. Try harder to avoid second try-completion.
24693 (completion-in-region-mode-map): Disable bindings that don't work yet.
24694
24695 * comint.el: Use lexical-binding. Require CL.
24696 (comint-dynamic-complete-functions): Use comint-filename-completion.
24697 (comint-completion-addsuffix): Tweak custom type.
24698 (comint-filename-completion, comint--common-suffix)
24699 (comint--common-quoted-suffix, comint--table-subvert)
24700 (comint--complete-file-name-data): New functions.
24701 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24702 (comint-dynamic-list-filename-completions): Use them.
24703 (comint-dynamic-simple-complete): Make obsolete.
24704
24705 * minibuffer.el (completion-in-region-mode):
24706 Keep completion-in-region-mode--predicate global.
24707 (completion-in-region--postch):
24708 Assume completion-in-region-mode--predicate is not null.
24709
24710 * progmodes/flymake.el (flymake-start-syntax-check-process):
24711 Obey `dir'. Simplify.
24712
24713 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24714 we're in VC after all.
24715
24716 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24717
24718 * vc/vc.el (vc-diff-build-argument-list-internal)
24719 (vc-version-ediff, vc-ediff): New commands.
24720 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24721
24722 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24723
24724 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24725 add sanity check.
24726
24727 * obsolete/erc-hecomplete.el: Make obsolete.
24728 * obsolete/: Standardize obsolescence info in the header.
24729
24730 2011-04-20 Glenn Morris <rgm@gnu.org>
24731
24732 * calendar/solar.el (solar-horizontal-coordinates):
24733 Use the longitude argument rather than `calendar-longitude'.
24734 (solar-date-next-longitude): Remove unused locals.
24735
24736 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24737
24738 * whitespace.el: New version 13.2.1.
24739
24740 2011-04-20 felix <EmacsWiki> (tiny change)
24741
24742 * whitespace.el (global-whitespace-mode): Keep highlight when
24743 switching between major modes on a file.
24744
24745 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24746
24747 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24748 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24749 multi-line comments as well.
24750
24751 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24752
24753 Lexical-binding cleanup.
24754
24755 * arc-mode.el (archive-mode-revert):
24756 * cmuscheme.el (scheme-interactively-start-process):
24757 * custom.el (custom-initialize-delay):
24758 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24759 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24760 * emacs-lock.el (emacs-lock-clear-sentinel):
24761 * ezimage.el (defezimage):
24762 * follow.el (follow-avoid-tail-recenter):
24763 * fringe.el (set-fringe-mode-1):
24764 * generic-x.el (bat-generic-mode-compile):
24765 * help-mode.el (help-info-variable, help-do-xref)
24766 (help-mode-revert-buffer):
24767 * help.el (view-emacs-todo):
24768 * iswitchb.el (iswitchb-completion-help):
24769 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24770 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24771 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24772 * locate.el (locate-update):
24773 * longlines.el (longlines-encode-region)
24774 (longlines-after-change-function):
24775 * outline.el (outline-isearch-open-invisible):
24776 * ps-def.el (declare-function, charset-dimension, char-width)
24777 (encode-char):
24778 * ps-mule.el (ps-mule-plot-string):
24779 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24780 (recentf-edit-list-select, recentf-edit-list-validate)
24781 (recentf-open-files-action):
24782 * rect.el (delete-whitespace-rectangle-line)
24783 (rectangle-number-line-callback):
24784 * register.el (window-configuration-to-register)
24785 (frame-configuration-to-register):
24786 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24787 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24788 (xselect-convert-to-targets, xselect-convert-to-delete)
24789 (xselect-convert-to-filename, xselect-convert-to-charpos)
24790 (xselect-convert-to-lineno, xselect-convert-to-colno)
24791 (xselect-convert-to-os, xselect-convert-to-host)
24792 (xselect-convert-to-user, xselect-convert-to-class)
24793 (xselect-convert-to-name, xselect-convert-to-integer)
24794 (xselect-convert-to-atom, xselect-convert-to-identity):
24795 * subr.el (declare, ignore, process-kill-without-query)
24796 (text-clone-maintain):
24797 * terminal.el (te-get-char, te-tic-sentinel):
24798 * tool-bar.el (tool-bar-make-keymap):
24799 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24800 * type-break.el (type-break-mode, type-break-noninteractive-query):
24801 * view.el (View-back-to-mark):
24802 * wid-browse.el (widget-browse-action, widget-browse-widget)
24803 (widget-browse-widgets, widget-browse-sexp):
24804 * widget.el (define-widget-keywords):
24805 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24806 Mark unused parameters.
24807
24808 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24809 (align-areas): Remove unused variable `look'.
24810 (align-region): Remove unused variables `real-end' and `pos-list'.
24811
24812 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24813
24814 * bindings.el (mode-line-modified, mode-line-remote):
24815 Mark unused parameters.
24816 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24817
24818 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24819 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24820
24821 * comint.el (comint-history-isearch-pop-state)
24822 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24823 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24824 (comint-substitute-in-file-name): Doc fix.
24825
24826 * completion.el (cmpl-statistics-block): Mark unused parameter.
24827 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24828 (save-completions-to-file, load-completions-from-file):
24829 Remove unused local variable `e'.
24830
24831 * composite.el (compose-chars): Remove unused variable `len'.
24832 (lgstring-insert-glyph): Remove unused variable `g'.
24833 (compose-glyph-string): Remove unused variables `ascent',
24834 `descent', `lbearing' and `rbearing'.
24835 (compose-glyph-string-relative): Remove unused variables
24836 `lbearing', `rbearing' and `wadjust'.
24837 (compose-gstring-for-graphic): Remove unused variables `header',
24838 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24839 (compose-gstring-for-terminal): Remove unused variables `header'
24840 and `nchars'. Use `let', not `let*'.
24841
24842 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24843 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24844 (Custom-buffer-done, custom-buffer-create-internal)
24845 (custom-browse-visibility-action, custom-browse-group-tag-action)
24846 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24847 (widget-magic-mouse-down-action, custom-toggle-parent)
24848 (custom-add-parent-links, custom-toggle-hide-variable)
24849 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24850 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24851 (custom-face-menu-create, custom-variable-menu-create, get)
24852 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24853 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24854 (customize-apropos): Remove unused variable `tests'.
24855 (custom-group-value-create): Remove unused variable `hidden-p'.
24856 (sort-fold-case): Declare.
24857
24858 * cus-theme.el (custom-reset-standard-faces-list)
24859 (custom-reset-standard-variables-list): Declare.
24860 (customize-create-theme, custom-theme-revert, custom-theme-write)
24861 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24862 Mark unused parameters.
24863
24864 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24865
24866 * delim-col.el (delimit-columns-max): Move defvar before first use.
24867
24868 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24869 (describe-char): Don't quote `lambda'. Mark unused parameter.
24870
24871 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24872 (auto-insert): Declare.
24873 (desktop-restore-file-buffer): Rename desktop-* parameters;
24874 mark unused ones.
24875 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24876 (desktop-buffer): Rename desktop-* parameters.
24877
24878 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24879 (dframe-reposition-frame-xemacs, dframe-help-echo)
24880 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24881 Mark unused parameters.
24882
24883 * dired-aux.el (backup-extract-version-start, overwrite-query)
24884 (overwrite-backup-query, rename-regexp-query)
24885 (rename-non-directory-query): Declare.
24886 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24887 (dired-add-entry): Remove unused variable `orig-file-name'.
24888 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24889 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24890 `dired-copy-preserve-time' directly.
24891 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24892 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24893
24894 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24895 (dired-virtual-revert, dired-make-relative-symlink):
24896 Mark unused parameters.
24897 (manual-program): Declare.
24898 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24899 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24900 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24901
24902 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24903
24904 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24905
24906 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24907 Declare.
24908
24909 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24910
24911 * electric.el (Electric-command-loop): Rename parameter
24912 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24913
24914 * expand.el (expand-in-literal): Remove unused variable `here'.
24915
24916 * facemenu.el (facemenu-add-new-color):
24917 Remove unused variable `docstring'.
24918
24919 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24920 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24921 (face-attr-construct): Mark unused parameter. Doc fix.
24922 (read-color): Remove unused variable `hex-string'.
24923
24924 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24925 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24926 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24927 (display-buffer-other-frame): Remove unused variable `old-window'.
24928 (kill-buffer-hook): Declare.
24929 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24930 Mark unused parameters.
24931 (after-find-file): Pass 1 to `auto-save-mode', not t.
24932
24933 * files-x.el (auto-insert): Declare.
24934 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24935
24936 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24937 variable `buf'. Mark unused parameter.
24938 (find-lisp-insert-directory): Mark unused parameter.
24939
24940 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24941 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24942 (format-common-tail): Remove, unused.
24943 (format-deannotate-region): Remove unused variable `loc'.
24944 (format-annotate-region): Remove unused variable `p'.
24945 (format-annotate-single-property-change): Remove unused variables
24946 `default' and `tail'.
24947
24948 * forms.el (read-file-filter): Declare.
24949 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24950
24951 * frame.el (frame-creation-function-alist): Mark unused parameter.
24952 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24953
24954 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24955 Remove unused parameters.
24956 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24957 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24958
24959 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24960 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24961 (hfy-prepare-tag-map): Mark unused parameters.
24962 (htmlfontify-buffer): Use `called-interactively-p'.
24963
24964 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24965 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24966 (ibuffer-do-occur): Mark unused parameters.
24967 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24968 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24969
24970 * ibuffer.el: Don't quote `lambda'.
24971 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24972 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24973 Mark unused parameters.
24974
24975 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24976 (ido-completing-read): Mark unused parameters.
24977 (ido-copy-current-word): Mark unused parameters;
24978 remove unused variable `name'.
24979 (ido-sort-merged-list): Remove unused parameter `dirs'.
24980
24981 * ielm.el (ielm-input-sender): Mark unused parameter.
24982 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24983 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24984 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24985 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24986 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24987
24988 * image-dired.el (image-dired-display-thumbs): Remove unused
24989 variables `curr-file' and `count'.
24990 (image-dired-remove-tag): Remove unused variable `start'.
24991 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24992 variable `curr-file'
24993 (image-dired-rotate-original): Remove unused variable `temp-file'.
24994 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24995 Remove unused variable `file'.
24996 (image-dired-gallery-generate): Remove unused variable `curr'.
24997 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24998
24999 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25000
25001 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25002
25003 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25004
25005 * isearch.el (minibuffer-history-symbol): Declare.
25006 (isearch-edit-string): Remove unused variable `err'.
25007 (isearch-message-prefix, isearch-message-suffix):
25008 Mark unused parameters.
25009
25010 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25011
25012 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25013
25014 * makesum.el (double-column): Remove unused variable `cnt'.
25015
25016 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25017 (ido-ignore-item-temp-list): Declare.
25018
25019 * mouse-drag.el (mouse-drag-throw): Remove unused variables
25020 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25021 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25022 (mouse-drag-drag): Remove unused variables `mouse-delta' and
25023 `mouse-col-delta'.
25024
25025 * mouse-sel.el (mouse-extend-internal):
25026 Remove unused variable `orig-window-frame'.
25027
25028 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25029 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25030 Move declarations before first use.
25031 (pcomplete-opt): Mark unused parameters; doc fix.
25032
25033 * proced.el (proced-revert): Mark unused parameter.
25034 (proced-send-signal): Remove unused variable `err'.
25035
25036 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25037 Rename parameter PREFIX-ARG to ARG.
25038 (ps-basic-plot-string, ps-basic-plot-whitespace):
25039 Mark unused parameters.
25040
25041 * replace.el (replace-count): Define.
25042 (occur-revert-function): Mark unused parameters.
25043 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25044 (isearch-case-fold-search, isearch-string): Declare.
25045 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25046 bind `case-fold-search'. Remove unused variables `beg' and `end',
25047 and simplify.
25048 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25049 COUNT and bind `replace-count'.
25050 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25051 to COUNT.
25052
25053 * savehist.el (print-readably, print-string-length): Declare.
25054
25055 * shadowfile.el (shadow-expand-cluster-in-file-name):
25056 Remove unused variable `cluster'.
25057 (shadow-copy-file): Remove unused variable `i'.
25058 (shadow-noquery, shadow-clusters, shadow-site-cluster)
25059 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25060 (shadow-define-literal-group, shadow-define-regexp-group)
25061 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25062
25063 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25064 (shell): Use `called-interactively-p'.
25065 (shell-directory-tracker): Remove unused variable `chdir-failure'.
25066
25067 * simple.el (compilation-context-lines, comint-file-name-quote-list)
25068 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25069 (delete-backward-char): Remove unused variable `ocol'.
25070 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25071 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25072 (event-apply-hyper-modifier, event-apply-shift-modifier)
25073 (event-apply-control-modifier, event-apply-meta-modifier):
25074 Mark unused parameters.
25075 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25076 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25077
25078 * speedbar.el (speedbar-ignored-directory-expressions)
25079 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25080 (speedbar-find-file, speedbar-dir-follow)
25081 (speedbar-directory-buttons-follow, speedbar-tag-find)
25082 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25083 (speedbar-buffers-line-directory, speedbar-buffer-click):
25084 Mark unused parameters.
25085 (speedbar-tag-file): Remove unused variable `mode'.
25086 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25087
25088 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25089
25090 * talk.el (talk): Remove unused variable `display'.
25091
25092 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25093 (tar-write-region-annotate): Mark unused parameter.
25094
25095 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25096 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25097 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25098 warning by another.
25099
25100 * time-stamp.el (time-stamp-string-preprocess):
25101 Remove unused variable `require-padding'.
25102
25103 * tree-widget.el (widget-glyph-enable): Declare.
25104 (tree-widget-action): Mark unused parameter.
25105
25106 * w32-fns.el (x-get-selection): Mark unused parameter.
25107 (autoload-make-program, generated-autoload-file): Declare.
25108
25109 * wdired.el (wdired-revert): Mark unused parameters.
25110 (wdired-xcase-word): Remove unused variable `err'.
25111
25112 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25113 (whitespace-help-scroll): Remove unused variable `data-help'.
25114
25115 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25116 (widget-image-insert, widget-after-change, default)
25117 (widget-default-format-handler, widget-default-notify)
25118 (widget-default-prompt-value, widget-info-link-action)
25119 (widget-url-link-action, widget-function-link-action)
25120 (widget-variable-link-action, widget-file-link-action)
25121 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25122 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25123 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25124 (widget-insert-button-action, widget-delete-button-action, visibility)
25125 (widget-documentation-link-action, widget-documentation-string-action)
25126 (widget-const-prompt-value, widget-regexp-match, symbol)
25127 (widget-coding-system-prompt-value)
25128 (widget-key-sequence-value-to-external, sexp)
25129 (widget-sexp-value-to-internal, character, vector, cons)
25130 (widget-choice-prompt-value, widget-boolean-prompt-value)
25131 (widget-color--choose-action): Mark unused parameters.
25132 (widget-item-match-inline, widget-choice-match-inline)
25133 (widget-checklist-match, widget-checklist-match-inline)
25134 (widget-group-match): Rename parameter VALUES to VALS.
25135 (widget-field-value-set): Remove unused variable `size'.
25136 (widget-color-action): Remove unused variables `value' and `start'.
25137
25138 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25139 variable `dir'. Doc fix.
25140 (windmove-find-other-window): Don't pass it.
25141
25142 * window.el (count-windows): Mark unused parameter.
25143 (bw-adjust-window): Remove unused variable `err'.
25144
25145 * woman.el (woman-file-name): Remove unused variable `default'.
25146 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25147 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25148 (global-font-lock-mode): Declare.
25149 (woman-decode-region): Mark unused parameter.
25150 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25151
25152 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25153 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25154 (x-dnd-handle-moz-url): Remove unused variable `title'.
25155 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25156
25157 * xml.el (xml-parse-tag, xml-parse-attlist):
25158 Remove unused variable `pos'.
25159
25160 2011-04-19 Glenn Morris <rgm@gnu.org>
25161
25162 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25163 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25164 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25165 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25166 * calendar/cal-html.el (cal-html-insert-minical):
25167 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25168 (calendar-mark-date-pattern):
25169 Prefix "unused" locals.
25170
25171 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25172 optional argument `style'.
25173
25174 * calendar/appt.el (appt-make-list):
25175 * calendar/cal-china.el (calendar-chinese-date-string):
25176 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25177 (diary-hebrew-yahrzeit):
25178 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25179 * calendar/calendar.el (calendar-generate-window):
25180 * calendar/time-date.el (time-to-days):
25181 Remove unused local variables.
25182
25183 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25184
25185 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25186 glyphless-char-display table.
25187 (tabulated-list-glyphless-char-display): New var.
25188
25189 2011-04-18 Sam Steingold <sds@gnu.org>
25190
25191 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25192 to acknowledgments.
25193
25194 2011-04-17 Glenn Morris <rgm@gnu.org>
25195
25196 * calendar/diary-lib.el (diary-sexp-entry):
25197 * calendar/holidays.el (holiday-sexp):
25198 Set debug-on-error rather than the removed stack-trace-on-error.
25199
25200 2011-04-16 Glenn Morris <rgm@gnu.org>
25201
25202 * progmodes/f90.el: Use lexical-binding.
25203 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25204
25205 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25206
25207 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25208 (mail-mode): Setup mailalias completion here instead.
25209 * mail/mailalias.el: Use lexical-binding.
25210 (pattern, mailalias-done): Declare dynamic.
25211 (mail-completion-at-point-function): New function, from mail-complete.
25212 (mail-complete): Use it.
25213 (mail-completion-expand): New function.
25214 (mail-get-names): Use it.
25215 (mail-directory, mail-directory-process, mail-directory-stream):
25216 Don't use `pattern' for lexically bound arg.
25217
25218 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25219
25220 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25221 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25222 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25223
25224 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25225 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25226 (byte-interactive-p): Define them again, for use when inlining
25227 old code.
25228
25229 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25230
25231 * loadup.el: Use `string-to-number', not `string-to-int'.
25232
25233 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25234
25235 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25236 gud-gdb-complete-command.
25237 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25238 (gud-gdb-completion-at-point): New function.
25239 (gud-gdb-completions): Remove.
25240
25241 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25242
25243 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25244 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25245 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25246 whether `executable-find' is bound.
25247
25248 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25249
25250 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25251
25252 * minibuffer.el (completion-in-region-mode-predicate)
25253 (completion-in-region-mode--predicate): New vars.
25254 (completion-in-region, completion-in-region--postch)
25255 (completion-in-region-mode): Use them.
25256 (completion--capf-wrapper): Also return the hook function.
25257 (completion-at-point, completion-help-at-point):
25258 Adjust and provide a predicate.
25259
25260 Preserve arg names for advice of subr and lexical functions (bug#8457).
25261 * help-fns.el (help-function-arglist): Consolidate the subr and
25262 new-byte-code cases. Add argument `preserve-names' to extract names
25263 from the docstring when needed.
25264 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25265 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25266 (ad-arglist): Use help-function-arglist's new arg.
25267 (ad-definition-type): Use cond.
25268
25269 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25270
25271 * autorevert.el (auto-revert-handler):
25272 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25273 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25274 Don't quote lambda.
25275
25276 * image-mode.el (image-transform-set-scale):
25277 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25278
25279 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25280
25281 * net/network-stream.el (network-stream-open-starttls): Only do
25282 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25283 Upgrades via gnutls-cli are too slow to be done opportunistically.
25284
25285 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25286
25287 * dframe.el (dframe-current-frame): Remove spurious quote.
25288
25289 2011-04-12 Glenn Morris <rgm@gnu.org>
25290
25291 * calendar/cal-tex.el (cal-tex-end-document):
25292 Try to automatically use latin1 input if needed.
25293
25294 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25295 Don't try to cons a mark onto an empty element.
25296
25297 2011-04-11 Leo Liu <sdl.web@gmail.com>
25298
25299 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25300 buffers.
25301 (ido-kill-buffer-at-head): Support killing virtual buffers.
25302
25303 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25304
25305 * minibuffer.el (completion-show-inline-help): New var.
25306 (completion--do-completion, minibuffer-complete)
25307 (minibuffer-force-complete, minibuffer-complete-word):
25308 Inhibit minibuffer messages if completion-show-inline-help is nil.
25309
25310 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25311 to avoid interference from inline help (Bug#5849).
25312
25313 2011-04-10 Leo Liu <sdl.web@gmail.com>
25314
25315 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25316 Fix typo.
25317
25318 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25319
25320 * image-mode.el (image-toggle-display-image): Signal an error if
25321 not in Image mode.
25322 (image-transform-mode, image-transform-resize)
25323 (image-transform-set-rotation): Doc fix.
25324 (image-transform-set-resize): Delete.
25325 (image-transform-set-scale, image-transform-fit-to-height)
25326 (image-transform-fit-to-width): Handle image-toggle-display-image
25327 and image-transform-resize directly.
25328
25329 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25330
25331 * doc-view.el (doc-view-fit-width-to-window)
25332 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25333 New functions for fitting the shown image to the Emacs window size.
25334 (doc-view-mode-map): Add bindings for the new functions.
25335
25336 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25337
25338 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25339 Fix typo in docstring.
25340
25341 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25342
25343 * files.el (file-size-human-readable): Produce one digit after
25344 decimal, like "ls -lh" does.
25345
25346 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25347 the file size representation.
25348
25349 * simple.el (list-processes): If async subprocesses are not
25350 available, error out with a clear error message.
25351
25352 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25353
25354 * help.el (help-form-show): New function, to be called from C.
25355 Put help-form output in a buffer named differently than *Help*.
25356
25357 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25358
25359 * files.el (file-size-human-readable): New function.
25360
25361 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25362 computing the representation inline. Don't require `cl'.
25363
25364 2011-04-08 Glenn Morris <rgm@gnu.org>
25365
25366 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25367
25368 * net/browse-url.el (browse-url-firefox):
25369 Test system-type, not system-configuration.
25370
25371 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25372 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25373 Use log-edit-empty-buffer-p. (Bug#7598)
25374
25375 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25376 (rlogin-mode-map): Initialize in the defvar.
25377 (rlogin): Use ignore-errors.
25378
25379 * replace.el (occur-mode-map): Some fixes for menu items.
25380
25381 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25382
25383 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25384
25385 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25386
25387 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25388 issuing unused warnings.
25389
25390 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25391 macro directly.
25392
25393 * simple.el: Lisp reimplement of list-processes. Based on an
25394 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25395 (process-menu-mode): New major mode.
25396 (list-processes--refresh, list-processes):
25397 (process-menu-visit-buffer): New functions.
25398
25399 * files.el (save-buffers-kill-emacs): Don't assume any return
25400 value of list-processes, which is undocumented anyway.
25401
25402 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25403
25404 * emacs-lisp/tabulated-list.el: New file.
25405
25406 * emacs-lisp/package.el: Use Tabulated List mode.
25407 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25408 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25409 table format using Tabulated List mode variables.
25410 (package--push): New macro, replacing package-list-maybe-add.
25411 (package-menu--generate): Use package--push. Renamed from
25412 package--generate-package-list.
25413 (package-menu-refresh, list-packages): Use it.
25414 (package-menu--print-info): Rename from package-print-package.
25415 Return insertion data instead of inserting it directly.
25416 (package-menu-describe-package, package-menu-execute):
25417 Use tabulated-list-get-id.
25418 (package-menu-mark-delete, package-menu-mark-install)
25419 (package-menu-mark-unmark, package-menu-backup-unmark)
25420 (package-menu-mark-obsolete-for-deletion):
25421 Use tabulated-list-put-tag.
25422 (package--list-packages, package-menu-revert)
25423 (package-menu-get-package, package-menu-get-version)
25424 (package-menu-sort-by-column): Functions deleted.
25425 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25426 (package-menu--status-predicate, package-menu--version-predicate)
25427 (package-menu--name-predicate)
25428 (package-menu--description-predicate): Handle arguments in the
25429 Tabulated List format.
25430 (package-list-packages-no-fetch): Call list-packages.
25431
25432 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25433
25434 * files.el (after-find-file-from-revert-buffer): Remove variable.
25435 (after-find-file): Don't bind it.
25436 (revert-buffer-in-progress-p): New variable.
25437 (revert-buffer): Bind it.
25438 Pass nil for `after-find-file-from-revert-buffer'.
25439
25440 * saveplace.el (save-place-find-file-hook): Use new variable
25441 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25442
25443 2011-04-06 Glenn Morris <rgm@gnu.org>
25444
25445 * Makefile.in (AUTOGEN_VCS): New variable.
25446 (autoloads): Use $AUTOGEN_VCS.
25447
25448 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25449 * calendar/calendar.el (calendar-mode-map):
25450 Check for toolkit scroll bars. (Bug#8305)
25451
25452 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25453
25454 * minibuffer.el (completion-in-region--postch)
25455 (completion-in-region-mode): Remove unnecessary messages.
25456
25457 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25458
25459 * font-lock.el (font-lock-refresh-defaults):
25460 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25461 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25462
25463 * info.el (Info-directory-list, Info-read-node-name-2)
25464 (Info-split-parameter-string): Doc fixes.
25465 (Info-virtual-nodes): Reflow docstring.
25466 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25467 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25468 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25469 Fix typos in docstrings.
25470 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25471 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25472 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25473 (Info-restore-desktop-buffer): Mark unused parameters.
25474 (Info-directory-find-file, Info-directory-find-node)
25475 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25476 (Info-virtual-index-find-node, Info-apropos-find-file)
25477 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25478 Mark unused parameters; fix typos in docstrings.
25479 (Info-virtual-index): Remove unused local variable `nodename'.
25480
25481 2011-04-05 Deniz Dogan <deniz@dogan.se>
25482
25483 * net/rcirc.el: Update my e-mail address.
25484 (rcirc-mode-map): Remove M-o binding.
25485
25486 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25487
25488 * startup.el (command-line): Save the cursor's theme-face
25489 directly, instead of using face-override-spec.
25490
25491 * custom.el (load-theme): Minor optimization in assigning faces.
25492
25493 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25494
25495 * help-fns.el (describe-variable): Complete all variables having
25496 documentation, including keywords.
25497 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25498
25499 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25500
25501 Convert to lexical-binding.
25502
25503 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25504 (bs--get-marked-string, bs--get-modified-string)
25505 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25506 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25507 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25508
25509 * ehelp.el (electric-help-execute-extended)
25510 (electric-help-ctrl-x-prefix):
25511 * hexl.el (hexl-revert-buffer-function):
25512 * linum.el (linum-after-change, linum-after-scroll):
25513 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25514
25515 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25516
25517 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25518
25519 * epa-dired.el:
25520 * epa-mail.el:
25521 * epa-hook.el:
25522 * epa-file.el:
25523 * epa.el:
25524 * epg.el: Use lexical binding.
25525
25526 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25527
25528 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25529
25530 * textmodes/flyspell.el (flyspell-word): Recognize default
25531 dictionary case for flyspell-mark-duplications-exceptions.
25532 Use regexp matching for languages.
25533 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25534 default dictionary (Bug#7926).
25535
25536 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25537
25538 * emacs-lisp/package.el (package--with-work-buffer):
25539 Recognize https URLs.
25540
25541 * net/network-stream.el: Move from gnus/proto-stream.el.
25542 Change prefix to network-stream throughout.
25543 (open-protocol-stream): Merge into open-network-stream, leaving
25544 open-protocol-stream as an alias. Handle nil BUFFER args.
25545
25546 * subr.el (open-network-stream): Move to net/network-stream.el.
25547
25548 2011-04-02 Glenn Morris <rgm@gnu.org>
25549
25550 * find-dired.el (find-exec-terminator): New option.
25551 (find-ls-option): Test for -ls support.
25552 (find-ls-subdir-switches): Test for -b in find-ls-option.
25553 (find-dired, find-grep-dired): Doc fixes.
25554 (find-dired): Use find-exec-terminator.
25555
25556 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25557 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25558 (find-name-arg): Remove purecopy.
25559
25560 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25561 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25562 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25563 accordingly. Don't add the null-device if not needed.
25564
25565 * files.el (save-some-buffers): Doc fix.
25566
25567 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25568
25569 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25570
25571 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25572
25573 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25574 Use `dolist' rather than `mapcar'.
25575
25576 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25577
25578 Add lexical binding.
25579
25580 * subr.el (apply-partially): Use new closures rather than CL.
25581 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25582 (dolist, dotimes): Use slightly different expansion for lexical code.
25583 (functionp): Move to C.
25584 (letrec): New macro.
25585 (with-wrapper-hook): Use it and apply-partially instead of CL.
25586 (eval-after-load): Preserve lexical-binding.
25587 (save-window-excursion, with-output-to-temp-buffer): Turn them
25588 into macros.
25589
25590 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25591
25592 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25593 than the arglist.
25594 (help-add-fundoc-usage): Don't add `Not documented'.
25595 (help-function-arglist): Handle closures, subroutines, and new
25596 byte-code-functions.
25597 (help-make-usage): Remove leading underscores.
25598 (describe-function-1): Handle closures.
25599 (describe-variable): Use special-variable-p for completion.
25600
25601 * files.el (lexical-binding): Declare safe.
25602
25603 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25604 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25605 (pcase): Add `let' pattern.
25606 Change memoization so it actually works.
25607 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25608 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25609 <let>: New case.
25610
25611 * emacs-lisp/macroexp.el: Use lexical binding.
25612 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25613 Don't convert ' to #' without checking that it's indeed quoting
25614 a lambda.
25615
25616 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25617 Use eval-sexp-add-defvars.
25618 (eval-sexp-add-defvars): New fun.
25619
25620 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25621
25622 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25623 Don't autoload.
25624 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25625 than the internal `byte-compile-lambda'.
25626 (defmethod): Don't hide code under quotes.
25627 (eieio-defmethod): New `code' argument.
25628
25629 * emacs-lisp/eieio-comp.el: Remove.
25630
25631 * emacs-lisp/edebug.el (edebug-eval-defun)
25632 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25633 (edebug-toggle): Avoid `eval'.
25634
25635 * emacs-lisp/disass.el (disassemble-internal): Handle new
25636 `closure' objects.
25637 (disassemble-1): Handle new byte codes.
25638
25639 * emacs-lisp/cl.el (pushnew): Silence warning.
25640
25641 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25642 (cl-byte-compile-throw): Remove.
25643 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25644
25645 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25646 closures.
25647
25648 * emacs-lisp/cconv.el: New file.
25649
25650 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25651 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25652 (byte-compile-initial-macro-environment):
25653 Handle declare-function here.
25654 (byte-compile--lexical-environment): New var.
25655 (byte-stack-ref, byte-stack-set, byte-discardN)
25656 (byte-discardN-preserve-tos): New lap codes.
25657 (byte-interactive-p): Don't use any more.
25658 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25659 New macros.
25660 (byte-compile-lapcode): Use them and handle new lap codes.
25661 (byte-compile-obsolete): Remove.
25662 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25663 (byte-compile-arglist-warn): Check late def of inlinable funs.
25664 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25665 since they should have been expanded by now.
25666 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25667 (byte-compile-from-buffer): Remove unused second arg.
25668 (byte-compile-preprocess): New function.
25669 (byte-compile-toplevel-file-form): New function to distinguish
25670 file-form calls from outside from file-form calls from hunk-handlers.
25671 (byte-compile-file-form): Simplify.
25672 (byte-compile-file-form-defsubst): Remove.
25673 (byte-compile-file-form-defmumble): Simplify now that
25674 byte-compile-lambda always returns a byte-code-function.
25675 (byte-compile): Preprocess.
25676 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25677 Remove, not used any more.
25678 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25679 (byte-compile-make-args-desc): New funs.
25680 (byte-compile-lambda): Handle lexical functions. Always return
25681 a byte-code-function.
25682 (byte-compile-reserved-constants): New var, to make up room for
25683 closed-over variables.
25684 (byte-compile-constants-vector): Obey it.
25685 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25686 (byte-compile-macroexpand-declare-function): New function.
25687 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25688 byte-code-functions.
25689 (byte-compile-form): Check obsolescence here.
25690 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25691 (byte-compile-variable-ref): Remove.
25692 (byte-compile-dynamic-variable-op): New fun.
25693 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25694 (byte-compile-variable-set): New funs.
25695 (byte-compile-discard): Add 2 args.
25696 (byte-compile-stack-ref, byte-compile-stack-set)
25697 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25698 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25699 macroexpand-all instead.
25700 (byte-compile-quote-form): Remove.
25701 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25702 (byte-compile-bind, byte-compile-unbind): New funs.
25703 (byte-compile-let): Handle let* and lexical binding.
25704 (byte-compile-let*): Remove.
25705 (byte-compile-catch, byte-compile-unwind-protect)
25706 (byte-compile-track-mouse, byte-compile-condition-case):
25707 Handle a new :fun-body form, used for lexical scoping.
25708 (byte-compile-save-window-excursion)
25709 (byte-compile-with-output-to-temp-buffer): Remove.
25710 (byte-compile-defun): Simplify.
25711 (byte-compile-stack-adjustment): New fun.
25712 (byte-compile-out): Use it.
25713 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25714
25715 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25716 handler any more.
25717
25718 * emacs-lisp/byte-opt.el: Use lexical binding.
25719 (byte-inline-lapcode): Remove (to bytecomp).
25720 (byte-compile-inline-expand): Pay attention to inlining to/from
25721 lexically bound code.
25722 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25723 any more.
25724 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25725 any more and don't call compiler-macros.
25726 (byte-compile-splice-in-already-compiled-code): Remove.
25727 (byte-code): Don't inline any more.
25728 (disassemble-offset): Receive `bytes' as argument rather than via
25729 dynamic scoping.
25730 (byte-compile-tag-number): Declare before first use.
25731 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25732 `return' even if make-spliceable.
25733 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25734 obsolete interactive-p.
25735 (byte-optimize-lapcode): Optimize new lap-codes.
25736 Don't trip up on new form of `byte-constant' lap code.
25737
25738 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25739
25740 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25741
25742 * custom.el (custom-initialize-default, custom-declare-variable):
25743 Use `defvar'.
25744
25745 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25746 New variables.
25747 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25748 (COMPILE_FIRST): Add macroexp and cconv.
25749 * makefile.w32-in: Mirror changes in Makefile.in.
25750
25751 * vc/cvs-status.el:
25752 * vc/diff-mode.el:
25753 * vc/log-edit.el:
25754 * vc/log-view.el:
25755 * vc/smerge-mode.el:
25756 * textmodes/bibtex-style.el:
25757 * textmodes/css-mode.el:
25758 * startup.el:
25759 * uniquify.el:
25760 * minibuffer.el:
25761 * newcomment.el:
25762 * reveal.el:
25763 * server.el:
25764 * mpc.el:
25765 * emacs-lisp/smie.el:
25766 * doc-view.el:
25767 * dired.el:
25768 * abbrev.el: Use lexical binding.
25769
25770 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25771
25772 * info.el (info-display-manual): New function.
25773
25774 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25775
25776 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25777
25778 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25779
25780 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25781 an entry for that server in rcirc-authinfo. (Bug#8385)
25782
25783 2011-03-31 Glenn Morris <rgm@gnu.org>
25784
25785 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25786
25787 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25788
25789 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25790
25791 * progmodes/python.el (python-default-interpreter)
25792 (python-python-command-args, python-jython-command-args)
25793 (python-which-shell, python-which-args, python-which-bufname)
25794 (python-file-queue, python-comint-output-filter-function)
25795 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25796 variables and functions.
25797
25798 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25799
25800 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25801 (completion-in-region-mode): New minor mode.
25802 (completion-in-region): Use it.
25803 (completion-in-region--data, completion-in-region-mode-map): New vars.
25804 (completion-in-region--postch): New function.
25805 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25806 New vars.
25807 (completion--capf-wrapper): New function.
25808 (completion-at-point): Use it to track well-behavedness of
25809 hook functions.
25810 (completion-help-at-point): New command.
25811
25812 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25813
25814 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25815 syntax class to search for whitespace on a single line
25816 (Message-ID: <4D938140.4030905@redhat.com>).
25817
25818 2011-03-30 Leo Liu <sdl.web@gmail.com>
25819
25820 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25821 New commands.
25822 (edit-abbrevs-map): Bind them here.
25823 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25824
25825 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25826
25827 * allout.el (allout-hide-by-annotation, allout-flag-region):
25828 Reduce possibility of overlay leakage by making them volatile.
25829
25830 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25831 hash is not shared between buffers. Mode initialization is
25832 responsible for giving it a useful starting value.
25833 (allout-item-span): Reduce possibility of overlay leakage by
25834 making them volatile.
25835 (allout-widgets-count-buttons-in-region): Add diagnostic function
25836 for tracking down button overlay leaks.
25837
25838 2011-03-29 Leo Liu <sdl.web@gmail.com>
25839
25840 * ido.el (ido-read-internal): Use the default history var
25841 minibuffer-history if no HISTORY is specified.
25842
25843 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25844
25845 * net/imap.el (imap-shell-open, imap-process-connection-type):
25846 Use imap-process-connection-type for 'shell' streams as well as
25847 Kerberos, SSL, other subprocesses.
25848
25849 2011-03-28 Leo Liu <sdl.web@gmail.com>
25850
25851 * abbrev.el (abbrev-table-empty-p): New function.
25852 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25853 nonempty ones. (Bug#5937)
25854
25855 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25856
25857 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25858
25859 2011-03-27 Leo Liu <sdl.web@gmail.com>
25860
25861 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25862 for foreground and background colors.
25863 (ansi-color-make-color-map): Adapt.
25864
25865 2011-03-25 Leo Liu <sdl.web@gmail.com>
25866
25867 * midnight.el (midnight-time-float): Remove. Note it calculates
25868 the microsecond component incorrectly and seconds-to-time does the
25869 same job.
25870 Remove redundant (require 'timer).
25871
25872 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25873 (ido-completions): Remove unused arguments. (Bug#8329)
25874
25875 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25876
25877 * minibuffer.el (completion--flush-all-sorted-completions):
25878 Remove itself from hook.
25879 (completion-at-point): Let the functions perform the completion
25880 immediately and return nil or t.
25881 * comint.el (comint-dynamic-complete-functions): Now identical to
25882 completion-at-point-functions.
25883 (comint-dynamic-list-input-ring): Remove unused var `index'.
25884 (comint--match-partial-filename, comint--unquote&expand-filename):
25885 New funs, split from comint-match-partial-filename.
25886 (comint-dynamic-complete): Use completion-at-point.
25887 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25888
25889 2011-03-24 Drew Adams <drew.adams@oracle.com>
25890
25891 * thingatpt.el: Support `defun'.
25892
25893 2011-03-23 Leo Liu <sdl.web@gmail.com>
25894
25895 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25896
25897 * help-mode.el (help-mode-finish): Tweak regexp.
25898
25899 2011-03-23 Glenn Morris <rgm@gnu.org>
25900
25901 * eshell/esh-opt.el (eshell-eval-using-options):
25902 Do not bind unused local variable `eshell-option-stub'.
25903
25904 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25905
25906 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25907
25908 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25909 keymap variable in `with-no-warnings' to avoid a warning when the
25910 keymap has been already `defconst'ed.
25911
25912 2011-03-22 Leo Liu <sdl.web@gmail.com>
25913
25914 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25915 encode all chars in abbrevs; otherwise use emacs-mule or
25916 utf-8-emacs. (Bug#8308)
25917
25918 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25919
25920 * simple.el (backward-delete-char-untabify):
25921 Avoid warning about using `delete-backward-char'.
25922
25923 * image.el (image-type-file-name-regexps): Make it variable.
25924 `imagemagick-register-types' modifies it, and the user may want
25925 to add new extensions for known image types.
25926 (imagemagick-register-types): Throw error if not using ImageMagick.
25927
25928 2011-03-22 Leo Liu <sdl.web@gmail.com>
25929
25930 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25931 located before rcirc-prompt-end-marker.
25932 (rcirc-complete): Error if point is not after rcirc prompt.
25933 Handle the case when table is nil.
25934 (rcirc-user-authenticated): Define to fix compiler warning.
25935
25936 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25937
25938 * custom.el (custom--inhibit-theme-enable): Make it affect only
25939 custom-theme-set-variables and custom-theme-set-faces.
25940 (provide-theme): Ignore custom--inhibit-theme-enable.
25941 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25942 (custom-enabling-themes): Delete variable.
25943 (enable-theme): Accept only loaded themes as arguments.
25944 Ignore the special custom-enabled-themes variable.
25945 (custom-enabled-themes): Forbid themes from setting this.
25946 Eliminate use of custom-enabling-themes.
25947 (custom-push-theme): Quote "changed" custom var entry.
25948
25949 2011-03-21 Leo Liu <sdl.web@gmail.com>
25950
25951 * ido.el (ido-read-internal): Add ido-selected to history instead
25952 of user input.
25953
25954 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25955
25956 * subr.el (deferred-action-list, deferred-action-function):
25957 Mark obsolete.
25958
25959 2011-03-21 Leo Liu <sdl.web@gmail.com>
25960
25961 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25962 change on 2011-02-13 (bug#8309).
25963
25964 * minibuffer.el (read-file-name-function): Change default value.
25965 (read-file-name--defaults): Rename from read-file-name-defaults.
25966 (read-file-name-default): Rename from read-file-name.
25967 (read-file-name): Call read-file-name-function.
25968
25969 2011-03-21 Glenn Morris <rgm@gnu.org>
25970
25971 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25972 Doc fixes.
25973
25974 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25975
25976 * cus-theme.el: Add missing provide statement.
25977 (customize-create-theme): Extract theme value correctly.
25978 (custom-theme-visit-theme): Autoload.
25979 (customize-create-theme): Prompt before inserting default faces.
25980
25981 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25982
25983 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25984 units and musical notes.
25985
25986 2011-03-20 Leo Liu <sdl.web@gmail.com>
25987
25988 * ido.el (ido-read-internal): Use completing-read-default.
25989 (ido-completing-read): Fix compatibility with completing-read.
25990
25991 2011-03-20 Christian Ohler <ohler@gnu.org>
25992
25993 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25994 (ert-delete-all-tests): Use `called-interactively-p' rather than
25995 `interactive-p'.
25996 (ert--make-xrefs-region): Respect END.
25997
25998 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25999
26000 * dired-aux.el (dired-create-directory): Signal an error if the
26001 directory already exists (Bug#8246).
26002
26003 * facemenu.el (list-colors-display): Call list-faces-display
26004 inside with-help-window.
26005 (list-colors-print): Use display property to align the final
26006 column, instead of checking window-width.
26007
26008 2011-03-19 Eli Zaretskii <eliz@gnu.org>
26009
26010 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26011 windows-nt systems.
26012 (emerge-protect-metachars): Quote correctly for ms-dos and
26013 windows-nt systems.
26014
26015 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
26016
26017 * info.el (info-initialize): Replace all uses of `:' with
26018 path-separator for compatibility with non-Unix systems.
26019 Cache quoting of path-separator. (Bug#8258)
26020
26021 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
26022
26023 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26024 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26025 (mouse-avoidance-mode): Fix typos in docstrings.
26026
26027 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26028
26029 * startup.el (package-subdirectory-regexp): Move from package.el.
26030 Omit \\` and \\', and let callers add them.
26031
26032 * emacs-lisp/package.el (package-strip-version)
26033 (package-load-all-descriptors): Add \\` and \\' to
26034 package-subdirectory-regexp before using it.
26035 (package-untar-buffer): New arg DIR; ensure that file untars only
26036 into this expected directory. Remove superfluous delete-region.
26037 (package-unpack): Caller changed.
26038 (package-tar-file-info): Use package-subdirectory-regexp.
26039
26040 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
26041
26042 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26043 diff-mode-shared-map (bug#8284).
26044 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26045
26046 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
26047
26048 * calendar/time-date.el (format-seconds): Use assoc instead of
26049 assoc-string, since assoc-string doesn't exist in XEmacs.
26050
26051 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
26052
26053 * custom.el (custom-known-themes): Reflow docstring.
26054 (custom-theme-load-path): Fix typo in docstring.
26055 (load-theme): Fix typo in error message.
26056 (custom-available-themes, custom-variable-theme-value):
26057 Use `let', not `let*'.
26058
26059 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
26060
26061 * calc/README: Mention inclusion of musical notes.
26062
26063 * calc/calc-units.el (calc-lu-quant): Rename from
26064 `calc-logunits-quantity'.
26065 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26066 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26067 (calc-db): Rename from `calc-dblevel'.
26068 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26069 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26070 (calc-np): Rename from `calc-nplevel'.
26071 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26072 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26073 (calc-lu-plus): Rename from `calc-logunits-add'.
26074 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26075 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26076 (calc-lu-minus): Rename from `calc-logunits-sub'.
26077 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26078 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26079 (calc-lu-times): Rename from `calc-logunits-mul'.
26080 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26081 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26082 (calc-lu-divide): Rename from `calc-logunits-div'.
26083 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26084 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26085
26086 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26087 functions being autoloaded.
26088
26089 * calc/calc.el (calc-lu-power-reference): Rename from
26090 `calc-logunits-power-reference'.
26091 (calc-lu-field-reference): Rename from
26092 `calc-logunits-field-reference'.
26093
26094 * calc/calc-help.el (calc-l-prefix-help):
26095 Mention musical note functions.
26096
26097 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26098
26099 * minibuffer.el (completion-all-sorted-completions):
26100 Use :completion-cycle-penalty text property if present.
26101
26102 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26103
26104 * allout.el (allout-yank-processing): Adjust for new rebulleting
26105 regime so bullet being yanked is used without prompting the user
26106 for a choice.
26107
26108 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26109
26110 * startup.el (command-line): Warn the user that _emacs is deprecated.
26111
26112 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26113
26114 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26115 (delphi-verbose, delphi-comment-face, delphi-string-face)
26116 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26117 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26118 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26119 (delphi-new-comment-line, delphi-font-lock-defaults)
26120 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26121 Fix typos in docstrings.
26122
26123 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26124
26125 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26126 Invert the roles of character and string values for INSTEAD, so a
26127 string is used for the more common case of a defaulting prompt.
26128
26129 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26130
26131 * progmodes/ruby-mode.el (ruby-backward-sexp):
26132 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26133 * play/gamegrid.el (gamegrid-make-face):
26134 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26135 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26136 * notifications.el (notifications-notify):
26137 * net/xesam.el (xesam-search-engines):
26138 * net/quickurl.el (quickurl-list-insert):
26139 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26140
26141 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26142
26143 * startup.el (command-line): Update package subdirectory regexp.
26144
26145 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26146
26147 * allout.el (allout-abbreviate-flattened-numbering)
26148 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26149
26150 * subr.el (read-char-choice): Only show the cursor after the prompt,
26151 not after the answer.
26152
26153 2011-03-15 Kevin Ryde <user42@zip.com.au>
26154
26155 * help-fns.el (variable-at-point): Skip leading quotes, if any
26156 (bug#8253).
26157
26158 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26159
26160 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26161 warning message.
26162
26163 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26164
26165 * shell.el (shell): When called interactively, offer to change the
26166 shell file name on remote hosts.
26167
26168 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26169
26170 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26171 integration for LDAP parameters. The host, base, user or binddn,
26172 and secret tokens can be specified in a netrc file, for instance.
26173 This is optional because an `auth-source' parameter must be
26174 specified in the search attributes.
26175
26176 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26177
26178 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26179
26180 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26181
26182 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26183 into declaration. Remove redundant and harmful binding.
26184
26185 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26186
26187 * files.el (file-ownership-preserved-p): Pass `integer' as an
26188 explicit 2nd argument to `file-attributes'. If the file's owner
26189 is the Administrators group on Windows, and the current user is
26190 Administrator, consider that a match.
26191
26192 * server.el (server-ensure-safe-dir): Consider server directory
26193 safe on MS-Windows if its owner is the Administrators group while
26194 the current Emacs user is Administrator. Use `=' to compare
26195 numerical UIDs, since they could be integers or floats.
26196
26197 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26198
26199 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26200
26201 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26202
26203 Sync with Tramp 2.2.1.
26204
26205 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26206
26207 * net/trampver.el: Update release number.
26208
26209 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26210
26211 * progmodes/compile.el (compilation--previous-directory): Fix up
26212 various nil/dead-marker mismatches (bug#8014).
26213 (compilation-directory-properties, compilation-error-properties):
26214 Don't call it at a position past the one we're about to change.
26215
26216 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26217 Disable obsolescence warnings in the file that declares it.
26218
26219 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26220
26221 * allout-widgets.el (allout-widgets-tally):
26222 Initialize allout-widgets-tally as a hash table rather than nil to
26223 prevent mode-line redisplay warnings. Also, clarify the module
26224 description and fix a comment typo.
26225
26226 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26227
26228 * help-fns.el (describe-variable): Don't complete keywords.
26229 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26230
26231 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26232
26233 * emacs-lisp/package.el (package-version-join): Impose a standard
26234 string representation for pre/alpha/beta version lists.
26235 (package-unpack-single): Standardize the directory name by passing
26236 it through package-version-join.
26237 (package-strip-rcs-id): Accept any version string that does not
26238 signal an error in version-to-list.
26239
26240 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26241
26242 * simple.el (delete-trailing-whitespace): Return nil for the
26243 benefit of `write-file-functions'.
26244
26245 2011-03-10 Glenn Morris <rgm@gnu.org>
26246
26247 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26248
26249 * vc/vc-git.el (vc-git-program): New option.
26250 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26251 (vc-git--call): Use it.
26252
26253 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26254
26255 * cus-edit.el (Custom-newline): If no button at point, look
26256 for a subgroup button at start-of-line. (Bug#2298)
26257
26258 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26259
26260 2011-03-10 Julien Danjou <julien@danjou.info>
26261
26262 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26263 `cursor-type' is nil.
26264
26265 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26266
26267 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26268
26269 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26270
26271 * allout.el: Change so yank of distinctive-bullet items
26272 preserves the existing header prefix, rebulleting it if necessary,
26273 rather than replacing it. This is necessary for proper operation
26274 of cooperative addons like allout-widgets.
26275 (allout-make-topic-prefix, allout-rebullet-heading):
26276 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26277 value as alternate bullet to be used, instead of prompting the user
26278 for a bullet character.
26279
26280 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26281
26282 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26283 Do not use `tramp-file-name-port', because this returns also
26284 `tramp-default-port'.
26285
26286 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26287
26288 * net/rcirc.el (rcirc-handler-001): Remove useless
26289 with-rcirc-process-buffer.
26290 (rcirc-check-auth-status): Swap arguments to string-match.
26291
26292 2011-03-09 Glenn Morris <rgm@gnu.org>
26293
26294 * shell.el (shell-mode):
26295 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26296
26297 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26298 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26299
26300 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26301
26302 * emacs-lisp/package.el (package-refresh-contents)
26303 (package-menu-execute): Use condition-case-no-debug.
26304
26305 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26306
26307 * simple.el (shell-command-to-string): Use `process-file'.
26308
26309 * emacs-lisp/package.el (package-tar-file-info): Handle also
26310 remote files.
26311
26312 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26313 Use `equal' for upload base check.
26314
26315 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26316
26317 * textmodes/texinfo.el (texinfo-environments):
26318 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26319
26320 2011-03-08 Glenn Morris <rgm@gnu.org>
26321
26322 * cus-start.el (cursor-in-non-selected-windows):
26323 Fix :set quoting oddness. (Bug#8192)
26324
26325 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26326 in some setf expressions. (Bug#2159)
26327
26328 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26329
26330 * custom.el (custom-available-themes): Return themes in
26331 alphabetical order.
26332
26333 See ChangeLog.15 for earlier changes.
26334
26335 ;; Local Variables:
26336 ;; coding: utf-8
26337 ;; End:
26338
26339 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26340
26341 This file is part of GNU Emacs.
26342
26343 GNU Emacs is free software: you can redistribute it and/or modify
26344 it under the terms of the GNU General Public License as published by
26345 the Free Software Foundation, either version 3 of the License, or
26346 (at your option) any later version.
26347
26348 GNU Emacs is distributed in the hope that it will be useful,
26349 but WITHOUT ANY WARRANTY; without even the implied warranty of
26350 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26351 GNU General Public License for more details.
26352
26353 You should have received a copy of the GNU General Public License
26354 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.