* src/callint.c (Fcall_interactively): Call `Qread_number' for
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-27 Juri Linkov <juri@jurta.org>
2
3 * subr.el (read-number): Doc fix about using it by interactive
4 code letter `n'. (Bug#14254)
5
6 2013-04-27 Juri Linkov <juri@jurta.org>
7
8 * desktop.el (desktop-auto-save-timeout): New option.
9 (desktop-file-checksum): New variable.
10 (desktop-save): Add optional arg `auto-save' and don't auto-save
11 if nothing changed.
12 (desktop-auto-save-timer): New variable.
13 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14 (after-init-hook): Call `desktop-auto-save-set-timer'.
15 Suggested by Reuben Thomas <rrt@sc3d.org> in
16 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
17
18 2013-04-27 Leo Liu <sdl.web@gmail.com>
19
20 * progmodes/octave.el (octave-function-file-p)
21 (octave-skip-comment-forward, octave-function-file-comment)
22 (octave-update-function-file-comment): New functions.
23 (octave-mode-map): Bind C-c ; to
24 octave-update-function-file-comment.
25 (octave-mode-menu): Add octave-update-function-file-comment.
26 (octave-mode, inferior-octave-mode): Fix doc-string.
27 (octave-insert-defun): Conform to Octave's coding convention.
28 (Bug#14285)
29
30 * files.el (basic-save-buffer): Don't let errors in
31 before-save-hook prevent saving buffer.
32
33 2013-04-20 Roland Winkler <winkler@gnu.org>
34
35 * faces.el (read-face-name): Use completing-read if arg multiple
36 is nil.
37
38 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
39
40 * ls-lisp.el (ls-lisp-insert-directory): If no files are
41 displayed, move point to after the totals line. See
42 http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
43 for the details.
44
45 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * emacs-lisp/package.el (package-autoload-ensure-default-file):
48 Add current dir to the load-path.
49 (package-generate-autoloads): Don't rely on
50 autoload-ensure-default-file.
51
52 2013-04-26 Reuben Thomas <rrt@sc3d.org>
53
54 * textmodes/remember.el (remember-store-in-files): Document that
55 the file name format is passed to `format-time-string'.
56
57 2013-04-26 Leo Liu <sdl.web@gmail.com>
58
59 * progmodes/octave.el (octave-sync-function-file-names): New function.
60 (octave-mode): Use it in before-save-hook.
61
62 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
65 (bug#14274).
66
67 * progmodes/octave.el (octave-smie-forward-token): Properly skip
68 \n and comment, even if it's not an implicit ; (bug#14218).
69
70 2013-04-26 Glenn Morris <rgm@gnu.org>
71
72 * subr.el (read-number): Once more use `read' rather than
73 `string-to-number', to trap non-numeric input. (Bug#14254)
74
75 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
76
77 * emacs-lisp/syntax.el (syntax-propertize-multiline):
78 Use `syntax-multiline' text property consistently instead of
79 `font-lock-multiline'. (bug#14237).
80
81 2013-04-26 Glenn Morris <rgm@gnu.org>
82
83 * emacs-lisp/shadow.el (list-load-path-shadows):
84 No longer necessary to check for duplicate simple.el, since
85 2012-07-07 change to init_lread to not include installation lisp
86 directories in load-path when running uninstalled. (Bug#14270)
87
88 2013-04-26 Leo Liu <sdl.web@gmail.com>
89
90 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
91 (octave-mode, inferior-octave-mode): Use setq-local.
92 (octave-not-in-string-or-comment-p): Rename to
93 octave-in-string-or-comment-p.
94 (octave-in-comment-p, octave-in-string-p)
95 (octave-in-string-or-comment-p): Replace defsubst with defun.
96
97 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
98
99 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
100
101 2013-04-25 Bastien Guerry <bzg@gnu.org>
102
103 * textmodes/remember.el (remember-data-directory)
104 (remember-directory-file-name-format): Fix custom types.
105
106 2013-04-25 Leo Liu <sdl.web@gmail.com>
107
108 * progmodes/octave.el (octave-completion-at-point-function):
109 Make use of inferior octave process.
110 (octave-initialize-completions): Remove.
111 (inferior-octave-completion-table): New function.
112 (inferior-octave-completion-at-point): Use it.
113 (octave-completion-alist): Remove.
114
115 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * progmodes/opascal.el: Use font-lock and syntax-propertize.
118 (opascal-mode-syntax-table): New var.
119 (opascal-literal-kind, opascal-is-literal-end)
120 (opascal-literal-token-at): Rewrite.
121 (opascal--literal-start-re, opascal-font-lock-keywords)
122 (opascal--syntax-propertize): New constants.
123 (opascal-font-lock-defaults): Adjust.
124 (opascal-mode): Use them. Set comment-<foo> variables as well.
125 (delphi-comment-face, opascal-comment-face, delphi-string-face)
126 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
127 (delphi-other-face, opascal-other-face): Remove face variables.
128 (opascal-save-state): Remove macro.
129 (opascal-fontifying-progress-step): Remove constant.
130 (opascal--ignore-changes): Remove var.
131 (opascal-set-token-property, opascal-parse-next-literal)
132 (opascal-is-stable-literal, opascal-complete-literal)
133 (opascal-is-literal-start, opascal-face-of)
134 (opascal-parse-region, opascal-parse-region-until-stable)
135 (opascal-fontify-region, opascal-after-change)
136 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
137 (opascal-debug-parse-region, opascal-debug-parse-window)
138 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
139 (opascal-debug-fontify-buffer): Remove.
140 (opascal-debug-mode-map): Adjust accordingly.
141
142 2013-04-25 Leo Liu <sdl.web@gmail.com>
143
144 Merge octave-mod.el and octave-inf.el into octave.el with some
145 cleanups.
146 * progmodes/octave.el: New file renamed from octave-mod.el.
147 * progmodes/octave-inf.el: Merged into octave.el.
148 * progmodes/octave-mod.el: Renamed to octave.el.
149
150 2013-04-25 Tassilo Horn <tsdh@gnu.org>
151
152 * textmodes/reftex-vars.el
153 (reftex-label-ignored-macros-and-environments): New defcustom.
154
155 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
156
157 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
160 (smie-indent-keyword): Improve the check to ensure that the next
161 comment is really on the same line.
162 (smie-indent-comment): Don't align with a subsequent closer (or eob).
163
164 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
165 semi-colons if the line is not otherwise empty (bug#14218).
166
167 2013-04-25 Glenn Morris <rgm@gnu.org>
168
169 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
170
171 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * progmodes/opascal.el (opascal-set-token-property): Rename from
174 opascal-set-text-properties and only set `token' (bug#14134).
175 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
176 (opascal-literal-text-properties): Remove.
177 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
178 Adjust callers.
179
180 2013-04-24 Reuben Thomas <rrt@sc3d.org>
181
182 * textmodes/remember.el (remember-handler-functions): Add an
183 option for a new handler `remember-store-in-files'.
184 (remember-data-directory, remember-directory-file-name-format):
185 New options.
186 (remember-store-in-files): New function to store remember notes
187 as separate files within a directory.
188
189 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
190
191 * progmodes/compile.el (compilation-next-error-function):
192 Pass "formats" to compilation-find-file (bug#11777).
193
194 2013-04-24 Glenn Morris <rgm@gnu.org>
195
196 * vc/vc-bzr.el (vc-bzr-print-log):
197 * vc/vc-hg.el (vc-hg-print-log):
198 * vc/vc-svn.el (vc-svn-print-log):
199 Fix START-REVISION with LIMIT != 1. (Bug#14168)
200
201 * vc/vc-bzr.el (vc-bzr-print-log):
202 * vc/vc-cvs.el (vc-cvs-print-log):
203 * vc/vc-git.el (vc-git-print-log):
204 * vc/vc-hg.el (vc-hg-print-log):
205 * vc/vc-mtn.el (vc-mtn-print-log):
206 * vc/vc-rcs.el (vc-rcs-print-log):
207 * vc/vc-sccs.el (vc-sccs-print-log):
208 * vc/vc-svn.el (vc-svn-print-log):
209 * vc/vc.el (vc-print-log-internal): Doc fixes.
210
211 2013-04-23 Glenn Morris <rgm@gnu.org>
212
213 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
214 Remove venerable code attempting to avoid substitute-command-keys.
215
216 2013-04-23 Tassilo Horn <tsdh@gnu.org>
217
218 * textmodes/reftex-vars.el (reftex-label-regexps):
219 Call `reftex-compile-variables' after changes to this variable.
220
221 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
224 Use lexical-binding.
225 (jit-lock-force-redisplay): Use markers, check buffer's continued
226 existence and beware narrowed buffers.
227 (jit-lock-fontify-now): Adjust call accordingly.
228
229 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
232 to avoid misleading the user.
233
234 2013-04-22 Leo Liu <sdl.web@gmail.com>
235
236 * info-look.el: Prefer latex2e.info. (Bug#14240)
237
238 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
239
240 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
241
242 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
243 * net/tramp.el (tramp-call-process): ... here
244 (tramp-set-completion-function, tramp-parse-putty):
245 * net/tramp-adb.el (tramp-adb-execute-adb-command):
246 * net/tramp-gvfs.el (tramp-gvfs-send-command):
247 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
248 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
249 (tramp-call-local-coding-command): Use `tramp-call-process'
250 instead of `tramp-compat-call-process'.
251
252 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
253 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
254 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
255 (tramp-find-inline-compress):Improve traces.
256 (tramp-maybe-send-script): Check for Perl binary.
257 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
258
259 2013-04-22 Daiki Ueno <ueno@gnu.org>
260
261 * epg.el (epg-context-pinentry-mode): New function.
262 (epg-context-set-pinentry-mode): New function.
263 (epg--start): Pass --pinentry-mode option to gpg command.
264
265 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
266
267 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
268 `comint-dynamic-complete' is obsolete since 24.1, replaced by
269 `completion-at-point'. (Bug#13774)
270
271 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
272 default key binding for `describe-distribution' has been moved to
273 `C-h C-o'. (Bug#13970)
274
275 2013-04-21 Glenn Morris <rgm@gnu.org>
276
277 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
278 Add doc strings.
279 (vc-print-log): Clarify interactive prompt.
280
281 2013-04-20 Glenn Morris <rgm@gnu.org>
282
283 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
284 No longer include timestamp etc information.
285
286 2013-04-20 Roland Winkler <winkler@gnu.org>
287
288 * faces.el (read-face-name): Bug fix, return just one face if arg
289 multiple is nil. (Bug#14209)
290
291 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
294 (remove-function): Autoload.
295
296 * comint.el (comint-redirect-original-filter-function): Remove.
297 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
298 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
299 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
300 * progmodes/prolog.el (prolog-consult-compile):
301 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
302 Use add/remove-function instead.
303 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
304 (gud-tooltip-process-output, gud-tooltip-tips):
305 Use add/remove-function instead.
306 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
307 (scheme-interaction-mode, exit-scheme-interaction-mode):
308 Use add/remove-function instead.
309
310 * vc/vc-dispatcher.el: Use lexical-binding.
311 (vc--process-sentinel): Rename from vc-process-sentinel.
312 Change last arg to be the code to run. Don't use vc-previous-sentinel
313 and vc-sentinel-commands any more.
314 (vc-exec-after): Allow code to be a function. Use add/remove-function.
315 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
316
317 2013-04-19 Masatake YAMATO <yamato@redhat.com>
318
319 * progmodes/sh-script.el (sh-imenu-generic-expression):
320 Handle function names with a single character. (Bug#14111)
321
322 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
323
324 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
325 for subroutines defined in an eval (bug#14182).
326
327 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
328
329 * bookmark.el (bookmark-completing-read): Improve handling of empty
330 string (bug#14176).
331
332 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
335
336 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
337
338 New faster Imenu implementation (bug#14058).
339 * progmodes/python.el:
340 (python-imenu-prev-index-position):
341 (python-imenu-format-item-label-function)
342 (python-imenu-format-parent-item-label-function)
343 (python-imenu-format-parent-item-jump-label-function):
344 New vars.
345 (python-imenu-format-item-label)
346 (python-imenu-format-parent-item-label)
347 (python-imenu-format-parent-item-jump-label)
348 (python-imenu--put-parent, python-imenu--build-tree)
349 (python-imenu-create-index, python-imenu-create-flat-index)
350 (python-util-popn): New functions.
351 (python-mode): Set imenu-create-index-function to
352 python-imenu-create-index.
353
354 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * winner.el (winner-active-region): Use region-active-p, activate-mark
357 and deactivate-mark (bug#14225).
358
359 * simple.el (deactivate-mark): Don't inline it.
360
361 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
362
363 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
364
365 2013-04-18 Tassilo Horn <tsdh@gnu.org>
366
367 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
368 file extensions from the archive-mode entry in order to prefer
369 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
370
371 2013-04-18 Leo Liu <sdl.web@gmail.com>
372
373 * bindings.el (help-event-list): Add ?\?.
374
375 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * subr.el (with-wrapper-hook): Declare obsolete.
378 * simple.el (filter-buffer-substring-function): New hook.
379 (filter-buffer-substring): Use it.
380 (filter-buffer-substring-functions): Mark obsolete.
381 * minibuffer.el (completion-in-region-function): New hook.
382 (completion-in-region): Use it.
383 (completion-in-region-functions): Mark obsolete.
384 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
385 * abbrev.el (abbrev-expand-function): New hook.
386 (expand-abbrev): Use it.
387 (abbrev-expand-functions): Mark obsolete.
388 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
389 and :filter-return.
390
391 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
392
393 * progmodes/python.el (python-nav--syntactically): Fix cornercases
394 and do not care about match data.
395
396 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
399 completion tables when completing error conditions and
400 `declare' arguments.
401 (lisp-complete-symbol, field-complete): Mark as obsolete.
402 (check-parens): Unmatched parens are user errors.
403 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
404
405 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
406
407 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
408 command changed buffer (ie. `flyspell-pre-buffer' is not current
409 buffer), which prevents making decisions based on invalid value of
410 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
411 cause an error when `flyspell-pre-point' was nil after switching
412 buffers.
413 (flyspell-post-command-hook): No longer needs to change buffers when
414 checking pre-word. While at it remove unnecessary progn.
415
416 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
417
418 * textmodes/ispell.el (ispell-add-per-file-word-list):
419 Fix `flyspell-correct-word-before-point' error when accepting
420 words and `coment-padding' is an integer by using
421 `comment-normalize-vars' (Bug #14214).
422
423 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
424
425 New defun movement commands.
426 * progmodes/python.el (python-nav--syntactically)
427 (python-nav--forward-defun, python-nav-backward-defun)
428 (python-nav-forward-defun): New functions.
429
430 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
431
432 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
433 (python-syntax-context): Use named compiler-macro for backwards
434 compatibility with Emacs 24.x.
435
436 2013-04-17 Leo Liu <sdl.web@gmail.com>
437
438 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
439 octave-hide-process-buffer.
440
441 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
444 (bug#14216).
445
446 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
447
448 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
449 Fix adjustment of offset when receiving incomplete responses from GDB
450 (bug#14129).
451
452 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
453
454 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
455 python-mode-abbrev-table.
456 (python-skeleton-define): Adjust accordingly.
457 (python-mode-abbrev-table): New table that inherits from it so that
458 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
459
460 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
461 (abbrev-symbol): Use it.
462 (abbrev--before-point): Use it since we already handle inheritance.
463
464 2013-04-16 Leo Liu <sdl.web@gmail.com>
465
466 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
467 binding to info-lookup-symbol.
468
469 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
470
471 * minibuffer.el (completion--twq-all):
472 * term/ns-win.el (ns-initialize-window-system):
473 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
474
475 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
478 global bindings.
479
480 * doc-view.el (doc-view-start-process): Handle url-handler directories.
481
482 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
483
484 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
485 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
486 to nil.
487 (ruby-end-of-defun): Remove the unused arg, change the docstring
488 to reflect that this function is only used as the value of
489 `end-of-defun-function'.
490 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
491 to reflect an earlier change that beginning/end-of-defun functions
492 jump between methods in a class definition, as well as top-level
493 functions.
494
495 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * minibuffer.el (minibuffer-complete): Don't just scroll
498 a *Completions* that's been iconified.
499 (minibuffer-force-complete): Make sure repetitions do cycle when going
500 through completion-in-region -> minibuffer-complete.
501
502 2013-04-15 Alan Mackenzie <acm@muc.de>
503
504 Correct the placement of c-cpp-delimiters when there're #s not at
505 col 0.
506
507 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
508 place a submatch around the #.
509 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
510 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
511 on the #, not BOL.
512
513 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * emacs-lisp/nadvice.el: Properly test names when adding advice.
516 (advice--member-p): New arg `name'.
517 (advice--add-function, advice-member-p): Use it (bug#14202).
518
519 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
520
521 Reformulate java imenu-generic-expression.
522 The old expression contained ill formed regexps.
523
524 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
525 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
526 (cc-imenu-java-method-arg-regexp): New defconsts.
527 (cc-imenu-java-build-type-args-regex): New defun.
528 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
529 handling of spaces in the regexp.
530
531 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
532
533 * textmodes/ispell.el (ispell-command-loop): Remove
534 flyspell highlight of a word when ispell accepts it (bug #14178).
535
536 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
537
538 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
539 uses code from the previous `ange-ftp-run-real-handler'.
540 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
541 only in case that function exist. This is needed for proper
542 unloading of Tramp.
543
544 2013-04-15 Tassilo Horn <tsdh@gnu.org>
545
546 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
547
548 * textmodes/reftex.el (reftex-compile-variables): Use it.
549
550 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * files.el (normal-mode): Only use default major-mode if no other mode
553 was specified.
554
555 * emacs-lisp/trace.el (trace-values): New function.
556
557 * files.el: Allow : in local variables (bug#14089).
558 (hack-local-variable-regexp): New var.
559 (hack-local-variables-prop-line, hack-local-variables): Use it.
560
561 2013-04-13 Roland Winkler <winkler@gnu.org>
562
563 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
564 data before it gets modified by bibtex-beginning-of-entry.
565
566 2013-04-13 Roland Winkler <winkler@gnu.org>
567
568 * textmodes/bibtex.el (bibtex-url): Doc fix.
569
570 2013-04-13 Roland Winkler <winkler@gnu.org>
571
572 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
573 does not visit a BibTeX file, exclude it from the list of buffers
574 returned by bibtex-initialize.
575
576 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
577
578 * window.el (split-window): Remove interactive form, since as a
579 command this function is a special case of split-window-below.
580 Correct doc string.
581
582 2013-04-12 Roland Winkler <winkler@gnu.org>
583
584 * faces.el (read-face-name): Do not override value of arg default.
585 Allow single faces and strings as default values. Remove those
586 elements from return value that are not faces.
587 (describe-face): Simplify.
588 (face-at-point): New optional args thing and multiple so that this
589 function can provide the same functionality previously provided by
590 read-face-name.
591 (make-face-bold, make-face-unbold, make-face-italic)
592 (make-face-unitalic, make-face-bold-italic, invert-face)
593 (modify-face, read-face-and-attribute): Use face-at-point.
594
595 * cus-edit.el (customize-face, customize-face-other-window)
596 * cus-theme.el (custom-theme-add-face)
597 * face-remap.el (buffer-face-set)
598 * facemenu.el (facemenu-set-face): Use face-at-point.
599
600 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
601
602 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
603
604 2013-04-10 Tassilo Horn <tsdh@gnu.org>
605
606 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
607 off leading { and trailing } from field values.
608
609 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
610
611 * emacs-lisp/timer.el (timer--check): New function.
612 (timer--time, timer-set-function, timer-event-handler): Use it.
613 (timer-set-idle-time): Simplify.
614 (timer--activate): CSE.
615 (timer-event-handler): Give more info in error message.
616 (internal-timer-start-idle): New function, moved from C.
617
618 * mpc.el (mpc-proc): Add `restart' argument.
619 (mpc-proc-cmd): Use it.
620 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
621 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
622 less often.
623
624 2013-04-10 Masatake YAMATO <yamato@redhat.com>
625
626 * progmodes/sh-script.el: Implement `sh-mode' own
627 `add-log-current-defun-function' (bug#14112).
628 (sh-current-defun-name): New function.
629 (sh-mode): Use the function.
630
631 2013-04-09 Bastien Guerry <bzg@gnu.org>
632
633 * simple.el (choose-completion-string): Fix docstring (bug#14163).
634
635 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
638
639 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
640 timer (bug#14156).
641
642 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
643
644 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
645 declaration.
646
647 2013-04-07 Leo Liu <sdl.web@gmail.com>
648
649 * pcmpl-x.el: New file.
650
651 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
652
653 Do not set x-display-name until X connection is established.
654 This is needed to prevent from weird situation described at
655 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
656 * frame.el (make-frame): Set x-display-name after call to
657 window system initialization function, not before.
658 * term/x-win.el (x-initialize-window-system): Add optional
659 display argument and use it.
660 * term/w32-win.el (w32-initialize-window-system):
661 * term/ns-win.el (ns-initialize-window-system):
662 * term/pc-win.el (msdos-initialize-window-system):
663 Add compatible optional display argument.
664
665 2013-04-06 Eli Zaretskii <eliz@gnu.org>
666
667 * files.el (normal-backup-enable-predicate): On MS-Windows and
668 MS-DOS compare truenames of temporary-file-directory and of the
669 file, so that 8+3 aliases (usually found in $TEMP on Windows)
670 don't fail comparison by compare-strings. Also, compare file
671 names case-insensitively on MS-Windows and MS-DOS.
672
673 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
676 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
677
678 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
679
680 * whitespace.el (whitespace-color-on, whitespace-color-off):
681 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
682
683 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
684
685 * ispell.el (ispell-set-spellchecker-params):
686 Really set `ispell-args' for all equivs.
687
688 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * ido.el (ido-completions): Use extra elements of ido-decorations
691 (bug#14143).
692 (ido-decorations): Update docstring.
693
694 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
695
696 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
697 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
698 nil during initialization, in order not to miss changes since the
699 file was opened. (Bug#14140)
700
701 2013-04-05 Leo Liu <sdl.web@gmail.com>
702
703 * kmacro.el (kmacro-call-macro): Fix bug#14135.
704
705 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
706
707 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
708
709 2013-04-04 Glenn Morris <rgm@gnu.org>
710
711 * electric.el (electric-pair-inhibit-predicate): Add :version.
712
713 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
716 when a package is required several times (bug#14082).
717
718 2013-04-04 Roland Winkler <winkler@gnu.org>
719
720 * faces.el (read-face-name): Behave as promised by the docstring.
721 Assume that arg default is a list of faces.
722 (describe-face): Call read-face-name with list of default faces.
723
724 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
725
726 * bookmark.el: Fix deletion of bookmarks (bug#13972).
727 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
728 (bookmark-bmenu-execute-deletions): Only skip first line if it's
729 the header.
730 (bookmark-exit-hook-internal): Save even if list is empty.
731
732 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
733
734 * emacs-lisp/package.el (package-pinned-packages): New var.
735 (package--add-to-archive-contents): Obey it (bug#14118).
736
737 2013-04-03 Alan Mackenzie <acm@muc.de>
738
739 Handle `parse-partial-sexp' landing inside a comment opener
740 (Bug#13244). Also adapt to the new values of element 7 of a parse
741 state.
742
743 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
744 parameter `not-in-delimiter'. Handle being inside comment opener.
745 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
746 character in case we're typing a '*' after a '/'.
747 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
748 instead by passing the parameter to c-state-pp-to-literal.
749
750 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
751 for elt. 7 of a parse state.
752
753 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
754
755 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
756 * international/latin1-disp.el, international/mule-util.el:
757 * language/cyril-util.el, language/european.el, language/ind-util.el:
758 * language/lao-util.el, language/thai.el, language/tibet-util.el:
759 * language/tibetan.el, language/viet-util.el:
760 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
761
762 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
765 (electric-pair-post-self-insert-function): Use it.
766 (electric-pair-default-inhibit): New function, extracted from
767 electric-pair-post-self-insert-function.
768
769 2013-03-31 Roland Winkler <winkler@gnu.org>
770
771 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
772
773 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
776
777 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
778
779 Un-indent after "pass" and "return" statements (Bug#13888)
780 * progmodes/python.el (python-indent-block-enders): New var.
781 (python-indent-calculate-indentation): Use it.
782
783 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
784
785 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
786 defun. Defining it as defalias could introduce too eager
787 byte-compiler optimization. (Bug#14030)
788
789 2013-03-30 Chong Yidong <cyd@gnu.org>
790
791 * iswitchb.el (iswitchb-read-buffer): Fix typo.
792
793 2013-03-30 Leo Liu <sdl.web@gmail.com>
794
795 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
796 (kmacro-execute-from-register): Pass the keyboard macro to
797 kmacro-call-macro or repeating won't work correctly.
798
799 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
800
801 * progmodes/subword.el: Back to using `forward-symbol'.
802
803 * subr.el (forward-whitespace, forward-symbol)
804 (forward-same-syntax): Move from thingatpt.el.
805
806 2013-03-29 Leo Liu <sdl.web@gmail.com>
807
808 * kmacro.el (kmacro-to-register): New command.
809 (kmacro-execute-from-register): New function.
810 (kmacro-keymap): Bind to 'x'. (Bug#14071)
811
812 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * mpc.el: Use defvar-local and setq-local.
815 (mpc--proc-connect): Connection failures are not bugs.
816 (mpc-mode-map): `follow-link' only applies to the buffer's content.
817 (mpc-volume-map): Bind to the up-events.
818
819 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
820
821 * progmodes/subword.el (superword-mode): Use `forward-sexp'
822 instead of `forward-symbol'.
823
824 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
827 (edebug--recursive-edit): Use it.
828 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
829 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
830
831 2013-03-28 Leo Liu <sdl.web@gmail.com>
832
833 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
834
835 2013-03-27 Eli Zaretskii <eliz@gnu.org>
836
837 * facemenu.el (list-colors-callback): New defvar.
838 (list-colors-redisplay): New function.
839 (list-colors-display): Install list-colors-redisplay as the
840 revert-buffer-function. (Bug#14063)
841
842 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
845 and suffixes don't overlap (bug#14061).
846
847 * case-table.el: Use lexical-binding.
848 (case-table-get-table): New function.
849 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
850
851 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
852
853 * progmodes/subword.el: Add `superword-mode' to do word motion
854 over symbol_words (parallels and leverages `subword-mode' which
855 does word motion inside MixedCaseWords).
856
857 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
858
859 * eshell/em-unix.el: Move su and sudo to...
860 * eshell/em-tramp.el: ...Eshell tramp module.
861
862 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
865 Change return value to be a sexp. Delay `get-buffer' to after
866 restoring the desktop (bug#13951).
867
868 2013-03-26 Leo Liu <sdl.web@gmail.com>
869
870 * register.el: Move semantic tag handling back to
871 cedet/semantic/senator.el. (Bug#14052)
872
873 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
876 into the prompt either (bug#13963).
877
878 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
881 part of "(error-foo)".
882
883 2013-03-24 Juri Linkov <juri@jurta.org>
884
885 * replace.el (list-matching-lines-prefix-face): New defcustom.
886 (occur-1): Pass `list-matching-lines-prefix-face' to the function
887 `occur-engine' if `face-differs-from-default-p' returns t.
888 (occur-engine): Add `,' inside backquote construct to evaluate
889 `prefix-face'. Propertize the prefix with the `prefix-face' face.
890 Pass `prefix-face' to the functions `occur-context-lines' and
891 `occur-engine-add-prefix'.
892 (occur-engine-add-prefix, occur-context-lines): Add optional arg
893 `prefix-face' and propertize the prefix with `prefix-face'.
894 (Bug#14017)
895
896 2013-03-24 Leo Liu <sdl.web@gmail.com>
897
898 * nxml/rng-valid.el (rng-validate-while-idle)
899 (rng-validate-quick-while-idle): Guard against deleted buffer.
900 (Bug#13999)
901
902 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
903 is the last entry in kill-buffer-hook.
904
905 * files.el (kill-buffer-hook): Doc fix.
906
907 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
908
909 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
910 Make it safe-local.
911
912 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
913
914 2013-03-23 Leo Liu <sdl.web@gmail.com>
915
916 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
917 Remove.
918
919 * nxml/rng-valid.el (rng-validate-mode)
920 (rng-after-change-function, rng-do-some-validation):
921 * nxml/rng-maint.el (rng-validate-buffer):
922 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
923 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
924 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
925 (nxml-extend-after-change-region): Use with-silent-modifications.
926
927 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
928 timer-idle-list.
929
930 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
931 (rng-next-error-1, rng-previous-error-1): Do not let-bind
932 timer-idle-list. (Bug#13999)
933
934 2013-03-23 Juri Linkov <juri@jurta.org>
935
936 * info.el (info-index-match): New face.
937 (Info-index, Info-apropos-matches): Add a nested subgroup to the
938 main pattern and add text properties with the new face to matches
939 in index entries relative to the beginning of the index entry.
940 (Bug#14015)
941
942 2013-03-21 Eric Ludlam <zappo@gnu.org>
943
944 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
945 Inhibit read only while inserting objects.
946
947 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
948
949 * progmodes/cfengine.el: Update docs to mention
950 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
951 symbol motion. Remove "_" from the word syntax.
952
953 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
954
955 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
956 syntax for both `cfengine2-mode' and `cfengine3-mode'.
957
958 2013-03-20 Juri Linkov <juri@jurta.org>
959
960 * info.el (Info-next-reference-or-link)
961 (Info-prev-reference-or-link): New functions.
962 (Info-next-reference, Info-prev-reference): Use them.
963 (Info-try-follow-nearest-node): Handle footnote navigation.
964 (Info-fontify-node): Fontify footnotes. (Bug#13989)
965
966 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
969 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
970
971 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
972
973 Suppress unnecessary non-ASCII chatter during build process.
974 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
975 (batch-skkdic-convert): Suppress most of the chatter.
976 It's not needed so much now that machines are faster,
977 and its non-ASCII component was confusing; see Dmitry Gutov in
978 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
979
980 2013-03-20 Leo Liu <sdl.web@gmail.com>
981
982 * ido.el (ido-chop): Fix bug#10994.
983
984 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
985
986 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
987 Remove vars.
988 (whitespace-color-on, whitespace-color-off):
989 Use `font-lock-fontify-buffer' (Bug#13817).
990
991 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
994 remapping in mode-line.
995 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
996
997 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
998
999 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1000 value for `whitespace-line' face (Bug#13875).
1001 (whitespace-font-lock-keywords): Change description.
1002 (whitespace-color-on): Don't save `font-lock-keywords' value, save
1003 the constructed keywords instead.
1004 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1005
1006 2013-03-19 Leo Liu <sdl.web@gmail.com>
1007
1008 * progmodes/compile.el (compilation-display-error): New command.
1009 (compilation-mode-map, compilation-minor-mode-map): Bind it to
1010 C-o. (Bug#13992)
1011
1012 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1013
1014 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1015
1016 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
1017
1018 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1019
1020 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1021
1022 * net/tramp-compat.el (tramp-compat-user-error): New defun.
1023
1024 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1025 * net/tramp-gvfs.el (top):
1026 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1027 (tramp-handle-shell-command): Use it.
1028 (tramp-dissect-file-name): Raise an error when hostname is a
1029 method name, and neither method nor user is specified.
1030
1031 * net/trampver.el: Update release number.
1032
1033 2013-03-18 Leo Liu <sdl.web@gmail.com>
1034
1035 Make sure eldoc can be turned off properly.
1036 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1037 eldoc-mode.
1038 (eldoc-display-message-p): Revert last change.
1039 (eldoc-display-message-no-interference-p)
1040 (eldoc-print-current-symbol-info): Tweak.
1041
1042 2013-03-18 Tassilo Horn <tsdh@gnu.org>
1043
1044 * doc-view.el (doc-view-new-window-function): Check the new window
1045 overlay's display property instead the char property of the
1046 buffer's first char. Use `with-selected-window' instead of
1047 `save-window-excursion' with `select-window'.
1048 (doc-view-document->bitmap): Check the current doc-view overlay's
1049 display property instead the char property of the buffer's first char.
1050
1051 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1052
1053 Automate the build of ja-dic.el (Bug#13984).
1054 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1055 from the input, rather than assume that it's been done for us by the
1056 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
1057 the current date into a ja-dic.el comment, as that complicates
1058 regression testing.
1059
1060 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * whitespace.el: Fix double evaluation.
1063 (whitespace-space, whitespace-hspace, whitespace-tab)
1064 (whitespace-newline, whitespace-trailing, whitespace-line)
1065 (whitespace-space-before-tab, whitespace-indentation)
1066 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1067 obsolete defvars.
1068 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1069 (whitespace-color-on): Use a single font-lock-add-keywords call.
1070 Fix double-evaluation of face variables.
1071
1072 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
1073
1074 * net/tramp-adb.el (tramp-adb-parse-device-names):
1075 Use `start-process' instead of `call-process'. Otherwise, the
1076 function might be blocked under MS Windows. (Bug#13299)
1077
1078 2013-03-17 Leo Liu <sdl.web@gmail.com>
1079
1080 Extend eldoc to display info in the mode-line. (Bug#13978)
1081 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1082 (eldoc-mode-line-string): New variable.
1083 (eldoc-minibuffer-message): New function.
1084 (eldoc-message-function): New variable.
1085 (eldoc-message): Use it.
1086 (eldoc-display-message-p)
1087 (eldoc-display-message-no-interference-p):
1088 Support eldoc-post-insert-mode.
1089
1090 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1091 (eval-expression): Run it.
1092
1093 2013-03-17 Roland Winkler <winkler@gnu.org>
1094
1095 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1096 strings in the list of return values.
1097
1098 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1099
1100 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1101 radix before checking for HMS forms.
1102
1103 2013-03-16 Leo Liu <sdl.web@gmail.com>
1104
1105 * progmodes/scheme.el: Add indentation and font-locking for λ.
1106 (Bug#13975)
1107
1108 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1111 token before point (bug#13942).
1112
1113 2013-03-16 Leo Liu <sdl.web@gmail.com>
1114
1115 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
1116
1117 2013-03-16 Eli Zaretskii <eliz@gnu.org>
1118
1119 * startup.el (command-line-normalize-file-name): Fix handling of
1120 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
1121 <xfq.free@gmail.com> in
1122 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1123
1124 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1125
1126 Sync with Tramp 2.2.7.
1127
1128 * net/trampver.el: Update release number.
1129
1130 2013-03-14 Tassilo Horn <tsdh@gnu.org>
1131
1132 * doc-view.el Fix bug#13887.
1133 (doc-view-insert-image): Don't modify overlay associated to
1134 non-live windows, and implement horizontal centering of image in
1135 case it's smaller than the window.
1136 (doc-view-new-window-function): Force redisplay of new windows on
1137 doc-view buffers.
1138
1139 2013-03-13 Karl Fogel <kfogel@red-bean.com>
1140
1141 * saveplace.el (save-place-alist-to-file): Don't sort
1142 `save-place-alist', just pretty-print it (bug#13882).
1143
1144 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
1145
1146 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1147 whether `default-file-name-coding-system' is bound. It isn't in
1148 XEmacs.
1149
1150 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1153 backquotes for `obsolete' (bug#13929).
1154
1155 * international/mule.el (find-auto-coding): Include file name in
1156 obsolescence warning (bug#13922).
1157
1158 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1159
1160 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1161 for CFEngine 3-specific indentation.
1162 (cfengine3-indent-line): Use it. Fix up category regex.
1163 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1164
1165 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * type-break.el (type-break-file-name):
1168 * textmodes/remember.el (remember-data-file):
1169 * strokes.el (strokes-file):
1170 * shadowfile.el (shadow-initialize):
1171 * saveplace.el (save-place-file):
1172 * ps-bdf.el (bdf-cache-file):
1173 * progmodes/idlwave.el (idlwave-config-directory):
1174 * net/quickurl.el (quickurl-url-file):
1175 * international/kkc.el (kkc-init-file-name):
1176 * ido.el (ido-save-directory-list-file):
1177 * emulation/viper.el (viper-custom-file-name):
1178 * emulation/vip.el (vip-startup-file):
1179 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1180 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1181
1182 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1183
1184 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1185 * language/thai-word.el: Switch to UTF-8.
1186
1187 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1190
1191 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1192
1193 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1194 Use with-current-buffer and don't move point.
1195 (net-utils-run-simple): Remove useless code.
1196 (net-utils-remove-ctl-m): Remove unused custom.
1197
1198 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1199
1200 * international/characters.el (glyphless-set-char-table-range): New fun.
1201 (update-glyphless-char-display): Use it (bug#13744).
1202
1203 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1204
1205 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1206 namespaces in the syntax, indent closer for hanging brace
1207 correctly, allow single-quote delimited 'strings', and make
1208 `cfengine3-mode' the default.
1209
1210 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1211
1212 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1213 Use lexical-binding. Fix up docstring according to conventions.
1214 (gdbmi-debug-mode): New var.
1215 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1216 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1217 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1218 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1219 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1220 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1221 (gdbmi-bnf-incomplete-record-result): New functions.
1222 (gdb-car<): Remove function.
1223 (gdbmi-record-list): Remove variable.
1224 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1225 (gdbmi-bnf-result-state-configs): New const.
1226 (gud-gdbmi-marker-filter): Rewrite.
1227 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1228 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1229 Add `token' argument.
1230 (gdb-done, gdb-error): New functions.
1231 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1232
1233 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * term/xterm.el (xterm--report-background-handler): Don't burp
1236 upon timeout.
1237 (xterm--version-handler): Extract from terminal-init-xterm.
1238 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1239 Allow multiple handlers.
1240 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1241
1242 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1243 (xterm--report-background-handler, xterm--query): New functions.
1244 (terminal-init-xterm): Use them.
1245
1246 2013-03-11 Michael R. Mauger <michael@mauger.com>
1247
1248 * progmodes/sql.el Version 3.2
1249 Please note that my address changed to <michael@mauger.com>;
1250 the <mmaug@yahoo.com> address remains active.
1251 (sql-connection-alist): Updates documentation to fix bug#13715.
1252 (sql-connect): Handle missing `sql-connection-alist' correctly.
1253 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1254 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1255 property.
1256 (sql-default-value): New function.
1257 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1258 values were not used.
1259 (sql-rename-buffer): Make sure alternate buffer name has no text
1260 properties.
1261 (sql-input-sender, sql-execute-feature): Fetch variable with
1262 `buffer-local-value' rather than `with-current-buffer'.
1263 (sql-*): Use #' function syntax consistently.
1264 (sql-*): Use message/error/user-error consistently.
1265
1266 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * xt-mouse.el (xterm-mouse-event-read): Remove.
1269 (xterm-mouse--read-event-sequence-1000)
1270 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1271
1272 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * term/xterm.el (xterm-function-map): Support format used with
1275 formatOtherKeys=1 (bug#13839).
1276
1277 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1278 (with-no-warnings): Use `declare'.
1279
1280 * whitespace.el (whitespace-enable-predicate): New variable.
1281 (whitespace-enable-predicate): Use it.
1282
1283 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1284 (comint-output-filter, comint-update-fence):
1285 Use with-silent-modifications.
1286
1287 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1288
1289 * replace.el (occur-read-regexp-defaults-function): New var.
1290 (occur-read-regexp-defaults): New defun.
1291 (occur-read-primary-args): Propagate above change (bug#13892).
1292
1293 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1296
1297 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1298
1299 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1300
1301 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1302 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1303 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1304 New defconst.
1305 (tramp-gvfs-file-name-handler-alist) [directory-files]
1306 [directory-files-and-attributes, file-exists-p, file-modes]:
1307 Use Tramp default handler.
1308 [file-acl, file-selinux-context, process-file, set-file-acl]:
1309 [set-file-modes, set-file-selinux-context, shell-command]:
1310 [start-file-process]: Remove handler.
1311 [verify-visited-file-modtime]: New handler.
1312 (tramp-gvfs-dbus-string-to-byte-array)
1313 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1314 calls of `dbus-string-to-byte-array' and
1315 `tramp-gvfs-dbus-byte-array-to-string'.
1316 (tramp-gvfs-handle-copy-file)
1317 (tramp-gvfs-handle-delete-directory)
1318 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1319 (tramp-gvfs-handle-file-directory-p)
1320 (tramp-gvfs-handle-file-executable-p)
1321 (tramp-gvfs-handle-file-name-all-completions)
1322 (tramp-gvfs-handle-file-readable-p)
1323 (tramp-gvfs-handle-file-writable-p)
1324 (tramp-gvfs-handle-insert-directory)
1325 (tramp-gvfs-handle-insert-file-contents)
1326 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1327 (tramp-gvfs-handle-set-visited-file-modtime)
1328 (tramp-gvfs-handle-write-region): Rewrite.
1329 (tramp-gvfs-handle-file-acl)
1330 (tramp-gvfs-handle-file-selinux-context)
1331 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1332 (tramp-gvfs-handle-set-file-modes)
1333 (tramp-gvfs-handle-set-file-selinux-context)
1334 (tramp-gvfs-handle-shell-command)
1335 (tramp-gvfs-handle-start-file-process)
1336 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1337 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1338 over the symlinks. Fix user handling.
1339 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1340 of the D-Bus signals.
1341 (tramp-gvfs-connection-mounted-p): Handle different names of the
1342 D-Bus methods.
1343 (tramp-gvfs-mount-spec-entry): New defun.
1344 (tramp-gvfs-mount-spec): Use it.
1345 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1346 there is a share name. Handle different names of the D-Bus
1347 signals and methods. Set connection properties needed for
1348 `tramp-check-cached-permissions'.
1349 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1350 Return t or nil.
1351
1352 * net/tramp.el (tramp-backtrace): Move up.
1353 (tramp-error): Dump a backtrace into the debug buffer when
1354 `tramp-verbose > 9.
1355 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1356 (tramp-file-mode-permissions, tramp-get-local-uid)
1357 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1358 tramp-sh.el.
1359
1360 * net/tramp-sh.el (tramp-file-mode-type-map)
1361 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1362 (tramp-file-mode-permissions, tramp-get-local-uid)
1363 (tramp-get-local-gid): Move to tramp.el.
1364
1365 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 Separate mouse-1-click-follows-link from mouse-drag-region.
1368 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1369 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1370 (mouse-drag-line, mouse-drag-track):
1371 Remove mouse-1-click-follows-link code.
1372 (mouse--remap-link-click-p): Remove.
1373
1374 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1375
1376 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1377 (hi-lock-read-regexp-defaults): New defun.
1378 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1379 (hi-lock-face-phrase-buffer): Propagate above change.
1380 Update docstring (bug#13892).
1381
1382 * subr.el (find-tag-default-as-regexp): New defun.
1383 * replace.el (read-regexp): Propagate above change.
1384
1385 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1386
1387 * calc/calc-units.el (calc-convert-units): Fix the way that default
1388 new units are stored.
1389
1390 2013-03-07 Matthias Meulien <orontee@gmail.com>
1391
1392 * bookmark.el: Define a face to highlight bookmark names in
1393 bookmark menu buffers, where the default is a bold face similarly
1394 to buffer names in buffer menu buffers.
1395 (bookmark-menu-bookmark): New face to highlight bookmark names.
1396 (bookmark-insert-location): Remove duplicated text property to
1397 conform to buffer list (see `list-buffers').
1398 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1399 `bookmark-menu-bookmark' to bookmark names.
1400
1401 2013-03-07 Matthias Meulien <orontee@gmail.com>
1402 Karl Fogel <kfogel@red-bean.com>
1403
1404 * bookmark.el: Display the bookmark list header similarly to the
1405 buffer list header (see `list-buffers'), where the default is now
1406 an immovable/immutable header line.
1407 (bookmark-bmenu-use-header-line): New variable.
1408 (bookmark-bmenu-inline-header-height): New name for
1409 `bookmark-bmenu-header-height', to avoid confusion with the code
1410 for the new immovable header. All references changed.
1411 (bookmark-bmenu-set-header): New function.
1412 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1413 Conditionalize header construction accordingly.
1414 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1415 the inline header height.
1416 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1417 Conditionalize the skipping of the inline header height.
1418
1419 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1420
1421 * progmodes/js.el (js--multi-line-declaration-indentation):
1422 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1423
1424 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1425
1426 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1427 Only propertize regexp when not inside a string (Bug#13885).
1428
1429 2013-03-06 Alan Mackenzie <acm@muc.de>
1430
1431 Correct the position of point in some line-up functions.
1432 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1433 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1434 point at column 0 rather than at a random place in the line.
1435
1436 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1437
1438 * net/tramp-compat.el (tramp-compat-delete-directory):
1439 Implement TRASH argument.
1440
1441 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1442
1443 Keep pre-existing highlighting in completion candidates (Bug#13250).
1444 * minibuffer.el (completions-first-difference): State that the
1445 face is "added" in the docstring.
1446 (completions-common-part): Same. And don't inherit from default.
1447 (completion-hilit-commonality): Prepend 'completions-common-part
1448 and 'completion-first-difference faces to the 'face property,
1449 instead of replacing the value(s).
1450 (completion--insert-strings): Same with 'completions-annotations face.
1451 (completion-hilit-commonality): Use 'face instead of
1452 'font-lock-face, because it gets priority if the completion
1453 strings already have 'face set.
1454
1455 2013-03-04 Alan Mackenzie <acm@muc.de>
1456
1457 Replace `last-command-event' by `last-command-char' in XEmacs.
1458 * progmodes/cc-defs.el (c-last-command-char): New macro.
1459 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1460 (c-semi&comma-no-newlines-before-nonblanks)
1461 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1462 in place of `last-command-event'.
1463 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1464 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1465 (c-electric-paren, c-electric-continued-statement): Use the new
1466 macro in place of `last-command-event'.
1467
1468 2013-03-04 Glenn Morris <rgm@gnu.org>
1469
1470 * files.el (inhibit-local-variables-regexps):
1471 Add .diff and .patch. (Bug#13862)
1472
1473 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1474
1475 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1476 whether the "su" command is available on the device.
1477
1478 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1479
1480 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1481 (tramp-adb-handle-process-file): Remove superfluous setting.
1482 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1483 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1484 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1485
1486 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1489 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1490 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1491 Use dict-key rather than dict-name for the error message.
1492
1493 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1494
1495 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1496 when reverting (bug#13831).
1497
1498 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1499
1500 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1501 Always expand affix-file before storing to protect against changed
1502 `default-directory'.
1503 (ispell-print-if-debug): Make sure message is printed at the end
1504 of the debug buffer.
1505
1506 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1507
1508 * net/tramp.el (tramp-obsolete-methods): New defconst.
1509 (tramp-warned-obsolete-methods): New defvar.
1510 (tramp-find-method): Check for obsolete methods. Map them to a
1511 replacement method if appropriate.
1512
1513 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1514 Remove methods.
1515 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1516 "ssh2" and "plink1".
1517
1518 2013-02-28 Dale Sedivec <dale@codefu.org>
1519
1520 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1521 Return valid syntax-table property value when converting
1522 quotes within text from string syntax to punctuation syntax (bug#13844).
1523
1524 2013-02-28 Juri Linkov <juri@jurta.org>
1525
1526 * dired-aux.el (dired-diff): If file at point is a backup file,
1527 use its original as the default value, and reverse the order
1528 of arguments to the `diff' call. Doc fix. (Bug#13772)
1529
1530 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1531
1532 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1533 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1534
1535 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1536
1537 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1538
1539 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1540 Ask hunspell about available and default dictionaries.
1541 (ispell-parse-hunspell-affix-file): Extract relevant info from
1542 hunspell affix file.
1543 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1544 `ispell-dictionary-alist' entry for given dictionary after info
1545 provided by `ispell-parse-hunspell-affix-file'.
1546 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1547 of parsed hunspell dicts and associated affix files.
1548 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1549 of parsed hunspell dicts and associated parameters.
1550 (ispell-set-spellchecker-params):
1551 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1552 previously done.
1553 (ispell-start-process):
1554 Call `ispell-hunspell-fill-dictionary-entry' for current
1555 dictionary if it is not initialized.
1556
1557 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * imenu.el: Comment nitpicks.
1560
1561 2013-02-28 Sam Steingold <sds@gnu.org>
1562
1563 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1564 See <http://stackoverflow.com/questions/14720205>.
1565
1566 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1567
1568 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1569 (net-utils-mode): Use it.
1570 (net-utils--revert-cmd): New var.
1571 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1572 (traceroute): Use net-utils-run-simple.
1573
1574 2013-02-28 Glenn Morris <rgm@gnu.org>
1575
1576 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1577
1578 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1581 (doc-view-fallback-mode): Remove overlays here.
1582 (doc-view-toggle-display): Instead of here. Don't throw away
1583 image-mode-winprops-alist.
1584 (doc-view-goto-page): Don't mess with hscroll.
1585
1586 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1587
1588 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1589 &optional (bug#13819).
1590
1591 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1592
1593 * net/tramp-adb.el (tramp-adb-parse-device-names)
1594 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1595
1596 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1599 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1600 defined. POSIX environments fall back to the "C" locale then and
1601 emit a warning, which shall be suppressed.
1602
1603 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1606 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1607
1608 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1611
1612 2013-02-25 Juri Linkov <juri@jurta.org>
1613
1614 * replace.el (read-regexp): Let-bind `default' to the first
1615 element of `defaults' if it's a list, otherwise it should be
1616 a string or nil. Let-bind `suggestions' to `defaults' if it's
1617 a list, otherwise make a list with the string value. Doc fix.
1618 (Bug#13805)
1619
1620 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1621
1622 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1623 that match "\`\.#", to avoid compiling lock files, even if they
1624 are readable (as they are on MS-Windows).
1625
1626 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * files.el (basic-save-buffer): Remove redundant directory-creation.
1629
1630 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1631
1632 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1633 Add option to force `pi' to remain symbolic.
1634 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1635 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1636 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1637 derivatives, when necessary.
1638
1639 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1640
1641 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1642 (ps-mode-octal-region): Use string-make-unibyte.
1643
1644 2013-02-23 Glenn Morris <rgm@gnu.org>
1645
1646 * emulation/viper-cmd.el (viper-submit-report):
1647 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1648 * progmodes/vera-mode.el (vera-mode-help-address):
1649 * textmodes/artist.el (artist-maintainer-address):
1650 * textmodes/reftex.el (reftex-report-bug):
1651 * vc/ediff-util.el (ediff-submit-report):
1652 Add bug-gnu-emacs to bug report address.
1653
1654 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1655 Remove bug report entries.
1656 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1657
1658 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1659 (byte-compile-file, byte-compile-from-buffer):
1660 Use separate input/output buffers for each level of recursive
1661 byte-compile-file calls. (Bug#13787)
1662
1663 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1664
1665 * net/tramp.el (tramp-methods): Fix docstring.
1666 (tramp-ssh-controlmaster-options): Rename it from
1667 `tramp-ssh-controlmaster-template'. Return a string.
1668 (tramp-default-method): Adapt check for
1669 `tramp-ssh-controlmaster-options'.
1670
1671 * net/tramp-sh.el (tramp-methods):
1672 Replace `tramp-ssh-controlmaster-template' by "%c".
1673 (tramp-do-copy-or-rename-file-out-of-band)
1674 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1675 that it is applied for the first hop only.
1676
1677 2013-02-22 Juri Linkov <juri@jurta.org>
1678
1679 * isearch.el (isearch-lazy-highlight-new-loop):
1680 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1681 to `isearch-other-end' if it is not nil. (Bug#13402)
1682
1683 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1684 to `match-beg'.
1685
1686 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1687 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1688 and `isearch-error' to nil.
1689
1690 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1691
1692 * progmodes/python.el (python-info-current-defun):
1693 Enhance match-data cluttering prevention.
1694
1695 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1696
1697 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1698
1699 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1700 Handle multibyte file names.
1701
1702 2013-02-22 Glenn Morris <rgm@gnu.org>
1703
1704 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1705 (sgml-transformation-function): Give it a :set function.
1706 (sgml-tag): Doc fix.
1707
1708 * cmuscheme.el (scheme-buffer):
1709 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1710 * progmodes/tcl.el (inferior-tcl-buffer):
1711 * textmodes/tex-mode.el (tex-command): Doc fixes.
1712
1713 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1714
1715 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1716
1717 2013-02-21 Bastien Guerry <bzg@gnu.org>
1718
1719 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1720
1721 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1722
1723 * progmodes/python.el (python-info-current-defun):
1724 Enhance match-data cluttering prevention.
1725
1726 2013-02-21 Glenn Morris <rgm@gnu.org>
1727
1728 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1729 loaded while outline-regexp is let bound. (Bug#9584)
1730
1731 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1732
1733 * progmodes/python.el (python-info-current-defun): Fix failed
1734 defun name retrieval because of unwanted match-data cluttering.
1735
1736 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1737
1738 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1739 defconst. Apply independent check for ControlPersist.
1740
1741 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1742 temporarily, via "env".
1743
1744 2013-02-21 Glenn Morris <rgm@gnu.org>
1745
1746 * info.el (Info-enable-edit): Remove.
1747 (Info-edit): Disable it rather than using Info-enable.
1748 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1749 (Info-cease-edit): Make editing of Info files obsolete.
1750
1751 * informat.el (Info-tagify):
1752 Handle buffers not visiting files. (Bug#13763)
1753
1754 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1755
1756 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1757
1758 2013-02-21 Glenn Morris <rgm@gnu.org>
1759
1760 * files.el (basic-save-buffer): Move check for existing parent
1761 directory after hooks. (Bug#13773)
1762
1763 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * simple.el (command-execute): Move from C. Add obsolete check.
1766 (extended-command-history): Move from C.
1767
1768 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1769
1770 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1771 (jka-compr-mode-alist-additions): Handle .txz suffix for
1772 XZ-compressed tar archives (bug#13770).
1773
1774 2013-02-20 Bastien Guerry <bzg@gnu.org>
1775
1776 * outline.el (outline-regexp, outline-heading-end-regexp):
1777 Make variables, not options (bug#13731).
1778
1779 2013-02-20 Glenn Morris <rgm@gnu.org>
1780
1781 * image.el (image-current-frame): Change from variable to function.
1782 (image-show-frame): Rename from image-nth-frame. Update callers.
1783 * image-mode.el (image-multi-frame): New variable.
1784 (image-mode-map, image-mode, image-goto-frame):
1785 Use image-multi-frame rather than image-current-frame.
1786 (image-mode, image-goto-frame): Use image-current-frame as
1787 function rather than as variable.
1788
1789 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1790 * emacs-lisp/cl-macs.el (cl--make-type-test)
1791 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1792
1793 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1794
1795 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1796 (tramp-get-file-property, tramp-set-file-property)
1797 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1798 (tramp-flush-file-property, tramp-flush-directory-property):
1799 Rename argument to KEY.
1800 (tramp-flush-connection-property): Simplify a little bit.
1801 (tramp-connection-property-p): New defun.
1802 (top): Reapply saved values only if there isn't a corresponding
1803 entry in `tramp-connection-properties'.
1804
1805 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1806
1807 * progmodes/python.el (python-indent-context):
1808 Fix python-info-line-ends-backslash-p call.
1809 (python-info-line-ends-backslash-p)
1810 (python-info-beginning-of-backslash): Respect line-number argument.
1811 (python-info-current-line-comment-p):
1812 Fix behavior when not at beginning-of-line.
1813 (python-util-position): Remove function.
1814 (python-util-goto-line): New function.
1815
1816 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1817
1818 * eshell/em-unix.el (eshell/su): Require tramp.
1819 (eshell/sudo): Require tramp. Remove now unnecessary check.
1820
1821 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1822 `tramp-current-connection' in order to avoid an error when several
1823 commands are invoked in a short time in eshell and friends.
1824
1825 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 Cleanup some of EIEIO's namespace.
1828 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1829 Use it to define all the class-* and object-* field accessors (renamed
1830 to eieio--class-* and eieio--object-*). Update all uses.
1831 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1832 class-num-slots and object-num-slots.
1833 (eieio--check-type): New macro.
1834 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1835 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1836 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1837 (object-assoc-list-safe): Use it.
1838 (eieio-defclass): Tighten regexp.
1839 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1840 Remove unreachable code.
1841 (object-class-fast): Declare obsolete.
1842 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1843 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1844 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1845 Rename from class-name, object-name, object-set-name-string,
1846 object-class, object-class-name, class-parents, class-children,
1847 class-precedence-list, class-parent; with obsolete alias.
1848 (class-of, class-direct-superclasses, class-direct-subclasses):
1849 Declare obsolete.
1850 (eieio-defmethod): Use `memq'; remove unreachable code.
1851 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1852 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1853 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1854
1855 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1856
1857 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1858 commentary.
1859
1860 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1861
1862 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1863 Use font-lock-keyword-face for macros and special forms (bug#8345).
1864
1865 2013-02-17 Didier Verna <didier@didierverna.net>
1866
1867 * net/network-stream.el (network-stream-open-starttls):
1868 Check that response to the starttls-command is non-nil. (Bug#13706)
1869
1870 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1873 Don't assume all identifier chars have syntax word.
1874 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1875 Remove bar-not-symbol. Adjust callers.
1876 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1877
1878 2013-02-17 Leo Liu <sdl.web@gmail.com>
1879
1880 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1881
1882 2013-02-17 Glenn Morris <rgm@gnu.org>
1883
1884 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1885
1886 * image-mode.el (image-mode-map): Add image-dired menu entry.
1887
1888 * image-dired.el (tumme): Make this alias obsolete.
1889
1890 2013-02-16 Glenn Morris <rgm@gnu.org>
1891
1892 * image.el (image-animated-types): Remove.
1893 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1894 (image-animated-p): Make obsolete alias.
1895 (image-animate, image-nth-frame, image-animate-timeout):
1896 Use image-multi-frame-p.
1897 (image-animate-timeout): If no delay, use image-default-frame-delay.
1898 * image-mode.el (image-mode, image-toggle-animation):
1899 Use image-multi-frame-p. (Bug#763, bug#10739)
1900 (image-mode): Adjust startup message for a multi-frame image.
1901
1902 * image-mode.el (image-mode-map): Give it a menu.
1903
1904 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1905
1906 * net/tramp-cache.el (tramp-connection-properties): New customer
1907 option.
1908 (tramp-get-connection-property): Use it.
1909
1910 * net/tramp-compat.el (top): Require 'trampver.
1911
1912 * net/tramp-sh.el (tramp-remote-process-environment):
1913 Set tramp-autoload cookie.
1914
1915 2013-02-16 Kevin Ryde <user42@zip.com.au>
1916
1917 * info-look.el (info-lookup-select-mode): If major-mode has no
1918 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1919
1920 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1921
1922 * replace.el (read-regexp): Tighten the regexp that matches tag.
1923 When tag is retrieved with `find-tag-default', use regexp that
1924 matches tag at point. Also update docstring (Bug#13687).
1925
1926 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1927
1928 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1929 add watch for the file, not its parent directory, since w32notify
1930 sets up the watch for the directory internally. (Bug#13725)
1931
1932 2013-02-16 Glenn Morris <rgm@gnu.org>
1933
1934 * image.el (image-default-frame-delay): New variable.
1935 (image-animated-p): Use image-default-frame-delay.
1936 (image-minimum-frame-delay): New constant.
1937 (image-animate-timeout): Use image-minimum-frame-delay.
1938
1939 * image.el (image-nth-frame): New, split from image-animate-timeout.
1940 (image-animate-timeout): Use image-nth-frame.
1941 * image-mode.el (image-goto-frame, image-next-frame)
1942 (image-previous-frame): New commands.
1943 (image-mode-map): Add new frame commands.
1944
1945 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1946
1947 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1948 If col-desc already has help-echo, use it. (Bug#13563)
1949
1950 2013-02-16 Glenn Morris <rgm@gnu.org>
1951
1952 * image.el (image-current-frame): New variable.
1953 (image-animate-timeout): Set image-current-frame.
1954 * image-mode.el (image-mode): For animated images,
1955 display a frame counter via mode-line-process.
1956
1957 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1958
1959 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1960
1961 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1962
1963 2013-02-15 Alan Mackenzie <acm@muc.de>
1964
1965 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1966 global minor mode has been enabled, call the minor mode function
1967 for a new buffer once only, after the major mode hook, whilst
1968 allowing that hook explicitly to disable the minor mode.
1969 (MODE-disable-in-buffer): New (generated) function.
1970 (disable-MODE): New (generated) buffer local variable.
1971
1972 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1973
1974 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1975 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1976 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1977 `ido-next-match' and `ido-prev-match' resply.
1978 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1979 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1980 `icomplete-backward-completions' (Bug#13708).
1981
1982 2013-02-15 Glenn Morris <rgm@gnu.org>
1983
1984 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1985
1986 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1989 (goto-address-fontify-region): Use them instead of narrowing, so
1990 syntax-ppss has access to the whole buffer.
1991
1992 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1993
1994 * progmodes/python.el: Explain how to restore "cc-mode"-like
1995 forward-sexp movement in header documentation (Bug#13642).
1996 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1997 comments and strings (GH bug 114).
1998
1999 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
2000
2001 * progmodes/python.el (python-info-current-defun): Fix current
2002 defun detection (Bug#13618).
2003
2004 2013-02-15 Chong Yidong <cyd@gnu.org>
2005
2006 * xml.el (xml-parse-string): Fix typo in handling of bad character
2007 references.
2008
2009 2013-02-15 Glenn Morris <rgm@gnu.org>
2010
2011 * play/fortune.el (fortune-compile): Simplify and fix previous change.
2012
2013 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
2014
2015 * net/tramp.el (tramp-debug-message):
2016 Add `tramp-condition-case-unless-debug'.
2017 (tramp-debug-on-error): New defvar.
2018 (tramp-condition-case-unless-debug): New defun.
2019 (tramp-file-name-handler): Use it.
2020
2021 2013-02-14 Juri Linkov <juri@jurta.org>
2022
2023 * info.el (Info-isearch-filter): Treat non-nil values of
2024 `search-invisible' including its default value `open'
2025 like the value `t' to match hidden text. (Bug#13402)
2026
2027 2013-02-14 Glenn Morris <rgm@gnu.org>
2028
2029 * help-fns.el (find-lisp-object-file-name): Give special treatment
2030 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
2031
2032 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
2033
2034 * net/quickurl.el (quickurl-save-urls):
2035 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
2036
2037 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2038
2039 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2040 depth for unfinished percent literal. Not using it in the caller.
2041 (ruby-move-to-block): Jump over multiline literals of all types,
2042 ignoring code-looking contents inside them.
2043 (ruby-add-log-current-method): Improve performance at the expense
2044 of accuracy. `ruby-block-contains-point' is relatively slow, so
2045 only use it for method and singleton class blocks.
2046
2047 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2048
2049 Use ControlMaster where applicable. (Bug#13677)
2050
2051 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2052 replacing `tramp-detect-ssh-controlmaster'.
2053 (tramp-default-method): Use it.
2054
2055 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2056 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2057 arguments.
2058 [scpc, rsyncc]: Remove methods.
2059 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2060 and "ssh2_old".
2061 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2062 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2063
2064 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 * emacs-lisp/package.el (package--initialized): Move before first use.
2067
2068 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
2069
2070 * icomplete.el (icomplete-hide-common-prefix): New user option.
2071 (icomplete-first-match): New face.
2072 (icomplete-completions): Correct handling of "complete but not
2073 unique" (Bug#12638).
2074
2075 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
2076
2077 * descr-text.el (describe-char): Display the script (bug#13698).
2078
2079 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * tmm.el: Use lexical-binding and current-active-maps.
2082 (tmm-menubar): Use map-keymap and pcase.
2083 (tmm--completion-table): New function.
2084 (tmm-prompt): Use it to fix the menu order.
2085 (tmm-get-keybind): Use current-active-maps.
2086
2087 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
2088
2089 Add dired-hide-details-mode. (Bug#6799)
2090
2091 * locate.el (locate-mode): Set parent mode property to dired-mode.
2092
2093 * find-dired.el (find-dired): Call dired-insert-set-properties on
2094 initial information line. Set process mark on end of buffer.
2095 (find-dired-sentinel):
2096 Call dired-insert-set-properties on summary.
2097
2098 * dired.el (dired-hide-details-hide-symlink-targets)
2099 (dired-hide-details-hide-information-lines): New options.
2100 (dired-insert-directory):
2101 Set properties after final treatment of output.
2102 (dired-insert-set-properties):
2103 Set dired-hide-details-* properties.
2104 (dired-mode-map): Bind dired-hide-details-mode.
2105 (dired-mode): Set buffer-invisibility-spec to a list.
2106 (dired-next-line): Skip hidden lines.
2107 (dired-previous-line): Use dired-next-line.
2108 (dired-hide-details-mode): New minor mode.
2109 (dired-hide-details-update-invisibility-spec): New function.
2110
2111 2013-02-13 Glenn Morris <rgm@gnu.org>
2112
2113 * play/yow.el: Move to obsolete/. (Bug#9384)
2114
2115 2013-02-13 Juri Linkov <juri@jurta.org>
2116
2117 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2118 to select `ediff-control-frame' and set input focus correctly on Xfce.
2119 (Bug#12218)
2120
2121 2013-02-13 Juri Linkov <juri@jurta.org>
2122
2123 * image-mode.el (image-mode-map):
2124 * doc-view.el (doc-view-mode-map):
2125 * vc/ediff-util.el (ediff-setup-keymap):
2126 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2127
2128 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2129
2130 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2131 performance. Instead of recalculating indentation fully for each
2132 line, sum up indentation depth based only on visited lines.
2133 (ruby-parse-partial): Increase the depth after "do" even when END
2134 is right after it.
2135 (ruby-parse-partial): When END is in the middle of a percent
2136 literal, increase the depth if the delimiter chars belong to the
2137 paren syntax class.
2138
2139 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
2140
2141 * play/fortune.el (fortune-compile): Also make the compiled file
2142 if it does not exist at all, not just if it is old. (Bug#5338)
2143
2144 2013-02-13 Glenn Morris <rgm@gnu.org>
2145
2146 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2147
2148 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
2149
2150 * lisp/emacs-lisp/package.el (package-menu-execute):
2151 Add optional noquery argument. (Bug#13625)
2152
2153 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2154
2155 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2156 if DIR exists and PARENTS is non-nil.
2157
2158 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * progmodes/js.el (js--multi-line-declaration-indentation):
2161 Silence byte-compiler warning.
2162
2163 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
2164
2165 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2166
2167 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2168 only if it doesn't exist.
2169
2170 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2171 Set process marker.
2172
2173 2013-02-12 Tassilo Horn <tsdh@gnu.org>
2174
2175 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2176 UserInstallation when calling soffice to work around LibreOffice
2177 bug 37531.
2178
2179 2013-02-12 Glenn Morris <rgm@gnu.org>
2180
2181 * files.el (basic-save-buffer):
2182 Offer to create a non-existing directory. (Bug#3016)
2183
2184 * calc/calc-graph.el (calc-graph-show-dumb):
2185 * calendar/calendar.el (calendar-mode-map):
2186 * cus-edit.el (custom-mode-map):
2187 * ehelp.el (electric-help-map):
2188 * emulation/vip.el (vip-mode-map):
2189 * epa.el (epa-key-list-mode-map):
2190 * info.el (Info-mode-map):
2191 * mail/rmail.el (rmail-mode-map):
2192 * mail/rmailsum.el (rmail-summary-mode-map):
2193 * man.el (Man-mode-map):
2194 * net/newst-plainview.el (newsticker-mode-map):
2195 * progmodes/cpp.el (cpp-edit-mode-map):
2196 * progmodes/grep.el (grep-mode-map):
2197 * progmodes/idlw-help.el (idlwave-help-mode-map):
2198 * simple.el (special-mode-map):
2199 * startup.el (splash-screen-keymap):
2200 * view.el (view-mode-map):
2201 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2202
2203 2013-02-11 Elias Pipping <pipping@lavabit.com>
2204
2205 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2206 (bug#13679).
2207
2208 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2211
2212 2013-02-11 Glenn Morris <rgm@gnu.org>
2213
2214 * vc/diff.el (diff-use-labels): New variable.
2215 (diff-no-select): Use --label rather than -L, and first
2216 check that it is supported. (Bug#11067)
2217
2218 * files.el (enable-dir-local-variables): New variable.
2219 (hack-dir-local-variables): Respect enable-dir-local-variables.
2220 * tutorial.el (help-with-tutorial):
2221 Ignore directory-local variables. (Bug#11127)
2222
2223 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2224 (vc-svn-global-switches): ... to here. (Bug#13513)
2225
2226 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2227
2228 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2229 Handle "foo (bar, default: xxx): " prompts.
2230
2231 2013-02-10 Chong Yidong <cyd@gnu.org>
2232
2233 * files.el (basic-save-buffer-1): Do not set
2234 buffer-file-coding-system-explicit (Bug#4533).
2235
2236 * mail/emacsbug.el (report-emacs-bug): Change binding of
2237 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2238
2239 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2240
2241 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2242 * calc/calc-units.el (calc-convert-units): Use new variable.
2243
2244 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2245
2246 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2247
2248 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2249 buffer-file-type.
2250
2251 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2252 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2253 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2254 coding-system-for-write instead.
2255
2256 * jka-compr.el (jka-compr-write-region): Don't bind
2257 buffer-file-type.
2258
2259 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2260 buffer-file-type.
2261
2262 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2263 (insert-file-contents-literally): Remove reference to
2264 file-name-buffer-file-type-alist.
2265
2266 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2267 make-obsolete.
2268 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2269 (find-buffer-file-type-coding-system): Remove references to
2270 find-buffer-file-type-match, find-buffer-file-type, and
2271 buffer-file-type.
2272 Don't put find-buffer-file-type-coding-system into
2273 file-coding-system-alist.
2274 (find-file-binary, find-file-text): Bind coding-system-for-read
2275 instead of file-name-buffer-file-type-alist.
2276
2277 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2278
2279 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2280 converter (Bug#13622).
2281 (doc-view-unoconv-program): Make obsolete alias.
2282 (doc-view-odf->pdf-converter-program): New variable.
2283 (doc-view-odf->pdf-converter-function): New variable.
2284 (doc-view-mode-p): Use it.
2285 (doc-view-odf->pdf-converter-unoconv):
2286 Rename from `doc-view-odf->pdf-converter-unoconv'.
2287 (doc-view-odf->pdf-converter-soffice): New function.
2288 (doc-view-convert-current-doc):
2289 Use `doc-view-odf->pdf-converter-function'.
2290
2291 2013-02-09 Chong Yidong <cyd@gnu.org>
2292
2293 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2294 view-echo-area-messages (Bug#13340).
2295
2296 * help.el (view-echo-area-messages): Use display-buffer.
2297
2298 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2299 (Bug#13561).
2300
2301 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2304 Eval body right away, now that we do eager macroexpansion (bug#13605).
2305
2306 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2307 (fundamental-mode): Use run-mode-hooks.
2308
2309 * eshell/esh-proc.el (eshell/kill): Fix last change.
2310 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2311
2312 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2313
2314 * eshell/esh-proc.el (eshell/kill): Rewrite.
2315
2316 * eshell/em-ls.el (show-almost-all): Declare.
2317 (eshell-do-ls): Add support for -A argument.
2318
2319 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2320
2321 * icomplete.el (icomplete-forward-completions)
2322 (icomplete-backward-completions): Handle corner case (bug#13602).
2323
2324 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2325
2326 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2327 be nil. Handle this. (Bug#13636)
2328
2329 2013-02-07 Richard Stallman <rms@gnu.org>
2330
2331 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2332 `save-buffer-coding-system'.
2333
2334 2013-02-07 Alan Mackenzie <acm@muc.de>
2335
2336 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2337 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2338 (c-parse-state-get-strategy): Don't return 'BOD any more.
2339 (c-append-lower-brace-pair-to-state-cache):
2340 Extra parameter HERE instead of narrowing.
2341 Widen to top of buffer before searching backwards for a brace pair.
2342 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2343 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2344 Narrow to parameter HERE, in place of being called narrowed.
2345 (c-remove-stale-state-cache): Extra parameter HERE in place of
2346 narrowing. Check there's an open brace in the cache before
2347 searching for its match.
2348 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2349 (c-parse-state-1): Don't narrow here for 'forward strategy,
2350 instead passing extra parameter HERE to several functions.
2351 Remove 'BOD strategy.
2352
2353 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2354
2355 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2356 used to install the package.
2357
2358 2013-02-06 Glenn Morris <rgm@gnu.org>
2359
2360 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2361 if we can't get user input. (Bug#6567)
2362
2363 * startup.el (command-line): If simple.el is missing,
2364 test and warn about for some possible causes.
2365
2366 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2367
2368 * cus-start.el (all): Add ns-use-native-fullscreen.
2369
2370 2013-02-05 Glenn Morris <rgm@gnu.org>
2371
2372 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2373
2374 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2375 Fix directory creation in fallback case.
2376
2377 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2378
2379 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2380 (vc-update-change-log): Use dolist.
2381
2382 2013-02-04 Chong Yidong <cyd@gnu.org>
2383
2384 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2385 code from ffap.el.
2386 (thing-at-point-beginning-of-url-regexp): New var.
2387 (thing-at-point-uri-schemes): Update list of URI schemes.
2388 (thing-at-point-url-regexp): Variable deleted.
2389 (thing-at-point-markedup-url-regexp): Disallow newlines.
2390 (thing-at-point-newsgroup-regexp)
2391 (thing-at-point-newsgroup-heads)
2392 (thing-at-point-default-mail-uri-scheme): New variables.
2393 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2394 method to find the possible bounds of the URI at point.
2395 New optional argument to find ill-formed URIs.
2396 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2397 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2398 the scheme-adding heuristics from ffap-url-at-point.
2399 (thing-at-point--bounds-of-well-formed-url): New function.
2400 Do parens matching to decide whether to include parens in the URI
2401 (Bug#9153).
2402
2403 * ffap.el: Require thingatpt.
2404 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2405 All URI-valid characters are now recognized (Bug#5673).
2406 (ffap-string-at-point): Use use-region-p.
2407 (ffap-url-regexp): Extra character is handled by thing-at-point.
2408 (ffap-string-at-point-mode-alist): Allow parentheses.
2409 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2410 Convert to aliases; code moved to thingatpt.el.
2411 (ffap-gnus-hook): Use setq-local.
2412
2413 2013-02-04 Glenn Morris <rgm@gnu.org>
2414
2415 * emacs-lisp/ert.el (ert--explain-format-atom):
2416 Don't try to print non-characters as characters. (Bug#13543)
2417
2418 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2419
2420 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2421 (tramp-backtrace): New defun.
2422 (tramp-handle-insert-file-contents): Use `visit' when inserting
2423 the local copy.
2424
2425 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2426 Use `remote-file-name-inhibit-cache'.
2427
2428 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2431 (bug#13614).
2432
2433 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2434 current-load-list (bug#13366).
2435
2436 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2437
2438 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2439 Identify g++ template instantiation trace. (Bug#12287)
2440 (compilation-mode-hook, compilation-start-hook)
2441 (compilation-window-height): Simplify docstrings. (Bug#13379)
2442
2443 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * mouse.el (mouse-drag-track): Always deactivate the mark before
2446 running the final event's command since that command is in charge of
2447 activating the mark if needed (bug#13523).
2448
2449 2013-02-02 Juri Linkov <juri@jurta.org>
2450
2451 * replace.el (perform-replace): Move let-bindings of isearch-*
2452 variables deeper to the loop that searches for the next match.
2453 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2454 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2455 (Bug#13579)
2456
2457 * isearch.el (isearch-search-fun-default): Check for null
2458 first element of isearch-cmds as a precaution when it's used
2459 with inactive isearch.
2460
2461 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2462
2463 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2464 error when buffer in question is narrowed so position 1 is out of
2465 visible part.
2466
2467 2013-02-02 Glenn Morris <rgm@gnu.org>
2468
2469 * textmodes/remember.el (remember-clipboard): Doc fix.
2470
2471 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2474 properties (bug#13179).
2475
2476 2013-02-02 Juri Linkov <juri@jurta.org>
2477
2478 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2479 instead of hard-coded default face `match'. (Bug#9438)
2480
2481 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2482
2483 * vc/vc-arch.el (vc-arch-registered):
2484 * vc/vc-bzr.el (vc-bzr-registered):
2485 * vc/vc-cvs.el (vc-cvs-registered):
2486 * vc/vc-git.el (vc-git-registered):
2487 * vc/vc-hg.el (vc-hg-registered):
2488 * vc/vc-mtn.el (vc-mtn-registered):
2489 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2490 (Bug#13139)
2491
2492 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2493 prefix argument. (Bug#11656)
2494
2495 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2498
2499 2013-02-01 Glenn Morris <rgm@gnu.org>
2500
2501 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2502 if the backend is known not to support it.
2503
2504 * imenu.el (imenu-default-create-index-function):
2505 Tweak infinite loop test to check for forward motion as well as none.
2506
2507 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2508
2509 * net/soap-client.el (soap-invoke): Encode the string for
2510 `url-request-data' as UTF-8.
2511 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2512
2513 2013-02-01 Glenn Morris <rgm@gnu.org>
2514
2515 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2516
2517 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2518
2519 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2520
2521 * net/tramp.el (tramp-tramp-file-p): Comment check for
2522 `string-as-unibyte'. The function does not exist on XEmacs, and
2523 likely we need another approach.
2524
2525 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2526 `tramp-gw-*' variables are bound.
2527
2528 2013-01-31 Glenn Morris <rgm@gnu.org>
2529
2530 * files.el (basic-save-buffer-2): Choose coding system for
2531 writing the file before backing it up, to reduce delay between
2532 backing up and writing the new version. (Bug#13522)
2533
2534 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2535
2536 * simple.el (cycle-spacing): New command.
2537 (just-one-space): Use it.
2538
2539 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2542 (opascal-newline-always-indents): Remove custom.
2543 (opascal-tab, opascal-newline): Remove commands.
2544 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2545 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2546 (opascal-save-match-data): Remove, use save-match-data instead.
2547 (opascal-save-state): Use with-silent-modifications.
2548
2549 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2550 (bug#13585).
2551
2552 2013-01-30 Juri Linkov <juri@jurta.org>
2553
2554 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2555 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2556 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2557
2558 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2561 column if we're just deleting the backslashes.
2562 (makefile-fill-paragraph): Use eolp.
2563
2564 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2565
2566 * autorevert.el (auto-revert-use-notify): Fix docstring.
2567
2568 2013-01-30 Leo Liu <sdl.web@gmail.com>
2569
2570 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2571
2572 2013-01-30 Glenn Morris <rgm@gnu.org>
2573
2574 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2575 unread-command-events twice in some cases. This tries to implement
2576 the 2012-07-26 changes in a different way. (Bug#13560)
2577
2578 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2579
2580 * progmodes/python.el
2581 (python-pdbtrack-comint-output-filter-function): Enhancements on
2582 stacktrace detection. (thanks @gnovak)
2583
2584 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2587 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2588 Use defvar-local.
2589 (jit-lock-register): Use setq-local.
2590
2591 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2592
2593 * calc-units.el (math-default-units-table): Remove initial value.
2594 (calc-convert-units): Treat expressions where all the units cancel as
2595 if they didn't have units.
2596
2597 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2598
2599 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2600 (tramp-completion-reread-directory-timeout): Fix type.
2601 (tramp-connection-min-time-diff): New defcustom.
2602
2603 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2604
2605 2013-01-30 Glenn Morris <rgm@gnu.org>
2606
2607 * imenu.el (imenu-default-create-index-function):
2608 Put back a version of the infinite loop test removed 2013-01-23.
2609
2610 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2611
2612 * progmodes/python.el (python-shell-parse-command):
2613 Find python-shell-interpreter with modified environment.
2614
2615 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2618
2619 2013-01-29 Alan Mackenzie <acm@muc.de>
2620
2621 Amend to fontify /regexp/s in actions correctly.
2622 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2623 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2624 are no longer included.
2625 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2626 What used to be these variables without "-line" in the name.
2627 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2628 (c-awk-non-arith-op-bra-re): Now also matches {.
2629 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2630 "return", and "case".
2631 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2632 by /.
2633 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2634 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2635
2636 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2637
2638 * autorevert.el (auto-revert-use-notify):
2639 Use `custom-initialize-default' for initialization. (Bug#13583)
2640
2641 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2642
2643 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2644 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2645 in `tramp-file-name-handler'.
2646 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2647 compatibility.
2648 (tramp-compute-multi-hops): Check, whether
2649 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2650
2651 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2654 (bug#13297).
2655
2656 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2657
2658 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2659 checks made superfluous by the \_< operator.
2660 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2661 temporarily) broken indentation.
2662 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2663 Highlight nested constants, too. \_< broke that.
2664
2665 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2666
2667 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2668 instead of "\\b".
2669
2670 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2671
2672 * autorevert.el (auto-revert-handler): Notifications which result
2673 from a saved file shall not be taken into account. (Bug#13557)
2674
2675 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2676
2677 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2678 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2679 (lisp-mode): Pass t for it. (Bug#13556)
2680
2681 2013-01-25 Alan Mackenzie <acm@muc.de>
2682
2683 AWK Mode: Fix indentation bug at top level. Bug #12274.
2684
2685 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2686 just before CASE 5D.
2687
2688 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2689
2690 * net/socks.el (socks-nslookup-host): Use string-to-number.
2691
2692 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2693
2694 * autorevert.el (auto-revert-remote-files)
2695 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2696 (auto-revert-notify-enabled, auto-revert-use-notify)
2697 (auto-revert-notify-watch-descriptor-hash-list)
2698 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2699 (auto-revert-notify-event-descriptor)
2700 (auto-revert-notify-event-action)
2701 (auto-revert-notify-event-file-name): Doc fix.
2702 (global-auto-revert-mode): Reorder checks.
2703 (auto-revert-notify-rm-watch): Respect changed values of
2704 `auto-revert-notify-watch-descriptor-hash-list'.
2705 (auto-revert-notify-add-watch): Check for
2706 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2707 `inotify-add-watch'. Watch `default-directory' instead of
2708 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2709 has a changed meaning now. (Bug#13540)
2710 (auto-revert-notify-handler): Change implementation wrt events
2711 returning from a directory.
2712 (auto-revert-handler): Reorder implementation for checks of remote
2713 files.
2714 (auto-revert-buffers): Fix parentheses error.
2715
2716 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2717
2718 * progmodes/python.el: Enhancements to header documentation about
2719 skeletons. (Bug#5716)
2720
2721 * imenu.el (imenu-default-create-index-function): Remove useless
2722 infinite loop check. (Bug#13438)
2723
2724 2013-01-25 Alan Mackenzie <acm@muc.de>
2725
2726 Fix a bug in the state cache mechanism. Refactor this a bit.
2727
2728 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2729 `cache-pos' element from the return value.
2730 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2731 buffer to enable proper searching from beyond HERE. Amend the
2732 test for detecting the sought brace pair. Amend the value written
2733 to the "brace desert cache" when the brace isn't found.
2734 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2735 and several other variables analogously.
2736 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2737 parameter to a locally calculated variable.
2738 (c-parse-state-1): Change the calling conventions to the two
2739 defuns involving `cache-pos'.
2740
2741 2013-01-25 Chong Yidong <cyd@gnu.org>
2742
2743 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2744
2745 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2746
2747 * paren.el (show-paren-function): Make sure to set 'priority and
2748 'face only if the overlay does exist.
2749
2750 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2751
2752 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2753
2754 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2755 basic attributes.
2756 (tramp-sh-handle-set-file-acl): Improve error checking.
2757
2758 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2759
2760 * doc-view.el (doc-view-display): Force mode line update until all
2761 document is converted. Suggested by Stefan Monnier (Bug#13164).
2762
2763 2013-01-23 Bastien Guerry <bzg@gnu.org>
2764
2765 * paren.el (show-paren-function): Make sure an overlay exists
2766 before trying to delete it. Also use `pos' as a position only
2767 when it is an integer.
2768
2769 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2770
2771 * play/gametree.el (gametree-break-line-here): Use point-marker.
2772
2773 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2774
2775 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2776 Mark descriptive parts with `display' property.
2777
2778 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2779
2780 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2781 New variable to map standard dict names to hunspell ones.
2782 (ispell-set-spellchecker-params): Make sure specific dict names
2783 are used for standard dicts with hunspell.
2784
2785 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2786
2787 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2788 chars for note (%N) and url (%U).
2789 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2790
2791 2013-01-21 Juri Linkov <juri@jurta.org>
2792
2793 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2794 in addition to existing separate binding `meta f10' in `global-map'.
2795 (Bug#13484)
2796
2797 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2798
2799 Improve XEmacs compatibility.
2800
2801 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2802
2803 * net/tramp-adb.el (top): Require `time-date'.
2804 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2805 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2806 Use `tramp-file-name-handler'.
2807 (tramp-adb-maybe-open-connection):
2808 Use `tramp-compat-set-process-query-on-exit-flag'.
2809
2810 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2811 Use `tramp-compat-funcall'.
2812
2813 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2814 `tramp-compat-funcall'.
2815
2816 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2817
2818 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2819 reimplementation using "adb shell command ..." instead of running
2820 remote shell interactively.
2821
2822 2013-01-20 Glenn Morris <rgm@gnu.org>
2823
2824 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2825 Add native profiler menu entries.
2826
2827 * profiler.el (profiler-running-p): New function.
2828 (profiler-cpu-profile): Use profiler-running-p.
2829 (profiler-report-mode-map): Add some more menu entries.
2830
2831 2013-01-19 Glenn Morris <rgm@gnu.org>
2832
2833 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2834 fixes 2012-12-07 change. (Bug#13499)
2835
2836 2013-01-19 Leo Liu <sdl.web@gmail.com>
2837
2838 * dired.el (dired-get-marked-files): Prune erroneous values due to
2839 last change. (Bug#13152)
2840
2841 2013-01-19 Glenn Morris <rgm@gnu.org>
2842
2843 * progmodes/etags.el (tags-table-check-computed-list):
2844 Preserve point in tags buffer. (Bug#13412)
2845
2846 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2847
2848 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2849 Chong Yidong <cyd@gnu.org>
2850
2851 * image-mode.el (image-next-file, image-previous-file):
2852 New commands (Bug#8453).
2853 (image-mode-map): Bind them to n and p.
2854 (image-mode--images-in-directory): New helper function.
2855
2856 2013-01-19 Chong Yidong <cyd@gnu.org>
2857
2858 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2859 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2860 save and restore the old window configuration.
2861
2862 2013-01-18 Leo Liu <sdl.web@gmail.com>
2863
2864 * progmodes/js.el: Tweak autoload cookie for alias.
2865
2866 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2867
2868 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2869 buffer local, again. This was lost with the fix on 2013-01-12.
2870
2871 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2872
2873 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2874 order to support several eshell buffers in parallel.
2875
2876 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2877
2878 * autorevert.el (auto-revert-use-notify): In the :set function, do
2879 not modify `kill-buffer-hook'.
2880 (auto-revert-notify-rm-watch):
2881 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2882 (auto-revert-notify-add-watch): Do not call
2883 `auto-revert-notify-rm-watch', but add it to a buffer local
2884 `kill-buffer-hook'.
2885
2886 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2889 call to `eval' rather than a backquoted lambda.
2890
2891 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2894 to return an explicit nil.
2895 (advice--remove-function): Change accordingly.
2896
2897 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2898 the use of nadvice.el.
2899
2900 * progmodes/which-func.el (which-function): Silence imenu errors
2901 (bug#13433).
2902
2903 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2904
2905 * progmodes/sql.el (sql-imenu-generic-expression):
2906 (sql-mode-font-lock-object-name): Match schema qualified names.
2907 (sql-connect): Use string keys.
2908 (sql-product-interactive): Wait for interpreter prompt.
2909 (sql-comint-oracle): Set process coding based on NLS_LANG.
2910
2911 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2912
2913 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2914 (sql-interactive-remove-continuation-prompt):
2915 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2916
2917 2013-01-14 Leo Liu <sdl.web@gmail.com>
2918
2919 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2920 (Bug#13420)
2921
2922 2013-01-14 Glenn Morris <rgm@gnu.org>
2923
2924 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2925 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2926
2927 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2928
2929 * progmodes/python.el (python-nav-end-of-statement):
2930 Fix cornercase when handling multiline strings.
2931
2932 2013-01-13 Richard Stallman <rms@gnu.org>
2933
2934 * mail/sendmail.el (mail-position-on-field): Add doc string.
2935
2936 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2937 Get current message boundaries and pass them to
2938 message-forward-make-body-mime. Minor style changes.
2939
2940 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2941
2942 * cus-start.el (all): Avoid warnings about
2943 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2944
2945 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2946
2947 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2948
2949 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2950
2951 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2952 (jit-lock--debug-fontifying): New var.
2953 (jit-lock--debug-fontify): New function.
2954 * subr.el (condition-case-unless-debug): Don't prevent catching the
2955 error, just let the debbugger run.
2956 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2957 timer code and don't drop errors silently.
2958
2959 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2960
2961 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2962 `permanent-local' property.
2963 (auto-revert-notify-handler): Use `file-equal-p'.
2964
2965 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2966
2967 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2968 file notification by ACTION. For filtering by file name, compare
2969 only the non-directory part of the file name.
2970
2971 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * autorevert.el: Use cl-lib instead of cl.
2974
2975 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2976 (vc-bzr-checkin): Use it.
2977 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2978 will preserve match-data.
2979
2980 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2981
2982 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2983 (js--declaration-keyword-re): New var.
2984 (js--multi-line-declaration-indentation): New function.
2985 (js--proper-indentation): Use it.
2986
2987 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2988
2989 * calc/calc.el (calc-highlight-selections-with-faces)
2990 (calc-dispatch):
2991 * comint.el (comint-history-isearch-message):
2992 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2993 * ffap.el (ffap-string-at-point-region, ffap-next)
2994 (ffap-string-at-point, ffap-string-around)
2995 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2996 (ffap-literally):
2997 * font-lock.el (font-lock-keywords-alist)
2998 (font-lock-removed-keywords-alist):
2999 * help-mode.el (help-xref-symbol-regexp):
3000 * info.el (Info-find-emacs-command-nodes):
3001 * international/mule.el (add-to-coding-system-list):
3002 * isearch.el (isearch-message-function, isearch-fail-pos):
3003 * misearch.el (multi-isearch-next-buffer-function):
3004 * newcomment.el (comment-box):
3005 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3006 (pr-setting-database):
3007 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3008 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3009 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3010 (pike-font-lock-keywords-3):
3011 * progmodes/compile.el (compile):
3012 * progmodes/etags.el (tags-table-files)
3013 (tags-table-files-function, tags-included-tables-function):
3014 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3015 (gdb-restore-windows):
3016 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3017 (ps-n-up-filling-database):
3018 * server.el (server-buffer, server-log):
3019 * simple.el (newline, delete-backward-char, delete-forward-char)
3020 (minibuffer-history-isearch-message, kill-line, track-eol)
3021 (temporary-goal-column):
3022 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3023 (flyspell-default-deplacement-commands):
3024 * textmodes/ispell.el (ispell-accept-output):
3025 * textmodes/sgml-mode.el (html-tag-help):
3026 * vc/compare-w.el (compare-ignore-whitespace)
3027 (compare-ignore-case, compare-windows-dehighlight):
3028 * vc/diff.el (diff):
3029 * whitespace.el (whitespace-point)
3030 (whitespace-font-lock-refontify, whitespace-bob-marker)
3031 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3032
3033 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
3034
3035 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3036 (auto-revert-notify-rm-watch): Ignore errors.
3037 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
3038 inotify, and '(size last-write-time) for w32notify.
3039 Set buffer-local `auto-revert-use-notify' to nil when adding a file
3040 watch fails - this is a fallback to the file modification check.
3041 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3042 (auto-revert-notify-event-action)
3043 (auto-revert-notify-event-file-name): New defuns.
3044 (auto-revert-notify-handler): Use them. Implement first
3045 plausibility checks.
3046 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3047
3048 2013-01-11 Julien Danjou <julien@danjou.info>
3049
3050 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3051 max are almost equal. Also return the correct value for V which is
3052 already between 0 and 1.
3053
3054 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3055
3056 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3057
3058 2013-01-11 Eli Zaretskii <eliz@gnu.org>
3059
3060 * autorevert.el (auto-revert-notify-rm-watch)
3061 (auto-revert-notify-add-watch): Fix typos in w32notify function
3062 names.
3063
3064 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3065
3066 * autorevert.el (auto-revert-notify-enabled): Move up.
3067 (auto-revert-use-notify): New defcustom.
3068 (auto-revert-mode, global-auto-revert-mode)
3069 (auto-revert-notify-add-watch, auto-revert-handler)
3070 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3071 `auto-revert-notify-enabled'.
3072
3073 2013-01-10 Elias Pipping <pipping@exherbo.org>
3074
3075 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3076 * doc-view.el (doc-view-document->bitmap):
3077 Use doc-view-single-page-converter-function instead of
3078 single-page-converter arg; adjust callers.
3079
3080 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
3081
3082 * progmodes/which-func.el (which-function): Understand Semantic's use
3083 of overlays in imenu--index-alist.
3084
3085 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
3086
3087 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
3088 (Man-man-k-use-anchor): New var.
3089 (Man-parse-man-k): New function.
3090 (Man-completion-table): Use it.
3091 (man): Flush the completion cache between uses.
3092
3093 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3094
3095 * autorevert.el: Add file watch support.
3096 (auto-revert-notify-enabled): New defconst.
3097 (auto-revert-notify-watch-descriptor-hash-list)
3098 (auto-revert-notify-watch-descriptor)
3099 (auto-revert-notify-modified-p): New defvars.
3100 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3101 (auto-revert-notify-handler): New defuns.
3102 (auto-revert-mode, global-auto-revert-mode): Remove file watches
3103 when mode is disabled.
3104 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3105 (auto-revert-buffers): Add file watches for active buffers.
3106
3107 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3108
3109 * cus-start.el (toplevel): Only allow float values for
3110 scroll-up-aggressively and scroll-down-aggressively.
3111 Allow any number for line-spacing.
3112
3113 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3116 (doc-view-pdf->png-converter-function): Use mupdf if available.
3117 (doc-view-djvu->png-converter-function)
3118 (doc-view-ps->png-converter-function): Remove.
3119 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3120 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3121 (doc-view-already-converted-p): Adjust accordingly.
3122 (doc-view-mode-p): Simplify.
3123 (doc-view-enlarge): Use setq-local.
3124 (doc-view-pdf->png-converter-ghostscript)
3125 (doc-view-djvu->png-converter-ddjvu)
3126 (doc-view-pdf->png-converter-mupdf): Rework to call
3127 doc-view-start-process directly.
3128 (doc-view-pdf/ps->png): Simplify accordingly.
3129 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3130 (doc-view-document->bitmap): Rename from doc-view-document->png.
3131 (doc-view-convert-current-doc): Merge pdf and djvu cases.
3132 (doc-view-set-slice-from-bounding-box): Fix completion table.
3133 (doc-view-mode): Use add-hook for after-revert-hook.
3134
3135 2013-01-10 Glenn Morris <rgm@gnu.org>
3136
3137 * emacs-lisp/authors.el (authors-ignored-files)
3138 (authors-valid-file-names, authors-renamed-files-alist):
3139 Add some more entries.
3140
3141 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3142
3143 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3144 `t' pseudo-window entry.
3145
3146 2013-01-10 Alan Mackenzie <acm@muc.de>
3147
3148 Fix bugs in the c-parse-state mechanism. Reuse some markers
3149 instead of continually generating new ones.
3150
3151 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3152 (c-state-old-cpp-end-marker): New variables.
3153 (c-append-lower-brace-pair-to-state-cache): Start a backward
3154 search for "}" definitively outside CPP constructs.
3155 (c-remove-stale-state-cache): Inform the caller of a need to
3156 search back for a brace pair in certain circumstances.
3157 (c-state-maybe-marker): New macro.
3158 (c-parse-state): Reuse markers when appropriate.
3159
3160 2013-01-10 Glenn Morris <rgm@gnu.org>
3161
3162 * simple.el (execute-extended-command): Doc fix.
3163 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3164
3165 2013-01-10 Chong Yidong <cyd@gnu.org>
3166
3167 * faces.el (read-face-name): Doc fix.
3168
3169 2013-01-10 Roland Winkler <winkler@gnu.org>
3170
3171 * emacs-lisp/crm.el: Allow any regexp for separators.
3172 (crm-default-separator): All spaces around the default comma separator.
3173 (crm--completion-command): New macro.
3174 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3175 (crm-complete-and-exit): Handle non-single-char separators.
3176
3177 2013-01-09 Elias Pipping <pipping@lavabit.com>
3178
3179 * doc-view.el: Add support for DjVu (bug#13164).
3180 (doc-view-djvu->png-converter-function): New config var.
3181 (doc-view-single-page-converter-function, doc-view--image-type)
3182 (doc-view--image-file-extension): New vars.
3183 (doc-view-mode): Initialize them.
3184 (doc-view-goto-page): Use them.
3185 (doc-view-mode-p): Add support for ddjvu.
3186 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3187 (doc-view-set-up-single-converter): New funs.
3188 (doc-view-pdf/ps->png): Extend for djvu.
3189 (doc-view-document->png): Rename from doc-view-pdf->png.
3190 (doc-view-convert-current-doc): Handle djvu.
3191 (doc-view-insert-image, doc-view-display)
3192 (doc-view-already-converted-p): Don't hardcode png.
3193 (doc-view-set-doc-type): Recognize djvu docs.
3194
3195 2013-01-09 Elias Pipping <pipping@lavabit.com>
3196
3197 * doc-view.el: Add support for mupdf converter (bug#13164).
3198 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3199 (doc-view-ps->png-converter-function): New config vars.
3200 (doc-view-pdf->png-converter-ghostscript)
3201 (doc-view-ps->png-converter-ghostscript)
3202 (doc-view-pdf->png-converter-mupdf): New functions.
3203 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3204
3205 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
3206
3207 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3208 first in session cache: When `tramp-own-remote-path' is in
3209 `tramp-remote-path', the remote path is only set in the session
3210 cache.
3211
3212 2013-01-09 Glenn Morris <rgm@gnu.org>
3213
3214 * emacs-lisp/trace.el (trace-function-foreground)
3215 (trace-function-background): Doc fix.
3216
3217 2013-01-09 Juri Linkov <juri@jurta.org>
3218
3219 * international/mule-cmds.el (read-char-by-name): Move let-binding
3220 of completion-ignore-case around completing-read to fix regression
3221 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3222 `string-match-p' using the nil value of `case-fold-search' and
3223 `completion-ignore-case' in `completion-pcm--all-completions'.
3224 (Bug#12615).
3225
3226 2013-01-09 Glenn Morris <rgm@gnu.org>
3227
3228 * progmodes/compile.el (compilation-parse-errors):
3229 Fix typo. (Bug#13369)
3230
3231 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3232
3233 * comint.el (comint-send-input): Check size of buffer before
3234 waiting for process output, in case already accepted. (Bug#13290)
3235
3236 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3237
3238 Spelling fixes.
3239 * net/tramp-adb.el (tramp-adb-get-toolbox):
3240 Fix misspelling of 'unknown'.
3241
3242 2013-01-08 Juri Linkov <juri@jurta.org>
3243
3244 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3245 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3246 Use underline style wave on terminals that support it. (Bug#13000)
3247
3248 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3251 the predicate returns nil.
3252
3253 * simple.el: Use lexical-binding.
3254 (primitive-undo): Use pcase.
3255 (minibuffer-history-isearch-push-state): Use a closure.
3256
3257 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3258
3259 * simple.el (primitive-undo): Move from undo.c.
3260
3261 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3264 (cvs-mode-remove-handled): Use it (bug#13380).
3265
3266 * emacs-lisp/nadvice.el (advice--tweak): New function.
3267 (advice--remove-function, advice--subst-main): Use it.
3268
3269 * emacs-lisp/advice.el: Update commentary.
3270
3271 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3272
3273 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3274 Remove spurious entry.
3275
3276 2013-01-08 Glenn Morris <rgm@gnu.org>
3277
3278 * net/tramp.el (tramp-default-host-alist): Add :version.
3279
3280 2013-01-08 Juri Linkov <juri@jurta.org>
3281
3282 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3283 single completion. (Bug#12456)
3284 (info--manual-names): Expand node completions into an explicit list
3285 before appending it to another list. Filter out internal buffers
3286 with the leading space in the buffer name. (Bug#10771)
3287
3288 2013-01-08 Juri Linkov <juri@jurta.org>
3289
3290 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3291 that defaults to the Top node.
3292 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3293 the short format (FILENAME) goes to the Top node.
3294 (Info-build-node-completions): Rename arg `file' to `filename'.
3295 (Bug#13365)
3296
3297 2013-01-07 Bastien Guerry <bzg@gnu.org>
3298
3299 * menu-bar.el (menu-bar-search-documentation-menu):
3300 Use `apropos-user-option' and fix the help message.
3301
3302 2013-01-07 Bastien Guerry <bzg@gnu.org>
3303
3304 * apropos.el (apropos-do-all): Update docstring.
3305 (apropos-user-option-button): New face.
3306 (apropos-user-option): Rename from `apropos-variable' and update
3307 docstring.
3308 (apropos-variable): Rewrite, now show all variables by default.
3309 (apropos-print): Mention "User option" instead of "Variable" when
3310 printing doc for user options. (Bug#13276)
3311
3312 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
3313
3314 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3315 Handle filename correctly, when parsing "source -> target" symlink
3316 output.
3317 (tramp-adb-handle-set-file-times): New defun.
3318
3319 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3322 advice list when the interactive-spec of ad-Advice-* changes.
3323
3324 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3325
3326 * wid-edit.el (widget-default-get): Work for inlined elements.
3327 (Bug#12670)
3328
3329 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3330
3331 * net/tramp.el (tramp-default-host-alist): New defcustom.
3332 (tramp-find-host): Use it.
3333 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3334 `eshell-directory-change-hook'.
3335
3336 * net/tramp-adb.el (top): Add adb specific entry in
3337 `tramp-default-host-alist'.
3338 (tramp-adb-file-name-host): Remove function.
3339 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3340 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3341
3342 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3343
3344 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
3345
3346 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3347
3348 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3349
3350 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3351 consist of more than one digit.
3352 (tramp-adb-file-name-handler-alist):
3353 Use `tramp-handle-file-exists-p' consistently.
3354 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3355 (tramp-adb-handle-file-exists-p): Remove function.
3356 (tramp-adb-file-name-host): New defun.
3357 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3358 Use it.
3359 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3360
3361 2013-01-06 Chong Yidong <cyd@gnu.org>
3362
3363 * vc/vc.el (vc-next-action): Detect buffer modifications
3364 conflicting with locking VCS operation (Bug#11490).
3365
3366 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3367
3368 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3369
3370 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3371 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3372
3373 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
3374
3375 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3376 parsing of ls output using regular expression (handle filenames
3377 with spaces). Use virtual device number.
3378 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3379 cleanup).
3380
3381 2013-01-04 Daiki Ueno <ueno@gnu.org>
3382
3383 * epg.el: Silence byte-compiler warnings.
3384 (epg--start): Use delete-char instead of delete-backward-char.
3385 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3386
3387 2013-01-04 Daiki Ueno <ueno@gnu.org>
3388
3389 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3390 Suggested by Eli Zaretskii <eliz@gnu.org>.
3391
3392 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3393
3394 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3395 non-negative integers. Otherwise, the default values are used.
3396 (tramp-convert-file-attributes): Convert uid and gid to integers.
3397
3398 2013-01-04 Glenn Morris <rgm@gnu.org>
3399
3400 * term.el (term-handle-colors-array): Ensure face attributes
3401 are fully specified, not nil. (Bug#13337)
3402
3403 * term.el (term-default-fg-color, term-default-bg-color):
3404 Fix custom type.
3405
3406 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3407 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3408 rather than 'jka-compr being loaded. (Bug#13338)
3409
3410 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3411
3412 * icomplete.el (icomplete-completions):
3413 Honor icomplete-prospects-height once more following
3414 2012-11-29 changes. (Bug#13224)
3415
3416 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3419 of called-interactively-p as well (bug#13237).
3420
3421 * view.el (view--enable, view--disable): Rename from view-mode-enable
3422 and view-mode-disable and assume it's called from view-mode.
3423 (view-mode-enable, view-mode-disable): Redefine as obsolete
3424 compatibility layer above view-mode.
3425 (view-mode-enter): Call `view-mode'.
3426
3427 * files.el (after-find-file): Call `view-mode'.
3428
3429 * doc-view.el (doc-view-scale-internally): New var.
3430 (doc-view-enlarge, doc-view-insert-image): Obey it.
3431
3432 2013-01-03 Daiki Ueno <ueno@gnu.org>
3433
3434 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3435 exist. (Bug#13344)
3436
3437 2013-01-03 Glenn Morris <rgm@gnu.org>
3438
3439 * mail/rmail.el (rmail-set-header-1): Ignore case.
3440 Handle multi-line headers. (Bug#13330)
3441
3442 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3443 Handle paragraph starting at beginning of buffer.
3444
3445 * subr.el (eval-after-load): Don't purecopy the form, so that it
3446 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3447
3448 * emacs-lisp/byte-run.el (defun): Place cl declarations
3449 after any interactive spec. (Bug#13265)
3450
3451 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3452
3453 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3454 defun. Don't check for DECL if DOCSTRING isn't a string.
3455 (defun): Likewise.
3456
3457 2013-01-02 Glenn Morris <rgm@gnu.org>
3458
3459 * eshell/em-cmpl.el (eshell-pcomplete):
3460 More thoroughly imitate pcomplete. (Bug#13293)
3461
3462 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3463 Return nil for empty path elements. (Bug#13296)
3464
3465 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
3466
3467 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3468 order to improve efficiency (Based on Daniel Colascione's
3469 <dancol@dancol.org> patch). (Bug#13182)
3470
3471 2013-01-02 Glenn Morris <rgm@gnu.org>
3472
3473 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3474
3475 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3476
3477 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3478 neither DOCSTRING nor DECL was given. (Bug#13316)
3479
3480 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3481
3482 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3483 `error' call.
3484 (tramp-do-copy-or-rename-file): Ignore errors when calling
3485 `set-file-extended-attributes'.
3486
3487 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3488 Add handler for `file-acl'.
3489 (tramp-smb-handle-file-acl): New defun.
3490
3491 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3492
3493 * calc/README: Mention ISO 8601 week-numbering dates.
3494
3495 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3496
3497 * view.el (view-mode-enable): New argument run-view-mode-hook.
3498 Run view-mode-hook only when it's non-nil (Bug#13315).
3499 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3500 argument t.
3501
3502 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
3503
3504 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3505 (No device connected, invalid device name). (Bug #13299)
3506
3507 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3508
3509 * window.el (window-resizable--p): Rename to window-resizable-p.
3510 (window-resize-no-error): New function.
3511
3512 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3513 broken in fix from 2012-12-28.
3514
3515 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * subr.el (special-form-p): Don't signal errors on undef aliases.
3518
3519 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3520
3521 * calc/calc-forms.el (math-parse-date): Try using
3522 `math-parse-iso-date' when it looks like it might be needed.
3523 Allow times of 24:00.
3524 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3525 of 24:00.
3526
3527 2012-12-30 Glenn Morris <rgm@gnu.org>
3528
3529 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3530 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3531 (rmail-summary-displayed, rmail-summary): Declare.
3532 (mairix-rmail-display): Just require rmail.
3533
3534 2012-12-30 Chong Yidong <cyd@gnu.org>
3535
3536 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3537 check for the tarball contents.
3538
3539 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3540
3541 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3542 tarfile content listings (Bug#13136).
3543
3544 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3545
3546 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3547 Insert the undecoded text of the message being forwarded. (Bug#9521)
3548
3549 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3550
3551 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3552 integers, if they are real numbers. (Bug#13282)
3553
3554 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3555 Return `t' on success.
3556
3557 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3558 Add handler for `set-file-selinux-context'.
3559
3560 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3561
3562 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3563 (tramp-sh-handle-set-file-acl): Return `t' on success.
3564
3565 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3566
3567 * files.el (backup-buffer-copy, basic-save-buffer-2):
3568 If set-file-extended-attributes fails, fall back on set-file-modes
3569 instead of signaling an error. (Bug#13298)
3570 (basic-save-buffer): Likewise.
3571
3572 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3573
3574 * progmodes/python.el: Support other commands triggering
3575 python-indent-line so indentation cycling continues to work.
3576 (python-indent-trigger-commands): New defcustom.
3577 (python-indent-line): Use it.
3578
3579 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3580
3581 * progmodes/python.el (python-shell-send-region): Add blank lines
3582 for non sent code so backtraces remain correct.
3583
3584 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3585
3586 * progmodes/python.el: Remove cl dependency.
3587 (python-syntax-count-quotes): Replace incf call.
3588 (python-fill-string): Replace setf call.
3589
3590 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3591
3592 * info.el (info-other-window): New arg, for consistency with info.
3593
3594 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3595
3596 * mail/rmail.el (rmail-maybe-display-summary):
3597 Rewrite (Bug#13066).
3598
3599 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3600
3601 * epg.el (epg--start): Modify process-environment locally.
3602
3603 2012-12-28 Daiki Ueno <ueno@gnu.org>
3604
3605 * epg.el: Support pinentry-curses.
3606 Suggested by Werner Koch in
3607 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3608 (epg-agent-file, epg-agent-mtime): New variable.
3609 (epg--start): Record the modified time of gpg-agent socket file,
3610 to restore Emacs frame after pinentry-curses termination.
3611 (epg-wait-for-completion): Restore Emacs frame here.
3612
3613 2012-12-27 Juri Linkov <juri@jurta.org>
3614
3615 * info.el (Info-file-completions): New variable.
3616 (Info-read-node-name-1): Complete node names in the Info file
3617 when a file name is given. Call `Info-build-node-completions'
3618 with a file name.
3619 (Info-build-node-completions): Add new arg `file'. When it is
3620 non-nil, visit it in a temporary buffer and cache its completions in
3621 `Info-current-file-completions'. Move most of the function body to
3622 `Info-build-node-completions-1'.
3623 (Info-build-node-completions-1): New function with the body from
3624 `Info-build-node-completions'. (Bug#12456)
3625
3626 2012-12-27 Juri Linkov <juri@jurta.org>
3627
3628 * frame.el (frame-maximization-style): Remove user option.
3629 (cycle-frame-maximized): Remove function.
3630 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3631 (toggle-frame-fullscreen): New command bound to <f11> instead of
3632 `toggle-frame-maximized'.
3633 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3634
3635 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3636
3637 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3638
3639 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3640 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3641 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3642 for `file-accessible-directory-p'. (Bug#13275)
3643
3644 2012-12-27 Sam Steingold <sds@gnu.org>
3645
3646 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3647 continuations, see <http://stackoverflow.com/questions/3582436>.
3648
3649 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3650
3651 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3652 "module" and "def" to have indentation before them.
3653 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3654
3655 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3656
3657 2012-12-27 Alan Mackenzie <acm@muc.de>
3658
3659 Speed up fontification where there's large brace blocks.
3660 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3661 to a call of c-beginning-of-decl-1.
3662
3663 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3664
3665 * comint.el (comint-adjust-window-point): New function.
3666 (comint-postoutput-scroll-to-bottom):
3667 Call comint-adjust-window-point (Bug#13248).
3668
3669 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3670
3671 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3672 Rakefile regexp.
3673 (auto-mode-alist): Associate .gemspec files with ruby-mode
3674 (https://bugs.ruby-lang.org/issues/5453).
3675
3676 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3677
3678 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3679 Suppress coloring, if possible (required for BusyBox based systems like
3680 CyanogenMod).
3681 (tramp-adb-handle-file-attributes)
3682 (tramp-adb-handle-insert-directory)
3683 (tramp-adb-handle-file-name-all-completions): Use it.
3684 (tramp-adb-get-toolbox): New defun. Check for remote shell
3685 implementation (BusyBox or Toolbox).
3686
3687 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3688
3689 * startup.el (initial-buffer-choice): Allow function as value
3690 (Bug#13251).
3691 (command-line-1): Handle case where initial-buffer-choice
3692 specifies a function.
3693 * server.el (server-execute): Handle case where
3694 initial-buffer-choice specifies a function.
3695
3696 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3697
3698 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3699 its own function.
3700 (smtpmail-try-auth-methods): Forget the user name/password if the
3701 login is unsuccessful (bug#12424).
3702
3703 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3704
3705 * notifications.el (notifications-notify): Protect body with
3706 `with-demoted-errors'.
3707
3708 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3709 Check properties of remote device. Restart connection, if there is a
3710 change.
3711
3712 2012-12-21 Chong Yidong <cyd@gnu.org>
3713
3714 * sort.el (sort-subr): Doc fix (Bug#13056).
3715
3716 2012-12-21 Bastien Guerry <bzg@gnu.org>
3717
3718 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3719
3720 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3721
3722 * simple.el (process-file): Overwrite stderr file, if exists.
3723
3724 2012-12-21 Daiki Ueno <ueno@gnu.org>
3725
3726 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3727 (epg-error): Set `error-message' property.
3728
3729 2012-12-21 Chong Yidong <cyd@gnu.org>
3730
3731 * international/mule-cmds.el (read-char-by-name): Signal an error
3732 if the user does not supply a valid character (Bug#13177).
3733
3734 * simple.el (transpose-subr-1): Preserve marker positions by
3735 changing the insertion sequence (Bug#13122).
3736
3737 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3738
3739 * simple.el (kill-region): Deactivate mark even for empty regions
3740 (Bug#13169).
3741
3742 2012-12-21 Chong Yidong <cyd@gnu.org>
3743
3744 * help-fns.el (describe-variable): Make sure we get the right
3745 buffer name (Bug#13105). Suggested by Kelly Dean.
3746
3747 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3748
3749 * comint.el (comint-redirect-previous-input-string): New variable.
3750 (comint-redirect-setup, comint-redirect-cleanup)
3751 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3752 (comint-redirect-preoutput-filter): Fix verbose message.
3753
3754 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3755
3756 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3757 is too long for Tramp. See discussion in
3758 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3759
3760 * progmodes/compile.el (compilation-start): Remove line escape
3761 template.
3762
3763 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3764
3765 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3766 Adjust comment.
3767
3768 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3769
3770 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3771 following non-comment text (bug#13207).
3772 (lm-header-multiline): Continuation lines need to be indented more than
3773 the first line.
3774 (lm-homepage): New function.
3775 (lm-with-file): Don't be confused if narrowing is in effect.
3776
3777 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3780 very beginning of a hunk (e.g. killing the first line).
3781
3782 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3783
3784 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3785 and text properties from returned ACL string.
3786 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3787 for "setfacl" command.
3788
3789 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3790
3791 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3792 `tramp-cleanup-this-connection', when the process has died.
3793 (Bug#13151)
3794
3795 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3798
3799 2012-12-17 Kevin Ryde <user42@zip.com.au>
3800
3801 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3802
3803 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3804
3805 Add support for preserving ACL entries of files.
3806
3807 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3808 `set-file-acl' handlers.
3809
3810 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3811 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3812
3813 * net/tramp-compat.el (tramp-compat-copy-file):
3814 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3815
3816 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3817 Add `file-acl' and `set-file-acl' handlers.
3818 (tramp-gvfs-handle-copy-file):
3819 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3820 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3821 New defuns.
3822
3823 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3824 Add `file-acl' and `set-file-acl' handlers.
3825 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3826 (tramp-sh-handle-set-file-acl): New defuns.
3827 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3828 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3829
3830 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3831 Add `file-acl' and `set-file-acl' handlers.
3832 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3833
3834 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3835
3836 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3837 use pop-to-buffer with NORECORD argument t. As buffer name, use
3838 *Metahelp* with a leading space (Bug#13190).
3839
3840 2012-12-16 Romain Francoise <romain@orebokech.com>
3841
3842 * files.el (file-extended-attributes)
3843 (set-file-extended-attributes): New functions.
3844 (backup-buffer): Use them to handle both SELinux context and ACL
3845 entries.
3846 (backup-buffer-copy): Work with an alist of extended attributes,
3847 rather than an SELinux context.
3848 (basic-save-buffer-2): Ditto.
3849
3850 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3851
3852 * battery.el (battery-bsd-apm): New function.
3853
3854 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3855
3856 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3857 standard date formats.
3858
3859 2012-12-15 Juri Linkov <juri@jurta.org>
3860
3861 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3862 `isearch-insert-char-by-name'.
3863 (with-isearch-suspended): New defmacro with body mostly from
3864 `isearch-edit-string' except the part that sets
3865 `isearch-new-string' and `isearch-new-message'.
3866 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3867 body that sets `isearch-new-string' and `isearch-new-message'.
3868 (isearch-insert-char-by-name): New command.
3869 * international/mule-cmds.el (read-char-by-name): Let-bind
3870 `enable-recursive-minibuffers' to t.
3871 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3872
3873 2012-12-15 Juri Linkov <juri@jurta.org>
3874
3875 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3876 (Bug#13175)
3877
3878 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3879
3880 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3881 the prompt. (Bug#13045)
3882
3883 2012-12-14 Glenn Morris <rgm@gnu.org>
3884
3885 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3886 Try to include filename in non-bytecomp warning. (Bug#13132)
3887
3888 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3889
3890 Fix permissions bugs with setgid directories etc. (Bug#13125)
3891 * files.el (backup-buffer): Don't rely on 9th output of
3892 file-attributes, as it's now a placeholder. Instead, use the new
3893 optional arg of file-ownership-preserved-p.
3894 (file-ownership-preserved-p): New optional arg GROUP.
3895 Fix mishandling of setuid directories that would cause this
3896 function to return t when it should have returned nil.
3897 Document what happens if the file does not exist, and when
3898 it's not known whether the ownership will be preserved.
3899 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3900 Likewise.
3901 (tramp-get-local-gid): Use group-gid for integer, as that's
3902 faster and more reliable.
3903
3904 2012-12-14 Julien Danjou <julien@danjou.info>
3905
3906 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3907 Update keywords list, data type and PL/pgSQL.
3908
3909 2012-12-14 Dave Abrahams <dave@boostpro.com>
3910
3911 * vc/ediff-util.el (ediff-buffer-type): New function.
3912 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3913 rather than taking it as as argument.
3914 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3915
3916 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3917
3918 * json.el: Add pretty-print option (bug#12634).
3919 (json-encoding-separator, json-encoding-default-indentation)
3920 (json--encoding-current-indentation, json-encoding-pretty-print)
3921 (json-encoding-lisp-style-closings): New vars.
3922 (json--with-indentation): New macro.
3923 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3924 (json-encode-array): Use it to obey json-encoding-pretty-print.
3925 (json-pretty-print-buffer, json-pretty-print): New commands.
3926
3927 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3928
3929 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3930 Extract `ruby-syntax-propertize-expansions'.
3931 (ruby-syntax-propertize-expansions): Only change syntax on
3932 certain string delimiters, to punctuation. This way the common
3933 functions like forward-word and thing-at-point still work.
3934 (ruby-match-expression-expansion): Improve readability.
3935 (ruby-block-contains-point): New function.
3936 (ruby-add-log-current-method): Handle several edge cases.
3937
3938 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3939
3940 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3941 unload-feature finishes even when aborting an ongoing edebug session.
3942 Also, do not worry about edebug-mode, unload-feature takes care of it.
3943
3944 2012-12-13 Andreas Schwab <schwab@suse.de>
3945
3946 * net/tls.el (tls-program): Update customize type.
3947
3948 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3949
3950 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3951 (edebug-setup-hook, cl-read-load-hooks): Use it.
3952 (edebug-unload-function): New function. (Bug#13163)
3953
3954 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3955
3956 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3957 Otherwise, there could be errors in autoloading. (Bug#13151)
3958
3959 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3960
3961 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3962 sequences.
3963
3964 2012-12-13 Alan Mackenzie <acm@muc.de>
3965
3966 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3967 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3968 around `forward-comment' not recognizing ^M as whitespace.
3969
3970 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3971
3972 * progmodes/python.el (python-skeleton-class)
3973 (python-skeleton-def): Do not add space after defun name.
3974
3975 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3978 (cl--symbol-function): Remove (now that funbound is like nil).
3979
3980 2012-12-12 Glenn Morris <rgm@gnu.org>
3981
3982 * button.el (button--area-button-p): Fix typo.
3983
3984 2012-12-12 Sam Steingold <sds@gnu.org>
3985
3986 * frame.el (frame-maximization-style): New user option.
3987 (toggle-frame-maximized): Toggle frame maximization according to
3988 `frame-maximization-style', bound to <f11>.
3989 (cycle-frame-maximized): Cycle between all maximization styles and
3990 non-maximized frame, bound to shift-<f11>.
3991
3992 2012-12-12 David Cadé <codename68@gmail.com>
3993
3994 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3995
3996 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3997
3998 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3999 (eieio-override-prin1): Don't quote kewords and booleans.
4000 (object-write) <eieio-default-superclass>: Don't put closing parens
4001 on new line, avoid needless empty lines, align values that are objects
4002 with the slot keyword (instead of beginning on the same line).
4003 (eieio-list-prin1): Align value with slot keyword; increase
4004 eieio-print-depth before printing members of the list.
4005
4006 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4009 a display text-property.
4010 (report-emacs-bug-hook): Don't bother deleting it any more.
4011
4012 * hilit-chg.el (highlight-save-buffer-state): Delete.
4013 Use with-silent-modifications instead.
4014 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4015
4016 * button.el: Handle buttons in display text-properties.
4017 (button--area-button-p, button--area-button-string):
4018 Use (STRING . STRING-POS) representation instead of just STRING.
4019
4020 2012-12-11 Eli Zaretskii <eliz@gnu.org>
4021
4022 * makefile.w32-in (compile4-SH): Fix a typo that caused term
4023 subdirectory be skipped.
4024
4025 2012-12-11 Glenn Morris <rgm@gnu.org>
4026
4027 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4028
4029 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4030 Treat preprocessor lines embedded in continuations like comments.
4031 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
4032
4033 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
4034
4035 * calc/calc.el (calc-standard-date-formats): Add more date
4036 formats.
4037 * calc/calc-forms.el (math-parse-iso-date): New function.
4038 (math-parse-date): Use `math-parse-iso-date' when appropriate.
4039 (math-parse-iso-date-validate): Add extra error checking.
4040 (calc-date-notation): Add ability to access new date formats.
4041
4042 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4045 font-lock as well as when there's no text-property.
4046
4047 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
4048
4049 * hi-lock.el: Refine the choice of default face.
4050 (hi-lock-keyword->face): New function. Use it wherever we used
4051 cadadadr instead.
4052 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4053 (hi-lock--last-face): Remove var.
4054 (hi-lock--unused-faces): New var to replace it.
4055 (hi-lock-read-face-name): Use/maintain it.
4056 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
4057 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4058 if it has another face.
4059
4060 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4061
4062 * subr.el (w32notify-handle-event): New function.
4063 (inotify-handle-event): Doc fix.
4064
4065 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4066
4067 * subr.el (inotify-event-p, inotify-handle-event): New functions.
4068
4069 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
4070
4071 * simple.el (just-one-space): Doc fix.
4072
4073 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4074
4075 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4076
4077 2012-12-10 Le Wang <l26wang@gmail.com>
4078
4079 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4080 narrowed buffer (bug#12361).
4081
4082 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
4083
4084 * vc/vc-hooks.el (vc-state): Doc fix.
4085
4086 2012-12-10 Glenn Morris <rgm@gnu.org>
4087
4088 * mail/rmail.el (rmail-maybe-display-summary):
4089 Preserve buffer, in case select-window changes it. (Bug#13066)
4090
4091 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4094 cl-load-hook where they belong.
4095
4096 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4099
4100 2012-12-09 Eli Zaretskii <eliz@gnu.org>
4101
4102 Parallelize byte compilation on MS-Windows.
4103 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4104 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4105 (WINS_BASIC): Define as concatenation of the above.
4106 (compile): Subdivide into 4 separate and independent jobs that can
4107 be run in parallel.
4108 (compile0-CMD, compile0-SH): New targets for compiling
4109 COMPILE_FIRST files, which are prerequisites for the rest of the
4110 byte-compilation.
4111 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4112 New targets for parallel compilation with cmd.exe.
4113 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4114 compiling under a Unixy shell.
4115
4116 2012-12-09 Chong Yidong <cyd@gnu.org>
4117
4118 * simple.el (set-mark-default-inactive): Delete this
4119 accidentally-introduced option.
4120 (set-mark-command, exchange-point-and-mark): Remove calls.
4121
4122 2012-12-09 Glenn Morris <rgm@gnu.org>
4123
4124 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4125 Respect a defcustom's :set function, if appropriate. (Bug#109)
4126 (eval-defun): Doc fix.
4127
4128 2012-12-08 Juri Linkov <juri@jurta.org>
4129
4130 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4131 (Info-fontify-node, Info-bookmark-make-record): Remove the
4132 file extension from Info-current-file (Bug#13016).
4133
4134 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4137 point, still provide some default.
4138 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4139 names, since we don't use it right now. Actually return the list.
4140 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4141
4142 2012-12-07 Chong Yidong <cyd@gnu.org>
4143
4144 * novice.el (disabled-command-function): Remove a spurious help
4145 xref (Bug#13043). Suggested by Kelly Dean.
4146
4147 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4148 syntax is specified (Bug#13025).
4149
4150 * info.el (Info-set-mode-line): Remove the file extension from
4151 Info-current-file if there is one (Bug#13016).
4152
4153 2012-12-07 Glenn Morris <rgm@gnu.org>
4154
4155 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4156 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4157 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4158 and rmail-mime-decoded. (Bug#9841)
4159
4160 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4161 (batch-unrmail, unrmail): Doc fixes.
4162 (unrmail): Respect unrmail-mbox-format.
4163 * mail/rmail.el (rmail-mbox-format): New option.
4164 (rmail-show-message-1): Respect rmail-mbox-format.
4165
4166 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4169
4170 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4173 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4174 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4175 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4176 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4177 (cl-progv): Don't rely on dynamic scoping to find the body.
4178 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4179 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4180 (cl-declaim): Use backquotes.
4181 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4182 Use "cl--" prefix for the object's tag.
4183
4184 * ses.el: Use advice-add/remove.
4185 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4186 (copy-region-as-kill, yank): Use advice-add.
4187 (ses-unload-function): Use advice-remove.
4188
4189 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4190
4191 * button.el: Make them work in header-lines (bug#12817).
4192 (button-map): Add bindings for header-line and mode-line use.
4193 (button-get, button-put, button-label): `button' may now be a string.
4194 (button-activate): Don't make it a defsubst.
4195 (button--area-button-p, button--area-button-string): New functions.
4196 (make-text-button): Fix the return value when `beg' was a string.
4197 (push-button): Handle the mode-line case.
4198
4199 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4202 (sql-signum): Remove. Use `cl-signum' instead.
4203 (sql-read-passwd): Remove; use read-passwd instread.
4204 (sql-get-login-ext): Use read-string.
4205 (sql-get-login): Use dolist and pcase.
4206 (sql--completion-table): Rename from sql-try-completion.
4207 Use complete-with-action.
4208 (sql-mode): Don't change abbrev-all-caps globally.
4209 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4210 (sql-postgres-completion-object): Initialize vars in their `let'.
4211 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4212 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4213 (sql-comint-interbase): Use a single append, without setq.
4214 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4215
4216 * hi-lock.el: Rework the default face and the serialize regexp code.
4217 (hi-lock--auto-select-face-defaults): Remove.
4218 (hi-lock-string-serialize-serial): Remove.
4219 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4220 make weak.
4221 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4222 equal string.
4223 (hi-lock-set-pattern): Adjust accordingly.
4224 (hi-lock--regexps-at-point): Simplify accordingly.
4225 (hi-lock--auto-select-face-defaults): Remove.
4226 (hi-lock--last-face): New var to replace it.
4227 (hi-lock-read-face-name): Rewrite (bug#11095).
4228 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4229
4230 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4231
4232 * net/tramp.el (tramp-replace-environment-variables):
4233 Hide compiler warning.
4234 (tramp-file-name-for-operation): Remove `executable-find',
4235 `start-process', `call-process' and `call-process-region'.
4236
4237 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4238
4239 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4240 compatibility.
4241
4242 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4243
4244 2012-12-06 Chong Yidong <cyd@gnu.org>
4245
4246 * ffap.el (ffap-replace-file-component): Fix typo.
4247
4248 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4249
4250 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4251 fix open-paren-like token test (bug#12785).
4252
4253 2012-12-06 Glenn Morris <rgm@gnu.org>
4254
4255 * mail/rmailsum.el (rmail-new-summary): Tweak for
4256 rmail-maybe-display-summary changing buffer. (Bug#13066)
4257
4258 2012-12-06 Juri Linkov <juri@jurta.org>
4259
4260 * info.el (Info-fontify-node): Don't hide the last newline.
4261 (Bug#12272)
4262
4263 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4264
4265 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4266 so as to enable message-read-from-minibuffer to expand mail aliases.
4267
4268 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4271 the `intangible' property.
4272 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4273
4274 2012-12-05 Deniz Dogan <deniz@dogan.se>
4275
4276 * net/rcirc.el (rcirc-urls): Update documentation.
4277 (rcirc-condition-filter): New function.
4278 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4279 and exclude consecutive duplicate URLs (Bug#6082).
4280
4281 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4282
4283 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4284 Check return code of copy command.
4285
4286 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4287 Use group `tramp'. Add version.
4288
4289 2012-12-05 Chong Yidong <cyd@gnu.org>
4290
4291 * ffap.el (ffap-url-regexp): Don't require matching at front of
4292 string (Bug#4952).
4293 (ffap-url-p): If only a substring matches, return that.
4294 (ffap-url-at-point): Use the return value of ffap-url-p.
4295 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4296 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4297 (ffap-guess-file-name-at-point): Likewise.
4298 (ffap-replace-file-component): Fix typo.
4299
4300 * info.el (info-display-manual): Add existing Info buffers, whose
4301 files may not be in Info-directory-list, to the completion.
4302 (info--manual-names): New helper function.
4303
4304 2012-12-05 Glenn Morris <rgm@gnu.org>
4305
4306 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4307 New functions, for detecting and resolving conflicts. (Bug#10709)
4308
4309 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4310
4311 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4312 (hi-lock-auto-select-face-defaults): New buffer local variable.
4313 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4314 (hi-lock-unface-buffer): Prompt user with useful defaults.
4315 With prefix arg, unhighlight all hi-lock patterns in buffer.
4316
4317 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4320
4321 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4322
4323 * Makefile.in (TRAMP_SRC):
4324 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4325
4326 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4327
4328 * net/tramp-adb.el: New package.
4329
4330 2012-12-04 Chong Yidong <cyd@gnu.org>
4331
4332 * terminal.el: Move to obsolete/.
4333
4334 * longlines.el: Move to obsolete/.
4335
4336 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4337 Remove code referring to longlines mode.
4338
4339 2012-12-03 Juri Linkov <juri@jurta.org>
4340
4341 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4342
4343 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4344
4345 * textmodes/ispell.el (ispell-init-process)
4346 (ispell-start-process, ispell-internal-change-dictionary):
4347 Make sure personal dictionary name is expanded after initial
4348 `default-directory' value. Use expanded strings for
4349 keep/restart checks and for value (Bug#13019).
4350
4351 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4352
4353 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4354
4355 2012-12-03 Leo Liu <sdl.web@gmail.com>
4356
4357 * files.el (dir-locals-read-from-file): Check file non-empty
4358 before reading. (Bug#13038)
4359
4360 2012-12-03 Glenn Morris <rgm@gnu.org>
4361
4362 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4363 Remove any version extension before checking filename. (Bug#13006)
4364 (jka-compr-compression-info-list): Belated :version bump.
4365
4366 2012-12-03 Chong Yidong <cyd@gnu.org>
4367
4368 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4369
4370 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4371 (buffer-menu): Doc fix (Bug#12294).
4372
4373 2012-12-03 Roland Winkler <winkler@gnu.org>
4374
4375 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4376 of diary-show-all-entries in the diary buffer (Bug#12994).
4377
4378 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4379
4380 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4381 "<STDIN>". This is binary safe.
4382
4383 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4384
4385 * calc/calc-forms.el (math-absolute-from-iso-dt)
4386 (math-date-to-iso-dt, math-parse-iso-date-validate)
4387 (math-iso-dt-to-date): New functions.
4388 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4389 (math-fd-isoweekday): New variables.
4390 (calc-date-notation, math-parse-standard-date, math-format-date)
4391 (math-format-date-part): Add support for more formatting codes.
4392
4393 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4394
4395 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4396 current buffer's file name when called interactively (Bug#12488).
4397
4398 2012-12-02 Juri Linkov <juri@jurta.org>
4399
4400 * info.el (info-display-manual): Don't clobber an existing Info
4401 buffer (Bug#10770). Add completion (Bug#10771).
4402
4403 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4404
4405 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4406 before using it for comparison (Bug#5297).
4407
4408 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4409
4410 * textmodes/css-mode.el (css-current-defun-name): New function.
4411 (css-mode): Use it.
4412
4413 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4414 (html-mode): Use it.
4415
4416 2012-12-01 Chong Yidong <cyd@gnu.org>
4417
4418 Modularize add-log-current-defun (Bug#2224).
4419 Suggested by Jari Aalto.
4420
4421 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4422 (add-log-current-defun): Move mode-specific code to other files.
4423 (add-log-lisp-like-modes, add-log-c-like-modes)
4424 (add-log-tex-like-modes): Variables deleted.
4425
4426 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4427 (lisp-mode-variables): Use it.
4428
4429 * progmodes/cc-mode.el (c-common-init):
4430 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4431 add-log-current-defun-function.
4432
4433 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4434 (m4-mode): Use it.
4435
4436 * progmodes/perl-mode.el (perl-current-defun-name): New.
4437 (perl-mode): Use it.
4438
4439 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4440 Use lisp-current-defun-name.
4441
4442 * textmodes/tex-mode.el (tex-current-defun-name): New.
4443 (tex-common-initialization): Use it.
4444
4445 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4446 (texinfo-mode): Use it.
4447
4448 2012-12-01 Chong Yidong <cyd@gnu.org>
4449
4450 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4451 * progmodes/autoconf.el (autoconf-mode):
4452 * progmodes/js.el (js-mode):
4453 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4454 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4455 * progmodes/perl-mode.el (perl-mode):
4456 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4457 * textmodes/css-mode.el (css-mode):
4458 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4459 (sgml-tags-invisible, sgml-guess-indent):
4460 * textmodes/tex-mode.el (tex-common-initialization)
4461 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4462 (doctex-mode, plain-tex-mode, latex-mode):
4463 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4464
4465 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4466
4467 * vc/vc-hg.el (vc-hg-next-revision):
4468 Ensure use of default "tip" output format. (Bug#6968)
4469
4470 2012-12-01 Kim F. Storm <storm@cua.dk>
4471
4472 * startup.el (fancy-startup-tail): Add a clickable link
4473 (Bug#2176).
4474
4475 2012-12-01 Chong Yidong <cyd@gnu.org>
4476
4477 * startup.el (fancy-startup-tail): Improve the message about
4478 auto-save files (Bug#2176).
4479
4480 * files.el (recover-session): Improve the descriptive message, and
4481 use substitute-command-keys.
4482
4483 2012-12-01 Glenn Morris <rgm@gnu.org>
4484
4485 * ido.el (ido-file-internal):
4486 Handle other-window, other-frame for dired. (Bug#13036)
4487
4488 2012-11-30 Glenn Morris <rgm@gnu.org>
4489
4490 * icomplete.el (icomplete-separator): Fix :version.
4491
4492 2012-11-30 Chong Yidong <cyd@gnu.org>
4493
4494 * shell.el (shell): For C-u M-x shell, use an inactive shell
4495 buffer as the default (Bug#1975).
4496 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4497 (shell-mode): Use them to reapply ansi colorization if Shell mode
4498 is re-enabled.
4499
4500 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4501
4502 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4503
4504 2012-11-30 Samuel Bronson <naesten@gmail.com>
4505
4506 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4507 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4508
4509 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4510
4511 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4512 by move-to-column (Bug#3234).
4513
4514 2012-11-30 Chong Yidong <cyd@gnu.org>
4515
4516 * longlines.el (longlines-wrap-line, longlines-encode-region):
4517 Preserve text properties (Bug#1425).
4518
4519 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4520
4521 * vc/vc.el (vc-register): Allow registering a file which is
4522 already registered with a different backend (Bug#10589).
4523
4524 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4525 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 * icomplete.el: Change separator; add ido-style commands.
4528 (icomplete-show-key-bindings): Remove custom var.
4529 (icomplete-get-keys): Remove function.
4530 (icomplete-forward-completions, icomplete-backward-completions):
4531 New commands.
4532 (icomplete-minibuffer-map): New var.
4533 (icomplete-minibuffer-setup): Use it.
4534 (icomplete-exhibit): Don't delay if the list of completions is known.
4535 (icomplete-separator): New custom.
4536 (icomplete-completions): Use it.
4537 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4538 (minibuffer-force-complete-and-exit): New command.
4539 (minibuffer--complete-and-exit): New function extracted from
4540 minibuffer-complete-and-exit.
4541 (minibuffer-complete-and-exit): Use it.
4542
4543 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4544 error message when the file doesn't exist (bug#12974).
4545
4546 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4547
4548 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4549
4550 2012-11-29 Glenn Morris <rgm@gnu.org>
4551
4552 * files.el (hack-dir-local-variables): Warn if try to set
4553 coding via dir-locals, since it doesn't work. (Bug#7169)
4554
4555 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4556 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4557 Set buffer-local value of desktop-save-buffer.
4558 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4559 New functions.
4560 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4561 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4562
4563 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4564 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4565 Doc fix.
4566 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4567 Doc fixes.
4568
4569 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4570
4571 * calc/calc-forms.el (calc-date-notation): Fix regexp
4572 used to find time codes. Fix symbol for seconds.
4573
4574 2012-11-27 Glenn Morris <rgm@gnu.org>
4575
4576 * emacs-lisp/derived.el (derived-mode-make-docstring):
4577 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4578
4579 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4582 lexically scoped variables (bug#13005).
4583
4584 2012-11-27 Glenn Morris <rgm@gnu.org>
4585
4586 * vc/vc-hooks.el (vc-mistrust-permissions):
4587 Default to t, to avoid data-loss. (Bug#11490)
4588
4589 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4590
4591 * progmodes/python.el (python-indent-guess-indent-offset):
4592 If indentation is guessed make python-indent-offset buffer-local.
4593
4594 Fix Imenu regression.
4595 * progmodes/python.el (python-nav-beginning-of-defun):
4596 Fix forward movement when statement(s) separates point from defun.
4597 (python-imenu-prev-index-position): New function.
4598
4599 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4600
4601 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4602
4603 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4604 Don't set buffer-file-type. Return nil. (Bug#12989)
4605
4606 2012-11-27 Glenn Morris <rgm@gnu.org>
4607
4608 * hippie-exp.el (hippie-expand-try-functions-list):
4609 Re-autoload it. (Bug#12982)
4610
4611 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4612
4613 * descr-text.el (describe-char-padded-string):
4614 Call internal-char-font only on GUI frames. (Bug#11964)
4615
4616 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4617
4618 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4619 and obsoletion message.
4620
4621 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4624 the constructs to keep outside of the `cl-block' (bug#12977).
4625
4626 2012-11-27 Chong Yidong <cyd@gnu.org>
4627
4628 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4629 keep reading until we get the up-event anyway, in order to process
4630 the up-event for mouse-1-click-follows-link (Bug#12971).
4631
4632 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4635 base function is not yet defined (bug#12965).
4636 (ad-activate-advised-definition): Use ad-compile-function.
4637 (ad-activate): Use cond.
4638
4639 2012-11-25 Leo Liu <sdl.web@gmail.com>
4640
4641 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4642 (Bug#12979)
4643
4644 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4645
4646 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4647 reftex-section-info-function in order to be compatible with
4648 Texinfo integration.
4649
4650 * textmodes/reftex.el (reftex-section-pre-regexp)
4651 (reftex-section-post-regexp, reftex-section-info-function):
4652 New variable.
4653 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4654 reftex-section-post-regexp, and reftex-section-info-function in order
4655 to be compatible with Texinfo integration.
4656
4657 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4658 use reftex-section-pre-regexp variable in order to be compatible with
4659 Texinfo integration.
4660
4661 2012-11-25 Chong Yidong <cyd@gnu.org>
4662
4663 * faces.el: Make face-spec-set more analogous to setq.
4664 (face-spec-set): Change the third arg to specify whether this
4665 function is being called via defface, customize, or a third party.
4666 Set the appropriate symbol properties. Clear the override spec if
4667 setting via Custom. Initialize face if necessary. (Bug#4988)
4668 (face-spec-recalc): Allow theme faces to completely replace the
4669 defface spec, in the same way as custom faces (Bug#8454).
4670
4671 * cus-face.el (custom-declare-face): Move face initialization to
4672 face-spec-set.
4673 (custom-theme-set-faces): Don't initialize the face name here, as
4674 that is now done in face-spec-set.
4675
4676 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4677 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4678 Simplify by using the new arg to face-spec-set.
4679
4680 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4681 reset face-override-spec too, and use custom-declare-face.
4682
4683 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4684
4685 * term/ns-win.el (ns-initialize-window-system): Move creation of
4686 fontsets here (Bug#11964).
4687
4688 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4689
4690 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4691 cell renaming.
4692
4693 2012-11-24 Chong Yidong <cyd@gnu.org>
4694
4695 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4696 obsolete.
4697
4698 * custom.el (custom-theme-set-variables): Use a topological sort
4699 for ordering by custom dependencies (Bug#12952).
4700 (custom--sort-vars, custom--sort-vars-1): New functions.
4701
4702 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4705 lexical-binding (bug#12938).
4706
4707 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4708
4709 * image-mode.el (image-transform-check-size): Use assertions only
4710 for images of type imagemagick.
4711
4712 Otherwise no error, image-transform-fit-to-{width,height} is
4713 silently ignored, as before. Doc fix.
4714
4715 2012-11-24 Chong Yidong <cyd@gnu.org>
4716
4717 * faces.el (color-defined-p): Doc fix (Bug#12853).
4718
4719 2012-11-24 Juri Linkov <juri@jurta.org>
4720
4721 * dired.el (dired-mark): Add optional arg `interactive'.
4722 Check for `use-region-p' if `interactive' is non-nil.
4723 (dired-unmark, dired-flag-file-deletion): Add optional arg
4724 `interactive'. Call `dired-mark' with the arg `interactive'.
4725 (Bug#10624)
4726
4727 * wdired.el: Revert 2012-10-17 change partly and replace it with
4728 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4729 (wdired-finish-edit): Add marks for new file names to
4730 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4731 after `revert-buffer'.
4732 (wdired-do-renames): Remove calls to `dired-remove-file',
4733 `dired-add-file', `dired-add-entry'. (Bug#11795)
4734
4735 2012-11-24 Alan Mackenzie <acm@muc.de>
4736
4737 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4738
4739 Fix bugs in the state cache. Enhance a debugging mechanism.
4740 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4741 "brace at column zero" strategy for C++.
4742 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4743 (c-parse-state-point): New variable.
4744 (c-record-parse-state-state): Record old parse state with
4745 `copy-tree'. Record previous value of point.
4746 (c-debug-parse-state-double-cons): New debugging function.
4747 (c-debug-parse-state): Call the above new function.
4748 (c-toggle-parse-state-debug): Output a confirmatory message.
4749
4750 * progmodes/cc-mode.el (c-before-change, c-after-change):
4751 Call c-invalidate-state-cache from `c-before-change' instead of
4752 `c-after-change'.
4753
4754 2012-11-23 Chong Yidong <cyd@gnu.org>
4755
4756 * find-cmd.el (find-constituents): Add executable, ipath,
4757 readable, samefile, writable, daystart, regextype (Bug#12856).
4758
4759 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4762
4763 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4764
4765 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4766 definition. This fixes a bootstrap failure.
4767 (calc-gregorian-switch): In menu, put dates before regions.
4768 This is easier to follow, lines up better in the menu, and lets us
4769 coalesce regions that switch at the same time. Give country
4770 names, not "Vatican", as that's better for non-expert users.
4771 Use names that are stable between the date of switch and now, e.g.,
4772 Bohemia and Moravia (which existed then and now) and not
4773 Czechoslovakia (which didn't exist then and doesn't exist now).
4774 What is now the U.S. mostly did not switch at the same time as
4775 Britain, so omit the U.S. Correct spelling of "Britain".
4776 Catholic Switzerland was too much of a mess, so omit it.
4777
4778 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4779
4780 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4781 after the variable is changed.
4782
4783 2012-11-21 Daniel Colascione <dancol@dancol.org>
4784
4785 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4786 in SQL declarations for font-lock.
4787 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4788
4789 2012-11-21 Glenn Morris <rgm@gnu.org>
4790
4791 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4792 (face-italic-p): Add optional argument "inherit".
4793
4794 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4795 Remove -p suffix from names, for consistency with other set-face-*.
4796 (set-face-inverse-video): Fix interactive spec.
4797 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4798 * textmodes/table.el (table--update-cell-face):
4799 Use set-face-inverse-video rather than now obsolete alias.
4800
4801 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4802
4803 * simple.el (line-move): Don't call line-move-partial if
4804 scroll-conservatively is in effect. (Bug#12927)
4805
4806 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4809 Fallback on completion-at-point rather than
4810 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4811 (eshell-cmpl-initialize): Setup completion-at-point.
4812
4813 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4814
4815 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4816
4817 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4818
4819 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4820 are remote, check out-of-band property for both.
4821
4822 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4825 code rewrite.
4826
4827 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4828
4829 More minor time fixes.
4830 * calendar/time-date.el: Commentary fix.
4831 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4832 too much other code depends on (0 0) time stamps.
4833 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4834 Add a couple of FIXME comments.
4835
4836 Minor cleanup for times as lists of four integers.
4837 * files.el (dir-locals-directory-cache):
4838 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4839 Doc fixes.
4840 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4841 * ps-bdf.el (bdf-file-newer-than-time):
4842 Process four-integers time stamps, not two. Doc fixes.
4843
4844 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * uniquify.el (uniquify-managed): Use defvar-local.
4847 (rename-buffer, create-file-buffer): Advise with advice-add.
4848 (uniquify-unload-function): Unadvise accordingly.
4849
4850 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4851 (trace-buffer): Don't purecopy.
4852 (trace-entry-message, trace-exit-message): Add `context' arg.
4853 (trace--timer): New var.
4854 (trace-make-advice): Adjust for use in nadvice.
4855 Add `context' argument. Delay `display-buffer' via a timer.
4856 (trace-function-internal): Use advice-add.
4857 (trace--read-args): New function.
4858 (trace-function-foreground, trace-function-background): Use it.
4859 (trace-function): Rename to trace-function-foreground and redefine as
4860 an alias to that new name.
4861 (untrace-function, untrace-all): Adjust to the use of nadvice.
4862
4863 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4864
4865 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4866
4867 * subr.el (called-interactively-p-functions): New var.
4868 (internal--called-interactively-p--get-frame): New macro.
4869 (called-interactively-p, interactive-p): Rewrite in Lisp.
4870 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4871 (called-interactively-p-functions): Use it.
4872 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4873 (called-interactively-p-functions): Use it.
4874 * allout.el (allout-called-interactively-p): Don't assume
4875 called-interactively-p is a subr.
4876
4877 2012-11-20 Glenn Morris <rgm@gnu.org>
4878
4879 * profiler.el (profiler-report-mode-map): Add a menu.
4880 No need to bind `q' because we derive from special-mode.
4881 (profiler-report-find-entry): Handle calls from the menu-bar.
4882
4883 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * emacs-lisp/byte-run.el (defun-declarations-alist):
4886 Allow a compiler-macro to be a lambda expression.
4887
4888 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4889 eval-when-compile.
4890 (python-syntax-context): Add compiler-macro.
4891 (python-font-lock-keywords): Simplify with De Morgan.
4892
4893 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4894
4895 * files.el (load-file): Require match in minibuffer selection, as was
4896 the case in Emacs-20 before we changed the spec to allow .elc files
4897 (bug#12935).
4898
4899 * json.el: Don't require cl since we don't use it.
4900 * color.el: Don't require cl.
4901 (color-complement): `caddr' -> `nth 2'.
4902
4903 * calendar/time-date.el (time-to-seconds): De-obsolete.
4904
4905 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4906
4907 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4908 year numbers.
4909 (math-date-to-julian-dt): Adjust the initial approximation for the
4910 year to deal with the new definition of the DATE.
4911
4912 2012-11-19 Daniel Colascione <dancol@dancol.org>
4913
4914 * term/w32-win.el (cygwin-convert-path-from-windows):
4915 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4916
4917 2012-11-18 Chong Yidong <cyd@gnu.org>
4918
4919 * filecache.el (file-cache--read-list): New function.
4920 (file-cache-add-directory-list, file-cache-add-file-list)
4921 (file-cache-delete-file-list, file-cache-delete-directory-list):
4922 Use it to read a list of files or directories (Bug#12846).
4923 (file-cache-add-file, file-cache-add-directory)
4924 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4925 (file-cache-delete-directory): Print an message.
4926
4927 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4928
4929 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4930 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4931
4932 2012-11-18 Glenn Morris <rgm@gnu.org>
4933
4934 * image.el (insert-image, insert-sliced-image): Doc fix.
4935
4936 2012-11-18 Chong Yidong <cyd@gnu.org>
4937
4938 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4939 (Bug#12810).
4940
4941 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4942
4943 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4944 response when the target file is in a subdirectory (Bug#12757).
4945
4946 2012-11-18 Chong Yidong <cyd@gnu.org>
4947
4948 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4949
4950 2012-11-18 Glenn Morris <rgm@gnu.org>
4951
4952 * emacs-lisp/cl-lib.el (face-underline-p):
4953 Use set-face-underline rather than the alias set-face-underline-p.
4954
4955 * window.el (with-temp-buffer-window): Doc fix.
4956 * subr.el (with-output-to-temp-buffer):
4957 Add doc xref to with-temp-buffer-window.
4958
4959 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4960
4961 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4962 * calc/calc.el (math-format-date-cache): Declare.
4963
4964 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4965
4966 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4967 It also uses January 1, 1 AD as its day number 1.
4968 * calc/calc-forms.el (math-julian-date-beginning)
4969 (math-julian-date-beginning-int): Implement this.
4970
4971 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4972
4973 * descr-text.el (quail-find-key):
4974 * dired.el (desktop-file-name):
4975 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4976 * generic-x.el (comint-mode, comint-exec):
4977 * image-dired.el (widget-forward):
4978 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4979 (speedbar-change-expand-button-char)
4980 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4981 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4982 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4983 (widget-field-action, widget-value-set):
4984 * speedbar.el (imenu--make-index-alist):
4985 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4986 (ring-length, ring-insert):
4987 * vcursor.el (compare-windows-skip-whitespace):
4988 * woman.el (dired-get-filename):
4989 Declare functions.
4990
4991 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4992
4993 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4994
4995 * calc/calc.el (calc-gregorian-switch): New variable.
4996
4997 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4998 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4999 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5000 (math-leap-year-p): Add option to distinguish between Julian
5001 and Gregorian calendars.
5002 (math-day-number): Use `math-day-in-year' to do the computations.
5003 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5004 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5005 to do the computations.
5006 (math-date-to-dt): Use `math-date-to-julian-dt' and
5007 `math-date-to-gregorian-dt' to do the computations.
5008 (calcFunc-weekday, math-format-date-part): Use the new version of
5009 the DATE to determine the weekday.
5010 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5011 when necessary.
5012
5013 2012-11-17 Eli Zaretskii <eliz@gnu.org>
5014
5015 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5016 Cygwin; otherwise use 'file:'. (Bug#12914)
5017 (cygwin-convert-path-from-windows): Declare, to avoid
5018 byte-compiler warnings.
5019
5020 2012-11-17 Andreas Politz <politza@fh-trier.de>
5021
5022 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5023 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5024 prefix and negative numeric prefix args (Bug#12795).
5025
5026 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
5027
5028 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5029 Don't signal an error with a score that is too low to add to the
5030 list of top scores. (Bug#12779)
5031
5032 2012-11-17 Chong Yidong <cyd@gnu.org>
5033
5034 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5035
5036 * filecache.el (file-cache-add-file): Handle relative file name in
5037 the argument (Bug#12694).
5038
5039 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
5040
5041 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5042
5043 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5046
5047 * emacs-lisp/cl-lib.el: Set more meaningful version number.
5048
5049 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5050
5051 * window.el (enlarge-window, shrink-window): Don't mention return
5052 value in doc-string (Bug#12896).
5053 (window--display-buffer): Don't resize frames - it won't work
5054 with all window managers and defeat pop-up-frame-alist.
5055 (display-buffer-alist): In doc-string explain that CONDITION can
5056 be a function and which arguments are passed to it (Bug#12854).
5057 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
5058 expressions (Bug#12854).
5059 (display-buffer): Pass ACTION argument to
5060 display-buffer-assq-regexp.
5061
5062 2012-11-16 Glenn Morris <rgm@gnu.org>
5063
5064 * window.el (fit-frame-to-buffer-bottom-margin)
5065 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5066
5067 * faces.el (face-underline-p): Use face-attribute-specified-or.
5068
5069 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
5070
5071 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5072
5073 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5076
5077 2012-11-16 Glenn Morris <rgm@gnu.org>
5078
5079 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
5080 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5081
5082 * faces.el (face-underline-p): Doc fix. Handle :underline being
5083 things other than `t' (a string, a list).
5084 (face-inverse-video-p): Doc fix.
5085 (set-face-underline): Rename it back from set-face-underline-p.
5086 Doc fix. Allow interactive input of values other than t.
5087 (read-face-attribute): Apply formatting to :underline,
5088 since like :box and :stipple it can take list values.
5089
5090 * term.el (ansi-term): Don't let C-x escape-char binding
5091 clobber the more standard C-c binding. (Bug#12842)
5092
5093 * subr.el (set-temporary-overlay-map): Doc fix.
5094
5095 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5096
5097 * window.el (record-window-buffer)
5098 (display-buffer-record-window): When copying the markers to
5099 window-point preserve window-point-insertion-type. (Bug#12588)
5100
5101 2012-11-16 Glenn Morris <rgm@gnu.org>
5102
5103 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5104 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5105 Use new names for hooks rather than obsolete aliases.
5106
5107 2012-11-15 Daniel Colascione <dancol@dancol.org>
5108
5109 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5110 prefix instead of "file:" so that when FILE-NAME begins with "//",
5111 as it does when the target file is on a network share, url-handler
5112 isn't confused.
5113
5114 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5117 a preactivated advice from an old advice.el; they're not compatible!
5118
5119 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5120
5121 * emacs-lisp/nadvice.el (advice--make-interactive-form):
5122 Fix string-spec case.
5123
5124 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5125
5126 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5129 (advice--buffer-local-function-sample): New var.
5130 (advice--set-buffer-local, advice--buffer-local): New functions.
5131 (add-function, remove-function): Use them.
5132
5133 2012-11-15 Drew Adams <drew.adams@oracle.com>
5134
5135 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5136
5137 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5140 potential binding of print-gensym to t, and prettify (back)quotes in
5141 case they appear in args's default values (bug#12884).
5142
5143 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5146 (advice-eval-interactive-spec): New function.
5147 (advice--make-interactive-form): Support around advice (bug#12844).
5148
5149 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5150
5151 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5152 more strict. Add docstring.
5153 (ruby-expression-expansion-re): Extract from
5154 `ruby-match-expression-expansion'.
5155 (ruby-syntax-propertize-function): After everything else, search
5156 for expansions in string literals, mark their insides as
5157 whitespace syntax and save match data for font-lock.
5158 (ruby-font-lock-keywords): Use the 2nd group from expression
5159 expansion matches.
5160 (ruby-match-expression-expansion): Use the match data saved to the
5161 text property in ruby-syntax-propertize-function.
5162
5163 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5164
5165 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5166 (bug#12879).
5167
5168 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5169
5170 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5171 start/end keyword a bit harder. Works with different values of N.
5172 Add more comments.
5173 (ruby-end-of-block): Update accordingly.
5174
5175 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5176
5177 * woman.el (woman-file-name): Don't mess with unread-command-events
5178 (bug#12861).
5179
5180 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5181 Remove out of date self-require hack.
5182 (ad-do-advised-functions): Use simple `dolist'.
5183 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5184 (ad-advice-definition): Redefine as functions.
5185 (ad-advice-classes): Move before first use.
5186 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5187 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5188 (ad--defalias-fset): Remove functions.
5189 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5190 (ad-get-orig-definition): Rewrite.
5191 (ad-make-advised-definition-docstring): Change base docstring.
5192 (ad-real-orig-definition): Rewrite.
5193 (ad-map-arglists): Change name of called function.
5194 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5195 (ad-make-advised-definition): Simplify.
5196 (ad-assemble-advised-definition): Tweak for new calling context.
5197 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5198 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5199 function and call ad-activate if needed.
5200 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5201 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5202 (ad-compile-function): Compile ad-Advice-*.
5203 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5204 (ad-start-advice, ad-stop-advice): Remove.
5205
5206 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5207
5208 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5209 period before class method names, not after. Remove handling of
5210 one impossible case. Add comments.
5211
5212 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * emacs-lisp/advice.el: Remove support for freezing.
5215 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5216 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5217 Remove support for `freeze'.
5218
5219 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5220 override the default.
5221 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5222 cl--dotimes/dolist.
5223 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5224 `cl' is loaded.
5225
5226 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5227 from add-advice.
5228 (advice--strip-macro): New function.
5229 (advice--defalias-fset): Use them to handle macros.
5230 (advice-add): Use them.
5231 (advice-member-p): Correctly handle macros.
5232
5233 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5234
5235 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5236 Never font-lock the beginning of singleton class as heredoc.
5237
5238 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5241
5242 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5243
5244 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5245 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5246 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5247
5248 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
5249
5250 Fix end-of-defun misbehavior.
5251 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5252 python-beginning-of-defun-function. Handle nested defuns
5253 correctly.
5254 (python-nav-end-of-defun): Rename from
5255 python-end-of-defun-function. Ensure forward movement.
5256 (python-info-current-defun): Reimplement to work as intended
5257 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5258 parent defuns as soon as possible.
5259
5260 2012-11-13 Glenn Morris <rgm@gnu.org>
5261
5262 * progmodes/flymake.el (flymake-error-bitmap)
5263 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5264 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5265
5266 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5267
5268 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5269 backward, always stop at indentation. Reverts the change from
5270 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5271
5272 2012-11-13 Glenn Morris <rgm@gnu.org>
5273
5274 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5275 Add ibuffer-filter-by-derived-mode.
5276
5277 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5278 the same name shadowing each other.
5279
5280 * window.el (with-temp-buffer-window): Doc tweak.
5281
5282 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5283
5284 * help.el (temp-buffer-max-height):
5285 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5286 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5287
5288 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * emacs-lisp/nadvice.el: New package.
5291 * subr.el (special-form-p): New function.
5292 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5293 (elp-all-instrumented-list): Remove var.
5294 (elp-not-profilable): Remove elp-wrapper.
5295 (elp-profilable-p): Use autoloadp and special-form-p.
5296 (elp--advice-name): New const.
5297 (elp-instrument-function): Use advice-add.
5298 (elp--instrumented-p): New predicate.
5299 (elp-restore-function): Use advice-remove.
5300 (elp-restore-all, elp-reset-all): Use mapatoms.
5301 (elp-set-master): Use elp--instrumented-p.
5302 (elp--make-wrapper): Rename from elp-wrapper, return a function
5303 suitable for advice-add. Use cl-inf.
5304 (elp-results): Use mapatoms+elp--instrumented-p.
5305 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5306 (debug-function-list): Remove var.
5307 (debug): Rename arg, and then let-bind it explicitly inside.
5308 (debugger-setup-buffer): Rename arg.
5309 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5310 (debugger-frame-number): Adjust to new debug-on-entry setup.
5311 (debug--implement-debug-on-entry): Rename from
5312 implement-debug-on-entry, add argument.
5313 (debugger-special-form-p): Remove, use special-form-p instead.
5314 (debug-on-entry): Use advice-add.
5315 (debug--function-list): New function.
5316 (cancel-debug-on-entry): Use it, along with advice-remove.
5317 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5318 (debugger-list-functions): Use debug--function-list instead of
5319 debug-function-list.
5320 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5321 (ad-special-form-p): Remove, use special-form-p instead.
5322 (ad-set-advice-info): Use add-function and remove-function.
5323 (ad--defalias-fset): Adjust accordingly.
5324
5325 2012-11-10 Glenn Morris <rgm@gnu.org>
5326
5327 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5328 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5329 (report-emacs-bug-create-existing-bugs-buffer)
5330 (report-emacs-bug-parse-query-results)
5331 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5332
5333 * term.el (term-default-fg-color, term-default-bg-color):
5334 Make obsolete, rather than just saying "deprecated" in the doc.
5335
5336 * term.el (term): Rename from `term-face'.
5337 (term-current-face, ansi-term-color-vector)
5338 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5339 Update all users.
5340
5341 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5342
5343 * server.el (server-create-window-system-frame): Handle Nextstep
5344 specially (Bug#12780).
5345
5346 2012-11-10 Glenn Morris <rgm@gnu.org>
5347
5348 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5349 Unautoload, and make obsolete. (Bug#7449)
5350
5351 2012-11-10 Chong Yidong <cyd@gnu.org>
5352
5353 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5354 rename from diff-remove-trailing-whitespace (Bug#12831).
5355
5356 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5359 miscompilation of trace.el.
5360
5361 2012-11-10 Glenn Morris <rgm@gnu.org>
5362
5363 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5364
5365 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5368 (bug#12812).
5369
5370 2012-11-10 Chong Yidong <cyd@gnu.org>
5371
5372 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5373 a defcustom with an appropriate :set function.
5374 (minibuffer-default--in-prompt-regexps): New function.
5375
5376 2012-11-10 Glenn Morris <rgm@gnu.org>
5377
5378 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5379 (define-modify-macro): Doc fixes.
5380
5381 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5382 (gv-define-simple-setter): Update doc of `fix-return'.
5383
5384 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5387 twice when `fix-return' is set (bug#12813).
5388
5389 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5390 gv-define-simple-setter (bug#12812).
5391
5392 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5393 (bug#12756).
5394
5395 2012-11-10 Glenn Morris <rgm@gnu.org>
5396
5397 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5398
5399 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5400 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5401 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5402 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5403
5404 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5405
5406 2012-11-10 Leo Liu <sdl.web@gmail.com>
5407
5408 * ido.el (ido-set-matches-1): Improve flex matching performance by
5409 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5410
5411 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5414 (ad--defalias-fset): New function.
5415 (ad-safe-fset): Remove.
5416 (ad-make-freeze-definition): Use cl-letf*.
5417
5418 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * subr.el (dolist): Don't bind VAR in RESULT.
5421
5422 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5423 (fset, documentation): Don't save real def since we don't advise.
5424 (ad-do-advised-functions): Remove problematic `result-form'.
5425 (ad-safe-fset): `ad-real-fset' => `fset'.
5426 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5427 uses CL's dolist internally.
5428 (ad-arglist): Remove unused arg `name'.
5429 (ad-docstring, ad-make-advised-docstring):
5430 `ad-real-documentation' => `documentation'.
5431 (warning-suppress-types): Declare.
5432 (ad-set-arguments): Simple CSE.
5433 (ad-recover-normality): Sanity check.
5434
5435 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5436 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5437
5438 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
5439
5440 * ses.el: symbol to coordinate mapping is made by symbol property
5441 `ses-cell'. This means that the same mapping is done for all SES
5442 sheets. That is good enough for cells with standard A1 names, but
5443 not for named cell. So a hash map is added for the latter.
5444 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5445 (ses-sym-rowcol): Use hashmap for named cell.
5446 (ses-is-cell-sym-p): New defun.
5447 (ses-decode-cell-symbol): New defun.
5448 (ses-create-cell-variable): Add cell to hashmap when name is not
5449 A1-like.
5450 (ses-rename-cell): Check that cell new name is not already in
5451 spreadsheet with the use of ses-is-cell-sym-p
5452 (ses-rename-cell): Use hash map for named cells, but accept also
5453 renaming back to A1-like.
5454
5455 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * emacs-lisp/advice.el: Use new dynamic docstrings.
5458 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5459 Use dynamic-docstring-function instead of ad-advice-info.
5460 (ad--make-advised-docstring): New function extracted from
5461 ad-make-advised-docstring.
5462 (ad-make-advised-docstring): Use it.
5463 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5464 from sql-help.
5465 (sql-help): Use it with dynamic-docstring-function.
5466
5467 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5468
5469 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * files.el (hack-one-local-variable--obsolete): New function.
5472 (hack-one-local-variable): Use it for obsolete settings.
5473
5474 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5475 the new name.
5476
5477 * progmodes/js.el (js--filling-paragraph): New var.
5478 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5479 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5480 less sneaky.
5481
5482 2012-11-08 Julien Danjou <julien@danjou.info>
5483
5484 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5485 `auto-mode-alist' (Bug#12835).
5486
5487 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5490 (perl--prettify-symbols-alist): New const.
5491 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5492 New functions.
5493 (perl-font-lock-keywords-2): Use them.
5494 (perl-electric-noindent-p): New function.
5495 (perl-mode): Use it to set up electric-indent-mode.
5496 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5497 (perl-mode-map): Remove bindings for them.
5498 (perl-imenu-generic-expression, perl-outline-level):
5499 Match functions&packages in column>0.
5500
5501 * env.el (env--substitute-vars-regexp): New const.
5502 (substitute-env-vars): Use it. Add `only-defined' arg.
5503 * net/tramp.el (tramp-replace-environment-variables): Use it.
5504
5505 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5506 Byte-compile *before* eval in eval-and-compile.
5507 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5508 (byte-compile-file-form-autoload): Don't hide actual definition.
5509 (byte-compile-maybe-guarded): Accept `functionp' as well.
5510
5511 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5512
5513 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5514
5515 * notifications.el (notifications-get-server-information-method):
5516 New defconst.
5517 (notifications-get-capabilities): Fix docstring.
5518 (notifications-get-server-information): New defun.
5519
5520 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5521
5522 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5523 readability.
5524
5525 * textmodes/ispell.el: Experimental support for support debugging.
5526 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5527 buffer for ispell.
5528 (ispell-print-if-debug): New function to print stuff to
5529 `ispell-debug-buffer' if debugging is enabled.
5530 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5531 show some debugging info.
5532 (ispell-buffer-with-debug): New function that creates a debugging
5533 buffer and calls `ispell-buffer' with debugging enabled.
5534
5535 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5536 comment in autoconf mode. (Bug#12768)
5537
5538 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5539
5540 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5541 frame-first-window, frame-root-window, frame-selected-window,
5542 minibuffer-selected-window, minibuffer-window,
5543 window-absolute-pixel-edges, window-at, window-body-height,
5544 window-body-width, window-display-table, window-combination-limit,
5545 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5546 window-inside-edges, window-inside-pixel-edges, window-left-child,
5547 window-left-column, window-margins, window-next-buffers,
5548 window-next-sibling, window-new-normal, window-new-total,
5549 window-normal-size, window-parameter, window-parameters, window-parent,
5550 window-pixel-edges, window-point, window-prev-buffers,
5551 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5552 window-start, window-text-height, window-top-child, window-top-line,
5553 window-total-height, window-total-width and window-use-time to the list
5554 of functions without side-effects.
5555 (toplevel): Add window-valid-p to the list of error-free functions
5556 without side-effects.
5557
5558 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5559
5560 * textmodes/ispell.el (ispell-program-name):
5561 Update spellchecker parameters when customized.
5562
5563 2012-11-04 Glenn Morris <rgm@gnu.org>
5564
5565 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5566
5567 2012-11-04 Chong Yidong <cyd@gnu.org>
5568
5569 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5570 same-window-* variables.
5571
5572 2012-11-04 Juri Linkov <juri@jurta.org>
5573
5574 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5575 (isearch-describe-key, isearch-describe-mode): Use a display
5576 action instead of binding same-window-* variables (Bug#10040).
5577
5578 2012-11-03 Glenn Morris <rgm@gnu.org>
5579
5580 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5581 Rename handler properties back from cl-- to cl-. (Bug#12788)
5582
5583 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5584
5585 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5586
5587 * term/pc-win.el: Don't load term/internal from here.
5588
5589 * loadup.el: Load term/internal from here.
5590
5591 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5592
5593 * progmodes/python.el (inferior-python-mode): Fix hang in
5594 jit-lock (Bug#12645).
5595
5596 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5597
5598 * window.el (switch-to-visible-buffer)
5599 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5600
5601 2012-11-03 Glenn Morris <rgm@gnu.org>
5602
5603 * emacs-lisp/cl-lib.el (cl--random-time):
5604 Rename from cl-random-time. (Bug#12773)
5605 (cl--gensym-counter, cl--random-state): Update callers.
5606 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5607
5608 2012-11-03 Chong Yidong <cyd@gnu.org>
5609
5610 * cus-start.el: Make cursor-type customizable (Bug#11633).
5611
5612 2012-11-02 Glenn Morris <rgm@gnu.org>
5613
5614 * filecache.el: No need to load find-lisp when compiling.
5615 (find-lisp-find-files): Autoload it.
5616 (file-cache-add-directory-recursively): Don't require find-lisp.
5617
5618 * image.el (image-type-from-file-name): Trivial simplification.
5619
5620 * emacs-lisp/bytecomp.el (byte-compile-eval):
5621 Decouple "noruntime" and "cl-functions" warnings.
5622
5623 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5624
5625 * play/gomoku.el (gomoku-display-statistics): Update mode line
5626 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5627
5628 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5629
5630 * window.el (quit-restore-window): If the window has been
5631 created on an existing frame and ended up as the sole window on
5632 that frame, do not delete it (Bug#12764).
5633
5634 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5637 Rename from sh--inside-arithmetic-expression, handle more cases
5638 (bug#11263).
5639
5640 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5641 (sh-font-lock-open-heredoc): Use it (bug#12770).
5642
5643 2012-10-30 Glenn Morris <rgm@gnu.org>
5644
5645 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5646
5647 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5648
5649 2012-10-29 Chong Yidong <cyd@gnu.org>
5650
5651 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5652 function key is stored in a keyboard macro (Bug#4894).
5653
5654 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5655
5656 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5659 header comments".
5660 (diff-unified->context, diff-context->unified)
5661 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5662
5663 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5664
5665 * files.el (find-alternate-file): Only ask one question (bug#12487).
5666
5667 2012-10-29 Chong Yidong <cyd@gnu.org>
5668
5669 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5670 Suggested by Dan Nicolaescu (Bug#6326).
5671
5672 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5673
5674 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5675
5676 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5677
5678 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5679
5680 * face-remap.el (face-remap-add-relative): Handle the case where a
5681 face-remapping-alist entry is a cons cell (Bug#12762).
5682
5683 2012-10-29 Kevin Ryde <user42@zip.com.au>
5684
5685 * woman.el (woman-parse-numeric-value): Handle picas correctly
5686 (Bug#12639).
5687
5688 2012-10-29 Glenn Morris <rgm@gnu.org>
5689
5690 * emacs-lisp/cl.el (defsetf): Doc fix.
5691
5692 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5695 syntax to the matching opener, if any (bug#12547).
5696 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5697 matching open as a "case-(".
5698 (sh-smie-rc-grammar): Add a corresponding rule for it.
5699
5700 2012-10-28 Daniel Hackney <dan@haxney.org>
5701
5702 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5703 "PKGNAME-autoloads.el" in case we created it.
5704
5705 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5708 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5709 (completion--twq-all): Disable too-strict assertions.
5710
5711 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5712
5713 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5714
5715 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5716 text to match the real keybindings.
5717
5718 2012-10-27 Juri Linkov <juri@jurta.org>
5719
5720 * wdired.el (wdired-keep-marker-rename): New defcustom.
5721 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5722 (Bug#11795)
5723
5724 * dired.el (dired-keep-marker-rename): Add reference to
5725 `wdired-keep-marker-rename' in the docstring.
5726 Add default character value ?R to display initially in
5727 Customization UI instead of ?@.
5728
5729 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5730
5731 * window.el (display-buffer): In doc-string describe
5732 window-height and window-width alist entries.
5733
5734 * time.el (display-time-world): Restore fit-window-to-buffer
5735 behavior.
5736
5737 2012-10-27 Chong Yidong <cyd@gnu.org>
5738
5739 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5740
5741 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5742
5743 * minibuffer.el (completion-category-overrides): New completion
5744 category `bookmark' (bug#11131).
5745
5746 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5747
5748 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5749 Silence bogus compiler warnings for ad-do-it.
5750
5751 * bookmark.el (bookmark-completing-read): Set the completion category
5752 to `bookmark' (bug#11131).
5753
5754 2012-10-26 Bastien <bzg@altern.org>
5755 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * face-remap.el: Use lexical-binding.
5758 (text-scale-adjust): Improve docstring. Use itself for the temporary
5759 overlay-map bindings, so as to repeat the "Use..." message each time.
5760
5761 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * emacs-lisp/macroexp.el (macroexp--expand-all):
5764 Obey byte-compile-warning-enabled-p (bug#12486).
5765
5766 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5767 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5768
5769 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5770
5771 * mouse.el (mouse-drag-line): Move last form into preceding when
5772 clause (Bug#12731).
5773
5774 * help.el (resize-temp-buffer-window): Fix doc-string.
5775
5776 2012-10-25 David Engster <deng@randomsample.de>
5777
5778 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5779 Remove. This feature is already integrated in imenu.
5780
5781 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5782 always loaded. Require `speedbar' unconditionally.
5783
5784 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5787
5788 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5789
5790 * net/ldap.el (ldap-search-internal): The official ldif format starts
5791 with a "version: 1" header (bug#12724).
5792
5793 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5794 (bug#12721).
5795
5796 2012-10-25 Glenn Morris <rgm@gnu.org>
5797
5798 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5799
5800 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * minibuffer.el (minibuffer-force-complete): Use one more marker
5803 for the temporary-overlay-map command (bug#12619).
5804
5805 2012-10-24 Chong Yidong <cyd@gnu.org>
5806
5807 * time.el (display-time-world-mode): Derive from special-mode.
5808 (display-time-world): Use display-buffer (Bug#12708).
5809 (display-time-world-mode-map): Variable deleted.
5810 (display-time-world-display): Wrap the final delete-char inside
5811 inhibit-read-only.
5812
5813 2012-10-24 Chong Yidong <cyd@gnu.org>
5814
5815 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5816 Doc fix.
5817
5818 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5819
5820 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * minibuffer.el (completion--all-sorted-completions-location): New var.
5823 (completion--cache-all-sorted-completions)
5824 (completion--flush-all-sorted-completions): Use it.
5825 (completion-in-region, completion-in-region--postch)
5826 (completion-at-point, completion-help-at-point): Use markers in
5827 completion-in-region--data (bug#12619).
5828
5829 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * progmodes/compile.el (compilation-start): Try to handle common
5832 quoting of `cd' argument (bug#12640).
5833
5834 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5835 (bug#12671).
5836
5837 2012-10-23 Glenn Morris <rgm@gnu.org>
5838
5839 * progmodes/gud.el (gud-menu-map):
5840 Check gdb-active-process is bound. (Bug#12358)
5841
5842 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * repeat.el (repeat): Set real-this-command (bug#12232).
5845
5846 * htmlfontify.el (hfy-post-html-hook):
5847 * filesets.el (filesets-cache-fill-content-hook):
5848 * arc-mode.el (archive-extract-hook):
5849 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5850 * net/rcirc.el (rcirc-sentinel-functions)
5851 (rcirc-receive-message-functions, rcirc-activity-functions)
5852 (rcirc-print-functions):
5853 * net/dbus.el (dbus-event-error-functions):
5854 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5855 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5856 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5857 * term/sun.el (sun-raw-prefix-hooks):
5858 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5859
5860 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5861
5862 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5863 Set `tramp-chunksize' to 1. This improves the performance.
5864 (tramp-smb-wait-for-output): Add timeout to
5865 `tramp-accept-process-output' calls.
5866
5867 2012-10-23 Chong Yidong <cyd@gnu.org>
5868
5869 * faces.el (font-list-limit): Define as an obsolete variable.
5870
5871 * startup.el (command-line):
5872 * cus-start.el: Don't refer to font-list-limit.
5873
5874 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5875
5876 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * subr.el (internal-temp-output-buffer-show): Rename from
5879 temp-output-buffer-show, since previously compiled files expect this name.
5880
5881 2012-10-23 Glenn Morris <rgm@gnu.org>
5882
5883 * image.el (image-type-from-file-name): If multiple types match,
5884 return the first one that is supported. (Bug#9045)
5885
5886 2012-10-22 Glenn Morris <rgm@gnu.org>
5887
5888 * image.el (imagemagick-enabled-types): Doc fix.
5889
5890 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5891
5892 * progmodes/which-func.el (which-func-current): The hash-table may have
5893 an explicit nil (bug#12338).
5894
5895 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * electric.el (electric-pair-delete-selection-self-insert-function):
5898 Rename to electric-pair-will-use-region, return a boolean.
5899 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5900
5901 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5902 (delete-selection-pre-hook): Use use-region-p.
5903 (delete-selection-self-insert-function): Remove.
5904 (self-insert-command): Obey self-insert-uses-region-functions.
5905 (self-insert-iso): Revert to previous setting, since we don't actually
5906 know what that command does.
5907 (delete-selection-self-insert-hooks): Remove.
5908
5909 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5910
5911 * delsel.el (delete-selection-helper): New function, extracted from
5912 delete-selection-pre-hook.
5913 (delete-selection-pre-hook): Use it.
5914 (delete-selection-self-insert-function): New function.
5915 (delete-selection-self-insert-hooks): New hook.
5916 (self-insert-command, self-insert-iso): Use it.
5917 * electric.el (electric-pair-syntax): New function, extracted from
5918 electric-pair-post-self-insert-function.
5919 (electric-pair-post-self-insert-function): Use it.
5920 (electric-pair-delete-selection-self-insert-function): New function.
5921 (electric-pair-mode): Require delsel and setup
5922 delete-selection-self-insert-hooks (bug#11520).
5923
5924 2012-10-20 Chong Yidong <cyd@gnu.org>
5925
5926 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5927 no changes to show (Bug#12586).
5928
5929 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5930 list explicitly (Bug#12571).
5931
5932 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5933
5934 * progmodes/flymake.el (flymake-create-temp-inplace):
5935 Use file-truename.
5936
5937 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5938
5939 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5940
5941 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5942
5943 * calc/calc-units.el (math-extract-units): Properly extract powers
5944 of units.
5945
5946 2012-10-20 Daniel Colascione <dancol@dancol.org>
5947
5948 * frame.el (make-frame): Set x-display-name as we used to in order
5949 to unbreak creating an X11 frame from an Emacs daemon started
5950 without a display.
5951
5952 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5955 the same completion-field (bug#12221).
5956
5957 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5958
5959 * emacs-lisp/debug.el (debug): Record height of debugger window
5960 also when debugger will be back (Bug#8789).
5961
5962 2012-10-18 Chong Yidong <cyd@gnu.org>
5963
5964 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5965 Convert to defcustom.
5966 (gdb-get-source-file): Don't bind pop-up-windows.
5967
5968 * progmodes/gud.el (gud-display-line): Don't specially re-use
5969 other frames for the gdb-mi case (Bug#12648).
5970
5971 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5972
5973 * emacs-lisp/advice.el: Clean up commentary a bit.
5974 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5975 (byte-code-function-p): Never redefine.
5976
5977 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5978
5979 2012-10-18 Glenn Morris <rgm@gnu.org>
5980
5981 * dired.el (dired-sort-toggle): Some ls implementations only allow
5982 a single option string. (Bug#12666)
5983
5984 * minibuffer.el (completion-cycle-threshold): Doc fix.
5985
5986 2012-10-17 Kenichi Handa <handa@gnu.org>
5987
5988 * international/mule.el (set-keyboard-coding-system):
5989 Recover input meta mode when the new coding system doesn not use 8-bit.
5990 Supply TERMINAL arg to set-input-meta-mode.
5991
5992 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5993
5994 * wdired.el (wdired-old-marks): New variable.
5995 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5996 (wdired-do-renames): Move point with renamed file and don't lose
5997 mark status (Bug#11795).
5998
5999 2012-10-16 Juri Linkov <juri@jurta.org>
6000
6001 * replace.el (query-replace-help): Mention multi-buffer replacement
6002 keys in the Help message. (Bug#12655)
6003
6004 2012-10-15 Chong Yidong <cyd@gnu.org>
6005
6006 * emacs-lisp/byte-run.el (defsubst): Doc fix.
6007
6008 2012-10-14 Eli Zaretskii <eliz@gnu.org>
6009
6010 * window.el (display-buffer): Doc fix.
6011
6012 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6013 Adjust the msft regexp to the output of Studio 2010, and move msft
6014 before edg-1. See the discussion on emacs-devel,
6015 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6016 for the details.
6017
6018 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6021 (oset): Move uses of object-class-fast macro after its definition.
6022
6023 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6024
6025 2012-10-13 Chong Yidong <cyd@gnu.org>
6026
6027 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6028 enabled, re-enable it (Bug#11963).
6029
6030 2012-10-13 Martin Rudalics <rudalics@gmx.at>
6031
6032 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6033 non-nil, restore window configuration (Bug#12623).
6034
6035 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6036
6037 * help-fns.el (describe-variable, describe-function-1):
6038 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6039
6040 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6041
6042 2012-10-12 Glenn Morris <rgm@gnu.org>
6043
6044 * mail/rmailsum.el (rmail-header-summary):
6045 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
6046
6047 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
6048
6049 * progmodes/python.el (python-mode-map):
6050 Replace subtitute-key-definition with proper command remapping.
6051 (python-nav--up-list): Fix behavior for blocks on the same level.
6052
6053 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6054
6055 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6056
6057 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6058 changes to the format of load-history.
6059
6060 * international/mule-cmds.el (read-char-by-name): Move let-binding of
6061 completion-ignore-case in case that var is buffer-local (bug#12615).
6062
6063 2012-10-11 Kenichi Handa <handa@gnu.org>
6064
6065 * international/eucjp-ms.el: Re-generated.
6066
6067 2012-10-10 Kenichi Handa <handa@gnu.org>
6068
6069 * select.el (xselect--encode-string): If a coding is specified for
6070 selection, and that is compatible with COMPOUND_TEXT, use it.
6071
6072 2012-10-10 Martin Rudalics <rudalics@gmx.at>
6073
6074 * window.el (switch-to-buffer-preserve-window-point): New option.
6075 (switch-to-buffer):
6076 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6077
6078 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6079
6080 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6081 Don't document nil as a useful value (bug#12583).
6082
6083 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
6084
6085 * net/tramp.el (tramp-debug-message):
6086 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6087 (with-tramp-progress-reporter): Rename from
6088 `tramp-with-progress-reporter'.
6089 (with-tramp-file-property, with-tramp-connection-property):
6090 Move from tramp-cache.el, rename from `with-file-property' and
6091 `with-connection-property', respectively.
6092
6093 * net/tramp-cache.el: Remove `with-file-property' and
6094 `with-connection-property'.
6095
6096 * net/tramp.el:
6097 * net/tramp-gvfs.el:
6098 * net/tramp-sh.el:
6099 * net/tramp-smb.el: Adapt callees.
6100
6101 * net/trampver.el: Update release number.
6102
6103 2012-10-09 Glenn Morris <rgm@gnu.org>
6104
6105 * w32-fns.el (set-message-beep):
6106 * term/w32-win.el (set-message-beep): Update declarations.
6107
6108 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6109
6110 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6111 (mode-line-widen, mode-line-input-method-map)
6112 (mode-line-coding-system-map, mode-line-remote)
6113 (mode-line-unbury-buffer, mode-line-bury-buffer)
6114 (mode-line-next-buffer, mode-line-previous-buffer):
6115 Replace save-selected-window+select-window => with-selected-window.
6116
6117 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6118 * progmodes/cc-vars.el (bq-process): Remove, unused.
6119
6120 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6121
6122 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
6123
6124 Implemented `backward-up-list'-like navigation.
6125 * progmodes/python.el (python-nav-up-list)
6126 (python-nav-backward-up-list): New functions.
6127 (python-mode-map): Define substitute key for backward-up-list to
6128 python-nav-backward-up-list.
6129
6130 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6131
6132 * progmodes/python.el (python-fill-paragraph): Rename from
6133 python-fill-paragraph-function. Fixed fill-paragraph for
6134 decorators (Bug#12605).
6135
6136 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6137
6138 * progmodes/python.el (python-shell-output-filter): Handle extra
6139 carriage return in OSX (Bug#12409).
6140
6141 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6142
6143 Fix shell handling of unbalanced quotes and parens in output.
6144 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6145 (python-syntax-propertize-function): Use it.
6146 (python-shell-output-syntax-table): New var.
6147 (inferior-python-mode): Prevent unbalanced parens/quotes from
6148 previous output mess with current input context.
6149
6150 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6153 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6154
6155 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
6156
6157 * ffap.el (ffap-replace-file-component): Support Tramp file name
6158 syntax, not only ange-ftp's one.
6159
6160 2012-10-08 Glenn Morris <rgm@gnu.org>
6161
6162 * cus-start.el (message-log-max): Set :version.
6163
6164 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6165
6166 2012-10-08 Martin Rudalics <rudalics@gmx.at>
6167
6168 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6169 the minibuffer window (Bug#10851).
6170
6171 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6172
6173 Enhancements on forward-sexp movement.
6174 * progmodes/python.el (python-nav-beginning-of-statement)
6175 (python-nav-end-of-statement): Return point-marker.
6176 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6177 (python-info-current-symbol)
6178 (python-info-statement-starts-block-p): Rename from
6179 python-info-beginning-of-block-p.
6180 (python-info-statement-ends-block-p): Rename from
6181 python-info-end-of-block-p.
6182 (python-info-beginning-of-statement-p)
6183 (python-info-end-of-statement-p)
6184 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6185 New functions.
6186
6187 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6190 frame-selected-windows.
6191
6192 2012-10-08 Daniel Colascione <dancol@dancol.org>
6193
6194 * battery.el (battery-status-function): Check for
6195 w32-battery-status itself, not system-time windows-nt.
6196
6197 * frame.el: Require cl-lib.
6198 (display-format-alist): New variable mapping frame types to
6199 functions that initialize them.
6200 (window-system-for-display): New function: interprets
6201 display-format-alist.
6202 (make-frame-on-display): Remove existing display-selection logic
6203 and just forward to make-frame, which will now DTRT.
6204 (make-frame): Restructure to use window-system-for-display to
6205 figure out how to create a frame on a given display.
6206 (display-mouse-p): Look for frame-type w32, not a particular
6207 system-type.
6208
6209 * loadup.el: Load w32 lisp code when we have the w32 feature.
6210
6211 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6212 system-type windows-nt.
6213
6214 * server.el (server-create-window-system-frame): Look for window
6215 type.
6216 (server-proces-filter): Only force a window system when windows-nt
6217 _and_ w32. Explain why.
6218
6219 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6220 of window systems we configure for the mode.
6221
6222 * startup.el (command-line): Mark window system is initialized
6223 after we've done it.
6224
6225 * common-win.el (x-select-text): Look for w32, not windows-nt.
6226
6227 * ns-win.el: Require cl-lib. Add ourselves to
6228 display-format-alist.
6229 (ns-initialize-window-system): Assert we're not initialized twice.
6230
6231 * w32-win.el: Enable lexical binding; require cl-lib; add
6232 ourselves to display-format-alist.
6233 (w32-handle-dropped-file): Convert incoming dropped files from
6234 Windows paths to Cygwin ones before passing them on to the rest of
6235 Emacs.
6236 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6237 (w32-initialize-window-system): Assert we're not initialized twice.
6238
6239 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6240 (x-initialize-window-system): Assert we're not initialized twice.
6241
6242 * w32-common-fns.el: New File.
6243 (w32-version, w32-using-nt, w32-get-clipboard-data)
6244 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6245 (w32-charset-info-alist, x-last-selected, text)
6246 (x-get-selection-value, x-selection-value): Move here.
6247
6248 * w32-fns.el: Require w32-common-fns.
6249 (w32-version, w32-using-nt, w32-get-clipboard-data)
6250 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6251 (w32-charset-info-alist, x-last-selected, text)
6252 (x-get-selection-value, x-selection-value): Move to
6253 w32-common-fns.
6254
6255 * w32-vars.el:
6256 (w32-allow-system-shell, w32-system-shells): Define only in
6257 non-cygwin case.
6258
6259 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6261 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6262 (read-passwd): Remove a few more potential sources of leaks.
6263
6264 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6265
6266 * progmodes/python.el (inferior-python-mode)
6267 (python-shell-make-comint): Fix initialization of local
6268 variables copied from parent buffer.
6269
6270 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6271
6272 * term/ns-win.el (ns-read-file-name): Update declaration to match
6273 nsfns.m.
6274 (ns-respond-to-change-font): Change fontsize separately so we are sure
6275 it is set when font is acted upon.
6276
6277 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6278
6279 Enhancements to indentation.
6280 * progmodes/python.el (python-indent-context): Give priority to
6281 inside-string context. Make comments indentation markers.
6282 (python-indent-region): Do not mess with strings, unless it's the
6283 enclosing set of quotes.
6284
6285 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * window.el (internal--before-save-selected-window)
6288 (internal--after-save-selected-window): New functions extracted from
6289 save-selected-window. Make sure we return the `alist' we construct.
6290 (save-selected-window): Use them.
6291
6292 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6293 Use with-selected-window.
6294
6295 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6296 forms that define macros (bug#12593).
6297
6298 2012-10-07 Kenichi Handa <handa@gnu.org>
6299
6300 * international/mule-conf.el (compound-text-with-extensions):
6301 Add :mime-charset property as x-ctext.
6302
6303 2012-10-07 Stefan Merten <smerten@oekonux.de>
6304
6305 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6306 (rst-indent-literal-normal, rst-indent-literal-minimized)
6307 (rst-indent-comment): Correct :version tag.
6308 (rst-official-cvs-rev): Correct version string.
6309
6310 2012-10-07 Glenn Morris <rgm@gnu.org>
6311
6312 * mail/rmailmm.el (rmail-mime-process-multipart):
6313 Do not confuse a multipart message with an epilogue
6314 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6315
6316 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6317
6318 Fix shell output retrieval and comint-prompt-regexp init.
6319 * progmodes/python.el (inferior-python-mode):
6320 (python-shell-make-comint): Fix initialization of
6321 comint-prompt-regexp from copied file local variables.
6322 (python-shell-fetched-lines): Remove var.
6323 (python-shell-output-filter-in-progress): Rename from
6324 python-shell-fetch-lines-in-progress.
6325 (python-shell-output-filter-buffer): Rename from
6326 python-shell-fetch-lines-string.
6327 (python-shell-fetch-lines-filter): Delete function.
6328 (python-shell-output-filter): New function.
6329 (python-shell-send-string-no-output): Use them.
6330
6331 2012-10-07 Glenn Morris <rgm@gnu.org>
6332
6333 * hi-lock.el (hi-lock-process-phrase):
6334 Try to make it less fragile. (Bug#7161)
6335
6336 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6337
6338 2012-10-06 Glenn Morris <rgm@gnu.org>
6339
6340 * ehelp.el (electric-help-mode): Use help-mode rather than
6341 non-existent mode `help'.
6342 (electric-help-map): Use button-buffer-map. (Bug#10917)
6343
6344 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6345 (reftex-create-bibtex-footer): Fix custom types.
6346
6347 * progmodes/sh-script.el (sh-indent-after-continuation):
6348 Add explicit :group.
6349
6350 * textmodes/rst.el (rst-preferred-decorations)
6351 (rst-shift-basic-offset): Clarify obsolescence versions.
6352
6353 * profiler.el (profiler): Add missing group :version tag.
6354 * avoid.el (mouse-avoidance-banish-position):
6355 * proced.el (proced-renice-command):
6356 * calc/calc.el (calc-ensure-consistent-units):
6357 * calendar/icalendar.el (icalendar-import-format-uid):
6358 * net/tramp.el (tramp-save-ad-hoc-proxies):
6359 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6360 * progmodes/flymake.el (flymake-error-bitmap)
6361 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6362 * progmodes/sh-script.el (sh-indent-after-continuation):
6363 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6364 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6365 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6366 (vhdl-array-index-record-field-in-sensitivity-list)
6367 (vhdl-indent-comment-like-next-code-line):
6368 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6369 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6370 (reftex-cite-key-separator, reftex-create-bibtex-header)
6371 (reftex-create-bibtex-footer):
6372 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6373 (rst-indent-literal-normal, rst-indent-literal-minimized)
6374 (rst-indent-comment): Add missing custom :version tags.
6375
6376 * calendar/timeclock.el (timeclock-modeline-display):
6377 Add missing obsolete alias for renamed user option.
6378
6379 * strokes.el (strokes-modeline-string):
6380 * emulation/crisp.el (crisp-mode-modeline-string):
6381 * eshell/esh-mode.el (eshell-status-in-modeline):
6382 Aliases to defcustoms must come before the defcustom.
6383
6384 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6385 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6386 (cal-tex-cursor-week-monday): Doc fixes.
6387 (cal-tex-cursor-week2-summary): Doc fix.
6388 Rename from cal-tex-cursor-week-at-a-glance.
6389
6390 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6391 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6392
6393 * calendar/calendar.el (calendar-mode-map):
6394 Add cal-tex-cursor-week2-summary.
6395
6396 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6399
6400 * subr.el (read-passwd-map): New var.
6401 (read-passwd): Use `read-string' again.
6402 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6403
6404 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6405
6406 * register.el (append-to-register, prepend-to-register):
6407 Deactivate mark, as does `copy-to-register' (bug#12389).
6408
6409 2012-10-06 Chong Yidong <cyd@gnu.org>
6410
6411 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6412
6413 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6414
6415 * international/characters.el: Fix simple mistake ((car chars) ->
6416 elt), delete duplicated code.
6417
6418 2012-10-06 Glenn Morris <rgm@gnu.org>
6419
6420 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6421
6422 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6423
6424 * color.el (color-hsl-to-rgb): Fix incorrect results for
6425 small and large hue values. (Bug#12559)
6426
6427 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
6428
6429 Enhancements to docstring formatting when filling paragraphs.
6430 * progmodes/python.el (python-fill-docstring-style): Rename from
6431 python-fill-string-style. Added new style.
6432 (python-fill-string): Use new style. Better checks for
6433 docstrings.
6434
6435 2012-10-05 Glenn Morris <rgm@gnu.org>
6436
6437 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6438
6439 * color.el (color-name-to-rgb, color-rgb-to-hex)
6440 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6441 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6442 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6443 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6444
6445 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6446
6447 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6448
6449 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6450 to get the correct size across symlinks.
6451
6452 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6453
6454 2012-10-04 Juri Linkov <juri@jurta.org>
6455
6456 * replace.el (query-replace-interactive): Declare obsolete.
6457 (query-replace-read-from): Add the last incremental search string
6458 to the list of default values accessible via M-n.
6459 (map-query-replace-regexp): Use `read-regexp'.
6460 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6461 (map-query-replace-regexp, replace-string, replace-regexp):
6462 Fix docstrings to replace mentions of `query-replace-interactive'
6463 with alternatives. (Bug#12526)
6464
6465 2012-10-04 Juri Linkov <juri@jurta.org>
6466
6467 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6468 (dired-pop-to-buffer): Declare obsolete.
6469 (dired-mark-pop-up): Doc fix.
6470
6471 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
6472
6473 Allow user to set docstring style for fill-paragraph.
6474 * progmodes/python.el
6475 (python-fill-comment-function, python-fill-string-function)
6476 (python-fill-decorator-function, python-fill-paren-function):
6477 Remove :safe for defcustoms.
6478 (python-fill-string-style): New defcustom
6479 (python-fill-paragraph-function): Enhance context detection.
6480 (python-fill-string): Honor python-fill-string-style settings.
6481
6482 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6483
6484 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6485 after setting its buffer (Bug#10805).
6486
6487 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
6488
6489 Fix cornercase for string syntax.
6490 * progmodes/python.el (python-syntax-propertize-function):
6491 Simplify and enhance the regexp for unescaped quotes. Now it also
6492 matches quotes in weird situations like the single quote in
6493 "something\"'".
6494 (python-syntax-stringify): Simplify num-quotes detecting code.
6495
6496 2012-10-03 Glenn Morris <rgm@gnu.org>
6497
6498 * help-macro.el (three-step-help):
6499 Revert 2012-09-29 change. (Bug#12567)
6500
6501 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6502
6503 * menu-bar.el (kill-this-buffer): Don't do anything when
6504 `menu-frame' is not alive or visible (Bug#8184).
6505
6506 * emacs-lisp/debug.el (debug): When quitting the debugger window
6507 restore current buffer (Bug#12502).
6508
6509 2012-10-02 Chong Yidong <cyd@gnu.org>
6510
6511 * progmodes/hideif.el (hif-lookup, hif-defined):
6512 Handle semantic-c-takeover-hideif.
6513
6514 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6515
6516 Change sampling interval units from ms to ns.
6517 * profiler.el (profiler-sampling-interval): Change units
6518 from ms to ns, multiplying the default by 1000000 so that
6519 it remains 1 ms.
6520 (profiler-report-cpu-line-format): Give enough room for
6521 the maximum counters on 64-bit hosts.
6522 (profiler-report-render-calltree-1): Call them "CPU samples",
6523 not "Time (ms)", since they are not milliseconds now (and
6524 never really were).
6525
6526 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6527
6528 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6529 Fix querying BBDB for entries without a last name (Bug#11580).
6530
6531 2012-10-02 Chong Yidong <cyd@gnu.org>
6532
6533 * emacs-lisp/eieio.el: Restore Version header.
6534
6535 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * vc/diff-mode.el (diff--auto-refine-data): New var.
6538 (diff-hunk): Use it to delay refinement.
6539 (diff-mode): Remove overlays when we turn off font-lock.
6540
6541 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6542 (table-initialize-table-fixed-width-mode)
6543 (table-set-table-fixed-width-mode): Remove functions.
6544 (table-command-list): Move initialization into declaration.
6545 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6546 (table-with-cache-buffer): Use `declare'.
6547 (table-span-cell): Simplify via CSE.
6548 (table-fixed-width-mode): Use define-minor-mode.
6549 (table-call-interactively, table-funcall, table-apply): Remove.
6550 (table-function): New function, to replace them.
6551
6552 * bookmark.el (bookmark-search-pattern): Remove var.
6553 (bookmark-read-search-input): Remove function.
6554 (bookmark-bmenu-search): Reimplement using a minibuffer.
6555
6556 * faces.el (modeline): Remove obsolete face name.
6557
6558 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6559 and give a non-nil default value.
6560 (add-change-log-entry): Simplify accordingly.
6561
6562 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6563
6564 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6565 (vc-git-log-edit-toggle-amend): New function.
6566 (vc-git-log-edit-toggle-signoff): New function.
6567 (vc-git-log-edit-mode): New major mode.
6568 (vc-git-log-edit-mode-map): Keymap for it.
6569 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6570
6571 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6572 header names.
6573 (log-edit-toggle-header): New function.
6574 (log-edit-extract-headers): Accept function values in HEADERS alist.
6575
6576 2012-10-01 David Engster <deng@randomsample.de>
6577
6578 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6579 from symbol property and change message to be more consistent with
6580 Emacs proper.
6581 (eieio-describe-generic): Add filename for each implementation.
6582 Fix indices for generic and normal methods.
6583 (eieio-method-def, eieio-class-def): New buttons.
6584 (eieio-help-find-method-definition)
6585 (eieio-help-find-class-definition): New functions.
6586 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6587 class, constructor and method definitions.
6588
6589 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6590 information in symbol property.
6591 (scoped-class): Remove.
6592 (eieio-slot-name-index, call-next-method): Check if it is bound.
6593
6594 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6595
6596 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6597 (eieio-custom-mode): New major mode.
6598 (eieio-customize-object): Use it.
6599
6600 2012-10-01 Eric Ludlam <zappo@gnu.org>
6601
6602 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6603 specifying the expected class, and whether subclassing is allowed.
6604 (eieio-persistent-convert-list-to-object):
6605 (eieio-persistent-validate/fix-slot-value)
6606 (eieio-persistent-slot-type-is-class-p): New functions.
6607 (eieio-named::slot-missing): Doc fix.
6608
6609 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6610 Stop using unused publd variable.
6611
6612 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6613 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6614 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6615 (eieio-speedbar-handle-click): Do not specify a class for the
6616 method. Fixes method invocation order problems with EDE.
6617
6618 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6621 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6622
6623 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6624
6625 * bookmark.el (bookmark-version-control): Give tags in the
6626 :type choices (Bug#12309), and improve doc string.
6627 (bookmark-write-file): Bind `print-circle' to `t' to allow
6628 circular custom bookmark types. (Bug#12503)
6629
6630 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6631
6632 Revert the FOLLOW-SYMLINKS change for file-attributes.
6633 * files.el (remote-file-name-inhibit-cache, after-find-file):
6634 * time.el (display-time-file-nonempty-p): Undo last change.
6635
6636 * profiler.el (profiler-sampling-interval): Change default back to 1.
6637 See Stefan Monnier in
6638 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6639
6640 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6641
6642 Shell output catching a la gud-gdb.
6643 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6644 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6645 New Vars.
6646 (python-shell-fetch-lines-filter): New function.
6647 (python-shell-send-string-no-output): Use them.
6648
6649 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6650
6651 * profiler.el (profiler-sampling-interval): Rename from
6652 profiler-sample-interval.
6653 (profiler-sampling-interval): Default to 10.
6654 (profiler-find-profile): New command (was profiler-find-log).
6655 (profiler-find-profile-other-window): New command.
6656 (profiler-find-profile-other-frame): New command.
6657 (profiler-profile): Introduce API-level data structure.
6658
6659 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6660
6661 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6662 * files.el (remote-file-name-inhibit-cache):
6663 * time.el (display-time-file-nonempty-p): Use it.
6664 * files.el (after-find-file): Don't chase links before calling
6665 file-exists-p, as file-exists-p already does the right thing.
6666
6667 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6668
6669 Merge from standalone RefTeX repository.
6670
6671 The following ChangeLog entries are shortened versions of the
6672 original ones with file paths adapted. A not so strongly edited
6673 version of the original ChangeLog can be found in the commit log.
6674
6675 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6676 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6677 Correctly handle new value type returned by `reftex-citation'.
6678
6679 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6680 that entries with whitespace at various places are found.
6681 Doc fix. Include entries that are cross-referenced from cited entries.
6682 Include @String definitions in the resulting bib file. Add header
6683 and footer defined in `reftex-create-bibtex-header' and
6684 `reftex-create-bibtex-footer'.
6685 (reftex-do-citation): Make it possible again to insert
6686 non-existent entries. Save match data when asking for optional
6687 arguments. Return all keys, not just the first one.
6688 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6689 all citations in the same line.
6690 (reftex-parse-bibtex-entry): Accept additional optional argument
6691 `raw' and keep quotes or braces if it is non-nil. Match fields
6692 containing hyphens besides word constituents.
6693 (reftex-get-string-refs): New function.
6694 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6695 and ask if it should be reread in case it did.
6696 (reftex-pop-to-bibtex-entry)
6697 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6698 entries with spaces or tabs in front of arguments.
6699 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6700 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6701 Match entries containing numbers and symbol constituents.
6702 (reftex-do-citation, reftex-figure-out-cite-format):
6703 Use `reftex-cite-key-separator'.
6704
6705 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6706 (reftex-mouse-view-crossref): Explain why point is set.
6707
6708 * textmodes/reftex-global.el: Whitespace changes.
6709
6710 * textmodes/reftex-index.el: Move provide statement to end of
6711 file.
6712 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6713 (reftex-index-visit-phrases-buffer): Set marker when visiting
6714 buffer. This allows for returning from the phrases file to the
6715 file one was just editing instead of the file where the last
6716 phrases was added from.
6717 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6718 punctuation syntax as it usually is not used as string quote in
6719 TeX-related modes and may occur unmatched. The change also
6720 prevents fontification of quoted content.
6721 (reftex-index-phrases-mode): Use it.
6722
6723 * textmodes/reftex-parse.el (reftex-parse-from-file):
6724 Move backward one char if a `\' was matched after a section macro.
6725 (reftex-parse-from-file): Use beginning of match instead of end as
6726 bound.
6727
6728 * textmodes/reftex-ref.el: Adapt creation of
6729 `reftex-<package>-<macro>' functions to new structure of
6730 `reftex-ref-style-alist'.
6731 (reftex-reference): Use `reftex-ref-style-list' function.
6732 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6733 reference macro if `reftex-ref-macro-prompt' is non-nil.
6734 (reftex-reference): Pass refstyle to `reftex-format-special'.
6735 Determine reference macro by looking at
6736 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6737 Use only one special format function.
6738 (reftex-varioref-vref, reftex-fancyref-fref)
6739 (reftex-fancyref-Fref): Remove definitions. The functions are now
6740 generated from `reftex-ref-style-alist'.
6741 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6742 Remove.
6743 (reftex-format-special): New function.
6744
6745 * textmodes/reftex-sel.el
6746 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6747 of `reftex-ref-style-alist'. Remove code for testing macro type.
6748 (reftex-select-toggle-varioref)
6749 (reftex-select-toggle-fancyref): Remove.
6750 (reftex-select-cycle-ref-style-internal)
6751 (reftex-select-cycle-ref-style-forward)
6752 (reftex-select-cycle-ref-style-backward): New functions.
6753 (reftex-select-label-map): Use `v' and `V' for general cycling
6754 through reference styles. Add `p' for switching between number
6755 and page reference types.
6756
6757 * textmodes/reftex-toc.el (reftex-re-enlarge):
6758 Call `enlarge-window' only if there is something to do because in Emacs
6759 the horizontal version throws an error even if the parameter is 0.
6760
6761 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6762 (reftex-plug-into-AUCTeX): Doc fix.
6763 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6764 string. Adapt to new name.
6765 (reftex-ref-style-alist): Change structure so that it is not
6766 possible to use multiple different package names within a style.
6767 Remove the symbols for symbols for macro type distinction.
6768 Add characters for macro selection.
6769 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6770 (reftex-create-bibtex-footer): New variables.
6771 (reftex-format-ref-function): Mention third argument of special
6772 format function.
6773 (reftex-ref-style-alist, reftex-ref-style-default-list):
6774 New variables.
6775 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6776 to new implementation. Mark as obsolete. Add compatibility code
6777 for honoring the variable values in case they are set.
6778 (reftex-cite-format-builtin, reftex-bibliography-commands):
6779 Add support for ConTeXt.
6780 (reftex-format-ref-function, reftex-format-cite-function):
6781 Fix custom type.
6782 (reftex-cite-key-separator): New variable.
6783
6784 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6785 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6786 `reftex-syntax-table' because parens have to retain their paren
6787 syntax in order for parsing of BibTeX entries like @book(...) to
6788 work.
6789 (reftex-in-comment): Do not error out if `comment-start-skip' is
6790 not set. Deal correctly with escaped comment characters.
6791 (reftex-tie-multifile-symbols): Add doc string.
6792 Initialize `reftex-ref-style-list'.
6793 (reftex-untie-multifile-symbols): Add doc string.
6794 (reftex-add-index-macros): Doc fix.
6795 (reftex-ref-style-activate, reftex-ref-style-toggle)
6796 (reftex-ref-style-list): New functions.
6797 (reftex-mode-menu): Use them. Adapt to new structure of
6798 `reftex-ref-style-alist'.
6799 (reftex-select-with-char): Kill the RefTeX Select buffer when
6800 done.
6801 (reftex-remove-if): New function.
6802 (reftex-erase-all-selection-and-index-buffers)
6803 (reftex-mode-menu): Reference styles are now computed from
6804 `reftex-ref-style-alist'. Fix typo.
6805 (reftex-report-bug): New function.
6806 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6807 algorithms with O(n log n). Introduce optional argument SORT (not
6808 yet used).
6809
6810 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6811
6812 Enhancements for triple-quote string syntax.
6813 * progmodes/python.el (python-syntax-propertize-function):
6814 Match both quote cases in one regexp.
6815 (python-syntax-stringify): Handle matches properly.
6816
6817 2012-09-30 Juri Linkov <juri@jurta.org>
6818
6819 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6820 to nil around the call to `insert' to prevent
6821 directory time modification by lock_file. (Bug#2295)
6822 * tar-mode.el (tar-summarize-buffer): Idem.
6823
6824 2012-09-30 Juri Linkov <juri@jurta.org>
6825
6826 * facemenu.el (list-colors-sort): Add option "Luminance".
6827 (list-colors-sort-key): Implement it.
6828
6829 * vc/diff-mode.el (diff-refine-removed):
6830 * vc/ediff-init.el (ediff-fine-diff-A):
6831 * vc/smerge-mode.el (smerge-refined-removed):
6832 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6833
6834 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6835
6836 * term/ns-win.el (x-file-dialog): New function.
6837
6838 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * ido.el (ido-max-directory-size): Default to nil; the current
6841 default is small for POSIX systems, and impractical on Windows 7
6842 now that lstat returns directory sizes for NTFS.
6843
6844 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6845
6846 In buffer display functions handle window-height/window-width
6847 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6848 * window.el (window--display-buffer): New argument ALIST.
6849 Obey window-height and window-width alist entries.
6850 (window--try-to-split-window): New argument ALIST.
6851 Bind window-combination-limit to t when the window's size shall be
6852 changed and window-combination-limit equals `window-size'.
6853 (display-buffer-in-atom-window)
6854 (display-buffer-in-major-side-window)
6855 (display-buffer-in-side-window, display-buffer-same-window)
6856 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6857 (display-buffer-pop-up-window, display-buffer-below-selected)
6858 (display-buffer-at-bottom, display-buffer-in-previous-window)
6859 (display-buffer-use-some-window): Adjust all callers of
6860 window--display-buffer and window--try-to-split-window.
6861 (fit-frame-to-buffer): New option.
6862 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6863 is non-nil.
6864 (display-buffer-in-major-side-window): Evaluate window-height /
6865 window-width alist entries.
6866
6867 * help.el (temp-buffer-resize-frames)
6868 (temp-buffer-resize-regexps): Remove options.
6869 (temp-buffer-resize-mode): Adjust doc-string.
6870 (resize-temp-buffer-window): Don't consult
6871 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6872 temp-buffer-resize-frames.
6873
6874 * dired.el (dired-mark-pop-up):
6875 Call display-buffer-below-selected with a fit-window-to-buffer alist
6876 entry.
6877
6878 2012-09-30 Chong Yidong <cyd@gnu.org>
6879
6880 * server.el (server-host): Document the security implications.
6881 (server-auth-key): Doc fix.
6882
6883 * startup.el (initial-buffer-choice): Doc fix.
6884
6885 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6886
6887 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6888 restriction change.
6889
6890 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6891
6892 * help-fns.el (help-fns--obsolete): Fix last change.
6893
6894 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6897 (minor-mode-map-alist): Remove redundant code.
6898
6899 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6900 visited in a buffer.
6901 (cvs-insert-visited-file): New function.
6902 (find-file-hook): Use it.
6903
6904 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6905
6906 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6907 chose face.
6908 (log-edit-empty-buffer-p): Don't require a space after a header.
6909
6910 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6911
6912 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6913
6914 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6915 a proper minor-mode.
6916
6917 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6918
6919 2012-09-29 Glenn Morris <rgm@gnu.org>
6920
6921 * winner.el (winner-mode): Remove variable (let define-minor-mode
6922 handle it).
6923 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6924 Doc fixes.
6925 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6926 (winner-mode): Use define-minor-mode.
6927
6928 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6929 the full definition in loaddefs, rather than duplicating it.
6930
6931 * help-macro.el (three-step-help): No need to autoload defcustom.
6932
6933 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6934 (inferior-lisp-program, inferior-lisp-load-command)
6935 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6936 No need to autoload defcustoms.
6937
6938 * hippie-exp.el (hippie-expand-try-functions-list)
6939 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6940 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6941 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6942 (hippie-expand-only-buffers): No need to autoload defcustoms.
6943 * progmodes/vhdl-mode.el (vhdl-line-expand):
6944 Explicitly load hippie-exp, so it does not get autoloaded
6945 while hippie-expand-try-functions-list is let-bound.
6946
6947 2012-09-28 Glenn Morris <rgm@gnu.org>
6948
6949 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6950
6951 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6952 Only "cl.el" counts as cl these days.
6953
6954 2012-09-28 Juri Linkov <juri@jurta.org>
6955
6956 Display archive errors in the echo area instead of inserting
6957 to the file buffer.
6958
6959 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6960 to STDERR-TEST that can be a regexp matching a successful output.
6961 Create a temporary file and redirect stderr to it. Search for
6962 STDERR-TEST in the stderr output and display it in the echo area
6963 if no match is found.
6964 (archive-extract-by-file): New function like
6965 `archive-extract-by-stdout' but extracting archives to files
6966 and looking for successful matches in stdout. Function body is
6967 mostly copied from `archive-rar-extract'.
6968 (archive-rar-extract): Use `archive-extract-by-file'.
6969 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6970
6971 2012-09-28 Leo Liu <sdl.web@gmail.com>
6972
6973 * pcomplete.el (pcomplete-show-completions):
6974 Use minibuffer-message to make pcomplete usable in minibuffer.
6975
6976 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6977
6978 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * type-break.el: Use lexical-binding.
6981 (type-break-mode): Use define-minor-mode.
6982
6983 * emacs-lisp/pcase.el (pcase--mark-used): New.
6984 (pcase--u1): Use it (bug#12512).
6985
6986 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6987 in load-history with the right file name.
6988
6989 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6990
6991 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6992 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6993 (doc-view-get-bounding-box): Make bounding box slicing work for
6994 ODF and DVI documents.
6995
6996 2012-09-28 Glenn Morris <rgm@gnu.org>
6997
6998 * type-break.el (type-break-mode, type-break-interval)
6999 (type-break-good-rest-interval, type-break-keystroke-threshold):
7000 No need to autoload.
7001 (type-break-good-rest-interval, type-break-keystroke-threshold):
7002 Add :set-after.
7003
7004 2012-09-28 Chong Yidong <cyd@gnu.org>
7005
7006 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7007 Add :version tag.
7008
7009 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7010
7011 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7012
7013 2012-09-27 Glenn Morris <rgm@gnu.org>
7014
7015 * faces.el (x-display-name): Declare (for without-x builds).
7016
7017 * linum.el (linum-format): Don't autoload it. Improve :type.
7018
7019 * progmodes/tcl.el: Don't require outline when compiling.
7020 (outline-regexp, outline-level): Declare.
7021 * textmodes/sgml-mode.el: Don't require outline when compiling.
7022 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7023
7024 * term.el (term-ansi-reset):
7025 Try setting term-ansi-face-already-done to nil. (Bug#11785)
7026
7027 * vc/vc.el (vc-next-action): Only gripe about committing read-only
7028 files for RCS and SCCS. (Bug#9781)
7029
7030 2012-09-27 Chong Yidong <cyd@gnu.org>
7031
7032 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7033 change; value should be t.
7034
7035 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * image-mode.el: Use lexical-binding.
7038 (image-mode-winprops): Use t to stand for the window of
7039 a buffer that's not displayed.
7040 * doc-view.el (doc-view-new-window-function): Handle the new
7041 t in winprops.
7042 (doc-view-enlarge): Make it a real nop if the size is not changed.
7043 (doc-view-display): Handle the case where the buffer is not (yet?)
7044 displayed in any window.
7045 (doc-view-saved-settings): New var.
7046 (doc-view-mode): Use it.
7047 (doc-view-fallback-mode): Set it.
7048
7049 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7050 Set lexical-binding.
7051 (minibuffer-eldef-shorten-default): New var.
7052 (minibuffer-default-in-prompt-regexps): Use it for new default.
7053 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7054
7055 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7056
7057 * international/uni-bidi.el:
7058 * international/uni-category.el:
7059 * international/uni-name.el:
7060 * international/uni-numeric.el: Regenerate.
7061
7062 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
7063 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * profiler.el: New file.
7066
7067 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7070 (testcover-reinstrument): Simplify with CSE.
7071
7072 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7073
7074 * window.el (temp-buffer-window-setup): Fix typo in docstring.
7075
7076 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
7077
7078 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7079 (verilog-auto-input, verilog-auto-insert-lisp)
7080 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7081 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7082 (verilog-auto-unused, verilog-auto-wire)
7083 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7084 newline. Reported by Andrew Jones.
7085 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7086 Reported by Brad Dobbie.
7087 (verilog-batch-delete-trailing-whitespace):
7088 Create verilog-batch-delete-trailing-whitespace.
7089 Reported by Brad Dobbie.
7090 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7091 parameters from another module. Reported by Dan Katz.
7092 (verilog-auto, verilog-auto-assign-modport)
7093 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7094 AUTOINOUTMODPORT for UVM interface module shell generation.
7095 Reported by Brad Dobbie.
7096 (verilog-auto-inst-interfaced-ports): Make default nil, as more
7097 standard behavior.
7098 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7099 Reported by Matt Martin.
7100
7101 2012-09-25 Martin Rudalics <rudalics@gmx.at>
7102
7103 * window.el (window--resize-child-windows): When resizing child
7104 windows proportionally, process them in reverse order to
7105 preserve the "when splitting a window the new one gets the odd
7106 line" behavior.
7107 (window--resize-root-window-vertically): When resizing the
7108 minibuffer window try to affect only windows at the bottom of the
7109 frame. (Bug#12419)
7110
7111 2012-09-25 Chong Yidong <cyd@gnu.org>
7112
7113 * subr.el (declare): Doc fix.
7114
7115 * help-fns.el (help-fns--obsolete): Handle macros properly.
7116
7117 2012-09-25 Chong Yidong <cyd@gnu.org>
7118
7119 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7120 this function obsolete.
7121
7122 * calendar/cal-x.el (calendar-two-frame-setup)
7123 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7124 * calendar/calendar.el (american-calendar, european-calendar)
7125 (calendar-for-loop):
7126 * comint.el (comint-dynamic-simple-complete)
7127 (comint-dynamic-complete-as-filename, comint-unquote-filename):
7128 * desktop.el (desktop-load-default):
7129 * dired-x.el (dired-omit-here-always)
7130 (dired-hack-local-variables, dired-default-directory):
7131 * emacs-lisp/derived.el (derived-mode-class):
7132 * emacs-lisp/timer.el (timer-set-time-with-usecs):
7133 * emacs-lock.el (toggle-emacs-lock):
7134 * epa.el (epa-display-verify-result):
7135 * epg.el (epg-sign-keys, epg-start-sign-keys)
7136 (epg-passphrase-callback-function):
7137 * eshell/esh-util.el (eshell-for):
7138 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7139 (eshell-add-to-window-buffer-names):
7140 * files.el (locate-file-completion):
7141 * imenu.el (imenu-example--create-c-index)
7142 (imenu-example--create-lisp-index)
7143 (imenu-example--lisp-extract-index-name)
7144 (imenu-example--name-and-position):
7145 * international/mule-cmds.el (princ-list):
7146 * international/mule-diag.el (decode-codepage-char):
7147 * international/mule-util.el (detect-coding-with-priority):
7148 * iswitchb.el (iswitchb-read-buffer):
7149 * mail/mailalias.el (mail-complete):
7150 * mail/sendmail.el (mail-sent-via):
7151 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7152 (mouse-major-mode-menu):
7153 * password-cache.el (password-read-and-add):
7154 * pcomplete.el (pcomplete-parse-comint-arguments):
7155 * progmodes/sh-script.el (sh-maybe-here-document):
7156 * replace.el (query-replace-regexp-eval):
7157 * savehist.el (savehist-load):
7158 * simple.el (choose-completion-delete-max-match):
7159 * term.el (term-dynamic-simple-complete):
7160 * vc/ediff-init.el (ediff-check-version):
7161 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7162 * vc/vc.el (vc-diff-switches-list):
7163 * view.el (view-return-to-alist-update): Likewise.
7164
7165 * subr.el (eval-next-after-load, makehash, insert-string)
7166 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7167 mark obsolete.
7168 (mode-line-inverse-video): Variable deleted.
7169
7170 * international/mule-util.el (string-to-sequence): Remove.
7171
7172 * calendar/calendar.el (calendar-version):
7173 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7174 (icalendar-convert-diary-to-ical):
7175 * cus-edit.el (custom-mode):
7176 * ansi-color.el (ansi-color-unfontify-region):
7177 * international/latin1-disp.el (latin1-char-displayable-p):
7178 * progmodes/cwarn.el (turn-on-cwarn-mode):
7179 * progmodes/which-func.el (which-func-update-1):
7180 Use define-obsolete-function-alias.
7181
7182 * net/newst-backend.el (newsticker-cache-filename):
7183 * net/newst-treeview.el (newsticker-groups-filename):
7184 Fix incorrect obsolescence declaration.
7185
7186 * allout.el (allout-passphrase-hint-string): Likewise.
7187 (allout-init): Use a declare form to mark obsolete.
7188
7189 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7190 this applies to functions.
7191
7192 * iswitchb.el (iswitchb-read-buffer): Move code of
7193 iswitchb-define-mode-map here, and delete that obsolete function.
7194
7195 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7196 font-lock-reference-face.
7197
7198 2012-09-25 Glenn Morris <rgm@gnu.org>
7199
7200 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7201 Doc fixes.
7202
7203 * eshell/em-term.el (eshell-term-name):
7204 Default to term-term-name. (Bug#12485)
7205
7206 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
7207
7208 * progmodes/python.el (python-shell-send-buffer): Better handling
7209 of "if __name__ == '__main__':" conditionals when sending the buffer.
7210
7211 2012-09-24 Glenn Morris <rgm@gnu.org>
7212
7213 * eshell/esh-cmd.el (eshell-find-alias-function):
7214 Tighten up file-name regexp. (Bug#12499)
7215
7216 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
7217
7218 Enhancements for triple-quote string syntax.
7219 * progmodes/python.el (python-quote-syntax): Remove.
7220 (python-syntax-propertize-function): New value.
7221 (python-syntax-count-quotes, python-syntax-stringify):
7222 New functions.
7223
7224 2012-09-24 Chong Yidong <cyd@gnu.org>
7225
7226 * mail/supercite.el (sc-version): Remove obsolete function.
7227 (sc-describe): Don't mark as obsolete, since it is bound.
7228 (sc-submit-bug-report): Remove.
7229
7230 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7231 (cvs-commit-buffer-require-final-newline): Remove.
7232 (log-edit-require-final-newline)
7233 (log-edit-changelog-full-paragraphs): Default to t.
7234
7235 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7236 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7237 * vc/vc.el (vc-checkout-carefully): Likewise.
7238
7239 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7240 (emerge-version): Remove.
7241
7242 * progmodes/compile.el (compile-internal): Remove.
7243 (compilation-parse-errors-function): Fix typo.
7244
7245 * international/mule.el (set-char-table-default): Remove.
7246 (set-coding-priority, make-coding-system, generic-char-p)
7247 (charset-list, charset-bytes, charset-id): Use declare to mark
7248 functions as obsolete.
7249
7250 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7251 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7252 * vc/vc-hooks.el (vc-default-registered): Don't use
7253 vc-master-templates.
7254
7255 * font-lock.el (font-lock-reference-face):
7256 Use define-obsolete-variable-alias.
7257
7258 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7259 * calendar/calendar.el (calendar-font-lock-keywords):
7260 * calendar/diary-lib.el (diary-font-lock-keywords)
7261 (diary-fancy-font-lock-keywords):
7262 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7263 * textmodes/reftex-index.el (reftex-insert-index):
7264 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7265 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7266 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7267 * progmodes/prolog.el (prolog-font-lock-keywords):
7268 * progmodes/idlwave.el (idlwave-idl-keywords):
7269 * progmodes/ada-mode.el (ada-font-lock-keywords):
7270 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7271
7272 2012-09-24 Glenn Morris <rgm@gnu.org>
7273
7274 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7275
7276 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
7277
7278 * progmodes/python.el (python-indent-line): More consistent cursor
7279 movement behavior.
7280
7281 2012-09-23 Stefan Merten <smerten@oekonux.de>
7282
7283 * textmodes/rst.el: Fix compiler warning.
7284
7285 2012-09-23 Roland Winkler <winkler@gnu.org>
7286
7287 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7288 Transcribe also LaTeX hyphenation.
7289 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7290 bibtex-reformat-previous-options.
7291
7292 2012-09-23 Roland Winkler <winkler@gnu.org>
7293
7294 * proced.el (proced-renice-command): New variable.
7295 (proced-marked-processes): New function.
7296 (proced-with-processes-buffer): New macro.
7297 (proced-send-signal): Use them.
7298 (proced-renice): New command bound to r.
7299
7300 2012-09-23 Roland Winkler <winkler@gnu.org>
7301
7302 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7303 ibuffer-saved-filter-groups has one element, shortcut the call of
7304 completing-read. (Bug#12331)
7305
7306 2012-09-23 Chong Yidong <cyd@gnu.org>
7307
7308 * bindings.el (mode-line-toggle-read-only):
7309 * bs.el (bs-toggle-readonly):
7310 * buff-menu.el (Buffer-menu-toggle-read-only):
7311 * dired.el (dired-toggle-read-only):
7312 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7313
7314 2012-09-23 Chong Yidong <cyd@gnu.org>
7315
7316 * image.el (image-type-available-p): Adapt to init-image-library
7317 argument changes.
7318
7319 2012-09-22 Juri Linkov <juri@jurta.org>
7320
7321 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7322 `dired-toggle-read-only'. (Bug#12462)
7323
7324 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7325
7326 * subr.el (temp-output-buffer-show): New function.
7327 (with-output-to-temp-buffer): Call temp-output-buffer-show
7328 instead of internal-temp-output-buffer-show.
7329
7330 2012-09-22 Chong Yidong <cyd@gnu.org>
7331
7332 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7333 (Bug#12462).
7334
7335 * repeat.el (repeat): Doc fix (Bug#12348).
7336
7337 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7338 (Bug#10909).
7339
7340 * simple.el (shell-command-on-region): Doc fix.
7341 (read-only-mode): Doc fix.
7342
7343 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7344
7345 * emacs-lisp/timer.el (run-with-idle-timer)
7346 (timer-activate-when-idle): Warn against reinvoking an idle timer
7347 from within its own timer action. (Bug#12447)
7348
7349 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7350
7351 * cus-start.el (window-combination-limit): Add new optional
7352 values.
7353 * window.el (temp-buffer-window-show)
7354 (window--try-to-split-window): Handle new values of
7355 window-combination-limit (Bug#1806).
7356 (split-window): Test window-combination-limit for t instead of
7357 non-nil.
7358 (display-buffer-at-bottom): New buffer display action function.
7359 * help.el (temp-buffer-resize-regexps): New option.
7360 (temp-buffer-resize-mode): Rewrite doc-string.
7361 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7362 Don't resize reused window. Suggested by Glenn Morris.
7363
7364 2012-09-22 Stefan Merten <smerten@oekonux.de>
7365
7366 * textmodes/rst.el: Revamp section title faces.
7367 (rst-official-version)
7368 (rst-package-emacs-version-alist): Sync with official version
7369 V1.4.0.
7370 (rst-faces-defaults, rst-set-level-default)
7371 (rst-level-face-max, rst-level-face-base-color)
7372 (rst-level-face-base-light, rst-level-face-format-light)
7373 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7374 (rst-adornment-faces-alist): Match new setup.
7375 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7376 (rst-level-5, rst-level-6): New faces.
7377
7378 2012-09-22 Chong Yidong <cyd@gnu.org>
7379
7380 * simple.el (undo): Handle indirect buffers (Bug#8207).
7381
7382 2012-09-21 Leo Liu <sdl.web@gmail.com>
7383
7384 IDO: Disable match re-ordering for buffer switching.
7385 * ido.el (ido-buffer-disable-smart-matches): New variable.
7386 (ido-set-matches-1): Use it. (Bug#2042)
7387
7388 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7389
7390 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7391 Fix 2011-05-17 change. (Bug#12418)
7392
7393 2012-09-21 Leo Liu <sdl.web@gmail.com>
7394
7395 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7396
7397 2012-09-21 Glenn Morris <rgm@gnu.org>
7398
7399 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7400 Be more robust about locating simple.el.
7401
7402 2012-09-21 Glenn Morris <rgm@gnu.org>
7403
7404 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7405
7406 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7407
7408 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7409
7410 2012-09-20 Juri Linkov <juri@jurta.org>
7411
7412 * replace.el (query-replace-read-from): Use `read-regexp' instead
7413 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7414 (occur-read-primary-args): Use `read-regexp' instead of
7415 `read-string'.
7416 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7417 `read-from-minibuffer'.
7418 * isearch.el (isearch-occur): Use `read-regexp' instead of
7419 `read-string'.
7420 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7421 `read-from-minibuffer'.
7422 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7423 of `read-string'. (Bug#7567)
7424
7425 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7426 and allow accepting a list of strings prepended to a list of
7427 standard default values. Doc fix. (Bug#12321)
7428
7429 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7430
7431 * replace.el (read-regexp): Don't add ": " when PROMPT already
7432 ends with a colon and space. (Bug#12321)
7433
7434 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7435
7436 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7437 error.
7438
7439 2012-09-20 Stefan Merten <smerten@oekonux.de>
7440
7441 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7442 Fixes feature request bug#11711.
7443 (rst-mode): Create `imenu-create-index-function'.
7444 (rst-get-stripped-line): Delete after refactoring.
7445 (rst-section-tree, rst-section-tree-rec)
7446 (rst-section-tree-point): Refactor and document properly.
7447 (rst-imenu-find-adornments-for-position)
7448 (rst-imenu-convert-cell, rst-imenu-create-index):
7449 New function.
7450
7451 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7454 (macroexp--expand-all): Use it.
7455 (macroexp--funcall-and-return): Remove by folding it into its sole
7456 caller (macroexp--warn-and-return).
7457 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7458 Use macroexp--obsolete-warning.
7459
7460 * calc/calc.el: Fix last change by removing the whole chunk, since it
7461 was only needed back when Calc was not bundled.
7462
7463 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7464
7465 * emacs-lisp/debug.el (debug): Restore assignment to
7466 debugger-old-buffer removed on 2012-09-08.
7467
7468 2012-09-20 Juri Linkov <juri@jurta.org>
7469
7470 * dired-aux.el (dired-diff): Remove (require 'diff) since
7471 `diff-latest-backup-file' is now autoloaded.
7472
7473 2012-09-20 Chong Yidong <cyd@gnu.org>
7474
7475 * vc/diff.el (diff-latest-backup-file): Autoload.
7476
7477 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7478
7479 * calc/calc.el: Remove redundant autoload shape check.
7480 (sel-mode): Don't defvar.
7481 (calc-get-stack-element): Add `sel-mode' arg instead.
7482 (calc-top, calc-top-list): Pass it this additional argument.
7483 * calc/calc-store.el (calc-store-map):
7484 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7485 (calc-map-equation, calc-outer-product, calc-inner-product):
7486 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7487
7488 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7489
7490 2012-09-19 Juri Linkov <juri@jurta.org>
7491
7492 * dired-aux.el (dired-diff): Add (require 'diff) because
7493 `diff-latest-backup-file' is not autoloaded.
7494 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7495 of `dired-get-filename' to t to not report error when there is
7496 no default file on the current line.
7497
7498 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7501 macroexp--eval-if-compile.
7502 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7503 (macroexp--expand-all): Use them (bug#12371).
7504
7505 * doc-view.el (doc-view-guess-paper-size)
7506 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7507
7508 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7509
7510 New feature: set optimal slice from BoundingBox information.
7511 * doc-view.el (doc-view-mode-map): Add keybinding.
7512 (doc-view-menu): Add menu entry.
7513 (doc-view-set-slice): Adapt docstring.
7514 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7515 (doc-view-scale-bounding-box)
7516 (doc-view-set-slice-from-bounding-box): New functions.
7517 (doc-view-paper-sizes): New defvar.
7518
7519 2012-09-19 Glenn Morris <rgm@gnu.org>
7520
7521 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7522 (byte-compile-log-warning): Autoload. (Bug#12371)
7523
7524 * calendar/calendar.el (calendar-american-month-header)
7525 (calendar-european-month-header, calendar-iso-month-header)
7526 (calendar-month-header): New options.
7527 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7528 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7529
7530 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7531
7532 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7533
7534 2012-09-18 Juri Linkov <juri@jurta.org>
7535
7536 * dired-aux.el (dired-diff): Restore original functionality of
7537 getting the default value, but keep new feature of using the
7538 latest existing backup file (`diff-latest-backup-file').
7539
7540 2012-09-18 Juri Linkov <juri@jurta.org>
7541
7542 * dired.el (dired-mark): If the region is active in Transient Mark
7543 mode, mark all files in the active region. Doc fix.
7544 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7545 Doc fix. (Bug#10624)
7546
7547 2012-09-18 Juri Linkov <juri@jurta.org>
7548
7549 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7550 attributes for M-n are pulled from the file at point.
7551 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7552 Suggested by Drew Adams. (Bug#10624)
7553
7554 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7555
7556 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7557 whitespace after "end".
7558 (ruby-do-end-to-brace): Collapse block to one line if it fits
7559 within fill-column.
7560
7561 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7562
7563 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7564 value.
7565 (debug): Don't remove debugger window when debugger is expected
7566 to be back.
7567
7568 2012-09-18 Chong Yidong <cyd@gnu.org>
7569
7570 * custom.el (defface): Doc fix.
7571
7572 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7573
7574 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7575
7576 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7577 to initialize query-on-exit; then test that instead (bug#12288).
7578
7579 2012-09-17 Stefan Merten <smerten@oekonux.de>
7580
7581 * textmodes/rst.el: Add support for `testcover'.
7582 (rst-defcustom-testcover, rst-testcover-add-compose)
7583 (rst-testcover-add-1value): New functions.
7584 (rst-portable-mark-active-p): Replace by `use-region-p'.
7585 (rst-update-section, rst-classify-adornment)
7586 (rst-find-title-line): Mark `1value' forms.
7587 (rst-classify-adornment): Remove superfluous form.
7588 (rst-update-section, rst-get-adornments-around)
7589 (rst-adornment-complete-p, rst-get-next-adornment)
7590 (rst-adjust, rst-promote-region)
7591 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7592 (rst-find-pfx-in-region, rst-section-tree-rec)
7593 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7594 (rst-toc-node, rst-toc, rst-forward-section)
7595 (rst-iterate-leftmost-paragraphs)
7596 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7597 (rst-bullet-list-region)
7598 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7599 (rst-compile-find-conf, rst-compile)
7600 (rst-repeat-last-character): Fix style.
7601
7602 2012-09-17 Chong Yidong <cyd@gnu.org>
7603
7604 * comint.el (comint--complete-file-name-data): Don't add a space
7605 if the status is `sole'; that adds a gratuitous space in the
7606 completion-cycling case (Bug#12092).
7607
7608 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7609
7610 2012-09-17 Richard Stallman <rms@gnu.org>
7611
7612 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7613 only in the mime-shown mode, not in raw mode.
7614 (rmail-mime): Toggle off mime by displaying the message without
7615 mime processing. (Bug#12305)
7616
7617 * mail/rmail.el (rmail-retry-failure):
7618 Turn off mime processing first. (Bug#12037)
7619
7620 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7621
7622 2012-09-17 Chong Yidong <cyd@gnu.org>
7623
7624 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7625 (shell-dynamic-complete-functions): Convert to defcustom.
7626 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7627
7628 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7629 * comint.el (comint-prompt-read-only):
7630 * custom.el (defcustom):
7631 * hi-lock.el (hi-lock-mode):
7632 * ibuffer.el (ibuffer-formats):
7633 * ielm.el (ielm-prompt-read-only):
7634 * novice.el (disable-command):
7635 * saveplace.el (toggle-save-place):
7636 * speedbar.el (speedbar-supported-extension-expressions):
7637 * startup.el (auto-save-list-file-prefix, init-file-user)
7638 (after-init-hook, inhibit-startup-echo-area-message):
7639 * strokes.el (strokes-help):
7640 * time-stamp.el (time-stamp):
7641 * calendar/calendar.el (calendar, diary-file):
7642 * calendar/diary-lib.el (diary-mail-entries, diary)
7643 (diary-list-entries-hook):
7644 * calendar/holidays.el (holidays, calendar-holidays):
7645 * calendar/lunar.el (lunar-phases):
7646 * calendar/solar.el (sunrise-sunset):
7647 * emulation/edt.el (edt-load-keys):
7648 * emulation/viper.el (viper-mode):
7649 * eshell/em-alias.el (eshell-command-aliases-list):
7650 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7651 * international/ogonek.el (ogonek-information):
7652 * net/tramp-cmds.el (tramp-bug):
7653 * net/quickurl.el (quickurl-reread-hook-postfix):
7654 * play/decipher.el (decipher-font-lock-keywords):
7655 * progmodes/cc-styles.el (c-set-style):
7656 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7657 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7658 * progmodes/octave-mod.el (octave-mode):
7659 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7660 * progmodes/verilog-mode.el (verilog-read-defines):
7661 * textmodes/two-column.el (2C-mode): Likewise.
7662
7663 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7664
7665 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7666 that holds many addresses.
7667
7668 2012-09-16 Chong Yidong <cyd@gnu.org>
7669
7670 * align.el (align-areas): Call the indication function with
7671 positions instead of markers for arguments (Bug#12343).
7672
7673 * files.el (parse-colon-path): Use split-string (Bug#12351).
7674
7675 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7676 (display-buffer-function): Mark as obsolete.
7677
7678 * progmodes/compile.el (compilation-parse-errors): Accept list
7679 values similar to font-lock-keywords (Bug#12136).
7680 Suggested by Oleksandr Manzyuk.
7681 (compilation-error-regexp-alist): Doc fix.
7682
7683 2012-09-15 Glenn Morris <rgm@gnu.org>
7684
7685 * version.el (emacs-bzr-version-bzr): New function.
7686 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7687
7688 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7689 checkouts, check the parent dirstate matches the branch.
7690 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7691 empty string.
7692
7693 * version.el (emacs-bzr-version): Doc fix.
7694 (emacs-bzr-version-dirstate): New function.
7695 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7696 is local try and check that it matches the branch. If not, just
7697 use dirstate information. (Bug#12441)
7698
7699 2012-09-14 Juri Linkov <juri@jurta.org>
7700
7701 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7702 (Bug#12399)
7703
7704 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7707
7708 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7709 Remove obsolete byte-compiler hack that tried to silence some warnings.
7710 (edebug-submit-bug-report): Remove.
7711 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7712 Remove aliases, use the un-prefixed name instead.
7713 (edebug-pop-to-buffer): Consider other frames.
7714 (edebug-original-read):: Make it more obvious that it's always defined.
7715 (edebug--make-form-data-entry, edebug--form-data-name)
7716 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7717 single-dashed name, and implement with cl-defstruct.
7718 (edebug-set-form-data-entry): Use the standard accessors.
7719 (edebug-make-top-form-data-entry): Use push.
7720 (edebug-no-match): Drop useless `funcall'.
7721 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7722 to functions.
7723 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7724 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7725 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7726 (easy-menu-define, with-custom-print): Remove redundant specs.
7727 (edebug-outside-overriding-local-map)
7728 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7729 (edebug--display): Bind unread-command-events directly to nil rather
7730 than binding it to unread-command-events and later setting it to nil.
7731 (edebug--display): Kill edebug-eval-buffer here...
7732 (edebug--recursive-edit): ...rather than here.
7733 Bind standard-output and standard-input.
7734 (edebug-eval): Check cl-macroexpand-all is fboundp.
7735 (edebug-temp-display-freq-count): Fix last change.
7736
7737 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7738 * subr.el (noreturn, 1value): Add `debug' spec.
7739 * emacs-lisp/advice.el: Require cl-lib.
7740 (ad-copy-tree): Remove, use copy-tree instead.
7741 (ad-dolist): Remove use dolist or cl-dolist instead.
7742 (ad-do-return): Remove, use cl-return instead.
7743 (defadvice): Add `debug' spec.
7744
7745 2012-09-13 Juri Linkov <juri@jurta.org>
7746
7747 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7748 (Bug#12399)
7749
7750 2012-09-13 Glenn Morris <rgm@gnu.org>
7751
7752 * calc/calc.el (math-compose-expr):
7753 * calc/calc-ext.el (math-compose-expr):
7754 * progmodes/cc-defs.el (cl-macroexpand-all):
7755 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7756 (cl-macroexpand-all): Update declarations.
7757
7758 * vc/vc.el: No need to require ediff.
7759 (ediff-load-version-control): Declare.
7760 (ediff-vc-internal): Fix declaration.
7761 (vc-version-ediff): Require ediff.
7762
7763 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7764
7765 Use a more backwards-compatible timer format (Bug#12430).
7766 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7767 being right after USECS, as that better supports old code that
7768 inadvisedly looked directly at the timer vector.
7769
7770 2012-09-13 Kenichi Handa <handa@gnu.org>
7771
7772 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7773 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7774 `coding-priority' property of these language environment.
7775
7776 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7777
7778 Fix glitches caused by addition of psec to timers (Bug#12430).
7779 * image.el (image-animate-timer):
7780 * time.el (display-time-world-timer):
7781 Use timer--function and timer--args rather than raw access to
7782 timer vector.
7783
7784 2012-09-13 Glenn Morris <rgm@gnu.org>
7785
7786 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7787 If not compiling a file, try using load-file-name.
7788
7789 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7792 Fix last change.
7793 (edebug-update-eval-list): Use `push'.
7794
7795 * emacs-lisp/edebug.el: Use lexical-binding.
7796 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7797 Mark unused args with underscore.
7798 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7799 (edebug-form-data): Use defvar-local.
7800 (edebug-make-before-and-after-form, edebug-make-after-form):
7801 Use backquote.
7802 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7803 Not dynamically scoped any more.
7804 (edebug--enter-trace): Add arguments `function' and `args'.
7805 Rename from edebug-enter-trace.
7806 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7807 (edebug--update-coverage): Add `after-index' and `value' args.
7808 Rename from edebug-update-coverage.
7809 (edebug-slow-after): Call it accordingly.
7810 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7811 edebug-recursive-edit.
7812 (edebug--display): Call it accordingly. Add args `value',
7813 `offset-index', and `arg-mode'. Rename from edebug-display.
7814 (edebug-debugger, edebug): Call it accordingly.
7815 (edebug-eval-display-list): Use dolist.
7816
7817 2012-09-12 Juri Linkov <juri@jurta.org>
7818
7819 * info.el (Info-search): Don't check for isearch-mode and
7820 isearch-regexp before let-binding search-spaces-regexp to
7821 Info-search-whitespace-regexp.
7822 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7823 search-whitespace-regexp if isearch-lax-whitespace or
7824 isearch-regexp-lax-whitespace is non-nil.
7825 (Info-mode): Don't set local variable search-whitespace-regexp.
7826 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7827
7828 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7831 (debugger-env-macro): Remove support for unread-command-char.
7832
7833 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7834 the temporary map re-appearing on emulation-mode-map-alists.
7835
7836 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7837 since 22.1.
7838
7839 * ehelp.el (with-electric-help): Accept functions in
7840 electric-help-form-to-execute.
7841 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7842 And replace unread-command-char -> unread-command-events.
7843
7844 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7845
7846 Sync with Tramp 2.2.6.
7847
7848 * net/tramp.el (tramp-accept-process-output): Don't use
7849 JUST-THIS-ONE in the XEmacs case.
7850
7851 * net/trampver.el: Update release number.
7852
7853 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7854
7855 * emacs-lisp/debug.el (debugger-previous-window-height):
7856 New variable.
7857 (debug): When debugger-jumping-flag is non-nil try to restore
7858 height of debugger window. (Bug#8789)
7859
7860 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7863 overriding-local-map and pre/post-command-hook here.
7864 (edebug-recursive-edit): Do it here instead (bug#12345).
7865 (edebug-outside-unread-command-char): Remove all uses of
7866 unread-command-char.
7867
7868 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7869 inhibit-debugger is bound instead.
7870
7871 2012-09-11 Bastien Guerry <bzg@gnu.org>
7872
7873 * subr.el (set-temporary-overlay-map): Add a docstring.
7874 (Bug#12346)
7875
7876 2012-09-11 Bastien Guerry <bzg@gnu.org>
7877
7878 * minibuffer.el (completion-table-subvert): Fix docstring.
7879 (Bug#12347)
7880
7881 2012-09-11 Bastien Guerry <bzg@gnu.org>
7882
7883 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7884
7885 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7886
7887 * progmodes/sql.el: Version 3.1
7888 (sql-db2-escape-newlines): New variable.
7889 (sql-escape-newlines-filter): Use it.
7890
7891 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7892
7893 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7894
7895 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7896
7897 * vc/diff-mode.el (diff-mode-menu):
7898 Bind diff-remove-trailing-whitespace.
7899
7900 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7903 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7904 (emacs-lisp-byte-code-mode): New functions.
7905 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7906 (eval-defun-2): Remove bogus interactive spec.
7907 (lisp-indent-line): Remove redundant whole-exp code, now done in
7908 indent-according-to-mode.
7909 (save-match-data): Remove redundant indent data.
7910
7911 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7912 Use `declare'.
7913
7914 2012-09-09 Juri Linkov <juri@jurta.org>
7915
7916 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7917 (replace-lax-whitespace, query-replace-regexp)
7918 (query-replace-regexp-eval, replace-regexp): Doc fix.
7919 (perform-replace, replace-highlight): Let-bind
7920 isearch-lax-whitespace to replace-lax-whitespace and
7921 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7922
7923 * isearch.el (isearch-query-replace): Let-bind
7924 replace-lax-whitespace to isearch-lax-whitespace and
7925 replace-regexp-lax-whitespace to
7926 isearch-regexp-lax-whitespace. (Bug#10885)
7927
7928 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7929
7930 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7931
7932 2012-09-09 Alan Mackenzie <acm@muc.de>
7933
7934 * progmodes/cc-engine.el (c-state-cache-init):
7935 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7936 (c-record-parse-state-state):
7937 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7938
7939 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7940
7941 * register.el (register-separator): Rename from
7942 separator-register. All uses changed. Doc fix.
7943 (register): Fix version.
7944
7945 2012-09-09 Chong Yidong <cyd@gnu.org>
7946
7947 * replace.el (query-replace-map): Bind four new symbols for
7948 requesting window scrolling.
7949
7950 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7951 query-replace-map (Bug#8948).
7952
7953 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7954
7955 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7956 since they are now in query-replace-map.
7957
7958 * window.el (scroll-other-window-down): Make the arg optional.
7959
7960 2012-09-09 Chong Yidong <cyd@gnu.org>
7961
7962 * files.el (hack-local-variables-confirm): Use quit-window to kill
7963 the *Local Variables* buffer.
7964
7965 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7966
7967 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7968 not just expect to be at its beginning. Adjust callees.
7969 Succeed when do-end block has no space before the pipe character.
7970 (ruby-brace-to-do-end): When the original block is one-liner,
7971 convert to multiline. Reindent the result.
7972
7973 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7974
7975 * register.el (register): New group.
7976 (separator-register): New user option.
7977 (increment-register): Route it to `append-to-register', if
7978 register contains text. Implication is that `C-x r +' can now be
7979 used for appending to a text register (bug#12217).
7980 (append-to-register, prepend-to-register): Add separator based on
7981 `separator-register'.
7982
7983 2012-09-08 Alan Mackenzie <acm@muc.de>
7984
7985 AWK Mode: make auto-newline work when there's "==" in the pattern.
7986 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7987 correctly.
7988 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7989 Test more rigorously for "=" token.
7990
7991 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7992
7993 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7994 Only fail when reached LIMIT.
7995
7996 2012-09-08 Chong Yidong <cyd@gnu.org>
7997
7998 * dired.el (dired-mode-map): Don't bind M-=.
7999
8000 * dired-aux.el (dired-diff): Use backup file as default.
8001
8002 2012-09-08 Drew Adams <drew.adams@oracle.com>
8003
8004 * subr.el (add-to-history): Fix delete usage (Bug#12314).
8005
8006 2012-09-08 Chong Yidong <cyd@gnu.org>
8007
8008 * subr.el (syntax-after, syntax-class): Doc fix.
8009
8010 2012-09-08 Martin Rudalics <rudalics@gmx.at>
8011
8012 * window.el (display-buffer-in-previous-window): New buffer
8013 display action function.
8014
8015 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8016 (debugger-previous-window): New variable.
8017 (debug): Rewrite using display-buffer-in-previous-window,
8018 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
8019
8020 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
8023
8024 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
8025
8026 * progmodes/python.el (python-shell-send-string):
8027 When default-directory is remote, create temp file on remote
8028 filesystem.
8029 (python-shell-send-file): When file is remote, pass local view of
8030 file paths to remote Python interpreter. (Bug#12340)
8031
8032 2012-09-07 Chong Yidong <cyd@gnu.org>
8033
8034 * window.el (switch-to-buffer): Doc fix (Bug#12181).
8035
8036 * files.el (after-find-file): Don't fail on a read-only buffer if
8037 require-final-newline is `visit' or `visit-save' (Bug#11156).
8038
8039 * subr.el (read-char-choice): Allow quitting via ESC ESC.
8040
8041 * userlock.el (ask-user-about-supersession-threat):
8042 Use read-char-choice (Bug#12093).
8043
8044 2012-09-07 Chong Yidong <cyd@gnu.org>
8045
8046 * subr.el (buffer-narrowed-p): New function.
8047
8048 * ses.el (ses-widen):
8049 * simple.el (count-words--buffer-message):
8050 * net/browse-url.el (browse-url-of-buffer): Use it.
8051
8052 * simple.el (count-words-region): Don't signal an error if there
8053 is a non-nil prefix arg and the mark is not set.
8054
8055 * help.el (describe-key-briefly): Allow the message to be seen
8056 when invoked from the minibuffer (Bug#7014).
8057
8058 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8059
8060 * progmodes/ruby-mode.el (ruby-end-of-defun)
8061 (ruby-beginning-of-defun): Simplify, allow indentation before
8062 block beginning and end keywords.
8063 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8064 (ruby-end-of-defun): Expect that the point is at the beginning of
8065 the defun.
8066
8067 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8070 (bug#12367).
8071 (cl--make-usage-args): Strip _ from argument names.
8072
8073 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8074
8075 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8076 obsolete alias speedbar-key-map.
8077 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8078 (vhdl-index-menu-init): Don't use obsolete variable
8079 font-lock-maximum-size.
8080
8081 2012-09-06 Chong Yidong <cyd@gnu.org>
8082
8083 * frame.el (window-system-version): Mark as obsolete.
8084
8085 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8086 of obsolete variable speedbar-key-map.
8087
8088 2012-09-06 Juri Linkov <juri@jurta.org>
8089
8090 * replace.el (replace-lax-whitespace): New defcustom.
8091 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8092 (replace-string, replace-regexp): Mention it in docstrings.
8093 (perform-replace, replace-highlight): Let-bind
8094 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8095 to the values of replace-lax-whitespace and regexp-flag.
8096 Don't let-bind search-whitespace-regexp. (Bug#10885)
8097
8098 * isearch.el (isearch-query-replace): Let-bind
8099 replace-lax-whitespace instead of let-binding
8100 replace-search-function and replace-re-search-function.
8101 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8102 and isearch-regexp-lax-whitespace to lazy-highlight variables.
8103 (isearch-toggle-symbol): Set isearch-regexp to nil
8104 in isearch-word mode (like in isearch-toggle-word).
8105
8106 2012-09-06 Juri Linkov <juri@jurta.org>
8107
8108 * replace.el (replace-search-function)
8109 (replace-re-search-function): Set default values to nil.
8110 (perform-replace): Let-bind isearch-related variables based on
8111 replace-related values, call `isearch-search-fun' and let-bind
8112 the result to `search-function'. Remove code that sets
8113 `search-function' and `search-string' separately for
8114 `delimited-flag'.
8115 (replace-highlight): Add new argument `delimited-flag' and
8116 rename other arguments to the names used in `perform-replace'.
8117 Let-bind `isearch-word' to the argument `delimited-flag'.
8118 (Bug#10885, bug#10887)
8119
8120 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8121
8122 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8123 ruby-beginning-of-indent, simplify, allow all keywords to have
8124 indentation before them.
8125 (ruby-beginning-of-indent): Adjust for above. Search until the
8126 found point is not inside a string or comment.
8127 (ruby-font-lock-keywords): Allow symbols to start with "@"
8128 character, give them higher priority than variables.
8129 (ruby-syntax-propertize-function)
8130 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8131 matchers. Expression expansions are not comments when inside a
8132 string, and there comment syntax status is irrelevant.
8133 (ruby-match-expression-expansion): New function. Check that
8134 expression expansion is inside a string, and it's not escaped.
8135 (ruby-font-lock-keywords): Use it.
8136
8137 2012-09-05 Martin Rudalics <rudalics@gmx.at>
8138
8139 * help.el (temp-buffer-max-height): New default value.
8140 (temp-buffer-resize-frames): New option.
8141 (resize-temp-buffer-window): Optionally resize frame.
8142
8143 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8144 (fit-frame-to-buffer): New function.
8145
8146 2012-09-05 Glenn Morris <rgm@gnu.org>
8147
8148 * emulation/cua-rect.el (cua--init-rectangles):
8149 * textmodes/picture.el (picture-mode-map):
8150 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8151 like forward-char and backward-char. (Bug#12317)
8152
8153 2012-09-05 Leo Liu <sdl.web@gmail.com>
8154
8155 * progmodes/flymake.el (flymake-warning-re): New variable.
8156 (flymake-parse-line): Use it.
8157
8158 2012-09-05 Glenn Morris <rgm@gnu.org>
8159
8160 * calendar/holidays.el (holiday-christian-holidays):
8161 Rename an entry. (Bug#12289)
8162
8163 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8166 (bug#12222).
8167
8168 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * loadup.el: Load macroexp. Remove hack.
8171 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8172 (macroexp--expand-all): Use it to get better warnings.
8173 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8174 (internal-macroexpand-for-load): New functions.
8175 (macroexp--pending-eager-loads): New var.
8176 (emacs-startup-hook): New hack to replace one in loadup.el.
8177 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8178 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8179 (cl-psetf): Simplify.
8180 (cl-defstruct): Add indent rule.
8181
8182 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8183
8184 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8185 over `user-mail-address' for the SMTP MAIL FROM envelope.
8186 (smtpmail-via-smtp): Ditto.
8187
8188 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8189
8190 * progmodes/ruby-mode.el: Clean up keybindings.
8191 (ruby-mode-map): Don't bind ruby-electric-brace,
8192 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8193 backward-kill-word, reindent-then-newline-and-indent.
8194 (ruby-mark-defun): Remove.
8195 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8196 (ruby-mode): Set local beginning-of-defun-function and
8197 end-of-defun-function values.
8198
8199 2012-09-03 Martin Rudalics <rudalics@gmx.at>
8200
8201 * window.el (temp-buffer-window-setup-hook)
8202 (temp-buffer-window-show-hook): New hooks.
8203 (temp-buffer-window-setup, temp-buffer-window-show)
8204 (with-temp-buffer-window): New functions.
8205 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8206 (special-display-popup-frame): Make sure the window used shows BUFFER.
8207
8208 * help.el (temp-buffer-resize-mode): Fix doc-string.
8209 (resize-temp-buffer-window): New optional argument WINDOW.
8210
8211 * files.el (recover-file, save-buffers-kill-emacs):
8212 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8213
8214 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8215
8216 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8217 remote definition of `default-directory', ensure we can connect.
8218
8219 2012-09-02 Juri Linkov <juri@jurta.org>
8220
8221 Toggle whitespace matching mode with M-s SPC.
8222 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8223
8224 * isearch.el (search-whitespace-regexp): Doc fix.
8225 Remove cons cell customization.
8226 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8227 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8228 New variables.
8229 (isearch-forward, isearch-forward-regexp): Doc fix.
8230 (isearch-toggle-lax-whitespace): New command.
8231 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8232 (re-search-forward-lax-whitespace)
8233 (re-search-backward-lax-whitespace): New functions.
8234 (isearch-whitespace-regexp): Remove function.
8235 (isearch-query-replace): Let-bind replace-search-function and
8236 replace-re-search-function.
8237 (isearch-occur): Let-bind search-spaces-regexp according to the
8238 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8239 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8240 condition for C-q SPC.
8241 (isearch-search-fun-default): Use new functions mentioned above.
8242 (isearch-search-forward, isearch-search-backward): Remove functions.
8243 (isearch-search): Don't let-bind search-spaces-regexp.
8244 (isearch-lazy-highlight-space-regexp): Remove variable.
8245 (isearch-lazy-highlight-lax-whitespace)
8246 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8247 (isearch-lazy-highlight-new-loop): Use them.
8248 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8249
8250 2012-09-02 Chong Yidong <cyd@gnu.org>
8251
8252 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8253
8254 2012-09-02 Glenn Morris <rgm@gnu.org>
8255
8256 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8257
8258 2012-09-01 Glenn Morris <rgm@gnu.org>
8259
8260 * term.el: Tidy up menu definitions.
8261 (term-mode-map): Use easymenu for In/Out, Complete menus.
8262 (term-pager-break-map): Initialize in the defvar.
8263 (term-terminal-menu, term-signals-menu): Define with easymenu.
8264 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8265 (term-pager-menu): New, extracted from term-process-pager.
8266 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8267 (term-update-mode-line): Propertize line/char and page items.
8268 (term-process-pager): Move keymap initialization elsewhere.
8269
8270 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8271
8272 * window.el (switch-to-prev-buffer): Handle additional values of
8273 BURY-OR-KILL argument. Don't switch in minibuffer window.
8274 (switch-to-next-buffer): Don't switch in minibuffer window.
8275 (quit-restore-window): New function based on quit-window.
8276 Handle additional values of former KILL argument.
8277 (quit-window): Call quit-restore-window with appropriate
8278 interpretation of KILL argument.
8279 (display-buffer-below-selected): New buffer display action
8280 function.
8281
8282 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * minibuffer.el (completion-at-point-functions): Complete docstring
8285 (bug#12254).
8286
8287 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8288
8289 Better seed support for (random).
8290 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8291 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8292 * play/mpuz.el, play/tetris.el, play/zone.el:
8293 * calc/calc-comb.el (math-init-random-base):
8294 * play/blackbox.el (bb-init-board):
8295 * play/life.el (life):
8296 * server.el (server-use-tcp):
8297 * type-break.el (type-break):
8298 Remove unnecessary call to (random t).
8299 * net/sasl.el (sasl-unique-id-function):
8300 Change (random t) to (random), now that the latter is more random.
8301 * play/life.el (life-initialized): Remove no-longer-needed var.
8302
8303 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8304
8305 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8306 Consider frame's buffer predicate when choosing the buffer.
8307 (Bug#12081)
8308
8309 2012-08-30 Richard Stallman <rms@gnu.org>
8310
8311 * simple.el (special-mode-map): Delete binding for `z'.
8312
8313 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8314
8315 * progmodes/compile.el (compilation-always-kill): Doc fix.
8316
8317 2012-08-30 Chong Yidong <cyd@gnu.org>
8318
8319 * window.el (display-buffer-reuse-frames): Make the obsolescence
8320 message more informative.
8321
8322 2012-08-30 Glenn Morris <rgm@gnu.org>
8323
8324 * paren.el (show-paren-delay):
8325 Add a :set function. Doc fix. (Bug#12297)
8326
8327 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8328
8329 * progmodes/compile.el (compilation-always-kill): New var.
8330 (compilation-start): Use it.
8331
8332 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8335 * files.el (read-only-mode): Move to simple.el.
8336
8337 * files.el (read-only-mode): New minor mode.
8338 (toggle-read-only): Use it and mark obsolete.
8339 (find-file--read-only):
8340 * vc/vc.el (vc-next-action, vc-checkout):
8341 * vc/vc-cvs.el (vc-cvs-checkout):
8342 * obsolete/vc-mcvs.el (vc-mcvs-update):
8343 * ffap.el (ffap--toggle-read-only): Update callers.
8344
8345 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8346
8347 * eshell/esh-ext.el (eshell-external-command): Do not examine
8348 remote shell scripts.
8349 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8350
8351 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8352 "/usr/local/sbin".
8353
8354 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8357
8358 2012-08-28 Leo Liu <sdl.web@gmail.com>
8359
8360 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8361 completion-at-point. (Bug#12220)
8362
8363 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8364
8365 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8366
8367 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8370 be buffer-local; add delete-trailing-whitespace (bug#12259).
8371
8372 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8373
8374 * progmodes/hideif.el (hif-compress-define-list):
8375 Fix typo. (Bug#11951)
8376
8377 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8378
8379 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8380 buffer local setting.
8381
8382 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8383 rcirc-encode-coding-system.
8384
8385 2012-08-28 Leo Liu <sdl.web@gmail.com>
8386
8387 * net/rcirc.el (rcirc-split-message): New function.
8388 (rcirc-send-message): Use it. (Bug#12051)
8389
8390 2012-08-28 Juri Linkov <juri@jurta.org>
8391
8392 * info.el (Info-fontify-node): Hide empty lines at the end of
8393 the node. (Bug#12272)
8394
8395 2012-08-27 Drew Adams <drew.adams@oracle.com>
8396
8397 * dired.el (dired-pop-to-buffer): Make window start at beginning
8398 of buffer (Bug#12281).
8399
8400 2012-08-26 Chong Yidong <cyd@gnu.org>
8401
8402 * window.el (special-display-regexps, special-display-frame-alist)
8403 (special-display-buffer-names, special-display-function)
8404 (display-buffer-reuse-frames): Mark as obsolete.
8405
8406 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8407
8408 * help.el (help-print-return-message): Don't treat
8409 display-buffer-reuse-frames specially.
8410
8411 2012-08-26 Chong Yidong <cyd@gnu.org>
8412
8413 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8414 New variable, replacing gdb-frame-parameters.
8415 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8416 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8417 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8418 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8419 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8420 the functions directly with gdb-display-buffer-other-frame-action.
8421 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8422 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8423 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8424 (gdb-display-registers-buffer): Define directly.
8425 (def-gdb-display-buffer): Macro deleted.
8426 (gdb-display-buffer): Remove second and third args, callers don't
8427 use them. Defer to the default display-buffer behavior, apart
8428 from making windows dedicated.
8429 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8430
8431 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8432
8433 * window.el (display-buffer-pop-up-frame): Handle a
8434 pop-up-frame-parameters alist entry.
8435 (display-buffer): Document it.
8436
8437 2012-08-26 Chong Yidong <cyd@gnu.org>
8438
8439 * isearch.el (search-whitespace-regexp): Make string and nil
8440 values apply to both ordinary and regexp search. Allow a cons
8441 cell value to distinguish between the two.
8442 (isearch-whitespace-regexp, isearch-search-forward)
8443 (isearch-search-backward): New functions.
8444 (isearch-occur, isearch-search-fun-default, isearch-search)
8445 (isearch-lazy-highlight-new-loop): Use them.
8446 (isearch-forward, isearch-forward-regexp): Doc fix.
8447
8448 2012-08-26 Chong Yidong <cyd@gnu.org>
8449
8450 * faces.el (help-argument-name): Always inherit from italic
8451 (Bug#12213).
8452
8453 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8454
8455 * window.el (window--even-window-heights): Even heights when
8456 WINDOW and the selected window form a vertical combination.
8457 (display-buffer-use-some-window): Provide that window used gets
8458 sized back by quit-window. (Bug#11880) and (Bug#12091)
8459
8460 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8461
8462 Fix file time stamp problem with bzr and CVS (Bug#12001).
8463 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8464 in the file's time stamp, since the version control system loses
8465 that information.
8466
8467 2012-08-22 Juri Linkov <juri@jurta.org>
8468
8469 * info.el (Info-fontify-node): Hide the suffix of the
8470 Info file name in the header line. (Bug#12187)
8471
8472 2012-08-22 Glenn Morris <rgm@gnu.org>
8473
8474 * calendar/cal-tex.el (cal-tex-weekly-common):
8475 Restore leading blank page.
8476
8477 2012-08-22 Le Wang <l26wang@gmail.com>
8478
8479 * misc.el (forward-to-word, backward-to-word): Activate or extend
8480 the region under `shift-select-mode'. (Bug#12231)
8481
8482 2012-08-22 Bastien Guerry <bzg@gnu.org>
8483
8484 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8485 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8486 gives details on why the space is never needed.
8487
8488 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8489
8490 * window.el (walk-window-tree, window-with-parameter):
8491 New optional argument MINIBUF to control whether these functions
8492 should run on the minibuffer window.
8493 (window-at-side-list): Don't operate on minibuffer window.
8494 (window-in-direction): Simplify and rewrite doc-string.
8495 (window--size-ignore): Rename to window--size-ignore-p.
8496 Update callers.
8497 (display-buffer-in-atom-window, window--major-non-side-window)
8498 (window--major-side-window, display-buffer-in-major-side-window)
8499 (delete-side-window, display-buffer-in-side-window):
8500 New functions.
8501 (window--side-check, window-deletable-p, delete-window)
8502 (delete-other-windows, split-window): Handle side windows and
8503 atomic windows appropriately.
8504 (window--display-buffer): Call display-buffer-record-window also
8505 when the window buffer did not change.
8506
8507 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8508
8509 * help-fns.el (help-fns--key-bindings):
8510 Abbreviate non-symbol remap targets. (Bug#12174)
8511
8512 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8513
8514 * dired.el (dired-mark-remembered): Don't clobber point.
8515 (Bug#11795)
8516
8517 2012-08-22 Glenn Morris <rgm@gnu.org>
8518
8519 * progmodes/bug-reference.el (bug-reference): New custom group.
8520 (bug-reference-bug-regexp): Make it a defcustom.
8521
8522 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8523
8524 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8525 (js-paren-indent-offset, js-square-indent-offset)
8526 (js-curly-indent-offset): Add :safe (Bug#12257).
8527
8528 2012-08-22 Edward O'Connor <hober0@gmail.com>
8529
8530 * json.el (json-key-format): Add error properties.
8531 (json-encode-key): New function.
8532 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8533 Use json-encode-key.
8534
8535 2012-08-22 Glenn Morris <rgm@gnu.org>
8536
8537 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8538 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8539 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8540 Update for above change.
8541
8542 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8543
8544 * cus-face.el (custom-face-attributes): Fix customize type for the
8545 :underline attribute. (Bug#11805)
8546
8547 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8548
8549 * window.el (window-point-1, set-window-point-1): Remove.
8550 (window-in-direction, record-window-buffer)
8551 (set-window-buffer-start-and-point, split-window-below)
8552 (window--state-get-1, display-buffer-record-window):
8553 Replace calls to window-point-1 and set-window-point-1 by calls to
8554 window-point and set-window-point respectively.
8555
8556 2012-08-21 Glenn Morris <rgm@gnu.org>
8557
8558 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8559 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8560 Use it.
8561
8562 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8563 (cal-tex-shortday): New function.
8564 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8565 (cal-tex-cursor-filofax-daily): Use the above.
8566
8567 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8568 New functions.
8569 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8570 (cal-tex-cursor-filofax-week): Use them.
8571
8572 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8573 New constants.
8574 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8575 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8576
8577 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8578 (cal-tex-end-document): Don't rely on buffer name.
8579
8580 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8581 Use cal-tex-vspace.
8582 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8583 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8584 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8585 Use cal-tex-arg.
8586
8587 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8588 (cal-tex-cursor-week, cal-tex-cursor-week2)
8589 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8590 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8591 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8592 (cal-tex-insert-preamble, cal-tex-b-document)
8593 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8594 Improve cal-tex-cmd usage.
8595
8596 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8597 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8598 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8599 (cal-tex-weekly-paper): New function.
8600 (cal-tex-cursor-week, cal-tex-cursor-week2)
8601 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8602 (cal-tex-cursor-day): Use it.
8603
8604 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8605 (cal-tex-cursor-filofax-week): Remove leading blank page.
8606
8607 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8608 Add autoload cookie. For now at least, don't use color, since
8609 no other cal-tex function does.
8610
8611 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8612 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8613 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8614
8615 2012-08-21 Juri Linkov <juri@jurta.org>
8616
8617 * info.el (Info-file-attributes): New variable.
8618 (info-insert-file-contents): Add file attributes to
8619 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8620 `Info-toc-nodes' when previous modtime of the Info file is less
8621 than new modtime.
8622 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8623 of info.el. (Bug#12230)
8624
8625 2012-08-20 Glenn Morris <rgm@gnu.org>
8626
8627 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8628 * calendar/holidays.el (calendar-holiday-list):
8629 Report errors with display-warning rather than beep'n'sleep.
8630
8631 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8632
8633 * net/tramp.el (tramp-accept-process-output): Accept only output
8634 from PROC. Otherwise, process filters and sentinels might be
8635 confused. (Bug#12145)
8636
8637 2012-08-20 Chong Yidong <cyd@gnu.org>
8638
8639 * descr-text.el (describe-text-properties-1): Use overlays-in to
8640 report on empty overlays (Bug#3322).
8641
8642 2012-08-20 Glenn Morris <rgm@gnu.org>
8643
8644 * mail/rmailout.el (rmail-output-read-file-name):
8645 Trap and report errors in rmail-output-file-alist elements.
8646
8647 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8648 since most non-font-lock faces are not also variables).
8649
8650 2012-08-20 Edward Reingold <reingold@iit.edu>
8651
8652 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8653 New function. (Bug12160)
8654
8655 2012-08-19 Glenn Morris <rgm@gnu.org>
8656
8657 * mail/rmailout.el (rmail-output-read-file-name):
8658 Fix previous change (when the alist is nil or does not match).
8659
8660 2012-08-19 Chong Yidong <cyd@gnu.org>
8661
8662 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8663 (Bug#12228).
8664
8665 2012-08-18 Chong Yidong <cyd@gnu.org>
8666
8667 * simple.el (yank-handled-properties): New defcustom.
8668 (yank-excluded-properties): Add font-lock-face and category.
8669 (yank): Doc fix.
8670
8671 * subr.el (remove-yank-excluded-properties):
8672 Obey yank-handled-properties. The special handling of font-lock-face
8673 and category is now done this way, instead of being hard-coded.
8674 (insert-for-yank-1): Remove font-lock-face handling.
8675 (yank-handle-font-lock-face-property)
8676 (yank-handle-category-property): New function.
8677
8678 2012-08-17 Glenn Morris <rgm@gnu.org>
8679
8680 * mail/rmailout.el (rmail-output-read-file-name):
8681 Check rmail-output-file-alist against the full message body
8682 in the correct rmail buffer. (Bug#12214)
8683
8684 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8685
8686 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8687 Eliminate superfluous prompt. (Bug#12203)
8688
8689 2012-08-17 Chong Yidong <cyd@gnu.org>
8690
8691 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8692 font spec, set the font directly (Bug#3228).
8693
8694 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8695
8696 * window.el (delete-window): Fix last fix.
8697
8698 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8699
8700 * window.el (window-valid-p): Move to window.c.
8701 (window-child, window-child-count, window-last-child)
8702 (window-normalize-window, window-combined-p)
8703 (window-combinations, window-atom-root, window-min-size)
8704 (window-sizable, window-sizable-p, window-size-fixed-p)
8705 (window-min-delta, window-max-delta, window--resizable)
8706 (window--resizable-p, window-resizable, window-total-size)
8707 (window-full-height-p, window-full-width-p, window-body-size)
8708 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8709 (minimize-window, window-deletable-p, delete-window)
8710 (delete-other-windows, set-window-buffer-start-and-point)
8711 (next-buffer, previous-buffer, split-window, balance-windows-2)
8712 (set-window-text-height, window-buffer-height)
8713 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8714 (truncated-partial-width-window-p): Minor code adjustments.
8715 In doc-strings state whether the argument window has to denote a
8716 live, valid or any window.
8717
8718 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8719
8720 * progmodes/subword.el (subword-forward-function)
8721 (subword-backward-function, subword-forward-regexp)
8722 (subword-backward-regexp): New variables.
8723 (subword-forward, subword-forward-internal, subword-backward-internal):
8724 Use new variables, eg so that different "word" definitions
8725 can be easily used. (Bug#11411)
8726
8727 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8730 for composite selectors.
8731 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8732 operation just because we can't find a previous revision.
8733
8734 2012-08-15 Chong Yidong <cyd@gnu.org>
8735
8736 * frame.el (set-frame-font): Accept font objects.
8737
8738 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8741
8742 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8743
8744 * man.el (Man-overstrike-face, Man-underline-face)
8745 (Man-reverse-face): Remove variables.
8746 (Man-overstrike, Man-underline, Man-reverse): New faces.
8747 (Man-fontify-manpage): Use them instead of the variables.
8748 (Man-cleanup-manpage): Comment change.
8749 (Man-ansi-color-map): New variable.
8750 (Man-fontify-manpage): Use it.
8751 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8752
8753 Implement ANSI SGR parameters 22-27 (bug#12146).
8754 * ansi-color.el (ansi-colors): Doc fix.
8755 (ansi-color-context, ansi-color-context-region): Doc fix.
8756 (ansi-color--find-face): New function.
8757 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8758 Rename the local variable `face' to `codes' since it is now a list of
8759 ansi codes. Doc fix.
8760 (ansi-color-get-face): Remove.
8761 (ansi-color-parse-sequence): New function, derived from
8762 ansi-color-get-face.
8763 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8764 codes 22-27.
8765
8766 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8767
8768 * subr.el (read-passwd): Allow use from a minibuffer.
8769
8770 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8771
8772 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8773 inside comments and strings as identifiers.
8774
8775 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8776 expression to evaluate. This allows to evaluate expressions with
8777 embedded whitespace.
8778 (gud-tooltip-tips): Add a blank before the newline in the
8779 message-box text, for the benefit of message-box emulation on
8780 MS-Windows.
8781
8782 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8783 messages from GDB, pop them up in a tooltip to give feedback to
8784 user.
8785 (gdb-tooltip-print-1): Quote the expression to evaluate.
8786 This allows to evaluate expressions with embedded whitespace.
8787 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8788 if the TTY name is nil or empty (which happens when communicating
8789 with the inferior via pipes, e.g. on MS-Windows).
8790 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8791 don't send that to the GUD buffer.
8792
8793 2012-08-14 Glenn Morris <rgm@gnu.org>
8794
8795 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8796 Optimize away setq-default with no args, as for setq. (Bug#12195)
8797
8798 2012-08-14 Chong Yidong <cyd@gnu.org>
8799
8800 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8801
8802 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8803 (Bug#12085).
8804
8805 2012-08-14 Glenn Morris <rgm@gnu.org>
8806
8807 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8808
8809 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8810
8811 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8812 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8813 Use cached shell name.
8814
8815 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8816
8817 * progmodes/python.el (python-shell-send-string):
8818 (python-shell-send-setup-code): Do not use `format' with `message'.
8819
8820 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8821
8822 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8823 (ruby-percent-literal-beg-re): New constant.
8824 (ruby-syntax-general-delimiters-goto-beg): Rename to
8825 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8826 (ruby-syntax-propertize-general-delimiters): Rename to
8827 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8828 popular term. Adjust comments everywhere.
8829 (ruby-syntax-propertize-percent-literal): Only propertize when not
8830 inside a simple string or comment. When the literal is unclosed,
8831 leave the text after it unpropertized.
8832 (ruby-syntax-methods-before-regexp): New constant.
8833 (ruby-syntax-propertize-function): Use it to recognize regexps.
8834 Don't look at the text after regexp, just use the whitelist.
8835
8836 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8837
8838 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8839 non-nil always load the compiled file if it exists. (Bug#12197)
8840
8841 2012-08-14 Chong Yidong <cyd@gnu.org>
8842
8843 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8844 (hi-lock-set-pattern): When deciding whether to use font lock or
8845 overlays, look at font-lock-mode instead of font-lock-fontified
8846 (Bug#12168).
8847 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8848 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8849
8850 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8851
8852 * subr.el (internal--after-with-selected-window): Fix typo
8853 (Bug#12193).
8854
8855 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8856
8857 Use `completion-table-dynamic' for completion functions.
8858 * progmodes/python.el
8859 (python-shell-completion--do-completion-at-point)
8860 (python-shell-completion--get-completions):
8861 Remove functions.
8862 (python-shell-completion-complete-at-point): New function.
8863 (python-completion-complete-at-point): Use it.
8864
8865 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8866
8867 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8868 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8869
8870 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * subr.el (function-get): Refine `autoload' arg so it can also
8873 autoload functions for gv.el (bug#12191).
8874 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8875 autoloads macros.
8876
8877 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8878 Prefer pcase-let over destructuring-bind.
8879 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8880 Also, remove whitespace as we go, rather than after accumulating the
8881 various places.
8882
8883 * subr.el (internal--before-with-selected-window)
8884 (internal--after-with-selected-window): Fix typo seleted->selected.
8885 (with-selected-window): Adjust callers.
8886 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8887
8888 2012-08-13 Bastien Guerry <bzg@gnu.org>
8889
8890 * window.el (special-display-popup-frame): Minor docstring
8891 enhancement. (Bug#12172)
8892
8893 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8894
8895 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8896 type 1-6.
8897 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8898 extended headers.
8899
8900 * files.el (hack-local-variables-filter): Remove useless eval.
8901
8902 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8903
8904 * subr.el (with-selected-window): Fix last change.
8905
8906 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * subr.el (internal--before-with-seleted-window)
8909 (internal--after-with-seleted-window): New functions.
8910 (with-selected-window): Use them, to replace dependency on
8911 tty-top-frame.
8912
8913 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8914
8915 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8916 binding for `newline'.
8917 (ruby-move-to-block): When moving backward, stop at block opening,
8918 not indentation.
8919 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8920 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8921 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8922 `ruby-toggle-block'.
8923
8924 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * ibuffer.el (ibuffer-do-toggle-read-only):
8927 * dired.el (dired-toggle-read-only):
8928 * buff-menu.el (Buffer-menu-toggle-read-only):
8929 * bindings.el (mode-line-toggle-read-only):
8930 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8931
8932 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8933
8934 * descr-text.el (describe-char): Put the overlays over the
8935 "displayed as" character.
8936
8937 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8938
8939 * calc/calc-units.el (math-default-units-table): Give an
8940 initial value.
8941 (math-put-default-units): Add options to put composite units and
8942 unit systems in the default units table.
8943 (calc-convert-units): Send composite units to
8944 `math-put-default-units' when appropriate.
8945
8946 2012-08-11 Glenn Morris <rgm@gnu.org>
8947
8948 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8949
8950 * tutorial.el (help-with-tutorial):
8951 * emacs-lisp/copyright.el (copyright-update-directory):
8952 * emacs-lisp/autoload.el (autoload-find-generated-file)
8953 (autoload-find-file): Disable local eval: (for insurance).
8954
8955 * files.el (hack-local-variables-filter): If an eval: form is not
8956 known to be safe, and enable-local-variables is :safe, then ignore
8957 the form totally, as is done for non-eval forms. (Bug#12155)
8958 This is CVE-2012-3479.
8959
8960 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8961
8962 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8963 (rx-form): Simplify.
8964
8965 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8966
8967 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8968 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8969 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8970 (ruby-syntax-propertize-function): Adjust for changes in
8971 `ruby-syntax-propertize-heredoc'.
8972
8973 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8974
8975 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8976 binding (use `M-;' instead).
8977 (ruby-singleton-class-p): New function.
8978 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8979
8980 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8981
8982 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8983
8984 2012-08-10 Chong Yidong <cyd@gnu.org>
8985
8986 * progmodes/python.el (python-shell-get-process-name): Don't mess
8987 with same-window-buffer-names.
8988
8989 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8990 (eshell-remove-from-window-buffer-names): Make obsolete.
8991 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8992 (eshell): Just use pop-to-buffer-same-window instead.
8993
8994 2012-08-10 Chong Yidong <cyd@gnu.org>
8995
8996 * bindings.el: Bind M-= back to count-words-region.
8997
8998 * simple.el (count-words-region): Accept a prefix arg for acting
8999 on the entire buffer.
9000 (count-words--buffer-message): New helper function.
9001
9002 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9005 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9006 (event-start, event-end): Use posn-at-point to return a more
9007 informative posn.
9008 (posnp): New function.
9009 * mouse.el (popup-menu-normalize-position): Use it.
9010
9011 2012-08-10 Masatake YAMATO <yamato@redhat.com>
9012
9013 * mouse.el (popup-menu-normalize-position): New function.
9014 (popup-menu): Use `popup-menu-normalize-position' to normalize
9015 the form for POSITION argument.
9016
9017 * term/x-win.el (x-menu-bar-open):
9018 Use the value returend from (posn-at-point) as position
9019 passed to `popup-menu'.
9020
9021 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9022
9023 * calc/calccomp.el (math-compose-expr): Add extra argument
9024 indicating that parentheses should be put around products in
9025 denominators. Give multiplication precedence over division during
9026 composition.
9027
9028 2012-08-09 Chong Yidong <cyd@gnu.org>
9029
9030 * man.el (Man-switches, Man-sed-command, Man-awk-command)
9031 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9032 (Man-untabify-command, manual-program): Convert to defcustom
9033 (Bug#10429).
9034
9035 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9036
9037 * descr-text.el (describe-char): Don't insert extra newlines
9038 (Bug#10127).
9039
9040 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9041 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9042
9043 * align.el (align-region): Delete temporary markers (Bug#10047).
9044 Plus some code cleanups.
9045
9046 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
9047
9048 * progmodes/python.el (python-pdbtrack-tracked-buffer)
9049 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9050 (python-shell-internal-last-output): Use make-local-variable
9051 instead of make-variable-buffer-local.
9052
9053 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
9054
9055 * progmodes/python.el: Enhancements to forward-sexp.
9056 (python-nav-forward-sexp): Rename from
9057 python-nav-forward-sexp-function.
9058 (python-nav--forward-sexp, python-nav--backward-sexp):
9059 New functions.
9060
9061 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9062
9063 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9064 modes and simplification modes.
9065
9066 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 * delsel.el (delete-selection-pre-hook): Don't propagate the
9069 file-supersession signals (bug#12161).
9070
9071 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9072
9073 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9074 (cl-map-extents): Add compatibility aliases (bug#12135).
9075
9076 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
9077
9078 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9079 tests by `ignore-error'.
9080 (tramp-find-shell): Open also a new shell, when cache is already
9081 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
9082
9083 2012-08-08 Juri Linkov <juri@jurta.org>
9084
9085 * bookmark.el: Add `defaults' property to the bookmark record.
9086 (bookmark-current-buffer): Doc fix.
9087 (bookmark-make-record): Add `defaults' property with default values
9088 to the bookmark record.
9089 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9090 with `bookmark-insert-current-bookmark'.
9091 (bookmark-set): Get `defaults' property from the bookmark record
9092 and use it in `read-from-minibuffer'.
9093 (bookmark-insert-current-bookmark): Remove function.
9094
9095 * info.el (Info-bookmark-make-record): Add `defaults' property
9096 with values of canonical Info node name, the current Info file
9097 name and the current Info node name. (Bug#12107)
9098
9099 2012-08-08 Juri Linkov <juri@jurta.org>
9100
9101 * files.el (basic-save-buffer): Use `buffer-name' as the default
9102 of `read-file-name' when buffer is not visiting a file (bug#12128).
9103
9104 2012-08-08 Juri Linkov <juri@jurta.org>
9105
9106 * info.el (Info-isearch-search): Doc fix.
9107 (Info-search): Change search-failed message from "initial node" to
9108 "end of node" (bug#12078).
9109 (Info-isearch-search): Change `isearch-string-state' to
9110 `isearch--state-string'.
9111
9112 2012-08-08 Glenn Morris <rgm@gnu.org>
9113
9114 * language/persian.el: Remove file.
9115 * language/misc-lang.el: Move unique part of persian.el here.
9116 * loadup.el: Remove language/persian.
9117
9118 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
9119
9120 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9121
9122 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
9123
9124 * progmodes/python.el: Fix defsubst warning.
9125 (python-syntax-context) Rename from python-info-ppss-context.
9126 (python-syntax-context-type): Rename from
9127 python-info-ppss-context-type.
9128 (python-syntax-comment-or-string-p): Rename from
9129 python-info-ppss-comment-or-string-p.
9130
9131 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9132
9133 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9134
9135 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
9136
9137 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9138 a defcustom that is quoted with backquote.
9139
9140 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9141 Fix handling of interactive spec when the body uses return.
9142 (math-do-arg-check, math-define-function-body): Use backquote forms.
9143 * calc/calc-ext.el (math-defcache): Likewise.
9144 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9145 * allout.el (allout-new-exposure): Likewise.
9146 * calc/calcalg2.el (math-tracing-integral): Likewise.
9147 * info.el (Info-last-menu-item): Likewise.
9148 * emulation/vip.el (vip-loop): Likewise.
9149 * textmodes/artist.el (artist-funcall): Likewise.
9150 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9151 Construct menu-item directly.
9152
9153 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9154 Don't declare.
9155
9156 2012-08-07 Chong Yidong <cyd@gnu.org>
9157
9158 * simple.el (deactivate-mark): Preserve text properties when
9159 saving the primary selection (Bug#8384).
9160
9161 2012-08-07 Kevin Ryde <user42@zip.com.au>
9162
9163 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9164 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9165 and continue processing (Bug#12110).
9166
9167 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9170 syntax-propertize-function (bug#10095).
9171
9172 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9175 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9176 describe-function-1.
9177 (describe-function-1): Use them. Move compiler macro after sig.
9178 (help-fns--compiler-macro): Use function-get. Assume we're already in
9179 standard-output. Adjust layout to new call order.
9180
9181 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9182 re-binding a symbol that has a symbol-macro (bug#12119).
9183
9184 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9185
9186 * language/persian.el: New file. (Bug#11812)
9187 * loadup.el: Add language/persian.el.
9188
9189 2012-08-06 Chong Yidong <cyd@gnu.org>
9190
9191 * window.el (window--maybe-raise-frame): New function.
9192 (window--display-buffer): Split off from here.
9193 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9194 (display-buffer-pop-up-window, display-buffer-use-some-window):
9195 Obey an inhibit-switch-frame action alist entry.
9196 (display-buffer): Update doc.
9197
9198 * replace.el (occur-after-change-function): Avoid losing focus by
9199 using the inhibit-switch-frame display parameter (Bug#12139).
9200
9201 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
9202
9203 Make internal shell process buffer names start with space.
9204 * progmodes/python.el (python-shell-make-comint): Add optional
9205 argument INTERNAL.
9206 (run-python-internal): Use it.
9207 (python-shell-internal-get-or-create-process): Check for new
9208 internal buffer names.
9209
9210 2012-08-06 Glenn Morris <rgm@gnu.org>
9211
9212 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9213 Do less getting and setting of environment variables.
9214
9215 2012-08-05 Chong Yidong <cyd@gnu.org>
9216
9217 * proced.el (proced): Add substitution string to docstring to
9218 trigger autoloading of the proced library on C-h f (Bug#1768).
9219
9220 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9221 Don't show defvars which have no second argument (Bug#8638).
9222
9223 * imenu.el (imenu-generic-expression): Move documentation here
9224 from imenu--generic-function.
9225 (imenu--generic-function): Refer to imenu-generic-expression.
9226
9227 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
9228
9229 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9230 indentation declaration.
9231 (viper-loop): Add indentation declaration (Bug#7025).
9232
9233 2012-08-05 Chong Yidong <cyd@gnu.org>
9234
9235 * help-fns.el (describe-variable): Add hyperlink for
9236 directory-local variables files. Improve buffer-local and
9237 permanent-local reporting; suggested by MON KEY (Bug#6644).
9238
9239 * help-mode.el (help-dir-local-var-def): New button type.
9240
9241 * files.el (kill-buffer-hook): Provide a defvar.
9242
9243 2012-08-05 Glenn Morris <rgm@gnu.org>
9244
9245 * eshell/esh-ext.el (eshell/addpath):
9246 Also update eshell-path-env. (Bug#12013)
9247
9248 2012-08-05 Chong Yidong <cyd@gnu.org>
9249
9250 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9251
9252 * fringe.el (fringe-styles): Add docstring.
9253 (fringe--check-mode): New function.
9254 (set-fringe-mode, set-fringe-style): Use it.
9255 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9256
9257 * files.el (set-auto-mode): Fix invalid setq call.
9258
9259 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * isearch.el: Misc simplification; use defstruct.
9262 (isearch-mode-map): Dense maps now work like sparse ones.
9263 (isearch--state): New defstruct.
9264 (isearch-string-state, isearch-message-state, isearch-point-state)
9265 (isearch-success-state, isearch-forward-state)
9266 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9267 (isearch-wrapped-state, isearch-barrier-state)
9268 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9269 replaced by defstruct's accessors.
9270 (isearch--set-state): Rename from isearch-top-state and change
9271 calling convention.
9272 (isearch-push-state): Use new isearch--get-state.
9273 (isearch-toggle-word): Disable regexp when enabling word.
9274 (isearch-message-prefix): Remove unused arg _c-q-hack.
9275 (isearch-message-suffix): Remove unused arg _ellipsis.
9276
9277 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9278
9279 * simple.el (list-processes--refresh): For a server use :host or
9280 :local as the address.
9281 (list-processes): Doc fix.
9282
9283 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9284
9285 * lisp/mpc.el: Support password in host argument.
9286 (mpc--proc-connect): Parse and use new password element.
9287 Set mpc-proc variable instead of returning process.
9288 (mpc-proc): Adjust accordingly.
9289
9290 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9291
9292 * whitespace.el (whitespace-display-mappings): Use Unicode
9293 codepoints, instead of emacs-mule codepoints. See
9294 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9295 for the details.
9296
9297 * files.el (file-truename): Don't skip symlink-chasing part on
9298 windows-nt. Incorporate the resolution of 8+3 short aliases on
9299 Windows into the loop that recursively chases symlinks.
9300 Compare directory and its parent case-insensitively on MS-Windows and
9301 MS-DOS.
9302
9303 2012-08-03 Chong Yidong <cyd@gnu.org>
9304
9305 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9306
9307 * sort.el (sort-regexp-fields): Doc fix.
9308
9309 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9310
9311 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9312 labels regex position point at the expected place.
9313
9314 2012-08-03 MON KEY <monkey@sandpframing.com>
9315
9316 * net/imap.el (imap-interactive-login, imap-authenticate)
9317 (imap-mailbox-lsub, imap-mailbox-list)
9318 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9319 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9320 (imap-parse-response): Doc fix.
9321
9322 2012-08-03 João Távora <joaotavora@gmail.com>
9323
9324 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9325 if sexp scanning does not move point (Bug#5734).
9326
9327 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9328
9329 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9330 Add listings, minted, and ctable packages.
9331 (reftex-label-alist-builtin): Move listings, minted, and ctable
9332 entries before LaTeX.
9333 (reftex-label-alist): Docfix.
9334
9335 2012-08-02 Bastien Guerry <bzg@gnu.org>
9336
9337 * replace.el (occur): Fix docstring (bug#12122).
9338
9339 2012-08-02 Glenn Morris <rgm@gnu.org>
9340
9341 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9342
9343 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9344
9345 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9346 * international/mule-cmds.el: Create
9347 inactivate-current-input-method-function as an obsolete alias for
9348 deactivate-current-input-method-function. See Katsumi Yamaoka in
9349 <http://bugs.gnu.org/10150#46>.
9350
9351 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9352
9353 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9354 of nested `if's.
9355
9356 2012-08-01 Glenn Morris <rgm@gnu.org>
9357
9358 * progmodes/autoconf.el (autoconf-definition-regexp):
9359 Add AH_TEMPLATE, adjust submatch numbering.
9360 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9361 (autoconf-current-defun-function): Update for above change.
9362 (autoconf-current-defun-function): First skip to end of current word.
9363
9364 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9365
9366 * calendar/cal-html.el (cal-html-insert-agenda-days):
9367 Fix typo. (Bug#12018)
9368
9369 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9370
9371 Shell processes: enhancements to startup and CEDET compatibility.
9372 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9373 (python-shell-make-comint): accept-process-output at startup.
9374 (run-python-internal): Set inferior-python-mode-hook to nil.
9375 (python-shell-internal-get-or-create-process): call sit-for.
9376 (python-preoutput-result): Add obsolete alias.
9377 (python-shell-internal-send-string): Use it.
9378 (python-shell-send-setup-code): Remove call to
9379 accept-process-output.
9380
9381 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9382
9383 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9384 (Bug#12108)
9385
9386 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9387
9388 * calc-mode.el (calc-basic-simplification-mode): Rename from
9389 `calc-limited-simplification-mode'.
9390 (calc-alg-simplification-mode): New function.
9391 (calc-set-simplify-mode): Adjust message.
9392
9393 * calc.el (calc-set-mode-line): Adjust mode line display for
9394 basic simplification mode.
9395
9396 * calc-help.el (calc-m-prefix-help): Update help message.
9397
9398 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9399 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9400
9401 2012-07-31 Bastien Guerry <bzg@gnu.org>
9402
9403 * man.el (man): Fix comment. (bug#12101)
9404
9405 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9406
9407 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9408 Don't return a non-nil value when no suitable buffer was found.
9409
9410 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9411
9412 * progmodes/python.el (run-python-internal): Disable font lock for
9413 internal shells.
9414
9415 2012-07-30 Stefan Merten <smerten@oekonux.de>
9416
9417 * textmodes/rst.el: Silence `checkdoc-ispell'.
9418 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9419 (rst-official-version, rst-official-cvs-rev)
9420 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9421 (rst-mode-map): New key binding.
9422
9423 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9424
9425 Update .PHONY listings in makefiles.
9426 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9427 autoloads, update-subdirs, updates, bzr-update, update-authors,
9428 compile-onefile, compile-calc, backup-compiled-files,
9429 compile-after-backup, compile-one-process, mh-autoloads,
9430 bootstrap-clean, distclean, maintainer-clean.
9431
9432 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9433
9434 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9435 (calc-set-mode-line): Don't display "AlgSimp ".
9436
9437 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9438 (calc-lim-simplify-mode): New function.
9439 (calc-set-simplify-mode): Default to 'alg.
9440 (calc-default-simplify-mode): Make algebraic simplifications
9441 the default.
9442
9443 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9444 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9445
9446 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9447 indicate new simplification modes.
9448
9449 * calc/README: Mention new default simplification mode.
9450
9451 * calc/calc.el (math-normalize-error): New variable.
9452 (math-normalize): Set `math-normalize-error' to t
9453 when there's an error.
9454
9455 * calc/calc-alg.el (math-simplify): Don't simplify when
9456 `math-normalize' returns an error.
9457
9458 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9459
9460 * international/mule-cmds.el (set-locale-environment): Revert last
9461 change, since display-graphic-p returns nil when this function is
9462 called during startup. Instead...
9463
9464 * term/w32console.el (terminal-init-w32console): ...setup the
9465 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9466
9467 2012-07-29 Juri Linkov <juri@jurta.org>
9468
9469 * simple.el (goto-line): Don't display default line number in the
9470 prompt because it should be displayed by `read-number' (bug#9952).
9471 Add the current line number to the defaults of `goto-line' to
9472 allow its easier modification by users with `M-n' (bug#9201).
9473
9474 * subr.el (read-number): Support multiple default values like in
9475 other minibuffer reading functions. Replace `read' with
9476 `string-to-number' for consistency with `number-to-string'.
9477
9478 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9479
9480 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9481 * emulation/viper-init.el (viper-deactivate-input-method-action):
9482 Rename from viper-inactivate-input-method-action.
9483 (viper-deactivate-input-method):
9484 Rename from viper-inactivate-input-method.
9485 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9486 * international/mule-cmds.el (deactivate-input-method):
9487 Rename from inactivate-input-method.
9488 Also run input-method-deactivate-hook.
9489 (deactivate-current-input-method-function):
9490 Rename from inactivate-current-input-method-function.
9491 (input-method-deactivate-hook): New hook.
9492 (input-method-inactivate-hook): Mark obsolete.
9493 (inactivate-input-method): Mark obsolete.
9494
9495 * international/quail.el (quail-activate):
9496 Also run quail-deactivate-hook.
9497 (quail-deactivate): Rename from quail-inactivate.
9498 * international/robin.el (robin-activate):
9499 Also run robin-deactivate-hook.
9500 (robin-deactivate): Rename from robin-inactivate.
9501
9502 2012-07-29 Chong Yidong <cyd@gnu.org>
9503
9504 * simple.el (indicate-copied-region): New function.
9505 (kill-ring-save): Split off from here.
9506
9507 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9508 (kill-rectangle): Set deactivate-mark to t on read-only error.
9509
9510 * register.el (copy-to-register, copy-rectangle-to-register):
9511 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9512 (append-to-register, prepend-to-register): Call indicate-copied-region.
9513
9514 2012-07-29 Juri Linkov <juri@jurta.org>
9515
9516 * simple.el (async-shell-command-buffer): New defcustom.
9517 (shell-command): Use it. (Bug#4719)
9518
9519 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9520
9521 * international/mule-cmds.el (set-locale-environment): In a
9522 console session on MS-Windows, set up keyboard and terminal
9523 encoding from the OEM codepage, not the ANSI codepage.
9524 (Bug#12055)
9525
9526 2012-07-28 Chong Yidong <cyd@gnu.org>
9527
9528 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9529 gdb-get-location.
9530
9531 2012-07-28 Leo Liu <sdl.web@gmail.com>
9532
9533 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9534 the alist (bug#12029).
9535
9536 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9537
9538 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9539 (compile-always, compile-first)
9540 ($(lisp)/calendar/cal-loaddefs.el)
9541 ($(lisp)/calendar/diary-loaddefs.el)
9542 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9543 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9544 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9545 instead of on update-subdirs.
9546 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9547
9548 2012-07-28 Chong Yidong <cyd@gnu.org>
9549
9550 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9551 directory if vc-deduce-backend returns nil (Bug#7350).
9552
9553 * simple.el (delete-trailing-lines): New option.
9554 (delete-trailing-whitespace): Obey it (Bug#11879).
9555
9556 2012-07-28 David Engster <deng@randomsample.de>
9557
9558 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9559 Explanation of new 'symbol-qnames feature in doc-strings.
9560 (xml-maybe-do-ns): Return expanded names as plain symbols if
9561 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9562 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9563
9564 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9565
9566 Consistent completion in inferior python with emacs -nw.
9567 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9568 binding in inferior-python-mode-map with "\t".
9569 (python-shell-completion-complete-at-point)
9570 (python-completion-complete-at-point): Remove interactive spec.
9571
9572 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9573
9574 * calc/calccomp.el (math-compose-expr): Undo previous change.
9575
9576 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9577
9578 * progmodes/python.el (python-mode-map): Add keybinding for
9579 run-python.
9580 (python-shell-make-comint): Fix pop-to-buffer call.
9581 (run-python): Autoload. New arg SHOW.
9582 (python-shell-get-or-create-process): Do not pop python process
9583 buffer.
9584
9585 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9586
9587 * notifications.el (notifications-on-action-signal)
9588 (notifications-on-closed-signal): Use also the bus address for the map.
9589 (notifications-notify, notifications-close-notification)
9590 (notifications-get-capabilities): Add optional argument BUS.
9591
9592 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9593
9594 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9595 Add support for the lstlisting and minted environments, and for the
9596 ctable macro.
9597 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9598 labels written in keyvals syntax.
9599
9600 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9601
9602 * calc/calccomp.el (math-compose-expr): Use parentheses when
9603 there is a product in the denominator of a fraction.
9604
9605 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9606
9607 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9608 ($(lisp)/calendar/diary-loaddefs.el)
9609 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9610 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9611 Fixes failures in parallel bootstrap because subdirs.el is being
9612 rewritten while the autoload files are built at the same time,
9613 which needs to load subdirs.el.
9614
9615 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9616
9617 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9618 (mouse-drag-line): Don't exit tracking when a switch-frame or
9619 switch-window event occurs (Bug#12006).
9620
9621 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * mouse.el (popup-menu): Fix last change.
9624
9625 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 Autoload from Lisp with more care. Follow aliases when looking for
9628 function properties.
9629 * subr.el (autoloadp): New function.
9630 (symbol-file): Use it.
9631 (function-get): New function.
9632 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9633 autoload-do-load.
9634 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9635 (lisp-indent-function):
9636 * emacs-lisp/gv.el (gv-get):
9637 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9638 * emacs-lisp/byte-opt.el (byte-optimize-form):
9639 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9640 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9641 Use function-get.
9642 * emacs-lisp/cl.el: Don't propagate function properties any more.
9643
9644 * speedbar.el (speedbar-add-localized-speedbar-support):
9645 * emacs-lisp/disass.el (disassemble-internal):
9646 * desktop.el (desktop-load-file):
9647 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9648 (describe-function-1):
9649 * emacs-lisp/find-func.el (find-function-noselect):
9650 * emacs-lisp/elp.el (elp-instrument-function):
9651 * emacs-lisp/advice.el (ad-has-proper-definition):
9652 * apropos.el (apropos-safe-documentation, apropos-macrop):
9653 * emacs-lisp/debug.el (debug-on-entry):
9654 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9655 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9656 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9657
9658 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9659
9660 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9661 function, not an obsolete variable (Bug#12046).
9662
9663 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9664
9665 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9666
9667 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9668
9669 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9670 window only if it is still live (Bug#12034).
9671
9672 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9673
9674 * subr.el (redirect-frame-focus): Add advertised calling
9675 convention (Bug#12030).
9676
9677 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9678
9679 Prefer typical American spelling for "acknowledgment".
9680 * vc/add-log.el (change-log-acknowledgment): Rename from
9681 change-log-acknowledgement, with an alias for the old name.
9682
9683 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9684
9685 * calc-alg.el (math-simplify-divide): Don't cross multiply
9686 in an equation when the lhs is a variable.
9687
9688 2012-07-24 Julien Danjou <julien@danjou.info>
9689
9690 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9691 Remove, unused.
9692
9693 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9694
9695 * startup.el (command-line): Don't display an empty user name in
9696 the error message about non-existent home directory, when
9697 init-file-user was set to an empty string. See
9698 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9699 for the details and context.
9700
9701 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9702
9703 * ses.el (ses-cell-formula-aset): New macro.
9704 (ses-cell-references-aset): New macro.
9705 (ses-cell-p): New function.
9706 (ses-rename-cell): Do no longer rely on complex operations like
9707 ses-cell-set-formula or ses-set-cell to change the cell and handle
9708 the undo at the same time, but rather use lower level new macros
9709 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9710 the undo directly. Refresh the mode line.
9711
9712 2012-07-21 Leo Liu <sdl.web@gmail.com>
9713
9714 * progmodes/cc-cmds.el (c-defun-name):
9715 Use match-string-no-properties instead for consistency.
9716
9717 2012-07-20 Leo Liu <sdl.web@gmail.com>
9718
9719 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9720 (Bug#7879)
9721
9722 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9723
9724 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9727 * progmodes/bug-reference.el, misearch.el: Provide themselves
9728 (bug#11915).
9729
9730 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9731 of narrowed buffer (bug#11966).
9732
9733 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9734
9735 * ses.el (ses-rename-cell): Set new name also in reference list of
9736 cells of which the renamed cell depends.
9737
9738 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9739
9740 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9741 to check whether menu-bar is shown or not. If not shown,
9742 show the menu-bar as a popup menu instead of using tmm.
9743 * mouse.el (popup-menu): Accept `point' as `position' argument.
9744
9745 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9746
9747 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9748 up inside string symbol literal (bug#11923).
9749
9750 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9751
9752 * startup.el (fancy-startup-text): Read the whole tutorial, not
9753 just its first 256 bytes. Prevents gibberish in display of the
9754 tutorial title.
9755
9756 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9757
9758 Drop idle buffer compaction due to an absence of the
9759 proved efficiency.
9760 * compact.el: Remove.
9761
9762 2012-07-19 Sam Steingold <sds@gnu.org>
9763
9764 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9765 vc-bzr-pull & vc-bzr-merge-branch.
9766 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9767 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9768 for consistency with compilation-error-regexp-alist.
9769 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9770 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9771 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9772 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9773
9774 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * emacs-lisp/chart.el: Use lexical-binding.
9777 (chart-emacs-storage): Don't hardcode the list of entries.
9778
9779 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9780
9781 Next round of tweaks caused by Fgarbage_collect changes.
9782 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9783
9784 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9785
9786 Compact buffers when idle.
9787 * compact.el: New file.
9788
9789 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * subr.el (eventp): Presume that if it looks vaguely like an event,
9792 it's an event (bug#10190).
9793
9794 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9795
9796 Enhancements to ppss related code (thanks Stefan).
9797 * progmodes/python.el (python-indent-context)
9798 (python-indent-calculate-indentation, python-indent-dedent-line)
9799 (python-indent-electric-colon, python-nav-forward-block)
9800 (python-mode-abbrev-table)
9801 (python-info-assignment-continuation-line-p): Simplify checks
9802 for ppss context.
9803 (python-info-continuation-line-p): Cleanup.
9804 (python-info-ppss-context): Do not catch 'quote.
9805 (python-info-ppss-context-type)
9806 (python-info-ppss-comment-or-string-p): Simplify.
9807
9808 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9809
9810 * progmodes/python.el: Enhancements to eldoc support.
9811 (python-info-current-symbol): New function.
9812 (python-eldoc-at-point): Use python-info-current-symbol.
9813 (python-info-current-defun): Fix cornercase on first defun scan.
9814 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9815 and signal error when no inferior python process is available.
9816
9817 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9818
9819 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9820 assume it's always t.
9821 (vc-git-registered): Remove caching, the function is only called
9822 once.
9823 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9824
9825 2012-07-18 Chong Yidong <cyd@gnu.org>
9826
9827 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9828
9829 * simple.el (count-words): Report on narrowing (Bug#9959).
9830
9831 * bindings.el: Bind M-= to count-words.
9832
9833 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9834
9835 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9836
9837 * progmodes/sh-script.el (sh-imenu-generic-expression):
9838 Capture a function with `function' keyword and without parentheses
9839 like "function FOO" (bug#11856).
9840
9841 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9842
9843 * window.el (split-window-sensibly): Make WINDOW argument
9844 optional.
9845
9846 2012-07-18 Chong Yidong <cyd@gnu.org>
9847
9848 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9849
9850 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9851 and make C-x 8 RET exit isearch (Bug#11439).
9852
9853 * international/iso-transl.el: Move isearch-mode-map key
9854 definitions to isearch.el.
9855
9856 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9859 (eieio-defclass): Use gv-define-setter when possible.
9860
9861 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9862
9863 Reflect recent changes in Fgarbage_collect.
9864 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9865 reflect new format of data returned by Fgarbage_collect.
9866
9867 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9868
9869 New utility functions + python-info-ppss-context fix (Bug#11910).
9870 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9871 (python-info-ppss-comment-or-string-p): New functions.
9872 (python-info-ppss-context): Small fix for string check.
9873
9874 2012-07-17 Juri Linkov <juri@jurta.org>
9875
9876 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9877 (dired-do-async-shell-command): Don't add `*' at the end of the
9878 command (Bug#11815).
9879 (dired-do-shell-command): Doc fix.
9880 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9881 Join the individual commands using either "&" or ";" as the
9882 separator depending on the values of these trailing characters.
9883 At the end re-add the trailing "&". (Bug#10598)
9884
9885 * simple.el (async-shell-command): Sync the interactive spec with
9886 `shell-command'. Doc fix.
9887 (shell-command): Doc fix.
9888
9889 2012-07-17 Juri Linkov <juri@jurta.org>
9890
9891 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9892
9893 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9894
9895 Final renames and doc fixes for movement commands (bug#11899).
9896 * progmodes/python.el (python-nav-beginning-of-statement):
9897 Rename from python-nav-statement-start.
9898 (python-nav-end-of-statement): Rename from
9899 python-nav-statement-end.
9900 (python-nav-beginning-of-block): Rename from
9901 python-nav-block-start.
9902 (python-nav-end-of-block): Rename from python-nav-block-end.
9903
9904 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9905
9906 * progmodes/python.el (python-shell-send-string-no-output):
9907 Allow accept-process-output to quit, keeping shell process ready for
9908 future interactions (Bug#11868).
9909
9910 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9913
9914 * emacs-lisp/elint.el (elint-find-args-in-code):
9915 Use help-function-arglist, so as to handle lexical byte-code.
9916
9917 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9918 change (bug#11826).
9919
9920 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9923 Avoid spuriously marking the buffer as modified because of c-is-sws.
9924
9925 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9926 as not-a-comment (bug#11946).
9927
9928 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9929 for uninterned vars.
9930
9931 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9932 Use read-event since we don't really want to read chars but bytes.
9933
9934 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9935 $$..$$ but also $..$ using regexps (bug#11953).
9936 Use tex-verbatim for \url and \path.
9937 (tex-font-lock-keywords): Define as defconst like the others.
9938 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9939
9940 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9941
9942 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9943 alias for insert-char.
9944
9945 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9946
9947 * progmodes/python.el: Simplified imenu implementation.
9948 (python-nav-jump-to-defun): Remove command.
9949 (python-mode-map): Use `imenu' instead.
9950 (python-nav-list-defun-positions-cache)
9951 (python-imenu-include-defun-type, python-imenu-make-tree)
9952 (python-imenu-subtree-root-label, python-imenu-index-alist):
9953 Remove vars.
9954 (python-nav-list-defun-positions, python-nav-read-defun)
9955 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9956 (python-imenu-make-tree, python-imenu-create-index):
9957 Remove functions.
9958 (python-mode): Update to interact with imenu by setting
9959 `imenu-extract-index-name-function' only.
9960
9961 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9962
9963 * progmodes/python.el: Enhancements to navigation commands.
9964 (python-nav-backward-sentence)
9965 (python-nav-forward-sentence): Remove.
9966 (python-nav-backward-statement, python-nav-forward-statement)
9967 (python-nav-statement-start, python-nav-statement-end)
9968 (python-nav-backward-block, python-nav-forward-block)
9969 (python-nav-block-start, python-nav-block-end)
9970 (python-nav-forward-sexp-function)
9971 (python-info-current-line-comment-p)
9972 (python-info-current-line-empty-p): New functions.
9973 (python-indent-context): Use `python-nav-statement-start'.
9974
9975 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9976
9977 * eshell/em-ls.el (eshell/ls): Use `apply'.
9978
9979 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9980 multi-hops, instead of Tramp internals.
9981
9982 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9983
9984 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9985 when F1 and F2 are located on different hosts.
9986
9987 2012-07-14 Chong Yidong <cyd@gnu.org>
9988
9989 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9990 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9991 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9992 (xterm-mouse--read-event-sequence-1000)
9993 (xterm-mouse--read-event-sequence-1006): New functions. For old
9994 mouse protocol, handle M-mouse-X events correctly.
9995 (xterm-mouse-event): New arg specifying mouse protocol.
9996 (turn-on-xterm-mouse-tracking-on-terminal)
9997 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9998 sequence to toggle extended coordinates on newer XTerms.
9999 This appears to be harmless on terminals which do not support this.
10000
10001 2012-07-14 Leo Liu <sdl.web@gmail.com>
10002
10003 Add fringe bitmap indicators for flymake. (Bug#11253)
10004 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10005 (flymake-make-overlay): New arg BITMAP.
10006 (flymake-error-bitmap, flymake-warning-bitmap)
10007 (flymake-fringe-indicator-position): New user variables.
10008
10009 * fringe.el: New bitmap exclamation-mark.
10010
10011 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
10012
10013 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10014 also (Bug#7879).
10015
10016 2012-07-14 Chong Yidong <cyd@gnu.org>
10017
10018 * electric.el (electric-pair-post-self-insert-function): Fix pair
10019 insertion in empty-region case (Bug#11520).
10020
10021 2012-07-14 Chong Yidong <cyd@gnu.org>
10022
10023 * bindings.el: Consolidate ctl-x-r-map bindings.
10024 Bind copy-rectangle-as-kill to C-x r w.
10025
10026 * rect.el, register.el: Move bindings to bindings.el.
10027
10028 2012-07-14 Reuben Thomas <rrt@sc3d.org>
10029
10030 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10031
10032 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
10033
10034 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
10035
10036 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
10037
10038 * bindings.el (top): Use `mapc' instead of `mapcar'.
10039
10040 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10041
10042 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
10043
10044 * progmodes/sql.el (sql-comint): Suppress the check for program on
10045 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
10046 (Bug#11908)
10047
10048 2012-07-13 Chong Yidong <cyd@gnu.org>
10049
10050 * bindings.el: Assign a non-nil permanent-local property to
10051 per-buffer variables which lack a default value (Bug#11930).
10052
10053 * help-fns.el (describe-variable): In the "automatically becomes
10054 local" notice, take note of permanent-local variables.
10055
10056 2012-07-13 Chong Yidong <cyd@gnu.org>
10057
10058 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
10059 to allow printing the message when called from Lisp.
10060
10061 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10062 Remove toggle-read-only.
10063
10064 * bs.el (bs-toggle-readonly):
10065 * buff-menu.el (Buffer-menu-toggle-read-only):
10066 Remove with-no-warnings around toggle-read-only.
10067
10068 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10069 Remove with-no-warnings around toggle-read-only.
10070 (ffap-read-only, ffap-read-only-other-window)
10071 (ffap-read-only-other-frame): Callers changed.
10072
10073 * help-mode.el: Don't require view package.
10074 (help-mode-finish): Set buffer-read-only instead of calling
10075 toggle-read-only.
10076
10077 * bindings.el (mode-line-toggle-read-only):
10078 * dired.el (dired-toggle-read-only):
10079 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10080 with non-nil second arg.
10081
10082 * emacs-lisp/eieio-custom.el (eieio-customize-object):
10083 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10084 directly.
10085
10086 2012-07-12 Eli Zaretskii <eliz@gnu.org>
10087
10088 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10089 not incf.
10090
10091 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 More CL cleanups and reduction of use of cl.el.
10094 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10095 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10096 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10097 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10098 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10099 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10100 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10101 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10102 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10103 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10104 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10105 * eshell/em-cmpl.el, eshell/em-banner.el:
10106 * calendar/parse-time.el: Use cl-lib.
10107 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10108 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10109 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10110 * term/ns-win.el, term.el, shell.el, ps-samp.el:
10111 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10112 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10113 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10114 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10115 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10116 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10117 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10118 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10119 `lambda' rather than with `quote'.
10120 (eshell-do-opt): Adjust accordingly.
10121 (eshell-process-option): Simplify.
10122 * eshell/esh-var.el:
10123 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10124 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10125 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10126 to `pcase--dontcare'.
10127 * emacs-lisp/cl.el (labels): Mark obsolete.
10128 (cl--letf, letf): Move to cl-lib.
10129 (cl--letf*, letf*): Remove.
10130 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10131 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10132 (cl-progv): Rewrite.
10133 (cl--letf, cl-letf): Move from cl.el.
10134 (cl-letf*): New macro.
10135 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10136
10137 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
10138
10139 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10140
10141 2012-07-11 Chong Yidong <cyd@gnu.org>
10142
10143 * vc/log-edit.el (log-edit-vc-backend): New variable.
10144 (log-edit): Doc fix.
10145
10146 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10147 argument of log-edit to set up all local variables.
10148 (vc-start-logentry): New optional arg specifying VC backend.
10149
10150 * vc/vc.el (vc-checkin): Use it.
10151 (vc-deduce-fileset): Handle Log Edit buffers.
10152 (vc-diff): Make first argument optional too.
10153
10154 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10155
10156 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
10157
10158 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10159 command, just in case. The function is not needed anymore.
10160 (eshell-external-command): Do not call `eshell-remote-command'.
10161
10162 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 Reduce use of (require 'cl).
10165 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10166 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10167 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10168 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10169 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10170 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10171 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10172 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10173 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10174 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10175 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10176 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10177 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10178 (byte-compile-unfold-bcf, byte-compile-check-variable):
10179 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10180 (byte-compile-nilconstp):
10181 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10182 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10183
10184 * emacs-lisp/gv.el (cond): Make it a valid place.
10185 (if): Simplify slightly.
10186
10187 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10188 (pcase--self-quoting-p): New function.
10189 (pcase--u1): Use it.
10190
10191 2012-07-10 Glenn Morris <rgm@gnu.org>
10192
10193 * emacs-lisp/authors.el (authors-fixed-entries):
10194 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10195
10196 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10197
10198 Rename configure.in to configure.ac (Bug#11603).
10199 * emacs-lisp/authors.el (authors-canonical-file-name):
10200 * progmodes/autoconf.el (autoconf-mode):
10201 Prefer configure.ac to configure.in.
10202
10203 2012-07-08 Chong Yidong <cyd@gnu.org>
10204
10205 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10206 Implement the mouse-1-click-follows-link handling properly.
10207
10208 * info.el (Info-link-keymap): Use follow-link mechanism for
10209 header-line links (Bug#374).
10210
10211 * simple.el (deactivate-mark): Do not set the primary selection
10212 if another program has acquired it (Bug#11772).
10213
10214 2012-07-07 Kevin Ryde <user42@zip.com.au>
10215
10216 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10217 (woman-decode-region): Replace escaped-escapes without destroying
10218 bold or underline (Bug#11552).
10219 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10220
10221 2012-07-07 Chong Yidong <cyd@gnu.org>
10222
10223 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10224 (interprogram-cut-function, interprogram-paste-function):
10225 Mention that we typically mean the clipboard.
10226
10227 2012-07-06 Glenn Morris <rgm@gnu.org>
10228
10229 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10230
10231 * files.el (toggle-read-only): Restrict message to interactive use.
10232
10233 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10234
10235 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10236
10237 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10238
10239 2012-07-06 Glenn Morris <rgm@gnu.org>
10240
10241 * Makefile.in (compile-one-process): Rename from "recompile".
10242
10243 * Makefile.in (bzr-update): "compile" is the same as "recompile
10244 autoloads", but parallelizable, so use that instead.
10245
10246 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10247
10248 * window.el (quit-window): Always restore window height when
10249 it's saved in quit-restore parameter (Bug#11810).
10250
10251 2012-07-06 Glenn Morris <rgm@gnu.org>
10252
10253 * simple.el (kill-whole-line): Doc tweak.
10254
10255 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10256
10257 * files.el (file-relative-name): Compare file names
10258 case-insensitively if on MS-Windows or MS-DOS, or if
10259 read-file-name-completion-ignore-case is non-nil. Don't use
10260 case-fold-search for this purpose. (Bug#11827)
10261
10262 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10263
10264 * calendar/cal-dst.el (calendar-current-time-zone):
10265 Return calendar-current-time-zone-cache if non-nil.
10266
10267 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10268 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10269
10270 * calendar/cal-dst.el (calendar-current-time-zone):
10271 Return calendar-current-time-zone-cache if non-nil.
10272
10273 2012-07-06 Glenn Morris <rgm@gnu.org>
10274
10275 * Makefile.in (cvs-update): Remove old alias.
10276
10277 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10278
10279 Sync with Tramp 2.2.6-pre.
10280
10281 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10282 compatible declaration.
10283
10284 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10285 Protect `list-load-path-shadows' call.
10286
10287 * net/tramp-compat.el (top): Require packages, which aren't
10288 autoloaded anymore for XEmacs. Protect call of
10289 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10290 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10291 it hurts at least for SXEmacs.
10292 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10293 standard-value for `temporary-file-directory'.
10294
10295 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10296 Redirect stderr to /dev/null.
10297 (tramp-sh-handle-write-region): uid and gid can be floats.
10298 Reported by Russell Sim <russell.sim@gmail.com>.
10299 (tramp-sh-handle-vc-registered): Hide errors.
10300 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10301 and `start-file-process'.
10302 (tramp-maybe-open-connection): Check also whether `non-essential'
10303 is bound.
10304
10305 2012-07-04 Chong Yidong <cyd@gnu.org>
10306
10307 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10308 (xml-parse-tag): Likewise, and avoid changing entity tables.
10309 (xml-syntax-table): Define from scratch, making sure not to give
10310 x2000 and other Unicode spaces whitespace syntax, since those are
10311 not spaces in XML.
10312 (xml-parse-fragment): Delete unused function.
10313 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10314 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10315 (xml-entity-ref, xml-pe-reference-re)
10316 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10317 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10318 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10319 (xml-entity-value-re): Use syntax references in regexps where
10320 possible; no need to define inside a let-binding.
10321 (xml-parse-dtd): Use xml-pe-reference-re.
10322 (xml-entity-or-char-ref-re): New defconst.
10323 (xml-parse-string, xml-substitute-special): Use it.
10324
10325 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10328 (find-file--read-only): New function.
10329 (find-file-read-only, find-file-read-only-other-window)
10330 (find-file-read-only-other-frame): Use it.
10331 (insert-file-contents-literally): Don't `fset'.
10332 (get-free-disk-space): Use locate-dominating-file.
10333
10334 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10335 function is already compiled.
10336
10337 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10338
10339 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10340
10341 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10342 files on the same host.
10343
10344 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10345
10346 * help-fns.el (describe-function-1): Only call
10347 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10348
10349 2012-07-03 Chong Yidong <cyd@gnu.org>
10350
10351 * xml.el: Protect parser against XML bombs.
10352 (xml-entity-expansion-limit): New variable.
10353 (xml-parse-string, xml-substitute-special): Use it.
10354 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10355
10356 2012-07-03 Glenn Morris <rgm@gnu.org>
10357
10358 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10359 Allow linking to specific messages in debbugs reports (eg 123#5).
10360
10361 2012-07-02 Chong Yidong <cyd@gnu.org>
10362
10363 * xml.el: Fix entity and character reference expansion, allowing
10364 them to expand into markup as per XML spec.
10365 (xml-default-ns): New variable.
10366 (xml-entity-alist): Use XML spec definitions for lt and amp.
10367 (xml-parse-region): Make first two arguments optional.
10368 Discard text properties.
10369 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10370 All callers changed.
10371 (xml-parse-tag): Call xml-parse-tag-1. For backward
10372 compatibility, this function should not modify buffer contents.
10373 (xml-parse-tag-1): Fix opening-tag regexp.
10374 (xml-parse-string): Rewrite, handling entity and character
10375 references properly.
10376 (xml--entity-replacement-text): Signal an error if a parameter
10377 entity is undefined.
10378
10379 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10380
10381 * comint.el (comint-output-filter): Filter out repeated prompts.
10382
10383 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10384 and file-name-absolute-p.
10385 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10386 internal calls.
10387
10388 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10389
10390 Spelling fixes.
10391 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10392 Rename from byte-compile--refiy-function. All uses changed.
10393
10394 2012-07-01 Chong Yidong <cyd@gnu.org>
10395
10396 * xml.el (xml--parse-buffer): New function. Move most of
10397 xml-parse-region here.
10398 (xml-parse-region): Copy region into a temporary buffer, since
10399 parameter entity substitution requires changing buffer contents.
10400 Use xml--parse-buffer.
10401 (xml-parse-file): Use xml--parse-buffer.
10402 (xml-parse-dtd): Make parameter entity substitution work right.
10403 Use proper regexps for ELEMENT declarations (Bug#7172).
10404
10405 2012-06-30 Glenn Morris <rgm@gnu.org>
10406
10407 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10408
10409 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10410 Remove outdated and unnecessary dbus declarations.
10411
10412 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10413
10414 * emacs-lisp/timer.el (timer-until): Subtract results of
10415 float-time, instead of taking float-time of the result of
10416 time-subtract, since float-time signals an error for negative time
10417 arguments.
10418
10419 2012-06-30 Chong Yidong <cyd@gnu.org>
10420
10421 * xml.el (xml-*-re): Convert defvars into defconsts, and
10422 eval-and-compile them so eval-and-compile works on derivatives.
10423 (xml--entity-replacement-text): Use eval-and-comple.
10424
10425 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10426
10427 * vc/vc-git.el (vc-git-registered): Use cache property
10428 `git-registered'.
10429 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10430 `vc-git-working-revision' in order to benefit from the cache.
10431 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10432
10433 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10434
10435 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10436 removed (likely outside Emacs). (Bug#11757)
10437
10438 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 * emacs-lisp/cl-lib.el: Require macroexp.
10441
10442 2012-06-30 Chong Yidong <cyd@gnu.org>
10443
10444 * xml.el: Implement XML parameter entities.
10445 (xml-parameter-entity-alist): New variable.
10446 (xml-parse-region, xml-parse-fragment): Preserve previous values
10447 of xml-entity-alist and xml-parameter-entity-alist, so that
10448 repeated calls on different documents do not change them.
10449 (xml-parse-tag): Fix doctype regexp.
10450 (xml--entity-replacement-text): New function.
10451 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10452 properly requires url retrieval which is unimplemented.
10453 (xml-escape-string): Doc fix.
10454
10455 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10458
10459 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10460
10461 * fringe.el (fringe-mode): Doc fix.
10462
10463 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10464
10465 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10466 is non-nil.
10467 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10468 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10469
10470 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10471
10472 * calendar/cal-dst.el (calendar-current-time-zone):
10473 Return calendar-current-time-zone-cache if non-nil.
10474
10475 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10476
10477 * progmodes/which-func.el (which-func-format):
10478 Add mouse-face. (Bug#11698)
10479
10480 2012-06-29 Leo Liu <sdl.web@gmail.com>
10481
10482 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10483
10484 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * minibuffer.el (minibuffer-confirm-exit-commands):
10487 Add completion-at-point (bug#11725).
10488
10489 2012-06-29 Glenn Morris <rgm@gnu.org>
10490
10491 * progmodes/f90.el (f90-font-lock-keywords-2):
10492 Add some preprocessor elements. (Bug#10499)
10493
10494 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10497 Use syntax-propertize (bug#11739).
10498
10499 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10500
10501 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10502
10503 2012-06-28 Julien Danjou <julien@danjou.info>
10504
10505 * term.el (term-handle-colors-array): Use a set of new faces to
10506 color the terminal. Also uses :inverse-video property.
10507 (term-default-fg-color): Set to nil by default, deprecate in favor
10508 of `term-face'.
10509 (term-default-bg-color): Set to nil by default, deprecate in favor
10510 of `term-face'.
10511 (term-current-face): Use `term-face' by default.
10512 (term-bold-attribute): Variable deleted.
10513
10514 2012-06-28 Glenn Morris <rgm@gnu.org>
10515
10516 * simple.el (completion-list-mode-finish):
10517 Don't use toggle-read-only. (Since completion-list-mode has
10518 a special mode-class, it wasn't doing anything extra anyway.)
10519
10520 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 Make inlining of other-mode interpreted functions work (bug#11799).
10523 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10524 (byte-compile): Use it to fix compilation of lexical-binding closures.
10525 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10526 function, if needed.
10527
10528 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * help-mode.el (help-make-xrefs): Don't just withstand
10531 cyclic-variable-indirection but any error in documentation-property.
10532
10533 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10534 memory use.
10535 * bindings.el (bindings--define-key): New function.
10536 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10537 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10538 * bindings.el: Use it to purecopy define-key bindings.
10539
10540 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10541
10542 * emacs-lisp/cl.el (flet): Mark obsolete.
10543 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10544 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10545 * progmodes/js.el (js-c-fill-paragraph):
10546 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10547 (ebrowse-switch-member-buffer-to-derived-class):
10548 * play/5x5.el (5x5-solver): Use cl-flet.
10549
10550 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10551 (cl--symbol-function): New macro.
10552 (cl--letf, cl--letf*): Use it.
10553
10554 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10555 Strip "toggle-" if any.
10556
10557 2012-06-27 Glenn Morris <rgm@gnu.org>
10558
10559 * info.el (Info-default-directory-list): Move here from paths.el.
10560 * paths.el: Remove file, which is now empty.
10561 * loadup.el: No longer load "paths".
10562
10563 * custom.el (custom-initialize-delay): Doc fix.
10564
10565 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10566 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10567 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10568 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10569 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10570 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10571 * eshell/eshell.el (eshell-defgroup): Remove alias.
10572
10573 2012-06-27 Chong Yidong <cyd@gnu.org>
10574
10575 * help.el (help-enable-auto-load): New variable.
10576
10577 * help-fns.el (help-fns--autoloaded-p): New function.
10578 (describe-function-1): Refer to a function as "autoloaded" if it
10579 was autoloaded at any time in the past. Perform autoloading if
10580 help-enable-auto-load is non-nil.
10581
10582 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10583
10584 * makefile.w32-in (compile, compile-always): Depend on
10585 update-subdirs, not on subdirs.el. Otherwise, several different
10586 sub-targets of 'bootstrap' running in parallel could
10587 simultaneously write to subdirs.el, producing a garbled file.
10588
10589 2012-06-26 Sam Steingold <sds@gnu.org>
10590
10591 * files.el (file-name-base): New convenience function.
10592 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10593 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10594 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10595 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10596 * textmodes/ispell.el, textmodes/reftex-ref.el:
10597 * textmodes/tex-mode.el: Use it.
10598 Did not touch cedet and org because they are maintained elsewhere.
10599
10600 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10601
10602 * calendar/calendar.el (calendar-exit): Don't try to delete or
10603 iconify last frame. See:
10604 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10605
10606 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10607
10608 * server.el (server-process-filter): Remember dir in the
10609 process's `server-client-directory' properties.
10610
10611 2012-06-24 Chong Yidong <cyd@gnu.org>
10612
10613 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10614 non-tag text.
10615
10616 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10617
10618 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10619
10620 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * help-fns.el (describe-variable): Don't croak when doc is not found.
10623 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10624 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10625 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10626 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10627 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10628 ((lambda ..) ..).
10629 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10630
10631 2012-06-23 Chong Yidong <cyd@gnu.org>
10632
10633 * info.el (Info-mouse-follow-link): Accept symbol values of
10634 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10635 (Info-fontify-node): Use Info-link-keymap for all navigation
10636 buttons, with link-args property to perform the desired action.
10637 (Info-link-keymap): Doc fix.
10638 (Info-next-link-keymap, Info-prev-link-keymap)
10639 (Info-up-link-keymap): Delete now-unused keymaps.
10640
10641 2012-06-23 Chong Yidong <cyd@gnu.org>
10642
10643 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10644
10645 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10646 system abbrevs.
10647
10648 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10649
10650 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10653 (bug#11719).
10654
10655 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10656 the requote function doesn't work properly (bug#11714).
10657
10658 2012-06-23 Glenn Morris <rgm@gnu.org>
10659
10660 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10661
10662 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10663
10664 Further GV/CL cleanups.
10665 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10666 gv-expander.
10667 (gv--defun-declaration): New function.
10668 (defun-declarations-alist): Use it.
10669 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10670 (gv-place): Autoload.
10671 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10672 original definition of dotimes and dolist.
10673 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10674 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10675 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10676 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10677 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10678 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10679 to the function's definition.
10680 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10681 * window.el:
10682 * files.el:
10683 * faces.el:
10684 * env.el: Don't use CL.
10685
10686 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10687
10688 Support higher-resolution time stamps (Bug#9000).
10689
10690 * calendar/time-date.el (with-decoded-time-value): New arg
10691 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10692 (encode-time-value): New optional arg PICO. New type 3.
10693 (time-to-seconds) [!float-time]: Support the new picoseconds
10694 component if it's used.
10695 (seconds-to-time, time-subtract, time-add):
10696 Support ps-resolution time stamps as well.
10697
10698 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10699 (timerp): Timer vectors now have length 9, not 8.
10700 (timer--time): Support new-style (4-part) time stamps.
10701 (timer-next-integral-multiple-of-time): Time stamps now have
10702 picosecond resolution, so take a bit more care about rounding.
10703 (timer-relative-time, timer-inc-time): New optional arg psecs.
10704 (timer-set-time-with-usecs): Set psecs to 0.
10705 (timer--activate): Check psecs component, too.
10706
10707 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10708
10709 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10712 Move the non-essential binding to the post/pre-command-hook where it is
10713 more obviously correct.
10714
10715 * subr.el (read-passwd): Don't use a history at all.
10716 * savehist.el (savehist-save): Remove password saved accidentally
10717 because of the above bug.
10718
10719 2012-06-22 Bastien Guerry <bzg@gnu.org>
10720
10721 * files.el (toggle-read-only): Display a message telling whether
10722 the buffer is read-only or not (bug#11726).
10723
10724 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10725
10726 * emacs-lisp/gv.el: New file.
10727 * subr.el (push, pop): Extend to generalized variables.
10728 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10729 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10730 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10731 gv-define-simple-setter, and gv-define-expander.
10732 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10733 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10734 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10735 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10736 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10737 gv-letplace.
10738 (cl-defstruct): Don't define setf-method any more.
10739 * emacs-lisp/cl.el (flet): Don't autoload.
10740 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10741 (define-setf-expander, defsetf, define-modify-macro)
10742 (cl-struct-setf-expander): Move from cl-lib.el.
10743 * emacs-lisp/syntax.el:
10744 * emacs-lisp/ewoc.el:
10745 * emacs-lisp/smie.el:
10746 * emacs-lisp/cconv.el:
10747 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10748 (timer--time): Use gv-define-simple-setter.
10749 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10750 to avoid coding-system problems in subr.el. Adjust all users.
10751 (macroexp--maxsize, macroexp-small-p): New functions.
10752 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10753 * scroll-bar.el (scroll-bar-mode):
10754 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10755 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10756 * winner.el (winner-configuration, winner-make-point-alist)
10757 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10758 * files.el (locate-file-completion-table): Avoid list*.
10759
10760 2012-06-22 Chong Yidong <cyd@gnu.org>
10761
10762 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10763 (dired-create-files): Doc fix (Bug#11329).
10764 (dired-do-copy): Doc fix (Bug#11334).
10765 (dired-mark-read-string): Doc fix (Bug#11553).
10766
10767 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10768 Doc fix (Bug#11326).
10769 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10770 (dired-dwim-target): Doc fix.
10771
10772 * wdired.el (wdired-mode): Doc fix.
10773
10774 2012-06-22 Glenn Morris <rgm@gnu.org>
10775
10776 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10777 (pcmpl-rpm-cache-stamp-file): New constant.
10778 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10779 (pcmpl-rpm-packages): Optionally cache list of packages.
10780
10781 * pcmpl-rpm.el (pcmpl-rpm): New group.
10782 (pcmpl-rpm-query-options): New option.
10783 (pcmpl-rpm-packages): No need to inline it.
10784 Use pcmpl-rpm-query-options.
10785
10786 * calendar/calendar.el (calendar-in-read-only-buffer):
10787 Avoid some needless mode changes.
10788
10789 2012-06-21 Chong Yidong <cyd@gnu.org>
10790
10791 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10792 (desktop-path): Remove . from the default value (Bug#10977).
10793 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10794
10795 2012-06-20 Chong Yidong <cyd@gnu.org>
10796
10797 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10798
10799 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10800
10801 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10802 (bug#11201).
10803
10804 2012-06-20 Chong Yidong <cyd@gnu.org>
10805
10806 * term.el (term-window-width): Handle the case of a missing right
10807 fringe (Bug#8837).
10808 (term-check-size): Use window-text-height (Bug#5445).
10809 (term-mode): Use define-derived-mode. Minor cleanups.
10810 Set font-lock-defaults (Bug#7692).
10811 (term-move-columns, term-insert-char, term-emulate-terminal)
10812 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10813
10814 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10815
10816 * net/ange-ftp.el (ange-ftp-get-passwd):
10817 Bind `enable-recursive-minibuffers'.
10818 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10819
10820 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10821
10822 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10823
10824 2012-06-19 Glenn Morris <rgm@gnu.org>
10825
10826 * progmodes/python.el (python-mode): Derive from prog-mode.
10827
10828 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10829
10830 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10831 (edt-user-menu-bar-update-buffers): New functions.
10832 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10833
10834 2012-06-19 Chong Yidong <cyd@gnu.org>
10835
10836 * subr.el (with-selected-window): Preserve the selected window's
10837 terminal's top-frame (Bug#4702).
10838
10839 * window.el (save-selected-window): Likewise.
10840
10841 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10842
10843 * progmodes/python.el (python-rx-constituents): Move backquote.
10844 (python-skeleton-define, python-define-auxiliary-skeleton):
10845 Use `declare'.
10846
10847 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10848
10849 * minibuffer.el (read-file-name-default): Revert the patch from
10850 2012-06-17.
10851
10852 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10853
10854 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10855 (pcase--u1, pcase--q1): Don't use apply-partially.
10856
10857 2012-06-18 Glenn Morris <rgm@gnu.org>
10858
10859 * progmodes/python.el (python-proc, python-buffer)
10860 (python-send-receive, python-send-string): Fix obsolete versions.
10861
10862 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10863
10864 * window.el (special-display-p): Completely remove stringp
10865 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10866
10867 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10868
10869 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10870
10871 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10872
10873 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10874 * net/tramp-sh.el (tramp-maybe-open-connection):
10875 Throw if `non-essential' is non-nil.
10876
10877 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10878
10879 * window.el (special-display-p): Signal an error if BUFFER-NAME
10880 is not a string (Bug#11713).
10881
10882 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10883
10884 * progmodes/python.el (python-info-beginning-of-backslash):
10885 Rename from python-info-beginning-of-backlash, as a spelling fix.
10886
10887 2012-06-17 Chong Yidong <cyd@gnu.org>
10888
10889 * term.el (term-emulate-terminal): If term-check-size is called,
10890 move point to the process mark without resetting point (Bug#4635).
10891
10892 2012-06-17 Glenn Morris <rgm@gnu.org>
10893
10894 * international/mule-cmds.el (mule-menu-keymap)
10895 (set-language-environment, set-locale-environment): Doc tweaks.
10896
10897 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10898
10899 * cus-face.el (custom-face-attributes): Add wave-style underline
10900 attribute.
10901 * faces.el (set-face-attribute): Update docstring to describe
10902 wave-style underline attribute.
10903
10904 2012-06-16 Chong Yidong <cyd@gnu.org>
10905
10906 * term/xterm.el (terminal-init-xterm): Discard input before
10907 querying background mode (Bug#10959).
10908
10909 2012-06-16 Stefan Merten <smerten@oekonux.de>
10910
10911 * textmodes/rst.el: Added and corrected some comments.
10912 (rst-re-alist-def): Improve symbol syntax.
10913 (rst-mode-syntax-table): Correct syntax entries.
10914 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10915 (rst-official-version, rst-official-cvs-rev): Update version
10916 information.
10917
10918 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10919
10920 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10921 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10922
10923 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10924
10925 * progmodes/python.el: New python.el merge.
10926 (python-guess-indent): Obsolete var.
10927 (python-indent-guess-indent-offset): New defcustom.
10928 (python-indent): Obsolete var.
10929 (python-indent-offset): New defcustom.
10930 (python-python-command, python-jython-command): Delete var.
10931 (python-shell-interpreter): New defcustom.
10932 (python-pdbtrack-do-tracking-p): Delete var.
10933 (python-pdbtrack-activate): New defcustom.
10934 (python-use-skeletons): Obsolete var.
10935 (python-skeleton-autoinsert): New defcustom.
10936 (inferior-python-filter-regexp, python-continuation-offset)
10937 (python-honour-comment-indentation, python-indent-string-contents)
10938 (python-jython-packages, python-mode-hook)
10939 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10940 (python-shell-prompt-alist)
10941 (python-source-modes): Delete defcustoms.
10942 (python-check-buffer-name, python-eldoc-setup-code)
10943 (python-eldoc-string-code, python-ffap-setup-code)
10944 (python-ffap-string-code, python-fill-comment-function)
10945 (python-fill-decorator-function, python-fill-paren-function)
10946 (python-fill-string-function, python-imenu-include-defun-type)
10947 (python-imenu-make-tree, python-imenu-subtree-root-label)
10948 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10949 (python-shell-compilation-regexp-alist)
10950 (python-shell-completion-module-string-code)
10951 (python-shell-completion-pdb-string-code)
10952 (python-shell-completion-setup-code)
10953 (python-shell-completion-string-code)
10954 (python-shell-enable-font-lock, python-shell-exec-path)
10955 (python-shell-extra-pythonpaths)
10956 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10957 (python-shell-process-environment)
10958 (python-shell-prompt-block-regexp)
10959 (python-shell-prompt-output-regexp)
10960 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10961 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10962 (python-shell-virtualenv-path): New defcustoms.
10963 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10964 (inferior-python-mode-syntax-table, python--prompt-regexp)
10965 (python-buffer, python-command python-python-command)
10966 (python-default-template, python-imports, python-indent-index)
10967 (python-indent-list, python-indent-list-length)
10968 (python-mode-running, python-pdbtrack-is-tracking-p)
10969 (python-preoutput-continuation, python-preoutput-leftover)
10970 (python-preoutput-result, python-preoutput-skip-next-prompt)
10971 (python-prev-dir/file, python-recursing)
10972 (python-saved-check-command, python-version-checked)
10973 (python-which-func-length-limit)
10974 (view-return-to-alist): Delete vars.
10975 (python-check-custom-command, python-dotty-syntax-table)
10976 (python-imenu-index-alist, python-indent-current-level)
10977 (python-indent-dedenters, python-indent-levels)
10978 (python-nav-beginning-of-defun-regexp)
10979 (python-nav-list-defun-positions-cache)
10980 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10981 (python-shell-internal-buffer)
10982 (python-skeleton-available): New vars.
10983 (def-python-skeleton): Delete macro.
10984 (python-skeleton-define): New macro.
10985 (python-define-auxiliary-skeleton, python-rx): New macros.
10986 (python-insert-class): Delete command.
10987 (python-skeleton-class): New command.
10988 (python-insert-def): Delete command.
10989 (python-skeleton-def): New command.
10990 (python-insert-for): Delete command.
10991 (python-skeleton-for): New command.
10992 (python-insert-if): Delete command.
10993 (python-skeleton-if): New command.
10994 (python-insert-try/except, python-insert-try/finally): Delete commands.
10995 (python-skeleton-try): New command.
10996 (python-insert-while): Delete command.
10997 (python-skeleton-while): New command.
10998 (python-backspace): Delete command.
10999 (python-indent-dedent-line-backspace): New command.
11000 (python-electric-colon): Delete command.
11001 (python-indent-electric-colon): New command.
11002 (python-guess-indent): Delete command.
11003 (python-indent-guess-indent-offset): New command.
11004 (python-shift-left): Delete command.
11005 (python-indent-shift-left): New command.
11006 (python-shift-right): Delete command.
11007 (python-indent-shift-right): New command.
11008 (python-find-function): Delete command.
11009 (python-nav-jump-to-defun): New command.
11010 (python-next-statement): Delete command.
11011 (python-nav-forward-sentence): New command.
11012 (python-previous-statement): Delete command.
11013 (python-nav-backward-sentence): New command.
11014 (python-fill-paragraph): Delete command.
11015 (python-fill-paragraph-function): New command.
11016 (python-send-buffer): Delete command.
11017 (python-shell-send-buffer): New command.
11018 (python-send-defun): Delete command.
11019 (python-shell-send-defun): New command.
11020 (python-send-region, python-send-region-and-go): Delete commands.
11021 (python-shell-send-region)
11022 (python-shell-switch-to-shell): New commands.
11023 (python-send-string): Delete command.
11024 (python-shell-send-string): New command.
11025 (python-switch-to-python): Delete command.
11026 (python-shell-switch-to-shell): New command.
11027 (python-describe-symbol): Delete command.
11028 (python-eldoc-at-point): New command.
11029 (python--set-prompt-regexp, python-args-to-list)
11030 (python-after-info-look, python-check-version)
11031 (python-check-comint-prompt, python-find-imports)
11032 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11033 (python-unload-function, python-expand-template)
11034 (python-maybe-jython, python-preoutput-filter)
11035 (python-pdbtrack-get-source-buffer)
11036 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11037 (python-pdbtrack-toggle-stack-tracking)
11038 (python-pdbtrack-track-stack-file, python-initial-text)
11039 (python-first-word, python-comment-line-p, python-send-command)
11040 (python-setup-brm, python-sentinel, python-set-proc)
11041 (python-skip-out, python-input-filter, python-outdent-p)
11042 (python-outline-level, python-backslash-continuation-line-p)
11043 (python-end-of-block, python-end-of-statement, python-mark-block)
11044 (python-beginning-of-block, python-beginning-of-statement)
11045 (python-blank-line-p, python-beginning-of-string)
11046 (python-open-block-statement-p): Delete functions.
11047 (python-indent-line, python-indent-line-1): Delete functions.
11048 (python-indent-line): New function.
11049 (python-indentation-levels): Delete function.
11050 (python-indent-calculate-levels): New function.
11051 (python-proc): Delete function.
11052 (python-shell-get-process): New function.
11053 (python-send-receive): Delete function.
11054 (python-shell-send-string-no-output): New function.
11055 (python-module-path): Delete function.
11056 (python-ffap-module-path): New function.
11057 (python-completion-at-point)
11058 (python-symbol-completions): Delete functions.
11059 (python-completion-complete-at-point): New function.
11060 (python-load-file): Delete function.
11061 (python-shell-send-file): New function.
11062 (python-calculate-indentation): Delete function.
11063 (python-indent-calculate-indentation): New function.
11064 (python-skip-comments/blanks): Delete function.
11065 (python-util-forward-comment): New function.
11066 (python-continuation-line-p): Delete function.
11067 (python-info-continuation-line-p): New function.
11068 (python-which-func, python-current-defun): Delete function.
11069 (python-info-current-defun): New function.
11070 (python-beginning-of-defun): Delete function.
11071 (python-nav-beginning-of-defun): New function.
11072 (python-close-block-statement-p)
11073 (python-block-end-p): Delete function.
11074 (python-info-closing-block): New function.
11075 (python-comint-output-filter-function)
11076 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11077 (python-fill-comment, python-fill-decorator, python-fill-paren)
11078 (python-fill-string, python-imenu-make-element-tree)
11079 (python-imenu-make-tree, python-imenu-tree-assoc)
11080 (python-indent-context, python-indent-dedent-line)
11081 (python-indent-line-function)
11082 (python-indent-post-self-insert-function)
11083 (python-indent-toggle-levels)
11084 (python-info-assignment-continuation-line-p)
11085 (python-info-beginning-of-backlash)
11086 (python-info-block-continuation-line-p)
11087 (python-info-closing-block-message)
11088 (python-info-line-ends-backslash-p)
11089 (python-info-looking-at-beginning-of-defun)
11090 (python-info-ppss-context, python-info-ppss-context-type)
11091 (python-nav-list-defun-positions, python-nav-read-defun)
11092 (python-nav-sentence-end, python-nav-sentence-start)
11093 (python-pdbtrack-comint-output-filter-function)
11094 (python-pdbtrack-set-tracked-buffer)
11095 (python-shell-calculate-exec-path)
11096 (python-shell-calculate-process-environment)
11097 (python-shell-completion--do-completion-at-point)
11098 (python-shell-completion--get-completions)
11099 (python-shell-completion-complete-at-point)
11100 (python-shell-completion-complete-or-indent)
11101 (python-shell-get-or-create-process)
11102 (python-shell-get-process-name)
11103 (python-shell-internal-get-or-create-process)
11104 (python-shell-internal-get-process-name)
11105 (python-shell-internal-send-string, python-shell-make-comint)
11106 (python-shell-parse-command, python-shell-send-setup-code)
11107 (python-skeleton-add-menu-items)
11108 (python-util-clone-local-variables, python-util-position)
11109 (run-python-internal, python-indentation-levels)
11110 (python-nav-beginning-of-defun)
11111 (python-completion-complete-at-point): New functions.
11112 (run-python): Change arguments. New API requirements.
11113
11114 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11117 (bug#11649).
11118
11119 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11120 (macroexp--expand-all): Use it.
11121
11122 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11123 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11124 Use `cl-function' instead.
11125
11126 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
11127
11128 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11129 Suggested by Stefan Monnier while discussing bug#11657.
11130
11131 2012-06-14 Sam Steingold <sds@gnu.org>
11132
11133 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11134
11135 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
11136
11137 * play/doctor.el (doctor-doc): Remove parameter and use
11138 doctor-sent instead of sent.
11139 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
11140
11141 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11142
11143 * files.el: Require cl-lib.
11144 (file-name-non-special): Replace case -> cl-case.
11145
11146 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11147
11148 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11149 mapping from #' to function*.
11150
11151 2012-06-13 Chong Yidong <cyd@gnu.org>
11152
11153 * mouse.el (mouse-drag-track): Do not set the mark if the user
11154 releases the mouse without selecting anything (Bug#11588).
11155
11156 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11159 as well (bug#11646).
11160
11161 * loadup.el: Count byte-code functions as well.
11162
11163 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11164 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11165
11166 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11167 (bug#11649). Add cl-defun and cl-defmacro.
11168
11169 2012-06-13 Drew Adams <drew.adams@oracle.com>
11170
11171 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11172 Fix last change.
11173
11174 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
11175
11176 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11177 Otherwise, it blocks in batch mode.
11178
11179 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11180
11181 * help-mode.el (bookmark-make-record-default): Declare.
11182
11183 2012-06-13 Chong Yidong <cyd@gnu.org>
11184
11185 * emacs-lisp/package.el (list-packages): Compute a list of
11186 packages that are newly-available since the last list-packages
11187 invocation.
11188 (package-menu--new-package-list): New var.
11189 (package-menu--generate, package-menu--print-info)
11190 (package-menu--status-predicate, package-menu-mark-install):
11191 Handle new status label "new".
11192
11193 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11194
11195 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11196 conversion to backquotes.
11197
11198 2012-06-12 Chong Yidong <cyd@gnu.org>
11199
11200 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11201 Rename from gud-inhibit-global-bindings.
11202
11203 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11204
11205 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11206 hook from nxml-glyph-set-hook.
11207
11208 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11209 declaration.
11210
11211 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11212
11213 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11214 Convert to defcustom.
11215
11216 2012-06-12 Drew Adams <drew.adams@oracle.com>
11217
11218 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11219 New functions.
11220 (help-mode): Use them.
11221
11222 2012-06-11 Glenn Morris <rgm@gnu.org>
11223
11224 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11225 Use preprocessor face for directives.
11226 (fortran-directive-re): Doc fix.
11227
11228 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11231 conversion to backquotes (bug#11652).
11232
11233 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11234 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11235 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11236 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11237 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11238 (cl-ninth, cl-tenth): Mark them as inlinable.
11239 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11240 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11241 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11242 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11243 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11244 (cl-list*, cl-adjoin): Don't put an autoload manually.
11245 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11246 (cl--compiler-macro-list*): Add autoload cookie.
11247 (cl--compiler-macro-cXXr): New function.
11248
11249 * help-fns.el (help-fns--compiler-macro): New function extracted from
11250 describe-function-1; follow aliases and use `compiler-macro' property.
11251 (describe-function-1): Use it.
11252
11253 2012-06-11 Chong Yidong <cyd@gnu.org>
11254
11255 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11256 is uninstalled, if imagemagick is installed.
11257
11258 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11259
11260 * emacs-lisp/cl-lib.el: Use lexical-binding.
11261 (cl-map-extents, cl-maclisp-member): Remove.
11262 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11263 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11264 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11265 * emacs-lisp/cl-extra.el: Use lexical-binding.
11266 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11267 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11268 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11269 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11270 * emacs-lisp/cl-seq.el: Use lexical-binding.
11271 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11272 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11273 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11274 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11275 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11276 CL's internals.
11277
11278 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11279
11280 Sync with Tramp 2.2.6-pre.
11281
11282 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11283 `print-length' and `print-level' to nil, in order to avoid
11284 truncation. Reported by Christopher Schmidt
11285 <christopher@ristopher.com>.
11286
11287 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11288
11289 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11290 New defmacro.
11291 (tramp-compat-copy-directory): Add optional argument
11292 COPY-CONTENTS. It is not handled yet.
11293
11294 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11295 (tramp-ftp-file-name-p): Simplify.
11296
11297 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11298 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11299 connection vector.
11300
11301 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11302 (tramp-methods): Do not use `tramp-password-end-of-line'.
11303 (tramp-completion-function-alist-putty): Handle UNIX case.
11304 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11305 (tramp-do-file-attributes-with-stat)
11306 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11307 gid as real numbers. They could run out of integer range on cygwin.
11308 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11309 (tramp-sh-handle-expand-file-name): Handle hops.
11310 (tramp-open-connection-setup-interactive-shell):
11311 Use `tramp-cleanup'. Move check for busyboxes ...
11312 (tramp-find-shell): ... here. Simplify implementation.
11313 Set "remote-shell" property also for alternative shells.
11314 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11315 If failing, a regular file would be written otherwise.
11316 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11317 (tramp-find-inline-encoding): Cache the coding commands in the
11318 process cache. Apply test command on the remote side, if defined.
11319 (tramp-find-inline-compress): Cache the compress commands in the
11320 process cache.
11321 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11322 when requested. Handle hops.
11323 (tramp-current-connection): New defvar.
11324 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11325 Throw `suppress', if there was a failed connection shortly before.
11326 Handle user interrupt. (Bug#10187)
11327 (tramp-get-inline-compress, tramp-get-inline-coding):
11328 Read connection properties from the process cache.
11329
11330 * net/tramp-smb.el (tramp-smb-server-version)
11331 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11332 New defconsts.
11333 (tramp-smb-prompt): Extend for powershell prompt.
11334 (tramp-smb-file-name-handler-alist): Add handlers for
11335 `process-file', `shell-command' and `start-file-process'.
11336 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11337 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11338 (tramp-smb-file-name-p): Simplify.
11339 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11340 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11341 (tramp-smb-shell-quote-argument): New defuns.
11342 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11343 Implement using "tar". By this, time-stamps are preserved.
11344 (tramp-smb-handle-copy-file): Handle also the case of directories.
11345 (tramp-smb-do-file-attributes-with-stat)
11346 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11347 Use `tramp-get-connection-buffer').
11348 (tramp-smb-handle-rename-file): Use "rename", when source and
11349 target are on the same share.
11350 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11351 Use `tramp-smb-server-version'.
11352 (tramp-smb-wait-for-output): Remove prompt.
11353
11354 * net/tramp.el (top): Require 'cl.
11355 (tramp-methods, tramp-rsh-end-of-line):
11356 Remove `tramp-password-end-of-line' from docstring.
11357 (tramp-save-ad-hoc-proxies): New defcustom.
11358 (tramp-completion-function-alist): Adapt docstring.
11359 (tramp-default-password-end-of-line): Remove defcustom.
11360 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11361 (tramp-user-regexp, tramp-file-name-regexp-unified)
11362 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11363 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11364 (tramp-remote-file-name-spec-regexp): New defconst.
11365 (tramp-file-name-structure): Extend structure for hops.
11366 (tramp-get-method-parameter): Move up.
11367 (tramp-file-name-p, tramp-dissect-file-name)
11368 (with-parsed-tramp-file-name): Handle hops.
11369 (tramp-file-name-hop): New defun.
11370 (tramp-make-tramp-file-name): New optional arg HOP.
11371 (tramp-message-show-progress-reporter-message): New defvar.
11372 (tramp-with-progress-reporter): Use it. We cannot use
11373 `tramp-message-show-message' here, because this suppresses also
11374 error buffers.
11375 (tramp-error-with-buffer): Suppress buffer view, if
11376 `tramp-message-show-message' is nil.
11377 Use `tramp-get-connection-buffer'.
11378 (tramp-cleanup): New defun.
11379 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11380 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11381 an error unchanged.
11382 (tramp-completion-handle-file-name-all-completions): Handle hops.
11383 Fix an error when called from ido.
11384 (tramp-completion-dissect-file-name): Use better local variable
11385 name. Add hop to the vector.
11386 (tramp-handle-insert-file-contents): Use progress-reporter for the
11387 whole scenario.
11388 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11389 to `t'.
11390 (tramp-check-for-regexp): Simplify search.
11391 (tramp-enter-password): Remove it. Move implementation ...
11392 (tramp-action-password): ... here.
11393 (tramp-mode-string-to-int, tramp-local-host-p)
11394 (tramp-make-tramp-temp-file, tramp-read-passwd)
11395 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11396 Set tramp-autoload cookie.
11397
11398 * net/trampver.el: Update release number.
11399
11400 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11401 Michael Albinus <michael.albinus@gmx.de>
11402
11403 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11404 (tramp-parse-group, tramp-parse-file)
11405 (tramp-parse-shostkeys-sknownhosts): New defuns.
11406 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11407 (tramp-parse-shosts-group, tramp-parse-sconfig)
11408 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11409 (tramp-parse-sknownhosts, tramp-parse-hosts)
11410 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11411 Use them.
11412 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11413 (tramp-parse-putty-group): Don't narrow.
11414 (tramp-parse-putty): Make a loop.
11415 (tramp-file-name-handler): Catch the `suppress' signal.
11416
11417 2012-06-11 Chong Yidong <cyd@gnu.org>
11418
11419 * image.el (imagemagick-register-types): Put the ImageMagick entry
11420 at the end of image-type-file-name-regexps.
11421
11422 2012-06-11 Johan Bockgård <bojohan@gnu.org>
11423
11424 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11425 (pcase, pcase-let*, pcase-dolist): Use them.
11426
11427 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * emacs-lisp/pcase.el (pcase--let*): New function.
11430 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11431 (pcase--expand): Use macroexp-let².
11432
11433 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11434
11435 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11436 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11437 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11438 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11439 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11440 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11441
11442 2012-06-10 Glenn Morris <rgm@gnu.org>
11443
11444 * mail/rmail.el (rmail-yank-current-message): Leave point at
11445 correct position. (Bug#11660)
11446
11447 2012-06-10 Chong Yidong <cyd@gnu.org>
11448
11449 * allout-widgets.el: Fix code header.
11450
11451 2012-06-10 Chong Yidong <cyd@gnu.org>
11452
11453 * cus-edit.el (customize-changed-options-previous-release):
11454 Bump to 24.1.
11455
11456 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11457
11458 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11459
11460 2012-06-09 Chong Yidong <cyd@gnu.org>
11461
11462 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11463
11464 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11465
11466 * window.el (special-display-popup-frame): Don't use
11467 window--display-buffer (Bug#11651).
11468
11469 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11470
11471 Fix parallel builds: make sure loaddefs.el is not being written
11472 while Lisp files are compiled.
11473 (compile): Don't depend on 'mh-autoloads'.
11474 (compile-CMD, compile-SH): Depend on 'autoloads'.
11475 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11476
11477 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11478
11479 2012-06-09 Chong Yidong <cyd@gnu.org>
11480
11481 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11482 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11483 Doc fixes (Bug#11225).
11484
11485 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11488 a function if there's a clear indication that it has a compiler-macro.
11489 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11490 (macro-declarations-alist): Add arglist to declaration functions.
11491 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11492 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11493 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11494 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11495 Also add autoload to find the compiler macro.
11496 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11497 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11498 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11499 (cl--compiler-macro-get): New functions, replacing calls to
11500 cl-define-compiler-macro.
11501 (cl-typep) [compiler-macro]: Use macroexp-let².
11502
11503 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11504
11505 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11506 string properly, fixes Bug#11473.
11507
11508 2012-06-08 Chong Yidong <cyd@gnu.org>
11509
11510 * faces.el (set-face-attribute): Doc fix.
11511 (modify-face): Don't use :bold and :italic.
11512 (error, warning, success): Tweak definitions.
11513
11514 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11515 (custom-modified, custom-set, custom-changed, custom-themed)
11516 (custom-saved, custom-button, custom-button-mouse)
11517 (custom-button-pressed, custom-state, custom-comment-tag)
11518 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11519 (custom-group-subtitle): Use new-style face specs.
11520 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11521 (custom-set-face, custom-changed-face, custom-saved-face)
11522 (custom-button-face, custom-button-pressed-face)
11523 (custom-documentation-face, custom-state-face)
11524 (custom-comment-face, custom-comment-tag-face)
11525 (custom-variable-tag-face, custom-variable-button-face)
11526 (custom-face-tag-face, custom-group-tag-face-1)
11527 (custom-group-tag-face): Remove obsolete face alias.
11528
11529 * epa.el (epa-validity-high, epa-validity-medium)
11530 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11531 (epa-field-name, epa-field-body):
11532 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11533 (font-lock-keyword-face, font-lock-builtin-face)
11534 (font-lock-function-name-face, font-lock-variable-name-face)
11535 (font-lock-type-face, font-lock-constant-face):
11536 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11537 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11538 * speedbar.el (speedbar-button-face, speedbar-file-face)
11539 (speedbar-directory-face, speedbar-tag-face)
11540 (speedbar-selected-face, speedbar-highlight-face)
11541 (speedbar-separator-face):
11542 * whitespace.el (whitespace-newline, whitespace-space)
11543 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11544 (whitespace-line, whitespace-space-before-tab)
11545 (whitespace-space-after-tab, whitespace-indentation)
11546 (whitespace-empty):
11547 * emulation/cua-base.el (cua-global-mark):
11548 * eshell/em-prompt.el (eshell-prompt):
11549 * net/newst-plainview.el (newsticker-new-item-face)
11550 (newsticker-old-item-face, newsticker-immortal-item-face)
11551 (newsticker-obsolete-item-face, newsticker-date-face)
11552 (newsticker-statistics-face, newsticker-default-face):
11553 * net/newst-reader.el (newsticker-feed-face)
11554 (newsticker-extra-face, newsticker-enclosure-face):
11555 * net/newst-treeview.el (newsticker-treeview-face)
11556 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11557 (newsticker-treeview-immortal-face)
11558 (newsticker-treeview-obsolete-face)
11559 (newsticker-treeview-selection-face):
11560 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11561 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11562 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11563 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11564 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11565 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11566 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11567 (mpuz-text):
11568 * progmodes/vera-mode.el (vera-font-lock-number)
11569 (vera-font-lock-function, vera-font-lock-interface):
11570 * textmodes/table.el (table-cell): Use new-style face specs, and
11571 don't use the old :bold and :italic attributes.
11572
11573 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11574 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11575 (ebrowse-member-class, ebrowse-progress): Likewise.
11576 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11577 (ebrowse-file-name-face, ebrowse-default-face)
11578 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11579 (ebrowse-progress-face): Remove obsolete faces.
11580
11581 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11582 Inherit from error and warning faces respectively.
11583
11584 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11585 Likewise.
11586 (flyspell-incorrect-face, flyspell-duplicate-face):
11587 Remove obsolete aliases.
11588
11589 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11590
11591 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11592 Avoid infloop.
11593
11594 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * startup.el (argv, argi): Make lexically scoped.
11597 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11598 * emacs-lisp/cl-macs.el: Use lexical-binding.
11599 Rename cl-bind-* to cl--bind-*.
11600 * files.el: Don't require `cl' since it doesn't use it.
11601 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11602
11603 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11604
11605 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11606 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11607 instead of calling external sort utility.
11608 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11609
11610 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11611
11612 * descr-text.el (describe-char): Mention how to insert the
11613 character, if the current input method doesn't support it.
11614 See the discussion in this thread for the details:
11615 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11616
11617 2012-06-08 Sam Steingold <sds@gnu.org>
11618
11619 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11620 XF86Back to previous-buffer.
11621 (minibuffer-local-map): Bind them to next-history-element and
11622 previous-history-element respectively.
11623 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11624 help-go-back respectively.
11625 * info.el (Info-mode-map): Bind them to Info-history-forward and
11626 Info-history-back respectively.
11627 These are the keys next to Up on the ThinkPad keyboard.
11628
11629 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11630
11631 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11632 * emacs-lisp/cl-macs.el: Provide itself.
11633 (cl--labels-convert-cache): New var.
11634 (cl--labels-convert): New function.
11635 (cl-flet, cl-labels): New implementation with new semantics, relying on
11636 lexical-binding.
11637 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11638 (cl-closure-vars, cl--function-convert-cache)
11639 (cl--function-convert): Move from cl-macs.el.
11640 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11641 rename by removing the "cl-" prefix.
11642 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11643
11644 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11647 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11648 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11649 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11650 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11651 (cl-hash-table-count): Add old compatibility aliases.
11652
11653 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11654 Use macroexpand-all-environment instead.
11655 (cl--old-macroexpand): New var.
11656 (cl--sm-macroexpand): New function.
11657 (cl-symbol-macrolet): Use it during macro expansion.
11658 (cl--function-convert-cache): New var.
11659 (cl--function-convert): New function, extracted from
11660 cl-macroexpand-all.
11661 (cl-lexical-let): Use it.
11662
11663 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11664 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11665 (cl-member): Remove old alias.
11666
11667 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11668 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11669 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11670 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11671 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11672 (cl-macroexpand-cmacs): Remove var.
11673 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11674 Use macroexpand-all instead.
11675
11676 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11679 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11680 (macroexp-copyable-p): New functions and macros.
11681 * emacs-lisp/edebug.el (edebug-unwrap):
11682 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11683 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11684 (pcase--let*): Remove.
11685 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11686 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11687 macroexp-const-p instead.
11688 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11689
11690 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11691 instead of "cl-" for internal definitions. Use macroexp-const-p.
11692 (cl-old-bc-file-form): Remove var.
11693 (cl-const-exprs-p): Remove fun.
11694 (cl-labels, cl-macrolet): Use backquote.
11695 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11696 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11697 (cl-define-setf-expander): Rename from cl-define-setf-method.
11698 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11699
11700 * international/mule-cmds.el: Don't require CL.
11701 (view-hello-file): Don't use `letf'.
11702
11703 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11704
11705 * tmm.el (tmm-prompt): Use string-prefix-p.
11706 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11707 (tmm-add-prompt): Use minibuffer-completion-help.
11708 (tmm-delete-map): Remove.
11709
11710 * subr.el (kbd): Make it its own function.
11711
11712 2012-06-07 Stefan Merten <smerten@oekonux.de>
11713
11714 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11715 Silence compiler warnings. Fix versions.
11716 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11717 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11718 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11719 (rst-package-emacs-version-alist): Correct Emacs version to
11720 represent major merge with upstream.
11721 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11722
11723 2012-06-06 Glenn Morris <rgm@gnu.org>
11724
11725 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11726 Only print environment variables if set.
11727
11728 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11731 (macroexp--cons): Rename from maybe-cons.
11732 (macroexp--accumulate): Rename from macroexp-accumulate.
11733 (macroexp--all-forms): Rename from macroexpand-all-forms.
11734 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11735 (macroexp--expand-all): Rename from macroexpand-all-1.
11736
11737 2012-06-06 Sam Steingold <sds@gnu.org>
11738
11739 * calendar/calendar.el (calendar-in-read-only-buffer):
11740 Call `special-mode' to enable the standard read-only keybindings.
11741
11742 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11745 with "loading" messages (bug#11635).
11746
11747 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11748
11749 * files.el (enable-remote-dir-locals): New option.
11750 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11751
11752 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11753 Ensure, that the temp directory is local.
11754
11755 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11756 `temporary-file-directory'.
11757
11758 * progmodes/python.el (python-send-region): Ensure, that the
11759 temporary file is created also in the remote case.
11760
11761 2012-06-06 Glenn Morris <rgm@gnu.org>
11762
11763 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11764 (vc-rcs-update-changelog): Use it.
11765
11766 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11767
11768 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11769 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11770 (vc-sccs-diff): Replace use of the external vcdiff script.
11771
11772 2012-06-05 Glenn Morris <rgm@gnu.org>
11773
11774 * ledit.el: Move to obsolete/.
11775
11776 2012-06-05 Sam Steingold <sds@gnu.org>
11777
11778 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11779 patch (Bug#11140).
11780
11781 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * emacs-lisp/cust-print.el: Move to obsolete.
11784
11785 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11786 compiler-macro expansion.
11787
11788 Add native compiler-macro support.
11789 * emacs-lisp/macroexp.el (macroexpand-all-1):
11790 Support compiler-macros directly. Properly follow aliases and apply
11791 the compiler macros more thoroughly.
11792 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11793 macroexpand now properly follows aliases.
11794 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11795 (cl-compiler-macroexpand): Use new prop.
11796 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11797
11798 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11799
11800 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11801
11802 * window.el (get-lru-window, get-mru-window, get-largest-window):
11803 New argument NOT-SELECTED to avoid picking the selected window.
11804 (window--display-buffer-1, window--display-buffer-2): Replace by
11805 new function window--display-buffer
11806 (display-buffer-same-window, display-buffer-reuse-window)
11807 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11808 Use window--display-buffer.
11809 (display-buffer-use-some-window): Remove temporary dedication
11810 hack by calling get-lru-window and get-largest-window with
11811 NOT-SELECTED argument non-nil. Call window--display-buffer.
11812
11813 2012-06-05 Glenn Morris <rgm@gnu.org>
11814
11815 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11816 Replace external vcdiff script.
11817
11818 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11819
11820 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11821
11822 2012-06-04 Chong Yidong <cyd@gnu.org>
11823
11824 * image.el (imagemagick-types-inhibit): Revert last change.
11825 Add INFO and M.
11826 (imagemagick-enabled-types): Remove CIN and EPS*.
11827
11828 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * emacs-lisp/cl-lib.el: Rename from cl.el.
11831 * emacs-lisp/cl.el: New compatibility file.
11832 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11833 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11834 to obey the "cl-" prefix.
11835 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11836
11837 2012-06-03 Glenn Morris <rgm@gnu.org>
11838
11839 * emacs-lisp/authors.el (authors-aliases): Addition.
11840
11841 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11842 Fix :version.
11843
11844 2012-06-03 Stefan Merten <smerten@oekonux.de>
11845
11846 * textmodes/rst.el: Add comments.
11847 (rst-transition, rst-adornment): New faces.
11848 (rst-adornment-faces-alist): Make default safe to reevaluate.
11849 Fixes
11850 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11851 Improve customization tags.
11852 (rst-define-level-faces): Clarify meaning.
11853
11854 2012-06-03 Chong Yidong <cyd@gnu.org>
11855
11856 * progmodes/compile.el (compilation-mode-line-fail)
11857 (compilation-mode-line-run, compilation-mode-line-exit):
11858 New faces.
11859 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11860
11861 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11862
11863 * progmodes/which-func.el (which-func-update-ediff-windows):
11864 New function. Use it in ediff-select-hook (Bug#11478).
11865
11866 2012-06-03 Chong Yidong <cyd@gnu.org>
11867
11868 * bindings.el: Remove explicit help text from format-mode-line.
11869 It is now supplied by mode-line-default-help-echo.
11870 (mode-line-front-space, mode-line-end-spaces)
11871 (mode-line-misc-info): New variables.
11872 (mode-line-modes, mode-line-position): Move the default value to
11873 the variable definition.
11874 (mode-line-default-help-echo): New defcustom.
11875 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11876 (mode-line-modified-help-echo): New functions.
11877 (mode-line-mule-info, mode-line-modified): Use them.
11878 (mode-line-eol-desc, propertized-buffer-identification):
11879 Consistency fixes for help text.
11880 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11881 set-buffer-file-coding-system (Bug#289).
11882 (mode-line-mule-info-help-echo): Update help text.
11883
11884 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11885
11886 * simple.el (execute-extended-command): Set real-this-command
11887 (bug#11506).
11888
11889 2012-06-02 Chong Yidong <cyd@gnu.org>
11890
11891 Remove incorrect uses of "modeline" in comments, docstrings, and
11892 function/variable names (Bug#10329).
11893
11894 * cus-edit.el (mode-line):
11895 * dframe.el (dframe-mouse-hscroll):
11896 * emacs-lisp/re-builder.el:
11897 * emacs-lisp/easy-mmode.el (define-minor-mode):
11898 * frame.el (set-frame-name):
11899 * help.el (lookup-minor-mode-from-indicator):
11900 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11901 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11902 (c-toggle-hungry-state):
11903 * progmodes/antlr-mode.el (antlr-language-alist):
11904 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11905 * progmodes/vhdl-mode.el (vhdl-mode):
11906 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11907 * term/ns-win.el (ns-face-at-pos):
11908 * term/sup-mouse.el (sup-mouse-report):
11909 * textmodes/flyspell.el (flyspell-mode-line-string):
11910 * textmodes/ispell.el (ispell-highlight-face):
11911 * textmodes/reftex-global.el:
11912 * vc/vc-arch.el (vc-arch-mode-line-string):
11913 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11914 * vc/vc-git.el (vc-git-mode-line-string):
11915 * vc/vc-hooks.el (vc-display-status)
11916 (vc-default-mode-line-string):
11917 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11918
11919 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11920
11921 * dired.el (dired-sort-set-mode-line): Rename from
11922 dired-sort-set-modeline. All callers changed.
11923
11924 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11925 eshell-status-in-modeline.
11926
11927 * foldout.el (foldout-mode-line-string): Rename from
11928 foldout-modeline-string. All callers changed.
11929 (foldout-update-mode-line): Rename from foldout-update-modeline.
11930
11931 * subr.el (redraw-modeline): Make into obsolete alias.
11932
11933 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11934 timeclock-modeline-display. Make old name an alias.
11935 (timeclock-update-mode-line): Likewise. All callers changed.
11936 (timeclock-mode-line-display): No need to check before using
11937 add-hook.
11938 (timeclock-relative, timeclock-day-over-hook)
11939 (timeclock-use-elapsed, timeclock-mode-string)
11940 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11941
11942 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11943 crisp-mode-modeline-string.
11944
11945 * play/solitaire.el (solitaire-build-mode-line): Rename from
11946 solitaire-build-modeline. All callers changed.
11947
11948 * play/zone.el (zone-hiding-mode-line): Rename from
11949 zone-hiding-modeline. All callers changed.
11950 (zone): Remove unusued `modeline-hidden-level' property.
11951
11952 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11953 xscheme-modeline-initialize. All callers changed.
11954
11955 * strokes.el (strokes-lighter): Rename from
11956 strokes-modeline-string.
11957
11958 * textmodes/sgml-mode.el (html-face-tag-alist)
11959 (html-tag-face-alist): Use mode-line face instead of obsolete
11960 alias modeline.
11961
11962 2012-06-02 Stefan Merten <smerten@oekonux.de>
11963
11964 * textmodes/rst.el: Always require `cl'.
11965 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11966
11967 2012-06-02 Chong Yidong <cyd@gnu.org>
11968
11969 * image.el (imagemagick-enabled-types): Rename from
11970 imagemagick-types-enable. Add many more types.
11971 (imagemagick-types-inhibit): Change default to nil.
11972 (imagemagick-filter-types): Caller changed.
11973
11974 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 * emacs-lisp/cl-macs.el: Use backquotes.
11977 (cl-transform-function-property): Use eval-and-compile rather than
11978 abusing `require'.
11979 (defstruct): Use declare-function instead of with-no-warnings.
11980
11981 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11982 (byte-compile-output-docform): Re-add the print-circle bindings.
11983 (byte-compile-fix-header): Use #$ just because it's shorter.
11984 (byte-compile-output-file-form): Remove defun/defmacro.
11985
11986 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11987
11988 * simple.el (choose-completion): Remove now obsolete binding for
11989 owindow.
11990
11991 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11992
11993 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11994 in order to avoid "Stack overflow in regexp matcher".
11995
11996 2012-05-31 Glenn Morris <rgm@gnu.org>
11997
11998 * image.el: For clarity, call imagemagick-register-types at
11999 top-level, rather than relying on a custom :initialize.
12000 (imagemagick-types-enable): New option. (Bug#11557)
12001 (imagemagick-filter-types): New function. (Bug#7406)
12002 (imagemagick-register-types): Use imagemagick-filter-types.
12003 If disabling support, remove elements altogether rather
12004 than using an impossible regexp.
12005 (imagemagick-types-inhibit): Give it the default init function.
12006
12007 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12008
12009 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12010 Handle arbitrary file name lengths (Bug#11585).
12011
12012 2012-05-31 Martin Rudalics <rudalics@gmx.at>
12013
12014 * desktop.el (desktop-read): Clear previous and next buffers for
12015 all windows and bury *Messages* buffer (bug#11556).
12016
12017 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12018
12019 Add `declare' for `defun'. Align `defmacro's with it.
12020 * emacs-lisp/easy-mmode.el (define-minor-mode)
12021 (define-globalized-minor-mode): Don't autoload the var definitions.
12022 * emacs-lisp/byte-run.el: Use lexical-binding.
12023 (defun-declarations-alist, macro-declarations-alist): New vars.
12024 (defmacro, defun): Use them.
12025 (make-obsolete, define-obsolete-function-alias)
12026 (make-obsolete-variable, define-obsolete-variable-alias):
12027 Use `declare'.
12028 (macro-declaration-function): Mark obsolete.
12029 * emacs-lisp/autoload.el: Use lexical-binding.
12030 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
12031
12032 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12033
12034 * textmodes/ispell.el (ispell-with-no-warnings):
12035 Define as a macro.
12036 (ispell-kill-ispell, ispell-change-dictionary):
12037 Use `called-interactively-p' for Emacs instead of obsolete
12038 `interactive-p'.
12039
12040 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12043 (macro-declaration-function): Move var from C code.
12044 (macro-declaration-function): Define function with defalias.
12045 * emacs-lisp/macroexp.el (macroexpand-all-1):
12046 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12047 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12048 defun/defmacro any more.
12049 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12050 Provide fallback for unknown arglist.
12051 (byte-compile-arglist-warn): Change calling convention.
12052 (byte-compile-output-file-form): Move print-vars binding.
12053 (byte-compile-output-docform): Simplify accordingly.
12054 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12055 (byte-compile-defmacro-declaration): Remove.
12056 (byte-compile-file-form-defmumble): Generalize to defalias.
12057 (byte-compile-output-as-comment): Return byte-positions.
12058 Simplify callers accordingly.
12059 (byte-compile-lambda): Use `assert'.
12060 (byte-compile-defun, byte-compile-defmacro): Remove.
12061 (byte-compile-file-form-defalias):
12062 Use byte-compile-file-form-defmumble.
12063 (byte-compile-defalias-warn): Remove.
12064
12065 2012-05-29 Stefan Merten <smerten@oekonux.de>
12066
12067 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12068 possible. Fix authors. Improve comments. Improve loading of `cl'.
12069
12070 (rst-mode-abbrev-table): Merge definition.
12071 (rst-mode): Make sure `font-lock-defaults' is buffer local.
12072 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12073
12074 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
12075
12076 * calendar/icalendar.el
12077 (icalendar-export-region): Export UID properly.
12078
12079 2012-05-29 Leo Liu <sdl.web@gmail.com>
12080 * calendar/icalendar.el (icalendar-import-format):
12081 Add `icalendar-import-format-uid' (Bug#11525).
12082 (icalendar-import-format-uid): New.
12083 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12084 Export UID.
12085
12086 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12087
12088 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12089 different alternative patterns.
12090 (pcase-codegen): Be more careful to preserve identity.
12091 (pcase--u1): Don't forget to mark vars as used.
12092
12093 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12094 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12095 (byte-compile-from-buffer): ...rather than here.
12096
12097 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12098 functions from byte-compile-function-environment.
12099
12100 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
12101
12102 * window.el (window-deletable-p): Avoid deleting the root window
12103 of a frame with an active minibuffer.
12104
12105 2012-05-29 Martin Rudalics <rudalics@gmx.at>
12106
12107 * simple.el (choose-completion): Use quit-window (Bug#11567).
12108
12109 2012-05-29 Chong Yidong <cyd@gnu.org>
12110
12111 * whitespace.el (whitespace-cleanup): Fix usage of
12112 whitespace-empty-at-bob-regexp (Bug#11492).
12113
12114 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12115
12116 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12117 revert (Bug#11488).
12118
12119 2012-05-29 Juri Linkov <juri@jurta.org>
12120
12121 * isearch.el (isearch-mode-map): Bind `M-s _' to
12122 `isearch-toggle-symbol'. Bind `M-s c' to
12123 `isearch-toggle-case-fold'.
12124 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12125 (isearch-forward): Add `M-s _' to the docstring.
12126 (isearch-forward-symbol, isearch-toggle-case-fold)
12127 (isearch-symbol-regexp): New functions. (Bug#11381)
12128
12129 2012-05-29 Juri Linkov <juri@jurta.org>
12130
12131 * isearch.el (isearch-word): Add docstring. (Bug#11381)
12132 (isearch-occur, isearch-search-and-update): If `isearch-word' is
12133 a function, call it to get the regexp.
12134 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12135 property `isearch-message-prefix' instead of the string "word ".
12136 (isearch-search-fun-default): For the case of `isearch-word',
12137 return a lambda that calls re-search-forward/re-search-backward
12138 with a regexp returned by `word-search-regexp' or by the function
12139 in `isearch-word'.
12140
12141 2012-05-29 Juri Linkov <juri@jurta.org>
12142
12143 * isearch.el (isearch-search-fun-default): New function.
12144 (isearch-search-fun): Move default part to the new function
12145 `isearch-search-fun-default'.
12146 (isearch-search-fun-function): Set the default value to
12147 `isearch-search-fun-default'. (Bug#11381)
12148
12149 * comint.el (comint-history-isearch-end):
12150 Use `isearch-search-fun-default'.
12151 (comint-history-isearch-search): Use `isearch-search-fun-default'
12152 and remove spacial case for `isearch-word'.
12153 (comint-history-isearch-wrap): Remove spacial case for
12154 `isearch-word'.
12155
12156 * hexl.el (hexl-isearch-search-function):
12157 Use `isearch-search-fun-default'.
12158
12159 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12160 Use `word-search-regexp' for `isearch-word'.
12161
12162 * misearch.el (multi-isearch-search-fun):
12163 Use `isearch-search-fun-default'.
12164
12165 * simple.el (minibuffer-history-isearch-search):
12166 Use `isearch-search-fun-default' and remove spacial case for
12167 `isearch-word'.
12168 (minibuffer-history-isearch-wrap): Remove spacial case for
12169 `isearch-word'.
12170
12171 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12172 Remove spacial case for `isearch-word'.
12173 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12174
12175 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12176
12177 Decrease XEmacs incompatibilities.
12178 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12179 Use `string-match'.
12180 (flyspell-delete-region-overlays): Use alternative definition for
12181 XEmacs.
12182 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12183 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12184 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12185 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12186 `define-obsolete-face-alias' under XEmacs, but old method.
12187
12188 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12189 `with-no-warnings' definition or Emacs alias.
12190 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12191 (ispell-word): Do not use `region-p' if XEmacs.
12192
12193 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12194
12195 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12196 Check for `ispell-dictionary-base-alist' instead of full
12197 `ispell-dictionary-alist'.
12198 (ispell-init-process): Show spellchecker when starting new Ispell
12199 process.
12200
12201 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12204 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12205
12206 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
12207
12208 * version.el (motif-version-string, gtk-version-string)
12209 (ns-version-string): Declare.
12210
12211 2012-05-27 Juri Linkov <juri@jurta.org>
12212
12213 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12214 after the `eval-defun-1' specialcaseing
12215 like in `edebug-eval-defun' (bug#10181).
12216
12217 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12218 like in `eval-defun-1'.
12219
12220 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12221
12222 * mail/sendmail.el (mail-yank-region):
12223 Recognize rmail-yank-current-message in addition to insert-buffer.
12224 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12225 a *mail* buffer created through rmail-start-mail with sendmail as
12226 mail-user-agent.
12227
12228 2012-05-27 Chong Yidong <cyd@gnu.org>
12229
12230 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12231 Default to 256 (Bug#11267).
12232
12233 * help.el (describe-mode): Doc fix.
12234
12235 2012-05-26 Glenn Morris <rgm@gnu.org>
12236
12237 * w32-fns.el (w32-init-info): Remove.
12238 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12239
12240 * info.el (info-initialize): For self-contained NS builds, put the
12241 included info/ directory at the front. (Bug#2791)
12242
12243 * paths.el (Info-default-directory-list): Make it a defcustom,
12244 mainly so that we can use custom-initialize-delay.
12245
12246 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * subr.el (buffer-has-markers-at): Mark obsolete.
12249
12250 * subr.el (lambda): Use declare.
12251
12252 * emacs-lisp/lisp-mode.el (lambda):
12253 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12254
12255 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12256
12257 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12258
12259 2012-05-26 Glenn Morris <rgm@gnu.org>
12260
12261 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12262
12263 2012-05-25 Glenn Morris <rgm@gnu.org>
12264
12265 * paths.el: Remove no-byte-compile.
12266 * loadup.el: No need to load paths.el uncompiled.
12267
12268 * image.el (imagemagick-types-inhibit): Doc fix.
12269
12270 * version.el: Remove no-byte-compile and associated formatting.
12271 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12272 is ancient code from when there was an "inc-vers.el".
12273
12274 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12275
12276 * progmodes/gdb-mi.el: Minor style changes.
12277 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12278 Turn into minor modes.
12279 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12280 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12281 (gdb-shell): Remove unneeded let-binding.
12282 (gdb-get-many-fields): Eliminate O(n²) behavior.
12283
12284 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12285
12286 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12287 platforms that don't link in fontset.c.
12288
12289 2012-05-25 Juri Linkov <juri@jurta.org>
12290
12291 Use the same diff color scheme as in modern VCSes (bug#10181).
12292
12293 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12294 to avoid confusion with `diff-added' that now uses green colors.
12295 (diff-removed): Use shades of red.
12296 (diff-added): Use shades of green.
12297 (diff-changed): Leave just the yellow color.
12298 (diff-use-changed-face): New variable.
12299 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12300 how to highlight context diff changes.
12301 (diff-refine-change): Use shades of yellow.
12302 (diff-refine-removed): New face that uses shades of red.
12303 (diff-refine-added): New face that uses shades of green.
12304 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12305 `diff-refine-removed' in the call to `smerge-refine-subst'
12306 depending on the value of `diff-use-changed-face'.
12307
12308 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12309 (smerge-other): Use shades of green.
12310 (smerge-base): Use shades of yellow.
12311 (smerge-refined-change): Empty face.
12312 (smerge-refined-removed): New face that uses shades of red.
12313 (smerge-refined-added): New face that uses shades of green.
12314 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12315 args `props-r' and `props-a', and use them. Doc fix.
12316 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12317 on its value use different faces `smerge-refined-change',
12318 `smerge-refined-removed', `smerge-refined-added' in the call to
12319 `smerge-refine-subst'.
12320
12321 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12322 Add face condition `min-colors 88' with shades of red.
12323 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12324 `min-colors 88' with shades of green.
12325 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12326 `min-colors 88' with shades of yellow.
12327
12328 2012-05-24 Glenn Morris <rgm@gnu.org>
12329
12330 * paths.el (prune-directory-list, remote-shell-program): Move to...
12331 * files.el (prune-directory-list, remote-shell-program): ...here.
12332 For the latter, delay initialization, prefer ssh, just search PATH.
12333
12334 * paths.el (term-file-prefix): Move to faces.el (the only user).
12335 * faces.el (term-file-prefix): Move here, make it a defcustom.
12336
12337 * paths.el (news-directory, news-path, news-inews-program):
12338 Move to gnus/nnspool.el.
12339
12340 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12341
12342 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12343 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12344 Make the latter a defcustom, with a delayed initialization.
12345
12346 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12347 These were deleted from Gnus itself late 2010.
12348
12349 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12350
12351 * progmodes/which-func.el (which-func-ff-hook):
12352 Check against user-error, not error.
12353
12354 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12355 cl-specs.el, which no longer exists.
12356
12357 2012-05-22 Glenn Morris <rgm@gnu.org>
12358
12359 * info.el (info-emacs-bug): New command.
12360 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12361 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12362
12363 2012-05-21 Glenn Morris <rgm@gnu.org>
12364
12365 * makefile.w32-in (update-subdirs-SH):
12366 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12367
12368 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12369
12370 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12371
12372 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12373 Simplify Maven regexp, and make sure the file can't start with a space
12374 (bug#11517).
12375
12376 2012-05-21 Glenn Morris <rgm@gnu.org>
12377
12378 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12379 Scrap superfluous subshells.
12380
12381 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12384 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12385
12386 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12387
12388 * calc/calc.el (calc-ensure-consistent-units): New variable.
12389
12390 * calc/calc-units.el (math-consistent-units-p)
12391 (math-check-unit-consistency): New functions.
12392 (calc-quick-units, calc-convert-units):
12393 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12394 is non-nil.
12395 (calc-extract-units): Fix typo.
12396
12397 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12398
12399 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12400
12401 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12402 (flyspell-default-deplacement-commands): Don't spell check after
12403 repeated window/frame switches (e.g. triggered by mouse-movement).
12404 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12405 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12406 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12407 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12408 Remove unused vars.
12409 (flyspell-get-casechars, flyspell-get-not-casechars):
12410 Simplify; Don't bother removing a ] just to add it back.
12411 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12412
12413 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12414
12415 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12416 New functions.
12417 (math-function-table): Add support for more C functions.
12418
12419 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12420
12421 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12422 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12423 Protect delay handling for otherchars against empty otherchars.
12424
12425 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12428 their respective macro declarations.
12429 * skeleton.el (define-skeleton):
12430 * progmodes/compile.el (define-compilation-mode):
12431 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12432 (define-ibuffer-filter):
12433 * emacs-lisp/generic.el (define-generic-mode):
12434 * emacs-lisp/easy-mmode.el (define-minor-mode)
12435 (define-globalized-minor-mode):
12436 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12437 * emacs-lisp/byte-run.el (defsubst):
12438 * custom.el (deftheme): Add doc-string metadata.
12439
12440 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12441
12442 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12443
12444 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12447
12448 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12449 * emacs-lisp/cl-macs.el: Idem.
12450 * emacs-lisp/cl-specs.el: Remove.
12451
12452 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 Minor renaming of internal CL functions and variables.
12455 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12456 (cl--position): Rename from cl-position.
12457 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12458 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12459 (cl--random-state): Rename from *random-state*.
12460
12461 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12464 parens around the arg list (bug#11499).
12465
12466 2012-05-17 Juri Linkov <juri@jurta.org>
12467
12468 * isearch.el (word-search-regexp, word-search-backward)
12469 (word-search-forward, word-search-backward-lax)
12470 (word-search-forward-lax): Move functions from search.c
12471 (bug#10145, bug#11381).
12472
12473 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12474
12475 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12476 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12477 Delay for otherchars as for normal word components.
12478
12479 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * minibuffer.el (completion--sifn-requote): Fix last change.
12482 (minibuffer-local-must-match-filename-map):
12483 Move define-obsolete-variable-alias before its var.
12484
12485 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12486
12487 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12488
12489 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12490 behavior.
12491 (completion--string-equal-p): New function.
12492 (completion--twq-all): Use it to get better assertion failure data.
12493
12494 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12495 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12496 (shell--requote-argument): New functions.
12497 (shell-completion-vars): Use them.
12498 (shell--parse-pcomplete-arguments): Rename from
12499 shell-parse-pcomplete-arguments.
12500 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12501 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12502 Obey comint-file-name-quote-list.
12503
12504 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12505 (smie-indent-keyword): Use it.
12506
12507 2012-05-14 Stefan Merten <smerten@oekonux.de>
12508
12509 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12510
12511 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12512
12513 * net/rlogin.el (rlogin-mode-map): Fix last change.
12514
12515 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12516
12517 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12518 the following \r\n using a single `process-send-string', since the
12519 Lotus SMTP server refuses to accept any commands if they are sent
12520 with two `process-send-string's (Bug#11444).
12521
12522 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12523
12524 * shell.el (shell-parse-pcomplete-arguments):
12525 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12526
12527 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12528
12529 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12530 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12531 (image-transform-width, image-transform-fit-width): New functions.
12532 (image-transform-properties): Use them.
12533 (image-transform-check-size): New function.
12534 (image-toggle-display-image): Use it (for testing).
12535 (image-transform-set-rotation): Reduce angle mod 360.
12536 Delete obsolete comment.
12537
12538 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12539
12540 * image-mode.el: Fix scaling (bug#11399).
12541 (image-transform-resize): Doc fix.
12542 (image-transform-properties): Default scale is 1 and height should
12543 be an integer.
12544
12545 2012-05-13 Johan Bockgård <bojohan@gnu.org>
12546
12547 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12548 than hard-coding `car', to fix misbehavior when moving forward.
12549
12550 2012-05-13 Chong Yidong <cyd@gnu.org>
12551
12552 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12553 (tabulated-list-entries, tabulated-list-padding)
12554 (tabulated-list-sort-key): Make permanent-local.
12555
12556 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12557 (electric-buffer-list): Put electric buffer menu
12558 command descriptions in this docstring, instead of the docstring
12559 of electric-buffer-menu-mode. Code cleanups.
12560 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12561 Electric-buffer-menu-mode.
12562 (electric-buffer-update-highlight): Minor code cleanup.
12563
12564 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12565
12566 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12567 (Bug#11447)
12568
12569 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 Move define-obsolete-variable-alias before the var's definition.
12572 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12573 * tooltip.el (tooltip-hook):
12574 * textmodes/reftex-toc.el (reftex-toc-map):
12575 * textmodes/reftex-sel.el (reftex-select-label-map)
12576 (reftex-select-bib-map):
12577 * textmodes/reftex-index.el (reftex-index-map)
12578 (reftex-index-phrases-map):
12579 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12580 * progmodes/meta-mode.el (meta-mode-map):
12581 * novice.el (disabled-command-hook):
12582 * loadhist.el (unload-hook-features-list):
12583 * frame.el (blink-cursor):
12584 * files.el (find-file-not-found-hooks, write-file-hooks)
12585 (write-contents-hooks):
12586 * emulation/tpu-edt.el (GOLD-map):
12587 * emacs-lock.el (emacs-lock-from-exiting):
12588 * emacs-lisp/generic.el (generic-font-lock-defaults):
12589 * emacs-lisp/chart.el (chart-map):
12590 * dos-fns.el (register-name-alist):
12591 * dired-x.el (dired-omit-files-p):
12592 * desktop.el (desktop-enable):
12593 * cus-edit.el (custom-mode-hook):
12594 * buff-menu.el (buffer-menu-mode-hook):
12595 * bookmark.el (bookmark-read-annotation-text-func)
12596 (bookmark-exit-hooks):
12597 * allout.el (allout-mode-deactivate-hook)
12598 (allout-exposure-change-hook, allout-structure-added-hook)
12599 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12600 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12601 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12602 comes before the corresponding variable's definition.
12603
12604 2012-05-12 Chong Yidong <cyd@gnu.org>
12605
12606 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12607 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12608 (Buffer-menu-mode-map): Bind it.
12609 (Buffer-menu--pretty-name): Add a mouse-face property.
12610
12611 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12612
12613 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12614 (prolog-upper-case-string, prolog-lower-case-string)
12615 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12616 (prolog-use-smie, prolog-smie-grammar): New vars.
12617 (prolog-smie-forward-token, prolog-smie-backward-token)
12618 (prolog-smie-rules): New funs.
12619 (prolog-comment-indent): Remove.
12620 (prolog-mode-variables): Use default comment indentation instead.
12621 Setup SMIE.
12622 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12623 (prolog-mode): Don't call them any more.
12624 (prolog-electric-colon, prolog-electric-dash)
12625 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12626
12627 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12628
12629 * minibuffer.el (completion--twq-all): Again, allow case differences.
12630
12631 * term.el: Move keymap initialization code to be more idiomatic.
12632 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12633 (term-terminal-menu): Move initialization into declaration.
12634 (term-escape-char): Let the user set it in her .emacs.
12635
12636 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12637 Provide SMIE-based indentation (not enabled by default yet).
12638 (sh-mode-map): Don't bind electric keys.
12639 Use electric-pair-mode instead of skeleton-pair.
12640 (sh-assignment-regexp): Fit within 80 columns.
12641 (sh-indent-supported): Specify actual shell name instead of boolean.
12642 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12643 (sh-maybe-here-document): Use it. Make obsolete.
12644 (sh-electric-here-document-mode) New minor mode.
12645 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12646 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12647 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12648 (sh-smie-rc-grammar, sh-use-smie): New vars.
12649 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12650 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12651 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12652 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12653 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12654 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12655 (sh-set-shell): Use smie-setup if requested.
12656
12657 * term.el (term-set-escape-char): Properly set term-escape-char.
12658 See http://stackoverflow.com/questions/10524656.
12659
12660 2012-05-10 Chong Yidong <cyd@gnu.org>
12661
12662 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12663 Use url-generic-parse-url, and handle host names and Windows
12664 filenames properly.
12665 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12666 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12667 URL schemes to work on.
12668 (ffap--toggle-read-only): New function.
12669 (ffap-read-only, ffap-read-only-other-window)
12670 (ffap-read-only-other-frame): Use it.
12671 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12672 necessary for ffap-url-unwrap-remote.
12673
12674 2012-05-10 Dave Abrahams <dave@boostpro.com>
12675
12676 * cus-start.el (create-lockfiles): Add it.
12677
12678 2012-05-09 Chong Yidong <cyd@gnu.org>
12679
12680 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12681 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12682
12683 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12684
12685 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12686
12687 2012-05-09 Chong Yidong <cyd@gnu.org>
12688
12689 * ansi-color.el (ansi-color-process-output): Check for validity of
12690 comint-last-output-start before using it. This avoids a bad
12691 interaction with gdb-mi's input/output buffer.
12692
12693 2012-05-09 Glenn Morris <rgm@gnu.org>
12694
12695 * files.el (dir-locals-read-from-file):
12696 Mention dir-locals in any error message.
12697
12698 2012-05-09 Chong Yidong <cyd@gnu.org>
12699
12700 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12701 package (Bug#11410).
12702
12703 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12704 variables into description.
12705
12706 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12707
12708 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12709 shell-delimiter-argument-list (bug#11348).
12710 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12711
12712 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12713
12714 * textmodes/rst.el: Silence byte-compiler warnings.
12715 (rst-re-alist, rst-reset-section-caches): Move around.
12716 (rst-re): Use `characterp', not `char-valid-p'.
12717 (font-lock-beg, font-lock-end): Declare.
12718
12719 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12720 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12721
12722 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12723
12724 2012-05-08 Glenn Morris <rgm@gnu.org>
12725
12726 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12727
12728 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * vc/log-edit.el: Add GNU coding standards highlighting.
12731 (log-edit-font-lock-gnu-style)
12732 (log-edit-font-lock-gnu-keywords): New vars.
12733 (log-edit-font-lock-keywords): New fun.
12734 (log-edit-mode): Don't fold case in font-lock.
12735 (log-edit-font-lock-keywords): Do not assume case-folding.
12736
12737 * imenu.el: Misc cleanup. Make docstrings out of comments.
12738 Use lexical-binding.
12739 (imenu--index-alist, imenu--last-menubar-index-alist)
12740 (imenu-menubar-modified-tick): Use defvar-local.
12741 (imenu--split-menu): Remove unused var.
12742 (imenu--cleanup-seen): Declare as global.
12743 (imenu--cleanup): Use dolist.
12744
12745 * subr.el (defvar-local): Add debug spec and doc-string position.
12746
12747 2012-05-08 Glenn Morris <rgm@gnu.org>
12748
12749 * language/burmese.el, language/cham.el, language/czech.el:
12750 * language/english.el, language/georgian.el, language/greek.el:
12751 * language/japanese.el, language/khmer.el, language/korean.el:
12752 * language/lao.el, language/misc-lang.el, language/romanian.el:
12753 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12754 * language/thai.el, language/utf-8-lang.el:
12755 Remove no-byte-compile setting.
12756
12757 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12758
12759 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12760
12761 * progmodes/make-mode.el (makefile-browse):
12762 Remove unnecessary interactive. (Bug#11324)
12763
12764 2012-05-07 Glenn Morris <rgm@gnu.org>
12765
12766 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12767
12768 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12769
12770 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12771
12772 * loadup.el: Preload newcomment.el.
12773 * newcomment.el: Move autoload-only code to toplevel.
12774
12775 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12776 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12777 Handle new :right-align column property.
12778 (tabulated-list-print-col): Idem, plus use `display' text-property to
12779 try and preserve alignment for variable pitch fonts.
12780
12781 2012-05-07 Chong Yidong <cyd@gnu.org>
12782
12783 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12784 (tabulated-list-use-header-line): New var.
12785 (tabulated-list-init-header): Use it.
12786 (tabulated-list-print-fake-header): New function.
12787 (tabulated-list-print): Use it.
12788 (tabulated-list-sort-button-map): Add non-header-line commands.
12789 (tabulated-list-init-header): Add column name property to basic
12790 labels as well.
12791 (tabulated-list-col-sort): Handle non-header-line button case.
12792 (tabulated-list--sort-by-column-name): Fix a corner case.
12793
12794 * buff-menu.el (list-buffers--refresh):
12795 Handle Buffer-menu-use-header-line.
12796
12797 2012-05-06 Chong Yidong <cyd@gnu.org>
12798
12799 * buff-menu.el: Convert to Tabulated List mode.
12800 (Buffer-menu-buffer+size-width): Make obsolete.
12801 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12802 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12803 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12804 documentation into docstring of buffer-menu.
12805 (Buffer-menu-toggle-files-only): Add an informative message.
12806 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12807 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12808 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12809 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12810 (Buffer-menu-execute, Buffer-menu-select)
12811 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12812 (Buffer-menu-bury): Use Tabulated List machinery.
12813 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12814 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12815 Delete.
12816 (list-buffers--refresh): New function.
12817 (list-buffers-noselect): Use it.
12818 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12819 (Buffer-menu--pretty-file-name): New helper functions.
12820
12821 * loadup.el: Preload tabulated-list.
12822
12823 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12824 tabulated-list-sort-column.
12825 (tabulated-list-init-header): Add the initial aligning space even
12826 if tabulated-list-padding is zero.
12827
12828 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12829
12830 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12831 whose cdr is not a cons cell correctly (bug#11038).
12832
12833 2012-05-06 Chong Yidong <cyd@gnu.org>
12834
12835 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12836 Accept additional plist in column descriptors.
12837 (tabulated-list-init-header): Obey it.
12838 (tabulated-list-get-entry): New function.
12839 (tabulated-list-put-tag): Use it. Use string-width instead of
12840 length.
12841 (tabulated-list--column-number): New function.
12842 (tabulated-list-print): Use it.
12843 (tabulated-list-print-col): New function.
12844 Set `tabulated-list-column-name' property on each column's text.
12845 (tabulated-list-print-entry): Use it.
12846 (tabulated-list-delete-entry, tabulated-list-set-col):
12847 New functions.
12848 (tabulated-list-sort-column): New command (Bug#11337).
12849
12850 * buff-menu.el (list-buffers): Move C-x C-b binding from
12851 buff-menu.el to bindings.el.
12852
12853 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12854 :advertised-binding feature.
12855
12856 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12857
12858 * progmodes/compile.el (compilation-internal-error-properties):
12859 Calculate start position correctly when end-col is set but
12860 end-line is not (Bug#11382).
12861
12862 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12863
12864 * man.el (Man-unindent): Use text-property-default-nonsticky to
12865 prevent untabify from inheriting face properties (Bug#11408).
12866
12867 2012-05-05 Stefan Merten <smerten@oekonux.de>
12868
12869 * textmodes/rst.el: Major merge with upstream development up to
12870 Docutils SVN r7399 / rst.el V1.2.1.
12871
12872 Clarify maintainership and authors.
12873
12874 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12875 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12876 (rst-official-version, rst-official-cvs-rev, rst-version)
12877 (rst-package-emacs-version-alist): New functions and variables
12878 for version information.
12879
12880 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12881 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12882 (rst-mode-syntax-table, rst-mode): New and corrected functions
12883 and variables representing reStructuredText features.
12884
12885 (rst-re): New function for reStructuredText regexes. Use in
12886 many places.
12887
12888 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12889 (rst-mode-map): Rebind keys.
12890
12891 (rst-mode-lazy, rst-font-lock-keywords)
12892 (rst-font-lock-extend-region)
12893 (rst-font-lock-extend-region-internal)
12894 (rst-font-lock-extend-region-extend)
12895 (rst-font-lock-find-unindented-line-limit)
12896 (rst-font-lock-find-unindented-line-match)
12897 (rst-adornment-level, rst-font-lock-adornment-level)
12898 (rst-font-lock-adornment-match)
12899 (rst-font-lock-handle-adornment-pre-match-form)
12900 (rst-font-lock-handle-adornment-matcher): Major revision of
12901 font-locking. Integrate with other code. Use `jit-lock-mode'.
12902
12903 (rst-preferred-adornments, rst-adjust-hook)
12904 (rst-new-adornment-down, rst-preferred-bullets)
12905 (rst-preferred-bullets, rst-indent, rst-indent-width)
12906 (rst-indent-field, rst-indent-literal-normal)
12907 (rst-indent-literal-minimized, rst-indent-comment): Change,
12908 extend and improve customization.
12909
12910 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12911 (rst-normalize-cursor-position, rst-get-decoration)
12912 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12913 (rst-rstrip, rst-toc-insert-find-delete-contents)
12914 (rst-shift-fill-region, rst-compute-bullet-tabs)
12915 (rst-debug-print-tabs, rst-debug-mark-found)
12916 (rst-shift-region-guts, rst-shift-region-right)
12917 (rst-shift-region-left, rst-use-char-classes)
12918 (rst-font-lock-keywords-function)
12919 (rst-font-lock-indentation-point)
12920 (rst-font-lock-find-unindented-line-begin)
12921 (rst-font-lock-find-unindented-line-end)
12922 (rst-font-lock-find-unindented-line)
12923 (rst-font-lock-adornment-point, rst-font-lock-level)
12924 (rst-adornment-level-alist): Remove functions and variables.
12925
12926 (rst-compare-adornments, rst-get-adornment-match)
12927 (rst-suggest-new-adornment, rst-get-adornments-around)
12928 (rst-adornment-complete-p, rst-get-next-adornment)
12929 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12930 (rst-straighten-adornments): Standardize function names to
12931 use "adornment" instead of "decoration". Correct callers.
12932 Similar standardizing in many places.
12933
12934 (rst-update-section, rst-adjust, rst-promote-region)
12935 (rst-enumerate-region, rst-bullet-list-region)
12936 (rst-repeat-last-character): Correct use of `interactive'.
12937
12938 (rst-classify-adornment, rst-find-all-adornments)
12939 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12940 (rst-find-leftmost-column, rst-repeat-last-character):
12941 Refactor functions.
12942
12943 (rst-find-title-line, rst-reset-section-caches)
12944 (rst-get-adornments-around, rst-adjust-adornment-work)
12945 (rst-arabic-to-roman, rst-roman-to-arabic)
12946 (rst-insert-list-pos, rst-insert-list-new-item)
12947 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12948 New functions.
12949
12950 (rst-all-sections, rst-section-hierarchy)
12951 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12952 New variables.
12953
12954 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12955 configuration instead of only buffer. Change where necessary.
12956
12957 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12958 (rst-shift-region, rst-adaptive-fill): New functions for
12959 indentation and filling.
12960
12961 (rst-comment-line-break, rst-comment-indent)
12962 (rst-comment-insert-comment, rst-comment-region)
12963 (rst-uncomment-region): New functions for handling comments.
12964
12965 (rst-compile): Quote shell arguments.
12966
12967 (rst-compile-pdf-preview, rst-compile-slides-preview):
12968 Delete temporary files after use.
12969
12970 2012-05-05 Glenn Morris <rgm@gnu.org>
12971
12972 * calendar/cal-html.el: Optionally include holidays in the output.
12973 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12974 (cal-html-holidays): New option.
12975 (cal-html-css-default): Add holiday entry.
12976 (holiday-in-range): Autoload it.
12977 (cal-html-htmlify-entry): Add optional class argument.
12978 (cal-html-htmlify-list): Add optional holidays argument.
12979 (cal-html-insert-agenda-days): Include holidays in the output.
12980 (cal-html-one-month): Maybe include holidays.
12981
12982 * calendar/holidays.el (holiday-in-range):
12983 Move here from cal-tex-list-holidays.
12984 * calendar/cal-tex.el (cal-tex-list-holidays):
12985 Make it an obsolete alias for holiday-in-range. Update all callers.
12986
12987 2012-05-05 Chong Yidong <cyd@gnu.org>
12988
12989 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12990 Nextstep.
12991
12992 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12993
12994 * files.el (file-auto-mode-skip): New var.
12995 (set-auto-mode-1): Use it.
12996
12997 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12998
12999 * repeat.el: Use lexical-binding.
13000 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13001 (repeat-undo-count): Remove.
13002 (repeat):
13003 * progmodes/octave-mod.el (octave-abbrev-start):
13004 * progmodes/f90.el (f90-abbrev-start):
13005 * face-remap.el (text-scale-adjust):
13006 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13007
13008 * emacs-lisp/pcase.el (pcase--let*): New function.
13009 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13010 a bit more.
13011 (pcase--split-pred): Be more clever about ruling out overlap between
13012 a predicate and some constant pattern.
13013 (pcase--q1): Use `null' instead of (eq foo nil).
13014
13015 * subr.el (setq-local, defvar-local): New macros.
13016 (kbd): Redefine as an alias.
13017 (with-selected-window): Leave unrelated frames alone.
13018 (set-temporary-overlay-map): New function.
13019
13020 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13021
13022 * subr.el (user-error): New function.
13023 * window.el (switch-to-buffer):
13024 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13025 (smerge-match-conflict):
13026 * simple.el (previous-matching-history-element)
13027 (next-matching-history-element, goto-history-element, undo-more)
13028 (undo-start):
13029 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13030 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13031 (next-file, tags-loop-scan, list-tags, complete-tag):
13032 * progmodes/compile.el (compilation-loop):
13033 * mouse.el (mouse-minibuffer-check):
13034 * man.el (Man-bgproc-sentinel, Man-goto-page):
13035 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13036 (Info-history-forward, Info-follow-reference, Info-menu)
13037 (Info-extract-menu-item, Info-extract-menu-counting)
13038 (Info-forward-node, Info-backward-node, Info-next-menu-item)
13039 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13040 (Info-next-reference, Info-prev-reference, Info-index)
13041 (Info-index-next, Info-follow-nearest-node)
13042 (Info-copy-current-node-name):
13043 * imenu.el (imenu--make-index-alist)
13044 (imenu-default-create-index-function, imenu-add-to-menubar):
13045 * files.el (basic-save-buffer, recover-file):
13046 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13047 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13048 (checkdoc-message-text, checkdoc-defun):
13049 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13050 * cus-edit.el (customize-changed-options, customize-rogue)
13051 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13052 (custom-variable-mark-to-reset-standard)
13053 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13054 (custom-file):
13055 * completion.el (check-completion-length):
13056 * comint.el (comint-search-arg)
13057 (comint-previous-matching-input-string-position)
13058 (comint-previous-matching-input)
13059 (comint-replace-by-expanded-history-before-point, comint-send-input)
13060 (comint-copy-old-input, comint-backward-matching-input)
13061 (comint-goto-process-mark, comint-set-process-mark):
13062 * calendar/calendar.el (calendar-cursor-to-date): Use it.
13063 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13064
13065 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13066
13067 * dabbrev.el (dabbrev--ignore-case-p): New function.
13068 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13069 Use it.
13070
13071 * files.el (automount-dir-prefix): Mark as obsolete.
13072
13073 2012-05-04 Glenn Morris <rgm@gnu.org>
13074
13075 * patcomp.el, play/bruce.el: Move to obsolete/.
13076
13077 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
13078
13079 Fix minor Y10k bugs.
13080 * arc-mode.el (archive-unixdate):
13081 * autoinsert.el (auto-insert-alist):
13082 * calc/calc-forms.el (math-this-year):
13083 * emacs-lisp/copyright.el (copyright-current-year)
13084 (copyright-update-year, copyright):
13085 * tar-mode.el (tar-clip-time-string):
13086 * time.el (display-time-update):
13087 Don't assume years have 4 digits.
13088
13089 2012-05-04 Chong Yidong <cyd@gnu.org>
13090
13091 * dos-w32.el (file-name-buffer-file-type-alist)
13092 (direct-print-region-use-command-dot-com):
13093 * ffap.el (ffap-menu-regexp):
13094 * find-file.el (ff-special-constructs):
13095 * follow.el (follow-debug):
13096 * forms.el (forms--debug):
13097 * iswitchb.el (iswitchb-all-frames):
13098 * ido.el (ido-all-frames):
13099 * emacs-lisp/timer.el (timer-max-repeats):
13100 * mail/feedmail.el (feedmail-mail-send-hook)
13101 (feedmail-mail-send-hook-queued):
13102 * mail/footnote.el (footnote-signature-separator):
13103 * mail/mailabbrev.el (mail-alias-separator-string)
13104 (mail-abbrev-mode-regexp):
13105 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13106 * progmodes/idlwave.el (idlwave-libinfo-file)
13107 (idlwave-default-completion-case-is-down)
13108 (idlwave-library-routines): Convert defvars to defcustoms.
13109
13110 * mail/rmail.el (rmail-decode-mime-charset):
13111 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13112 (idlwave-shell-fix-inserted-breaks)
13113 (idlwave-shell-activate-alt-keybindings)
13114 (idlwave-shell-use-breakpoint-glyph):
13115 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13116
13117 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13118
13119 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13120
13121 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
13122
13123 * progmodes/verilog-mode.el (font-lock-keywords):
13124 Fix mis-highligting auto. Reported by Craig Barner.
13125 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13126 defines from global name space. Reported by Dan Dever.
13127 (verilog-auto-reset, verilog-auto-reset-widths)
13128 (verilog-auto-tieoff): Support using unbased numbers for
13129 AUTORESET and AUTOTIEOFF.
13130 (verilog-submit-bug-report): Update variable list.
13131 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13132 parenthesis from not matching. Reported by Michael Rytting.
13133 (verilog-auto-template-lint): Fix hash error when linting modules
13134 with no used templates.
13135 (verilog-warn, verilog-warn-error)
13136 (verilog-warn-fatal): When non-interactive report multiple
13137 warnings before exiting. Suggested by Brad Dobbie.
13138 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13139 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13140 to report unused template errors. Reported by Brad Dobbie.
13141 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13142 nets, bug438. Reported by Vns Blore.
13143 (verilog-auto-inout-module, verilog-auto-reg)
13144 (verilog-read-decls, verilog-read-sub-decls-sig)
13145 (verilog-signals-edit-wire-reg, verilog-signals-with):
13146 Fix passing of Verilog data types in ANSI input/output ports
13147 such as "output logic" into the AUTOs. Special case "wire" and
13148 "reg" for backwards compatibility presuming Verilog 2001.
13149 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13150 (verilog-preprocess): Fix replication of preprocess output.
13151 Reported by Brad Dobbie.
13152 (verilog-auto-inst-interfaced-ports):
13153 Create verilog-auto-inst-interfaced-ports, bug429.
13154 Reported by Julian Gorfajn.
13155 (verilog-after-save-font-hook)
13156 (verilog-before-save-font-hook): New variable.
13157 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13158 (verilog-save-font-mods): Wrap disabling fontification, reported
13159 by David Rogoff.
13160 (verilog-do-indent, verilog-pretty-declarations-auto)
13161 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13162 Reported by Pierre-David Pfister.
13163 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13164 of class declarations, bug292. Reported by Kevin Heilman.
13165 (verilog-read-decls): Fix 'parameter type' not appearing in
13166 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13167 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13168 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
13169 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13170 Reported by David Kravitz.
13171
13172 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
13173
13174 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13175 assignment with tests in ifs and for loops.
13176 (verilog-extended-complete-re, verilog-complete-reg): Change so
13177 that DPI inport functions don't look like fuction declarations.
13178 (verilog-pretty-expr): Don't line up assignment
13179 operations to the test and increment in if and for loops
13180 (verilog-extended-complete-re, verilog-complete-reg): Change so
13181 that DPI inport functions don't look like fuction declarations.
13182
13183 2012-05-03 Kenichi Handa <handa@m17n.org>
13184
13185 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13186 decoding, and show a warning message without signaling an error
13187 (Bug#11282).
13188
13189 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13190
13191 * emacs-lisp/bytecomp.el
13192 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13193 since cconv.el might have introduced :fun-body, internal-make-closure,
13194 and friends for bytecomp to handle (bug#11391).
13195 * custom.el (defcustom): Avoid ((λ ..) ..).
13196
13197 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13200
13201 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
13202
13203 * notifications.el (dbus-debug):
13204 * term/linux.el (gpm-mouse-enable):
13205 * term/screen.el (xterm-register-default-colors): Declare.
13206
13207 2012-05-02 Chong Yidong <cyd@gnu.org>
13208
13209 * cus-start.el (gc-cons-percentage, exec-suffixes)
13210 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13211 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13212 (make-cursor-line-fully-visible, void-text-area-pointer)
13213 (font-list-limit): Add customization data.
13214
13215 * allout.el (allout-exposure-change-functions)
13216 (allout-structure-added-functions)
13217 (allout-structure-deleted-functions)
13218 (allout-structure-shifted-functions): Rename abnormal hooks from
13219 *-hook, and convert to defcustoms.
13220 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13221 Convert to defcustoms.
13222 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13223
13224 * allout-widgets.el: Hook callers changed.
13225
13226 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13227
13228 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13229 the yanked message in preference to the default value of
13230 buffer-file-coding-system.
13231
13232 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13233
13234 * window.el (display-buffer--action-function-custom-type):
13235 Fix entry.
13236
13237 2012-05-02 Alan Mackenzie <acm@muc.de>
13238
13239 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13240
13241 2012-05-01 Glenn Morris <rgm@gnu.org>
13242
13243 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13244
13245 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13246
13247 * cus-edit.el (custom-variable-documentation): Simplify with format.
13248
13249 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13250 Stefan Monnier <monnier@iro.umontreal.ca>
13251
13252 * simple.el (suggest-key-bindings, execute-extended-command):
13253 Move from keyboard.c.
13254
13255 2012-05-01 Chong Yidong <cyd@gnu.org>
13256
13257 * follow.el: Eliminate advice.
13258 (set-process-filter, process-filter, sit-for): Advice deleted.
13259 (follow-mode-off-hook): Obsolete hook removed.
13260 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13261 Vars deleted.
13262 (follow-auto): Use a :set function.
13263 (follow-mode): Rewritten. Don't advise process filters.
13264 (follow-switch-to-current-buffer-all, follow-scroll-up)
13265 (follow-scroll-down): Assume follow-mode is bound.
13266 (follow-comint-scroll-to-bottom)
13267 (follow-align-compilation-windows): New functions.
13268 (follow--window-sorter): New function.
13269 (follow-all-followers): Use it to explicitly sort windows by their
13270 positions; don't make assumptions about next-window order.
13271 (follow-windows-start-end, follow-delete-other-windows-and-split)
13272 (follow-calc-win-start): Doc fix.
13273 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13274 vertical-motion unnecessarily.
13275 (follow-adjust-window): New function.
13276 (follow-post-command-hook): Use it.
13277 (follow-call-set-process-filter, follow-call-process-filter)
13278 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13279 (follow-stop-intercept-process-output, follow-generic-filter):
13280 Functions deleted.
13281 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13282 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13283 New functions, replacing advice on scroll-bar-* commands.
13284 (follow-mwheel-scroll): New function (Bug#4112).
13285
13286 * comint.el (comint-adjust-point): New function.
13287 (comint-postoutput-scroll-to-bottom): Use it.
13288 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13289
13290 2012-05-01 Glenn Morris <rgm@gnu.org>
13291
13292 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13293 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13294 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13295 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13296 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13297 Remove no-byte-compile setting.
13298
13299 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13302 all-completions code to not return a number in the last cdr.
13303
13304 2012-04-30 Leo Liu <sdl.web@gmail.com>
13305
13306 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13307 read-only error.
13308
13309 2012-04-29 Chong Yidong <cyd@gnu.org>
13310
13311 * follow.el (follow-calc-win-end): Rewrite to handle partial
13312 screen lines correctly (Bug#8390).
13313 (follow-avoid-tail-recenter): Minor cleanup.
13314
13315 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13316
13317 Avoid the obsolete `assoc' package.
13318 * speedbar.el (speedbar-refresh): Avoid adelete.
13319 (speedbar-file-lists): Simplify and avoid aput.
13320 * man.el (Man--sections, Man--refpages): New vars, replacing
13321 Man-sections-alist and Man-refpages-alist.
13322 (Man-build-section-alist, Man-build-references-alist):
13323 Use them; avoid aput.
13324 (Man--last-section, Man--last-refpage): New vars.
13325 (Man-follow-manual-reference): Use them.
13326 Use the `default' arg of completing-read.
13327 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13328
13329 2012-04-27 Chong Yidong <cyd@gnu.org>
13330
13331 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13332
13333 * startup.el (x-apply-session-resources): New function.
13334
13335 * term/ns-win.el (ns-initialize-window-system):
13336 * term/w32-win.el (w32-initialize-window-system):
13337 * term/x-win.el (x-initialize-window-system): Use it to properly
13338 set menu-bar-mode and other vars from X resources, even if the
13339 initial frame is not a window-system frame (Bug#2299).
13340
13341 * subr.el (read-key): Avoid running filter function when setting
13342 up temporary tool bar entries (Bug#9922).
13343
13344 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13345
13346 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13347 (Bug#11344)
13348
13349 2012-04-27 Chong Yidong <cyd@gnu.org>
13350
13351 * select.el (xselect--encode-string): New function, split from
13352 xselect-convert-to-string.
13353 (xselect-convert-to-string): Use it.
13354 (xselect-convert-to-filename, xselect-convert-to-os)
13355 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13356 returned strings are properly encoded (Bug#11315).
13357
13358 2012-04-27 Chong Yidong <cyd@gnu.org>
13359
13360 * simple.el (delete-active-region): Move to killing custom group.
13361
13362 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13363
13364 * progmodes/which-func.el (which-func-current): Quote %
13365 characters for mode-line processing.
13366
13367 2012-04-27 Chong Yidong <cyd@gnu.org>
13368
13369 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13370 reaching eob (Bug#11286).
13371
13372 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13373
13374 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13375 (gdb): Make it buffer-local and init to zero.
13376 (gdb-control-commands-regexp): New variable.
13377 (gdb-send): Don't wrap in "-interpreter-exec console" if
13378 gdb-control-level is positive. Increment gdb-control-level
13379 whenever the command matches gdb-control-commands-regexp, and
13380 decrement it each time the command is "end". (Bug#11279)
13381
13382 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13383
13384 * window.el (adjust-window-trailing-edge, enlarge-window)
13385 (shrink-window, window-resize):
13386 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13387 windows (Bug#11276).
13388
13389 2012-04-27 Chong Yidong <cyd@gnu.org>
13390
13391 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13392 fix "missing prefix" warning. All callers changed.
13393
13394 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 * emacs-lisp/assoc.el: Move to obsolete/.
13397
13398 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13399
13400 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13401
13402 * term/ns-win.el (ns-define-service):
13403 * progmodes/pascal.el (pascal-goto-defun):
13404 * progmodes/js.el (js--read-tab):
13405 * progmodes/etags.el (tags-lazy-completion-table):
13406 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13407 * emacs-lisp/ewoc.el (ewoc--wrap):
13408 * emacs-lisp/assoc.el (aput, adelete, amake):
13409 * doc-view.el (doc-view-convert-current-doc):
13410 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13411
13412 2012-04-26 Chong Yidong <cyd@gnu.org>
13413
13414 * image.el (image-type-from-buffer): Only return supported image
13415 type (Bug#9045).
13416
13417 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13418 value, for symmetry with diff-end-of-hunk.
13419 (diff-split-hunk, diff-find-source-location)
13420 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13421 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13422 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13423 compute the relevant hunk or file properly (Bug#6005).
13424 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13425
13426 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13427
13428 * vc/vc-mtn.el:
13429 * vc/vc-hg.el:
13430 * vc/vc-git.el:
13431 * vc/vc-dir.el:
13432 * vc/vc-cvs.el:
13433 * vc/vc-bzr.el:
13434 * vc/vc-arch.el:
13435 * vc/vc.el: Replace lexical-let by lexical-binding.
13436 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13437 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13438 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13439
13440 2012-04-26 Chong Yidong <cyd@gnu.org>
13441
13442 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13443 (diff-mode-shared-map): Bind it to / and [remap undo].
13444
13445 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13446 (ediff-window-setup-function): Use it as the default, to set up
13447 windows based on whether the current frame is graphical (Bug#2138).
13448 (ediff-choose-window-setup-function-automatically): Make obsolete.
13449
13450 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13451
13452 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13453
13454 * ffap.el: Remove old code for obsolete package.
13455 (ffap-complete-as-file-p): Remove.
13456
13457 Use completion-table-with-quoting for comint and pcomplete.
13458 * comint.el (comint--unquote&requote-argument)
13459 (comint--unquote-argument, comint--requote-argument): New functions.
13460 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13461 (comint-quote-filename): Use regexp-opt-charset.
13462 (comint--common-suffix, comint--common-quoted-suffix)
13463 (comint--table-subvert): Remove.
13464 (comint-unquote-function, comint-requote-function): New vars.
13465 (comint--complete-file-name-data): Use them with
13466 completion-table-with-quoting.
13467 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13468 * pcomplete.el (pcomplete-arg-quote-list)
13469 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13470 (pcomplete-unquote-argument-function): Default to non-nil.
13471 (pcomplete-unquote-argument): Simplify.
13472 (pcomplete--common-quoted-suffix): Remove.
13473 (pcomplete-requote-argument-function): New var.
13474 (pcomplete--common-suffix): New function.
13475 (pcomplete-completions-at-point): Use completion-table-with-quoting
13476 and completion-table-subvert.
13477
13478 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13479 (minibuffer--double-dollars): Preserve properties.
13480 (completion--sifn-requote): New function.
13481 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13482
13483 * minibuffer.el: Add support for completion of quoted/escaped data.
13484 (completion-table-with-quoting, completion-table-subvert): New funs.
13485 (completion--twq-try, completion--twq-all): New functions.
13486 (completion--nth-completion): New function.
13487 (completion-try-completion, completion-all-completions): Use it.
13488
13489 2012-04-25 Leo Liu <sdl.web@gmail.com>
13490
13491 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13492 Use compilation-message if available to find real filename.
13493
13494 2012-04-25 Chong Yidong <cyd@gnu.org>
13495
13496 * vc/diff-mode.el (diff-setup-whitespace): New function.
13497 (diff-mode): Use it.
13498
13499 * vc/diff.el (diff-sentinel):
13500 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13501 Whitespace mode variables based on diff style (Bug#8612).
13502
13503 2012-04-25 Leo Liu <sdl.web@gmail.com>
13504
13505 * progmodes/python.el (python-send-region): Add suffix .py to the
13506 temp file.
13507
13508 * files.el (auto-mode-alist): Use javascript-mode instead.
13509
13510 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13511
13512 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13513
13514 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13515 (soap-resolve-references-for-array-type): Hack to prevent self
13516 references, see Bug#9.
13517 (soap-parse-envelope): Report the contents of the 'detail' node
13518 when receiving a fault reply.
13519 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13520
13521 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13522 (soap-inspect-simple-type): New function.
13523
13524 * net/soap-client.el (soap-simple-type): New struct.
13525 (soap-default-xsd-types, soap-default-soapenc-types)
13526 (soap-decode-basic-type, soap-encode-basic-type):
13527 support unsignedInt and double basic types.
13528 (soap-resolve-references-for-simple-type)
13529 (soap-parse-simple-type, soap-encode-simple-type): New function.
13530 (soap-parse-schema): Parse xsd:simpleType declarations.
13531
13532 * net/soap-client.el (soap-default-xsd-types)
13533 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13534 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13535 the local name of "soapenc:Array".
13536 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13537 decoding integer, byte and anyURI xsd types.
13538
13539 2012-04-25 Chong Yidong <cyd@gnu.org>
13540
13541 * cus-edit.el (custom-buffer-create-internal): Update header text.
13542
13543 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13544
13545 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13546 settings on 'system-type', not on 'window-system'. On MS-Windows,
13547 set interactive-mode on in GDB.
13548
13549 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13552 (ruby-syntax-propertize-regexp): Remove.
13553 (ruby-syntax-propertize-function): Split regexp into chunks.
13554 Match following code directly.
13555
13556 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13557
13558 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13559 (ruby-syntax-propertize-regexp): New function.
13560 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13561 by a special keyword.
13562
13563 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13564 (ruby-syntax-general-delimiters-goto-beg)
13565 (ruby-syntax-propertize-general-delimiters): New functions.
13566 (ruby-syntax-propertize-function): Use them to handle GDL.
13567 (ruby-font-lock-keywords): Move old handling of GDL...
13568 (ruby-font-lock-syntactic-keywords): .. to here.
13569 (ruby-calculate-indent): Adjust indentation for GDL.
13570
13571 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13572
13573 * notifications.el (top): Remove unneeded declarations.
13574 (notifications-specification-version): Change to "1.2".
13575 (notifications-interface, notifications-notify-method)
13576 (notifications-close-notification-method): Fix docstring.
13577 (notifications-get-capabilities-method): New defconst.
13578 (notifications-notify): Add :action-items, :resident and
13579 :transient hints. Change "image_data" to "image-data" and
13580 "image_path" to "image-path".
13581 (notifications-get-capabilities): New defun.
13582
13583 2012-04-24 Leo Liu <sdl.web@gmail.com>
13584
13585 * progmodes/python.el: Move hideshow setup to the end.
13586
13587 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13588
13589 * window.el (handle-select-window): Clear echo area since this is
13590 no more done by read_char (Bug#11304).
13591
13592 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13595 and `/ M' to filter-derived-mode.
13596 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13597 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13598 (ibuffer-mark-by-mode): Use default rather than initial-input.
13599 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13600
13601 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13602
13603 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13604 (ibuffer-filter-by-derived-mode): New filter.
13605 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13606
13607 2012-04-23 Andreas Politz <politza@fh-trier.de>
13608
13609 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13610
13611 2012-04-23 Chong Yidong <cyd@gnu.org>
13612
13613 * cus-edit.el (customize-apropos, customize-apropos-options):
13614 Disable matching of non-option variables (Bug#11176).
13615 (customize-option, customize-option-other-window)
13616 (customize-changed-options): Doc fix.
13617 (customize-apropos-options, customize-apropos-faces)
13618 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13619
13620 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13621 Fix word list splitting (Bug#11132).
13622 (apropos-symbol, apropos-keybinding, apropos-label)
13623 (apropos-property, apropos-function-button)
13624 (apropos-variable-button, apropos-misc-button): New faces.
13625 (apropos-symbol-face, apropos-keybinding-face)
13626 (apropos-label-face, apropos-property-face, apropos-match-face):
13627 Variables removed (Bug#8396).
13628 (apropos-library-button, apropos-format-plist, apropos-print)
13629 (apropos-print-doc, apropos-describe-plist): Callers changed.
13630
13631 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13632
13633 * net/xesam.el (xesam-mode-map): Use let-bound map in
13634 initialization. (Bug#11292)
13635
13636 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13637
13638 Preserve ispell session localwords when switching back to
13639 original buffer.
13640
13641 * textmodes/ispell.el (ispell-buffer-session-localwords):
13642 New buffer-local variable to hold buffer session localwords.
13643 (ispell-kill-ispell): Add option 'clear to delete session
13644 localwords.
13645 (ispell-command-loop, ispell-change-dictionary)
13646 (ispell-buffer-local-words): Preserve session localwords when
13647 needed.
13648
13649 * textmodes/flyspell.el (flyspell-process-localwords)
13650 (flyspell-do-correct): Preserve session localwords when needed.
13651
13652 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13653
13654 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13655 using obsolete `translation-table-for-input'.
13656 (ispell-word, ispell-process-line, ispell-complete-word):
13657 Use plain `insert' instead of removed `ispell-insert-word'.
13658
13659 2012-04-22 Chong Yidong <cyd@gnu.org>
13660
13661 * cus-edit.el (custom-variable-menu)
13662 (custom-variable-reset-saved, custom-face-menu)
13663 (custom-face-reset-saved): If there is no saved value, make the
13664 "reset-saved" operation bring back the default (Bug#9509).
13665 (custom-face-state): Properly detect themed faces.
13666
13667 * faces.el (face-spec-set): Stop supporting deprecated form of
13668 third arg.
13669
13670 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13671
13672 Move functions from C to Lisp. Make non-blocking method calls
13673 the default. Implement further D-Bus standard interfaces.
13674
13675 * net/dbus.el (dbus-message-internal): Declare function.
13676 Remove unneeded function declarations.
13677 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13678 (dbus-message-type-method-return, dbus-message-type-error)
13679 (dbus-message-type-signal): Declare variables. Remove local
13680 definitions.
13681 (dbus-interface-dbus, dbus-interface-peer)
13682 (dbus-interface-introspectable, dbus-interface-properties)
13683 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13684 Adapt docstring.
13685 (dbus-interface-objectmanager): New defconst.
13686 (dbus-call-method, dbus-call-method-asynchronously)
13687 (dbus-send-signal, dbus-method-return-internal)
13688 (dbus-method-error-internal, dbus-register-service)
13689 (dbus-register-signal, dbus-register-method): New defuns, moved
13690 from dbusbind.c
13691 (dbus-call-method-handler, dbus-setenv)
13692 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13693 New defuns.
13694 (dbus-call-method-non-blocking): Make it an obsolete function.
13695 (dbus-unregister-object, dbus-unregister-service)
13696 (dbus-handle-event, dbus-register-property)
13697 (dbus-property-handler): Obey the new structure of
13698 `bus-registered-objects'.
13699 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13700 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13701 Use `dbus-call-method'.
13702
13703 2012-04-22 Chong Yidong <cyd@gnu.org>
13704
13705 * cus-edit.el (custom-commands, custom-reset-menu)
13706 (Custom-reset-standard): Tweak labels.
13707 (custom-reset-button-menu): Change default to t.
13708 (custom-buffer-create-internal): For the custom-reset-button-menu
13709 case, put the revert button first.
13710 (custom-group-subtitle): New face.
13711 (custom-group-value-create): Align docstring to a specific column.
13712
13713 * wid-edit.el (widget-documentation-link-add): Don't handle
13714 indentation in this function.
13715 (widget-documentation-string-indent-to): New function.
13716 (widget-documentation-string-value-create): Use it.
13717
13718 * autorevert.el (auto-revert):
13719 * epg-config.el (epg):
13720 * ibuffer.el (ibuffer):
13721 * mpc.el (mpc):
13722 * ses.el (ses):
13723 * eshell/eshell.el (eshell):
13724 * net/ange-ftp.el (ange-ftp):
13725 * progmodes/ebnf2ps.el (postscript):
13726 * progmodes/flymake.el (flymake):
13727 * progmodes/prolog.el (prolog):
13728 * progmodes/verilog-mode.el (verilog-mode):
13729 * progmodes/which-func.el (which-func):
13730 * term/xterm.el (xterm):
13731 * textmodes/picture.el (picture):
13732 * textmodes/tildify.el (tildify):
13733 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13734 customization buffers.
13735
13736 2012-04-22 Alan Mackenzie <acm@muc.de>
13737
13738 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13739 Adding a ) can hide the resulting (..) from searches. Fix it.
13740 Bound the backward search to the position of the existing (.
13741
13742 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13743
13744 * progmodes/verilog-mode.el (verilog-mode): Check whether
13745 which-func-modes is t before adding verilog-mode.
13746 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13747
13748 2012-04-21 Leo Liu <sdl.web@gmail.com>
13749
13750 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13751
13752 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13753
13754 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13755 filling of the last column of a table (Bug#5635).
13756 (woman-find-next-control-line): New arg, specifying an additional
13757 regexp component for the control line.
13758 (woman2-roff-buffer): Use it.
13759 (woman-break-table): New function.
13760 (woman2-TS): Use it.
13761
13762 2012-04-21 Chong Yidong <cyd@gnu.org>
13763
13764 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13765 (woman-horizontal-escapes, woman-negative-vertical-space)
13766 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13767 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13768
13769 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 * minibuffer.el (completion-file-name-table): Complete user names.
13772
13773 2012-04-20 Leo Liu <sdl.web@gmail.com>
13774
13775 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13776 and pcase-let*.
13777
13778 2012-04-20 Chong Yidong <cyd@gnu.org>
13779
13780 * server.el (server-execute): Respect initial-buffer-choice if it
13781 is a string and there are no files to open (Bug#2825).
13782 (server-create-window-system-frame, server-create-tty-frame):
13783 Don't switch buffers here.
13784 (server-process-filter): Only try to open a window system frame if
13785 compiled with graphical support (Bug#8314).
13786
13787 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13788
13789 * battery.el (battery-echo-area-format): Display remaining time
13790 for sysfs backend too (Bug#11269).
13791 (battery-linux-sysfs): Fix conditional for the charge.
13792
13793 2012-04-20 Chong Yidong <cyd@gnu.org>
13794
13795 * progmodes/gdb-mi.el (gdb): Revert previous change.
13796 (gdb-inferior-io--init-proc): New function.
13797 (gdb-init-1): Use it.
13798 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13799 responsible for allocating a new pty and hooking it to gdb when
13800 the old pty gets an EIO due to process exit.
13801 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13802 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13803 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13804
13805 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13806
13807 * window.el (window-min-size, window-sizable, window-min-delta)
13808 (window-max-delta, window--resizable, window-resizable)
13809 (window-total-size, window-full-height-p, window-full-width-p)
13810 (window-in-direction, window--resize-mini-window, window-resize)
13811 (window--resize-child-windows-normal)
13812 (window--resize-child-windows, window--resize-siblings)
13813 (window--resize-this-window, adjust-window-trailing-edge)
13814 (enlarge-window, shrink-window): Doc fixes.
13815
13816 2012-04-20 Chong Yidong <cyd@gnu.org>
13817
13818 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13819 New function to call delete-process on the gdb-inferior buffer's pty.
13820 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13821 pty process (Bug#11273).
13822 (gdb-update): New arg to suppress talking to the gdb process.
13823 (gdb-done-or-error): Use it.
13824 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13825 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13826 sentinel not being called.
13827
13828 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13829
13830 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13831
13832 2012-04-20 Glenn Morris <rgm@gnu.org>
13833
13834 * net/network-stream.el (open-network-stream): Doc fix.
13835
13836 2012-04-20 Chong Yidong <cyd@gnu.org>
13837
13838 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13839
13840 2012-04-20 Alan Mackenzie <acm@muc.de>
13841
13842 Ensure searching for keywords is case sensitive.
13843
13844 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13845 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13846 (c-defun-name, c-mark-function, c-cpp-define-name)
13847 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13848 (c-context-line-break): Bind case-fold-search to nil.
13849
13850 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13851 Bind case-fold-search to nil.
13852
13853 2012-04-20 Chong Yidong <cyd@gnu.org>
13854
13855 * mail/sendmail.el (mail-bury): Call return action with the right
13856 Rmail buffer (Bug#11242).
13857
13858 * server.el (server-process-filter): Handle corner case where both
13859 tty and nowait options are present (Bug#11102).
13860
13861 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13862
13863 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13864 (top level): Put into the executable the ident-style '$Id:' tag on
13865 windows-nt as well.
13866
13867 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13868
13869 * electric.el (electric-indent-post-self-insert-function): Check that
13870 electric-indent-mode is enabled in current buffer.
13871
13872 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13873
13874 * imenu.el (imenu-progress-message): Restore; it is "used" in
13875 erc/erc-imenu.el and net/snmp-mode.el.
13876
13877 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13878
13879 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13880 (mouse-avoidance-nudge-mouse): Remove unused binding.
13881
13882 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13883
13884 * descr-text.el (describe-char):
13885 * progmodes/python.el (python-describe-symbol):
13886 Don't call `toggle-read-only', set `buffer-read-only'.
13887
13888 * imenu.el (imenu-default-goto-function): Mark unused args.
13889 (imenu-progress-message): Remove obsolete macro; all callers changed.
13890
13891 * subr.el (keymap-canonicalize): Remove unused binding.
13892 (read-passwd): Mark unused arg.
13893
13894 * tutorial.el (tutorial--display-changes): Remove unused binding.
13895 (tutorial--save-tutorial-to): Remove unused variable.
13896
13897 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13898 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13899 (package-generate-autoloads, package-menu--generate)
13900 (package-menu--find-upgrades): Remove unused bindings.
13901
13902 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13903 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13904 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13905 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13906 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13907 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13908 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13909 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13910 (cua-delete-char-rectangle): Mark unused args.
13911 (cua-align-rectangle): Remove unused binding.
13912
13913 * mail/rmail.el (compilation--message->loc)
13914 (epa--find-coding-system-for-mime-charset): Declare.
13915
13916 * net/dbus.el (dbus-register-service): Declare.
13917 (dbus-name-owner-changed-handler): Remove unused binding.
13918
13919 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13920 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13921 (nxml-scan-backward-within): Mark unused arg.
13922 (nxml-dynamic-markup-word): Remove unused binding.
13923
13924 * mouse.el (mouse-menu-major-mode-map):
13925 * emacs-lisp/authors.el (authors-scan-change-log)
13926 (authors-add-to-author-list):
13927 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13928 * emacs-lisp/smie.el (smie-auto-fill):
13929 * mail/sendmail.el (mail-bury):
13930 * mail/unrmail.el (unrmail):
13931 * net/tls.el (open-tls-stream):
13932 * textmodes/picture.el (picture-mouse-set-point):
13933 Remove unused bindings.
13934
13935 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13936
13937 * net/tramp.el (tramp-action-password): Let-bind
13938 `enable-recursive-minibuffers' to t.
13939
13940 2012-04-18 Sam Steingold <sds@gnu.org>
13941
13942 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13943 instead of 'string to accommodate values like [f11].
13944 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13945 * progmodes/gdb-mi.el: Likewise.
13946
13947 2012-04-18 Leo Liu <sdl.web@gmail.com>
13948
13949 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13950 current buffer.
13951 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13952 LOCAL is nil.
13953
13954 2012-04-18 Chong Yidong <cyd@gnu.org>
13955
13956 * simple.el (line-move): Use forward-line if in batch mode
13957 (Bug#11053).
13958
13959 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13960
13961 * files.el (after-find-file): Do not try to add a final newline if
13962 the buffer is read-only (Bug#11156).
13963
13964 2012-04-17 Richard Stallman <rms@gnu.org>
13965
13966 * mail/rmail.el (rmail-start-mail):
13967 Pass (rmail-mail-return...) for the return-action.
13968 Pass (rmail-yank-current-message...) for the yank-action.
13969 (rmail-yank-current-message): New function.
13970 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13971 (rmail-reply): Likewise.
13972 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13973
13974 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13975 buffer, not the last. Reject temp buffers. Use the rmail-mode
13976 buffer, not newbuf.
13977
13978 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13979
13980 * server.el (server-ensure-safe-dir): Simplify.
13981
13982 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13983
13984 * emacs-lisp/smie.el: Provide smarter auto-filling.
13985 (smie-auto-fill): New function.
13986 (smie-setup): Use it.
13987
13988 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13989
13990 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13991
13992 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13993 (comment-indent): Use it.
13994
13995 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13996
13997 * ses.el: The overall change is to add cell renaming, that is
13998 setting fancy names for cell symbols other than name matching
13999 "\\`[A-Z]+[0-9]+\\'" regexp .
14000 (ses-localvars): Add ses--renamed-cell-symb-list.
14001 (ses-create-cell-variable): New defun.
14002 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14003 (ses-relocate-formula): Relocate formulas only for cells the
14004 symbols of which are not renamed, i.e. symbols whose names do not
14005 match regexp "\\`[A-Z]+[0-9]+\\'".
14006 (ses-relocate-all): Relocate values only for cells the symbols of
14007 which are not renamed.
14008 (ses-load): Create cells variables as the (ses-cell ...) are read,
14009 in order to check row col consistency with cell symbol name only
14010 for cells that are not renamed.
14011 (ses-replace-name-in-formula): New defun.
14012 (ses-rename-cell): New defun.
14013
14014 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
14015
14016 * progmodes/perl-mode.el (perl-indent-parens-as-block):
14017 New option (bug#11118).
14018 (perl-calculate-indent): Respect it.
14019
14020 2012-04-17 Glenn Morris <rgm@gnu.org>
14021
14022 * dired-aux.el (dired-mark-read-string): Doc fix.
14023
14024 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14025
14026 * dired-aux.el (dired-mark-read-string): Offer optional completion.
14027 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
14028
14029 2012-04-17 Glenn Morris <rgm@gnu.org>
14030
14031 * mouse.el (mouse-drag-track):
14032 * speedbar.el (speedbar-frame-mode):
14033 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14034
14035 2012-04-16 Leo Liu <sdl.web@gmail.com>
14036
14037 * progmodes/python.el: Trivial cleanup.
14038
14039 2012-04-16 Glenn Morris <rgm@gnu.org>
14040
14041 * vc/vc.el (vc-string-prefix-p):
14042 * vc/pcvs-util.el (cvs-string-prefix-p):
14043 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14044 * mpc.el (mpc-string-prefix-p):
14045 Make all of these into obsolete aliases for string-prefix-p.
14046 Update callers.
14047 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14048
14049 * textmodes/two-column.el: Move custom options to the start.
14050 (frame-width): Remove compat definition.
14051 (2C-associate-buffer, 2C-dissociate):
14052 Use with-current-buffer rather than save-excursion.
14053 (2C-dissociate): Force a mode-line update.
14054 (2C-autoscroll): Use ignore-errors.
14055
14056 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14057 Autoload trivia.
14058
14059 * emacs-lisp/cl-extra.el (*random-state*):
14060 Remove unnecessary declaration.
14061
14062 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14063
14064 * play/cookie1.el (cookie-snarf):
14065 Give an explicit error if input file cannot be read.
14066
14067 * play/yow.el (yow-file): Use expand-file-name rather than concat.
14068
14069 * progmodes/perl-mode.el (c-macro-expand):
14070 Remove unnecessary autoload (it is in loaddefs.el).
14071
14072 * textmodes/picture.el (picture-desired-column)
14073 (picture-update-desired-column): Convert comments to doc-strings.
14074 (picture-substitute): Remove function.
14075 (picture-mode-map): Initialize in the defvar.
14076
14077 * woman.el: Remove eval-after-load for tar-mode.
14078 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14079 (woman-tar-extract-file): Autoload it.
14080
14081 * frame.el (automatic-hscrolling): Make this alias obsolete.
14082
14083 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14084
14085 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14086 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14087 (ispell-dictionary-base-alist): Revert to original XEmacs
14088 friendly version for default. [:alpha:] will be added in
14089 `ispell-set-spellchecker-params' if needed.
14090
14091 2012-04-16 Chong Yidong <cyd@gnu.org>
14092
14093 * image.el (imagemagick--file-regexp): New variable.
14094 (imagemagick-register-types): Use it.
14095 (imagemagick-types-inhibit): Add :set function. Allow new value
14096 of t to inhibit all types.
14097
14098 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14099 so we can preload it.
14100
14101 * loadup.el (fboundp): Preload regexp-opt, needed by
14102 imagemagick-register-types.
14103
14104 2012-04-15 Chong Yidong <cyd@gnu.org>
14105
14106 * frame.el (scrolling): Remove nearly unused customization group.
14107
14108 * scroll-all.el (scroll-all-mode): Move to windows group.
14109
14110 2012-04-15 Chong Yidong <cyd@gnu.org>
14111
14112 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14113
14114 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 Avoid the use of ((lambda ...) ...) in lexical-binding code.
14117 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14118
14119 2012-04-15 Glenn Morris <rgm@gnu.org>
14120
14121 * simple.el (process-file-side-effects): Doc fix.
14122
14123 2012-04-15 Glenn Morris <rgm@gnu.org>
14124
14125 * international/mule-cmds.el (set-language-environment): Doc fix.
14126
14127 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14128
14129 * server.el (server-auth-key, server-generate-key): Doc fixes.
14130 (server-get-auth-key): Doc fix. Use `string-match-p'.
14131 (server-start): Reflow docstring.
14132
14133 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
14134
14135 * server.el (server-generate-key): `called-interactively-p'
14136 requires a parameter.
14137
14138 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
14139
14140 * server.el (server-auth-key): New variable.
14141 (server-generate-key, server-get-auth-key): New function.
14142 (server-start): Use the new variable and functions to allow
14143 setting a permanent server key (bug#9423).
14144
14145 2012-04-14 Leo Liu <sdl.web@gmail.com>
14146
14147 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14148
14149 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14150
14151 Spelling fixes.
14152 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14153 Emacs uses American spelling.
14154
14155 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14156
14157 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14158 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14159 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14160 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14161
14162 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14163
14164 * progmodes/which-func.el (which-func-modes): Change default.
14165
14166 2012-04-14 Kim F. Storm <storm@cua.dk>
14167
14168 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14169 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14170
14171 2012-04-14 Chong Yidong <cyd@gnu.org>
14172
14173 * custom.el (custom-theme-set-variables): Doc fix.
14174
14175 2012-04-14 Glenn Morris <rgm@gnu.org>
14176
14177 * international/mule.el (set-auto-coding-for-load): Doc fix.
14178
14179 2012-04-14 Alan Mackenzie <acm@muc.de>
14180
14181 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14182 imenu work again for Objective C Mode. Correct the *-index values,
14183 these having been disturbed by a previous change in 2011-08.
14184
14185 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14186 Correct two search limits.
14187
14188 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14191
14192 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
14193
14194 * international/characters.el: Fix sorting.
14195
14196 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14197
14198 * international/characters.el: Add more missing Latin case pairs.
14199
14200 2012-04-14 Glenn Morris <rgm@gnu.org>
14201
14202 * files.el (dir-locals-set-class-variables): Doc fix.
14203
14204 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14205
14206 * international/characters.el: Add set-case-syntax-pair call for
14207 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14208 counterpart. (Bug#11209)
14209
14210 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14211
14212 2012-04-14 Glenn Morris <rgm@gnu.org>
14213
14214 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14215
14216 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14217
14218 * textmodes/ispell.el (ispell-dictionary-base-alist):
14219 Add data for Hebrew.
14220
14221 2012-04-14 Chong Yidong <cyd@gnu.org>
14222
14223 * net/rcirc.el (rcirc-cmd-quit):
14224 Revert 2012-03-18 change (Bug#11192).
14225
14226 2012-04-14 Glenn Morris <rgm@gnu.org>
14227
14228 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14229
14230 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14231
14232 * minibuffer.el (completion-in-region-mode-map):
14233 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14234
14235 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14236
14237 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14238
14239 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14240
14241 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14242 to allow `C-M-f' and `C-M-b' to move to the nearest path
14243 separator (bug#9511).
14244
14245 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14246
14247 * avoid.el: Require cl when compiling. And also move the
14248 `provide' to the end.
14249
14250 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14251
14252 * avoid.el (mouse-avoidance-banish-position): New variable.
14253 (mouse-avoidance-banish-destination): Use it (bug#10165).
14254
14255 2012-04-13 Leo Liu <sdl.web@gmail.com>
14256
14257 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14258
14259 2012-04-13 Ken Brown <kbrown@cornell.edu>
14260
14261 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14262 this is no longer needed now that cygstart understands file:// URLs.
14263 (browse-url-filename-alist): For the same reason, don't modify
14264 file:// URLs on Cygwin.
14265
14266 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14267
14268 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14269 the region on shift if the binding is already shifted (bug#11221).
14270
14271 2012-04-12 Glenn Morris <rgm@gnu.org>
14272
14273 * mail/mailpost.el: Move to obsolete/.
14274
14275 2012-04-12 Drew Adams <drew.adams@oracle.com>
14276
14277 * imenu.el (imenu--generic-function): Ignore invisible definitions
14278 (bug#10123).
14279
14280 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14281
14282 * hexl.el (hexl-bits): New variable.
14283 (hexl-options): Mention the variable in the doc string.
14284 (hexl-rulerise, hexl-line-displen): New functions.
14285 (hexl-mode): Mention the new variable.
14286 (hexl-mode, hexl-current-address, hexl-current-address):
14287 Use the displen.
14288 (hexl-ascii-start-column): New function.
14289 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14290 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14291
14292 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14293
14294 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14295 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14296 the encoding, as expected by hunspell.
14297
14298 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14299
14300 * battery.el (battery--linux-sysfs-regexp): New const.
14301 (battery-status-function): Use it. Remove yeeloong special case.
14302 (battery-yeeloong-sysfs): Remove.
14303 (battery-echo-area-format): Remove yeeloong special case.
14304
14305 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14308 Reported by Noah Friedman.
14309
14310 * subr.el (read-passwd): Use read-string.
14311
14312 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14313
14314 * vcursor.el (vcursor-move): Increase the priority of the overlay
14315 (bug#9663).
14316
14317 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14318
14319 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14320 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14321
14322 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14323
14324 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14325 define-minor-mode (bug#10760).
14326
14327 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14328
14329 * progmodes/grep.el (rgrep): Tweak the find command line so
14330 that directories matching `grep-find-ignored-files' won't be
14331 pruned (bug#10351).
14332
14333 2012-04-11 Chong Yidong <cyd@gnu.org>
14334
14335 * startup.el (command-line): Remove support for long-obsolete
14336 variable font-lock-face-attributes.
14337
14338 2012-04-11 Glenn Morris <rgm@gnu.org>
14339
14340 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14341
14342 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14343
14344 * window.el (window--state-get-1): Obey window-point-insertion-type.
14345
14346 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14347
14348 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14349 to previous function when point is on the first character of a
14350 function. Take care of that in `narrow-to-defun' (bug#6157).
14351
14352 2012-04-11 Glenn Morris <rgm@gnu.org>
14353
14354 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14355 not just file-errors.
14356
14357 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14358 (vc-bzr-sha1): Use internal sha1.
14359
14360 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14361
14362 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14363
14364 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
14365
14366 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14367 that start in the middle of the line (bug#10496).
14368
14369 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14370
14371 * battery.el (battery-linux-proc-acpi): Only one battery is
14372 discharged at a time, but that seems to confuse battery.el when
14373 computing `rate-type' for the battery not being discharged
14374 (bug#10332).
14375
14376 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14377
14378 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14379
14380 * international/quail.el: Use dolist and simplify.
14381 (quail-define-package, quail-update-keyboard-layout)
14382 (quail-define-rules): Use dolist.
14383 (quail-insert-kbd-layout, quail-get-translation): CSE.
14384
14385 * tmm.el: Use dolist, remove left over hook.
14386 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14387 Use dolist.
14388 (calendar-load-hook): Don't mess with it.
14389
14390 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14391 Use derived-mode-p. Run the diff asynchronously.
14392
14393 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14394
14395 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14396
14397 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14398
14399 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14400 (list-dynamic-libraries--loaded): New function.
14401 (list-dynamic-libraries--refresh): Use it.
14402
14403 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14404
14405 * progmodes/python.el (python-fill-paragraph):
14406 Make python-fill-region in a multiline string work when font-lock is
14407 disabled (bug#7018).
14408
14409 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
14410
14411 * language/european.el (cp775): Add oem/legacy (en)coding on
14412 DOS/MS Windows for the Baltic languages. There are still plenty
14413 of texts written in this encoding/codepage (bug#6519).
14414
14415 2012-04-10 Glenn Morris <rgm@gnu.org>
14416
14417 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14418 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14419
14420 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14421
14422 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14423 next-line "n" and previous-line "p" in order to make recentf more
14424 consistent with ibuffer, dired or org-mode (bug#9387).
14425
14426 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14427
14428 * image.el (put-image): Return the overlay created instead of the
14429 optional input string (bug#7834). Note that this may break code
14430 that is (for some reason or other) depending on `put-image'
14431 returning the string.
14432
14433 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14434
14435 * simple.el (zap-to-char): Allow zapping using input methods
14436 (bug#1580).
14437
14438 * textmodes/fill.el (fill-region): Leave point and mark where they
14439 were before filling (bug#5399).
14440
14441 2012-04-09 Glenn Morris <rgm@gnu.org>
14442
14443 * version.el (emacs-bzr-get-version):
14444 Handle lightweight checkouts of local branches.
14445
14446 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14447
14448 * international/characters.el: Recover lost case pairs. (Bug#11209)
14449
14450 2012-04-09 Chong Yidong <cyd@gnu.org>
14451
14452 * custom.el (custom-variable-p): Return nil for non-symbol
14453 arguments instead of signaling an error.
14454 (user-variable-p): Obsolete alias for custom-variable-p.
14455
14456 * apropos.el (apropos-variable):
14457 * files-x.el (read-file-local-variable):
14458 * simple.el (set-variable):
14459 * woman.el (woman-mini-help):
14460 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14461
14462 2012-04-09 Glenn Morris <rgm@gnu.org>
14463
14464 * startup.el (normal-top-level): Don't look for leim-list.el
14465 in places where it will not be found. (Bug#910)
14466
14467 * international/mule-cmds.el (set-default-coding-systems):
14468 * files.el (normal-mode):
14469 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14470 This function was removed with ucs-tables.el in 2008.
14471
14472 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14473
14474 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14475 ispell-encoding8-command to "-i", without a trailing space.
14476 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14477 separate command-line arguments, to specify the encoding, since
14478 that's how hunspell expects it.
14479
14480 2012-04-08 Glenn Morris <rgm@gnu.org>
14481
14482 * loadup.el: Load bindings before cus-start.
14483 This reduces somewhat the number of "rogue" settings in emacs -Q.
14484
14485 2012-04-07 Glenn Morris <rgm@gnu.org>
14486
14487 * version.el (emacs-bzr-get-version): New function.
14488 (emacs-bzr-version): New variable.
14489 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14490 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14491
14492 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14493
14494 * international/uni-bidi.el, international/uni-category.el:
14495 * international/uni-combining.el, international/uni-decimal.el:
14496 * international/uni-decomposition.el, international/uni-digit.el:
14497 * international/uni-lowercase.el, international/uni-mirrored.el:
14498 * international/uni-name.el, international/uni-numeric.el:
14499 * international/uni-titlecase.el, international/uni-uppercase.el:
14500 Update for Unicode 6.1.
14501
14502 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14503
14504 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14505
14506 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14507
14508 * window.el (shrink-window): Mention the `window-min-height'
14509 variable in the doc string.
14510
14511 2012-04-05 Bastien Guerry <bzg@altern.org>
14512
14513 * color.el (color-lighten-name): Fix typo.
14514
14515 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14516
14517 * server.el (server--on-display-p): New function.
14518 (server--on-display-p): Use it.
14519
14520 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
14521
14522 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14523 (bug#11145).
14524
14525 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14526
14527 * comint.el (comint--common-quoted-suffix): Check string boundary
14528 before comparing (bug#11158).
14529 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14530
14531 2012-04-04 Chong Yidong <cyd@gnu.org>
14532
14533 * minibuffer.el (completion-extra-properties): Doc fix.
14534
14535 * subr.el (delayed-warnings-hook): Doc fix.
14536
14537 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14538
14539 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14540 selection (Bug#11159).
14541 (epa-insert-keys): Inform that the default public key will be
14542 exported if no key is selected.
14543
14544 2012-04-04 Richard Stallman <rms@gnu.org>
14545
14546 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14547
14548 2012-04-03 Chong Yidong <cyd@gnu.org>
14549
14550 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14551 mail-insert-file, not its obsolete alias mail-attach-file.
14552
14553 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14554
14555 * notifications.el (notifications-notify): Fix docstring.
14556
14557 2012-04-02 Glenn Morris <rgm@gnu.org>
14558
14559 * emacs-lisp/authors.el (authors-aliases): Another addition.
14560
14561 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14562
14563 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14564 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14565 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14566
14567 2012-04-01 Chong Yidong <cyd@gnu.org>
14568
14569 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14570 Handle root directory properly.
14571 (copy-directory): Caller changed.
14572
14573 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14574 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14575
14576 2012-03-31 Glenn Morris <rgm@gnu.org>
14577
14578 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14579
14580 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14581
14582 * calendar/calendar.el (calendar-window-list)
14583 (calendar-hide-window): Restore. (Bug#11140)
14584 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14585
14586 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14587
14588 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14589
14590 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14591 Check if file is a symlink (Bug#10489).
14592
14593 * files.el (copy-directory): Likewise.
14594
14595 2012-03-30 Chong Yidong <cyd@gnu.org>
14596
14597 * image.el (imagemagick-types-inhibit)
14598 (imagemagick-register-types): Doc fix.
14599
14600 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14601
14602 * textmodes/ispell.el (ispell-get-extended-character-mode):
14603 Disable extended-char-mode for hunspell. hunspell does not support it
14604 and treats ~word as ordinary words in pipe mode.
14605
14606 2012-03-30 Glenn Morris <rgm@gnu.org>
14607
14608 * tutorial.el (help-with-tutorial): Ensure local variables don't
14609 happen to make the buffer read-only. (Bug#11127)
14610
14611 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14612
14613 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14614 (perl-calculate-indent): Return `noindent' in strings.
14615
14616 2012-03-28 Sam Steingold <sds@gnu.org>
14617
14618 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14619 instead of the broken adhockery which does not prevent calendar
14620 buffers from being displayed at random after exit.
14621 (calendar-window-list, calendar-hide-window): Remove the broken
14622 adhockery.
14623
14624 2012-03-28 Glenn Morris <rgm@gnu.org>
14625
14626 * replace.el (query-replace-map): Doc fix.
14627
14628 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14629
14630 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14631 contents. (Bug#11109)
14632
14633 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14634
14635 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14636 (bug#11077).
14637 (avl-tree--check, avl-tree--check-node): New funs.
14638
14639 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14640
14641 * window.el (switch-to-visible-buffer): New option.
14642 (switch-to-prev-buffer, switch-to-next-buffer):
14643 Observe switch-to-visible-buffer. Make sure that checking for a window
14644 showing a buffer already is done on the same frame.
14645
14646 2012-03-27 Glenn Morris <rgm@gnu.org>
14647
14648 * startup.el (mail-host-address): Doc fix.
14649
14650 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14653 than 197 variables.
14654
14655 2012-03-26 Ami Fischman <ami@fischman.org>
14656
14657 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14658
14659 2012-03-26 Glenn Morris <rgm@gnu.org>
14660
14661 * files.el (save-buffers-kill-emacs): Doc fix.
14662
14663 * startup.el (normal-top-level, command-line, command-line-1):
14664 Give them doc strings.
14665
14666 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14667
14668 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14669 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14670
14671 2012-03-25 Chong Yidong <cyd@gnu.org>
14672
14673 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14674 theme if it was previously enabled before (Bug#11031).
14675
14676 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14677 spec with custom-face-get-current-spec if its :shown-value is not
14678 determined yet (Bug#9337).
14679 (customize-create-theme, custom-theme-revert): Doc fixes.
14680
14681 * button.el (button-at): Minor addition to docstring.
14682
14683 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14684
14685 * vc/vc.el (vc-merge): Fix a prompt.
14686
14687 2012-03-24 Chong Yidong <cyd@gnu.org>
14688
14689 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14690 point (Bug#9623).
14691
14692 * button.el (button-at): Minor addition to docstring.
14693
14694 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14695
14696 * newcomment.el (comment-choose-indent): No space after BOL.
14697
14698 2012-03-22 Sam Steingold <sds@gnu.org>
14699
14700 * window.el (switch-to-prev-buffer): Revert last patch because the
14701 bug turned out to be an advertised feature (Elisp manual 28.14).
14702
14703 2012-03-22 Glenn Morris <rgm@gnu.org>
14704
14705 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14706 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14707
14708 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14709
14710 * net/network-stream.el (network-stream-open-starttls): Make error
14711 message under Windows be less misleading.
14712
14713 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14714
14715 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14716 understands (bug#9942).
14717
14718 2012-03-22 Chong Yidong <cyd@gnu.org>
14719
14720 * simple.el (end-of-visible-line): Handle return value of
14721 next-single-property-change properly (Bug#9371).
14722
14723 2012-03-22 Kenichi Handa <handa@m17n.org>
14724
14725 * international/quail.el (quail-insert-kbd-layout): Fix previous
14726 change. To avoid unwanted bidi reordering, use
14727 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14728
14729 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14730
14731 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14732 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14733 (ruby-beginning-of-indent): Be more careful with the difference
14734 between word-boundary and symbol boundary.
14735 (ruby-mode-syntax-table): Make : a symbol constituent.
14736
14737 2012-03-21 Andreas Politz <politza@fh-trier.de>
14738
14739 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14740
14741 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14742
14743 * progmodes/etags.el (tags-completion-at-point-function):
14744 Improve last fix.
14745
14746 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14747
14748 2012-03-21 Sam Steingold <sds@gnu.org>
14749
14750 * progmodes/etags.el (tags-completion-at-point-function):
14751 Avoid the error when point is inside the pattern.
14752
14753 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14754
14755 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14756 line (Bug#10855).
14757
14758 2012-03-21 Drew Adams <drew.adams@oracle.com>
14759
14760 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14761
14762 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14763
14764 * ido.el (ido-set-current-directory, ido-read-internal)
14765 (ido-choose-completion-string, ido-completion-help): Handle nil
14766 value of ido-completion-buffer (Bug#11008).
14767
14768 2012-03-21 Sam Steingold <sds@gnu.org>
14769
14770 * window.el (switch-to-prev-buffer): Do not switch to a visible
14771 window previous buffer, just like with the frame previous buffers.
14772
14773 2012-03-21 Chong Yidong <cyd@gnu.org>
14774
14775 * faces.el (make-face, make-empty-face, copy-face):
14776 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14777 Doc fixes.
14778
14779 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14780
14781 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14782 (widget-complete): Remove broken use of it.
14783
14784 2012-03-20 Chong Yidong <cyd@gnu.org>
14785
14786 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14787 Use string-width and truncate-string-width to handle arbitrary
14788 characters.
14789
14790 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14791
14792 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14793 to draw rectangles, not squares. (Regression introduced by revno
14794 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14795
14796 2012-03-18 Chong Yidong <cyd@gnu.org>
14797
14798 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14799 it is not yet defined (for temacs).
14800
14801 2012-03-18 Leo Liu <sdl.web@gmail.com>
14802
14803 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14804 prefix.
14805
14806 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14807
14808 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14809 (ispell-choices-win-default-height, ispell-silently-savep)
14810 (ispell-dictionary-alist, ispell-encoding8-command)
14811 (ispell-check-version, ispell-aspell-find-dictionary)
14812 (ispell-valid-dictionary-list, ispell-words-keyword)
14813 (ispell-get-word, ispell-internal-change-dictionary)
14814 (ispell-region, ispell-skip-region-list)
14815 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14816 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14817 (ispell-message-text-end, ispell-message)
14818 (ispell-buffer-local-parsing): Doc fix.
14819
14820 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14821
14822 * htmlfontify.el: Add support for code block fontification for ODT
14823 export (Bug #9914).
14824 (hfy-optimisations): Define new option
14825 `body-text-only'
14826 (hfy-fontify-buffer): Honor above setting.
14827 (hfy-begin-span, hfy-end-span): New routines factored out form
14828 `hfy-fontify-buffer'.
14829 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14830 that permit insertion of custom tags.
14831 (hfy-fontify-buffer): Use above handlers.
14832 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14833 (hfy-face-to-css): Re-defined to be a variable.
14834 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14835 over multiple runs. This is made possible by having the caller let
14836 bind a special variable `hfy-user-sheet-assoc'.
14837 (htmlfontify-string): New defun.
14838 (hfy-compile-face-map): Make sure that the last char in the
14839 buffer is correctly fontified.
14840 (hfy-face-resolve-face): Whitespace only change.
14841
14842 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14843
14844 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14845 message more clear.
14846
14847 2012-03-16 Leo Liu <sdl.web@gmail.com>
14848
14849 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14850
14851 2012-03-16 Alan Mackenzie <acm@muc.de>
14852
14853 Further optimize the handling of large macros.
14854
14855 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14856 limit to a call of `c-literal-limits'.
14857 (c-determine-+ve-limit): New function.
14858 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14859 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14860 In CASE 5B, restrict a search limit to 500.
14861 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14862
14863 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14864 Restrict macro bounds to +-500 from after-change's BEG END.
14865
14866 2012-03-16 Leo Liu <sdl.web@gmail.com>
14867
14868 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14869
14870 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14871
14872 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14873 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14874
14875 2012-03-16 Glenn Morris <rgm@gnu.org>
14876
14877 * view.el (view-buffer, view-buffer-other-window)
14878 (view-buffer-other-frame): Doc fixes re special mode-class.
14879
14880 * subr.el (eval-after-load): If named feature is provided not from
14881 a file, run after-load forms. (Bug#10946)
14882
14883 * calendar/calendar.el (calendar-insert-at-column):
14884 Handle non-unit-width characters a bit better. (Bug#10978)
14885
14886 2012-03-15 Chong Yidong <cyd@gnu.org>
14887
14888 * emacs-lisp/ring.el (ring-extend): New function.
14889 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14890
14891 * comint.el (comint-read-input-ring)
14892 (comint-add-to-input-history): Grow comint-input-ring lazily.
14893
14894 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14895
14896 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14897 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14898
14899 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14900 (imenu-add-to-menubar): Don't add a redundant index.
14901 (imenu-update-menubar): Handle a dynamically composed keymap.
14902
14903 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14904
14905 * mail/sendmail.el (mail-encode-header):
14906 Bind rfc2047-encode-encoded-words to nil.
14907
14908 2012-03-13 Glenn Morris <rgm@gnu.org>
14909
14910 * calendar/calendar.el (calendar-string-spread):
14911 Handle non-unit-width characters a bit better. (Bug#10978)
14912
14913 2012-03-13 Leo Liu <sdl.web@gmail.com>
14914
14915 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14916 directory and file as argument (Bug#10822).
14917
14918 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14919
14920 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14921 For dynamically generated code, follow $PC.
14922 (gdb-disassembly-handler-custom): Handle no function name case.
14923
14924 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14925
14926 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14927 * emulation/ws-mode.el (ws-query-replace):
14928 * sort.el (sort-regexp-fields):
14929 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14930
14931 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14932
14933 * dabbrev.el: Fix cycle completion order (bug#10963).
14934 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14935 (dabbrev-completion): Don't use an obarray; provide
14936 a cycle-sort-function.
14937
14938 2012-03-12 Leo Liu <sdl.web@gmail.com>
14939
14940 * simple.el (kill-new): Use equal-including-properties for comparison.
14941 (kill-do-not-save-duplicates): Doc fix.
14942
14943 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14944
14945 * dabbrev.el: Fix cycle completion (bug#10963).
14946 Use lexical binding and wrap to 80 columns.
14947 (dabbrev-completion): Delay computing the list of completions.
14948
14949 2012-03-12 Kenichi Handa <handa@m17n.org>
14950
14951 * international/quail.el (quail-insert-kbd-layout): Surround each
14952 row by LRO and PDF instead of inserting many LRMs. Pad the left
14953 and right of each non-spacing marks. Insert invisible space
14954 between lower and upper characters to prevent composition.
14955
14956 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14957
14958 * minibuffer.el (minibuffer-complete): Don't get confused when the
14959 function is run twice via different commands (bug#10958).
14960 (complete-with-action): Fix docstring.
14961
14962 2012-03-12 Chong Yidong <cyd@gnu.org>
14963
14964 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14965 (nxml-completion-at-point-function): New function.
14966 (nxml-mode): Use it.
14967 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14968
14969 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14970 Load generated autoloads file before byte compiling (Bug#10970).
14971 (package--make-autoloads-and-compile): New helper fun.
14972
14973 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14974
14975 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14976
14977 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14978
14979 * autorevert.el (auto-revert-handler): Ensure, that
14980 file-readable-p is applied only for local files or in
14981 auto-revert-tail-mode.
14982
14983 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14984
14985 * server.el (server-eval-at): Handle non-tcp connections.
14986 Decode result string.
14987
14988 * server.el (server-msg-size): New constant.
14989 (server-reply-print): New function.
14990 (server-eval-and-print): Use it.
14991 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14992 Handle -print-nonl.
14993
14994 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14995
14996 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14997 (Bug#10987).
14998
14999 2012-03-11 Chong Yidong <cyd@gnu.org>
15000
15001 * simple.el (goto-line): Doc fix (Bug#9938).
15002
15003 * subr.el (save-window-excursion): Doc fix (Bug#9979).
15004
15005 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15006 when finished (Bug#10963).
15007
15008 2012-03-11 Martin Rudalics <rudalics@gmx.at>
15009
15010 * window.el (split-window-below): Fix bug in case where
15011 split-window-keep-point is nil (Bug#10971).
15012
15013 2012-03-11 Juri Linkov <juri@jurta.org>
15014
15015 * replace.el (replace-highlight): Set isearch-word to nil
15016 unconditionally. (Bug#10887)
15017
15018 2012-03-10 Eli Zaretskii <eliz@gnu.org>
15019
15020 * net/mairix.el (mairix-replace-invalid-chars): Rename from
15021 mairix-replace-illegal-chars; all callers changed. Don't remove
15022 ^, ~, and = characters: they are meaningful in mairix search specs.
15023 (mairix-widget-create-query): Add usage information about mairix
15024 search forms: negating words, searching for substrings, etc.
15025
15026 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
15027
15028 * international/fontset.el (font-encoding-alist): Add an entry for
15029 ksx1001 (Bug#5667).
15030
15031 2012-03-10 Richard Stallman <rms@gnu.org>
15032
15033 * mail/sendmail.el (mail-encode-header):
15034 Set rfc2047-encode-encoded-words.
15035
15036 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15037
15038 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15039 view buffer means not swapped.
15040 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15041 (rmail-write-region-annotate): Error if real text has disappeared.
15042
15043 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15044
15045 2012-03-10 Chong Yidong <cyd@gnu.org>
15046
15047 * emulation/cua-rect.el (cua--init-rectangles):
15048 * emulation/cua-base.el (cua--init-keymaps):
15049 Add delete-forward-char to remappings (Bug#9666).
15050
15051 2012-03-10 Martin Rudalics <rudalics@gmx.at>
15052
15053 * speedbar.el (speedbar-unhighlight-one-tag-line):
15054 Avoid unhighlighting due to frame switching (Bug#10275).
15055
15056 2012-03-10 Chong Yidong <cyd@gnu.org>
15057
15058 * minibuffer.el (completion-in-region, completion-help-at-point):
15059 Give the completion field overlay a high priority (Bug#6830).
15060
15061 * dired.el (dired-goto-file): Recognize absolute file name
15062 listings (Bug#7126).
15063 (dired-goto-file-1): New helper function.
15064 (dired-toggle-read-only): Inhibit warnings.
15065
15066 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
15067
15068 * net/dbus.el (dbus-property-handler): Return empty array if
15069 there are no properties.
15070
15071 2012-03-09 Leo Liu <sdl.web@gmail.com>
15072
15073 * savehist.el (savehist-printable): Stricter check for string
15074 value (Bug#10937).
15075
15076 2012-03-09 Eli Zaretskii <eliz@gnu.org>
15077
15078 * mail/smtpmail.el (smtpmail-send-it):
15079 Bind coding-system-for-write to *-unix, so that FCC files are kept in
15080 valid mbox format.
15081
15082 2012-03-09 Glenn Morris <rgm@gnu.org>
15083
15084 * files.el (dir-locals-find-file):
15085 Don't check result is regular, readable.
15086 (dir-locals-read-from-file): Demote errors.
15087
15088 2012-03-08 Eli Zaretskii <eliz@gnu.org>
15089
15090 * international/quail.el (quail-insert-kbd-layout):
15091 Insert invisible LRM characters before each character in a keyboard
15092 layout cell, to prevent their reordering by bidi display engine.
15093 For details, see the discussion in
15094 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15095
15096 2012-03-08 Alan Mackenzie <acm@muc.de>
15097
15098 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15099 the starting position; make it extend the marked region when
15100 invoked repeatedly - all under appropriate circumstances.
15101 Fixes bugs #5525, #10906.
15102
15103 2012-03-08 Glenn Morris <rgm@gnu.org>
15104
15105 * files.el (locate-dominating-file, dir-locals-find-file):
15106 Undo 2012-03-06 change.
15107
15108 2012-03-07 Eli Zaretskii <eliz@gnu.org>
15109
15110 * international/quail.el (quail-help):
15111 Force bidi-paragraph-direction be left-to-right. See discussion in
15112 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15113 for the reason.
15114
15115 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
15116
15117 Avoid superfluous registering of signals. (Bug#10807)
15118
15119 * notifications.el (notifications-on-action-object)
15120 (notifications-on-close-object): New defvars.
15121 (notifications-on-action-signal, notifications-on-closed-signal):
15122 Unregister the signal if not needed any longer.
15123 (notifications-notify): Register `notifications-action-signal' or
15124 `notifications-closed-signal', if :on-action or :on-close has been
15125 passed as argument.
15126
15127 2012-03-07 Chong Yidong <cyd@gnu.org>
15128
15129 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15130 non-X platforms.
15131
15132 2012-03-06 Glenn Morris <rgm@gnu.org>
15133
15134 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15135 (x-disown-selection-internal, x-get-selection-internal):
15136 Doc fix (add arglist signatures). (Bug#10783)
15137
15138 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15139
15140 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15141 Handle breakpoints with no "type".
15142
15143 2012-03-06 Glenn Morris <rgm@gnu.org>
15144
15145 * files.el (locate-dominating-file): Add optional predicate argument.
15146 (dir-locals-find-file): Make use of above change.
15147
15148 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15149
15150 * info.el (Info-insert-dir): Also try "dir.gz".
15151
15152 2012-03-06 Glenn Morris <rgm@gnu.org>
15153
15154 * files.el (dir-locals-find-file):
15155 Ignore non-readable or non-regular files. (Bug#10928)
15156
15157 * files.el (locate-dominating-file): Doc fix.
15158
15159 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15160
15161 * calendar/calendar.el (calendar-set-mode-line):
15162 `getenv' returns a string. (Bug#10951)
15163
15164 2012-03-05 Leo Liu <sdl.web@gmail.com>
15165
15166 * simple.el (backward-delete-char-untabify): Constrain point to
15167 field (Bug#10939).
15168
15169 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15170
15171 2012-03-05 Chong Yidong <cyd@gnu.org>
15172
15173 * simple.el (count-words): If called from Lisp, return the word
15174 count, for symmetry with `count-lines'. Arglist changed.
15175 (count-words--message): Args changed. Consolidate counting code
15176 from count-words and count-words-region.
15177 (count-words-region): Caller changed.
15178 (count-lines-region): Make it an obsolete alias.
15179
15180 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15181
15182 * saveplace.el (save-place-to-alist)
15183 (save-place-ignore-files-regexp): Allow value nil to disable this
15184 feature.
15185
15186 2012-03-04 Chong Yidong <cyd@gnu.org>
15187
15188 * faces.el (face-spec-reset-face): For the default face, reset the
15189 attributes to default values (Bug#10748).
15190
15191 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15192
15193 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15194 previous patch: Check `message-send-mail-function', and not the
15195 default function (bug#10897).
15196
15197 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
15198
15199 * notifications.el (notifications-on-action-signal)
15200 (notifications-on-closed-signal): Check for unique service name of
15201 incoming event. Fix error in removing entry.
15202 (top): Register for signals with wildcard service name.
15203 (notifications-notify): Use daemon unique service name for map entries.
15204
15205 2012-03-04 Chong Yidong <cyd@gnu.org>
15206
15207 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15208
15209 2012-03-04 Glenn Morris <rgm@gnu.org>
15210
15211 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15212 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15213 (expand-abbrev, define-abbrev-table): Doc fixes.
15214
15215 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15216
15217 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15218 `message-default-send-mail-function' and not `send-mail-function'
15219 when doing the prompting for `sendmail-query-once' before sending
15220 in Message buffers (bug#10897).
15221
15222 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15223 This is inconsistent with all the other stream functions, which leave
15224 the setting up to the higher levels (if so wanted) (bug#10931).
15225
15226 2012-03-02 Alan Mackenzie <acm@muc.de>
15227
15228 Depessimize the handling of very large macros.
15229
15230 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15231 (c-macro-cache-syntactic): New variables to implement a one
15232 element macro cache.
15233 (c-invalidate-macro-cache): New function.
15234 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15235 Adapt to use the new cache.
15236 (c-state-safe-place): Use better the cache of safe positions.
15237 (c-state-semi-nonlit-pos-cache)
15238 (c-state-semi-nonlit-pos-cache-limit):
15239 New variables for...
15240 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15241 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15242 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15243 Use c-state-semi-safe-place.
15244
15245 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15246 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15247
15248 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15249
15250 * jka-compr.el (jka-compr-call-process):
15251 Apply `file-accessible-directory-p' only when the default directory is
15252 not remote.
15253
15254 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15255
15256 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15257 access of FILE2, if FILE1 does not exist.
15258
15259 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15260 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15261
15262 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15263 Add "PAGER=" to `process-environment'.
15264
15265 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15266
15267 * progmodes/sql.el: Bug fix
15268 (sql-get-login-ext): Save login values in globals.
15269 (sql-get-login): Use new version of `sql-get-login-ext'.
15270 (sql-interactive-mode): Set global `sql-connection' to nil.
15271 (sql-connect): Set global values for connection.
15272 (sql-product-interactive): Save global values as buffer local.
15273
15274 2012-02-29 Leo Liu <sdl.web@gmail.com>
15275
15276 * abbrev.el (define-abbrevs): Reset sys to nil.
15277
15278 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15279
15280 * files.el (file-equal-p): Rename from `files-equal-p'.
15281 Return nil when one or both files don't exist.
15282 (file-subdir-of-p): Now only top directory must exists,
15283 return nil if it doesn't.
15284 (copy-directory): No need to test with `file-subdir-of-p' after
15285 creating dir.
15286 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15287 to `file-equal-p'.
15288
15289 2012-02-28 Glenn Morris <rgm@gnu.org>
15290
15291 * shell.el (shell-mode):
15292 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15293 * play/landmark.el (landmark-font-lock-face-O):
15294 * play/handwrite.el (handwrite):
15295 * play/gomoku.el (gomoku-O):
15296 * net/browse-url.el (browse-url-browser-display):
15297 * international/mule.el (define-charset):
15298 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15299 * filesets.el (filesets-find-file-delay):
15300 * eshell/em-xtra.el (eshell-xtra):
15301 * eshell/em-unix.el (eshell-grep):
15302 * emulation/viper.el (viper-mode):
15303 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15304 * emacs-lisp/easymenu.el (easy-menu-define):
15305 * calendar/timeclock.el (timeclock-use-display-time):
15306 * bs.el (bs-mode):
15307 * bookmark.el (bookmark-save-flag):
15308 Doc fix (standardize possessive apostrophe usage).
15309
15310 2012-02-27 Chong Yidong <cyd@gnu.org>
15311
15312 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15313 Fix key-binding lookup for ESC key (Bug#9146).
15314
15315 * font-lock.el (font-lock-specified-p): Rename from
15316 font-lock-spec-present. Callers changed.
15317
15318 2012-02-27 Daniel Hackney <dan@haxney.org>
15319
15320 * emacs-lisp/package.el (package-compute-transaction):
15321 Handle holding a package version to t in package-load-list.
15322
15323 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15324
15325 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15326 (tramp-get-inode, tramp-get-device): Use cached values.
15327
15328 2012-02-26 Alan Mackenzie <acm@muc.de>
15329
15330 Check there is a font-lock specification before doing initial
15331 fontification.
15332
15333 * font-core.el (font-lock-mode): Move the conditional from
15334 :after-hook to font-lock-initial-fontify.
15335 (font-lock-default-function): Move the check for a specification
15336 to font-lock-spec-present.
15337
15338 * font-lock.el (font-lock-initial-fontify): Call ...
15339 (font-lock-spec-present): New function.
15340
15341 2012-02-26 Jim Blandy <jimb@red-bean.com>
15342
15343 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15344 (gdb-send): Apply it to the operand of the '-interpreter-exec
15345 console' command, so that we can pass arguments with (say) quotes
15346 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15347
15348 2012-02-26 Chong Yidong <cyd@gnu.org>
15349
15350 * help-fns.el (describe-function-1): Clarify description of
15351 remapping (Bug#10844).
15352
15353 * files.el (files-equal-p): Doc fix.
15354 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15355 and quit the loop once a mismatch is found.
15356
15357 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15358
15359 * bs.el (bs--show-with-configuration): Don't throw an error
15360 if the window cannot be split; otherwise, subsequent calls to
15361 bs-show fail, restoring a stale window config. (Bug#10882)
15362
15363 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15364
15365 * term/ns-win.el (global-map): Bind ns-drag-file to
15366 ns-find-file (Bug#5855, Bug#10050).
15367
15368 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15369
15370 * calendar/parse-time.el (parse-time-string): Allow extractor to
15371 return nil.
15372
15373 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15374
15375 * net/tramp.el (tramp-file-name-for-operation):
15376 Add `files-equal-p' and `file-subdir-of-p'.
15377
15378 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15379 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15380 Add COPY-CONTENTS argument.
15381
15382 2012-02-25 Chong Yidong <cyd@gnu.org>
15383
15384 Add custom groups for VC backends, for consistency with vc-bzr.
15385
15386 * vc/vc-arch.el (vc-arch):
15387 * vc/vc-cvs.el (vc-cvs):
15388 * vc/vc-git.el (vc-git):
15389 * vc/vc-hg.el (vc-hg):
15390 * vc/vc-mtn.el (vc-mtn):
15391 * vc/vc-rcs.el (vc-rcs):
15392 * vc/vc-sccs.el (vc-sccs):
15393 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15394 All relevant defcustoms reassigned.
15395
15396 2012-02-25 Chong Yidong <cyd@gnu.org>
15397
15398 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15399
15400 * term/x-win.el (x-initialize-window-system): Reduce default for
15401 x-selection-timeout to 5 seconds (Bug#8869).
15402
15403 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15404
15405 * files.el (files-equal-p, file-subdir-of-p): New functions.
15406 (copy-directory): Error when trying to copy a directory on itself.
15407 Add missing copy-contents arg to tramp handler.
15408 * dired-aux.el (dired-copy-file-recursive): Same.
15409 (dired-create-files): Modify destination when source is equal to
15410 dest when copying files.
15411 Return also when dest is a subdir of source. (Bug#10489)
15412
15413 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15414
15415 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15416 (Bug#10874)
15417
15418 2012-02-23 Alan Mackenzie <acm@muc.de>
15419
15420 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15421 parameter "after-hook:" to allow the expansion to run code after
15422 the execution of the mode hooks.
15423
15424 * font-lock.el (font-lock-initial-fontify): New function extracted
15425 from font-lock-mode-internal.
15426
15427 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15428 :after-hook.
15429
15430 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15431
15432 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15433 (completion--cache-all-sorted-completions): New function.
15434 (completion-all-sorted-completions): Use it.
15435 (completion--do-completion, minibuffer-force-complete):
15436 Use it to re-instate the flush hook.
15437
15438 * icomplete.el (icomplete-completions): Replace last fix with a better
15439 one (bug#10850).
15440
15441 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15442
15443 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15444 when it might call us back infinitely (bug#10797).
15445
15446 2012-02-23 Glenn Morris <rgm@gnu.org>
15447
15448 * minibuffer.el (completion-category-overrides): Doc fix.
15449
15450 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15451
15452 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15453 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15454
15455 2012-02-23 Glenn Morris <rgm@gnu.org>
15456
15457 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15458 (authors-obsolete-files-regexps, authors-ignored-files)
15459 (authors-ambiguous-files, authors-renamed-files-alist):
15460 Add more entries.
15461
15462 2012-02-23 Juri Linkov <juri@jurta.org>
15463
15464 * isearch.el (isearch-occur): Sync interactive spec with occur's
15465 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15466
15467 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15468
15469 2012-02-22 Juri Linkov <juri@jurta.org>
15470
15471 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15472 (ucs-insert): Doc fix. Check for hex digits in the string.
15473 Don't display `nil' in the error message. (Bug#10857)
15474
15475 2012-02-22 Alan Mackenzie <acm@muc.de>
15476
15477 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15478
15479 2012-02-22 Glenn Morris <rgm@gnu.org>
15480
15481 * ffap.el (ffap-c-path):
15482 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15483
15484 2012-02-22 Chong Yidong <cyd@gnu.org>
15485
15486 * custom.el (load-theme): Doc fix.
15487
15488 2012-02-22 Glenn Morris <rgm@gnu.org>
15489
15490 * dired-x.el (dired-guess-shell-alist-default):
15491 Remove escape sequences from nroff output. (Bug#172)
15492
15493 2012-02-21 Glenn Morris <rgm@gnu.org>
15494
15495 * vc/emerge.el (emerge-defvar-local):
15496 Set `permanent-local' property rather than unused `preserved'.
15497
15498 * textmodes/picture.el (picture-delete-char): New alias.
15499 (picture-mode-map): Use it. (Bug#10860)
15500 (picture-mode): Doc fix.
15501
15502 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15503
15504 * newcomment.el (uncomment-region-default): Remove unused binding.
15505
15506 2012-02-21 Glenn Morris <rgm@gnu.org>
15507
15508 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15509 (picture-self-insert, picture-tab-chars): Doc fix.
15510 (picture-mode-map): Fix C-a, C-e.
15511
15512 2012-02-20 Glenn Morris <rgm@gnu.org>
15513
15514 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15515
15516 2012-02-20 Leo Liu <sdl.web@gmail.com>
15517
15518 * icomplete.el (icomplete-completions): Check FROM arg before
15519 passing to substring (Bug#10850).
15520
15521 2012-02-19 Chong Yidong <cyd@gnu.org>
15522
15523 * comint.el: Require ansi-color.
15524 (comint-output-filter-functions): Add ansi-color-process-output.
15525
15526 * ansi-color.el: Don't set comint-output-filter-functions; it is
15527 now in the initial value defined in comint.el.
15528 (ansi-color-apply-face-function): New variable.
15529 (ansi-color-apply-on-region): Use it.
15530 (ansi-color-apply-overlay-face): New function.
15531
15532 * shell.el (shell): No need to require ansi-color.
15533 (shell-mode): Use ansi-color-apply-face-function to highlight
15534 color escapes using font-lock-face property (Bug#10835).
15535
15536 2012-02-19 Chong Yidong <cyd@gnu.org>
15537
15538 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15539 mode-line formats (Bug#10839).
15540
15541 2012-02-18 Glenn Morris <rgm@gnu.org>
15542
15543 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15544
15545 * mail/undigest.el (unforward-rmail-message): Doc fix.
15546
15547 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15548
15549 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15550
15551 * international/characters.el (script-list): Sync with the latest
15552 Unicode Character Database.
15553
15554 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15555
15556 * international/titdic-cnv.el: Remove duplicate coding tag.
15557 * language/cham.el: Likewise.
15558 * language/tai-viet.el: Likewise.
15559
15560 2012-02-18 Glenn Morris <rgm@gnu.org>
15561
15562 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15563 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15564 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15565 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15566 * calendar/holidays.el (holiday-bahai-holidays)
15567 (calendar-holidays, list-holidays):
15568 Use utf-8 Bahá'í in doc-strings, menus, etc.
15569
15570 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15571
15572 * saveplace.el (save-place-ignore-files-regexp): New variable
15573 allowing for excluding files from saving their location of point.
15574 The default value matches the temporary commit message editing
15575 files from Git, SVN, Bazaar, and Mercurial.
15576 (save-place-to-alist): Use it.
15577
15578 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15579 Stefan Monnier <monnier@iro.umontreal.ca>
15580
15581 * newcomment.el (uncomment-region-default): Don't leave extra space
15582 when an arg is provided (bug#8150).
15583
15584 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15585
15586 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15587
15588 2012-02-17 Glenn Morris <rgm@gnu.org>
15589
15590 * net/socks.el: Require network-stream. (Bug#10599)
15591
15592 2012-02-17 Kenichi Handa <handa@m17n.org>
15593
15594 * international/charprop.el:
15595 * international/uni-name.el:
15596 * international/uni-old-name.el:
15597 * international/uni-comment.el: Regenerate.
15598
15599 2012-02-16 Glenn Morris <rgm@gnu.org>
15600
15601 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15602 Interactively in calendar buffer, give an error if not on a date.
15603
15604 2012-02-15 Glenn Morris <rgm@gnu.org>
15605
15606 * shell.el (shell-delimiter-argument-list):
15607 Revert 2011-02-17 change. (Bug#8027)
15608
15609 2012-02-15 Chong Yidong <cyd@gnu.org>
15610
15611 * minibuffer.el (completion-at-point-functions): Doc fix.
15612
15613 * custom.el (defcustom): Doc fix; note use of defvar.
15614
15615 2012-02-15 Glenn Morris <rgm@gnu.org>
15616
15617 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15618 Doc fixes.
15619
15620 2012-02-14 Glenn Morris <rgm@gnu.org>
15621
15622 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15623
15624 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15625
15626 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15627 way the ports list is computed.
15628 (smtpmail-query-smtp-server): Prompt the user for a port number if
15629 we can't connect to any of the standard ports (bug#10810).
15630
15631 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15632
15633 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15634
15635 2012-02-13 Glenn Morris <rgm@gnu.org>
15636
15637 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15638
15639 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15640
15641 * net/gnutls.el (gnutls-trustfiles): New variable.
15642 (gnutls-negotiate): Use it.
15643
15644 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15645
15646 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15647 does its stuff if Gnus is running.
15648
15649 2012-02-13 Alan Mackenzie <acm@muc.de>
15650
15651 Fix a loop in c-set-fl-decl-start.
15652
15653 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15654 c-backward-syntactic-ws actually moves backwards.
15655
15656 2012-02-13 Leo Liu <sdl.web@gmail.com>
15657
15658 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15659 beginning so that all \C-o chars are removed.
15660
15661 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15662
15663 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15664
15665 2012-02-12 Alan Mackenzie <acm@muc.de>
15666
15667 Fix infinite loop with long macros.
15668 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15669
15670 2012-02-12 Chong Yidong <cyd@gnu.org>
15671
15672 * window.el (display-buffer): Doc fix (Bug#10785).
15673
15674 2012-02-12 Glenn Morris <rgm@gnu.org>
15675
15676 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15677 (x-disown-selection-internal, x-get-selection-internal):
15678 Sync docs with the xselect.c versions.
15679
15680 * allout-widgets.el: Add missing license notice.
15681
15682 2012-02-11 Glenn Morris <rgm@gnu.org>
15683
15684 * select.el (x-get-selection-internal, x-own-selection-internal)
15685 (x-disown-selection-internal):
15686 * x-dnd.el (x-get-selection-internal): Update declarations.
15687
15688 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15689
15690 * window.el (window-sides-slots):
15691 * tool-bar.el (tool-bar-position):
15692 * term/xterm.el (xterm-extra-capabilities):
15693 * ses.el (ses-self-reference-early-detection):
15694 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15695 (verilog-auto-wire-type)
15696 (verilog-auto-delete-trailing-whitespace)
15697 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15698 (verilog-auto-tieoff-declaration):
15699 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15700 (sql-oracle-statement-starters, sql-oracle-scan-on):
15701 * progmodes/prolog.el (prolog-align-comments-flag)
15702 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15703 (prolog-left-indent-regexp, prolog-paren-indent-p)
15704 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15705 (prolog-types, prolog-mode-specificators)
15706 (prolog-determinism-specificators, prolog-directives)
15707 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15708 (prolog-electric-dot-flag)
15709 (prolog-electric-dot-full-predicate-template)
15710 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15711 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15712 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15713 (prolog-program-switches, prolog-prompt-regexp)
15714 (prolog-debug-on-string, prolog-debug-off-string)
15715 (prolog-trace-on-string, prolog-trace-off-string)
15716 (prolog-zip-on-string, prolog-zip-off-string)
15717 (prolog-use-standard-consult-compile-method-flag)
15718 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15719 (prolog-imenu-max-lines, prolog-info-predicate-index)
15720 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15721 (prolog-char-quote-workaround):
15722 * progmodes/cc-vars.el (c-defun-tactic):
15723 * net/tramp.el (tramp-encoding-command-interactive)
15724 (tramp-local-end-of-line):
15725 * net/soap-client.el (soap-client):
15726 * net/netrc.el (netrc-file):
15727 * net/gnutls.el (gnutls):
15728 * minibuffer.el (completion-category-overrides)
15729 (completion-cycle-threshold)
15730 (completion-pcm-complete-word-inserts-delimiters):
15731 * man.el (Man-name-local-regexp):
15732 * mail/feedmail.el (feedmail-display-full-frame):
15733 * international/characters.el (glyphless-char-display-control):
15734 * eshell/em-ls.el (eshell-ls-date-format):
15735 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15736 (lisp-lambda-list-keyword-parameter-indentation)
15737 (lisp-lambda-list-keyword-parameter-alignment):
15738 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15739 * dired-x.el (dired-omit-verbose):
15740 * cus-theme.el (custom-theme-allow-multiple-selections):
15741 * calc/calc.el (calc-highlight-selections-with-faces)
15742 (calc-lu-field-reference, calc-lu-power-reference)
15743 (calc-note-threshold):
15744 * battery.el (battery-mode-line-limit):
15745 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15746 (archive-7z-update):
15747 * allout.el (allout-prefixed-keybindings)
15748 (allout-unprefixed-keybindings)
15749 (allout-inhibit-auto-fill-on-headline)
15750 (allout-flattened-numbering-abbreviation):
15751 * allout-widgets.el (allout-widgets-auto-activation)
15752 (allout-widgets-icons-dark-subdir)
15753 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15754 (allout-widgets-theme-dark-background)
15755 (allout-widgets-theme-light-background)
15756 (allout-widgets-item-image-properties-emacs)
15757 (allout-widgets-item-image-properties-xemacs)
15758 (allout-widgets-run-unit-tests-on-load)
15759 (allout-widgets-time-decoration-activity)
15760 (allout-widgets-hook-error-post-time)
15761 (allout-widgets-track-decoration):
15762 Add missing :version tags to new defcustoms and defgroups.
15763
15764 * progmodes/sql.el (sql-ansi-statement-starters)
15765 (sql-oracle-statement-starters): Add custom type.
15766
15767 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15768 (prolog-system-version): Give it a type.
15769
15770 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15771
15772 * term/pc-win.el (x-select-text, x-selection-owner-p)
15773 (x-own-selection-internal, x-disown-selection-internal)
15774 (x-get-selection-internal): Sync doc strings and argument lists
15775 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15776
15777 2012-02-11 Leo Liu <sdl.web@gmail.com>
15778
15779 * progmodes/python.el (python-end-of-statement): Fix infinite
15780 loop. (Bug#10788)
15781
15782 2012-02-10 Glenn Morris <rgm@gnu.org>
15783
15784 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15785 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15786
15787 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15788
15789 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15790 about SMTP before checking the From header.
15791
15792 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15793 into own function for reuse by emacsbug.el.
15794
15795 2012-02-10 Leo Liu <sdl.web@gmail.com>
15796
15797 * subr.el (condition-case-unless-debug): Rename from
15798 condition-case-no-debug. All callers changed.
15799 (with-demoted-errors): Fix caller.
15800
15801 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15802 * nxml/rng-valid.el (rng-do-some-validation):
15803 * emacs-lisp/package.el (package-refresh-contents)
15804 (package-menu-execute):
15805 * desktop.el (desktop-create-buffer):
15806 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15807
15808 2012-02-10 Glenn Morris <rgm@gnu.org>
15809
15810 * textmodes/bibtex.el:
15811 Add missing :version tags for new/changed defcustoms.
15812
15813 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15814
15815 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15816
15817 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15818 (smtpmail-via-smtp): Use it, or fall back on the From address.
15819 (smtpmail-send-it): Ditto.
15820
15821 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15822
15823 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15824 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15825 (byte-compile-tmp-var): New const.
15826 (byte-compile-defvar): Use it to minimize .elc size.
15827 Just use `defvar' rather than simulate it (bug#10761).
15828
15829 2012-02-09 Glenn Morris <rgm@gnu.org>
15830
15831 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15832
15833 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15834 Add :version tags.
15835
15836 * progmodes/compile.el (compilation-error-screen-columns)
15837 (compilation-first-column, compilation-filter-start): Doc fixes.
15838
15839 * vc/log-view.el (log-view-toggle-entry-display):
15840 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15841
15842 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15843 (report-emacs-bug-can-use-xdg-email):
15844 (report-emacs-bug-insert-to-mailer): Doc fixes.
15845 (report-emacs-bug): Message fix.
15846
15847 * net/browse-url.el (browse-url-can-use-xdg-open)
15848 (browse-url-xdg-open): Doc fixes.
15849
15850 * electric.el (electric-indent-mode, electric-pair-mode)
15851 (electric-layout-rules, electric-layout-mode): Doc fixes.
15852 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15853
15854 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15855
15856 * server.el (server-unselect-display): Don't inadvertently kill
15857 the current buffer. (Bug#10729)
15858
15859 2012-02-08 Glenn Morris <rgm@gnu.org>
15860
15861 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15862 (sql-list-table): Doc fixes.
15863
15864 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15865 Comment out (does nothing).
15866
15867 * completion.el (dynamic-completion-mode):
15868 * dirtrack.el (dirtrack-debug-mode):
15869 * electric.el (electric-layout-mode):
15870 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15871 * face-remap.el (text-scale-mode, buffer-face-mode):
15872 * iimage.el (iimage-mode):
15873 * image-mode.el (image-transform-mode):
15874 * minibuffer.el (completion-in-region-mode):
15875 * scroll-lock.el (scroll-lock-mode):
15876 * simple.el (next-error-follow-minor-mode):
15877 * tar-mode.el (tar-subfile-mode):
15878 * tooltip.el (tooltip-mode):
15879 * vcursor.el (vcursor-use-vcursor-map):
15880 * wid-browse.el (widget-minor-mode):
15881 * emulation/tpu-edt.el (tpu-edt-mode):
15882 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15883 * international/iso-ascii.el (iso-ascii-mode):
15884 * language/thai-util.el (thai-word-mode):
15885 * mail/supercite.el (sc-minor-mode):
15886 * net/goto-addr.el (goto-address-mode):
15887 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15888 * progmodes/cwarn.el (cwarn-mode):
15889 * progmodes/flymake.el (flymake-mode):
15890 * progmodes/glasses.el (glasses-mode):
15891 * progmodes/hideshow.el (hs-minor-mode):
15892 * progmodes/pascal.el (pascal-outline-mode):
15893 * textmodes/enriched.el (enriched-mode):
15894 * vc/smerge-mode.el (smerge-mode):
15895 Doc fixes (minor mode argument).
15896
15897 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15898
15899 * ls-lisp.el (ls-lisp-sanitize): New function.
15900 (ls-lisp-insert-directory): Use it to fix or remove any elements
15901 in file-alist with missing attributes. (Bug#4673)
15902
15903 2012-02-07 Alan Mackenzie <acm@muc.de>
15904
15905 Fix spurious recognition of c-in-knr-argdecl.
15906
15907 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15908 putative K&R region.
15909
15910 2012-02-07 Alan Mackenzie <acm@muc.de>
15911
15912 * progmodes/cc-engine.el (c-forward-objc-directive):
15913 Prevent looping in "#pragma mark @implementation".
15914
15915 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15916
15917 * notifications.el (notifications-on-closed-signal): Make `reason'
15918 optional. (Bug#10744)
15919
15920 2012-02-07 Glenn Morris <rgm@gnu.org>
15921
15922 * emacs-lisp/easy-mmode.el (define-minor-mode):
15923 Doc fixes for the macro and the mode it defines.
15924
15925 * image.el (imagemagick-types-inhibit): Doc fix.
15926
15927 * cus-start.el (imagemagick-render-type): Add it.
15928
15929 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15930
15931 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15932 Set the default at load time, too, so that `font-lock-fontify-buffer'
15933 can be called without setting up the entire mode first. This fixes
15934 a bug in `mm-inline-text' with C MIME parts.
15935
15936 2012-02-06 Chong Yidong <cyd@gnu.org>
15937
15938 * simple.el (list-processes--refresh): Delete exited processes
15939 (Bug#8094).
15940
15941 * comint.el (comint-next-prompt): next-single-char-property-change
15942 and prev-single-char-property-change never return nil (Bug#8657).
15943
15944 * custom.el (defcustom): Doc fix (Bug#9711).
15945
15946 2012-02-05 Chong Yidong <cyd@gnu.org>
15947
15948 * cus-edit.el (custom-variable-reset-backup): Quote the value
15949 before storing it in the customized-value property (Bug#6712).
15950 (custom-display): Add a customization type tag.
15951 (custom-buffer-create-internal): Improve tooltip message.
15952
15953 * wid-edit.el (widget-field-value-get): New optional arg to
15954 suppress trailing whitespace truncation.
15955 (character): Use it (Bug#2689).
15956
15957 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15958
15959 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15960 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15961
15962 2012-02-05 Chong Yidong <cyd@gnu.org>
15963
15964 * cus-edit.el (custom-variable-value-create): For mismatched
15965 types, show the current value (Bug#7600).
15966
15967 * custom.el (defcustom): Doc fix.
15968
15969 2012-02-05 Glenn Morris <rgm@gnu.org>
15970
15971 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15972
15973 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15974
15975 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15976 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15977 (pp-last-sexp): Use `looking-at-p'.
15978
15979 2012-02-04 Glenn Morris <rgm@gnu.org>
15980
15981 * files.el (revert-buffer):
15982 Doc fix (mention revert-buffer-in-progress-p).
15983
15984 * emacs-lisp/ert-x.el (ert-simulate-command):
15985 Check deferred-action-list (which is obsolete) is bound.
15986
15987 * subr.el (with-wrapper-hook): Doc fixes.
15988
15989 * simple.el (filter-buffer-substring-functions)
15990 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15991
15992 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15993
15994 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15995 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15996
15997 2012-02-04 Leo Liu <sdl.web@gmail.com>
15998
15999 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16000
16001 2012-02-04 Glenn Morris <rgm@gnu.org>
16002
16003 * image.el (image-extension-data): Add obsolete alias.
16004
16005 * isearch.el (isearch-update): Doc fix.
16006
16007 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16008
16009 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16010
16011 2012-02-03 Glenn Morris <rgm@gnu.org>
16012
16013 * image.el (image-animated-p): Doc fix. Use image-animated-types.
16014 (image-animate-timeout): Doc fix.
16015
16016 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16017
16018 2012-02-02 Glenn Morris <rgm@gnu.org>
16019
16020 * server.el (server-auth-dir): Doc fix.
16021 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
16022
16023 * subr.el (run-mode-hooks): Doc fix.
16024
16025 2012-02-02 Juri Linkov <juri@jurta.org>
16026
16027 * image-mode.el (image-toggle-display-image): Remove tautological
16028 `major-mode' from the `derived-mode-p' test.
16029
16030 2012-02-02 Kenichi Handa <handa@m17n.org>
16031
16032 * composite.el (compose-region): Cancel previous change.
16033
16034 2012-02-02 Kenichi Handa <handa@m17n.org>
16035
16036 * composite.el (compose-region, compose-string): Signal error for
16037 a null string component (Bug#6988).
16038
16039 2012-02-01 Chong Yidong <cyd@gnu.org>
16040
16041 * view.el (view-buffer-other-window, view-buffer-other-frame):
16042 Handle special modes like view-buffer (Bug#10650).
16043 (view-buffer): Simplify.
16044
16045 * frame.el (set-frame-font): Tweak meaning of third argument.
16046
16047 * dynamic-setting.el (font-setting-change-default-font):
16048 Use set-frame-font (Bug#9982).
16049
16050 2012-02-01 Glenn Morris <rgm@gnu.org>
16051
16052 * progmodes/compile.el (compilation-internal-error-properties):
16053 Respect compilation-first-column in the "*compilation*" buffer.
16054
16055 * emacs-lisp/easy-mmode.el (define-minor-mode):
16056 Relax :variable's test for a named function.
16057
16058 2012-01-31 Alan Mackenzie <acm@muc.de>
16059
16060 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16061 off by one error.
16062
16063 2012-01-31 Chong Yidong <cyd@gnu.org>
16064
16065 * frame.el (set-frame-font): New arg ALL-FRAMES.
16066
16067 * menu-bar.el (menu-set-font): Use set-frame-font.
16068
16069 * faces.el (face-spec-reset-face): Don't apply unspecified
16070 attribute values to the default face.
16071
16072 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
16073
16074 * progmodes/cwarn.el (cwarn): Remove dead link.
16075 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16076 Remove * from defcustom docstrings.
16077 (turn-on-cwarn-mode): Make obsolete.
16078 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16079 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16080
16081 2012-01-31 Glenn Morris <rgm@gnu.org>
16082
16083 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16084 Fix :variable handling of mode a symbol not equal to modefun.
16085 Allow named functions to be used as the cdr of :variable.
16086
16087 2012-01-30 Glenn Morris <rgm@gnu.org>
16088
16089 * emacs-lisp/authors.el (authors-fixed-entries):
16090 Remove reference to deleted file rnewspost.el.
16091
16092 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
16093
16094 * window.el (window-with-parameter): Remove unused variable `windows'.
16095 (window--side-check): Remove unused variable `code'.
16096 (window--resize-siblings): Remove unused variable `first'.
16097 (adjust-window-trailing-edge): Remove unused variable `failed'.
16098 (window-deletable-p, window--delete): Remove unused variable `buffer'.
16099 Use `let', not `let*'.
16100 (balance-windows-2): Remove unused variable `found'.
16101 (window--state-put-2): Remove unused variable `splits'.
16102 (window-state-put): Remove unused variable `selected'.
16103 (same-window-p): Use `string-match-p'.
16104 (display-buffer-assq-regexp): Remove unused variable `value'.
16105 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16106 Mark argument ALIST as ignored.
16107 (pop-to-buffer): Remove unused variable `old-window'.
16108
16109 2012-01-29 Eli Zaretskii <eliz@gnu.org>
16110
16111 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16112 and .lzma compressed files.
16113
16114 2012-01-29 Chong Yidong <cyd@gnu.org>
16115
16116 * frame.el (window-system-default-frame-alist): Doc fix.
16117
16118 * dynamic-setting.el (font-setting-change-default-font): Don't
16119 change the default face if SET-FONT argument is non-nil (Bug#9982).
16120
16121 2012-01-29 Samuel Bronson <naesten@gmail.com>
16122
16123 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16124
16125 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
16126
16127 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16128 breakpoints in files outside current directory (Bug#6098).
16129
16130 2012-01-29 Chong Yidong <cyd@gnu.org>
16131
16132 * progmodes/python.el: Require ansi-color at top-level.
16133
16134 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16135 Define and use in Emacs Lisp mode (Bug#9360).
16136 (lisp-mode-abbrev-table): Add doc.
16137 (lisp-mode-variables): Don't set local-abbrev-table.
16138 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16139
16140 2012-01-28 Roland Winkler <winkler@gnu.org>
16141
16142 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16143
16144 2012-01-28 Roland Winkler <winkler@gnu.org>
16145
16146 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16147 (bibtex-set-dialect): Use it. Either set global values of
16148 dialect-dependent variables or bind these variables buffer-locally
16149 (Bug#10254).
16150 (bibtex-mode): Call bibtex-set-dialect via
16151 hack-local-variables-hook.
16152 (bibtex-dialect): Update docstring.
16153 Add safe-local-variable predicate.
16154 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16155 bibtex-set-dialect.
16156 (bibtex-mode-map): Define menu for each dialect.
16157 (bibtex-entry): Fix docstring.
16158
16159 2012-01-28 Chong Yidong <cyd@gnu.org>
16160
16161 * eshell/esh-arg.el (eshell-quote-argument): New function.
16162
16163 * eshell/esh-ext.el (eshell-invoke-batch-file):
16164 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16165 first arg to eshell-parse-command (Bug#10523).
16166
16167 2012-01-28 Drew Adams <drew.adams@oracle.com>
16168
16169 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16170 `default-directory' is non-nil.
16171
16172 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16173
16174 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16175 line that displays system-configuration-options. (Bug#9924)
16176
16177 2012-01-28 Drew Adams <drew.adams@oracle.com>
16178
16179 * descr-text.el (describe-char): Show information about POS, in
16180 addition to information about the character at POS. Improve and
16181 update the doc string. Change "code point" to "code point in
16182 charset", to avoid confusion with the character's Unicode code
16183 point shown above that. (Bug#10129)
16184
16185 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16186
16187 * descr-text.el (describe-char): Show the raw character, not only
16188 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16189 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16190 for the reasons.
16191
16192 2012-01-28 Phil Hagelberg <phil@hagelb.org>
16193
16194 * emacs-lisp/package.el (package-install):
16195 Run package-refresh-contents if there is no archive yet (Bug#9798).
16196
16197 2012-01-28 Chong Yidong <cyd@gnu.org>
16198
16199 * emacs-lisp/package.el (package-maybe-load-descriptor):
16200 New function, split from package-maybe-load-descriptor.
16201 (package-maybe-load-descriptor): Use it.
16202 (package-download-transaction): Fully load required packages
16203 inside the loop, so that `require' calls work (Bug#10593).
16204 (package-install): No need to call package-initialize now.
16205
16206 2012-01-28 Chong Yidong <cyd@gnu.org>
16207
16208 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16209
16210 * tooltip.el (tooltip-mode): Doc fix.
16211 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16212
16213 * frame.el (set-cursor-color): Doc fix (Bug#352).
16214
16215 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16216 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16217
16218 * cus-edit.el (custom-buffer-create-internal): Fix search button
16219 action (Bug#10542).
16220 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16221
16222 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16223
16224 * dired.el (dired-mark-files-regexp):
16225 Include any subdirectory components. (Bug#10445)
16226
16227 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16228
16229 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16230 Handle [host]:port syntax. (Bug#10533)
16231
16232 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16233
16234 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16235
16236 2012-01-26 Glenn Morris <rgm@gnu.org>
16237
16238 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16239 * term.el (term-raw-escape-map): Use Control-X-prefix.
16240 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16241
16242 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16243
16244 * window.el (window-state-get, window--state-get-1): Don't deal
16245 with fixed-sizeness of windows. Simplify code.
16246
16247 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16248
16249 * window.el (window--state-get-1, window--state-put-2):
16250 Don't save and restore the mark.
16251
16252 2012-01-25 Chong Yidong <cyd@gnu.org>
16253
16254 * custom.el (custom-variable-p): Doc fix.
16255
16256 2012-01-25 Glenn Morris <rgm@gnu.org>
16257
16258 * dired.el (dired-goto-file): Handle some of the more common
16259 characters that `ls -b' escapes. (Bug#10596)
16260
16261 * progmodes/compile.el (compilation-next-error-function):
16262 Respect compilation-first-column in the "*compilation*" buffer.
16263 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16264
16265 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16266
16267 2012-01-24 Glenn Morris <rgm@gnu.org>
16268
16269 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16270
16271 2012-01-24 Julien Danjou <julien@danjou.info>
16272
16273 * color.el (color-rgb-to-hsl): Fix value computing.
16274 (color-hue-to-rgb): New function.
16275 (color-hsl-to-rgb): New function.
16276 (color-clamp, color-saturate-hsl, color-saturate-name)
16277 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16278 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16279
16280 2012-01-24 Glenn Morris <rgm@gnu.org>
16281
16282 * vc/vc-rcs.el (vc-rcs-create-tag):
16283 * vc/vc-sccs.el (vc-sccs-create-tag):
16284 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16285
16286 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16287
16288 * eshell/esh-util.el (eshell-read-hosts-file):
16289 Skip comment lines. (Bug#10549)
16290
16291 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16292
16293 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16294
16295 * subr.el (display-delayed-warnings): Doc fix.
16296 (collapse-delayed-warnings): New function to collapse identical
16297 adjacent warnings.
16298 (delayed-warnings-hook): Add it.
16299
16300 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16301
16302 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16303
16304 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16305 (tramp-default-user-alist): Don't add "pscp".
16306 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16307 property "login-as", if set. (Bug#10530)
16308
16309 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16310
16311 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16312 "plink1" and "psftp". (Bug#10530)
16313
16314 2012-01-21 Kenichi Handa <handa@m17n.org>
16315
16316 * international/mule-cmds.el (prefer-coding-system): Show a
16317 warning message if the default value of file-name-coding-system
16318 was not changed.
16319
16320 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16321
16322 * windmove.el (windmove-reference-loc):
16323 Fix windmove-reference-loc miscalculation.
16324
16325 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16326
16327 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16328 default unit.
16329
16330 2012-01-21 Glenn Morris <rgm@gnu.org>
16331
16332 * international/mule.el (auto-coding-alist): Add .tbz.
16333
16334 * files.el (local-enable-local-variables): Doc fix.
16335 (inhibit-local-variables-regexps): Rename from
16336 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16337 Doc fix. Add some extensions from auto-coding-alist.
16338 (inhibit-local-variables-suffixes):
16339 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16340 (inhibit-local-variables-p):
16341 New function, extracted from set-auto-mode-1.
16342 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16343 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16344 (hack-local-variables): Doc fix. Make the mode-only case
16345 respect enable-local-variables and friends.
16346 Respect inhibit-local-variables-regexps for file-locals, but
16347 not for directory-locals.
16348 (set-visited-file-name):
16349 Take account of inhibit-local-variables-regexps.
16350 Whether it applies may change as the file name is changed.
16351 * jka-cmpr-hook.el (jka-compr-install):
16352 * jka-compr.el (jka-compr-uninstall):
16353 Update for inhibit-first-line-modes-suffixes name change.
16354
16355 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16356
16357 * help-macro.el (make-help-screen): Temporarily restore original
16358 binding for minor-mode-map-alist (Bug#10454).
16359
16360 2012-01-19 Julien Danjou <julien@danjou.info>
16361
16362 * color.el (color-name-to-rgb): Use the white color to find the max
16363 color component value and return correctly computed values.
16364 (color-name-to-rgb): Add missing float conversion for max value.
16365
16366 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16367
16368 * window.el (window--state-get-1, window-state-get): Do not use
16369 special state value for window-persistent-parameters.
16370 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16371 (window--state-put-2): Reset all window parameters to nil before
16372 assigning values of persistent parameters.
16373
16374 2012-01-18 Alan Mackenzie <acm@muc.de>
16375
16376 Eliminate sluggishness and hangs in fontification of "semicolon
16377 deserts".
16378
16379 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16380 Change value 10000 -> 3000.
16381 (c-state-safe-place): Reformulate so it doesn't stack up an
16382 infinite number of wrong entries in c-state-nonlit-pos-cache.
16383 (c-determine-limit-get-base, c-determine-limit): New functions to
16384 determine backward search limits disregarding literals.
16385 (c-find-decl-spots): Amend commenting.
16386 (c-cheap-inside-bracelist-p): New function which detects "={".
16387
16388 * progmodes/cc-fonts.el
16389 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16390 backward search.
16391 (c-font-lock-declarations): Fix an occurrence of point being
16392 undefined. Check additionally for point being in a bracelist or
16393 near a macro invocation without a semicolon so as to avoid a
16394 fruitless time consuming search for a declarator. Give a more
16395 precise search limit for declarators using the new
16396 c-determine-limit.
16397
16398 2012-01-18 Glenn Morris <rgm@gnu.org>
16399
16400 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16401 (set-auto-mode): Doc fixes.
16402
16403 2012-01-17 Glenn Morris <rgm@gnu.org>
16404
16405 * isearch.el (search-nonincremental-instead): Fix doc typo.
16406
16407 * dired.el (dired-insert-directory): Handle newlines in directory name.
16408 (dired-build-subdir-alist): Unescape newlines in directory name.
16409
16410 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16411
16412 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16413 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16414 (tramp-action-terminal): Use it. (Bug#10530)
16415
16416 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16417
16418 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16419
16420 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16421
16422 * window.el (window-state-ignored-parameters): Remove variable.
16423 (window--state-get-1): Rename argument MARKERS to IGNORE.
16424 Handle persistent window parameters. Make copy of clone-of
16425 parameter only if requested. (Bug#10348)
16426 (window--state-put-2): Install a window parameter only if it has
16427 a non-nil value or an existing parameter shall be overwritten.
16428
16429 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16430
16431 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16432
16433 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16434
16435 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16436 don't pass the (nil) value of `upnode' to string-match.
16437
16438 2012-01-14 Chong Yidong <cyd@gnu.org>
16439
16440 * startup.el (command-line): Fix X resource class for cursorColor.
16441 Fix values recognized by the cursorBlink resource.
16442
16443 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16444
16445 * epg.el (epg--make-temp-file): Avoid permission race condition
16446 when running on old Emacs versions (bug#10403).
16447
16448 2012-01-14 Glenn Morris <rgm@gnu.org>
16449
16450 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16451
16452 2012-01-13 Alan Mackenzie <acm@muc.de>
16453
16454 Fix filling for when filladapt mode is enabled.
16455
16456 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16457 c-mask-paragraph, pass in `fill-paragraph' rather than
16458 `fill-region-as-paragraph'. (This is a reversion of a previous
16459 change.)
16460 * progmodes/cc-mode.el (c-basic-common-init):
16461 Make fill-paragraph-handle-comment buffer local and set it to nil.
16462
16463 2012-01-13 Glenn Morris <rgm@gnu.org>
16464
16465 * dired.el (dired-switches-escape-p): New function.
16466 (dired-insert-directory): Use dired-switches-escape-p.
16467 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16468
16469 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16470
16471 2012-01-12 Glenn Morris <rgm@gnu.org>
16472
16473 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16474 changes in adaptive-fill-regexp. (Bug#10276)
16475
16476 2012-01-11 Alan Mackenzie <acm@muc.de>
16477
16478 Fix Emacs bug #10463 - put `widen's around the critical spots.
16479
16480 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16481 widen around each invocation of c-state-pp-to-literal. Remove an
16482 unused let variable.
16483
16484 2012-01-11 Glenn Morris <rgm@gnu.org>
16485
16486 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16487 Doc fix.
16488
16489 2012-01-10 Chong Yidong <cyd@gnu.org>
16490
16491 * net/network-stream.el (network-stream-open-starttls):
16492 Avoid emitting a confusing error message when the server gives a bad
16493 response to the capability command.
16494
16495 2012-01-10 Glenn Morris <rgm@gnu.org>
16496
16497 * mail/unrmail.el (unrmail): Tweak previous change.
16498
16499 2012-01-09 Chong Yidong <cyd@gnu.org>
16500
16501 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16502
16503 2012-01-08 Alan Mackenzie <acm@muc.de>
16504
16505 Optimize font locking in long enum definitions.
16506
16507 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16508 arm to a cond form to handle enums.
16509 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16510 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16511
16512 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16513
16514 * files.el (move-file-to-trash): Preserve default file modes on error.
16515 (Bug#10401)
16516
16517 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16518
16519 * faces.el (set-face-attribute): Clarify the meaning of the nil
16520 frame (bug#10294).
16521
16522 * subr.el (with-selected-frame): Mention that the selected frame
16523 is restored (bug#9980).
16524
16525 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16526 (bug#9759).
16527
16528 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16529 (password-read): Don't autoload unused function.
16530
16531 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16532
16533 * progmodes/which-func.el (which-func-mode): Turn into a
16534 non-interactive function and mark as obsolete (bug#10428).
16535
16536 2012-01-06 Chong Yidong <cyd@gnu.org>
16537
16538 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16539 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16540 functions, along with 1 and -1.
16541
16542 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16543
16544 * time.el (display-time-load-average)
16545 (display-time-default-load-average): Doc fixes. See the thread
16546 starting at
16547 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16548 for the details.
16549
16550 2012-01-06 Glenn Morris <rgm@gnu.org>
16551
16552 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16553 has no messages. (Bug#10377)
16554
16555 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16556 than Info-edit. (Bug#10385)
16557
16558 * time.el (display-time-load-average, display-time-next-load-average):
16559 Doc fixes.
16560
16561 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16562 local setting of buffer-read-only to the input buffer. (Bug#10419)
16563
16564 * calendar/calendar.el (calendar-mode):
16565 Locally set scroll-margin to 0. (Bug#10379)
16566
16567 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16568
16569 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16570
16571 2012-01-05 Glenn Morris <rgm@gnu.org>
16572
16573 * eshell/em-unix.el (diff-no-select): Autoload it.
16574 (eshell/diff): Use diff-no-select. (Bug#10420)
16575
16576 2012-01-05 Chong Yidong <cyd@gnu.org>
16577
16578 * shell.el (shell-dynamic-complete-functions): Revert last change.
16579 (shell-command-completion-function): New function.
16580 (shell-completion-vars): Use it to implement
16581 shell-completion-execonly (Bug#10417).
16582
16583 * custom.el (enable-theme): Don't set custom-safe-themes.
16584
16585 * cus-theme.el (custom-theme-merge-theme):
16586 Ignore custom-enabled-themes and custom-safe-themes.
16587
16588 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16589
16590 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16591 first prompt in `sql-interacive-mode'.
16592 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16593 keywords.
16594 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16595 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16596 context of original buffer. Invoke `sql-login-hook'.
16597
16598 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16599
16600 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16601 letters in cite-prefix.
16602
16603 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16604
16605 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16606
16607 2012-01-03 Chong Yidong <cyd@gnu.org>
16608
16609 * shell.el (shell-dynamic-complete-functions):
16610 Put pcomplete-completions-at-point, so as to try
16611 comint-filename-completion first (Bug#10417).
16612
16613 2012-01-02 Richard Stallman <rms@gnu.org>
16614
16615 * battery.el (battery-status-function):
16616 Detect when to use battery-yeeloong-sysfs.
16617 (battery-echo-area-format): Add string for Yeeloong.
16618 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16619 (battery-yeeloong-sysfs): New function.
16620
16621 2012-01-02 Chong Yidong <cyd@gnu.org>
16622
16623 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16624 (dirtrack): Merge code for handling relative filenames in prompt
16625 from shell-dir-cookie-watcher.
16626 (dirtrack-debug-message): New arg to avoid excess format calls.
16627
16628 * shell.el (shell-dir-cookie-re): Variable deleted.
16629 (shell-dir-cookie-watcher): Function deleted.
16630 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16631 with dirtrack-mode.
16632
16633 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16634
16635 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16636 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16637 libgnutls-26.dll.
16638
16639 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16640
16641 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16642
16643 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16644
16645 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16646 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16647
16648 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16649
16650 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16651 also for alternative shells.
16652 (tramp-open-connection-setup-interactive-shell): Check, whether
16653 the shell is a busybox.
16654 (tramp-send-command): Don't suppress multiple prompts for
16655 busyboxes, it hurts.
16656
16657 2011-12-28 Chong Yidong <cyd@gnu.org>
16658
16659 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16660 (gdb-get-source-file): Move mode line update to
16661 gdb-get-source-file (Bug#10087).
16662
16663 2011-12-25 Chong Yidong <cyd@gnu.org>
16664
16665 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16666 gud-gdb-marker-filter without taking it as an argument.
16667 (gud-gdb-run-command-fetch-lines): Caller changed.
16668 (gud-gdb-completion-function): New variable.
16669 (gud-gdb-completion-at-point): Use it.
16670 (gud-gdb-completions-1): Split from gud-gdb-completions.
16671
16672 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16673 function as separate arguments.
16674 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16675 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16676 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16677 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16678 (gdb-stopped, def-gdb-auto-update-trigger)
16679 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16680 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16681 Callers changed.
16682 (gud-gdbmi-completions): New function.
16683 (gdb): Use it for generating the completion table.
16684
16685 2011-12-24 Alan Mackenzie <acm@muc.de>
16686
16687 Introduce a mechanism to widen the region used in context font
16688 locking. Use this to protect declarations from losing their contexts.
16689
16690 * progmodes/cc-langs.el (c-before-font-lock-functions):
16691 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16692 (c-before-context-fontification-functions): New defvar, a list of
16693 functions to be run just before context (etc.) font locking.
16694
16695 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16696 New, functionality extracted from
16697 c-neutralize-syntax-in-and-mark-CPP.
16698 (c-in-after-change-fontification): New variable.
16699 (c-after-change): Set c-in-after-change-fontification.
16700 (c-set-fl-decl-start): Rejig its interface, so it can be called
16701 from both after-change and context fontifying.
16702 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16703 New functions.
16704 (c-standard-font-lock-fontify-region-function): New variable.
16705 (c-font-lock-fontify-region): New function.
16706
16707 2011-12-24 Juri Linkov <juri@jurta.org>
16708
16709 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16710 (Bug#10348)
16711
16712 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16713
16714 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16715 existence of source file. (Bug#10325)
16716
16717 2011-12-23 Alan Mackenzie <acm@muc.de>
16718
16719 Fix unstable fontification inside templates.
16720
16721 * progmodes/cc-langs.el (c-before-font-lock-functions):
16722 Newly created from the singular version. The (c c++ objc) entry now
16723 additionally has c-set-fl-decl-start. The other languages (apart
16724 from AWK) have that as a single entry.
16725
16726 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16727 The functionality for "local" declarations has been extracted to
16728 c-set-fl-decl-start.
16729
16730 * progmodes/cc-mode.el (c-common-init, c-after-change):
16731 Changes due to pluralisation of c-before-font-lock-functions.
16732 (c-set-fl-decl-start): New function, extracted from
16733 c-font-lock-enclosing-decls and enhanced.
16734
16735 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16736
16737 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16738
16739 2011-12-22 Juri Linkov <juri@jurta.org>
16740
16741 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16742
16743 2011-12-22 Chong Yidong <cyd@gnu.org>
16744
16745 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16746
16747 2011-12-21 Drew Adams <drew.adams@oracle.com>
16748
16749 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16750
16751 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16752
16753 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16754
16755 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16756
16757 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16758 highlighting and support. Fix up comments for capitalization.
16759 (cfengine-mode-debug): New var.
16760 (cfengine3-mode): Change the modeline indicator to "CFE3".
16761 (cfengine3-font-lock-keywords): Improve defun highlighting.
16762 (cfengine2-actions): Rename from `cfengine-actions'.
16763 (cfengine2-font-lock-keywords): Rename from
16764 `cfengine-font-lock-keywords'.
16765 (cfengine2-imenu-expression): Rename from
16766 `cfengine-imenu-expression'.
16767 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16768 (cfengine2-beginning-of-defun): Rename from
16769 `cfengine-beginning-of-defun'.
16770 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16771 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16772 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16773 modeline indicator to "CFE2".
16774 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16775 (cfengine-mode-abbrevs): Mark obsolete.
16776
16777 2011-12-21 Chong Yidong <cyd@gnu.org>
16778
16779 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16780 filename argument.
16781
16782 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16783
16784 * window.el (window-normalize-buffer-to-display): Remove.
16785 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16786
16787 2011-12-19 Chong Yidong <cyd@gnu.org>
16788
16789 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16790 Don't signal an error in a predicate function; return non-nil.
16791 (vc-dir-mark-file): Move the error here.
16792 (vc-dir-mark-unmark): If acting on the region, keep going if one
16793 of the entries cannot be marked/unmarked.
16794 (vc-dir-mark-all-files): If current entry is a directory, mark
16795 only child files, as documented.
16796
16797 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16798
16799 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16800 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16801 addition.
16802
16803 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16804
16805 * term/ns-win.el (ns-get-selection-internal)
16806 (ns-store-selection-internal): Declare.
16807 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16808 Declare as obsolete.
16809 (ns-get-pasteboard, ns-paste-secondary):
16810 Use ns-get-selection-internal.
16811 (ns-set-pasteboard, ns-copy-including-secondary):
16812 Use ns-store-selection-internal.
16813
16814 2011-12-17 Chong Yidong <cyd@gnu.org>
16815
16816 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16817 (vc-deduce-fileset): Doc fix.
16818
16819 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16820
16821 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16822
16823 2011-12-13 Sam Steingold <sds@gnu.org>
16824
16825 * man.el (Man-getpage-in-background): When running under a
16826 window-system, ignore $MANWIDTH and $COLUMNS.
16827
16828 2011-12-15 Kenichi Handa <handa@m17n.org>
16829
16830 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16831 (setup-ethiopic-environment-internal): Comment out key-binding for
16832 ethio-toggle-punctuation.
16833
16834 2011-12-13 Alan Mackenzie <acm@muc.de>
16835
16836 Add the switch statement to AWK Mode.
16837
16838 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16839 "default" to the keywords regexp.
16840
16841 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16842 expression as the rest.
16843 (c-nonlabel-token-key): Allow string literals for AWK.
16844 Refactor for the other modes.
16845
16846 Large brace-block initialisation makes CC Mode slow: Fix.
16847 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16848 routines. Limit backward searching in c-font-lock-enclosing.decl.
16849
16850 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16851 pp-state and literal type in addition to the limits.
16852 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16853 (c-state-literal-at): Use the above new defun.
16854 (c-slow-in-literal, c-fast-in-literal): Remove.
16855 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16856
16857 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16858 being in a literal. Add a limit for backward searching.
16859
16860 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16861 c-slow-in-literal.
16862
16863 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16864
16865 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16866
16867 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16868
16869 * window.el (delete-other-windows): Use correct frame in call to
16870 window-with-parameter.
16871
16872 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16873
16874 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16875 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16876 (makefile-gmake-statements, makefile-makepp-statements):
16877 Use it and add new makepp keywords.
16878 (makefile-makepp-font-lock-keywords): Add new patterns.
16879 (makefile-match-function-end): Match new [...] and [[...]].
16880
16881 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16882
16883 * ses.el (ses-call-printer-return, ses-cell-property-get)
16884 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16885 (ses-create-cell-variable, ses-reset-header-string)
16886 (ses-cell-set-formula, ses-repair-cell-reference-all)
16887 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16888 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16889 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16890 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16891 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16892 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16893 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16894 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16895 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16896 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16897 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16898 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16899
16900 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16901
16902 * ses.el: The overall change is to add cell renaming, that is
16903 setting fancy names for cell symbols other than name matching
16904 "\\`[A-Z]+[0-9]+\\'" regexp .
16905 (ses-create-cell-variable): New defun.
16906 (ses-relocate-formula): Relocate formulas only for cells the
16907 symbols of which are not renamed, i.e. symbols whose names do not
16908 match regexp "\\`[A-Z]+[0-9]+\\'".
16909 (ses-relocate-all): Relocate values only for cells the symbols of
16910 which are not renamed.
16911 (ses-load): Create cells variables as the (ses-cell ...) are read,
16912 in order to check row col consistency with cell symbol name only
16913 for cells that are not renamed.
16914 (ses-replace-name-in-formula): New defun.
16915 (ses-rename-cell): New defun.
16916
16917 2011-12-11 Chong Yidong <cyd@gnu.org>
16918
16919 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16920 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16921
16922 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16923
16924 * window.el (other-window): Fix docstring.
16925
16926 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16927
16928 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16929 `from' or `to' address before taking its substring.
16930 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16931 encoded name is chopped in the middle of the encoded string, and
16932 thus displayed encoded.
16933
16934 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16935
16936 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16937
16938 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16939
16940 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16941 to use texinfo-update-node and commands that call it if the
16942 Texinfo file uses @node lines without next/prev/up pointers.
16943 Correct outdated description about texinfo-master-menu.
16944 (texinfo-all-menus-update, texinfo-master-menu)
16945 (texinfo-update-node, texinfo-every-node-update)
16946 (texinfo-multiple-files-update): Doc fix. Warn against updating
16947 all the @node lines.
16948 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16949 argument is numeric. Explain better in the doc string what the
16950 function really does.
16951 (texinfo-insert-master-menu-list): Improve the error message
16952 displayed if there's no menu in the Top node.
16953 (Bug#2975) See also this thread:
16954 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16955
16956 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16957
16958 * speedbar.el (speedbar-supported-extension-expressions):
16959 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16960
16961 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16962
16963 * printing.el (pr-mode-alist):
16964 * simple.el (filter-buffer-substring-functions)
16965 (completion-list-insert-choice-function):
16966 * window.el (window-with-parameter, window-atom-root)
16967 (window-sides-slots, window-size-fixed, window-min-delta)
16968 (window-max-delta, window--resize-mini-window)
16969 (window--resize-child-windows-normal, window-tree)
16970 (delete-other-windows, quit-window, split-window)
16971 (display-buffer-record-window, special-display-buffer-names)
16972 (special-display-regexps, special-display-popup-frame)
16973 (same-window-p, split-window-sensibly)
16974 (display-buffer-overriding-action, display-buffer-alist)
16975 (display-buffer-base-action, display-buffer, switch-to-buffer)
16976 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16977 (fit-window-to-buffer, recenter-positions)
16978 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16979 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16980 and remove unneeded backslashes in docstrings.
16981
16982 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16983
16984 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16985
16986 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16987 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16988 end in ".mk".
16989 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16990 when reading the makefile (bug#10116).
16991
16992 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16993
16994 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16995 (bug#10116).
16996
16997 2011-12-06 Glenn Morris <rgm@gnu.org>
16998
16999 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17000
17001 2011-12-06 Chong Yidong <cyd@gnu.org>
17002
17003 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17004
17005 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
17006
17007 * textmodes/table.el (table-shorten-cell): Fix typo.
17008
17009 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
17010
17011 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17012
17013 2011-12-05 Eli Zaretskii <eliz@gnu.org>
17014
17015 * descr-text.el (describe-char): Fix display of strong
17016 right-to-left characters and directional embeddings and overrides.
17017
17018 * simple.el (what-cursor-position): Fix display of codepoints of
17019 strong right-to-left characters.
17020
17021 2011-12-05 Chong Yidong <cyd@gnu.org>
17022
17023 * faces.el (read-color): Doc fix.
17024
17025 2011-12-05 Glenn Morris <rgm@gnu.org>
17026
17027 * align.el (align--set-marker): Add doc-string.
17028 Don't try to move something that is not a marker. (Bug#10216)
17029
17030 2011-12-04 Glenn Morris <rgm@gnu.org>
17031
17032 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17033 overly zealous deletion of trailing whitespace.
17034
17035 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
17036
17037 * server.el (server-delete-client): On Windows, do not try to delete
17038 the only terminal.
17039 (server-process-filter): On Windows, treat requests for a tty frame as
17040 if they were for a GUI frame if the running server is in GUI mode.
17041
17042 2011-12-03 Glenn Morris <rgm@gnu.org>
17043
17044 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
17045
17046 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
17047
17048 * electric.el: Streamline electric-indent's hook.
17049 (electric-indent-chars): Revert to simple list.
17050 (electric-indent-functions): New var.
17051 (electric-indent-post-self-insert-function): Use it.
17052
17053 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17054 there's no inferior buffer (bug#10196).
17055 (prolog-consult-compile): Don't use toggle-read-only.
17056
17057 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
17058
17059 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17060 interrupt. (Bug#10187)
17061
17062 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17065 (bug#9160).
17066
17067 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17068 (bug#10191).
17069
17070 2011-12-02 Juri Linkov <juri@jurta.org>
17071
17072 * info.el (Info-search): Display "end of manual" when Isearch
17073 reaches the end of single-file Info manual. (Bug#9918)
17074
17075 2011-12-02 Eli Zaretskii <eliz@gnu.org>
17076
17077 * isearch.el (isearch-message-prefix): Run the input method part
17078 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
17079
17080 2011-12-02 Juri Linkov <juri@jurta.org>
17081
17082 * isearch.el (isearch-occur): Use `word-search-regexp' for
17083 `isearch-word'.
17084 (isearch-search-and-update): Add condition for `isearch-word' and
17085 call `word-search-regexp'. (Bug#10145)
17086
17087 2011-12-01 Glenn Morris <rgm@gnu.org>
17088
17089 * eshell/em-hist.el (eshell-hist-initialize):
17090 Handle eshell-history-size nil and HISTSIZE set or unset.
17091 (eshell-history-file-name, eshell-history-size): Fix custom type.
17092
17093 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17094
17095 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17096
17097 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
17098
17099 * progmodes/verilog-mode.el (verilog-pretty-expr):
17100 Rework verilog-pretty-expr to handle new assignment operators in system
17101 verilog, such as += *= and the like.
17102 (verilog-assignment-operator-re): Regular expression to find the
17103 assigment operator in a verilog assignment.
17104 (verilog-assignment-operation-re): Regular expression to find an
17105 assignment statement for pretty-expr.
17106 (verilog-in-attribute-p): Query returns true if point is in an
17107 attribute context; used to skip these for expression line up from
17108 pretty-expr.
17109 (verilog-in-parameter-p): Query returns true if point is in an
17110 parameter definition context; used to skip these for expression
17111 line up from pretty-expr.
17112 (verilog-in-parenthesis-p): Query returns true if point is in a
17113 parenthetical expression, specifically ( ) but not [ ] or { };
17114 used by pretty-expr.
17115 (verilog-just-one-space): If there is no space, don't add one.
17116 (verilog-get-lineup-indent-2): Specifically skip just attribute
17117 contexts for expression lineup, rather than skipping all
17118 parenthetical expressions.
17119 (verilog-calculate-indent): Fix comment, and fix indent.
17120 (verilog-do-indent): Indent declarations in lists (suggested by
17121 Joachim Lechner).
17122 (verilog-mode-abbrev-table): Populate abbrev mode with the various
17123 skeleton items.
17124 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17125 by Alain Mellan).
17126
17127 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
17128
17129 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17130 parameters with embedded comments. Reported by Ray Stevens.
17131 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17132 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17133 Reported by Tim Holt.
17134 (verilog-auto): Fix AUTOing a upper module then AUTOing module
17135 instantiated by upper module causing wrong expansion until AUTOed a
17136 second time. Reported by K C Buckenmaier.
17137 (verilog-diff-auto): Fix showing .* as a difference when
17138 `verilog-auto-star-save' off. Reported by Dan Dever.
17139 (verilog-auto-reset, verilog-read-always-signals)
17140 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17141 temporary signals in reset list if
17142 verilog-auto-reset-blocking-in-non is nil, and match assignment
17143 style to each signal's assignment type, bug381.
17144 Reported by Thomas Esposito.
17145 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17146 (verilog-uvm-statement-re): Support UVM indentation and
17147 highlighting, with old OVM keywords only.
17148 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17149 Support AUTOTIEOFF creating non-wire data types.
17150 Suggested by Jonathan Greenlaw.
17151 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17152 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17153 (verilog-inject-sense, verilog-read-inst-pins)
17154 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17155 Fix mismatching parenthesis inside commented out code when deleting
17156 AUTOINST, bug383. Reported by Jonathan Greenlaw.
17157 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17158 non-numeric vector width. Reported by Alex Reed.
17159 (verilog-auto-ascii-enum): Add "onehot" option to work around not
17160 detecting signals with parameter widths. Reported by Alex Reed.
17161 (verilog-auto-delete-trailing-whitespace):
17162 With `verilog-auto-delete-trailing-whitespace' remove trailing
17163 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17164 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17165 Fix verilog-scan-cache corruption when running user AUTO expansion
17166 hooks that call indentation routines.
17167 (verilog-simplify-range-expression): Fix typo ignoring lower case
17168 identifiers.
17169 (verilog-delete-auto): Fix delete-autos to also remove user created
17170 automatics, as long as they start with AUTO.
17171 (verilog-batch-diff-auto, verilog-diff-auto)
17172 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17173 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17174 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17175 (verilog-in-paren-quick, verilog-re-search-backward-quick)
17176 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17177 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17178 is disabled and its cache will get corrupt, causing AUTOS not to
17179 expand. Instead use only -quick functions.
17180 (verilog-scan-region): Fix scanning over escaped quotes.
17181 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17182 (verilog-re-search-backward-quick)
17183 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17184 related functions now ignore strings, to fix misparsing of strings
17185 with magic comments embedded in them.
17186 (verilog-read-auto-template):
17187 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17188 Reported by Brad Dobbie.
17189 (verilog-read-auto-template):
17190 Fix 'verilog-auto-inst-template-numbers' with comments.
17191 Reported by Brad Dobbie.
17192 (verilog-auto-inst, verilog-auto-inst-param)
17193 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17194 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17195 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17196 debugging templates without merge conflicts, bug357.
17197 Reported by Brad Dobbie.
17198 (verilog-read-auto-template):
17199 Fix verilog-auto-inst-template-numbers with multiple templates.
17200 Reported by Brad Dobbie.
17201 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17202 abbrevs so user won't be asked to save.
17203 (verilog-read-auto-lisp-present): Fix to start at beginning of
17204 buffer in case called outside of verilog-auto.
17205 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17206 to "X-2". Reported by Matthew Myers.
17207 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17208 all inputs from module templates. Reported by Leith Johnson.
17209 (verilog-module-inside-filename-p): Fix locating programs as with
17210 modules.
17211 (verilog-auto-inst-port): Fix vl-width expressions when using
17212 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17213 (verilog-decls-get-regs, verilog-decls-get-signals,
17214 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17215 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17216 verilog-read-decls): Combine reg and wire structures into one var
17217 structure to represent SystemVerilog concepts.
17218 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17219 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17220 (verilog-auto-wire-type, verilog-insert-definition):
17221 Add verilog-auto-wire-type and AUTOLOGIC to support using
17222 SystemVerilog "logic" keyword instead of "wire"/"reg".
17223 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17224 to declares outputs that also have assignments (presumably in an
17225 ifdef or generate if so there's not a driver conflict).
17226 Reported by Matthew Myers.
17227 (verilog-auto-declare-nettype, verilog-insert-definition):
17228 Add verilog-auto-declare-nettype to fix declarations using
17229 `default_nettype none. Reported by Julian Gorfajn.
17230 (verilog-read-always-signals-recurse, verilog-read-decls)
17231 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17232 malformed end statement, bug325. Reported by Joshua Wise and
17233 Andrew Drake.
17234 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17235 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17236 when expanding .* in interfaces, bug320.
17237 Reported by Pierre-David Pfister.
17238 (verilog-read-module-name): Fix import statements between module
17239 name and open parenthesis, bug317.
17240 Reported by Pierre-David Pfister.
17241 (verilog-simplify-range-expression): Fix simplification of
17242 multiplications inside AUTOWIRE connections, bug303.
17243 (verilog-auto-inst-port): Support parameter expansion in
17244 multidimensional arrays.
17245 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17246 after "assert property". Reported by Julian Gorfajn.
17247 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17248 with multiplication, bug303.
17249 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17250 Reported by Jan Frode Lonnum.
17251
17252 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17253
17254 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17255 (hfy-shell-file-name, hfy-shell):
17256 * international/fontset.el (x-decompose-font-name): Fix typos.
17257
17258 2011-11-29 Ken Brown <kbrown@cornell.edu>
17259
17260 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17261 (gdb-version): Remove defvar.
17262 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17263 (gdb-gud-context-command, gdb-non-stop-handler)
17264 (gdb-current-context-command, gdb-stopped): Use it.
17265 (gdb-init-1): Enable pretty printing here.
17266 (gdb-non-stop-handler): Don't enable pretty-printing here.
17267 Check to see if the target supports non-stop mode; if not, turn off
17268 non-stop mode. Use the following.
17269 (gdb-check-target-async): New defun.
17270 (gud-watch, gdb-stopped): Fix whitespace.
17271 (gdb-get-source-file): Don't try to display the source file if
17272 `gdb-main-file' is nil.
17273
17274 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17275
17276 * align.el: Try to generate fewer markers (bug#10047).
17277 (align--set-marker): New macro.
17278 (align-region): Use it.
17279
17280 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17281
17282 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17283
17284 2011-11-29 Chong Yidong <cyd@gnu.org>
17285
17286 * indent.el (indent-for-tab-command, indent-according-to-mode):
17287 Doc fix.
17288 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17289
17290 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17291
17292 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17293 aware of remote file names. (Bug#10124)
17294
17295 2011-11-29 Chong Yidong <cyd@gnu.org>
17296
17297 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17298
17299 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17300
17301 * files.el (find-file): Don't use force-same-window (bug#10144).
17302 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17303 use pop-to-buffer if the selected window can't be used.
17304 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17305
17306 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17307
17308 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17309 special-mode-map.
17310
17311 2011-11-28 Chong Yidong <cyd@gnu.org>
17312
17313 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17314
17315 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17316
17317 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17318 gdb-get-source-file-list on gdb-create-source-file-list.
17319
17320 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17321
17322 * whitespace.el (whitespace-newline): Use a different foreground
17323 color for 16-color light-background displays.
17324
17325 2011-11-24 Chong Yidong <cyd@gnu.org>
17326
17327 * window.el (display-buffer--special-action): Doc fix.
17328
17329 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17330
17331 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17332 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17333 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17334 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17335 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17336 (avl-tree-stack-first):
17337 * emacs-lisp/cconv.el (cconv--analyse-use):
17338 * net/gnutls.el (gnutls-negotiate): Fix typos.
17339
17340 2011-11-24 Glenn Morris <rgm@gnu.org>
17341
17342 * lpr.el (lpr-windows-system, lpr-lp-system):
17343 * mail/binhex.el (binhex-begin-line):
17344 * progmodes/grep.el (grep-history, grep-find-history):
17345 * textmodes/flyspell.el:
17346 * vc/pcvs-defs.el (cvs-global-menu):
17347 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17348 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17349 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17350
17351 * net/tls.el: Fix case of "GnuTLS".
17352
17353 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17354
17355 * version.el (emacs-build-system): Give it a doc-string.
17356
17357 2011-11-24 Juri Linkov <juri@jurta.org>
17358
17359 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17360
17361 2011-11-24 Glenn Morris <rgm@gnu.org>
17362
17363 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17364 if called on a non-mime message just toggle the headers. (Bug#8006)
17365
17366 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17367
17368 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17369 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17370 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17371 (allout-rebullet-heading, allout-open-sibtopic)
17372 (allout-toggle-current-subtree-encryption)
17373 (allout-toggle-subtree-encryption, allout-encrypt-string)
17374 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17375 (allout-distinctive-bullets-string, allout-auto-activation):
17376 * window.el (window-normalize-buffer-to-display):
17377 * progmodes/verilog-mode.el (verilog-batch-indent):
17378 * textmodes/bibtex.el (bibtex-field-braces-opt)
17379 (bibtex-field-strings-opt):
17380 * vc/cvs-status.el (cvs-tree-merge):
17381 Fix typos.
17382
17383 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17384
17385 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17386 `non-essential' to t, in order to avoid remote connections.
17387
17388 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17389
17390 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17391 On MS-DOS and MS-Windows, compare with loaddefs.el
17392 case-insensitively.
17393
17394 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17395
17396 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17397
17398 2011-11-23 Glenn Morris <rgm@gnu.org>
17399
17400 * paths.el (rmail-file-name): Reformat the doc-string so that it
17401 is picked up.
17402
17403 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17404 (rmail-auto-file): Ignore case in the "special" field names,
17405 as mail-fetch-field does for all others.
17406
17407 * mail/rmail.el (rmail-forward):
17408 * mail/rmailkwd.el (rmail-set-label):
17409 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17410 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17411
17412 * mail/rmail.el (rmail-current-message): Doc fix.
17413
17414 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17415
17416 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17417
17418 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17419
17420 2011-11-22 Glenn Morris <rgm@gnu.org>
17421
17422 * mail/rmailmm.el (test-rmail-mime-handler)
17423 (test-rmail-mime-bulk-handler)
17424 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17425
17426 2011-11-21 Juri Linkov <juri@jurta.org>
17427
17428 * calc/calc.el (calc-read-key-sequence):
17429 Let-bind `input-method-function' to nil. (Bug#10018)
17430
17431 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17432
17433 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17434 Tell the caller that the next line needs recomputation, even
17435 though it doesn't start a sexp (bug#10094).
17436
17437 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17438
17439 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17440
17441 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17442
17443 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17444 Use force-same-window.
17445
17446 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17447
17448 * descr-text.el (describe-char-unicode-data):
17449 * json.el (json-string-escape):
17450 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17451 (Footnote-unicode, Footnote-style-p):
17452 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17453
17454 2011-11-20 Chong Yidong <cyd@gnu.org>
17455
17456 * window.el (replace-buffer-in-windows): Restore interactive spec.
17457
17458 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17459
17460 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17461
17462 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17463 (byte-compile-global-not-obsolete-vars): New var.
17464 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17465 Use it.
17466 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17467
17468 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17469
17470 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17471 * progmodes/pascal.el (electric-pascal-equal):
17472 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17473 * xml.el (xml-substitute-special): Fix typos.
17474
17475 2011-11-20 Glenn Morris <rgm@gnu.org>
17476
17477 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17478 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17479 Doc fixes.
17480 (rmail-decode-mime-charset): Mark as obsolete.
17481
17482 * mail/rmailsum.el (rmail-message-regexp-p-1):
17483 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17484 Before using mime functions, check they are set. (Bug#10077)
17485
17486 2011-11-19 Juri Linkov <juri@jurta.org>
17487
17488 * info.el (Info-finder-find-node): Use `package--builtins' instead
17489 of `package-alist'. Use node names formed by the pattern "Keyword "
17490 and the keyword name.
17491
17492 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17493
17494 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17495
17496 2011-11-19 Juri Linkov <juri@jurta.org>
17497
17498 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17499 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17500 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17501 `old-history', `old-history-forward'. Add let-binding
17502 `window-selected'. Remove calls to `kill-buffer',
17503 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17504 before calling `Info-find-node', so `Info-find-node-2' will reread
17505 the Info file. Restore window positions only when `window-selected'
17506 is non-nil.
17507
17508 2011-11-19 Juri Linkov <juri@jurta.org>
17509
17510 * isearch.el (isearch-lazy-highlight-new-loop):
17511 Remove condition `(not isearch-error)'. (Bug#9918)
17512
17513 * misearch.el (multi-isearch-search-fun): Add condition
17514 `(not bound)' to ignore lazy-highlighting search.
17515 Add the search-failed message "end of multi" when the end of
17516 multi-sequence is reached. Uncapitalize the search-failed
17517 message "Repeat for next buffer".
17518
17519 * info.el (Info-search): Add the search-failed message
17520 "end of the manual" when the end of the manual is reached
17521 in Isearch mode.
17522
17523 2011-11-19 Juri Linkov <juri@jurta.org>
17524
17525 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17526 Use non-destructive `remove' instead of `delete' because
17527 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17528 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17529
17530 2011-11-19 Juri Linkov <juri@jurta.org>
17531
17532 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17533 to nil instead of binding `search-ring' and `regexp-search-ring'.
17534 (Bug#9185)
17535
17536 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17537
17538 * simple.el (line-move): Force movement by logical lines for any
17539 hscrolled window, not only when auto-hscroll-mode is on.
17540 (line-move-visual): Update doc string to that effect. (Bug#10076)
17541
17542 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17543
17544 * language/european.el (macintosh): Define as alias for mac-roman.
17545
17546 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17547
17548 * mail/rmailmm.el (rmail-mime-display-header)
17549 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17550 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17551 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17552 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17553 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17554 of a raw aref.
17555 (rmail-mime-entity-segment): To get past the tagline, move forward
17556 2 more lines, to account for the 2 empty lines that precede and
17557 follow the line with the buttons.
17558 (rmail-mime-update-tagline): Move one more line, to get past the
17559 empty line that follows the buttons in the tagline. (Bug#9520)
17560
17561 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17562
17563 * window.el (window-max-delta-1, window-min-delta-1)
17564 (window-min-size-1, window-state-get-1, window-state-put-1)
17565 (window-state-put-2): Use "window--" prefix.
17566
17567 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17568
17569 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17570 (smie-warning-count): New var.
17571 (smie-set-prec2tab): Use it.
17572 (smie-bnf->prec2): Improve warnings. Add docstring.
17573 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17574 (smie-bnf--set-class): New function.
17575 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17576 corner case.
17577
17578 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17579 (compilation-error-properties, compilation-move-to-column):
17580 Handle compilation-first-column while in the target buffer.
17581
17582 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17583 Don't hardcode point-min==1.
17584
17585 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17586 (eshell-rewrite-for-command): Remove workaround.
17587 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17588 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17589 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17590
17591 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17592
17593 2011-11-17 Glenn Morris <rgm@gnu.org>
17594
17595 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17596 Ignore buffer-local generated-autoload-file if it is the same
17597 as the global value. (Bug#10049)
17598
17599 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17600
17601 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17602 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17603 (reftex-toc-previous-heading, reftex-toc-max-level)
17604 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17605 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17606 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17607 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17608 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17609 (reftex-toc-rename-label, reftex-toc-visit-location)
17610 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17611 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17612 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17613 leaving "*toc*" only for references to the buffer.
17614
17615 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17616
17617 * window.el (window-resize, delete-window, split-window):
17618 Replace window-splits by window-combination-resize.
17619 * cus-start.el (window-splits): Replace by window-combination-resize.
17620
17621 2011-11-17 Glenn Morris <rgm@gnu.org>
17622
17623 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17624 Make bash entry derive from sh entry, not shell entry.
17625
17626 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17627
17628 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17629 local file name.
17630
17631 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17632
17633 * menu-bar.el (menu-bar-file-menu):
17634 * printing.el (pr-ps-utility):
17635 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17636 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17637 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17638 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17639 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17640 (icalendar--convert-cyclic-to-ical)
17641 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17642 (icalendar--convert-ical-to-diary)
17643 (icalendar--convert-recurring-to-diary)
17644 (icalendar--convert-non-recurring-all-day-to-diary)
17645 (icalendar-import-format-sample):
17646 * progmodes/idlw-shell.el (idlwave-shell-mode):
17647 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17648 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17649 (vhdl-ps-print-init): Fix typos.
17650
17651 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17652
17653 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17654 FSF and collapse date sequence, obscure author/maintainer email address
17655 better, remove extra version line, track relocation of author's webpage.
17656
17657 * progmodes/python.el (python-pdbtrack-input-prompt)
17658 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17659 regular python pdb prompts. Adjustments shamelessly taken exactly as
17660 suggested in EmacsWiki page (tiny change):
17661 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17662
17663 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17664
17665 * expand.el (expand-pos, expand-index, expand-point):
17666 Remove redundant info from docstring.
17667 (expand-add-abbrevs): Doc fix.
17668 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17669 (expand-sample-perl-mode-expand-list): Fix typos.
17670
17671 * net/dbus.el (dbus-event-member-name):
17672 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17673 * term/pc-win.el (msdos-create-frame-with-faces):
17674 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17675
17676 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17677
17678 * window.el (split-window, window-state-get-1)
17679 (window-state-put-1, window-state-put-2): Rename occurrences of
17680 window-nest to window-combination-limit.
17681 * cus-start.el (window-nest): Rename to window-combination-limit.
17682
17683 2011-11-16 Chong Yidong <cyd@gnu.org>
17684
17685 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17686 regexp (Bug#10033).
17687
17688 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17689
17690 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17691 `completing-read' will remove *Completions* and will preserve
17692 current-buffer for us.
17693 (tmm-add-prompt): Users of *Completions* will always (re)set its
17694 major mode.
17695 (tmm-old-comp-map): Remove.
17696
17697 2011-11-16 Glenn Morris <rgm@gnu.org>
17698
17699 * mail/rmailedit.el: Require rmailmm when compiling.
17700 (rmail-old-mime-state): New declaration.
17701 (rmail-edit-current-message): If editing a mime message,
17702 edit the "raw" message from the mbox buffer.
17703 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17704
17705 2011-11-15 Glenn Morris <rgm@gnu.org>
17706
17707 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17708 which wasn't being used. Add optional arg to force given state.
17709 (rmail-mime): Add optional arg to force given state.
17710
17711 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17712
17713 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17714 * frame.el (display-mm-dimensions-alist):
17715 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17716 (outline-move-subtree-down):
17717 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17718 (newsticker--treeview-do-get-node):
17719 * net/quickurl.el (quickurl-list-buffer-name):
17720 * progmodes/dcl-mode.el (dcl-mode):
17721 * progmodes/gdb-mi.el (gdb-mapcar*):
17722 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17723
17724 2011-11-15 Glenn Morris <rgm@gnu.org>
17725
17726 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17727 in a boolean sense, so just make it a boolean, and fix the doc.
17728 (rmail-show-mime-function, rmail-mime-feature)
17729 (rmail-require-mime-maybe): Doc fixes.
17730 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17731
17732 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17733
17734 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17735
17736 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17737 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17738 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17739 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17740
17741 2011-11-15 Glenn Morris <rgm@gnu.org>
17742
17743 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17744 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17745 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17746 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17747 (rmail-mime, rmail-show-mime): Doc fixes.
17748
17749 * term/ns-win.el (mode-line-frame-identification):
17750 Leave it alone. (Bug#10051)
17751
17752 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17753
17754 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17755 Handle empty buffers. (Bug#9978)
17756
17757 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17758
17759 * international/mule.el (define-charset):
17760 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17761 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17762 * progmodes/verilog-mode.el (verilog-backward-token):
17763 * textmodes/ispell.el (lookup-words):
17764 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17765
17766 2011-11-14 Glenn Morris <rgm@gnu.org>
17767
17768 * progmodes/executable.el
17769 (executable-make-buffer-file-executable-if-script-p):
17770 Handle file-modes returning nil.
17771
17772 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17773 message - not necessary, and causes problems. (Bug#9831)
17774
17775 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17776
17777 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17778
17779 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17780 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17781 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17782
17783 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17784
17785 * window.el (window-resize, delete-window): Use window-splits
17786 variable instead of function.
17787 (window-state-get-1, window-state-put-2, window-state-put):
17788 Don't deal with windows' splits status.
17789
17790 2011-11-12 Glenn Morris <rgm@gnu.org>
17791
17792 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17793 (apropos-documentation): Doc fixes.
17794
17795 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17796
17797 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17798 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17799
17800 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17801
17802 * electric.el (electric-indent-post-self-insert-function): Make it
17803 possible for a char to only indent in some circumstances.
17804 (electric-indent-mode): Simplify.
17805
17806 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17807
17808 * window.el (windows-with-parameter): Remove unused function.
17809 (windows-at-side): Rename to window-at-side-list.
17810 (window-check, window-atom-check, window-atom-check-1)
17811 (window-side-check, window-size-ignore, window-size-fixed-1)
17812 (window-in-direction-2): Prefix with "window--".
17813 (window-tree-1): Rename to window--subtree, fix doc-string.
17814
17815 2011-11-11 Glenn Morris <rgm@gnu.org>
17816
17817 * subr.el (eval-after-load): If FILE is already loaded,
17818 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17819
17820 2011-11-10 Glenn Morris <rgm@gnu.org>
17821
17822 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17823 Call svn via vc-svn-command rather than vc-do-command.
17824 (vc-svn-command): Add --non-interactive. (Bug#9993)
17825 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17826
17827 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17828 Add toggle-read-only. (Bug#7292)
17829 * files.el (toggle-read-only): Mention that it should only
17830 be used interactively. (Bug#10006)
17831
17832 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17833
17834 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17835 Adjust regexp for OCaml warnings.
17836
17837 * electric.el (electric-pair-post-self-insert-function): Let user
17838 turn it off buffer-locally (bug#9932).
17839
17840 * progmodes/python.el (python-beginning-of-statement):
17841 Rewrite (bug#2703).
17842
17843 * progmodes/compile.el: Better handle TABs (bug#9749).
17844 (compilation-internal-error-properties)
17845 (compilation-next-error-function): Obey the target buffer's
17846 compilation-error-screen-columns.
17847
17848 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17849
17850 * progmodes/meta-mode.el: Remove obsolete comments.
17851 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17852 Fix typos in docstrings.
17853
17854 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17855
17856 * window.el (window-size-fixed-p): Rewrite doc-string.
17857 (window-resizable-p): Rename to window--resizable-p. Update callers.
17858 (window--resizable): New function. Make all callers of
17859 window-resizable call window--resizable instead.
17860 (window-resizable): Rewrite in terms of window--resizable.
17861
17862 2011-11-08 Glenn Morris <rgm@gnu.org>
17863
17864 * progmodes/delphi.el (delphi-mode-syntax-table):
17865 Let define-derived-mode define a proper syntax table. (Bug#9994)
17866
17867 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17868
17869 * window.el: Stay away from defsubst.
17870 (window-list-no-nils): Remove.
17871 (window-state-get-1, window-state-get): Use backquote instead.
17872
17873 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17874
17875 * emacs-lisp/find-func.el (find-function-read):
17876 Fix incorrect use of default argument in `completing-read'.
17877
17878 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17879
17880 * window.el (display-buffer-function, special-display-function):
17881 Mention display-buffer-record-window but do not mention
17882 help-setup parameter in doc-strings.
17883 (window-min-delta): Fix doc-string typo.
17884
17885 2011-11-08 Chong Yidong <cyd@gnu.org>
17886
17887 * window.el (window-total-height, window-total-width): Doc fix.
17888 (window-body-size): Move from C.
17889 (window-body-height, window-body-width): Move to C.
17890
17891 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17892
17893 * window.el: Make special-display like display-buffer-alist (bug#9532).
17894 (display-buffer--special-action): New function, morphed
17895 from display-buffer--special.
17896 (display-buffer): Use it to handle special-display-buffers at higher
17897 priority (just after display-buffer-alist).
17898 (display-buffer-fallback-action, display-buffer--other-frame-action)
17899 (pop-to-buffer-same-window): Remove display-buffer--special.
17900
17901 2011-11-07 Glenn Morris <rgm@gnu.org>
17902
17903 * calendar/cal-menu.el (cal-menu-set-date-title):
17904 Do nothing if not in a calendar. (Bug#9976)
17905
17906 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17907
17908 * files.el (find-file): Always use selected-window.
17909
17910 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17911
17912 * window.el (window-combinations): Make WINDOW argument
17913 mandatory. Rewrite doc-string.
17914 (walk-window-subtree, window-atom-check, window-min-delta)
17915 (window-max-delta, window--resize-this-window)
17916 (window--resize-root-window-vertically, window-tree)
17917 (balance-windows, window-state-put): Rewrite doc-strings as to
17918 not mention the term "subwindow".
17919 (window--resize-subwindows-skip-p): Rename to
17920 window--resize-child-windows-skip-p.
17921 (window--resize-subwindows-normal): Rename to
17922 window--resize-child-windows-normal.
17923 (window--resize-subwindows): Rename to
17924 window--resize-child-windows.
17925 (window-or-subwindow-p): Rename to window--in-subtree-p.
17926
17927 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17928
17929 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17930 Ensure that mbox format messages end in two newlines (Bug#9974).
17931
17932 2011-11-06 Chong Yidong <cyd@gnu.org>
17933
17934 * window.el (window-combination-p): Function deleted; its
17935 side-effect is not used in any existing code.
17936 (window-combinations, window-combined-p): Call window-*-child
17937 directly.
17938
17939 2011-11-05 Chong Yidong <cyd@gnu.org>
17940
17941 * window.el (window-valid-p): Rename from window-any-p.
17942 (window-size-ignore, window-state-get): Callers changed.
17943 (window-normalize-window): Rename from window-normalize-any-window.
17944 New arg LIVE-ONLY, replacing window-normalize-live-window.
17945 (window-normalize-live-window): Delete.
17946 (window-combination-p, window-combined-p, window-combinations)
17947 (walk-window-subtree, window-atom-root, window-min-size)
17948 (window-sizable, window-sizable-p, window-size-fixed-p)
17949 (window-min-delta, window-max-delta, window-resizable)
17950 (window-resizable-p, window-full-height-p, window-full-width-p)
17951 (window-current-scroll-bars, window-point-1, set-window-point-1)
17952 (window-at-side-p, window-in-direction, window-resize)
17953 (adjust-window-trailing-edge, maximize-window, minimize-window)
17954 (window-deletable-p, delete-window, delete-other-windows)
17955 (record-window-buffer, unrecord-window-buffer)
17956 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17957 (quit-window, split-window, window-state-put)
17958 (set-window-text-height, fit-window-to-buffer)
17959 (shrink-window-if-larger-than-buffer): Callers changed.
17960
17961 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17962
17963 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17964 rfc2047-decode-string.
17965 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17966 warnings.
17967
17968 * window.el (window-body-height, window-body-width): Mention in
17969 the doc string that the return values are in frame's canonical
17970 units. (Bug#9949)
17971
17972 2011-11-03 Alan Mackenzie <acm@muc.de>
17973
17974 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17975 change in cc-engine.el.
17976
17977 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17978
17979 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17980
17981 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17982
17983 * window.el (quit-window): Call unrecord-window-buffer after
17984 showing another buffer in the window. (Bug#9937)
17985 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17986
17987 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17988
17989 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17990 Accept status with more than 9 shelves. (Bug#9935)
17991 Reported by Colin D Bennett <colin@gibibit.com>.
17992
17993 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17994
17995 * help.el (with-help-window): Don't reference
17996 temp-buffer-show-specifiers in doc-string.
17997
17998 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17999
18000 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18001 menu-item.
18002
18003 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18004
18005 * whitespace.el: New version 13.2.2.
18006 (whitespace-newline-mode): Disable properly. Reported by Sarah
18007 <EmacsWiki>.
18008
18009 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
18010
18011 * net/newst-treeview.el: Remove "Time-stamp".
18012 (newsticker--group-manage-orphan-feeds): Do not call
18013 newsticker--treeview-tree-update.
18014 (newsticker-treeview-update, newsticker-treeview):
18015 Call newsticker--treeview-tree-update if necessary.
18016
18017 2011-10-30 Martin Rudalics <rudalics@gmx.at>
18018
18019 * window.el (window-iso-combination-p, window-iso-combined-p)
18020 (window-iso-combinations): Remove "iso-" infix.
18021 Suggested by Chong Yidong.
18022 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18023 (window-max-delta-1, window-resize, window--resize-siblings)
18024 (window--resize-this-window, adjust-window-trailing-edge)
18025 (split-window, balance-windows-1)
18026 (shrink-window-if-larger-than-buffer):
18027 * calendar/calendar.el (calendar-generate-window):
18028 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18029
18030 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18031
18032 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18033 in place (bug#9907).
18034 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18035 (eshell-rewrite-if-command, eshell-rewrite-for-command)
18036 (eshell-structure-basic-command, eshell-rewrite-while-command)
18037 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18038 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18039 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18040 (eshell-do-pipelines-synchronously, eshell-eval-command):
18041 Use backquotes and prefer setq to set.
18042 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18043 (eshell-macrop): Use functionp.
18044 (eshell-do-eval): Handle multiple expressions in `while' body.
18045
18046 2011-10-30 Chong Yidong <cyd@gnu.org>
18047
18048 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18049 instead of set-mark (Bug#9810).
18050
18051 2011-10-30 Chong Yidong <cyd@gnu.org>
18052
18053 * window.el (split-window-below, split-window-right): Rename from
18054 split-window-above-each-other and split-window-side-by-side
18055 respectively. All callers changed.
18056 (split-window-sensibly, split-window-sensibly): Use them.
18057 (split-window-keep-point): Doc fix.
18058
18059 * isearch.el: Add isearch-scroll property to split-window-below
18060 and split-window-right.
18061
18062 * follow.el (follow-mode):
18063 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18064 * progmodes/ada-xref.el (ada-gdb-application):
18065 * emulation/vip.el (vip-buffer-in-two-windows):
18066 * image-dired.el (image-dired-dired-with-window-configuration):
18067 * dired-x.el (dired-do-find-marked-files):
18068 * dired.el (dired-pop-to-buffer):
18069 * bs.el (bs--show-with-configuration):
18070 * vc/emerge.el (emerge-setup-windows):
18071 * textmodes/two-column.el (2C-two-columns):
18072 * textmodes/reftex-toc.el (reftex-toc):
18073 * progmodes/gdb-mi.el (gdb-setup-windows):
18074 * progmodes/fortran.el (fortran-window-create):
18075 * net/newst-treeview.el (newsticker--treeview-window-init):
18076 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18077 * emulation/tpu-edt.el (tpu-gold-map):
18078 * emulation/crisp.el (crisp-mode-map):
18079 * calendar/calendar.el (calendar-basic-setup): Callers changed.
18080
18081 2011-10-29 Chong Yidong <cyd@gnu.org>
18082
18083 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18084
18085 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18086
18087 * textmodes/flyspell.el (flyspell-word): Fix char offset for
18088 forged Ispell output (Bug#7904).
18089
18090 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18091
18092 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18093
18094 * doc-view.el: Avoid ugly errors about not finding nil.
18095 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18096 (doc-view-dvipdf-program, doc-view-unoconv-program)
18097 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18098 Avoid nil or absolute file name as default value.
18099 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18100
18101 2011-10-28 Alan Mackenzie <acm@muc.de>
18102
18103 * progmodes/cc-defs.el (c-version): -> 5.32.2.
18104
18105 2011-10-28 Alan Mackenzie <acm@muc.de>
18106
18107 Amend the handling of c-beginning/end-of-defun in nested declaration
18108 scopes.
18109
18110 * progmodes/cc-vars.el (c-defun-tactic): Move here from
18111 cc-langs.el. Change it to a defcustom.
18112
18113 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18114 cc-vars.el.
18115
18116 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18117 Prevent "class foo : bar" being spuriously recognized as a label.
18118
18119 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18120 Add parameter `inclusive' (to include enclosing braces in the region).
18121 (c-widen-to-enclosing-decl-scope): New function.
18122 (c-while-widening-to-decl-block): New macro.
18123 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18124 outward for defun boundaries, and correspondingly change symbol
18125 `respect-enclosure' to `go-outward'.
18126 (c-declaration-limits): Change algorithm to report only the "innermost"
18127 defun's boundaries.
18128
18129 2011-10-28 Deniz Dogan <deniz@dogan.se>
18130
18131 * net/rcirc.el (rcirc-mode): Use hard newlines.
18132
18133 2011-10-28 Alan Mackenzie <acm@muc.de>
18134
18135 Amend to indent and fontify macros "which include their own semicolon"
18136 correctly, using the "virtual semicolon" mechanism.
18137
18138 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18139
18140 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18141 Recode to scan one line at a time rather than having \n and \r
18142 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18143 (c-forward-label): Amend for virtual semicolons.
18144 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18145
18146 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18147 of the new C macros.
18148
18149 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18150 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18151 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18152 (c-opt-cpp-macro-define): Make into a full language variable.
18153 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18154 AWK Mode (including \n, \r) removed, no longer needed.
18155
18156 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18157 Invoke c-make-macro-with-semi-re.
18158
18159 * progmodes/cc-vars.el (c-macro-with-semi-re):
18160 (c-macro-names-with-semicolon): New variables.
18161 (c-make-macro-with-semi-re): New function.
18162
18163 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * vc/log-edit.el: Fill empty field rather than adding new one.
18166 (log-edit-add-field): New function.
18167 (log-edit-insert-changelog): Use it.
18168
18169 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18170
18171 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18172
18173 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18174
18175 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18176 (gdb--check-interpreter): New function.
18177 (gdb): Use it.
18178
18179 2011-10-27 Glenn Morris <rgm@gnu.org>
18180
18181 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18182 (least-positive-float, least-negative-float)
18183 (least-positive-normalized-float, least-negative-normalized-float)
18184 (float-epsilon, float-negative-epsilon):
18185 Remove unnecessary declarations.
18186
18187 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18188 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18189 (least-positive-float, least-negative-float)
18190 (least-positive-normalized-float, least-negative-normalized-float)
18191 (float-epsilon, float-negative-epsilon): Add doc-strings,
18192 based on those in cl.texi.
18193
18194 * files.el (set-visited-file-name): If the major-mode changed,
18195 reload the local variables. (Bug#9796)
18196
18197 2011-10-27 Chong Yidong <cyd@gnu.org>
18198
18199 * subr.el (change-major-mode-after-body-hook): New hook.
18200 (run-mode-hooks): Run it.
18201
18202 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18203 Use change-major-mode-before-body-hook.
18204
18205 * simple.el (fundamental-mode):
18206 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18207 change introducing fundamental-mode-hook.
18208
18209 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18210
18211 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18212
18213 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18214
18215 * ido.el (ido-file-name-all-completions-1): Do not require
18216 tramp.el explicitly. (Bug#7583)
18217
18218 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18219
18220 * progmodes/octave-mod.el:
18221 * progmodes/octave-inf.el: Update maintainer.
18222
18223 2011-10-26 Chong Yidong <cyd@gnu.org>
18224
18225 * subr.el (with-wrapper-hook): Rewrite doc.
18226
18227 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18228
18229 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18230 filenames "/method:foo:". (Bug#9793)
18231
18232 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18235 (bug#9865).
18236
18237 2011-10-24 Glenn Morris <rgm@gnu.org>
18238
18239 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18240
18241 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18242
18243 * notifications.el: Add the requirement of a running D-Bus session
18244 bus to the Commentary.
18245
18246 2011-10-24 Juri Linkov <juri@jurta.org>
18247
18248 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18249 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18250 (Bug#9364)
18251
18252 2011-10-24 Juri Linkov <juri@jurta.org>
18253
18254 * info.el (Info-following-node-name-re): Add newline to the list
18255 of allowed characters for leading space. (Bug#9824)
18256
18257 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18258
18259 * progmodes/octave-inf.el (inferior-octave-mode-map):
18260 Fix C-c C-h binding.
18261 * progmodes/octave-mod.el (octave-help): Remove.
18262
18263 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18264
18265 Sync with Tramp 2.2.3.
18266
18267 * net/tramp-cache.el (top): Pacify byte-compiler using
18268 `init-file-user' and `site-run-file'.
18269
18270 * net/trampver.el: Update release number.
18271
18272 2011-10-23 Chong Yidong <cyd@gnu.org>
18273
18274 * files.el (toggle-read-only): Remove obsolete comment about
18275 version control.
18276
18277 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18278 for toggle-read-only. Note that this hasn't called vc-next-action
18279 since 2008-05-02, though it wasn't documented at the time.
18280
18281 * vc/ediff-init.el (ediff-toggle-read-only-function):
18282 Use toggle-read-only.
18283
18284 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18285
18286 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18287 of c-parse-state.
18288
18289 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18290 correct faulty logical expression.
18291 (c-parse-state-state, c-record-parse-state-state):
18292 (c-replay-parse-state-state): New defvar/defuns.
18293 (c-debug-parse-state): Use new functions.
18294
18295 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18296
18297 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18298 last fix. Use window-in-direction correctly.
18299
18300 2011-10-21 Chong Yidong <cyd@gnu.org>
18301
18302 * progmodes/idlwave.el (idlwave-mode):
18303 * progmodes/vera-mode.el (vera-mode): No need to set
18304 require-final-newline; that's done in prog-mode.
18305 Suggested by Stefan Monnier.
18306
18307 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18308
18309 * mouse.el (mouse-drag-window-above)
18310 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18311 (mouse-drag-mode-line-1, mouse-drag-header-line)
18312 (mouse-drag-vertical-line-rightward-window): Remove.
18313 (mouse-drag-line): New function.
18314 (mouse-drag-mode-line, mouse-drag-header-line)
18315 (mouse-drag-vertical-line): Call mouse-drag-line.
18316 * window.el (window-at-side-p, windows-at-side): New functions.
18317
18318 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18319
18320 * tar-mode.el (tar-grind-file-mode):
18321 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18322
18323 2011-10-21 Chong Yidong <cyd@gnu.org>
18324
18325 * progmodes/idlwave.el (idlwave-mode):
18326 * progmodes/vera-mode.el (vera-mode):
18327 Use mode-require-final-newline.
18328
18329 2011-10-20 Glenn Morris <rgm@gnu.org>
18330
18331 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18332
18333 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18334
18335 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18336
18337 2011-10-20 Chong Yidong <cyd@gnu.org>
18338
18339 * emulation/cua-base.el (cua-mode):
18340 * mail/footnote.el (footnote-mode):
18341 * mail/mailabbrev.el (mail-abbrevs-mode):
18342 * net/xesam.el (xesam-minor-mode):
18343 * progmodes/bug-reference.el (bug-reference-mode):
18344 * progmodes/cap-words.el (capitalized-words-mode):
18345 * progmodes/compile.el (compilation-minor-mode)
18346 (compilation-shell-minor-mode):
18347 * progmodes/gud.el (gud-tooltip-mode):
18348 * progmodes/hideif.el (hide-ifdef-mode):
18349 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18350 * progmodes/subword.el (subword-mode):
18351 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18352 * progmodes/which-func.el (which-function-mode):
18353 * term/tvi970.el (tvi970-set-keypad-mode):
18354 * term/vt100.el (vt100-wide-mode):
18355 * textmodes/flyspell.el (flyspell-mode):
18356 * textmodes/ispell.el (ispell-minor-mode):
18357 * textmodes/nroff-mode.el (nroff-electric-mode):
18358 * textmodes/paragraphs.el (use-hard-newlines):
18359 * textmodes/refill.el (refill-mode):
18360 * textmodes/reftex.el (reftex-mode):
18361 * textmodes/rst.el (rst-minor-mode):
18362 * textmodes/sgml-mode.el (html-autoview-mode)
18363 (sgml-electric-tag-pair-mode):
18364 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18365 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18366 * emulation/crisp.el (crisp-mode):
18367 * emacs-lisp/eldoc.el (eldoc-mode):
18368 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18369 minor mode behavior.
18370
18371 2011-10-19 Juri Linkov <juri@jurta.org>
18372
18373 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18374 the list of hard-coded chars with escape-glyph face.
18375
18376 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18377
18378 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18379
18380 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18381
18382 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18383 running process.
18384
18385 2011-10-19 Glenn Morris <rgm@gnu.org>
18386
18387 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18388 Ignore ignored files. (Bug#9726)
18389
18390 2011-10-19 Chong Yidong <cyd@gnu.org>
18391
18392 Doc fix for minor modes, stating that an omitted argument enables
18393 the mode unconditionally when called from Lisp.
18394
18395 * abbrev.el (abbrev-mode):
18396 * allout.el (allout-mode):
18397 * autoinsert.el (auto-insert-mode):
18398 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18399 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18400 (global-auto-revert-mode):
18401 * battery.el (display-battery-mode):
18402 * composite.el (global-auto-composition-mode)
18403 (auto-composition-mode):
18404 * delsel.el (delete-selection-mode):
18405 * desktop.el (desktop-save-mode):
18406 * dired-x.el (dired-omit-mode):
18407 * dirtrack.el (dirtrack-mode):
18408 * doc-view.el (doc-view-minor-mode):
18409 * double.el (double-mode):
18410 * electric.el (electric-indent-mode, electric-pair-mode):
18411 * emacs-lock.el (emacs-lock-mode):
18412 * epa-hook.el (auto-encryption-mode):
18413 * follow.el (follow-mode):
18414 * font-core.el (font-lock-mode):
18415 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18416 * help.el (temp-buffer-resize-mode):
18417 * hilit-chg.el (highlight-changes-mode)
18418 (highlight-changes-visible-mode):
18419 * hi-lock.el (hi-lock-mode):
18420 * hl-line.el (hl-line-mode, global-hl-line-mode):
18421 * icomplete.el (icomplete-mode):
18422 * ido.el (ido-everywhere):
18423 * image-file.el (auto-image-file-mode):
18424 * image-mode.el (image-minor-mode):
18425 * iswitchb.el (iswitchb-mode):
18426 * jka-cmpr-hook.el (auto-compression-mode):
18427 * linum.el (linum-mode):
18428 * longlines.el (longlines-mode):
18429 * master.el (master-mode):
18430 * mb-depth.el (minibuffer-depth-indicate-mode):
18431 * menu-bar.el (menu-bar-mode):
18432 * minibuf-eldef.el (minibuffer-electric-default-mode):
18433 * mouse-sel.el (mouse-sel-mode):
18434 * msb.el (msb-mode):
18435 * mwheel.el (mouse-wheel-mode):
18436 * outline.el (outline-minor-mode):
18437 * paren.el (show-paren-mode):
18438 * recentf.el (recentf-mode):
18439 * reveal.el (reveal-mode, global-reveal-mode):
18440 * rfn-eshadow.el (file-name-shadow-mode):
18441 * ruler-mode.el (ruler-mode):
18442 * savehist.el (savehist-mode):
18443 * scroll-all.el (scroll-all-mode):
18444 * scroll-bar.el (scroll-bar-mode):
18445 * server.el (server-mode):
18446 * shell.el (shell-dirtrack-mode):
18447 * simple.el (auto-fill-mode, transient-mark-mode)
18448 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18449 (line-number-mode, column-number-mode, size-indication-mode)
18450 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18451 * strokes.el (strokes-mode):
18452 * time.el (display-time-mode):
18453 * t-mouse.el (gpm-mouse-mode):
18454 * tool-bar.el (tool-bar-mode):
18455 * tooltip.el (tooltip-mode):
18456 * type-break.el (type-break-mode-line-message-mode)
18457 (type-break-query-mode):
18458 * view.el (view-mode):
18459 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18460 (global-whitespace-mode, global-whitespace-newline-mode):
18461 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18462
18463 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18464 Fix autogenerated docstring.
18465
18466 2011-10-19 Juri Linkov <juri@jurta.org>
18467
18468 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18469 by checking environment variables "DESKTOP_SESSION" and
18470 "XDG_CURRENT_DESKTOP". (Bug#9779)
18471
18472 2011-10-19 Juri Linkov <juri@jurta.org>
18473
18474 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18475 (browse-url-chromium-program, browse-url-chromium-arguments):
18476 New defcustoms.
18477 (browse-url-default-browser): Check for `browse-url-chromium' and
18478 call `browse-url-chromium-program'.
18479 (browse-url-chromium): New command. (Bug#9779)
18480
18481 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18482
18483 * facemenu.el (list-colors-duplicates): On Windows, detect more
18484 duplicates by assuming that only colors matching "^System" are
18485 special "system colors". (Bug#9722)
18486
18487 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18488
18489 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18490 to distinguish the author from the committer.
18491
18492 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18493
18494 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18495
18496 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18497
18498 * international/mule.el (sgml-html-meta-auto-coding-function):
18499 Add support for detecting encoding in HTML5 specified only as
18500 <meta charset="UTF-8">. Implementation just makes http-equiv and
18501 content-type parts from HTML4 encoding string optional. (Bug#9716)
18502
18503 2011-10-18 Glenn Morris <rgm@gnu.org>
18504
18505 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18506
18507 2011-10-18 Chong Yidong <cyd@gnu.org>
18508
18509 * faces.el (cursor): Doc fix.
18510
18511 2011-10-17 Chong Yidong <cyd@gnu.org>
18512
18513 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18514
18515 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18516
18517 * dirtrack.el (dirtrack): Support shell buffers with path
18518 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18519
18520 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18521
18522 * json.el: Bump version to 1.3 and note change in History.
18523 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18524
18525 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18526
18527 * comint.el (comint-insert-input, comint-send-input)
18528 (comint-get-old-input-default, comint-backward-matching-input)
18529 (comint-next-prompt): Use nil instead of `input' for field property of
18530 past user input (bug#114).
18531
18532 * minibuffer.el (completion--replace): Inherit surrounding properties
18533 (bug#114).
18534 (minibuffer-complete-and-exit): Use it.
18535
18536 * comint.el (comint--table-subvert): Quote the all-completions output
18537 (bug#9160).
18538
18539 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18540
18541 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18542
18543 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18544 window on right of selected. (Bug#9350) Reword other window
18545 entries and separate them from frame entries.
18546
18547 2011-10-15 Glenn Morris <rgm@gnu.org>
18548
18549 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18550 Doc fixes.
18551
18552 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18553
18554 * net/network-stream.el (network-stream-open-starttls):
18555 Improve detection of failure due to lack of TLS support.
18556
18557 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18558 putting the input text in front and in bold.
18559
18560 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18561
18562 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18563
18564 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18565 empty buffer.
18566
18567 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18568 unread-command-events rather than pushing yet-another event.
18569
18570 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18571
18572 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18573 the explanation of the possible choices. Make the options passed
18574 to completing-read shorter.
18575
18576 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18577
18578 * textmodes/flyspell.el (flyspell-large-region): Make sure
18579 extended character mode is used if defined (Bug#1339).
18580
18581 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18582
18583 * simple.el (what-cursor-position): Fix the display of the
18584 character info for LRE, LRO, RLE, and RLO characters by appending
18585 an invisible PDF.
18586
18587 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18588
18589 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18590 even in case of error; add debug spec; simplify data flow.
18591 (with-timeout-handler): Remove.
18592
18593 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18594
18595 Fix Bug#6019, Bug#9315.
18596
18597 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18598 complete `buffer-file-name', the local file name part could look
18599 remotely (for example on VMS).
18600
18601 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18602 `tramp-run-real-handler'.
18603 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18604 already quoted by '"'.
18605
18606 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18607 Let `file-name-handler-alist' be nil, the local file name part
18608 could look remotely (for example on VMS).
18609
18610 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18611
18612 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18613 from here...
18614 (flyspell-post-command-hook): ...to here.
18615
18616 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18617
18618 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18619 if not needed.
18620 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18621 using completion. Protect against "slow" callers.
18622 Remove the "message hack".
18623
18624 2011-10-11 Juri Linkov <juri@jurta.org>
18625
18626 * isearch.el (isearch-lazy-highlight-word): New variable.
18627 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18628 Use it. (Bug#9727)
18629
18630 2011-10-11 Glenn Morris <rgm@gnu.org>
18631
18632 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18633 like f90-previous-statement does.
18634
18635 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18636
18637 * eshell/eshell.el (eshell-command): History should be saved
18638 only in interactive use, to avoid error.
18639
18640 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18641
18642 * minibuffer.el (completion-file-name-table): Fix last change,
18643 i.e. ignore normal errors but not the other ones.
18644
18645 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18646
18647 * window.el (special-display-buffer-names)
18648 (special-display-regexps): Remove some remnants of earlier
18649 changes from doc-strings.
18650 (quit-windows-on): New function.
18651
18652 * vc/vc.el (vc-revert, vc-rollback):
18653 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18654 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18655 (Bug#6183) (Bug#7074) (Bug#7447)
18656
18657 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18658
18659 * window.el (frame-auto-hide-function): Add version tag.
18660 (Bug#9699)
18661
18662 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18663
18664 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18665 condition.
18666
18667 2011-10-09 Leo Liu <sdl.web@gmail.com>
18668
18669 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18670 (Bug#9701)
18671
18672 2011-10-08 Glenn Morris <rgm@gnu.org>
18673
18674 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18675 before the first code statement zero indent. (Bug#9690)
18676
18677 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18678
18679 * simple.el (count-words-region): Always count in the region.
18680 Report the number of lines and characters too.
18681 (count-words): New command, which counts in the buffer if the
18682 region is inactive, as count-words-region used to.
18683 (count-words--message): New function. Handle plurals.
18684 (count-lines-region): Make it an alias for count-words-region.
18685
18686 * bindings.el (esc-map): Replace count-lines-region with
18687 count-words-region.
18688
18689 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18690
18691 * window.el (window--delete): Delete dedicated frame
18692 unconditionally when argument KILL is non-nil. (Bug#9699)
18693 (switch-to-buffer): Fix doc-string typo.
18694
18695 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18696
18697 * eshell/eshell.el (eshell-command): Avoid using hooks.
18698
18699 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18700
18701 * bindings.el ([M-left],[M-right]): Bind to left-word and
18702 right-word respectively.
18703
18704 2011-10-07 Glenn Morris <rgm@gnu.org>
18705
18706 * cus-start.el (debug-on-quit): Fix custom type.
18707
18708 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18709
18710 * subr.el (define-key-after): Clarify that the function is not
18711 useful for non-menu keymaps.
18712
18713 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18714
18715 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18716
18717 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18718 in current minibuffer (Fix bug with recursive minibuffers).
18719
18720 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18721
18722 * progmodes/gdb-mi.el (gdb): Doc fix.
18723
18724 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18725
18726 * window.el (frame-auto-hide-function): New option replacing
18727 frame-auto-delete. Suggested by Stefan Monnier.
18728 (window--delete): Call frame-auto-hide-function instead of
18729 investigating frame-auto-delete.
18730 (window-point-1, set-window-point-1): New functions.
18731 (window-in-direction, record-window-buffer, window-state-get-1)
18732 (display-buffer-record-window): Use window-point-1 instead of
18733 window-point.
18734 (set-window-buffer-start-and-point): Use set-window-point-1.
18735
18736 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18737
18738 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18739
18740 2011-10-05 Glenn Morris <rgm@gnu.org>
18741
18742 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18743 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18744
18745 2011-10-05 Leo Liu <sdl.web@gmail.com>
18746
18747 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18748 works with buffer object.
18749
18750 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18751
18752 * mpc.el (mpc-tool-bar-map): Add labels.
18753
18754 2011-10-04 Glenn Morris <rgm@gnu.org>
18755
18756 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18757
18758 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18759
18760 * window.el (window--delete): New function.
18761 (frame-auto-delete): Resuscitate option.
18762 (bury-buffer, replace-buffer-in-windows)
18763 (quit-window): Rewrite using window--delete.
18764 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18765 Pass display-buffer-mark-dedicated to window--display-buffer-2
18766 (Bug#9639).
18767
18768 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18769
18770 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18771 returns a list (bug#9554). Add remote file name completion.
18772 * comint.el (comint--table-subvert): Curry and get quote&unquote
18773 functions as arguments.
18774 (comint--complete-file-name-data): Adjust call accordingly.
18775 * pcomplete.el (pcomplete--table-subvert): Remove.
18776 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18777
18778 * minibuffer.el (completion-table-case-fold): Use currying.
18779 (completion--styles-type, completion--cycling-threshold-type):
18780 New constants.
18781 (completion-styles, completion-category-overrides)
18782 (completion-cycle-threshold): Use them.
18783 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18784 completion-table-case-fold.
18785
18786 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18787
18788 * minibuffer.el (completion-category-overrides): Fix type of styles
18789 and add more user friendly tags (bug#9660).
18790
18791 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18792
18793 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18794 (mule-input-method-string): New widget.
18795 (default-input-method, language-info-custom-alist): Use it.
18796
18797 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18798
18799 * pcomplete.el: Require comint.
18800 (pcomplete--common-suffix): Remove.
18801 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18802 (pcomplete--table-subvert): Sync with comint--table-subvert.
18803 (pcomplete--entries): Use comint-completion-file-name-table.
18804 * comint.el (comint-unquote-filename): Simplify.
18805 (comint-completion-file-name-table): New function (bug#9616).
18806 (comint--complete-file-name-data): Use it.
18807
18808 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18809 (pcmpl-gnu-tar-buffer): Remove.
18810 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18811 around. Make sure pcomplete-suffix-list is only changed temporarily.
18812 Don't look inside the tar's file if it's too large.
18813
18814 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18815
18816 * cus-edit.el (custom-mode-map):
18817 * epa.el (epa-key-list-mode-map):
18818 * man.el (Man-mode-map):
18819 * startup.el (splash-screen-keymap):
18820 * simple.el (special-mode-map): Use scroll-up-command and
18821 scroll-down-command.
18822
18823 * progmodes/idlw-help.el (idlwave-help-mode-map):
18824 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18825 * net/newst-plainview.el (newsticker-mode-map):
18826 * emulation/ws-mode.el (wordstar-mode-map):
18827 * emulation/vi.el (vi-com-map):
18828 * calc/calc-graph.el (calc-graph-show-dumb):
18829 * term/sun.el (terminal-init-sun):
18830 * term/ns-win.el (global-map):
18831 * progmodes/grep.el (grep-mode-map):
18832 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18833 * mail/rmail.el (rmail-mode-map):
18834 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18835
18836 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18837 custom-safe-themes as special.
18838
18839 2011-10-01 Julien Danjou <julien@danjou.info>
18840
18841 * notifications.el (notifications-notify): Fix docstring.
18842
18843 2011-10-01 Per Starbäck <per@starback.se>
18844
18845 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18846
18847 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18848
18849 * startup.el (command-line-1): Fix last fix by inserting
18850 initial-scratch-message into *scratch* before displaying it.
18851 (Bug#9605) and (Bug#9636)
18852
18853 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18854
18855 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18856 window is hscrolled, move by logical lines. (Bug#9607)
18857 (line-move-visual): Update the doc string to the above effect.
18858
18859 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18860
18861 * window.el (display-buffer-record-window): When WINDOW is the
18862 selected window use `point' instead of `window-point'. (Bug#9626)
18863
18864 * startup.el (command-line-1): Use insert-before-markers when
18865 inserting initial-scratch-message. (Bug#9605)
18866
18867 * help.el (help-window): Remove variable.
18868
18869 2011-09-29 Glenn Morris <rgm@gnu.org>
18870
18871 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18872
18873 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18874
18875 * descr-text.el (describe-char-categories): Accept category
18876 descriptions more than one line long.
18877
18878 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18879
18880 * simple.el (delete-trailing-whitespace): Fix last change.
18881
18882 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18883 Don't confuse "y => 3" as the beginning of a `y' operation.
18884
18885 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18886 object has more than 4 slots (bug#9613).
18887
18888 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18889
18890 * subr.el (with-output-to-temp-buffer):
18891 * net/quickurl.el (quickurl, quickurl-browse-url):
18892 Fix typos in docstrings.
18893
18894 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18895
18896 * minibuffer.el (completion-styles)
18897 (completion-category-overrides): Cross reference each other in doc
18898 strings.
18899
18900 2011-09-27 Glenn Morris <rgm@gnu.org>
18901
18902 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18903 to split-string. (Bug#9606)
18904
18905 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18906
18907 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18908 (bug#9615).
18909
18910 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18911
18912 * emacs-lisp/package.el (list-packages): Fix echo area message.
18913
18914 2011-09-27 Leo Liu <sdl.web@gmail.com>
18915
18916 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18917
18918 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18919
18920 * net/dbus.el (dbus-unregister-object): Don't release services for
18921 registered signals. (Bug#9581)
18922
18923 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18924
18925 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18926 function that picks between cfengine 2 and 3 support
18927 automatically. Update docs accordingly.
18928
18929 2011-09-22 Kenichi Handa <handa@m17n.org>
18930
18931 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18932 ZERO.
18933 (indian-itrans-v5-table-for-tamil): New variable.
18934 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18935
18936 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18937
18938 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18939 that's true if the current command involved collapsing of text.
18940 It's reset to false at the beginning of the next command.
18941 (allout-post-command-business): Move the cursor to the beginning
18942 of entry if the cursor is hidden and collapsing activity just
18943 happened.
18944
18945 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18946
18947 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18948 tracking (Bug#9541).
18949
18950 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18951
18952 * net/newst-reader.el (newsticker-html-renderer)
18953 (newsticker-show-news): Automatically load html rendering package
18954 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18955 because w3m-fill-column is let-bound" and the error "Symbol's value
18956 as variable is void: w3m-fill-column".
18957
18958 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18959
18960 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18961 Release services only if they are defined. (Bug#9581)
18962
18963 2011-09-23 Richard Stallman <rms@gnu.org>
18964
18965 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18966 distinguish start of paragraph from start of its text.
18967
18968 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18969
18970 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18971 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18972 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18973
18974 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18975
18976 * international/mule-diag.el (mule-diag): Insert a newline after
18977 each fontset description.
18978
18979 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18980
18981 * simple.el (delete-trailing-whitespace):
18982 Document last change; simplify.
18983
18984 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18985
18986 * simple.el (delete-trailing-whitespace): Also delete
18987 extra newlines at the end of the buffer.
18988
18989 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18990 (picture-newline): Use forward-line so as to ignore fields.
18991
18992 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18993
18994 * subr.el (with-wrapper-hook): Fix edebug spec.
18995
18996 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18997
18998 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18999 (bug#4538).
19000
19001 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
19002
19003 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19004 Fix nasty bug using wrong cached values.
19005
19006 2011-09-23 Alan Mackenzie <acm@muc.de>
19007
19008 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19009
19010 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
19011
19012 * window.el (pop-to-buffer): Ensure right window is selected if we
19013 chose another frame.
19014
19015 2011-09-22 Eli Zaretskii <eliz@gnu.org>
19016
19017 * simple.el (what-cursor-position): Use get-char-property-change
19018 and next-single-char-property-change, to be able to show display
19019 properties that come from overlays as well as text properties.
19020
19021 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
19022
19023 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19024
19025 * cmuscheme.el (run-scheme, switch-to-scheme):
19026 * cus-edit.el (customize-group, custom-buffer-create)
19027 (customize-browse):
19028 * info.el (info):
19029 * shell.el (shell):
19030 * mail/sendmail.el (mail):
19031 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19032
19033 2011-09-22 Richard Stallman <rms@gnu.org>
19034
19035 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19036 move back only to line beg, don't move back over blank lines.
19037
19038 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
19039
19040 * files.el (copy-directory): Set directory attributes only in case
19041 they could be retrieved from the source directory. (Bug#9565)
19042
19043 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
19044
19045 * progmodes/hideshow.el (hs-looking-at-block-start-p)
19046 (hs-find-block-beginning, hs-hide-level-recursive):
19047 Ignore strings as well as comments. (Bug#9502)
19048
19049 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
19050
19051 * progmodes/sql.el (sql-comint-postgres):
19052 Convert port number to a string. (Bug#9566)
19053
19054 2011-09-22 Martin Rudalics <rudalics@gmx.at>
19055
19056 * window.el (quit-window): Undedicate window when switching to
19057 previous buffer. Reported by Thierry Volpiatto
19058 <thierry.volpiatto@gmail.com>.
19059 (special-display-popup-frame): When popping up a new frame reset
19060 its previous buffers to nil. Simplify code.
19061
19062 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
19063
19064 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19065 and process filter, as done also in `shell-command'.
19066
19067 2011-09-21 Martin Rudalics <rudalics@gmx.at>
19068
19069 * window.el (set-window-buffer-start-and-point):
19070 Call set-window-start with NOFORCE argument t.
19071 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19072 (quit-window): Reword doc-string. Handle new format of
19073 quit-restore parameter. Don't delete window if it has a
19074 previous buffer we can show instead of the present one.
19075 (display-buffer-record-window): Rewrite using a new format for
19076 the quit-restore window parameter
19077 (special-display-popup-frame, display-buffer-same-window)
19078 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19079 (display-buffer-pop-up-window, display-buffer-use-some-window):
19080 Adapt symbol passed to display-buffer-record-window.
19081 * help.el (help-window-setup): Handle new format of quit-restore
19082 parameter.
19083
19084 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19085
19086 * faces.el (face-list): Fix docstring (bug#9564).
19087
19088 * window.el (display-buffer--action-function-custom-type):
19089 Don't include internal functions in the Custom interface.
19090
19091 2011-09-20 Juri Linkov <juri@jurta.org>
19092
19093 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19094 (Info-forward-node, Info-backward-node, Info-next-preorder)
19095 (Info-last-preorder): Use it. (Bug#9528)
19096
19097 2011-09-20 Juri Linkov <juri@jurta.org>
19098
19099 * info.el (Info-last-preorder): Visit last menu item only when
19100 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19101
19102 2011-09-20 Julien Danjou <julien@danjou.info>
19103
19104 * password-cache.el (password-cache-remove): Remove entries even if the
19105 value is nil, so that password with a nil value (negative caching) is
19106 possible to invalidate.
19107
19108 2011-09-20 Lawrence Mitchell <wence@gmx.li>
19109
19110 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19111 all whitespace around breakpoint. (Bug#9553)
19112 (f90-find-breakpoint): Only break at whitespace inside a comment.
19113
19114 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19115
19116 * minibuffer.el (completion-file-name-table): Keep track of errors.
19117 (completion-table-with-predicate): Handle the case where pred1 is nil.
19118 * pcomplete.el (pcomplete-completions-at-point): Simplify.
19119
19120 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19121
19122 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19123 (debugger-return-value): Signal an error if the debugging context does
19124 not await any return value.
19125
19126 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19127 * image-mode.el (image-toggle-display-text)
19128 (image-toggle-display-image): Stay away from evil `intangible'.
19129
19130 2011-09-19 Leo Liu <sdl.web@gmail.com>
19131
19132 * replace.el (occur-revert-arguments): Make it permanent-local.
19133 (occur-mode): Don't call font-lock-defontify.
19134
19135 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
19136
19137 * net/ldap.el (ldap-search-internal): Don't push empty search
19138 result (Bug#9508).
19139
19140 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19141
19142 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19143
19144 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
19145
19146 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19147 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19148
19149 2011-09-18 Juri Linkov <juri@jurta.org>
19150
19151 * buff-menu.el (Buffer-menu-mode-map):
19152 * dired.el (dired-mode-map):
19153 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19154 (lisp-interaction-mode-map):
19155 * emacs-lisp/package.el (package-menu-mode-map):
19156 * epa.el (epa-key-list-mode-map):
19157 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19158 (menu-bar-options-menu):
19159 * outline.el (outline-mode-menu-bar-map):
19160 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19161 * vc/vc-dir.el (vc-dir-menu-map):
19162 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19163 Capitalize non-function content words in menu item strings.
19164
19165 * dired.el (dired-mode-map): Add menu item for
19166 `image-dired-dired-toggle-marked-thumbs'.
19167
19168 2011-09-18 Juri Linkov <juri@jurta.org>
19169
19170 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19171 to `isearch-case-fold-search' and restore its original value
19172 after the `isearch-mode' call.
19173
19174 2011-09-18 Juri Linkov <juri@jurta.org>
19175
19176 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19177 because `zgrep' returns 1 for successful matches (bug#9226).
19178
19179 2011-09-18 Juri Linkov <juri@jurta.org>
19180
19181 * info.el (Info-extract-menu-node-name): Check the second match
19182 for empty string (second test-case of bug#9528).
19183 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19184 intermediate nodes to the history (first test-case of bug#9528).
19185
19186 2011-09-18 Juri Linkov <juri@jurta.org>
19187
19188 * info.el (Info-mode-syntax-table): New variable.
19189 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19190
19191 2011-09-18 Juri Linkov <juri@jurta.org>
19192
19193 * info.el (Info-file-supports-index-cookies):
19194 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19195 outputs one more line for long file names (bug#4142).
19196
19197 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19198
19199 * newcomment.el (comment-normalize-vars): If prompting for
19200 comment-start, set comment-start-skip too (Bug#8424).
19201
19202 2011-09-18 Johan Bockgård <bojohan@gnu.org>
19203
19204 * icomplete.el: Fix previous fix of Bug#5849.
19205 (icomplete-mode): Don't set completion-show-inline-help.
19206 (icomplete-minibuffer-setup): Set completion-show-inline-help
19207 locally during icompletion.
19208
19209 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19210
19211 * woman.el (woman2-process-escapes): Don't delete unrecognized
19212 escapes (Bug#7843).
19213
19214 * files.el (inhibit-first-line-modes-regexps): Add image files.
19215 (hack-local-variables-prop-line): Return nil for malformed
19216 prop-lines (Bug#9044).
19217
19218 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19219
19220 * net/tramp.el (top): Don't require 'shell.
19221 (tramp-methods): Fix docstring.
19222 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19223 Return complete remote file name. Handle "smb" case.
19224 Use `tramp-tmpdir', if defined for the respective method.
19225 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19226
19227 * net/tramp-compat.el (top): Require 'shell.
19228
19229 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19230 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19231 `tramp-current-host'.
19232 (tramp-get-remote-tmpdir): Remove.
19233
19234 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19235 `tramp-tmpdir' entries.
19236 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19237 (tramp-smb-handle-file-attributes): Ignore errors.
19238 (tramp-smb-wait-for-output): Check also for process end.
19239
19240 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19241
19242 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19243 when sending QUIT (bug#9312).
19244
19245 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19246
19247 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19248 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19249 occur-mode-display-occurrence.
19250 (occur-edit-mode): Add usage message.
19251 (occur-cease-edit): New command.
19252 (occur-after-change-function): Use text properties to find the
19253 position of the prefix text.
19254 (occur-engine): Set stickiness of prefix text properties.
19255
19256 2011-09-17 Glenn Morris <rgm@gnu.org>
19257
19258 * progmodes/etags.el (complete-tag):
19259 Fix call to completion-in-region. (Bug#9526)
19260
19261 2011-09-17 Juri Linkov <juri@jurta.org>
19262
19263 * textmodes/ispell.el (ispell-word): Add to the error message
19264 the word, ispell program name and current dictionary (bug#9121).
19265 (ispell-tex-arg-end): Capitalize "error" in the error message.
19266
19267 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19268
19269 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19270 check. (Bug#4251)
19271
19272 2011-09-17 Juri Linkov <juri@jurta.org>
19273
19274 * window.el (window-safe-min-height, window-safe-min-width):
19275 Fix typos (followup to bug#9522).
19276
19277 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19278
19279 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19280
19281 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19282
19283 * simple.el (line-move): If goal-column is set, move by logical
19284 lines, not by display lines. (Bug#971)
19285 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19286 to reflect the above change.
19287
19288 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19289
19290 * image.el (imagemagick-register-types): Use regexp-opt.
19291
19292 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19293
19294 * window.el (display-buffer-base-action): Rename from
19295 display-buffer-default-action. Make default value empty.
19296 (display-buffer-overriding-action): Convert to defvar.
19297 (display-buffer-fallback-action): New var.
19298
19299 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19300
19301 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19302 declaration.
19303 (package--add-to-archive-contents): If there is a duplicate entry
19304 with an older version, remove it.
19305 (package-menu-mark-delete, package-menu-mark-install)
19306 (package-menu-mark-unmark): Make unused args optional.
19307 (package-menu-mark-obsolete-for-deletion):
19308 Use package-menu-get-status instead of a regexp search.
19309 (package-menu-get-status): Use tabulated-list-entry.
19310 (package-menu-mark-upgrades): New command.
19311 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19312 (package-menu-execute): Do installation before deletion.
19313 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19314 instead of checking major-mode.
19315 (package-menu--find-upgrades): New function.
19316
19317 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19318
19319 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19320 passwords in the log buffer.
19321 (smtpmail-process-filter): Update the process marker so that the
19322 "broken by peer" status message is inserted in the right place.
19323
19324 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19325
19326 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19327 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19328 bibtex-completion-at-point-function.
19329 (bibtex-completion-at-point-function): Use them.
19330
19331 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19332
19333 * mpc.el (mpc-constraints-tag-lookup): New function.
19334 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19335 also to browser "album|playlist".
19336
19337 2011-09-14 Juri Linkov <juri@jurta.org>
19338
19339 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19340 (isearch-edit-string): Use length of `isearch-string' when
19341 `isearch-fail-pos' returns nil.
19342 (isearch-message): Remove duplicate code and call
19343 `isearch-fail-pos' with arg `t'.
19344
19345 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19346
19347 * replace.el (occur-mode-goto-occurrence): Don't force using other
19348 window (Bug#9499).
19349
19350 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19351
19352 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19353
19354 * window.el (display-buffer-window): Remove.
19355 (display-buffer-record-window): Use help-setup window parameter
19356 instead of variable display-buffer-window.
19357 (display-buffer-function, special-display-buffer-names)
19358 (special-display-function): Mention help-setup parameter instead
19359 of display-buffer-window in doc-string.
19360 * help.el (help-window-setup): New argument help-window.
19361 Use help-window-setup parameter instead of display-buffer-window.
19362 Reword some messages.
19363 (with-help-window): Pass window used for displaying the buffer
19364 to help-window-setup. Don't set display-buffer-window.
19365
19366 2011-09-13 Glenn Morris <rgm@gnu.org>
19367
19368 * emacs-lisp/debug.el (debugger-make-xrefs):
19369 Preserve point. (Bug#9462)
19370
19371 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19372
19373 * window.el (window-deletable-p): Use next-frame.
19374
19375 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19376
19377 * window.el (window-auto-delete): Remove.
19378 (window-deletable-p): Remove argument FORCE. Don't deal with
19379 dedication and previous buffers.
19380 (switch-to-prev-buffer): Don't delete window.
19381 (delete-windows-on): Delete a window's frame if and only if the
19382 window is dedicated.
19383 (replace-buffer-in-windows): Delete buffer's window or frame if
19384 and only if window is dedicated.
19385 (quit-window): Handle quit-restore as before last change.
19386 (bury-buffer): Delete window only if window-deletable-p returns t.
19387
19388 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19389
19390 * window.el (window-deletable-p): Never delete the last frame on a
19391 given terminal.
19392
19393 2011-09-13 Glenn Morris <rgm@gnu.org>
19394
19395 * help.el (describe-key-briefly): Copy previous standard-output change.
19396
19397 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19398
19399 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19400
19401 2011-09-13 Glenn Morris <rgm@gnu.org>
19402
19403 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19404 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19405
19406 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19407
19408 * dired-aux.el (dired-mark-read-string): Don't return default
19409 value on empty input (Bug#9361).
19410 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19411 Omit initial minibuffer contents.
19412 (dired-do-chmod): Signal an error on empty input.
19413 (dired-mark-read-string): Don't return default on empty input.
19414
19415 * files.el (file-modes-symbolic-to-number): Doc fix.
19416
19417 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * international/mule-cmds.el (ucs-completions): Remove.
19420 (read-char-by-name): Use complete-with-action instead; add metadata.
19421
19422 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19423
19424 * window.el (display-buffer--action-function-custom-type)
19425 (display-buffer--action-custom-type): New vars.
19426 (display-buffer-alist, display-buffer-default-action)
19427 (display-buffer-overriding-action): Add defcustom types.
19428
19429 * frame.el (delete-other-frames): Doc fix (Bug#276).
19430
19431 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19432
19433 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19434
19435 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19436
19437 Change modes that used same-window-* vars to use switch-to-buffer.
19438
19439 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19440 Use switch-to-buffer.
19441
19442 * cus-edit.el (customize-group, custom-buffer-create)
19443 (customize-browse, custom-buffer-create-other-window):
19444 Use switch-to-buffer or switch-to-buffer-other-window.
19445
19446 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19447 (Info-prev, Info-up, Info-speedbar-goto-node)
19448 (info-display-manual): Use switch-to-buffer.
19449 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19450
19451 * mail/sendmail.el (mail): Use switch-to-buffer.
19452 (mail-recover): Use switch-to-buffer-other-window.
19453
19454 * cmuscheme.el (run-scheme, switch-to-scheme):
19455 * ielm.el (ielm):
19456 * shell.el (shell):
19457 * net/rlogin.el (rlogin):
19458 * net/telnet.el (telnet, rsh):
19459 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19460
19461 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19462
19463 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19464
19465 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19466
19467 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19468 so don't mention it (bug#9301).
19469 (dired-sort-toggle-or-edit): Clarify string further.
19470
19471 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19472 match `x', `w32' and `ns', like the manual says (bug#9029).
19473
19474 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19475 (process-kill-buffer-query-function): Mention the buffer name in
19476 the query.
19477
19478 * image-mode.el (image-next-line): The line parameter is mandatory
19479 (bug#9258).
19480
19481 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19482 which can be useful (bug#9301).
19483
19484 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19485
19486 * subr.el (match-string): Mention that the current buffer should
19487 be the same as the search was done in (bug#9282).
19488
19489 * facemenu.el: Disable the remove-* commands if the mark isn't
19490 active (bug#9162).
19491
19492 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19493
19494 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19495 of display-buffer.
19496 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19497
19498 * replace.el (occur-mode-goto-occurrence)
19499 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19500 and display-buffer.
19501
19502 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19503 display-buffer.
19504
19505 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19506 special-display and same-window variables.
19507 (mail-other-window): Use switch-to-buffer-other-window.
19508 (mail-other-frame): USe switch-to-buffer-other-frame.
19509
19510 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19511 Use display-buffer-other-frame.
19512 (gdb-display-gdb-buffer): Use pop-to-buffer.
19513
19514 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19515
19516 * progmodes/python.el: Don't set same-window-buffer-names.
19517
19518 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19519
19520 * window.el (display-buffer-alist): Add *Python*.
19521
19522 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19523
19524 * window.el (display-buffer-alist): Add entry for buffers
19525 previously handled same-window-*.
19526 (display-buffer-alist, display-buffer-default-action)
19527 (display-buffer-overriding-action): Mark as risky.
19528 (display-buffer-alist): Document action function changes.
19529 (display-buffer--same-window-action)
19530 (display-buffer--other-frame-action): New variables.
19531 (switch-to-buffer, display-buffer-other-frame): Use them.
19532 (display-buffer): Rename reuse-frame entry to reusable-frames.
19533 (display-buffer-reuse-selected-window): Function deleted.
19534 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19535 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19536 (display-buffer-special): New function.
19537 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19538 display-buffer-reuse-or-pop-window. Split off special-display
19539 part into display-buffer-special.
19540 (display-buffer-use-some-window): Don't perform any special
19541 pop-up-frames handling.
19542 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19543 (display-buffer--maybe-same-window): Rename from
19544 display-buffer-maybe-same-window.
19545
19546 * info.el: Don't set same-window-regexps.
19547 (info-setup): New function.
19548 (info-other-window, info): Call it.
19549
19550 * cus-edit.el: Don't set same-window-regexps.
19551 (customize-group): New argument.
19552 (customize-group-other-window): Use it.
19553 (customize-face, customize-face-other-window): Likewise.
19554 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19555
19556 * net/rlogin.el:
19557 * net/telnet.el:
19558 * progmodes/gud.el: Don't set same-window-regexps.
19559
19560 * cmuscheme.el:
19561 * ielm.el:
19562 * shell.el:
19563 * mail/sendmail.el:
19564 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19565
19566 2011-09-10 Juri Linkov <juri@jurta.org>
19567
19568 * isearch.el (isearch-edit-string): Remove obsolete mention of
19569 `C-w' (`isearch-yank-word-or-char') from docstring.
19570 (isearch-query-replace): Fix typo in docstring (bug#9466).
19571
19572 2011-09-10 Juri Linkov <juri@jurta.org>
19573
19574 * paren.el (show-paren-function): Don't show escaped parens.
19575 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19576
19577 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19578
19579 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19580 (mm-default-file-encoding): Remove autoload forms, they are
19581 replaced with autoload cookies in mml.el and mm-encode.el.
19582 (mail-add-attachment): New command.
19583 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19584 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19585 the doc string.
19586 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19587
19588 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19589
19590 * simple.el (count-words-region): Use buffer if there's no region
19591 (bug#9429).
19592
19593 2011-09-09 Juri Linkov <juri@jurta.org>
19594
19595 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19596 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19597 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19598
19599 2011-09-09 Alan Mackenzie <acm@muc.de>
19600
19601 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19602 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19603
19604 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19605
19606 Fix for Savannah bug#9392.
19607 * simple.el (mail-encode-mml): New defvar.
19608
19609 * mail/rmail.el (mail-encode-mml): Add a defvar.
19610 (rmail-enable-mime-composing): Default to t.
19611 (rmail-forward): Use MIME method of forwarding only if both
19612 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19613 Set mail-encode-mml non-nil if the MIME method was used.
19614
19615 * mail/sendmail.el (mml-to-mime): Add autoload form.
19616 (mail-encode-mml): Add a defvar.
19617 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19618 to nil.
19619 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19620 message through mml-to-mime, and reset mail-encode-mml to nil.
19621
19622 2011-09-09 Glenn Morris <rgm@gnu.org>
19623
19624 * woman.el (woman-if-body): When processing an .el block,
19625 do not delete the next .el block as well. (Bug#9447)
19626 (woman-special-characters): Add oq, cq, and hy characters.
19627
19628 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19629
19630 * window.el (window-deletable-p): Make sure window is live before
19631 invoking window-prev-buffers.
19632
19633 2011-09-08 Leo Liu <sdl.web@gmail.com>
19634
19635 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19636
19637 2011-09-08 Juri Linkov <juri@jurta.org>
19638
19639 * progmodes/compile.el (compilation-environment): Make it
19640 a defcustom (bug#8340).
19641
19642 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19643
19644 * window.el (frame-auto-delete): Rename to window-auto-delete.
19645 Make it control auto-deletion of windows and/or frames.
19646 (window-deletable-p): New argument FORCE. Rewrite conditions
19647 for deleting window/frame. (Bug#9419)
19648 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19649 Rewrite handling of case when window/frame can be deleted.
19650 (delete-windows-on): Call window-deletable-p with new FORCE
19651 argument t. (Bug#9456)
19652
19653 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19654
19655 * help-mode.el (help-mode): Restore autoload.
19656
19657 2011-09-07 Juri Linkov <juri@jurta.org>
19658
19659 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19660 `compilation-environment'. Set buffer-local
19661 `compilation-environment' to `thisenv' later after (funcall mode).
19662 (Bug#8340)
19663
19664 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19665 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19666 instead of replacing its value. (Bug#8340)
19667
19668 2011-09-07 Juri Linkov <juri@jurta.org>
19669
19670 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19671 based on text properties put by `grep-filter' instead of matching
19672 escape sequences.
19673 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19674 to the value of `grep-error-screen-columns' (bug#9438).
19675
19676 2011-09-07 Juri Linkov <juri@jurta.org>
19677
19678 * simple.el (next-error-highlight, next-error-highlight-no-select):
19679 Doc fix (bug#9432).
19680
19681 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19682
19683 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19684 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19685
19686 2011-09-07 Leo Liu <sdl.web@gmail.com>
19687
19688 * net/rcirc.el (rcirc-mode): Conditionally initialize
19689 rcirc-input-ring.
19690
19691 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19692
19693 * emacs-lisp/find-func.el (find-function-C-source): Only set
19694 find-function-C-source-directory after checking that we found a source
19695 file there (bug#9440).
19696
19697 2011-09-06 Alan Mackenzie <acm@muc.de>
19698
19699 * isearch.el (isearch-other-meta-char): Wherever a key list is
19700 unread, "unread" the prefix arg, too. This fixes bug #8901.
19701
19702 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19703
19704 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19705
19706 2011-09-05 Juri Linkov <juri@jurta.org>
19707
19708 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19709
19710 2011-09-05 Juri Linkov <juri@jurta.org>
19711
19712 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19713 keeping point where processing of grep matches begins, and
19714 continue to delete remaining escape sequences from the same point.
19715 (grep-filter): Make leading zero optional in "0?1;31m" because
19716 git-grep emits "\033[1;31m" escape sequences unlike expected
19717 "\033[01;31m" as GNU Grep does (bug#9408).
19718 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19719
19720 2011-09-05 Juri Linkov <juri@jurta.org>
19721
19722 * subr.el (y-or-n-p): Capitalize "yes".
19723
19724 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19725
19726 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19727 `tramp-cache-unload-hook' where appropriate.
19728 (tramp-methods): Rename `tramp-remote-sh' to
19729 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19730 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19731
19732 * net/tramp-sh.el (top): Don't require 'shell.
19733 (tramp-methods): Add `tramp-remote-shell' and
19734 `tramp-remote-shell-args' entries.
19735 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19736 (tramp-sh-handle-shell-command): Remove.
19737 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19738 Use `tramp-remote-shell'.
19739
19740 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19741
19742 * mail/sendmail.el (sendmail-query-once-function): Delete.
19743 (sendmail-query-once): Save directly to send-mail-function.
19744 Update message-send-mail-function too.
19745
19746 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19747
19748 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19749
19750 * progmodes/python.el (python-mode-map): Use correct function to
19751 start python interpreter from menu-bar (as reported by Geert
19752 Kloosterman).
19753 (inferior-python-mode-map): Fix typo.
19754 (python-shell-map): Remove.
19755
19756 2011-09-03 Deniz Dogan <deniz@dogan.se>
19757
19758 * net/rcirc.el (rcirc-print): Simplify code for
19759 rcirc-scroll-show-maximum-output. There is no need to walk
19760 through all windows to find the right one.
19761
19762 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19763
19764 * help.el (help-return-method): Doc fix.
19765
19766 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19767
19768 * window.el (window-deletable-p): Don't return a non-nil value
19769 when there's a buffer that was shown in the window before.
19770 (Bug#9419)
19771 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19772 Set window's previous buffers to nil.
19773
19774 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19775
19776 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19777 newline before and after the tag line, so it doesn't interfere
19778 with determining the paragraph direction of bidirectional text.
19779
19780 2011-09-03 Leo Liu <sdl.web@gmail.com>
19781
19782 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19783
19784 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19785
19786 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19787 (pop-to-buffer): Change interactive spec. Pass second argument
19788 directly to display-buffer.
19789 (display-buffer): Fix interactive spec. Use functionp to
19790 distinguish between a function and a list of functions.
19791
19792 * abbrev.el (edit-abbrevs):
19793 * arc-mode.el (archive-extract):
19794 * autoinsert.el (auto-insert):
19795 * bookmark.el (bookmark-bmenu-list):
19796 * files.el (find-file):
19797 * view.el (view-buffer):
19798 * progmodes/compile.el (compilation-goto-locus):
19799 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19800
19801 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19802
19803 * window.el (display-buffer-alist): Doc fix.
19804 (display-buffer): Add docstring. Don't treat
19805 display-buffer-default specially.
19806 (display-buffer-reuse-selected-window)
19807 (display-buffer-same-window, display-buffer-maybe-same-window)
19808 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19809 (display-buffer-pop-up-window)
19810 (display-buffer-reuse-or-pop-window)
19811 (display-buffer-use-some-window): New functions.
19812 (display-buffer-default-action): Use them.
19813 (display-buffer-default): Delete.
19814 (pop-to-buffer-1): Fix choice of actions.
19815
19816 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19817
19818 * minibuffer.el (completion--insert-strings): Don't get confused by
19819 completion entries that end with an LF char.
19820
19821 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19822
19823 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19824
19825 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19826
19827 * window.el (display-buffer): Restore interactive spec.
19828 (display-buffer-same-window, display-buffer-other-window):
19829 New functions.
19830 (pop-to-buffer-1): New function. Use the above.
19831 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19832 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19833
19834 * view.el (view-buffer-other-window, view-buffer-other-frame):
19835 Just use pop-to-buffer.
19836
19837 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19838
19839 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19840
19841 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19842
19843 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19844
19845 2011-08-31 Richard Stallman <rms@gnu.org>
19846
19847 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19848 of the separation of rmail-view-buffer from rmail-buffer.
19849 If you say no to "replace original", the decrypt is in the
19850 view buffer. If you say yes, the decrypt goes into the
19851 rmail buffer also.
19852
19853 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19854
19855 * window.el (display-buffer-window): Rewrite doc-string.
19856 (display-buffer-record-window): New function.
19857 (display-buffer-macro-specifiers)
19858 (display-buffer-even-window-sizes, display-buffer-set-height)
19859 (display-buffer-set-width, display-buffer-in-window)
19860 (display-buffer-reuse-window, display-buffer-split-specifiers)
19861 (display-buffer-side-specifiers, display-buffer-split-window-1)
19862 (display-buffer-split-window, display-buffer-split-atom-window)
19863 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19864 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19865 (display-buffer-other-window-means-other-frame)
19866 (display-buffer-normalize-special)
19867 (display-buffer-normalize-default)
19868 (display-buffer-normalize-argument)
19869 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19870 (display-buffer-normalize-specifiers, display-buffer-frame)
19871 (display-buffer-same-window, display-buffer-same-frame)
19872 (display-buffer-other-window)
19873 (display-buffer-same-frame-other-window)
19874 (display-buffer-other-frame, pop-to-buffer-same-window)
19875 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19876 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19877 (switch-to-buffer-same-frame)
19878 (switch-to-buffer-other-window-same-frame)
19879 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19880 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19881 (display-buffer-alist-set): Remove.
19882 (display-buffer-function, special-display-buffer-names)
19883 (special-display-regexps, special-display-function):
19884 In doc-string refer to display-buffer-window and quit-restore
19885 parameter.
19886 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19887 (special-display-frame-alist, special-display-popup-frame)
19888 (same-window-buffer-names, same-window-regexps, same-window-p)
19889 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19890 (split-window-preferred-function, split-height-threshold)
19891 (split-width-threshold, window-splittable-p)
19892 (split-window-sensibly, window--try-to-split-window)
19893 (window--frame-usable-p, even-window-heights)
19894 (window--even-window-heights, window--display-buffer-1)
19895 (window--display-buffer-2, display-buffer-other-frame):
19896 Restore old Emacs 23 code, order and doc-strings where applicable.
19897 (display-buffer-default, display-buffer-assq-regexp): New functions.
19898 (display-buffer-alist): Rewrite doc-string.
19899 (display-buffer-default-action)
19900 (display-buffer-overriding-action): New variables.
19901 (display-buffer, switch-to-buffer): Rewrite.
19902 (pop-to-buffer): Restore Emacs 23 behavior but use
19903 window-normalize-buffer-to-display.
19904 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19905 Restore Emacs 23 behavior but use
19906 window-normalize-buffer-to-switch-to.
19907 (pop-to-buffer-same-window): Rewrite.
19908 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19909 Rewrite using Emacs 23 options.
19910
19911 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19912
19913 * net/tramp.el (tramp-root-regexp): Remove.
19914 (tramp-completion-file-name-regexp-unified)
19915 (tramp-completion-file-name-regexp-separate)
19916 (tramp-completion-file-name-regexp-url): Don't use leading volume
19917 letter on w32 systems. (Bug#5303, Bug#9311)
19918 (tramp-drop-volume-letter): Simplify definition.
19919 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19920
19921 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19922
19923 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19924 (bug#9356).
19925
19926 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19927
19928 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19929
19930 2011-08-29 Juri Linkov <juri@jurta.org>
19931
19932 * isearch.el (isearch-done): Don't display message "Mark saved"
19933 when arg `edit' is non-nil to prevent its flicker in the echo area.
19934
19935 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19936
19937 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19938 obsolete packages for deletion.
19939
19940 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19941
19942 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19943 (help-mode): Derive help-mode from special-mode. Don't invoke
19944 view-mode from help-mode.
19945 (help-xref-override-view-map): Remove.
19946 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19947 view-mode is not used anymore.
19948
19949 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19950
19951 * server.el (server-port): Doc fix.
19952
19953 * cus-theme.el (custom-theme-choose-mode): Inherit from
19954 special-mode (Bug#9124).
19955 (custom-theme-choose-mode-map): Add special-mode to parent.
19956
19957 2011-08-28 Alan Mackenzie <acm@muc.de>
19958
19959 * progmodes/cc-fonts.el
19960 (c-make-font-lock-BO-decl-search-function): New function.
19961 (c-basic-matchers-after - "Fontify the clauses after various
19962 keywords"): Extract the three keyword lists for the 3 erroneous
19963 constructs from the list of four, and use the new function above
19964 in place of an old one.
19965
19966 2011-08-28 Deniz Dogan <deniz@dogan.se>
19967
19968 * net/rcirc.el (rcirc-insert-prev-input)
19969 (rcirc-insert-next-input): Remove unused argument.
19970
19971 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19972
19973 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19974
19975 2011-08-27 Alan Mackenzie <acm@muc.de>
19976
19977 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19978 handle function pointer parameters properly.
19979
19980 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19981
19982 * window.el (display-buffer-reuse-window): Fix case where
19983 selected window was reused with non-nil OTHER-WINDOW argument.
19984 (Bug#9381)
19985
19986 2011-08-27 Deniz Dogan <deniz@dogan.se>
19987
19988 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19989 oftc's NickServ messages.
19990
19991 2011-08-27 Glenn Morris <rgm@gnu.org>
19992
19993 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19994
19995 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19996
19997 * emacs-lisp/package.el (package-install): Call package-initialize
19998 if called interactively.
19999
20000 2011-08-26 Leo Liu <sdl.web@gmail.com>
20001
20002 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
20003
20004 2011-08-25 Juri Linkov <juri@jurta.org>
20005
20006 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20007 `search-whitespace-regexp' (bug#9364).
20008
20009 2011-08-25 Juri Linkov <juri@jurta.org>
20010
20011 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20012 `regexp-search-ring' to their global values to protect from
20013 updating by `read-from-minibuffer' (bug#9185).
20014
20015 2011-08-25 Juri Linkov <juri@jurta.org>
20016
20017 * textmodes/ispell.el (ispell-command-loop): Add newline
20018 at the end of the "Use option `i'..." line.
20019
20020 2011-08-25 Juri Linkov <juri@jurta.org>
20021
20022 * battery.el (display-battery-mode): If `battery-status-function'
20023 or `battery-mode-line-format' is nil, display the message and set
20024 `display-battery-mode' to nil (bug#9363).
20025
20026 2011-08-25 Eli Zaretskii <eliz@gnu.org>
20027
20028 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20029 bidi-string-mark-left-to-right; they are unnecessary now.
20030
20031 2011-08-25 Deniz Dogan <deniz@dogan.se>
20032
20033 * net/quickurl.el: Documentation typo fixes.
20034
20035 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
20036
20037 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20038
20039 2011-08-25 Glenn Morris <rgm@gnu.org>
20040
20041 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20042
20043 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20044 (smtpmail-via-smtp): Handle nil response from smtp.
20045
20046 2011-08-24 Juri Linkov <juri@jurta.org>
20047
20048 * proced.el (proced-marked): Inherit from `error' instead of
20049 `font-lock-warning-face'.
20050
20051 * ibuffer.el (ibuffer-marked-face): Change default face from
20052 `font-lock-warning-face' to `warning'.
20053 (ibuffer-deletion-face): Change default face from
20054 `font-lock-type-face' to `error'.
20055
20056 * battery.el (battery-update): Use the face `error' instead of
20057 `font-lock-warning-face' (bug#6117).
20058
20059 2011-08-24 Juri Linkov <juri@jurta.org>
20060
20061 * faces.el (success): Change face color from "Green3" to
20062 "ForestGreen" on light background (bug#9353).
20063
20064 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
20065
20066 * window.el (quit-window): Rename from quit-restore-window.
20067 Use same arglist as old quit-window.
20068 (frame-auto-delete): Doc fix.
20069
20070 * view.el (view-mode-exit): Use quit-window.
20071
20072 2011-08-24 Juri Linkov <juri@jurta.org>
20073
20074 * isearch.el (isearch-ring-adjust1): Start visiting previous
20075 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20076 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20077 for empty search string (when the last search string is reused
20078 automatically) to adjust the isearch ring to the last element and
20079 prepare the correct index for further M-p commands (bug#9185).
20080
20081 2011-08-24 Kenichi Handa <handa@m17n.org>
20082
20083 * international/ucs-normalize.el: If decomposition property of
20084 CHAR is the default one (i.e. a list of CHAR itself), treat it as
20085 nil.
20086 (nfd, nfkd): Likewise.
20087
20088 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20089
20090 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20091 from process filters aren't reliably transmitted to the surrounding
20092 accept-process-output.
20093 (mpc-proc-check): New function.
20094 (mpc-proc-sync): Use it (bug#8293)
20095
20096 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20097
20098 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20099 Add compatibility functions (bug#9313).
20100
20101 2011-08-23 Eli Zaretskii <eliz@gnu.org>
20102
20103 * cus-start.el (all): Add entry for bidi-paragraph-direction.
20104
20105 * international/uni-bidi.el: Regenerate.
20106
20107 2011-08-23 Kenichi Handa <handa@m17n.org>
20108
20109 * international/charprop.el:
20110 * international/uni-bidi.el:
20111 * international/uni-category.el:
20112 * international/uni-combining.el:
20113 * international/uni-comment.el:
20114 * international/uni-decimal.el:
20115 * international/uni-decomposition.el:
20116 * international/uni-digit.el:
20117 * international/uni-lowercase.el:
20118 * international/uni-mirrored.el:
20119 * international/uni-name.el:
20120 * international/uni-numeric.el:
20121 * international/uni-old-name.el:
20122 * international/uni-titlecase.el:
20123 * international/uni-uppercase.el: Regenerate.
20124
20125 2011-08-23 Martin Rudalics <rudalics@gmx.at>
20126
20127 * help.el (help-window-setup): Fix message displayed when other
20128 window is reused. (Bug#9341)
20129
20130 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20131
20132 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20133 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20134
20135 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20136 Mark obsolete.
20137 * shell.el (shell-parse-pcomplete-arguments): New function.
20138 (shell-completion-vars): Use it instead (bug#9160).
20139
20140 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20141
20142 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20143 strings and comments (bug#9333).
20144
20145 * emacs-lisp/debug.el (debug-arglist): New function.
20146 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20147 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20148
20149 2011-08-22 Juri Linkov <juri@jurta.org>
20150
20151 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20152 Revert regexp that highlights output switches to its old
20153 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20154
20155 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20156 to check for empty output (bug#9226).
20157
20158 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
20159
20160 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20161 symbol-constituent as the default, as that stops font-lock from
20162 working properly (Bug#8843).
20163
20164 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20165
20166 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20167 `coding-system-for-*' around the process open call to avoid
20168 auth-source side effects.
20169 (smtpmail-try-auth-methods): Expand the secret password.
20170 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20171 probe hangs.
20172
20173 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20174
20175 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20176
20177 * emacs-lisp/find-func.el (find-function-noselect): New arg
20178 lisp-only.
20179
20180 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20181 signal an error for built-in functions (Bug#6664).
20182
20183 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20184
20185 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20186 (smtpmail-try-auth-methods): Use it.
20187
20188 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20189
20190 * font-lock.el (font-lock-fontify-region)
20191 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20192 (font-lock-default-unfontify-buffer)
20193 (font-lock-default-fontify-region)
20194 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20195
20196 * progmodes/compile.el (compilation-error-properties):
20197 Fix confusion between file struct and message struct (Bug#9319).
20198 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20199 `ant' regexp.
20200
20201 * net/browse-url.el (browse-url-firefox): Don't call
20202 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20203
20204 2011-08-20 Glenn Morris <rgm@gnu.org>
20205
20206 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20207
20208 * tutorial.el (tutorial--default-keys): Update some default bindings.
20209
20210 * files.el (hack-local-variables): Fully ignore case for "mode:".
20211
20212 2011-08-20 Alan Mackenzie <acm@muc.de>
20213
20214 Resolve invalid use of a regexp in regexp-opt.
20215
20216 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20217 detection for a java annotation.
20218
20219 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20220 detection for a java annotation.
20221
20222 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20223 handling for java.
20224 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20225
20226 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20227
20228 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20229 (Bug#9274).
20230
20231 2011-08-20 Alan Mackenzie <acm@muc.de>
20232
20233 Fontify CPP expressions correctly when starting in the middle of
20234 such a construct. Mainly for when jit-lock etc. starts a chunk
20235 here.
20236
20237 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20238 variable.
20239 (c-make-font-lock-search-form): New function, extracted from
20240 c-make-font-lock-search-function.
20241 (c-make-font-lock-search-function): Use the above function.
20242 (c-make-font-lock-context-search-function): New function.
20243 (c-cpp-matchers): Enhance the preprocessor expression case with
20244 the above function
20245 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20246 which takes an expression.
20247
20248 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20249
20250 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20251
20252 * window.el (display-buffer-reuse-window)
20253 (display-buffer-pop-up-window): Don't reuse or split a side
20254 window.
20255
20256 2011-08-19 Glenn Morris <rgm@gnu.org>
20257
20258 * files.el (hack-local-variables-prop-line, hack-local-variables):
20259 Downcase "Mode:". (Bug#9331)
20260
20261 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20262
20263 * international/characters.el: Add L and R categories.
20264
20265 * subr.el (bidi-string-mark-left-to-right): Rename from
20266 string-mark-left-to-right. Use category search.
20267
20268 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20269
20270 2011-08-18 Juri Linkov <juri@jurta.org>
20271
20272 * faces.el (error, warning, success): New faces with definitions
20273 copied from old default values of `font-lock-warning-face',
20274 `compilation-warning', `compilation-info' (bug#6117).
20275
20276 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20277
20278 * progmodes/compile.el (compilation-error): Inherit from `error'.
20279 (compilation-warning): Inherit from `warning'.
20280 (compilation-info): Inherit from `success'.
20281
20282 * dired.el (dired-marked): Inherit from `warning'.
20283 (dired-flagged): Inherit from `error'.
20284
20285 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20286
20287 * mail/smtpmail.el (auth-source): Require to avoid problems with
20288 binding variables (bug#9298). Also clean up some unused
20289 autoloads.
20290
20291 * net/network-stream.el (network-stream-open-starttls):
20292 Support using starttls.el without using gnutls-cli.
20293
20294 2011-08-17 Juri Linkov <juri@jurta.org>
20295
20296 * progmodes/grep.el (rgrep): Handle the case when
20297 `grep-find-command' is a cons cell (bug#9278).
20298
20299 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20300
20301 * window.el (display-buffer-pop-up-frame): Run frame creation
20302 function with BUFFER current (as special-display-popup-frame
20303 does). Reported by Drew Adams.
20304
20305 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20306
20307 * epa-mail.el: Simplify GnuPG group expansion using
20308 epg-expand-group.
20309 (epa-mail-group-alist, epa-mail-group-modtime)
20310 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20311 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20312 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20313 Remove.
20314
20315 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20316
20317 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20318
20319 2011-08-16 Alan Mackenzie <acm@muc.de>
20320
20321 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20322 Correct, to avoid the inside of macros.
20323
20324 2011-08-16 Richard Stallman <rms@gnu.org>
20325
20326 * epa-mail.el: Handle GnuPG group definitions.
20327 (epa-mail-group-alist, epa-mail-group-modtime)
20328 (epa-mail-gnupg-conf-file): New variables.
20329 (epa-mail-parse-groups, epa-mail-sync-groups)
20330 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20331 (epa-mail-expand-recipients): New functions.
20332 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20333
20334 * mail/rmail.el (rmail-epa-decrypt): New command.
20335
20336 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20337 Don't bind buffer-read-only, just inhibit-read-only.
20338 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20339 (epa-decrypt-armor-in-region): Make error message clearer.
20340
20341 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20342
20343 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20344 and "a2b" to "ab" for `prefix'.
20345
20346 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20347
20348 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20349 filter groups.
20350 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20351 Fourquet (Bug#8804).
20352
20353 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20354
20355 * startup.el (argi): Declare as global variable (bug#9275).
20356
20357 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20358
20359 * subr.el (string-mark-left-to-right): Search the entire string
20360 for RTL script, not just the terminating character. Doc fix.
20361
20362 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20363
20364 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20365 New function.
20366 (js--regexp-literal, js-syntax-propertize-function): Remove.
20367 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20368 (js-mode-map): Don't rebind electric keys.
20369 (js-insert-and-indent): Remove.
20370 (js-mode): Setup electric-layout and electric-indent instead.
20371
20372 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20373
20374 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20375
20376 * epa.el (epa-progress-callback-function): Fix the logic of
20377 displaying progress.
20378 * epa-file.el (epa-file-insert-file-contents): Make progress
20379 display more user-friendly.
20380 (epa-file-write-region): Ditto.
20381
20382 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20383
20384 * subr.el (string-mark-left-to-right): New function.
20385
20386 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20387 Use string-mark-left-to-right.
20388 (list-buffers-noselect): Caller changed.
20389
20390 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20391 Use string-mark-left-to-right.
20392 (tabulated-list-print): Recenter after moving point.
20393
20394 2011-08-10 Juri Linkov <juri@jurta.org>
20395
20396 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20397 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20398 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20399
20400 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20401
20402 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20403 (Bug#7554).
20404
20405 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20406
20407 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20408 character. (Bug#6594)
20409
20410 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20411
20412 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20413 (image-dired--with-db-file): New macro.
20414 (image-dired-write-tags, image-dired-remove-tag)
20415 (image-dired-create-gallery-lists, image-dired-write-comments)
20416 (image-dired-get-comment, image-dired-mark-tagged-files)
20417 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20418 (image-dired-gallery-generate): Use insert-file-contents.
20419
20420 * time.el (display-time-world-list, display-time-world-display):
20421 * time-stamp.el (time-stamp-string):
20422 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20423 set-time-zone-rule (Bug#7337).
20424
20425 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20426
20427 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20428 (epg-error-to-string, epg-errors-to-string): New function.
20429 (epg-wait-for-completion): Reverse errors list.
20430 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20431 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20432 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20433 (epg-sign-keys, epg-generate-key-from-file)
20434 (epg-generate-key-from-string): Format errors by using
20435 epg-errors-to-string (bug#9255).
20436 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20437
20438 2011-08-07 Juri Linkov <juri@jurta.org>
20439
20440 * faces.el (list-faces-display): Remove extra angle bracket
20441 from `help-mode-map'.
20442
20443 * info.el (Info-history-toc-nodes): Doc fix.
20444
20445 * longlines.el (longlines-mode): Doc fix.
20446
20447 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20448
20449 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20450 of statements and in a few more cases (bug#9183).
20451
20452 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20453 New functions.
20454 (cl-transform-lambda): Use them (bug#9239).
20455
20456 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20457
20458 * window.el (display-buffer-same-window)
20459 (display-buffer-same-frame, display-buffer-other-window)
20460 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20461 (pop-to-buffer-other-window)
20462 (pop-to-buffer-same-frame-other-window)
20463 (pop-to-buffer-other-frame): Make them defuns.
20464 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20465
20466 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20467
20468 * subr.el (make-composed-keymap): Move from C. Change calling
20469 convention, and improve docstring to bring attention to a subtle point.
20470 * minibuffer.el (completing-read-default): Adjust accordingly.
20471
20472 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20473
20474 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20475 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20476
20477 * net/trampver.el: Update release number.
20478
20479 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20480
20481 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20482 "in" (bug#9190).
20483
20484 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20485
20486 * mail/sendmail.el (sendmail-query-once): Restore the current
20487 buffer after querying (bug#9074).
20488
20489 * dired.el (dired-flagged): Use different faces for marked and
20490 flagged files (bug#6117).
20491
20492 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20493 (bug#4433).
20494
20495 * ido.el (ido-mode): Switch off the message if called
20496 non-interactively.
20497
20498 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20499 before 587, since it appears that that's more likely to work for
20500 more people.
20501
20502 * cus-edit.el (custom-file): When running under emacs -q, always
20503 refuse to save the customizations, even if the .emacs file doesn't
20504 exist.
20505
20506 * info.el: Remove the `Info-beginning-of-buffer' function
20507 (bug#8325).
20508
20509 * net/network-stream.el (network-stream-open-starttls):
20510 Use `starttls-available-p' to see whether starttls.el can be used.
20511
20512 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20513
20514 * window.el (display-buffer-in-window): Don't set dedicated status
20515 of window here (Bug#9215).
20516 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20517 (display-buffer-pop-up-side-window)
20518 (display-buffer-in-side-window): Set dedicated status of window here.
20519
20520 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20521
20522 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20523 before binding generated-autoload-file.
20524
20525 2011-08-01 Deniz Dogan <deniz@dogan.se>
20526
20527 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20528
20529 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20530
20531 Sync with Tramp 2.2.2.
20532
20533 * net/trampver.el: Update release number.
20534
20535 2011-07-30 Juri Linkov <juri@jurta.org>
20536
20537 * dired-aux.el (dired-touch-initial): Remove function.
20538 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20539 current time, and `default' to the last modification time of the
20540 current marked file (bug#6887).
20541
20542 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20543
20544 * simple.el (goto-line): Use string-to-number to provide a
20545 numeric argument to read-number (bug#9163).
20546
20547 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20548
20549 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20550 connection process, it could be nil.
20551
20552 2011-07-27 Leo Liu <sdl.web@gmail.com>
20553
20554 Simplify url handling in rcirc-mode.
20555
20556 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20557 (rcirc-browse-url-at-mouse): Remove.
20558 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20559
20560 2011-07-26 Alan Mackenzie <acm@muc.de>
20561
20562 Fontify bitfield declarations properly.
20563
20564 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20565 (c-symbol-chars): Now exported as a lang variable.
20566 (c-not-primitive-type-keywords): New lang variable.
20567
20568 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20569 QT keyword "more" to prevent "more slots: ...." being spuriously
20570 parsed as a bitfield declaration.
20571
20572 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20573 Refactor and enhance to handle bitfield declarations.
20574 (c-punctuation-in): New function.
20575 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20576 declarations properly.
20577
20578 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20579
20580 * calendar/icalendar.el (icalendar--all-events): Take care of
20581 multiple vcalendars in a single file.
20582 (icalendar--convert-float-to-ical): Checkdoc fixes.
20583
20584 2011-07-25 Deniz Dogan <deniz@dogan.se>
20585
20586 * image.el (insert-image): Clarifying docstring.
20587
20588 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20589
20590 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20591 `tramp-send-command-and-check' if there is no error.
20592 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20593
20594 2011-07-22 Alan Mackenzie <acm@muc.de>
20595
20596 Prevent cc-langs.elc being loaded at run time.
20597
20598 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20599 cc-langs.
20600
20601 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20602 "(require 'cc-langs)". Quote a form so it will evaluate at
20603 (cc-mode's) compilation time.
20604
20605 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20606
20607 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20608 loading. (Bug#9114)
20609
20610 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20611
20612 * window.el (display-buffer-pop-up-window)
20613 (display-buffer-pop-up-side-window)
20614 (display-buffer-in-side-window): Call display-buffer-set-height
20615 and display-buffer-set-width after setting the new window's
20616 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20617
20618 2011-07-20 Sam Steingold <sds@gnu.org>
20619
20620 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20621 (etags-tags-included-tables): Call `convert-standard-filename' on
20622 the file names contained in TAGS so that windows Emacs can handle
20623 TAGS files created by cygwin ctags.
20624
20625 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20626
20627 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20628 which apparently didn't work.
20629
20630 2011-07-19 Roland Winkler <winkler@gnu.org>
20631
20632 * proced.el (proced-send-signal): For *Marked Processes* buffer
20633 put point at beginning of buffer.
20634
20635 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20636
20637 * proced.el (proced-format): Make header lines align with the text
20638 (bug#1779).
20639
20640 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20641
20642 * view.el (view-buffer): Allow running in `special' modes if we're
20643 visiting a file (bug#8615).
20644
20645 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20646
20647 * window.el (display-buffer-alist-of-strings-p)
20648 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20649 New functions.
20650 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20651 more accurately.
20652
20653 2011-07-18 Alan Mackenzie <acm@muc.de>
20654
20655 Fontify declarators properly when, e.g., a jit-lock chunk begins
20656 inside a declaration.
20657
20658 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20659
20660 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20661 New function.
20662 (c-complex-decl-matchers): Insert reference to
20663 c-font-lock-enclosing-decls.
20664
20665 * progmodes/cc-engine.el (c-backward-single-comment):
20666 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20667 to nil around calls to (forward-comment -1).
20668
20669 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20670
20671 * image.el (put-image): Doc typo fix.
20672
20673 * progmodes/etags.el (tags-search): Doc typo fix.
20674
20675 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20676 password if we get errors 550 to 554.
20677
20678 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20679
20680 * net/gnutls.el (gnutls-log-level): Remove.
20681
20682 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20683 indentation character (bug#6380).
20684
20685 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20686
20687 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20688 to clarify what the problem is (bug#4291).
20689
20690 * simple.el (current-kill): Clarify what
20691 `interprogram-paste-function' does (bug#7500).
20692 (auto-fill-mode): Document `auto-fill-function' in relation to
20693 `auto-fill-mode' (bug#2470).
20694
20695 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20696
20697 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20698 method if slot is read-only (bug#9035).
20699
20700 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20701
20702 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20703 * window.el (pop-to-buffer): Select window used even if it was
20704 selected before, see discussion of (Bug#8615), (Bug#6954).
20705 Pass argument NORECORD on to select-frame-set-input-focus.
20706
20707 2011-07-15 Glenn Morris <rgm@gnu.org>
20708
20709 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20710 Respect help-form.
20711
20712 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20713
20714 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20715 (gnutls-negotiate): Use it.
20716
20717 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20718
20719 * net/gnutls.el (gnutls-negotiate):
20720 Upcase `gnutls-algorithm-priority'.
20721
20722 2011-07-15 Glenn Morris <rgm@gnu.org>
20723
20724 * jka-compr.el (jka-compr-verbose): Move from here...
20725 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20726 Add missing :version tag.
20727 * info.el: No need to require jka-compr when compiling.
20728
20729 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20730
20731 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20732 (gnutls-negotiate): Use it.
20733
20734 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20735
20736 * info.el (Info-beginning-of-buffer): New command.
20737 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20738 announcing `b' as the key (bug#8325).
20739 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20740
20741 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20742
20743 * international/mule-cmds.el
20744 (describe-specified-language-support): Make the error message
20745 clearer (bug#8905).
20746
20747 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20748
20749 * isearch.el (isearch-barrier): Add a doc string, since it's
20750 mentioned in a function doc string (bug#8678).
20751
20752 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20753
20754 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20755 buffer argument (Bug#9083) and self-identifying label argument.
20756
20757 2011-07-15 Glenn Morris <rgm@gnu.org>
20758
20759 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20760
20761 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20762
20763 * man.el (Man-fontify-manpage): Fix message when formatting the
20764 man page (bug#7929).
20765
20766 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20767
20768 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20769 argument LRM; if non-nil, append an invisible LRM character to the
20770 buffer name.
20771 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20772 last argument non-nil, when formatting buffer names.
20773 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20774 paragraph direction.
20775
20776 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20777
20778 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20779 the man page name (bug#7929).
20780
20781 * image.el (put-image): Mention the `put-image' overlay property
20782 (bug#7834).
20783
20784 * scroll-bar.el (set-scroll-bar-mode): Mention that
20785 `scroll-bar-mode' lists the values (bug#7772).
20786
20787 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20788 command (bug#7729).
20789
20790 * rect.el (apply-on-rectangle): Return the point after the last
20791 operation.
20792 (string-rectangle): Go to the point after the last operation
20793 (bug#7522).
20794
20795 * printing.el (pr-toggle-region): Clarify the documentation
20796 slightly (bug#7493).
20797
20798 * time.el (display-time-update):
20799 Allow `display-time-mail-function' to return nil (bug#7158).
20800 Fix suggested by Detlev Zundel.
20801
20802 * vc/diff.el (diff): Clarify the order the file names are read
20803 (bug#7111).
20804
20805 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20806 the doc string (bug#7015).
20807
20808 * font-lock.el (font-lock-maximum-decoration): Mention what
20809 numeric levels mean (bug#6935).
20810
20811 * startup.el (initial-buffer-choice): Don't mention the `none'
20812 selection, which is against policy.
20813
20814 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20815
20816 * window.el (display-buffer-normalize-special):
20817 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20818
20819 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20820
20821 * subr.el (version<, version<=, version=): Mention "-CVS" and
20822 "-12345" alpha version numbers.
20823
20824 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20825
20826 * bindings.el: Add advertised binding for set-mark-command
20827 (Bug#5772).
20828
20829 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20830
20831 * bindings.el (mode-line-other-buffer):
20832 * bookmark.el (bookmark-bmenu-2-window):
20833 * bs.el (bs-cycle-next, bs-cycle-previous):
20834 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20835 switch-to-buffer.
20836
20837 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20838 Delete.
20839
20840 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20841
20842 * follow.el (follow-debug-message, follow-redisplay):
20843 * jka-cmpr-hook.el (with-auto-compression-mode):
20844 Fix typos in docstrings.
20845
20846 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20847
20848 * subr.el (with-silent-modifications): Clarify somewhat what the
20849 macro inhibits (bug#6525).
20850
20851 * simple.el (eval-expression): Note what it does if called
20852 interactively (bug#6495).
20853
20854 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20855
20856 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20857 Use pop-to-buffer buffer-or-name if it is nil.
20858
20859 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20860 Remove switch-to-buffer.
20861
20862 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20863
20864 * files.el (make-directory): Clarify that an error will be raised
20865 if there's an error (bug#6397).
20866
20867 * startup.el (initial-buffer-choice): Add `none' as a choice
20868 (bug#6234).
20869
20870 * subr.el (add-hook): Clarify section about buffer-local hooks
20871 (bug#6218).
20872
20873 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20874
20875 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20876
20877 * tabify.el (untabify): Preserve the current column so that point
20878 doesn't move (bug#6032).
20879
20880 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20881
20882 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20883 Rewrite to avoid awkward possessive "s" (bug#5986).
20884
20885 2011-07-13 Glenn Morris <rgm@gnu.org>
20886
20887 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20888 (dired-insert-directory): Give a message the first time
20889 if ls is found not to support --dired.
20890
20891 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20892
20893 * simple.el (toggle-truncate-lines): Clarify what is toggled
20894 (bug#5580). Text by Drew Adams.
20895
20896 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20897
20898 * simple.el (blink-matching-open): Make the error message from the
20899 last change less verbose.
20900
20901 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20902
20903 * font-lock.el (font-lock-comment-face): Use the high contrast
20904 "yellow" color for font-lock-comment-face on low color terminals
20905 using a dark background color (bug#4221).
20906
20907 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20908
20909 * dired.el (dired-insert-set-properties): Make the doc string
20910 reflect what it does now (bug#5325).
20911
20912 * simple.el (blink-matching-open): Say that we were unable to find
20913 the match within the limit, if we're limited (bug#5122).
20914
20915 * international/mule-cmds.el (prefer-coding-system): Add an
20916 example (bug#4869).
20917
20918 * progmodes/etags.el (tags-search): Document `file-list-form'
20919 (bug#4731).
20920
20921 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20922
20923 * net/browse-url.el (browse-url-default-browser)
20924 (browse-url-browser-function): Make the default browser choice a
20925 bit more logical (bug#4300). Also clean up the doc string.
20926
20927 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20928
20929 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20930 binary endings (bug#4440).
20931
20932 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20933
20934 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20935 which can be pretty annoying (bug#8971).
20936
20937 * jka-compr.el (jka-compr-verbose): New variable, and use
20938 throughout (bug#8971).
20939
20940 * info.el (Info-find-file): Fall back on the installation
20941 directory if we can't find the info node anywhere else.
20942
20943 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20944
20945 * vc/vc.el (vc-revert-file):
20946 Don't set file time-stamp in the past. (Bug#5181)
20947
20948 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20949
20950 * files.el (after-find-file): Give a better error message when
20951 trying to find a symlink that points to a file that doesn't exist
20952 (bug#4398).
20953
20954 * progmodes/cc-vars.el: Remove (probably) misleading comment
20955 (bug#4396).
20956
20957 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20958
20959 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20960
20961 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20962
20963 * mouse-sel.el: Hack restoring functionality, while keeping
20964 compatibility with 2010-07-03 changes to mouse selection.
20965 (mouse-sel-primary-overlay): New var.
20966 (mouse-sel-selection-alist): Use it.
20967 (mouse-sel-mode): Doc fix; remove points that are default features
20968 of mouse.el.
20969
20970 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20971
20972 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20973 Fix previous fix (bug#2490).
20974
20975 2011-07-12 Roland Winkler <winkler@gnu.org>
20976
20977 * textmodes/bibtex.el (bibtex-initialize):
20978 Use pop-to-buffer-same-window.
20979 (bibtex-search-entries): Fix interactive call.
20980
20981 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20982
20983 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20984 Fontise bytecomp Error lines more correctly (bug#2490).
20985 Fix suggested by Johan Bockgård.
20986
20987 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20988
20989 * dired-x.el (dired-guess-default): Use `delete-dups'.
20990
20991 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20992
20993 * dired.el (dired-mark-prompt):
20994 * dired-aux.el (dired-read-shell-command): Doc fix.
20995
20996 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20997
20998 * mail/sendmail.el (sendmail-query-once):
20999 Use `customize-save-variable' unconditionally, now that it works under
21000 emacs -Q.
21001
21002 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21003
21004 * cus-edit.el (custom-file): Take an optional no-error variable.
21005 (customize-save-variable): Set the variable, and give a warning if
21006 running under "emacs -q".
21007
21008 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
21009
21010 * loadhist.el (unload-feature-special-hooks):
21011 Add `auto-coding-functions', `fill-nobreak-predicate' and
21012 `find-directory-functions' (bug#5327).
21013
21014 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21015
21016 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21017
21018 * cus-edit.el (custom-guess-name-alist): -alist variables should
21019 use the `alist' type (bug#3120). Suggested by Drew Adams.
21020
21021 * printing.el: Add documentation to all the `pr-toggle-' commands.
21022
21023 2011-07-11 Leo Liu <sdl.web@gmail.com>
21024
21025 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21026 backends where it makes sense (bug#2623).
21027
21028 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21029
21030 * dired-x.el (dired-guess-default): Remove duplicate shell command
21031 entries (bug#2028).
21032 (dired-guess-default): Fix grammar in doc string (bug#2028).
21033 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21034
21035 * subr.el (remove-duplicates): New conveniency function.
21036
21037 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21038
21039 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21040 (bug#1526).
21041
21042 2011-07-10 Martin Rudalics <rudalics@gmx.at>
21043
21044 * window.el (display-buffer-normalize-default): Don't invert
21045 meaning of even-window-heights. Reported by Eli Zaretskii
21046 <eliz@gnu.org>.
21047
21048 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
21049
21050 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21051
21052 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
21053
21054 * window.el (display-buffer): Fix arguments to
21055 display-buffer-reuse-window in last change.
21056
21057 * faces.el (link): Use a less saturated blue on light backgrounds.
21058
21059 * startup.el (fancy-startup-text, fancy-about-text)
21060 (fancy-startup-tail): Use font-lock faces, for background safety.
21061
21062 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
21063
21064 * emulation/viper-cmd.el (viper-change-state-to-vi):
21065 Limit triggering of abbrev expansion (Bug#9038).
21066
21067 2011-07-09 Martin Rudalics <rudalics@gmx.at>
21068
21069 * window.el (display-buffer-default-specifiers): Remove.
21070 (display-buffer-macro-specifiers): Remove default specifiers.
21071 (display-buffer-alist): Default to nil.
21072 (display-buffer-reuse-window): New optional argument other-window.
21073 (display-buffer-pop-up-window): Allow splitting internal
21074 windows. Check whether a live window was created.
21075 (display-buffer-other-window-means-other-frame)
21076 (display-buffer-normalize-arguments): Rename to
21077 display-buffer-normalize-argument and rewrite. Set the
21078 other-window specifier.
21079 (display-buffer-normalize-special): New function.
21080 (display-buffer-normalize-options): Rename to
21081 display-buffer-normalize-default and rewrite.
21082 (display-buffer-normalize-options-inhibit): Remove.
21083 (display-buffer-normalize-specifiers): Rewrite.
21084 (display-buffer): Process other-window specifier and call
21085 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
21086 more faithfully.
21087 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21088 (display-buffer-alist-set): Don't handle 'unset default values.
21089 (display-buffer-in-window, display-buffer-alist-set):
21090 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
21091 <tassilo@member.fsf.org>.
21092
21093 2011-07-09 Leo Liu <sdl.web@gmail.com>
21094
21095 * register.el (insert-register): Restore accidental change on
21096 2011-06-26. (Bug#9028)
21097
21098 2011-07-09 Glenn Morris <rgm@gnu.org>
21099
21100 * subr.el (remq): Handle the empty list. (Bug#9024)
21101
21102 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
21103
21104 * mail/sendmail.el (send-mail-function): No longer delay custom
21105 initialization.
21106 * custom.el (custom-initialize-delay): Doc fix.
21107
21108 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21109
21110 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21111
21112 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
21113
21114 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21115 human-friendly prompt.
21116
21117 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21118
21119 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21120 provided by a particular plugin.
21121
21122 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
21123
21124 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21125 save customizations (with "emacs -Q"), just set the variable
21126 instead of erroring out.
21127
21128 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21129
21130 2011-07-08 Juri Linkov <juri@jurta.org>
21131
21132 * arc-mode.el (archive-zip-expunge, archive-zip-update)
21133 (archive-zip-update-case): Use 7z if found by `executable-find'.
21134 The order of searching the available programs is the same as in
21135 `archive-zip-extract' (bug#8968).
21136
21137 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21138
21139 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21140 (menu-bar-options-menu): Tweak descriptions.
21141
21142 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21143
21144 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21145 menu items into verb phrases (bug#1421). Also refill to fit under
21146 80 columns.
21147
21148 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21149
21150 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21151 (Info-read-node-name): Doc fix (Bug#1084).
21152
21153 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21154 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21155 (end-of-sexp, beginning-of-sexp)
21156 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21157 (forward-symbol, forward-same-syntax, word-at-point)
21158 (sentence-at-point): Doc fix (Bug#1144).
21159
21160 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21161
21162 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21163 should cover it (bug#1281).
21164
21165 * cus-edit.el (custom-show): Mark as obsolete.
21166
21167 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21168 negotiation fails, then possibly try again with a non-encrypted
21169 connection (bug#9017).
21170
21171 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21172 be used.
21173
21174 2011-07-07 Richard Stallman <rms@gnu.org>
21175
21176 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21177 property, and handle its changed format.
21178 Look for the correct line number.
21179 Use file's line contents (but not past first =) to find
21180 correct line in message.
21181
21182 2011-07-07 Kenichi Handa <handa@m17n.org>
21183
21184 * international/characters.el (build-unicode-category-table):
21185 Delete it.
21186 (unicode-category-table): Set it by unicode-property-table-internal.
21187
21188 * international/mule-cmds.el (char-code-property-alist): Move to
21189 to src/chartab.c.
21190 (get-char-code-property): Call unicode-property-table-internal to
21191 load a file. Call get-unicode-property-internal where necessary.
21192 (put-char-code-property): Call unicode-property-table-internal to
21193 load a file. Call put-unicode-property-internal where necessary.
21194 put-unicode-property-internal where necessary.
21195 (char-code-property-description):
21196 Call unicode-property-table-internal to load a file.
21197
21198 * international/charprop.el:
21199 * international/uni-bidi.el:
21200 * international/uni-category.el:
21201 * international/uni-combining.el:
21202 * international/uni-comment.el:
21203 * international/uni-decimal.el:
21204 * international/uni-decomposition.el:
21205 * international/uni-digit.el:
21206 * international/uni-lowercase.el:
21207 * international/uni-mirrored.el:
21208 * international/uni-name.el:
21209 * international/uni-numeric.el:
21210 * international/uni-old-name.el:
21211 * international/uni-titlecase.el:
21212 * international/uni-uppercase.el: Regenerate.
21213
21214 * loadup.el: Load international/charprop.el before
21215 international/characters.
21216
21217 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21218
21219 * window.el (next-buffer, previous-buffer): Signal an error if
21220 called from a minibuffer window.
21221
21222 * bindings.el: Revert 2011-07-04 change.
21223
21224 2011-07-06 Richard Stallman <rms@gnu.org>
21225
21226 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21227 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21228 Treat markers like ints.
21229 (rmail-mime-entity): Doc fix.
21230
21231 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21232
21233 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21234 defcustom again for backwards compatibility.
21235
21236 * simple.el (shell-command-on-region): Fill.
21237
21238 * dired-aux.el (dired-kill-line): Add a doc string.
21239
21240 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21241 to "\\sw\\|\\s_" (bug#358).
21242
21243 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21244 (dired-unmark-backward): Ditto.
21245 (dired-flag-backup-files): Ditto.
21246
21247 * dired-x.el (dired-mark-sexp): Ditto.
21248
21249 2011-07-06 Richard Stallman <rms@gnu.org>
21250
21251 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21252 (rmail-mime-entity): New arg TRUNCATED.
21253 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21254 New functions.
21255 (rmail-mime-save): Warn if entity is truncated.
21256 (rmail-mime-toggle-hidden): Likewise, for showing.
21257 (rmail-mime-process-multipart): Record when an entity is truncated.
21258
21259 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21260 if ENTITY is a string.
21261
21262 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21263
21264 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21265 of faces when `M-C-x'-ing their definitions (bug#8378).
21266 Also clean up the code slightly.
21267
21268 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21269 because that makes the colors go away.
21270
21271 * mail/sendmail.el (send-mail-function): Change the default to
21272 `sendmail-query-once'.
21273 (sendmail-query-once): Add an autoload cookie.
21274
21275 * net/network-stream.el (network-stream-open-starttls): Try using
21276 a plain connection even if the server offered STARTTLS, and we
21277 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21278 capability. This should make smtpmail.el work in slightly more
21279 configurations.
21280
21281 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21282
21283 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21284 New defun.
21285 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21286
21287 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21288
21289 * progmodes/sql.el: Version 3.0
21290 (sql-product-alist): Add product :completion-object,
21291 :completion-column, and :statement attributes.
21292 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21293 (sql-mode-syntax-table): Mark all punctuation.
21294 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21295 ansi keywords.
21296 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21297 (sql-mode-oracle-font-lock-keywords): Improve.
21298 (sql-oracle-show-reserved-words): New function for development.
21299 (sql-product-font-lock): Simplify for source code buffers.
21300 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21301 New functions.
21302 (sql-highlight-product): Set product specific syntax table.
21303 (sql-mode-map): Add statement movement functions.
21304 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21305 New variable.
21306 (sql-statement-regexp, sql-beginning-of-statement)
21307 (sql-end-of-statement, sql-signum): New functions.
21308 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21309 (sql-show-sqli-buffer): Bug fix.
21310 (sql-interactive-mode): Store connection data as buffer local.
21311 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21312 with sql-interactive-mode.
21313 (sql-save-connection): Save buffer local settings.
21314 (sql-connection-menu-filter): Change menu entry name.
21315 (sql-product-interactive): Bug fix.
21316 (sql-preoutput-hold): New variable.
21317 (sql-interactive-remove-continuation-prompt): Bug fixes.
21318 (sql-debug-redirect): New variable.
21319 (sql-str-literal): New function.
21320 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21321 Redesign.
21322 (sql-oracle-save-settings, sql-oracle-restore-settings)
21323 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21324 (sql-completion-object, sql-completion-column)
21325 (sql-completion-sqlbuf): New variables.
21326 (sql-build-completions-1, sql-build-completions)
21327 (sql-try-completion): New functions.
21328 (sql-read-table-name): Use them.
21329 (sql-contains-names): New buffer local variable.
21330 (sql-list-all, sql-list-table): Use it.
21331 (sql-oracle-completion-types): New variable.
21332 (sql-oracle-completion-object, sql-sqlite-completion-object)
21333 (sql-postgres-completion-object): New functions.
21334
21335 2011-07-06 Glenn Morris <rgm@gnu.org>
21336
21337 * window.el (pop-to-buffer): Doc fix.
21338
21339 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21340
21341 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21342
21343 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21344
21345 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21346
21347 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21348
21349 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21350
21351 * button.el (button): Inherit from link face. Suggested by Dan
21352 Nicolaescu.
21353
21354 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21355
21356 * progmodes/gdb-mi.el: Fit in 80 columns.
21357 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21358 switch-to-buffer.
21359
21360 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21361 if imenu is simply not configured (bug#8941).
21362
21363 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21364
21365 * allout.el (allout-post-undo-hook): New allout outline-change
21366 event hook to signal undo activity.
21367 (allout-post-command-business): Run allout-post-undo-hook if an
21368 undo just occurred.
21369 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21370 * allout-widgets.el (allout-widgets-after-undo-function):
21371 Ensure the integrity of the current item's decoration after it has been
21372 in the vicinity of an undo.
21373 (allout-widgets-mode): Include allout-widgets-after-undo-function
21374 on the new allout-post-undo-hook.
21375
21376 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21377
21378 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21379 Let define-derived-mode define it.
21380 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21381 cycles of abbrev-table inheritance (bug#8998).
21382
21383 2011-07-05 Roland Winkler <winkler@gnu.org>
21384
21385 * textmodes/bibtex.el: Add support for biblatex.
21386 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21387 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21388 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21389 (bibtex-entry-alist, bibtex-field-alist): New variables.
21390 (bibtex-entry-field-alist): Obsolete alias for
21391 bibtex-BibTeX-entry-alist.
21392 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21393 (bibtex-set-dialect): New command.
21394 (bibtex-entry-type, bibtex-entry-head)
21395 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21396 Bind via bibtex-set-dialect.
21397 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21398 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21399 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21400 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21401 Define via bibtex-set-dialect.
21402 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21403 Obey bibtex-no-opt-remove-re.
21404 (bibtex-vec-push, bibtex-vec-incr): New functions.
21405 (bibtex-format-entry, bibtex-field-list)
21406 (bibtex-print-help-message, bibtex-validate)
21407 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21408
21409 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21410
21411 * progmodes/compile.el (compilation-goto-locus):
21412 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21413 * bs.el (bs-cycle-next, bs-cycle-previous):
21414 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21415 * bindings.el (mode-line-other-buffer):
21416 * autoinsert.el (auto-insert):
21417 * arc-mode.el (archive-extract):
21418 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21419
21420 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21421
21422 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21423 Fix check of `emacs-lock-unlockable-modes'.
21424 Coerce true values of `emacs-lock--try-unlocking' to t.
21425
21426 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21427
21428 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21429 * emacs-lock.el: New file.
21430
21431 2011-07-05 Julien Danjou <julien@danjou.info>
21432
21433 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21434 than `boundp' to check if face is set.
21435
21436 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21437
21438 * register.el (registerv-make):
21439 * window.el (window-min-height): Fix typos in docstrings.
21440
21441 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21442
21443 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21444 Update doc string.
21445
21446 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21447
21448 * server.el (server-execute): Catch quit and call
21449 `server-return-error' to pass the error back to emacsclient and
21450 close the connection (bug#8942).
21451
21452 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21453
21454 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21455 insecure exception for current topic. Also note that auto-saves
21456 are handled differently.
21457
21458 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21459 State variables for tracking auto-save inhibition situation.
21460
21461 (allout-write-contents-hook-handler): Rename from
21462 'allout-write-file-hook-handler', and describe how it depends on
21463 write-contents-functions sensitivity to non-nil value to prevent
21464 file write.
21465
21466 (allout-auto-save-hook-handler): Remove. auto-save does not check
21467 this in individual buffers, only in the starting buffer, so this
21468 is not the right way for us to inhibit auto-save in a buffer
21469 according to its condition.
21470
21471 (allout-mode): Use new allout-write-contents-hook-handler, and
21472 only with write-contents-functions. Remove auto-save provisions -
21473 they're implemented elsewhere.
21474
21475 (allout-before-change-handler): If undo is in progress, note that
21476 for attention of allout-post-command-business.
21477
21478 (allout-post-command-business): If the command we're following was
21479 an undo, check for change in the status of encrypted items and
21480 adjust auto-save inhibitions accordingly.
21481
21482 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21483 according to whether there are or aren't any plain-text topics
21484 pending encryption.
21485
21486 (allout-inhibit-auto-save-info-for-decryption):
21487 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21488 if there are plain-text topics pending encryption.
21489
21490 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21491 buffer-saved-size and some allout state to not inhibit auto-saves
21492 if there are no longer any plain-text topics pending encryption.
21493
21494 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21495 No longer provide for exemption of the current topic.
21496
21497 2011-07-04 Juri Linkov <juri@jurta.org>
21498
21499 Add 7z operations to delete and save changed members (bug#8968).
21500 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21501 New defcustoms.
21502 (archive-7z-write-file-member): New function.
21503 (archive-7z-summarize): Fix the number of dashes in the
21504 listing output.
21505
21506 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21507
21508 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21509 (bug#8958).
21510
21511 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21512
21513 * bindings.el: Ignore next-buffer and previous-buffer in
21514 minibuffer-local-map.
21515
21516 * font-lock.el (font-lock-builtin-face): Change light background
21517 color to dark slate blue (Bug#6693).
21518
21519 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21520
21521 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21522
21523 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21524
21525 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21526 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21527 Add switch-to-buffer.
21528
21529 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21530
21531 * isearch.el (isearch-search-fun-function): Clarify further the
21532 meaning of the function returned.
21533
21534 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21535
21536 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21537
21538 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21539 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21540 Use it.
21541 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21542 `tramp-default-remote-path' does not exist.
21543 (tramp-send-command-and-read): New optional argument NOERROR.
21544 (tramp-open-connection-setup-interactive-shell)
21545 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21546 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21547 (tramp-process-sentinel): Flush also process' connection property.
21548 (tramp-sh-handle-start-file-process): Do not set process
21549 sentinel. It is done now ...
21550 (tramp-maybe-open-connection): ... here. (Bug#8929)
21551
21552 2011-07-04 MON KEY <monkey@sandpframing.com>
21553
21554 * play/animate.el (animate-string): Doc fixes and allow changing
21555 the buffer name (bug#5417).
21556
21557 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21558
21559 * play/animate.el (animation-buffer-name): Rename from *animate*.
21560
21561 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21562
21563 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21564 This is simpler and helps future-proof the code.
21565 (timer-until): Use time-subtract and float-time.
21566 (timer--time-less-p): Use time-less-p.
21567
21568 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21569
21570 * type-break.el (timep): Use the value of `float-time' to avoid a
21571 byte-compiler warning.
21572
21573 * server.el (server-eval-and-print): Return any result, even nil.
21574
21575 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21576
21577 * type-break.el: Accept time formats that the builtins accept.
21578 (timep, type-break-time-difference): Accept any format that
21579 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21580 This is simpler and helps future-proof the code.
21581 (type-break-time-difference): Round rather than ignoring
21582 subseconds components.
21583
21584 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21585
21586 * info.el (Info-apropos-matches): Make non-interactive, since it
21587 doesn't seem to do anything useful as a command (bug#8829).
21588
21589 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21590
21591 * frame.el (frame-background-mode, frame-set-background-mode):
21592 Move from faces.el.
21593 (frame-default-terminal-background): New function.
21594
21595 * custom.el (custom-push-theme): Don't record faces in `changed'
21596 theme; this doesn't work correctly for per-frame face settings.
21597 (disable-theme): Use face-set-after-frame-default to reset faces.
21598 (custom--frame-color-default): New function.
21599
21600 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21601
21602 * dired.el (dired-flagging-regexp): Remove unused variable
21603 (bug#8769).
21604
21605 2011-03-29 Kevin Ryde <user42@zip.com.au>
21606
21607 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21608 `perl-Test2' extend to match possible "fail #N" rep count
21609 (bug#8377).
21610
21611 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21612
21613 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21614 `smtpmail-via-smtp' now returns the error instead of nil.
21615
21616 * isearch.el (isearch-search-fun-function): Clarify the doc string
21617 (bug#8101).
21618
21619 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21620
21621 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21622 unnecessary spaces (bug#8987).
21623
21624 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21625
21626 * net/network-stream.el (open-network-stream): Use the
21627 :end-of-capability command thoughout.
21628
21629 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21630
21631 * net/network-stream.el (open-network-stream): Add the
21632 :end-of-capability command parameter, used by pop3.el.
21633
21634 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21635
21636 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21637
21638 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21639 for list)" (bug#6475).
21640
21641 * files.el (file-expand-wildcards): Ignore non-readable
21642 sub-directories while trying to find matches instead of signaling
21643 an error (bug#6297).
21644
21645 * man.el (Man-reference-regexp): Allow matching possible
21646 word-wrapped references (bug#6289).
21647
21648 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21649 for consistency with the other vc buffers (bug#6197).
21650 (vc-checkin): Ditto.
21651
21652 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21653
21654 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21655
21656 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21657
21658 * custom.el (defcustom): Clarify that :set is only used in the
21659 Customize user interface (bug#6089).
21660
21661 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21662 associated with a file, refuse to run instead of erroring out
21663 (bug#6084).
21664
21665 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21666 the doc string, since it appears that using `fill-column' always
21667 controls the width (bug#7845).
21668
21669 * simple.el (shell-command-on-region): Say where the error output
21670 went if `shell-command-default-error-buffer' is set (bug#6857).
21671
21672 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21673
21674 * allout.el (allout-yank-processing): Adjust cursor position for
21675 backwards-deleted space.
21676
21677 (allout-rebullet-heading): Register changes with
21678 allout-exposure-changed-hook, so the modified topic is properly
21679 decorated.
21680
21681 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21682
21683 * minibuffer.el (completion-in-region): Document PREDICATE
21684 (bug#7136).
21685
21686 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21687 of keyword/argument pairs (bug#6904).
21688
21689 * replace.el (multi-occur):
21690 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21691
21692 2011-07-02 Drew Adams <drew.adams@oracle.com>
21693
21694 * dired.el (dired-mark-if): Make the message about whether it's
21695 marking or unmarking clearer (bug#8523).
21696
21697 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21698
21699 * disp-table.el (display-table-print-array): New function.
21700 (describe-display-table): Use it to print the vectors more pretty
21701 (Bug#8859).
21702
21703 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21704
21705 * window.el (window-state-get-1): Don't assign clone numbers.
21706 Add clone-of item to list of window parameters.
21707 (window-state-put-2): Don't process clone numbers.
21708 (display-buffer-alist): Fix doc-string.
21709
21710 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21711
21712 * subr.el (remq): Don't allocate if it's not needed.
21713 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21714 (keymap--merge-bindings): New functions.
21715 (keymap-canonicalize): Use them to refine the canonicalization.
21716 * minibuffer.el (minibuffer-local-completion-map)
21717 (minibuffer-local-must-match-map): Move initialization from C.
21718 (minibuffer-local-filename-completion-map): Move initialization from C;
21719 don't inherit from anything here.
21720 (minibuffer-local-filename-must-match-map): Make obsolete.
21721 (completing-read-default): Use make-composed-keymap to combine
21722 minibuffer-local-filename-completion-map with either
21723 minibuffer-local-must-match-map or
21724 minibuffer-local-filename-completion-map.
21725
21726 2011-07-01 Glenn Morris <rgm@gnu.org>
21727
21728 * type-break.el (type-break-time-sum): Use dolist.
21729
21730 * textmodes/flyspell.el (flyspell-word-search-backward):
21731 Replace CL function.
21732
21733 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21734
21735 * mouse.el (mouse--strip-first-event): New function.
21736 (function-key-map): Use it to map fringe clicks to normal clicks
21737 by default.
21738
21739 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21740 (vc-bzr-revision-completion-table): Add support for annotate and date.
21741
21742 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21743 inherit from parent.
21744
21745 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21746
21747 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21748 (dired-show-file-type): Doc fixup (bug#8818).
21749
21750 * dired.el (dired-mode): Fix up the doc string as suggested by
21751 Drew Adams (bug#8817).
21752
21753 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21754 cookie, since the manual says that it should be possible to add
21755 this function to `find-file-hook' (bug#8709).
21756
21757 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21758
21759 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21760 here. Noted Ted Zlatanov as the maintainer.
21761 (cfengine-common-settings, cfengine-common-syntax): New functions
21762 to set up common things between `cfengine-mode' and
21763 `cfengine3-mode'.
21764 (cfengine3-mode): New mode.
21765 (cfengine3-defuns cfengine3-defuns-regex
21766 (cfengine3-class-selector-regex cfengine3-category-regex)
21767 (cfengine3-vartypes cfengine3-font-lock-keywords)
21768 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21769 (cfengine3-indent-line): Add from cfengine3.el.
21770
21771 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21772
21773 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21774
21775 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21776
21777 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21778
21779 * window.el (same-window-buffer-names, same-window-regexps)
21780 (same-window-p, special-display-frame-alist)
21781 (special-display-popup-frame, special-display-function)
21782 (special-display-buffer-names, special-display-regexps)
21783 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21784 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21785 (split-window-preferred-function, split-height-threshold)
21786 (split-width-threshold, even-window-heights)
21787 (display-buffer-mark-dedicated, window-splittable-p)
21788 (split-window-sensibly, window-safely-shrinkable-p):
21789 Un-obsolete.
21790 (display-buffer): Don't spread args with function specifier
21791 because special-display-popup-frame won't like it.
21792
21793 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21794
21795 Time-stamp simplifications and fixes.
21796 These improve accuracy slightly, and future-proof the code
21797 against some potential changes to current-time format.
21798
21799 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21800 by using time-since and float-time.
21801
21802 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21803 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21804 + NNN microseconds".
21805
21806 * type-break.el (type-break-time-sum): Rewrite using time-add.
21807
21808 * play/hanoi.el (hanoi-current-time-float): Remove.
21809 All uses replaced by float-time.
21810
21811 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21812 This yields a more-accurate answer.
21813 (rng-time-to-float): Remove; no longer needed.
21814
21815 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21816
21817 * calendar/timeclock.el (timeclock-seconds-to-time):
21818 Defalias to seconds-to-time, since they're the same thing.
21819
21820 * emacs-lisp/elp.el (elp-elapsed-time):
21821 * emacs-lisp/benchmark.el (benchmark-elapse):
21822 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21823
21824 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21825
21826 * window.el (bury-buffer): Don't iconify the only frame.
21827 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21828 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21829
21830 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21831
21832 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21833 Add mouse-yank-primary.
21834
21835 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21836
21837 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21838
21839 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21840
21841 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21842 (find-library-name): Use it to find relative load names when provided
21843 absolute file name (bug#8803).
21844
21845 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21846
21847 * textmodes/flyspell.el (flyspell-word): Consider words that
21848 differ only in case as potential doublons (bug#5687).
21849
21850 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21851 Remove two rather uninteresting debugging-like messages to make
21852 debbugs.el more silent.
21853
21854 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21855 a password-like phrase.
21856
21857 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21858
21859 * progmodes/cc-guess.el: New file.
21860
21861 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21862
21863 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21864 derived from `c-basic-common-init'.
21865
21866 * progmodes/cc-mode.el (top-level): Require cc-guess.
21867 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21868
21869 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21870
21871 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21872
21873 2011-06-30 Alan Mackenzie <acm@muc.de>
21874
21875 * progmodes/cc-engine.el (c-guess-continued-construct):
21876 Correct the handling of template-args-cont, particularly for when font
21877 lock is disabled. Name this case as "CASE G".
21878
21879 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21880
21881 * allout.el (allout-yank-processing): Fix injection of extra space
21882 between bullet and non-whitespace character in first topic when
21883 pasting, ensuring that the actual spacing in the pasted topic
21884 following the bullet char is preserved. This extra space was
21885 causing pasted encrypted topics to get a decrypted status even
21886 when the content was actually still encrypted. Now the decryption
21887 status from before the paste is preserved.
21888
21889 (allout-flag-region): Set all allout overlays so they evaporate
21890 when reduced to zero length (evanescent), to prevent overlay
21891 leakage.
21892
21893 2011-06-30 Glenn Morris <rgm@gnu.org>
21894
21895 * w32-fns.el (w32-charset-info-alist): Declare.
21896
21897 * find-dired.el (find-grep-options): Simplify.
21898
21899 * term/ns-win.el (ns-set-resource): Declare.
21900
21901 * ses.el (row, col): Declare dynamic variables honestly.
21902
21903 * textmodes/reftex-parse.el (index-tags): Declare.
21904
21905 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21906
21907 * cus-edit.el (customize-push-and-save): New function.
21908
21909 * files.el (hack-local-variables-confirm): Use it.
21910
21911 * custom.el (load-theme): New arg NO-CONFIRM.
21912 Use customize-push-and-save (Bug#8720).
21913 (custom-enabled-themes): Doc fix.
21914
21915 * cus-theme.el (customize-create-theme)
21916 (custom-theme-merge-theme): Callers to load-theme changed.
21917
21918 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21919
21920 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21921 short URLs have at least one dot in them (bug #7614).
21922
21923 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21924 nil, because using a pty is apparently too slow (bug #895).
21925
21926 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21927
21928 * mail/sendmail.el (sendmail-query-once): New function.
21929 (sendmail-query-once-function): New variable.
21930
21931 2011-06-29 Glenn Morris <rgm@gnu.org>
21932
21933 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21934
21935 * ses.el (top-level): Require cl when compiling.
21936 (ses-set-localvars): Fix error statement.
21937 Call it at compile time to silence a storm of warnings.
21938
21939 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21940
21941 * window.el (normalize-live-buffer): Rename to
21942 window-normalize-buffer.
21943 (normalize-live-frame): Rename to window-normalize-frame.
21944 (normalize-any-window): Rename to window-normalize-any-window.
21945 (normalize-live-window): Rename to window-normalize-live-window.
21946 (make-window-atom): Rename to window-make-atom.
21947 (window-resize-reset): Rename to window--resize-reset.
21948 (window-resize-reset-1): Rename to window--resize-reset-1.
21949 (resize-mini-window): Rename to window--resize-mini-window.
21950 (resize-subwindows-skip-p): Rename to
21951 window--resize-subwindows-skip-p.
21952 (resize-subwindows-normal): Rename to
21953 window--resize-subwindows-normal.
21954 (resize-subwindows): Rename to window--resize-subwindows.
21955 (resize-other-windows): Rename to window--resize-siblings.
21956 (resize-this-window): Rename to window--resize-this-window.
21957 (resize-root-window): Rename to window--resize-root-window.
21958 (resize-root-window-vertically): Rename to
21959 window--resize-root-window-vertically.
21960 (normalize-buffer-to-display): Rename to
21961 window-normalize-buffer-to-display.
21962 (normalize-buffer-to-switch-to): Rename to
21963 window-normalize-buffer-to-switch-to.
21964 Correspondingly update all callers of the functions listed
21965 above.
21966 (display-buffer-alist, display-buffer-normalize-arguments)
21967 (display-buffer-normalize-options, display-buffer)
21968 (display-buffer-alist-set): Use "function" instead of
21969 "fun-with-args".
21970
21971 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21972
21973 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21974 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21975 debbugs.gnu.org. Mention acknowledgment email.
21976
21977 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21978
21979 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21980 buffer multibyteness, since it shouldn't matter.
21981
21982 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21983
21984 * window.el (display-buffer-in-side-window): Handle dedicated
21985 windows as in display-buffer-reuse-window.
21986 (display-buffer-normalize-alist): Use value of override
21987 specifier.
21988 (display-buffer-normalize-specifiers): Use value of
21989 other-window-means-other-frame specifier.
21990 (display-buffer-alist): Rewrite some texts in widgets.
21991 (display-buffer): Spread arguments when calling function
21992 specified by fun-with-args.
21993
21994 2011-06-28 Deniz Dogan <deniz@dogan.se>
21995
21996 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21997 Unnest `let'.
21998
21999 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22000 selectors (Bug#5732).
22001 (css-proprietary-nmstart-re): Use `regexp-opt'.
22002
22003 2011-06-27 Jari Aalto <jari.aalto@cante.net>
22004
22005 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22006 (eshell-ls-date-format): New defcustom.
22007 (eshell-ls-file): Use it.
22008
22009 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22010
22011 * help-fns.el (describe-variable): Fix message for terminal-local vars.
22012
22013 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
22014
22015 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22016 (ange-ftp-make-tmp-name): New arg.
22017 (ange-ftp-file-local-copy): Use it.
22018
22019 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
22020
22021 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22022 no-conversion (Bug#8870).
22023
22024 2011-06-27 Martin Rudalics <rudalics@gmx.at>
22025
22026 * window.el (window-right, window-left, window-child)
22027 (window-child-count, window-last-child)
22028 (window-iso-combination-p, walk-window-tree-1)
22029 (window-atom-check-1, window-tree-1, delete-window)
22030 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22031 new naming conventions - window-vchild, window-hchild,
22032 window-next and window-prev are now called window-top-child,
22033 window-left-child, window-next-sibling and window-prev-sibling
22034 respectively.
22035 (resize-window-reset): Rename to window-resize-reset.
22036 (resize-window-reset-1): Rename to window-resize-reset-1.
22037 (resize-window): Rename to window-resize.
22038 (window-min-height, window-min-width)
22039 (resize-mini-window, resize-this-window, resize-root-window)
22040 (resize-root-window-vertically, adjust-window-trailing-edge)
22041 (enlarge-window, shrink-window, maximize-window)
22042 (minimize-window, delete-window, quit-restore-window)
22043 (split-window, balance-windows, balance-windows-area-adjust)
22044 (balance-windows-area, window-state-put-2)
22045 (display-buffer-even-window-sizes, display-buffer-set-height)
22046 (display-buffer-set-width, set-window-text-height)
22047 (fit-window-to-buffer): Rename all "resize-window" prefixed
22048 calls to use the "window-resize" prefix convention.
22049 (display-buffer-alist): Fix symbol for label specifier.
22050 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22051 corresponding specifier.
22052 Reported by Juanma Barranquero <lekktu@gmail.com>.
22053
22054 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
22055
22056 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22057 convention.
22058 (ses-call-printer): Does not pass an empty string to formatter when the
22059 cell is empty to keep from barking printer Calc math-format-value.
22060
22061 2011-06-27 Richard Stallman <rms@gnu.org>
22062
22063 * battery.el (battery-mode-line-limit): New variable.
22064 (battery-update): Handle it.
22065
22066 * mail/rmailmm.el (rmail-mime-process-multipart):
22067 Handle truncated messages.
22068
22069 2011-06-27 Glenn Morris <rgm@gnu.org>
22070
22071 * progmodes/flymake.el (flymake-err-line-patterns):
22072 Allow for column numbers in the ant/javac pattern. (Bug#8866)
22073
22074 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
22075
22076 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22077 (ses--clean-!, ses--clean-_): New functions.
22078 (ses-range): Add configurability of readout order, and conversion
22079 to Calc vector.
22080
22081 * ses.el (ses-repair-cell-reference-all): New function.
22082 (ses-cell-symbol): Set macro as safe, so that it can be used in
22083 formulas.
22084
22085 * ses.el: Update cycle detection algorithm.
22086 (ses-localvars): Add ses--Dijkstra-attempt-nb and
22087 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22088 (ses-set-localvars): New function.
22089 (ses-make-cell): Add property-list as a cell element.
22090 (ses-cell-property-get-fun, ses-cell-property-get)
22091 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22092 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22093 New functions.
22094 (ses-cell-property-set, ses-cell-property-pop)
22095 (ses-cell-property-get-handle): New macro.
22096 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22097 New aliases, used for code readability.
22098 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22099 cycle detection.
22100 (ses-self-reference-early-detection): New defcustom.
22101 (ses-formula-references): Robustify against self-referring cells.
22102 (ses-mode): Use ses-set-localvars.
22103 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22104 before lauching the update processing.
22105 (ses-initialize-Dijkstra-attempt): New function.
22106 (ses-recalculate-cell): Update for cycle detection based on
22107 Dijkstra algorithm.
22108
22109 * ses.el: Fix commenting and indenting convention.
22110
22111 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22112
22113 * bs.el (bs-cycle-next): Complete last change.
22114
22115 2011-06-27 Drew Adams <drew.adams@oracle.com>
22116
22117 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22118
22119 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22120
22121 * net/network-stream.el (network-stream-open-starttls):
22122 Don't re-get capabilities unless we've reestablished connection.
22123 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22124
22125 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22126 to binary to possibly avoid line encoding issues on Windows (among
22127 other things).
22128
22129 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22130
22131 * net/network-stream.el (open-network-stream): Return an :error
22132 saying what the problem was, if possible.
22133
22134 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22135 server.
22136
22137 * net/network-stream.el (network-stream-open-starttls): If we
22138 wanted to use STARTTLS, and the server offered it, but we weren't
22139 able to because we had no STARTTLS support, then close the connection.
22140 (open-network-stream): Return an :error element, if present.
22141
22142 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22143
22144 * hl-line.el (hl-line-sticky-flag): Doc fix.
22145 (global-hl-line-sticky-flag): New option (Bug#8323).
22146 (global-hl-line-highlight): Obey it.
22147
22148 * vc/vc.el (vc-revert-show-diff): Default to t.
22149
22150 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22151
22152 * allout-widgets.el (allout-widgets-post-command-business):
22153 Stop decorating intermediate isearch matches. They're not being
22154 undecorated when an isearch is continued past, and isearch
22155 automatically collapses them. This leads to "widget leaks", where
22156 decorated items accumulate in collapsed areas. Lines with lots of
22157 hidden widgets can slow down cursor travel, substantially.
22158 Too much complicated machinery would be needed to ensure undecoration,
22159 so we're doing without this nicety.
22160
22161 (allout-widgets-tally-string): Don't try to do a hash-table-count
22162 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22163 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22164 *Messages* when allout-widgets-maintain-tally is t.
22165
22166 2011-06-26 Martin Rudalics <rudalics@gmx.at>
22167
22168 * window.el (display-buffer-normalize-argument): Rename to
22169 display-buffer-normalize-arguments. Handle special meaning of
22170 LABEL argument. Respect special-display-function when popping up
22171 a new frame. Fix code searching for a window showing the buffer
22172 on another frame.
22173 (display-buffer-normalize-specifiers):
22174 Call display-buffer-normalize-arguments.
22175 (display-buffer-in-window): Don't undedicate the window if its
22176 buffer remains the same.
22177 Reported by Drew Adams <drew.adams@oracle.com>.
22178 (display-buffer-alist): Add choice for same-window macro
22179 specfier.
22180 (display-buffer): Mention special meaning of LABEL argument in
22181 doc-string. Fix quoting. Don't pop up a new frame even as
22182 fallback.
22183
22184 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
22185
22186 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22187 avoid deleting the current window in some cases (bug#8911).
22188
22189 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22190
22191 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22192 (Bug#8934)
22193
22194 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22195
22196 * net/network-stream.el (network-stream-open-starttls):
22197 Use built-in TLS support if `gnutls-available-p' is true.
22198 (network-stream-open-tls): Ditto.
22199
22200 2011-06-26 Leo Liu <sdl.web@gmail.com>
22201
22202 * register.el (registerv): New struct.
22203 (registerv-make): New function.
22204 (jump-to-register, describe-register-1, insert-register):
22205 Support the jump-func, print-func and insert-func slot of a registerv
22206 struct. (Bug#8415)
22207
22208 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22209
22210 * vc/vc.el (vc-revert-show-diff): New defcustom.
22211 (vc-diff-internal): New arg specifying diff buffer.
22212 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22213 reuse an existing *vc-diff* buffer (Bug#8927).
22214
22215 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22216
22217 2011-06-26 Glenn Morris <rgm@gnu.org>
22218
22219 * progmodes/f90.el (f90-critical-indent): New option.
22220 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22221 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22222 (f90-mode): Doc fix.
22223 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22224 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22225 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22226 (f90-match-end): Handle block, critical.
22227
22228 2011-06-25 Glenn Morris <rgm@gnu.org>
22229
22230 * calendar/diary-lib.el (diary-included-files): Doc fix.
22231 (diary-include-files): New function, extracted from
22232 diary-include-other-diary-files and diary-mark-included-diary-files.
22233 (diary-include-other-diary-files, diary-mark-included-diary-files):
22234 Just call diary-include-files.
22235 (diary-mark-entries): Reset diary-included-files on first call.
22236
22237 * calendar/diary-lib.el (diary-mark-entries)
22238 (diary-mark-included-diary-files):
22239 Visit included diary-files in temp buffers.
22240
22241 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22242 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22243 (f90-start-block-re, f90-imenu-generic-expression)
22244 (f90-looking-at-program-block-start, f90-no-block-limit):
22245 Add support for submodules.
22246
22247 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22248 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22249
22250 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22251
22252 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22253 buffer-file-type before setting its value, to avoid disastrous
22254 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22255
22256 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22257
22258 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22259
22260 * ses.el (ses-unload-function):
22261 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22262
22263 * proced.el (proced-unload-function):
22264 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22265
22266 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22267
22268 * server.el (server-create-window-system-frame): Add parameters arg.
22269 (server-process-filter): Doc fix. Handle frame-parameters.
22270
22271 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22272
22273 Fix bug#8730, bug#8781.
22274
22275 * loadhist.el (unload--set-major-mode): New function.
22276 (unload-feature): Use it.
22277
22278 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22279 (python-unload-function): New function.
22280
22281 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22282
22283 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22284
22285 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22286
22287 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22288 the candidates list.
22289
22290 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22291
22292 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22293
22294 2011-06-23 Richard Stallman <rms@gnu.org>
22295
22296 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22297 (rmail-variables): Set next-error-move-function.
22298 (rmail-what-message): Take argument POS.
22299 (rmail-next-error-move): New function.
22300
22301 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22302
22303 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22304 messages for adjacent non-terminals.
22305
22306 2011-06-23 Richard Stallman <rms@gnu.org>
22307
22308 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22309 (rmail-show-message-1): Preserve buffer modified flag.
22310 (rmail-start-mail): Don't specify use of rmail-mail-return;
22311 that's done by mail-bury now.
22312 (rmail-mail-return): Handle arg NEWBUF.
22313
22314 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22315
22316 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22317 SIZE is a number.
22318
22319 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22320
22321 * window.el (get-lru-window, get-mru-window)
22322 (get-largest-window): Never return a minibuffer window.
22323 (display-buffer-pop-up-window): Fix a bug that could lead to
22324 reusing the minibuffer window.
22325 (display-buffer): Pass original specifier argument to
22326 display-buffer-function instead of the normalized one.
22327 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22328
22329 2011-06-22 Leo Liu <sdl.web@gmail.com>
22330
22331 * minibuffer.el (completing-read-function)
22332 (completing-read-default): Move from minibuf.c.
22333
22334 2011-06-22 Richard Stallman <rms@gnu.org>
22335
22336 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22337 to Rmail even if not started by a special Rmail command.
22338
22339 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22340 Copy the buffer currently showing just one message.
22341
22342 2011-06-22 Roland Winkler <winkler@gnu.org>
22343
22344 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22345 (bibtex-clean-entry): First delete the old key so that a
22346 customized algorithm for generating the new key does not get
22347 confused by the old key.
22348 (bibtex-url): Obey regexp of first step.
22349 (bibtex-search-entries): Do not use add-to-list with local
22350 list-var.
22351
22352 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22353
22354 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22355 stored a user name, then query for the password first, instead of
22356 waiting for SMTP to give an error message and the trying again.
22357
22358 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22359
22360 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22361 BUFFER in call-process.
22362
22363 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22364
22365 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22366 QUIT twice.
22367 (smtpmail-try-auth-methods): Require user name and password from
22368 auth-source.
22369
22370 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22371
22372 * window.el (display-buffer-default-specifiers)
22373 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22374 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22375 (split-window): Normalize SIDE argument (Bug#8916).
22376
22377 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22378 (special-display-frame-alist, special-display-popup-frame):
22379 Remove duplicate declarations. These are now in window.el.
22380
22381 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22382
22383 * mail/smtpmail.el (smtpmail-via-smtp):
22384 Set :use-starttls-if-possible so that we always use STARTTLS if the
22385 server supports it. SMTP servers that support STARTTLS commonly
22386 require it.
22387
22388 * net/network-stream.el (network-stream-open-starttls): Support
22389 upgrading to STARTTLS always, even if we don't have built-in support.
22390 (open-network-stream): Add the :always-query-capabilities keyword.
22391
22392 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22393 upgrades with `open-network-stream', and rely solely on
22394 auth-source for all credentials. Big changes throughout the file,
22395 but in particular:
22396 (smtpmail-auth-credentials): Remove.
22397 (smtpmail-starttls-credentials): Remove.
22398 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22399 MAIL FROM, too.
22400
22401 * net/network-stream.el (network-stream-open-starttls):
22402 Provide support for client certificates both for external and built-in
22403 STARTTLS.
22404 (auth-source): Require.
22405 (open-network-stream): Document the :client-certificate keyword.
22406 (network-stream-certificate): Change cert-cert to cert and
22407 cert-key to key.
22408
22409 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22410
22411 * net/tramp-cache.el (top): Don't load the persistency file when
22412 "emacs -Q" has been called.
22413
22414 2011-06-21 Tim Harper <timcharper@gmail.com>
22415
22416 * term/ns-win.el (ns-initialize-window-system):
22417 Set application-specific `ApplePressAndHoldEnabled' system
22418 resource to NO as it is not yet supported by the NS port.
22419
22420 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22421
22422 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22423 (list-dynamic-libraries): ...not here.
22424
22425 2011-06-21 Leo Liu <sdl.web@gmail.com>
22426
22427 * subr.el (sha1): Implement sha1 using secure-hash.
22428
22429 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22430
22431 * window.el (display-buffer-alist): In default value do not
22432 enforce searching a window on any but the selected frame.
22433 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22434 (display-buffer-select-window): Remove function.
22435 (display-buffer-in-window): When a window on another frame gets
22436 reused, do not select it any more but just raise its frame if
22437 necessary (Bug#8851) and (Bug#8856).
22438 (display-buffer-normalize-options): Handle pop-up-frames related
22439 options more faithfully.
22440 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22441 window if it is on another frame.
22442 (display-buffer-alist, display-buffer-default-specifiers):
22443 Don't make new frame unsplittable by default.
22444 (display-buffer-normalize-argument): Fix doc-string typo and use
22445 'same-frame-other-window instead of 'other-window when associating
22446 with display-buffer-macro-specifiers.
22447
22448 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
22449
22450 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22451 New functions.
22452 (5x5-mode-map, 5x5-mode-menu): Bind them.
22453 (5x5-draw-grid): Tweak the solver's rendering.
22454
22455 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22456
22457 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22458 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22459
22460 2011-06-21 Drew Adams <drew.adams@oracle.com>
22461
22462 * menu-bar.el: Use function variable instead of switch-to-buffer.
22463 (menu-bar-select-buffer-function): New variable.
22464 (menu-bar-update-buffers): Use it (bug#8876).
22465
22466 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22467
22468 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22469 variable's status.
22470
22471 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22472
22473 * x-dnd.el (x-dnd-version-from-flags)
22474 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22475 and long as number (Bug#8899).
22476 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22477
22478 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22479
22480 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22481 (completion-try-completion, completion-all-completions): Compute the
22482 metadata argument if it's missing; make it optional (bug#8795).
22483
22484 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22485 (widget-complete): Use new :completion-function property.
22486 (widget-completions-at-point): New function.
22487 (default): Use :completion-function instead of :complete.
22488 (widget-default-completions): Rename from widget-default-complete;
22489 Rewrite.
22490 (widget-string-complete, widget-file-complete, widget-color-complete):
22491 Remove functions.
22492 (file, symbol, function, variable, coding-system, color):
22493 * international/mule-cmds.el (default-input-method, charset)
22494 (language-info-custom-alist):
22495 * cus-edit.el (face): Use new property :completions.
22496
22497 * progmodes/pascal.el (pascal-completions-at-point): New function.
22498 (pascal-mode): Use it.
22499 (pascal-mode-map): Use completion-at-point.
22500 (pascal-toggle-completions): Make obsolete.
22501 (pascal-complete-word, pascal-show-completions):
22502 * progmodes/octave-mod.el (octave-complete-symbol):
22503 Redefine as obsolete alias.
22504 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22505 Signal absence of completion info for old Octave,
22506 (inferior-octave-complete): Redefine as obsolete alias.
22507 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22508 (meta-completions-at-point): Rename from meta-complete-symbol and
22509 adapt it for use on completion-at-point-functions.
22510 (meta-common-mode): Use it.
22511 (meta-looking-at-backward, meta-match-buffer): Remove.
22512 (meta-complete-symbol): Redefine as obsolete alias.
22513 (meta-common-mode-map): Use completion-at-point.
22514 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22515 (makefile-mode-map): Use completion-at-point.
22516 (makefile-completions-at-point): Rename from makefile-complete and
22517 adapt it for use on completion-at-point-functions.
22518 (makefile-mode): Use it.
22519 (makefile-complete): Redefine as obsolete alias.
22520
22521 2011-06-20 Deniz Dogan <deniz@dogan.se>
22522
22523 * net/rcirc.el: Delete trailing whitespaces once and for all.
22524
22525 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22526
22527 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22528
22529 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22530
22531 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22532
22533 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22534
22535 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22536
22537 * window.el (display-buffer-other-window-means-other-frame):
22538 Call display-buffer-normalize-alist.
22539 (display-buffer-normalize-specifiers-1): Rename to
22540 display-buffer-normalize-argument. New argument other-frame.
22541 Rewrite.
22542 (display-buffer-normalize-specifiers-2): Rename to
22543 display-buffer-normalize-options.
22544 (display-buffer-normalize-alist-1): New function.
22545 (display-buffer-normalize-specifiers-3): Rename to
22546 display-buffer-normalize-alist.
22547 Call display-buffer-normalize-alist-1.
22548 (display-buffer-normalize-options-inhibit): New variable.
22549 (display-buffer-normalize-specifiers): Rewrite calling
22550 display-buffer-normalize-alist,
22551 display-buffer-normalize-argument, and
22552 display-buffer-normalize-options. Don't call the latter if
22553 display-buffer-normalize-options-inhibit is non-nil.
22554 (frame-auto-delete): New option.
22555 (window-deletable-p): Use frame-auto-delete.
22556 (window-list-no-nils, window-state-ignored-parameters)
22557 (window-state-get-1, window-state-get, window-state-put-list)
22558 (window-state-put-1, window-state-put-2, window-state-put):
22559 New functions.
22560 (display-buffer-normalize-options): Move special-display-p group
22561 after pop-up-frame group (Bug#8851) and (Bug#8856).
22562
22563 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22564
22565 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22566 groups (Bug#8776).
22567 (rx-submatch-n): New function.
22568 (rx): Document it.
22569
22570 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22571 (Bug#8768).
22572
22573 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22574
22575 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22576
22577 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22578 anytime existing face settings are present (Bug#8889).
22579
22580 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22581 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22582 Remove unused argument.
22583
22584 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22585
22586 * window.el (display-buffer-default-specifiers):
22587 Remove pop-up-frame. Add pop-up-window-min-height,
22588 pop-up-window-min-width, and another reuse-window specifier
22589 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22590 (display-buffer-normalize-specifiers-2):
22591 Handle split-height-threshold and split-width-threshold also when
22592 pop-up-windows is unset. Add a reuse-window specifier for the
22593 case popping up a new window fails.
22594 (special-display-popup-frame): Remove double quoting.
22595 (display-buffer-normalize-specifiers-1): Fix thinko.
22596
22597 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22598
22599 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22600 according to comint-completion-addsuffix.
22601
22602 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22603 (pcomplete-suffix-list): Mark as obsolete.
22604 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22605 pcomplete-seen in the closure.
22606 (pcomplete-comint-setup): Setup completion-at-point as well.
22607 (pcomplete--entries): New function.
22608 (pcomplete--env-regexp): New var.
22609 (pcomplete-entries): Rewrite to work with partial-completion and
22610 without relying on pcomplete-suffix-list.
22611 (pcomplete-pare-list): Remove, unused.
22612
22613 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22614
22615 * window.el (display-buffer-alist): Set pop-up-window-min-height
22616 and pop-up-window-min-width in default value. Reported by
22617 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22618 other-window-means-other-frame.
22619 (display-buffer-macro-specifiers): Comment out entry for
22620 other-window specifier.
22621 (display-buffer-other-window-means-other-frame): New function.
22622 (display-buffer-normalize-specifiers-1): New arguments
22623 buffer-name and label. Treat other-window case specially.
22624 (display-buffer-normalize-specifiers-2): Treat other-window case
22625 specially.
22626 (display-buffer-normalize-specifiers-3): New function.
22627 (display-buffer-normalize-specifiers):
22628 Call display-buffer-normalize-specifiers-3.
22629
22630 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22631
22632 * window.el (same-window-p): Fix two typos introduced when
22633 adding with-no-warnings.
22634 (display-buffer-normalize-specifiers-1): Don't check
22635 pop-up-frames for 'unset initialization.
22636 (display-buffer-normalize-specifiers-2): Major rewrite using
22637 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22638 (pop-up-frames, display-buffer-reuse-frames)
22639 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22640 Suggested by David Engster <deng@randomsample.de>.
22641 (even-window-heights): Initialize to 'unset.
22642 (display-buffer-alist-set): Handle new 'unset initializations.
22643 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22644 other window case.
22645
22646 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22647
22648 * window.el (display-buffer-normalize-specifiers-1):
22649 Respect current value of pop-up-frames for most reasonable values of
22650 second argument of display-buffer (Bug#8865).
22651 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22652 (switch-to-buffer-other-window-same-frame)
22653 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22654 Adams (Bug#8875).
22655 (display-buffer): Don't check noninteractive when calling
22656 display-buffer-pop-up-frame.
22657 (display-buffer-pop-up-frame): Never pop up a frame in
22658 noninteractive mode (Bug#8857).
22659 (enlarge-window, shrink-window): Don't report an error when the
22660 window can't be resized as requested (Bug#8862).
22661
22662 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22663
22664 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22665
22666 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22667
22668 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22669
22670 2011-06-15 Alan Mackenzie <acm@muc.de>
22671
22672 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22673 for declarators, disable knr checking to speed up for normal files.
22674 2: Refactor, replacing a sequence of nested if forms by a cond form.
22675
22676 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22677
22678 * net/network-stream.el (open-network-stream): Add the keyword
22679 :always-query-capabilities for the case where you want to force a
22680 `plain' network connection, but the protocol still requires the
22681 capabilitiy command (i.e., SMTP and EHLO).
22682
22683 * subr.el (process-live-p): Rename from `process-alive-p' for
22684 consistency with other `-live-p' functions.
22685
22686 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22687
22688 * window.el (same-window-buffer-names, same-window-regexps)
22689 (special-display-frame-alist, special-display-popup-frame)
22690 (special-display-function, special-display-buffer-names)
22691 (special-display-regexps, pop-up-frame-alist)
22692 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22693 (pop-up-windows, split-window-preferred-function)
22694 (split-height-threshold, split-width-threshold, even-window-heights)
22695 (display-buffer-mark-dedicated): Don't encourage the use of
22696 display-buffer-alist from Elisp code.
22697
22698 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22699
22700 * progmodes/python.el (python-mode): Derive from prog-mode.
22701 * progmodes/ps-mode.el (ps-mode):
22702 * progmodes/mixal-mode.el (mixal-mode):
22703 * progmodes/cfengine.el (cfengine-mode):
22704 * progmodes/ld-script.el (ld-script-mode): Likewise.
22705
22706 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22707
22708 * window.el (display-buffer-alist): Trim default value to avoid
22709 popping up a new frame (Bug#8857) or reusing an arbitrary window
22710 on another frame.
22711 (display-buffer): Do not fall back on popping up a new frame in
22712 batch mode (Bug#8857).
22713
22714 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22715
22716 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22717 (custom-theme-summary): New function.
22718 (customize-themes): Use it.
22719
22720 2011-06-13 Glenn Morris <rgm@gnu.org>
22721
22722 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22723
22724 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22725
22726 * help.el (help-window): Remove variable.
22727 (help-window-point-marker, temp-buffer-max-height)
22728 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22729 (help-print-return-message): Don't set help-window.
22730 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22731 (help-window-setup-finish): Remove.
22732 (help-window-display-message, help-window-setup)
22733 (with-help-window): Major rewrite based on new
22734 display-buffer-window variable.
22735
22736 * help-mode.el (help-mode-finish): Remove help-window related
22737 code.
22738
22739 * view.el (view-exits-all-viewing-windows): Remove reference to
22740 view-return-to-alist in doc-string.
22741 (view-return-to-alist): Make obsolete.
22742 (view-buffer): Call pop-to-buffer-same-window and remove
22743 undo-window code.
22744 (view-buffer-other-window): Call pop-to-buffer-other-window and
22745 simplify code. Ignore second argument.
22746 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22747 simplify code. Ignore second argument.
22748 (view-return-to-alist-update): Make obsolete.
22749 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22750 Rewrite using quit-restore window parameters.
22751 (view-mode-exit): Rename second argument to EXIT-ONLY.
22752 Rewrite using quit-restore-window.
22753 (View-exit, View-exit-and-edit, View-leave, View-quit)
22754 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22755 appropriate arguments.
22756 (view-end-message): Use quit-restore window parameter.
22757
22758 * window.el (display-buffer-function): Rewrite doc-string.
22759 (display-buffer-window, display-buffer-alist): New variables.
22760 (display-buffer-split-specifiers)
22761 (display-buffer-side-specifiers)
22762 (display-buffer-macro-specifiers): New constants.
22763 (display-buffer-even-window-sizes, display-buffer-set-height)
22764 (display-buffer-set-width, display-buffer-select-window)
22765 (display-buffer-in-window, display-buffer-reuse-window)
22766 (display-buffer-split-window-1, display-buffer-split-window)
22767 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22768 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22769 (display-buffer-in-side-window, normalize-buffer-to-display)
22770 (display-buffer-normalize-specifiers-1)
22771 (display-buffer-normalize-specifiers-2)
22772 (display-buffer-normalize-specifiers, display-buffer-frame):
22773 New functions.
22774 (display-buffer): Major rewrite.
22775 (display-buffer-other-window, display-buffer-other-frame)
22776 (pop-to-buffer, switch-to-buffer-other-window)
22777 (switch-to-buffer-other-frame): Rewrite.
22778 (display-buffer-same-window, display-buffer-same-frame)
22779 (display-buffer-same-frame-other-window)
22780 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22781 (pop-to-buffer-other-window)
22782 (pop-to-buffer-same-frame-other-window)
22783 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22784 (switch-to-buffer-other-window-same-frame): New functions.
22785 (same-window-p, special-display-p): Rewrite disabling warnings.
22786 Make obsolete.
22787 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22788 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22789 Make obsolete
22790 (same-window-buffer-names, same-window-regexps)
22791 (special-display-frame-alist, special-display-popup-frame)
22792 (special-display-function, special-display-buffer-names)
22793 (special-display-regexps, pop-up-frame-alist)
22794 (pop-up-frame-function, split-window-preferred-function)
22795 (split-height-threshold, split-width-threshold)
22796 (even-window-heights): Make obsolete.
22797
22798 2011-06-12 Glenn Morris <rgm@gnu.org>
22799
22800 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22801 Misc simplifications.
22802
22803 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22804
22805 * window.el (window-safely-shrinkable-p): Restore function which
22806 was inadvertently removed in change from 2011-06-11. Declare as
22807 obsolete.
22808
22809 * calendar/calendar.el (calendar-generate-window):
22810 Use window-iso-combined-p instead of combination of one-window-p and
22811 window-safely-shrinkable-p.
22812
22813 2011-06-12 Glenn Morris <rgm@gnu.org>
22814
22815 * progmodes/fortran.el (fortran-mode-syntax-table):
22816 * progmodes/f90.el (f90-mode-syntax-table):
22817 Set % to punctuation. (Bug#8820)
22818 (f90-find-tag-default): Remove, no longer needed.
22819
22820 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22821
22822 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22823
22824 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22825
22826 * image.el (image-animated-p): Return animation delay in seconds.
22827 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22828 (image-animate-timeout): Remove DELAY argument. Don't assume
22829 every subimage has the same delay; get it from image-animated-p.
22830 (image-animate): Caller changed.
22831
22832 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22833
22834 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22835 to ignored backtrace functions.
22836
22837 2011-06-11 Glenn Morris <rgm@gnu.org>
22838
22839 * calendar/appt.el (appt-disp-window-function): Doc fix.
22840 (appt-check): Handle overlapping appointments. (Bug#8337)
22841
22842 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22843
22844 * window.el (window-tree-1, window-tree): New functions, moving
22845 the latter to window.el.
22846 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22847 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22848 (bw-refresh-edges): Remove.
22849 (balance-windows-1, balance-windows-2): New functions.
22850 (balance-windows): Rewrite in terms of window tree functions,
22851 balance-windows-1 and balance-windows-2.
22852 (bw-adjust-window): Remove.
22853 (balance-windows-area-adjust): New function with functionality of
22854 bw-adjust-window but using resize-window.
22855 (set-window-text-height): Rewrite doc-string.
22856 Use normalize-live-window and resize-window.
22857 (enlarge-window-horizontally, shrink-window-horizontally):
22858 Rename argument to DELTA.
22859 (window-buffer-height): New function.
22860 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22861 Rewrite using new window resize routines.
22862 (kill-buffer-and-window, mouse-autoselect-window-select):
22863 Use ignore-errors instead of condition-case.
22864 (quit-window): Call delete-frame instead of delete-windows-on
22865 for the only buffer on frame.
22866
22867 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22868
22869 * loadup.el (top-level): Load window before files for the sake
22870 of replace-buffer-in-windows.
22871
22872 * files.el (read-buffer-to-switch)
22873 (switch-to-buffer-other-window)
22874 (switch-to-buffer-other-frame, display-buffer-other-frame):
22875 Move to window.el.
22876
22877 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22878 (previous-buffer): Move to window.el.
22879
22880 * bindings.el (unbury-buffer): Move to window.el.
22881
22882 * window.el (delete-other-windows-vertically): Move after
22883 definition of delete-other-windows.
22884 (other-window, delete-windows-on, replace-buffer-in-windows):
22885 Move here from window.c.
22886 (record-window-buffer, unrecord-window-buffer)
22887 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22888 (switch-to-next-buffer): New functions.
22889 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22890 from simple.el. Call switch-to-next-buffer.
22891 (previous-buffer): Move here from simple.el.
22892 Call switch-to-prev-buffer.
22893 (bury-buffer): Move here from buffer.c. Switch to previous
22894 buffer when window cannot be deleted.
22895 (unbury-buffer): Move here from bindings.el.
22896 (ctl-x-map): Move binding for other-window from window.c to
22897 here.
22898 (read-buffer-to-switch, switch-to-buffer-other-window)
22899 (switch-to-buffer-other-frame): Move here from files.el.
22900 (normalize-buffer-to-switch-to): New functions.
22901 (switch-to-buffer): Move here from buffer.c.
22902 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22903
22904 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22905
22906 * window.el (window-min-height, window-min-width): Move here
22907 from window.c. Add defcustoms and rewrite doc-strings.
22908 (resize-mini-window, resize-window): New functions.
22909 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22910 Move here from window.c.
22911 (maximize-window, minimize-window): New functions.
22912 (delete-window, delete-other-windows, split-window): Move here
22913 from window.c.
22914 (window-split-min-size): New function.
22915 (split-window-keep-point): Mention split-window-above-each-other
22916 instead of split-window-vertically.
22917 (split-window-above-each-other, split-window-vertically):
22918 Rename split-window-vertically to split-window-above-each-other
22919 and provide defalias for old definition.
22920 (split-window-side-by-side, split-window-horizontally):
22921 Rename split-window-horizontally to split-window-side-by-side
22922 and provide defalias for the old definition.
22923 (ctl-x-map): Move bindings for delete-window,
22924 delete-other-windows and enlarge-window here from window.c.
22925 Replace bindings for split-window-vertically and
22926 split-window-horizontally by bindings for
22927 split-window-above-each-other and split-window-side-by-side.
22928
22929 * cus-start.el (all): Remove entries for window-min-height and
22930 window-min-width. Add entries for window-splits and
22931 window-nest.
22932
22933 2011-06-09 Glenn Morris <rgm@gnu.org>
22934
22935 * calendar/appt.el (appt-mode-line): New function.
22936 (appt-check, appt-disp-window): Use it.
22937
22938 * files.el (hack-one-local-variable-eval-safep):
22939 Allow minor-modes with explicit +/-1 arguments.
22940
22941 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22942
22943 * term/xterm.el (xterm): Add defgroup.
22944 (xterm-extra-capabilities): Add defcustom to supply known xterm
22945 capabilities, skip querying them, or query them (default).
22946 (terminal-init-xterm): Use it.
22947 (terminal-init-xterm-modify-other-keys): New function to set up
22948 modifyOtherKeys support to simplify `terminal-init-xterm'.
22949
22950 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22951
22952 * window.el (resize-window-reset, resize-window-reset-1)
22953 (resize-subwindows-skip-p, resize-subwindows-normal)
22954 (resize-subwindows, resize-other-windows, resize-this-window)
22955 (resize-root-window, resize-root-window-vertically)
22956 (window-deletable-p, window-or-subwindow-p)
22957 (frame-root-window-p): New functions.
22958
22959 2011-06-09 Glenn Morris <rgm@gnu.org>
22960
22961 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22962 (ange-ftp-get-files): Use it.
22963
22964 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22965
22966 * mail/sendmail.el (mail-recover-1, mail-recover):
22967 * files.el (recover-file, recover-session):
22968 Handle dired-listing-switches not being just a single short option.
22969
22970 2011-06-09 Glenn Morris <rgm@gnu.org>
22971
22972 * calendar/appt.el (appt-display-message, appt-disp-window):
22973 Handle lists of appointments.
22974
22975 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22976
22977 * window.el (one-window-p): Move down in code.
22978 Rewrite doc-string.
22979 (window-current-scroll-bars): Rewrite doc-string.
22980 Normalize live window argument.
22981 (walk-windows, get-window-with-predicate, count-windows):
22982 Rewrite doc-string. Use window-list-1.
22983 (window-in-direction-2, window-in-direction, get-mru-window):
22984 New functions.
22985
22986 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22987
22988 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22989 Doc fix (Bug#8713).
22990
22991 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22992
22993 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22994
22995 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22996
22997 * loadhist.el (unload-feature-special-hooks):
22998 Add `comint-output-filter-functions'.
22999
23000 2011-06-08 Ivan Kanis <gnu@kanis.fr>
23001
23002 * calendar/appt.el (appt-check): Move some initializations into the let.
23003
23004 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23005
23006 * window.el (window-height): Defalias to window-total-height.
23007 (window-width): Defalias to window-body-width.
23008
23009 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
23010
23011 * image-mode.el (image-toggle-animation): New command.
23012 (image-mode-map): Bind it to RET.
23013 (image-mode): Update message.
23014 (image-toggle-display-image): Avoid a spurious cache flush.
23015 (image-transform-rotation): Doc fix.
23016 (image-transform-properties): Return quickly in the normal case.
23017 (image-animate-loop): Rename from image-animate-max-time.
23018
23019 * image.el (image-animate-max-time): Move to image-mode.el.
23020 (create-animated-image): Remove unnecessary function.
23021 (image-animate): Rename from image-animate-start. New arg.
23022 (image-animate-stop): Remove; just use image-animate-timer.
23023 (image-animate-timer): Use car-safe.
23024 (image-animate-timeout): Rename argument.
23025
23026 2011-06-07 Martin Rudalics <rudalics@gmx.at>
23027
23028 * window.el (get-lru-window, get-largest-window): Move here from
23029 window.c. Rename first argument to ALL-FRAMES.
23030 Rephrase doc-strings.
23031 (get-buffer-window-list): Rewrite using window-list-1.
23032 Rephrase doc-string.
23033 (window-safe-min-height, window-safe-min-width): New constants.
23034 (window-size-ignore, window-min-size, window-min-size-1)
23035 (window-sizable, window-sizable-p, window-size-fixed-1)
23036 (window-size-fixed-p, window-min-delta-1, window-min-delta)
23037 (window-max-delta-1, window-max-delta, window-resizable)
23038 (window-resizable-p, window-total-height, window-total-width)
23039 (window-body-width): New functions.
23040 (window-full-height-p, window-full-width-p): Rewrite using
23041 window-total-size.
23042 (window-body-height): Rewrite using window-body-size.
23043
23044 2011-06-06 Martin Rudalics <rudalics@gmx.at>
23045
23046 * window.el (window-right, window-left, window-child)
23047 (window-child-count, window-last-child, window-any-p)
23048 (normalize-live-buffer, normalize-live-frame)
23049 (normalize-any-window, normalize-live-window)
23050 (window-iso-combination-p, window-iso-combined-p)
23051 (window-iso-combinations)
23052 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23053 (windows-with-parameter, window-with-parameter)
23054 (window-atom-root, make-window-atom, window-atom-check-1)
23055 (window-atom-check, window-side-check, window-check):
23056 New functions.
23057 (ignore-window-parameters, window-sides, window-sides-vertical)
23058 (window-sides-slots): New variables.
23059 (window-size-fixed): Move down in code. Minor doc-string fix.
23060
23061 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
23062
23063 * comint.el (comint-dynamic-complete-as-filename)
23064 (comint-dynamic-complete-filename): Correctly call
23065 completion-in-region.
23066
23067 2011-06-05 Deniz Dogan <deniz@dogan.se>
23068
23069 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23070 in last change.
23071
23072 2011-06-05 Deniz Dogan <deniz@dogan.se>
23073
23074 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23075 (rcirc): Use it to prompt for encryption.
23076
23077 2011-06-05 Roland Winkler <winkler@gnu.org>
23078
23079 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23080 (bibtex-search-entries): New command bound to C-c C-a.
23081 (bibtex-display-entries): New function.
23082
23083 2011-06-05 Roland Winkler <winkler@gnu.org>
23084
23085 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23086 (bibtex-insert-kill): After yanking insert newline if necessary.
23087 (bibtex-initialize): Call bibtex-string-files-init only once.
23088 (bibtex-mode): Do not call easy-menu-add.
23089 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23090 (bibtex-yank): Set arg properly if nil.
23091
23092 2011-06-05 Roland Winkler <winkler@gnu.org>
23093
23094 * textmodes/bibtex.el (bibtex-search-entry-globally):
23095 New variable.
23096 (bibtex-search-entry): Use it.
23097
23098 2011-06-05 Roland Winkler <winkler@gnu.org>
23099
23100 * textmodes/bibtex.el (bibtex-entry-format): New option
23101 sort-fields.
23102 (bibtex-format-entry, bibtex-reformat): Honor this option.
23103 (bibtex-parse-entry): Return fields in proper order.
23104
23105 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
23106
23107 * doc-view.el (doc-view-remove-if): Move computation of result out
23108 of `dolist' to silence misleading lexical-binding warning.
23109
23110 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
23111
23112 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23113 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23114
23115 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23116
23117 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23118 "SunOS 5.10".
23119
23120 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23121
23122 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23123 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23124 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23125 (tramp-parse-putty):
23126 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23127 (tramp-completion-function-alist-ssh)
23128 (tramp-completion-function-alist-telnet)
23129 (tramp-completion-function-alist-su)
23130 (tramp-completion-function-alist-putty): Set `tramp-autoload'
23131 cookie.
23132
23133 * net/tramp-ftp.el:
23134 * net/tramp-sh.el:
23135 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23136 load "tramp.el" `tramp-set-completion-function'.
23137
23138 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
23139
23140 * shell.el: Require and use pcomplete.
23141 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23142 (shell-completion-vars): Set pcomplete-default-completion-function.
23143
23144 2011-06-04 Deniz Dogan <deniz@dogan.se>
23145
23146 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23147 `memq' (Bug#8799).
23148
23149 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23150
23151 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23152
23153 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
23154
23155 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23156 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23157 * vc/log-view.el (log-view-beginning-of-defun):
23158 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23159 (smerge-refine-forward, smerge-refine-chopup-region):
23160 Silence warning for unused `dotimes' counter variables.
23161
23162 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23163
23164 * net/tramp.el (tramp-with-progress-reporter): Rename from
23165 with-progress-reporter. Use `declare'.
23166 * net/tramp-smb.el:
23167 * net/tramp-sh.el:
23168 * net/tramp-gvfs.el: Update all uses.
23169
23170 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23171
23172 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23173 buffer isn't killed before making it current.
23174
23175 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23176
23177 Silence various byte-compiler warnings.
23178 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23179 `access-type' and new obsolescence format.
23180 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23181 new format.
23182 (byte-compile-check-variable): New `access-type' argument.
23183 Only warn if the access-type is obsolete.
23184 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23185 (byte-compile-variable-set): Adjust callers.
23186 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23187 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23188 setting it as obsolete.
23189 * simple.el (minibuffer-completing-symbol):
23190 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23191 access as obsolete.
23192 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23193 obsolete yet.
23194 * international/quail.el (quail-mouse-choose-completion): Remove unused
23195 code referring to obsolete var.
23196 (quail-choose-completion-string): Remove.
23197 * server.el (server-clients-with, server-kill-buffer-query-function)
23198 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23199 * proced.el (proced-send-signal):
23200 * emacs-lisp/lisp.el (lisp-complete-symbol):
23201 Replace completion-annotate-function with completion-extra-properties.
23202
23203 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23204
23205 * simple.el (goto-line): Use read-number.
23206 (overriding-map-is-bound): Remove.
23207 (saved-overriding-map): Change default.
23208 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23209 Take the map as argument.
23210 (universal-argument, negative-argument, digit-argument): Use it.
23211 (restore-overriding-map): Adjust.
23212 (do-auto-fill): Use fill-forward-paragraph.
23213 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23214
23215 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23216 (minibuffer-inactive-mode): New major mode.
23217 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23218 the *Messages* buffer" hack.
23219 (mouse-popup-menubar): Don't burp if the event is a normal key.
23220
23221 Miscellaneous tweaks.
23222 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23223 lexical scoping as in subr.el's dolist and dotimes.
23224 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23225 Silence compiler warning.
23226 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23227 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23228 * international/ccl.el (ccl-compile): Trivial simplification.
23229 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23230 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23231 `printflag' argument.
23232 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23233 Purecopy the whole obsolescence data.
23234
23235 2011-06-01 Leo Liu <sdl.web@gmail.com>
23236
23237 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23238 improve doc-string as suggested by Marco Pessotto
23239 <melmothx@gmail.com>.
23240 (rcirc-print): Fix last change.
23241
23242 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23243
23244 * minibuffer.el (complete-with-action): Return nil for the metadata and
23245 boundaries of non-functional tables.
23246 (completion-table-dynamic): Return nil for the metadata.
23247 (completion-table-with-terminator): Add default case, using
23248 complete-with-action.
23249 (completion--metadata): New function.
23250 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23251 to try and avoid pathological performance problems.
23252 (completion--embedded-envvar-table): Return `category' metadata.
23253
23254 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23255
23256 * subr.el (process-alive-p): New tiny convenience function.
23257
23258 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23259
23260 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23261 content but also its previous major mode.
23262
23263 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23264
23265 * emacs-lisp/debug.el (debug): Restore the previous content of the
23266 *Backtrace* buffer when we exit with C-M-c.
23267
23268 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23269
23270 * minibuffer.el: Add metadata method to completion tables.
23271 (completion-category-overrides): New defcustom.
23272 (completion-metadata, completion--field-metadata)
23273 (completion-metadata-get, completion--styles)
23274 (completion--cycle-threshold): New functions.
23275 (completion-try-completion, completion-all-completions):
23276 Add `metadata' argument to choose completion-styles.
23277 (completion--do-completion): Use metadata to choose cycling.
23278 (completion-all-sorted-completions): Use metadata for sorting.
23279 Remove :completion-cycle-penalty which is not needed any more.
23280 (completion--try-word-completion): Add `metadata' argument.
23281 (minibuffer-completion-help): Check metadata for annotation function
23282 and sorting.
23283 (completion-file-name-table): Return `category' metadata.
23284 (minibuffer-completing-file-name): Make obsolete.
23285 * simple.el (minibuffer-completing-symbol): Make obsolete.
23286 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23287 completion-try-completion.
23288
23289 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23290
23291 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23292
23293 2011-05-30 Leo Liu <sdl.web@gmail.com>
23294
23295 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23296 (rcirc-print): Decode all incoming messages (bug#8744).
23297 (rcirc-decode-coding-system): Allow value nil for automatic coding
23298 system detection.
23299
23300 2011-06-01 Glenn Morris <rgm@gnu.org>
23301
23302 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23303
23304 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23305
23306 * image.el (image-animate-max-time): Allow nil and t values.
23307 Default to nil.
23308 (create-animated-image): Doc fix.
23309 (image-animate-start): Remove second arg; just use
23310 image-animate-max-time.
23311 (image-animate-timeout): Doc fix. Args changed.
23312
23313 * image-mode.el (image-toggle-display-image): Ensure that the
23314 image spec passed to the animate timer is the same object as in
23315 the buffer's display property (Bug#6981).
23316 (image-transform-properties): Doc fix.
23317
23318 * image.el (image-animate-max-time): Default to nil.
23319
23320 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23321
23322 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23323 entire buffer list (Bug#8184).
23324
23325 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23326
23327 * image.el (imagemagick-types-inhibit)
23328 (imagemagick-register-types): Doc fix.
23329
23330 2011-05-29 Deniz Dogan <deniz@dogan.se>
23331
23332 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23333 default.
23334
23335 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23336
23337 * select.el: Don't perform clipboard-manager saving in hooks;
23338 leave the hooks empty.
23339
23340 2011-05-28 Leo Liu <sdl.web@gmail.com>
23341
23342 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23343 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23344 (occur-edit-mode): New major mode (Bug#8463).
23345 (occur-after-change-function): New function.
23346 (occur-engine): Give Occur tags a read-only property.
23347
23348 2011-05-28 Kevin Ryde <user42@zip.com.au>
23349
23350 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23351
23352 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23353
23354 * bindings.el (help-echo): Make the initial non-indicator dash
23355 empty on graphical terminals (Bug#7295).
23356
23357 * files.el (auto-mode-alist): Move config rule after the
23358 in-stripping one (Bug#8547).
23359
23360 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23361
23362 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23363 setting (Bug#8740).
23364
23365 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23366
23367 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23368 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23369 (Bug#8539).
23370
23371 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23372
23373 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23374
23375 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23376
23377 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23378 (hs-hide-block-at-point, hs-find-block-beginning)
23379 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23380 (Bug#8279).
23381
23382 2011-05-28 Glenn Morris <rgm@gnu.org>
23383
23384 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23385
23386 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23387
23388 * help-fns.el (describe-function-1): If the function is a derived
23389 major mode, print the parent mode.
23390
23391 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23392 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23393
23394 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23395
23396 * minibuffer.el (completion--capf-wrapper): Check applicability before
23397 returning non-nil for non-exclusive completion data.
23398 * progmodes/etags.el (tags-completion-at-point-function):
23399 * info-look.el (info-lookup-completions-at-point): Mark as
23400 non-exclusive.
23401 (info-complete): Adjust accordingly.
23402
23403 * info-look.el: Convert to lexical-binding and completion-at-point.
23404 (info-lookup-completions-at-point): New function.
23405 (info-complete): Use it and completion-in-region.
23406
23407 2011-05-28 Drew Adams <drew.adams@oracle.com>
23408
23409 * isearch.el: Let M-e start with point at the first mismatched char.
23410 (isearch-fail-pos): New function.
23411 (isearch-edit-string): Use it.
23412
23413 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23414
23415 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23416
23417 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23418
23419 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23420 traversal functions for avl-trees.
23421 (avl-tree--stack): New struct.
23422 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23423 (avl-tree-enter): Add optional `updatefun' arg.
23424 (avl-tree--do-enter): Add optional `updatefun' arg.
23425 Change return value.
23426 (avl-tree-delete): Add optional `test' and `nilflag' args.
23427 (avl-tree--do-delete): Add `test' and `nilflag' args.
23428 Change return value.
23429 (avl-tree-member): Add optional `nilflag'
23430 (avl-tree-member-p): New function.
23431 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23432 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23433 (avl-tree-stack-empty-p): New functions.
23434
23435 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23436 avl-tree--del-balance1 and make it work both ways.
23437 (avl-tree--del-balance2): Remove.
23438 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23439 make it work both ways.
23440 (avl-tree--enter-balance2): Remove.
23441 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23442 New macros.
23443 (avl-tree--mapc, avl-tree-map): Add direction argument.
23444
23445 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23446
23447 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23448
23449 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23450
23451 * select.el: Support clipboard managers with built-in function
23452 x-clipboard-manager-save, via delete-frame-functions and
23453 kill-emacs-hook.
23454 (xselect-convert-to-targets): Add MULTIPLE target to list.
23455 (xselect-convert-to-save-targets): New function.
23456
23457 2011-05-27 Kenichi Handa <handa@m17n.org>
23458
23459 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23460 let-binding rfc2047-encode-encoded-words to nil.
23461
23462 2011-05-27 Glenn Morris <rgm@gnu.org>
23463
23464 * mail/emacsbug.el: Don't require url-util.
23465
23466 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23467
23468 * files.el (set-auto-mode):
23469 Also respect mode: entries at the end of the file. (Bug#8586)
23470
23471 2011-05-26 Glenn Morris <rgm@gnu.org>
23472
23473 * files.el (hack-local-variables-prop-line, hack-local-variables):
23474 Downcase mode names, as seems to be traditional.
23475 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23476
23477 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23478 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23479
23480 2011-05-25 Julien Danjou <julien@danjou.info>
23481
23482 * textmodes/rst.el (rst-define-level-faces): Do not define face
23483 symbol if it is already defined.
23484
23485 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
23486
23487 * play/5x5.el (5x5-new-game, 5x5-randomize):
23488 Reset 5x5-solver-output to nil when a new grid is cast.
23489 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23490 these debugging traces, as defmacro breaks the compiled code.
23491
23492 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23493
23494 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23495
23496 2011-05-24 Leo Liu <sdl.web@gmail.com>
23497
23498 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23499 (vc-bzr-sha1): Adapt.
23500
23501 * sha1.el: Remove. Function `sha1' is now builtin.
23502
23503 * bindings.el: Provide sha1 feature.
23504
23505 2011-05-24 Kenichi Handa <handa@m17n.org>
23506
23507 * mail/sendmail.el: Require `rfc2047'.
23508 (mail-insert-from-field): Do not perform RFC2047 encoding.
23509 (mail-encode-header): New function.
23510 (sendmail-send-it): Set buffer-file-coding-system of the work
23511 buffer to the return value of select-message-coding-system.
23512 Call mail-encode-header.
23513
23514 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23515
23516 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23517
23518 * mail/supercite.el (sc-default-cite-frame):
23519 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23520
23521 2011-05-24 Glenn Morris <rgm@gnu.org>
23522
23523 * progmodes/python.el (brm-menu): Declare.
23524
23525 * emulation/viper.el (viper-set-hooks): Declare.
23526
23527 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23528 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23529 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23530 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23531 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23532 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23533
23534 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23535
23536 Add an :exit-function for completion-at-point.
23537
23538 * minibuffer.el (completion--done): New fun.
23539 (completion--do-completion): Use it. New arg `expect-exact'.
23540 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23541 since completion--do-completion does it for us now.
23542 (minibuffer-force-complete): Use completion--done and
23543 completion--replace. Handle sole-completion case with more care.
23544 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23545 (completion-extra-properties): New var.
23546 (completion-annotate-function): Make obsolete.
23547 (minibuffer-completion-help): Adjust accordingly.
23548 Use completion-list-insert-choice-function.
23549 (completion-at-point, completion-help-at-point):
23550 Bind completion-extra-properties.
23551 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23552 * simple.el (completion-list-insert-choice-function): New var.
23553 (completion-setup-function): Preserve it.
23554 (choose-completion): Pay attention to it, shuffle the code a bit.
23555 (choose-completion-string): New arg `insert-function'.
23556
23557 * textmodes/bibtex.el: Convert to lexical binding.
23558 (bibtex-mode-map): Use completion-at-point.
23559 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23560 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23561 (bibtex-complete): Define as obsolete alias.
23562 (bibtex-complete-internal): Remove.
23563 (bibtex-format-entry): Remove unused sub-group in regexp.
23564 * shell.el (shell--command-completion-data)
23565 (shell-environment-variable-completion):
23566 * pcomplete.el (pcomplete-completions-at-point):
23567 * comint.el (comint--complete-file-name-data): Use :exit-function
23568 instead of completion-table-with-terminator so it also works for
23569 choose-completion.
23570
23571 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23572
23573 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23574
23575 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23576 (bug#8710).
23577
23578 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23579
23580 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23581
23582 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23583 customization variable and implement: If non-nil, auto-fill will
23584 be inhibited while on topic's header line.
23585
23586 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23587
23588 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23589 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23590 always have a solution in grid size = 5 cases.
23591 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23592 (5x5-solver-output, 5x5-log-buffer): New vars.
23593 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23594 Make these variables buffer local to achieve 5x5 multi-session-ness.
23595 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23596 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23597 (5x5-solve-suggest): New funs.
23598 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23599 randomize a grid so that we ensure that there is always a solution.
23600 (5x5-make-random-grid): Allow other movement than flipping.
23601
23602 2011-05-23 Kevin Ryde <user42@zip.com.au>
23603
23604 * emacs-lisp/advice.el (ad-read-advised-function):
23605 Use `function-called-at-point' as the default, if it has
23606 advice and passes PREDICATE.
23607
23608 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23609
23610 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23611 byte-compile-lambda if it's actually a lambda.
23612
23613 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23614 Fix function quoting. Use backquote better.
23615
23616 2011-05-22 Yuanle Song <sylecn@gmail.com>
23617
23618 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23619 matching (Bug#8516).
23620
23621 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23622
23623 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23624 different face (Bug#8178).
23625
23626 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23627
23628 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23629 defface (Bug#8144).
23630
23631 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23632
23633 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23634 funcall as well (bug#8712). Warn when performing those conversions.
23635 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23636
23637 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23638
23639 2011-05-22 Glenn Morris <rgm@gnu.org>
23640
23641 * files.el (hack-local-variables-prop-line): Small simplifications.
23642 (hack-local-variables, hack-local-variables-prop-line):
23643 If MODE-ONLY, return the mode, rather than just `t'.
23644
23645 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23646
23647 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23648
23649 2011-05-21 Glenn Morris <rgm@gnu.org>
23650
23651 * files.el (hack-local-variables-prop-line, hack-local-variables):
23652 If only interested in the mode, don't bother doing the other stuff.
23653
23654 * image-mode.el (image-after-revert-hook):
23655 Redraw all frames on which the image is visible. (Bug#8567)
23656
23657 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23658
23659 * wid-edit.el (widget-checklist-match-inline):
23660 Fix 2011-04-19 change. (Bug#8649)
23661
23662 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23663
23664 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23665 Also allow singlespace after single-letter capitals followed by a dot.
23666
23667 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23668 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23669
23670 2011-05-20 Nix <nix@esperi.org.uk>
23671
23672 * files.el (basic-save-buffer-2):
23673 Fix handling of break-hardlink-on-save with non-existent files.
23674
23675 2011-05-19 Deniz Dogan <deniz@dogan.se>
23676
23677 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23678 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23679
23680 2011-05-19 Glenn Morris <rgm@gnu.org>
23681
23682 * progmodes/f90.el (f90-type-def-re):
23683 Handle "type, bind(c)". (Bug#8691)
23684
23685 * emacs-lisp/autoload.el (batch-update-autoloads):
23686 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23687
23688 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23689
23690 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23691 property for the correct connection in case of multihops.
23692
23693 2011-05-18 Glenn Morris <rgm@gnu.org>
23694
23695 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23696 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23697
23698 Rationalize calendar handling of day and month abbrev-arrays.
23699 * calendar/calendar.el (calendar-customized-p): New function.
23700 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23701 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23702 Add :set function.
23703 (calendar-abbrev-length, calendar-day-abbrev-array)
23704 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23705 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23706 Elements may no longer be nil.
23707 (calendar-day-name, calendar-month-name):
23708 Update for changed nature of abbrev arrays.
23709 * calendar/diary-lib.el (diary-name-pattern):
23710 Update for changed nature of abbrev arrays.
23711 (diary-mark-entries-1): Update calendar-make-alist calls.
23712 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23713 * calendar/cal-html.el (cal-html-day-abbrev-array):
23714 Simply inherit from calendar-day-abbrev-array.
23715
23716 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23717
23718 * progmodes/grep.el (grep-mode): Disable default
23719 compilation-directory-matcher setting (bug#8684).
23720
23721 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23722
23723 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23724 instead of "head" and "tail". There were problems with SunOS 5.9,
23725 and it performs better.
23726
23727 2011-05-17 Glenn Morris <rgm@gnu.org>
23728
23729 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23730
23731 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23732 Replace obsolete function.
23733
23734 * shell.el (pcomplete-parse-arguments-function): Declare.
23735
23736 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23737 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23738 (appt-check): Doc fixes.
23739 (appt-disp-window-function, appt-delete-window-function):
23740 Remove needless special case in custom :type.
23741 (appt-display-count): Default to 0, not nil.
23742 (appt-check): Reset appt-display-count to 0, not nil.
23743
23744 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23745
23746 * progmodes/python.el (python-font-lock-keywords):
23747 Add the Python 3.X keyword "nonlocal" (bug#8639).
23748
23749 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23750
23751 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23752
23753 2011-05-16 Kevin Ryde <user42@zip.com.au>
23754
23755 * info-look.el (makefile-automake-mode): New setups, looking in
23756 automake manual, then makefile-mode.
23757 (makefile-mode): Remove automake manual, have it just in
23758 makefile-automake-mode since there's various things different or
23759 not relevant to plain make.
23760 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23761 believe a hypothetical automake-mode would go to makefile-mode,
23762 not the other way around.
23763
23764 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23765
23766 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23767 hunk-end tags (Bug#8672).
23768
23769 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23770 vc-annotate-show-diff-revision-at-line (Bug#8671).
23771
23772 2011-05-14 Glenn Morris <rgm@gnu.org>
23773
23774 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23775 in the middle of an existing one with multiple authors. (Bug#8645)
23776 (change-log-font-lock-keywords): Also handle multiple author lines
23777 with leading tabs. (Bug#8644)
23778
23779 * calendar/appt.el (appt-check): Rename some local variables.
23780 Some simplification/reordering.
23781
23782 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23783 (feedmail-sendmail-f-doesnt-sell-me-out)
23784 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23785 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23786 (feedmail-queue-runner-message-sender): Set :version.
23787 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23788 (bbdb-dwim-net-address, vm-mail): Declare.
23789 (feedmail-binmail-gnulinuxish-template):
23790 Rename from feedmail-binmail-linuxish-template.
23791 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23792 Use insert-buffer-substring.
23793
23794 2011-05-14 Bill Carpenter <bill@carpenter.org>
23795
23796 * mail/feedmail.el (feedmail-patch-level): Increase.
23797 (feedmail-debug): New custom group.
23798 (feedmail-confirm-outgoing-timeout)
23799 (feedmail-sendmail-f-doesnt-sell-me-out)
23800 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23801 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23802 (feedmail-sender-line, feedmail-from-line)
23803 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23804 (feedmail-spray-this-address)
23805 (feedmail-spray-address-fiddle-plex-list)
23806 (feedmail-queue-use-send-time-for-date)
23807 (feedmail-queue-use-send-time-for-message-id)
23808 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23809 (feedmail-buffer-eating-function):
23810 Doc fixes.
23811 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23812 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23813 (feedmail-message-action-scroll-down): New functions.
23814 (feedmail-queue-directory, feedmail-queue-draft-directory):
23815 Use expand-file-name.
23816 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23817 Remove C-v help entry.
23818 (feedmail-queue-buffer-file-name): New variable.
23819 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23820 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23821 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23822 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23823 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23824 (feedmail-message-action-toggle-spray)
23825 (feedmail-run-the-queue-no-prompts)
23826 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23827 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23828 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23829 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23830 (feedmail-envelope-deducer, feedmail-fiddle-from)
23831 (feedmail-fiddle-sender, feedmail-default-date-generator)
23832 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23833 (feedmail-fiddle-spray-address)
23834 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23835 (feedmail-fiddle-list-of-fiddle-plexes)
23836 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23837 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23838 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23839 Change default. Doc fix.
23840 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23841 (feedmail-binmail-linuxish-template): New constant.
23842 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23843 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23844 (feedmail-send-it): Add debug call.
23845 Use feedmail-queue-buffer-file-name, and
23846 feedmail-send-it-immediately-wrapper.
23847 (feedmail-message-action-send): Add debug call.
23848 Use feedmail-send-it-immediately-wrapper.
23849 (feedmail-queue-express-to-queue): Add debug call.
23850 Run feedmail-queue-express-hook.
23851 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23852 (feedmail-message-action-help-blat):
23853 Rename from feedmail-queue-send-edit-prompt-help-first.
23854 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23855 Check line-endings. Handle errors better.
23856 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23857 Doc fix. Add debug call.
23858 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23859 Use feedmail-queue-send-edit-prompt-inner.
23860 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23861 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23862 from feedmail-queue-send-edit-prompt.
23863 (feedmail-queue-send-edit-prompt-help)
23864 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23865 (feedmail-tidy-up-slug): Add debug call.
23866 Respect feedmail-queue-slug-suspect-regexp.
23867 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23868 (feedmail-dump-message-to-queue): Add debug call.
23869 Expand queue-directory.
23870 (feedmail-dump-message-to-queue): Change message slightly.
23871 Use feedmail-say-chatter.
23872 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23873 (feedmail-send-it-immediately-wrapper): New function.
23874 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23875 Insert empty string rather than newline. Handle full-frame case.
23876 Use catch/throw. Use feedmail-say-chatter.
23877 (feedmail-fiddle-from): Try mail-host-address.
23878 (feedmail-default-message-id-generator): Doc fix.
23879 Bind system-time-locale. Handle missing end.
23880 (feedmail-fiddle-x-mailer): Add debug call.
23881 Handle feedmail-x-mailer-line being nil.
23882 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23883 Add debug call. Use buffer-substring-no-properties.
23884 (feedmail-say-debug, feedmail-say-chatter): New functions.
23885 (feedmail-find-eoh): Give an explicit error.
23886
23887 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23888
23889 * net/newst-treeview.el (newsticker-treeview-face): Change default
23890 family from helvetica to sans.
23891 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23892 etc/images/newsticker.
23893
23894 * net/newst-reader.el (newsticker-feed-face): Change default
23895 family from helvetica to sans.
23896
23897 * net/newst-plainview.el (newsticker-new-item-face)
23898 (newsticker-old-item-face, newsticker-immortal-item-face)
23899 (newsticker-obsolete-item-face, newsticker-date-face)
23900 (newsticker-statistics-face): Change default family from
23901 helvetica to sans.
23902 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23903 etc/images/newsticker.
23904
23905 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23906 (newsticker--process-auto-mark-filter-match): Tell user about
23907 auto-marking.
23908
23909 2011-05-13 Didier Verna <didier@xemacs.org>
23910
23911 Common Lisp indentation improvements on defmethod and lambda-lists.
23912 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23913 TODO entries.
23914 (lisp-lambda-list-keyword-parameter-indentation)
23915 (lisp-lambda-list-keyword-parameter-alignment)
23916 (lisp-lambda-list-keyword-alignment): New customizable user options.
23917 (lisp-indent-defun-method): Improve docstring.
23918 (extended-loop-p): Fix comment.
23919 (lisp-indent-lambda-list-keywords-regexp): New variable.
23920 (lisp-indent-lambda-list): New function.
23921 (lisp-indent-259): Use it.
23922 (lisp-indent-defmethod): Support for more than one
23923 method qualifier and properly indent methods lambda-lists.
23924 (defgeneric): Provide a missing common-lisp-indent-function property.
23925
23926 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23927
23928 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23929 bounds for the empty string (bug#8667).
23930
23931 2011-05-13 Glenn Morris <rgm@gnu.org>
23932
23933 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23934
23935 * mail/sendmail.el (sendmail-program): Try executable-find first.
23936 (sendmail-send-it): `sendmail-program' cannot be unbound.
23937
23938 * calendar/appt.el (appt-make-list): Simplify.
23939 (appt-time-msg-list): Doc fix.
23940 (appt-check): Change mode-line message at the time of the appointment.
23941
23942 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23943
23944 * progmodes/ld-script.el (ld-script-keywords)
23945 (ld-script-builtins): Update keywords list.
23946
23947 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23948
23949 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23950
23951 * shell.el (shell-completion-vars): New function.
23952 (shell-mode):
23953 * simple.el (read-shell-command): Use it.
23954 (blink-matching-open): No need for " [...]" in minibuffer-message.
23955
23956 2011-05-12 Glenn Morris <rgm@gnu.org>
23957
23958 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23959 (appt-check): Simplify.
23960
23961 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23962
23963 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23964 literal "/dev/null".
23965
23966 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23967
23968 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23969 Fix typo.
23970
23971 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23972
23973 * progmodes/which-func.el (which-function):
23974 Use add-log-current-defun instead of add-log-current-defun-function,
23975 which might not be defined (Bug#8260).
23976
23977 2011-05-12 Glenn Morris <rgm@gnu.org>
23978
23979 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23980 Let byte-compile-initial-macro-environment always take precedence.
23981
23982 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23983
23984 * net/rcirc.el: Add support for SSL/TLS connections.
23985 (rcirc-server-alist): New field `encryption'.
23986 (rcirc): Check `encryption' settings.
23987 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23988 Merge make-local-variable into `set'.
23989 (rcirc--connection-open-p): New function.
23990 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23991 the process is not a network process (e.g. running gnutls-cli).
23992 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23993 Make rcirc-(en|de)code-coding-system local here.
23994 (rcirc-mode): Merge make-local-variable into `set'.
23995 (rcirc-parent-buffer): Make permanent buffer-local.
23996 (rcirc-multiline-minor-mode): Don't do it here.
23997 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23998 there's no server buffer.
23999
24000 2011-05-11 Glenn Morris <rgm@gnu.org>
24001
24002 * newcomment.el (comment-kill): Prefix "unused" local.
24003
24004 * term/w32console.el (get-screen-color): Declare.
24005
24006 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24007 Handle symbol elements of byte-compile-initial-macro-environment.
24008
24009 2011-05-10 Leo Liu <sdl.web@gmail.com>
24010
24011 * bookmark.el (bookmark-bmenu-mode-map):
24012 Bind bookmark-bmenu-search to `/'.
24013
24014 * mail/footnote.el: Convert to utf-8 encoding.
24015 (footnote-unicode-string, footnote-unicode-regexp): New variable.
24016 (Footnote-unicode): New function.
24017 (footnote-style-alist): Add unicode style to the list.
24018 (footnote-style): Doc fix.
24019
24020 2011-05-10 Jim Meyering <meyering@redhat.com>
24021
24022 Fix doubled-word typos.
24023 * international/quail.el (quail-insert-kbd-layout): and and -> and
24024 * kermit.el: and and -> and
24025 * net/ldap.el (ldap-search-internal): to to -> to
24026 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24027 * progmodes/js.el (js-mode): and and -> and
24028 * textmodes/artist.el (artist-move-to-xy): at at -> at
24029 (artist-draw-region-trim-line-endings): if if -> if
24030 And Safetyc -> Safety.
24031 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24032
24033 2011-05-10 Glenn Morris <rgm@gnu.org>
24034 Stefan Monnier <monnier@iro.umontreal.ca>
24035
24036 * files.el (hack-one-local-variable-eval-safep):
24037 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
24038
24039 2011-05-10 Glenn Morris <rgm@gnu.org>
24040
24041 * calendar/diary-lib.el (diary-list-entries-hook)
24042 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24043 (diary-nongregorian-marking-hook, diary-list-entries)
24044 (diary-include-other-diary-files, diary-mark-entries)
24045 (diary-mark-included-diary-files): Doc fixes.
24046
24047 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24048
24049 * misc.el: Require tabulated-list.el during compilation.
24050
24051 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24052
24053 * progmodes/compile.el (compilation-start):
24054 Run compilation-filter-hook for the async case too.
24055 (compilation-filter-hook): Doc fix.
24056
24057 2011-05-09 Deniz Dogan <deniz@dogan.se>
24058
24059 * wdired.el: Remove outdated installation comment. Fix usage
24060 comment.
24061
24062 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24063
24064 * misc.el: Implement new command `list-dynamic-libraries'.
24065 (list-dynamic-libraries--loaded-only-p): New variable.
24066 (list-dynamic-libraries--refresh): New function.
24067 (list-dynamic-libraries): New command.
24068
24069 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24070
24071 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24072 Fix the ant regexp to handle end-line and end-column info from jikes.
24073 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24074 higher priority to avoid clobbering by gnu.
24075
24076 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24077
24078 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24079 if the face has existing theme settings (Bug#8454).
24080
24081 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
24082
24083 * progmodes/perl-mode.el (perl-imenu-generic-expression):
24084 Only match variables declared via `my' or `our' (Bug#8261).
24085
24086 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24087 special file names `.' and `..' (Bug#8259).
24088
24089 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24090
24091 * progmodes/grep.el (grep-mode-font-lock-keywords):
24092 Remove buffer-changing entries.
24093 (grep-filter): New function.
24094 (grep-mode): Add it to compilation-filter-hook.
24095
24096 * progmodes/compile.el (compilation-filter-hook)
24097 (compilation-filter-start): New defvars.
24098 (compilation-filter): Call compilation-filter-hook prior to
24099 updating the process mark.
24100
24101 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24102
24103 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24104
24105 2011-05-07 Eli Zaretskii <eliz@gnu.org>
24106
24107 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24108 mailclient-send-it even if window-system is nil. (Bug#8595)
24109
24110 * term/w32console.el (terminal-init-w32console):
24111 Call get-screen-color and use its output to set the frame
24112 background-mode. (Bug#8597)
24113
24114 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24115
24116 Make bytecomp.el understand that defmethod defines funs (bug#8631).
24117 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24118 New functions.
24119 (defgeneric, eieio--defmethod): Use them.
24120 (eieio-defgeneric): Remove.
24121 (defmethod): Call defgeneric in a way visible to the byte-compiler.
24122
24123 2011-05-07 Glenn Morris <rgm@gnu.org>
24124
24125 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24126 Use let rather than let*.
24127 (timeclock-find-discrep): Remove unused local.
24128
24129 * calendar/diary-lib.el (diary-comment-start): Doc fix.
24130
24131 * calendar/appt.el (appt-time-msg-list): Doc fix.
24132
24133 2011-05-06 Noah Friedman <friedman@splode.com>
24134
24135 * apropos.el (apropos-print-doc): Only use
24136 emacs-lisp-docstring-fill-column when it is bound to an integer,
24137 per that variable's documentation.
24138
24139 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24140
24141 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24142 and warnings are not silently discarded (e.g. use -d instead of -P).
24143
24144 2011-05-06 Glenn Morris <rgm@gnu.org>
24145
24146 * calendar/appt.el (appt-message-warning-time): Doc fix.
24147 (appt-warning-time-regexp): New option.
24148 (appt-make-list): Respect appt-message-warning-time.
24149
24150 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24151 New options.
24152 (diary-add-to-list): Strip comments from the displayed string.
24153 (diary-mode): Set comment-start and comment-end.
24154
24155 * vc/diff-mode.el (smerge-refine-subst): Declare.
24156 (diff-refine-hunk): Don't require smerge-mode when compiling.
24157
24158 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
24159
24160 * simple.el (list-processes): Return nil as the docstring says.
24161
24162 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24163
24164 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24165 to "".
24166 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24167 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24168 determining of binary transfer. (Bug#7383)
24169
24170 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24171
24172 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24173 Fix port computation bug. (Bug#8618)
24174
24175 2011-05-05 Glenn Morris <rgm@gnu.org>
24176
24177 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24178
24179 * simple.el (shell-dynamic-complete-functions)
24180 (comint-dynamic-complete-functions): Declare.
24181
24182 * net/network-stream.el (gnutls-negotiate):
24183 * simple.el (tabulated-list-print): Fix declarations.
24184
24185 * progmodes/gud.el (syntax-symbol, syntax-point):
24186 Remove unnecessary and incorrect declarations.
24187
24188 * emacs-lisp/check-declare.el (check-declare-scan):
24189 Handle byte-compile-initial-macro-environment in bytecomp.el.
24190
24191 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24192
24193 Fix earlier half-done eieio-defmethod change (bug#8338).
24194 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24195 Streamline and change calling convention.
24196 (defmethod): Adjust accordingly and simplify.
24197 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24198 new eieio--defmethod.
24199 (slot-boundp): Minor CSE simplification.
24200
24201 2011-05-05 Milan Zamazal <pdm@zamazal.org>
24202
24203 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24204 (glasses-make-readable): Use glasses-separate-capital-groups.
24205
24206 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
24207
24208 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24209 (warning-series): Doc fix.
24210 (display-warning): Don't try to create the buffer if we just found it.
24211
24212 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24213
24214 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24215 (autoload-find-generated-file): New function.
24216 (generate-file-autoloads): Bind generated-autoload-file to
24217 buffer-file-name.
24218 (update-file-autoloads, update-directory-autoloads):
24219 Use autoload-find-generated-file. If called interactively, prompt for
24220 output file (Bug#7989).
24221 (batch-update-autoloads): Doc fix.
24222
24223 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24224
24225 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24226
24227 2011-05-04 Glenn Morris <rgm@gnu.org>
24228
24229 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24230 function, so it follows changes in calendar-date-style.
24231 (diary-fancy-date-matcher): New function.
24232 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24233 (diary-fancy-font-lock-fontify-region-function):
24234 Use diary-fancy-date-pattern as a function.
24235
24236 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24237 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24238
24239 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24240
24241 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24242 instead of positional arguments. Allow :keylist and :crlfiles
24243 arguments.
24244 (open-gnutls-stream): Call it.
24245
24246 * net/network-stream.el (network-stream-open-starttls): Adjust to
24247 call `gnutls-negotiate' with :process and :hostname arguments.
24248
24249 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24250
24251 * minibuffer.el (completion--message): New function.
24252 (completion--do-completion, minibuffer-complete)
24253 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24254 (completion--do-completion): Don't ignore completion-auto-help when in
24255 icomplete-mode.
24256
24257 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24258 internal encoding (e.g. tibetan zero is not whitespace).
24259 (global-whitespace-mode): Prefer save-current-buffer.
24260 (whitespace-trailing-regexp): Remove useless save-match-data.
24261 (whitespace-empty-at-bob-regexp): Minor simplification.
24262
24263 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24264
24265 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24266
24267 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24268
24269 * textmodes/ispell.el (ispell-add-per-file-word-list):
24270 Use `concat' to create string for insertion.
24271
24272 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24273
24274 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24275 Avoid open-line which runs post-self-insert-hook.
24276 (bibtex-fill-entry): Remove unused `end' var.
24277
24278 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24279
24280 * textmodes/ispell.el (ispell-add-per-file-word-list):
24281 Protect against `nil' value of `comment-start' (Bug#8579).
24282
24283 2011-05-03 Leo Liu <sdl.web@gmail.com>
24284
24285 * isearch.el (isearch-yank-pop): New command.
24286 (isearch-mode-map): Bind it to `M-y'.
24287 (isearch-forward): Mention it.
24288
24289 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24290
24291 * simple.el (minibuffer-complete-shell-command): Remove.
24292 (minibuffer-local-shell-command-map): Use completion-at-point.
24293 (read-shell-command): Setup completion vars here instead.
24294 (read-expression-map): Bind TAB to symbol completion.
24295
24296 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24297 error directly rather via storing it into `results'.
24298
24299 2011-05-02 Leo Liu <sdl.web@gmail.com>
24300
24301 * vc/diff.el: Fix description.
24302
24303 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24304
24305 * server.el (server-eval-at): New function.
24306
24307 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24308
24309 * net/network-stream.el (open-network-stream): Take a :nowait
24310 parameter and pass it on to `make-network-process'.
24311 (network-stream-open-plain): Ditto.
24312
24313 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24314
24315 * faces.el (face-spec-set-match-display): Don't match toolkit
24316 options on terminal frames.
24317
24318 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24319
24320 * progmodes/pascal.el: Use lexical binding.
24321 (pascal-mode-map): Remove author preferences.
24322
24323 * pcomplete.el (pcomplete-std-complete): Don't abuse
24324 completion-at-point.
24325
24326 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24327
24328 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24329 removing code that has been dead since 1991 or so.
24330
24331 * startup.el (command-line): When warning about "_emacs", use a
24332 delayed warning to allow the user to filter it out.
24333
24334 2011-04-28 Deniz Dogan <deniz@dogan.se>
24335
24336 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24337 user has not joined.
24338
24339 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24340
24341 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24342 aren't any completions at point.
24343
24344 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24345
24346 * subr.el (display-delayed-warnings): New function.
24347 (delayed-warnings-hook): New variable.
24348
24349 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24350
24351 * minibuffer.el (completion-at-point, completion-help-at-point):
24352 Don't presume that a given completion-at-point-function will always
24353 use the same calling convention.
24354
24355 * pcomplete.el (pcomplete-completions-at-point):
24356 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24357 pcomplete-seen is non-nil.
24358 (pcomplete-comint-setup): Also recognize the new comint/shell
24359 completion functions.
24360 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24361 pcomplete-seen is non-nil.
24362
24363 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24364
24365 * calendar/icalendar.el (diary-lib): Add require statement.
24366 (icalendar--create-uid): Read out a uid from a text-property on
24367 the first character in the entry. This allows for code to add its
24368 own uid to the entry.
24369 (icalendar--convert-float-to-ical): Add export of
24370 `diary-float'-entries save for those with the optional DAY
24371 argument.
24372
24373 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24374
24375 * subr.el (shell-quote-argument): Use alternate escaping strategy
24376 when we spot a variable reference in a string.
24377
24378 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24379
24380 * cus-start.el (all): Define customization for debug-on-event.
24381
24382 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24383
24384 * subr.el (shell-quote-argument): Escape correctly under Windows.
24385
24386 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24387
24388 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24389
24390 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24391
24392 * net/tramp.el (tramp-process-actions): Add POS argument.
24393 Delete region between POS and (pos).
24394
24395 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24396 Use `nil' position in `tramp-process-actions' call.
24397 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24398
24399 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24400 position in `tramp-process-actions' call.
24401
24402 * net/trampver.el: Update release number.
24403
24404 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24405
24406 * custom.el (defcustom): Obey lexical-binding.
24407
24408 Fix octave-inf completion problems reported by Alexander Klimov.
24409 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24410 Inherit from octave-mode-syntax-table.
24411 (inferior-octave-mode): Set info-lookup-mode.
24412 (inferior-octave-completion-at-point): New function.
24413 (inferior-octave-complete): Use it and completion-in-region.
24414 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24415 comint-filename-completion.
24416 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24417 symbol elements which shouldn't be word elements.
24418 (octave-font-lock-keywords, octave-beginning-of-defun)
24419 (octave-function-header-regexp): Adjust regexps accordingly.
24420 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24421
24422 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24423
24424 * net/gnutls.el (gnutls-errorp): Declare before first use.
24425
24426 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24427
24428 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24429 verify-error, and verify-hostname-error parameters. Check whether
24430 default trustfile exists before going to use it. Add missing
24431 argument to gnutls-message-maybe call. Return value.
24432 Reported by Claudio Bley <claudio.bley@gmail.com>.
24433 (open-gnutls-stream): Add usage example.
24434
24435 * net/network-stream.el (network-stream-open-starttls): Give host
24436 parameter to `gnutls-negotiate'.
24437 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24438 * subr.el (shell-quote-argument): Escape correctly under Windows.
24439
24440 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24441
24442 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24443 Use correct match group (bug#8438).
24444
24445 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24446
24447 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24448 (package-menu--generate): New arg specifying packages to show.
24449 (package-menu-refresh, package-menu-execute, list-packages):
24450 Callers changed.
24451 (package-show-package-list): New function, replacing deleted
24452 package--list-packages (renamed because it is non-internal).
24453
24454 * finder.el (finder-list-matches): Use package-show-package-list
24455 instead of deleted package--list-packages.
24456
24457 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24458 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24459 (vc-annotate-mode-map): Bind it to RET.
24460
24461 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24462
24463 * progmodes/etags.el (next-file): Don't use set-buffer to change
24464 buffers (Bug#8478).
24465
24466 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24467
24468 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24469
24470 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24471 (apropos-accumulator): Doc fix.
24472 (apropos-function, apropos-macro, apropos-command)
24473 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24474 (apropos-plist): Add face property.
24475 (apropos-symbols-internal): Fix indentation.
24476 (apropos-print): Simplify help, and recognize apropos-multi-type.
24477 (apropos-print-doc): Use button-type-get to extract the button's
24478 face property. Fill docstring (Bug#8352).
24479
24480 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24481
24482 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24483
24484 * play/mpuz.el (mpuz-silent): Doc fix.
24485 (mpuz-mode-map): Use mapc.
24486 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24487 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24488 Fix typos in docstrings.
24489
24490 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24491 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24492
24493 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24494
24495 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24496
24497 * minibuffer.el (completion--do-completion): Avoid the "Next char
24498 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24499
24500 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24501 mouse-2 into unread-command-events, it is interpreted correctly.
24502
24503 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24504 (image-toggle-display): Doc fix.
24505
24506 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24507
24508 * textmodes/page.el (what-page): Use line-number-at-pos to
24509 calculate line number (Bug#6825).
24510
24511 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24512
24513 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24514 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24515 Pass argument NO-DEFAULT to `find-tag-interactive'.
24516
24517 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24518
24519 Lexical-binding cleanup.
24520
24521 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24522 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24523 * progmodes/ada-prj.el (ada-prj-initialize-values)
24524 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24525 (ada-prj-show-value):
24526 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24527 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24528 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24529 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24530 * progmodes/bug-reference.el (bug-reference-push-button):
24531 * progmodes/fortran.el (fortran-line-length):
24532 * progmodes/glasses.el (glasses-change):
24533 * progmodes/octave-mod.el (octave-fill-paragraph):
24534 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24535 (python-pdbtrack-grub-for-buffer, python-sentinel):
24536 * progmodes/sql.el (sql-save-connection):
24537 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24538 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24539 Mark unused parameters.
24540
24541 * progmodes/compile.el (compilation--flush-directory-cache)
24542 (compilation--flush-parse, compile-internal): Mark unused parameters.
24543 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24544 (compilation-next-error-function): Remove unused variable `timestamp'.
24545
24546 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24547 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24548
24549 * progmodes/dcl-mode.el (dcl-end-of-command):
24550 Remove unused variable `start'.
24551 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24552 (dcl-option-value-basic, dcl-option-value-offset)
24553 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24554 Mark unused parameters.
24555 (dcl-save-local-variable): Remove unused variable `val'.
24556 (mode): Declare.
24557
24558 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24559 Mark unused parameters.
24560 (delphi-ignore-changes): Move before first use.
24561 (delphi-charset-token-at): Remove unused variable `start'.
24562 (delphi-else-start): Remove unused variable `if-count'.
24563 (delphi-comment-block-start, delphi-comment-block-end):
24564 Remove unused variable `kind'.
24565 (delphi-indent-line): Remove unused variable `new-point'.
24566
24567 * progmodes/ebrowse.el (ebrowse-files-list)
24568 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24569 Mark unused parameters. Don't quote `lambda'.
24570 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24571 Don't quote `lambda'.
24572 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24573 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24574 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24575 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24576 Use `ignore-errors'.
24577 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24578 (ebrowse-view/find-file-and-search-pattern)
24579 (ebrowse-view/find-member-declaration/definition):
24580 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24581 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24582 Rename parameter PREFIX-ARG to PREFIX.
24583 (ebrowse-tags-read-name): Remove unused variables `start' and
24584 `member-info'.
24585 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24586 to `tags-file'.
24587
24588 * progmodes/etags.el (local-find-tag-hook): Declare.
24589 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24590 Mark unused parameters.
24591
24592 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24593 (executable-interpret): Mark unused parameter.
24594
24595 * progmodes/flymake.el (flymake-process-sentinel)
24596 (flymake-after-change-function)
24597 (flymake-create-temp-with-folder-structure)
24598 (flymake-get-include-dirs-dot): Mark unused parameters.
24599 (flymake-safe-delete-directory): Remove unused variable `err'.
24600
24601 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24602 (speedbar-timer-fn, speedbar-line-text)
24603 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24604 (speedbar-center-buffer-smartly): Declare functions.
24605 (gdb-find-watch-expression): Remove unused variable `array'.
24606 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24607 (gdb-starting): Mark unused parameters.
24608 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24609 (gdb-table-string): Remove unused variable `res'.
24610 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24611 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24612 (gdb-display-buffer): Remove unused variable `cur-size'.
24613
24614 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24615 allow lexical-binding compilation.
24616 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24617 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24618 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24619 Mark unused parameters.
24620 (gud-gdb-marker-filter): Remove unused variable `match'.
24621 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24622 lambda expressions and funcall them, instead of using `fset'.
24623
24624 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24625 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24626
24627 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24628 variable `header-beg'; use `let'.
24629
24630 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24631 `restart', `last-sexp' and `at-do'.
24632
24633 * progmodes/js.el (js--debug): Mark unused parameter.
24634 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24635 (js--splice-into-items): Remove unused variable `item'.
24636 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24637
24638 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24639 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24640 (makefile-complete): Remove unused variable `try'.
24641 (makefile-fill-paragraph, makefile-match-function-end):
24642 Mark unused parameters.
24643
24644 * progmodes/octave-inf.el (inferior-octave-complete):
24645 Remove unused variable `proc'.
24646 (inferior-octave-output-digest): Mark unused parameter.
24647
24648 * progmodes/perl-mode.el (perl-calculate-indent):
24649 Remove unused variable `err'.
24650
24651 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24652 (prolog-indent-line): Mark unused parameters.
24653 (prolog-indent-line): Remove unused variable `beg'.
24654
24655 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24656 (reporter-dont-compact-list): Declare.
24657
24658 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24659 Remove unused variable `char'.
24660 (sh-debug): Mark unused parameter.
24661 (sh-get-indent-info): Remove unused variable `start'.
24662 (sh-calculate-indent): Remove unused variable `var'.
24663
24664 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24665 (simula-electric-keyword): Remove unused variable `null'.
24666 (simula-search-backward, simula-search-forward): Remove unused
24667 variables `begin' and `end'.
24668
24669 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24670 Remove unused variable `pos'.
24671 (vera-electric-tab, vera-comment-uncomment-region):
24672 Mark unused parameters.
24673 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24674
24675 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24676
24677 * emacs-lisp/package.el (package--builtins, package-alist)
24678 (package-load-descriptor, package-built-in-p, package-activate)
24679 (define-package, package-installed-p)
24680 (package-compute-transaction, package-buffer-info)
24681 (package--push): Doc fix. Distinguish more clearly between
24682 version strings and version lists.
24683
24684 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24685
24686 Lexical-binding cleanup.
24687
24688 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24689 (5x5-make-mutate-best):
24690 * play/fortune.el (fortune-in-buffer):
24691 * play/gomoku.el (gomoku-init-display):
24692 * play/solitaire.el (solitaire, solitaire-do-check):
24693 * play/tetris.el (tetris-default-update-speed-function):
24694 Mark unused parameters.
24695
24696 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24697 (bubbles--shift): Remove unused variable `char-org'.
24698 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24699 (bubbles--show-images): Remove unused variable `char'.
24700
24701 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24702 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24703 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24704 (decipher-analyze-buffer): Use ?\s.
24705 (decipher-make-checkpoint): Remove unused variable `mapping'.
24706
24707 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24708
24709 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24710 Remove unused variable `result'; use `let'.
24711
24712 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24713 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24714 (gametree-children-shown-p, gametree-compute-reduced-score):
24715 Use `ignore-errors'.
24716
24717 * play/handwrite.el (ps-lpr-switches): Declare.
24718 (handwrite): Remove unused variables `pmin' and `lastp'.
24719
24720 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24721
24722 * play/landmark.el (landmark-init-display)
24723 (landmark-update-naught-weights): Mark unused parameters.
24724 (landmark-y): Remove unused variable `noise'. Simplify.
24725 (landmark-human-plays): Remove unused variable `score'.
24726
24727 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24728 (mpuz-try-proposal): Remove unused variable `game'.
24729
24730 * play/zone.el (life-patterns): Declare.
24731
24732 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24733
24734 * vc/vc.el (ediff-vc-internal): Declare function.
24735
24736 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24737
24738 * shell.el: Use lexical-binding and std completion UI.
24739 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24740 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24741 comint-preoutput-filter-functions rather than on
24742 comint-output-filter-functions.
24743 (shell-command-completion, shell--command-completion-data)
24744 (shell-filename-completion, shell-environment-variable-completion)
24745 (shell-c-a-p-replace-by-expanded-directory): New functions.
24746 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24747 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24748 (shell-dynamic-complete-environment-variable): Use them.
24749 (shell-dynamic-complete-as-environment-variable)
24750 (shell-dynamic-complete-as-command): Remove.
24751 (shell-match-partial-variable): Match past point.
24752 * comint.el: Clean up use of completion-at-point-functions.
24753 (comint-completion-at-point): New function.
24754 (comint-mode): Use it completion-at-point-functions.
24755 (comint-dynamic-complete): Make it obsolete.
24756 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24757 (comint-c-a-p-replace-by-expanded-history): New function.
24758 (comint-dynamic-complete-functions)
24759 (comint-replace-by-expanded-history): Use it.
24760 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24761 termination strings. Try harder to avoid second try-completion.
24762 (completion-in-region-mode-map): Disable bindings that don't work yet.
24763
24764 * comint.el: Use lexical-binding. Require CL.
24765 (comint-dynamic-complete-functions): Use comint-filename-completion.
24766 (comint-completion-addsuffix): Tweak custom type.
24767 (comint-filename-completion, comint--common-suffix)
24768 (comint--common-quoted-suffix, comint--table-subvert)
24769 (comint--complete-file-name-data): New functions.
24770 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24771 (comint-dynamic-list-filename-completions): Use them.
24772 (comint-dynamic-simple-complete): Make obsolete.
24773
24774 * minibuffer.el (completion-in-region-mode):
24775 Keep completion-in-region-mode--predicate global.
24776 (completion-in-region--postch):
24777 Assume completion-in-region-mode--predicate is not null.
24778
24779 * progmodes/flymake.el (flymake-start-syntax-check-process):
24780 Obey `dir'. Simplify.
24781
24782 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24783 we're in VC after all.
24784
24785 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24786
24787 * vc/vc.el (vc-diff-build-argument-list-internal)
24788 (vc-version-ediff, vc-ediff): New commands.
24789 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24790
24791 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24792
24793 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24794 add sanity check.
24795
24796 * obsolete/erc-hecomplete.el: Make obsolete.
24797 * obsolete/: Standardize obsolescence info in the header.
24798
24799 2011-04-20 Glenn Morris <rgm@gnu.org>
24800
24801 * calendar/solar.el (solar-horizontal-coordinates):
24802 Use the longitude argument rather than `calendar-longitude'.
24803 (solar-date-next-longitude): Remove unused locals.
24804
24805 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24806
24807 * whitespace.el: New version 13.2.1.
24808
24809 2011-04-20 felix <EmacsWiki> (tiny change)
24810
24811 * whitespace.el (global-whitespace-mode): Keep highlight when
24812 switching between major modes on a file.
24813
24814 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24815
24816 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24817 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24818 multi-line comments as well.
24819
24820 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24821
24822 Lexical-binding cleanup.
24823
24824 * arc-mode.el (archive-mode-revert):
24825 * cmuscheme.el (scheme-interactively-start-process):
24826 * custom.el (custom-initialize-delay):
24827 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24828 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24829 * emacs-lock.el (emacs-lock-clear-sentinel):
24830 * ezimage.el (defezimage):
24831 * follow.el (follow-avoid-tail-recenter):
24832 * fringe.el (set-fringe-mode-1):
24833 * generic-x.el (bat-generic-mode-compile):
24834 * help-mode.el (help-info-variable, help-do-xref)
24835 (help-mode-revert-buffer):
24836 * help.el (view-emacs-todo):
24837 * iswitchb.el (iswitchb-completion-help):
24838 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24839 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24840 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24841 * locate.el (locate-update):
24842 * longlines.el (longlines-encode-region)
24843 (longlines-after-change-function):
24844 * outline.el (outline-isearch-open-invisible):
24845 * ps-def.el (declare-function, charset-dimension, char-width)
24846 (encode-char):
24847 * ps-mule.el (ps-mule-plot-string):
24848 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24849 (recentf-edit-list-select, recentf-edit-list-validate)
24850 (recentf-open-files-action):
24851 * rect.el (delete-whitespace-rectangle-line)
24852 (rectangle-number-line-callback):
24853 * register.el (window-configuration-to-register)
24854 (frame-configuration-to-register):
24855 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24856 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24857 (xselect-convert-to-targets, xselect-convert-to-delete)
24858 (xselect-convert-to-filename, xselect-convert-to-charpos)
24859 (xselect-convert-to-lineno, xselect-convert-to-colno)
24860 (xselect-convert-to-os, xselect-convert-to-host)
24861 (xselect-convert-to-user, xselect-convert-to-class)
24862 (xselect-convert-to-name, xselect-convert-to-integer)
24863 (xselect-convert-to-atom, xselect-convert-to-identity):
24864 * subr.el (declare, ignore, process-kill-without-query)
24865 (text-clone-maintain):
24866 * terminal.el (te-get-char, te-tic-sentinel):
24867 * tool-bar.el (tool-bar-make-keymap):
24868 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24869 * type-break.el (type-break-mode, type-break-noninteractive-query):
24870 * view.el (View-back-to-mark):
24871 * wid-browse.el (widget-browse-action, widget-browse-widget)
24872 (widget-browse-widgets, widget-browse-sexp):
24873 * widget.el (define-widget-keywords):
24874 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24875 Mark unused parameters.
24876
24877 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24878 (align-areas): Remove unused variable `look'.
24879 (align-region): Remove unused variables `real-end' and `pos-list'.
24880
24881 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24882
24883 * bindings.el (mode-line-modified, mode-line-remote):
24884 Mark unused parameters.
24885 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24886
24887 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24888 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24889
24890 * comint.el (comint-history-isearch-pop-state)
24891 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24892 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24893 (comint-substitute-in-file-name): Doc fix.
24894
24895 * completion.el (cmpl-statistics-block): Mark unused parameter.
24896 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24897 (save-completions-to-file, load-completions-from-file):
24898 Remove unused local variable `e'.
24899
24900 * composite.el (compose-chars): Remove unused variable `len'.
24901 (lgstring-insert-glyph): Remove unused variable `g'.
24902 (compose-glyph-string): Remove unused variables `ascent',
24903 `descent', `lbearing' and `rbearing'.
24904 (compose-glyph-string-relative): Remove unused variables
24905 `lbearing', `rbearing' and `wadjust'.
24906 (compose-gstring-for-graphic): Remove unused variables `header',
24907 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24908 (compose-gstring-for-terminal): Remove unused variables `header'
24909 and `nchars'. Use `let', not `let*'.
24910
24911 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24912 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24913 (Custom-buffer-done, custom-buffer-create-internal)
24914 (custom-browse-visibility-action, custom-browse-group-tag-action)
24915 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24916 (widget-magic-mouse-down-action, custom-toggle-parent)
24917 (custom-add-parent-links, custom-toggle-hide-variable)
24918 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24919 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24920 (custom-face-menu-create, custom-variable-menu-create, get)
24921 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24922 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24923 (customize-apropos): Remove unused variable `tests'.
24924 (custom-group-value-create): Remove unused variable `hidden-p'.
24925 (sort-fold-case): Declare.
24926
24927 * cus-theme.el (custom-reset-standard-faces-list)
24928 (custom-reset-standard-variables-list): Declare.
24929 (customize-create-theme, custom-theme-revert, custom-theme-write)
24930 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24931 Mark unused parameters.
24932
24933 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24934
24935 * delim-col.el (delimit-columns-max): Move defvar before first use.
24936
24937 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24938 (describe-char): Don't quote `lambda'. Mark unused parameter.
24939
24940 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24941 (auto-insert): Declare.
24942 (desktop-restore-file-buffer): Rename desktop-* parameters;
24943 mark unused ones.
24944 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24945 (desktop-buffer): Rename desktop-* parameters.
24946
24947 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24948 (dframe-reposition-frame-xemacs, dframe-help-echo)
24949 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24950 Mark unused parameters.
24951
24952 * dired-aux.el (backup-extract-version-start, overwrite-query)
24953 (overwrite-backup-query, rename-regexp-query)
24954 (rename-non-directory-query): Declare.
24955 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24956 (dired-add-entry): Remove unused variable `orig-file-name'.
24957 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24958 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24959 `dired-copy-preserve-time' directly.
24960 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24961 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24962
24963 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24964 (dired-virtual-revert, dired-make-relative-symlink):
24965 Mark unused parameters.
24966 (manual-program): Declare.
24967 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24968 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24969 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24970
24971 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24972
24973 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24974
24975 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24976 Declare.
24977
24978 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24979
24980 * electric.el (Electric-command-loop): Rename parameter
24981 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24982
24983 * expand.el (expand-in-literal): Remove unused variable `here'.
24984
24985 * facemenu.el (facemenu-add-new-color):
24986 Remove unused variable `docstring'.
24987
24988 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24989 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24990 (face-attr-construct): Mark unused parameter. Doc fix.
24991 (read-color): Remove unused variable `hex-string'.
24992
24993 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24994 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24995 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24996 (display-buffer-other-frame): Remove unused variable `old-window'.
24997 (kill-buffer-hook): Declare.
24998 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24999 Mark unused parameters.
25000 (after-find-file): Pass 1 to `auto-save-mode', not t.
25001
25002 * files-x.el (auto-insert): Declare.
25003 (modify-file-local-variable-prop-line): Remove unused variable `val'.
25004
25005 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25006 variable `buf'. Mark unused parameter.
25007 (find-lisp-insert-directory): Mark unused parameter.
25008
25009 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25010 (format-encode-region): Remove unused variables `cur-buf' and `result'.
25011 (format-common-tail): Remove, unused.
25012 (format-deannotate-region): Remove unused variable `loc'.
25013 (format-annotate-region): Remove unused variable `p'.
25014 (format-annotate-single-property-change): Remove unused variables
25015 `default' and `tail'.
25016
25017 * forms.el (read-file-filter): Declare.
25018 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25019
25020 * frame.el (frame-creation-function-alist): Mark unused parameter.
25021 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25022
25023 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25024 Remove unused parameters.
25025 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25026 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25027
25028 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25029 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25030 (hfy-prepare-tag-map): Mark unused parameters.
25031 (htmlfontify-buffer): Use `called-interactively-p'.
25032
25033 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25034 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25035 (ibuffer-do-occur): Mark unused parameters.
25036 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25037 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25038
25039 * ibuffer.el: Don't quote `lambda'.
25040 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25041 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25042 Mark unused parameters.
25043
25044 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25045 (ido-completing-read): Mark unused parameters.
25046 (ido-copy-current-word): Mark unused parameters;
25047 remove unused variable `name'.
25048 (ido-sort-merged-list): Remove unused parameter `dirs'.
25049
25050 * ielm.el (ielm-input-sender): Mark unused parameter.
25051 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25052 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25053 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25054 `ielm-string' as a dynamic variable accessible from the IELM prompt.
25055 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
25056
25057 * image-dired.el (image-dired-display-thumbs): Remove unused
25058 variables `curr-file' and `count'.
25059 (image-dired-remove-tag): Remove unused variable `start'.
25060 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25061 variable `curr-file'
25062 (image-dired-rotate-original): Remove unused variable `temp-file'.
25063 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25064 Remove unused variable `file'.
25065 (image-dired-gallery-generate): Remove unused variable `curr'.
25066 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25067
25068 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25069
25070 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25071
25072 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25073
25074 * isearch.el (minibuffer-history-symbol): Declare.
25075 (isearch-edit-string): Remove unused variable `err'.
25076 (isearch-message-prefix, isearch-message-suffix):
25077 Mark unused parameters.
25078
25079 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25080
25081 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25082
25083 * makesum.el (double-column): Remove unused variable `cnt'.
25084
25085 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25086 (ido-ignore-item-temp-list): Declare.
25087
25088 * mouse-drag.el (mouse-drag-throw): Remove unused variables
25089 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25090 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25091 (mouse-drag-drag): Remove unused variables `mouse-delta' and
25092 `mouse-col-delta'.
25093
25094 * mouse-sel.el (mouse-extend-internal):
25095 Remove unused variable `orig-window-frame'.
25096
25097 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25098 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25099 Move declarations before first use.
25100 (pcomplete-opt): Mark unused parameters; doc fix.
25101
25102 * proced.el (proced-revert): Mark unused parameter.
25103 (proced-send-signal): Remove unused variable `err'.
25104
25105 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25106 Rename parameter PREFIX-ARG to ARG.
25107 (ps-basic-plot-string, ps-basic-plot-whitespace):
25108 Mark unused parameters.
25109
25110 * replace.el (replace-count): Define.
25111 (occur-revert-function): Mark unused parameters.
25112 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25113 (isearch-case-fold-search, isearch-string): Declare.
25114 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25115 bind `case-fold-search'. Remove unused variables `beg' and `end',
25116 and simplify.
25117 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25118 COUNT and bind `replace-count'.
25119 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25120 to COUNT.
25121
25122 * savehist.el (print-readably, print-string-length): Declare.
25123
25124 * shadowfile.el (shadow-expand-cluster-in-file-name):
25125 Remove unused variable `cluster'.
25126 (shadow-copy-file): Remove unused variable `i'.
25127 (shadow-noquery, shadow-clusters, shadow-site-cluster)
25128 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25129 (shadow-define-literal-group, shadow-define-regexp-group)
25130 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25131
25132 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25133 (shell): Use `called-interactively-p'.
25134 (shell-directory-tracker): Remove unused variable `chdir-failure'.
25135
25136 * simple.el (compilation-context-lines, comint-file-name-quote-list)
25137 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25138 (delete-backward-char): Remove unused variable `ocol'.
25139 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25140 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25141 (event-apply-hyper-modifier, event-apply-shift-modifier)
25142 (event-apply-control-modifier, event-apply-meta-modifier):
25143 Mark unused parameters.
25144 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25145 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25146
25147 * speedbar.el (speedbar-ignored-directory-expressions)
25148 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25149 (speedbar-find-file, speedbar-dir-follow)
25150 (speedbar-directory-buttons-follow, speedbar-tag-find)
25151 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25152 (speedbar-buffers-line-directory, speedbar-buffer-click):
25153 Mark unused parameters.
25154 (speedbar-tag-file): Remove unused variable `mode'.
25155 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25156
25157 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25158
25159 * talk.el (talk): Remove unused variable `display'.
25160
25161 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25162 (tar-write-region-annotate): Mark unused parameter.
25163
25164 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25165 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25166 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25167 warning by another.
25168
25169 * time-stamp.el (time-stamp-string-preprocess):
25170 Remove unused variable `require-padding'.
25171
25172 * tree-widget.el (widget-glyph-enable): Declare.
25173 (tree-widget-action): Mark unused parameter.
25174
25175 * w32-fns.el (x-get-selection): Mark unused parameter.
25176 (autoload-make-program, generated-autoload-file): Declare.
25177
25178 * wdired.el (wdired-revert): Mark unused parameters.
25179 (wdired-xcase-word): Remove unused variable `err'.
25180
25181 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25182 (whitespace-help-scroll): Remove unused variable `data-help'.
25183
25184 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25185 (widget-image-insert, widget-after-change, default)
25186 (widget-default-format-handler, widget-default-notify)
25187 (widget-default-prompt-value, widget-info-link-action)
25188 (widget-url-link-action, widget-function-link-action)
25189 (widget-variable-link-action, widget-file-link-action)
25190 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25191 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25192 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25193 (widget-insert-button-action, widget-delete-button-action, visibility)
25194 (widget-documentation-link-action, widget-documentation-string-action)
25195 (widget-const-prompt-value, widget-regexp-match, symbol)
25196 (widget-coding-system-prompt-value)
25197 (widget-key-sequence-value-to-external, sexp)
25198 (widget-sexp-value-to-internal, character, vector, cons)
25199 (widget-choice-prompt-value, widget-boolean-prompt-value)
25200 (widget-color--choose-action): Mark unused parameters.
25201 (widget-item-match-inline, widget-choice-match-inline)
25202 (widget-checklist-match, widget-checklist-match-inline)
25203 (widget-group-match): Rename parameter VALUES to VALS.
25204 (widget-field-value-set): Remove unused variable `size'.
25205 (widget-color-action): Remove unused variables `value' and `start'.
25206
25207 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25208 variable `dir'. Doc fix.
25209 (windmove-find-other-window): Don't pass it.
25210
25211 * window.el (count-windows): Mark unused parameter.
25212 (bw-adjust-window): Remove unused variable `err'.
25213
25214 * woman.el (woman-file-name): Remove unused variable `default'.
25215 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25216 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25217 (global-font-lock-mode): Declare.
25218 (woman-decode-region): Mark unused parameter.
25219 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25220
25221 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25222 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25223 (x-dnd-handle-moz-url): Remove unused variable `title'.
25224 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25225
25226 * xml.el (xml-parse-tag, xml-parse-attlist):
25227 Remove unused variable `pos'.
25228
25229 2011-04-19 Glenn Morris <rgm@gnu.org>
25230
25231 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25232 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25233 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25234 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25235 * calendar/cal-html.el (cal-html-insert-minical):
25236 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25237 (calendar-mark-date-pattern):
25238 Prefix "unused" locals.
25239
25240 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25241 optional argument `style'.
25242
25243 * calendar/appt.el (appt-make-list):
25244 * calendar/cal-china.el (calendar-chinese-date-string):
25245 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25246 (diary-hebrew-yahrzeit):
25247 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25248 * calendar/calendar.el (calendar-generate-window):
25249 * calendar/time-date.el (time-to-days):
25250 Remove unused local variables.
25251
25252 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25253
25254 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25255 glyphless-char-display table.
25256 (tabulated-list-glyphless-char-display): New var.
25257
25258 2011-04-18 Sam Steingold <sds@gnu.org>
25259
25260 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25261 to acknowledgments.
25262
25263 2011-04-17 Glenn Morris <rgm@gnu.org>
25264
25265 * calendar/diary-lib.el (diary-sexp-entry):
25266 * calendar/holidays.el (holiday-sexp):
25267 Set debug-on-error rather than the removed stack-trace-on-error.
25268
25269 2011-04-16 Glenn Morris <rgm@gnu.org>
25270
25271 * progmodes/f90.el: Use lexical-binding.
25272 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25273
25274 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25275
25276 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25277 (mail-mode): Setup mailalias completion here instead.
25278 * mail/mailalias.el: Use lexical-binding.
25279 (pattern, mailalias-done): Declare dynamic.
25280 (mail-completion-at-point-function): New function, from mail-complete.
25281 (mail-complete): Use it.
25282 (mail-completion-expand): New function.
25283 (mail-get-names): Use it.
25284 (mail-directory, mail-directory-process, mail-directory-stream):
25285 Don't use `pattern' for lexically bound arg.
25286
25287 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25288
25289 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25290 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25291 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25292
25293 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25294 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25295 (byte-interactive-p): Define them again, for use when inlining
25296 old code.
25297
25298 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25299
25300 * loadup.el: Use `string-to-number', not `string-to-int'.
25301
25302 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25303
25304 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25305 gud-gdb-complete-command.
25306 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25307 (gud-gdb-completion-at-point): New function.
25308 (gud-gdb-completions): Remove.
25309
25310 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25311
25312 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25313 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25314 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25315 whether `executable-find' is bound.
25316
25317 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25318
25319 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25320
25321 * minibuffer.el (completion-in-region-mode-predicate)
25322 (completion-in-region-mode--predicate): New vars.
25323 (completion-in-region, completion-in-region--postch)
25324 (completion-in-region-mode): Use them.
25325 (completion--capf-wrapper): Also return the hook function.
25326 (completion-at-point, completion-help-at-point):
25327 Adjust and provide a predicate.
25328
25329 Preserve arg names for advice of subr and lexical functions (bug#8457).
25330 * help-fns.el (help-function-arglist): Consolidate the subr and
25331 new-byte-code cases. Add argument `preserve-names' to extract names
25332 from the docstring when needed.
25333 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25334 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25335 (ad-arglist): Use help-function-arglist's new arg.
25336 (ad-definition-type): Use cond.
25337
25338 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25339
25340 * autorevert.el (auto-revert-handler):
25341 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25342 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25343 Don't quote lambda.
25344
25345 * image-mode.el (image-transform-set-scale):
25346 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25347
25348 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25349
25350 * net/network-stream.el (network-stream-open-starttls): Only do
25351 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25352 Upgrades via gnutls-cli are too slow to be done opportunistically.
25353
25354 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25355
25356 * dframe.el (dframe-current-frame): Remove spurious quote.
25357
25358 2011-04-12 Glenn Morris <rgm@gnu.org>
25359
25360 * calendar/cal-tex.el (cal-tex-end-document):
25361 Try to automatically use latin1 input if needed.
25362
25363 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25364 Don't try to cons a mark onto an empty element.
25365
25366 2011-04-11 Leo Liu <sdl.web@gmail.com>
25367
25368 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25369 buffers.
25370 (ido-kill-buffer-at-head): Support killing virtual buffers.
25371
25372 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25373
25374 * minibuffer.el (completion-show-inline-help): New var.
25375 (completion--do-completion, minibuffer-complete)
25376 (minibuffer-force-complete, minibuffer-complete-word):
25377 Inhibit minibuffer messages if completion-show-inline-help is nil.
25378
25379 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25380 to avoid interference from inline help (Bug#5849).
25381
25382 2011-04-10 Leo Liu <sdl.web@gmail.com>
25383
25384 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25385 Fix typo.
25386
25387 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25388
25389 * image-mode.el (image-toggle-display-image): Signal an error if
25390 not in Image mode.
25391 (image-transform-mode, image-transform-resize)
25392 (image-transform-set-rotation): Doc fix.
25393 (image-transform-set-resize): Delete.
25394 (image-transform-set-scale, image-transform-fit-to-height)
25395 (image-transform-fit-to-width): Handle image-toggle-display-image
25396 and image-transform-resize directly.
25397
25398 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25399
25400 * doc-view.el (doc-view-fit-width-to-window)
25401 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25402 New functions for fitting the shown image to the Emacs window size.
25403 (doc-view-mode-map): Add bindings for the new functions.
25404
25405 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25406
25407 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25408 Fix typo in docstring.
25409
25410 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25411
25412 * files.el (file-size-human-readable): Produce one digit after
25413 decimal, like "ls -lh" does.
25414
25415 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25416 the file size representation.
25417
25418 * simple.el (list-processes): If async subprocesses are not
25419 available, error out with a clear error message.
25420
25421 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25422
25423 * help.el (help-form-show): New function, to be called from C.
25424 Put help-form output in a buffer named differently than *Help*.
25425
25426 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25427
25428 * files.el (file-size-human-readable): New function.
25429
25430 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25431 computing the representation inline. Don't require `cl'.
25432
25433 2011-04-08 Glenn Morris <rgm@gnu.org>
25434
25435 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25436
25437 * net/browse-url.el (browse-url-firefox):
25438 Test system-type, not system-configuration.
25439
25440 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25441 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25442 Use log-edit-empty-buffer-p. (Bug#7598)
25443
25444 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25445 (rlogin-mode-map): Initialize in the defvar.
25446 (rlogin): Use ignore-errors.
25447
25448 * replace.el (occur-mode-map): Some fixes for menu items.
25449
25450 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25451
25452 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25453
25454 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25455
25456 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25457 issuing unused warnings.
25458
25459 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25460 macro directly.
25461
25462 * simple.el: Lisp reimplement of list-processes. Based on an
25463 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25464 (process-menu-mode): New major mode.
25465 (list-processes--refresh, list-processes):
25466 (process-menu-visit-buffer): New functions.
25467
25468 * files.el (save-buffers-kill-emacs): Don't assume any return
25469 value of list-processes, which is undocumented anyway.
25470
25471 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25472
25473 * emacs-lisp/tabulated-list.el: New file.
25474
25475 * emacs-lisp/package.el: Use Tabulated List mode.
25476 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25477 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25478 table format using Tabulated List mode variables.
25479 (package--push): New macro, replacing package-list-maybe-add.
25480 (package-menu--generate): Use package--push. Renamed from
25481 package--generate-package-list.
25482 (package-menu-refresh, list-packages): Use it.
25483 (package-menu--print-info): Rename from package-print-package.
25484 Return insertion data instead of inserting it directly.
25485 (package-menu-describe-package, package-menu-execute):
25486 Use tabulated-list-get-id.
25487 (package-menu-mark-delete, package-menu-mark-install)
25488 (package-menu-mark-unmark, package-menu-backup-unmark)
25489 (package-menu-mark-obsolete-for-deletion):
25490 Use tabulated-list-put-tag.
25491 (package--list-packages, package-menu-revert)
25492 (package-menu-get-package, package-menu-get-version)
25493 (package-menu-sort-by-column): Functions deleted.
25494 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25495 (package-menu--status-predicate, package-menu--version-predicate)
25496 (package-menu--name-predicate)
25497 (package-menu--description-predicate): Handle arguments in the
25498 Tabulated List format.
25499 (package-list-packages-no-fetch): Call list-packages.
25500
25501 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25502
25503 * files.el (after-find-file-from-revert-buffer): Remove variable.
25504 (after-find-file): Don't bind it.
25505 (revert-buffer-in-progress-p): New variable.
25506 (revert-buffer): Bind it.
25507 Pass nil for `after-find-file-from-revert-buffer'.
25508
25509 * saveplace.el (save-place-find-file-hook): Use new variable
25510 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25511
25512 2011-04-06 Glenn Morris <rgm@gnu.org>
25513
25514 * Makefile.in (AUTOGEN_VCS): New variable.
25515 (autoloads): Use $AUTOGEN_VCS.
25516
25517 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25518 * calendar/calendar.el (calendar-mode-map):
25519 Check for toolkit scroll bars. (Bug#8305)
25520
25521 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25522
25523 * minibuffer.el (completion-in-region--postch)
25524 (completion-in-region-mode): Remove unnecessary messages.
25525
25526 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25527
25528 * font-lock.el (font-lock-refresh-defaults):
25529 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25530 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25531
25532 * info.el (Info-directory-list, Info-read-node-name-2)
25533 (Info-split-parameter-string): Doc fixes.
25534 (Info-virtual-nodes): Reflow docstring.
25535 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25536 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25537 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25538 Fix typos in docstrings.
25539 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25540 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25541 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25542 (Info-restore-desktop-buffer): Mark unused parameters.
25543 (Info-directory-find-file, Info-directory-find-node)
25544 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25545 (Info-virtual-index-find-node, Info-apropos-find-file)
25546 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25547 Mark unused parameters; fix typos in docstrings.
25548 (Info-virtual-index): Remove unused local variable `nodename'.
25549
25550 2011-04-05 Deniz Dogan <deniz@dogan.se>
25551
25552 * net/rcirc.el: Update my e-mail address.
25553 (rcirc-mode-map): Remove M-o binding.
25554
25555 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25556
25557 * startup.el (command-line): Save the cursor's theme-face
25558 directly, instead of using face-override-spec.
25559
25560 * custom.el (load-theme): Minor optimization in assigning faces.
25561
25562 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25563
25564 * help-fns.el (describe-variable): Complete all variables having
25565 documentation, including keywords.
25566 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25567
25568 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25569
25570 Convert to lexical-binding.
25571
25572 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25573 (bs--get-marked-string, bs--get-modified-string)
25574 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25575 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25576 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25577
25578 * ehelp.el (electric-help-execute-extended)
25579 (electric-help-ctrl-x-prefix):
25580 * hexl.el (hexl-revert-buffer-function):
25581 * linum.el (linum-after-change, linum-after-scroll):
25582 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25583
25584 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25585
25586 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25587
25588 * epa-dired.el:
25589 * epa-mail.el:
25590 * epa-hook.el:
25591 * epa-file.el:
25592 * epa.el:
25593 * epg.el: Use lexical binding.
25594
25595 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25596
25597 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25598
25599 * textmodes/flyspell.el (flyspell-word): Recognize default
25600 dictionary case for flyspell-mark-duplications-exceptions.
25601 Use regexp matching for languages.
25602 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25603 default dictionary (Bug#7926).
25604
25605 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25606
25607 * emacs-lisp/package.el (package--with-work-buffer):
25608 Recognize https URLs.
25609
25610 * net/network-stream.el: Move from gnus/proto-stream.el.
25611 Change prefix to network-stream throughout.
25612 (open-protocol-stream): Merge into open-network-stream, leaving
25613 open-protocol-stream as an alias. Handle nil BUFFER args.
25614
25615 * subr.el (open-network-stream): Move to net/network-stream.el.
25616
25617 2011-04-02 Glenn Morris <rgm@gnu.org>
25618
25619 * find-dired.el (find-exec-terminator): New option.
25620 (find-ls-option): Test for -ls support.
25621 (find-ls-subdir-switches): Test for -b in find-ls-option.
25622 (find-dired, find-grep-dired): Doc fixes.
25623 (find-dired): Use find-exec-terminator.
25624
25625 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25626 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25627 (find-name-arg): Remove purecopy.
25628
25629 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25630 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25631 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25632 accordingly. Don't add the null-device if not needed.
25633
25634 * files.el (save-some-buffers): Doc fix.
25635
25636 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25637
25638 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25639
25640 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25641
25642 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25643 Use `dolist' rather than `mapcar'.
25644
25645 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25646
25647 Add lexical binding.
25648
25649 * subr.el (apply-partially): Use new closures rather than CL.
25650 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25651 (dolist, dotimes): Use slightly different expansion for lexical code.
25652 (functionp): Move to C.
25653 (letrec): New macro.
25654 (with-wrapper-hook): Use it and apply-partially instead of CL.
25655 (eval-after-load): Preserve lexical-binding.
25656 (save-window-excursion, with-output-to-temp-buffer): Turn them
25657 into macros.
25658
25659 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25660
25661 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25662 than the arglist.
25663 (help-add-fundoc-usage): Don't add `Not documented'.
25664 (help-function-arglist): Handle closures, subroutines, and new
25665 byte-code-functions.
25666 (help-make-usage): Remove leading underscores.
25667 (describe-function-1): Handle closures.
25668 (describe-variable): Use special-variable-p for completion.
25669
25670 * files.el (lexical-binding): Declare safe.
25671
25672 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25673 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25674 (pcase): Add `let' pattern.
25675 Change memoization so it actually works.
25676 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25677 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25678 <let>: New case.
25679
25680 * emacs-lisp/macroexp.el: Use lexical binding.
25681 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25682 Don't convert ' to #' without checking that it's indeed quoting
25683 a lambda.
25684
25685 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25686 Use eval-sexp-add-defvars.
25687 (eval-sexp-add-defvars): New fun.
25688
25689 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25690
25691 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25692 Don't autoload.
25693 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25694 than the internal `byte-compile-lambda'.
25695 (defmethod): Don't hide code under quotes.
25696 (eieio-defmethod): New `code' argument.
25697
25698 * emacs-lisp/eieio-comp.el: Remove.
25699
25700 * emacs-lisp/edebug.el (edebug-eval-defun)
25701 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25702 (edebug-toggle): Avoid `eval'.
25703
25704 * emacs-lisp/disass.el (disassemble-internal): Handle new
25705 `closure' objects.
25706 (disassemble-1): Handle new byte codes.
25707
25708 * emacs-lisp/cl.el (pushnew): Silence warning.
25709
25710 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25711 (cl-byte-compile-throw): Remove.
25712 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25713
25714 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25715 closures.
25716
25717 * emacs-lisp/cconv.el: New file.
25718
25719 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25720 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25721 (byte-compile-initial-macro-environment):
25722 Handle declare-function here.
25723 (byte-compile--lexical-environment): New var.
25724 (byte-stack-ref, byte-stack-set, byte-discardN)
25725 (byte-discardN-preserve-tos): New lap codes.
25726 (byte-interactive-p): Don't use any more.
25727 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25728 New macros.
25729 (byte-compile-lapcode): Use them and handle new lap codes.
25730 (byte-compile-obsolete): Remove.
25731 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25732 (byte-compile-arglist-warn): Check late def of inlinable funs.
25733 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25734 since they should have been expanded by now.
25735 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25736 (byte-compile-from-buffer): Remove unused second arg.
25737 (byte-compile-preprocess): New function.
25738 (byte-compile-toplevel-file-form): New function to distinguish
25739 file-form calls from outside from file-form calls from hunk-handlers.
25740 (byte-compile-file-form): Simplify.
25741 (byte-compile-file-form-defsubst): Remove.
25742 (byte-compile-file-form-defmumble): Simplify now that
25743 byte-compile-lambda always returns a byte-code-function.
25744 (byte-compile): Preprocess.
25745 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25746 Remove, not used any more.
25747 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25748 (byte-compile-make-args-desc): New funs.
25749 (byte-compile-lambda): Handle lexical functions. Always return
25750 a byte-code-function.
25751 (byte-compile-reserved-constants): New var, to make up room for
25752 closed-over variables.
25753 (byte-compile-constants-vector): Obey it.
25754 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25755 (byte-compile-macroexpand-declare-function): New function.
25756 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25757 byte-code-functions.
25758 (byte-compile-form): Check obsolescence here.
25759 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25760 (byte-compile-variable-ref): Remove.
25761 (byte-compile-dynamic-variable-op): New fun.
25762 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25763 (byte-compile-variable-set): New funs.
25764 (byte-compile-discard): Add 2 args.
25765 (byte-compile-stack-ref, byte-compile-stack-set)
25766 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25767 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25768 macroexpand-all instead.
25769 (byte-compile-quote-form): Remove.
25770 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25771 (byte-compile-bind, byte-compile-unbind): New funs.
25772 (byte-compile-let): Handle let* and lexical binding.
25773 (byte-compile-let*): Remove.
25774 (byte-compile-catch, byte-compile-unwind-protect)
25775 (byte-compile-track-mouse, byte-compile-condition-case):
25776 Handle a new :fun-body form, used for lexical scoping.
25777 (byte-compile-save-window-excursion)
25778 (byte-compile-with-output-to-temp-buffer): Remove.
25779 (byte-compile-defun): Simplify.
25780 (byte-compile-stack-adjustment): New fun.
25781 (byte-compile-out): Use it.
25782 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25783
25784 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25785 handler any more.
25786
25787 * emacs-lisp/byte-opt.el: Use lexical binding.
25788 (byte-inline-lapcode): Remove (to bytecomp).
25789 (byte-compile-inline-expand): Pay attention to inlining to/from
25790 lexically bound code.
25791 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25792 any more.
25793 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25794 any more and don't call compiler-macros.
25795 (byte-compile-splice-in-already-compiled-code): Remove.
25796 (byte-code): Don't inline any more.
25797 (disassemble-offset): Receive `bytes' as argument rather than via
25798 dynamic scoping.
25799 (byte-compile-tag-number): Declare before first use.
25800 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25801 `return' even if make-spliceable.
25802 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25803 obsolete interactive-p.
25804 (byte-optimize-lapcode): Optimize new lap-codes.
25805 Don't trip up on new form of `byte-constant' lap code.
25806
25807 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25808
25809 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25810
25811 * custom.el (custom-initialize-default, custom-declare-variable):
25812 Use `defvar'.
25813
25814 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25815 New variables.
25816 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25817 (COMPILE_FIRST): Add macroexp and cconv.
25818 * makefile.w32-in: Mirror changes in Makefile.in.
25819
25820 * vc/cvs-status.el:
25821 * vc/diff-mode.el:
25822 * vc/log-edit.el:
25823 * vc/log-view.el:
25824 * vc/smerge-mode.el:
25825 * textmodes/bibtex-style.el:
25826 * textmodes/css-mode.el:
25827 * startup.el:
25828 * uniquify.el:
25829 * minibuffer.el:
25830 * newcomment.el:
25831 * reveal.el:
25832 * server.el:
25833 * mpc.el:
25834 * emacs-lisp/smie.el:
25835 * doc-view.el:
25836 * dired.el:
25837 * abbrev.el: Use lexical binding.
25838
25839 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25840
25841 * info.el (info-display-manual): New function.
25842
25843 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25844
25845 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25846
25847 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25848
25849 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25850 an entry for that server in rcirc-authinfo. (Bug#8385)
25851
25852 2011-03-31 Glenn Morris <rgm@gnu.org>
25853
25854 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25855
25856 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25857
25858 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25859
25860 * progmodes/python.el (python-default-interpreter)
25861 (python-python-command-args, python-jython-command-args)
25862 (python-which-shell, python-which-args, python-which-bufname)
25863 (python-file-queue, python-comint-output-filter-function)
25864 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25865 variables and functions.
25866
25867 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25868
25869 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25870 (completion-in-region-mode): New minor mode.
25871 (completion-in-region): Use it.
25872 (completion-in-region--data, completion-in-region-mode-map): New vars.
25873 (completion-in-region--postch): New function.
25874 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25875 New vars.
25876 (completion--capf-wrapper): New function.
25877 (completion-at-point): Use it to track well-behavedness of
25878 hook functions.
25879 (completion-help-at-point): New command.
25880
25881 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25882
25883 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25884 syntax class to search for whitespace on a single line
25885 (Message-ID: <4D938140.4030905@redhat.com>).
25886
25887 2011-03-30 Leo Liu <sdl.web@gmail.com>
25888
25889 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25890 New commands.
25891 (edit-abbrevs-map): Bind them here.
25892 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25893
25894 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25895
25896 * allout.el (allout-hide-by-annotation, allout-flag-region):
25897 Reduce possibility of overlay leakage by making them volatile.
25898
25899 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25900 hash is not shared between buffers. Mode initialization is
25901 responsible for giving it a useful starting value.
25902 (allout-item-span): Reduce possibility of overlay leakage by
25903 making them volatile.
25904 (allout-widgets-count-buttons-in-region): Add diagnostic function
25905 for tracking down button overlay leaks.
25906
25907 2011-03-29 Leo Liu <sdl.web@gmail.com>
25908
25909 * ido.el (ido-read-internal): Use the default history var
25910 minibuffer-history if no HISTORY is specified.
25911
25912 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25913
25914 * net/imap.el (imap-shell-open, imap-process-connection-type):
25915 Use imap-process-connection-type for 'shell' streams as well as
25916 Kerberos, SSL, other subprocesses.
25917
25918 2011-03-28 Leo Liu <sdl.web@gmail.com>
25919
25920 * abbrev.el (abbrev-table-empty-p): New function.
25921 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25922 nonempty ones. (Bug#5937)
25923
25924 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25925
25926 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25927
25928 2011-03-27 Leo Liu <sdl.web@gmail.com>
25929
25930 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25931 for foreground and background colors.
25932 (ansi-color-make-color-map): Adapt.
25933
25934 2011-03-25 Leo Liu <sdl.web@gmail.com>
25935
25936 * midnight.el (midnight-time-float): Remove. Note it calculates
25937 the microsecond component incorrectly and seconds-to-time does the
25938 same job.
25939 Remove redundant (require 'timer).
25940
25941 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25942 (ido-completions): Remove unused arguments. (Bug#8329)
25943
25944 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25945
25946 * minibuffer.el (completion--flush-all-sorted-completions):
25947 Remove itself from hook.
25948 (completion-at-point): Let the functions perform the completion
25949 immediately and return nil or t.
25950 * comint.el (comint-dynamic-complete-functions): Now identical to
25951 completion-at-point-functions.
25952 (comint-dynamic-list-input-ring): Remove unused var `index'.
25953 (comint--match-partial-filename, comint--unquote&expand-filename):
25954 New funs, split from comint-match-partial-filename.
25955 (comint-dynamic-complete): Use completion-at-point.
25956 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25957
25958 2011-03-24 Drew Adams <drew.adams@oracle.com>
25959
25960 * thingatpt.el: Support `defun'.
25961
25962 2011-03-23 Leo Liu <sdl.web@gmail.com>
25963
25964 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25965
25966 * help-mode.el (help-mode-finish): Tweak regexp.
25967
25968 2011-03-23 Glenn Morris <rgm@gnu.org>
25969
25970 * eshell/esh-opt.el (eshell-eval-using-options):
25971 Do not bind unused local variable `eshell-option-stub'.
25972
25973 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25974
25975 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25976
25977 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25978 keymap variable in `with-no-warnings' to avoid a warning when the
25979 keymap has been already `defconst'ed.
25980
25981 2011-03-22 Leo Liu <sdl.web@gmail.com>
25982
25983 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25984 encode all chars in abbrevs; otherwise use emacs-mule or
25985 utf-8-emacs. (Bug#8308)
25986
25987 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25988
25989 * simple.el (backward-delete-char-untabify):
25990 Avoid warning about using `delete-backward-char'.
25991
25992 * image.el (image-type-file-name-regexps): Make it variable.
25993 `imagemagick-register-types' modifies it, and the user may want
25994 to add new extensions for known image types.
25995 (imagemagick-register-types): Throw error if not using ImageMagick.
25996
25997 2011-03-22 Leo Liu <sdl.web@gmail.com>
25998
25999 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26000 located before rcirc-prompt-end-marker.
26001 (rcirc-complete): Error if point is not after rcirc prompt.
26002 Handle the case when table is nil.
26003 (rcirc-user-authenticated): Define to fix compiler warning.
26004
26005 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
26006
26007 * custom.el (custom--inhibit-theme-enable): Make it affect only
26008 custom-theme-set-variables and custom-theme-set-faces.
26009 (provide-theme): Ignore custom--inhibit-theme-enable.
26010 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26011 (custom-enabling-themes): Delete variable.
26012 (enable-theme): Accept only loaded themes as arguments.
26013 Ignore the special custom-enabled-themes variable.
26014 (custom-enabled-themes): Forbid themes from setting this.
26015 Eliminate use of custom-enabling-themes.
26016 (custom-push-theme): Quote "changed" custom var entry.
26017
26018 2011-03-21 Leo Liu <sdl.web@gmail.com>
26019
26020 * ido.el (ido-read-internal): Add ido-selected to history instead
26021 of user input.
26022
26023 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26024
26025 * subr.el (deferred-action-list, deferred-action-function):
26026 Mark obsolete.
26027
26028 2011-03-21 Leo Liu <sdl.web@gmail.com>
26029
26030 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26031 change on 2011-02-13 (bug#8309).
26032
26033 * minibuffer.el (read-file-name-function): Change default value.
26034 (read-file-name--defaults): Rename from read-file-name-defaults.
26035 (read-file-name-default): Rename from read-file-name.
26036 (read-file-name): Call read-file-name-function.
26037
26038 2011-03-21 Glenn Morris <rgm@gnu.org>
26039
26040 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26041 Doc fixes.
26042
26043 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
26044
26045 * cus-theme.el: Add missing provide statement.
26046 (customize-create-theme): Extract theme value correctly.
26047 (custom-theme-visit-theme): Autoload.
26048 (customize-create-theme): Prompt before inserting default faces.
26049
26050 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
26051
26052 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26053 units and musical notes.
26054
26055 2011-03-20 Leo Liu <sdl.web@gmail.com>
26056
26057 * ido.el (ido-read-internal): Use completing-read-default.
26058 (ido-completing-read): Fix compatibility with completing-read.
26059
26060 2011-03-20 Christian Ohler <ohler@gnu.org>
26061
26062 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26063 (ert-delete-all-tests): Use `called-interactively-p' rather than
26064 `interactive-p'.
26065 (ert--make-xrefs-region): Respect END.
26066
26067 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26068
26069 * dired-aux.el (dired-create-directory): Signal an error if the
26070 directory already exists (Bug#8246).
26071
26072 * facemenu.el (list-colors-display): Call list-faces-display
26073 inside with-help-window.
26074 (list-colors-print): Use display property to align the final
26075 column, instead of checking window-width.
26076
26077 2011-03-19 Eli Zaretskii <eliz@gnu.org>
26078
26079 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26080 windows-nt systems.
26081 (emerge-protect-metachars): Quote correctly for ms-dos and
26082 windows-nt systems.
26083
26084 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
26085
26086 * info.el (info-initialize): Replace all uses of `:' with
26087 path-separator for compatibility with non-Unix systems.
26088 Cache quoting of path-separator. (Bug#8258)
26089
26090 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
26091
26092 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26093 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26094 (mouse-avoidance-mode): Fix typos in docstrings.
26095
26096 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26097
26098 * startup.el (package-subdirectory-regexp): Move from package.el.
26099 Omit \\` and \\', and let callers add them.
26100
26101 * emacs-lisp/package.el (package-strip-version)
26102 (package-load-all-descriptors): Add \\` and \\' to
26103 package-subdirectory-regexp before using it.
26104 (package-untar-buffer): New arg DIR; ensure that file untars only
26105 into this expected directory. Remove superfluous delete-region.
26106 (package-unpack): Caller changed.
26107 (package-tar-file-info): Use package-subdirectory-regexp.
26108
26109 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
26110
26111 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26112 diff-mode-shared-map (bug#8284).
26113 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26114
26115 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
26116
26117 * calendar/time-date.el (format-seconds): Use assoc instead of
26118 assoc-string, since assoc-string doesn't exist in XEmacs.
26119
26120 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
26121
26122 * custom.el (custom-known-themes): Reflow docstring.
26123 (custom-theme-load-path): Fix typo in docstring.
26124 (load-theme): Fix typo in error message.
26125 (custom-available-themes, custom-variable-theme-value):
26126 Use `let', not `let*'.
26127
26128 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
26129
26130 * calc/README: Mention inclusion of musical notes.
26131
26132 * calc/calc-units.el (calc-lu-quant): Rename from
26133 `calc-logunits-quantity'.
26134 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26135 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26136 (calc-db): Rename from `calc-dblevel'.
26137 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26138 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26139 (calc-np): Rename from `calc-nplevel'.
26140 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26141 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26142 (calc-lu-plus): Rename from `calc-logunits-add'.
26143 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26144 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26145 (calc-lu-minus): Rename from `calc-logunits-sub'.
26146 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26147 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26148 (calc-lu-times): Rename from `calc-logunits-mul'.
26149 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26150 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26151 (calc-lu-divide): Rename from `calc-logunits-div'.
26152 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26153 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26154
26155 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26156 functions being autoloaded.
26157
26158 * calc/calc.el (calc-lu-power-reference): Rename from
26159 `calc-logunits-power-reference'.
26160 (calc-lu-field-reference): Rename from
26161 `calc-logunits-field-reference'.
26162
26163 * calc/calc-help.el (calc-l-prefix-help):
26164 Mention musical note functions.
26165
26166 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26167
26168 * minibuffer.el (completion-all-sorted-completions):
26169 Use :completion-cycle-penalty text property if present.
26170
26171 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26172
26173 * allout.el (allout-yank-processing): Adjust for new rebulleting
26174 regime so bullet being yanked is used without prompting the user
26175 for a choice.
26176
26177 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26178
26179 * startup.el (command-line): Warn the user that _emacs is deprecated.
26180
26181 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26182
26183 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26184 (delphi-verbose, delphi-comment-face, delphi-string-face)
26185 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26186 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26187 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26188 (delphi-new-comment-line, delphi-font-lock-defaults)
26189 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26190 Fix typos in docstrings.
26191
26192 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26193
26194 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26195 Invert the roles of character and string values for INSTEAD, so a
26196 string is used for the more common case of a defaulting prompt.
26197
26198 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26199
26200 * progmodes/ruby-mode.el (ruby-backward-sexp):
26201 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26202 * play/gamegrid.el (gamegrid-make-face):
26203 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26204 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26205 * notifications.el (notifications-notify):
26206 * net/xesam.el (xesam-search-engines):
26207 * net/quickurl.el (quickurl-list-insert):
26208 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26209
26210 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26211
26212 * startup.el (command-line): Update package subdirectory regexp.
26213
26214 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26215
26216 * allout.el (allout-abbreviate-flattened-numbering)
26217 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26218
26219 * subr.el (read-char-choice): Only show the cursor after the prompt,
26220 not after the answer.
26221
26222 2011-03-15 Kevin Ryde <user42@zip.com.au>
26223
26224 * help-fns.el (variable-at-point): Skip leading quotes, if any
26225 (bug#8253).
26226
26227 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26228
26229 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26230 warning message.
26231
26232 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26233
26234 * shell.el (shell): When called interactively, offer to change the
26235 shell file name on remote hosts.
26236
26237 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26238
26239 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26240 integration for LDAP parameters. The host, base, user or binddn,
26241 and secret tokens can be specified in a netrc file, for instance.
26242 This is optional because an `auth-source' parameter must be
26243 specified in the search attributes.
26244
26245 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26246
26247 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26248
26249 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26250
26251 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26252 into declaration. Remove redundant and harmful binding.
26253
26254 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26255
26256 * files.el (file-ownership-preserved-p): Pass `integer' as an
26257 explicit 2nd argument to `file-attributes'. If the file's owner
26258 is the Administrators group on Windows, and the current user is
26259 Administrator, consider that a match.
26260
26261 * server.el (server-ensure-safe-dir): Consider server directory
26262 safe on MS-Windows if its owner is the Administrators group while
26263 the current Emacs user is Administrator. Use `=' to compare
26264 numerical UIDs, since they could be integers or floats.
26265
26266 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26267
26268 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26269
26270 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26271
26272 Sync with Tramp 2.2.1.
26273
26274 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26275
26276 * net/trampver.el: Update release number.
26277
26278 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26279
26280 * progmodes/compile.el (compilation--previous-directory): Fix up
26281 various nil/dead-marker mismatches (bug#8014).
26282 (compilation-directory-properties, compilation-error-properties):
26283 Don't call it at a position past the one we're about to change.
26284
26285 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26286 Disable obsolescence warnings in the file that declares it.
26287
26288 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26289
26290 * allout-widgets.el (allout-widgets-tally):
26291 Initialize allout-widgets-tally as a hash table rather than nil to
26292 prevent mode-line redisplay warnings. Also, clarify the module
26293 description and fix a comment typo.
26294
26295 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26296
26297 * help-fns.el (describe-variable): Don't complete keywords.
26298 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26299
26300 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26301
26302 * emacs-lisp/package.el (package-version-join): Impose a standard
26303 string representation for pre/alpha/beta version lists.
26304 (package-unpack-single): Standardize the directory name by passing
26305 it through package-version-join.
26306 (package-strip-rcs-id): Accept any version string that does not
26307 signal an error in version-to-list.
26308
26309 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26310
26311 * simple.el (delete-trailing-whitespace): Return nil for the
26312 benefit of `write-file-functions'.
26313
26314 2011-03-10 Glenn Morris <rgm@gnu.org>
26315
26316 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26317
26318 * vc/vc-git.el (vc-git-program): New option.
26319 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26320 (vc-git--call): Use it.
26321
26322 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26323
26324 * cus-edit.el (Custom-newline): If no button at point, look
26325 for a subgroup button at start-of-line. (Bug#2298)
26326
26327 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26328
26329 2011-03-10 Julien Danjou <julien@danjou.info>
26330
26331 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26332 `cursor-type' is nil.
26333
26334 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26335
26336 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26337
26338 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26339
26340 * allout.el: Change so yank of distinctive-bullet items
26341 preserves the existing header prefix, rebulleting it if necessary,
26342 rather than replacing it. This is necessary for proper operation
26343 of cooperative addons like allout-widgets.
26344 (allout-make-topic-prefix, allout-rebullet-heading):
26345 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26346 value as alternate bullet to be used, instead of prompting the user
26347 for a bullet character.
26348
26349 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26350
26351 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26352 Do not use `tramp-file-name-port', because this returns also
26353 `tramp-default-port'.
26354
26355 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26356
26357 * net/rcirc.el (rcirc-handler-001): Remove useless
26358 with-rcirc-process-buffer.
26359 (rcirc-check-auth-status): Swap arguments to string-match.
26360
26361 2011-03-09 Glenn Morris <rgm@gnu.org>
26362
26363 * shell.el (shell-mode):
26364 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26365
26366 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26367 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26368
26369 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26370
26371 * emacs-lisp/package.el (package-refresh-contents)
26372 (package-menu-execute): Use condition-case-no-debug.
26373
26374 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26375
26376 * simple.el (shell-command-to-string): Use `process-file'.
26377
26378 * emacs-lisp/package.el (package-tar-file-info): Handle also
26379 remote files.
26380
26381 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26382 Use `equal' for upload base check.
26383
26384 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26385
26386 * textmodes/texinfo.el (texinfo-environments):
26387 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26388
26389 2011-03-08 Glenn Morris <rgm@gnu.org>
26390
26391 * cus-start.el (cursor-in-non-selected-windows):
26392 Fix :set quoting oddness. (Bug#8192)
26393
26394 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26395 in some setf expressions. (Bug#2159)
26396
26397 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26398
26399 * custom.el (custom-available-themes): Return themes in
26400 alphabetical order.
26401
26402 See ChangeLog.15 for earlier changes.
26403
26404 ;; Local Variables:
26405 ;; coding: utf-8
26406 ;; End:
26407
26408 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26409
26410 This file is part of GNU Emacs.
26411
26412 GNU Emacs is free software: you can redistribute it and/or modify
26413 it under the terms of the GNU General Public License as published by
26414 the Free Software Foundation, either version 3 of the License, or
26415 (at your option) any later version.
26416
26417 GNU Emacs is distributed in the hope that it will be useful,
26418 but WITHOUT ANY WARRANTY; without even the implied warranty of
26419 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26420 GNU General Public License for more details.
26421
26422 You should have received a copy of the GNU General Public License
26423 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.